From 3d379fa19b53cef5a1c72bed352575716452abe1 Mon Sep 17 00:00:00 2001 From: "TRIHYDRO\\bpayne" Date: Tue, 30 Jul 2019 16:25:01 -0600 Subject: [PATCH 1/4] Updating to JPO ODE Dev branch --- .dockerignore | 12 +- Dockerfile | 74 +- LICENSE-2.0.html | 456 +- Makefile | 66 +- ReleaseNotes.md | 7 +- adm.properties | 54 +- aem.properties | 54 +- data/I_80.edges | 41996 ++++++++-------- data/I_80_test.json | 20 +- .../TIM_BroadcastSampleOutput.json | 48 +- .../archive/TimTestPath_LL.json | 242 +- .../archive/TimTestPath_XY.json | 242 +- .../TIM_Message_Testing_Files/sendRequests.sh | 12 +- data/TIM_Message_Testing_Files/test.sh | 12 +- .../tim_geometry_multi_rsu_no_sdw.json | 208 +- .../tim_geometry_multi_rsu_sdw.json | 234 +- .../tim_path_LL_single_rsu_no_sdw.json | 214 +- .../tim_path_singleRSU.json | 242 +- ...tim_path_xy_node_any_multi_rsu_no_sdw.json | 250 +- ...im_path_xy_node_any_single_rsu_no_sdw.json | 292 +- ..._path_xy_node_latlon_multi_rsu_no_sdw.json | 280 +- .../tim_path_xy_node_latlon_no_rsu_sdw.json | 232 +- .../tim_region_multiRSU.json | 240 +- .../tim_region_singleRSU.json | 208 +- .../tim_region_singleRSU_hexCRC.json | 208 +- data/wydotLogRecords.h | 248 +- docker.md | 102 +- docs/Architecture.md | 788 +- docs/ODESwagger.yaml | 1700 +- docs/UserGuide.md | 2358 +- docs/WYDOT.md | 34 +- docs/coding_standards.md | 176 +- docs/contributing_guide.md | 172 +- docs/index.html | 12070 ++--- docs/timEndpointCurl.sh | 470 +- docs/timEndpointPython.py | 28 +- jpo-ode-common/LICENSE-2.0.html | 456 +- jpo-ode-common/pom.xml | 2 +- .../us/dot/its/jpo/ode/inet/InetPacket.java | 236 +- .../its/jpo/ode/inet/InetPacketException.java | 58 +- .../its/jpo/ode/inet/InetPacketSender.java | 320 +- .../us/dot/its/jpo/ode/inet/InetPoint.java | 146 +- .../its/jpo/ode/model/OdeHexByteArray.java | 104 +- .../us/dot/its/jpo/ode/model/OdeObject.java | 92 +- .../us/dot/its/jpo/ode/util/CodecUtils.java | 562 +- .../us/dot/its/jpo/ode/util/CommonUtils.java | 160 +- .../us/dot/its/jpo/ode/util/CrcCccitt.java | 140 +- .../dot/its/jpo/ode/util/DateTimeUtils.java | 186 +- .../dot/its/jpo/ode/util/FormattedTimer.java | 138 +- .../us/dot/its/jpo/ode/util/GeoUtils.java | 684 +- .../us/dot/its/jpo/ode/util/JsonUtils.java | 360 +- .../us/dot/its/jpo/ode/util/LengthUtils.java | 70 +- .../jpo/ode/util/SerializableObjectPool.java | 154 +- .../dot/its/jpo/ode/util/WebSocketUtils.java | 98 +- .../ode/inet/InetPacketFunctionalTest.java | 232 +- .../jpo/ode/inet/InetPacketSenderTest.java | 960 +- .../dot/its/jpo/ode/inet/InetPacketTest.java | 344 +- .../dot/its/jpo/ode/inet/InetPointTest.java | 282 +- .../dot/its/jpo/ode/util/CodecUtilsTest.java | 182 +- .../dot/its/jpo/ode/util/CrcCccittTest.java | 208 +- .../its/jpo/ode/util/DateTimeUtilsTest.java | 94 +- .../us/dot/its/jpo/ode/util/GeoUtilsTest.java | 220 +- .../src/test/resources/logback-test.xml | 18 +- jpo-ode-consumer-example/README.md | 136 +- jpo-ode-consumer-example/pom.xml | 128 +- .../consumerexample/app/ConsumerExample.java | 222 +- .../app/ConsumerExampleTest.java | 106 +- .../.mvn/wrapper/maven-wrapper.properties | 2 +- jpo-ode-core/LICENSE-2.0.html | 456 +- jpo-ode-core/mvnw | 466 +- jpo-ode-core/mvnw.cmd | 288 +- jpo-ode-core/pom.xml | 6 +- .../dot/its/jpo/ode/context/AppContext.java | 298 +- .../us/dot/its/jpo/ode/dds/DdsDepRequest.java | 208 +- .../us/dot/its/jpo/ode/dds/DdsRequest.java | 236 +- .../dot/its/jpo/ode/dds/DdsStatusMessage.java | 182 +- .../us/dot/its/jpo/ode/model/BaseRequest.java | 58 +- .../java/us/dot/its/jpo/ode/model/HasKey.java | 40 +- .../us/dot/its/jpo/ode/model/HasPosition.java | 48 +- .../its/jpo/ode/model/OdeAggregateData.java | 276 +- .../dot/its/jpo/ode/model/OdeAsdPayload.java | 82 +- .../us/dot/its/jpo/ode/model/OdeAsn1Data.java | 58 +- .../its/jpo/ode/model/OdeAuthorization.java | 118 +- .../dot/its/jpo/ode/model/OdeControlData.java | 312 +- .../us/dot/its/jpo/ode/model/OdeData.java | 166 +- .../us/dot/its/jpo/ode/model/OdeDataType.java | 220 +- .../dot/its/jpo/ode/model/OdeDepRequest.java | 150 +- .../its/jpo/ode/model/OdeDriverAlertData.java | 68 +- .../jpo/ode/model/OdeDriverAlertPayload.java | 74 +- .../dot/its/jpo/ode/model/OdeException.java | 134 +- .../dot/its/jpo/ode/model/OdeFilterable.java | 40 +- .../ode/model/OdeLogMsgMetadataLocation.java | 162 +- .../us/dot/its/jpo/ode/model/OdeMessage.java | 124 +- .../dot/its/jpo/ode/model/OdeMsgMetadata.java | 362 +- .../dot/its/jpo/ode/model/OdeMsgPayload.java | 174 +- .../jpo/ode/model/OdePayloadViolation.java | 226 +- .../us/dot/its/jpo/ode/model/OdePoint.java | 160 +- .../us/dot/its/jpo/ode/model/OdeRequest.java | 314 +- .../dot/its/jpo/ode/model/OdeRequestType.java | 122 +- .../us/dot/its/jpo/ode/model/OdeStatus.java | 208 +- .../us/dot/its/jpo/ode/model/OdeTimData.java | 64 +- .../dot/its/jpo/ode/model/OdeTimPayload.java | 82 +- .../jpo/ode/model/ReceivedMessageDetails.java | 100 +- .../us/dot/its/jpo/ode/model/RxSource.java | 50 +- .../us/dot/its/jpo/ode/model/StatusTag.java | 40 +- .../wrapper/AbstractSubPubTransformer.java | 140 +- .../wrapper/AbstractSubscriberProcessor.java | 138 +- .../jpo/ode/wrapper/HttpClientFactory.java | 646 +- .../dot/its/jpo/ode/wrapper/SSLBuilder.java | 198 +- .../ode/wrapper/WebSocketMessageDecoder.java | 58 +- .../ode/wrapper/WebSocketMessageHandler.java | 74 +- .../wrapper/serdes/OdeTimDeserializer.java | 44 +- .../ode/wrapper/serdes/OdeTimSerializer.java | 44 +- .../us/dot/its/jpo/ode/dds/CASClientTest.java | 1054 +- .../us/dot/its/jpo/ode/dds/DdsClientTest.java | 284 +- .../its/jpo/ode/dds/DdsDepRequestTest.java | 260 +- .../dot/its/jpo/ode/dds/DdsRequestTest.java | 246 +- .../ode/dds/DdsStatusMessageDecoderTest.java | 160 +- .../its/jpo/ode/dds/DdsStatusMessageTest.java | 176 +- .../ode/dds/DepositResponseDecoderTest.java | 124 +- .../jpo/ode/dds/StatusMessageHandlerTest.java | 260 +- .../dot/its/jpo/ode/model/SerialIdTest.java | 472 +- .../us/dot/its/jpo/ode/snmp/SNMPTest.java | 2 +- .../its/jpo/ode/wrapper/SSLBuilderTest.java | 220 +- .../src/test/resources/CVMessages/.gitignore | 2 +- .../src/test/resources/logback-test.xml | 18 +- jpo-ode-plugins/LICENSE-2.0.html | 456 +- jpo-ode-plugins/pom.xml | 4 +- .../us/dot/its/jpo/ode/plugin/OdePlugin.java | 40 +- .../dot/its/jpo/ode/plugin/OdePluginImpl.java | 208 +- .../us/dot/its/jpo/ode/plugin/Plugin.java | 54 +- .../dot/its/jpo/ode/plugin/PluginFactory.java | 232 +- .../dot/its/jpo/ode/plugin/PluginPolicy.java | 146 +- .../java/us/dot/its/jpo/ode/plugin/SNMP.java | 18 +- .../its/jpo/ode/plugin/ServiceRequest.java | 354 +- .../its/jpo/ode/plugin/asn1/Asn1Object.java | 48 +- .../its/jpo/ode/plugin/asn1/J2735Plugin.java | 82 +- .../jpo/ode/plugin/j2735/DsrcPosition3D.java | 208 +- .../j2735/J2735AccelerationSet4Way.java | 190 +- .../plugin/j2735/J2735AntennaOffsetSet.java | 186 +- .../plugin/j2735/J2735BasicVehicleRole.java | 90 +- .../jpo/ode/plugin/j2735/J2735BitString.java | 48 +- .../j2735/J2735BrakeAppliedStatusNames.java | 8 +- .../plugin/j2735/J2735BrakeSystemStatus.java | 266 +- .../its/jpo/ode/plugin/j2735/J2735Bsm.java | 162 +- .../ode/plugin/j2735/J2735BsmCoreData.java | 448 +- .../plugin/j2735/J2735BsmPart2Content.java | 162 +- .../plugin/j2735/J2735BsmPart2Extension.java | 44 +- .../ode/plugin/j2735/J2735BumperHeights.java | 86 +- .../its/jpo/ode/plugin/j2735/J2735Choice.java | 114 +- .../jpo/ode/plugin/j2735/J2735DDateTime.java | 174 +- .../jpo/ode/plugin/j2735/J2735DSRCmsgID.java | 104 +- .../ode/plugin/j2735/J2735DirectionOfUse.java | 44 +- .../plugin/j2735/J2735DisabledVehicle.java | 84 +- .../jpo/ode/plugin/j2735/J2735Elevation.java | 70 +- .../plugin/j2735/J2735EmergencyDetails.java | 156 +- .../plugin/j2735/J2735EssPrecipSituation.java | 70 +- .../ode/plugin/j2735/J2735EssPrecipYesNo.java | 48 +- .../plugin/j2735/J2735EventDescription.java | 162 +- .../its/jpo/ode/plugin/j2735/J2735Extent.java | 70 +- .../jpo/ode/plugin/j2735/J2735FuelType.java | 58 +- .../plugin/j2735/J2735FullPositionVector.java | 196 +- .../plugin/j2735/J2735GNSSstatusNames.java | 10 +- .../plugin/j2735/J2735HeadingConfidence.java | 56 +- .../jpo/ode/plugin/j2735/J2735LaneWidth.java | 90 +- .../jpo/ode/plugin/j2735/J2735Latitude.java | 74 +- .../ode/plugin/j2735/J2735LightbarInUse.java | 56 +- .../jpo/ode/plugin/j2735/J2735Longitude.java | 72 +- .../ode/plugin/j2735/J2735MessageFrame.java | 80 +- .../j2735/J2735MultiVehicleResponse.java | 50 +- .../ode/plugin/j2735/J2735NamedNumber.java | 82 +- .../jpo/ode/plugin/j2735/J2735Node_XY.java | 170 +- .../plugin/j2735/J2735ObstacleDetection.java | 160 +- .../ode/plugin/j2735/J2735PathHistory.java | 106 +- .../plugin/j2735/J2735PathHistoryPoint.java | 178 +- .../j2735/J2735PathHistoryPointList.java | 70 +- .../ode/plugin/j2735/J2735PathPrediction.java | 88 +- .../j2735/J2735PivotPointDescription.java | 106 +- .../j2735/J2735PositionConfidenceSet.java | 158 +- .../plugin/j2735/J2735PositionalAccuracy.java | 180 +- .../plugin/j2735/J2735PrivilegedEvents.java | 86 +- .../plugin/j2735/J2735ProbeDataManagment.java | 322 +- .../ode/plugin/j2735/J2735RTCMPackage.java | 156 +- .../jpo/ode/plugin/j2735/J2735RTCMheader.java | 150 +- .../plugin/j2735/J2735RegionalContent.java | 168 +- .../plugin/j2735/J2735RegionalExtension.java | 46 +- .../j2735/J2735ResponderGroupAffected.java | 68 +- .../ode/plugin/j2735/J2735ResponseType.java | 52 +- .../jpo/ode/plugin/j2735/J2735SirenInUse.java | 48 +- .../j2735/J2735SpecialVehicleExtensions.java | 98 +- .../plugin/j2735/J2735SpeedConfidence.java | 56 +- .../ode/plugin/j2735/J2735SpeedProfile.java | 124 +- ...5SpeedandHeadingandThrottleConfidence.java | 102 +- .../J2735SupplementalVehicleExtensions.java | 230 +- .../plugin/j2735/J2735ThrottleConfidence.java | 48 +- .../ode/plugin/j2735/J2735TimeConfidence.java | 120 +- .../ode/plugin/j2735/J2735TrailerData.java | 108 +- .../j2735/J2735TrailerHistoryPoint.java | 142 +- .../j2735/J2735TrailerUnitDescription.java | 290 +- .../j2735/J2735TransmissionAndSpeed.java | 88 +- .../plugin/j2735/J2735TransmissionState.java | 50 +- .../j2735/J2735VehicleClassification.java | 212 +- .../ode/plugin/j2735/J2735VehicleData.java | 120 +- .../plugin/j2735/J2735VehicleEventFlag.java | 64 +- .../j2735/J2735VehicleSafetyExtensions.java | 114 +- .../ode/plugin/j2735/J2735VehicleSize.java | 166 +- .../ode/plugin/j2735/J2735VehicleType.java | 70 +- .../ode/plugin/j2735/J2735WeatherProbe.java | 102 +- .../ode/plugin/j2735/J2735WeatherReport.java | 160 +- .../jpo/ode/plugin/j2735/J2735WiperSet.java | 120 +- .../ode/plugin/j2735/J2735WiperStatus.java | 54 +- .../jpo/ode/plugin/j2735/OdeGeoRegion.java | 340 +- .../jpo/ode/plugin/j2735/OdePosition3D.java | 202 +- .../builders/AccelerationSet4WayBuilder.java | 182 +- .../plugin/j2735/builders/AngleBuilder.java | 132 +- .../builders/AntennaOffsetSetBuilder.java | 78 +- .../j2735/builders/BitStringBuilder.java | 54 +- .../builders/BrakeSystemStatusBuilder.java | 86 +- .../ode/plugin/j2735/builders/BsmBuilder.java | 110 +- .../j2735/builders/BsmCoreDataBuilder.java | 188 +- .../builders/BsmPart2ContentBuilder.java | 188 +- .../j2735/builders/BumperHeightsBuilder.java | 98 +- .../j2735/builders/DDateTimeBuilder.java | 226 +- .../builders/DisabledVehicleBuilder.java | 104 +- .../j2735/builders/ElevationBuilder.java | 118 +- .../builders/EmergencyDetailsBuilder.java | 108 +- .../builders/EventDescriptionBuilder.java | 200 +- .../builders/FullPositionVectorBuilder.java | 238 +- .../plugin/j2735/builders/HeadingBuilder.java | 108 +- .../plugin/j2735/builders/HeightBuilder.java | 74 +- .../j2735/builders/LaneWidthBuilder.java | 62 +- .../j2735/builders/LatitudeBuilder.java | 102 +- .../j2735/builders/LongitudeBuilder.java | 100 +- .../j2735/builders/MassOrWeightBuilder.java | 170 +- .../MergeDivergeNodeAngleBuilder.java | 60 +- .../j2735/builders/NamedNumberBuilder.java | 128 +- .../plugin/j2735/builders/Node_XYBuilder.java | 64 +- .../builders/ObstacleDetectionBuilder.java | 136 +- .../plugin/j2735/builders/OffsetBuilder.java | 200 +- .../j2735/builders/OffsetLLBuilder.java | 60 +- .../j2735/builders/OffsetXyBuilder.java | 60 +- .../j2735/builders/PathHistoryBuilder.java | 100 +- .../builders/PathHistoryPointBuilder.java | 228 +- .../builders/PathHistoryPointListBuilder.java | 96 +- .../j2735/builders/PathPredictionBuilder.java | 100 +- .../PivotPointDescriptionBuilder.java | 104 +- .../PositionConfidenceSetBuilder.java | 114 +- .../builders/PositionalAccuracyBuilder.java | 140 +- .../builders/PrivilegedEventsBuilder.java | 104 +- .../j2735/builders/RTCMPackageBuilder.java | 98 +- .../j2735/builders/RTCMheaderBuilder.java | 84 +- .../builders/RoadwayCrownAngleBuilder.java | 94 +- .../j2735/builders/ScaleB12Builder.java | 58 +- .../SpecialVehicleExtensionsBuilder.java | 94 +- .../builders/SpeedOrVelocityBuilder.java | 102 +- .../j2735/builders/SpeedProfileBuilder.java | 88 +- ...ndHeadingandThrottleConfidenceBuilder.java | 136 +- .../SupplementalVehicleExtensionsBuilder.java | 164 +- .../j2735/builders/TimeOffsetBuilder.java | 96 +- .../j2735/builders/TrailerDataBuilder.java | 90 +- .../builders/TrailerHistoryPointBuilder.java | 80 +- .../TrailerUnitDescriptionBuilder.java | 196 +- .../builders/TransmissionAndSpeedBuilder.java | 96 +- .../VehicleClassificationBuilder.java | 236 +- .../j2735/builders/VehicleDataBuilder.java | 94 +- .../VehicleSafetyExtensionsBuilder.java | 112 +- .../j2735/builders/VehicleSizeBuilder.java | 128 +- .../j2735/builders/VelocityBuilder.java | 80 +- .../j2735/builders/WeatherProbeBuilder.java | 142 +- .../j2735/builders/WeatherReportBuilder.java | 224 +- .../j2735/builders/WiperSetBuilder.java | 178 +- .../ode/plugin/j2735/timstorage/Anchor.java | 120 +- .../ode/plugin/j2735/timstorage/Circle.java | 138 +- .../ode/plugin/j2735/timstorage/Content.java | 118 +- .../plugin/j2735/timstorage/Description.java | 106 +- .../j2735/timstorage/DirectionOfUse.java | 118 +- .../plugin/j2735/timstorage/FrameType.java | 140 +- .../j2735/timstorage/GeographicalPath.java | 364 +- .../j2735/timstorage/GeometricProjection.java | 140 +- .../j2735/timstorage/ITIS_CodesAndText.java | 64 +- .../jpo/ode/plugin/j2735/timstorage/Id.java | 84 +- .../jpo/ode/plugin/j2735/timstorage/Item.java | 148 +- .../ode/plugin/j2735/timstorage/MsgId.java | 80 +- .../plugin/j2735/timstorage/MutcdCode.java | 192 +- .../ode/plugin/j2735/timstorage/NodeLL.java | 68 +- .../plugin/j2735/timstorage/NodeListLL.java | 70 +- .../j2735/timstorage/NodeOffsetPointXY.java | 360 +- .../ode/plugin/j2735/timstorage/NodeXY.java | 82 +- .../plugin/j2735/timstorage/Node_LatLon.java | 86 +- .../ode/plugin/j2735/timstorage/Node_XY.java | 86 +- .../ode/plugin/j2735/timstorage/Nodes.java | 86 +- .../ode/plugin/j2735/timstorage/Offset.java | 82 +- .../plugin/j2735/timstorage/OffsetAxis.java | 86 +- .../plugin/j2735/timstorage/OffsetSystem.java | 84 +- .../ode/plugin/j2735/timstorage/Position.java | 118 +- .../ode/plugin/j2735/timstorage/Regions.java | 70 +- .../plugin/j2735/timstorage/RoadSignID.java | 140 +- .../j2735/timstorage/TravelerDataFrame.java | 334 +- .../j2735/timstorage/TravelerInformation.java | 258 +- .../j2735/timstorage/TravelerInputData.java | 88 +- .../plugin/j2735/DdsAdvisoryDetailsTest.java | 138 +- .../j2735/DdsAdvisorySituationDataTest.java | 254 +- .../ode/plugin/j2735/DsrcPosition3DTest.java | 122 +- .../jpo/ode/plugin/j2735/J2735ChoiceTest.java | 158 +- .../j2735/J2735ProbeDataManagmentTest.java | 194 +- .../j2735/J2735RegionalContentTest.java | 202 +- .../j2735/J2735VehicleStatusRequestTest.java | 122 +- .../ode/plugin/j2735/OdeGeoRegionTest.java | 606 +- .../AccelerationSet4WayBuilderTest.java | 344 +- jpo-ode-svcs/pom.xml | 6 +- .../ode/traveler/TimDepositController.java | 2 +- .../dot/its/jpo/ode/snmp/SnmpSessionTest.java | 4 +- pom.xml | 2 +- qa/test-harness/ode-output-validator-library | 2 +- release.properties | 24 +- 315 files changed, 53036 insertions(+), 53037 deletions(-) diff --git a/.dockerignore b/.dockerignore index 8660b1e98..cac6b06c7 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,7 +1,7 @@ -# add git-ignore syntax here of things you don't want copied into docker image -.git -*Dockerfile* -*docker-compose* -node_modules -*target* +# add git-ignore syntax here of things you don't want copied into docker image +.git +*Dockerfile* +*docker-compose* +node_modules +*target* *.class \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 0b33fd4a8..f807cbe5a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,37 +1,37 @@ -FROM maven:3.5.4-jdk-8-alpine as builder -MAINTAINER 583114@bah.com - -WORKDIR /home - -# Copy only the files needed to avoid putting all sorts of junk from your local env on to the image -COPY ./pom.xml ./ -COPY ./jpo-ode-common/pom.xml ./jpo-ode-common/ -COPY ./jpo-ode-common/src ./jpo-ode-common/src -COPY ./jpo-ode-plugins/pom.xml ./jpo-ode-plugins/ -COPY ./jpo-ode-plugins/src ./jpo-ode-plugins/src -COPY ./jpo-ode-core/pom.xml ./jpo-ode-core/ -COPY ./jpo-ode-core/src ./jpo-ode-core/src/ -COPY ./jpo-ode-svcs/pom.xml ./jpo-ode-svcs/ -COPY ./jpo-ode-svcs/src ./jpo-ode-svcs/src - -RUN mvn clean package -DskipTests - -FROM openjdk:8u171-jre-alpine - -WORKDIR /home - -COPY --from=builder /home/jpo-ode-svcs/src/main/resources/application.properties /home -COPY --from=builder /home/jpo-ode-svcs/src/main/resources/logback.xml /home -COPY --from=builder /home/jpo-ode-svcs/target/jpo-ode-svcs.jar /home - -ENTRYPOINT ["java", \ - "-Djava.rmi.server.hostname=$DOCKER_HOST_IP", \ - "-Dcom.sun.management.jmxremote.port=9090", \ - "-Dcom.sun.management.jmxremote.rmi.port=9090", \ - "-Dcom.sun.management.jmxremote", \ - "-Dcom.sun.management.jmxremote.local.only=true", \ - "-Dcom.sun.management.jmxremote.authenticate=false", \ - "-Dcom.sun.management.jmxremote.ssl=false", \ - "-Dlogback.configurationFile=/home/logback.xml", \ - "-jar", \ - "/home/jpo-ode-svcs.jar"] +FROM maven:3.5.4-jdk-8-alpine as builder +MAINTAINER 583114@bah.com + +WORKDIR /home + +# Copy only the files needed to avoid putting all sorts of junk from your local env on to the image +COPY ./pom.xml ./ +COPY ./jpo-ode-common/pom.xml ./jpo-ode-common/ +COPY ./jpo-ode-common/src ./jpo-ode-common/src +COPY ./jpo-ode-plugins/pom.xml ./jpo-ode-plugins/ +COPY ./jpo-ode-plugins/src ./jpo-ode-plugins/src +COPY ./jpo-ode-core/pom.xml ./jpo-ode-core/ +COPY ./jpo-ode-core/src ./jpo-ode-core/src/ +COPY ./jpo-ode-svcs/pom.xml ./jpo-ode-svcs/ +COPY ./jpo-ode-svcs/src ./jpo-ode-svcs/src + +RUN mvn clean package -DskipTests + +FROM openjdk:8u171-jre-alpine + +WORKDIR /home + +COPY --from=builder /home/jpo-ode-svcs/src/main/resources/application.properties /home +COPY --from=builder /home/jpo-ode-svcs/src/main/resources/logback.xml /home +COPY --from=builder /home/jpo-ode-svcs/target/jpo-ode-svcs.jar /home + +ENTRYPOINT ["java", \ + "-Djava.rmi.server.hostname=$DOCKER_HOST_IP", \ + "-Dcom.sun.management.jmxremote.port=9090", \ + "-Dcom.sun.management.jmxremote.rmi.port=9090", \ + "-Dcom.sun.management.jmxremote", \ + "-Dcom.sun.management.jmxremote.local.only=true", \ + "-Dcom.sun.management.jmxremote.authenticate=false", \ + "-Dcom.sun.management.jmxremote.ssl=false", \ + "-Dlogback.configurationFile=/home/logback.xml", \ + "-jar", \ + "/home/jpo-ode-svcs.jar"] diff --git a/LICENSE-2.0.html b/LICENSE-2.0.html index d1055c8ad..16303d2c7 100644 --- a/LICENSE-2.0.html +++ b/LICENSE-2.0.html @@ -1,228 +1,228 @@ - - - - - - Apache License, Version 2.0 - - -
- -

Apache License
- Version 2.0, January 2004
- http://www.apache.org/licenses/

-

TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND - DISTRIBUTION

-

1. - Definitions.

-

"License" shall mean the terms and conditions for use, - reproduction, and distribution as defined by Sections 1 through 9 - of this document.

-

"Licensor" shall mean the copyright owner or entity authorized - by the copyright owner that is granting the License.

-

"Legal Entity" shall mean the union of the acting entity and - all other entities that control, are controlled by, or are under - common control with that entity. For the purposes of this - definition, "control" means (i) the power, direct or indirect, to - cause the direction or management of such entity, whether by - contract or otherwise, or (ii) ownership of fifty percent (50%) - or more of the outstanding shares, or (iii) beneficial ownership - of such entity.

-

"You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License.

-

"Source" form shall mean the preferred form for making - modifications, including but not limited to software source code, - documentation source, and configuration files.

-

"Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but not - limited to compiled object code, generated documentation, and - conversions to other media types.

-

"Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work (an - example is provided in the Appendix below).

-

"Derivative Works" shall mean any work, whether in Source or - Object form, that is based on (or derived from) the Work and for - which the editorial revisions, annotations, elaborations, or - other modifications represent, as a whole, an original work of - authorship. For the purposes of this License, Derivative Works - shall not include works that remain separable from, or merely - link (or bind by name) to the interfaces of, the Work and - Derivative Works thereof.

-

"Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or - additions to that Work or Derivative Works thereof, that is - intentionally submitted to Licensor for inclusion in the Work by - the copyright owner or by an individual or Legal Entity - authorized to submit on behalf of the copyright owner. For the - purposes of this definition, "submitted" means any form of - electronic, verbal, or written communication sent to the Licensor - or its representatives, including but not limited to - communication on electronic mailing lists, source code control - systems, and issue tracking systems that are managed by, or on - behalf of, the Licensor for the purpose of discussing and - improving the Work, but excluding communication that is - conspicuously marked or otherwise designated in writing by the - copyright owner as "Not a Contribution."

-

"Contributor" shall mean Licensor and any individual or Legal - Entity on behalf of whom a Contribution has been received by - Licensor and subsequently incorporated within the Work.

-

2. Grant of - Copyright License. Subject to the terms and - conditions of this License, each Contributor hereby grants to You - a perpetual, worldwide, non-exclusive, no-charge, royalty-free, - irrevocable copyright license to reproduce, prepare Derivative - Works of, publicly display, publicly perform, sublicense, and - distribute the Work and such Derivative Works in Source or Object - form.

-

3. Grant of Patent - License. Subject to the terms and conditions of this - License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have - made, use, offer to sell, sell, import, and otherwise transfer - the Work, where such license applies only to those patent claims - licensable by such Contributor that are necessarily infringed by - their Contribution(s) alone or by combination of their - Contribution(s) with the Work to which such Contribution(s) was - submitted. If You institute patent litigation against any entity - (including a cross-claim or counterclaim in a lawsuit) alleging - that the Work or a Contribution incorporated within the Work - constitutes direct or contributory patent infringement, then any - patent licenses granted to You under this License for that Work - shall terminate as of the date such litigation is filed.

-

4. - Redistribution. You may reproduce and distribute - copies of the Work or Derivative Works thereof in any medium, - with or without modifications, and in Source or Object form, - provided that You meet the following conditions:

-
    -
  1. You must give any other recipients of the Work or - Derivative Works a copy of this License; and
  2. -
  3. You must cause any modified files to carry prominent - notices stating that You changed the files; and
  4. -
  5. You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, excluding - those notices that do not pertain to any part of the Derivative - Works; and
  6. -
  7. If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute - must include a readable copy of the attribution notices - contained within such NOTICE file, excluding those notices that - do not pertain to any part of the Derivative Works, in at least - one of the following places: within a NOTICE text file - distributed as part of the Derivative Works; within the Source - form or documentation, if provided along with the Derivative - Works; or, within a display generated by the Derivative Works, - if and wherever such third-party notices normally appear. The - contents of the NOTICE file are for informational purposes only - and do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed as - modifying the License.
    -
    - You may add Your own copyright statement to Your modifications - and may provide additional or different license terms and - conditions for use, reproduction, or distribution of Your - modifications, or for any such Derivative Works as a whole, - provided Your use, reproduction, and distribution of the Work - otherwise complies with the conditions stated in this - License.
  8. -
-

5. - Submission of Contributions. Unless You explicitly - state otherwise, any Contribution intentionally submitted for - inclusion in the Work by You to the Licensor shall be under the - terms and conditions of this License, without any additional - terms or conditions. Notwithstanding the above, nothing herein - shall supersede or modify the terms of any separate license - agreement you may have executed with Licensor regarding such - Contributions.

-

6. - Trademarks. This License does not grant permission - to use the trade names, trademarks, service marks, or product - names of the Licensor, except as required for reasonable and - customary use in describing the origin of the Work and - reproducing the content of the NOTICE file.

-

7. Disclaimer - of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or - conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or - FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for - determining the appropriateness of using or redistributing the - Work and assume any risks associated with Your exercise of - permissions under this License.

-

8. Limitation - of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, - special, incidental, or consequential damages of any character - arising as a result of this License or out of the use or - inability to use the Work (including but not limited to damages - for loss of goodwill, work stoppage, computer failure or - malfunction, or any and all other commercial damages or losses), - even if such Contributor has been advised of the possibility of - such damages.

-

9. Accepting - Warranty or Additional Liability. While - redistributing the Work or Derivative Works thereof, You may - choose to offer, and charge a fee for, acceptance of support, - warranty, indemnity, or other liability obligations and/or rights - consistent with this License. However, in accepting such - obligations, You may act only on Your own behalf and on Your sole - responsibility, not on behalf of any other Contributor, and only - if You agree to indemnify, defend, and hold each Contributor - harmless for any liability incurred by, or claims asserted - against, such Contributor by reason of your accepting any such - warranty or additional liability.

-

END OF TERMS AND CONDITIONS

-

APPENDIX: How to apply the Apache License to your - work

-

To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a file - or class name and description of purpose be included on the same - "printed page" as the copyright notice for easier identification - within third-party archives.

-
-
Copyright [yyyy] [name of copyright owner]
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-    
-
-
- - - + + + + + + Apache License, Version 2.0 + + +
+ +

Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/

+

TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND + DISTRIBUTION

+

1. + Definitions.

+

"License" shall mean the terms and conditions for use, + reproduction, and distribution as defined by Sections 1 through 9 + of this document.

+

"Licensor" shall mean the copyright owner or entity authorized + by the copyright owner that is granting the License.

+

"Legal Entity" shall mean the union of the acting entity and + all other entities that control, are controlled by, or are under + common control with that entity. For the purposes of this + definition, "control" means (i) the power, direct or indirect, to + cause the direction or management of such entity, whether by + contract or otherwise, or (ii) ownership of fifty percent (50%) + or more of the outstanding shares, or (iii) beneficial ownership + of such entity.

+

"You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License.

+

"Source" form shall mean the preferred form for making + modifications, including but not limited to software source code, + documentation source, and configuration files.

+

"Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but not + limited to compiled object code, generated documentation, and + conversions to other media types.

+

"Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work (an + example is provided in the Appendix below).

+

"Derivative Works" shall mean any work, whether in Source or + Object form, that is based on (or derived from) the Work and for + which the editorial revisions, annotations, elaborations, or + other modifications represent, as a whole, an original work of + authorship. For the purposes of this License, Derivative Works + shall not include works that remain separable from, or merely + link (or bind by name) to the interfaces of, the Work and + Derivative Works thereof.

+

"Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or + additions to that Work or Derivative Works thereof, that is + intentionally submitted to Licensor for inclusion in the Work by + the copyright owner or by an individual or Legal Entity + authorized to submit on behalf of the copyright owner. For the + purposes of this definition, "submitted" means any form of + electronic, verbal, or written communication sent to the Licensor + or its representatives, including but not limited to + communication on electronic mailing lists, source code control + systems, and issue tracking systems that are managed by, or on + behalf of, the Licensor for the purpose of discussing and + improving the Work, but excluding communication that is + conspicuously marked or otherwise designated in writing by the + copyright owner as "Not a Contribution."

+

"Contributor" shall mean Licensor and any individual or Legal + Entity on behalf of whom a Contribution has been received by + Licensor and subsequently incorporated within the Work.

+

2. Grant of + Copyright License. Subject to the terms and + conditions of this License, each Contributor hereby grants to You + a perpetual, worldwide, non-exclusive, no-charge, royalty-free, + irrevocable copyright license to reproduce, prepare Derivative + Works of, publicly display, publicly perform, sublicense, and + distribute the Work and such Derivative Works in Source or Object + form.

+

3. Grant of Patent + License. Subject to the terms and conditions of this + License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have + made, use, offer to sell, sell, import, and otherwise transfer + the Work, where such license applies only to those patent claims + licensable by such Contributor that are necessarily infringed by + their Contribution(s) alone or by combination of their + Contribution(s) with the Work to which such Contribution(s) was + submitted. If You institute patent litigation against any entity + (including a cross-claim or counterclaim in a lawsuit) alleging + that the Work or a Contribution incorporated within the Work + constitutes direct or contributory patent infringement, then any + patent licenses granted to You under this License for that Work + shall terminate as of the date such litigation is filed.

+

4. + Redistribution. You may reproduce and distribute + copies of the Work or Derivative Works thereof in any medium, + with or without modifications, and in Source or Object form, + provided that You meet the following conditions:

+
    +
  1. You must give any other recipients of the Work or + Derivative Works a copy of this License; and
  2. +
  3. You must cause any modified files to carry prominent + notices stating that You changed the files; and
  4. +
  5. You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, excluding + those notices that do not pertain to any part of the Derivative + Works; and
  6. +
  7. If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute + must include a readable copy of the attribution notices + contained within such NOTICE file, excluding those notices that + do not pertain to any part of the Derivative Works, in at least + one of the following places: within a NOTICE text file + distributed as part of the Derivative Works; within the Source + form or documentation, if provided along with the Derivative + Works; or, within a display generated by the Derivative Works, + if and wherever such third-party notices normally appear. The + contents of the NOTICE file are for informational purposes only + and do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed as + modifying the License.
    +
    + You may add Your own copyright statement to Your modifications + and may provide additional or different license terms and + conditions for use, reproduction, or distribution of Your + modifications, or for any such Derivative Works as a whole, + provided Your use, reproduction, and distribution of the Work + otherwise complies with the conditions stated in this + License.
  8. +
+

5. + Submission of Contributions. Unless You explicitly + state otherwise, any Contribution intentionally submitted for + inclusion in the Work by You to the Licensor shall be under the + terms and conditions of this License, without any additional + terms or conditions. Notwithstanding the above, nothing herein + shall supersede or modify the terms of any separate license + agreement you may have executed with Licensor regarding such + Contributions.

+

6. + Trademarks. This License does not grant permission + to use the trade names, trademarks, service marks, or product + names of the Licensor, except as required for reasonable and + customary use in describing the origin of the Work and + reproducing the content of the NOTICE file.

+

7. Disclaimer + of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or + conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or + FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for + determining the appropriateness of using or redistributing the + Work and assume any risks associated with Your exercise of + permissions under this License.

+

8. Limitation + of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, + special, incidental, or consequential damages of any character + arising as a result of this License or out of the use or + inability to use the Work (including but not limited to damages + for loss of goodwill, work stoppage, computer failure or + malfunction, or any and all other commercial damages or losses), + even if such Contributor has been advised of the possibility of + such damages.

+

9. Accepting + Warranty or Additional Liability. While + redistributing the Work or Derivative Works thereof, You may + choose to offer, and charge a fee for, acceptance of support, + warranty, indemnity, or other liability obligations and/or rights + consistent with this License. However, in accepting such + obligations, You may act only on Your own behalf and on Your sole + responsibility, not on behalf of any other Contributor, and only + if You agree to indemnify, defend, and hold each Contributor + harmless for any liability incurred by, or claims asserted + against, such Contributor by reason of your accepting any such + warranty or additional liability.

+

END OF TERMS AND CONDITIONS

+

APPENDIX: How to apply the Apache License to your + work

+

To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a file + or class name and description of purpose be included on the same + "printed page" as the copyright notice for easier identification + within third-party archives.

+
+
Copyright [yyyy] [name of copyright owner]
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+    
+
+
+ + + diff --git a/Makefile b/Makefile index 05ee2b23c..da0a7ede7 100644 --- a/Makefile +++ b/Makefile @@ -1,33 +1,33 @@ -default: - $(info Make target options:) - $(info `make start` to build and run the ODE) - $(info `make stop` to stop the ODE) - $(info `make delete` to destroy the current Docker containers) - $(info `make rebuild` to stop, delete, and then rebuild the containers) - -start: -ifeq ("$(wildcard ./jpo-ode-private)", "") - $(error "ERROR: Directory `jpo-ode-private` not found in ${PWD}") -endif -ifeq ("$(wildcard ./asn1_codec/asn1c_combined/J2735_201603DA.ASN)", "") - cp ./jpo-ode-private/j2735/J2735_201603DA.ASN ./asn1_codec/asn1c_combined/J2735_201603DA.ASN -endif -ifndef DOCKER_HOST_IP - $(error ERROR: Environment variable DOCKER_HOST_IP is not set) -endif -ifndef DOCKER_SHARED_VOLUME - $(error ERROR: Environment variable DOCKER_SHARED_VOLUME is not set) -endif -ifeq ("$(wildcard .env)", "") - $(warning "WARNING: Environment file `.env` not found in ${PWD}") -endif - docker-compose up --build -d - -stop: - docker-compose down - -delete: - docker-compose rm -fvs - -rebuild: - $(MAKE) stop delete start +default: + $(info Make target options:) + $(info `make start` to build and run the ODE) + $(info `make stop` to stop the ODE) + $(info `make delete` to destroy the current Docker containers) + $(info `make rebuild` to stop, delete, and then rebuild the containers) + +start: +ifeq ("$(wildcard ./jpo-ode-private)", "") + $(error "ERROR: Directory `jpo-ode-private` not found in ${PWD}") +endif +ifeq ("$(wildcard ./asn1_codec/asn1c_combined/J2735_201603DA.ASN)", "") + cp ./jpo-ode-private/j2735/J2735_201603DA.ASN ./asn1_codec/asn1c_combined/J2735_201603DA.ASN +endif +ifndef DOCKER_HOST_IP + $(error ERROR: Environment variable DOCKER_HOST_IP is not set) +endif +ifndef DOCKER_SHARED_VOLUME + $(error ERROR: Environment variable DOCKER_SHARED_VOLUME is not set) +endif +ifeq ("$(wildcard .env)", "") + $(warning "WARNING: Environment file `.env` not found in ${PWD}") +endif + docker-compose up --build -d + +stop: + docker-compose down + +delete: + docker-compose rm -fvs + +rebuild: + $(MAKE) stop delete start diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 377bd769b..424ad67d3 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,10 +1,9 @@ ## ODE Release Notes ## ----------------------- -### Release 1.0.9 (TBD) -- Integrated odevalidator v0.0.5 +### Release 1.0.8 (May 24, 2019) +- Integrated odevalidator v0.0.6 - Updated test-harness (see [release notes](./qa/test-harness/README.md#release-history)) -### Release 1.0.8 (May 17, 2019) -- Integrated odevalidator v0.0.4 +- Changed SNMP deposit timestamp format from MM/DD/YYYY to YYYY/MM/DD ### Release 1.0.7 (Apr 15, 2019) - Integrated odevalidator v0.0.3 ### Release 1.0.6 (Apr 8, 2019) diff --git a/adm.properties b/adm.properties index 5e6f05536..31e988338 100644 --- a/adm.properties +++ b/adm.properties @@ -1,27 +1,27 @@ -# Kafka group. -group.id=0 - -# ACM operation type specification; default is decode if left out. -acm.type=decode - -# Path (relative or absolute) to the ACM error reporting XML template. -acm.error.template=/asn1_codec/config/Output.error.xml - -# Kafka topics for ASN.1 Parsing -asn1.j2735.topic.consumer=topic.Asn1DecoderInput -asn1.j2735.topic.producer=topic.Asn1DecoderOutput - -# Amount of time to wait when no message is available (milliseconds) -# This is a Kafka configuration parameter that we are using for the -# intended purpose. -asn1.j2735.consumer.timeout.ms=5000 - -# For testing purposes, use one partition. -asn1.j2735.kafka.partition=0 - -# The host ip address for the Broker. -# metadata.broker.list=localhost:9092 - -# specify the compression codec for all data generated: none, gzip, snappy, lz4 -compression.type=none - +# Kafka group. +group.id=0 + +# ACM operation type specification; default is decode if left out. +acm.type=decode + +# Path (relative or absolute) to the ACM error reporting XML template. +acm.error.template=/asn1_codec/config/Output.error.xml + +# Kafka topics for ASN.1 Parsing +asn1.j2735.topic.consumer=topic.Asn1DecoderInput +asn1.j2735.topic.producer=topic.Asn1DecoderOutput + +# Amount of time to wait when no message is available (milliseconds) +# This is a Kafka configuration parameter that we are using for the +# intended purpose. +asn1.j2735.consumer.timeout.ms=5000 + +# For testing purposes, use one partition. +asn1.j2735.kafka.partition=0 + +# The host ip address for the Broker. +# metadata.broker.list=localhost:9092 + +# specify the compression codec for all data generated: none, gzip, snappy, lz4 +compression.type=none + diff --git a/aem.properties b/aem.properties index c20211199..c635b6476 100644 --- a/aem.properties +++ b/aem.properties @@ -1,27 +1,27 @@ -# Kafka group. -group.id=0 - -# ACM operation type specification; default is decode if left out. -acm.type=encode - -# Path (relative or absolute) to the ACM error reporting XML template. -acm.error.template=/asn1_codec/config/Output.error.xml - -# Kafka topics for ASN.1 Parsing -asn1.j2735.topic.consumer=topic.Asn1EncoderInput -asn1.j2735.topic.producer=topic.Asn1EncoderOutput - -# Amount of time to wait when no message is available (milliseconds) -# This is a Kafka configuration parameter that we are using for the -# intended purpose. -asn1.j2735.consumer.timeout.ms=5000 - -# For testing purposes, use one partition. -asn1.j2735.kafka.partition=0 - -# The host ip address for the Broker. -# metadata.broker.list=localhost:9092 - -# specify the compression codec for all data generated: none, gzip, snappy, lz4 -compression.type=none - +# Kafka group. +group.id=0 + +# ACM operation type specification; default is decode if left out. +acm.type=encode + +# Path (relative or absolute) to the ACM error reporting XML template. +acm.error.template=/asn1_codec/config/Output.error.xml + +# Kafka topics for ASN.1 Parsing +asn1.j2735.topic.consumer=topic.Asn1EncoderInput +asn1.j2735.topic.producer=topic.Asn1EncoderOutput + +# Amount of time to wait when no message is available (milliseconds) +# This is a Kafka configuration parameter that we are using for the +# intended purpose. +asn1.j2735.consumer.timeout.ms=5000 + +# For testing purposes, use one partition. +asn1.j2735.kafka.partition=0 + +# The host ip address for the Broker. +# metadata.broker.list=localhost:9092 + +# specify the compression codec for all data generated: none, gzip, snappy, lz4 +compression.type=none + diff --git a/data/I_80.edges b/data/I_80.edges index 86c0fbeee..730b92e45 100644 --- a/data/I_80.edges +++ b/data/I_80.edges @@ -1,20998 +1,20998 @@ -type,id,geography,attributes -edge,0,0;41.24762871;-111.046712:1;41.2474239;-111.0461467,way_type=user_defined:way_id=80E -edge,1,1;41.2474239;-111.0461467:2;41.247251;-111.0456566,way_type=user_defined:way_id=80E -edge,2,2;41.247251;-111.0456566:3;41.2471524;-111.045363,way_type=user_defined:way_id=80E -edge,3,3;41.2471524;-111.045363:4;41.2470787;-111.0451325,way_type=user_defined:way_id=80E -edge,4,4;41.2470787;-111.0451325:5;41.2470098;-111.0449056,way_type=user_defined:way_id=80E -edge,5,5;41.2470098;-111.0449056:6;41.2469232;-111.0446019,way_type=user_defined:way_id=80E -edge,6,6;41.2469232;-111.0446019:7;41.2468531;-111.0443351,way_type=user_defined:way_id=80E -edge,7,7;41.2468531;-111.0443351:8;41.2467839;-111.0440535,way_type=user_defined:way_id=80E -edge,8,8;41.2467839;-111.0440535:9;41.2467448;-111.0438831,way_type=user_defined:way_id=80E -edge,9,9;41.2467448;-111.0438831:10;41.2467143;-111.0437484,way_type=user_defined:way_id=80E -edge,10,10;41.2467143;-111.0437484:11;41.2466544;-111.043468,way_type=user_defined:way_id=80E -edge,11,11;41.2466544;-111.043468:12;41.2466003;-111.0431961,way_type=user_defined:way_id=80E -edge,12,12;41.2466003;-111.0431961:13;41.2465472;-111.0429057,way_type=user_defined:way_id=80E -edge,13,13;41.2465472;-111.0429057:14;41.2464943;-111.0425869,way_type=user_defined:way_id=80E -edge,14,14;41.2464943;-111.0425869:15;41.2464477;-111.0422754,way_type=user_defined:way_id=80E -edge,15,15;41.2464477;-111.0422754:16;41.2464136;-111.0420202,way_type=user_defined:way_id=80E -edge,16,16;41.2464136;-111.0420202:17;41.2463815;-111.041744,way_type=user_defined:way_id=80E -edge,17,17;41.2463815;-111.041744:18;41.246355;-111.0414815,way_type=user_defined:way_id=80E -edge,18,18;41.246355;-111.0414815:19;41.24628717;-111.0405217,way_type=user_defined:way_id=80E -edge,19,19;41.24628717;-111.0405217:20;41.2462761;-111.0402065,way_type=user_defined:way_id=80E -edge,20,20;41.2462761;-111.0402065:21;41.246271;-111.0399457,way_type=user_defined:way_id=80E -edge,21,21;41.246271;-111.0399457:22;41.2462686;-111.0396545,way_type=user_defined:way_id=80E -edge,22,22;41.2462686;-111.0396545:23;41.2462691;-111.0393348,way_type=user_defined:way_id=80E -edge,23,23;41.2462691;-111.0393348:24;41.2462712;-111.0390432,way_type=user_defined:way_id=80E -edge,24,24;41.2462712;-111.0390432:25;41.2462798;-111.0380735,way_type=user_defined:way_id=80E -edge,25,25;41.2462798;-111.0380735:26;41.2462892;-111.0371983,way_type=user_defined:way_id=80E -edge,26,26;41.2462892;-111.0371983:27;41.2462961;-111.0363303,way_type=user_defined:way_id=80E -edge,27,27;41.2462961;-111.0363303:28;41.2463268;-111.0332727,way_type=user_defined:way_id=80E -edge,28,28;41.2463268;-111.0332727:29;41.2463477;-111.0309269,way_type=user_defined:way_id=80E -edge,29,29;41.2463477;-111.0309269:30;41.2463618;-111.029127,way_type=user_defined:way_id=80E -edge,30,30;41.2463618;-111.029127:31;41.2463912;-111.0264208,way_type=user_defined:way_id=80E -edge,31,31;41.2463912;-111.0264208:32;41.2463985;-111.0255148,way_type=user_defined:way_id=80E -edge,32,32;41.2463985;-111.0255148:33;41.2464081;-111.0246492,way_type=user_defined:way_id=80E -edge,33,33;41.2464081;-111.0246492:34;41.2464171;-111.0241394,way_type=user_defined:way_id=80E -edge,34,34;41.2464171;-111.0241394:35;41.246429;-111.0237058,way_type=user_defined:way_id=80E -edge,35,35;41.246429;-111.0237058:36;41.2464404;-111.0233881,way_type=user_defined:way_id=80E -edge,36,36;41.2464404;-111.0233881:37;41.2464575;-111.0230013,way_type=user_defined:way_id=80E -edge,37,37;41.2464575;-111.0230013:38;41.2464833;-111.0225283,way_type=user_defined:way_id=80E -edge,38,38;41.2464833;-111.0225283:39;41.2465043;-111.0222015,way_type=user_defined:way_id=80E -edge,39,39;41.2465043;-111.0222015:40;41.2465247;-111.0219217,way_type=user_defined:way_id=80E -edge,40,40;41.2465247;-111.0219217:41;41.2465732;-111.0213358,way_type=user_defined:way_id=80E -edge,41,41;41.2465732;-111.0213358:42;41.246599;-111.021057,way_type=user_defined:way_id=80E -edge,42,42;41.246599;-111.021057:43;41.2466311;-111.0207324,way_type=user_defined:way_id=80E -edge,43,43;41.2466311;-111.0207324:44;41.246664;-111.0204262,way_type=user_defined:way_id=80E -edge,44,44;41.246664;-111.0204262:45;41.2466981;-111.0201301,way_type=user_defined:way_id=80E -edge,45,45;41.2466981;-111.0201301:46;41.2467331;-111.0198432,way_type=user_defined:way_id=80E -edge,46,46;41.2467331;-111.0198432:47;41.2467652;-111.0195935,way_type=user_defined:way_id=80E -edge,47,47;41.2467652;-111.0195935:48;41.2468128;-111.0192425,way_type=user_defined:way_id=80E -edge,48,48;41.2468128;-111.0192425:49;41.2468588;-111.0189283,way_type=user_defined:way_id=80E -edge,49,49;41.2468588;-111.0189283:50;41.2469375;-111.0184234,way_type=user_defined:way_id=80E -edge,50,50;41.2469375;-111.0184234:51;41.2469951;-111.018075,way_type=user_defined:way_id=80E -edge,51,51;41.2469951;-111.018075:52;41.2470427;-111.0178007,way_type=user_defined:way_id=80E -edge,52,52;41.2470427;-111.0178007:53;41.2470942;-111.0175179,way_type=user_defined:way_id=80E -edge,53,53;41.2470942;-111.0175179:54;41.247155;-111.0171994,way_type=user_defined:way_id=80E -edge,54,54;41.247155;-111.0171994:55;41.2472128;-111.0169088,way_type=user_defined:way_id=80E -edge,55,55;41.2472128;-111.0169088:56;41.2472686;-111.0166371,way_type=user_defined:way_id=80E -edge,56,56;41.2472686;-111.0166371:57;41.2473334;-111.01633,way_type=user_defined:way_id=80E -edge,57,57;41.2473334;-111.01633:58;41.2473632;-111.0161948,way_type=user_defined:way_id=80E -edge,58,58;41.2473632;-111.0161948:59;41.247395;-111.0160507,way_type=user_defined:way_id=80E -edge,59,59;41.247395;-111.0160507:60;41.2474654;-111.0157448,way_type=user_defined:way_id=80E -edge,60,60;41.2474654;-111.0157448:61;41.2475983;-111.0151899,way_type=user_defined:way_id=80E -edge,61,61;41.2475983;-111.0151899:62;41.2476779;-111.0148788,way_type=user_defined:way_id=80E -edge,62,62;41.2476779;-111.0148788:63;41.2478231;-111.0143385,way_type=user_defined:way_id=80E -edge,63,63;41.2478231;-111.0143385:64;41.2479089;-111.0140268,way_type=user_defined:way_id=80E -edge,64,64;41.2479089;-111.0140268:65;41.2479807;-111.0137734,way_type=user_defined:way_id=80E -edge,65,65;41.2479807;-111.0137734:66;41.2480684;-111.0134744,way_type=user_defined:way_id=80E -edge,66,66;41.2480684;-111.0134744:67;41.2481542;-111.0131926,way_type=user_defined:way_id=80E -edge,67,67;41.2481542;-111.0131926:68;41.24833;-111.0126347,way_type=user_defined:way_id=80E -edge,68,68;41.24833;-111.0126347:69;41.2484174;-111.012365,way_type=user_defined:way_id=80E -edge,69,69;41.2484174;-111.012365:70;41.2485041;-111.0121053,way_type=user_defined:way_id=80E -edge,70,70;41.2485041;-111.0121053:71;41.248608;-111.0118029,way_type=user_defined:way_id=80E -edge,71,71;41.248608;-111.0118029:72;41.2486981;-111.0115478,way_type=user_defined:way_id=80E -edge,72,72;41.2486981;-111.0115478:73;41.2487914;-111.0112912,way_type=user_defined:way_id=80E -edge,73,73;41.2487914;-111.0112912:74;41.2489507;-111.0108674,way_type=user_defined:way_id=80E -edge,74,74;41.2489507;-111.0108674:75;41.2491142;-111.0104461,way_type=user_defined:way_id=80E -edge,75,75;41.2491142;-111.0104461:76;41.2492182;-111.0101868,way_type=user_defined:way_id=80E -edge,76,76;41.2492182;-111.0101868:77;41.2493203;-111.0099372,way_type=user_defined:way_id=80E -edge,77,77;41.2493203;-111.0099372:78;41.2495449;-111.0093993,way_type=user_defined:way_id=80E -edge,78,78;41.2495449;-111.0093993:79;41.2496654;-111.0091198,way_type=user_defined:way_id=80E -edge,79,79;41.2496654;-111.0091198:80;41.2497777;-111.0088667,way_type=user_defined:way_id=80E -edge,80,80;41.2497777;-111.0088667:81;41.2498851;-111.008631,way_type=user_defined:way_id=80E -edge,81,81;41.2498851;-111.008631:82;41.2500159;-111.0083497,way_type=user_defined:way_id=80E -edge,82,82;41.2500159;-111.0083497:83;41.2504962;-111.0073332,way_type=user_defined:way_id=80E -edge,83,83;41.2504962;-111.0073332:84;41.2510952;-111.0060546,way_type=user_defined:way_id=80E -edge,84,84;41.2510952;-111.0060546:85;41.2513306;-111.0055576,way_type=user_defined:way_id=80E -edge,85,85;41.2513306;-111.0055576:86;41.2518061;-111.0045449,way_type=user_defined:way_id=80E -edge,86,86;41.2518061;-111.0045449:87;41.2521651;-111.0037857,way_type=user_defined:way_id=80E -edge,87,87;41.2521651;-111.0037857:88;41.2526666;-111.0027113,way_type=user_defined:way_id=80E -edge,88,88;41.2526666;-111.0027113:89;41.2532722;-111.0014283,way_type=user_defined:way_id=80E -edge,89,89;41.2532722;-111.0014283:90;41.2537188;-111.0004762,way_type=user_defined:way_id=80E -edge,90,90;41.2537188;-111.0004762:91;41.2541265;-110.9996163,way_type=user_defined:way_id=80E -edge,91,91;41.2541265;-110.9996163:92;41.2555188;-110.996649,way_type=user_defined:way_id=80E -edge,92,92;41.2555188;-110.996649:93;41.2558855;-110.9958737,way_type=user_defined:way_id=80E -edge,93,93;41.2558855;-110.9958737:94;41.2568059;-110.9939106,way_type=user_defined:way_id=80E -edge,94,94;41.2568059;-110.9939106:95;41.2569577;-110.9935888,way_type=user_defined:way_id=80E -edge,95,95;41.2569577;-110.9935888:96;41.2571583;-110.9931636,way_type=user_defined:way_id=80E -edge,96,96;41.2571583;-110.9931636:97;41.2571583;-110.9931636,way_type=user_defined:way_id=80E -edge,97,97;41.2571583;-110.9931636:98;41.25760691;-110.9922099,way_type=user_defined:way_id=80E -edge,98,98;41.25760691;-110.9922099:99;41.25786803;-110.9916547,way_type=user_defined:way_id=80E -edge,99,99;41.25786803;-110.9916547:100;41.2585641;-110.9901749,way_type=user_defined:way_id=80E -edge,100,100;41.2585641;-110.9901749:101;41.258941;-110.9893702,way_type=user_defined:way_id=80E -edge,101,101;41.258941;-110.9893702:102;41.2600182;-110.9870827,way_type=user_defined:way_id=80E -edge,102,102;41.2600182;-110.9870827:103;41.2604169;-110.9862302,way_type=user_defined:way_id=80E -edge,103,103;41.2604169;-110.9862302:104;41.2606047;-110.9858334,way_type=user_defined:way_id=80E -edge,104,104;41.2606047;-110.9858334:105;41.2606047;-110.9858334,way_type=user_defined:way_id=80E -edge,105,105;41.2606047;-110.9858334:106;41.2608185;-110.9853836,way_type=user_defined:way_id=80E -edge,106,106;41.2608185;-110.9853836:107;41.2610199;-110.9849558,way_type=user_defined:way_id=80E -edge,107,107;41.2610199;-110.9849558:108;41.261204;-110.9845613,way_type=user_defined:way_id=80E -edge,108,108;41.261204;-110.9845613:109;41.2613318;-110.984282,way_type=user_defined:way_id=80E -edge,109,109;41.2613318;-110.984282:110;41.2614392;-110.9840408,way_type=user_defined:way_id=80E -edge,110,110;41.2614392;-110.9840408:111;41.2615499;-110.9837803,way_type=user_defined:way_id=80E -edge,111,111;41.2615499;-110.9837803:112;41.2616478;-110.9835307,way_type=user_defined:way_id=80E -edge,112,112;41.2616478;-110.9835307:113;41.2617501;-110.9832425,way_type=user_defined:way_id=80E -edge,113,113;41.2617501;-110.9832425:114;41.2618342;-110.982974,way_type=user_defined:way_id=80E -edge,114,114;41.2618342;-110.982974:115;41.2618541;-110.9829038,way_type=user_defined:way_id=80E -edge,115,115;41.2618541;-110.9829038:116;41.2619187;-110.9826656,way_type=user_defined:way_id=80E -edge,116,116;41.2619187;-110.9826656:117;41.2619819;-110.982397,way_type=user_defined:way_id=80E -edge,117,117;41.2619819;-110.982397:118;41.262044;-110.982088,way_type=user_defined:way_id=80E -edge,118,118;41.262044;-110.982088:119;41.262092;-110.9818024,way_type=user_defined:way_id=80E -edge,119,119;41.262092;-110.9818024:120;41.2621304;-110.9815137,way_type=user_defined:way_id=80E -edge,120,120;41.2621304;-110.9815137:121;41.2621611;-110.9811945,way_type=user_defined:way_id=80E -edge,121,121;41.2621611;-110.9811945:122;41.26216502;-110.9811303,way_type=user_defined:way_id=80E -edge,122,122;41.26216502;-110.9811303:123;41.262179;-110.9809015,way_type=user_defined:way_id=80E -edge,123,123;41.262179;-110.9809015:124;41.2621866;-110.9806549,way_type=user_defined:way_id=80E -edge,124,124;41.2621866;-110.9806549:125;41.2621884;-110.9805796,way_type=user_defined:way_id=80E -edge,125,125;41.2621884;-110.9805796:126;41.2621887;-110.9802941,way_type=user_defined:way_id=80E -edge,126,126;41.2621887;-110.9802941:127;41.2621778;-110.9799715,way_type=user_defined:way_id=80E -edge,127,127;41.2621778;-110.9799715:128;41.2621578;-110.9796782,way_type=user_defined:way_id=80E -edge,128,128;41.2621578;-110.9796782:129;41.2621288;-110.9793958,way_type=user_defined:way_id=80E -edge,129,129;41.2621288;-110.9793958:130;41.262086;-110.9790777,way_type=user_defined:way_id=80E -edge,130,130;41.262086;-110.9790777:131;41.2620395;-110.9787994,way_type=user_defined:way_id=80E -edge,131,131;41.2620395;-110.9787994:132;41.261997;-110.9785885,way_type=user_defined:way_id=80E -edge,132,132;41.261997;-110.9785885:133;41.2619566;-110.9784066,way_type=user_defined:way_id=80E -edge,133,133;41.2619566;-110.9784066:134;41.2619566;-110.9784066,way_type=user_defined:way_id=80E -edge,134,134;41.2619566;-110.9784066:135;41.2619089;-110.9782081,way_type=user_defined:way_id=80E -edge,135,135;41.2619089;-110.9782081:136;41.2618345;-110.9779416,way_type=user_defined:way_id=80E -edge,136,136;41.2618345;-110.9779416:137;41.261737;-110.9776359,way_type=user_defined:way_id=80E -edge,137,137;41.261737;-110.9776359:138;41.2616414;-110.9773708,way_type=user_defined:way_id=80E -edge,138,138;41.2616414;-110.9773708:139;41.261541;-110.9771195,way_type=user_defined:way_id=80E -edge,139,139;41.261541;-110.9771195:140;41.2614186;-110.9768412,way_type=user_defined:way_id=80E -edge,140,140;41.2614186;-110.9768412:141;41.2612862;-110.9765717,way_type=user_defined:way_id=80E -edge,141,141;41.2612862;-110.9765717:142;41.2611582;-110.976333,way_type=user_defined:way_id=80E -edge,142,142;41.2611582;-110.976333:143;41.2610285;-110.976108,way_type=user_defined:way_id=80E -edge,143,143;41.2610285;-110.976108:144;41.2608774;-110.9758571,way_type=user_defined:way_id=80E -edge,144,144;41.2608774;-110.9758571:145;41.2607377;-110.97563,way_type=user_defined:way_id=80E -edge,145,145;41.2607377;-110.97563:146;41.2601465;-110.9746828,way_type=user_defined:way_id=80E -edge,146,146;41.2601465;-110.9746828:147;41.2600066;-110.9744564,way_type=user_defined:way_id=80E -edge,147,147;41.2600066;-110.9744564:148;41.2598861;-110.9742575,way_type=user_defined:way_id=80E -edge,148,148;41.2598861;-110.9742575:149;41.2597383;-110.9740019,way_type=user_defined:way_id=80E -edge,149,149;41.2597383;-110.9740019:150;41.2595972;-110.9737397,way_type=user_defined:way_id=80E -edge,150,150;41.2595972;-110.9737397:151;41.2594627;-110.9734711,way_type=user_defined:way_id=80E -edge,151,151;41.2594627;-110.9734711:152;41.2593456;-110.9732212,way_type=user_defined:way_id=80E -edge,152,152;41.2593456;-110.9732212:153;41.2592339;-110.9729671,way_type=user_defined:way_id=80E -edge,153,153;41.2592339;-110.9729671:154;41.25912;-110.9726928,way_type=user_defined:way_id=80E -edge,154,154;41.25912;-110.9726928:155;41.2590169;-110.972432,way_type=user_defined:way_id=80E -edge,155,155;41.2590169;-110.972432:156;41.2589126;-110.9721504,way_type=user_defined:way_id=80E -edge,156,156;41.2589126;-110.9721504:157;41.2588202;-110.9718824,way_type=user_defined:way_id=80E -edge,157,157;41.2588202;-110.9718824:158;41.2587336;-110.9716103,way_type=user_defined:way_id=80E -edge,158,158;41.2587336;-110.9716103:159;41.2586453;-110.9713105,way_type=user_defined:way_id=80E -edge,159,159;41.2586453;-110.9713105:160;41.2585727;-110.9710426,way_type=user_defined:way_id=80E -edge,160,160;41.2585727;-110.9710426:161;41.2584949;-110.970727,way_type=user_defined:way_id=80E -edge,161,161;41.2584949;-110.970727:162;41.2584319;-110.9704455,way_type=user_defined:way_id=80E -edge,162,162;41.2584319;-110.9704455:163;41.2583769;-110.970171,way_type=user_defined:way_id=80E -edge,163,163;41.2583769;-110.970171:164;41.2583214;-110.9698581,way_type=user_defined:way_id=80E -edge,164,164;41.2583214;-110.9698581:165;41.2582782;-110.9695795,way_type=user_defined:way_id=80E -edge,165,165;41.2582782;-110.9695795:166;41.2582358;-110.9692622,way_type=user_defined:way_id=80E -edge,166,166;41.2582358;-110.9692622:167;41.2582031;-110.9689713,way_type=user_defined:way_id=80E -edge,167,167;41.2582031;-110.9689713:168;41.2581761;-110.9686796,way_type=user_defined:way_id=80E -edge,168,168;41.2581761;-110.9686796:169;41.2581556;-110.9683966,way_type=user_defined:way_id=80E -edge,169,169;41.2581556;-110.9683966:170;41.2581384;-110.9680756,way_type=user_defined:way_id=80E -edge,170,170;41.2581384;-110.9680756:171;41.2581284;-110.9677827,way_type=user_defined:way_id=80E -edge,171,171;41.2581284;-110.9677827:172;41.2581233;-110.9674611,way_type=user_defined:way_id=80E -edge,172,172;41.2581233;-110.9674611:173;41.2581243;-110.9672728,way_type=user_defined:way_id=80E -edge,173,173;41.2581243;-110.9672728:174;41.2581248;-110.967168,way_type=user_defined:way_id=80E -edge,174,174;41.2581248;-110.967168:175;41.2581248;-110.967168,way_type=user_defined:way_id=80E -edge,175,175;41.2581248;-110.967168:176;41.2581339;-110.966847,way_type=user_defined:way_id=80E -edge,176,176;41.2581339;-110.966847:177;41.2581494;-110.9665548,way_type=user_defined:way_id=80E -edge,177,177;41.2581494;-110.9665548:178;41.2581712;-110.9662636,way_type=user_defined:way_id=80E -edge,178,178;41.2581712;-110.9662636:179;41.2581998;-110.9659452,way_type=user_defined:way_id=80E -edge,179,179;41.2581998;-110.9659452:180;41.2582281;-110.9656553,way_type=user_defined:way_id=80E -edge,180,180;41.2582281;-110.9656553:181;41.2583379;-110.9645804,way_type=user_defined:way_id=80E -edge,181,181;41.2583379;-110.9645804:182;41.258466;-110.9632905,way_type=user_defined:way_id=80E -edge,182,182;41.258466;-110.9632905:183;41.2585876;-110.9621098,way_type=user_defined:way_id=80E -edge,183,183;41.2585876;-110.9621098:184;41.2586218;-110.961796,way_type=user_defined:way_id=80E -edge,184,184;41.2586218;-110.961796:185;41.2586538;-110.9615403,way_type=user_defined:way_id=80E -edge,185,185;41.2586538;-110.9615403:186;41.2586991;-110.9612286,way_type=user_defined:way_id=80E -edge,186,186;41.2586991;-110.9612286:187;41.258752;-110.9609104,way_type=user_defined:way_id=80E -edge,187,187;41.258752;-110.9609104:188;41.25876687;-110.9608312,way_type=user_defined:way_id=80E -edge,188,188;41.25876687;-110.9608312:189;41.2588062;-110.9606218,way_type=user_defined:way_id=80E -edge,189,189;41.2588062;-110.9606218:190;41.2588192;-110.9605591,way_type=user_defined:way_id=80E -edge,190,190;41.2588192;-110.9605591:191;41.258862;-110.9603531,way_type=user_defined:way_id=80E -edge,191,191;41.258862;-110.9603531:192;41.2589265;-110.9600691,way_type=user_defined:way_id=80E -edge,192,192;41.2589265;-110.9600691:193;41.2590017;-110.9597696,way_type=user_defined:way_id=80E -edge,193,193;41.2590017;-110.9597696:194;41.2590754;-110.9594999,way_type=user_defined:way_id=80E -edge,194,194;41.2590754;-110.9594999:195;41.2591545;-110.9592323,way_type=user_defined:way_id=80E -edge,195,195;41.2591545;-110.9592323:196;41.259242;-110.9589595,way_type=user_defined:way_id=80E -edge,196,196;41.259242;-110.9589595:197;41.2593451;-110.958665,way_type=user_defined:way_id=80E -edge,197,197;41.2593451;-110.958665:198;41.2594421;-110.9584079,way_type=user_defined:way_id=80E -edge,198,198;41.2594421;-110.9584079:199;41.2594692;-110.9583404,way_type=user_defined:way_id=80E -edge,199,199;41.2594692;-110.9583404:200;41.2594692;-110.9583404,way_type=user_defined:way_id=80E -edge,200,200;41.2594692;-110.9583404:201;41.2595435;-110.9581545,way_type=user_defined:way_id=80E -edge,201,201;41.2595435;-110.9581545:202;41.2596497;-110.9579037,way_type=user_defined:way_id=80E -edge,202,202;41.2596497;-110.9579037:203;41.2597603;-110.957657,way_type=user_defined:way_id=80E -edge,203,203;41.2597603;-110.957657:204;41.2598913;-110.9573818,way_type=user_defined:way_id=80E -edge,204,204;41.2598913;-110.9573818:205;41.260012;-110.9571429,way_type=user_defined:way_id=80E -edge,205,205;41.260012;-110.9571429:206;41.2601379;-110.9569082,way_type=user_defined:way_id=80E -edge,206,206;41.2601379;-110.9569082:207;41.2602859;-110.9566479,way_type=user_defined:way_id=80E -edge,207,207;41.2602859;-110.9566479:208;41.2604213;-110.9564226,way_type=user_defined:way_id=80E -edge,208,208;41.2604213;-110.9564226:209;41.2605756;-110.95618,way_type=user_defined:way_id=80E -edge,209,209;41.2605756;-110.95618:210;41.2607218;-110.9559634,way_type=user_defined:way_id=80E -edge,210,210;41.2607218;-110.9559634:211;41.2608725;-110.9557527,way_type=user_defined:way_id=80E -edge,211,211;41.2608725;-110.9557527:212;41.2610077;-110.9555726,way_type=user_defined:way_id=80E -edge,212,212;41.2610077;-110.9555726:213;41.2611873;-110.9553435,way_type=user_defined:way_id=80E -edge,213,213;41.2611873;-110.9553435:214;41.2613666;-110.9551276,way_type=user_defined:way_id=80E -edge,214,214;41.2613666;-110.9551276:215;41.2615295;-110.9549426,way_type=user_defined:way_id=80E -edge,215,215;41.2615295;-110.9549426:216;41.2617186;-110.954741,way_type=user_defined:way_id=80E -edge,216,216;41.2617186;-110.954741:217;41.2618947;-110.954563,way_type=user_defined:way_id=80E -edge,217,217;41.2618947;-110.954563:218;41.26206902;-110.9543949,way_type=user_defined:way_id=80E -edge,218,218;41.26206902;-110.9543949:219;41.26214865;-110.9543216,way_type=user_defined:way_id=80E -edge,219,219;41.26214865;-110.9543216:220;41.26214865;-110.9543216,way_type=user_defined:way_id=80E -edge,220,220;41.26214865;-110.9543216:221;41.2622685;-110.9542121,way_type=user_defined:way_id=80E -edge,221,221;41.2622685;-110.9542121:222;41.262455;-110.9540526,way_type=user_defined:way_id=80E -edge,222,222;41.262455;-110.9540526:223;41.2626707;-110.9538802,way_type=user_defined:way_id=80E -edge,223,223;41.2626707;-110.9538802:224;41.262849;-110.953745,way_type=user_defined:way_id=80E -edge,224,224;41.262849;-110.953745:225;41.2630683;-110.9535855,way_type=user_defined:way_id=80E -edge,225,225;41.2630683;-110.9535855:226;41.2634829;-110.9532901,way_type=user_defined:way_id=80E -edge,226,226;41.2634829;-110.9532901:227;41.2640753;-110.952864,way_type=user_defined:way_id=80E -edge,227,227;41.2640753;-110.952864:228;41.2642697;-110.952722,way_type=user_defined:way_id=80E -edge,228,228;41.2642697;-110.952722:229;41.2644623;-110.9525775,way_type=user_defined:way_id=80E -edge,229,229;41.2644623;-110.9525775:230;41.26461255;-110.9524597,way_type=user_defined:way_id=80E -edge,230,230;41.26461255;-110.9524597:231;41.2646592;-110.9524231,way_type=user_defined:way_id=80E -edge,231,231;41.2646592;-110.9524231:232;41.2648461;-110.9522664,way_type=user_defined:way_id=80E -edge,232,232;41.2648461;-110.9522664:233;41.2650523;-110.95208,way_type=user_defined:way_id=80E -edge,233,233;41.2650523;-110.95208:234;41.2652289;-110.9519063,way_type=user_defined:way_id=80E -edge,234,234;41.2652289;-110.9519063:235;41.2653991;-110.9517233,way_type=user_defined:way_id=80E -edge,235,235;41.2653991;-110.9517233:236;41.2655207;-110.9515811,way_type=user_defined:way_id=80E -edge,236,236;41.2655207;-110.9515811:237;41.2655207;-110.9515811,way_type=user_defined:way_id=80E -edge,237,237;41.2655207;-110.9515811:238;41.26558051;-110.9515102,way_type=user_defined:way_id=80E -edge,238,238;41.26558051;-110.9515102:239;41.2657395;-110.9513044,way_type=user_defined:way_id=80E -edge,239,239;41.2657395;-110.9513044:240;41.2658827;-110.9511001,way_type=user_defined:way_id=80E -edge,240,240;41.2658827;-110.9511001:241;41.2660287;-110.950875,way_type=user_defined:way_id=80E -edge,241,241;41.2660287;-110.950875:242;41.2661462;-110.9506787,way_type=user_defined:way_id=80E -edge,242,242;41.2661462;-110.9506787:243;41.2661807;-110.9506195,way_type=user_defined:way_id=80E -edge,243,243;41.2661807;-110.9506195:244;41.2663068;-110.9503865,way_type=user_defined:way_id=80E -edge,244,244;41.2663068;-110.9503865:245;41.2664223;-110.9501539,way_type=user_defined:way_id=80E -edge,245,245;41.2664223;-110.9501539:246;41.2665229;-110.9499325,way_type=user_defined:way_id=80E -edge,246,246;41.2665229;-110.9499325:247;41.2665515;-110.9498669,way_type=user_defined:way_id=80E -edge,247,247;41.2665515;-110.9498669:248;41.2666514;-110.9496215,way_type=user_defined:way_id=80E -edge,248,248;41.2666514;-110.9496215:249;41.2667498;-110.9493547,way_type=user_defined:way_id=80E -edge,249,249;41.2667498;-110.9493547:250;41.2668372;-110.9490912,way_type=user_defined:way_id=80E -edge,250,250;41.2668372;-110.9490912:251;41.2669225;-110.9487957,way_type=user_defined:way_id=80E -edge,251,251;41.2669225;-110.9487957:252;41.2669924;-110.9485137,way_type=user_defined:way_id=80E -edge,252,252;41.2669924;-110.9485137:253;41.2670491;-110.9482453,way_type=user_defined:way_id=80E -edge,253,253;41.2670491;-110.9482453:254;41.2671067;-110.9479196,way_type=user_defined:way_id=80E -edge,254,254;41.2671067;-110.9479196:255;41.2671489;-110.9476455,way_type=user_defined:way_id=80E -edge,255,255;41.2671489;-110.9476455:256;41.2671832;-110.9473898,way_type=user_defined:way_id=80E -edge,256,256;41.2671832;-110.9473898:257;41.2672203;-110.9470757,way_type=user_defined:way_id=80E -edge,257,257;41.2672203;-110.9470757:258;41.2672859;-110.9464718,way_type=user_defined:way_id=80E -edge,258,258;41.2672859;-110.9464718:259;41.2674116;-110.9452564,way_type=user_defined:way_id=80E -edge,259,259;41.2674116;-110.9452564:260;41.26742431;-110.9451379,way_type=user_defined:way_id=80E -edge,260,260;41.26742431;-110.9451379:261;41.2675046;-110.944389,way_type=user_defined:way_id=80E -edge,261,261;41.2675046;-110.944389:262;41.26752131;-110.9442282,way_type=user_defined:way_id=80E -edge,262,262;41.26752131;-110.9442282:263;41.2675608;-110.9438483,way_type=user_defined:way_id=80E -edge,263,263;41.2675608;-110.9438483:264;41.2675608;-110.9438483,way_type=user_defined:way_id=80E -edge,264,264;41.2675608;-110.9438483:265;41.2676262;-110.9432054,way_type=user_defined:way_id=80E -edge,265,265;41.2676262;-110.9432054:266;41.2676555;-110.9428878,way_type=user_defined:way_id=80E -edge,266,266;41.2676555;-110.9428878:267;41.26766815;-110.9427398,way_type=user_defined:way_id=80E -edge,267,267;41.26766815;-110.9427398:268;41.2676795;-110.9426071,way_type=user_defined:way_id=80E -edge,268,268;41.2676795;-110.9426071:269;41.267728;-110.9419887,way_type=user_defined:way_id=80E -edge,269,269;41.267728;-110.9419887:270;41.2677506;-110.9416601,way_type=user_defined:way_id=80E -edge,270,270;41.2677506;-110.9416601:271;41.2677831;-110.9411245,way_type=user_defined:way_id=80E -edge,271,271;41.2677831;-110.9411245:272;41.267801;-110.9407955,way_type=user_defined:way_id=80E -edge,272,272;41.267801;-110.9407955:273;41.2678163;-110.9404758,way_type=user_defined:way_id=80E -edge,273,273;41.2678163;-110.9404758:274;41.2678283;-110.9401845,way_type=user_defined:way_id=80E -edge,274,274;41.2678283;-110.9401845:275;41.2678397;-110.9398652,way_type=user_defined:way_id=80E -edge,275,275;41.2678397;-110.9398652:276;41.2678567;-110.9392843,way_type=user_defined:way_id=80E -edge,276,276;41.2678567;-110.9392843:277;41.2678631;-110.938994,way_type=user_defined:way_id=80E -edge,277,277;41.2678631;-110.938994:278;41.26786697;-110.9385706,way_type=user_defined:way_id=80E -edge,278,278;41.26786697;-110.9385706:279;41.26786697;-110.9385706,way_type=user_defined:way_id=80E -edge,279,279;41.26786697;-110.9385706:280;41.2678681;-110.9381335,way_type=user_defined:way_id=80E -edge,280,280;41.2678681;-110.9381335:281;41.2678672;-110.9375222,way_type=user_defined:way_id=80E -edge,281,281;41.2678672;-110.9375222:282;41.2678647;-110.9371932,way_type=user_defined:way_id=80E -edge,282,282;41.2678647;-110.9371932:283;41.2678591;-110.9368734,way_type=user_defined:way_id=80E -edge,283,283;41.2678591;-110.9368734:284;41.2678412;-110.9362615,way_type=user_defined:way_id=80E -edge,284,284;41.2678412;-110.9362615:285;41.2678222;-110.9357178,way_type=user_defined:way_id=80E -edge,285,285;41.2678222;-110.9357178:286;41.2678067;-110.9353614,way_type=user_defined:way_id=80E -edge,286,286;41.2678067;-110.9353614:287;41.2677905;-110.9350415,way_type=user_defined:way_id=80E -edge,287,287;41.2677905;-110.9350415:288;41.267776;-110.9347822,way_type=user_defined:way_id=80E -edge,288,288;41.267776;-110.9347822:289;41.2677577;-110.934493,way_type=user_defined:way_id=80E -edge,289,289;41.2677577;-110.934493:290;41.2677385;-110.9342168,way_type=user_defined:way_id=80E -edge,290,290;41.2677385;-110.9342168:291;41.26769026;-110.9335903,way_type=user_defined:way_id=80E -edge,291,291;41.26769026;-110.9335903:292;41.2676678;-110.9333173,way_type=user_defined:way_id=80E -edge,292,292;41.2676678;-110.9333173:293;41.2676342;-110.9329396,way_type=user_defined:way_id=80E -edge,293,293;41.2676342;-110.9329396:294;41.2675858;-110.932418,way_type=user_defined:way_id=80E -edge,294,294;41.2675858;-110.932418:295;41.267525;-110.9318159,way_type=user_defined:way_id=80E -edge,295,295;41.267525;-110.9318159:296;41.2674643;-110.9312418,way_type=user_defined:way_id=80E -edge,296,296;41.2674643;-110.9312418:297;41.2674643;-110.9312418,way_type=user_defined:way_id=80E -edge,297,297;41.2674643;-110.9312418:298;41.26721111;-110.9288165,way_type=user_defined:way_id=80E -edge,298,298;41.26721111;-110.9288165:299;41.2671769;-110.9284888,way_type=user_defined:way_id=80E -edge,299,299;41.2671769;-110.9284888:300;41.266918;-110.9259878,way_type=user_defined:way_id=80E -edge,300,300;41.266918;-110.9259878:301;41.2668715;-110.9255601,way_type=user_defined:way_id=80E -edge,301,301;41.2668715;-110.9255601:302;41.2668341;-110.9252341,way_type=user_defined:way_id=80E -edge,302,302;41.2668341;-110.9252341:303;41.2667711;-110.9247072,way_type=user_defined:way_id=80E -edge,303,303;41.2667711;-110.9247072:304;41.2667351;-110.9244208,way_type=user_defined:way_id=80E -edge,304,304;41.2667351;-110.9244208:305;41.2665746;-110.9231747,way_type=user_defined:way_id=80E -edge,305,305;41.2665746;-110.9231747:306;41.2664608;-110.9223167,way_type=user_defined:way_id=80E -edge,306,306;41.2664608;-110.9223167:307;41.2663473;-110.9213988,way_type=user_defined:way_id=80E -edge,307,307;41.2663473;-110.9213988:308;41.2663136;-110.9211412,way_type=user_defined:way_id=80E -edge,308,308;41.2663136;-110.9211412:309;41.266274;-110.9208644,way_type=user_defined:way_id=80E -edge,309,309;41.266274;-110.9208644:310;41.2662243;-110.9205426,way_type=user_defined:way_id=80E -edge,310,310;41.2662243;-110.9205426:311;41.2661156;-110.9198819,way_type=user_defined:way_id=80E -edge,311,311;41.2661156;-110.9198819:312;41.2660302;-110.9193779,way_type=user_defined:way_id=80E -edge,312,312;41.2660302;-110.9193779:313;41.2659738;-110.9190576,way_type=user_defined:way_id=80E -edge,313,313;41.2659738;-110.9190576:314;41.2657649;-110.9179104,way_type=user_defined:way_id=80E -edge,314,314;41.2657649;-110.9179104:315;41.2655662;-110.916857,way_type=user_defined:way_id=80E -edge,315,315;41.2655662;-110.916857:316;41.2652729;-110.9152795,way_type=user_defined:way_id=80E -edge,316,316;41.2652729;-110.9152795:317;41.2647574;-110.9125364,way_type=user_defined:way_id=80E -edge,317,317;41.2647574;-110.9125364:318;41.2640728;-110.9088803,way_type=user_defined:way_id=80E -edge,318,318;41.2640728;-110.9088803:319;41.2638005;-110.9074416,way_type=user_defined:way_id=80E -edge,319,319;41.2638005;-110.9074416:320;41.2630914;-110.9036676,way_type=user_defined:way_id=80E -edge,320,320;41.2630914;-110.9036676:321;41.262963;-110.9029769,way_type=user_defined:way_id=80E -edge,321,321;41.262963;-110.9029769:322;41.2628213;-110.9022029,way_type=user_defined:way_id=80E -edge,322,322;41.2628213;-110.9022029:323;41.2627704;-110.9019199,way_type=user_defined:way_id=80E -edge,323,323;41.2627704;-110.9019199:324;41.2627214;-110.901636,way_type=user_defined:way_id=80E -edge,324,324;41.2627214;-110.901636:325;41.2626697;-110.901324,way_type=user_defined:way_id=80E -edge,325,325;41.2626697;-110.901324:326;41.2626243;-110.901039,way_type=user_defined:way_id=80E -edge,326,326;41.2626243;-110.901039:327;41.2625352;-110.9004486,way_type=user_defined:way_id=80E -edge,327,327;41.2625352;-110.9004486:328;41.2624892;-110.9001249,way_type=user_defined:way_id=80E -edge,328,328;41.2624892;-110.9001249:329;41.26245;-110.8998376,way_type=user_defined:way_id=80E -edge,329,329;41.26245;-110.8998376:330;41.2623936;-110.8994023,way_type=user_defined:way_id=80E -edge,330,330;41.2623936;-110.8994023:331;41.2623409;-110.8989753,way_type=user_defined:way_id=80E -edge,331,331;41.2623409;-110.8989753:332;41.2622729;-110.898381,way_type=user_defined:way_id=80E -edge,332,332;41.2622729;-110.898381:333;41.2622386;-110.8980554,way_type=user_defined:way_id=80E -edge,333,333;41.2622386;-110.8980554:334;41.2622141;-110.8978058,way_type=user_defined:way_id=80E -edge,334,334;41.2622141;-110.8978058:335;41.2621556;-110.897162,way_type=user_defined:way_id=80E -edge,335,335;41.2621556;-110.897162:336;41.2621269;-110.8968739,way_type=user_defined:way_id=80E -edge,336,336;41.2621269;-110.8968739:337;41.2620564;-110.8962625,way_type=user_defined:way_id=80E -edge,337,337;41.2620564;-110.8962625:338;41.2620308;-110.895974,way_type=user_defined:way_id=80E -edge,338,338;41.2620308;-110.895974:339;41.2620128;-110.8956933,way_type=user_defined:way_id=80E -edge,339,339;41.2620128;-110.8956933:340;41.2619827;-110.8950831,way_type=user_defined:way_id=80E -edge,340,340;41.2619827;-110.8950831:341;41.2619579;-110.8944714,way_type=user_defined:way_id=80E -edge,341,341;41.2619579;-110.8944714:342;41.2619483;-110.894189,way_type=user_defined:way_id=80E -edge,342,342;41.2619483;-110.894189:343;41.2619395;-110.8938596,way_type=user_defined:way_id=80E -edge,343,343;41.2619395;-110.8938596:344;41.2619294;-110.8933147,way_type=user_defined:way_id=80E -edge,344,344;41.2619294;-110.8933147:345;41.2619258;-110.8929839,way_type=user_defined:way_id=80E -edge,345,345;41.2619258;-110.8929839:346;41.26192435;-110.8927341,way_type=user_defined:way_id=80E -edge,346,346;41.26192435;-110.8927341:347;41.2619249;-110.8924081,way_type=user_defined:way_id=80E -edge,347,347;41.2619249;-110.8924081:348;41.2619305;-110.8917648,way_type=user_defined:way_id=80E -edge,348,348;41.2619305;-110.8917648:349;41.2619351;-110.8914412,way_type=user_defined:way_id=80E -edge,349,349;41.2619351;-110.8914412:350;41.2619413;-110.8911517,way_type=user_defined:way_id=80E -edge,350,350;41.2619413;-110.8911517:351;41.2619498;-110.8908602,way_type=user_defined:way_id=80E -edge,351,351;41.2619498;-110.8908602:352;41.2619609;-110.8905424,way_type=user_defined:way_id=80E -edge,352,352;41.2619609;-110.8905424:353;41.2619809;-110.8900513,way_type=user_defined:way_id=80E -edge,353,353;41.2619809;-110.8900513:354;41.2619976;-110.8896849,way_type=user_defined:way_id=80E -edge,354,354;41.2619976;-110.8896849:355;41.262015;-110.8893556,way_type=user_defined:way_id=80E -edge,355,355;41.262015;-110.8893556:356;41.2620521;-110.8887736,way_type=user_defined:way_id=80E -edge,356,356;41.2620521;-110.8887736:357;41.262075;-110.8884551,way_type=user_defined:way_id=80E -edge,357,357;41.262075;-110.8884551:358;41.2621216;-110.8878667,way_type=user_defined:way_id=80E -edge,358,358;41.2621216;-110.8878667:359;41.2621492;-110.8875497,way_type=user_defined:way_id=80E -edge,359,359;41.2621492;-110.8875497:360;41.2621789;-110.8872332,way_type=user_defined:way_id=80E -edge,360,360;41.2621789;-110.8872332:361;41.2622156;-110.8868708,way_type=user_defined:way_id=80E -edge,361,361;41.2622156;-110.8868708:362;41.2622698;-110.8863694,way_type=user_defined:way_id=80E -edge,362,362;41.2622698;-110.8863694:363;41.2623233;-110.8859151,way_type=user_defined:way_id=80E -edge,363,363;41.2623233;-110.8859151:364;41.2623766;-110.8854899,way_type=user_defined:way_id=80E -edge,364,364;41.2623766;-110.8854899:365;41.2624398;-110.8850197,way_type=user_defined:way_id=80E -edge,365,365;41.2624398;-110.8850197:366;41.2625002;-110.8845958,way_type=user_defined:way_id=80E -edge,366,366;41.2625002;-110.8845958:367;41.2625796;-110.8840707,way_type=user_defined:way_id=80E -edge,367,367;41.2625796;-110.8840707:368;41.2626367;-110.883712,way_type=user_defined:way_id=80E -edge,368,368;41.2626367;-110.883712:369;41.2627019;-110.8833265,way_type=user_defined:way_id=80E -edge,369,369;41.2627019;-110.8833265:370;41.2627893;-110.8828317,way_type=user_defined:way_id=80E -edge,370,370;41.2627893;-110.8828317:371;41.262891;-110.8822837,way_type=user_defined:way_id=80E -edge,371,371;41.262891;-110.8822837:372;41.2629589;-110.8819272,way_type=user_defined:way_id=80E -edge,372,372;41.2629589;-110.8819272:373;41.2630519;-110.8814621,way_type=user_defined:way_id=80E -edge,373,373;41.2630519;-110.8814621:374;41.2631297;-110.8810933,way_type=user_defined:way_id=80E -edge,374,374;41.2631297;-110.8810933:375;41.2632222;-110.8806756,way_type=user_defined:way_id=80E -edge,375,375;41.2632222;-110.8806756:376;41.2633262;-110.8802244,way_type=user_defined:way_id=80E -edge,376,376;41.2633262;-110.8802244:377;41.263457;-110.8796758,way_type=user_defined:way_id=80E -edge,377,377;41.263457;-110.8796758:378;41.2635342;-110.8793626,way_type=user_defined:way_id=80E -edge,378,378;41.2635342;-110.8793626:379;41.263612;-110.8790604,way_type=user_defined:way_id=80E -edge,379,379;41.263612;-110.8790604:380;41.2638292;-110.8782476,way_type=user_defined:way_id=80E -edge,380,380;41.2638292;-110.8782476:381;41.2639128;-110.8779396,way_type=user_defined:way_id=80E -edge,381,381;41.2639128;-110.8779396:382;41.2639917;-110.8776595,way_type=user_defined:way_id=80E -edge,382,382;41.2639917;-110.8776595:383;41.2640787;-110.8773639,way_type=user_defined:way_id=80E -edge,383,383;41.2640787;-110.8773639:384;41.2642418;-110.8768267,way_type=user_defined:way_id=80E -edge,384,384;41.2642418;-110.8768267:385;41.2644166;-110.8762654,way_type=user_defined:way_id=80E -edge,385,385;41.2644166;-110.8762654:386;41.2645049;-110.8759906,way_type=user_defined:way_id=80E -edge,386,386;41.2645049;-110.8759906:387;41.2645894;-110.875734,way_type=user_defined:way_id=80E -edge,387,387;41.2645894;-110.875734:388;41.2646875;-110.8754444,way_type=user_defined:way_id=80E -edge,388,388;41.2646875;-110.8754444:389;41.2648728;-110.8749105,way_type=user_defined:way_id=80E -edge,389,389;41.2648728;-110.8749105:390;41.2649786;-110.874614,way_type=user_defined:way_id=80E -edge,390,390;41.2649786;-110.874614:391;41.2651541;-110.8741346,way_type=user_defined:way_id=80E -edge,391,391;41.2651541;-110.8741346:392;41.2652638;-110.8738405,way_type=user_defined:way_id=80E -edge,392,392;41.2652638;-110.8738405:393;41.2654223;-110.8734267,way_type=user_defined:way_id=80E -edge,393,393;41.2654223;-110.8734267:394;41.2655741;-110.87304,way_type=user_defined:way_id=80E -edge,394,394;41.2655741;-110.87304:395;41.2656912;-110.8727504,way_type=user_defined:way_id=80E -edge,395,395;41.2656912;-110.8727504:396;41.265848;-110.8723716,way_type=user_defined:way_id=80E -edge,396,396;41.265848;-110.8723716:397;41.2660169;-110.8719695,way_type=user_defined:way_id=80E -edge,397,397;41.2660169;-110.8719695:398;41.2661257;-110.8717163,way_type=user_defined:way_id=80E -edge,398,398;41.2661257;-110.8717163:399;41.2662508;-110.8714319,way_type=user_defined:way_id=80E -edge,399,399;41.2662508;-110.8714319:400;41.2664609;-110.8709632,way_type=user_defined:way_id=80E -edge,400,400;41.2664609;-110.8709632:401;41.2665856;-110.8706904,way_type=user_defined:way_id=80E -edge,401,401;41.2665856;-110.8706904:402;41.2667158;-110.8704111,way_type=user_defined:way_id=80E -edge,402,402;41.2667158;-110.8704111:403;41.2669495;-110.8699221,way_type=user_defined:way_id=80E -edge,403,403;41.2669495;-110.8699221:404;41.2670958;-110.8696244,way_type=user_defined:way_id=80E -edge,404,404;41.2670958;-110.8696244:405;41.2673234;-110.8691729,way_type=user_defined:way_id=80E -edge,405,405;41.2673234;-110.8691729:406;41.2674431;-110.868941,way_type=user_defined:way_id=80E -edge,406,406;41.2674431;-110.868941:407;41.2675682;-110.8687026,way_type=user_defined:way_id=80E -edge,407,407;41.2675682;-110.8687026:408;41.2677737;-110.8683154,way_type=user_defined:way_id=80E -edge,408,408;41.2677737;-110.8683154:409;41.2682483;-110.8674301,way_type=user_defined:way_id=80E -edge,409,409;41.2682483;-110.8674301:410;41.2687635;-110.8664611,way_type=user_defined:way_id=80E -edge,410,410;41.2687635;-110.8664611:411;41.2691909;-110.8656649,way_type=user_defined:way_id=80E -edge,411,411;41.2691909;-110.8656649:412;41.2696863;-110.8647354,way_type=user_defined:way_id=80E -edge,412,412;41.2696863;-110.8647354:413;41.26988594;-110.8643625,way_type=user_defined:way_id=80E -edge,413,413;41.26988594;-110.8643625:414;41.2703698;-110.8634586,way_type=user_defined:way_id=80E -edge,414,414;41.2703698;-110.8634586:415;41.2706255;-110.8629781,way_type=user_defined:way_id=80E -edge,415,415;41.2706255;-110.8629781:416;41.2708864;-110.8624831,way_type=user_defined:way_id=80E -edge,416,416;41.2708864;-110.8624831:417;41.2708864;-110.8624831,way_type=user_defined:way_id=80E -edge,417,417;41.2708864;-110.8624831:418;41.2709789;-110.8623056,way_type=user_defined:way_id=80E -edge,418,418;41.2709789;-110.8623056:419;41.2711175;-110.8620334,way_type=user_defined:way_id=80E -edge,419,419;41.2711175;-110.8620334:420;41.2712288;-110.8618049,way_type=user_defined:way_id=80E -edge,420,420;41.2712288;-110.8618049:421;41.2713174;-110.8616127,way_type=user_defined:way_id=80E -edge,421,421;41.2713174;-110.8616127:422;41.2713579;-110.8615248,way_type=user_defined:way_id=80E -edge,422,422;41.2713579;-110.8615248:423;41.2714555;-110.861298,way_type=user_defined:way_id=80E -edge,423,423;41.2714555;-110.861298:424;41.2715697;-110.8610169,way_type=user_defined:way_id=80E -edge,424,424;41.2715697;-110.8610169:425;41.2716805;-110.8607239,way_type=user_defined:way_id=80E -edge,425,425;41.2716805;-110.8607239:426;41.2717706;-110.8604693,way_type=user_defined:way_id=80E -edge,426,426;41.2717706;-110.8604693:427;41.2718608;-110.8601943,way_type=user_defined:way_id=80E -edge,427,427;41.2718608;-110.8601943:428;41.2719424;-110.859925,way_type=user_defined:way_id=80E -edge,428,428;41.2719424;-110.859925:429;41.2720249;-110.8596259,way_type=user_defined:way_id=80E -edge,429,429;41.2720249;-110.8596259:430;41.2720948;-110.8593505,way_type=user_defined:way_id=80E -edge,430,430;41.2720948;-110.8593505:431;41.2721587;-110.859073,way_type=user_defined:way_id=80E -edge,431,431;41.2721587;-110.859073:432;41.2722215;-110.8587651,way_type=user_defined:way_id=80E -edge,432,432;41.2722215;-110.8587651:433;41.2722732;-110.8584827,way_type=user_defined:way_id=80E -edge,433,433;41.2722732;-110.8584827:434;41.2723267;-110.8581526,way_type=user_defined:way_id=80E -edge,434,434;41.2723267;-110.8581526:435;41.2723624;-110.8579041,way_type=user_defined:way_id=80E -edge,435,435;41.2723624;-110.8579041:436;41.27237627;-110.8577927,way_type=user_defined:way_id=80E -edge,436,436;41.27237627;-110.8577927:437;41.27237627;-110.8577927,way_type=user_defined:way_id=80E -edge,437,437;41.27237627;-110.8577927:438;41.2723989;-110.8576085,way_type=user_defined:way_id=80E -edge,438,438;41.2723989;-110.8576085:439;41.2724273;-110.8573294,way_type=user_defined:way_id=80E -edge,439,439;41.2724273;-110.8573294:440;41.2724535;-110.8570031,way_type=user_defined:way_id=80E -edge,440,440;41.2724535;-110.8570031:441;41.2724703;-110.856685,way_type=user_defined:way_id=80E -edge,441,441;41.2724703;-110.856685:442;41.2724804;-110.8563866,way_type=user_defined:way_id=80E -edge,442,442;41.2724804;-110.8563866:443;41.2724849;-110.8561062,way_type=user_defined:way_id=80E -edge,443,443;41.2724849;-110.8561062:444;41.2724837;-110.8558168,way_type=user_defined:way_id=80E -edge,444,444;41.2724837;-110.8558168:445;41.2724763;-110.8555281,way_type=user_defined:way_id=80E -edge,445,445;41.2724763;-110.8555281:446;41.2724731;-110.8554528,way_type=user_defined:way_id=80E -edge,446,446;41.2724731;-110.8554528:447;41.2724606;-110.8552009,way_type=user_defined:way_id=80E -edge,447,447;41.2724606;-110.8552009:448;41.2724403;-110.8549117,way_type=user_defined:way_id=80E -edge,448,448;41.2724403;-110.8549117:449;41.272412;-110.8545947,way_type=user_defined:way_id=80E -edge,449,449;41.272412;-110.8545947:450;41.2723816;-110.8543076,way_type=user_defined:way_id=80E -edge,450,450;41.2723816;-110.8543076:451;41.2723449;-110.8540214,way_type=user_defined:way_id=80E -edge,451,451;41.2723449;-110.8540214:452;41.2723024;-110.8537465,way_type=user_defined:way_id=80E -edge,452,452;41.2723024;-110.8537465:453;41.2722722;-110.8535736,way_type=user_defined:way_id=80E -edge,453,453;41.2722722;-110.8535736:454;41.2722462;-110.8534279,way_type=user_defined:way_id=80E -edge,454,454;41.2722462;-110.8534279:455;41.27220697;-110.8532313,way_type=user_defined:way_id=80E -edge,455,455;41.27220697;-110.8532313:456;41.2721904;-110.8531483,way_type=user_defined:way_id=80E -edge,456,456;41.2721904;-110.8531483:457;41.2721288;-110.8528707,way_type=user_defined:way_id=80E -edge,457,457;41.2721288;-110.8528707:458;41.2720622;-110.8525954,way_type=user_defined:way_id=80E -edge,458,458;41.2720622;-110.8525954:459;41.2719802;-110.8522875,way_type=user_defined:way_id=80E -edge,459,459;41.2719802;-110.8522875:460;41.2718932;-110.8519918,way_type=user_defined:way_id=80E -edge,460,460;41.2718932;-110.8519918:461;41.27184188;-110.851829,way_type=user_defined:way_id=80E -edge,461,461;41.27184188;-110.851829:462;41.2717518;-110.8515577,way_type=user_defined:way_id=80E -edge,462,462;41.2717518;-110.8515577:463;41.2717518;-110.8515577,way_type=user_defined:way_id=80E -edge,463,463;41.2717518;-110.8515577:464;41.2717189;-110.8514615,way_type=user_defined:way_id=80E -edge,464,464;41.2717189;-110.8514615:465;41.271637;-110.8512343,way_type=user_defined:way_id=80E -edge,465,465;41.271637;-110.8512343:466;41.2715379;-110.8509679,way_type=user_defined:way_id=80E -edge,466,466;41.2715379;-110.8509679:467;41.2711136;-110.8498515,way_type=user_defined:way_id=80E -edge,467,467;41.2711136;-110.8498515:468;41.27088074;-110.8492474,way_type=user_defined:way_id=80E -edge,468,468;41.27088074;-110.8492474:469;41.2707016;-110.8487827,way_type=user_defined:way_id=80E -edge,469,469;41.2707016;-110.8487827:470;41.2700163;-110.8469911,way_type=user_defined:way_id=80E -edge,470,470;41.2700163;-110.8469911:471;41.2690537;-110.8444885,way_type=user_defined:way_id=80E -edge,471,471;41.2690537;-110.8444885:472;41.2686625;-110.8434631,way_type=user_defined:way_id=80E -edge,472,472;41.2686625;-110.8434631:473;41.2685633;-110.8431949,way_type=user_defined:way_id=80E -edge,473,473;41.2685633;-110.8431949:474;41.2684734;-110.8429413,way_type=user_defined:way_id=80E -edge,474,474;41.2684734;-110.8429413:475;41.2683726;-110.8426426,way_type=user_defined:way_id=80E -edge,475,475;41.2683726;-110.8426426:476;41.26829;-110.8423837,way_type=user_defined:way_id=80E -edge,476,476;41.26829;-110.8423837:477;41.2682576;-110.8422759,way_type=user_defined:way_id=80E -edge,477,477;41.2682576;-110.8422759:478;41.2682064;-110.8421047,way_type=user_defined:way_id=80E -edge,478,478;41.2682064;-110.8421047:479;41.2681296;-110.8418311,way_type=user_defined:way_id=80E -edge,479,479;41.2681296;-110.8418311:480;41.2680415;-110.8414931,way_type=user_defined:way_id=80E -edge,480,480;41.2680415;-110.8414931:481;41.2679825;-110.8412513,way_type=user_defined:way_id=80E -edge,481,481;41.2679825;-110.8412513:482;41.2679211;-110.8409808,way_type=user_defined:way_id=80E -edge,482,482;41.2679211;-110.8409808:483;41.267857;-110.8406725,way_type=user_defined:way_id=80E -edge,483,483;41.267857;-110.8406725:484;41.2678038;-110.8403898,way_type=user_defined:way_id=80E -edge,484,484;41.2678038;-110.8403898:485;41.2677481;-110.8400694,way_type=user_defined:way_id=80E -edge,485,485;41.2677481;-110.8400694:486;41.267699;-110.8397562,way_type=user_defined:way_id=80E -edge,486,486;41.267699;-110.8397562:487;41.2676593;-110.8394713,way_type=user_defined:way_id=80E -edge,487,487;41.2676593;-110.8394713:488;41.2676284;-110.8392218,way_type=user_defined:way_id=80E -edge,488,488;41.2676284;-110.8392218:489;41.267594;-110.8389069,way_type=user_defined:way_id=80E -edge,489,489;41.267594;-110.8389069:490;41.2675648;-110.8385811,way_type=user_defined:way_id=80E -edge,490,490;41.2675648;-110.8385811:491;41.2675434;-110.8382836,way_type=user_defined:way_id=80E -edge,491,491;41.2675434;-110.8382836:492;41.2675273;-110.8380038,way_type=user_defined:way_id=80E -edge,492,492;41.2675273;-110.8380038:493;41.2675152;-110.8377144,way_type=user_defined:way_id=80E -edge,493,493;41.2675152;-110.8377144:494;41.2675094;-110.8374994,way_type=user_defined:way_id=80E -edge,494,494;41.2675094;-110.8374994:495;41.2675069;-110.8373963,way_type=user_defined:way_id=80E -edge,495,495;41.2675069;-110.8373963:496;41.2675038;-110.8371062,way_type=user_defined:way_id=80E -edge,496,496;41.2675038;-110.8371062:497;41.2675054;-110.8368155,way_type=user_defined:way_id=80E -edge,497,497;41.2675054;-110.8368155:498;41.2675114;-110.8365251,way_type=user_defined:way_id=80E -edge,498,498;41.2675114;-110.8365251:499;41.267523;-110.8362069,way_type=user_defined:way_id=80E -edge,499,499;41.267523;-110.8362069:500;41.2675389;-110.8359177,way_type=user_defined:way_id=80E -edge,500,500;41.2675389;-110.8359177:501;41.2675599;-110.8356202,way_type=user_defined:way_id=80E -edge,501,501;41.2675599;-110.8356202:502;41.2675873;-110.8353045,way_type=user_defined:way_id=80E -edge,502,502;41.2675873;-110.8353045:503;41.2676159;-110.8350268,way_type=user_defined:way_id=80E -edge,503,503;41.2676159;-110.8350268:504;41.2676518;-110.8347322,way_type=user_defined:way_id=80E -edge,504,504;41.2676518;-110.8347322:505;41.2676964;-110.8344106,way_type=user_defined:way_id=80E -edge,505,505;41.2676964;-110.8344106:506;41.2677386;-110.8341363,way_type=user_defined:way_id=80E -edge,506,506;41.2677386;-110.8341363:507;41.2677867;-110.8338543,way_type=user_defined:way_id=80E -edge,507,507;41.2677867;-110.8338543:508;41.2678391;-110.8335731,way_type=user_defined:way_id=80E -edge,508,508;41.2678391;-110.8335731:509;41.2679007;-110.8332665,way_type=user_defined:way_id=80E -edge,509,509;41.2679007;-110.8332665:510;41.2679634;-110.8329795,way_type=user_defined:way_id=80E -edge,510,510;41.2679634;-110.8329795:511;41.2680286;-110.832703,way_type=user_defined:way_id=80E -edge,511,511;41.2680286;-110.832703:512;41.2681057;-110.8324021,way_type=user_defined:way_id=80E -edge,512,512;41.2681057;-110.8324021:513;41.2681812;-110.83213,way_type=user_defined:way_id=80E -edge,513,513;41.2681812;-110.83213:514;41.268259;-110.8318683,way_type=user_defined:way_id=80E -edge,514,514;41.268259;-110.8318683:515;41.2683577;-110.8315563,way_type=user_defined:way_id=80E -edge,515,515;41.2683577;-110.8315563:516;41.2684444;-110.8312984,way_type=user_defined:way_id=80E -edge,516,516;41.2684444;-110.8312984:517;41.2685257;-110.8310682,way_type=user_defined:way_id=80E -edge,517,517;41.2685257;-110.8310682:518;41.2686448;-110.8307458,way_type=user_defined:way_id=80E -edge,518,518;41.2686448;-110.8307458:519;41.2687418;-110.8304961,way_type=user_defined:way_id=80E -edge,519,519;41.2687418;-110.8304961:520;41.2687793;-110.830404,way_type=user_defined:way_id=80E -edge,520,520;41.2687793;-110.830404:521;41.2688574;-110.8302134,way_type=user_defined:way_id=80E -edge,521,521;41.2688574;-110.8302134:522;41.2689665;-110.8299589,way_type=user_defined:way_id=80E -edge,522,522;41.2689665;-110.8299589:523;41.2691026;-110.8296541,way_type=user_defined:way_id=80E -edge,523,523;41.2691026;-110.8296541:524;41.2696654;-110.828414,way_type=user_defined:way_id=80E -edge,524,524;41.2696654;-110.828414:525;41.2700574;-110.8275442,way_type=user_defined:way_id=80E -edge,525,525;41.2700574;-110.8275442:526;41.2703658;-110.8268639,way_type=user_defined:way_id=80E -edge,526,526;41.2703658;-110.8268639:527;41.2709045;-110.825682,way_type=user_defined:way_id=80E -edge,527,527;41.2709045;-110.825682:528;41.2715016;-110.8243624,way_type=user_defined:way_id=80E -edge,528,528;41.2715016;-110.8243624:529;41.2718437;-110.823593,way_type=user_defined:way_id=80E -edge,529,529;41.2718437;-110.823593:530;41.2719521;-110.8233391,way_type=user_defined:way_id=80E -edge,530,530;41.2719521;-110.8233391:531;41.2720528;-110.8230893,way_type=user_defined:way_id=80E -edge,531,531;41.2720528;-110.8230893:532;41.27214628;-110.8228443,way_type=user_defined:way_id=80E -edge,532,532;41.27214628;-110.8228443:533;41.2722518;-110.8225497,way_type=user_defined:way_id=80E -edge,533,533;41.2722518;-110.8225497:534;41.2723381;-110.8222829,way_type=user_defined:way_id=80E -edge,534,534;41.2723381;-110.8222829:535;41.2724169;-110.8220116,way_type=user_defined:way_id=80E -edge,535,535;41.2724169;-110.8220116:536;41.2724964;-110.8217107,way_type=user_defined:way_id=80E -edge,536,536;41.2724964;-110.8217107:537;41.272625;-110.8212047,way_type=user_defined:way_id=80E -edge,537,537;41.272625;-110.8212047:538;41.2726934;-110.8209296,way_type=user_defined:way_id=80E -edge,538,538;41.2726934;-110.8209296:539;41.2727584;-110.8206527,way_type=user_defined:way_id=80E -edge,539,539;41.2727584;-110.8206527:540;41.2728183;-110.8203744,way_type=user_defined:way_id=80E -edge,540,540;41.2728183;-110.8203744:541;41.2728789;-110.8200672,way_type=user_defined:way_id=80E -edge,541,541;41.2728789;-110.8200672:542;41.2729247;-110.8198146,way_type=user_defined:way_id=80E -edge,542,542;41.2729247;-110.8198146:543;41.2729753;-110.819505,way_type=user_defined:way_id=80E -edge,543,543;41.2729753;-110.819505:544;41.2730118;-110.8192585,way_type=user_defined:way_id=80E -edge,544,544;41.2730118;-110.8192585:545;41.2730499;-110.8189755,way_type=user_defined:way_id=80E -edge,545,545;41.2730499;-110.8189755:546;41.2730869;-110.8186528,way_type=user_defined:way_id=80E -edge,546,546;41.2730869;-110.8186528:547;41.2731111;-110.8184054,way_type=user_defined:way_id=80E -edge,547,547;41.2731111;-110.8184054:548;41.2731352;-110.8181189,way_type=user_defined:way_id=80E -edge,548,548;41.2731352;-110.8181189:549;41.2731568;-110.817795,way_type=user_defined:way_id=80E -edge,549,549;41.2731568;-110.817795:550;41.2731708;-110.8175089,way_type=user_defined:way_id=80E -edge,550,550;41.2731708;-110.8175089:551;41.2731794;-110.8172592,way_type=user_defined:way_id=80E -edge,551,551;41.2731794;-110.8172592:552;41.2731853;-110.8169733,way_type=user_defined:way_id=80E -edge,552,552;41.2731853;-110.8169733:553;41.2731867;-110.8166777,way_type=user_defined:way_id=80E -edge,553,553;41.2731867;-110.8166777:554;41.2731819;-110.8163546,way_type=user_defined:way_id=80E -edge,554,554;41.2731819;-110.8163546:555;41.2731746;-110.8161084,way_type=user_defined:way_id=80E -edge,555,555;41.2731746;-110.8161084:556;41.2731655;-110.815891,way_type=user_defined:way_id=80E -edge,556,556;41.2731655;-110.815891:557;41.2731465;-110.8155327,way_type=user_defined:way_id=80E -edge,557,557;41.2731465;-110.8155327:558;41.2731258;-110.8152418,way_type=user_defined:way_id=80E -edge,558,558;41.2731258;-110.8152418:559;41.2731017;-110.8149614,way_type=user_defined:way_id=80E -edge,559,559;41.2731017;-110.8149614:560;41.2730235;-110.8141341,way_type=user_defined:way_id=80E -edge,560,560;41.2730235;-110.8141341:561;41.2729183;-110.8129589,way_type=user_defined:way_id=80E -edge,561,561;41.2729183;-110.8129589:562;41.2727776;-110.8114181,way_type=user_defined:way_id=80E -edge,562,562;41.2727776;-110.8114181:563;41.2727531;-110.8110967,way_type=user_defined:way_id=80E -edge,563,563;41.2727531;-110.8110967:564;41.2727399;-110.8108497,way_type=user_defined:way_id=80E -edge,564,564;41.2727399;-110.8108497:565;41.2727289;-110.8105282,way_type=user_defined:way_id=80E -edge,565,565;41.2727289;-110.8105282:566;41.2727253;-110.8102623,way_type=user_defined:way_id=80E -edge,566,566;41.2727253;-110.8102623:567;41.2727271;-110.809987,way_type=user_defined:way_id=80E -edge,567,567;41.2727271;-110.809987:568;41.2727328;-110.8097296,way_type=user_defined:way_id=80E -edge,568,568;41.2727328;-110.8097296:569;41.2727435;-110.8094445,way_type=user_defined:way_id=80E -edge,569,569;41.2727435;-110.8094445:570;41.2727602;-110.8091592,way_type=user_defined:way_id=80E -edge,570,570;41.2727602;-110.8091592:571;41.2727799;-110.8089124,way_type=user_defined:way_id=80E -edge,571,571;41.2727799;-110.8089124:572;41.2728076;-110.8086278,way_type=user_defined:way_id=80E -edge,572,572;41.2728076;-110.8086278:573;41.272842;-110.8083351,way_type=user_defined:way_id=80E -edge,573,573;41.272842;-110.8083351:574;41.2728796;-110.808061,way_type=user_defined:way_id=80E -edge,574,574;41.2728796;-110.808061:575;41.2729192;-110.8078068,way_type=user_defined:way_id=80E -edge,575,575;41.2729192;-110.8078068:576;41.2729687;-110.8075257,way_type=user_defined:way_id=80E -edge,576,576;41.2729687;-110.8075257:577;41.2730224;-110.8072552,way_type=user_defined:way_id=80E -edge,577,577;41.2730224;-110.8072552:578;41.2730835;-110.8069767,way_type=user_defined:way_id=80E -edge,578,578;41.2730835;-110.8069767:579;41.2731407;-110.8067367,way_type=user_defined:way_id=80E -edge,579,579;41.2731407;-110.8067367:580;41.2732022;-110.8064969,way_type=user_defined:way_id=80E -edge,580,580;41.2732022;-110.8064969:581;41.2732844;-110.8061981,way_type=user_defined:way_id=80E -edge,581,581;41.2732844;-110.8061981:582;41.2733655;-110.8059285,way_type=user_defined:way_id=80E -edge,582,582;41.2733655;-110.8059285:583;41.2734523;-110.8056605,way_type=user_defined:way_id=80E -edge,583,583;41.2734523;-110.8056605:584;41.2735013;-110.805518,way_type=user_defined:way_id=80E -edge,584,584;41.2735013;-110.805518:585;41.2735401;-110.8054059,way_type=user_defined:way_id=80E -edge,585,585;41.2735401;-110.8054059:586;41.2736251;-110.8051745,way_type=user_defined:way_id=80E -edge,586,586;41.2736251;-110.8051745:587;41.2737264;-110.804915,way_type=user_defined:way_id=80E -edge,587,587;41.2737264;-110.804915:588;41.2738274;-110.804672,way_type=user_defined:way_id=80E -edge,588,588;41.2738274;-110.804672:589;41.273952;-110.804391,way_type=user_defined:way_id=80E -edge,589,589;41.273952;-110.804391:590;41.2740688;-110.804145,way_type=user_defined:way_id=80E -edge,590,590;41.2740688;-110.804145:591;41.2741843;-110.8039157,way_type=user_defined:way_id=80E -edge,591,591;41.2741843;-110.8039157:592;41.2742345;-110.8038219,way_type=user_defined:way_id=80E -edge,592,592;41.2742345;-110.8038219:593;41.2742345;-110.8038219,way_type=user_defined:way_id=80E -edge,593,593;41.2742345;-110.8038219:594;41.274314;-110.8036733,way_type=user_defined:way_id=80E -edge,594,594;41.274314;-110.8036733:595;41.2744404;-110.8034494,way_type=user_defined:way_id=80E -edge,595,595;41.2744404;-110.8034494:596;41.2745912;-110.8031946,way_type=user_defined:way_id=80E -edge,596,596;41.2745912;-110.8031946:597;41.27461368;-110.8031587,way_type=user_defined:way_id=80E -edge,597,597;41.27461368;-110.8031587:598;41.2747466;-110.8029464,way_type=user_defined:way_id=80E -edge,598,598;41.2747466;-110.8029464:599;41.2748945;-110.8027226,way_type=user_defined:way_id=80E -edge,599,599;41.2748945;-110.8027226:600;41.2750414;-110.8025115,way_type=user_defined:way_id=80E -edge,600,600;41.2750414;-110.8025115:601;41.2752181;-110.8022699,way_type=user_defined:way_id=80E -edge,601,601;41.2752181;-110.8022699:602;41.27605332;-110.8011714,way_type=user_defined:way_id=80E -edge,602,602;41.27605332;-110.8011714:603;41.27605332;-110.8011714,way_type=user_defined:way_id=80E -edge,603,603;41.27605332;-110.8011714:604;41.277163;-110.7997169,way_type=user_defined:way_id=80E -edge,604,604;41.277163;-110.7997169:605;41.2779798;-110.7986504,way_type=user_defined:way_id=80E -edge,605,605;41.2779798;-110.7986504:606;41.2784091;-110.7980923,way_type=user_defined:way_id=80E -edge,606,606;41.2784091;-110.7980923:607;41.2784091;-110.7980923,way_type=user_defined:way_id=80E -edge,607,607;41.2784091;-110.7980923:608;41.279106;-110.7971811,way_type=user_defined:way_id=80E -edge,608,608;41.279106;-110.7971811:609;41.27954453;-110.7966059,way_type=user_defined:way_id=80E -edge,609,609;41.27954453;-110.7966059:610;41.2810496;-110.7946319,way_type=user_defined:way_id=80E -edge,610,610;41.2810496;-110.7946319:611;41.2815384;-110.793996,way_type=user_defined:way_id=80E -edge,611,611;41.2815384;-110.793996:612;41.281746;-110.7937283,way_type=user_defined:way_id=80E -edge,612,612;41.281746;-110.7937283:613;41.2819085;-110.7935227,way_type=user_defined:way_id=80E -edge,613,613;41.2819085;-110.7935227:614;41.2824005;-110.7929099,way_type=user_defined:way_id=80E -edge,614,614;41.2824005;-110.7929099:615;41.28258;-110.7926841,way_type=user_defined:way_id=80E -edge,615,615;41.28258;-110.7926841:616;41.2827577;-110.7924573,way_type=user_defined:way_id=80E -edge,616,616;41.2827577;-110.7924573:617;41.2829132;-110.7922539,way_type=user_defined:way_id=80E -edge,617,617;41.2829132;-110.7922539:618;41.2832424;-110.7918177,way_type=user_defined:way_id=80E -edge,618,618;41.2832424;-110.7918177:619;41.2840752;-110.7907285,way_type=user_defined:way_id=80E -edge,619,619;41.2840752;-110.7907285:620;41.2845643;-110.7900838,way_type=user_defined:way_id=80E -edge,620,620;41.2845643;-110.7900838:621;41.2862131;-110.7879357,way_type=user_defined:way_id=80E -edge,621,621;41.2862131;-110.7879357:622;41.2873779;-110.7864125,way_type=user_defined:way_id=80E -edge,622,622;41.2873779;-110.7864125:623;41.2883903;-110.7850845,way_type=user_defined:way_id=80E -edge,623,623;41.2883903;-110.7850845:624;41.2891268;-110.7841242,way_type=user_defined:way_id=80E -edge,624,624;41.2891268;-110.7841242:625;41.2898862;-110.7831305,way_type=user_defined:way_id=80E -edge,625,625;41.2898862;-110.7831305:626;41.2910719;-110.781585,way_type=user_defined:way_id=80E -edge,626,626;41.2910719;-110.781585:627;41.2922168;-110.7800879,way_type=user_defined:way_id=80E -edge,627,627;41.2922168;-110.7800879:628;41.2926229;-110.7795512,way_type=user_defined:way_id=80E -edge,628,628;41.2926229;-110.7795512:629;41.2928736;-110.7792123,way_type=user_defined:way_id=80E -edge,629,629;41.2928736;-110.7792123:630;41.2930208;-110.7790062,way_type=user_defined:way_id=80E -edge,630,630;41.2930208;-110.7790062:631;41.2931843;-110.7787701,way_type=user_defined:way_id=80E -edge,631,631;41.2931843;-110.7787701:632;41.2933343;-110.7785462,way_type=user_defined:way_id=80E -edge,632,632;41.2933343;-110.7785462:633;41.2934402;-110.7783843,way_type=user_defined:way_id=80E -edge,633,633;41.2934402;-110.7783843:634;41.2936173;-110.7781074,way_type=user_defined:way_id=80E -edge,634,634;41.2936173;-110.7781074:635;41.2937554;-110.7778825,way_type=user_defined:way_id=80E -edge,635,635;41.2937554;-110.7778825:636;41.293904;-110.7776327,way_type=user_defined:way_id=80E -edge,636,636;41.293904;-110.7776327:637;41.294041;-110.7773955,way_type=user_defined:way_id=80E -edge,637,637;41.294041;-110.7773955:638;41.2941795;-110.7771487,way_type=user_defined:way_id=80E -edge,638,638;41.2941795;-110.7771487:639;41.29423453;-110.7770479,way_type=user_defined:way_id=80E -edge,639,639;41.29423453;-110.7770479:640;41.2943112;-110.7769075,way_type=user_defined:way_id=80E -edge,640,640;41.2943112;-110.7769075:641;41.2944331;-110.7766788,way_type=user_defined:way_id=80E -edge,641,641;41.2944331;-110.7766788:642;41.2945601;-110.7764322,way_type=user_defined:way_id=80E -edge,642,642;41.2945601;-110.7764322:643;41.2949302;-110.7756838,way_type=user_defined:way_id=80E -edge,643,643;41.2949302;-110.7756838:644;41.2953081;-110.7749293,way_type=user_defined:way_id=80E -edge,644,644;41.2953081;-110.7749293:645;41.2958688;-110.7738018,way_type=user_defined:way_id=80E -edge,645,645;41.2958688;-110.7738018:646;41.2968278;-110.7718812,way_type=user_defined:way_id=80E -edge,646,646;41.2968278;-110.7718812:647;41.2976778;-110.770163,way_type=user_defined:way_id=80E -edge,647,647;41.2976778;-110.770163:648;41.2982001;-110.769119,way_type=user_defined:way_id=80E -edge,648,648;41.2982001;-110.769119:649;41.2985469;-110.7684178,way_type=user_defined:way_id=80E -edge,649,649;41.2985469;-110.7684178:650;41.2990558;-110.7673958,way_type=user_defined:way_id=80E -edge,650,650;41.2990558;-110.7673958:651;41.2994175;-110.7666638,way_type=user_defined:way_id=80E -edge,651,651;41.2994175;-110.7666638:652;41.2999273;-110.7656443,way_type=user_defined:way_id=80E -edge,652,652;41.2999273;-110.7656443:653;41.3005308;-110.7644313,way_type=user_defined:way_id=80E -edge,653,653;41.3005308;-110.7644313:654;41.3007698;-110.7639471,way_type=user_defined:way_id=80E -edge,654,654;41.3007698;-110.7639471:655;41.3009162;-110.7636472,way_type=user_defined:way_id=80E -edge,655,655;41.3009162;-110.7636472:656;41.3011666;-110.7631268,way_type=user_defined:way_id=80E -edge,656,656;41.3011666;-110.7631268:657;41.3012822;-110.7628804,way_type=user_defined:way_id=80E -edge,657,657;41.3012822;-110.7628804:658;41.3013921;-110.76264,way_type=user_defined:way_id=80E -edge,658,658;41.3013921;-110.76264:659;41.3015278;-110.7623306,way_type=user_defined:way_id=80E -edge,659,659;41.3015278;-110.7623306:660;41.3016277;-110.7620943,way_type=user_defined:way_id=80E -edge,660,660;41.3016277;-110.7620943:661;41.3017289;-110.7618461,way_type=user_defined:way_id=80E -edge,661,661;41.3017289;-110.7618461:662;41.3018269;-110.7615954,way_type=user_defined:way_id=80E -edge,662,662;41.3018269;-110.7615954:663;41.301938;-110.7613005,way_type=user_defined:way_id=80E -edge,663,663;41.301938;-110.7613005:664;41.302031;-110.7610459,way_type=user_defined:way_id=80E -edge,664,664;41.302031;-110.7610459:665;41.3021239;-110.7607808,way_type=user_defined:way_id=80E -edge,665,665;41.3021239;-110.7607808:666;41.3022249;-110.7604787,way_type=user_defined:way_id=80E -edge,666,666;41.3022249;-110.7604787:667;41.3023109;-110.7602098,way_type=user_defined:way_id=80E -edge,667,667;41.3023109;-110.7602098:668;41.3024026;-110.759913,way_type=user_defined:way_id=80E -edge,668,668;41.3024026;-110.759913:669;41.3024738;-110.7596764,way_type=user_defined:way_id=80E -edge,669,669;41.3024738;-110.7596764:670;41.302564;-110.7593688,way_type=user_defined:way_id=80E -edge,670,670;41.302564;-110.7593688:671;41.3028865;-110.7582305,way_type=user_defined:way_id=80E -edge,671,671;41.3028865;-110.7582305:672;41.3032001;-110.7571399,way_type=user_defined:way_id=80E -edge,672,672;41.3032001;-110.7571399:673;41.30328681;-110.7568353,way_type=user_defined:way_id=80E -edge,673,673;41.30328681;-110.7568353:674;41.3035277;-110.7559892,way_type=user_defined:way_id=80E -edge,674,674;41.3035277;-110.7559892:675;41.3037693;-110.755148,way_type=user_defined:way_id=80E -edge,675,675;41.3037693;-110.755148:676;41.3045538;-110.752377,way_type=user_defined:way_id=80E -edge,676,676;41.3045538;-110.752377:677;41.3051429;-110.7503161,way_type=user_defined:way_id=80E -edge,677,677;41.3051429;-110.7503161:678;41.3058534;-110.7478114,way_type=user_defined:way_id=80E -edge,678,678;41.3058534;-110.7478114:679;41.3061716;-110.746698,way_type=user_defined:way_id=80E -edge,679,679;41.3061716;-110.746698:680;41.306575;-110.7452791,way_type=user_defined:way_id=80E -edge,680,680;41.306575;-110.7452791:681;41.3069601;-110.7439176,way_type=user_defined:way_id=80E -edge,681,681;41.3069601;-110.7439176:682;41.3072909;-110.7427674,way_type=user_defined:way_id=80E -edge,682,682;41.3072909;-110.7427674:683;41.307549;-110.7418507,way_type=user_defined:way_id=80E -edge,683,683;41.307549;-110.7418507:684;41.3077701;-110.7410792,way_type=user_defined:way_id=80E -edge,684,684;41.3077701;-110.7410792:685;41.3080196;-110.7401957,way_type=user_defined:way_id=80E -edge,685,685;41.3080196;-110.7401957:686;41.3083291;-110.739113,way_type=user_defined:way_id=80E -edge,686,686;41.3083291;-110.739113:687;41.3084111;-110.7388139,way_type=user_defined:way_id=80E -edge,687,687;41.3084111;-110.7388139:688;41.3084817;-110.7385392,way_type=user_defined:way_id=80E -edge,688,688;41.3084817;-110.7385392:689;41.308547;-110.7382617,way_type=user_defined:way_id=80E -edge,689,689;41.308547;-110.7382617:690;41.308607;-110.7379828,way_type=user_defined:way_id=80E -edge,690,690;41.308607;-110.7379828:691;41.3086673;-110.7376741,way_type=user_defined:way_id=80E -edge,691,691;41.3086673;-110.7376741:692;41.3087152;-110.7373912,way_type=user_defined:way_id=80E -edge,692,692;41.3087152;-110.7373912:693;41.30876;-110.7370696,way_type=user_defined:way_id=80E -edge,693,693;41.30876;-110.7370696:694;41.3087912;-110.7367827,way_type=user_defined:way_id=80E -edge,694,694;41.3087912;-110.7367827:695;41.3088157;-110.7364952,way_type=user_defined:way_id=80E -edge,695,695;41.3088157;-110.7364952:696;41.3088353;-110.7361785,way_type=user_defined:way_id=80E -edge,696,696;41.3088353;-110.7361785:697;41.3088464;-110.7358898,way_type=user_defined:way_id=80E -edge,697,697;41.3088464;-110.7358898:698;41.30885;-110.7356262,way_type=user_defined:way_id=80E -edge,698,698;41.30885;-110.7356262:699;41.30885;-110.7356262,way_type=user_defined:way_id=80E -edge,699,699;41.30885;-110.7356262:700;41.3088468;-110.7353013,way_type=user_defined:way_id=80E -edge,700,700;41.3088468;-110.7353013:701;41.3088372;-110.7350217,way_type=user_defined:way_id=80E -edge,701,701;41.3088372;-110.7350217:702;41.3088183;-110.7346949,way_type=user_defined:way_id=80E -edge,702,702;41.3088183;-110.7346949:703;41.30881099;-110.734608,way_type=user_defined:way_id=80E -edge,703,703;41.30881099;-110.734608:704;41.3087941;-110.7344075,way_type=user_defined:way_id=80E -edge,704,704;41.3087941;-110.7344075:705;41.3087594;-110.7341018,way_type=user_defined:way_id=80E -edge,705,705;41.3087594;-110.7341018:706;41.3087183;-110.7338081,way_type=user_defined:way_id=80E -edge,706,706;41.3087183;-110.7338081:707;41.3086701;-110.7335132,way_type=user_defined:way_id=80E -edge,707,707;41.3086701;-110.7335132:708;41.3086115;-110.733205,way_type=user_defined:way_id=80E -edge,708,708;41.3086115;-110.733205:709;41.3085533;-110.732934,way_type=user_defined:way_id=80E -edge,709,709;41.3085533;-110.732934:710;41.3084843;-110.732649,way_type=user_defined:way_id=80E -edge,710,710;41.3084843;-110.732649:711;41.3084303;-110.7324461,way_type=user_defined:way_id=80E -edge,711,711;41.3084303;-110.7324461:712;41.3084039;-110.7323494,way_type=user_defined:way_id=80E -edge,712,712;41.3084039;-110.7323494:713;41.308336;-110.7321137,way_type=user_defined:way_id=80E -edge,713,713;41.308336;-110.7321137:714;41.3082559;-110.7318454,way_type=user_defined:way_id=80E -edge,714,714;41.3082559;-110.7318454:715;41.3081657;-110.73155,way_type=user_defined:way_id=80E -edge,715,715;41.3081657;-110.73155:716;41.30803958;-110.7311482,way_type=user_defined:way_id=80E -edge,716,716;41.30803958;-110.7311482:717;41.30803958;-110.7311482,way_type=user_defined:way_id=80E -edge,717,717;41.30803958;-110.7311482:718;41.3077383;-110.7301683,way_type=user_defined:way_id=80E -edge,718,718;41.3077383;-110.7301683:719;41.30727436;-110.7286806,way_type=user_defined:way_id=80E -edge,719,719;41.30727436;-110.7286806:720;41.3068536;-110.7273313,way_type=user_defined:way_id=80E -edge,720,720;41.3068536;-110.7273313:721;41.3068536;-110.7273313,way_type=user_defined:way_id=80E -edge,721,721;41.3068536;-110.7273313:722;41.30631533;-110.7256062,way_type=user_defined:way_id=80E -edge,722,722;41.30631533;-110.7256062:723;41.3054892;-110.7229586,way_type=user_defined:way_id=80E -edge,723,723;41.3054892;-110.7229586:724;41.305157;-110.7218893,way_type=user_defined:way_id=80E -edge,724,724;41.305157;-110.7218893:725;41.3048965;-110.7210576,way_type=user_defined:way_id=80E -edge,725,725;41.3048965;-110.7210576:726;41.3044614;-110.7196557,way_type=user_defined:way_id=80E -edge,726,726;41.3044614;-110.7196557:727;41.3037056;-110.7172386,way_type=user_defined:way_id=80E -edge,727,727;41.3037056;-110.7172386:728;41.3030551;-110.715145,way_type=user_defined:way_id=80E -edge,728,728;41.3030551;-110.715145:729;41.3029394;-110.7147789,way_type=user_defined:way_id=80E -edge,729,729;41.3029394;-110.7147789:730;41.3028533;-110.7145152,way_type=user_defined:way_id=80E -edge,730,730;41.3028533;-110.7145152:731;41.3026562;-110.7139292,way_type=user_defined:way_id=80E -edge,731,731;41.3026562;-110.7139292:732;41.30248;-110.7133964,way_type=user_defined:way_id=80E -edge,732,732;41.30248;-110.7133964:733;41.3022767;-110.7127578,way_type=user_defined:way_id=80E -edge,733,733;41.3022767;-110.7127578:734;41.3018591;-110.7114195,way_type=user_defined:way_id=80E -edge,734,734;41.3018591;-110.7114195:735;41.3016208;-110.7106496,way_type=user_defined:way_id=80E -edge,735,735;41.3016208;-110.7106496:736;41.301144;-110.7091187,way_type=user_defined:way_id=80E -edge,736,736;41.301144;-110.7091187:737;41.3006088;-110.7074115,way_type=user_defined:way_id=80E -edge,737,737;41.3006088;-110.7074115:738;41.3002687;-110.7063179,way_type=user_defined:way_id=80E -edge,738,738;41.3002687;-110.7063179:739;41.2999505;-110.7052883,way_type=user_defined:way_id=80E -edge,739,739;41.2999505;-110.7052883:740;41.2994915;-110.7038258,way_type=user_defined:way_id=80E -edge,740,740;41.2994915;-110.7038258:741;41.2987865;-110.7015599,way_type=user_defined:way_id=80E -edge,741,741;41.2987865;-110.7015599:742;41.2985996;-110.7009713,way_type=user_defined:way_id=80E -edge,742,742;41.2985996;-110.7009713:743;41.2985434;-110.7007983,way_type=user_defined:way_id=80E -edge,743,743;41.2985434;-110.7007983:744;41.2984579;-110.7005432,way_type=user_defined:way_id=80E -edge,744,744;41.2984579;-110.7005432:745;41.2983676;-110.7002895,way_type=user_defined:way_id=80E -edge,745,745;41.2983676;-110.7002895:746;41.2982933;-110.7000946,way_type=user_defined:way_id=80E -edge,746,746;41.2982933;-110.7000946:747;41.2982583;-110.7000044,way_type=user_defined:way_id=80E -edge,747,747;41.2982583;-110.7000044:748;41.2981636;-110.6997728,way_type=user_defined:way_id=80E -edge,748,748;41.2981636;-110.6997728:749;41.2980434;-110.6994979,way_type=user_defined:way_id=80E -edge,749,749;41.2980434;-110.6994979:750;41.2979324;-110.6992584,way_type=user_defined:way_id=80E -edge,750,750;41.2979324;-110.6992584:751;41.2978097;-110.6990069,way_type=user_defined:way_id=80E -edge,751,751;41.2978097;-110.6990069:752;41.2976755;-110.6987467,way_type=user_defined:way_id=80E -edge,752,752;41.2976755;-110.6987467:753;41.2975461;-110.698504,way_type=user_defined:way_id=80E -edge,753,753;41.2975461;-110.698504:754;41.2970267;-110.6975412,way_type=user_defined:way_id=80E -edge,754,754;41.2970267;-110.6975412:755;41.2968985;-110.6972998,way_type=user_defined:way_id=80E -edge,755,755;41.2968985;-110.6972998:756;41.296776;-110.6970642,way_type=user_defined:way_id=80E -edge,756,756;41.296776;-110.6970642:757;41.2966623;-110.6968357,way_type=user_defined:way_id=80E -edge,757,757;41.2966623;-110.6968357:758;41.2965277;-110.6965561,way_type=user_defined:way_id=80E -edge,758,758;41.2965277;-110.6965561:759;41.2964063;-110.6963105,way_type=user_defined:way_id=80E -edge,759,759;41.2964063;-110.6963105:760;41.2962813;-110.6960697,way_type=user_defined:way_id=80E -edge,760,760;41.2962813;-110.6960697:761;41.2960357;-110.6956083,way_type=user_defined:way_id=80E -edge,761,761;41.2960357;-110.6956083:762;41.2959291;-110.6954053,way_type=user_defined:way_id=80E -edge,762,762;41.2959291;-110.6954053:763;41.2958048;-110.6951629,way_type=user_defined:way_id=80E -edge,763,763;41.2958048;-110.6951629:764;41.295689;-110.6949263,way_type=user_defined:way_id=80E -edge,764,764;41.295689;-110.6949263:765;41.2955617;-110.6946462,way_type=user_defined:way_id=80E -edge,765,765;41.2955617;-110.6946462:766;41.2954692;-110.6944272,way_type=user_defined:way_id=80E -edge,766,766;41.2954692;-110.6944272:767;41.2953788;-110.6941977,way_type=user_defined:way_id=80E -edge,767,767;41.2953788;-110.6941977:768;41.2952869;-110.6939482,way_type=user_defined:way_id=80E -edge,768,768;41.2952869;-110.6939482:769;41.2951968;-110.6936786,way_type=user_defined:way_id=80E -edge,769,769;41.2951968;-110.6936786:770;41.2951139;-110.693405,way_type=user_defined:way_id=80E -edge,770,770;41.2951139;-110.693405:771;41.2950485;-110.693174,way_type=user_defined:way_id=80E -edge,771,771;41.2950485;-110.693174:772;41.2949854;-110.6929411,way_type=user_defined:way_id=80E -edge,772,772;41.2949854;-110.6929411:773;41.294907;-110.6926382,way_type=user_defined:way_id=80E -edge,773,773;41.294907;-110.6926382:774;41.2948496;-110.6923866,way_type=user_defined:way_id=80E -edge,774,774;41.2948496;-110.6923866:775;41.2948108;-110.6921842,way_type=user_defined:way_id=80E -edge,775,775;41.2948108;-110.6921842:776;41.2947976;-110.6921132,way_type=user_defined:way_id=80E -edge,776,776;41.2947976;-110.6921132:777;41.2947603;-110.6918717,way_type=user_defined:way_id=80E -edge,777,777;41.2947603;-110.6918717:778;41.2947243;-110.6915879,way_type=user_defined:way_id=80E -edge,778,778;41.2947243;-110.6915879:779;41.2946961;-110.6913088,way_type=user_defined:way_id=80E -edge,779,779;41.2946961;-110.6913088:780;41.2946748;-110.6910157,way_type=user_defined:way_id=80E -edge,780,780;41.2946748;-110.6910157:781;41.2946625;-110.6907276,way_type=user_defined:way_id=80E -edge,781,781;41.2946625;-110.6907276:782;41.2946578;-110.6904452,way_type=user_defined:way_id=80E -edge,782,782;41.2946578;-110.6904452:783;41.2946611;-110.6901223,way_type=user_defined:way_id=80E -edge,783,783;41.2946611;-110.6901223:784;41.2946714;-110.6898335,way_type=user_defined:way_id=80E -edge,784,784;41.2946714;-110.6898335:785;41.2946918;-110.6895142,way_type=user_defined:way_id=80E -edge,785,785;41.2946918;-110.6895142:786;41.294717;-110.6892319,way_type=user_defined:way_id=80E -edge,786,786;41.294717;-110.6892319:787;41.2947502;-110.6889412,way_type=user_defined:way_id=80E -edge,787,787;41.2947502;-110.6889412:788;41.2947956;-110.6886251,way_type=user_defined:way_id=80E -edge,788,788;41.2947956;-110.6886251:789;41.2948429;-110.688347,way_type=user_defined:way_id=80E -edge,789,789;41.2948429;-110.688347:790;41.2949053;-110.6880349,way_type=user_defined:way_id=80E -edge,790,790;41.2949053;-110.6880349:791;41.2949706;-110.6877531,way_type=user_defined:way_id=80E -edge,791,791;41.2949706;-110.6877531:792;41.2950511;-110.6874481,way_type=user_defined:way_id=80E -edge,792,792;41.2950511;-110.6874481:793;41.2951291;-110.68718,way_type=user_defined:way_id=80E -edge,793,793;41.2951291;-110.68718:794;41.2951711;-110.6870479,way_type=user_defined:way_id=80E -edge,794,794;41.2951711;-110.6870479:795;41.295216;-110.6869071,way_type=user_defined:way_id=80E -edge,795,795;41.295216;-110.6869071:796;41.2953045;-110.6866551,way_type=user_defined:way_id=80E -edge,796,796;41.2953045;-110.6866551:797;41.2954148;-110.6863658,way_type=user_defined:way_id=80E -edge,797,797;41.2954148;-110.6863658:798;41.2955341;-110.6860817,way_type=user_defined:way_id=80E -edge,798,798;41.2955341;-110.6860817:799;41.2956461;-110.6858364,way_type=user_defined:way_id=80E -edge,799,799;41.2956461;-110.6858364:800;41.295769;-110.6855862,way_type=user_defined:way_id=80E -edge,800,800;41.295769;-110.6855862:801;41.295907;-110.6853195,way_type=user_defined:way_id=80E -edge,801,801;41.295907;-110.6853195:802;41.2960492;-110.6850539,way_type=user_defined:way_id=80E -edge,802,802;41.2960492;-110.6850539:803;41.2961933;-110.6847914,way_type=user_defined:way_id=80E -edge,803,803;41.2961933;-110.6847914:804;41.2970013;-110.6833332,way_type=user_defined:way_id=80E -edge,804,804;41.2970013;-110.6833332:805;41.2974195;-110.6825712,way_type=user_defined:way_id=80E -edge,805,805;41.2974195;-110.6825712:806;41.2976747;-110.6821007,way_type=user_defined:way_id=80E -edge,806,806;41.2976747;-110.6821007:807;41.2978112;-110.6818381,way_type=user_defined:way_id=80E -edge,807,807;41.2978112;-110.6818381:808;41.2978578;-110.6817439,way_type=user_defined:way_id=80E -edge,808,808;41.2978578;-110.6817439:809;41.2979469;-110.6815625,way_type=user_defined:way_id=80E -edge,809,809;41.2979469;-110.6815625:810;41.2980465;-110.6813482,way_type=user_defined:way_id=80E -edge,810,810;41.2980465;-110.6813482:811;41.2981817;-110.681038,way_type=user_defined:way_id=80E -edge,811,811;41.2981817;-110.681038:812;41.298286;-110.6807813,way_type=user_defined:way_id=80E -edge,812,812;41.298286;-110.6807813:813;41.298398;-110.6804872,way_type=user_defined:way_id=80E -edge,813,813;41.298398;-110.6804872:814;41.2984881;-110.680231,way_type=user_defined:way_id=80E -edge,814,814;41.2984881;-110.680231:815;41.2985835;-110.6799366,way_type=user_defined:way_id=80E -edge,815,815;41.2985835;-110.6799366:816;41.298666;-110.6796561,way_type=user_defined:way_id=80E -edge,816,816;41.298666;-110.6796561:817;41.2987557;-110.6793171,way_type=user_defined:way_id=80E -edge,817,817;41.2987557;-110.6793171:818;41.2988227;-110.6790377,way_type=user_defined:way_id=80E -edge,818,818;41.2988227;-110.6790377:819;41.2988896;-110.6787286,way_type=user_defined:way_id=80E -edge,819,819;41.2988896;-110.6787286:820;41.2989433;-110.6784524,way_type=user_defined:way_id=80E -edge,820,820;41.2989433;-110.6784524:821;41.2989967;-110.6781378,way_type=user_defined:way_id=80E -edge,821,821;41.2989967;-110.6781378:822;41.2990422;-110.67782,way_type=user_defined:way_id=80E -edge,822,822;41.2990422;-110.67782:823;41.2990773;-110.6775285,way_type=user_defined:way_id=80E -edge,823,823;41.2990773;-110.6775285:824;41.2991089;-110.6772068,way_type=user_defined:way_id=80E -edge,824,824;41.2991089;-110.6772068:825;41.2991333;-110.6768826,way_type=user_defined:way_id=80E -edge,825,825;41.2991333;-110.6768826:826;41.2991503;-110.6765592,way_type=user_defined:way_id=80E -edge,826,826;41.2991503;-110.6765592:827;41.2991593;-110.6762722,way_type=user_defined:way_id=80E -edge,827,827;41.2991593;-110.6762722:828;41.2991633;-110.6759558,way_type=user_defined:way_id=80E -edge,828,828;41.2991633;-110.6759558:829;41.2991623;-110.6756096,way_type=user_defined:way_id=80E -edge,829,829;41.2991623;-110.6756096:830;41.2991585;-110.6752959,way_type=user_defined:way_id=80E -edge,830,830;41.2991585;-110.6752959:831;41.2991478;-110.6746858,way_type=user_defined:way_id=80E -edge,831,831;41.2991478;-110.6746858:832;41.2991339;-110.6737729,way_type=user_defined:way_id=80E -edge,832,832;41.2991339;-110.6737729:833;41.2991339;-110.6737729,way_type=user_defined:way_id=80E -edge,833,833;41.2991339;-110.6737729:834;41.2991103;-110.672435,way_type=user_defined:way_id=80E -edge,834,834;41.2991103;-110.672435:835;41.2991059;-110.6721858,way_type=user_defined:way_id=80E -edge,835,835;41.2991059;-110.6721858:836;41.29907587;-110.6700705,way_type=user_defined:way_id=80E -edge,836,836;41.29907587;-110.6700705:837;41.29907587;-110.6700705,way_type=user_defined:way_id=80E -edge,837,837;41.29907587;-110.6700705:838;41.2990617;-110.6690934,way_type=user_defined:way_id=80E -edge,838,838;41.2990617;-110.6690934:839;41.29903645;-110.6676885,way_type=user_defined:way_id=80E -edge,839,839;41.29903645;-110.6676885:840;41.2990221;-110.6668897,way_type=user_defined:way_id=80E -edge,840,840;41.2990221;-110.6668897:841;41.2990173;-110.6665693,way_type=user_defined:way_id=80E -edge,841,841;41.2990173;-110.6665693:842;41.2990173;-110.6665693,way_type=user_defined:way_id=80E -edge,842,842;41.2990173;-110.6665693:843;41.29900919;-110.6660401,way_type=user_defined:way_id=80E -edge,843,843;41.29900919;-110.6660401:844;41.298979;-110.6640702,way_type=user_defined:way_id=80E -edge,844,844;41.298979;-110.6640702:845;41.298963;-110.6631357,way_type=user_defined:way_id=80E -edge,845,845;41.298963;-110.6631357:846;41.2989336;-110.6610356,way_type=user_defined:way_id=80E -edge,846,846;41.2989336;-110.6610356:847;41.2988968;-110.658684,way_type=user_defined:way_id=80E -edge,847,847;41.2988968;-110.658684:848;41.2988699;-110.6570981,way_type=user_defined:way_id=80E -edge,848,848;41.2988699;-110.6570981:849;41.2988569;-110.6561861,way_type=user_defined:way_id=80E -edge,849,849;41.2988569;-110.6561861:850;41.2988376;-110.655018,way_type=user_defined:way_id=80E -edge,850,850;41.2988376;-110.655018:851;41.2988038;-110.6527998,way_type=user_defined:way_id=80E -edge,851,851;41.2988038;-110.6527998:852;41.2987825;-110.6515653,way_type=user_defined:way_id=80E -edge,852,852;41.2987825;-110.6515653:853;41.2987428;-110.6490289,way_type=user_defined:way_id=80E -edge,853,853;41.2987428;-110.6490289:854;41.29871596;-110.6474852,way_type=user_defined:way_id=80E -edge,854,854;41.29871596;-110.6474852:855;41.2987139;-110.6473664,way_type=user_defined:way_id=80E -edge,855,855;41.2987139;-110.6473664:856;41.2987139;-110.6473664,way_type=user_defined:way_id=80E -edge,856,856;41.2987139;-110.6473664:857;41.29870226;-110.6465677,way_type=user_defined:way_id=80E -edge,857,857;41.29870226;-110.6465677:858;41.2986896;-110.6456985,way_type=user_defined:way_id=80E -edge,858,858;41.2986896;-110.6456985:859;41.29866065;-110.6439314,way_type=user_defined:way_id=80E -edge,859,859;41.29866065;-110.6439314:860;41.29866065;-110.6439314,way_type=user_defined:way_id=80E -edge,860,860;41.29866065;-110.6439314:861;41.2986429;-110.6428797,way_type=user_defined:way_id=80E -edge,861,861;41.2986429;-110.6428797:862;41.2986299;-110.6419809,way_type=user_defined:way_id=80E -edge,862,862;41.2986299;-110.6419809:863;41.2986212;-110.6414596,way_type=user_defined:way_id=80E -edge,863,863;41.2986212;-110.6414596:864;41.2986004;-110.6402125,way_type=user_defined:way_id=80E -edge,864,864;41.2986004;-110.6402125:865;41.2986004;-110.6402125,way_type=user_defined:way_id=80E -edge,865,865;41.2986004;-110.6402125:866;41.2985566;-110.6374638,way_type=user_defined:way_id=80E -edge,866,866;41.2985566;-110.6374638:867;41.2985407;-110.63653,way_type=user_defined:way_id=80E -edge,867,867;41.2985407;-110.63653:868;41.2985235;-110.635619,way_type=user_defined:way_id=80E -edge,868,868;41.2985235;-110.635619:869;41.29851317;-110.6349045,way_type=user_defined:way_id=80E -edge,869,869;41.29851317;-110.6349045:870;41.29850603;-110.6344109,way_type=user_defined:way_id=80E -edge,870,870;41.29850603;-110.6344109:871;41.2984909;-110.6333652,way_type=user_defined:way_id=80E -edge,871,871;41.2984909;-110.6333652:872;41.29847827;-110.6325877,way_type=user_defined:way_id=80E -edge,872,872;41.29847827;-110.6325877:873;41.2984644;-110.6317339,way_type=user_defined:way_id=80E -edge,873,873;41.2984644;-110.6317339:874;41.29844939;-110.6308384,way_type=user_defined:way_id=80E -edge,874,874;41.29844939;-110.6308384:875;41.29841331;-110.6286866,way_type=user_defined:way_id=80E -edge,875,875;41.29841331;-110.6286866:876;41.29841331;-110.6286866,way_type=user_defined:way_id=80E -edge,876,876;41.29841331;-110.6286866:877;41.29838035;-110.6266081,way_type=user_defined:way_id=80E -edge,877,877;41.29838035;-110.6266081:878;41.2983579;-110.6251928,way_type=user_defined:way_id=80E -edge,878,878;41.2983579;-110.6251928:879;41.2983579;-110.6251928,way_type=user_defined:way_id=80E -edge,879,879;41.2983579;-110.6251928:880;41.2983471;-110.624446,way_type=user_defined:way_id=80E -edge,880,880;41.2983471;-110.624446:881;41.298305;-110.6219223,way_type=user_defined:way_id=80E -edge,881,881;41.298305;-110.6219223:882;41.29830276;-110.6217776,way_type=user_defined:way_id=80E -edge,882,882;41.29830276;-110.6217776:883;41.2982759;-110.6200436,way_type=user_defined:way_id=80E -edge,883,883;41.2982759;-110.6200436:884;41.2982194;-110.6166988,way_type=user_defined:way_id=80E -edge,884,884;41.2982194;-110.6166988:885;41.2981874;-110.6145619,way_type=user_defined:way_id=80E -edge,885,885;41.2981874;-110.6145619:886;41.298142;-110.6119266,way_type=user_defined:way_id=80E -edge,886,886;41.298142;-110.6119266:887;41.2981062;-110.6096376,way_type=user_defined:way_id=80E -edge,887,887;41.2981062;-110.6096376:888;41.2980906;-110.6087661,way_type=user_defined:way_id=80E -edge,888,888;41.2980906;-110.6087661:889;41.2980491;-110.6060149,way_type=user_defined:way_id=80E -edge,889,889;41.2980491;-110.6060149:890;41.2980191;-110.6042509,way_type=user_defined:way_id=80E -edge,890,890;41.2980191;-110.6042509:891;41.298005;-110.6035645,way_type=user_defined:way_id=80E -edge,891,891;41.298005;-110.6035645:892;41.2979954;-110.6032776,way_type=user_defined:way_id=80E -edge,892,892;41.2979954;-110.6032776:893;41.2979678;-110.6026659,way_type=user_defined:way_id=80E -edge,893,893;41.2979678;-110.6026659:894;41.2979595;-110.6024459,way_type=user_defined:way_id=80E -edge,894,894;41.2979595;-110.6024459:895;41.2979489;-110.6020534,way_type=user_defined:way_id=80E -edge,895,895;41.2979489;-110.6020534:896;41.2979404;-110.6014415,way_type=user_defined:way_id=80E -edge,896,896;41.2979404;-110.6014415:897;41.2979099;-110.5996357,way_type=user_defined:way_id=80E -edge,897,897;41.2979099;-110.5996357:898;41.2978924;-110.5985159,way_type=user_defined:way_id=80E -edge,898,898;41.2978924;-110.5985159:899;41.2978705;-110.597366,way_type=user_defined:way_id=80E -edge,899,899;41.2978705;-110.597366:900;41.2978533;-110.5962803,way_type=user_defined:way_id=80E -edge,900,900;41.2978533;-110.5962803:901;41.2978033;-110.5933996,way_type=user_defined:way_id=80E -edge,901,901;41.2978033;-110.5933996:902;41.2977788;-110.5917329,way_type=user_defined:way_id=80E -edge,902,902;41.2977788;-110.5917329:903;41.2977202;-110.5883781,way_type=user_defined:way_id=80E -edge,903,903;41.2977202;-110.5883781:904;41.2976931;-110.5866793,way_type=user_defined:way_id=80E -edge,904,904;41.2976931;-110.5866793:905;41.2976729;-110.58562,way_type=user_defined:way_id=80E -edge,905,905;41.2976729;-110.58562:906;41.2975047;-110.5755014,way_type=user_defined:way_id=80E -edge,906,906;41.2975047;-110.5755014:907;41.297442;-110.5717962,way_type=user_defined:way_id=80E -edge,907,907;41.297442;-110.5717962:908;41.2974167;-110.5703875,way_type=user_defined:way_id=80E -edge,908,908;41.2974167;-110.5703875:909;41.2973731;-110.5676936,way_type=user_defined:way_id=80E -edge,909,909;41.2973731;-110.5676936:910;41.2973187;-110.5645481,way_type=user_defined:way_id=80E -edge,910,910;41.2973187;-110.5645481:911;41.2972994;-110.5632887,way_type=user_defined:way_id=80E -edge,911,911;41.2972994;-110.5632887:912;41.2972566;-110.5608414,way_type=user_defined:way_id=80E -edge,912,912;41.2972566;-110.5608414:913;41.2972392;-110.559732,way_type=user_defined:way_id=80E -edge,913,913;41.2972392;-110.559732:914;41.2972355;-110.5593335,way_type=user_defined:way_id=80E -edge,914,914;41.2972355;-110.5593335:915;41.2972358;-110.5590458,way_type=user_defined:way_id=80E -edge,915,915;41.2972358;-110.5590458:916;41.2972392;-110.558749,way_type=user_defined:way_id=80E -edge,916,916;41.2972392;-110.558749:917;41.2972465;-110.5584326,way_type=user_defined:way_id=80E -edge,917,917;41.2972465;-110.5584326:918;41.2972559;-110.5581532,way_type=user_defined:way_id=80E -edge,918,918;41.2972559;-110.5581532:919;41.2972687;-110.5578564,way_type=user_defined:way_id=80E -edge,919,919;41.2972687;-110.5578564:920;41.297286;-110.5575392,way_type=user_defined:way_id=80E -edge,920,920;41.297286;-110.5575392:921;41.2973107;-110.5571852,way_type=user_defined:way_id=80E -edge,921,921;41.2973107;-110.5571852:922;41.2973316;-110.5569269,way_type=user_defined:way_id=80E -edge,922,922;41.2973316;-110.5569269:923;41.2973611;-110.556602,way_type=user_defined:way_id=80E -edge,923,923;41.2973611;-110.556602:924;41.297398;-110.5562488,way_type=user_defined:way_id=80E -edge,924,924;41.297398;-110.5562488:925;41.297398;-110.5562488,way_type=user_defined:way_id=80E -edge,925,925;41.297398;-110.5562488:926;41.2974536;-110.5557882,way_type=user_defined:way_id=80E -edge,926,926;41.2974536;-110.5557882:927;41.297507;-110.5553922,way_type=user_defined:way_id=80E -edge,927,927;41.297507;-110.5553922:928;41.2975542;-110.555071,way_type=user_defined:way_id=80E -edge,928,928;41.2975542;-110.555071:929;41.297599;-110.5547873,way_type=user_defined:way_id=80E -edge,929,929;41.297599;-110.5547873:930;41.2976523;-110.5544769,way_type=user_defined:way_id=80E -edge,930,930;41.2976523;-110.5544769:931;41.2977098;-110.5541672,way_type=user_defined:way_id=80E -edge,931,931;41.2977098;-110.5541672:932;41.2977652;-110.5538854,way_type=user_defined:way_id=80E -edge,932,932;41.2977652;-110.5538854:933;41.2978303;-110.553568,way_type=user_defined:way_id=80E -edge,933,933;41.2978303;-110.553568:934;41.2978906;-110.5532878,way_type=user_defined:way_id=80E -edge,934,934;41.2978906;-110.5532878:935;41.2979603;-110.5529817,way_type=user_defined:way_id=80E -edge,935,935;41.2979603;-110.5529817:936;41.298034;-110.5526771,way_type=user_defined:way_id=80E -edge,936,936;41.298034;-110.5526771:937;41.2981139;-110.5523647,way_type=user_defined:way_id=80E -edge,937,937;41.2981139;-110.5523647:938;41.2982169;-110.5519856,way_type=user_defined:way_id=80E -edge,938,938;41.2982169;-110.5519856:939;41.2982639;-110.5518184,way_type=user_defined:way_id=80E -edge,939,939;41.2982639;-110.5518184:940;41.2983511;-110.5515208,way_type=user_defined:way_id=80E -edge,940,940;41.2983511;-110.5515208:941;41.2984336;-110.5512518,way_type=user_defined:way_id=80E -edge,941,941;41.2984336;-110.5512518:942;41.2985413;-110.550914,way_type=user_defined:way_id=80E -edge,942,942;41.2985413;-110.550914:943;41.2987887;-110.5501643,way_type=user_defined:way_id=80E -edge,943,943;41.2987887;-110.5501643:944;41.2990024;-110.5495302,way_type=user_defined:way_id=80E -edge,944,944;41.2990024;-110.5495302:945;41.29927177;-110.5487431,way_type=user_defined:way_id=80E -edge,945,945;41.29927177;-110.5487431:946;41.29927177;-110.5487431,way_type=user_defined:way_id=80E -edge,946,946;41.29927177;-110.5487431:947;41.2997087;-110.5474654,way_type=user_defined:way_id=80E -edge,947,947;41.2997087;-110.5474654:948;41.3000581;-110.5464228,way_type=user_defined:way_id=80E -edge,948,948;41.3000581;-110.5464228:949;41.3003273;-110.5455995,way_type=user_defined:way_id=80E -edge,949,949;41.3003273;-110.5455995:950;41.30073597;-110.5443697,way_type=user_defined:way_id=80E -edge,950,950;41.30073597;-110.5443697:951;41.3007787;-110.5442411,way_type=user_defined:way_id=80E -edge,951,951;41.3007787;-110.5442411:952;41.3009963;-110.5435793,way_type=user_defined:way_id=80E -edge,952,952;41.3009963;-110.5435793:953;41.30110233;-110.5432599,way_type=user_defined:way_id=80E -edge,953,953;41.30110233;-110.5432599:954;41.30110233;-110.5432599,way_type=user_defined:way_id=80E -edge,954,954;41.30110233;-110.5432599:955;41.3012722;-110.5427481,way_type=user_defined:way_id=80E -edge,955,955;41.3012722;-110.5427481:956;41.30165785;-110.5415764,way_type=user_defined:way_id=80E -edge,956,956;41.30165785;-110.5415764:957;41.30198468;-110.5405836,way_type=user_defined:way_id=80E -edge,957,957;41.30198468;-110.5405836:958;41.3020144;-110.5404933,way_type=user_defined:way_id=80E -edge,958,958;41.3020144;-110.5404933:959;41.30219808;-110.5399451,way_type=user_defined:way_id=80E -edge,959,959;41.30219808;-110.5399451:960;41.3023669;-110.5394378,way_type=user_defined:way_id=80E -edge,960,960;41.3023669;-110.5394378:961;41.3025833;-110.5387779,way_type=user_defined:way_id=80E -edge,961,961;41.3025833;-110.5387779:962;41.30289193;-110.5378443,way_type=user_defined:way_id=80E -edge,962,962;41.30289193;-110.5378443:963;41.30289193;-110.5378443,way_type=user_defined:way_id=80E -edge,963,963;41.30289193;-110.5378443:964;41.30345749;-110.5361265,way_type=user_defined:way_id=80E -edge,964,964;41.30345749;-110.5361265:965;41.3036953;-110.5354042,way_type=user_defined:way_id=80E -edge,965,965;41.3036953;-110.5354042:966;41.3043974;-110.5332845,way_type=user_defined:way_id=80E -edge,966,966;41.3043974;-110.5332845:967;41.3043974;-110.5332845,way_type=user_defined:way_id=80E -edge,967,967;41.3043974;-110.5332845:968;41.3046118;-110.5326368,way_type=user_defined:way_id=80E -edge,968,968;41.3046118;-110.5326368:969;41.305036;-110.5313454,way_type=user_defined:way_id=80E -edge,969,969;41.305036;-110.5313454:970;41.30514717;-110.5310092,way_type=user_defined:way_id=80E -edge,970,970;41.30514717;-110.5310092:971;41.3053428;-110.5304175,way_type=user_defined:way_id=80E -edge,971,971;41.3053428;-110.5304175:972;41.3057119;-110.52929,way_type=user_defined:way_id=80E -edge,972,972;41.3057119;-110.52929:973;41.3063497;-110.5273685,way_type=user_defined:way_id=80E -edge,973,973;41.3063497;-110.5273685:974;41.3066541;-110.5264444,way_type=user_defined:way_id=80E -edge,974,974;41.3066541;-110.5264444:975;41.3072119;-110.524761,way_type=user_defined:way_id=80E -edge,975,975;41.3072119;-110.524761:976;41.3076697;-110.5233663,way_type=user_defined:way_id=80E -edge,976,976;41.3076697;-110.5233663:977;41.3082163;-110.5217106,way_type=user_defined:way_id=80E -edge,977,977;41.3082163;-110.5217106:978;41.3086791;-110.5203139,way_type=user_defined:way_id=80E -edge,978,978;41.3086791;-110.5203139:979;41.3090506;-110.5191844,way_type=user_defined:way_id=80E -edge,979,979;41.3090506;-110.5191844:980;41.3097102;-110.5171683,way_type=user_defined:way_id=80E -edge,980,980;41.3097102;-110.5171683:981;41.3103599;-110.5152249,way_type=user_defined:way_id=80E -edge,981,981;41.3103599;-110.5152249:982;41.3108085;-110.5138667,way_type=user_defined:way_id=80E -edge,982,982;41.3108085;-110.5138667:983;41.3110823;-110.513032,way_type=user_defined:way_id=80E -edge,983,983;41.3110823;-110.513032:984;41.31112902;-110.5128878,way_type=user_defined:way_id=80E -edge,984,984;41.31112902;-110.5128878:985;41.31140327;-110.5120417,way_type=user_defined:way_id=80E -edge,985,985;41.31140327;-110.5120417:986;41.31140327;-110.5120417,way_type=user_defined:way_id=80E -edge,986,986;41.31140327;-110.5120417:987;41.311902;-110.5105127,way_type=user_defined:way_id=80E -edge,987,987;41.311902;-110.5105127:988;41.31205451;-110.510049,way_type=user_defined:way_id=80E -edge,988,988;41.31205451;-110.510049:989;41.3121875;-110.5096447,way_type=user_defined:way_id=80E -edge,989,989;41.3121875;-110.5096447:990;41.31266723;-110.5081676,way_type=user_defined:way_id=80E -edge,990,990;41.31266723;-110.5081676:991;41.31266723;-110.5081676,way_type=user_defined:way_id=80E -edge,991,991;41.31266723;-110.5081676:992;41.3128427;-110.5076296,way_type=user_defined:way_id=80E -edge,992,992;41.3128427;-110.5076296:993;41.313268;-110.5063398,way_type=user_defined:way_id=80E -edge,993,993;41.313268;-110.5063398:994;41.31332108;-110.5061778,way_type=user_defined:way_id=80E -edge,994,994;41.31332108;-110.5061778:995;41.3135408;-110.505507,way_type=user_defined:way_id=80E -edge,995,995;41.3135408;-110.505507:996;41.3144571;-110.5027269,way_type=user_defined:way_id=80E -edge,996,996;41.3144571;-110.5027269:997;41.3144571;-110.5027269,way_type=user_defined:way_id=80E -edge,997,997;41.3144571;-110.5027269:998;41.3149718;-110.5011683,way_type=user_defined:way_id=80E -edge,998,998;41.3149718;-110.5011683:999;41.3152615;-110.5002953,way_type=user_defined:way_id=80E -edge,999,999;41.3152615;-110.5002953:1000;41.3156197;-110.4991986,way_type=user_defined:way_id=80E -edge,1000,1000;41.3156197;-110.4991986:1001;41.3159026;-110.4983469,way_type=user_defined:way_id=80E -edge,1001,1001;41.3159026;-110.4983469:1002;41.3163156;-110.4970873,way_type=user_defined:way_id=80E -edge,1002,1002;41.3163156;-110.4970873:1003;41.3172559;-110.494233,way_type=user_defined:way_id=80E -edge,1003,1003;41.3172559;-110.494233:1004;41.3176289;-110.493109,way_type=user_defined:way_id=80E -edge,1004,1004;41.3176289;-110.493109:1005;41.3180449;-110.4918391,way_type=user_defined:way_id=80E -edge,1005,1005;41.3180449;-110.4918391:1006;41.3195111;-110.4873891,way_type=user_defined:way_id=80E -edge,1006,1006;41.3195111;-110.4873891:1007;41.3204327;-110.4845831,way_type=user_defined:way_id=80E -edge,1007,1007;41.3204327;-110.4845831:1008;41.3212492;-110.4820889,way_type=user_defined:way_id=80E -edge,1008,1008;41.3212492;-110.4820889:1009;41.3224064;-110.4785733,way_type=user_defined:way_id=80E -edge,1009,1009;41.3224064;-110.4785733:1010;41.3228402;-110.4772481,way_type=user_defined:way_id=80E -edge,1010,1010;41.3228402;-110.4772481:1011;41.3237686;-110.4744372,way_type=user_defined:way_id=80E -edge,1011,1011;41.3237686;-110.4744372:1012;41.324326;-110.4727427,way_type=user_defined:way_id=80E -edge,1012,1012;41.324326;-110.4727427:1013;41.3248663;-110.4710855,way_type=user_defined:way_id=80E -edge,1013,1013;41.3248663;-110.4710855:1014;41.3253198;-110.4696892,way_type=user_defined:way_id=80E -edge,1014,1014;41.3253198;-110.4696892:1015;41.3254059;-110.4694145,way_type=user_defined:way_id=80E -edge,1015,1015;41.3254059;-110.4694145:1016;41.3255047;-110.4690892,way_type=user_defined:way_id=80E -edge,1016,1016;41.3255047;-110.4690892:1017;41.3255861;-110.4688136,way_type=user_defined:way_id=80E -edge,1017,1017;41.3255861;-110.4688136:1018;41.3257127;-110.4683726,way_type=user_defined:way_id=80E -edge,1018,1018;41.3257127;-110.4683726:1019;41.3258272;-110.4679634,way_type=user_defined:way_id=80E -edge,1019,1019;41.3258272;-110.4679634:1020;41.3259009;-110.4676931,way_type=user_defined:way_id=80E -edge,1020,1020;41.3259009;-110.4676931:1021;41.32598;-110.4673944,way_type=user_defined:way_id=80E -edge,1021,1021;41.32598;-110.4673944:1022;41.3260697;-110.4670417,way_type=user_defined:way_id=80E -edge,1022,1022;41.3260697;-110.4670417:1023;41.3261354;-110.4667754,way_type=user_defined:way_id=80E -edge,1023,1023;41.3261354;-110.4667754:1024;41.3262609;-110.4662554,way_type=user_defined:way_id=80E -edge,1024,1024;41.3262609;-110.4662554:1025;41.326334;-110.4659449,way_type=user_defined:way_id=80E -edge,1025,1025;41.326334;-110.4659449:1026;41.3264047;-110.4656342,way_type=user_defined:way_id=80E -edge,1026,1026;41.3264047;-110.4656342:1027;41.326467;-110.4653496,way_type=user_defined:way_id=80E -edge,1027,1027;41.326467;-110.4653496:1028;41.3265182;-110.4651084,way_type=user_defined:way_id=80E -edge,1028,1028;41.3265182;-110.4651084:1029;41.32662332;-110.4646036,way_type=user_defined:way_id=80E -edge,1029,1029;41.32662332;-110.4646036:1030;41.3266482;-110.4644841,way_type=user_defined:way_id=80E -edge,1030,1030;41.3266482;-110.4644841:1031;41.3267109;-110.4641735,way_type=user_defined:way_id=80E -edge,1031,1031;41.3267109;-110.4641735:1032;41.3267805;-110.4638106,way_type=user_defined:way_id=80E -edge,1032,1032;41.3267805;-110.4638106:1033;41.3267805;-110.4638106,way_type=user_defined:way_id=80E -edge,1033,1033;41.3267805;-110.4638106:1034;41.32680683;-110.463674,way_type=user_defined:way_id=80E -edge,1034,1034;41.32680683;-110.463674:1035;41.3268703;-110.4633182,way_type=user_defined:way_id=80E -edge,1035,1035;41.3268703;-110.4633182:1036;41.3269252;-110.4629983,way_type=user_defined:way_id=80E -edge,1036,1036;41.3269252;-110.4629983:1037;41.3270116;-110.4624657,way_type=user_defined:way_id=80E -edge,1037,1037;41.3270116;-110.4624657:1038;41.3270959;-110.4619067,way_type=user_defined:way_id=80E -edge,1038,1038;41.3270959;-110.4619067:1039;41.32715048;-110.4615227,way_type=user_defined:way_id=80E -edge,1039,1039;41.32715048;-110.4615227:1040;41.3271669;-110.4614072,way_type=user_defined:way_id=80E -edge,1040,1040;41.3271669;-110.4614072:1041;41.327225;-110.4609815,way_type=user_defined:way_id=80E -edge,1041,1041;41.327225;-110.4609815:1042;41.3273737;-110.4598687,way_type=user_defined:way_id=80E -edge,1042,1042;41.3273737;-110.4598687:1043;41.3275244;-110.4587038,way_type=user_defined:way_id=80E -edge,1043,1043;41.3275244;-110.4587038:1044;41.32753819;-110.458607,way_type=user_defined:way_id=80E -edge,1044,1044;41.32753819;-110.458607:1045;41.32753819;-110.458607,way_type=user_defined:way_id=80E -edge,1045,1045;41.32753819;-110.458607:1046;41.3276954;-110.4574109,way_type=user_defined:way_id=80E -edge,1046,1046;41.3276954;-110.4574109:1047;41.3278259;-110.4563955,way_type=user_defined:way_id=80E -edge,1047,1047;41.3278259;-110.4563955:1048;41.32792444;-110.455638,way_type=user_defined:way_id=80E -edge,1048,1048;41.32792444;-110.455638:1049;41.3283225;-110.4525778,way_type=user_defined:way_id=80E -edge,1049,1049;41.3283225;-110.4525778:1050;41.3283225;-110.4525778,way_type=user_defined:way_id=80E -edge,1050,1050;41.3283225;-110.4525778:1051;41.32846308;-110.4514841,way_type=user_defined:way_id=80E -edge,1051,1051;41.32846308;-110.4514841:1052;41.328625;-110.4502243,way_type=user_defined:way_id=80E -edge,1052,1052;41.328625;-110.4502243:1053;41.3290438;-110.4470282,way_type=user_defined:way_id=80E -edge,1053,1053;41.3290438;-110.4470282:1054;41.3293539;-110.4445946,way_type=user_defined:way_id=80E -edge,1054,1054;41.3293539;-110.4445946:1055;41.3295425;-110.4431423,way_type=user_defined:way_id=80E -edge,1055,1055;41.3295425;-110.4431423:1056;41.3297894;-110.4412761,way_type=user_defined:way_id=80E -edge,1056,1056;41.3297894;-110.4412761:1057;41.32980351;-110.4411659,way_type=user_defined:way_id=80E -edge,1057,1057;41.32980351;-110.4411659:1058;41.3299073;-110.4403557,way_type=user_defined:way_id=80E -edge,1058,1058;41.3299073;-110.4403557:1059;41.3300269;-110.4394557,way_type=user_defined:way_id=80E -edge,1059,1059;41.3300269;-110.4394557:1060;41.3301308;-110.4386411,way_type=user_defined:way_id=80E -edge,1060,1060;41.3301308;-110.4386411:1061;41.3301308;-110.4386411,way_type=user_defined:way_id=80E -edge,1061,1061;41.3301308;-110.4386411:1062;41.330335;-110.437034,way_type=user_defined:way_id=80E -edge,1062,1062;41.330335;-110.437034:1063;41.3305757;-110.435178,way_type=user_defined:way_id=80E -edge,1063,1063;41.3305757;-110.435178:1064;41.33059822;-110.435007,way_type=user_defined:way_id=80E -edge,1064,1064;41.33059822;-110.435007:1065;41.3308015;-110.4334633,way_type=user_defined:way_id=80E -edge,1065,1065;41.3308015;-110.4334633:1066;41.3308919;-110.4327994,way_type=user_defined:way_id=80E -edge,1066,1066;41.3308919;-110.4327994:1067;41.3310076;-110.4319354,way_type=user_defined:way_id=80E -edge,1067,1067;41.3310076;-110.4319354:1068;41.3310924;-110.4313349,way_type=user_defined:way_id=80E -edge,1068,1068;41.3310924;-110.4313349:1069;41.3312332;-110.4303779,way_type=user_defined:way_id=80E -edge,1069,1069;41.3312332;-110.4303779:1070;41.3313214;-110.4298163,way_type=user_defined:way_id=80E -edge,1070,1070;41.3313214;-110.4298163:1071;41.3314126;-110.4292532,way_type=user_defined:way_id=80E -edge,1071,1071;41.3314126;-110.4292532:1072;41.33145887;-110.4289726,way_type=user_defined:way_id=80E -edge,1072,1072;41.33145887;-110.4289726:1073;41.33145887;-110.4289726,way_type=user_defined:way_id=80E -edge,1073,1073;41.33145887;-110.4289726:1074;41.3314718;-110.4288986,way_type=user_defined:way_id=80E -edge,1074,1074;41.3314718;-110.4288986:1075;41.3314718;-110.4288986,way_type=user_defined:way_id=80E -edge,1075,1075;41.3314718;-110.4288986:1076;41.33147388;-110.4288864,way_type=user_defined:way_id=80E -edge,1076,1076;41.33147388;-110.4288864:1077;41.33148829;-110.4288017,way_type=user_defined:way_id=80E -edge,1077,1077;41.33148829;-110.4288017:1078;41.33148829;-110.4288017,way_type=user_defined:way_id=80E -edge,1078,1078;41.33148829;-110.4288017:1079;41.3315691;-110.4283277,way_type=user_defined:way_id=80E -edge,1079,1079;41.3315691;-110.4283277:1080;41.3316725;-110.4277378,way_type=user_defined:way_id=80E -edge,1080,1080;41.3316725;-110.4277378:1081;41.3317318;-110.4274096,way_type=user_defined:way_id=80E -edge,1081,1081;41.3317318;-110.4274096:1082;41.3318702;-110.4266765,way_type=user_defined:way_id=80E -edge,1082,1082;41.3318702;-110.4266765:1083;41.3319516;-110.426255,way_type=user_defined:way_id=80E -edge,1083,1083;41.3319516;-110.426255:1084;41.3320678;-110.4256701,way_type=user_defined:way_id=80E -edge,1084,1084;41.3320678;-110.4256701:1085;41.3321882;-110.4250757,way_type=user_defined:way_id=80E -edge,1085,1085;41.3321882;-110.4250757:1086;41.3322531;-110.4247615,way_type=user_defined:way_id=80E -edge,1086,1086;41.3322531;-110.4247615:1087;41.3323197;-110.4244476,way_type=user_defined:way_id=80E -edge,1087,1087;41.3323197;-110.4244476:1088;41.33240679;-110.4240429,way_type=user_defined:way_id=80E -edge,1088,1088;41.33240679;-110.4240429:1089;41.3324404;-110.4238868,way_type=user_defined:way_id=80E -edge,1089,1089;41.3324404;-110.4238868:1090;41.3325071;-110.4235841,way_type=user_defined:way_id=80E -edge,1090,1090;41.3325071;-110.4235841:1091;41.3327052;-110.4227144,way_type=user_defined:way_id=80E -edge,1091,1091;41.3327052;-110.4227144:1092;41.3328353;-110.422157,way_type=user_defined:way_id=80E -edge,1092,1092;41.3328353;-110.422157:1093;41.3329244;-110.4217825,way_type=user_defined:way_id=80E -edge,1093,1093;41.3329244;-110.4217825:1094;41.3329244;-110.4217825,way_type=user_defined:way_id=80E -edge,1094,1094;41.3329244;-110.4217825:1095;41.3331337;-110.4209171,way_type=user_defined:way_id=80E -edge,1095,1095;41.3331337;-110.4209171:1096;41.33316275;-110.4207991,way_type=user_defined:way_id=80E -edge,1096,1096;41.33316275;-110.4207991:1097;41.3332703;-110.4203622,way_type=user_defined:way_id=80E -edge,1097,1097;41.3332703;-110.4203622:1098;41.3333455;-110.4200628,way_type=user_defined:way_id=80E -edge,1098,1098;41.3333455;-110.4200628:1099;41.3334981;-110.4194761,way_type=user_defined:way_id=80E -edge,1099,1099;41.3334981;-110.4194761:1100;41.3336533;-110.4188997,way_type=user_defined:way_id=80E -edge,1100,1100;41.3336533;-110.4188997:1101;41.3337303;-110.418622,way_type=user_defined:way_id=80E -edge,1101,1101;41.3337303;-110.418622:1102;41.3339685;-110.4177771,way_type=user_defined:way_id=80E -edge,1102,1102;41.3339685;-110.4177771:1103;41.3341323;-110.4172023,way_type=user_defined:way_id=80E -edge,1103,1103;41.3341323;-110.4172023:1104;41.3342206;-110.4168984,way_type=user_defined:way_id=80E -edge,1104,1104;41.3342206;-110.4168984:1105;41.3343892;-110.4163273,way_type=user_defined:way_id=80E -edge,1105,1105;41.3343892;-110.4163273:1106;41.3345821;-110.415687,way_type=user_defined:way_id=80E -edge,1106,1106;41.3345821;-110.415687:1107;41.3347039;-110.4152882,way_type=user_defined:way_id=80E -edge,1107,1107;41.3347039;-110.4152882:1108;41.3348087;-110.4149528,way_type=user_defined:way_id=80E -edge,1108,1108;41.3348087;-110.4149528:1109;41.3350998;-110.4140494,way_type=user_defined:way_id=80E -edge,1109,1109;41.3350998;-110.4140494:1110;41.3353494;-110.413293,way_type=user_defined:way_id=80E -edge,1110,1110;41.3353494;-110.413293:1111;41.3355377;-110.4127352,way_type=user_defined:way_id=80E -edge,1111,1111;41.3355377;-110.4127352:1112;41.3356513;-110.4124036,way_type=user_defined:way_id=80E -edge,1112,1112;41.3356513;-110.4124036:1113;41.3358466;-110.4118483,way_type=user_defined:way_id=80E -edge,1113,1113;41.3358466;-110.4118483:1114;41.3359518;-110.4115527,way_type=user_defined:way_id=80E -edge,1114,1114;41.3359518;-110.4115527:1115;41.3362462;-110.4107356,way_type=user_defined:way_id=80E -edge,1115,1115;41.3362462;-110.4107356:1116;41.3365482;-110.4099224,way_type=user_defined:way_id=80E -edge,1116,1116;41.3365482;-110.4099224:1117;41.3367687;-110.4093449,way_type=user_defined:way_id=80E -edge,1117,1117;41.3367687;-110.4093449:1118;41.3370214;-110.4086921,way_type=user_defined:way_id=80E -edge,1118,1118;41.3370214;-110.4086921:1119;41.3371698;-110.4083131,way_type=user_defined:way_id=80E -edge,1119,1119;41.3371698;-110.4083131:1120;41.337308;-110.4079646,way_type=user_defined:way_id=80E -edge,1120,1120;41.337308;-110.4079646:1121;41.3375279;-110.4074197,way_type=user_defined:way_id=80E -edge,1121,1121;41.3375279;-110.4074197:1122;41.3377363;-110.4069129,way_type=user_defined:way_id=80E -edge,1122,1122;41.3377363;-110.4069129:1123;41.3379902;-110.406302,way_type=user_defined:way_id=80E -edge,1123,1123;41.3379902;-110.406302:1124;41.3380947;-110.4060551,way_type=user_defined:way_id=80E -edge,1124,1124;41.3380947;-110.4060551:1125;41.3382581;-110.4056782,way_type=user_defined:way_id=80E -edge,1125,1125;41.3382581;-110.4056782:1126;41.3386682;-110.4047465,way_type=user_defined:way_id=80E -edge,1126,1126;41.3386682;-110.4047465:1127;41.3387833;-110.4044909,way_type=user_defined:way_id=80E -edge,1127,1127;41.3387833;-110.4044909:1128;41.3390629;-110.4038773,way_type=user_defined:way_id=80E -edge,1128,1128;41.3390629;-110.4038773:1129;41.3393612;-110.4032166,way_type=user_defined:way_id=80E -edge,1129,1129;41.3393612;-110.4032166:1130;41.3398502;-110.4021442,way_type=user_defined:way_id=80E -edge,1130,1130;41.3398502;-110.4021442:1131;41.3425924;-110.3961905,way_type=user_defined:way_id=80E -edge,1131,1131;41.3425924;-110.3961905:1132;41.344156;-110.3928022,way_type=user_defined:way_id=80E -edge,1132,1132;41.344156;-110.3928022:1133;41.3443234;-110.3924363,way_type=user_defined:way_id=80E -edge,1133,1133;41.3443234;-110.3924363:1134;41.344871;-110.3912294,way_type=user_defined:way_id=80E -edge,1134,1134;41.344871;-110.3912294:1135;41.34557093;-110.3897199,way_type=user_defined:way_id=80E -edge,1135,1135;41.34557093;-110.3897199:1136;41.34557093;-110.3897199,way_type=user_defined:way_id=80E -edge,1136,1136;41.34557093;-110.3897199:1137;41.3460844;-110.3886099,way_type=user_defined:way_id=80E -edge,1137,1137;41.3460844;-110.3886099:1138;41.3477677;-110.3849426,way_type=user_defined:way_id=80E -edge,1138,1138;41.3477677;-110.3849426:1139;41.3484971;-110.3833614,way_type=user_defined:way_id=80E -edge,1139,1139;41.3484971;-110.3833614:1140;41.348988;-110.3822897,way_type=user_defined:way_id=80E -edge,1140,1140;41.348988;-110.3822897:1141;41.3502165;-110.3796281,way_type=user_defined:way_id=80E -edge,1141,1141;41.3502165;-110.3796281:1142;41.3507978;-110.3783627,way_type=user_defined:way_id=80E -edge,1142,1142;41.3507978;-110.3783627:1143;41.3513923;-110.3770625,way_type=user_defined:way_id=80E -edge,1143,1143;41.3513923;-110.3770625:1144;41.3517915;-110.3762013,way_type=user_defined:way_id=80E -edge,1144,1144;41.3517915;-110.3762013:1145;41.3520043;-110.3757337,way_type=user_defined:way_id=80E -edge,1145,1145;41.3520043;-110.3757337:1146;41.3523529;-110.3749569,way_type=user_defined:way_id=80E -edge,1146,1146;41.3523529;-110.3749569:1147;41.3524772;-110.3746744,way_type=user_defined:way_id=80E -edge,1147,1147;41.3524772;-110.3746744:1148;41.3525844;-110.3744237,way_type=user_defined:way_id=80E -edge,1148,1148;41.3525844;-110.3744237:1149;41.352699;-110.3741459,way_type=user_defined:way_id=80E -edge,1149,1149;41.352699;-110.3741459:1150;41.3528028;-110.3738827,way_type=user_defined:way_id=80E -edge,1150,1150;41.3528028;-110.3738827:1151;41.3529159;-110.3735841,way_type=user_defined:way_id=80E -edge,1151,1151;41.3529159;-110.3735841:1152;41.3530067;-110.3733339,way_type=user_defined:way_id=80E -edge,1152,1152;41.3530067;-110.3733339:1153;41.3531125;-110.3730311,way_type=user_defined:way_id=80E -edge,1153,1153;41.3531125;-110.3730311:1154;41.3532007;-110.3727701,way_type=user_defined:way_id=80E -edge,1154,1154;41.3532007;-110.3727701:1155;41.3532884;-110.372499,way_type=user_defined:way_id=80E -edge,1155,1155;41.3532884;-110.372499:1156;41.3533811;-110.3722005,way_type=user_defined:way_id=80E -edge,1156,1156;41.3533811;-110.3722005:1157;41.35346;-110.3719351,way_type=user_defined:way_id=80E -edge,1157,1157;41.35346;-110.3719351:1158;41.3535453;-110.3716333,way_type=user_defined:way_id=80E -edge,1158,1158;41.3535453;-110.3716333:1159;41.3536179;-110.3713646,way_type=user_defined:way_id=80E -edge,1159,1159;41.3536179;-110.3713646:1160;41.35369;-110.371085,way_type=user_defined:way_id=80E -edge,1160,1160;41.35369;-110.371085:1161;41.3537657;-110.3707769,way_type=user_defined:way_id=80E -edge,1161,1161;41.3537657;-110.3707769:1162;41.3538381;-110.3704679,way_type=user_defined:way_id=80E -edge,1162,1162;41.3538381;-110.3704679:1163;41.3538996;-110.3701947,way_type=user_defined:way_id=80E -edge,1163,1163;41.3538996;-110.3701947:1164;41.3539685;-110.3698749,way_type=user_defined:way_id=80E -edge,1164,1164;41.3539685;-110.3698749:1165;41.3540265;-110.3695901,way_type=user_defined:way_id=80E -edge,1165,1165;41.3540265;-110.3695901:1166;41.3540793;-110.369313,way_type=user_defined:way_id=80E -edge,1166,1166;41.3540793;-110.369313:1167;41.354133;-110.3690064,way_type=user_defined:way_id=80E -edge,1167,1167;41.354133;-110.3690064:1168;41.3541796;-110.3687168,way_type=user_defined:way_id=80E -edge,1168,1168;41.3541796;-110.3687168:1169;41.3542211;-110.3684372,way_type=user_defined:way_id=80E -edge,1169,1169;41.3542211;-110.3684372:1170;41.3542649;-110.3681245,way_type=user_defined:way_id=80E -edge,1170,1170;41.3542649;-110.3681245:1171;41.3543032;-110.3678308,way_type=user_defined:way_id=80E -edge,1171,1171;41.3543032;-110.3678308:1172;41.3543413;-110.3675106,way_type=user_defined:way_id=80E -edge,1172,1172;41.3543413;-110.3675106:1173;41.3543742;-110.3671969,way_type=user_defined:way_id=80E -edge,1173,1173;41.3543742;-110.3671969:1174;41.3544009;-110.366901,way_type=user_defined:way_id=80E -edge,1174,1174;41.3544009;-110.366901:1175;41.3544237;-110.3666135,way_type=user_defined:way_id=80E -edge,1175,1175;41.3544237;-110.3666135:1176;41.3544418;-110.3663566,way_type=user_defined:way_id=80E -edge,1176,1176;41.3544418;-110.3663566:1177;41.3544654;-110.3659626,way_type=user_defined:way_id=80E -edge,1177,1177;41.3544654;-110.3659626:1178;41.3544784;-110.3656827,way_type=user_defined:way_id=80E -edge,1178,1178;41.3544784;-110.3656827:1179;41.3544901;-110.3653555,way_type=user_defined:way_id=80E -edge,1179,1179;41.3544901;-110.3653555:1180;41.3544977;-110.3650655,way_type=user_defined:way_id=80E -edge,1180,1180;41.3544977;-110.3650655:1181;41.3545034;-110.3647643,way_type=user_defined:way_id=80E -edge,1181,1181;41.3545034;-110.3647643:1182;41.3545117;-110.3641573,way_type=user_defined:way_id=80E -edge,1182,1182;41.3545117;-110.3641573:1183;41.3545142;-110.36383,way_type=user_defined:way_id=80E -edge,1183,1183;41.3545142;-110.36383:1184;41.354522;-110.3621993,way_type=user_defined:way_id=80E -edge,1184,1184;41.354522;-110.3621993:1185;41.354534;-110.3601343,way_type=user_defined:way_id=80E -edge,1185,1185;41.354534;-110.3601343:1186;41.3545463;-110.3582876,way_type=user_defined:way_id=80E -edge,1186,1186;41.3545463;-110.3582876:1187;41.3545524;-110.3570202,way_type=user_defined:way_id=80E -edge,1187,1187;41.3545524;-110.3570202:1188;41.3545679;-110.3548941,way_type=user_defined:way_id=80E -edge,1188,1188;41.3545679;-110.3548941:1189;41.3545748;-110.3536967,way_type=user_defined:way_id=80E -edge,1189,1189;41.3545748;-110.3536967:1190;41.3545777;-110.3528674,way_type=user_defined:way_id=80E -edge,1190,1190;41.3545777;-110.3528674:1191;41.3545845;-110.3515971,way_type=user_defined:way_id=80E -edge,1191,1191;41.3545845;-110.3515971:1192;41.3545937;-110.3502282,way_type=user_defined:way_id=80E -edge,1192,1192;41.3545937;-110.3502282:1193;41.3546037;-110.349437,way_type=user_defined:way_id=80E -edge,1193,1193;41.3546037;-110.349437:1194;41.3546162;-110.3488549,way_type=user_defined:way_id=80E -edge,1194,1194;41.3546162;-110.3488549:1195;41.3546276;-110.3484918,way_type=user_defined:way_id=80E -edge,1195,1195;41.3546276;-110.3484918:1196;41.3546509;-110.3479088,way_type=user_defined:way_id=80E -edge,1196,1196;41.3546509;-110.3479088:1197;41.3546666;-110.347593,way_type=user_defined:way_id=80E -edge,1197,1197;41.3546666;-110.347593:1198;41.3546834;-110.3473091,way_type=user_defined:way_id=80E -edge,1198,1198;41.3546834;-110.3473091:1199;41.3547051;-110.3469847,way_type=user_defined:way_id=80E -edge,1199,1199;41.3547051;-110.3469847:1200;41.354728;-110.3466905,way_type=user_defined:way_id=80E -edge,1200,1200;41.354728;-110.3466905:1201;41.3547571;-110.346366,way_type=user_defined:way_id=80E -edge,1201,1201;41.3547571;-110.346366:1202;41.3547808;-110.3461253,way_type=user_defined:way_id=80E -edge,1202,1202;41.3547808;-110.3461253:1203;41.3548201;-110.3457611,way_type=user_defined:way_id=80E -edge,1203,1203;41.3548201;-110.3457611:1204;41.3548535;-110.3454757,way_type=user_defined:way_id=80E -edge,1204,1204;41.3548535;-110.3454757:1205;41.3548984;-110.3451171,way_type=user_defined:way_id=80E -edge,1205,1205;41.3548984;-110.3451171:1206;41.3549693;-110.344585,way_type=user_defined:way_id=80E -edge,1206,1206;41.3549693;-110.344585:1207;41.3549998;-110.3443736,way_type=user_defined:way_id=80E -edge,1207,1207;41.3549998;-110.3443736:1208;41.3550158;-110.3442636,way_type=user_defined:way_id=80E -edge,1208,1208;41.3550158;-110.3442636:1209;41.3550705;-110.3439148,way_type=user_defined:way_id=80E -edge,1209,1209;41.3550705;-110.3439148:1210;41.35511434;-110.3436496,way_type=user_defined:way_id=80E -edge,1210,1210;41.35511434;-110.3436496:1211;41.3551892;-110.3432222,way_type=user_defined:way_id=80E -edge,1211,1211;41.3551892;-110.3432222:1212;41.3551892;-110.3432222,way_type=user_defined:way_id=80E -edge,1212,1212;41.3551892;-110.3432222:1213;41.3552185;-110.3430601,way_type=user_defined:way_id=80E -edge,1213,1213;41.3552185;-110.3430601:1214;41.3552702;-110.3427882,way_type=user_defined:way_id=80E -edge,1214,1214;41.3552702;-110.3427882:1215;41.3553327;-110.3424724,way_type=user_defined:way_id=80E -edge,1215,1215;41.3553327;-110.3424724:1216;41.3553978;-110.3421568,way_type=user_defined:way_id=80E -edge,1216,1216;41.3553978;-110.3421568:1217;41.35544356;-110.3419432,way_type=user_defined:way_id=80E -edge,1217,1217;41.35544356;-110.3419432:1218;41.3554573;-110.341879,way_type=user_defined:way_id=80E -edge,1218,1218;41.3554573;-110.341879:1219;41.3555278;-110.3415654,way_type=user_defined:way_id=80E -edge,1219,1219;41.3555278;-110.3415654:1220;41.3555914;-110.341298,way_type=user_defined:way_id=80E -edge,1220,1220;41.3555914;-110.341298:1221;41.3556703;-110.3409783,way_type=user_defined:way_id=80E -edge,1221,1221;41.3556703;-110.3409783:1222;41.3557421;-110.340696,way_type=user_defined:way_id=80E -edge,1222,1222;41.3557421;-110.340696:1223;41.3558942;-110.3401267,way_type=user_defined:way_id=80E -edge,1223,1223;41.3558942;-110.3401267:1224;41.35598;-110.3398219,way_type=user_defined:way_id=80E -edge,1224,1224;41.35598;-110.3398219:1225;41.3560694;-110.3395189,way_type=user_defined:way_id=80E -edge,1225,1225;41.3560694;-110.3395189:1226;41.356181;-110.3391489,way_type=user_defined:way_id=80E -edge,1226,1226;41.356181;-110.3391489:1227;41.3563351;-110.3386489,way_type=user_defined:way_id=80E -edge,1227,1227;41.3563351;-110.3386489:1228;41.3564725;-110.3382117,way_type=user_defined:way_id=80E -edge,1228,1228;41.3564725;-110.3382117:1229;41.3566035;-110.3378035,way_type=user_defined:way_id=80E -edge,1229,1229;41.3566035;-110.3378035:1230;41.3566035;-110.3378035,way_type=user_defined:way_id=80E -edge,1230,1230;41.3566035;-110.3378035:1231;41.3568697;-110.3369735,way_type=user_defined:way_id=80E -edge,1231,1231;41.3568697;-110.3369735:1232;41.357313;-110.3355658,way_type=user_defined:way_id=80E -edge,1232,1232;41.357313;-110.3355658:1233;41.3576203;-110.334609,way_type=user_defined:way_id=80E -edge,1233,1233;41.3576203;-110.334609:1234;41.3579392;-110.3336023,way_type=user_defined:way_id=80E -edge,1234,1234;41.3579392;-110.3336023:1235;41.35797792;-110.3334815,way_type=user_defined:way_id=80E -edge,1235,1235;41.35797792;-110.3334815:1236;41.3584314;-110.3320668,way_type=user_defined:way_id=80E -edge,1236,1236;41.3584314;-110.3320668:1237;41.3584314;-110.3320668,way_type=user_defined:way_id=80E -edge,1237,1237;41.3584314;-110.3320668:1238;41.3586766;-110.3313023,way_type=user_defined:way_id=80E -edge,1238,1238;41.3586766;-110.3313023:1239;41.35881574;-110.3308625,way_type=user_defined:way_id=80E -edge,1239,1239;41.35881574;-110.3308625:1240;41.3589727;-110.3303663,way_type=user_defined:way_id=80E -edge,1240,1240;41.3589727;-110.3303663:1241;41.3592927;-110.3293625,way_type=user_defined:way_id=80E -edge,1241,1241;41.3592927;-110.3293625:1242;41.3598199;-110.3276945,way_type=user_defined:way_id=80E -edge,1242,1242;41.3598199;-110.3276945:1243;41.3601828;-110.3265559,way_type=user_defined:way_id=80E -edge,1243,1243;41.3601828;-110.3265559:1244;41.360528;-110.3254664,way_type=user_defined:way_id=80E -edge,1244,1244;41.360528;-110.3254664:1245;41.3612708;-110.3231416,way_type=user_defined:way_id=80E -edge,1245,1245;41.3612708;-110.3231416:1246;41.3616201;-110.3220339,way_type=user_defined:way_id=80E -edge,1246,1246;41.3616201;-110.3220339:1247;41.3617118;-110.3217371,way_type=user_defined:way_id=80E -edge,1247,1247;41.3617118;-110.3217371:1248;41.3617926;-110.3214701,way_type=user_defined:way_id=80E -edge,1248,1248;41.3617926;-110.3214701:1249;41.3618841;-110.3211584,way_type=user_defined:way_id=80E -edge,1249,1249;41.3618841;-110.3211584:1250;41.3619605;-110.3208893,way_type=user_defined:way_id=80E -edge,1250,1250;41.3619605;-110.3208893:1251;41.3621184;-110.3203141,way_type=user_defined:way_id=80E -edge,1251,1251;41.3621184;-110.3203141:1252;41.3622718;-110.3197357,way_type=user_defined:way_id=80E -edge,1252,1252;41.3622718;-110.3197357:1253;41.3623527;-110.3194186,way_type=user_defined:way_id=80E -edge,1253,1253;41.3623527;-110.3194186:1254;41.3624265;-110.3191181,way_type=user_defined:way_id=80E -edge,1254,1254;41.3624265;-110.3191181:1255;41.3624939;-110.3188357,way_type=user_defined:way_id=80E -edge,1255,1255;41.3624939;-110.3188357:1256;41.3626267;-110.3182602,way_type=user_defined:way_id=80E -edge,1256,1256;41.3626267;-110.3182602:1257;41.3627762;-110.3175925,way_type=user_defined:way_id=80E -edge,1257,1257;41.3627762;-110.3175925:1258;41.362906;-110.3170002,way_type=user_defined:way_id=80E -edge,1258,1258;41.362906;-110.3170002:1259;41.3630941;-110.3161282,way_type=user_defined:way_id=80E -edge,1259,1259;41.3630941;-110.3161282:1260;41.3632694;-110.3153263,way_type=user_defined:way_id=80E -edge,1260,1260;41.3632694;-110.3153263:1261;41.3635824;-110.3138765,way_type=user_defined:way_id=80E -edge,1261,1261;41.3635824;-110.3138765:1262;41.3637224;-110.3132395,way_type=user_defined:way_id=80E -edge,1262,1262;41.3637224;-110.3132395:1263;41.3641675;-110.3111883,way_type=user_defined:way_id=80E -edge,1263,1263;41.3641675;-110.3111883:1264;41.3644735;-110.3097683,way_type=user_defined:way_id=80E -edge,1264,1264;41.3644735;-110.3097683:1265;41.3650655;-110.3070592,way_type=user_defined:way_id=80E -edge,1265,1265;41.3650655;-110.3070592:1266;41.36508946;-110.3069484,way_type=user_defined:way_id=80E -edge,1266,1266;41.36508946;-110.3069484:1267;41.3654008;-110.3055091,way_type=user_defined:way_id=80E -edge,1267,1267;41.3654008;-110.3055091:1268;41.3654008;-110.3055091,way_type=user_defined:way_id=80E -edge,1268,1268;41.3654008;-110.3055091:1269;41.3656625;-110.3042987,way_type=user_defined:way_id=80E -edge,1269,1269;41.3656625;-110.3042987:1270;41.36579385;-110.3037016,way_type=user_defined:way_id=80E -edge,1270,1270;41.36579385;-110.3037016:1271;41.3659199;-110.3031287,way_type=user_defined:way_id=80E -edge,1271,1271;41.3659199;-110.3031287:1272;41.3662253;-110.3017104,way_type=user_defined:way_id=80E -edge,1272,1272;41.3662253;-110.3017104:1273;41.36660114;-110.2999776,way_type=user_defined:way_id=80E -edge,1273,1273;41.36660114;-110.2999776:1274;41.36660114;-110.2999776,way_type=user_defined:way_id=80E -edge,1274,1274;41.36660114;-110.2999776:1275;41.36669206;-110.2995549,way_type=user_defined:way_id=80E -edge,1275,1275;41.36669206;-110.2995549:1276;41.3669679;-110.2982935,way_type=user_defined:way_id=80E -edge,1276,1276;41.3669679;-110.2982935:1277;41.3672383;-110.2970353,way_type=user_defined:way_id=80E -edge,1277,1277;41.3672383;-110.2970353:1278;41.3672872;-110.2968024,way_type=user_defined:way_id=80E -edge,1278,1278;41.3672872;-110.2968024:1279;41.3673446;-110.2965169,way_type=user_defined:way_id=80E -edge,1279,1279;41.3673446;-110.2965169:1280;41.3673989;-110.2962355,way_type=user_defined:way_id=80E -edge,1280,1280;41.3673989;-110.2962355:1281;41.367452;-110.2959481,way_type=user_defined:way_id=80E -edge,1281,1281;41.367452;-110.2959481:1282;41.3675355;-110.2954813,way_type=user_defined:way_id=80E -edge,1282,1282;41.3675355;-110.2954813:1283;41.36754737;-110.2954125,way_type=user_defined:way_id=80E -edge,1283,1283;41.36754737;-110.2954125:1284;41.3675974;-110.2951226,way_type=user_defined:way_id=80E -edge,1284,1284;41.3675974;-110.2951226:1285;41.3676695;-110.2946842,way_type=user_defined:way_id=80E -edge,1285,1285;41.3676695;-110.2946842:1286;41.3677364;-110.2942496,way_type=user_defined:way_id=80E -edge,1286,1286;41.3677364;-110.2942496:1287;41.3678217;-110.2936758,way_type=user_defined:way_id=80E -edge,1287,1287;41.3678217;-110.2936758:1288;41.3678717;-110.2933205,way_type=user_defined:way_id=80E -edge,1288,1288;41.3678717;-110.2933205:1289;41.3679432;-110.2927819,way_type=user_defined:way_id=80E -edge,1289,1289;41.3679432;-110.2927819:1290;41.367997;-110.2923424,way_type=user_defined:way_id=80E -edge,1290,1290;41.367997;-110.2923424:1291;41.367997;-110.2923424,way_type=user_defined:way_id=80E -edge,1291,1291;41.367997;-110.2923424:1292;41.3680588;-110.291808,way_type=user_defined:way_id=80E -edge,1292,1292;41.3680588;-110.291808:1293;41.36815309;-110.290961,way_type=user_defined:way_id=80E -edge,1293,1293;41.36815309;-110.290961:1294;41.3682087;-110.2904614,way_type=user_defined:way_id=80E -edge,1294,1294;41.3682087;-110.2904614:1295;41.3686571;-110.2865099,way_type=user_defined:way_id=80E -edge,1295,1295;41.3686571;-110.2865099:1296;41.3687419;-110.2857407,way_type=user_defined:way_id=80E -edge,1296,1296;41.3687419;-110.2857407:1297;41.3689707;-110.2837042,way_type=user_defined:way_id=80E -edge,1297,1297;41.3689707;-110.2837042:1298;41.36919;-110.2818081,way_type=user_defined:way_id=80E -edge,1298,1298;41.36919;-110.2818081:1299;41.3696298;-110.277919,way_type=user_defined:way_id=80E -edge,1299,1299;41.3696298;-110.277919:1300;41.3698071;-110.2763358,way_type=user_defined:way_id=80E -edge,1300,1300;41.3698071;-110.2763358:1301;41.3699867;-110.274769,way_type=user_defined:way_id=80E -edge,1301,1301;41.3699867;-110.274769:1302;41.3702208;-110.272666,way_type=user_defined:way_id=80E -edge,1302,1302;41.3702208;-110.272666:1303;41.3703611;-110.2714511,way_type=user_defined:way_id=80E -edge,1303,1303;41.3703611;-110.2714511:1304;41.3704692;-110.2704884,way_type=user_defined:way_id=80E -edge,1304,1304;41.3704692;-110.2704884:1305;41.3705724;-110.2695862,way_type=user_defined:way_id=80E -edge,1305,1305;41.3705724;-110.2695862:1306;41.3707063;-110.268375,way_type=user_defined:way_id=80E -edge,1306,1306;41.3707063;-110.268375:1307;41.3708079;-110.2674869,way_type=user_defined:way_id=80E -edge,1307,1307;41.3708079;-110.2674869:1308;41.3709006;-110.2666492,way_type=user_defined:way_id=80E -edge,1308,1308;41.3709006;-110.2666492:1309;41.3710132;-110.2656496,way_type=user_defined:way_id=80E -edge,1309,1309;41.3710132;-110.2656496:1310;41.3710459;-110.265364,way_type=user_defined:way_id=80E -edge,1310,1310;41.3710459;-110.265364:1311;41.3712649;-110.2635199,way_type=user_defined:way_id=80E -edge,1311,1311;41.3712649;-110.2635199:1312;41.3713377;-110.2629344,way_type=user_defined:way_id=80E -edge,1312,1312;41.3713377;-110.2629344:1313;41.3714163;-110.2623296,way_type=user_defined:way_id=80E -edge,1313,1313;41.3714163;-110.2623296:1314;41.3715043;-110.2616872,way_type=user_defined:way_id=80E -edge,1314,1314;41.3715043;-110.2616872:1315;41.3715859;-110.2611189,way_type=user_defined:way_id=80E -edge,1315,1315;41.3715859;-110.2611189:1316;41.3716335;-110.2607981,way_type=user_defined:way_id=80E -edge,1316,1316;41.3716335;-110.2607981:1317;41.3717044;-110.2603374,way_type=user_defined:way_id=80E -edge,1317,1317;41.3717044;-110.2603374:1318;41.3717709;-110.259916,way_type=user_defined:way_id=80E -edge,1318,1318;41.3717709;-110.259916:1319;41.3720155;-110.2583992,way_type=user_defined:way_id=80E -edge,1319,1319;41.3720155;-110.2583992:1320;41.3721558;-110.2575425,way_type=user_defined:way_id=80E -edge,1320,1320;41.3721558;-110.2575425:1321;41.3723607;-110.2563039,way_type=user_defined:way_id=80E -edge,1321,1321;41.3723607;-110.2563039:1322;41.3730191;-110.2523843,way_type=user_defined:way_id=80E -edge,1322,1322;41.3730191;-110.2523843:1323;41.3733023;-110.2506889,way_type=user_defined:way_id=80E -edge,1323,1323;41.3733023;-110.2506889:1324;41.3735597;-110.249138,way_type=user_defined:way_id=80E -edge,1324,1324;41.3735597;-110.249138:1325;41.3737667;-110.2479391,way_type=user_defined:way_id=80E -edge,1325,1325;41.3737667;-110.2479391:1326;41.3738572;-110.2474394,way_type=user_defined:way_id=80E -edge,1326,1326;41.3738572;-110.2474394:1327;41.3739288;-110.2470602,way_type=user_defined:way_id=80E -edge,1327,1327;41.3739288;-110.2470602:1328;41.3740452;-110.2464716,way_type=user_defined:way_id=80E -edge,1328,1328;41.3740452;-110.2464716:1329;41.3741103;-110.2461584,way_type=user_defined:way_id=80E -edge,1329,1329;41.3741103;-110.2461584:1330;41.37416558;-110.2459046,way_type=user_defined:way_id=80E -edge,1330,1330;41.37416558;-110.2459046:1331;41.374194;-110.2457741,way_type=user_defined:way_id=80E -edge,1331,1331;41.374194;-110.2457741:1332;41.3743034;-110.2452913,way_type=user_defined:way_id=80E -edge,1332,1332;41.3743034;-110.2452913:1333;41.3744166;-110.2448101,way_type=user_defined:way_id=80E -edge,1333,1333;41.3744166;-110.2448101:1334;41.3745093;-110.24443,way_type=user_defined:way_id=80E -edge,1334,1334;41.3745093;-110.24443:1335;41.3746493;-110.2438785,way_type=user_defined:way_id=80E -edge,1335,1335;41.3746493;-110.2438785:1336;41.3747843;-110.243366,way_type=user_defined:way_id=80E -edge,1336,1336;41.3747843;-110.243366:1337;41.3748851;-110.2429963,way_type=user_defined:way_id=80E -edge,1337,1337;41.3748851;-110.2429963:1338;41.3749785;-110.2426652,way_type=user_defined:way_id=80E -edge,1338,1338;41.3749785;-110.2426652:1339;41.3750675;-110.24236,way_type=user_defined:way_id=80E -edge,1339,1339;41.3750675;-110.24236:1340;41.3752234;-110.2418434,way_type=user_defined:way_id=80E -edge,1340,1340;41.3752234;-110.2418434:1341;41.3753451;-110.2414537,way_type=user_defined:way_id=80E -edge,1341,1341;41.3753451;-110.2414537:1342;41.3755824;-110.2407118,way_type=user_defined:way_id=80E -edge,1342,1342;41.3755824;-110.2407118:1343;41.3756774;-110.2404215,way_type=user_defined:way_id=80E -edge,1343,1343;41.3756774;-110.2404215:1344;41.3757775;-110.2401238,way_type=user_defined:way_id=80E -edge,1344,1344;41.3757775;-110.2401238:1345;41.3758587;-110.2398881,way_type=user_defined:way_id=80E -edge,1345,1345;41.3758587;-110.2398881:1346;41.3759723;-110.2395666,way_type=user_defined:way_id=80E -edge,1346,1346;41.3759723;-110.2395666:1347;41.3761615;-110.239047,way_type=user_defined:way_id=80E -edge,1347,1347;41.3761615;-110.239047:1348;41.3762743;-110.2387468,way_type=user_defined:way_id=80E -edge,1348,1348;41.3762743;-110.2387468:1349;41.3763827;-110.2384644,way_type=user_defined:way_id=80E -edge,1349,1349;41.3763827;-110.2384644:1350;41.3764953;-110.238176,way_type=user_defined:way_id=80E -edge,1350,1350;41.3764953;-110.238176:1351;41.3767014;-110.2376587,way_type=user_defined:way_id=80E -edge,1351,1351;41.3767014;-110.2376587:1352;41.376921;-110.2371215,way_type=user_defined:way_id=80E -edge,1352,1352;41.376921;-110.2371215:1353;41.3770397;-110.2368381,way_type=user_defined:way_id=80E -edge,1353,1353;41.3770397;-110.2368381:1354;41.3771357;-110.2366142,way_type=user_defined:way_id=80E -edge,1354,1354;41.3771357;-110.2366142:1355;41.3772333;-110.236391,way_type=user_defined:way_id=80E -edge,1355,1355;41.3772333;-110.236391:1356;41.3773954;-110.2360288,way_type=user_defined:way_id=80E -edge,1356,1356;41.3773954;-110.2360288:1357;41.3776109;-110.235562,way_type=user_defined:way_id=80E -edge,1357,1357;41.3776109;-110.235562:1358;41.3777558;-110.2352541,way_type=user_defined:way_id=80E -edge,1358,1358;41.3777558;-110.2352541:1359;41.3779766;-110.2347974,way_type=user_defined:way_id=80E -edge,1359,1359;41.3779766;-110.2347974:1360;41.3782273;-110.2342887,way_type=user_defined:way_id=80E -edge,1360,1360;41.3782273;-110.2342887:1361;41.3783662;-110.2340123,way_type=user_defined:way_id=80E -edge,1361,1361;41.3783662;-110.2340123:1362;41.3785029;-110.2337454,way_type=user_defined:way_id=80E -edge,1362,1362;41.3785029;-110.2337454:1363;41.3787502;-110.2332683,way_type=user_defined:way_id=80E -edge,1363,1363;41.3787502;-110.2332683:1364;41.3798083;-110.2312563,way_type=user_defined:way_id=80E -edge,1364,1364;41.3798083;-110.2312563:1365;41.3802118;-110.2304836,way_type=user_defined:way_id=80E -edge,1365,1365;41.3802118;-110.2304836:1366;41.3807768;-110.2294221,way_type=user_defined:way_id=80E -edge,1366,1366;41.3807768;-110.2294221:1367;41.3811661;-110.2286758,way_type=user_defined:way_id=80E -edge,1367,1367;41.3811661;-110.2286758:1368;41.3814152;-110.228202,way_type=user_defined:way_id=80E -edge,1368,1368;41.3814152;-110.228202:1369;41.3815383;-110.2279652,way_type=user_defined:way_id=80E -edge,1369,1369;41.3815383;-110.2279652:1370;41.3816308;-110.2277822,way_type=user_defined:way_id=80E -edge,1370,1370;41.3816308;-110.2277822:1371;41.3819417;-110.2271556,way_type=user_defined:way_id=80E -edge,1371,1371;41.3819417;-110.2271556:1372;41.3821672;-110.226687,way_type=user_defined:way_id=80E -edge,1372,1372;41.3821672;-110.226687:1373;41.3822942;-110.2264178,way_type=user_defined:way_id=80E -edge,1373,1373;41.3822942;-110.2264178:1374;41.3824077;-110.2261718,way_type=user_defined:way_id=80E -edge,1374,1374;41.3824077;-110.2261718:1375;41.3825484;-110.2258596,way_type=user_defined:way_id=80E -edge,1375,1375;41.3825484;-110.2258596:1376;41.3827683;-110.2253588,way_type=user_defined:way_id=80E -edge,1376,1376;41.3827683;-110.2253588:1377;41.3829038;-110.2250436,way_type=user_defined:way_id=80E -edge,1377,1377;41.3829038;-110.2250436:1378;41.3829933;-110.2248318,way_type=user_defined:way_id=80E -edge,1378,1378;41.3829933;-110.2248318:1379;41.3831016;-110.2245704,way_type=user_defined:way_id=80E -edge,1379,1379;41.3831016;-110.2245704:1380;41.3833244;-110.2240197,way_type=user_defined:way_id=80E -edge,1380,1380;41.3833244;-110.2240197:1381;41.3835344;-110.2234827,way_type=user_defined:way_id=80E -edge,1381,1381;41.3835344;-110.2234827:1382;41.3837434;-110.2229336,way_type=user_defined:way_id=80E -edge,1382,1382;41.3837434;-110.2229336:1383;41.3838521;-110.2226391,way_type=user_defined:way_id=80E -edge,1383,1383;41.3838521;-110.2226391:1384;41.3839451;-110.2223805,way_type=user_defined:way_id=80E -edge,1384,1384;41.3839451;-110.2223805:1385;41.3840494;-110.2220839,way_type=user_defined:way_id=80E -edge,1385,1385;41.3840494;-110.2220839:1386;41.3841397;-110.2218213,way_type=user_defined:way_id=80E -edge,1386,1386;41.3841397;-110.2218213:1387;41.3842395;-110.2215248,way_type=user_defined:way_id=80E -edge,1387,1387;41.3842395;-110.2215248:1388;41.3844116;-110.2209992,way_type=user_defined:way_id=80E -edge,1388,1388;41.3844116;-110.2209992:1389;41.3845076;-110.2206966,way_type=user_defined:way_id=80E -edge,1389,1389;41.3845076;-110.2206966:1390;41.3846009;-110.2203959,way_type=user_defined:way_id=80E -edge,1390,1390;41.3846009;-110.2203959:1391;41.3847758;-110.2198191,way_type=user_defined:way_id=80E -edge,1391,1391;41.3847758;-110.2198191:1392;41.3848549;-110.2195509,way_type=user_defined:way_id=80E -edge,1392,1392;41.3848549;-110.2195509:1393;41.384932;-110.2192821,way_type=user_defined:way_id=80E -edge,1393,1393;41.384932;-110.2192821:1394;41.3850181;-110.2189771,way_type=user_defined:way_id=80E -edge,1394,1394;41.3850181;-110.2189771:1395;41.3850924;-110.2187073,way_type=user_defined:way_id=80E -edge,1395,1395;41.3850924;-110.2187073:1396;41.3851738;-110.2184002,way_type=user_defined:way_id=80E -edge,1396,1396;41.3851738;-110.2184002:1397;41.3852517;-110.2180919,way_type=user_defined:way_id=80E -edge,1397,1397;41.3852517;-110.2180919:1398;41.3853181;-110.2178187,way_type=user_defined:way_id=80E -edge,1398,1398;41.3853181;-110.2178187:1399;41.3853928;-110.2174988,way_type=user_defined:way_id=80E -edge,1399,1399;41.3853928;-110.2174988:1400;41.38553209;-110.2168873,way_type=user_defined:way_id=80E -edge,1400,1400;41.38553209;-110.2168873:1401;41.38553209;-110.2168873,way_type=user_defined:way_id=80E -edge,1401,1401;41.38553209;-110.2168873:1402;41.3856681;-110.2162943,way_type=user_defined:way_id=80E -edge,1402,1402;41.3856681;-110.2162943:1403;41.3857898;-110.2157784,way_type=user_defined:way_id=80E -edge,1403,1403;41.3857898;-110.2157784:1404;41.3858597;-110.2154737,way_type=user_defined:way_id=80E -edge,1404,1404;41.3858597;-110.2154737:1405;41.3859262;-110.2151582,way_type=user_defined:way_id=80E -edge,1405,1405;41.3859262;-110.2151582:1406;41.3859827;-110.2148775,way_type=user_defined:way_id=80E -edge,1406,1406;41.3859827;-110.2148775:1407;41.3861203;-110.2141791,way_type=user_defined:way_id=80E -edge,1407,1407;41.3861203;-110.2141791:1408;41.3865828;-110.2118633,way_type=user_defined:way_id=80E -edge,1408,1408;41.3865828;-110.2118633:1409;41.3867584;-110.210995,way_type=user_defined:way_id=80E -edge,1409,1409;41.3867584;-110.210995:1410;41.3869904;-110.2098322,way_type=user_defined:way_id=80E -edge,1410,1410;41.3869904;-110.2098322:1411;41.3874397;-110.207594,way_type=user_defined:way_id=80E -edge,1411,1411;41.3874397;-110.207594:1412;41.3876481;-110.2065447,way_type=user_defined:way_id=80E -edge,1412,1412;41.3876481;-110.2065447:1413;41.3878227;-110.2056777,way_type=user_defined:way_id=80E -edge,1413,1413;41.3878227;-110.2056777:1414;41.3883524;-110.2030106,way_type=user_defined:way_id=80E -edge,1414,1414;41.3883524;-110.2030106:1415;41.38880222;-110.2007807,way_type=user_defined:way_id=80E -edge,1415,1415;41.38880222;-110.2007807:1416;41.3889997;-110.1998017,way_type=user_defined:way_id=80E -edge,1416,1416;41.3889997;-110.1998017:1417;41.3891941;-110.1988535,way_type=user_defined:way_id=80E -edge,1417,1417;41.3891941;-110.1988535:1418;41.3894809;-110.1973908,way_type=user_defined:way_id=80E -edge,1418,1418;41.3894809;-110.1973908:1419;41.38989;-110.1953336,way_type=user_defined:way_id=80E -edge,1419,1419;41.38989;-110.1953336:1420;41.3902432;-110.1935745,way_type=user_defined:way_id=80E -edge,1420,1420;41.3902432;-110.1935745:1421;41.3904776;-110.1923883,way_type=user_defined:way_id=80E -edge,1421,1421;41.3904776;-110.1923883:1422;41.3906035;-110.1917676,way_type=user_defined:way_id=80E -edge,1422,1422;41.3906035;-110.1917676:1423;41.3907202;-110.191203,way_type=user_defined:way_id=80E -edge,1423,1423;41.3907202;-110.191203:1424;41.3908516;-110.1905847,way_type=user_defined:way_id=80E -edge,1424,1424;41.3908516;-110.1905847:1425;41.3909363;-110.1902004,way_type=user_defined:way_id=80E -edge,1425,1425;41.3909363;-110.1902004:1426;41.3909363;-110.1902004,way_type=user_defined:way_id=80E -edge,1426,1426;41.3909363;-110.1902004:1427;41.3910407;-110.1897461,way_type=user_defined:way_id=80E -edge,1427,1427;41.3910407;-110.1897461:1428;41.3911133;-110.1894431,way_type=user_defined:way_id=80E -edge,1428,1428;41.3911133;-110.1894431:1429;41.3911919;-110.1891244,way_type=user_defined:way_id=80E -edge,1429,1429;41.3911919;-110.1891244:1430;41.3912698;-110.1888165,way_type=user_defined:way_id=80E -edge,1430,1430;41.3912698;-110.1888165:1431;41.3913939;-110.1883369,way_type=user_defined:way_id=80E -edge,1431,1431;41.3913939;-110.1883369:1432;41.39143767;-110.1881723,way_type=user_defined:way_id=80E -edge,1432,1432;41.39143767;-110.1881723:1433;41.3914848;-110.1879951,way_type=user_defined:way_id=80E -edge,1433,1433;41.3914848;-110.1879951:1434;41.3915679;-110.1876904,way_type=user_defined:way_id=80E -edge,1434,1434;41.3915679;-110.1876904:1435;41.3916433;-110.1874229,way_type=user_defined:way_id=80E -edge,1435,1435;41.3916433;-110.1874229:1436;41.3917513;-110.1870499,way_type=user_defined:way_id=80E -edge,1436,1436;41.3917513;-110.1870499:1437;41.3918906;-110.1865807,way_type=user_defined:way_id=80E -edge,1437,1437;41.3918906;-110.1865807:1438;41.391982;-110.1862804,way_type=user_defined:way_id=80E -edge,1438,1438;41.391982;-110.1862804:1439;41.3920643;-110.1860171,way_type=user_defined:way_id=80E -edge,1439,1439;41.3920643;-110.1860171:1440;41.392209;-110.1855663,way_type=user_defined:way_id=80E -edge,1440,1440;41.392209;-110.1855663:1441;41.3923447;-110.1851526,way_type=user_defined:way_id=80E -edge,1441,1441;41.3923447;-110.1851526:1442;41.39250731;-110.1846804,way_type=user_defined:way_id=80E -edge,1442,1442;41.39250731;-110.1846804:1443;41.39250731;-110.1846804,way_type=user_defined:way_id=80E -edge,1443,1443;41.39250731;-110.1846804:1444;41.3926264;-110.1843399,way_type=user_defined:way_id=80E -edge,1444,1444;41.3926264;-110.1843399:1445;41.3927356;-110.1840368,way_type=user_defined:way_id=80E -edge,1445,1445;41.3927356;-110.1840368:1446;41.3929277;-110.1835214,way_type=user_defined:way_id=80E -edge,1446,1446;41.3929277;-110.1835214:1447;41.3931487;-110.1829382,way_type=user_defined:way_id=80E -edge,1447,1447;41.3931487;-110.1829382:1448;41.3932583;-110.1826551,way_type=user_defined:way_id=80E -edge,1448,1448;41.3932583;-110.1826551:1449;41.3933734;-110.182366,way_type=user_defined:way_id=80E -edge,1449,1449;41.3933734;-110.182366:1450;41.3935822;-110.1818559,way_type=user_defined:way_id=80E -edge,1450,1450;41.3935822;-110.1818559:1451;41.3936885;-110.181605,way_type=user_defined:way_id=80E -edge,1451,1451;41.3936885;-110.181605:1452;41.3939206;-110.1810678,way_type=user_defined:way_id=80E -edge,1452,1452;41.3939206;-110.1810678:1453;41.39396062;-110.1809774,way_type=user_defined:way_id=80E -edge,1453,1453;41.39396062;-110.1809774:1454;41.3940457;-110.1807851,way_type=user_defined:way_id=80E -edge,1454,1454;41.3940457;-110.1807851:1455;41.3941735;-110.1805022,way_type=user_defined:way_id=80E -edge,1455,1455;41.3941735;-110.1805022:1456;41.3944121;-110.1799843,way_type=user_defined:way_id=80E -edge,1456,1456;41.3944121;-110.1799843:1457;41.3945318;-110.1797301,way_type=user_defined:way_id=80E -edge,1457,1457;41.3945318;-110.1797301:1458;41.3946751;-110.1794346,way_type=user_defined:way_id=80E -edge,1458,1458;41.3946751;-110.1794346:1459;41.3949171;-110.1789483,way_type=user_defined:way_id=80E -edge,1459,1459;41.3949171;-110.1789483:1460;41.39510127;-110.1785829,way_type=user_defined:way_id=80E -edge,1460,1460;41.39510127;-110.1785829:1461;41.39516689;-110.1784556,way_type=user_defined:way_id=80E -edge,1461,1461;41.39516689;-110.1784556:1462;41.39516689;-110.1784556,way_type=user_defined:way_id=80E -edge,1462,1462;41.39516689;-110.1784556:1463;41.3955732;-110.1776608,way_type=user_defined:way_id=80E -edge,1463,1463;41.3955732;-110.1776608:1464;41.39580596;-110.1772084,way_type=user_defined:way_id=80E -edge,1464,1464;41.39580596;-110.1772084:1465;41.3959614;-110.1769062,way_type=user_defined:way_id=80E -edge,1465,1465;41.3959614;-110.1769062:1466;41.3963432;-110.1761587,way_type=user_defined:way_id=80E -edge,1466,1466;41.3963432;-110.1761587:1467;41.3967463;-110.1753851,way_type=user_defined:way_id=80E -edge,1467,1467;41.3967463;-110.1753851:1468;41.3973876;-110.1741283,way_type=user_defined:way_id=80E -edge,1468,1468;41.3973876;-110.1741283:1469;41.3981726;-110.172603,way_type=user_defined:way_id=80E -edge,1469,1469;41.3981726;-110.172603:1470;41.3985887;-110.1718017,way_type=user_defined:way_id=80E -edge,1470,1470;41.3985887;-110.1718017:1471;41.3990786;-110.1708425,way_type=user_defined:way_id=80E -edge,1471,1471;41.3990786;-110.1708425:1472;41.3996041;-110.1698201,way_type=user_defined:way_id=80E -edge,1472,1472;41.3996041;-110.1698201:1473;41.4001206;-110.1688104,way_type=user_defined:way_id=80E -edge,1473,1473;41.4001206;-110.1688104:1474;41.4012969;-110.1665344,way_type=user_defined:way_id=80E -edge,1474,1474;41.4012969;-110.1665344:1475;41.4025989;-110.1639948,way_type=user_defined:way_id=80E -edge,1475,1475;41.4025989;-110.1639948:1476;41.4036099;-110.1620317,way_type=user_defined:way_id=80E -edge,1476,1476;41.4036099;-110.1620317:1477;41.404165;-110.1609472,way_type=user_defined:way_id=80E -edge,1477,1477;41.404165;-110.1609472:1478;41.4052094;-110.158918,way_type=user_defined:way_id=80E -edge,1478,1478;41.4052094;-110.158918:1479;41.4054522;-110.1584358,way_type=user_defined:way_id=80E -edge,1479,1479;41.4054522;-110.1584358:1480;41.4055866;-110.1581618,way_type=user_defined:way_id=80E -edge,1480,1480;41.4055866;-110.1581618:1481;41.4057188;-110.1578857,way_type=user_defined:way_id=80E -edge,1481,1481;41.4057188;-110.1578857:1482;41.4058333;-110.1576407,way_type=user_defined:way_id=80E -edge,1482,1482;41.4058333;-110.1576407:1483;41.4059564;-110.1573689,way_type=user_defined:way_id=80E -edge,1483,1483;41.4059564;-110.1573689:1484;41.4060688;-110.1571112,way_type=user_defined:way_id=80E -edge,1484,1484;41.4060688;-110.1571112:1485;41.4062048;-110.1567854,way_type=user_defined:way_id=80E -edge,1485,1485;41.4062048;-110.1567854:1486;41.4062904;-110.1565719,way_type=user_defined:way_id=80E -edge,1486,1486;41.4062904;-110.1565719:1487;41.4063923;-110.1563076,way_type=user_defined:way_id=80E -edge,1487,1487;41.4063923;-110.1563076:1488;41.406498;-110.1560238,way_type=user_defined:way_id=80E -edge,1488,1488;41.406498;-110.1560238:1489;41.4065946;-110.1557563,way_type=user_defined:way_id=80E -edge,1489,1489;41.4065946;-110.1557563:1490;41.4067097;-110.1554261,way_type=user_defined:way_id=80E -edge,1490,1490;41.4067097;-110.1554261:1491;41.4067889;-110.1551901,way_type=user_defined:way_id=80E -edge,1491,1491;41.4067889;-110.1551901:1492;41.4068827;-110.1548999,way_type=user_defined:way_id=80E -edge,1492,1492;41.4068827;-110.1548999:1493;41.4069862;-110.1545649,way_type=user_defined:way_id=80E -edge,1493,1493;41.4069862;-110.1545649:1494;41.4070556;-110.154332,way_type=user_defined:way_id=80E -edge,1494,1494;41.4070556;-110.154332:1495;41.4071321;-110.1540644,way_type=user_defined:way_id=80E -edge,1495,1495;41.4071321;-110.1540644:1496;41.4072176;-110.1537511,way_type=user_defined:way_id=80E -edge,1496,1496;41.4072176;-110.1537511:1497;41.4072711;-110.1535444,way_type=user_defined:way_id=80E -edge,1497,1497;41.4072711;-110.1535444:1498;41.4073648;-110.1531651,way_type=user_defined:way_id=80E -edge,1498,1498;41.4073648;-110.1531651:1499;41.4074303;-110.1528836,way_type=user_defined:way_id=80E -edge,1499,1499;41.4074303;-110.1528836:1500;41.4074967;-110.1525819,way_type=user_defined:way_id=80E -edge,1500,1500;41.4074967;-110.1525819:1501;41.4075562;-110.1522975,way_type=user_defined:way_id=80E -edge,1501,1501;41.4075562;-110.1522975:1502;41.4077321;-110.1514317,way_type=user_defined:way_id=80E -edge,1502,1502;41.4077321;-110.1514317:1503;41.4082026;-110.1490516,way_type=user_defined:way_id=80E -edge,1503,1503;41.4082026;-110.1490516:1504;41.408378;-110.1481444,way_type=user_defined:way_id=80E -edge,1504,1504;41.408378;-110.1481444:1505;41.408586;-110.1470982,way_type=user_defined:way_id=80E -edge,1505,1505;41.408586;-110.1470982:1506;41.4087211;-110.1463933,way_type=user_defined:way_id=80E -edge,1506,1506;41.4087211;-110.1463933:1507;41.4087775;-110.1461056,way_type=user_defined:way_id=80E -edge,1507,1507;41.4087775;-110.1461056:1508;41.4090888;-110.1445737,way_type=user_defined:way_id=80E -edge,1508,1508;41.4090888;-110.1445737:1509;41.4091329;-110.1443624,way_type=user_defined:way_id=80E -edge,1509,1509;41.4091329;-110.1443624:1510;41.4091986;-110.1440594,way_type=user_defined:way_id=80E -edge,1510,1510;41.4091986;-110.1440594:1511;41.4092697;-110.143748,way_type=user_defined:way_id=80E -edge,1511,1511;41.4092697;-110.143748:1512;41.4093352;-110.1434729,way_type=user_defined:way_id=80E -edge,1512,1512;41.4093352;-110.1434729:1513;41.4094127;-110.1431635,way_type=user_defined:way_id=80E -edge,1513,1513;41.4094127;-110.1431635:1514;41.4094843;-110.1428906,way_type=user_defined:way_id=80E -edge,1514,1514;41.4094843;-110.1428906:1515;41.4095683;-110.1425842,way_type=user_defined:way_id=80E -edge,1515,1515;41.4095683;-110.1425842:1516;41.4096428;-110.1423227,way_type=user_defined:way_id=80E -edge,1516,1516;41.4096428;-110.1423227:1517;41.4097468;-110.1419767,way_type=user_defined:way_id=80E -edge,1517,1517;41.4097468;-110.1419767:1518;41.4098168;-110.1417531,way_type=user_defined:way_id=80E -edge,1518,1518;41.4098168;-110.1417531:1519;41.4099057;-110.14148,way_type=user_defined:way_id=80E -edge,1519,1519;41.4099057;-110.14148:1520;41.4100065;-110.1411821,way_type=user_defined:way_id=80E -edge,1520,1520;41.4100065;-110.1411821:1521;41.4101111;-110.1408868,way_type=user_defined:way_id=80E -edge,1521,1521;41.4101111;-110.1408868:1522;41.4102313;-110.1405618,way_type=user_defined:way_id=80E -edge,1522,1522;41.4102313;-110.1405618:1523;41.410317;-110.1403374,way_type=user_defined:way_id=80E -edge,1523,1523;41.410317;-110.1403374:1524;41.4104077;-110.1401081,way_type=user_defined:way_id=80E -edge,1524,1524;41.4104077;-110.1401081:1525;41.4105248;-110.1398206,way_type=user_defined:way_id=80E -edge,1525,1525;41.4105248;-110.1398206:1526;41.410644;-110.1395355,way_type=user_defined:way_id=80E -edge,1526,1526;41.410644;-110.1395355:1527;41.4107627;-110.1392601,way_type=user_defined:way_id=80E -edge,1527,1527;41.4107627;-110.1392601:1528;41.4108773;-110.1390044,way_type=user_defined:way_id=80E -edge,1528,1528;41.4108773;-110.1390044:1529;41.4110034;-110.1387348,way_type=user_defined:way_id=80E -edge,1529,1529;41.4110034;-110.1387348:1530;41.4111253;-110.1384849,way_type=user_defined:way_id=80E -edge,1530,1530;41.4111253;-110.1384849:1531;41.4112593;-110.1382215,way_type=user_defined:way_id=80E -edge,1531,1531;41.4112593;-110.1382215:1532;41.4113831;-110.1379843,way_type=user_defined:way_id=80E -edge,1532,1532;41.4113831;-110.1379843:1533;41.4115087;-110.1377485,way_type=user_defined:way_id=80E -edge,1533,1533;41.4115087;-110.1377485:1534;41.4116527;-110.1374848,way_type=user_defined:way_id=80E -edge,1534,1534;41.4116527;-110.1374848:1535;41.4118214;-110.1371883,way_type=user_defined:way_id=80E -edge,1535,1535;41.4118214;-110.1371883:1536;41.411933;-110.1369976,way_type=user_defined:way_id=80E -edge,1536,1536;41.411933;-110.1369976:1537;41.4120732;-110.1367658,way_type=user_defined:way_id=80E -edge,1537,1537;41.4120732;-110.1367658:1538;41.4122294;-110.1365133,way_type=user_defined:way_id=80E -edge,1538,1538;41.4122294;-110.1365133:1539;41.4123697;-110.1362925,way_type=user_defined:way_id=80E -edge,1539,1539;41.4123697;-110.1362925:1540;41.4125274;-110.1360525,way_type=user_defined:way_id=80E -edge,1540,1540;41.4125274;-110.1360525:1541;41.412674;-110.1358371,way_type=user_defined:way_id=80E -edge,1541,1541;41.412674;-110.1358371:1542;41.4127479;-110.1357313,way_type=user_defined:way_id=80E -edge,1542,1542;41.4127479;-110.1357313:1543;41.4128422;-110.135597,way_type=user_defined:way_id=80E -edge,1543,1543;41.4128422;-110.135597:1544;41.4130133;-110.1353594,way_type=user_defined:way_id=80E -edge,1544,1544;41.4130133;-110.1353594:1545;41.4131659;-110.1351524,way_type=user_defined:way_id=80E -edge,1545,1545;41.4131659;-110.1351524:1546;41.4133209;-110.1349484,way_type=user_defined:way_id=80E -edge,1546,1546;41.4133209;-110.1349484:1547;41.4134981;-110.134722,way_type=user_defined:way_id=80E -edge,1547,1547;41.4134981;-110.134722:1548;41.4136571;-110.1345247,way_type=user_defined:way_id=80E -edge,1548,1548;41.4136571;-110.1345247:1549;41.4138172;-110.1343308,way_type=user_defined:way_id=80E -edge,1549,1549;41.4138172;-110.1343308:1550;41.4140231;-110.1340886,way_type=user_defined:way_id=80E -edge,1550,1550;41.4140231;-110.1340886:1551;41.414188;-110.1339009,way_type=user_defined:way_id=80E -edge,1551,1551;41.414188;-110.1339009:1552;41.4143558;-110.1337167,way_type=user_defined:way_id=80E -edge,1552,1552;41.4143558;-110.1337167:1553;41.414548;-110.1335131,way_type=user_defined:way_id=80E -edge,1553,1553;41.414548;-110.1335131:1554;41.4147206;-110.1333368,way_type=user_defined:way_id=80E -edge,1554,1554;41.4147206;-110.1333368:1555;41.4149172;-110.1331409,way_type=user_defined:way_id=80E -edge,1555,1555;41.4149172;-110.1331409:1556;41.4151104;-110.1329538,way_type=user_defined:way_id=80E -edge,1556,1556;41.4151104;-110.1329538:1557;41.4152942;-110.1327814,way_type=user_defined:way_id=80E -edge,1557,1557;41.4152942;-110.1327814:1558;41.4154737;-110.132617,way_type=user_defined:way_id=80E -edge,1558,1558;41.4154737;-110.132617:1559;41.4156781;-110.1324354,way_type=user_defined:way_id=80E -edge,1559,1559;41.4156781;-110.1324354:1560;41.4158792;-110.1322635,way_type=user_defined:way_id=80E -edge,1560,1560;41.4158792;-110.1322635:1561;41.4160698;-110.1321048,way_type=user_defined:way_id=80E -edge,1561,1561;41.4160698;-110.1321048:1562;41.4162566;-110.1319548,way_type=user_defined:way_id=80E -edge,1562,1562;41.4162566;-110.1319548:1563;41.4164636;-110.1317944,way_type=user_defined:way_id=80E -edge,1563,1563;41.4164636;-110.1317944:1564;41.4166785;-110.131634,way_type=user_defined:way_id=80E -edge,1564,1564;41.4166785;-110.131634:1565;41.4168958;-110.1314787,way_type=user_defined:way_id=80E -edge,1565,1565;41.4168958;-110.1314787:1566;41.417089;-110.1313448,way_type=user_defined:way_id=80E -edge,1566,1566;41.417089;-110.1313448:1567;41.4172811;-110.1312148,way_type=user_defined:way_id=80E -edge,1567,1567;41.4172811;-110.1312148:1568;41.4174961;-110.1310743,way_type=user_defined:way_id=80E -edge,1568,1568;41.4174961;-110.1310743:1569;41.4176997;-110.1309458,way_type=user_defined:way_id=80E -edge,1569,1569;41.4176997;-110.1309458:1570;41.4179167;-110.1308141,way_type=user_defined:way_id=80E -edge,1570,1570;41.4179167;-110.1308141:1571;41.4181229;-110.1306946,way_type=user_defined:way_id=80E -edge,1571,1571;41.4181229;-110.1306946:1572;41.4182981;-110.1305963,way_type=user_defined:way_id=80E -edge,1572,1572;41.4182981;-110.1305963:1573;41.4189462;-110.1302357,way_type=user_defined:way_id=80E -edge,1573,1573;41.4189462;-110.1302357:1574;41.4206141;-110.1293154,way_type=user_defined:way_id=80E -edge,1574,1574;41.4206141;-110.1293154:1575;41.4212913;-110.1289397,way_type=user_defined:way_id=80E -edge,1575,1575;41.4212913;-110.1289397:1576;41.4217177;-110.1286968,way_type=user_defined:way_id=80E -edge,1576,1576;41.4217177;-110.1286968:1577;41.4219401;-110.1285662,way_type=user_defined:way_id=80E -edge,1577,1577;41.4219401;-110.1285662:1578;41.4221293;-110.1284508,way_type=user_defined:way_id=80E -edge,1578,1578;41.4221293;-110.1284508:1579;41.4223543;-110.1283077,way_type=user_defined:way_id=80E -edge,1579,1579;41.4223543;-110.1283077:1580;41.4225519;-110.1281762,way_type=user_defined:way_id=80E -edge,1580,1580;41.4225519;-110.1281762:1581;41.422666;-110.1280977,way_type=user_defined:way_id=80E -edge,1581,1581;41.422666;-110.1280977:1582;41.4227673;-110.1280276,way_type=user_defined:way_id=80E -edge,1582,1582;41.4227673;-110.1280276:1583;41.4229625;-110.1278884,way_type=user_defined:way_id=80E -edge,1583,1583;41.4229625;-110.1278884:1584;41.4231496;-110.1277496,way_type=user_defined:way_id=80E -edge,1584,1584;41.4231496;-110.1277496:1585;41.4233655;-110.1275831,way_type=user_defined:way_id=80E -edge,1585,1585;41.4233655;-110.1275831:1586;41.4235489;-110.1274371,way_type=user_defined:way_id=80E -edge,1586,1586;41.4235489;-110.1274371:1587;41.4236643;-110.1273429,way_type=user_defined:way_id=80E -edge,1587,1587;41.4236643;-110.1273429:1588;41.4239178;-110.1271319,way_type=user_defined:way_id=80E -edge,1588,1588;41.4239178;-110.1271319:1589;41.4241205;-110.1269552,way_type=user_defined:way_id=80E -edge,1589,1589;41.4241205;-110.1269552:1590;41.4242982;-110.1267942,way_type=user_defined:way_id=80E -edge,1590,1590;41.4242982;-110.1267942:1591;41.4244974;-110.1266099,way_type=user_defined:way_id=80E -edge,1591,1591;41.4244974;-110.1266099:1592;41.4246776;-110.1264382,way_type=user_defined:way_id=80E -edge,1592,1592;41.4246776;-110.1264382:1593;41.4248729;-110.1262459,way_type=user_defined:way_id=80E -edge,1593,1593;41.4248729;-110.1262459:1594;41.4250485;-110.1260666,way_type=user_defined:way_id=80E -edge,1594,1594;41.4250485;-110.1260666:1595;41.4252391;-110.1258655,way_type=user_defined:way_id=80E -edge,1595,1595;41.4252391;-110.1258655:1596;41.4254062;-110.1256846,way_type=user_defined:way_id=80E -edge,1596,1596;41.4254062;-110.1256846:1597;41.4255773;-110.1254946,way_type=user_defined:way_id=80E -edge,1597,1597;41.4255773;-110.1254946:1598;41.4257626;-110.1252828,way_type=user_defined:way_id=80E -edge,1598,1598;41.4257626;-110.1252828:1599;41.4259401;-110.1250741,way_type=user_defined:way_id=80E -edge,1599,1599;41.4259401;-110.1250741:1600;41.4261049;-110.1248753,way_type=user_defined:way_id=80E -edge,1600,1600;41.4261049;-110.1248753:1601;41.4262618;-110.1246789,way_type=user_defined:way_id=80E -edge,1601,1601;41.4262618;-110.1246789:1602;41.426437;-110.1244525,way_type=user_defined:way_id=80E -edge,1602,1602;41.426437;-110.1244525:1603;41.4266092;-110.1242227,way_type=user_defined:way_id=80E -edge,1603,1603;41.4266092;-110.1242227:1604;41.426778;-110.1239905,way_type=user_defined:way_id=80E -edge,1604,1604;41.426778;-110.1239905:1605;41.4269066;-110.1238088,way_type=user_defined:way_id=80E -edge,1605,1605;41.4269066;-110.1238088:1606;41.4270373;-110.1236196,way_type=user_defined:way_id=80E -edge,1606,1606;41.4270373;-110.1236196:1607;41.4272239;-110.1233428,way_type=user_defined:way_id=80E -edge,1607,1607;41.4272239;-110.1233428:1608;41.4273646;-110.1231271,way_type=user_defined:way_id=80E -edge,1608,1608;41.4273646;-110.1231271:1609;41.4275211;-110.1228794,way_type=user_defined:way_id=80E -edge,1609,1609;41.4275211;-110.1228794:1610;41.427692;-110.1225983,way_type=user_defined:way_id=80E -edge,1610,1610;41.427692;-110.1225983:1611;41.4278119;-110.1223968,way_type=user_defined:way_id=80E -edge,1611,1611;41.4278119;-110.1223968:1612;41.4279081;-110.1222308,way_type=user_defined:way_id=80E -edge,1612,1612;41.4279081;-110.1222308:1613;41.4279602;-110.12214,way_type=user_defined:way_id=80E -edge,1613,1613;41.4279602;-110.12214:1614;41.4280749;-110.1219334,way_type=user_defined:way_id=80E -edge,1614,1614;41.4280749;-110.1219334:1615;41.4281497;-110.1217941,way_type=user_defined:way_id=80E -edge,1615,1615;41.4281497;-110.1217941:1616;41.4282159;-110.12167,way_type=user_defined:way_id=80E -edge,1616,1616;41.4282159;-110.12167:1617;41.4283382;-110.1214347,way_type=user_defined:way_id=80E -edge,1617,1617;41.4283382;-110.1214347:1618;41.428522;-110.1210721,way_type=user_defined:way_id=80E -edge,1618,1618;41.428522;-110.1210721:1619;41.428609;-110.1208975,way_type=user_defined:way_id=80E -edge,1619,1619;41.428609;-110.1208975:1620;41.4287296;-110.1206497,way_type=user_defined:way_id=80E -edge,1620,1620;41.4287296;-110.1206497:1621;41.4288551;-110.1203822,way_type=user_defined:way_id=80E -edge,1621,1621;41.4288551;-110.1203822:1622;41.4289841;-110.1200952,way_type=user_defined:way_id=80E -edge,1622,1622;41.4289841;-110.1200952:1623;41.4290771;-110.1198798,way_type=user_defined:way_id=80E -edge,1623,1623;41.4290771;-110.1198798:1624;41.4291955;-110.1195957,way_type=user_defined:way_id=80E -edge,1624,1624;41.4291955;-110.1195957:1625;41.4293009;-110.1193344,way_type=user_defined:way_id=80E -edge,1625,1625;41.4293009;-110.1193344:1626;41.4294137;-110.1190459,way_type=user_defined:way_id=80E -edge,1626,1626;41.4294137;-110.1190459:1627;41.4295112;-110.1187882,way_type=user_defined:way_id=80E -edge,1627,1627;41.4295112;-110.1187882:1628;41.4296031;-110.1185364,way_type=user_defined:way_id=80E -edge,1628,1628;41.4296031;-110.1185364:1629;41.429711;-110.1182326,way_type=user_defined:way_id=80E -edge,1629,1629;41.429711;-110.1182326:1630;41.4302999;-110.1165256,way_type=user_defined:way_id=80E -edge,1630,1630;41.4302999;-110.1165256:1631;41.4306853;-110.1154205,way_type=user_defined:way_id=80E -edge,1631,1631;41.4306853;-110.1154205:1632;41.43094226;-110.1146718,way_type=user_defined:way_id=80E -edge,1632,1632;41.43094226;-110.1146718:1633;41.4313557;-110.1134672,way_type=user_defined:way_id=80E -edge,1633,1633;41.4313557;-110.1134672:1634;41.4314691;-110.1131409,way_type=user_defined:way_id=80E -edge,1634,1634;41.4314691;-110.1131409:1635;41.4314691;-110.1131409,way_type=user_defined:way_id=80E -edge,1635,1635;41.4314691;-110.1131409:1636;41.4316743;-110.1125495,way_type=user_defined:way_id=80E -edge,1636,1636;41.4316743;-110.1125495:1637;41.4321385;-110.1111983,way_type=user_defined:way_id=80E -edge,1637,1637;41.4321385;-110.1111983:1638;41.43232873;-110.1106506,way_type=user_defined:way_id=80E -edge,1638,1638;41.43232873;-110.1106506:1639;41.4325256;-110.1100837,way_type=user_defined:way_id=80E -edge,1639,1639;41.4325256;-110.1100837:1640;41.43306812;-110.1085081,way_type=user_defined:way_id=80E -edge,1640,1640;41.43306812;-110.1085081:1641;41.43306812;-110.1085081,way_type=user_defined:way_id=80E -edge,1641,1641;41.43306812;-110.1085081:1642;41.4332121;-110.1080943,way_type=user_defined:way_id=80E -edge,1642,1642;41.4332121;-110.1080943:1643;41.4335119;-110.1072409,way_type=user_defined:way_id=80E -edge,1643,1643;41.4335119;-110.1072409:1644;41.43382436;-110.1063306,way_type=user_defined:way_id=80E -edge,1644,1644;41.43382436;-110.1063306:1645;41.4338964;-110.1061207,way_type=user_defined:way_id=80E -edge,1645,1645;41.4338964;-110.1061207:1646;41.4344656;-110.1044719,way_type=user_defined:way_id=80E -edge,1646,1646;41.4344656;-110.1044719:1647;41.4347591;-110.1036152,way_type=user_defined:way_id=80E -edge,1647,1647;41.4347591;-110.1036152:1648;41.4349397;-110.1030926,way_type=user_defined:way_id=80E -edge,1648,1648;41.4349397;-110.1030926:1649;41.4349397;-110.1030926,way_type=user_defined:way_id=80E -edge,1649,1649;41.4349397;-110.1030926:1650;41.4353399;-110.1019402,way_type=user_defined:way_id=80E -edge,1650,1650;41.4353399;-110.1019402:1651;41.4355279;-110.1014157,way_type=user_defined:way_id=80E -edge,1651,1651;41.4355279;-110.1014157:1652;41.4356594;-110.1010585,way_type=user_defined:way_id=80E -edge,1652,1652;41.4356594;-110.1010585:1653;41.4358313;-110.1006036,way_type=user_defined:way_id=80E -edge,1653,1653;41.4358313;-110.1006036:1654;41.4360177;-110.1001256,way_type=user_defined:way_id=80E -edge,1654,1654;41.4360177;-110.1001256:1655;41.43617539;-110.0997306,way_type=user_defined:way_id=80E -edge,1655,1655;41.43617539;-110.0997306:1656;41.4362597;-110.0995194,way_type=user_defined:way_id=80E -edge,1656,1656;41.4362597;-110.0995194:1657;41.4363778;-110.0992344,way_type=user_defined:way_id=80E -edge,1657,1657;41.4363778;-110.0992344:1658;41.4366091;-110.0986935,way_type=user_defined:way_id=80E -edge,1658,1658;41.4366091;-110.0986935:1659;41.4367176;-110.0984443,way_type=user_defined:way_id=80E -edge,1659,1659;41.4367176;-110.0984443:1660;41.4368274;-110.0981969,way_type=user_defined:way_id=80E -edge,1660,1660;41.4368274;-110.0981969:1661;41.4369573;-110.0979094,way_type=user_defined:way_id=80E -edge,1661,1661;41.4369573;-110.0979094:1662;41.4370773;-110.0976494,way_type=user_defined:way_id=80E -edge,1662,1662;41.4370773;-110.0976494:1663;41.4371955;-110.0973982,way_type=user_defined:way_id=80E -edge,1663,1663;41.4371955;-110.0973982:1664;41.4374458;-110.0968747,way_type=user_defined:way_id=80E -edge,1664,1664;41.4374458;-110.0968747:1665;41.4376823;-110.0963945,way_type=user_defined:way_id=80E -edge,1665,1665;41.4376823;-110.0963945:1666;41.4378172;-110.0961238,way_type=user_defined:way_id=80E -edge,1666,1666;41.4378172;-110.0961238:1667;41.4379605;-110.0958449,way_type=user_defined:way_id=80E -edge,1667,1667;41.4379605;-110.0958449:1668;41.4381297;-110.0955271,way_type=user_defined:way_id=80E -edge,1668,1668;41.4381297;-110.0955271:1669;41.4384965;-110.094854,way_type=user_defined:way_id=80E -edge,1669,1669;41.4384965;-110.094854:1670;41.4386969;-110.0944918,way_type=user_defined:way_id=80E -edge,1670,1670;41.4386969;-110.0944918:1671;41.4394546;-110.0931405,way_type=user_defined:way_id=80E -edge,1671,1671;41.4394546;-110.0931405:1672;41.4398909;-110.0923577,way_type=user_defined:way_id=80E -edge,1672,1672;41.4398909;-110.0923577:1673;41.440189;-110.0918319,way_type=user_defined:way_id=80E -edge,1673,1673;41.440189;-110.0918319:1674;41.4407134;-110.0908987,way_type=user_defined:way_id=80E -edge,1674,1674;41.4407134;-110.0908987:1675;41.441731;-110.0890975,way_type=user_defined:way_id=80E -edge,1675,1675;41.441731;-110.0890975:1676;41.4425122;-110.0877037,way_type=user_defined:way_id=80E -edge,1676,1676;41.4425122;-110.0877037:1677;41.4434792;-110.085992,way_type=user_defined:way_id=80E -edge,1677,1677;41.4434792;-110.085992:1678;41.4444528;-110.0842597,way_type=user_defined:way_id=80E -edge,1678,1678;41.4444528;-110.0842597:1679;41.4448642;-110.0835335,way_type=user_defined:way_id=80E -edge,1679,1679;41.4448642;-110.0835335:1680;41.4456995;-110.0820446,way_type=user_defined:way_id=80E -edge,1680,1680;41.4456995;-110.0820446:1681;41.4463825;-110.0808334,way_type=user_defined:way_id=80E -edge,1681,1681;41.4463825;-110.0808334:1682;41.4472165;-110.0793591,way_type=user_defined:way_id=80E -edge,1682,1682;41.4472165;-110.0793591:1683;41.4477538;-110.0784002,way_type=user_defined:way_id=80E -edge,1683,1683;41.4477538;-110.0784002:1684;41.4484557;-110.077158,way_type=user_defined:way_id=80E -edge,1684,1684;41.4484557;-110.077158:1685;41.4495666;-110.0751858,way_type=user_defined:way_id=80E -edge,1685,1685;41.4495666;-110.0751858:1686;41.4504449;-110.0736231,way_type=user_defined:way_id=80E -edge,1686,1686;41.4504449;-110.0736231:1687;41.4509724;-110.0726894,way_type=user_defined:way_id=80E -edge,1687,1687;41.4509724;-110.0726894:1688;41.4519025;-110.071029,way_type=user_defined:way_id=80E -edge,1688,1688;41.4519025;-110.071029:1689;41.4526064;-110.0697866,way_type=user_defined:way_id=80E -edge,1689,1689;41.4526064;-110.0697866:1690;41.4530495;-110.0690012,way_type=user_defined:way_id=80E -edge,1690,1690;41.4530495;-110.0690012:1691;41.4534833;-110.068227,way_type=user_defined:way_id=80E -edge,1691,1691;41.4534833;-110.068227:1692;41.4539903;-110.0673282,way_type=user_defined:way_id=80E -edge,1692,1692;41.4539903;-110.0673282:1693;41.4545984;-110.0662444,way_type=user_defined:way_id=80E -edge,1693,1693;41.4545984;-110.0662444:1694;41.4555115;-110.0646286,way_type=user_defined:way_id=80E -edge,1694,1694;41.4555115;-110.0646286:1695;41.4560795;-110.0636135,way_type=user_defined:way_id=80E -edge,1695,1695;41.4560795;-110.0636135:1696;41.4566401;-110.062619,way_type=user_defined:way_id=80E -edge,1696,1696;41.4566401;-110.062619:1697;41.4569273;-110.0621044,way_type=user_defined:way_id=80E -edge,1697,1697;41.4569273;-110.0621044:1698;41.4573971;-110.0612745,way_type=user_defined:way_id=80E -edge,1698,1698;41.4573971;-110.0612745:1699;41.4578609;-110.0604512,way_type=user_defined:way_id=80E -edge,1699,1699;41.4578609;-110.0604512:1700;41.459036;-110.0583646,way_type=user_defined:way_id=80E -edge,1700,1700;41.459036;-110.0583646:1701;41.4596534;-110.0572644,way_type=user_defined:way_id=80E -edge,1701,1701;41.4596534;-110.0572644:1702;41.46023238;-110.0562443,way_type=user_defined:way_id=80E -edge,1702,1702;41.46023238;-110.0562443:1703;41.46100569;-110.0548935,way_type=user_defined:way_id=80E -edge,1703,1703;41.46100569;-110.0548935:1704;41.4611268;-110.0546552,way_type=user_defined:way_id=80E -edge,1704,1704;41.4611268;-110.0546552:1705;41.4611268;-110.0546552,way_type=user_defined:way_id=80E -edge,1705,1705;41.4611268;-110.0546552:1706;41.4613409;-110.0542741,way_type=user_defined:way_id=80E -edge,1706,1706;41.4613409;-110.0542741:1707;41.4621695;-110.0528089,way_type=user_defined:way_id=80E -edge,1707,1707;41.4621695;-110.0528089:1708;41.4629739;-110.0513715,way_type=user_defined:way_id=80E -edge,1708,1708;41.4629739;-110.0513715:1709;41.4633944;-110.0506262,way_type=user_defined:way_id=80E -edge,1709,1709;41.4633944;-110.0506262:1710;41.46429518;-110.0490236,way_type=user_defined:way_id=80E -edge,1710,1710;41.46429518;-110.0490236:1711;41.46429518;-110.0490236,way_type=user_defined:way_id=80E -edge,1711,1711;41.46429518;-110.0490236:1712;41.4647829;-110.0481601,way_type=user_defined:way_id=80E -edge,1712,1712;41.4647829;-110.0481601:1713;41.4651775;-110.0474571,way_type=user_defined:way_id=80E -edge,1713,1713;41.4651775;-110.0474571:1714;41.4658934;-110.0461873,way_type=user_defined:way_id=80E -edge,1714,1714;41.4658934;-110.0461873:1715;41.4663057;-110.045462,way_type=user_defined:way_id=80E -edge,1715,1715;41.4663057;-110.045462:1716;41.4668726;-110.0444519,way_type=user_defined:way_id=80E -edge,1716,1716;41.4668726;-110.0444519:1717;41.4671385;-110.0439814,way_type=user_defined:way_id=80E -edge,1717,1717;41.4671385;-110.0439814:1718;41.4674182;-110.0434957,way_type=user_defined:way_id=80E -edge,1718,1718;41.4674182;-110.0434957:1719;41.4676909;-110.0430335,way_type=user_defined:way_id=80E -edge,1719,1719;41.4676909;-110.0430335:1720;41.4680245;-110.0424805,way_type=user_defined:way_id=80E -edge,1720,1720;41.4680245;-110.0424805:1721;41.4682867;-110.0420535,way_type=user_defined:way_id=80E -edge,1721,1721;41.4682867;-110.0420535:1722;41.4684283;-110.0418302,way_type=user_defined:way_id=80E -edge,1722,1722;41.4684283;-110.0418302:1723;41.4685796;-110.041597,way_type=user_defined:way_id=80E -edge,1723,1723;41.4685796;-110.041597:1724;41.4687477;-110.0413426,way_type=user_defined:way_id=80E -edge,1724,1724;41.4687477;-110.0413426:1725;41.4688742;-110.0411542,way_type=user_defined:way_id=80E -edge,1725,1725;41.4688742;-110.0411542:1726;41.4691903;-110.0406871,way_type=user_defined:way_id=80E -edge,1726,1726;41.4691903;-110.0406871:1727;41.4693485;-110.0404562,way_type=user_defined:way_id=80E -edge,1727,1727;41.4693485;-110.0404562:1728;41.469517;-110.0402147,way_type=user_defined:way_id=80E -edge,1728,1728;41.469517;-110.0402147:1729;41.4696663;-110.0400047,way_type=user_defined:way_id=80E -edge,1729,1729;41.4696663;-110.0400047:1730;41.4698322;-110.0397756,way_type=user_defined:way_id=80E -edge,1730,1730;41.4698322;-110.0397756:1731;41.4699943;-110.0395554,way_type=user_defined:way_id=80E -edge,1731,1731;41.4699943;-110.0395554:1732;41.4703359;-110.0391001,way_type=user_defined:way_id=80E -edge,1732,1732;41.4703359;-110.0391001:1733;41.4704909;-110.0388978,way_type=user_defined:way_id=80E -edge,1733,1733;41.4704909;-110.0388978:1734;41.4706683;-110.0386704,way_type=user_defined:way_id=80E -edge,1734,1734;41.4706683;-110.0386704:1735;41.4708312;-110.0384655,way_type=user_defined:way_id=80E -edge,1735,1735;41.4708312;-110.0384655:1736;41.4710061;-110.0382494,way_type=user_defined:way_id=80E -edge,1736,1736;41.4710061;-110.0382494:1737;41.4712481;-110.0379547,way_type=user_defined:way_id=80E -edge,1737,1737;41.4712481;-110.0379547:1738;41.4715068;-110.0376444,way_type=user_defined:way_id=80E -edge,1738,1738;41.4715068;-110.0376444:1739;41.4716733;-110.037448,way_type=user_defined:way_id=80E -edge,1739,1739;41.4716733;-110.037448:1740;41.4718358;-110.0372596,way_type=user_defined:way_id=80E -edge,1740,1740;41.4718358;-110.0372596:1741;41.4720266;-110.0370412,way_type=user_defined:way_id=80E -edge,1741,1741;41.4720266;-110.0370412:1742;41.4722079;-110.0368367,way_type=user_defined:way_id=80E -edge,1742,1742;41.4722079;-110.0368367:1743;41.4723793;-110.0366465,way_type=user_defined:way_id=80E -edge,1743,1743;41.4723793;-110.0366465:1744;41.47259;-110.0364172,way_type=user_defined:way_id=80E -edge,1744,1744;41.47259;-110.0364172:1745;41.4736243;-110.0353037,way_type=user_defined:way_id=80E -edge,1745,1745;41.4736243;-110.0353037:1746;41.4739855;-110.0349185,way_type=user_defined:way_id=80E -edge,1746,1746;41.4739855;-110.0349185:1747;41.4752391;-110.0335746,way_type=user_defined:way_id=80E -edge,1747,1747;41.4752391;-110.0335746:1748;41.476002;-110.0327603,way_type=user_defined:way_id=80E -edge,1748,1748;41.476002;-110.0327603:1749;41.4768732;-110.0318243,way_type=user_defined:way_id=80E -edge,1749,1749;41.4768732;-110.0318243:1750;41.4775731;-110.0310797,way_type=user_defined:way_id=80E -edge,1750,1750;41.4775731;-110.0310797:1751;41.4789209;-110.029634,way_type=user_defined:way_id=80E -edge,1751,1751;41.4789209;-110.029634:1752;41.4795483;-110.0289671,way_type=user_defined:way_id=80E -edge,1752,1752;41.4795483;-110.0289671:1753;41.4804395;-110.0280117,way_type=user_defined:way_id=80E -edge,1753,1753;41.4804395;-110.0280117:1754;41.4809948;-110.0274204,way_type=user_defined:way_id=80E -edge,1754,1754;41.4809948;-110.0274204:1755;41.4818633;-110.0264874,way_type=user_defined:way_id=80E -edge,1755,1755;41.4818633;-110.0264874:1756;41.4833294;-110.0249171,way_type=user_defined:way_id=80E -edge,1756,1756;41.4833294;-110.0249171:1757;41.48352334;-110.0247079,way_type=user_defined:way_id=80E -edge,1757,1757;41.48352334;-110.0247079:1758;41.4838874;-110.0243151,way_type=user_defined:way_id=80E -edge,1758,1758;41.4838874;-110.0243151:1759;41.486224;-110.0218205,way_type=user_defined:way_id=80E -edge,1759,1759;41.486224;-110.0218205:1760;41.4874822;-110.020473,way_type=user_defined:way_id=80E -edge,1760,1760;41.4874822;-110.020473:1761;41.4878558;-110.0200703,way_type=user_defined:way_id=80E -edge,1761,1761;41.4878558;-110.0200703:1762;41.4880277;-110.0198827,way_type=user_defined:way_id=80E -edge,1762,1762;41.4880277;-110.0198827:1763;41.4882324;-110.0196547,way_type=user_defined:way_id=80E -edge,1763,1763;41.4882324;-110.0196547:1764;41.4885061;-110.0193426,way_type=user_defined:way_id=80E -edge,1764,1764;41.4885061;-110.0193426:1765;41.4886859;-110.0191325,way_type=user_defined:way_id=80E -edge,1765,1765;41.4886859;-110.0191325:1766;41.48891;-110.018866,way_type=user_defined:way_id=80E -edge,1766,1766;41.48891;-110.018866:1767;41.4892099;-110.0185044,way_type=user_defined:way_id=80E -edge,1767,1767;41.4892099;-110.0185044:1768;41.48976729;-110.0178234,way_type=user_defined:way_id=80E -edge,1768,1768;41.48976729;-110.0178234:1769;41.48976729;-110.0178234,way_type=user_defined:way_id=80E -edge,1769,1769;41.48976729;-110.0178234:1770;41.4905986;-110.0168115,way_type=user_defined:way_id=80E -edge,1770,1770;41.4905986;-110.0168115:1771;41.4913938;-110.0158394,way_type=user_defined:way_id=80E -edge,1771,1771;41.4913938;-110.0158394:1772;41.4918172;-110.0153249,way_type=user_defined:way_id=80E -edge,1772,1772;41.4918172;-110.0153249:1773;41.4924842;-110.0145057,way_type=user_defined:way_id=80E -edge,1773,1773;41.4924842;-110.0145057:1774;41.49340518;-110.0133888,way_type=user_defined:way_id=80E -edge,1774,1774;41.49340518;-110.0133888:1775;41.49340518;-110.0133888,way_type=user_defined:way_id=80E -edge,1775,1775;41.49340518;-110.0133888:1776;41.4936693;-110.0130696,way_type=user_defined:way_id=80E -edge,1776,1776;41.4936693;-110.0130696:1777;41.4953388;-110.0110334,way_type=user_defined:way_id=80E -edge,1777,1777;41.4953388;-110.0110334:1778;41.4958827;-110.0103753,way_type=user_defined:way_id=80E -edge,1778,1778;41.4958827;-110.0103753:1779;41.4960649;-110.0101525,way_type=user_defined:way_id=80E -edge,1779,1779;41.4960649;-110.0101525:1780;41.496245;-110.0099277,way_type=user_defined:way_id=80E -edge,1780,1780;41.496245;-110.0099277:1781;41.4963976;-110.0097327,way_type=user_defined:way_id=80E -edge,1781,1781;41.4963976;-110.0097327:1782;41.4965339;-110.0095555,way_type=user_defined:way_id=80E -edge,1782,1782;41.4965339;-110.0095555:1783;41.4967351;-110.0092919,way_type=user_defined:way_id=80E -edge,1783,1783;41.4967351;-110.0092919:1784;41.4970639;-110.0088526,way_type=user_defined:way_id=80E -edge,1784,1784;41.4970639;-110.0088526:1785;41.4972316;-110.0086248,way_type=user_defined:way_id=80E -edge,1785,1785;41.4972316;-110.0086248:1786;41.4973878;-110.0084094,way_type=user_defined:way_id=80E -edge,1786,1786;41.4973878;-110.0084094:1787;41.4975517;-110.0081777,way_type=user_defined:way_id=80E -edge,1787,1787;41.4975517;-110.0081777:1788;41.4978653;-110.0077243,way_type=user_defined:way_id=80E -edge,1788,1788;41.4978653;-110.0077243:1789;41.4980106;-110.0075098,way_type=user_defined:way_id=80E -edge,1789,1789;41.4980106;-110.0075098:1790;41.4981734;-110.0072642,way_type=user_defined:way_id=80E -edge,1790,1790;41.4981734;-110.0072642:1791;41.4984764;-110.0067963,way_type=user_defined:way_id=80E -edge,1791,1791;41.4984764;-110.0067963:1792;41.498775;-110.0063221,way_type=user_defined:way_id=80E -edge,1792,1792;41.498775;-110.0063221:1793;41.4990876;-110.0058133,way_type=user_defined:way_id=80E -edge,1793,1793;41.4990876;-110.0058133:1794;41.4992201;-110.005593,way_type=user_defined:way_id=80E -edge,1794,1794;41.4992201;-110.005593:1795;41.4993591;-110.0053574,way_type=user_defined:way_id=80E -edge,1795,1795;41.4993591;-110.0053574:1796;41.4995055;-110.0051044,way_type=user_defined:way_id=80E -edge,1796,1796;41.4995055;-110.0051044:1797;41.4996412;-110.004866,way_type=user_defined:way_id=80E -edge,1797,1797;41.4996412;-110.004866:1798;41.4998529;-110.0044864,way_type=user_defined:way_id=80E -edge,1798,1798;41.4998529;-110.0044864:1799;41.5000453;-110.0041364,way_type=user_defined:way_id=80E -edge,1799,1799;41.5000453;-110.0041364:1800;41.50031;-110.0036422,way_type=user_defined:way_id=80E -edge,1800,1800;41.50031;-110.0036422:1801;41.5004537;-110.0033655,way_type=user_defined:way_id=80E -edge,1801,1801;41.5004537;-110.0033655:1802;41.5005559;-110.0031641,way_type=user_defined:way_id=80E -edge,1802,1802;41.5005559;-110.0031641:1803;41.5007122;-110.0028532,way_type=user_defined:way_id=80E -edge,1803,1803;41.5007122;-110.0028532:1804;41.5018699;-110.0005193,way_type=user_defined:way_id=80E -edge,1804,1804;41.5018699;-110.0005193:1805;41.5022596;-109.999739,way_type=user_defined:way_id=80E -edge,1805,1805;41.5022596;-109.999739:1806;41.5027593;-109.9987269,way_type=user_defined:way_id=80E -edge,1806,1806;41.5027593;-109.9987269:1807;41.5034199;-109.9974064,way_type=user_defined:way_id=80E -edge,1807,1807;41.5034199;-109.9974064:1808;41.5037639;-109.9967155,way_type=user_defined:way_id=80E -edge,1808,1808;41.5037639;-109.9967155:1809;41.5042755;-109.9956779,way_type=user_defined:way_id=80E -edge,1809,1809;41.5042755;-109.9956779:1810;41.5050526;-109.9941076,way_type=user_defined:way_id=80E -edge,1810,1810;41.5050526;-109.9941076:1811;41.5052986;-109.9936204,way_type=user_defined:way_id=80E -edge,1811,1811;41.5052986;-109.9936204:1812;41.5054211;-109.9933827,way_type=user_defined:way_id=80E -edge,1812,1812;41.5054211;-109.9933827:1813;41.5060452;-109.9921883,way_type=user_defined:way_id=80E -edge,1813,1813;41.5060452;-109.9921883:1814;41.5062318;-109.9918275,way_type=user_defined:way_id=80E -edge,1814,1814;41.5062318;-109.9918275:1815;41.5064436;-109.9914067,way_type=user_defined:way_id=80E -edge,1815,1815;41.5064436;-109.9914067:1816;41.50709155;-109.9901058,way_type=user_defined:way_id=80E -edge,1816,1816;41.50709155;-109.9901058:1817;41.50737443;-109.9895378,way_type=user_defined:way_id=80E -edge,1817,1817;41.50737443;-109.9895378:1818;41.50737443;-109.9895378,way_type=user_defined:way_id=80E -edge,1818,1818;41.50737443;-109.9895378:1819;41.50792529;-109.9884387,way_type=user_defined:way_id=80E -edge,1819,1819;41.50792529;-109.9884387:1820;41.5079818;-109.9883259,way_type=user_defined:way_id=80E -edge,1820,1820;41.5079818;-109.9883259:1821;41.5083707;-109.9875347,way_type=user_defined:way_id=80E -edge,1821,1821;41.5083707;-109.9875347:1822;41.5088787;-109.9865203,way_type=user_defined:way_id=80E -edge,1822,1822;41.5088787;-109.9865203:1823;41.5093217;-109.9856229,way_type=user_defined:way_id=80E -edge,1823,1823;41.5093217;-109.9856229:1824;41.5093217;-109.9856229,way_type=user_defined:way_id=80E -edge,1824,1824;41.5093217;-109.9856229:1825;41.5095113;-109.9852359,way_type=user_defined:way_id=80E -edge,1825,1825;41.5095113;-109.9852359:1826;41.5097692;-109.984717,way_type=user_defined:way_id=80E -edge,1826,1826;41.5097692;-109.984717:1827;41.5099031;-109.9844443,way_type=user_defined:way_id=80E -edge,1827,1827;41.5099031;-109.9844443:1828;41.510013;-109.9842058,way_type=user_defined:way_id=80E -edge,1828,1828;41.510013;-109.9842058:1829;41.5101416;-109.9839163,way_type=user_defined:way_id=80E -edge,1829,1829;41.5101416;-109.9839163:1830;41.5102514;-109.9836771,way_type=user_defined:way_id=80E -edge,1830,1830;41.5102514;-109.9836771:1831;41.5103881;-109.9833941,way_type=user_defined:way_id=80E -edge,1831,1831;41.5103881;-109.9833941:1832;41.5107181;-109.982726,way_type=user_defined:way_id=80E -edge,1832,1832;41.5107181;-109.982726:1833;41.51073905;-109.982684,way_type=user_defined:way_id=80E -edge,1833,1833;41.51073905;-109.982684:1834;41.5110499;-109.9820614,way_type=user_defined:way_id=80E -edge,1834,1834;41.5110499;-109.9820614:1835;41.5116089;-109.9809359,way_type=user_defined:way_id=80E -edge,1835,1835;41.5116089;-109.9809359:1836;41.5116089;-109.9809359,way_type=user_defined:way_id=80E -edge,1836,1836;41.5116089;-109.9809359:1837;41.5119118;-109.9803261,way_type=user_defined:way_id=80E -edge,1837,1837;41.5119118;-109.9803261:1838;41.5121607;-109.979825,way_type=user_defined:way_id=80E -edge,1838,1838;41.5121607;-109.979825:1839;41.5125643;-109.9790081,way_type=user_defined:way_id=80E -edge,1839,1839;41.5125643;-109.9790081:1840;41.5142803;-109.9755638,way_type=user_defined:way_id=80E -edge,1840,1840;41.5142803;-109.9755638:1841;41.5150902;-109.9739318,way_type=user_defined:way_id=80E -edge,1841,1841;41.5150902;-109.9739318:1842;41.5158604;-109.9723878,way_type=user_defined:way_id=80E -edge,1842,1842;41.5158604;-109.9723878:1843;41.516249;-109.9716002,way_type=user_defined:way_id=80E -edge,1843,1843;41.516249;-109.9716002:1844;41.5166286;-109.9708415,way_type=user_defined:way_id=80E -edge,1844,1844;41.5166286;-109.9708415:1845;41.5172564;-109.969578,way_type=user_defined:way_id=80E -edge,1845,1845;41.5172564;-109.969578:1846;41.5187569;-109.9665521,way_type=user_defined:way_id=80E -edge,1846,1846;41.5187569;-109.9665521:1847;41.5193018;-109.965463,way_type=user_defined:way_id=80E -edge,1847,1847;41.5193018;-109.965463:1848;41.5200692;-109.96392,way_type=user_defined:way_id=80E -edge,1848,1848;41.5200692;-109.96392:1849;41.5207109;-109.9626228,way_type=user_defined:way_id=80E -edge,1849,1849;41.5207109;-109.9626228:1850;41.5214667;-109.9610996,way_type=user_defined:way_id=80E -edge,1850,1850;41.5214667;-109.9610996:1851;41.5222018;-109.9596217,way_type=user_defined:way_id=80E -edge,1851,1851;41.5222018;-109.9596217:1852;41.5229999;-109.9580213,way_type=user_defined:way_id=80E -edge,1852,1852;41.5229999;-109.9580213:1853;41.5248022;-109.954389,way_type=user_defined:way_id=80E -edge,1853,1853;41.5248022;-109.954389:1854;41.525754;-109.9524783,way_type=user_defined:way_id=80E -edge,1854,1854;41.525754;-109.9524783:1855;41.5262015;-109.9515766,way_type=user_defined:way_id=80E -edge,1855,1855;41.5262015;-109.9515766:1856;41.5266898;-109.9505984,way_type=user_defined:way_id=80E -edge,1856,1856;41.5266898;-109.9505984:1857;41.5272282;-109.9495092,way_type=user_defined:way_id=80E -edge,1857,1857;41.5272282;-109.9495092:1858;41.5277226;-109.9485181,way_type=user_defined:way_id=80E -edge,1858,1858;41.5277226;-109.9485181:1859;41.5285058;-109.9469357,way_type=user_defined:way_id=80E -edge,1859,1859;41.5285058;-109.9469357:1860;41.528868;-109.9462099,way_type=user_defined:way_id=80E -edge,1860,1860;41.528868;-109.9462099:1861;41.529246;-109.9454437,way_type=user_defined:way_id=80E -edge,1861,1861;41.529246;-109.9454437:1862;41.5300037;-109.9439188,way_type=user_defined:way_id=80E -edge,1862,1862;41.5300037;-109.9439188:1863;41.5305013;-109.9429104,way_type=user_defined:way_id=80E -edge,1863,1863;41.5305013;-109.9429104:1864;41.5312846;-109.9413424,way_type=user_defined:way_id=80E -edge,1864,1864;41.5312846;-109.9413424:1865;41.5316909;-109.9405189,way_type=user_defined:way_id=80E -edge,1865,1865;41.5316909;-109.9405189:1866;41.5321703;-109.9395562,way_type=user_defined:way_id=80E -edge,1866,1866;41.5321703;-109.9395562:1867;41.5329208;-109.9380386,way_type=user_defined:way_id=80E -edge,1867,1867;41.5329208;-109.9380386:1868;41.5334339;-109.9370104,way_type=user_defined:way_id=80E -edge,1868,1868;41.5334339;-109.9370104:1869;41.5340809;-109.9357079,way_type=user_defined:way_id=80E -edge,1869,1869;41.5340809;-109.9357079:1870;41.5349605;-109.9339221,way_type=user_defined:way_id=80E -edge,1870,1870;41.5349605;-109.9339221:1871;41.5362116;-109.9314106,way_type=user_defined:way_id=80E -edge,1871,1871;41.5362116;-109.9314106:1872;41.5374997;-109.9288071,way_type=user_defined:way_id=80E -edge,1872,1872;41.5374997;-109.9288071:1873;41.5381482;-109.9275098,way_type=user_defined:way_id=80E -edge,1873,1873;41.5381482;-109.9275098:1874;41.5394093;-109.9249647,way_type=user_defined:way_id=80E -edge,1874,1874;41.5394093;-109.9249647:1875;41.5398002;-109.9241817,way_type=user_defined:way_id=80E -edge,1875,1875;41.5398002;-109.9241817:1876;41.54017;-109.9234294,way_type=user_defined:way_id=80E -edge,1876,1876;41.54017;-109.9234294:1877;41.5411751;-109.9214013,way_type=user_defined:way_id=80E -edge,1877,1877;41.5411751;-109.9214013:1878;41.5413273;-109.9210887,way_type=user_defined:way_id=80E -edge,1878,1878;41.5413273;-109.9210887:1879;41.541443;-109.9208464,way_type=user_defined:way_id=80E -edge,1879,1879;41.541443;-109.9208464:1880;41.541557;-109.9206024,way_type=user_defined:way_id=80E -edge,1880,1880;41.541557;-109.9206024:1881;41.5416838;-109.9203251,way_type=user_defined:way_id=80E -edge,1881,1881;41.5416838;-109.9203251:1882;41.5418087;-109.9200458,way_type=user_defined:way_id=80E -edge,1882,1882;41.5418087;-109.9200458:1883;41.5419169;-109.9197963,way_type=user_defined:way_id=80E -edge,1883,1883;41.5419169;-109.9197963:1884;41.542036;-109.9195113,way_type=user_defined:way_id=80E -edge,1884,1884;41.542036;-109.9195113:1885;41.5421421;-109.9192492,way_type=user_defined:way_id=80E -edge,1885,1885;41.5421421;-109.9192492:1886;41.5422387;-109.9190009,way_type=user_defined:way_id=80E -edge,1886,1886;41.5422387;-109.9190009:1887;41.5423514;-109.9187012,way_type=user_defined:way_id=80E -edge,1887,1887;41.5423514;-109.9187012:1888;41.5424557;-109.918416,way_type=user_defined:way_id=80E -edge,1888,1888;41.5424557;-109.918416:1889;41.5425516;-109.9181468,way_type=user_defined:way_id=80E -edge,1889,1889;41.5425516;-109.9181468:1890;41.5426421;-109.9178849,way_type=user_defined:way_id=80E -edge,1890,1890;41.5426421;-109.9178849:1891;41.542742;-109.917586,way_type=user_defined:way_id=80E -edge,1891,1891;41.542742;-109.917586:1892;41.5428386;-109.9172856,way_type=user_defined:way_id=80E -edge,1892,1892;41.5428386;-109.9172856:1893;41.5429326;-109.9169822,way_type=user_defined:way_id=80E -edge,1893,1893;41.5429326;-109.9169822:1894;41.5430023;-109.9167503,way_type=user_defined:way_id=80E -edge,1894,1894;41.5430023;-109.9167503:1895;41.5430809;-109.9164813,way_type=user_defined:way_id=80E -edge,1895,1895;41.5430809;-109.9164813:1896;41.5431669;-109.916177,way_type=user_defined:way_id=80E -edge,1896,1896;41.5431669;-109.916177:1897;41.5432502;-109.9158705,way_type=user_defined:way_id=80E -edge,1897,1897;41.5432502;-109.9158705:1898;41.5433234;-109.9155899,way_type=user_defined:way_id=80E -edge,1898,1898;41.5433234;-109.9155899:1899;41.5434003;-109.9152805,way_type=user_defined:way_id=80E -edge,1899,1899;41.5434003;-109.9152805:1900;41.5434649;-109.9150057,way_type=user_defined:way_id=80E -edge,1900,1900;41.5434649;-109.9150057:1901;41.5435263;-109.9147286,way_type=user_defined:way_id=80E -edge,1901,1901;41.5435263;-109.9147286:1902;41.543593;-109.9144144,way_type=user_defined:way_id=80E -edge,1902,1902;41.543593;-109.9144144:1903;41.5436496;-109.9141351,way_type=user_defined:way_id=80E -edge,1903,1903;41.5436496;-109.9141351:1904;41.5437106;-109.9138185,way_type=user_defined:way_id=80E -edge,1904,1904;41.5437106;-109.9138185:1905;41.5437631;-109.9135285,way_type=user_defined:way_id=80E -edge,1905,1905;41.5437631;-109.9135285:1906;41.5438164;-109.913219,way_type=user_defined:way_id=80E -edge,1906,1906;41.5438164;-109.913219:1907;41.5438643;-109.9129278,way_type=user_defined:way_id=80E -edge,1907,1907;41.5438643;-109.9129278:1908;41.5439129;-109.9126176,way_type=user_defined:way_id=80E -edge,1908,1908;41.5439129;-109.9126176:1909;41.5439545;-109.9123351,way_type=user_defined:way_id=80E -edge,1909,1909;41.5439545;-109.9123351:1910;41.5439991;-109.9120051,way_type=user_defined:way_id=80E -edge,1910,1910;41.5439991;-109.9120051:1911;41.5440298;-109.9117575,way_type=user_defined:way_id=80E -edge,1911,1911;41.5440298;-109.9117575:1912;41.54410238;-109.9111331,way_type=user_defined:way_id=80E -edge,1912,1912;41.54410238;-109.9111331:1913;41.54410238;-109.9111331,way_type=user_defined:way_id=80E -edge,1913,1913;41.54410238;-109.9111331:1914;41.54412378;-109.9109362,way_type=user_defined:way_id=80E -edge,1914,1914;41.54412378;-109.9109362:1915;41.54412378;-109.9109362,way_type=user_defined:way_id=80E -edge,1915,1915;41.54412378;-109.9109362:1916;41.5441383;-109.9107993,way_type=user_defined:way_id=80E -edge,1916,1916;41.5441383;-109.9107993:1917;41.5441432;-109.9107316,way_type=user_defined:way_id=80E -edge,1917,1917;41.5441432;-109.9107316:1918;41.5441432;-109.9107316,way_type=user_defined:way_id=80E -edge,1918,1918;41.5441432;-109.9107316:1919;41.5441835;-109.9101827,way_type=user_defined:way_id=80E -edge,1919,1919;41.5441835;-109.9101827:1920;41.5442019;-109.9098884,way_type=user_defined:way_id=80E -edge,1920,1920;41.5442019;-109.9098884:1921;41.544217;-109.9095934,way_type=user_defined:way_id=80E -edge,1921,1921;41.544217;-109.9095934:1922;41.5442233;-109.9094428,way_type=user_defined:way_id=80E -edge,1922,1922;41.5442233;-109.9094428:1923;41.5442302;-109.9092725,way_type=user_defined:way_id=80E -edge,1923,1923;41.5442302;-109.9092725:1924;41.5442395;-109.9089794,way_type=user_defined:way_id=80E -edge,1924,1924;41.5442395;-109.9089794:1925;41.5442466;-109.9086865,way_type=user_defined:way_id=80E -edge,1925,1925;41.5442466;-109.9086865:1926;41.5442511;-109.908431,way_type=user_defined:way_id=80E -edge,1926,1926;41.5442511;-109.908431:1927;41.5442548;-109.9080709,way_type=user_defined:way_id=80E -edge,1927,1927;41.5442548;-109.9080709:1928;41.5442547;-109.9077484,way_type=user_defined:way_id=80E -edge,1928,1928;41.5442547;-109.9077484:1929;41.5442522;-109.9074545,way_type=user_defined:way_id=80E -edge,1929,1929;41.5442522;-109.9074545:1930;41.5442487;-109.907252,way_type=user_defined:way_id=80E -edge,1930,1930;41.5442487;-109.907252:1931;41.5442487;-109.907252,way_type=user_defined:way_id=80E -edge,1931,1931;41.5442487;-109.907252:1932;41.5442387;-109.9068558,way_type=user_defined:way_id=80E -edge,1932,1932;41.5442387;-109.9068558:1933;41.5442269;-109.9065612,way_type=user_defined:way_id=80E -edge,1933,1933;41.5442269;-109.9065612:1934;41.544211;-109.9062398,way_type=user_defined:way_id=80E -edge,1934,1934;41.544211;-109.9062398:1935;41.5441936;-109.9059455,way_type=user_defined:way_id=80E -edge,1935,1935;41.5441936;-109.9059455:1936;41.5441714;-109.9056233,way_type=user_defined:way_id=80E -edge,1936,1936;41.5441714;-109.9056233:1937;41.5441496;-109.9053391,way_type=user_defined:way_id=80E -edge,1937,1937;41.5441496;-109.9053391:1938;41.5441232;-109.9050458,way_type=user_defined:way_id=80E -edge,1938,1938;41.5441232;-109.9050458:1939;41.54409651;-109.9047831,way_type=user_defined:way_id=80E -edge,1939,1939;41.54409651;-109.9047831:1940;41.5440915;-109.9047338,way_type=user_defined:way_id=80E -edge,1940,1940;41.5440915;-109.9047338:1941;41.544066;-109.9045003,way_type=user_defined:way_id=80E -edge,1941,1941;41.544066;-109.9045003:1942;41.5440218;-109.9041195,way_type=user_defined:way_id=80E -edge,1942,1942;41.5440218;-109.9041195:1943;41.5439847;-109.9038276,way_type=user_defined:way_id=80E -edge,1943,1943;41.5439847;-109.9038276:1944;41.5439413;-109.9035085,way_type=user_defined:way_id=80E -edge,1944,1944;41.5439413;-109.9035085:1945;41.5439008;-109.903227,way_type=user_defined:way_id=80E -edge,1945,1945;41.5439008;-109.903227:1946;41.543861;-109.9029689,way_type=user_defined:way_id=80E -edge,1946,1946;41.543861;-109.9029689:1947;41.5438051;-109.9026285,way_type=user_defined:way_id=80E -edge,1947,1947;41.5438051;-109.9026285:1948;41.5437501;-109.9023121,way_type=user_defined:way_id=80E -edge,1948,1948;41.5437501;-109.9023121:1949;41.5436913;-109.9019875,way_type=user_defined:way_id=80E -edge,1949,1949;41.5436913;-109.9019875:1950;41.5434963;-109.900939,way_type=user_defined:way_id=80E -edge,1950,1950;41.5434963;-109.900939:1951;41.543305;-109.8999521,way_type=user_defined:way_id=80E -edge,1951,1951;41.543305;-109.8999521:1952;41.54310846;-109.8989221,way_type=user_defined:way_id=80E -edge,1952,1952;41.54310846;-109.8989221:1953;41.5427901;-109.8972536,way_type=user_defined:way_id=80E -edge,1953,1953;41.5427901;-109.8972536:1954;41.5424506;-109.8954914,way_type=user_defined:way_id=80E -edge,1954,1954;41.5424506;-109.8954914:1955;41.5422921;-109.894654,way_type=user_defined:way_id=80E -edge,1955,1955;41.5422921;-109.894654:1956;41.5422921;-109.894654,way_type=user_defined:way_id=80E -edge,1956,1956;41.5422921;-109.894654:1957;41.5422132;-109.8942256,way_type=user_defined:way_id=80E -edge,1957,1957;41.5422132;-109.8942256:1958;41.5421636;-109.8939425,way_type=user_defined:way_id=80E -edge,1958,1958;41.5421636;-109.8939425:1959;41.5421114;-109.8936309,way_type=user_defined:way_id=80E -edge,1959,1959;41.5421114;-109.8936309:1960;41.5420657;-109.8933473,way_type=user_defined:way_id=80E -edge,1960,1960;41.5420657;-109.8933473:1961;41.5420164;-109.8930251,way_type=user_defined:way_id=80E -edge,1961,1961;41.5420164;-109.8930251:1962;41.5419293;-109.8924169,way_type=user_defined:way_id=80E -edge,1962,1962;41.5419293;-109.8924169:1963;41.54192319;-109.8923723,way_type=user_defined:way_id=80E -edge,1963,1963;41.54192319;-109.8923723:1964;41.541851;-109.8918456,way_type=user_defined:way_id=80E -edge,1964,1964;41.541851;-109.8918456:1965;41.5417686;-109.8912,way_type=user_defined:way_id=80E -edge,1965,1965;41.5417686;-109.8912:1966;41.5417354;-109.8909231,way_type=user_defined:way_id=80E -edge,1966,1966;41.5417354;-109.8909231:1967;41.5417022;-109.8906278,way_type=user_defined:way_id=80E -edge,1967,1967;41.5417022;-109.8906278:1968;41.5416347;-109.889979,way_type=user_defined:way_id=80E -edge,1968,1968;41.5416347;-109.889979:1969;41.5416078;-109.8897005,way_type=user_defined:way_id=80E -edge,1969,1969;41.5416078;-109.8897005:1970;41.541578;-109.8893656,way_type=user_defined:way_id=80E -edge,1970,1970;41.541578;-109.8893656:1971;41.541554;-109.8890769,way_type=user_defined:way_id=80E -edge,1971,1971;41.541554;-109.8890769:1972;41.5415322;-109.8887887,way_type=user_defined:way_id=80E -edge,1972,1972;41.5415322;-109.8887887:1973;41.5415101;-109.8884714,way_type=user_defined:way_id=80E -edge,1973,1973;41.5415101;-109.8884714:1974;41.5414885;-109.8881357,way_type=user_defined:way_id=80E -edge,1974,1974;41.5414885;-109.8881357:1975;41.5414544;-109.8875585,way_type=user_defined:way_id=80E -edge,1975,1975;41.5414544;-109.8875585:1976;41.5414264;-109.8870117,way_type=user_defined:way_id=80E -edge,1976,1976;41.5414264;-109.8870117:1977;41.5414088;-109.886581,way_type=user_defined:way_id=80E -edge,1977,1977;41.5414088;-109.886581:1978;41.5413902;-109.8859661,way_type=user_defined:way_id=80E -edge,1978,1978;41.5413902;-109.8859661:1979;41.5413771;-109.8853866,way_type=user_defined:way_id=80E -edge,1979,1979;41.5413771;-109.8853866:1980;41.5413728;-109.8849907,way_type=user_defined:way_id=80E -edge,1980,1980;41.5413728;-109.8849907:1981;41.54137229;-109.8844409,way_type=user_defined:way_id=80E -edge,1981,1981;41.54137229;-109.8844409:1982;41.5413819;-109.8835337,way_type=user_defined:way_id=80E -edge,1982,1982;41.5413819;-109.8835337:1983;41.5413898;-109.8831614,way_type=user_defined:way_id=80E -edge,1983,1983;41.5413898;-109.8831614:1984;41.5414454;-109.8811536,way_type=user_defined:way_id=80E -edge,1984,1984;41.5414454;-109.8811536:1985;41.5414928;-109.8795516,way_type=user_defined:way_id=80E -edge,1985,1985;41.5414928;-109.8795516:1986;41.5415788;-109.8764262,way_type=user_defined:way_id=80E -edge,1986,1986;41.5415788;-109.8764262:1987;41.5416054;-109.8755224,way_type=user_defined:way_id=80E -edge,1987,1987;41.5416054;-109.8755224:1988;41.5416312;-109.8745797,way_type=user_defined:way_id=80E -edge,1988,1988;41.5416312;-109.8745797:1989;41.5416589;-109.8736741,way_type=user_defined:way_id=80E -edge,1989,1989;41.5416589;-109.8736741:1990;41.54170025;-109.8721343,way_type=user_defined:way_id=80E -edge,1990,1990;41.54170025;-109.8721343:1991;41.54173843;-109.8708438,way_type=user_defined:way_id=80E -edge,1991,1991;41.54173843;-109.8708438:1992;41.54179179;-109.8691646,way_type=user_defined:way_id=80E -edge,1992,1992;41.54179179;-109.8691646:1993;41.54183371;-109.8674887,way_type=user_defined:way_id=80E -edge,1993,1993;41.54183371;-109.8674887:1994;41.54184493;-109.8670401,way_type=user_defined:way_id=80E -edge,1994,1994;41.54184493;-109.8670401:1995;41.54189283;-109.8655575,way_type=user_defined:way_id=80E -edge,1995,1995;41.54189283;-109.8655575:1996;41.54189283;-109.8655575,way_type=user_defined:way_id=80E -edge,1996,1996;41.54189283;-109.8655575:1997;41.54192517;-109.8645916,way_type=user_defined:way_id=80E -edge,1997,1997;41.54192517;-109.8645916:1998;41.54194065;-109.8639957,way_type=user_defined:way_id=80E -edge,1998,1998;41.54194065;-109.8639957:1999;41.54196321;-109.8632671,way_type=user_defined:way_id=80E -edge,1999,1999;41.54196321;-109.8632671:2000;41.54199324;-109.8622227,way_type=user_defined:way_id=80E -edge,2000,2000;41.54199324;-109.8622227:2001;41.54200821;-109.861702,way_type=user_defined:way_id=80E -edge,2001,2001;41.54200821;-109.861702:2002;41.54204328;-109.8606059,way_type=user_defined:way_id=80E -edge,2002,2002;41.54204328;-109.8606059:2003;41.5420695;-109.859703,way_type=user_defined:way_id=80E -edge,2003,2003;41.5420695;-109.859703:2004;41.54210376;-109.8583056,way_type=user_defined:way_id=80E -edge,2004,2004;41.54210376;-109.8583056:2005;41.54212291;-109.857394,way_type=user_defined:way_id=80E -edge,2005,2005;41.54212291;-109.857394:2006;41.54212291;-109.857394,way_type=user_defined:way_id=80E -edge,2006,2006;41.54212291;-109.857394:2007;41.54214702;-109.8568198,way_type=user_defined:way_id=80E -edge,2007,2007;41.54214702;-109.8568198:2008;41.5421635;-109.8561512,way_type=user_defined:way_id=80E -edge,2008,2008;41.5421635;-109.8561512:2009;41.5422021;-109.8547052,way_type=user_defined:way_id=80E -edge,2009,2009;41.5422021;-109.8547052:2010;41.5422083;-109.8543395,way_type=user_defined:way_id=80E -edge,2010,2010;41.5422083;-109.8543395:2011;41.5422165;-109.8540123,way_type=user_defined:way_id=80E -edge,2011,2011;41.5422165;-109.8540123:2012;41.54224847;-109.8529069,way_type=user_defined:way_id=80E -edge,2012,2012;41.54224847;-109.8529069:2013;41.5422838;-109.8516853,way_type=user_defined:way_id=80E -edge,2013,2013;41.5422838;-109.8516853:2014;41.5423752;-109.8483298,way_type=user_defined:way_id=80E -edge,2014,2014;41.5423752;-109.8483298:2015;41.5423752;-109.8483298,way_type=user_defined:way_id=80E -edge,2015,2015;41.5423752;-109.8483298:2016;41.5424149;-109.8468773,way_type=user_defined:way_id=80E -edge,2016,2016;41.5424149;-109.8468773:2017;41.54244273;-109.8458999,way_type=user_defined:way_id=80E -edge,2017,2017;41.54244273;-109.8458999:2018;41.5424579;-109.8453671,way_type=user_defined:way_id=80E -edge,2018,2018;41.5424579;-109.8453671:2019;41.5425474;-109.8423015,way_type=user_defined:way_id=80E -edge,2019,2019;41.5425474;-109.8423015:2020;41.5425734;-109.8413257,way_type=user_defined:way_id=80E -edge,2020,2020;41.5425734;-109.8413257:2021;41.5426186;-109.8397575,way_type=user_defined:way_id=80E -edge,2021,2021;41.5426186;-109.8397575:2022;41.5426923;-109.8371085,way_type=user_defined:way_id=80E -edge,2022,2022;41.5426923;-109.8371085:2023;41.542707;-109.8364556,way_type=user_defined:way_id=80E -edge,2023,2023;41.542707;-109.8364556:2024;41.54272143;-109.8356596,way_type=user_defined:way_id=80E -edge,2024,2024;41.54272143;-109.8356596:2025;41.5427262;-109.8352192,way_type=user_defined:way_id=80E -edge,2025,2025;41.5427262;-109.8352192:2026;41.5427299;-109.8346125,way_type=user_defined:way_id=80E -edge,2026,2026;41.5427299;-109.8346125:2027;41.5427314;-109.8339581,way_type=user_defined:way_id=80E -edge,2027,2027;41.5427314;-109.8339581:2028;41.5427299;-109.8330901,way_type=user_defined:way_id=80E -edge,2028,2028;41.5427299;-109.8330901:2029;41.5427146;-109.8292753,way_type=user_defined:way_id=80E -edge,2029,2029;41.5427146;-109.8292753:2030;41.5427092;-109.8264862,way_type=user_defined:way_id=80E -edge,2030,2030;41.5427092;-109.8264862:2031;41.5427056;-109.8256485,way_type=user_defined:way_id=80E -edge,2031,2031;41.5427056;-109.8256485:2032;41.5426983;-109.8244282,way_type=user_defined:way_id=80E -edge,2032,2032;41.5426983;-109.8244282:2033;41.5426974;-109.8223163,way_type=user_defined:way_id=80E -edge,2033,2033;41.5426974;-109.8223163:2034;41.5426947;-109.8217369,way_type=user_defined:way_id=80E -edge,2034,2034;41.5426947;-109.8217369:2035;41.5426843;-109.8177001,way_type=user_defined:way_id=80E -edge,2035,2035;41.5426843;-109.8177001:2036;41.5426766;-109.815636,way_type=user_defined:way_id=80E -edge,2036,2036;41.5426766;-109.815636:2037;41.5426751;-109.8142483,way_type=user_defined:way_id=80E -edge,2037,2037;41.5426751;-109.8142483:2038;41.5426707;-109.8133438,way_type=user_defined:way_id=80E -edge,2038,2038;41.5426707;-109.8133438:2039;41.5426697;-109.8127272,way_type=user_defined:way_id=80E -edge,2039,2039;41.5426697;-109.8127272:2040;41.5426639;-109.8112371,way_type=user_defined:way_id=80E -edge,2040,2040;41.5426639;-109.8112371:2041;41.5426612;-109.8099685,way_type=user_defined:way_id=80E -edge,2041,2041;41.5426612;-109.8099685:2042;41.5426563;-109.8087359,way_type=user_defined:way_id=80E -edge,2042,2042;41.5426563;-109.8087359:2043;41.5426514;-109.8079447,way_type=user_defined:way_id=80E -edge,2043,2043;41.5426514;-109.8079447:2044;41.5426496;-109.8066061,way_type=user_defined:way_id=80E -edge,2044,2044;41.5426496;-109.8066061:2045;41.542644;-109.8051159,way_type=user_defined:way_id=80E -edge,2045,2045;41.542644;-109.8051159:2046;41.5426429;-109.80417,way_type=user_defined:way_id=80E -edge,2046,2046;41.5426429;-109.80417:2047;41.5426379;-109.802324,way_type=user_defined:way_id=80E -edge,2047,2047;41.5426379;-109.802324:2048;41.54263026;-109.8009078,way_type=user_defined:way_id=80E -edge,2048,2048;41.54263026;-109.8009078:2049;41.5426291;-109.8006925,way_type=user_defined:way_id=80E -edge,2049,2049;41.5426291;-109.8006925:2050;41.5426259;-109.7996386,way_type=user_defined:way_id=80E -edge,2050,2050;41.5426259;-109.7996386:2051;41.5426259;-109.7996386,way_type=user_defined:way_id=80E -edge,2051,2051;41.5426259;-109.7996386:2052;41.5426212;-109.7973912,way_type=user_defined:way_id=80E -edge,2052,2052;41.5426212;-109.7973912:2053;41.54261832;-109.7968524,way_type=user_defined:way_id=80E -edge,2053,2053;41.54261832;-109.7968524:2054;41.542615;-109.7962319,way_type=user_defined:way_id=80E -edge,2054,2054;41.542615;-109.7962319:2055;41.54261522;-109.7958905,way_type=user_defined:way_id=80E -edge,2055,2055;41.54261522;-109.7958905:2056;41.54261382;-109.7956574,way_type=user_defined:way_id=80E -edge,2056,2056;41.54261382;-109.7956574:2057;41.5426113;-109.7941628,way_type=user_defined:way_id=80E -edge,2057,2057;41.5426113;-109.7941628:2058;41.5426075;-109.7933511,way_type=user_defined:way_id=80E -edge,2058,2058;41.5426075;-109.7933511:2059;41.5426075;-109.7933511,way_type=user_defined:way_id=80E -edge,2059,2059;41.5426075;-109.7933511:2060;41.5426044;-109.7925977,way_type=user_defined:way_id=80E -edge,2060,2060;41.5426044;-109.7925977:2061;41.5425997;-109.791874,way_type=user_defined:way_id=80E -edge,2061,2061;41.5425997;-109.791874:2062;41.54259681;-109.7900924,way_type=user_defined:way_id=80E -edge,2062,2062;41.54259681;-109.7900924:2063;41.5425967;-109.7900229,way_type=user_defined:way_id=80E -edge,2063,2063;41.5425967;-109.7900229:2064;41.5425908;-109.7881839,way_type=user_defined:way_id=80E -edge,2064,2064;41.5425908;-109.7881839:2065;41.5425791;-109.7852403,way_type=user_defined:way_id=80E -edge,2065,2065;41.5425791;-109.7852403:2066;41.5425791;-109.7852403,way_type=user_defined:way_id=80E -edge,2066,2066;41.5425791;-109.7852403:2067;41.54257208;-109.7834611,way_type=user_defined:way_id=80E -edge,2067,2067;41.54257208;-109.7834611:2068;41.5425701;-109.7829595,way_type=user_defined:way_id=80E -edge,2068,2068;41.5425701;-109.7829595:2069;41.5425689;-109.7818645,way_type=user_defined:way_id=80E -edge,2069,2069;41.5425689;-109.7818645:2070;41.5425652;-109.7807744,way_type=user_defined:way_id=80E -edge,2070,2070;41.5425652;-109.7807744:2071;41.5425631;-109.779544,way_type=user_defined:way_id=80E -edge,2071,2071;41.5425631;-109.779544:2072;41.5425568;-109.777941,way_type=user_defined:way_id=80E -edge,2072,2072;41.5425568;-109.777941:2073;41.5425526;-109.7764511,way_type=user_defined:way_id=80E -edge,2073,2073;41.5425526;-109.7764511:2074;41.5425411;-109.7737764,way_type=user_defined:way_id=80E -edge,2074,2074;41.5425411;-109.7737764:2075;41.5425368;-109.7730463,way_type=user_defined:way_id=80E -edge,2075,2075;41.5425368;-109.7730463:2076;41.5425357;-109.7718812,way_type=user_defined:way_id=80E -edge,2076,2076;41.5425357;-109.7718812:2077;41.54253;-109.7709483,way_type=user_defined:way_id=80E -edge,2077,2077;41.54253;-109.7709483:2078;41.5425258;-109.7687994,way_type=user_defined:way_id=80E -edge,2078,2078;41.5425258;-109.7687994:2079;41.5425191;-109.7675626,way_type=user_defined:way_id=80E -edge,2079,2079;41.5425191;-109.7675626:2080;41.5425148;-109.7661047,way_type=user_defined:way_id=80E -edge,2080,2080;41.5425148;-109.7661047:2081;41.542508;-109.7648467,way_type=user_defined:way_id=80E -edge,2081,2081;41.542508;-109.7648467:2082;41.5425058;-109.7635747,way_type=user_defined:way_id=80E -edge,2082,2082;41.5425058;-109.7635747:2083;41.5424951;-109.7611175,way_type=user_defined:way_id=80E -edge,2083,2083;41.5424951;-109.7611175:2084;41.5424931;-109.7599498,way_type=user_defined:way_id=80E -edge,2084,2084;41.5424931;-109.7599498:2085;41.5424899;-109.7589758,way_type=user_defined:way_id=80E -edge,2085,2085;41.5424899;-109.7589758:2086;41.5424893;-109.7582145,way_type=user_defined:way_id=80E -edge,2086,2086;41.5424893;-109.7582145:2087;41.5424836;-109.7572771,way_type=user_defined:way_id=80E -edge,2087,2087;41.5424836;-109.7572771:2088;41.5424755;-109.754918,way_type=user_defined:way_id=80E -edge,2088,2088;41.5424755;-109.754918:2089;41.54247;-109.7537949,way_type=user_defined:way_id=80E -edge,2089,2089;41.54247;-109.7537949:2090;41.5424672;-109.7523064,way_type=user_defined:way_id=80E -edge,2090,2090;41.5424672;-109.7523064:2091;41.5424599;-109.7509704,way_type=user_defined:way_id=80E -edge,2091,2091;41.5424599;-109.7509704:2092;41.5424528;-109.7488218,way_type=user_defined:way_id=80E -edge,2092,2092;41.5424528;-109.7488218:2093;41.5424482;-109.7478049,way_type=user_defined:way_id=80E -edge,2093,2093;41.5424482;-109.7478049:2094;41.5424424;-109.7453741,way_type=user_defined:way_id=80E -edge,2094,2094;41.5424424;-109.7453741:2095;41.5424368;-109.7442092,way_type=user_defined:way_id=80E -edge,2095,2095;41.5424368;-109.7442092:2096;41.5424322;-109.7424798,way_type=user_defined:way_id=80E -edge,2096,2096;41.5424322;-109.7424798:2097;41.5424272;-109.7415581,way_type=user_defined:way_id=80E -edge,2097,2097;41.5424272;-109.7415581:2098;41.5424228;-109.7402315,way_type=user_defined:way_id=80E -edge,2098,2098;41.5424228;-109.7402315:2099;41.5424178;-109.7393246,way_type=user_defined:way_id=80E -edge,2099,2099;41.5424178;-109.7393246:2100;41.5424163;-109.7386707,way_type=user_defined:way_id=80E -edge,2100,2100;41.5424163;-109.7386707:2101;41.5424095;-109.7371512,way_type=user_defined:way_id=80E -edge,2101,2101;41.5424095;-109.7371512:2102;41.5424073;-109.7362428,way_type=user_defined:way_id=80E -edge,2102,2102;41.5424073;-109.7362428:2103;41.542401;-109.7350092,way_type=user_defined:way_id=80E -edge,2103,2103;41.542401;-109.7350092:2104;41.5423981;-109.7334144,way_type=user_defined:way_id=80E -edge,2104,2104;41.5423981;-109.7334144:2105;41.5423858;-109.7308016,way_type=user_defined:way_id=80E -edge,2105,2105;41.5423858;-109.7308016:2106;41.5423805;-109.7289092,way_type=user_defined:way_id=80E -edge,2106,2106;41.5423805;-109.7289092:2107;41.5423759;-109.7279305,way_type=user_defined:way_id=80E -edge,2107,2107;41.5423759;-109.7279305:2108;41.5423746;-109.7269826,way_type=user_defined:way_id=80E -edge,2108,2108;41.5423746;-109.7269826:2109;41.5423659;-109.7254608,way_type=user_defined:way_id=80E -edge,2109,2109;41.5423659;-109.7254608:2110;41.5423602;-109.7236099,way_type=user_defined:way_id=80E -edge,2110,2110;41.5423602;-109.7236099:2111;41.5423457;-109.7205695,way_type=user_defined:way_id=80E -edge,2111,2111;41.5423457;-109.7205695:2112;41.542338;-109.7177476,way_type=user_defined:way_id=80E -edge,2112,2112;41.542338;-109.7177476:2113;41.5423251;-109.7147269,way_type=user_defined:way_id=80E -edge,2113,2113;41.5423251;-109.7147269:2114;41.542315;-109.7116489,way_type=user_defined:way_id=80E -edge,2114,2114;41.542315;-109.7116489:2115;41.5423098;-109.7104019,way_type=user_defined:way_id=80E -edge,2115,2115;41.5423098;-109.7104019:2116;41.54230515;-109.709645,way_type=user_defined:way_id=80E -edge,2116,2116;41.54230515;-109.709645:2117;41.5423039;-109.7094423,way_type=user_defined:way_id=80E -edge,2117,2117;41.5423039;-109.7094423:2118;41.5423039;-109.7088255,way_type=user_defined:way_id=80E -edge,2118,2118;41.5423039;-109.7088255:2119;41.5423002;-109.7077442,way_type=user_defined:way_id=80E -edge,2119,2119;41.5423002;-109.7077442:2120;41.5422862;-109.7042251,way_type=user_defined:way_id=80E -edge,2120,2120;41.5422862;-109.7042251:2121;41.5422777;-109.7026956,way_type=user_defined:way_id=80E -edge,2121,2121;41.5422777;-109.7026956:2122;41.5422755;-109.7014589,way_type=user_defined:way_id=80E -edge,2122,2122;41.5422755;-109.7014589:2123;41.5422712;-109.7005572,way_type=user_defined:way_id=80E -edge,2123,2123;41.5422712;-109.7005572:2124;41.5422686;-109.699363,way_type=user_defined:way_id=80E -edge,2124,2124;41.5422686;-109.699363:2125;41.54225994;-109.6975874,way_type=user_defined:way_id=80E -edge,2125,2125;41.54225994;-109.6975874:2126;41.54225512;-109.6960606,way_type=user_defined:way_id=80E -edge,2126,2126;41.54225512;-109.6960606:2127;41.54225512;-109.6960606,way_type=user_defined:way_id=80E -edge,2127,2127;41.54225512;-109.6960606:2128;41.5422509;-109.6947498,way_type=user_defined:way_id=80E -edge,2128,2128;41.5422509;-109.6947498:2129;41.5422429;-109.6934754,way_type=user_defined:way_id=80E -edge,2129,2129;41.5422429;-109.6934754:2130;41.5422413;-109.6922836,way_type=user_defined:way_id=80E -edge,2130,2130;41.5422413;-109.6922836:2131;41.54223556;-109.6913245,way_type=user_defined:way_id=80E -edge,2131,2131;41.54223556;-109.6913245:2132;41.5422281;-109.6891949,way_type=user_defined:way_id=80E -edge,2132,2132;41.5422281;-109.6891949:2133;41.5422196;-109.6875996,way_type=user_defined:way_id=80E -edge,2133,2133;41.5422196;-109.6875996:2134;41.5422158;-109.6861484,way_type=user_defined:way_id=80E -edge,2134,2134;41.5422158;-109.6861484:2135;41.54220874;-109.6843557,way_type=user_defined:way_id=80E -edge,2135,2135;41.54220874;-109.6843557:2136;41.5422015;-109.6825265,way_type=user_defined:way_id=80E -edge,2136,2136;41.5422015;-109.6825265:2137;41.5421862;-109.6797008,way_type=user_defined:way_id=80E -edge,2137,2137;41.5421862;-109.6797008:2138;41.5421849;-109.6790869,way_type=user_defined:way_id=80E -edge,2138,2138;41.5421849;-109.6790869:2139;41.5421857;-109.6787612,way_type=user_defined:way_id=80E -edge,2139,2139;41.5421857;-109.6787612:2140;41.5421931;-109.6778214,way_type=user_defined:way_id=80E -edge,2140,2140;41.5421931;-109.6778214:2141;41.542197;-109.6775244,way_type=user_defined:way_id=80E -edge,2141,2141;41.542197;-109.6775244:2142;41.5422023;-109.6772451,way_type=user_defined:way_id=80E -edge,2142,2142;41.5422023;-109.6772451:2143;41.5422098;-109.6769373,way_type=user_defined:way_id=80E -edge,2143,2143;41.5422098;-109.6769373:2144;41.542219;-109.6766311,way_type=user_defined:way_id=80E -edge,2144,2144;41.542219;-109.6766311:2145;41.5422305;-109.6762945,way_type=user_defined:way_id=80E -edge,2145,2145;41.5422305;-109.6762945:2146;41.54223992;-109.6760676,way_type=user_defined:way_id=80E -edge,2146,2146;41.54223992;-109.6760676:2147;41.5422437;-109.6759767,way_type=user_defined:way_id=80E -edge,2147,2147;41.5422437;-109.6759767:2148;41.5422871;-109.6750715,way_type=user_defined:way_id=80E -edge,2148,2148;41.5422871;-109.6750715:2149;41.5424056;-109.6727543,way_type=user_defined:way_id=80E -edge,2149,2149;41.5424056;-109.6727543:2150;41.5424726;-109.6713765,way_type=user_defined:way_id=80E -edge,2150,2150;41.5424726;-109.6713765:2151;41.5425736;-109.6694583,way_type=user_defined:way_id=80E -edge,2151,2151;41.5425736;-109.6694583:2152;41.5426714;-109.6675026,way_type=user_defined:way_id=80E -edge,2152,2152;41.5426714;-109.6675026:2153;41.5428206;-109.6646129,way_type=user_defined:way_id=80E -edge,2153,2153;41.5428206;-109.6646129:2154;41.5428779;-109.6634563,way_type=user_defined:way_id=80E -edge,2154,2154;41.5428779;-109.6634563:2155;41.542929;-109.6625095,way_type=user_defined:way_id=80E -edge,2155,2155;41.542929;-109.6625095:2156;41.5429859;-109.6613581,way_type=user_defined:way_id=80E -edge,2156,2156;41.5429859;-109.6613581:2157;41.5430386;-109.660384,way_type=user_defined:way_id=80E -edge,2157,2157;41.5430386;-109.660384:2158;41.5430877;-109.6593708,way_type=user_defined:way_id=80E -edge,2158,2158;41.5430877;-109.6593708:2159;41.5431793;-109.6575925,way_type=user_defined:way_id=80E -edge,2159,2159;41.5431793;-109.6575925:2160;41.5432788;-109.6555548,way_type=user_defined:way_id=80E -edge,2160,2160;41.5432788;-109.6555548:2161;41.54337384;-109.6537151,way_type=user_defined:way_id=80E -edge,2161,2161;41.54337384;-109.6537151:2162;41.5434254;-109.6527166,way_type=user_defined:way_id=80E -edge,2162,2162;41.5434254;-109.6527166:2163;41.5435395;-109.650438,way_type=user_defined:way_id=80E -edge,2163,2163;41.5435395;-109.650438:2164;41.5436101;-109.6490721,way_type=user_defined:way_id=80E -edge,2164,2164;41.5436101;-109.6490721:2165;41.5436532;-109.6481981,way_type=user_defined:way_id=80E -edge,2165,2165;41.5436532;-109.6481981:2166;41.5437033;-109.6472241,way_type=user_defined:way_id=80E -edge,2166,2166;41.5437033;-109.6472241:2167;41.5438118;-109.645058,way_type=user_defined:way_id=80E -edge,2167,2167;41.5438118;-109.645058:2168;41.5438594;-109.644142,way_type=user_defined:way_id=80E -edge,2168,2168;41.5438594;-109.644142:2169;41.5441245;-109.6389228,way_type=user_defined:way_id=80E -edge,2169,2169;41.5441245;-109.6389228:2170;41.5442133;-109.6371165,way_type=user_defined:way_id=80E -edge,2170,2170;41.5442133;-109.6371165:2171;41.5443104;-109.6352309,way_type=user_defined:way_id=80E -edge,2171,2171;41.5443104;-109.6352309:2172;41.5443696;-109.6340155,way_type=user_defined:way_id=80E -edge,2172,2172;41.5443696;-109.6340155:2173;41.5444153;-109.6331425,way_type=user_defined:way_id=80E -edge,2173,2173;41.5444153;-109.6331425:2174;41.5444772;-109.631879,way_type=user_defined:way_id=80E -edge,2174,2174;41.5444772;-109.631879:2175;41.5445862;-109.6297873,way_type=user_defined:way_id=80E -edge,2175,2175;41.5445862;-109.6297873:2176;41.5447501;-109.6265684,way_type=user_defined:way_id=80E -edge,2176,2176;41.5447501;-109.6265684:2177;41.5448236;-109.6250557,way_type=user_defined:way_id=80E -edge,2177,2177;41.5448236;-109.6250557:2178;41.5450848;-109.6199189,way_type=user_defined:way_id=80E -edge,2178,2178;41.5450848;-109.6199189:2179;41.5451279;-109.6190158,way_type=user_defined:way_id=80E -edge,2179,2179;41.5451279;-109.6190158:2180;41.5451766;-109.6180737,way_type=user_defined:way_id=80E -edge,2180,2180;41.5451766;-109.6180737:2181;41.5452789;-109.6159867,way_type=user_defined:way_id=80E -edge,2181,2181;41.5452789;-109.6159867:2182;41.5453306;-109.6150343,way_type=user_defined:way_id=80E -edge,2182,2182;41.5453306;-109.6150343:2183;41.5453499;-109.6147199,way_type=user_defined:way_id=80E -edge,2183,2183;41.5453499;-109.6147199:2184;41.5453709;-109.6144246,way_type=user_defined:way_id=80E -edge,2184,2184;41.5453709;-109.6144246:2185;41.5453991;-109.6141011,way_type=user_defined:way_id=80E -edge,2185,2185;41.5453991;-109.6141011:2186;41.5454279;-109.6138146,way_type=user_defined:way_id=80E -edge,2186,2186;41.5454279;-109.6138146:2187;41.5454478;-109.6136338,way_type=user_defined:way_id=80E -edge,2187,2187;41.5454478;-109.6136338:2188;41.5454981;-109.6132059,way_type=user_defined:way_id=80E -edge,2188,2188;41.5454981;-109.6132059:2189;41.5455361;-109.6129116,way_type=user_defined:way_id=80E -edge,2189,2189;41.5455361;-109.6129116:2190;41.5455793;-109.6125987,way_type=user_defined:way_id=80E -edge,2190,2190;41.5455793;-109.6125987:2191;41.5456226;-109.6123056,way_type=user_defined:way_id=80E -edge,2191,2191;41.5456226;-109.6123056:2192;41.5456605;-109.6120676,way_type=user_defined:way_id=80E -edge,2192,2192;41.5456605;-109.6120676:2193;41.5457212;-109.6117129,way_type=user_defined:way_id=80E -edge,2193,2193;41.5457212;-109.6117129:2194;41.5457863;-109.6113627,way_type=user_defined:way_id=80E -edge,2194,2194;41.5457863;-109.6113627:2195;41.5458353;-109.6111148,way_type=user_defined:way_id=80E -edge,2195,2195;41.5458353;-109.6111148:2196;41.5459009;-109.6108021,way_type=user_defined:way_id=80E -edge,2196,2196;41.5459009;-109.6108021:2197;41.5459704;-109.610489,way_type=user_defined:way_id=80E -edge,2197,2197;41.5459704;-109.610489:2198;41.5460257;-109.6102506,way_type=user_defined:way_id=80E -edge,2198,2198;41.5460257;-109.6102506:2199;41.5461031;-109.6099313,way_type=user_defined:way_id=80E -edge,2199,2199;41.5461031;-109.6099313:2200;41.5461825;-109.6096221,way_type=user_defined:way_id=80E -edge,2200,2200;41.5461825;-109.6096221:2201;41.5462554;-109.6093533,way_type=user_defined:way_id=80E -edge,2201,2201;41.5462554;-109.6093533:2202;41.5463423;-109.6090477,way_type=user_defined:way_id=80E -edge,2202,2202;41.5463423;-109.6090477:2203;41.5464218;-109.6087797,way_type=user_defined:way_id=80E -edge,2203,2203;41.5464218;-109.6087797:2204;41.5464817;-109.6085848,way_type=user_defined:way_id=80E -edge,2204,2204;41.5464817;-109.6085848:2205;41.5465995;-109.6082142,way_type=user_defined:way_id=80E -edge,2205,2205;41.5465995;-109.6082142:2206;41.5467107;-109.6078817,way_type=user_defined:way_id=80E -edge,2206,2206;41.5467107;-109.6078817:2207;41.546789;-109.6076557,way_type=user_defined:way_id=80E -edge,2207,2207;41.546789;-109.6076557:2208;41.5468853;-109.607388,way_type=user_defined:way_id=80E -edge,2208,2208;41.5468853;-109.607388:2209;41.5469935;-109.607096,way_type=user_defined:way_id=80E -edge,2209,2209;41.5469935;-109.607096:2210;41.547079;-109.6068725,way_type=user_defined:way_id=80E -edge,2210,2210;41.547079;-109.6068725:2211;41.5472089;-109.606543,way_type=user_defined:way_id=80E -edge,2211,2211;41.5472089;-109.606543:2212;41.5473233;-109.6062645,way_type=user_defined:way_id=80E -edge,2212,2212;41.5473233;-109.6062645:2213;41.5474303;-109.6060134,way_type=user_defined:way_id=80E -edge,2213,2213;41.5474303;-109.6060134:2214;41.5475551;-109.6057311,way_type=user_defined:way_id=80E -edge,2214,2214;41.5475551;-109.6057311:2215;41.5476684;-109.6054844,way_type=user_defined:way_id=80E -edge,2215,2215;41.5476684;-109.6054844:2216;41.5478278;-109.6051517,way_type=user_defined:way_id=80E -edge,2216,2216;41.5478278;-109.6051517:2217;41.5479186;-109.6049663,way_type=user_defined:way_id=80E -edge,2217,2217;41.5479186;-109.6049663:2218;41.5480397;-109.6047259,way_type=user_defined:way_id=80E -edge,2218,2218;41.5480397;-109.6047259:2219;41.5481791;-109.6044571,way_type=user_defined:way_id=80E -edge,2219,2219;41.5481791;-109.6044571:2220;41.5483173;-109.6041984,way_type=user_defined:way_id=80E -edge,2220,2220;41.5483173;-109.6041984:2221;41.5484491;-109.603957,way_type=user_defined:way_id=80E -edge,2221,2221;41.5484491;-109.603957:2222;41.5485955;-109.6036931,way_type=user_defined:way_id=80E -edge,2222,2222;41.5485955;-109.6036931:2223;41.5490027;-109.6029669,way_type=user_defined:way_id=80E -edge,2223,2223;41.5490027;-109.6029669:2224;41.5498256;-109.6015211,way_type=user_defined:way_id=80E -edge,2224,2224;41.5498256;-109.6015211:2225;41.5501207;-109.601,way_type=user_defined:way_id=80E -edge,2225,2225;41.5501207;-109.601:2226;41.5505314;-109.6002842,way_type=user_defined:way_id=80E -edge,2226,2226;41.5505314;-109.6002842:2227;41.5509387;-109.5995666,way_type=user_defined:way_id=80E -edge,2227,2227;41.5509387;-109.5995666:2228;41.55121939;-109.5990692,way_type=user_defined:way_id=80E -edge,2228,2228;41.55121939;-109.5990692:2229;41.5514482;-109.5986637,way_type=user_defined:way_id=80E -edge,2229,2229;41.5514482;-109.5986637:2230;41.5517927;-109.5980589,way_type=user_defined:way_id=80E -edge,2230,2230;41.5517927;-109.5980589:2231;41.5517927;-109.5980589,way_type=user_defined:way_id=80E -edge,2231,2231;41.5517927;-109.5980589:2232;41.5522254;-109.5973018,way_type=user_defined:way_id=80E -edge,2232,2232;41.5522254;-109.5973018:2233;41.5527983;-109.5962906,way_type=user_defined:way_id=80E -edge,2233,2233;41.5527983;-109.5962906:2234;41.55318643;-109.5956129,way_type=user_defined:way_id=80E -edge,2234,2234;41.55318643;-109.5956129:2235;41.5532109;-109.5955702,way_type=user_defined:way_id=80E -edge,2235,2235;41.5532109;-109.5955702:2236;41.5533245;-109.5953697,way_type=user_defined:way_id=80E -edge,2236,2236;41.5533245;-109.5953697:2237;41.5534571;-109.5951305,way_type=user_defined:way_id=80E -edge,2237,2237;41.5534571;-109.5951305:2238;41.5535834;-109.5948965,way_type=user_defined:way_id=80E -edge,2238,2238;41.5535834;-109.5948965:2239;41.5537362;-109.5946051,way_type=user_defined:way_id=80E -edge,2239,2239;41.5537362;-109.5946051:2240;41.5538458;-109.5943906,way_type=user_defined:way_id=80E -edge,2240,2240;41.5538458;-109.5943906:2241;41.5539662;-109.5941498,way_type=user_defined:way_id=80E -edge,2241,2241;41.5539662;-109.5941498:2242;41.5540944;-109.5938854,way_type=user_defined:way_id=80E -edge,2242,2242;41.5540944;-109.5938854:2243;41.5542287;-109.5935977,way_type=user_defined:way_id=80E -edge,2243,2243;41.5542287;-109.5935977:2244;41.5542975;-109.5934456,way_type=user_defined:way_id=80E -edge,2244,2244;41.5542975;-109.5934456:2245;41.554351;-109.5933267,way_type=user_defined:way_id=80E -edge,2245,2245;41.554351;-109.5933267:2246;41.5544609;-109.5930744,way_type=user_defined:way_id=80E -edge,2246,2246;41.5544609;-109.5930744:2247;41.5545809;-109.5927881,way_type=user_defined:way_id=80E -edge,2247,2247;41.5545809;-109.5927881:2248;41.5546812;-109.5925406,way_type=user_defined:way_id=80E -edge,2248,2248;41.5546812;-109.5925406:2249;41.5547716;-109.592309,way_type=user_defined:way_id=80E -edge,2249,2249;41.5547716;-109.592309:2250;41.5549162;-109.5919263,way_type=user_defined:way_id=80E -edge,2250,2250;41.5549162;-109.5919263:2251;41.5549927;-109.5917175,way_type=user_defined:way_id=80E -edge,2251,2251;41.5549927;-109.5917175:2252;41.5550974;-109.5914223,way_type=user_defined:way_id=80E -edge,2252,2252;41.5550974;-109.5914223:2253;41.5551962;-109.5911317,way_type=user_defined:way_id=80E -edge,2253,2253;41.5551962;-109.5911317:2254;41.55533336;-109.5907089,way_type=user_defined:way_id=80E -edge,2254,2254;41.55533336;-109.5907089:2255;41.55533336;-109.5907089,way_type=user_defined:way_id=80E -edge,2255,2255;41.55533336;-109.5907089:2256;41.5553799;-109.5905636,way_type=user_defined:way_id=80E -edge,2256,2256;41.5553799;-109.5905636:2257;41.5554613;-109.590294,way_type=user_defined:way_id=80E -edge,2257,2257;41.5554613;-109.590294:2258;41.5555492;-109.5899866,way_type=user_defined:way_id=80E -edge,2258,2258;41.5555492;-109.5899866:2259;41.5556312;-109.5896862,way_type=user_defined:way_id=80E -edge,2259,2259;41.5556312;-109.5896862:2260;41.5557046;-109.5894034,way_type=user_defined:way_id=80E -edge,2260,2260;41.5557046;-109.5894034:2261;41.5557705;-109.5891365,way_type=user_defined:way_id=80E -edge,2261,2261;41.5557705;-109.5891365:2262;41.5558443;-109.5888235,way_type=user_defined:way_id=80E -edge,2262,2262;41.5558443;-109.5888235:2263;41.5559064;-109.5885446,way_type=user_defined:way_id=80E -edge,2263,2263;41.5559064;-109.5885446:2264;41.555943;-109.5883729,way_type=user_defined:way_id=80E -edge,2264,2264;41.555943;-109.5883729:2265;41.5559736;-109.5882282,way_type=user_defined:way_id=80E -edge,2265,2265;41.5559736;-109.5882282:2266;41.55603;-109.5879473,way_type=user_defined:way_id=80E -edge,2266,2266;41.55603;-109.5879473:2267;41.5560904;-109.5876281,way_type=user_defined:way_id=80E -edge,2267,2267;41.5560904;-109.5876281:2268;41.5561403;-109.5873454,way_type=user_defined:way_id=80E -edge,2268,2268;41.5561403;-109.5873454:2269;41.5561816;-109.5870971,way_type=user_defined:way_id=80E -edge,2269,2269;41.5561816;-109.5870971:2270;41.5562422;-109.5867101,way_type=user_defined:way_id=80E -edge,2270,2270;41.5562422;-109.5867101:2271;41.55626969;-109.5865218,way_type=user_defined:way_id=80E -edge,2271,2271;41.55626969;-109.5865218:2272;41.5565088;-109.5848838,way_type=user_defined:way_id=80E -edge,2272,2272;41.5565088;-109.5848838:2273;41.5567223;-109.5834328,way_type=user_defined:way_id=80E -edge,2273,2273;41.5567223;-109.5834328:2274;41.5568888;-109.5822848,way_type=user_defined:way_id=80E -edge,2274,2274;41.5568888;-109.5822848:2275;41.5568888;-109.5822848,way_type=user_defined:way_id=80E -edge,2275,2275;41.5568888;-109.5822848:2276;41.5571374;-109.5806177,way_type=user_defined:way_id=80E -edge,2276,2276;41.5571374;-109.5806177:2277;41.55726863;-109.5797243,way_type=user_defined:way_id=80E -edge,2277,2277;41.55726863;-109.5797243:2278;41.5574944;-109.5781873,way_type=user_defined:way_id=80E -edge,2278,2278;41.5574944;-109.5781873:2279;41.5577605;-109.5763951,way_type=user_defined:way_id=80E -edge,2279,2279;41.5577605;-109.5763951:2280;41.5578486;-109.5757903,way_type=user_defined:way_id=80E -edge,2280,2280;41.5578486;-109.5757903:2281;41.5579657;-109.5750071,way_type=user_defined:way_id=80E -edge,2281,2281;41.5579657;-109.5750071:2282;41.5581936;-109.5734428,way_type=user_defined:way_id=80E -edge,2282,2282;41.5581936;-109.5734428:2283;41.5583384;-109.5724864,way_type=user_defined:way_id=80E -edge,2283,2283;41.5583384;-109.5724864:2284;41.5583847;-109.572195,way_type=user_defined:way_id=80E -edge,2284,2284;41.5583847;-109.572195:2285;41.558437;-109.5718876,way_type=user_defined:way_id=80E -edge,2285,2285;41.558437;-109.5718876:2286;41.5584901;-109.5715985,way_type=user_defined:way_id=80E -edge,2286,2286;41.5584901;-109.5715985:2287;41.5585506;-109.5712917,way_type=user_defined:way_id=80E -edge,2287,2287;41.5585506;-109.5712917:2288;41.5586106;-109.5710042,way_type=user_defined:way_id=80E -edge,2288,2288;41.5586106;-109.5710042:2289;41.5586792;-109.5706888,way_type=user_defined:way_id=80E -edge,2289,2289;41.5586792;-109.5706888:2290;41.5587488;-109.5703862,way_type=user_defined:way_id=80E -edge,2290,2290;41.5587488;-109.5703862:2291;41.5588178;-109.5701028,way_type=user_defined:way_id=80E -edge,2291,2291;41.5588178;-109.5701028:2292;41.558895;-109.5698022,way_type=user_defined:way_id=80E -edge,2292,2292;41.558895;-109.5698022:2293;41.5589703;-109.5695215,way_type=user_defined:way_id=80E -edge,2293,2293;41.5589703;-109.5695215:2294;41.5590455;-109.5692512,way_type=user_defined:way_id=80E -edge,2294,2294;41.5590455;-109.5692512:2295;41.5591236;-109.5689817,way_type=user_defined:way_id=80E -edge,2295,2295;41.5591236;-109.5689817:2296;41.5592177;-109.568671,way_type=user_defined:way_id=80E -edge,2296,2296;41.5592177;-109.568671:2297;41.5593016;-109.5684061,way_type=user_defined:way_id=80E -edge,2297,2297;41.5593016;-109.5684061:2298;41.5594;-109.568108,way_type=user_defined:way_id=80E -edge,2298,2298;41.5594;-109.568108:2299;41.5594904;-109.5678461,way_type=user_defined:way_id=80E -edge,2299,2299;41.5594904;-109.5678461:2300;41.5595958;-109.5675519,way_type=user_defined:way_id=80E -edge,2300,2300;41.5595958;-109.5675519:2301;41.5596945;-109.5672847,way_type=user_defined:way_id=80E -edge,2301,2301;41.5596945;-109.5672847:2302;41.5598017;-109.5670015,way_type=user_defined:way_id=80E -edge,2302,2302;41.5598017;-109.5670015:2303;41.5598915;-109.5667707,way_type=user_defined:way_id=80E -edge,2303,2303;41.5598915;-109.5667707:2304;41.5604489;-109.5653585,way_type=user_defined:way_id=80E -edge,2304,2304;41.5604489;-109.5653585:2305;41.5607767;-109.564519,way_type=user_defined:way_id=80E -edge,2305,2305;41.5607767;-109.564519:2306;41.5609817;-109.5639985,way_type=user_defined:way_id=80E -edge,2306,2306;41.5609817;-109.5639985:2307;41.5612973;-109.5631879,way_type=user_defined:way_id=80E -edge,2307,2307;41.5612973;-109.5631879:2308;41.561829;-109.5618449,way_type=user_defined:way_id=80E -edge,2308,2308;41.561829;-109.5618449:2309;41.5624571;-109.5602312,way_type=user_defined:way_id=80E -edge,2309,2309;41.5624571;-109.5602312:2310;41.5629476;-109.5589799,way_type=user_defined:way_id=80E -edge,2310,2310;41.5629476;-109.5589799:2311;41.5631105;-109.5585581,way_type=user_defined:way_id=80E -edge,2311,2311;41.5631105;-109.5585581:2312;41.5632202;-109.5582658,way_type=user_defined:way_id=80E -edge,2312,2312;41.5632202;-109.5582658:2313;41.5633218;-109.5579794,way_type=user_defined:way_id=80E -edge,2313,2313;41.5633218;-109.5579794:2314;41.563412;-109.5577083,way_type=user_defined:way_id=80E -edge,2314,2314;41.563412;-109.5577083:2315;41.5634981;-109.5574352,way_type=user_defined:way_id=80E -edge,2315,2315;41.5634981;-109.5574352:2316;41.5635885;-109.5571335,way_type=user_defined:way_id=80E -edge,2316,2316;41.5635885;-109.5571335:2317;41.5636643;-109.556864,way_type=user_defined:way_id=80E -edge,2317,2317;41.5636643;-109.556864:2318;41.5637455;-109.5565573,way_type=user_defined:way_id=80E -edge,2318,2318;41.5637455;-109.5565573:2319;41.5638156;-109.5562746,way_type=user_defined:way_id=80E -edge,2319,2319;41.5638156;-109.5562746:2320;41.5638856;-109.5559714,way_type=user_defined:way_id=80E -edge,2320,2320;41.5638856;-109.5559714:2321;41.5639453;-109.5556941,way_type=user_defined:way_id=80E -edge,2321,2321;41.5639453;-109.5556941:2322;41.5639676;-109.5555827,way_type=user_defined:way_id=80E -edge,2322,2322;41.5639676;-109.5555827:2323;41.5640096;-109.5553697,way_type=user_defined:way_id=80E -edge,2323,2323;41.5640096;-109.5553697:2324;41.5640589;-109.5550988,way_type=user_defined:way_id=80E -edge,2324,2324;41.5640589;-109.5550988:2325;41.5641139;-109.5547722,way_type=user_defined:way_id=80E -edge,2325,2325;41.5641139;-109.5547722:2326;41.5641517;-109.5545284,way_type=user_defined:way_id=80E -edge,2326,2326;41.5641517;-109.5545284:2327;41.564197;-109.5542076,way_type=user_defined:way_id=80E -edge,2327,2327;41.564197;-109.5542076:2328;41.5642378;-109.5538769,way_type=user_defined:way_id=80E -edge,2328,2328;41.5642378;-109.5538769:2329;41.564271;-109.5535546,way_type=user_defined:way_id=80E -edge,2329,2329;41.564271;-109.5535546:2330;41.5642964;-109.5532703,way_type=user_defined:way_id=80E -edge,2330,2330;41.5642964;-109.5532703:2331;41.5643185;-109.5529842,way_type=user_defined:way_id=80E -edge,2331,2331;41.5643185;-109.5529842:2332;41.5643389;-109.5526598,way_type=user_defined:way_id=80E -edge,2332,2332;41.5643389;-109.5526598:2333;41.5643542;-109.5523207,way_type=user_defined:way_id=80E -edge,2333,2333;41.5643542;-109.5523207:2334;41.5643626;-109.5520469,way_type=user_defined:way_id=80E -edge,2334,2334;41.5643626;-109.5520469:2335;41.5643676;-109.551758,way_type=user_defined:way_id=80E -edge,2335,2335;41.5643676;-109.551758:2336;41.5643689;-109.5514317,way_type=user_defined:way_id=80E -edge,2336,2336;41.5643689;-109.5514317:2337;41.564365;-109.5511069,way_type=user_defined:way_id=80E -edge,2337,2337;41.564365;-109.5511069:2338;41.5643566;-109.5508043,way_type=user_defined:way_id=80E -edge,2338,2338;41.5643566;-109.5508043:2339;41.5643463;-109.5505605,way_type=user_defined:way_id=80E -edge,2339,2339;41.5643463;-109.5505605:2340;41.5643279;-109.5502298,way_type=user_defined:way_id=80E -edge,2340,2340;41.5643279;-109.5502298:2341;41.5643051;-109.5499045,way_type=user_defined:way_id=80E -edge,2341,2341;41.5643051;-109.5499045:2342;41.5642805;-109.549617,way_type=user_defined:way_id=80E -edge,2342,2342;41.5642805;-109.549617:2343;41.5642663;-109.5494741,way_type=user_defined:way_id=80E -edge,2343,2343;41.5642663;-109.5494741:2344;41.5642663;-109.5494741,way_type=user_defined:way_id=80E -edge,2344,2344;41.5642663;-109.5494741:2345;41.5642362;-109.5491907,way_type=user_defined:way_id=80E -edge,2345,2345;41.5642362;-109.5491907:2346;41.5642161;-109.5490149,way_type=user_defined:way_id=80E -edge,2346,2346;41.5642161;-109.5490149:2347;41.5641728;-109.5486831,way_type=user_defined:way_id=80E -edge,2347,2347;41.5641728;-109.5486831:2348;41.56413;-109.5483988,way_type=user_defined:way_id=80E -edge,2348,2348;41.56413;-109.5483988:2349;41.5640775;-109.5480785,way_type=user_defined:way_id=80E -edge,2349,2349;41.5640775;-109.5480785:2350;41.5640201;-109.5477587,way_type=user_defined:way_id=80E -edge,2350,2350;41.5640201;-109.5477587:2351;41.5639653;-109.5474775,way_type=user_defined:way_id=80E -edge,2351,2351;41.5639653;-109.5474775:2352;41.5638998;-109.5471701,way_type=user_defined:way_id=80E -edge,2352,2352;41.5638998;-109.5471701:2353;41.5638342;-109.5468828,way_type=user_defined:way_id=80E -edge,2353,2353;41.5638342;-109.5468828:2354;41.5637508;-109.5465436,way_type=user_defined:way_id=80E -edge,2354,2354;41.5637508;-109.5465436:2355;41.5636881;-109.546304,way_type=user_defined:way_id=80E -edge,2355,2355;41.5636881;-109.546304:2356;41.5636022;-109.5459958,way_type=user_defined:way_id=80E -edge,2356,2356;41.5636022;-109.5459958:2357;41.5635149;-109.5456979,way_type=user_defined:way_id=80E -edge,2357,2357;41.5635149;-109.5456979:2358;41.56345758;-109.5455119,way_type=user_defined:way_id=80E -edge,2358,2358;41.56345758;-109.5455119:2359;41.5634404;-109.5454561,way_type=user_defined:way_id=80E -edge,2359,2359;41.5634404;-109.5454561:2360;41.5633419;-109.5451541,way_type=user_defined:way_id=80E -edge,2360,2360;41.5633419;-109.5451541:2361;41.5632411;-109.5448648,way_type=user_defined:way_id=80E -edge,2361,2361;41.5632411;-109.5448648:2362;41.5631425;-109.5445955,way_type=user_defined:way_id=80E -edge,2362,2362;41.5631425;-109.5445955:2363;41.563032;-109.5443032,way_type=user_defined:way_id=80E -edge,2363,2363;41.563032;-109.5443032:2364;41.5626137;-109.5432467,way_type=user_defined:way_id=80E -edge,2364,2364;41.5626137;-109.5432467:2365;41.5622889;-109.5424153,way_type=user_defined:way_id=80E -edge,2365,2365;41.5622889;-109.5424153:2366;41.5621618;-109.5420816,way_type=user_defined:way_id=80E -edge,2366,2366;41.5621618;-109.5420816:2367;41.5620777;-109.5418551,way_type=user_defined:way_id=80E -edge,2367,2367;41.5620777;-109.5418551:2368;41.5620558;-109.5417944,way_type=user_defined:way_id=80E -edge,2368,2368;41.5620558;-109.5417944:2369;41.56204444;-109.5417586,way_type=user_defined:way_id=80E -edge,2369,2369;41.56204444;-109.5417586:2370;41.56204444;-109.5417586,way_type=user_defined:way_id=80E -edge,2370,2370;41.56204444;-109.5417586:2371;41.5620307;-109.5417247,way_type=user_defined:way_id=80E -edge,2371,2371;41.5620307;-109.5417247:2372;41.5619712;-109.5415592,way_type=user_defined:way_id=80E -edge,2372,2372;41.5619712;-109.5415592:2373;41.56188;-109.5412948,way_type=user_defined:way_id=80E -edge,2373,2373;41.56188;-109.5412948:2374;41.5617808;-109.540995,way_type=user_defined:way_id=80E -edge,2374,2374;41.5617808;-109.540995:2375;41.5616985;-109.5407368,way_type=user_defined:way_id=80E -edge,2375,2375;41.5616985;-109.5407368:2376;41.5616032;-109.5404252,way_type=user_defined:way_id=80E -edge,2376,2376;41.5616032;-109.5404252:2377;41.5615249;-109.5401567,way_type=user_defined:way_id=80E -edge,2377,2377;41.5615249;-109.5401567:2378;41.5614495;-109.539886,way_type=user_defined:way_id=80E -edge,2378,2378;41.5614495;-109.539886:2379;41.5613677;-109.5395794,way_type=user_defined:way_id=80E -edge,2379,2379;41.5613677;-109.5395794:2380;41.5613124;-109.539361,way_type=user_defined:way_id=80E -edge,2380,2380;41.5613124;-109.539361:2381;41.5612221;-109.538986,way_type=user_defined:way_id=80E -edge,2381,2381;41.5612221;-109.538986:2382;41.5611516;-109.5386728,way_type=user_defined:way_id=80E -edge,2382,2382;41.5611516;-109.5386728:2383;41.5610919;-109.5383954,way_type=user_defined:way_id=80E -edge,2383,2383;41.5610919;-109.5383954:2384;41.5610275;-109.5380793,way_type=user_defined:way_id=80E -edge,2384,2384;41.5610275;-109.5380793:2385;41.5609736;-109.5377996,way_type=user_defined:way_id=80E -edge,2385,2385;41.5609736;-109.5377996:2386;41.56095786;-109.5377132,way_type=user_defined:way_id=80E -edge,2386,2386;41.56095786;-109.5377132:2387;41.5609273;-109.5375456,way_type=user_defined:way_id=80E -edge,2387,2387;41.5609273;-109.5375456:2388;41.5608677;-109.5372004,way_type=user_defined:way_id=80E -edge,2388,2388;41.5608677;-109.5372004:2389;41.5608213;-109.53691,way_type=user_defined:way_id=80E -edge,2389,2389;41.5608213;-109.53691:2390;41.5607779;-109.5366196,way_type=user_defined:way_id=80E -edge,2390,2390;41.5607779;-109.5366196:2391;41.5607353;-109.5363099,way_type=user_defined:way_id=80E -edge,2391,2391;41.5607353;-109.5363099:2392;41.5606949;-109.5359903,way_type=user_defined:way_id=80E -edge,2392,2392;41.5606949;-109.5359903:2393;41.5605463;-109.5347656,way_type=user_defined:way_id=80E -edge,2393,2393;41.5605463;-109.5347656:2394;41.5604414;-109.5338739,way_type=user_defined:way_id=80E -edge,2394,2394;41.5604414;-109.5338739:2395;41.5603711;-109.5332618,way_type=user_defined:way_id=80E -edge,2395,2395;41.5603711;-109.5332618:2396;41.5603711;-109.5332618,way_type=user_defined:way_id=80E -edge,2396,2396;41.5603711;-109.5332618:2397;41.5603042;-109.5326864,way_type=user_defined:way_id=80E -edge,2397,2397;41.5603042;-109.5326864:2398;41.5601615;-109.531511,way_type=user_defined:way_id=80E -edge,2398,2398;41.5601615;-109.531511:2399;41.5600872;-109.530869,way_type=user_defined:way_id=80E -edge,2399,2399;41.5600872;-109.530869:2400;41.56006288;-109.5306666,way_type=user_defined:way_id=80E -edge,2400,2400;41.56006288;-109.5306666:2401;41.5600133;-109.5302538,way_type=user_defined:way_id=80E -edge,2401,2401;41.5600133;-109.5302538:2402;41.5599092;-109.5293585,way_type=user_defined:way_id=80E -edge,2402,2402;41.5599092;-109.5293585:2403;41.5598491;-109.5288526,way_type=user_defined:way_id=80E -edge,2403,2403;41.5598491;-109.5288526:2404;41.5597653;-109.5281473,way_type=user_defined:way_id=80E -edge,2404,2404;41.5597653;-109.5281473:2405;41.5596972;-109.5275797,way_type=user_defined:way_id=80E -edge,2405,2405;41.5596972;-109.5275797:2406;41.5596558;-109.5272494,way_type=user_defined:way_id=80E -edge,2406,2406;41.5596558;-109.5272494:2407;41.5596119;-109.5269302,way_type=user_defined:way_id=80E -edge,2407,2407;41.5596119;-109.5269302:2408;41.5595695;-109.5266486,way_type=user_defined:way_id=80E -edge,2408,2408;41.5595695;-109.5266486:2409;41.5595232;-109.526369,way_type=user_defined:way_id=80E -edge,2409,2409;41.5595232;-109.526369:2410;41.5594714;-109.5260816,way_type=user_defined:way_id=80E -edge,2410,2410;41.5594714;-109.5260816:2411;41.5594079;-109.5257592,way_type=user_defined:way_id=80E -edge,2411,2411;41.5594079;-109.5257592:2412;41.5593407;-109.5254483,way_type=user_defined:way_id=80E -edge,2412,2412;41.5593407;-109.5254483:2413;41.5592792;-109.525183,way_type=user_defined:way_id=80E -edge,2413,2413;41.5592792;-109.525183:2414;41.5592005;-109.5248655,way_type=user_defined:way_id=80E -edge,2414,2414;41.5592005;-109.5248655:2415;41.559127;-109.5245855,way_type=user_defined:way_id=80E -edge,2415,2415;41.559127;-109.5245855:2416;41.5590444;-109.5242887,way_type=user_defined:way_id=80E -edge,2416,2416;41.5590444;-109.5242887:2417;41.5589628;-109.5240124,way_type=user_defined:way_id=80E -edge,2417,2417;41.5589628;-109.5240124:2418;41.558868;-109.523713,way_type=user_defined:way_id=80E -edge,2418,2418;41.558868;-109.523713:2419;41.5587802;-109.5234497,way_type=user_defined:way_id=80E -edge,2419,2419;41.5587802;-109.5234497:2420;41.5586892;-109.5231897,way_type=user_defined:way_id=80E -edge,2420,2420;41.5586892;-109.5231897:2421;41.5585816;-109.5228981,way_type=user_defined:way_id=80E -edge,2421,2421;41.5585816;-109.5228981:2422;41.5584792;-109.5226356,way_type=user_defined:way_id=80E -edge,2422,2422;41.5584792;-109.5226356:2423;41.5583726;-109.5223764,way_type=user_defined:way_id=80E -edge,2423,2423;41.5583726;-109.5223764:2424;41.5582834;-109.5221671,way_type=user_defined:way_id=80E -edge,2424,2424;41.5582834;-109.5221671:2425;41.5581324;-109.5218235,way_type=user_defined:way_id=80E -edge,2425,2425;41.5581324;-109.5218235:2426;41.5577913;-109.5210735,way_type=user_defined:way_id=80E -edge,2426,2426;41.5577913;-109.5210735:2427;41.5574261;-109.5202637,way_type=user_defined:way_id=80E -edge,2427,2427;41.5574261;-109.5202637:2428;41.5569767;-109.5192764,way_type=user_defined:way_id=80E -edge,2428,2428;41.5569767;-109.5192764:2429;41.5565962;-109.5184451,way_type=user_defined:way_id=80E -edge,2429,2429;41.5565962;-109.5184451:2430;41.5564874;-109.5181987,way_type=user_defined:way_id=80E -edge,2430,2430;41.5564874;-109.5181987:2431;41.5564311;-109.5180661,way_type=user_defined:way_id=80E -edge,2431,2431;41.5564311;-109.5180661:2432;41.5563647;-109.5179082,way_type=user_defined:way_id=80E -edge,2432,2432;41.5563647;-109.5179082:2433;41.5562596;-109.5176479,way_type=user_defined:way_id=80E -edge,2433,2433;41.5562596;-109.5176479:2434;41.5561614;-109.5173929,way_type=user_defined:way_id=80E -edge,2434,2434;41.5561614;-109.5173929:2435;41.5560572;-109.5171091,way_type=user_defined:way_id=80E -edge,2435,2435;41.5560572;-109.5171091:2436;41.5559529;-109.5168046,way_type=user_defined:way_id=80E -edge,2436,2436;41.5559529;-109.5168046:2437;41.5558702;-109.5165476,way_type=user_defined:way_id=80E -edge,2437,2437;41.5558702;-109.5165476:2438;41.5557759;-109.5162355,way_type=user_defined:way_id=80E -edge,2438,2438;41.5557759;-109.5162355:2439;41.5557015;-109.5159727,way_type=user_defined:way_id=80E -edge,2439,2439;41.5557015;-109.5159727:2440;41.555627;-109.5156902,way_type=user_defined:way_id=80E -edge,2440,2440;41.555627;-109.5156902:2441;41.5555524;-109.5153864,way_type=user_defined:way_id=80E -edge,2441,2441;41.5555524;-109.5153864:2442;41.5554827;-109.515081,way_type=user_defined:way_id=80E -edge,2442,2442;41.5554827;-109.515081:2443;41.5554138;-109.5147563,way_type=user_defined:way_id=80E -edge,2443,2443;41.5554138;-109.5147563:2444;41.555358;-109.5144752,way_type=user_defined:way_id=80E -edge,2444,2444;41.555358;-109.5144752:2445;41.5553059;-109.5141935,way_type=user_defined:way_id=80E -edge,2445,2445;41.5553059;-109.5141935:2446;41.5552514;-109.5138725,way_type=user_defined:way_id=80E -edge,2446,2446;41.5552514;-109.5138725:2447;41.5552101;-109.5135958,way_type=user_defined:way_id=80E -edge,2447,2447;41.5552101;-109.5135958:2448;41.5551678;-109.5132619,way_type=user_defined:way_id=80E -edge,2448,2448;41.5551678;-109.5132619:2449;41.5551345;-109.5129449,way_type=user_defined:way_id=80E -edge,2449,2449;41.5551345;-109.5129449:2450;41.5550513;-109.5120478,way_type=user_defined:way_id=80E -edge,2450,2450;41.5550513;-109.5120478:2451;41.5549259;-109.5107881,way_type=user_defined:way_id=80E -edge,2451,2451;41.5549259;-109.5107881:2452;41.5548664;-109.5101723,way_type=user_defined:way_id=80E -edge,2452,2452;41.5548664;-109.5101723:2453;41.55480799;-109.5095387,way_type=user_defined:way_id=80E -edge,2453,2453;41.55480799;-109.5095387:2454;41.55480799;-109.5095387,way_type=user_defined:way_id=80E -edge,2454,2454;41.55480799;-109.5095387:2455;41.5547554;-109.508978,way_type=user_defined:way_id=80E -edge,2455,2455;41.5547554;-109.508978:2456;41.5545132;-109.5065015,way_type=user_defined:way_id=80E -edge,2456,2456;41.5545132;-109.5065015:2457;41.5543621;-109.5048812,way_type=user_defined:way_id=80E -edge,2457,2457;41.5543621;-109.5048812:2458;41.5539264;-109.5003803,way_type=user_defined:way_id=80E -edge,2458,2458;41.5539264;-109.5003803:2459;41.5538966;-109.5000852,way_type=user_defined:way_id=80E -edge,2459,2459;41.5538966;-109.5000852:2460;41.5538662;-109.4998085,way_type=user_defined:way_id=80E -edge,2460,2460;41.5538662;-109.4998085:2461;41.5538267;-109.4994869,way_type=user_defined:way_id=80E -edge,2461,2461;41.5538267;-109.4994869:2462;41.553787;-109.4991942,way_type=user_defined:way_id=80E -edge,2462,2462;41.553787;-109.4991942:2463;41.5537393;-109.4988745,way_type=user_defined:way_id=80E -edge,2463,2463;41.5537393;-109.4988745:2464;41.5536871;-109.4985563,way_type=user_defined:way_id=80E -edge,2464,2464;41.5536871;-109.4985563:2465;41.5536366;-109.4982673,way_type=user_defined:way_id=80E -edge,2465,2465;41.5536366;-109.4982673:2466;41.5535853;-109.4979883,way_type=user_defined:way_id=80E -edge,2466,2466;41.5535853;-109.4979883:2467;41.5535311;-109.4977098,way_type=user_defined:way_id=80E -edge,2467,2467;41.5535311;-109.4977098:2468;41.5534671;-109.497396,way_type=user_defined:way_id=80E -edge,2468,2468;41.5534671;-109.497396:2469;41.5534052;-109.4971101,way_type=user_defined:way_id=80E -edge,2469,2469;41.5534052;-109.4971101:2470;41.5533359;-109.4968067,way_type=user_defined:way_id=80E -edge,2470,2470;41.5533359;-109.4968067:2471;41.5532694;-109.4965298,way_type=user_defined:way_id=80E -edge,2471,2471;41.5532694;-109.4965298:2472;41.5531916;-109.4962217,way_type=user_defined:way_id=80E -edge,2472,2472;41.5531916;-109.4962217:2473;41.5531116;-109.4959225,way_type=user_defined:way_id=80E -edge,2473,2473;41.5531116;-109.4959225:2474;41.5530328;-109.495643,way_type=user_defined:way_id=80E -edge,2474,2474;41.5530328;-109.495643:2475;41.5529205;-109.4952671,way_type=user_defined:way_id=80E -edge,2475,2475;41.5529205;-109.4952671:2476;41.5528572;-109.4950616,way_type=user_defined:way_id=80E -edge,2476,2476;41.5528572;-109.4950616:2477;41.5527761;-109.4948062,way_type=user_defined:way_id=80E -edge,2477,2477;41.5527761;-109.4948062:2478;41.5526768;-109.4945056,way_type=user_defined:way_id=80E -edge,2478,2478;41.5526768;-109.4945056:2479;41.5525738;-109.4942096,way_type=user_defined:way_id=80E -edge,2479,2479;41.5525738;-109.4942096:2480;41.552477;-109.4939411,way_type=user_defined:way_id=80E -edge,2480,2480;41.552477;-109.4939411:2481;41.5523445;-109.4935866,way_type=user_defined:way_id=80E -edge,2481,2481;41.5523445;-109.4935866:2482;41.5522689;-109.4933893,way_type=user_defined:way_id=80E -edge,2482,2482;41.5522689;-109.4933893:2483;41.5521639;-109.4931259,way_type=user_defined:way_id=80E -edge,2483,2483;41.5521639;-109.4931259:2484;41.5520484;-109.492849,way_type=user_defined:way_id=80E -edge,2484,2484;41.5520484;-109.492849:2485;41.5519373;-109.4925914,way_type=user_defined:way_id=80E -edge,2485,2485;41.5519373;-109.4925914:2486;41.5518271;-109.4923445,way_type=user_defined:way_id=80E -edge,2486,2486;41.5518271;-109.4923445:2487;41.5516862;-109.4920408,way_type=user_defined:way_id=80E -edge,2487,2487;41.5516862;-109.4920408:2488;41.5515712;-109.4918014,way_type=user_defined:way_id=80E -edge,2488,2488;41.5515712;-109.4918014:2489;41.5514486;-109.4915535,way_type=user_defined:way_id=80E -edge,2489,2489;41.5514486;-109.4915535:2490;41.5512913;-109.4912464,way_type=user_defined:way_id=80E -edge,2490,2490;41.5512913;-109.4912464:2491;41.5511872;-109.4910479,way_type=user_defined:way_id=80E -edge,2491,2491;41.5511872;-109.4910479:2492;41.5510441;-109.4907826,way_type=user_defined:way_id=80E -edge,2492,2492;41.5510441;-109.4907826:2493;41.5509117;-109.490543,way_type=user_defined:way_id=80E -edge,2493,2493;41.5509117;-109.490543:2494;41.5507854;-109.49032,way_type=user_defined:way_id=80E -edge,2494,2494;41.5507854;-109.49032:2495;41.5506311;-109.4900565,way_type=user_defined:way_id=80E -edge,2495,2495;41.5506311;-109.4900565:2496;41.5504913;-109.489825,way_type=user_defined:way_id=80E -edge,2496,2496;41.5504913;-109.489825:2497;41.5500652;-109.4891311,way_type=user_defined:way_id=80E -edge,2497,2497;41.5500652;-109.4891311:2498;41.5493476;-109.4879458,way_type=user_defined:way_id=80E -edge,2498,2498;41.5493476;-109.4879458:2499;41.549037;-109.4874393,way_type=user_defined:way_id=80E -edge,2499,2499;41.549037;-109.4874393:2500;41.548766;-109.486989,way_type=user_defined:way_id=80E -edge,2500,2500;41.548766;-109.486989:2501;41.5481831;-109.4860322,way_type=user_defined:way_id=80E -edge,2501,2501;41.5481831;-109.4860322:2502;41.5477592;-109.4853299,way_type=user_defined:way_id=80E -edge,2502,2502;41.5477592;-109.4853299:2503;41.5470599;-109.4841786,way_type=user_defined:way_id=80E -edge,2503,2503;41.5470599;-109.4841786:2504;41.5466175;-109.4834444,way_type=user_defined:way_id=80E -edge,2504,2504;41.5466175;-109.4834444:2505;41.5462374;-109.4828323,way_type=user_defined:way_id=80E -edge,2505,2505;41.5462374;-109.4828323:2506;41.5460206;-109.4824904,way_type=user_defined:way_id=80E -edge,2506,2506;41.5460206;-109.4824904:2507;41.5458811;-109.4822836,way_type=user_defined:way_id=80E -edge,2507,2507;41.5458811;-109.4822836:2508;41.5457271;-109.48207,way_type=user_defined:way_id=80E -edge,2508,2508;41.5457271;-109.48207:2509;41.5455514;-109.4818442,way_type=user_defined:way_id=80E -edge,2509,2509;41.5455514;-109.4818442:2510;41.5453896;-109.4816541,way_type=user_defined:way_id=80E -edge,2510,2510;41.5453896;-109.4816541:2511;41.5453288;-109.4815879,way_type=user_defined:way_id=80E -edge,2511,2511;41.5453288;-109.4815879:2512;41.5452001;-109.4814502,way_type=user_defined:way_id=80E -edge,2512,2512;41.5452001;-109.4814502:2513;41.5450205;-109.4812755,way_type=user_defined:way_id=80E -edge,2513,2513;41.5450205;-109.4812755:2514;41.5448175;-109.4810963,way_type=user_defined:way_id=80E -edge,2514,2514;41.5448175;-109.4810963:2515;41.544639;-109.4809529,way_type=user_defined:way_id=80E -edge,2515,2515;41.544639;-109.4809529:2516;41.5444189;-109.4807916,way_type=user_defined:way_id=80E -edge,2516,2516;41.5444189;-109.4807916:2517;41.5442344;-109.4806689,way_type=user_defined:way_id=80E -edge,2517,2517;41.5442344;-109.4806689:2518;41.5440296;-109.4805401,way_type=user_defined:way_id=80E -edge,2518,2518;41.5440296;-109.4805401:2519;41.5438028;-109.480404,way_type=user_defined:way_id=80E -edge,2519,2519;41.5438028;-109.480404:2520;41.54364034;-109.4803112,way_type=user_defined:way_id=80E -edge,2520,2520;41.54364034;-109.4803112:2521;41.54364034;-109.4803112,way_type=user_defined:way_id=80E -edge,2521,2521;41.54364034;-109.4803112:2522;41.5431807;-109.4800495,way_type=user_defined:way_id=80E -edge,2522,2522;41.5431807;-109.4800495:2523;41.54284385;-109.4798543,way_type=user_defined:way_id=80E -edge,2523,2523;41.54284385;-109.4798543:2524;41.5425344;-109.4796749,way_type=user_defined:way_id=80E -edge,2524,2524;41.5425344;-109.4796749:2525;41.5423356;-109.4795578,way_type=user_defined:way_id=80E -edge,2525,2525;41.5423356;-109.4795578:2526;41.5421222;-109.4794269,way_type=user_defined:way_id=80E -edge,2526,2526;41.5421222;-109.4794269:2527;41.5419219;-109.4792951,way_type=user_defined:way_id=80E -edge,2527,2527;41.5419219;-109.4792951:2528;41.5417019;-109.4791366,way_type=user_defined:way_id=80E -edge,2528,2528;41.5417019;-109.4791366:2529;41.5415163;-109.4789873,way_type=user_defined:way_id=80E -edge,2529,2529;41.5415163;-109.4789873:2530;41.5414929;-109.478967,way_type=user_defined:way_id=80E -edge,2530,2530;41.5414929;-109.478967:2531;41.541314;-109.4788075,way_type=user_defined:way_id=80E -edge,2531,2531;41.541314;-109.4788075:2532;41.5411396;-109.478638,way_type=user_defined:way_id=80E -edge,2532,2532;41.5411396;-109.478638:2533;41.54100945;-109.4785017,way_type=user_defined:way_id=80E -edge,2533,2533;41.54100945;-109.4785017:2534;41.54100945;-109.4785017,way_type=user_defined:way_id=80E -edge,2534,2534;41.54100945;-109.4785017:2535;41.5409872;-109.4784783,way_type=user_defined:way_id=80E -edge,2535,2535;41.5409872;-109.4784783:2536;41.5409872;-109.4784783,way_type=user_defined:way_id=80E -edge,2536,2536;41.5409872;-109.4784783:2537;41.5409657;-109.4784558,way_type=user_defined:way_id=80E -edge,2537,2537;41.5409657;-109.4784558:2538;41.5409657;-109.4784558,way_type=user_defined:way_id=80E -edge,2538,2538;41.5409657;-109.4784558:2539;41.5407776;-109.4782443,way_type=user_defined:way_id=80E -edge,2539,2539;41.5407776;-109.4782443:2540;41.5406035;-109.4780289,way_type=user_defined:way_id=80E -edge,2540,2540;41.5406035;-109.4780289:2541;41.5404468;-109.4778167,way_type=user_defined:way_id=80E -edge,2541,2541;41.5404468;-109.4778167:2542;41.5402876;-109.4775816,way_type=user_defined:way_id=80E -edge,2542,2542;41.5402876;-109.4775816:2543;41.5401458;-109.477353,way_type=user_defined:way_id=80E -edge,2543,2543;41.5401458;-109.477353:2544;41.540016;-109.4771241,way_type=user_defined:way_id=80E -edge,2544,2544;41.540016;-109.4771241:2545;41.5398767;-109.4768576,way_type=user_defined:way_id=80E -edge,2545,2545;41.5398767;-109.4768576:2546;41.539757;-109.476608,way_type=user_defined:way_id=80E -edge,2546,2546;41.539757;-109.476608:2547;41.5396465;-109.4763626,way_type=user_defined:way_id=80E -edge,2547,2547;41.5396465;-109.4763626:2548;41.5395251;-109.4760823,way_type=user_defined:way_id=80E -edge,2548,2548;41.5395251;-109.4760823:2549;41.53935106;-109.4756726,way_type=user_defined:way_id=80E -edge,2549,2549;41.53935106;-109.4756726:2550;41.53906438;-109.4749977,way_type=user_defined:way_id=80E -edge,2550,2550;41.53906438;-109.4749977:2551;41.53906438;-109.4749977,way_type=user_defined:way_id=80E -edge,2551,2551;41.53906438;-109.4749977:2552;41.53891683;-109.4746452,way_type=user_defined:way_id=80E -edge,2552,2552;41.53891683;-109.4746452:2553;41.53891683;-109.4746452,way_type=user_defined:way_id=80E -edge,2553,2553;41.53891683;-109.4746452:2554;41.538629;-109.4739592,way_type=user_defined:way_id=80E -edge,2554,2554;41.538629;-109.4739592:2555;41.5383022;-109.4731857,way_type=user_defined:way_id=80E -edge,2555,2555;41.5383022;-109.4731857:2556;41.53779133;-109.4719813,way_type=user_defined:way_id=80E -edge,2556,2556;41.53779133;-109.4719813:2557;41.5376045;-109.4715456,way_type=user_defined:way_id=80E -edge,2557,2557;41.5376045;-109.4715456:2558;41.5374926;-109.4712893,way_type=user_defined:way_id=80E -edge,2558,2558;41.5374926;-109.4712893:2559;41.5373711;-109.4710185,way_type=user_defined:way_id=80E -edge,2559,2559;41.5373711;-109.4710185:2560;41.5372539;-109.4707665,way_type=user_defined:way_id=80E -edge,2560,2560;41.5372539;-109.4707665:2561;41.5371066;-109.4704623,way_type=user_defined:way_id=80E -edge,2561,2561;41.5371066;-109.4704623:2562;41.5369906;-109.4702301,way_type=user_defined:way_id=80E -edge,2562,2562;41.5369906;-109.4702301:2563;41.5368649;-109.4699848,way_type=user_defined:way_id=80E -edge,2563,2563;41.5368649;-109.4699848:2564;41.5367402;-109.4697493,way_type=user_defined:way_id=80E -edge,2564,2564;41.5367402;-109.4697493:2565;41.5365948;-109.4694863,way_type=user_defined:way_id=80E -edge,2565,2565;41.5365948;-109.4694863:2566;41.5364454;-109.4692254,way_type=user_defined:way_id=80E -edge,2566,2566;41.5364454;-109.4692254:2567;41.536194;-109.468797,way_type=user_defined:way_id=80E -edge,2567,2567;41.536194;-109.468797:2568;41.536027;-109.4685175,way_type=user_defined:way_id=80E -edge,2568,2568;41.536027;-109.4685175:2569;41.53589709;-109.4683069,way_type=user_defined:way_id=80E -edge,2569,2569;41.53589709;-109.4683069:2570;41.53579795;-109.4681168,way_type=user_defined:way_id=80E -edge,2570,2570;41.53579795;-109.4681168:2571;41.5357037;-109.4679204,way_type=user_defined:way_id=80E -edge,2571,2571;41.5357037;-109.4679204:2572;41.53555645;-109.4674846,way_type=user_defined:way_id=80E -edge,2572,2572;41.53555645;-109.4674846:2573;41.53548851;-109.4672827,way_type=user_defined:way_id=80E -edge,2573,2573;41.53548851;-109.4672827:2574;41.53538068;-109.4670447,way_type=user_defined:way_id=80E -edge,2574,2574;41.53538068;-109.4670447:2575;41.53529345;-109.4668549,way_type=user_defined:way_id=80E -edge,2575,2575;41.53529345;-109.4668549:2576;41.5352219;-109.4667227,way_type=user_defined:way_id=80E -edge,2576,2576;41.5352219;-109.4667227:2577;41.53513815;-109.4666059,way_type=user_defined:way_id=80E -edge,2577,2577;41.53513815;-109.4666059:2578;41.53501896;-109.4664722,way_type=user_defined:way_id=80E -edge,2578,2578;41.53501896;-109.4664722:2579;41.53481978;-109.4662789,way_type=user_defined:way_id=80E -edge,2579,2579;41.53481978;-109.4662789:2580;41.53468889;-109.4661321,way_type=user_defined:way_id=80E -edge,2580,2580;41.53468889;-109.4661321:2581;41.53454932;-109.4659375,way_type=user_defined:way_id=80E -edge,2581,2581;41.53454932;-109.4659375:2582;41.53434001;-109.4656425,way_type=user_defined:way_id=80E -edge,2582,2582;41.53434001;-109.4656425:2583;41.53413591;-109.4653222,way_type=user_defined:way_id=80E -edge,2583,2583;41.53413591;-109.4653222:2584;41.5338129;-109.4647161,way_type=user_defined:way_id=80E -edge,2584,2584;41.5338129;-109.4647161:2585;41.5334065;-109.4639353,way_type=user_defined:way_id=80E -edge,2585,2585;41.5334065;-109.4639353:2586;41.5330206;-109.4631003,way_type=user_defined:way_id=80E -edge,2586,2586;41.5330206;-109.4631003:2587;41.5326147;-109.4622066,way_type=user_defined:way_id=80E -edge,2587,2587;41.5326147;-109.4622066:2588;41.5322851;-109.4614749,way_type=user_defined:way_id=80E -edge,2588,2588;41.5322851;-109.4614749:2589;41.531762;-109.4603345,way_type=user_defined:way_id=80E -edge,2589,2589;41.531762;-109.4603345:2590;41.5314815;-109.4597163,way_type=user_defined:way_id=80E -edge,2590,2590;41.5314815;-109.4597163:2591;41.531384;-109.4595038,way_type=user_defined:way_id=80E -edge,2591,2591;41.531384;-109.4595038:2592;41.53128329;-109.459292,way_type=user_defined:way_id=80E -edge,2592,2592;41.53128329;-109.459292:2593;41.53128329;-109.459292,way_type=user_defined:way_id=80E -edge,2593,2593;41.53128329;-109.459292:2594;41.5311325;-109.4589848,way_type=user_defined:way_id=80E -edge,2594,2594;41.5311325;-109.4589848:2595;41.5310131;-109.4587513,way_type=user_defined:way_id=80E -edge,2595,2595;41.5310131;-109.4587513:2596;41.5308667;-109.4584738,way_type=user_defined:way_id=80E -edge,2596,2596;41.5308667;-109.4584738:2597;41.5307377;-109.4582376,way_type=user_defined:way_id=80E -edge,2597,2597;41.5307377;-109.4582376:2598;41.5305933;-109.4579816,way_type=user_defined:way_id=80E -edge,2598,2598;41.5305933;-109.4579816:2599;41.5304411;-109.4577192,way_type=user_defined:way_id=80E -edge,2599,2599;41.5304411;-109.4577192:2600;41.5303111;-109.4574995,way_type=user_defined:way_id=80E -edge,2600,2600;41.5303111;-109.4574995:2601;41.5301533;-109.4572405,way_type=user_defined:way_id=80E -edge,2601,2601;41.5301533;-109.4572405:2602;41.5299984;-109.4569953,way_type=user_defined:way_id=80E -edge,2602,2602;41.5299984;-109.4569953:2603;41.529854;-109.4567722,way_type=user_defined:way_id=80E -edge,2603,2603;41.529854;-109.4567722:2604;41.5293851;-109.4560612,way_type=user_defined:way_id=80E -edge,2604,2604;41.5293851;-109.4560612:2605;41.5289361;-109.4553744,way_type=user_defined:way_id=80E -edge,2605,2605;41.5289361;-109.4553744:2606;41.5285758;-109.4548299,way_type=user_defined:way_id=80E -edge,2606,2606;41.5285758;-109.4548299:2607;41.5281513;-109.4541843,way_type=user_defined:way_id=80E -edge,2607,2607;41.5281513;-109.4541843:2608;41.5276826;-109.4534674,way_type=user_defined:way_id=80E -edge,2608,2608;41.5276826;-109.4534674:2609;41.52715383;-109.4526645,way_type=user_defined:way_id=80E -edge,2609,2609;41.52715383;-109.4526645:2610;41.5268542;-109.4522095,way_type=user_defined:way_id=80E -edge,2610,2610;41.5268542;-109.4522095:2611;41.5268542;-109.4522095,way_type=user_defined:way_id=80E -edge,2611,2611;41.5268542;-109.4522095:2612;41.5261513;-109.4511427,way_type=user_defined:way_id=80E -edge,2612,2612;41.5261513;-109.4511427:2613;41.525737;-109.450511,way_type=user_defined:way_id=80E -edge,2613,2613;41.525737;-109.450511:2614;41.525647;-109.4503722,way_type=user_defined:way_id=80E -edge,2614,2614;41.525647;-109.4503722:2615;41.525539;-109.4502056,way_type=user_defined:way_id=80E -edge,2615,2615;41.525539;-109.4502056:2616;41.5253852;-109.4499635,way_type=user_defined:way_id=80E -edge,2616,2616;41.5253852;-109.4499635:2617;41.5252243;-109.4497048,way_type=user_defined:way_id=80E -edge,2617,2617;41.5252243;-109.4497048:2618;41.5250882;-109.4494805,way_type=user_defined:way_id=80E -edge,2618,2618;41.5250882;-109.4494805:2619;41.5249553;-109.4492516,way_type=user_defined:way_id=80E -edge,2619,2619;41.5249553;-109.4492516:2620;41.5248112;-109.4489871,way_type=user_defined:way_id=80E -edge,2620,2620;41.5248112;-109.4489871:2621;41.5246904;-109.4487464,way_type=user_defined:way_id=80E -edge,2621,2621;41.5246904;-109.4487464:2622;41.5245599;-109.4484701,way_type=user_defined:way_id=80E -edge,2622,2622;41.5245599;-109.4484701:2623;41.5244395;-109.4481965,way_type=user_defined:way_id=80E -edge,2623,2623;41.5244395;-109.4481965:2624;41.524332;-109.4479359,way_type=user_defined:way_id=80E -edge,2624,2624;41.524332;-109.4479359:2625;41.5242298;-109.4476726,way_type=user_defined:way_id=80E -edge,2625,2625;41.5242298;-109.4476726:2626;41.5241241;-109.4473804,way_type=user_defined:way_id=80E -edge,2626,2626;41.5241241;-109.4473804:2627;41.5240338;-109.4471105,way_type=user_defined:way_id=80E -edge,2627,2627;41.5240338;-109.4471105:2628;41.5239636;-109.4468808,way_type=user_defined:way_id=80E -edge,2628,2628;41.5239636;-109.4468808:2629;41.5239426;-109.4468104,way_type=user_defined:way_id=80E -edge,2629,2629;41.5239426;-109.4468104:2630;41.5238705;-109.4465498,way_type=user_defined:way_id=80E -edge,2630,2630;41.5238705;-109.4465498:2631;41.5238183;-109.446342,way_type=user_defined:way_id=80E -edge,2631,2631;41.5238183;-109.446342:2632;41.52370252;-109.4458243,way_type=user_defined:way_id=80E -edge,2632,2632;41.52370252;-109.4458243:2633;41.52370252;-109.4458243,way_type=user_defined:way_id=80E -edge,2633,2633;41.52370252;-109.4458243:2634;41.523693;-109.4457772,way_type=user_defined:way_id=80E -edge,2634,2634;41.523693;-109.4457772:2635;41.523693;-109.4457772,way_type=user_defined:way_id=80E -edge,2635,2635;41.523693;-109.4457772:2636;41.52368009;-109.445713,way_type=user_defined:way_id=80E -edge,2636,2636;41.52368009;-109.445713:2637;41.52368009;-109.445713,way_type=user_defined:way_id=80E -edge,2637,2637;41.52368009;-109.445713:2638;41.5236516;-109.4455713,way_type=user_defined:way_id=80E -edge,2638,2638;41.5236516;-109.4455713:2639;41.523608;-109.4453283,way_type=user_defined:way_id=80E -edge,2639,2639;41.523608;-109.4453283:2640;41.5235613;-109.4450372,way_type=user_defined:way_id=80E -edge,2640,2640;41.5235613;-109.4450372:2641;41.5235218;-109.4447545,way_type=user_defined:way_id=80E -edge,2641,2641;41.5235218;-109.4447545:2642;41.5234888;-109.4444705,way_type=user_defined:way_id=80E -edge,2642,2642;41.5234888;-109.4444705:2643;41.5234644;-109.4442144,way_type=user_defined:way_id=80E -edge,2643,2643;41.5234644;-109.4442144:2644;41.5234425;-109.4439302,way_type=user_defined:way_id=80E -edge,2644,2644;41.5234425;-109.4439302:2645;41.523427;-109.4436554,way_type=user_defined:way_id=80E -edge,2645,2645;41.523427;-109.4436554:2646;41.5234173;-109.4433893,way_type=user_defined:way_id=80E -edge,2646,2646;41.5234173;-109.4433893:2647;41.5234122;-109.4431064,way_type=user_defined:way_id=80E -edge,2647,2647;41.5234122;-109.4431064:2648;41.5234131;-109.4428241,way_type=user_defined:way_id=80E -edge,2648,2648;41.5234131;-109.4428241:2649;41.523419;-109.4425574,way_type=user_defined:way_id=80E -edge,2649,2649;41.523419;-109.4425574:2650;41.5234304;-109.4422799,way_type=user_defined:way_id=80E -edge,2650,2650;41.5234304;-109.4422799:2651;41.5234462;-109.4420179,way_type=user_defined:way_id=80E -edge,2651,2651;41.5234462;-109.4420179:2652;41.5234675;-109.4417426,way_type=user_defined:way_id=80E -edge,2652,2652;41.5234675;-109.4417426:2653;41.5234948;-109.4414523,way_type=user_defined:way_id=80E -edge,2653,2653;41.5234948;-109.4414523:2654;41.5235279;-109.4411632,way_type=user_defined:way_id=80E -edge,2654,2654;41.5235279;-109.4411632:2655;41.5235686;-109.4408752,way_type=user_defined:way_id=80E -edge,2655,2655;41.5235686;-109.4408752:2656;41.5236148;-109.440598,way_type=user_defined:way_id=80E -edge,2656,2656;41.5236148;-109.440598:2657;41.5236616;-109.4403503,way_type=user_defined:way_id=80E -edge,2657,2657;41.5236616;-109.4403503:2658;41.5237186;-109.4400773,way_type=user_defined:way_id=80E -edge,2658,2658;41.5237186;-109.4400773:2659;41.5237825;-109.4397973,way_type=user_defined:way_id=80E -edge,2659,2659;41.5237825;-109.4397973:2660;41.5238502;-109.4395191,way_type=user_defined:way_id=80E -edge,2660,2660;41.5238502;-109.4395191:2661;41.5239203;-109.4392521,way_type=user_defined:way_id=80E -edge,2661,2661;41.5239203;-109.4392521:2662;41.5239889;-109.4390145,way_type=user_defined:way_id=80E -edge,2662,2662;41.5239889;-109.4390145:2663;41.52401012;-109.4389466,way_type=user_defined:way_id=80E -edge,2663,2663;41.52401012;-109.4389466:2664;41.5240813;-109.4387187,way_type=user_defined:way_id=80E -edge,2664,2664;41.5240813;-109.4387187:2665;41.5241717;-109.4384524,way_type=user_defined:way_id=80E -edge,2665,2665;41.5241717;-109.4384524:2666;41.5242543;-109.4382245,way_type=user_defined:way_id=80E -edge,2666,2666;41.5242543;-109.4382245:2667;41.5243546;-109.4379647,way_type=user_defined:way_id=80E -edge,2667,2667;41.5243546;-109.4379647:2668;41.5245586;-109.437457,way_type=user_defined:way_id=80E -edge,2668,2668;41.5245586;-109.437457:2669;41.5247614;-109.436946,way_type=user_defined:way_id=80E -edge,2669,2669;41.5247614;-109.436946:2670;41.5247614;-109.436946,way_type=user_defined:way_id=80E -edge,2670,2670;41.5247614;-109.436946:2671;41.52534863;-109.4354717,way_type=user_defined:way_id=80E -edge,2671,2671;41.52534863;-109.4354717:2672;41.5254494;-109.4352187,way_type=user_defined:way_id=80E -edge,2672,2672;41.5254494;-109.4352187:2673;41.5262556;-109.4332095,way_type=user_defined:way_id=80E -edge,2673,2673;41.5262556;-109.4332095:2674;41.5263597;-109.4329477,way_type=user_defined:way_id=80E -edge,2674,2674;41.5263597;-109.4329477:2675;41.526459;-109.4326924,way_type=user_defined:way_id=80E -edge,2675,2675;41.526459;-109.4326924:2676;41.526556;-109.432436,way_type=user_defined:way_id=80E -edge,2676,2676;41.526556;-109.432436:2677;41.5266155;-109.4322724,way_type=user_defined:way_id=80E -edge,2677,2677;41.5266155;-109.4322724:2678;41.5266529;-109.432169,way_type=user_defined:way_id=80E -edge,2678,2678;41.5266529;-109.432169:2679;41.5267429;-109.4319084,way_type=user_defined:way_id=80E -edge,2679,2679;41.5267429;-109.4319084:2680;41.5268296;-109.4316458,way_type=user_defined:way_id=80E -edge,2680,2680;41.5268296;-109.4316458:2681;41.5268827;-109.4314784,way_type=user_defined:way_id=80E -edge,2681,2681;41.5268827;-109.4314784:2682;41.526916;-109.4313726,way_type=user_defined:way_id=80E -edge,2682,2682;41.526916;-109.4313726:2683;41.5269857;-109.431142,way_type=user_defined:way_id=80E -edge,2683,2683;41.5269857;-109.431142:2684;41.5270755;-109.43083,way_type=user_defined:way_id=80E -edge,2684,2684;41.5270755;-109.43083:2685;41.5271464;-109.4305684,way_type=user_defined:way_id=80E -edge,2685,2685;41.5271464;-109.4305684:2686;41.5272176;-109.4302872,way_type=user_defined:way_id=80E -edge,2686,2686;41.5272176;-109.4302872:2687;41.5272765;-109.4300411,way_type=user_defined:way_id=80E -edge,2687,2687;41.5272765;-109.4300411:2688;41.5273383;-109.4297662,way_type=user_defined:way_id=80E -edge,2688,2688;41.5273383;-109.4297662:2689;41.5273967;-109.4294895,way_type=user_defined:way_id=80E -edge,2689,2689;41.5273967;-109.4294895:2690;41.5274517;-109.4292127,way_type=user_defined:way_id=80E -edge,2690,2690;41.5274517;-109.4292127:2691;41.5275062;-109.4289261,way_type=user_defined:way_id=80E -edge,2691,2691;41.5275062;-109.4289261:2692;41.5275551;-109.4286484,way_type=user_defined:way_id=80E -edge,2692,2692;41.5275551;-109.4286484:2693;41.5275946;-109.4283974,way_type=user_defined:way_id=80E -edge,2693,2693;41.5275946;-109.4283974:2694;41.5276369;-109.4281082,way_type=user_defined:way_id=80E -edge,2694,2694;41.5276369;-109.4281082:2695;41.5276607;-109.4279306,way_type=user_defined:way_id=80E -edge,2695,2695;41.5276607;-109.4279306:2696;41.5276789;-109.4277902,way_type=user_defined:way_id=80E -edge,2696,2696;41.5276789;-109.4277902:2697;41.5277084;-109.4275367,way_type=user_defined:way_id=80E -edge,2697,2697;41.5277084;-109.4275367:2698;41.5277392;-109.427245,way_type=user_defined:way_id=80E -edge,2698,2698;41.5277392;-109.427245:2699;41.5277658;-109.4269621,way_type=user_defined:way_id=80E -edge,2699,2699;41.5277658;-109.4269621:2700;41.5277911;-109.4266318,way_type=user_defined:way_id=80E -edge,2700,2700;41.5277911;-109.4266318:2701;41.5278069;-109.4263865,way_type=user_defined:way_id=80E -edge,2701,2701;41.5278069;-109.4263865:2702;41.5278224;-109.4260947,way_type=user_defined:way_id=80E -edge,2702,2702;41.5278224;-109.4260947:2703;41.5278329;-109.4258412,way_type=user_defined:way_id=80E -edge,2703,2703;41.5278329;-109.4258412:2704;41.5278413;-109.4255507,way_type=user_defined:way_id=80E -edge,2704,2704;41.5278413;-109.4255507:2705;41.5278455;-109.4252607,way_type=user_defined:way_id=80E -edge,2705,2705;41.5278455;-109.4252607:2706;41.5278462;-109.4250006,way_type=user_defined:way_id=80E -edge,2706,2706;41.5278462;-109.4250006:2707;41.5278437;-109.4247212,way_type=user_defined:way_id=80E -edge,2707,2707;41.5278437;-109.4247212:2708;41.5278369;-109.4244241,way_type=user_defined:way_id=80E -edge,2708,2708;41.5278369;-109.4244241:2709;41.5278272;-109.4241448,way_type=user_defined:way_id=80E -edge,2709,2709;41.5278272;-109.4241448:2710;41.5278162;-109.4238995,way_type=user_defined:way_id=80E -edge,2710,2710;41.5278162;-109.4238995:2711;41.5277992;-109.4236017,way_type=user_defined:way_id=80E -edge,2711,2711;41.5277992;-109.4236017:2712;41.5277772;-109.423306,way_type=user_defined:way_id=80E -edge,2712,2712;41.5277772;-109.423306:2713;41.5277531;-109.4230332,way_type=user_defined:way_id=80E -edge,2713,2713;41.5277531;-109.4230332:2714;41.5277244;-109.4227413,way_type=user_defined:way_id=80E -edge,2714,2714;41.5277244;-109.4227413:2715;41.5276695;-109.422208,way_type=user_defined:way_id=80E -edge,2715,2715;41.5276695;-109.422208:2716;41.5275017;-109.4206302,way_type=user_defined:way_id=80E -edge,2716,2716;41.5275017;-109.4206302:2717;41.5274046;-109.4197387,way_type=user_defined:way_id=80E -edge,2717,2717;41.5274046;-109.4197387:2718;41.5273156;-109.4188828,way_type=user_defined:way_id=80E -edge,2718,2718;41.5273156;-109.4188828:2719;41.5271946;-109.4177673,way_type=user_defined:way_id=80E -edge,2719,2719;41.5271946;-109.4177673:2720;41.5269297;-109.4152838,way_type=user_defined:way_id=80E -edge,2720,2720;41.5269297;-109.4152838:2721;41.5268404;-109.4144368,way_type=user_defined:way_id=80E -edge,2721,2721;41.5268404;-109.4144368:2722;41.526815;-109.4141847,way_type=user_defined:way_id=80E -edge,2722,2722;41.526815;-109.4141847:2723;41.526789;-109.4139029,way_type=user_defined:way_id=80E -edge,2723,2723;41.526789;-109.4139029:2724;41.5267656;-109.4136097,way_type=user_defined:way_id=80E -edge,2724,2724;41.5267656;-109.4136097:2725;41.5267467;-109.4133245,way_type=user_defined:way_id=80E -edge,2725,2725;41.5267467;-109.4133245:2726;41.5267309;-109.4130386,way_type=user_defined:way_id=80E -edge,2726,2726;41.5267309;-109.4130386:2727;41.5267161;-109.4127047,way_type=user_defined:way_id=80E -edge,2727,2727;41.5267161;-109.4127047:2728;41.5267048;-109.4123455,way_type=user_defined:way_id=80E -edge,2728,2728;41.5267048;-109.4123455:2729;41.5266955;-109.4119111,way_type=user_defined:way_id=80E -edge,2729,2729;41.5266955;-109.4119111:2730;41.5266928;-109.4115867,way_type=user_defined:way_id=80E -edge,2730,2730;41.5266928;-109.4115867:2731;41.5266944;-109.411292,way_type=user_defined:way_id=80E -edge,2731,2731;41.5266944;-109.411292:2732;41.5266983;-109.4110521,way_type=user_defined:way_id=80E -edge,2732,2732;41.5266983;-109.4110521:2733;41.5267037;-109.4108332,way_type=user_defined:way_id=80E -edge,2733,2733;41.5267037;-109.4108332:2734;41.5267161;-109.4104609,way_type=user_defined:way_id=80E -edge,2734,2734;41.5267161;-109.4104609:2735;41.5267292;-109.4101745,way_type=user_defined:way_id=80E -edge,2735,2735;41.5267292;-109.4101745:2736;41.5267428;-109.409925,way_type=user_defined:way_id=80E -edge,2736,2736;41.5267428;-109.409925:2737;41.5267636;-109.4096022,way_type=user_defined:way_id=80E -edge,2737,2737;41.5267636;-109.4096022:2738;41.526786;-109.4093074,way_type=user_defined:way_id=80E -edge,2738,2738;41.526786;-109.4093074:2739;41.5268172;-109.4089555,way_type=user_defined:way_id=80E -edge,2739,2739;41.5268172;-109.4089555:2740;41.5268388;-109.4087374,way_type=user_defined:way_id=80E -edge,2740,2740;41.5268388;-109.4087374:2741;41.5268665;-109.4084818,way_type=user_defined:way_id=80E -edge,2741,2741;41.5268665;-109.4084818:2742;41.5269044;-109.408161,way_type=user_defined:way_id=80E -edge,2742,2742;41.5269044;-109.408161:2743;41.5269413;-109.4078778,way_type=user_defined:way_id=80E -edge,2743,2743;41.5269413;-109.4078778:2744;41.5269805;-109.4075963,way_type=user_defined:way_id=80E -edge,2744,2744;41.5269805;-109.4075963:2745;41.5271495;-109.4064235,way_type=user_defined:way_id=80E -edge,2745,2745;41.5271495;-109.4064235:2746;41.5272182;-109.4059564,way_type=user_defined:way_id=80E -edge,2746,2746;41.5272182;-109.4059564:2747;41.5273488;-109.4051037,way_type=user_defined:way_id=80E -edge,2747,2747;41.5273488;-109.4051037:2748;41.5274762;-109.4042532,way_type=user_defined:way_id=80E -edge,2748,2748;41.5274762;-109.4042532:2749;41.5276336;-109.4032196,way_type=user_defined:way_id=80E -edge,2749,2749;41.5276336;-109.4032196:2750;41.5278159;-109.4019869,way_type=user_defined:way_id=80E -edge,2750,2750;41.5278159;-109.4019869:2751;41.5279969;-109.4007815,way_type=user_defined:way_id=80E -edge,2751,2751;41.5279969;-109.4007815:2752;41.5280795;-109.4002449,way_type=user_defined:way_id=80E -edge,2752,2752;41.5280795;-109.4002449:2753;41.5281364;-109.3998886,way_type=user_defined:way_id=80E -edge,2753,2753;41.5281364;-109.3998886:2754;41.528178;-109.3996416,way_type=user_defined:way_id=80E -edge,2754,2754;41.528178;-109.3996416:2755;41.5282276;-109.399368,way_type=user_defined:way_id=80E -edge,2755,2755;41.5282276;-109.399368:2756;41.5282839;-109.3990864,way_type=user_defined:way_id=80E -edge,2756,2756;41.5282839;-109.3990864:2757;41.5283423;-109.398815,way_type=user_defined:way_id=80E -edge,2757,2757;41.5283423;-109.398815:2758;41.5284085;-109.3985274,way_type=user_defined:way_id=80E -edge,2758,2758;41.5284085;-109.3985274:2759;41.5284506;-109.3983577,way_type=user_defined:way_id=80E -edge,2759,2759;41.5284506;-109.3983577:2760;41.5284751;-109.3982595,way_type=user_defined:way_id=80E -edge,2760,2760;41.5284751;-109.3982595:2761;41.5285488;-109.3979843,way_type=user_defined:way_id=80E -edge,2761,2761;41.5285488;-109.3979843:2762;41.5286166;-109.3977462,way_type=user_defined:way_id=80E -edge,2762,2762;41.5286166;-109.3977462:2763;41.5286959;-109.3974841,way_type=user_defined:way_id=80E -edge,2763,2763;41.5286959;-109.3974841:2764;41.5287827;-109.3972157,way_type=user_defined:way_id=80E -edge,2764,2764;41.5287827;-109.3972157:2765;41.5288706;-109.396958,way_type=user_defined:way_id=80E -edge,2765,2765;41.5288706;-109.396958:2766;41.5289648;-109.3966935,way_type=user_defined:way_id=80E -edge,2766,2766;41.5289648;-109.3966935:2767;41.529063;-109.3964308,way_type=user_defined:way_id=80E -edge,2767,2767;41.529063;-109.3964308:2768;41.5291484;-109.3962118,way_type=user_defined:way_id=80E -edge,2768,2768;41.5291484;-109.3962118:2769;41.5292542;-109.3959527,way_type=user_defined:way_id=80E -edge,2769,2769;41.5292542;-109.3959527:2770;41.5293646;-109.3956961,way_type=user_defined:way_id=80E -edge,2770,2770;41.5293646;-109.3956961:2771;41.5294762;-109.3954512,way_type=user_defined:way_id=80E -edge,2771,2771;41.5294762;-109.3954512:2772;41.5295915;-109.3952096,way_type=user_defined:way_id=80E -edge,2772,2772;41.5295915;-109.3952096:2773;41.5297105;-109.3949715,way_type=user_defined:way_id=80E -edge,2773,2773;41.5297105;-109.3949715:2774;41.5298375;-109.3947292,way_type=user_defined:way_id=80E -edge,2774,2774;41.5298375;-109.3947292:2775;41.5299682;-109.3944899,way_type=user_defined:way_id=80E -edge,2775,2775;41.5299682;-109.3944899:2776;41.5302223;-109.3940375,way_type=user_defined:way_id=80E -edge,2776,2776;41.5302223;-109.3940375:2777;41.5311309;-109.3924414,way_type=user_defined:way_id=80E -edge,2777,2777;41.5311309;-109.3924414:2778;41.53126;-109.3922115,way_type=user_defined:way_id=80E -edge,2778,2778;41.53126;-109.3922115:2779;41.5313868;-109.3919779,way_type=user_defined:way_id=80E -edge,2779,2779;41.5313868;-109.3919779:2780;41.5315149;-109.3917333,way_type=user_defined:way_id=80E -edge,2780,2780;41.5315149;-109.3917333:2781;41.531636;-109.3914949,way_type=user_defined:way_id=80E -edge,2781,2781;41.531636;-109.3914949:2782;41.5317386;-109.3912852,way_type=user_defined:way_id=80E -edge,2782,2782;41.5317386;-109.3912852:2783;41.5318512;-109.3910422,way_type=user_defined:way_id=80E -edge,2783,2783;41.5318512;-109.3910422:2784;41.5319619;-109.3907864,way_type=user_defined:way_id=80E -edge,2784,2784;41.5319619;-109.3907864:2785;41.5320762;-109.3905011,way_type=user_defined:way_id=80E -edge,2785,2785;41.5320762;-109.3905011:2786;41.5321738;-109.3902362,way_type=user_defined:way_id=80E -edge,2786,2786;41.5321738;-109.3902362:2787;41.5322542;-109.3900024,way_type=user_defined:way_id=80E -edge,2787,2787;41.5322542;-109.3900024:2788;41.5323385;-109.3897397,way_type=user_defined:way_id=80E -edge,2788,2788;41.5323385;-109.3897397:2789;41.5324207;-109.389466,way_type=user_defined:way_id=80E -edge,2789,2789;41.5324207;-109.389466:2790;41.5324849;-109.3892347,way_type=user_defined:way_id=80E -edge,2790,2790;41.5324849;-109.3892347:2791;41.532564;-109.3889208,way_type=user_defined:way_id=80E -edge,2791,2791;41.532564;-109.3889208:2792;41.5326201;-109.3886771,way_type=user_defined:way_id=80E -edge,2792,2792;41.5326201;-109.3886771:2793;41.5326774;-109.3884048,way_type=user_defined:way_id=80E -edge,2793,2793;41.5326774;-109.3884048:2794;41.5327303;-109.3881218,way_type=user_defined:way_id=80E -edge,2794,2794;41.5327303;-109.3881218:2795;41.5327771;-109.3878376,way_type=user_defined:way_id=80E -edge,2795,2795;41.5327771;-109.3878376:2796;41.532808;-109.3876261,way_type=user_defined:way_id=80E -edge,2796,2796;41.532808;-109.3876261:2797;41.5328507;-109.3872945,way_type=user_defined:way_id=80E -edge,2797,2797;41.5328507;-109.3872945:2798;41.5328828;-109.3869795,way_type=user_defined:way_id=80E -edge,2798,2798;41.5328828;-109.3869795:2799;41.5329042;-109.386722,way_type=user_defined:way_id=80E -edge,2799,2799;41.5329042;-109.386722:2800;41.5329203;-109.3864721,way_type=user_defined:way_id=80E -edge,2800,2800;41.5329203;-109.3864721:2801;41.5329322;-109.3861853,way_type=user_defined:way_id=80E -edge,2801,2801;41.5329322;-109.3861853:2802;41.5329375;-109.3858997,way_type=user_defined:way_id=80E -edge,2802,2802;41.5329375;-109.3858997:2803;41.5329382;-109.3856397,way_type=user_defined:way_id=80E -edge,2803,2803;41.5329382;-109.3856397:2804;41.5329324;-109.3853272,way_type=user_defined:way_id=80E -edge,2804,2804;41.5329324;-109.3853272:2805;41.5329219;-109.3850721,way_type=user_defined:way_id=80E -edge,2805,2805;41.5329219;-109.3850721:2806;41.5329069;-109.3848187,way_type=user_defined:way_id=80E -edge,2806,2806;41.5329069;-109.3848187:2807;41.5328862;-109.3845369,way_type=user_defined:way_id=80E -edge,2807,2807;41.5328862;-109.3845369:2808;41.5328624;-109.3842713,way_type=user_defined:way_id=80E -edge,2808,2808;41.5328624;-109.3842713:2809;41.5328342;-109.3839981,way_type=user_defined:way_id=80E -edge,2809,2809;41.5328342;-109.3839981:2810;41.5328016;-109.3837121,way_type=user_defined:way_id=80E -edge,2810,2810;41.5328016;-109.3837121:2811;41.5327657;-109.3834188,way_type=user_defined:way_id=80E -edge,2811,2811;41.5327657;-109.3834188:2812;41.5326972;-109.3828764,way_type=user_defined:way_id=80E -edge,2812,2812;41.5326972;-109.3828764:2813;41.5325093;-109.3814275,way_type=user_defined:way_id=80E -edge,2813,2813;41.5325093;-109.3814275:2814;41.5322988;-109.3798254,way_type=user_defined:way_id=80E -edge,2814,2814;41.5322988;-109.3798254:2815;41.5322492;-109.379434,way_type=user_defined:way_id=80E -edge,2815,2815;41.5322492;-109.379434:2816;41.5321969;-109.3790061,way_type=user_defined:way_id=80E -edge,2816,2816;41.5321969;-109.3790061:2817;41.5321643;-109.3787216,way_type=user_defined:way_id=80E -edge,2817,2817;41.5321643;-109.3787216:2818;41.5321391;-109.3784733,way_type=user_defined:way_id=80E -edge,2818,2818;41.5321391;-109.3784733:2819;41.5321142;-109.3781781,way_type=user_defined:way_id=80E -edge,2819,2819;41.5321142;-109.3781781:2820;41.5320957;-109.3779007,way_type=user_defined:way_id=80E -edge,2820,2820;41.5320957;-109.3779007:2821;41.5320817;-109.3776036,way_type=user_defined:way_id=80E -edge,2821,2821;41.5320817;-109.3776036:2822;41.532074;-109.3773233,way_type=user_defined:way_id=80E -edge,2822,2822;41.532074;-109.3773233:2823;41.532071;-109.3770622,way_type=user_defined:way_id=80E -edge,2823,2823;41.532071;-109.3770622:2824;41.532073;-109.3767715,way_type=user_defined:way_id=80E -edge,2824,2824;41.532073;-109.3767715:2825;41.5320809;-109.3764894,way_type=user_defined:way_id=80E -edge,2825,2825;41.5320809;-109.3764894:2826;41.5320916;-109.3762726,way_type=user_defined:way_id=80E -edge,2826,2826;41.5320916;-109.3762726:2827;41.5320977;-109.3761688,way_type=user_defined:way_id=80E -edge,2827,2827;41.5320977;-109.3761688:2828;41.532116;-109.3759138,way_type=user_defined:way_id=80E -edge,2828,2828;41.532116;-109.3759138:2829;41.532139;-109.3756585,way_type=user_defined:way_id=80E -edge,2829,2829;41.532139;-109.3756585:2830;41.5321662;-109.3754114,way_type=user_defined:way_id=80E -edge,2830,2830;41.5321662;-109.3754114:2831;41.5321738;-109.3753469,way_type=user_defined:way_id=80E -edge,2831,2831;41.5321738;-109.3753469:2832;41.5322081;-109.3750927,way_type=user_defined:way_id=80E -edge,2832,2832;41.5322081;-109.3750927:2833;41.5322539;-109.3748021,way_type=user_defined:way_id=80E -edge,2833,2833;41.5322539;-109.3748021:2834;41.5323019;-109.3745319,way_type=user_defined:way_id=80E -edge,2834,2834;41.5323019;-109.3745319:2835;41.5323575;-109.3742461,way_type=user_defined:way_id=80E -edge,2835,2835;41.5323575;-109.3742461:2836;41.5324163;-109.373972,way_type=user_defined:way_id=80E -edge,2836,2836;41.5324163;-109.373972:2837;41.5324828;-109.3736919,way_type=user_defined:way_id=80E -edge,2837,2837;41.5324828;-109.3736919:2838;41.5325555;-109.3734147,way_type=user_defined:way_id=80E -edge,2838,2838;41.5325555;-109.3734147:2839;41.5326316;-109.3731493,way_type=user_defined:way_id=80E -edge,2839,2839;41.5326316;-109.3731493:2840;41.5327047;-109.3729129,way_type=user_defined:way_id=80E -edge,2840,2840;41.5327047;-109.3729129:2841;41.5327939;-109.3726443,way_type=user_defined:way_id=80E -edge,2841,2841;41.5327939;-109.3726443:2842;41.5328848;-109.3723869,way_type=user_defined:way_id=80E -edge,2842,2842;41.5328848;-109.3723869:2843;41.5329824;-109.372123,way_type=user_defined:way_id=80E -edge,2843,2843;41.5329824;-109.372123:2844;41.5330796;-109.3718691,way_type=user_defined:way_id=80E -edge,2844,2844;41.5330796;-109.3718691:2845;41.5332846;-109.3713466,way_type=user_defined:way_id=80E -edge,2845,2845;41.5332846;-109.3713466:2846;41.5337656;-109.3701336,way_type=user_defined:way_id=80E -edge,2846,2846;41.5337656;-109.3701336:2847;41.5341886;-109.3690774,way_type=user_defined:way_id=80E -edge,2847,2847;41.5341886;-109.3690774:2848;41.5344781;-109.3683455,way_type=user_defined:way_id=80E -edge,2848,2848;41.5344781;-109.3683455:2849;41.5349764;-109.3671012,way_type=user_defined:way_id=80E -edge,2849,2849;41.5349764;-109.3671012:2850;41.5358636;-109.364868,way_type=user_defined:way_id=80E -edge,2850,2850;41.5358636;-109.364868:2851;41.5362495;-109.3639068,way_type=user_defined:way_id=80E -edge,2851,2851;41.5362495;-109.3639068:2852;41.5368473;-109.3624017,way_type=user_defined:way_id=80E -edge,2852,2852;41.5368473;-109.3624017:2853;41.537254;-109.3613848,way_type=user_defined:way_id=80E -edge,2853,2853;41.537254;-109.3613848:2854;41.5380587;-109.3593601,way_type=user_defined:way_id=80E -edge,2854,2854;41.5380587;-109.3593601:2855;41.5384125;-109.3584631,way_type=user_defined:way_id=80E -edge,2855,2855;41.5384125;-109.3584631:2856;41.5387565;-109.3576046,way_type=user_defined:way_id=80E -edge,2856,2856;41.5387565;-109.3576046:2857;41.5395602;-109.3555816,way_type=user_defined:way_id=80E -edge,2857,2857;41.5395602;-109.3555816:2858;41.5401197;-109.3541779,way_type=user_defined:way_id=80E -edge,2858,2858;41.5401197;-109.3541779:2859;41.5410507;-109.3518292,way_type=user_defined:way_id=80E -edge,2859,2859;41.5410507;-109.3518292:2860;41.541564;-109.3505481,way_type=user_defined:way_id=80E -edge,2860,2860;41.541564;-109.3505481:2861;41.5419559;-109.3495546,way_type=user_defined:way_id=80E -edge,2861,2861;41.5419559;-109.3495546:2862;41.5424517;-109.3483107,way_type=user_defined:way_id=80E -edge,2862,2862;41.5424517;-109.3483107:2863;41.5427805;-109.3474797,way_type=user_defined:way_id=80E -edge,2863,2863;41.5427805;-109.3474797:2864;41.5430386;-109.3468337,way_type=user_defined:way_id=80E -edge,2864,2864;41.5430386;-109.3468337:2865;41.5430776;-109.3467293,way_type=user_defined:way_id=80E -edge,2865,2865;41.5430776;-109.3467293:2866;41.54341174;-109.3458882,way_type=user_defined:way_id=80E -edge,2866,2866;41.54341174;-109.3458882:2867;41.54341174;-109.3458882,way_type=user_defined:way_id=80E -edge,2867,2867;41.54341174;-109.3458882:2868;41.5438139;-109.3448826,way_type=user_defined:way_id=80E -edge,2868,2868;41.5438139;-109.3448826:2869;41.5440288;-109.3443403,way_type=user_defined:way_id=80E -edge,2869,2869;41.5440288;-109.3443403:2870;41.5441552;-109.3440176,way_type=user_defined:way_id=80E -edge,2870,2870;41.5441552;-109.3440176:2871;41.5443384;-109.3435375,way_type=user_defined:way_id=80E -edge,2871,2871;41.5443384;-109.3435375:2872;41.5444618;-109.3432034,way_type=user_defined:way_id=80E -edge,2872,2872;41.5444618;-109.3432034:2873;41.544649;-109.3426831,way_type=user_defined:way_id=80E -edge,2873,2873;41.544649;-109.3426831:2874;41.5448313;-109.3421594,way_type=user_defined:way_id=80E -edge,2874,2874;41.5448313;-109.3421594:2875;41.5449316;-109.3418629,way_type=user_defined:way_id=80E -edge,2875,2875;41.5449316;-109.3418629:2876;41.5451166;-109.3412991,way_type=user_defined:way_id=80E -edge,2876,2876;41.5451166;-109.3412991:2877;41.5452345;-109.3409284,way_type=user_defined:way_id=80E -edge,2877,2877;41.5452345;-109.3409284:2878;41.5458293;-109.3390161,way_type=user_defined:way_id=80E -edge,2878,2878;41.5458293;-109.3390161:2879;41.5461755;-109.3379108,way_type=user_defined:way_id=80E -edge,2879,2879;41.5461755;-109.3379108:2880;41.5463628;-109.3373203,way_type=user_defined:way_id=80E -edge,2880,2880;41.5463628;-109.3373203:2881;41.5467996;-109.3359124,way_type=user_defined:way_id=80E -edge,2881,2881;41.5467996;-109.3359124:2882;41.5476098;-109.3333295,way_type=user_defined:way_id=80E -edge,2882,2882;41.5476098;-109.3333295:2883;41.5477896;-109.3327646,way_type=user_defined:way_id=80E -edge,2883,2883;41.5477896;-109.3327646:2884;41.5478728;-109.3325083,way_type=user_defined:way_id=80E -edge,2884,2884;41.5478728;-109.3325083:2885;41.54799932;-109.332126,way_type=user_defined:way_id=80E -edge,2885,2885;41.54799932;-109.332126:2886;41.54810751;-109.3318121,way_type=user_defined:way_id=80E -edge,2886,2886;41.54810751;-109.3318121:2887;41.54818733;-109.331573,way_type=user_defined:way_id=80E -edge,2887,2887;41.54818733;-109.331573:2888;41.5482558;-109.3313763,way_type=user_defined:way_id=80E -edge,2888,2888;41.5482558;-109.3313763:2889;41.548349;-109.3311144,way_type=user_defined:way_id=80E -edge,2889,2889;41.548349;-109.3311144:2890;41.5484564;-109.3308202,way_type=user_defined:way_id=80E -edge,2890,2890;41.5484564;-109.3308202:2891;41.5485532;-109.3305604,way_type=user_defined:way_id=80E -edge,2891,2891;41.5485532;-109.3305604:2892;41.5486642;-109.330268,way_type=user_defined:way_id=80E -edge,2892,2892;41.5486642;-109.330268:2893;41.5488674;-109.329745,way_type=user_defined:way_id=80E -edge,2893,2893;41.5488674;-109.329745:2894;41.5489795;-109.3294633,way_type=user_defined:way_id=80E -edge,2894,2894;41.5489795;-109.3294633:2895;41.5490964;-109.3291751,way_type=user_defined:way_id=80E -edge,2895,2895;41.5490964;-109.3291751:2896;41.5492019;-109.3289209,way_type=user_defined:way_id=80E -edge,2896,2896;41.5492019;-109.3289209:2897;41.5493193;-109.3286434,way_type=user_defined:way_id=80E -edge,2897,2897;41.5493193;-109.3286434:2898;41.5495352;-109.3281398,way_type=user_defined:way_id=80E -edge,2898,2898;41.5495352;-109.3281398:2899;41.5497804;-109.3275726,way_type=user_defined:way_id=80E -edge,2899,2899;41.5497804;-109.3275726:2900;41.5501246;-109.3267816,way_type=user_defined:way_id=80E -edge,2900,2900;41.5501246;-109.3267816:2901;41.5507;-109.3254671,way_type=user_defined:way_id=80E -edge,2901,2901;41.5507;-109.3254671:2902;41.5511686;-109.324406,way_type=user_defined:way_id=80E -edge,2902,2902;41.5511686;-109.324406:2903;41.5522133;-109.3220186,way_type=user_defined:way_id=80E -edge,2903,2903;41.5522133;-109.3220186:2904;41.552692;-109.320933,way_type=user_defined:way_id=80E -edge,2904,2904;41.552692;-109.320933:2905;41.5533764;-109.3193662,way_type=user_defined:way_id=80E -edge,2905,2905;41.5533764;-109.3193662:2906;41.55493883;-109.3158085,way_type=user_defined:way_id=80E -edge,2906,2906;41.55493883;-109.3158085:2907;41.555095;-109.3154529,way_type=user_defined:way_id=80E -edge,2907,2907;41.555095;-109.3154529:2908;41.555095;-109.3154529,way_type=user_defined:way_id=80E -edge,2908,2908;41.555095;-109.3154529:2909;41.555455;-109.3146307,way_type=user_defined:way_id=80E -edge,2909,2909;41.555455;-109.3146307:2910;41.55549328;-109.3145427,way_type=user_defined:way_id=80E -edge,2910,2910;41.55549328;-109.3145427:2911;41.5559299;-109.3135389,way_type=user_defined:way_id=80E -edge,2911,2911;41.5559299;-109.3135389:2912;41.5568816;-109.3113718,way_type=user_defined:way_id=80E -edge,2912,2912;41.5568816;-109.3113718:2913;41.5572246;-109.3105879,way_type=user_defined:way_id=80E -edge,2913,2913;41.5572246;-109.3105879:2914;41.55733648;-109.3103291,way_type=user_defined:way_id=80E -edge,2914,2914;41.55733648;-109.3103291:2915;41.55733648;-109.3103291,way_type=user_defined:way_id=80E -edge,2915,2915;41.55733648;-109.3103291:2916;41.5575771;-109.3097768,way_type=user_defined:way_id=80E -edge,2916,2916;41.5575771;-109.3097768:2917;41.5580346;-109.3087402,way_type=user_defined:way_id=80E -edge,2917,2917;41.5580346;-109.3087402:2918;41.5584074;-109.3078843,way_type=user_defined:way_id=80E -edge,2918,2918;41.5584074;-109.3078843:2919;41.5588575;-109.3068561,way_type=user_defined:way_id=80E -edge,2919,2919;41.5588575;-109.3068561:2920;41.559213;-109.3060365,way_type=user_defined:way_id=80E -edge,2920,2920;41.559213;-109.3060365:2921;41.55930372;-109.3058316,way_type=user_defined:way_id=80E -edge,2921,2921;41.55930372;-109.3058316:2922;41.5596981;-109.3049407,way_type=user_defined:way_id=80E -edge,2922,2922;41.5596981;-109.3049407:2923;41.5600156;-109.3042166,way_type=user_defined:way_id=80E -edge,2923,2923;41.5600156;-109.3042166:2924;41.5602617;-109.3036498,way_type=user_defined:way_id=80E -edge,2924,2924;41.5602617;-109.3036498:2925;41.5604114;-109.3033088,way_type=user_defined:way_id=80E -edge,2925,2925;41.5604114;-109.3033088:2926;41.5604114;-109.3033088,way_type=user_defined:way_id=80E -edge,2926,2926;41.5604114;-109.3033088:2927;41.5606163;-109.3028426,way_type=user_defined:way_id=80E -edge,2927,2927;41.5606163;-109.3028426:2928;41.5608487;-109.3023091,way_type=user_defined:way_id=80E -edge,2928,2928;41.5608487;-109.3023091:2929;41.5611954;-109.3015226,way_type=user_defined:way_id=80E -edge,2929,2929;41.5611954;-109.3015226:2930;41.5616642;-109.3004484,way_type=user_defined:way_id=80E -edge,2930,2930;41.5616642;-109.3004484:2931;41.5621996;-109.2992303,way_type=user_defined:way_id=80E -edge,2931,2931;41.5621996;-109.2992303:2932;41.5629019;-109.2976198,way_type=user_defined:way_id=80E -edge,2932,2932;41.5629019;-109.2976198:2933;41.5635394;-109.2961693,way_type=user_defined:way_id=80E -edge,2933,2933;41.5635394;-109.2961693:2934;41.5637316;-109.2957278,way_type=user_defined:way_id=80E -edge,2934,2934;41.5637316;-109.2957278:2935;41.5639866;-109.2951366,way_type=user_defined:way_id=80E -edge,2935,2935;41.5639866;-109.2951366:2936;41.5645569;-109.2938477,way_type=user_defined:way_id=80E -edge,2936,2936;41.5645569;-109.2938477:2937;41.565119;-109.2925581,way_type=user_defined:way_id=80E -edge,2937,2937;41.565119;-109.2925581:2938;41.5654311;-109.2918468,way_type=user_defined:way_id=80E -edge,2938,2938;41.5654311;-109.2918468:2939;41.56564342;-109.2913812,way_type=user_defined:way_id=80E -edge,2939,2939;41.56564342;-109.2913812:2940;41.56580166;-109.2910008,way_type=user_defined:way_id=80E -edge,2940,2940;41.56580166;-109.2910008:2941;41.5660645;-109.2904013,way_type=user_defined:way_id=80E -edge,2941,2941;41.5660645;-109.2904013:2942;41.5666376;-109.2890808,way_type=user_defined:way_id=80E -edge,2942,2942;41.5666376;-109.2890808:2943;41.5667613;-109.2887892,way_type=user_defined:way_id=80E -edge,2943,2943;41.5667613;-109.2887892:2944;41.5668758;-109.2885118,way_type=user_defined:way_id=80E -edge,2944,2944;41.5668758;-109.2885118:2945;41.5670808;-109.2880036,way_type=user_defined:way_id=80E -edge,2945,2945;41.5670808;-109.2880036:2946;41.567195;-109.2877145,way_type=user_defined:way_id=80E -edge,2946,2946;41.567195;-109.2877145:2947;41.5674582;-109.287028,way_type=user_defined:way_id=80E -edge,2947,2947;41.5674582;-109.287028:2948;41.5676139;-109.286615,way_type=user_defined:way_id=80E -edge,2948,2948;41.5676139;-109.286615:2949;41.5682118;-109.2849871,way_type=user_defined:way_id=80E -edge,2949,2949;41.5682118;-109.2849871:2950;41.5693154;-109.2820219,way_type=user_defined:way_id=80E -edge,2950,2950;41.5693154;-109.2820219:2951;41.569868;-109.2805246,way_type=user_defined:way_id=80E -edge,2951,2951;41.569868;-109.2805246:2952;41.5709113;-109.2777143,way_type=user_defined:way_id=80E -edge,2952,2952;41.5709113;-109.2777143:2953;41.57147066;-109.276199,way_type=user_defined:way_id=80E -edge,2953,2953;41.57147066;-109.276199:2954;41.57147066;-109.276199,way_type=user_defined:way_id=80E -edge,2954,2954;41.57147066;-109.276199:2955;41.5723701;-109.2737811,way_type=user_defined:way_id=80E -edge,2955,2955;41.5723701;-109.2737811:2956;41.5730436;-109.271957,way_type=user_defined:way_id=80E -edge,2956,2956;41.5730436;-109.271957:2957;41.5734418;-109.2708855,way_type=user_defined:way_id=80E -edge,2957,2957;41.5734418;-109.2708855:2958;41.5738368;-109.2698143,way_type=user_defined:way_id=80E -edge,2958,2958;41.5738368;-109.2698143:2959;41.5742605;-109.2686723,way_type=user_defined:way_id=80E -edge,2959,2959;41.5742605;-109.2686723:2960;41.5745581;-109.2678619,way_type=user_defined:way_id=80E -edge,2960,2960;41.5745581;-109.2678619:2961;41.574995;-109.266689,way_type=user_defined:way_id=80E -edge,2961,2961;41.574995;-109.266689:2962;41.574995;-109.266689,way_type=user_defined:way_id=80E -edge,2962,2962;41.574995;-109.266689:2963;41.5751776;-109.2661969,way_type=user_defined:way_id=80E -edge,2963,2963;41.5751776;-109.2661969:2964;41.5757876;-109.2645325,way_type=user_defined:way_id=80E -edge,2964,2964;41.5757876;-109.2645325:2965;41.5760888;-109.2637153,way_type=user_defined:way_id=80E -edge,2965,2965;41.5760888;-109.2637153:2966;41.57647185;-109.2626882,way_type=user_defined:way_id=80E -edge,2966,2966;41.57647185;-109.2626882:2967;41.5766144;-109.2623059,way_type=user_defined:way_id=80E -edge,2967,2967;41.5766144;-109.2623059:2968;41.5767281;-109.262001,way_type=user_defined:way_id=80E -edge,2968,2968;41.5767281;-109.262001:2969;41.5767281;-109.262001,way_type=user_defined:way_id=80E -edge,2969,2969;41.5767281;-109.262001:2970;41.57703858;-109.2611546,way_type=user_defined:way_id=80E -edge,2970,2970;41.57703858;-109.2611546:2971;41.57729051;-109.2604887,way_type=user_defined:way_id=80E -edge,2971,2971;41.57729051;-109.2604887:2972;41.5773485;-109.2603354,way_type=user_defined:way_id=80E -edge,2972,2972;41.5773485;-109.2603354:2973;41.57752077;-109.25986,way_type=user_defined:way_id=80E -edge,2973,2973;41.57752077;-109.25986:2974;41.5776369;-109.2595533,way_type=user_defined:way_id=80E -edge,2974,2974;41.5776369;-109.2595533:2975;41.5777566;-109.2592446,way_type=user_defined:way_id=80E -edge,2975,2975;41.5777566;-109.2592446:2976;41.5778338;-109.2590508,way_type=user_defined:way_id=80E -edge,2976,2976;41.5778338;-109.2590508:2977;41.5779398;-109.2587903,way_type=user_defined:way_id=80E -edge,2977,2977;41.5779398;-109.2587903:2978;41.5780549;-109.2585154,way_type=user_defined:way_id=80E -edge,2978,2978;41.5780549;-109.2585154:2979;41.5781564;-109.2582804,way_type=user_defined:way_id=80E -edge,2979,2979;41.5781564;-109.2582804:2980;41.5782915;-109.2579789,way_type=user_defined:way_id=80E -edge,2980,2980;41.5782915;-109.2579789:2981;41.5784058;-109.2577341,way_type=user_defined:way_id=80E -edge,2981,2981;41.5784058;-109.2577341:2982;41.5785223;-109.257492,way_type=user_defined:way_id=80E -edge,2982,2982;41.5785223;-109.257492:2983;41.5786613;-109.257213,way_type=user_defined:way_id=80E -edge,2983,2983;41.5786613;-109.257213:2984;41.578813;-109.2569212,way_type=user_defined:way_id=80E -edge,2984,2984;41.578813;-109.2569212:2985;41.5789255;-109.2567102,way_type=user_defined:way_id=80E -edge,2985,2985;41.5789255;-109.2567102:2986;41.5790527;-109.2564775,way_type=user_defined:way_id=80E -edge,2986,2986;41.5790527;-109.2564775:2987;41.5792005;-109.2562161,way_type=user_defined:way_id=80E -edge,2987,2987;41.5792005;-109.2562161:2988;41.57933046;-109.2559932,way_type=user_defined:way_id=80E -edge,2988,2988;41.57933046;-109.2559932:2989;41.57933046;-109.2559932,way_type=user_defined:way_id=80E -edge,2989,2989;41.57933046;-109.2559932:2990;41.5795005;-109.2557092,way_type=user_defined:way_id=80E -edge,2990,2990;41.5795005;-109.2557092:2991;41.5796292;-109.2555008,way_type=user_defined:way_id=80E -edge,2991,2991;41.5796292;-109.2555008:2992;41.5797839;-109.255258,way_type=user_defined:way_id=80E -edge,2992,2992;41.5797839;-109.255258:2993;41.5799315;-109.2550327,way_type=user_defined:way_id=80E -edge,2993,2993;41.5799315;-109.2550327:2994;41.5800536;-109.2548518,way_type=user_defined:way_id=80E -edge,2994,2994;41.5800536;-109.2548518:2995;41.5802581;-109.2545565,way_type=user_defined:way_id=80E -edge,2995,2995;41.5802581;-109.2545565:2996;41.5804082;-109.2543469,way_type=user_defined:way_id=80E -edge,2996,2996;41.5804082;-109.2543469:2997;41.5804639;-109.2542714,way_type=user_defined:way_id=80E -edge,2997,2997;41.5804639;-109.2542714:2998;41.5805602;-109.2541409,way_type=user_defined:way_id=80E -edge,2998,2998;41.5805602;-109.2541409:2999;41.5807344;-109.2539109,way_type=user_defined:way_id=80E -edge,2999,2999;41.5807344;-109.2539109:3000;41.5808901;-109.253711,way_type=user_defined:way_id=80E -edge,3000,3000;41.5808901;-109.253711:3001;41.5810739;-109.2534816,way_type=user_defined:way_id=80E -edge,3001,3001;41.5810739;-109.2534816:3002;41.5812337;-109.253287,way_type=user_defined:way_id=80E -edge,3002,3002;41.5812337;-109.253287:3003;41.5813953;-109.2530962,way_type=user_defined:way_id=80E -edge,3003,3003;41.5813953;-109.2530962:3004;41.5815813;-109.2528838,way_type=user_defined:way_id=80E -edge,3004,3004;41.5815813;-109.2528838:3005;41.5817483;-109.2527001,way_type=user_defined:way_id=80E -edge,3005,3005;41.5817483;-109.2527001:3006;41.5819391;-109.2524959,way_type=user_defined:way_id=80E -edge,3006,3006;41.5819391;-109.2524959:3007;41.58203561;-109.2523956,way_type=user_defined:way_id=80E -edge,3007,3007;41.58203561;-109.2523956:3008;41.5821327;-109.2522947,way_type=user_defined:way_id=80E -edge,3008,3008;41.5821327;-109.2522947:3009;41.5823053;-109.2521197,way_type=user_defined:way_id=80E -edge,3009,3009;41.5823053;-109.2521197:3010;41.5825212;-109.2519087,way_type=user_defined:way_id=80E -edge,3010,3010;41.5825212;-109.2519087:3011;41.5826799;-109.2517573,way_type=user_defined:way_id=80E -edge,3011,3011;41.5826799;-109.2517573:3012;41.5828635;-109.2515867,way_type=user_defined:way_id=80E -edge,3012,3012;41.5828635;-109.2515867:3013;41.5830609;-109.2514096,way_type=user_defined:way_id=80E -edge,3013,3013;41.5830609;-109.2514096:3014;41.5832718;-109.2512267,way_type=user_defined:way_id=80E -edge,3014,3014;41.5832718;-109.2512267:3015;41.583454;-109.251074,way_type=user_defined:way_id=80E -edge,3015,3015;41.583454;-109.251074:3016;41.5836437;-109.2509203,way_type=user_defined:way_id=80E -edge,3016,3016;41.5836437;-109.2509203:3017;41.5837811;-109.2508125,way_type=user_defined:way_id=80E -edge,3017,3017;41.5837811;-109.2508125:3018;41.5837811;-109.2508125,way_type=user_defined:way_id=80E -edge,3018,3018;41.5837811;-109.2508125:3019;41.5838471;-109.2507609,way_type=user_defined:way_id=80E -edge,3019,3019;41.5838471;-109.2507609:3020;41.5840396;-109.2506157,way_type=user_defined:way_id=80E -edge,3020,3020;41.5840396;-109.2506157:3021;41.5842523;-109.2504608,way_type=user_defined:way_id=80E -edge,3021,3021;41.5842523;-109.2504608:3022;41.5844474;-109.2503225,way_type=user_defined:way_id=80E -edge,3022,3022;41.5844474;-109.2503225:3023;41.5846627;-109.2501744,way_type=user_defined:way_id=80E -edge,3023,3023;41.5846627;-109.2501744:3024;41.5850526;-109.2499148,way_type=user_defined:way_id=80E -edge,3024,3024;41.5850526;-109.2499148:3025;41.58584867;-109.2493951,way_type=user_defined:way_id=80E -edge,3025,3025;41.58584867;-109.2493951:3026;41.5860818;-109.2492429,way_type=user_defined:way_id=80E -edge,3026,3026;41.5860818;-109.2492429:3027;41.5866428;-109.248882,way_type=user_defined:way_id=80E -edge,3027,3027;41.5866428;-109.248882:3028;41.587505;-109.2483226,way_type=user_defined:way_id=80E -edge,3028,3028;41.587505;-109.2483226:3029;41.5887205;-109.2475369,way_type=user_defined:way_id=80E -edge,3029,3029;41.5887205;-109.2475369:3030;41.5895489;-109.2469985,way_type=user_defined:way_id=80E -edge,3030,3030;41.5895489;-109.2469985:3031;41.5909141;-109.2461146,way_type=user_defined:way_id=80E -edge,3031,3031;41.5909141;-109.2461146:3032;41.5915791;-109.2456795,way_type=user_defined:way_id=80E -edge,3032,3032;41.5915791;-109.2456795:3033;41.59226558;-109.2452351,way_type=user_defined:way_id=80E -edge,3033,3033;41.59226558;-109.2452351:3034;41.5928266;-109.244872,way_type=user_defined:way_id=80E -edge,3034,3034;41.5928266;-109.244872:3035;41.5928266;-109.244872,way_type=user_defined:way_id=80E -edge,3035,3035;41.5928266;-109.244872:3036;41.59391482;-109.244187,way_type=user_defined:way_id=80E -edge,3036,3036;41.59391482;-109.244187:3037;41.5946501;-109.2437067,way_type=user_defined:way_id=80E -edge,3037,3037;41.5946501;-109.2437067:3038;41.59735782;-109.2419378,way_type=user_defined:way_id=80E -edge,3038,3038;41.59735782;-109.2419378:3039;41.59736769;-109.2419265,way_type=user_defined:way_id=80E -edge,3039,3039;41.59736769;-109.2419265:3040;41.59736769;-109.2419265,way_type=user_defined:way_id=80E -edge,3040,3040;41.59736769;-109.2419265:3041;41.5976137;-109.2417637,way_type=user_defined:way_id=80E -edge,3041,3041;41.5976137;-109.2417637:3042;41.5980267;-109.2415007,way_type=user_defined:way_id=80E -edge,3042,3042;41.5980267;-109.2415007:3043;41.5984445;-109.2412312,way_type=user_defined:way_id=80E -edge,3043,3043;41.5984445;-109.2412312:3044;41.5996931;-109.2404182,way_type=user_defined:way_id=80E -edge,3044,3044;41.5996931;-109.2404182:3045;41.6004279;-109.2399441,way_type=user_defined:way_id=80E -edge,3045,3045;41.6004279;-109.2399441:3046;41.6009767;-109.23959,way_type=user_defined:way_id=80E -edge,3046,3046;41.6009767;-109.23959:3047;41.6021316;-109.238842,way_type=user_defined:way_id=80E -edge,3047,3047;41.6021316;-109.238842:3048;41.6021316;-109.238842,way_type=user_defined:way_id=80E -edge,3048,3048;41.6021316;-109.238842:3049;41.6028099;-109.2383978,way_type=user_defined:way_id=80E -edge,3049,3049;41.6028099;-109.2383978:3050;41.6030555;-109.2382305,way_type=user_defined:way_id=80E -edge,3050,3050;41.6030555;-109.2382305:3051;41.6032463;-109.2380894,way_type=user_defined:way_id=80E -edge,3051,3051;41.6032463;-109.2380894:3052;41.6034559;-109.2379154,way_type=user_defined:way_id=80E -edge,3052,3052;41.6034559;-109.2379154:3053;41.603636;-109.2377532,way_type=user_defined:way_id=80E -edge,3053,3053;41.603636;-109.2377532:3054;41.6038115;-109.2375822,way_type=user_defined:way_id=80E -edge,3054,3054;41.6038115;-109.2375822:3055;41.6040047;-109.2373801,way_type=user_defined:way_id=80E -edge,3055,3055;41.6040047;-109.2373801:3056;41.6041869;-109.2371739,way_type=user_defined:way_id=80E -edge,3056,3056;41.6041869;-109.2371739:3057;41.6043522;-109.2369714,way_type=user_defined:way_id=80E -edge,3057,3057;41.6043522;-109.2369714:3058;41.6045213;-109.2367465,way_type=user_defined:way_id=80E -edge,3058,3058;41.6045213;-109.2367465:3059;41.6046744;-109.2365277,way_type=user_defined:way_id=80E -edge,3059,3059;41.6046744;-109.2365277:3060;41.6048304;-109.2362865,way_type=user_defined:way_id=80E -edge,3060,3060;41.6048304;-109.2362865:3061;41.6049703;-109.2360525,way_type=user_defined:way_id=80E -edge,3061,3061;41.6049703;-109.2360525:3062;41.6051114;-109.235796,way_type=user_defined:way_id=80E -edge,3062,3062;41.6051114;-109.235796:3063;41.6052375;-109.2355499,way_type=user_defined:way_id=80E -edge,3063,3063;41.6052375;-109.2355499:3064;41.6053709;-109.2352657,way_type=user_defined:way_id=80E -edge,3064,3064;41.6053709;-109.2352657:3065;41.6054785;-109.2350178,way_type=user_defined:way_id=80E -edge,3065,3065;41.6054785;-109.2350178:3066;41.6055833;-109.2347577,way_type=user_defined:way_id=80E -edge,3066,3066;41.6055833;-109.2347577:3067;41.6057916;-109.2342132,way_type=user_defined:way_id=80E -edge,3067,3067;41.6057916;-109.2342132:3068;41.6060026;-109.2336708,way_type=user_defined:way_id=80E -edge,3068,3068;41.6060026;-109.2336708:3069;41.6065075;-109.2323587,way_type=user_defined:way_id=80E -edge,3069,3069;41.6065075;-109.2323587:3070;41.6065075;-109.2323587,way_type=user_defined:way_id=80E -edge,3070,3070;41.6065075;-109.2323587:3071;41.6068496;-109.2314773,way_type=user_defined:way_id=80E -edge,3071,3071;41.6068496;-109.2314773:3072;41.60691009;-109.2313205,way_type=user_defined:way_id=80E -edge,3072,3072;41.60691009;-109.2313205:3073;41.607376;-109.2301126,way_type=user_defined:way_id=80E -edge,3073,3073;41.607376;-109.2301126:3074;41.607376;-109.2301126,way_type=user_defined:way_id=80E -edge,3074,3074;41.607376;-109.2301126:3075;41.60762898;-109.2294597,way_type=user_defined:way_id=80E -edge,3075,3075;41.60762898;-109.2294597:3076;41.60762898;-109.2294597,way_type=user_defined:way_id=80E -edge,3076,3076;41.60762898;-109.2294597:3077;41.6082087;-109.22796,way_type=user_defined:way_id=80E -edge,3077,3077;41.6082087;-109.22796:3078;41.6085323;-109.2271185,way_type=user_defined:way_id=80E -edge,3078,3078;41.6085323;-109.2271185:3079;41.609157;-109.2255055,way_type=user_defined:way_id=80E -edge,3079,3079;41.609157;-109.2255055:3080;41.6092548;-109.2252474,way_type=user_defined:way_id=80E -edge,3080,3080;41.6092548;-109.2252474:3081;41.6093506;-109.2249882,way_type=user_defined:way_id=80E -edge,3081,3081;41.6093506;-109.2249882:3082;41.6094545;-109.2246918,way_type=user_defined:way_id=80E -edge,3082,3082;41.6094545;-109.2246918:3083;41.6095406;-109.224428,way_type=user_defined:way_id=80E -edge,3083,3083;41.6095406;-109.224428:3084;41.6096333;-109.2241176,way_type=user_defined:way_id=80E -edge,3084,3084;41.6096333;-109.2241176:3085;41.6097067;-109.2238489,way_type=user_defined:way_id=80E -edge,3085,3085;41.6097067;-109.2238489:3086;41.6097812;-109.2235506,way_type=user_defined:way_id=80E -edge,3086,3086;41.6097812;-109.2235506:3087;41.6098463;-109.2232686,way_type=user_defined:way_id=80E -edge,3087,3087;41.6098463;-109.2232686:3088;41.609911;-109.2229573,way_type=user_defined:way_id=80E -edge,3088,3088;41.609911;-109.2229573:3089;41.6099643;-109.222672,way_type=user_defined:way_id=80E -edge,3089,3089;41.6099643;-109.222672:3090;41.6100061;-109.2224224,way_type=user_defined:way_id=80E -edge,3090,3090;41.6100061;-109.2224224:3091;41.6100532;-109.2221068,way_type=user_defined:way_id=80E -edge,3091,3091;41.6100532;-109.2221068:3092;41.6100932;-109.2217896,way_type=user_defined:way_id=80E -edge,3092,3092;41.6100932;-109.2217896:3093;41.6101231;-109.2214994,way_type=user_defined:way_id=80E -edge,3093,3093;41.6101231;-109.2214994:3094;41.6101354;-109.2213544,way_type=user_defined:way_id=80E -edge,3094,3094;41.6101354;-109.2213544:3095;41.6101354;-109.2213544,way_type=user_defined:way_id=80E -edge,3095,3095;41.6101354;-109.2213544:3096;41.6101509;-109.2211616,way_type=user_defined:way_id=80E -edge,3096,3096;41.6101509;-109.2211616:3097;41.6101665;-109.220917,way_type=user_defined:way_id=80E -edge,3097,3097;41.6101665;-109.220917:3098;41.6101807;-109.2205963,way_type=user_defined:way_id=80E -edge,3098,3098;41.6101807;-109.2205963:3099;41.6101877;-109.2202651,way_type=user_defined:way_id=80E -edge,3099,3099;41.6101877;-109.2202651:3100;41.6101885;-109.219981,way_type=user_defined:way_id=80E -edge,3100,3100;41.6101885;-109.219981:3101;41.6101837;-109.2196873,way_type=user_defined:way_id=80E -edge,3101,3101;41.6101837;-109.2196873:3102;41.6101723;-109.219365,way_type=user_defined:way_id=80E -edge,3102,3102;41.6101723;-109.219365:3103;41.610156;-109.2190714,way_type=user_defined:way_id=80E -edge,3103,3103;41.610156;-109.2190714:3104;41.6101347;-109.2187873,way_type=user_defined:way_id=80E -edge,3104,3104;41.6101347;-109.2187873:3105;41.6101041;-109.2184673,way_type=user_defined:way_id=80E -edge,3105,3105;41.6101041;-109.2184673:3106;41.6100694;-109.2181763,way_type=user_defined:way_id=80E -edge,3106,3106;41.6100694;-109.2181763:3107;41.6100305;-109.2178958,way_type=user_defined:way_id=80E -edge,3107,3107;41.6100305;-109.2178958:3108;41.6100148;-109.2177933,way_type=user_defined:way_id=80E -edge,3108,3108;41.6100148;-109.2177933:3109;41.6099793;-109.2175699,way_type=user_defined:way_id=80E -edge,3109,3109;41.6099793;-109.2175699:3110;41.6099291;-109.2172925,way_type=user_defined:way_id=80E -edge,3110,3110;41.6099291;-109.2172925:3111;41.6098654;-109.2169802,way_type=user_defined:way_id=80E -edge,3111,3111;41.6098654;-109.2169802:3112;41.6098026;-109.216706,way_type=user_defined:way_id=80E -edge,3112,3112;41.6098026;-109.216706:3113;41.6097258;-109.2163981,way_type=user_defined:way_id=80E -edge,3113,3113;41.6097258;-109.2163981:3114;41.60965;-109.2161186,way_type=user_defined:way_id=80E -edge,3114,3114;41.60965;-109.2161186:3115;41.6095711;-109.2158495,way_type=user_defined:way_id=80E -edge,3115,3115;41.6095711;-109.2158495:3116;41.6094757;-109.2155492,way_type=user_defined:way_id=80E -edge,3116,3116;41.6094757;-109.2155492:3117;41.6093763;-109.2152599,way_type=user_defined:way_id=80E -edge,3117,3117;41.6093763;-109.2152599:3118;41.6092641;-109.2149571,way_type=user_defined:way_id=80E -edge,3118,3118;41.6092641;-109.2149571:3119;41.6091658;-109.2147076,way_type=user_defined:way_id=80E -edge,3119,3119;41.6091658;-109.2147076:3120;41.6090591;-109.2144532,way_type=user_defined:way_id=80E -edge,3120,3120;41.6090591;-109.2144532:3121;41.6089331;-109.2141705,way_type=user_defined:way_id=80E -edge,3121,3121;41.6089331;-109.2141705:3122;41.6088163;-109.2139243,way_type=user_defined:way_id=80E -edge,3122,3122;41.6088163;-109.2139243:3123;41.6086845;-109.2136578,way_type=user_defined:way_id=80E -edge,3123,3123;41.6086845;-109.2136578:3124;41.6085412;-109.2133796,way_type=user_defined:way_id=80E -edge,3124,3124;41.6085412;-109.2133796:3125;41.6080102;-109.2123746,way_type=user_defined:way_id=80E -edge,3125,3125;41.6080102;-109.2123746:3126;41.6074763;-109.2113483,way_type=user_defined:way_id=80E -edge,3126,3126;41.6074763;-109.2113483:3127;41.60745118;-109.2113004,way_type=user_defined:way_id=80E -edge,3127,3127;41.60745118;-109.2113004:3128;41.6066661;-109.2098023,way_type=user_defined:way_id=80E -edge,3128,3128;41.6066661;-109.2098023:3129;41.6063104;-109.2091208,way_type=user_defined:way_id=80E -edge,3129,3129;41.6063104;-109.2091208:3130;41.6054875;-109.2075366,way_type=user_defined:way_id=80E -edge,3130,3130;41.6054875;-109.2075366:3131;41.6050845;-109.2067652,way_type=user_defined:way_id=80E -edge,3131,3131;41.6050845;-109.2067652:3132;41.6045655;-109.2057795,way_type=user_defined:way_id=80E -edge,3132,3132;41.6045655;-109.2057795:3133;41.6044221;-109.2055103,way_type=user_defined:way_id=80E -edge,3133,3133;41.6044221;-109.2055103:3134;41.6042932;-109.2052741,way_type=user_defined:way_id=80E -edge,3134,3134;41.6042932;-109.2052741:3135;41.6041479;-109.2050193,way_type=user_defined:way_id=80E -edge,3135,3135;41.6041479;-109.2050193:3136;41.6040069;-109.2047846,way_type=user_defined:way_id=80E -edge,3136,3136;41.6040069;-109.2047846:3137;41.6038517;-109.2045397,way_type=user_defined:way_id=80E -edge,3137,3137;41.6038517;-109.2045397:3138;41.603729;-109.2043569,way_type=user_defined:way_id=80E -edge,3138,3138;41.603729;-109.2043569:3139;41.603691;-109.2043009,way_type=user_defined:way_id=80E -edge,3139,3139;41.603691;-109.2043009:3140;41.6035196;-109.2040608,way_type=user_defined:way_id=80E -edge,3140,3140;41.6035196;-109.2040608:3141;41.6033644;-109.203855,way_type=user_defined:way_id=80E -edge,3141,3141;41.6033644;-109.203855:3142;41.6032047;-109.2036539,way_type=user_defined:way_id=80E -edge,3142,3142;41.6032047;-109.2036539:3143;41.6030199;-109.2034332,way_type=user_defined:way_id=80E -edge,3143,3143;41.6030199;-109.2034332:3144;41.6029197;-109.2033203,way_type=user_defined:way_id=80E -edge,3144,3144;41.6029197;-109.2033203:3145;41.6028307;-109.2032212,way_type=user_defined:way_id=80E -edge,3145,3145;41.6028307;-109.2032212:3146;41.6026647;-109.203046,way_type=user_defined:way_id=80E -edge,3146,3146;41.6026647;-109.203046:3147;41.602467;-109.2028486,way_type=user_defined:way_id=80E -edge,3147,3147;41.602467;-109.2028486:3148;41.6022898;-109.2026791,way_type=user_defined:way_id=80E -edge,3148,3148;41.6022898;-109.2026791:3149;41.6020848;-109.2024943,way_type=user_defined:way_id=80E -edge,3149,3149;41.6020848;-109.2024943:3150;41.6019056;-109.2023426,way_type=user_defined:way_id=80E -edge,3150,3150;41.6019056;-109.2023426:3151;41.6017115;-109.2021889,way_type=user_defined:way_id=80E -edge,3151,3151;41.6017115;-109.2021889:3152;41.601668;-109.2021561,way_type=user_defined:way_id=80E -edge,3152,3152;41.601668;-109.2021561:3153;41.6015012;-109.202033,way_type=user_defined:way_id=80E -edge,3153,3153;41.6015012;-109.202033:3154;41.6012886;-109.2018861,way_type=user_defined:way_id=80E -edge,3154,3154;41.6012886;-109.2018861:3155;41.6010859;-109.2017557,way_type=user_defined:way_id=80E -edge,3155,3155;41.6010859;-109.2017557:3156;41.6009383;-109.2016665,way_type=user_defined:way_id=80E -edge,3156,3156;41.6009383;-109.2016665:3157;41.6008677;-109.201624,way_type=user_defined:way_id=80E -edge,3157,3157;41.6008677;-109.201624:3158;41.6006606;-109.2015078,way_type=user_defined:way_id=80E -edge,3158,3158;41.6006606;-109.2015078:3159;41.6004378;-109.201392,way_type=user_defined:way_id=80E -edge,3159,3159;41.6004378;-109.201392:3160;41.6002064;-109.2012795,way_type=user_defined:way_id=80E -edge,3160,3160;41.6002064;-109.2012795:3161;41.6000005;-109.2011835,way_type=user_defined:way_id=80E -edge,3161,3161;41.6000005;-109.2011835:3162;41.599787;-109.201088,way_type=user_defined:way_id=80E -edge,3162,3162;41.599787;-109.201088:3163;41.5991709;-109.2008188,way_type=user_defined:way_id=80E -edge,3163,3163;41.5991709;-109.2008188:3164;41.5988261;-109.2006658,way_type=user_defined:way_id=80E -edge,3164,3164;41.5988261;-109.2006658:3165;41.5988261;-109.2006658,way_type=user_defined:way_id=80E -edge,3165,3165;41.5988261;-109.2006658:3166;41.598541;-109.2005397,way_type=user_defined:way_id=80E -edge,3166,3166;41.598541;-109.2005397:3167;41.598541;-109.2005397,way_type=user_defined:way_id=80E -edge,3167,3167;41.598541;-109.2005397:3168;41.5977889;-109.2002033,way_type=user_defined:way_id=80E -edge,3168,3168;41.5977889;-109.2002033:3169;41.5975903;-109.2001129,way_type=user_defined:way_id=80E -edge,3169,3169;41.5975903;-109.2001129:3170;41.59750531;-109.2000718,way_type=user_defined:way_id=80E -edge,3170,3170;41.59750531;-109.2000718:3171;41.5973603;-109.2000018,way_type=user_defined:way_id=80E -edge,3171,3171;41.5973603;-109.2000018:3172;41.5971592;-109.1998954,way_type=user_defined:way_id=80E -edge,3172,3172;41.5971592;-109.1998954:3173;41.596934;-109.1997679,way_type=user_defined:way_id=80E -edge,3173,3173;41.596934;-109.1997679:3174;41.5967055;-109.1996289,way_type=user_defined:way_id=80E -edge,3174,3174;41.5967055;-109.1996289:3175;41.5965119;-109.1995036,way_type=user_defined:way_id=80E -edge,3175,3175;41.5965119;-109.1995036:3176;41.5963147;-109.1993675,way_type=user_defined:way_id=80E -edge,3176,3176;41.5963147;-109.1993675:3177;41.5961267;-109.1992298,way_type=user_defined:way_id=80E -edge,3177,3177;41.5961267;-109.1992298:3178;41.5959109;-109.199061,way_type=user_defined:way_id=80E -edge,3178,3178;41.5959109;-109.199061:3179;41.5957058;-109.1988881,way_type=user_defined:way_id=80E -edge,3179,3179;41.5957058;-109.1988881:3180;41.5955266;-109.1987286,way_type=user_defined:way_id=80E -edge,3180,3180;41.5955266;-109.1987286:3181;41.5953743;-109.1985859,way_type=user_defined:way_id=80E -edge,3181,3181;41.5953743;-109.1985859:3182;41.5951726;-109.1983879,way_type=user_defined:way_id=80E -edge,3182,3182;41.5951726;-109.1983879:3183;41.5949752;-109.1981822,way_type=user_defined:way_id=80E -edge,3183,3183;41.5949752;-109.1981822:3184;41.5948147;-109.1980061,way_type=user_defined:way_id=80E -edge,3184,3184;41.5948147;-109.1980061:3185;41.5947721;-109.1979573,way_type=user_defined:way_id=80E -edge,3185,3185;41.5947721;-109.1979573:3186;41.5946305;-109.1977927,way_type=user_defined:way_id=80E -edge,3186,3186;41.5946305;-109.1977927:3187;41.5945672;-109.1977147,way_type=user_defined:way_id=80E -edge,3187,3187;41.5945672;-109.1977147:3188;41.5944463;-109.1975646,way_type=user_defined:way_id=80E -edge,3188,3188;41.5944463;-109.1975646:3189;41.5943125;-109.1973909,way_type=user_defined:way_id=80E -edge,3189,3189;41.5943125;-109.1973909:3190;41.5943125;-109.1973909,way_type=user_defined:way_id=80E -edge,3190,3190;41.5943125;-109.1973909:3191;41.5941413;-109.1971598,way_type=user_defined:way_id=80E -edge,3191,3191;41.5941413;-109.1971598:3192;41.594102;-109.1971041,way_type=user_defined:way_id=80E -edge,3192,3192;41.594102;-109.1971041:3193;41.5939707;-109.1969157,way_type=user_defined:way_id=80E -edge,3193,3193;41.5939707;-109.1969157:3194;41.5938279;-109.1967003,way_type=user_defined:way_id=80E -edge,3194,3194;41.5938279;-109.1967003:3195;41.5936895;-109.1964799,way_type=user_defined:way_id=80E -edge,3195,3195;41.5936895;-109.1964799:3196;41.5935511;-109.1962466,way_type=user_defined:way_id=80E -edge,3196,3196;41.5935511;-109.1962466:3197;41.5933934;-109.1959632,way_type=user_defined:way_id=80E -edge,3197,3197;41.5933934;-109.1959632:3198;41.5932641;-109.1957172,way_type=user_defined:way_id=80E -edge,3198,3198;41.5932641;-109.1957172:3199;41.5931331;-109.1954547,way_type=user_defined:way_id=80E -edge,3199,3199;41.5931331;-109.1954547:3200;41.5930146;-109.1952034,way_type=user_defined:way_id=80E -edge,3200,3200;41.5930146;-109.1952034:3201;41.5929075;-109.194964,way_type=user_defined:way_id=80E -edge,3201,3201;41.5929075;-109.194964:3202;41.5927877;-109.1946805,way_type=user_defined:way_id=80E -edge,3202,3202;41.5927877;-109.1946805:3203;41.5926812;-109.1944083,way_type=user_defined:way_id=80E -edge,3203,3203;41.5926812;-109.1944083:3204;41.5925806;-109.194132,way_type=user_defined:way_id=80E -edge,3204,3204;41.5925806;-109.194132:3205;41.592488;-109.1938612,way_type=user_defined:way_id=80E -edge,3205,3205;41.592488;-109.1938612:3206;41.5924002;-109.1935874,way_type=user_defined:way_id=80E -edge,3206,3206;41.5924002;-109.1935874:3207;41.5923542;-109.1934327,way_type=user_defined:way_id=80E -edge,3207,3207;41.5923542;-109.1934327:3208;41.5923125;-109.1932925,way_type=user_defined:way_id=80E -edge,3208,3208;41.5923125;-109.1932925:3209;41.5922828;-109.1931847,way_type=user_defined:way_id=80E -edge,3209,3209;41.5922828;-109.1931847:3210;41.5922265;-109.1929771,way_type=user_defined:way_id=80E -edge,3210,3210;41.5922265;-109.1929771:3211;41.5921577;-109.1927044,way_type=user_defined:way_id=80E -edge,3211,3211;41.5921577;-109.1927044:3212;41.5920943;-109.1924291,way_type=user_defined:way_id=80E -edge,3212,3212;41.5920943;-109.1924291:3213;41.592029;-109.1921157,way_type=user_defined:way_id=80E -edge,3213,3213;41.592029;-109.1921157:3214;41.5919753;-109.191827,way_type=user_defined:way_id=80E -edge,3214,3214;41.5919753;-109.191827:3215;41.5919236;-109.1915174,way_type=user_defined:way_id=80E -edge,3215,3215;41.5919236;-109.1915174:3216;41.5918761;-109.1911866,way_type=user_defined:way_id=80E -edge,3216,3216;41.5918761;-109.1911866:3217;41.5918408;-109.1909019,way_type=user_defined:way_id=80E -edge,3217,3217;41.5918408;-109.1909019:3218;41.5918116;-109.1906248,way_type=user_defined:way_id=80E -edge,3218,3218;41.5918116;-109.1906248:3219;41.5917861;-109.1903293,way_type=user_defined:way_id=80E -edge,3219,3219;41.5917861;-109.1903293:3220;41.5917749;-109.1901645,way_type=user_defined:way_id=80E -edge,3220,3220;41.5917749;-109.1901645:3221;41.5917749;-109.1901645,way_type=user_defined:way_id=80E -edge,3221,3221;41.5917749;-109.1901645:3222;41.5917651;-109.1900129,way_type=user_defined:way_id=80E -edge,3222,3222;41.5917651;-109.1900129:3223;41.591752;-109.1897164,way_type=user_defined:way_id=80E -edge,3223,3223;41.591752;-109.1897164:3224;41.591744;-109.1893912,way_type=user_defined:way_id=80E -edge,3224,3224;41.591744;-109.1893912:3225;41.5917423;-109.1890573,way_type=user_defined:way_id=80E -edge,3225,3225;41.5917423;-109.1890573:3226;41.5917464;-109.1887715,way_type=user_defined:way_id=80E -edge,3226,3226;41.5917464;-109.1887715:3227;41.5917585;-109.1884477,way_type=user_defined:way_id=80E -edge,3227,3227;41.5917585;-109.1884477:3228;41.5917754;-109.1881529,way_type=user_defined:way_id=80E -edge,3228,3228;41.5917754;-109.1881529:3229;41.5917964;-109.1878679,way_type=user_defined:way_id=80E -edge,3229,3229;41.5917964;-109.1878679:3230;41.5918264;-109.187536,way_type=user_defined:way_id=80E -edge,3230,3230;41.5918264;-109.187536:3231;41.5918572;-109.1872524,way_type=user_defined:way_id=80E -edge,3231,3231;41.5918572;-109.1872524:3232;41.5918726;-109.1871337,way_type=user_defined:way_id=80E -edge,3232,3232;41.5918726;-109.1871337:3233;41.5918987;-109.1869326,way_type=user_defined:way_id=80E -edge,3233,3233;41.5918987;-109.1869326:3234;41.5919407;-109.1866521,way_type=user_defined:way_id=80E -edge,3234,3234;41.5919407;-109.1866521:3235;41.5919893;-109.1863732,way_type=user_defined:way_id=80E -edge,3235,3235;41.5919893;-109.1863732:3236;41.5920538;-109.1860502,way_type=user_defined:way_id=80E -edge,3236,3236;41.5920538;-109.1860502:3237;41.5921156;-109.185776,way_type=user_defined:way_id=80E -edge,3237,3237;41.5921156;-109.185776:3238;41.5921936;-109.1854683,way_type=user_defined:way_id=80E -edge,3238,3238;41.5921936;-109.1854683:3239;41.5922608;-109.185226,way_type=user_defined:way_id=80E -edge,3239,3239;41.5922608;-109.185226:3240;41.5923608;-109.1848877,way_type=user_defined:way_id=80E -edge,3240,3240;41.5923608;-109.1848877:3241;41.592444;-109.1846227,way_type=user_defined:way_id=80E -edge,3241,3241;41.592444;-109.1846227:3242;41.5925432;-109.184325,way_type=user_defined:way_id=80E -edge,3242,3242;41.5925432;-109.184325:3243;41.5926388;-109.1840563,way_type=user_defined:way_id=80E -edge,3243,3243;41.5926388;-109.1840563:3244;41.592734;-109.1838067,way_type=user_defined:way_id=80E -edge,3244,3244;41.592734;-109.1838067:3245;41.5928545;-109.1835105,way_type=user_defined:way_id=80E -edge,3245,3245;41.5928545;-109.1835105:3246;41.592973;-109.1832337,way_type=user_defined:way_id=80E -edge,3246,3246;41.592973;-109.1832337:3247;41.5932113;-109.1826952,way_type=user_defined:way_id=80E -edge,3247,3247;41.5932113;-109.1826952:3248;41.5937707;-109.1814494,way_type=user_defined:way_id=80E -edge,3248,3248;41.5937707;-109.1814494:3249;41.5940464;-109.180828,way_type=user_defined:way_id=80E -edge,3249,3249;41.5940464;-109.180828:3250;41.5944141;-109.180012,way_type=user_defined:way_id=80E -edge,3250,3250;41.5944141;-109.180012:3251;41.5946323;-109.1795232,way_type=user_defined:way_id=80E -edge,3251,3251;41.5946323;-109.1795232:3252;41.5947419;-109.1792732,way_type=user_defined:way_id=80E -edge,3252,3252;41.5947419;-109.1792732:3253;41.5948532;-109.179013,way_type=user_defined:way_id=80E -edge,3253,3253;41.5948532;-109.179013:3254;41.5949682;-109.1787329,way_type=user_defined:way_id=80E -edge,3254,3254;41.5949682;-109.1787329:3255;41.5950707;-109.1784662,way_type=user_defined:way_id=80E -edge,3255,3255;41.5950707;-109.1784662:3256;41.595173;-109.1781784,way_type=user_defined:way_id=80E -edge,3256,3256;41.595173;-109.1781784:3257;41.5952625;-109.1779048,way_type=user_defined:way_id=80E -edge,3257,3257;41.5952625;-109.1779048:3258;41.5953525;-109.1776106,way_type=user_defined:way_id=80E -edge,3258,3258;41.5953525;-109.1776106:3259;41.5954309;-109.1773305,way_type=user_defined:way_id=80E -edge,3259,3259;41.5954309;-109.1773305:3260;41.5955063;-109.1770283,way_type=user_defined:way_id=80E -edge,3260,3260;41.5955063;-109.1770283:3261;41.5955696;-109.1767407,way_type=user_defined:way_id=80E -edge,3261,3261;41.5955696;-109.1767407:3262;41.5956294;-109.1764317,way_type=user_defined:way_id=80E -edge,3262,3262;41.5956294;-109.1764317:3263;41.5956723;-109.1761771,way_type=user_defined:way_id=80E -edge,3263,3263;41.5956723;-109.1761771:3264;41.595725;-109.1758267,way_type=user_defined:way_id=80E -edge,3264,3264;41.595725;-109.1758267:3265;41.5957618;-109.1755415,way_type=user_defined:way_id=80E -edge,3265,3265;41.5957618;-109.1755415:3266;41.5957974;-109.1752174,way_type=user_defined:way_id=80E -edge,3266,3266;41.5957974;-109.1752174:3267;41.5958228;-109.1749302,way_type=user_defined:way_id=80E -edge,3267,3267;41.5958228;-109.1749302:3268;41.5958284;-109.1748543,way_type=user_defined:way_id=80E -edge,3268,3268;41.5958284;-109.1748543:3269;41.5958453;-109.1746056,way_type=user_defined:way_id=80E -edge,3269,3269;41.5958453;-109.1746056:3270;41.5958592;-109.1743161,way_type=user_defined:way_id=80E -edge,3270,3270;41.5958592;-109.1743161:3271;41.5958699;-109.173992,way_type=user_defined:way_id=80E -edge,3271,3271;41.5958699;-109.173992:3272;41.5958847;-109.1733678,way_type=user_defined:way_id=80E -edge,3272,3272;41.5958847;-109.1733678:3273;41.5958947;-109.173012,way_type=user_defined:way_id=80E -edge,3273,3273;41.5958947;-109.173012:3274;41.5959486;-109.1712377,way_type=user_defined:way_id=80E -edge,3274,3274;41.5959486;-109.1712377:3275;41.5959812;-109.1700054,way_type=user_defined:way_id=80E -edge,3275,3275;41.5959812;-109.1700054:3276;41.596017;-109.168734,way_type=user_defined:way_id=80E -edge,3276,3276;41.596017;-109.168734:3277;41.5960472;-109.1675249,way_type=user_defined:way_id=80E -edge,3277,3277;41.5960472;-109.1675249:3278;41.5960814;-109.1663365,way_type=user_defined:way_id=80E -edge,3278,3278;41.5960814;-109.1663365:3279;41.5961127;-109.1651374,way_type=user_defined:way_id=80E -edge,3279,3279;41.5961127;-109.1651374:3280;41.5961422;-109.1641911,way_type=user_defined:way_id=80E -edge,3280,3280;41.5961422;-109.1641911:3281;41.596154;-109.1638661,way_type=user_defined:way_id=80E -edge,3281,3281;41.596154;-109.1638661:3282;41.5961673;-109.1635792,way_type=user_defined:way_id=80E -edge,3282,3282;41.5961673;-109.1635792:3283;41.5961879;-109.1632452,way_type=user_defined:way_id=80E -edge,3283,3283;41.5961879;-109.1632452:3284;41.5962101;-109.1629671,way_type=user_defined:way_id=80E -edge,3284,3284;41.5962101;-109.1629671:3285;41.5962372;-109.1626808,way_type=user_defined:way_id=80E -edge,3285,3285;41.5962372;-109.1626808:3286;41.5962733;-109.1623564,way_type=user_defined:way_id=80E -edge,3286,3286;41.5962733;-109.1623564:3287;41.596288;-109.1622428,way_type=user_defined:way_id=80E -edge,3287,3287;41.596288;-109.1622428:3288;41.5963169;-109.1620252,way_type=user_defined:way_id=80E -edge,3288,3288;41.5963169;-109.1620252:3289;41.5963577;-109.1617502,way_type=user_defined:way_id=80E -edge,3289,3289;41.5963577;-109.1617502:3290;41.5964124;-109.1614218,way_type=user_defined:way_id=80E -edge,3290,3290;41.5964124;-109.1614218:3291;41.5964627;-109.1611494,way_type=user_defined:way_id=80E -edge,3291,3291;41.5964627;-109.1611494:3292;41.596527;-109.1608333,way_type=user_defined:way_id=80E -edge,3292,3292;41.596527;-109.1608333:3293;41.5965877;-109.1605548,way_type=user_defined:way_id=80E -edge,3293,3293;41.5965877;-109.1605548:3294;41.5966603;-109.1602421,way_type=user_defined:way_id=80E -edge,3294,3294;41.5966603;-109.1602421:3295;41.5967291;-109.1599672,way_type=user_defined:way_id=80E -edge,3295,3295;41.5967291;-109.1599672:3296;41.5968125;-109.1596596,way_type=user_defined:way_id=80E -edge,3296,3296;41.5968125;-109.1596596:3297;41.5968914;-109.1593897,way_type=user_defined:way_id=80E -edge,3297,3297;41.5968914;-109.1593897:3298;41.5969973;-109.1590523,way_type=user_defined:way_id=80E -edge,3298,3298;41.5969973;-109.1590523:3299;41.597076;-109.1588149,way_type=user_defined:way_id=80E -edge,3299,3299;41.597076;-109.1588149:3300;41.597177;-109.1585286,way_type=user_defined:way_id=80E -edge,3300,3300;41.597177;-109.1585286:3301;41.5972761;-109.1582626,way_type=user_defined:way_id=80E -edge,3301,3301;41.5972761;-109.1582626:3302;41.5973885;-109.157974,way_type=user_defined:way_id=80E -edge,3302,3302;41.5973885;-109.157974:3303;41.5974938;-109.1577133,way_type=user_defined:way_id=80E -edge,3303,3303;41.5974938;-109.1577133:3304;41.597603;-109.1574566,way_type=user_defined:way_id=80E -edge,3304,3304;41.597603;-109.1574566:3305;41.5977275;-109.1571803,way_type=user_defined:way_id=80E -edge,3305,3305;41.5977275;-109.1571803:3306;41.5978383;-109.156947,way_type=user_defined:way_id=80E -edge,3306,3306;41.5978383;-109.156947:3307;41.5979606;-109.1567026,way_type=user_defined:way_id=80E -edge,3307,3307;41.5979606;-109.1567026:3308;41.598099;-109.1564379,way_type=user_defined:way_id=80E -edge,3308,3308;41.598099;-109.1564379:3309;41.5982287;-109.1562,way_type=user_defined:way_id=80E -edge,3309,3309;41.5982287;-109.1562:3310;41.5983616;-109.1559656,way_type=user_defined:way_id=80E -edge,3310,3310;41.5983616;-109.1559656:3311;41.598511;-109.1557126,way_type=user_defined:way_id=80E -edge,3311,3311;41.598511;-109.1557126:3312;41.5985971;-109.1555737,way_type=user_defined:way_id=80E -edge,3312,3312;41.5985971;-109.1555737:3313;41.5986654;-109.1554644,way_type=user_defined:way_id=80E -edge,3313,3313;41.5986654;-109.1554644:3314;41.5988102;-109.1552425,way_type=user_defined:way_id=80E -edge,3314,3314;41.5988102;-109.1552425:3315;41.598959;-109.1550249,way_type=user_defined:way_id=80E -edge,3315,3315;41.598959;-109.1550249:3316;41.5991267;-109.1547916,way_type=user_defined:way_id=80E -edge,3316,3316;41.5991267;-109.1547916:3317;41.599283;-109.1545826,way_type=user_defined:way_id=80E -edge,3317,3317;41.599283;-109.1545826:3318;41.5994371;-109.1543839,way_type=user_defined:way_id=80E -edge,3318,3318;41.5994371;-109.1543839:3319;41.5996202;-109.1541569,way_type=user_defined:way_id=80E -edge,3319,3319;41.5996202;-109.1541569:3320;41.5997798;-109.1539661,way_type=user_defined:way_id=80E -edge,3320,3320;41.5997798;-109.1539661:3321;41.5999575;-109.1537592,way_type=user_defined:way_id=80E -edge,3321,3321;41.5999575;-109.1537592:3322;41.60147;-109.1520063,way_type=user_defined:way_id=80E -edge,3322,3322;41.60147;-109.1520063:3323;41.6023813;-109.1509564,way_type=user_defined:way_id=80E -edge,3323,3323;41.6023813;-109.1509564:3324;41.6028979;-109.1503557,way_type=user_defined:way_id=80E -edge,3324,3324;41.6028979;-109.1503557:3325;41.6030977;-109.1501169,way_type=user_defined:way_id=80E -edge,3325,3325;41.6030977;-109.1501169:3326;41.6032627;-109.1499115,way_type=user_defined:way_id=80E -edge,3326,3326;41.6032627;-109.1499115:3327;41.6034353;-109.149688,way_type=user_defined:way_id=80E -edge,3327,3327;41.6034353;-109.149688:3328;41.6036052;-109.1494609,way_type=user_defined:way_id=80E -edge,3328,3328;41.6036052;-109.1494609:3329;41.6037583;-109.1492515,way_type=user_defined:way_id=80E -edge,3329,3329;41.6037583;-109.1492515:3330;41.603967;-109.1489569,way_type=user_defined:way_id=80E -edge,3330,3330;41.603967;-109.1489569:3331;41.6040772;-109.1487977,way_type=user_defined:way_id=80E -edge,3331,3331;41.6040772;-109.1487977:3332;41.6042379;-109.1485596,way_type=user_defined:way_id=80E -edge,3332,3332;41.6042379;-109.1485596:3333;41.604387;-109.148333,way_type=user_defined:way_id=80E -edge,3333,3333;41.604387;-109.148333:3334;41.6045428;-109.1480882,way_type=user_defined:way_id=80E -edge,3334,3334;41.6045428;-109.1480882:3335;41.6046863;-109.1478535,way_type=user_defined:way_id=80E -edge,3335,3335;41.6046863;-109.1478535:3336;41.6048164;-109.1476354,way_type=user_defined:way_id=80E -edge,3336,3336;41.6048164;-109.1476354:3337;41.6049875;-109.147342,way_type=user_defined:way_id=80E -edge,3337,3337;41.6049875;-109.147342:3338;41.6051317;-109.1470853,way_type=user_defined:way_id=80E -edge,3338,3338;41.6051317;-109.1470853:3339;41.6052602;-109.1468482,way_type=user_defined:way_id=80E -edge,3339,3339;41.6052602;-109.1468482:3340;41.6053901;-109.146602,way_type=user_defined:way_id=80E -edge,3340,3340;41.6053901;-109.146602:3341;41.6055252;-109.1463376,way_type=user_defined:way_id=80E -edge,3341,3341;41.6055252;-109.1463376:3342;41.6056492;-109.1460871,way_type=user_defined:way_id=80E -edge,3342,3342;41.6056492;-109.1460871:3343;41.6057176;-109.145945,way_type=user_defined:way_id=80E -edge,3343,3343;41.6057176;-109.145945:3344;41.6057784;-109.1458183,way_type=user_defined:way_id=80E -edge,3344,3344;41.6057784;-109.1458183:3345;41.6058968;-109.1455637,way_type=user_defined:way_id=80E -edge,3345,3345;41.6058968;-109.1455637:3346;41.606005;-109.1453237,way_type=user_defined:way_id=80E -edge,3346,3346;41.606005;-109.1453237:3347;41.6061277;-109.1450425,way_type=user_defined:way_id=80E -edge,3347,3347;41.6061277;-109.1450425:3348;41.606236;-109.1447826,way_type=user_defined:way_id=80E -edge,3348,3348;41.606236;-109.1447826:3349;41.6063474;-109.1445029,way_type=user_defined:way_id=80E -edge,3349,3349;41.6063474;-109.1445029:3350;41.6064634;-109.1442049,way_type=user_defined:way_id=80E -edge,3350,3350;41.6064634;-109.1442049:3351;41.6065624;-109.1439488,way_type=user_defined:way_id=80E -edge,3351,3351;41.6065624;-109.1439488:3352;41.6066693;-109.143666,way_type=user_defined:way_id=80E -edge,3352,3352;41.6066693;-109.143666:3353;41.6069712;-109.1428451,way_type=user_defined:way_id=80E -edge,3353,3353;41.6069712;-109.1428451:3354;41.6070717;-109.1425777,way_type=user_defined:way_id=80E -edge,3354,3354;41.6070717;-109.1425777:3355;41.6072765;-109.1420236,way_type=user_defined:way_id=80E -edge,3355,3355;41.6072765;-109.1420236:3356;41.6075937;-109.1411841,way_type=user_defined:way_id=80E -edge,3356,3356;41.6075937;-109.1411841:3357;41.6084933;-109.138776,way_type=user_defined:way_id=80E -edge,3357,3357;41.6084933;-109.138776:3358;41.6094543;-109.1362114,way_type=user_defined:way_id=80E -edge,3358,3358;41.6094543;-109.1362114:3359;41.61016604;-109.1343041,way_type=user_defined:way_id=80E -edge,3359,3359;41.61016604;-109.1343041:3360;41.610267;-109.1340335,way_type=user_defined:way_id=80E -edge,3360,3360;41.610267;-109.1340335:3361;41.61051407;-109.1333763,way_type=user_defined:way_id=80E -edge,3361,3361;41.61051407;-109.1333763:3362;41.61051407;-109.1333763,way_type=user_defined:way_id=80E -edge,3362,3362;41.61051407;-109.1333763:3363;41.6112074;-109.13152,way_type=user_defined:way_id=80E -edge,3363,3363;41.6112074;-109.13152:3364;41.6114963;-109.1307421,way_type=user_defined:way_id=80E -edge,3364,3364;41.6114963;-109.1307421:3365;41.6117025;-109.1301934,way_type=user_defined:way_id=80E -edge,3365,3365;41.6117025;-109.1301934:3366;41.61178101;-109.1299828,way_type=user_defined:way_id=80E -edge,3366,3366;41.61178101;-109.1299828:3367;41.6120034;-109.1293861,way_type=user_defined:way_id=80E -edge,3367,3367;41.6120034;-109.1293861:3368;41.6122258;-109.1287953,way_type=user_defined:way_id=80E -edge,3368,3368;41.6122258;-109.1287953:3369;41.6127849;-109.127295,way_type=user_defined:way_id=80E -edge,3369,3369;41.6127849;-109.127295:3370;41.6127849;-109.127295,way_type=user_defined:way_id=80E -edge,3370,3370;41.6127849;-109.127295:3371;41.6132553;-109.1260377,way_type=user_defined:way_id=80E -edge,3371,3371;41.6132553;-109.1260377:3372;41.6136643;-109.1249359,way_type=user_defined:way_id=80E -edge,3372,3372;41.6136643;-109.1249359:3373;41.6139728;-109.1241158,way_type=user_defined:way_id=80E -edge,3373,3373;41.6139728;-109.1241158:3374;41.61423762;-109.1234048,way_type=user_defined:way_id=80E -edge,3374,3374;41.61423762;-109.1234048:3375;41.6144807;-109.1227521,way_type=user_defined:way_id=80E -edge,3375,3375;41.6144807;-109.1227521:3376;41.6150017;-109.1213614,way_type=user_defined:way_id=80E -edge,3376,3376;41.6150017;-109.1213614:3377;41.61552176;-109.1199582,way_type=user_defined:way_id=80E -edge,3377,3377;41.61552176;-109.1199582:3378;41.61552176;-109.1199582,way_type=user_defined:way_id=80E -edge,3378,3378;41.61552176;-109.1199582:3379;41.6164152;-109.1175759,way_type=user_defined:way_id=80E -edge,3379,3379;41.6164152;-109.1175759:3380;41.61663576;-109.1169804,way_type=user_defined:way_id=80E -edge,3380,3380;41.61663576;-109.1169804:3381;41.6167528;-109.1166644,way_type=user_defined:way_id=80E -edge,3381,3381;41.6167528;-109.1166644:3382;41.6172752;-109.1152754,way_type=user_defined:way_id=80E -edge,3382,3382;41.6172752;-109.1152754:3383;41.6175657;-109.1144945,way_type=user_defined:way_id=80E -edge,3383,3383;41.6175657;-109.1144945:3384;41.6180527;-109.1131949,way_type=user_defined:way_id=80E -edge,3384,3384;41.6180527;-109.1131949:3385;41.6185412;-109.1118969,way_type=user_defined:way_id=80E -edge,3385,3385;41.6185412;-109.1118969:3386;41.6188508;-109.1110619,way_type=user_defined:way_id=80E -edge,3386,3386;41.6188508;-109.1110619:3387;41.6192216;-109.1100711,way_type=user_defined:way_id=80E -edge,3387,3387;41.6192216;-109.1100711:3388;41.6195327;-109.1092331,way_type=user_defined:way_id=80E -edge,3388,3388;41.6195327;-109.1092331:3389;41.6204465;-109.1067931,way_type=user_defined:way_id=80E -edge,3389,3389;41.6204465;-109.1067931:3390;41.6208696;-109.1056532,way_type=user_defined:way_id=80E -edge,3390,3390;41.6208696;-109.1056532:3391;41.6225254;-109.101226,way_type=user_defined:way_id=80E -edge,3391,3391;41.6225254;-109.101226:3392;41.6228034;-109.1004789,way_type=user_defined:way_id=80E -edge,3392,3392;41.6228034;-109.1004789:3393;41.6232405;-109.0993137,way_type=user_defined:way_id=80E -edge,3393,3393;41.6232405;-109.0993137:3394;41.6236402;-109.0982349,way_type=user_defined:way_id=80E -edge,3394,3394;41.6236402;-109.0982349:3395;41.6239576;-109.0973866,way_type=user_defined:way_id=80E -edge,3395,3395;41.6239576;-109.0973866:3396;41.6242682;-109.0965457,way_type=user_defined:way_id=80E -edge,3396,3396;41.6242682;-109.0965457:3397;41.6251796;-109.0941123,way_type=user_defined:way_id=80E -edge,3397,3397;41.6251796;-109.0941123:3398;41.625594;-109.0929983,way_type=user_defined:way_id=80E -edge,3398,3398;41.625594;-109.0929983:3399;41.6260838;-109.0916956,way_type=user_defined:way_id=80E -edge,3399,3399;41.6260838;-109.0916956:3400;41.6268285;-109.0896917,way_type=user_defined:way_id=80E -edge,3400,3400;41.6268285;-109.0896917:3401;41.6273521;-109.0882969,way_type=user_defined:way_id=80E -edge,3401,3401;41.6273521;-109.0882969:3402;41.6278507;-109.0869638,way_type=user_defined:way_id=80E -edge,3402,3402;41.6278507;-109.0869638:3403;41.6283841;-109.0855287,way_type=user_defined:way_id=80E -edge,3403,3403;41.6283841;-109.0855287:3404;41.6284921;-109.085233,way_type=user_defined:way_id=80E -edge,3404,3404;41.6284921;-109.085233:3405;41.6285726;-109.0850037,way_type=user_defined:way_id=80E -edge,3405,3405;41.6285726;-109.0850037:3406;41.6286843;-109.0846701,way_type=user_defined:way_id=80E -edge,3406,3406;41.6286843;-109.0846701:3407;41.628766;-109.0844113,way_type=user_defined:way_id=80E -edge,3407,3407;41.628766;-109.0844113:3408;41.6288602;-109.0840987,way_type=user_defined:way_id=80E -edge,3408,3408;41.6288602;-109.0840987:3409;41.6289386;-109.0838294,way_type=user_defined:way_id=80E -edge,3409,3409;41.6289386;-109.0838294:3410;41.6290243;-109.0835232,way_type=user_defined:way_id=80E -edge,3410,3410;41.6290243;-109.0835232:3411;41.6290991;-109.0832427,way_type=user_defined:way_id=80E -edge,3411,3411;41.6290991;-109.0832427:3412;41.6291838;-109.0829073,way_type=user_defined:way_id=80E -edge,3412,3412;41.6291838;-109.0829073:3413;41.6292436;-109.0826591,way_type=user_defined:way_id=80E -edge,3413,3413;41.6292436;-109.0826591:3414;41.6293067;-109.0823839,way_type=user_defined:way_id=80E -edge,3414,3414;41.6293067;-109.0823839:3415;41.6293613;-109.0821354,way_type=user_defined:way_id=80E -edge,3415,3415;41.6293613;-109.0821354:3416;41.6294345;-109.0817846,way_type=user_defined:way_id=80E -edge,3416,3416;41.6294345;-109.0817846:3417;41.6294954;-109.0814693,way_type=user_defined:way_id=80E -edge,3417,3417;41.6294954;-109.0814693:3418;41.6295464;-109.0811905,way_type=user_defined:way_id=80E -edge,3418,3418;41.6295464;-109.0811905:3419;41.6296036;-109.0808646,way_type=user_defined:way_id=80E -edge,3419,3419;41.6296036;-109.0808646:3420;41.6297042;-109.0802676,way_type=user_defined:way_id=80E -edge,3420,3420;41.6297042;-109.0802676:3421;41.6298435;-109.079421,way_type=user_defined:way_id=80E -edge,3421,3421;41.6298435;-109.079421:3422;41.6299687;-109.0786737,way_type=user_defined:way_id=80E -edge,3422,3422;41.6299687;-109.0786737:3423;41.630299;-109.076678,way_type=user_defined:way_id=80E -edge,3423,3423;41.630299;-109.076678:3424;41.6304471;-109.0757972,way_type=user_defined:way_id=80E -edge,3424,3424;41.6304471;-109.0757972:3425;41.6307111;-109.0741956,way_type=user_defined:way_id=80E -edge,3425,3425;41.6307111;-109.0741956:3426;41.6309516;-109.0727547,way_type=user_defined:way_id=80E -edge,3426,3426;41.6309516;-109.0727547:3427;41.6312894;-109.0707026,way_type=user_defined:way_id=80E -edge,3427,3427;41.6312894;-109.0707026:3428;41.6315729;-109.0689944,way_type=user_defined:way_id=80E -edge,3428,3428;41.6315729;-109.0689944:3429;41.6317885;-109.0677237,way_type=user_defined:way_id=80E -edge,3429,3429;41.6317885;-109.0677237:3430;41.6322024;-109.06524,way_type=user_defined:way_id=80E -edge,3430,3430;41.6322024;-109.06524:3431;41.6324275;-109.0638801,way_type=user_defined:way_id=80E -edge,3431,3431;41.6324275;-109.0638801:3432;41.632701;-109.0622162,way_type=user_defined:way_id=80E -edge,3432,3432;41.632701;-109.0622162:3433;41.6329368;-109.0607991,way_type=user_defined:way_id=80E -edge,3433,3433;41.6329368;-109.0607991:3434;41.6330944;-109.0598415,way_type=user_defined:way_id=80E -edge,3434,3434;41.6330944;-109.0598415:3435;41.6332419;-109.0589603,way_type=user_defined:way_id=80E -edge,3435,3435;41.6332419;-109.0589603:3436;41.6337306;-109.0560152,way_type=user_defined:way_id=80E -edge,3436,3436;41.6337306;-109.0560152:3437;41.6339369;-109.0547776,way_type=user_defined:way_id=80E -edge,3437,3437;41.6339369;-109.0547776:3438;41.6340445;-109.0541416,way_type=user_defined:way_id=80E -edge,3438,3438;41.6340445;-109.0541416:3439;41.6343144;-109.0525125,way_type=user_defined:way_id=80E -edge,3439,3439;41.6343144;-109.0525125:3440;41.6345994;-109.0508108,way_type=user_defined:way_id=80E -edge,3440,3440;41.6345994;-109.0508108:3441;41.63496;-109.048629,way_type=user_defined:way_id=80E -edge,3441,3441;41.63496;-109.048629:3442;41.6351903;-109.0472595,way_type=user_defined:way_id=80E -edge,3442,3442;41.6351903;-109.0472595:3443;41.6353479;-109.0463522,way_type=user_defined:way_id=80E -edge,3443,3443;41.6353479;-109.0463522:3444;41.6353997;-109.0460638,way_type=user_defined:way_id=80E -edge,3444,3444;41.6353997;-109.0460638:3445;41.6354536;-109.0457823,way_type=user_defined:way_id=80E -edge,3445,3445;41.6354536;-109.0457823:3446;41.6355188;-109.0454681,way_type=user_defined:way_id=80E -edge,3446,3446;41.6355188;-109.0454681:3447;41.6355807;-109.0451899,way_type=user_defined:way_id=80E -edge,3447,3447;41.6355807;-109.0451899:3448;41.6356541;-109.0448764,way_type=user_defined:way_id=80E -edge,3448,3448;41.6356541;-109.0448764:3449;41.6357214;-109.0445992,way_type=user_defined:way_id=80E -edge,3449,3449;41.6357214;-109.0445992:3450;41.6357979;-109.044296,way_type=user_defined:way_id=80E -edge,3450,3450;41.6357979;-109.044296:3451;41.6358802;-109.043986,way_type=user_defined:way_id=80E -edge,3451,3451;41.6358802;-109.043986:3452;41.6359364;-109.043784,way_type=user_defined:way_id=80E -edge,3452,3452;41.6359364;-109.043784:3453;41.636045;-109.0434087,way_type=user_defined:way_id=80E -edge,3453,3453;41.636045;-109.0434087:3454;41.6361271;-109.0431397,way_type=user_defined:way_id=80E -edge,3454,3454;41.6361271;-109.0431397:3455;41.636224;-109.0428373,way_type=user_defined:way_id=80E -edge,3455,3455;41.636224;-109.0428373:3456;41.6363127;-109.0425706,way_type=user_defined:way_id=80E -edge,3456,3456;41.6363127;-109.0425706:3457;41.6364038;-109.0423065,way_type=user_defined:way_id=80E -edge,3457,3457;41.6364038;-109.0423065:3458;41.6364522;-109.0421705,way_type=user_defined:way_id=80E -edge,3458,3458;41.6364522;-109.0421705:3459;41.6365068;-109.0420182,way_type=user_defined:way_id=80E -edge,3459,3459;41.6365068;-109.0420182:3460;41.6366063;-109.0417499,way_type=user_defined:way_id=80E -edge,3460,3460;41.6366063;-109.0417499:3461;41.6367426;-109.0413977,way_type=user_defined:way_id=80E -edge,3461,3461;41.6367426;-109.0413977:3462;41.6368342;-109.0411678,way_type=user_defined:way_id=80E -edge,3462,3462;41.6368342;-109.0411678:3463;41.6369249;-109.0409455,way_type=user_defined:way_id=80E -edge,3463,3463;41.6369249;-109.0409455:3464;41.6370551;-109.0406335,way_type=user_defined:way_id=80E -edge,3464,3464;41.6370551;-109.0406335:3465;41.6373945;-109.0398423,way_type=user_defined:way_id=80E -edge,3465,3465;41.6373945;-109.0398423:3466;41.6378256;-109.0388219,way_type=user_defined:way_id=80E -edge,3466,3466;41.6378256;-109.0388219:3467;41.6383489;-109.0375906,way_type=user_defined:way_id=80E -edge,3467,3467;41.6383489;-109.0375906:3468;41.6391336;-109.0357573,way_type=user_defined:way_id=80E -edge,3468,3468;41.6391336;-109.0357573:3469;41.6396829;-109.0344674,way_type=user_defined:way_id=80E -edge,3469,3469;41.6396829;-109.0344674:3470;41.6400326;-109.0336531,way_type=user_defined:way_id=80E -edge,3470,3470;41.6400326;-109.0336531:3471;41.6408673;-109.0316944,way_type=user_defined:way_id=80E -edge,3471,3471;41.6408673;-109.0316944:3472;41.6412374;-109.0308222,way_type=user_defined:way_id=80E -edge,3472,3472;41.6412374;-109.0308222:3473;41.6415037;-109.0302013,way_type=user_defined:way_id=80E -edge,3473,3473;41.6415037;-109.0302013:3474;41.6418572;-109.0293848,way_type=user_defined:way_id=80E -edge,3474,3474;41.6418572;-109.0293848:3475;41.6421899;-109.0285948,way_type=user_defined:way_id=80E -edge,3475,3475;41.6421899;-109.0285948:3476;41.643102;-109.026445,way_type=user_defined:way_id=80E -edge,3476,3476;41.643102;-109.026445:3477;41.6435492;-109.0254035,way_type=user_defined:way_id=80E -edge,3477,3477;41.6435492;-109.0254035:3478;41.6441673;-109.0239535,way_type=user_defined:way_id=80E -edge,3478,3478;41.6441673;-109.0239535:3479;41.6445873;-109.0229772,way_type=user_defined:way_id=80E -edge,3479,3479;41.6445873;-109.0229772:3480;41.6451159;-109.0217343,way_type=user_defined:way_id=80E -edge,3480,3480;41.6451159;-109.0217343:3481;41.6464218;-109.0186742,way_type=user_defined:way_id=80E -edge,3481,3481;41.6464218;-109.0186742:3482;41.64717331;-109.0169033,way_type=user_defined:way_id=80E -edge,3482,3482;41.64717331;-109.0169033:3483;41.6473338;-109.0165251,way_type=user_defined:way_id=80E -edge,3483,3483;41.6473338;-109.0165251:3484;41.6480107;-109.0149463,way_type=user_defined:way_id=80E -edge,3484,3484;41.6480107;-109.0149463:3485;41.6484749;-109.0138593,way_type=user_defined:way_id=80E -edge,3485,3485;41.6484749;-109.0138593:3486;41.6488032;-109.0130868,way_type=user_defined:way_id=80E -edge,3486,3486;41.6488032;-109.0130868:3487;41.6498036;-109.0107419,way_type=user_defined:way_id=80E -edge,3487,3487;41.6498036;-109.0107419:3488;41.6502823;-109.0096138,way_type=user_defined:way_id=80E -edge,3488,3488;41.6502823;-109.0096138:3489;41.6506454;-109.0087651,way_type=user_defined:way_id=80E -edge,3489,3489;41.6506454;-109.0087651:3490;41.6509719;-109.0079951,way_type=user_defined:way_id=80E -edge,3490,3490;41.6509719;-109.0079951:3491;41.6513479;-109.0071209,way_type=user_defined:way_id=80E -edge,3491,3491;41.6513479;-109.0071209:3492;41.6516706;-109.0063625,way_type=user_defined:way_id=80E -edge,3492,3492;41.6516706;-109.0063625:3493;41.6520229;-109.0055397,way_type=user_defined:way_id=80E -edge,3493,3493;41.6520229;-109.0055397:3494;41.6531498;-109.0028834,way_type=user_defined:way_id=80E -edge,3494,3494;41.6531498;-109.0028834:3495;41.6539342;-109.0010496,way_type=user_defined:way_id=80E -edge,3495,3495;41.6539342;-109.0010496:3496;41.6542919;-109.0002057,way_type=user_defined:way_id=80E -edge,3496,3496;41.6542919;-109.0002057:3497;41.6545772;-108.9995388,way_type=user_defined:way_id=80E -edge,3497,3497;41.6545772;-108.9995388:3498;41.6549921;-108.9985598,way_type=user_defined:way_id=80E -edge,3498,3498;41.6549921;-108.9985598:3499;41.6555215;-108.9973199,way_type=user_defined:way_id=80E -edge,3499,3499;41.6555215;-108.9973199:3500;41.6559116;-108.9964117,way_type=user_defined:way_id=80E -edge,3500,3500;41.6559116;-108.9964117:3501;41.65625357;-108.9956113,way_type=user_defined:way_id=80E -edge,3501,3501;41.65625357;-108.9956113:3502;41.6563295;-108.9954336,way_type=user_defined:way_id=80E -edge,3502,3502;41.6563295;-108.9954336:3503;41.6572393;-108.9932853,way_type=user_defined:way_id=80E -edge,3503,3503;41.6572393;-108.9932853:3504;41.657588;-108.9924669,way_type=user_defined:way_id=80E -edge,3504,3504;41.657588;-108.9924669:3505;41.6579298;-108.9916704,way_type=user_defined:way_id=80E -edge,3505,3505;41.6579298;-108.9916704:3506;41.6585042;-108.9903204,way_type=user_defined:way_id=80E -edge,3506,3506;41.6585042;-108.9903204:3507;41.6589678;-108.9892378,way_type=user_defined:way_id=80E -edge,3507,3507;41.6589678;-108.9892378:3508;41.6595583;-108.9878432,way_type=user_defined:way_id=80E -edge,3508,3508;41.6595583;-108.9878432:3509;41.6601086;-108.9865531,way_type=user_defined:way_id=80E -edge,3509,3509;41.6601086;-108.9865531:3510;41.6605713;-108.9854751,way_type=user_defined:way_id=80E -edge,3510,3510;41.6605713;-108.9854751:3511;41.6609057;-108.9846876,way_type=user_defined:way_id=80E -edge,3511,3511;41.6609057;-108.9846876:3512;41.6612017;-108.9839953,way_type=user_defined:way_id=80E -edge,3512,3512;41.6612017;-108.9839953:3513;41.6615809;-108.9831015,way_type=user_defined:way_id=80E -edge,3513,3513;41.6615809;-108.9831015:3514;41.6624032;-108.9811758,way_type=user_defined:way_id=80E -edge,3514,3514;41.6624032;-108.9811758:3515;41.6630045;-108.9797531,way_type=user_defined:way_id=80E -edge,3515,3515;41.6630045;-108.9797531:3516;41.6635256;-108.9785276,way_type=user_defined:way_id=80E -edge,3516,3516;41.6635256;-108.9785276:3517;41.6638771;-108.977707,way_type=user_defined:way_id=80E -edge,3517,3517;41.6638771;-108.977707:3518;41.6646729;-108.9758328,way_type=user_defined:way_id=80E -edge,3518,3518;41.6646729;-108.9758328:3519;41.6653279;-108.974296,way_type=user_defined:way_id=80E -edge,3519,3519;41.6653279;-108.974296:3520;41.6655416;-108.9737853,way_type=user_defined:way_id=80E -edge,3520,3520;41.6655416;-108.9737853:3521;41.6656838;-108.9734379,way_type=user_defined:way_id=80E -edge,3521,3521;41.6656838;-108.9734379:3522;41.6658026;-108.9731397,way_type=user_defined:way_id=80E -edge,3522,3522;41.6658026;-108.9731397:3523;41.6659;-108.9728846,way_type=user_defined:way_id=80E -edge,3523,3523;41.6659;-108.9728846:3524;41.6660071;-108.9725909,way_type=user_defined:way_id=80E -edge,3524,3524;41.6660071;-108.9725909:3525;41.6660986;-108.9723306,way_type=user_defined:way_id=80E -edge,3525,3525;41.6660986;-108.9723306:3526;41.66619;-108.9720589,way_type=user_defined:way_id=80E -edge,3526,3526;41.66619;-108.9720589:3527;41.6662862;-108.9717577,way_type=user_defined:way_id=80E -edge,3527,3527;41.6662862;-108.9717577:3528;41.6663858;-108.971428,way_type=user_defined:way_id=80E -edge,3528,3528;41.6663858;-108.971428:3529;41.6664547;-108.9711924,way_type=user_defined:way_id=80E -edge,3529,3529;41.6664547;-108.9711924:3530;41.6665315;-108.9709216,way_type=user_defined:way_id=80E -edge,3530,3530;41.6665315;-108.9709216:3531;41.6666152;-108.9706124,way_type=user_defined:way_id=80E -edge,3531,3531;41.6666152;-108.9706124:3532;41.6666906;-108.97032,way_type=user_defined:way_id=80E -edge,3532,3532;41.6666906;-108.97032:3533;41.6667653;-108.9700191,way_type=user_defined:way_id=80E -edge,3533,3533;41.6667653;-108.9700191:3534;41.6668365;-108.9697161,way_type=user_defined:way_id=80E -edge,3534,3534;41.6668365;-108.9697161:3535;41.6669003;-108.9694305,way_type=user_defined:way_id=80E -edge,3535,3535;41.6669003;-108.9694305:3536;41.6669514;-108.969188,way_type=user_defined:way_id=80E -edge,3536,3536;41.6669514;-108.969188:3537;41.6670234;-108.9688257,way_type=user_defined:way_id=80E -edge,3537,3537;41.6670234;-108.9688257:3538;41.6670787;-108.9685259,way_type=user_defined:way_id=80E -edge,3538,3538;41.6670787;-108.9685259:3539;41.6671285;-108.9682333,way_type=user_defined:way_id=80E -edge,3539,3539;41.6671285;-108.9682333:3540;41.667178;-108.967921,way_type=user_defined:way_id=80E -edge,3540,3540;41.667178;-108.967921:3541;41.6672223;-108.9676271,way_type=user_defined:way_id=80E -edge,3541,3541;41.6672223;-108.9676271:3542;41.6673102;-108.9670228,way_type=user_defined:way_id=80E -edge,3542,3542;41.6673102;-108.9670228:3543;41.6674647;-108.9658786,way_type=user_defined:way_id=80E -edge,3543,3543;41.6674647;-108.9658786:3544;41.6676466;-108.9645518,way_type=user_defined:way_id=80E -edge,3544,3544;41.6676466;-108.9645518:3545;41.6680618;-108.9614679,way_type=user_defined:way_id=80E -edge,3545,3545;41.6680618;-108.9614679:3546;41.6682212;-108.9602583,way_type=user_defined:way_id=80E -edge,3546,3546;41.6682212;-108.9602583:3547;41.6684258;-108.9587549,way_type=user_defined:way_id=80E -edge,3547,3547;41.6684258;-108.9587549:3548;41.6685797;-108.9576062,way_type=user_defined:way_id=80E -edge,3548,3548;41.6685797;-108.9576062:3549;41.6686705;-108.9569008,way_type=user_defined:way_id=80E -edge,3549,3549;41.6686705;-108.9569008:3550;41.6687731;-108.9560709,way_type=user_defined:way_id=80E -edge,3550,3550;41.6687731;-108.9560709:3551;41.6688076;-108.9557762,way_type=user_defined:way_id=80E -edge,3551,3551;41.6688076;-108.9557762:3552;41.6688424;-108.9554626,way_type=user_defined:way_id=80E -edge,3552,3552;41.6688424;-108.9554626:3553;41.6688728;-108.9551678,way_type=user_defined:way_id=80E -edge,3553,3553;41.6688728;-108.9551678:3554;41.6689034;-108.9548421,way_type=user_defined:way_id=80E -edge,3554,3554;41.6689034;-108.9548421:3555;41.668943;-108.9543769,way_type=user_defined:way_id=80E -edge,3555,3555;41.668943;-108.9543769:3556;41.6689734;-108.9539846,way_type=user_defined:way_id=80E -edge,3556,3556;41.6689734;-108.9539846:3557;41.6690138;-108.9533998,way_type=user_defined:way_id=80E -edge,3557,3557;41.6690138;-108.9533998:3558;41.6690385;-108.9530028,way_type=user_defined:way_id=80E -edge,3558,3558;41.6690385;-108.9530028:3559;41.6690548;-108.952715,way_type=user_defined:way_id=80E -edge,3559,3559;41.6690548;-108.952715:3560;41.6690697;-108.9524183,way_type=user_defined:way_id=80E -edge,3560,3560;41.6690697;-108.9524183:3561;41.6690837;-108.9520904,way_type=user_defined:way_id=80E -edge,3561,3561;41.6690837;-108.9520904:3562;41.6691033;-108.9515158,way_type=user_defined:way_id=80E -edge,3562,3562;41.6691033;-108.9515158:3563;41.6691128;-108.9511595,way_type=user_defined:way_id=80E -edge,3563,3563;41.6691128;-108.9511595:3564;41.6691203;-108.9507947,way_type=user_defined:way_id=80E -edge,3564,3564;41.6691203;-108.9507947:3565;41.6691267;-108.9502856,way_type=user_defined:way_id=80E -edge,3565,3565;41.6691267;-108.9502856:3566;41.6691582;-108.9468998,way_type=user_defined:way_id=80E -edge,3566,3566;41.6691582;-108.9468998:3567;41.6691681;-108.9459961,way_type=user_defined:way_id=80E -edge,3567,3567;41.6691681;-108.9459961:3568;41.6691725;-108.9453727,way_type=user_defined:way_id=80E -edge,3568,3568;41.6691725;-108.9453727:3569;41.6691957;-108.9435989,way_type=user_defined:way_id=80E -edge,3569,3569;41.6691957;-108.9435989:3570;41.669206;-108.9422819,way_type=user_defined:way_id=80E -edge,3570,3570;41.669206;-108.9422819:3571;41.6692305;-108.9403939,way_type=user_defined:way_id=80E -edge,3571,3571;41.6692305;-108.9403939:3572;41.6692445;-108.9395989,way_type=user_defined:way_id=80E -edge,3572,3572;41.6692445;-108.9395989:3573;41.6692546;-108.9392097,way_type=user_defined:way_id=80E -edge,3573,3573;41.6692546;-108.9392097:3574;41.6692651;-108.9389142,way_type=user_defined:way_id=80E -edge,3574,3574;41.6692651;-108.9389142:3575;41.6692792;-108.938619,way_type=user_defined:way_id=80E -edge,3575,3575;41.6692792;-108.938619:3576;41.6692985;-108.9382952,way_type=user_defined:way_id=80E -edge,3576,3576;41.6692985;-108.9382952:3577;41.6693204;-108.9379723,way_type=user_defined:way_id=80E -edge,3577,3577;41.6693204;-108.9379723:3578;41.6693415;-108.9376861,way_type=user_defined:way_id=80E -edge,3578,3578;41.6693415;-108.9376861:3579;41.6693655;-108.9373917,way_type=user_defined:way_id=80E -edge,3579,3579;41.6693655;-108.9373917:3580;41.6693932;-108.9370977,way_type=user_defined:way_id=80E -edge,3580,3580;41.6693932;-108.9370977:3581;41.66939996;-108.937034,way_type=user_defined:way_id=80E -edge,3581,3581;41.66939996;-108.937034:3582;41.6694234;-108.9368132,way_type=user_defined:way_id=80E -edge,3582,3582;41.6694234;-108.9368132:3583;41.6694437;-108.9366375,way_type=user_defined:way_id=80E -edge,3583,3583;41.6694437;-108.9366375:3584;41.6694437;-108.9366375,way_type=user_defined:way_id=80E -edge,3584,3584;41.6694437;-108.9366375:3585;41.6695001;-108.9361673,way_type=user_defined:way_id=80E -edge,3585,3585;41.6695001;-108.9361673:3586;41.6695405;-108.9358523,way_type=user_defined:way_id=80E -edge,3586,3586;41.6695405;-108.9358523:3587;41.6695914;-108.9354926,way_type=user_defined:way_id=80E -edge,3587,3587;41.6695914;-108.9354926:3588;41.6696294;-108.935244,way_type=user_defined:way_id=80E -edge,3588,3588;41.6696294;-108.935244:3589;41.6696744;-108.934969,way_type=user_defined:way_id=80E -edge,3589,3589;41.6696744;-108.934969:3590;41.6697314;-108.9346403,way_type=user_defined:way_id=80E -edge,3590,3590;41.6697314;-108.9346403:3591;41.6697817;-108.9343676,way_type=user_defined:way_id=80E -edge,3591,3591;41.6697817;-108.9343676:3592;41.6699009;-108.933769,way_type=user_defined:way_id=80E -edge,3592,3592;41.6699009;-108.933769:3593;41.6700255;-108.9331705,way_type=user_defined:way_id=80E -edge,3593,3593;41.6700255;-108.9331705:3594;41.6700959;-108.9328555,way_type=user_defined:way_id=80E -edge,3594,3594;41.6700959;-108.9328555:3595;41.6701647;-108.9325681,way_type=user_defined:way_id=80E -edge,3595,3595;41.6701647;-108.9325681:3596;41.6702417;-108.9322643,way_type=user_defined:way_id=80E -edge,3596,3596;41.6702417;-108.9322643:3597;41.6703136;-108.9319923,way_type=user_defined:way_id=80E -edge,3597,3597;41.6703136;-108.9319923:3598;41.6703959;-108.9316915,way_type=user_defined:way_id=80E -edge,3598,3598;41.6703959;-108.9316915:3599;41.6704744;-108.9314108,way_type=user_defined:way_id=80E -edge,3599,3599;41.6704744;-108.9314108:3600;41.6705597;-108.9311131,way_type=user_defined:way_id=80E -edge,3600,3600;41.6705597;-108.9311131:3601;41.6706452;-108.9308257,way_type=user_defined:way_id=80E -edge,3601,3601;41.6706452;-108.9308257:3602;41.6707328;-108.930539,way_type=user_defined:way_id=80E -edge,3602,3602;41.6707328;-108.930539:3603;41.6708202;-108.9302629,way_type=user_defined:way_id=80E -edge,3603,3603;41.6708202;-108.9302629:3604;41.67086544;-108.930126,way_type=user_defined:way_id=80E -edge,3604,3604;41.67086544;-108.930126:3605;41.67086544;-108.930126,way_type=user_defined:way_id=80E -edge,3605,3605;41.67086544;-108.930126:3606;41.6709168;-108.9299711,way_type=user_defined:way_id=80E -edge,3606,3606;41.6709168;-108.9299711:3607;41.6710117;-108.9296992,way_type=user_defined:way_id=80E -edge,3607,3607;41.6710117;-108.9296992:3608;41.67112;-108.9294025,way_type=user_defined:way_id=80E -edge,3608,3608;41.67112;-108.9294025:3609;41.6712128;-108.9291542,way_type=user_defined:way_id=80E -edge,3609,3609;41.6712128;-108.9291542:3610;41.6713129;-108.9288927,way_type=user_defined:way_id=80E -edge,3610,3610;41.6713129;-108.9288927:3611;41.6714435;-108.9285596,way_type=user_defined:way_id=80E -edge,3611,3611;41.6714435;-108.9285596:3612;41.6715433;-108.9283115,way_type=user_defined:way_id=80E -edge,3612,3612;41.6715433;-108.9283115:3613;41.6716275;-108.9281087,way_type=user_defined:way_id=80E -edge,3613,3613;41.6716275;-108.9281087:3614;41.6717843;-108.9277394,way_type=user_defined:way_id=80E -edge,3614,3614;41.6717843;-108.9277394:3615;41.6718786;-108.9275228,way_type=user_defined:way_id=80E -edge,3615,3615;41.6718786;-108.9275228:3616;41.6719928;-108.9272665,way_type=user_defined:way_id=80E -edge,3616,3616;41.6719928;-108.9272665:3617;41.6721321;-108.9269655,way_type=user_defined:way_id=80E -edge,3617,3617;41.6721321;-108.9269655:3618;41.6722581;-108.9267039,way_type=user_defined:way_id=80E -edge,3618,3618;41.6722581;-108.9267039:3619;41.67227887;-108.9266618,way_type=user_defined:way_id=80E -edge,3619,3619;41.67227887;-108.9266618:3620;41.6723717;-108.9264737,way_type=user_defined:way_id=80E -edge,3620,3620;41.6723717;-108.9264737:3621;41.6725103;-108.9262034,way_type=user_defined:way_id=80E -edge,3621,3621;41.6725103;-108.9262034:3622;41.6726362;-108.9259699,way_type=user_defined:way_id=80E -edge,3622,3622;41.6726362;-108.9259699:3623;41.6727865;-108.9257041,way_type=user_defined:way_id=80E -edge,3623,3623;41.6727865;-108.9257041:3624;41.6729414;-108.9254456,way_type=user_defined:way_id=80E -edge,3624,3624;41.6729414;-108.9254456:3625;41.673058;-108.9252599,way_type=user_defined:way_id=80E -edge,3625,3625;41.673058;-108.9252599:3626;41.6731861;-108.9250647,way_type=user_defined:way_id=80E -edge,3626,3626;41.6731861;-108.9250647:3627;41.673224;-108.9250076,way_type=user_defined:way_id=80E -edge,3627,3627;41.673224;-108.9250076:3628;41.673467;-108.9246718,way_type=user_defined:way_id=80E -edge,3628,3628;41.673467;-108.9246718:3629;41.673467;-108.9246718,way_type=user_defined:way_id=80E -edge,3629,3629;41.673467;-108.9246718:3630;41.6735438;-108.9245721,way_type=user_defined:way_id=80E -edge,3630,3630;41.6735438;-108.9245721:3631;41.6737038;-108.9243813,way_type=user_defined:way_id=80E -edge,3631,3631;41.6737038;-108.9243813:3632;41.6738752;-108.9241919,way_type=user_defined:way_id=80E -edge,3632,3632;41.6738752;-108.9241919:3633;41.67407;-108.9239941,way_type=user_defined:way_id=80E -edge,3633,3633;41.67407;-108.9239941:3634;41.6742714;-108.9238088,way_type=user_defined:way_id=80E -edge,3634,3634;41.6742714;-108.9238088:3635;41.6744542;-108.9236536,way_type=user_defined:way_id=80E -edge,3635,3635;41.6744542;-108.9236536:3636;41.67463733;-108.9235097,way_type=user_defined:way_id=80E -edge,3636,3636;41.67463733;-108.9235097:3637;41.6746658;-108.9234873,way_type=user_defined:way_id=80E -edge,3637,3637;41.6746658;-108.9234873:3638;41.6748617;-108.9233427,way_type=user_defined:way_id=80E -edge,3638,3638;41.6748617;-108.9233427:3639;41.6750488;-108.9232136,way_type=user_defined:way_id=80E -edge,3639,3639;41.6750488;-108.9232136:3640;41.6752507;-108.9230842,way_type=user_defined:way_id=80E -edge,3640,3640;41.6752507;-108.9230842:3641;41.6752767;-108.9230679,way_type=user_defined:way_id=80E -edge,3641,3641;41.6752767;-108.9230679:3642;41.6754948;-108.9229425,way_type=user_defined:way_id=80E -edge,3642,3642;41.6754948;-108.9229425:3643;41.6756939;-108.9228392,way_type=user_defined:way_id=80E -edge,3643,3643;41.6756939;-108.9228392:3644;41.6759324;-108.9227267,way_type=user_defined:way_id=80E -edge,3644,3644;41.6759324;-108.9227267:3645;41.6761332;-108.9226399,way_type=user_defined:way_id=80E -edge,3645,3645;41.6761332;-108.9226399:3646;41.676375;-108.9225431,way_type=user_defined:way_id=80E -edge,3646,3646;41.676375;-108.9225431:3647;41.6770285;-108.9222963,way_type=user_defined:way_id=80E -edge,3647,3647;41.6770285;-108.9222963:3648;41.6778737;-108.9219808,way_type=user_defined:way_id=80E -edge,3648,3648;41.6778737;-108.9219808:3649;41.6788175;-108.9216361,way_type=user_defined:way_id=80E -edge,3649,3649;41.6788175;-108.9216361:3650;41.6792558;-108.9214735,way_type=user_defined:way_id=80E -edge,3650,3650;41.6792558;-108.9214735:3651;41.679917;-108.9212192,way_type=user_defined:way_id=80E -edge,3651,3651;41.679917;-108.9212192:3652;41.6801454;-108.921126,way_type=user_defined:way_id=80E -edge,3652,3652;41.6801454;-108.921126:3653;41.6803583;-108.9210322,way_type=user_defined:way_id=80E -edge,3653,3653;41.6803583;-108.9210322:3654;41.6805894;-108.9209221,way_type=user_defined:way_id=80E -edge,3654,3654;41.6805894;-108.9209221:3655;41.6807926;-108.92082,way_type=user_defined:way_id=80E -edge,3655,3655;41.6807926;-108.92082:3656;41.6810003;-108.9207097,way_type=user_defined:way_id=80E -edge,3656,3656;41.6810003;-108.9207097:3657;41.6812198;-108.9205873,way_type=user_defined:way_id=80E -edge,3657,3657;41.6812198;-108.9205873:3658;41.6814243;-108.9204675,way_type=user_defined:way_id=80E -edge,3658,3658;41.6814243;-108.9204675:3659;41.6816458;-108.9203291,way_type=user_defined:way_id=80E -edge,3659,3659;41.6816458;-108.9203291:3660;41.6818452;-108.920196,way_type=user_defined:way_id=80E -edge,3660,3660;41.6818452;-108.920196:3661;41.6820565;-108.9200491,way_type=user_defined:way_id=80E -edge,3661,3661;41.6820565;-108.9200491:3662;41.682245;-108.9199146,way_type=user_defined:way_id=80E -edge,3662,3662;41.682245;-108.9199146:3663;41.6824671;-108.9197489,way_type=user_defined:way_id=80E -edge,3663,3663;41.6824671;-108.9197489:3664;41.6826525;-108.9196044,way_type=user_defined:way_id=80E -edge,3664,3664;41.6826525;-108.9196044:3665;41.6828802;-108.9194185,way_type=user_defined:way_id=80E -edge,3665,3665;41.6828802;-108.9194185:3666;41.683045;-108.9192795,way_type=user_defined:way_id=80E -edge,3666,3666;41.683045;-108.9192795:3667;41.683228;-108.9191197,way_type=user_defined:way_id=80E -edge,3667,3667;41.683228;-108.9191197:3668;41.6834238;-108.9189421,way_type=user_defined:way_id=80E -edge,3668,3668;41.6834238;-108.9189421:3669;41.6836252;-108.9187503,way_type=user_defined:way_id=80E -edge,3669,3669;41.6836252;-108.9187503:3670;41.6837994;-108.9185757,way_type=user_defined:way_id=80E -edge,3670,3670;41.6837994;-108.9185757:3671;41.6840133;-108.9183508,way_type=user_defined:way_id=80E -edge,3671,3671;41.6840133;-108.9183508:3672;41.6841691;-108.9181825,way_type=user_defined:way_id=80E -edge,3672,3672;41.6841691;-108.9181825:3673;41.6843297;-108.9180043,way_type=user_defined:way_id=80E -edge,3673,3673;41.6843297;-108.9180043:3674;41.6845351;-108.9177681,way_type=user_defined:way_id=80E -edge,3674,3674;41.6845351;-108.9177681:3675;41.6846927;-108.9175796,way_type=user_defined:way_id=80E -edge,3675,3675;41.6846927;-108.9175796:3676;41.6848575;-108.9173748,way_type=user_defined:way_id=80E -edge,3676,3676;41.6848575;-108.9173748:3677;41.6850346;-108.9171453,way_type=user_defined:way_id=80E -edge,3677,3677;41.6850346;-108.9171453:3678;41.6851872;-108.9169383,way_type=user_defined:way_id=80E -edge,3678,3678;41.6851872;-108.9169383:3679;41.6853564;-108.9166995,way_type=user_defined:way_id=80E -edge,3679,3679;41.6853564;-108.9166995:3680;41.6855226;-108.9164583,way_type=user_defined:way_id=80E -edge,3680,3680;41.6855226;-108.9164583:3681;41.685668;-108.9162428,way_type=user_defined:way_id=80E -edge,3681,3681;41.685668;-108.9162428:3682;41.6858157;-108.9160161,way_type=user_defined:way_id=80E -edge,3682,3682;41.6858157;-108.9160161:3683;41.6859677;-108.9157709,way_type=user_defined:way_id=80E -edge,3683,3683;41.6859677;-108.9157709:3684;41.686107;-108.9155352,way_type=user_defined:way_id=80E -edge,3684,3684;41.686107;-108.9155352:3685;41.686252;-108.9152805,way_type=user_defined:way_id=80E -edge,3685,3685;41.686252;-108.9152805:3686;41.6863849;-108.9150376,way_type=user_defined:way_id=80E -edge,3686,3686;41.6863849;-108.9150376:3687;41.6865229;-108.9147764,way_type=user_defined:way_id=80E -edge,3687,3687;41.6865229;-108.9147764:3688;41.686645;-108.9145368,way_type=user_defined:way_id=80E -edge,3688,3688;41.686645;-108.9145368:3689;41.6867799;-108.9142628,way_type=user_defined:way_id=80E -edge,3689,3689;41.6867799;-108.9142628:3690;41.6868953;-108.9140185,way_type=user_defined:way_id=80E -edge,3690,3690;41.6868953;-108.9140185:3691;41.6870073;-108.913772,way_type=user_defined:way_id=80E -edge,3691,3691;41.6870073;-108.913772:3692;41.68713;-108.9134892,way_type=user_defined:way_id=80E -edge,3692,3692;41.68713;-108.9134892:3693;41.6872514;-108.9131961,way_type=user_defined:way_id=80E -edge,3693,3693;41.6872514;-108.9131961:3694;41.6873662;-108.9129089,way_type=user_defined:way_id=80E -edge,3694,3694;41.6873662;-108.9129089:3695;41.6878546;-108.9116511,way_type=user_defined:way_id=80E -edge,3695,3695;41.6878546;-108.9116511:3696;41.6887405;-108.9093932,way_type=user_defined:way_id=80E -edge,3696,3696;41.6887405;-108.9093932:3697;41.6893783;-108.9077497,way_type=user_defined:way_id=80E -edge,3697,3697;41.6893783;-108.9077497:3698;41.6899094;-108.9064018,way_type=user_defined:way_id=80E -edge,3698,3698;41.6899094;-108.9064018:3699;41.6902121;-108.9056208,way_type=user_defined:way_id=80E -edge,3699,3699;41.6902121;-108.9056208:3700;41.6905506;-108.9047533,way_type=user_defined:way_id=80E -edge,3700,3700;41.6905506;-108.9047533:3701;41.6906731;-108.9044284,way_type=user_defined:way_id=80E -edge,3701,3701;41.6906731;-108.9044284:3702;41.6908552;-108.903934,way_type=user_defined:way_id=80E -edge,3702,3702;41.6908552;-108.903934:3703;41.69086718;-108.9038996,way_type=user_defined:way_id=80E -edge,3703,3703;41.69086718;-108.9038996:3704;41.6909584;-108.903638,way_type=user_defined:way_id=80E -edge,3704,3704;41.6909584;-108.903638:3705;41.6910449;-108.9033747,way_type=user_defined:way_id=80E -edge,3705,3705;41.6910449;-108.9033747:3706;41.6911407;-108.9030644,way_type=user_defined:way_id=80E -edge,3706,3706;41.6911407;-108.9030644:3707;41.6912193;-108.902796,way_type=user_defined:way_id=80E -edge,3707,3707;41.6912193;-108.902796:3708;41.6912951;-108.9025247,way_type=user_defined:way_id=80E -edge,3708,3708;41.6912951;-108.9025247:3709;41.6913803;-108.9022058,way_type=user_defined:way_id=80E -edge,3709,3709;41.6913803;-108.9022058:3710;41.6914546;-108.9019072,way_type=user_defined:way_id=80E -edge,3710,3710;41.6914546;-108.9019072:3711;41.6915159;-108.9016395,way_type=user_defined:way_id=80E -edge,3711,3711;41.6915159;-108.9016395:3712;41.6915451;-108.9015041,way_type=user_defined:way_id=80E -edge,3712,3712;41.6915451;-108.9015041:3713;41.6915797;-108.9013433,way_type=user_defined:way_id=80E -edge,3713,3713;41.6915797;-108.9013433:3714;41.6916344;-108.9010729,way_type=user_defined:way_id=80E -edge,3714,3714;41.6916344;-108.9010729:3715;41.6916936;-108.9007575,way_type=user_defined:way_id=80E -edge,3715,3715;41.6916936;-108.9007575:3716;41.691748;-108.9004376,way_type=user_defined:way_id=80E -edge,3716,3716;41.691748;-108.9004376:3717;41.6917923;-108.9001544,way_type=user_defined:way_id=80E -edge,3717,3717;41.6917923;-108.9001544:3718;41.6918276;-108.8999091,way_type=user_defined:way_id=80E -edge,3718,3718;41.6918276;-108.8999091:3719;41.6918761;-108.89954,way_type=user_defined:way_id=80E -edge,3719,3719;41.6918761;-108.89954:3720;41.6919117;-108.8992269,way_type=user_defined:way_id=80E -edge,3720,3720;41.6919117;-108.8992269:3721;41.6919412;-108.8989321,way_type=user_defined:way_id=80E -edge,3721,3721;41.6919412;-108.8989321:3722;41.6919664;-108.8986364,way_type=user_defined:way_id=80E -edge,3722,3722;41.6919664;-108.8986364:3723;41.6919884;-108.8983206,way_type=user_defined:way_id=80E -edge,3723,3723;41.6919884;-108.8983206:3724;41.6920061;-108.8980137,way_type=user_defined:way_id=80E -edge,3724,3724;41.6920061;-108.8980137:3725;41.6920169;-108.8977804,way_type=user_defined:way_id=80E -edge,3725,3725;41.6920169;-108.8977804:3726;41.6920206;-108.8976969,way_type=user_defined:way_id=80E -edge,3726,3726;41.6920206;-108.8976969:3727;41.6920292;-108.8974169,way_type=user_defined:way_id=80E -edge,3727,3727;41.6920292;-108.8974169:3728;41.6920352;-108.8970803,way_type=user_defined:way_id=80E -edge,3728,3728;41.6920352;-108.8970803:3729;41.6920362;-108.8967992,way_type=user_defined:way_id=80E -edge,3729,3729;41.6920362;-108.8967992:3730;41.6920352;-108.8966945,way_type=user_defined:way_id=80E -edge,3730,3730;41.6920352;-108.8966945:3731;41.692032;-108.8964604,way_type=user_defined:way_id=80E -edge,3731,3731;41.692032;-108.8964604:3732;41.6920243;-108.8961826,way_type=user_defined:way_id=80E -edge,3732,3732;41.6920243;-108.8961826:3733;41.69201;-108.8958422,way_type=user_defined:way_id=80E -edge,3733,3733;41.69201;-108.8958422:3734;41.691992;-108.8955237,way_type=user_defined:way_id=80E -edge,3734,3734;41.691992;-108.8955237:3735;41.6919749;-108.8952713,way_type=user_defined:way_id=80E -edge,3735,3735;41.6919749;-108.8952713:3736;41.6919481;-108.8949345,way_type=user_defined:way_id=80E -edge,3736,3736;41.6919481;-108.8949345:3737;41.6919181;-108.8946177,way_type=user_defined:way_id=80E -edge,3737,3737;41.6919181;-108.8946177:3738;41.6918829;-108.8942922,way_type=user_defined:way_id=80E -edge,3738,3738;41.6918829;-108.8942922:3739;41.6918489;-108.8940049,way_type=user_defined:way_id=80E -edge,3739,3739;41.6918489;-108.8940049:3740;41.6916549;-108.8924978,way_type=user_defined:way_id=80E -edge,3740,3740;41.6916549;-108.8924978:3741;41.6913362;-108.8899894,way_type=user_defined:way_id=80E -edge,3741,3741;41.6913362;-108.8899894:3742;41.6912244;-108.8891296,way_type=user_defined:way_id=80E -edge,3742,3742;41.6912244;-108.8891296:3743;41.6909958;-108.8873344,way_type=user_defined:way_id=80E -edge,3743,3743;41.6909958;-108.8873344:3744;41.690916;-108.8867203,way_type=user_defined:way_id=80E -edge,3744,3744;41.690916;-108.8867203:3745;41.6908416;-108.8861236,way_type=user_defined:way_id=80E -edge,3745,3745;41.6908416;-108.8861236:3746;41.6908033;-108.8857916,way_type=user_defined:way_id=80E -edge,3746,3746;41.6908033;-108.8857916:3747;41.6907744;-108.8855142,way_type=user_defined:way_id=80E -edge,3747,3747;41.6907744;-108.8855142:3748;41.690745;-108.8851797,way_type=user_defined:way_id=80E -edge,3748,3748;41.690745;-108.8851797:3749;41.6907258;-108.8848998,way_type=user_defined:way_id=80E -edge,3749,3749;41.6907258;-108.8848998:3750;41.6907097;-108.884563,way_type=user_defined:way_id=80E -edge,3750,3750;41.6907097;-108.884563:3751;41.6907011;-108.884282,way_type=user_defined:way_id=80E -edge,3751,3751;41.6907011;-108.884282:3752;41.6906977;-108.8839443,way_type=user_defined:way_id=80E -edge,3752,3752;41.6906977;-108.8839443:3753;41.6907014;-108.8836627,way_type=user_defined:way_id=80E -edge,3753,3753;41.6907014;-108.8836627:3754;41.6907131;-108.883363,way_type=user_defined:way_id=80E -edge,3754,3754;41.6907131;-108.883363:3755;41.6907328;-108.8830442,way_type=user_defined:way_id=80E -edge,3755,3755;41.6907328;-108.8830442:3756;41.6907611;-108.8827176,way_type=user_defined:way_id=80E -edge,3756,3756;41.6907611;-108.8827176:3757;41.6907923;-108.8824299,way_type=user_defined:way_id=80E -edge,3757,3757;41.6907923;-108.8824299:3758;41.6908341;-108.8821052,way_type=user_defined:way_id=80E -edge,3758,3758;41.6908341;-108.8821052:3759;41.6908781;-108.8818105,way_type=user_defined:way_id=80E -edge,3759,3759;41.6908781;-108.8818105:3760;41.6909309;-108.8814982,way_type=user_defined:way_id=80E -edge,3760,3760;41.6909309;-108.8814982:3761;41.6909853;-108.8812063,way_type=user_defined:way_id=80E -edge,3761,3761;41.6909853;-108.8812063:3762;41.6910476;-108.8808974,way_type=user_defined:way_id=80E -edge,3762,3762;41.6910476;-108.8808974:3763;41.6911077;-108.8806167,way_type=user_defined:way_id=80E -edge,3763,3763;41.6911077;-108.8806167:3764;41.6911847;-108.8802741,way_type=user_defined:way_id=80E -edge,3764,3764;41.6911847;-108.8802741:3765;41.6913687;-108.8794743,way_type=user_defined:way_id=80E -edge,3765,3765;41.6913687;-108.8794743:3766;41.6916503;-108.8782281,way_type=user_defined:way_id=80E -edge,3766,3766;41.6916503;-108.8782281:3767;41.692035;-108.8765601,way_type=user_defined:way_id=80E -edge,3767,3767;41.692035;-108.8765601:3768;41.6922492;-108.8756126,way_type=user_defined:way_id=80E -edge,3768,3768;41.6922492;-108.8756126:3769;41.6925641;-108.8742274,way_type=user_defined:way_id=80E -edge,3769,3769;41.6925641;-108.8742274:3770;41.6927894;-108.8732446,way_type=user_defined:way_id=80E -edge,3770,3770;41.6927894;-108.8732446:3771;41.6931193;-108.8717884,way_type=user_defined:way_id=80E -edge,3771,3771;41.6931193;-108.8717884:3772;41.6931892;-108.8714651,way_type=user_defined:way_id=80E -edge,3772,3772;41.6931892;-108.8714651:3773;41.693251;-108.8711584,way_type=user_defined:way_id=80E -edge,3773,3773;41.693251;-108.8711584:3774;41.6933041;-108.870869,way_type=user_defined:way_id=80E -edge,3774,3774;41.6933041;-108.870869:3775;41.6933498;-108.8705877,way_type=user_defined:way_id=80E -edge,3775,3775;41.6933498;-108.8705877:3776;41.6933954;-108.8702685,way_type=user_defined:way_id=80E -edge,3776,3776;41.6933954;-108.8702685:3777;41.6934321;-108.8699856,way_type=user_defined:way_id=80E -edge,3777,3777;41.6934321;-108.8699856:3778;41.6934675;-108.8696933,way_type=user_defined:way_id=80E -edge,3778,3778;41.6934675;-108.8696933:3779;41.6935034;-108.869371,way_type=user_defined:way_id=80E -edge,3779,3779;41.6935034;-108.869371:3780;41.6935347;-108.869048,way_type=user_defined:way_id=80E -edge,3780,3780;41.6935347;-108.869048:3781;41.6935587;-108.8687615,way_type=user_defined:way_id=80E -edge,3781,3781;41.6935587;-108.8687615:3782;41.6935805;-108.8684371,way_type=user_defined:way_id=80E -edge,3782,3782;41.6935805;-108.8684371:3783;41.6935992;-108.8680654,way_type=user_defined:way_id=80E -edge,3783,3783;41.6935992;-108.8680654:3784;41.6936083;-108.8678464,way_type=user_defined:way_id=80E -edge,3784,3784;41.6936083;-108.8678464:3785;41.693617;-108.8675608,way_type=user_defined:way_id=80E -edge,3785,3785;41.693617;-108.8675608:3786;41.6936226;-108.8672274,way_type=user_defined:way_id=80E -edge,3786,3786;41.6936226;-108.8672274:3787;41.693623;-108.8669419,way_type=user_defined:way_id=80E -edge,3787,3787;41.693623;-108.8669419:3788;41.6936191;-108.8666187,way_type=user_defined:way_id=80E -edge,3788,3788;41.6936191;-108.8666187:3789;41.6936106;-108.8663333,way_type=user_defined:way_id=80E -edge,3789,3789;41.6936106;-108.8663333:3790;41.6935948;-108.86601,way_type=user_defined:way_id=80E -edge,3790,3790;41.6935948;-108.86601:3791;41.693576;-108.8657157,way_type=user_defined:way_id=80E -edge,3791,3791;41.693576;-108.8657157:3792;41.6935536;-108.8654221,way_type=user_defined:way_id=80E -edge,3792,3792;41.6935536;-108.8654221:3793;41.6935326;-108.8651766,way_type=user_defined:way_id=80E -edge,3793,3793;41.6935326;-108.8651766:3794;41.6934976;-108.8648088,way_type=user_defined:way_id=80E -edge,3794,3794;41.6934976;-108.8648088:3795;41.6934622;-108.8644886,way_type=user_defined:way_id=80E -edge,3795,3795;41.6934622;-108.8644886:3796;41.6934325;-108.8642438,way_type=user_defined:way_id=80E -edge,3796,3796;41.6934325;-108.8642438:3797;41.6934127;-108.8640934,way_type=user_defined:way_id=80E -edge,3797,3797;41.6934127;-108.8640934:3798;41.6933885;-108.8639149,way_type=user_defined:way_id=80E -edge,3798,3798;41.6933885;-108.8639149:3799;41.6933476;-108.8636423,way_type=user_defined:way_id=80E -edge,3799,3799;41.6933476;-108.8636423:3800;41.6933006;-108.8633542,way_type=user_defined:way_id=80E -edge,3800,3800;41.6933006;-108.8633542:3801;41.6932351;-108.8629917,way_type=user_defined:way_id=80E -edge,3801,3801;41.6932351;-108.8629917:3802;41.6931797;-108.8627138,way_type=user_defined:way_id=80E -edge,3802,3802;41.6931797;-108.8627138:3803;41.6931149;-108.8624089,way_type=user_defined:way_id=80E -edge,3803,3803;41.6931149;-108.8624089:3804;41.6930519;-108.8621229,way_type=user_defined:way_id=80E -edge,3804,3804;41.6930519;-108.8621229:3805;41.6929169;-108.8615327,way_type=user_defined:way_id=80E -edge,3805,3805;41.6929169;-108.8615327:3806;41.6926343;-108.8603238,way_type=user_defined:way_id=80E -edge,3806,3806;41.6926343;-108.8603238:3807;41.6923479;-108.8590622,way_type=user_defined:way_id=80E -edge,3807,3807;41.6923479;-108.8590622:3808;41.6921112;-108.8580308,way_type=user_defined:way_id=80E -edge,3808,3808;41.6921112;-108.8580308:3809;41.6914089;-108.8550041,way_type=user_defined:way_id=80E -edge,3809,3809;41.6914089;-108.8550041:3810;41.691204;-108.8540994,way_type=user_defined:way_id=80E -edge,3810,3810;41.691204;-108.8540994:3811;41.690877;-108.8526783,way_type=user_defined:way_id=80E -edge,3811,3811;41.690877;-108.8526783:3812;41.6904707;-108.8508973,way_type=user_defined:way_id=80E -edge,3812,3812;41.6904707;-108.8508973:3813;41.6902617;-108.8499993,way_type=user_defined:way_id=80E -edge,3813,3813;41.6902617;-108.8499993:3814;41.6895822;-108.847035,way_type=user_defined:way_id=80E -edge,3814,3814;41.6895822;-108.847035:3815;41.689248;-108.8455855,way_type=user_defined:way_id=80E -edge,3815,3815;41.689248;-108.8455855:3816;41.6890426;-108.8446817,way_type=user_defined:way_id=80E -edge,3816,3816;41.6890426;-108.8446817:3817;41.6887072;-108.8432171,way_type=user_defined:way_id=80E -edge,3817,3817;41.6887072;-108.8432171:3818;41.68869078;-108.8431438,way_type=user_defined:way_id=80E -edge,3818,3818;41.68869078;-108.8431438:3819;41.6885828;-108.8426617,way_type=user_defined:way_id=80E -edge,3819,3819;41.6885828;-108.8426617:3820;41.6885066;-108.8423111,way_type=user_defined:way_id=80E -edge,3820,3820;41.6885066;-108.8423111:3821;41.688441;-108.8419946,way_type=user_defined:way_id=80E -edge,3821,3821;41.688441;-108.8419946:3822;41.6883867;-108.8417143,way_type=user_defined:way_id=80E -edge,3822,3822;41.6883867;-108.8417143:3823;41.6883339;-108.8414236,way_type=user_defined:way_id=80E -edge,3823,3823;41.6883339;-108.8414236:3824;41.688281;-108.8411135,way_type=user_defined:way_id=80E -edge,3824,3824;41.688281;-108.8411135:3825;41.6882353;-108.8408213,way_type=user_defined:way_id=80E -edge,3825,3825;41.6882353;-108.8408213:3826;41.6881896;-108.8405008,way_type=user_defined:way_id=80E -edge,3826,3826;41.6881896;-108.8405008:3827;41.688152;-108.8402171,way_type=user_defined:way_id=80E -edge,3827,3827;41.688152;-108.8402171:3828;41.6881155;-108.8399246,way_type=user_defined:way_id=80E -edge,3828,3828;41.6881155;-108.8399246:3829;41.6880784;-108.8396032,way_type=user_defined:way_id=80E -edge,3829,3829;41.6880784;-108.8396032:3830;41.6880482;-108.8393095,way_type=user_defined:way_id=80E -edge,3830,3830;41.6880482;-108.8393095:3831;41.6880257;-108.8390695,way_type=user_defined:way_id=80E -edge,3831,3831;41.6880257;-108.8390695:3832;41.6879944;-108.8386998,way_type=user_defined:way_id=80E -edge,3832,3832;41.6879944;-108.8386998:3833;41.68797;-108.8383468,way_type=user_defined:way_id=80E -edge,3833,3833;41.68797;-108.8383468:3834;41.6879558;-108.8380958,way_type=user_defined:way_id=80E -edge,3834,3834;41.6879558;-108.8380958:3835;41.6879409;-108.8377597,way_type=user_defined:way_id=80E -edge,3835,3835;41.6879409;-108.8377597:3836;41.6879307;-108.8374437,way_type=user_defined:way_id=80E -edge,3836,3836;41.6879307;-108.8374437:3837;41.6879237;-108.837146,way_type=user_defined:way_id=80E -edge,3837,3837;41.6879237;-108.837146:3838;41.6879196;-108.83683,way_type=user_defined:way_id=80E -edge,3838,3838;41.6879196;-108.83683:3839;41.6879189;-108.8365291,way_type=user_defined:way_id=80E -edge,3839,3839;41.6879189;-108.8365291:3840;41.6879216;-108.8362423,way_type=user_defined:way_id=80E -edge,3840,3840;41.6879216;-108.8362423:3841;41.6879283;-108.8359143,way_type=user_defined:way_id=80E -edge,3841,3841;41.6879283;-108.8359143:3842;41.687947;-108.835299,way_type=user_defined:way_id=80E -edge,3842,3842;41.687947;-108.835299:3843;41.6879587;-108.8349721,way_type=user_defined:way_id=80E -edge,3843,3843;41.6879587;-108.8349721:3844;41.6880285;-108.8332238,way_type=user_defined:way_id=80E -edge,3844,3844;41.6880285;-108.8332238:3845;41.688103;-108.8313094,way_type=user_defined:way_id=80E -edge,3845,3845;41.688103;-108.8313094:3846;41.6881658;-108.8297789,way_type=user_defined:way_id=80E -edge,3846,3846;41.6881658;-108.8297789:3847;41.6882135;-108.8285046,way_type=user_defined:way_id=80E -edge,3847,3847;41.6882135;-108.8285046:3848;41.6882763;-108.8269822,way_type=user_defined:way_id=80E -edge,3848,3848;41.6882763;-108.8269822:3849;41.6883986;-108.8238155,way_type=user_defined:way_id=80E -edge,3849,3849;41.6883986;-108.8238155:3850;41.6884581;-108.8224086,way_type=user_defined:way_id=80E -edge,3850,3850;41.6884581;-108.8224086:3851;41.6884837;-108.8217178,way_type=user_defined:way_id=80E -edge,3851,3851;41.6884837;-108.8217178:3852;41.6885291;-108.8205627,way_type=user_defined:way_id=80E -edge,3852,3852;41.6885291;-108.8205627:3853;41.6885418;-108.8202252,way_type=user_defined:way_id=80E -edge,3853,3853;41.6885418;-108.8202252:3854;41.6885506;-108.8199441,way_type=user_defined:way_id=80E -edge,3854,3854;41.6885506;-108.8199441:3855;41.6885587;-108.8196066,way_type=user_defined:way_id=80E -edge,3855,3855;41.6885587;-108.8196066:3856;41.6885632;-108.8193158,way_type=user_defined:way_id=80E -edge,3856,3856;41.6885632;-108.8193158:3857;41.6885641;-108.818987,way_type=user_defined:way_id=80E -edge,3857,3857;41.6885641;-108.818987:3858;41.6885596;-108.8186957,way_type=user_defined:way_id=80E -edge,3858,3858;41.6885596;-108.8186957:3859;41.6885467;-108.8183676,way_type=user_defined:way_id=80E -edge,3859,3859;41.6885467;-108.8183676:3860;41.6885251;-108.8180496,way_type=user_defined:way_id=80E -edge,3860,3860;41.6885251;-108.8180496:3861;41.6884975;-108.8177531,way_type=user_defined:way_id=80E -edge,3861,3861;41.6884975;-108.8177531:3862;41.6884631;-108.8174688,way_type=user_defined:way_id=80E -edge,3862,3862;41.6884631;-108.8174688:3863;41.6884151;-108.8171495,way_type=user_defined:way_id=80E -edge,3863,3863;41.6884151;-108.8171495:3864;41.6883653;-108.8168702,way_type=user_defined:way_id=80E -edge,3864,3864;41.6883653;-108.8168702:3865;41.6883056;-108.8165848,way_type=user_defined:way_id=80E -edge,3865,3865;41.6883056;-108.8165848:3866;41.688231;-108.8162752,way_type=user_defined:way_id=80E -edge,3866,3866;41.688231;-108.8162752:3867;41.6881492;-108.8159786,way_type=user_defined:way_id=80E -edge,3867,3867;41.6881492;-108.8159786:3868;41.688064;-108.8157043,way_type=user_defined:way_id=80E -edge,3868,3868;41.688064;-108.8157043:3869;41.6879704;-108.8154348,way_type=user_defined:way_id=80E -edge,3869,3869;41.6879704;-108.8154348:3870;41.68787;-108.81517,way_type=user_defined:way_id=80E -edge,3870,3870;41.68787;-108.81517:3871;41.6877583;-108.8148928,way_type=user_defined:way_id=80E -edge,3871,3871;41.6877583;-108.8148928:3872;41.6876385;-108.8146082,way_type=user_defined:way_id=80E -edge,3872,3872;41.6876385;-108.8146082:3873;41.6875307;-108.8143592,way_type=user_defined:way_id=80E -edge,3873,3873;41.6875307;-108.8143592:3874;41.6874062;-108.8140787,way_type=user_defined:way_id=80E -edge,3874,3874;41.6874062;-108.8140787:3875;41.6871766;-108.8135771,way_type=user_defined:way_id=80E -edge,3875,3875;41.6871766;-108.8135771:3876;41.6861914;-108.8114523,way_type=user_defined:way_id=80E -edge,3876,3876;41.6861914;-108.8114523:3877;41.6854137;-108.809792,way_type=user_defined:way_id=80E -edge,3877,3877;41.6854137;-108.809792:3878;41.6846069;-108.8080555,way_type=user_defined:way_id=80E -edge,3878,3878;41.6846069;-108.8080555:3879;41.6841167;-108.8070059,way_type=user_defined:way_id=80E -edge,3879,3879;41.6841167;-108.8070059:3880;41.683858;-108.8064439,way_type=user_defined:way_id=80E -edge,3880,3880;41.683858;-108.8064439:3881;41.6837578;-108.8062228,way_type=user_defined:way_id=80E -edge,3881,3881;41.6837578;-108.8062228:3882;41.6836369;-108.8059505,way_type=user_defined:way_id=80E -edge,3882,3882;41.6836369;-108.8059505:3883;41.6835259;-108.8056919,way_type=user_defined:way_id=80E -edge,3883,3883;41.6835259;-108.8056919:3884;41.683421;-108.805439,way_type=user_defined:way_id=80E -edge,3884,3884;41.683421;-108.805439:3885;41.6832921;-108.8051152,way_type=user_defined:way_id=80E -edge,3885,3885;41.6832921;-108.8051152:3886;41.6832068;-108.8048915,way_type=user_defined:way_id=80E -edge,3886,3886;41.6832068;-108.8048915:3887;41.6830987;-108.8045965,way_type=user_defined:way_id=80E -edge,3887,3887;41.6830987;-108.8045965:3888;41.683007;-108.8043332,way_type=user_defined:way_id=80E -edge,3888,3888;41.683007;-108.8043332:3889;41.6829079;-108.8040317,way_type=user_defined:way_id=80E -edge,3889,3889;41.6829079;-108.8040317:3890;41.6828168;-108.803736,way_type=user_defined:way_id=80E -edge,3890,3890;41.6828168;-108.803736:3891;41.6827375;-108.8034651,way_type=user_defined:way_id=80E -edge,3891,3891;41.6827375;-108.8034651:3892;41.6826509;-108.8031563,way_type=user_defined:way_id=80E -edge,3892,3892;41.6826509;-108.8031563:3893;41.6825756;-108.8028732,way_type=user_defined:way_id=80E -edge,3893,3893;41.6825756;-108.8028732:3894;41.6824999;-108.8025698,way_type=user_defined:way_id=80E -edge,3894,3894;41.6824999;-108.8025698:3895;41.6824325;-108.8022835,way_type=user_defined:way_id=80E -edge,3895,3895;41.6824325;-108.8022835:3896;41.6823649;-108.8019771,way_type=user_defined:way_id=80E -edge,3896,3896;41.6823649;-108.8019771:3897;41.6822392;-108.8013796,way_type=user_defined:way_id=80E -edge,3897,3897;41.6822392;-108.8013796:3898;41.6819652;-108.8000491,way_type=user_defined:way_id=80E -edge,3898,3898;41.6819652;-108.8000491:3899;41.68164272;-108.798473,way_type=user_defined:way_id=80E -edge,3899,3899;41.68164272;-108.798473:3900;41.6815032;-108.7977988,way_type=user_defined:way_id=80E -edge,3900,3900;41.6815032;-108.7977988:3901;41.6815032;-108.7977988,way_type=user_defined:way_id=80E -edge,3901,3901;41.6815032;-108.7977988:3902;41.6814187;-108.797396,way_type=user_defined:way_id=80E -edge,3902,3902;41.6814187;-108.797396:3903;41.6805444;-108.7931725,way_type=user_defined:way_id=80E -edge,3903,3903;41.6805444;-108.7931725:3904;41.6802086;-108.7915637,way_type=user_defined:way_id=80E -edge,3904,3904;41.6802086;-108.7915637:3905;41.6799472;-108.7902981,way_type=user_defined:way_id=80E -edge,3905,3905;41.6799472;-108.7902981:3906;41.67961752;-108.7887143,way_type=user_defined:way_id=80E -edge,3906,3906;41.67961752;-108.7887143:3907;41.6794282;-108.7878048,way_type=user_defined:way_id=80E -edge,3907,3907;41.6794282;-108.7878048:3908;41.6794282;-108.7878048,way_type=user_defined:way_id=80E -edge,3908,3908;41.6794282;-108.7878048:3909;41.6791044;-108.7862455,way_type=user_defined:way_id=80E -edge,3909,3909;41.6791044;-108.7862455:3910;41.67892912;-108.7854067,way_type=user_defined:way_id=80E -edge,3910,3910;41.67892912;-108.7854067:3911;41.6788622;-108.7850865,way_type=user_defined:way_id=80E -edge,3911,3911;41.6788622;-108.7850865:3912;41.678485;-108.7832656,way_type=user_defined:way_id=80E -edge,3912,3912;41.678485;-108.7832656:3913;41.67834626;-108.7825886,way_type=user_defined:way_id=80E -edge,3913,3913;41.67834626;-108.7825886:3914;41.67834626;-108.7825886,way_type=user_defined:way_id=80E -edge,3914,3914;41.67834626;-108.7825886:3915;41.6778625;-108.7802474,way_type=user_defined:way_id=80E -edge,3915,3915;41.6778625;-108.7802474:3916;41.67772799;-108.7795931,way_type=user_defined:way_id=80E -edge,3916,3916;41.67772799;-108.7795931:3917;41.6772305;-108.7771731,way_type=user_defined:way_id=80E -edge,3917,3917;41.6772305;-108.7771731:3918;41.67703153;-108.7761963,way_type=user_defined:way_id=80E -edge,3918,3918;41.67703153;-108.7761963:3919;41.67703153;-108.7761963,way_type=user_defined:way_id=80E -edge,3919,3919;41.67703153;-108.7761963:3920;41.6769594;-108.7758352,way_type=user_defined:way_id=80E -edge,3920,3920;41.6769594;-108.7758352:3921;41.6768905;-108.7754812,way_type=user_defined:way_id=80E -edge,3921,3921;41.6768905;-108.7754812:3922;41.6767971;-108.7749829,way_type=user_defined:way_id=80E -edge,3922,3922;41.6767971;-108.7749829:3923;41.6767326;-108.7746284,way_type=user_defined:way_id=80E -edge,3923,3923;41.6767326;-108.7746284:3924;41.6766481;-108.7741419,way_type=user_defined:way_id=80E -edge,3924,3924;41.6766481;-108.7741419:3925;41.6765826;-108.7737486,way_type=user_defined:way_id=80E -edge,3925,3925;41.6765826;-108.7737486:3926;41.6764977;-108.7732142,way_type=user_defined:way_id=80E -edge,3926,3926;41.6764977;-108.7732142:3927;41.6764439;-108.772857,way_type=user_defined:way_id=80E -edge,3927,3927;41.6764439;-108.772857:3928;41.6763971;-108.7725275,way_type=user_defined:way_id=80E -edge,3928,3928;41.6763971;-108.7725275:3929;41.6763552;-108.7722148,way_type=user_defined:way_id=80E -edge,3929,3929;41.6763552;-108.7722148:3930;41.6763175;-108.7719209,way_type=user_defined:way_id=80E -edge,3930,3930;41.6763175;-108.7719209:3931;41.6762433;-108.7713134,way_type=user_defined:way_id=80E -edge,3931,3931;41.6762433;-108.7713134:3932;41.6762106;-108.7710282,way_type=user_defined:way_id=80E -edge,3932,3932;41.6762106;-108.7710282:3933;41.676177;-108.770705,way_type=user_defined:way_id=80E -edge,3933,3933;41.676177;-108.770705:3934;41.6761495;-108.7704185,way_type=user_defined:way_id=80E -edge,3934,3934;41.6761495;-108.7704185:3935;41.6761105;-108.7699899,way_type=user_defined:way_id=80E -edge,3935,3935;41.6761105;-108.7699899:3936;41.6760709;-108.7695222,way_type=user_defined:way_id=80E -edge,3936,3936;41.6760709;-108.7695222:3937;41.6760452;-108.7691884,way_type=user_defined:way_id=80E -edge,3937,3937;41.6760452;-108.7691884:3938;41.6759589;-108.7679997,way_type=user_defined:way_id=80E -edge,3938,3938;41.6759589;-108.7679997:3939;41.675856;-108.7666204,way_type=user_defined:way_id=80E -edge,3939,3939;41.675856;-108.7666204:3940;41.6757188;-108.7646697,way_type=user_defined:way_id=80E -edge,3940,3940;41.6757188;-108.7646697:3941;41.6754914;-108.761567,way_type=user_defined:way_id=80E -edge,3941,3941;41.6754914;-108.761567:3942;41.675358;-108.759713,way_type=user_defined:way_id=80E -edge,3942,3942;41.675358;-108.759713:3943;41.6752761;-108.7586311,way_type=user_defined:way_id=80E -edge,3943,3943;41.6752761;-108.7586311:3944;41.675153;-108.7568572,way_type=user_defined:way_id=80E -edge,3944,3944;41.675153;-108.7568572:3945;41.67503339;-108.7552656,way_type=user_defined:way_id=80E -edge,3945,3945;41.67503339;-108.7552656:3946;41.6749916;-108.7547097,way_type=user_defined:way_id=80E -edge,3946,3946;41.6749916;-108.7547097:3947;41.6748681;-108.7529705,way_type=user_defined:way_id=80E -edge,3947,3947;41.6748681;-108.7529705:3948;41.6748227;-108.7523573,way_type=user_defined:way_id=80E -edge,3948,3948;41.6748227;-108.7523573:3949;41.6747507;-108.7513499,way_type=user_defined:way_id=80E -edge,3949,3949;41.6747507;-108.7513499:3950;41.6746859;-108.7504827,way_type=user_defined:way_id=80E -edge,3950,3950;41.6746859;-108.7504827:3951;41.6746195;-108.7495704,way_type=user_defined:way_id=80E -edge,3951,3951;41.6746195;-108.7495704:3952;41.674598;-108.7492582,way_type=user_defined:way_id=80E -edge,3952,3952;41.674598;-108.7492582:3953;41.6745801;-108.748971,way_type=user_defined:way_id=80E -edge,3953,3953;41.6745801;-108.748971:3954;41.6745364;-108.7483454,way_type=user_defined:way_id=80E -edge,3954,3954;41.6745364;-108.7483454:3955;41.6744177;-108.7467093,way_type=user_defined:way_id=80E -edge,3955,3955;41.6744177;-108.7467093:3956;41.6743717;-108.746097,way_type=user_defined:way_id=80E -edge,3956,3956;41.6743717;-108.746097:3957;41.6743334;-108.7456281,way_type=user_defined:way_id=80E -edge,3957,3957;41.6743334;-108.7456281:3958;41.6743025;-108.7453028,way_type=user_defined:way_id=80E -edge,3958,3958;41.6743025;-108.7453028:3959;41.6742747;-108.7450462,way_type=user_defined:way_id=80E -edge,3959,3959;41.6742747;-108.7450462:3960;41.6742343;-108.7447029,way_type=user_defined:way_id=80E -edge,3960,3960;41.6742343;-108.7447029:3961;41.6741909;-108.7443719,way_type=user_defined:way_id=80E -edge,3961,3961;41.6741909;-108.7443719:3962;41.6741455;-108.7440603,way_type=user_defined:way_id=80E -edge,3962,3962;41.6741455;-108.7440603:3963;41.6740995;-108.7437687,way_type=user_defined:way_id=80E -edge,3963,3963;41.6740995;-108.7437687:3964;41.6740473;-108.7434593,way_type=user_defined:way_id=80E -edge,3964,3964;41.6740473;-108.7434593:3965;41.6739952;-108.7431701,way_type=user_defined:way_id=80E -edge,3965,3965;41.6739952;-108.7431701:3966;41.6739628;-108.7430001,way_type=user_defined:way_id=80E -edge,3966,3966;41.6739628;-108.7430001:3967;41.6738832;-108.742597,way_type=user_defined:way_id=80E -edge,3967,3967;41.6738832;-108.742597:3968;41.6738106;-108.7422547,way_type=user_defined:way_id=80E -edge,3968,3968;41.6738106;-108.7422547:3969;41.6737485;-108.7419803,way_type=user_defined:way_id=80E -edge,3969,3969;41.6737485;-108.7419803:3970;41.6736649;-108.7416353,way_type=user_defined:way_id=80E -edge,3970,3970;41.6736649;-108.7416353:3971;41.6736032;-108.7413914,way_type=user_defined:way_id=80E -edge,3971,3971;41.6736032;-108.7413914:3972;41.6735489;-108.7411847,way_type=user_defined:way_id=80E -edge,3972,3972;41.6735489;-108.7411847:3973;41.6734562;-108.7408448,way_type=user_defined:way_id=80E -edge,3973,3973;41.6734562;-108.7408448:3974;41.6733691;-108.7405429,way_type=user_defined:way_id=80E -edge,3974,3974;41.6733691;-108.7405429:3975;41.6732872;-108.7402692,way_type=user_defined:way_id=80E -edge,3975,3975;41.6732872;-108.7402692:3976;41.6732245;-108.7400671,way_type=user_defined:way_id=80E -edge,3976,3976;41.6732245;-108.7400671:3977;41.6731157;-108.7397256,way_type=user_defined:way_id=80E -edge,3977,3977;41.6731157;-108.7397256:3978;41.6730113;-108.7394114,way_type=user_defined:way_id=80E -edge,3978,3978;41.6730113;-108.7394114:3979;41.6729184;-108.7391421,way_type=user_defined:way_id=80E -edge,3979,3979;41.6729184;-108.7391421:3980;41.6728211;-108.738875,way_type=user_defined:way_id=80E -edge,3980,3980;41.6728211;-108.738875:3981;41.6727125;-108.7385933,way_type=user_defined:way_id=80E -edge,3981,3981;41.6727125;-108.7385933:3982;41.6726079;-108.7383301,way_type=user_defined:way_id=80E -edge,3982,3982;41.6726079;-108.7383301:3983;41.672505;-108.7380764,way_type=user_defined:way_id=80E -edge,3983,3983;41.672505;-108.7380764:3984;41.6723863;-108.7377902,way_type=user_defined:way_id=80E -edge,3984,3984;41.6723863;-108.7377902:3985;41.6722641;-108.7375071,way_type=user_defined:way_id=80E -edge,3985,3985;41.6722641;-108.7375071:3986;41.6721527;-108.737259,way_type=user_defined:way_id=80E -edge,3986,3986;41.6721527;-108.737259:3987;41.6720382;-108.7370141,way_type=user_defined:way_id=80E -edge,3987,3987;41.6720382;-108.7370141:3988;41.6719088;-108.7367474,way_type=user_defined:way_id=80E -edge,3988,3988;41.6719088;-108.7367474:3989;41.6717681;-108.7364679,way_type=user_defined:way_id=80E -edge,3989,3989;41.6717681;-108.7364679:3990;41.6716447;-108.7362304,way_type=user_defined:way_id=80E -edge,3990,3990;41.6716447;-108.7362304:3991;41.6715637;-108.7360783,way_type=user_defined:way_id=80E -edge,3991,3991;41.6715637;-108.7360783:3992;41.6713748;-108.7357306,way_type=user_defined:way_id=80E -edge,3992,3992;41.6713748;-108.7357306:3993;41.6712443;-108.7354989,way_type=user_defined:way_id=80E -edge,3993,3993;41.6712443;-108.7354989:3994;41.6710939;-108.73524,way_type=user_defined:way_id=80E -edge,3994,3994;41.6710939;-108.73524:3995;41.6709582;-108.7350131,way_type=user_defined:way_id=80E -edge,3995,3995;41.6709582;-108.7350131:3996;41.6708027;-108.7347594,way_type=user_defined:way_id=80E -edge,3996,3996;41.6708027;-108.7347594:3997;41.6706624;-108.7345378,way_type=user_defined:way_id=80E -edge,3997,3997;41.6706624;-108.7345378:3998;41.670497;-108.7342831,way_type=user_defined:way_id=80E -edge,3998,3998;41.670497;-108.7342831:3999;41.6694188;-108.7326512,way_type=user_defined:way_id=80E -edge,3999,3999;41.6694188;-108.7326512:4000;41.6674231;-108.7296128,way_type=user_defined:way_id=80E -edge,4000,4000;41.6674231;-108.7296128:4001;41.6649081;-108.725808,way_type=user_defined:way_id=80E -edge,4001,4001;41.6649081;-108.725808:4002;41.6644859;-108.7251657,way_type=user_defined:way_id=80E -edge,4002,4002;41.6644859;-108.7251657:4003;41.6636392;-108.7238892,way_type=user_defined:way_id=80E -edge,4003,4003;41.6636392;-108.7238892:4004;41.6627069;-108.7224793,way_type=user_defined:way_id=80E -edge,4004,4004;41.6627069;-108.7224793:4005;41.662238;-108.7217645,way_type=user_defined:way_id=80E -edge,4005,4005;41.662238;-108.7217645:4006;41.6616247;-108.7208381,way_type=user_defined:way_id=80E -edge,4006,4006;41.6616247;-108.7208381:4007;41.661318;-108.7203713,way_type=user_defined:way_id=80E -edge,4007,4007;41.661318;-108.7203713:4008;41.6602713;-108.7187861,way_type=user_defined:way_id=80E -edge,4008,4008;41.6602713;-108.7187861:4009;41.6595188;-108.7176539,way_type=user_defined:way_id=80E -edge,4009,4009;41.6595188;-108.7176539:4010;41.6589235;-108.7167534,way_type=user_defined:way_id=80E -edge,4010,4010;41.6589235;-108.7167534:4011;41.6586005;-108.7162687,way_type=user_defined:way_id=80E -edge,4011,4011;41.6586005;-108.7162687:4012;41.6578645;-108.7151481,way_type=user_defined:way_id=80E -edge,4012,4012;41.6578645;-108.7151481:4013;41.6572713;-108.7142483,way_type=user_defined:way_id=80E -edge,4013,4013;41.6572713;-108.7142483:4014;41.6563516;-108.7128599,way_type=user_defined:way_id=80E -edge,4014,4014;41.6563516;-108.7128599:4015;41.6558641;-108.7121291,way_type=user_defined:way_id=80E -edge,4015,4015;41.6558641;-108.7121291:4016;41.6552461;-108.7111923,way_type=user_defined:way_id=80E -edge,4016,4016;41.6552461;-108.7111923:4017;41.6551061;-108.7109773,way_type=user_defined:way_id=80E -edge,4017,4017;41.6551061;-108.7109773:4018;41.65508736;-108.7109481,way_type=user_defined:way_id=80E -edge,4018,4018;41.65508736;-108.7109481:4019;41.6549503;-108.7107346,way_type=user_defined:way_id=80E -edge,4019,4019;41.6549503;-108.7107346:4020;41.6548096;-108.7105119,way_type=user_defined:way_id=80E -edge,4020,4020;41.6548096;-108.7105119:4021;41.6546528;-108.7102571,way_type=user_defined:way_id=80E -edge,4021,4021;41.6546528;-108.7102571:4022;41.6543656;-108.7097786,way_type=user_defined:way_id=80E -edge,4022,4022;41.6543656;-108.7097786:4023;41.6540777;-108.7092903,way_type=user_defined:way_id=80E -edge,4023,4023;41.6540777;-108.7092903:4024;41.6539272;-108.7090299,way_type=user_defined:way_id=80E -edge,4024,4024;41.6539272;-108.7090299:4025;41.6536526;-108.7085418,way_type=user_defined:way_id=80E -edge,4025,4025;41.6536526;-108.7085418:4026;41.6535236;-108.7083071,way_type=user_defined:way_id=80E -edge,4026,4026;41.6535236;-108.7083071:4027;41.6533953;-108.7080695,way_type=user_defined:way_id=80E -edge,4027,4027;41.6533953;-108.7080695:4028;41.6532549;-108.7078057,way_type=user_defined:way_id=80E -edge,4028,4028;41.6532549;-108.7078057:4029;41.6530943;-108.7074998,way_type=user_defined:way_id=80E -edge,4029,4029;41.6530943;-108.7074998:4030;41.6529913;-108.7073015,way_type=user_defined:way_id=80E -edge,4030,4030;41.6529913;-108.7073015:4031;41.6528546;-108.7070335,way_type=user_defined:way_id=80E -edge,4031,4031;41.6528546;-108.7070335:4032;41.6526097;-108.7065415,way_type=user_defined:way_id=80E -edge,4032,4032;41.6526097;-108.7065415:4033;41.652447;-108.7062049,way_type=user_defined:way_id=80E -edge,4033,4033;41.652447;-108.7062049:4034;41.6523324;-108.7059629,way_type=user_defined:way_id=80E -edge,4034,4034;41.6523324;-108.7059629:4035;41.6521313;-108.7055319,way_type=user_defined:way_id=80E -edge,4035,4035;41.6521313;-108.7055319:4036;41.6520035;-108.7052556,way_type=user_defined:way_id=80E -edge,4036,4036;41.6520035;-108.7052556:4037;41.6518765;-108.7049759,way_type=user_defined:way_id=80E -edge,4037,4037;41.6518765;-108.7049759:4038;41.6516409;-108.7044443,way_type=user_defined:way_id=80E -edge,4038,4038;41.6516409;-108.7044443:4039;41.6515184;-108.7041594,way_type=user_defined:way_id=80E -edge,4039,4039;41.6515184;-108.7041594:4040;41.6514155;-108.7039133,way_type=user_defined:way_id=80E -edge,4040,4040;41.6514155;-108.7039133:4041;41.6513076;-108.70365,way_type=user_defined:way_id=80E -edge,4041,4041;41.6513076;-108.70365:4042;41.65118;-108.7033348,way_type=user_defined:way_id=80E -edge,4042,4042;41.65118;-108.7033348:4043;41.6510752;-108.7030704,way_type=user_defined:way_id=80E -edge,4043,4043;41.6510752;-108.7030704:4044;41.6508763;-108.7025538,way_type=user_defined:way_id=80E -edge,4044,4044;41.6508763;-108.7025538:4045;41.6506591;-108.7019715,way_type=user_defined:way_id=80E -edge,4045,4045;41.6506591;-108.7019715:4046;41.6505605;-108.701701,way_type=user_defined:way_id=80E -edge,4046,4046;41.6505605;-108.701701:4047;41.6504698;-108.7014455,way_type=user_defined:way_id=80E -edge,4047,4047;41.6504698;-108.7014455:4048;41.6503573;-108.7011197,way_type=user_defined:way_id=80E -edge,4048,4048;41.6503573;-108.7011197:4049;41.650265;-108.7008453,way_type=user_defined:way_id=80E -edge,4049,4049;41.650265;-108.7008453:4050;41.6501771;-108.7005787,way_type=user_defined:way_id=80E -edge,4050,4050;41.6501771;-108.7005787:4051;41.6500597;-108.7002174,way_type=user_defined:way_id=80E -edge,4051,4051;41.6500597;-108.7002174:4052;41.6499289;-108.6998072,way_type=user_defined:way_id=80E -edge,4052,4052;41.6499289;-108.6998072:4053;41.6498066;-108.6994171,way_type=user_defined:way_id=80E -edge,4053,4053;41.6498066;-108.6994171:4054;41.6497221;-108.699142,way_type=user_defined:way_id=80E -edge,4054,4054;41.6497221;-108.699142:4055;41.6496312;-108.6988395,way_type=user_defined:way_id=80E -edge,4055,4055;41.6496312;-108.6988395:4056;41.6495608;-108.6985989,way_type=user_defined:way_id=80E -edge,4056,4056;41.6495608;-108.6985989:4057;41.6493989;-108.6980274,way_type=user_defined:way_id=80E -edge,4057,4057;41.6493989;-108.6980274:4058;41.6492963;-108.6976526,way_type=user_defined:way_id=80E -edge,4058,4058;41.6492963;-108.6976526:4059;41.649161;-108.6971409,way_type=user_defined:way_id=80E -edge,4059,4059;41.649161;-108.6971409:4060;41.6490192;-108.6965811,way_type=user_defined:way_id=80E -edge,4060,4060;41.6490192;-108.6965811:4061;41.6489448;-108.6962722,way_type=user_defined:way_id=80E -edge,4061,4061;41.6489448;-108.6962722:4062;41.6488791;-108.6959899,way_type=user_defined:way_id=80E -edge,4062,4062;41.6488791;-108.6959899:4063;41.6487486;-108.6954151,way_type=user_defined:way_id=80E -edge,4063,4063;41.6487486;-108.6954151:4064;41.6486198;-108.6948188,way_type=user_defined:way_id=80E -edge,4064,4064;41.6486198;-108.6948188:4065;41.648554;-108.6944964,way_type=user_defined:way_id=80E -edge,4065,4065;41.648554;-108.6944964:4066;41.6484942;-108.6941896,way_type=user_defined:way_id=80E -edge,4066,4066;41.6484942;-108.6941896:4067;41.6483944;-108.6936603,way_type=user_defined:way_id=80E -edge,4067,4067;41.6483944;-108.6936603:4068;41.6483357;-108.6933443,way_type=user_defined:way_id=80E -edge,4068,4068;41.6483357;-108.6933443:4069;41.6482791;-108.6930285,way_type=user_defined:way_id=80E -edge,4069,4069;41.6482791;-108.6930285:4070;41.6482291;-108.6927393,way_type=user_defined:way_id=80E -edge,4070,4070;41.6482291;-108.6927393:4071;41.6481811;-108.692449,way_type=user_defined:way_id=80E -edge,4071,4071;41.6481811;-108.692449:4072;41.6480863;-108.6918474,way_type=user_defined:way_id=80E -edge,4072,4072;41.6480863;-108.6918474:4073;41.6480395;-108.6915358,way_type=user_defined:way_id=80E -edge,4073,4073;41.6480395;-108.6915358:4074;41.6480041;-108.6912895,way_type=user_defined:way_id=80E -edge,4074,4074;41.6480041;-108.6912895:4075;41.6479546;-108.6909285,way_type=user_defined:way_id=80E -edge,4075,4075;41.6479546;-108.6909285:4076;41.6478773;-108.6903169,way_type=user_defined:way_id=80E -edge,4076,4076;41.6478773;-108.6903169:4077;41.6478354;-108.6899675,way_type=user_defined:way_id=80E -edge,4077,4077;41.6478354;-108.6899675:4078;41.64778548;-108.6895294,way_type=user_defined:way_id=80E -edge,4078,4078;41.64778548;-108.6895294:4079;41.6477367;-108.68907,way_type=user_defined:way_id=80E -edge,4079,4079;41.6477367;-108.68907:4080;41.6477115;-108.6888089,way_type=user_defined:way_id=80E -edge,4080,4080;41.6477115;-108.6888089:4081;41.6476803;-108.688464,way_type=user_defined:way_id=80E -edge,4081,4081;41.6476803;-108.688464:4082;41.6476057;-108.6875483,way_type=user_defined:way_id=80E -edge,4082,4082;41.6476057;-108.6875483:4083;41.6475845;-108.6872589,way_type=user_defined:way_id=80E -edge,4083,4083;41.6475845;-108.6872589:4084;41.6475631;-108.686932,way_type=user_defined:way_id=80E -edge,4084,4084;41.6475631;-108.686932:4085;41.6475451;-108.6866139,way_type=user_defined:way_id=80E -edge,4085,4085;41.6475451;-108.6866139:4086;41.6475301;-108.6863149,way_type=user_defined:way_id=80E -edge,4086,4086;41.6475301;-108.6863149:4087;41.64752671;-108.6862378,way_type=user_defined:way_id=80E -edge,4087,4087;41.64752671;-108.6862378:4088;41.6475033;-108.6857059,way_type=user_defined:way_id=80E -edge,4088,4088;41.6475033;-108.6857059:4089;41.64749186;-108.6853821,way_type=user_defined:way_id=80E -edge,4089,4089;41.64749186;-108.6853821:4090;41.64748202;-108.6850529,way_type=user_defined:way_id=80E -edge,4090,4090;41.64748202;-108.6850529:4091;41.64748202;-108.6850529,way_type=user_defined:way_id=80E -edge,4091,4091;41.64748202;-108.6850529:4092;41.64736789;-108.6809347,way_type=user_defined:way_id=80E -edge,4092,4092;41.64736789;-108.6809347:4093;41.6472438;-108.6764571,way_type=user_defined:way_id=80E -edge,4093,4093;41.6472438;-108.6764571:4094;41.6472438;-108.6764571,way_type=user_defined:way_id=80E -edge,4094,4094;41.6472438;-108.6764571:4095;41.64718636;-108.6743388,way_type=user_defined:way_id=80E -edge,4095,4095;41.64718636;-108.6743388:4096;41.647165;-108.6734672,way_type=user_defined:way_id=80E -edge,4096,4096;41.647165;-108.6734672:4097;41.64714967;-108.6729776,way_type=user_defined:way_id=80E -edge,4097,4097;41.64714967;-108.6729776:4098;41.64713987;-108.6726098,way_type=user_defined:way_id=80E -edge,4098,4098;41.64713987;-108.6726098:4099;41.6470716;-108.6700484,way_type=user_defined:way_id=80E -edge,4099,4099;41.6470716;-108.6700484:4100;41.64702402;-108.6683432,way_type=user_defined:way_id=80E -edge,4100,4100;41.64702402;-108.6683432:4101;41.64702402;-108.6683432,way_type=user_defined:way_id=80E -edge,4101,4101;41.64702402;-108.6683432:4102;41.64693965;-108.6651859,way_type=user_defined:way_id=80E -edge,4102,4102;41.64693965;-108.6651859:4103;41.64668105;-108.6555094,way_type=user_defined:way_id=80E -edge,4103,4103;41.64668105;-108.6555094:4104;41.64666696;-108.655258,way_type=user_defined:way_id=80E -edge,4104,4104;41.64666696;-108.655258:4105;41.64666696;-108.655258,way_type=user_defined:way_id=80E -edge,4105,4105;41.64666696;-108.655258:4106;41.6466335;-108.6540863,way_type=user_defined:way_id=80E -edge,4106,4106;41.6466335;-108.6540863:4107;41.6466269;-108.6537672,way_type=user_defined:way_id=80E -edge,4107,4107;41.6466269;-108.6537672:4108;41.6466233;-108.6534679,way_type=user_defined:way_id=80E -edge,4108,4108;41.6466233;-108.6534679:4109;41.6466221;-108.6531493,way_type=user_defined:way_id=80E -edge,4109,4109;41.6466221;-108.6531493:4110;41.6466229;-108.6528126,way_type=user_defined:way_id=80E -edge,4110,4110;41.6466229;-108.6528126:4111;41.646626;-108.6524648,way_type=user_defined:way_id=80E -edge,4111,4111;41.646626;-108.6524648:4112;41.6466331;-108.6519146,way_type=user_defined:way_id=80E -edge,4112,4112;41.6466331;-108.6519146:4113;41.6466401;-108.651587,way_type=user_defined:way_id=80E -edge,4113,4113;41.6466401;-108.651587:4114;41.6466567;-108.6509795,way_type=user_defined:way_id=80E -edge,4114,4114;41.6466567;-108.6509795:4115;41.6466703;-108.6505753,way_type=user_defined:way_id=80E -edge,4115,4115;41.6466703;-108.6505753:4116;41.6466899;-108.6500665,way_type=user_defined:way_id=80E -edge,4116,4116;41.6466899;-108.6500665:4117;41.6467058;-108.6497412,way_type=user_defined:way_id=80E -edge,4117,4117;41.6467058;-108.6497412:4118;41.6467227;-108.6494447,way_type=user_defined:way_id=80E -edge,4118,4118;41.6467227;-108.6494447:4119;41.6467424;-108.6491292,way_type=user_defined:way_id=80E -edge,4119,4119;41.6467424;-108.6491292:4120;41.6467626;-108.6488332,way_type=user_defined:way_id=80E -edge,4120,4120;41.6467626;-108.6488332:4121;41.6467869;-108.6485092,way_type=user_defined:way_id=80E -edge,4121,4121;41.6467869;-108.6485092:4122;41.6468378;-108.6478966,way_type=user_defined:way_id=80E -edge,4122,4122;41.6468378;-108.6478966:4123;41.6469841;-108.6462657,way_type=user_defined:way_id=80E -edge,4123,4123;41.6469841;-108.6462657:4124;41.6471293;-108.6446882,way_type=user_defined:way_id=80E -edge,4124,4124;41.6471293;-108.6446882:4125;41.6471978;-108.6439287,way_type=user_defined:way_id=80E -edge,4125,4125;41.6471978;-108.6439287:4126;41.6474009;-108.6417379,way_type=user_defined:way_id=80E -edge,4126,4126;41.6474009;-108.6417379:4127;41.6475251;-108.6403679,way_type=user_defined:way_id=80E -edge,4127,4127;41.6475251;-108.6403679:4128;41.6477309;-108.6381317,way_type=user_defined:way_id=80E -edge,4128,4128;41.6477309;-108.6381317:4129;41.6478573;-108.6367276,way_type=user_defined:way_id=80E -edge,4129,4129;41.6478573;-108.6367276:4130;41.647982;-108.6353932,way_type=user_defined:way_id=80E -edge,4130,4130;41.647982;-108.6353932:4131;41.6481773;-108.6332557,way_type=user_defined:way_id=80E -edge,4131,4131;41.6481773;-108.6332557:4132;41.648223;-108.6327555,way_type=user_defined:way_id=80E -edge,4132,4132;41.648223;-108.6327555:4133;41.648223;-108.6327555,way_type=user_defined:way_id=80E -edge,4133,4133;41.648223;-108.6327555:4134;41.6484107;-108.6307359,way_type=user_defined:way_id=80E -edge,4134,4134;41.6484107;-108.6307359:4135;41.64856361;-108.6290599,way_type=user_defined:way_id=80E -edge,4135,4135;41.64856361;-108.6290599:4136;41.6486569;-108.6280374,way_type=user_defined:way_id=80E -edge,4136,4136;41.6486569;-108.6280374:4137;41.64872618;-108.6273122,way_type=user_defined:way_id=80E -edge,4137,4137;41.64872618;-108.6273122:4138;41.64872618;-108.6273122,way_type=user_defined:way_id=80E -edge,4138,4138;41.64872618;-108.6273122:4139;41.6488319;-108.6261873,way_type=user_defined:way_id=80E -edge,4139,4139;41.6488319;-108.6261873:4140;41.6489159;-108.6252582,way_type=user_defined:way_id=80E -edge,4140,4140;41.6489159;-108.6252582:4141;41.64892004;-108.6252136,way_type=user_defined:way_id=80E -edge,4141,4141;41.64892004;-108.6252136:4142;41.6490876;-108.6234117,way_type=user_defined:way_id=80E -edge,4142,4142;41.6490876;-108.6234117:4143;41.6491646;-108.6225526,way_type=user_defined:way_id=80E -edge,4143,4143;41.6491646;-108.6225526:4144;41.6492502;-108.6215771,way_type=user_defined:way_id=80E -edge,4144,4144;41.6492502;-108.6215771:4145;41.6492502;-108.6215771,way_type=user_defined:way_id=80E -edge,4145,4145;41.6492502;-108.6215771:4146;41.649369;-108.6202497,way_type=user_defined:way_id=80E -edge,4146,4146;41.649369;-108.6202497:4147;41.649411;-108.6197629,way_type=user_defined:way_id=80E -edge,4147,4147;41.649411;-108.6197629:4148;41.649458;-108.6191507,way_type=user_defined:way_id=80E -edge,4148,4148;41.649458;-108.6191507:4149;41.6494797;-108.6188342,way_type=user_defined:way_id=80E -edge,4149,4149;41.6494797;-108.6188342:4150;41.6495167;-108.6182187,way_type=user_defined:way_id=80E -edge,4150,4150;41.6495167;-108.6182187:4151;41.64952678;-108.618003,way_type=user_defined:way_id=80E -edge,4151,4151;41.64952678;-108.618003:4152;41.6495472;-108.6175657,way_type=user_defined:way_id=80E -edge,4152,4152;41.6495472;-108.6175657:4153;41.6495573;-108.6173139,way_type=user_defined:way_id=80E -edge,4153,4153;41.6495573;-108.6173139:4154;41.6495671;-108.6170164,way_type=user_defined:way_id=80E -edge,4154,4154;41.6495671;-108.6170164:4155;41.6495752;-108.6166901,way_type=user_defined:way_id=80E -edge,4155,4155;41.6495752;-108.6166901:4156;41.6495813;-108.6163256,way_type=user_defined:way_id=80E -edge,4156,4156;41.6495813;-108.6163256:4157;41.6495898;-108.6154621,way_type=user_defined:way_id=80E -edge,4157,4157;41.6495898;-108.6154621:4158;41.6495903;-108.6151644,way_type=user_defined:way_id=80E -edge,4158,4158;41.6495903;-108.6151644:4159;41.6495881;-108.6147636,way_type=user_defined:way_id=80E -edge,4159,4159;41.6495881;-108.6147636:4160;41.6495859;-108.6145207,way_type=user_defined:way_id=80E -edge,4160,4160;41.6495859;-108.6145207:4161;41.6495808;-108.6141854,way_type=user_defined:way_id=80E -edge,4161,4161;41.6495808;-108.6141854:4162;41.6495722;-108.6138277,way_type=user_defined:way_id=80E -edge,4162,4162;41.6495722;-108.6138277:4163;41.6495566;-108.6133165,way_type=user_defined:way_id=80E -edge,4163,4163;41.6495566;-108.6133165:4164;41.6495438;-108.6129892,way_type=user_defined:way_id=80E -edge,4164,4164;41.6495438;-108.6129892:4165;41.6495298;-108.612691,way_type=user_defined:way_id=80E -edge,4165,4165;41.6495298;-108.612691:4166;41.6495132;-108.612374,way_type=user_defined:way_id=80E -edge,4166,4166;41.6495132;-108.612374:4167;41.6494965;-108.6120862,way_type=user_defined:way_id=80E -edge,4167,4167;41.6494965;-108.6120862:4168;41.6494587;-108.6115013,way_type=user_defined:way_id=80E -edge,4168,4168;41.6494587;-108.6115013:4169;41.6494334;-108.6111396,way_type=user_defined:way_id=80E -edge,4169,4169;41.6494334;-108.6111396:4170;41.6494119;-108.6108533,way_type=user_defined:way_id=80E -edge,4170,4170;41.6494119;-108.6108533:4171;41.6493824;-108.6104908,way_type=user_defined:way_id=80E -edge,4171,4171;41.6493824;-108.6104908:4172;41.6493607;-108.6102428,way_type=user_defined:way_id=80E -edge,4172,4172;41.6493607;-108.6102428:4173;41.6493322;-108.6099473,way_type=user_defined:way_id=80E -edge,4173,4173;41.6493322;-108.6099473:4174;41.6492679;-108.6093364,way_type=user_defined:way_id=80E -edge,4174,4174;41.6492679;-108.6093364:4175;41.6491969;-108.6087255,way_type=user_defined:way_id=80E -edge,4175,4175;41.6491969;-108.6087255:4176;41.6490863;-108.6078387,way_type=user_defined:way_id=80E -edge,4176,4176;41.6490863;-108.6078387:4177;41.6489216;-108.6065734,way_type=user_defined:way_id=80E -edge,4177,4177;41.6489216;-108.6065734:4178;41.6488076;-108.6056824,way_type=user_defined:way_id=80E -edge,4178,4178;41.6488076;-108.6056824:4179;41.6486806;-108.6046746,way_type=user_defined:way_id=80E -edge,4179,4179;41.6486806;-108.6046746:4180;41.6485198;-108.6034293,way_type=user_defined:way_id=80E -edge,4180,4180;41.6485198;-108.6034293:4181;41.6482817;-108.6015328,way_type=user_defined:way_id=80E -edge,4181,4181;41.6482817;-108.6015328:4182;41.6481231;-108.6003006,way_type=user_defined:way_id=80E -edge,4182,4182;41.6481231;-108.6003006:4183;41.6480369;-108.5996129,way_type=user_defined:way_id=80E -edge,4183,4183;41.6480369;-108.5996129:4184;41.6479231;-108.5987255,way_type=user_defined:way_id=80E -edge,4184,4184;41.6479231;-108.5987255:4185;41.6477738;-108.5975414,way_type=user_defined:way_id=80E -edge,4185,4185;41.6477738;-108.5975414:4186;41.6476709;-108.5967643,way_type=user_defined:way_id=80E -edge,4186,4186;41.6476709;-108.5967643:4187;41.647514;-108.5955051,way_type=user_defined:way_id=80E -edge,4187,4187;41.647514;-108.5955051:4188;41.6474434;-108.5949701,way_type=user_defined:way_id=80E -edge,4188,4188;41.6474434;-108.5949701:4189;41.6471434;-108.5926152,way_type=user_defined:way_id=80E -edge,4189,4189;41.6471434;-108.5926152:4190;41.6469686;-108.5912711,way_type=user_defined:way_id=80E -edge,4190,4190;41.6469686;-108.5912711:4191;41.6467253;-108.5893354,way_type=user_defined:way_id=80E -edge,4191,4191;41.6467253;-108.5893354:4192;41.6464765;-108.5874087,way_type=user_defined:way_id=80E -edge,4192,4192;41.6464765;-108.5874087:4193;41.6463341;-108.5862659,way_type=user_defined:way_id=80E -edge,4193,4193;41.6463341;-108.5862659:4194;41.646037;-108.583976,way_type=user_defined:way_id=80E -edge,4194,4194;41.646037;-108.583976:4195;41.64592039;-108.5830477,way_type=user_defined:way_id=80E -edge,4195,4195;41.64592039;-108.5830477:4196;41.64588021;-108.5827687,way_type=user_defined:way_id=80E -edge,4196,4196;41.64588021;-108.5827687:4197;41.64587074;-108.5826895,way_type=user_defined:way_id=80E -edge,4197,4197;41.64587074;-108.5826895:4198;41.645804;-108.582131,way_type=user_defined:way_id=80E -edge,4198,4198;41.645804;-108.582131:4199;41.645804;-108.582131,way_type=user_defined:way_id=80E -edge,4199,4199;41.645804;-108.582131:4200;41.6455321;-108.5799482,way_type=user_defined:way_id=80E -edge,4200,4200;41.6455321;-108.5799482:4201;41.6454918;-108.5795954,way_type=user_defined:way_id=80E -edge,4201,4201;41.6454918;-108.5795954:4202;41.645464;-108.5793366,way_type=user_defined:way_id=80E -edge,4202,4202;41.645464;-108.5793366:4203;41.6454321;-108.5790224,way_type=user_defined:way_id=80E -edge,4203,4203;41.6454321;-108.5790224:4204;41.6454001;-108.5786908,way_type=user_defined:way_id=80E -edge,4204,4204;41.6454001;-108.5786908:4205;41.6453734;-108.5783953,way_type=user_defined:way_id=80E -edge,4205,4205;41.6453734;-108.5783953:4206;41.64536645;-108.5783135,way_type=user_defined:way_id=80E -edge,4206,4206;41.64536645;-108.5783135:4207;41.645322;-108.5777907,way_type=user_defined:way_id=80E -edge,4207,4207;41.645322;-108.5777907:4208;41.6453015;-108.5775108,way_type=user_defined:way_id=80E -edge,4208,4208;41.6453015;-108.5775108:4209;41.6452801;-108.5771746,way_type=user_defined:way_id=80E -edge,4209,4209;41.6452801;-108.5771746:4210;41.64524273;-108.5764946,way_type=user_defined:way_id=80E -edge,4210,4210;41.64524273;-108.5764946:4211;41.64524273;-108.5764946,way_type=user_defined:way_id=80E -edge,4211,4211;41.64524273;-108.5764946:4212;41.64513555;-108.5746507,way_type=user_defined:way_id=80E -edge,4212,4212;41.64513555;-108.5746507:4213;41.6451055;-108.5741338,way_type=user_defined:way_id=80E -edge,4213,4213;41.6451055;-108.5741338:4214;41.6449968;-108.5723596,way_type=user_defined:way_id=80E -edge,4214,4214;41.6449968;-108.5723596:4215;41.6449968;-108.5723596,way_type=user_defined:way_id=80E -edge,4215,4215;41.6449968;-108.5723596:4216;41.64496852;-108.571874,way_type=user_defined:way_id=80E -edge,4216,4216;41.64496852;-108.571874:4217;41.64496852;-108.571874,way_type=user_defined:way_id=80E -edge,4217,4217;41.64496852;-108.571874:4218;41.64486202;-108.5700726,way_type=user_defined:way_id=80E -edge,4218,4218;41.64486202;-108.5700726:4219;41.64484951;-108.569861,way_type=user_defined:way_id=80E -edge,4219,4219;41.64484951;-108.569861:4220;41.64474122;-108.5681013,way_type=user_defined:way_id=80E -edge,4220,4220;41.64474122;-108.5681013:4221;41.644653;-108.5665722,way_type=user_defined:way_id=80E -edge,4221,4221;41.644653;-108.5665722:4222;41.64455579;-108.5650224,way_type=user_defined:way_id=80E -edge,4222,4222;41.64455579;-108.5650224:4223;41.6444979;-108.5640575,way_type=user_defined:way_id=80E -edge,4223,4223;41.6444979;-108.5640575:4224;41.6444979;-108.5640575,way_type=user_defined:way_id=80E -edge,4224,4224;41.6444979;-108.5640575:4225;41.64443203;-108.5628948,way_type=user_defined:way_id=80E -edge,4225,4225;41.64443203;-108.5628948:4226;41.6443853;-108.5621715,way_type=user_defined:way_id=80E -edge,4226,4226;41.6443853;-108.5621715:4227;41.6442925;-108.5605853,way_type=user_defined:way_id=80E -edge,4227,4227;41.6442925;-108.5605853:4228;41.6442404;-108.5597582,way_type=user_defined:way_id=80E -edge,4228,4228;41.6442404;-108.5597582:4229;41.6441674;-108.5585646,way_type=user_defined:way_id=80E -edge,4229,4229;41.6441674;-108.5585646:4230;41.6441065;-108.5575077,way_type=user_defined:way_id=80E -edge,4230,4230;41.6441065;-108.5575077:4231;41.6440492;-108.556559,way_type=user_defined:way_id=80E -edge,4231,4231;41.6440492;-108.556559:4232;41.6439951;-108.5556199,way_type=user_defined:way_id=80E -edge,4232,4232;41.6439951;-108.5556199:4233;41.6438829;-108.5537304,way_type=user_defined:way_id=80E -edge,4233,4233;41.6438829;-108.5537304:4234;41.6436648;-108.5501348,way_type=user_defined:way_id=80E -edge,4234,4234;41.6436648;-108.5501348:4235;41.6435231;-108.5477091,way_type=user_defined:way_id=80E -edge,4235,4235;41.6435231;-108.5477091:4236;41.64346;-108.5467281,way_type=user_defined:way_id=80E -edge,4236,4236;41.64346;-108.5467281:4237;41.6433838;-108.5454632,way_type=user_defined:way_id=80E -edge,4237,4237;41.6433838;-108.5454632:4238;41.6433209;-108.5443394,way_type=user_defined:way_id=80E -edge,4238,4238;41.6433209;-108.5443394:4239;41.6432184;-108.5427065,way_type=user_defined:way_id=80E -edge,4239,4239;41.6432184;-108.5427065:4240;41.6431084;-108.5408581,way_type=user_defined:way_id=80E -edge,4240,4240;41.6431084;-108.5408581:4241;41.6430427;-108.5398023,way_type=user_defined:way_id=80E -edge,4241,4241;41.6430427;-108.5398023:4242;41.6429739;-108.538673,way_type=user_defined:way_id=80E -edge,4242,4242;41.6429739;-108.538673:4243;41.6428855;-108.5371876,way_type=user_defined:way_id=80E -edge,4243,4243;41.6428855;-108.5371876:4244;41.6428272;-108.5362499,way_type=user_defined:way_id=80E -edge,4244,4244;41.6428272;-108.5362499:4245;41.6427739;-108.5353129,way_type=user_defined:way_id=80E -edge,4245,4245;41.6427739;-108.5353129:4246;41.6426478;-108.5332131,way_type=user_defined:way_id=80E -edge,4246,4246;41.6426478;-108.5332131:4247;41.6425892;-108.5322685,way_type=user_defined:way_id=80E -edge,4247,4247;41.6425892;-108.5322685:4248;41.6425324;-108.5313244,way_type=user_defined:way_id=80E -edge,4248,4248;41.6425324;-108.5313244:4249;41.6424261;-108.5295145,way_type=user_defined:way_id=80E -edge,4249,4249;41.6424261;-108.5295145:4250;41.6423497;-108.5282825,way_type=user_defined:way_id=80E -edge,4250,4250;41.6423497;-108.5282825:4251;41.6421208;-108.5244092,way_type=user_defined:way_id=80E -edge,4251,4251;41.6421208;-108.5244092:4252;41.6419831;-108.5221187,way_type=user_defined:way_id=80E -edge,4252,4252;41.6419831;-108.5221187:4253;41.6418875;-108.5205941,way_type=user_defined:way_id=80E -edge,4253,4253;41.6418875;-108.5205941:4254;41.6417981;-108.5190741,way_type=user_defined:way_id=80E -edge,4254,4254;41.6417981;-108.5190741:4255;41.64170739;-108.5176213,way_type=user_defined:way_id=80E -edge,4255,4255;41.64170739;-108.5176213:4256;41.64167851;-108.5171246,way_type=user_defined:way_id=80E -edge,4256,4256;41.64167851;-108.5171246:4257;41.6416495;-108.5166258,way_type=user_defined:way_id=80E -edge,4257,4257;41.6416495;-108.5166258:4258;41.6415837;-108.5155247,way_type=user_defined:way_id=80E -edge,4258,4258;41.6415837;-108.5155247:4259;41.641424;-108.512903,way_type=user_defined:way_id=80E -edge,4259,4259;41.641424;-108.512903:4260;41.6413074;-108.5109403,way_type=user_defined:way_id=80E -edge,4260,4260;41.6413074;-108.5109403:4261;41.6412451;-108.5099275,way_type=user_defined:way_id=80E -edge,4261,4261;41.6412451;-108.5099275:4262;41.6411324;-108.5080058,way_type=user_defined:way_id=80E -edge,4262,4262;41.6411324;-108.5080058:4263;41.6410773;-108.5070973,way_type=user_defined:way_id=80E -edge,4263,4263;41.6410773;-108.5070973:4264;41.641005;-108.5059439,way_type=user_defined:way_id=80E -edge,4264,4264;41.641005;-108.5059439:4265;41.640854;-108.5034014,way_type=user_defined:way_id=80E -edge,4265,4265;41.640854;-108.5034014:4266;41.6407573;-108.501849,way_type=user_defined:way_id=80E -edge,4266,4266;41.6407573;-108.501849:4267;41.6405123;-108.4978119,way_type=user_defined:way_id=80E -edge,4267,4267;41.6405123;-108.4978119:4268;41.6404603;-108.4969747,way_type=user_defined:way_id=80E -edge,4268,4268;41.6404603;-108.4969747:4269;41.6404052;-108.4960374,way_type=user_defined:way_id=80E -edge,4269,4269;41.6404052;-108.4960374:4270;41.640327;-108.4947719,way_type=user_defined:way_id=80E -edge,4270,4270;41.640327;-108.4947719:4271;41.6402366;-108.493289,way_type=user_defined:way_id=80E -edge,4271,4271;41.6402366;-108.493289:4272;41.6401791;-108.4923206,way_type=user_defined:way_id=80E -edge,4272,4272;41.6401791;-108.4923206:4273;41.6400437;-108.4901152,way_type=user_defined:way_id=80E -edge,4273,4273;41.6400437;-108.4901152:4274;41.6398668;-108.4871742,way_type=user_defined:way_id=80E -edge,4274,4274;41.6398668;-108.4871742:4275;41.63982559;-108.4865205,way_type=user_defined:way_id=80E -edge,4275,4275;41.63982559;-108.4865205:4276;41.63982559;-108.4865205,way_type=user_defined:way_id=80E -edge,4276,4276;41.63982559;-108.4865205:4277;41.6397848;-108.4858491,way_type=user_defined:way_id=80E -edge,4277,4277;41.6397848;-108.4858491:4278;41.6397848;-108.4858491,way_type=user_defined:way_id=80E -edge,4278,4278;41.6397848;-108.4858491:4279;41.6396855;-108.4841936,way_type=user_defined:way_id=80E -edge,4279,4279;41.6396855;-108.4841936:4280;41.63965729;-108.4837234,way_type=user_defined:way_id=80E -edge,4280,4280;41.63965729;-108.4837234:4281;41.6395867;-108.4825466,way_type=user_defined:way_id=80E -edge,4281,4281;41.6395867;-108.4825466:4282;41.639536;-108.4816365,way_type=user_defined:way_id=80E -edge,4282,4282;41.639536;-108.4816365:4283;41.6394413;-108.4801237,way_type=user_defined:way_id=80E -edge,4283,4283;41.6394413;-108.4801237:4284;41.6394413;-108.4801237,way_type=user_defined:way_id=80E -edge,4284,4284;41.6394413;-108.4801237:4285;41.6394049;-108.4795391,way_type=user_defined:way_id=80E -edge,4285,4285;41.6394049;-108.4795391:4286;41.63921479;-108.4763695,way_type=user_defined:way_id=80E -edge,4286,4286;41.63921479;-108.4763695:4287;41.6389274;-108.4715781,way_type=user_defined:way_id=80E -edge,4287,4287;41.6389274;-108.4715781:4288;41.6386614;-108.4672331,way_type=user_defined:way_id=80E -edge,4288,4288;41.6386614;-108.4672331:4289;41.6385893;-108.4660067,way_type=user_defined:way_id=80E -edge,4289,4289;41.6385893;-108.4660067:4290;41.6384188;-108.4632478,way_type=user_defined:way_id=80E -edge,4290,4290;41.6384188;-108.4632478:4291;41.63838274;-108.4626565,way_type=user_defined:way_id=80E -edge,4291,4291;41.63838274;-108.4626565:4292;41.6383425;-108.4619967,way_type=user_defined:way_id=80E -edge,4292,4292;41.6383425;-108.4619967:4293;41.6382146;-108.4598619,way_type=user_defined:way_id=80E -edge,4293,4293;41.6382146;-108.4598619:4294;41.6380415;-108.4570347,way_type=user_defined:way_id=80E -edge,4294,4294;41.6380415;-108.4570347:4295;41.63802296;-108.4567258,way_type=user_defined:way_id=80E -edge,4295,4295;41.63802296;-108.4567258:4296;41.63799048;-108.4561014,way_type=user_defined:way_id=80E -edge,4296,4296;41.63799048;-108.4561014:4297;41.6378257;-108.4534509,way_type=user_defined:way_id=80E -edge,4297,4297;41.6378257;-108.4534509:4298;41.6376925;-108.4512762,way_type=user_defined:way_id=80E -edge,4298,4298;41.6376925;-108.4512762:4299;41.63767018;-108.450904,way_type=user_defined:way_id=80E -edge,4299,4299;41.63767018;-108.450904:4300;41.63764132;-108.4503236,way_type=user_defined:way_id=80E -edge,4300,4300;41.63764132;-108.4503236:4301;41.63750025;-108.4481748,way_type=user_defined:way_id=80E -edge,4301,4301;41.63750025;-108.4481748:4302;41.63738102;-108.4461251,way_type=user_defined:way_id=80E -edge,4302,4302;41.63738102;-108.4461251:4303;41.63724612;-108.4439083,way_type=user_defined:way_id=80E -edge,4303,4303;41.63724612;-108.4439083:4304;41.63712091;-108.4418582,way_type=user_defined:way_id=80E -edge,4304,4304;41.63712091;-108.4418582:4305;41.6370174;-108.4401956,way_type=user_defined:way_id=80E -edge,4305,4305;41.6370174;-108.4401956:4306;41.6367851;-108.4363611,way_type=user_defined:way_id=80E -edge,4306,4306;41.6367851;-108.4363611:4307;41.6366969;-108.434947,way_type=user_defined:way_id=80E -edge,4307,4307;41.6366969;-108.434947:4308;41.636495;-108.4316565,way_type=user_defined:way_id=80E -edge,4308,4308;41.636495;-108.4316565:4309;41.6364014;-108.4300929,way_type=user_defined:way_id=80E -edge,4309,4309;41.6364014;-108.4300929:4310;41.6362101;-108.4269523,way_type=user_defined:way_id=80E -edge,4310,4310;41.6362101;-108.4269523:4311;41.6361004;-108.4251875,way_type=user_defined:way_id=80E -edge,4311,4311;41.6361004;-108.4251875:4312;41.6360259;-108.4239393,way_type=user_defined:way_id=80E -edge,4312,4312;41.6360259;-108.4239393:4313;41.6359313;-108.4224267,way_type=user_defined:way_id=80E -edge,4313,4313;41.6359313;-108.4224267:4314;41.6358236;-108.4206498,way_type=user_defined:way_id=80E -edge,4314,4314;41.6358236;-108.4206498:4315;41.6357029;-108.4187353,way_type=user_defined:way_id=80E -edge,4315,4315;41.6357029;-108.4187353:4316;41.6355775;-108.4165931,way_type=user_defined:way_id=80E -edge,4316,4316;41.6355775;-108.4165931:4317;41.63557116;-108.4164736,way_type=user_defined:way_id=80E -edge,4317,4317;41.63557116;-108.4164736:4318;41.63553998;-108.4158863,way_type=user_defined:way_id=80E -edge,4318,4318;41.63553998;-108.4158863:4319;41.63552839;-108.4157045,way_type=user_defined:way_id=80E -edge,4319,4319;41.63552839;-108.4157045:4320;41.6355183;-108.4154386,way_type=user_defined:way_id=80E -edge,4320,4320;41.6355183;-108.4154386:4321;41.6355183;-108.4154386,way_type=user_defined:way_id=80E -edge,4321,4321;41.6355183;-108.4154386:4322;41.6354372;-108.4135464,way_type=user_defined:way_id=80E -edge,4322,4322;41.6354372;-108.4135464:4323;41.63539251;-108.4125825,way_type=user_defined:way_id=80E -edge,4323,4323;41.63539251;-108.4125825:4324;41.63528969;-108.4103645,way_type=user_defined:way_id=80E -edge,4324,4324;41.63528969;-108.4103645:4325;41.63528969;-108.4103645,way_type=user_defined:way_id=80E -edge,4325,4325;41.63528969;-108.4103645:4326;41.6352555;-108.4095984,way_type=user_defined:way_id=80E -edge,4326,4326;41.6352555;-108.4095984:4327;41.6351984;-108.4083968,way_type=user_defined:way_id=80E -edge,4327,4327;41.6351984;-108.4083968:4328;41.63519075;-108.4082283,way_type=user_defined:way_id=80E -edge,4328,4328;41.63519075;-108.4082283:4329;41.6351462;-108.4072471,way_type=user_defined:way_id=80E -edge,4329,4329;41.6351462;-108.4072471:4330;41.63511;-108.4065189,way_type=user_defined:way_id=80E -edge,4330,4330;41.63511;-108.4065189:4331;41.6350799;-108.4059495,way_type=user_defined:way_id=80E -edge,4331,4331;41.6350799;-108.4059495:4332;41.6350585;-108.4055753,way_type=user_defined:way_id=80E -edge,4332,4332;41.6350585;-108.4055753:4333;41.6350368;-108.4052276,way_type=user_defined:way_id=80E -edge,4333,4333;41.6350368;-108.4052276:4334;41.63498648;-108.4044823,way_type=user_defined:way_id=80E -edge,4334,4334;41.63498648;-108.4044823:4335;41.63498648;-108.4044823,way_type=user_defined:way_id=80E -edge,4335,4335;41.63498648;-108.4044823:4336;41.6349513;-108.4039917,way_type=user_defined:way_id=80E -edge,4336,4336;41.6349513;-108.4039917:4337;41.6347929;-108.4019315,way_type=user_defined:way_id=80E -edge,4337,4337;41.6347929;-108.4019315:4338;41.63474158;-108.4012526,way_type=user_defined:way_id=80E -edge,4338,4338;41.63474158;-108.4012526:4339;41.6346042;-108.3994352,way_type=user_defined:way_id=80E -edge,4339,4339;41.6346042;-108.3994352:4340;41.6345489;-108.3987121,way_type=user_defined:way_id=80E -edge,4340,4340;41.6345489;-108.3987121:4341;41.6344826;-108.3978757,way_type=user_defined:way_id=80E -edge,4341,4341;41.6344826;-108.3978757:4342;41.6343975;-108.3967527,way_type=user_defined:way_id=80E -edge,4342,4342;41.6343975;-108.3967527:4343;41.6343194;-108.3957458,way_type=user_defined:way_id=80E -edge,4343,4343;41.6343194;-108.3957458:4344;41.6342551;-108.3948767,way_type=user_defined:way_id=80E -edge,4344,4344;41.6342551;-108.3948767:4345;41.6342119;-108.3942636,way_type=user_defined:way_id=80E -edge,4345,4345;41.6342119;-108.3942636:4346;41.6341757;-108.3937183,way_type=user_defined:way_id=80E -edge,4346,4346;41.6341757;-108.3937183:4347;41.634119;-108.3928227,way_type=user_defined:way_id=80E -edge,4347,4347;41.634119;-108.3928227:4348;41.6339427;-108.3899584,way_type=user_defined:way_id=80E -edge,4348,4348;41.6339427;-108.3899584:4349;41.633889;-108.3890513,way_type=user_defined:way_id=80E -edge,4349,4349;41.633889;-108.3890513:4350;41.6337963;-108.3875378,way_type=user_defined:way_id=80E -edge,4350,4350;41.6337963;-108.3875378:4351;41.6336266;-108.3848386,way_type=user_defined:way_id=80E -edge,4351,4351;41.6336266;-108.3848386:4352;41.63360114;-108.3844276,way_type=user_defined:way_id=80E -edge,4352,4352;41.63360114;-108.3844276:4353;41.6335453;-108.3835262,way_type=user_defined:way_id=80E -edge,4353,4353;41.6335453;-108.3835262:4354;41.6335453;-108.3835262,way_type=user_defined:way_id=80E -edge,4354,4354;41.6335453;-108.3835262:4355;41.6334984;-108.3827668,way_type=user_defined:way_id=80E -edge,4355,4355;41.6334984;-108.3827668:4356;41.6334233;-108.3814912,way_type=user_defined:way_id=80E -edge,4356,4356;41.6334233;-108.3814912:4357;41.63336863;-108.3806027,way_type=user_defined:way_id=80E -edge,4357,4357;41.63336863;-108.3806027:4358;41.63325166;-108.3787017,way_type=user_defined:way_id=80E -edge,4358,4358;41.63325166;-108.3787017:4359;41.63325166;-108.3787017,way_type=user_defined:way_id=80E -edge,4359,4359;41.63325166;-108.3787017:4360;41.63313392;-108.3767727,way_type=user_defined:way_id=80E -edge,4360,4360;41.63313392;-108.3767727:4361;41.6329655;-108.3740132,way_type=user_defined:way_id=80E -edge,4361,4361;41.6329655;-108.3740132:4362;41.6328844;-108.3727241,way_type=user_defined:way_id=80E -edge,4362,4362;41.6328844;-108.3727241:4363;41.6328844;-108.3727241,way_type=user_defined:way_id=80E -edge,4363,4363;41.6328844;-108.3727241:4364;41.6328444;-108.3720931,way_type=user_defined:way_id=80E -edge,4364,4364;41.6328444;-108.3720931:4365;41.63266951;-108.369216,way_type=user_defined:way_id=80E -edge,4365,4365;41.63266951;-108.369216:4366;41.6326244;-108.3684739,way_type=user_defined:way_id=80E -edge,4366,4366;41.6326244;-108.3684739:4367;41.6324514;-108.3657036,way_type=user_defined:way_id=80E -edge,4367,4367;41.6324514;-108.3657036:4368;41.6323964;-108.3647965,way_type=user_defined:way_id=80E -edge,4368,4368;41.6323964;-108.3647965:4369;41.632317;-108.3635641,way_type=user_defined:way_id=80E -edge,4369,4369;41.632317;-108.3635641:4370;41.6322565;-108.362588,way_type=user_defined:way_id=80E -edge,4370,4370;41.6322565;-108.362588:4371;41.6321479;-108.3607828,way_type=user_defined:way_id=80E -edge,4371,4371;41.6321479;-108.3607828:4372;41.6320696;-108.3595214,way_type=user_defined:way_id=80E -edge,4372,4372;41.6320696;-108.3595214:4373;41.6319994;-108.358357,way_type=user_defined:way_id=80E -edge,4373,4373;41.6319994;-108.358357:4374;41.6319351;-108.3573416,way_type=user_defined:way_id=80E -edge,4374,4374;41.6319351;-108.3573416:4375;41.6318909;-108.3565835,way_type=user_defined:way_id=80E -edge,4375,4375;41.6318909;-108.3565835:4376;41.6318693;-108.3561841,way_type=user_defined:way_id=80E -edge,4376,4376;41.6318693;-108.3561841:4377;41.6318513;-108.3558186,way_type=user_defined:way_id=80E -edge,4377,4377;41.6318513;-108.3558186:4378;41.6318276;-108.3552786,way_type=user_defined:way_id=80E -edge,4378,4378;41.6318276;-108.3552786:4379;41.6318073;-108.3547741,way_type=user_defined:way_id=80E -edge,4379,4379;41.6318073;-108.3547741:4380;41.6317323;-108.3527812,way_type=user_defined:way_id=80E -edge,4380,4380;41.6317323;-108.3527812:4381;41.63169979;-108.3518452,way_type=user_defined:way_id=80E -edge,4381,4381;41.63169979;-108.3518452:4382;41.6316744;-108.3511143,way_type=user_defined:way_id=80E -edge,4382,4382;41.6316744;-108.3511143:4383;41.6316744;-108.3511143,way_type=user_defined:way_id=80E -edge,4383,4383;41.6316744;-108.3511143:4384;41.6315773;-108.3483116,way_type=user_defined:way_id=80E -edge,4384,4384;41.6315773;-108.3483116:4385;41.6315773;-108.3483116,way_type=user_defined:way_id=80E -edge,4385,4385;41.6315773;-108.3483116:4386;41.6315603;-108.3478214,way_type=user_defined:way_id=80E -edge,4386,4386;41.6315603;-108.3478214:4387;41.6315603;-108.3478214,way_type=user_defined:way_id=80E -edge,4387,4387;41.6315603;-108.3478214:4388;41.6315143;-108.346513,way_type=user_defined:way_id=80E -edge,4388,4388;41.6315143;-108.346513:4389;41.6314396;-108.3442315,way_type=user_defined:way_id=80E -edge,4389,4389;41.6314396;-108.3442315:4390;41.6313967;-108.3429943,way_type=user_defined:way_id=80E -edge,4390,4390;41.6313967;-108.3429943:4391;41.6313634;-108.3419757,way_type=user_defined:way_id=80E -edge,4391,4391;41.6313634;-108.3419757:4392;41.6313022;-108.3402103,way_type=user_defined:way_id=80E -edge,4392,4392;41.6313022;-108.3402103:4393;41.6312655;-108.3391944,way_type=user_defined:way_id=80E -edge,4393,4393;41.6312655;-108.3391944:4394;41.6312055;-108.3374197,way_type=user_defined:way_id=80E -edge,4394,4394;41.6312055;-108.3374197:4395;41.6311727;-108.3365179,way_type=user_defined:way_id=80E -edge,4395,4395;41.6311727;-108.3365179:4396;41.631152;-108.3359028,way_type=user_defined:way_id=80E -edge,4396,4396;41.631152;-108.3359028:4397;41.6310227;-108.3323417,way_type=user_defined:way_id=80E -edge,4397,4397;41.6310227;-108.3323417:4398;41.6309148;-108.3291526,way_type=user_defined:way_id=80E -edge,4398,4398;41.6309148;-108.3291526:4399;41.6308577;-108.3275783,way_type=user_defined:way_id=80E -edge,4399,4399;41.6308577;-108.3275783:4400;41.6307937;-108.3257296,way_type=user_defined:way_id=80E -edge,4400,4400;41.6307937;-108.3257296:4401;41.6307481;-108.3245314,way_type=user_defined:way_id=80E -edge,4401,4401;41.6307481;-108.3245314:4402;41.6307174;-108.3235887,way_type=user_defined:way_id=80E -edge,4402,4402;41.6307174;-108.3235887:4403;41.6306336;-108.3211249,way_type=user_defined:way_id=80E -edge,4403,4403;41.6306336;-108.3211249:4404;41.6305877;-108.3198999,way_type=user_defined:way_id=80E -edge,4404,4404;41.6305877;-108.3198999:4405;41.6305477;-108.3186633,way_type=user_defined:way_id=80E -edge,4405,4405;41.6305477;-108.3186633:4406;41.6304496;-108.3158789,way_type=user_defined:way_id=80E -edge,4406,4406;41.6304496;-108.3158789:4407;41.63042167;-108.3151107,way_type=user_defined:way_id=80E -edge,4407,4407;41.63042167;-108.3151107:4408;41.6303927;-108.3143138,way_type=user_defined:way_id=80E -edge,4408,4408;41.6303927;-108.3143138:4409;41.6303927;-108.3143138,way_type=user_defined:way_id=80E -edge,4409,4409;41.6303927;-108.3143138:4410;41.6303531;-108.3131494,way_type=user_defined:way_id=80E -edge,4410,4410;41.6303531;-108.3131494:4411;41.63031986;-108.31223,way_type=user_defined:way_id=80E -edge,4411,4411;41.63031986;-108.31223:4412;41.6303008;-108.3117028,way_type=user_defined:way_id=80E -edge,4412,4412;41.6303008;-108.3117028:4413;41.63027835;-108.3111393,way_type=user_defined:way_id=80E -edge,4413,4413;41.63027835;-108.3111393:4414;41.6302383;-108.30998,way_type=user_defined:way_id=80E -edge,4414,4414;41.6302383;-108.30998:4415;41.6302365;-108.309891,way_type=user_defined:way_id=80E -edge,4415,4415;41.6302365;-108.309891:4416;41.6302365;-108.309891,way_type=user_defined:way_id=80E -edge,4416,4416;41.6302365;-108.309891:4417;41.6301772;-108.3082452,way_type=user_defined:way_id=80E -edge,4417,4417;41.6301772;-108.3082452:4418;41.63017272;-108.3081163,way_type=user_defined:way_id=80E -edge,4418,4418;41.63017272;-108.3081163:4419;41.6301344;-108.3070137,way_type=user_defined:way_id=80E -edge,4419,4419;41.6301344;-108.3070137:4420;41.6300856;-108.3057141,way_type=user_defined:way_id=80E -edge,4420,4420;41.6300856;-108.3057141:4421;41.6300521;-108.3047694,way_type=user_defined:way_id=80E -edge,4421,4421;41.6300521;-108.3047694:4422;41.6300521;-108.3047694,way_type=user_defined:way_id=80E -edge,4422,4422;41.6300521;-108.3047694:4423;41.62996395;-108.3022477,way_type=user_defined:way_id=80E -edge,4423,4423;41.62996395;-108.3022477:4424;41.6299581;-108.3020803,way_type=user_defined:way_id=80E -edge,4424,4424;41.6299581;-108.3020803:4425;41.629903;-108.300597,way_type=user_defined:way_id=80E -edge,4425,4425;41.629903;-108.300597:4426;41.629834;-108.2986465,way_type=user_defined:way_id=80E -edge,4426,4426;41.629834;-108.2986465:4427;41.6297709;-108.2969444,way_type=user_defined:way_id=80E -edge,4427,4427;41.6297709;-108.2969444:4428;41.6296741;-108.2941106,way_type=user_defined:way_id=80E -edge,4428,4428;41.6296741;-108.2941106:4429;41.6295857;-108.2916334,way_type=user_defined:way_id=80E -edge,4429,4429;41.6295857;-108.2916334:4430;41.6295544;-108.2906222,way_type=user_defined:way_id=80E -edge,4430,4430;41.6295544;-108.2906222:4431;41.6295482;-108.2903687,way_type=user_defined:way_id=80E -edge,4431,4431;41.6295482;-108.2903687:4432;41.6295447;-108.290077,way_type=user_defined:way_id=80E -edge,4432,4432;41.6295447;-108.290077:4433;41.6295464;-108.2897478,way_type=user_defined:way_id=80E -edge,4433,4433;41.6295464;-108.2897478:4434;41.629552;-108.2894565,way_type=user_defined:way_id=80E -edge,4434,4434;41.629552;-108.2894565:4435;41.6295619;-108.2891284,way_type=user_defined:way_id=80E -edge,4435,4435;41.6295619;-108.2891284:4436;41.6295734;-108.2888482,way_type=user_defined:way_id=80E -edge,4436,4436;41.6295734;-108.2888482:4437;41.629593;-108.2884762,way_type=user_defined:way_id=80E -edge,4437,4437;41.629593;-108.2884762:4438;41.6296072;-108.2882352,way_type=user_defined:way_id=80E -edge,4438,4438;41.6296072;-108.2882352:4439;41.6296244;-108.287978,way_type=user_defined:way_id=80E -edge,4439,4439;41.6296244;-108.287978:4440;41.6296521;-108.2876164,way_type=user_defined:way_id=80E -edge,4440,4440;41.6296521;-108.2876164:4441;41.6296786;-108.2873223,way_type=user_defined:way_id=80E -edge,4441,4441;41.6296786;-108.2873223:4442;41.6297088;-108.2870293,way_type=user_defined:way_id=80E -edge,4442,4442;41.6297088;-108.2870293:4443;41.6297373;-108.2867846,way_type=user_defined:way_id=80E -edge,4443,4443;41.6297373;-108.2867846:4444;41.6297843;-108.286419,way_type=user_defined:way_id=80E -edge,4444,4444;41.6297843;-108.286419:4445;41.6298284;-108.2861015,way_type=user_defined:way_id=80E -edge,4445,4445;41.6298284;-108.2861015:4446;41.6299123;-108.2855324,way_type=user_defined:way_id=80E -edge,4446,4446;41.6299123;-108.2855324:4447;41.630283;-108.2831223,way_type=user_defined:way_id=80E -edge,4447,4447;41.630283;-108.2831223:4448;41.6304194;-108.282224,way_type=user_defined:way_id=80E -edge,4448,4448;41.6304194;-108.282224:4449;41.6306083;-108.2810286,way_type=user_defined:way_id=80E -edge,4449,4449;41.6306083;-108.2810286:4450;41.6307928;-108.2798201,way_type=user_defined:way_id=80E -edge,4450,4450;41.6307928;-108.2798201:4451;41.6308793;-108.2792452,way_type=user_defined:way_id=80E -edge,4451,4451;41.6308793;-108.2792452:4452;41.6311711;-108.2774031,way_type=user_defined:way_id=80E -edge,4452,4452;41.6311711;-108.2774031:4453;41.6313473;-108.2762635,way_type=user_defined:way_id=80E -edge,4453,4453;41.6313473;-108.2762635:4454;41.631493;-108.2753061,way_type=user_defined:way_id=80E -edge,4454,4454;41.631493;-108.2753061:4455;41.6317309;-108.2737866,way_type=user_defined:way_id=80E -edge,4455,4455;41.6317309;-108.2737866:4456;41.631873;-108.2728548,way_type=user_defined:way_id=80E -edge,4456,4456;41.631873;-108.2728548:4457;41.6320659;-108.2716151,way_type=user_defined:way_id=80E -edge,4457,4457;41.6320659;-108.2716151:4458;41.6322356;-108.2705115,way_type=user_defined:way_id=80E -edge,4458,4458;41.6322356;-108.2705115:4459;41.63230822;-108.2700537,way_type=user_defined:way_id=80E -edge,4459,4459;41.63230822;-108.2700537:4460;41.6323819;-108.2695892,way_type=user_defined:way_id=80E -edge,4460,4460;41.6323819;-108.2695892:4461;41.6324713;-108.2690138,way_type=user_defined:way_id=80E -edge,4461,4461;41.6324713;-108.2690138:4462;41.6324713;-108.2690138,way_type=user_defined:way_id=80E -edge,4462,4462;41.6324713;-108.2690138:4463;41.63273873;-108.2672835,way_type=user_defined:way_id=80E -edge,4463,4463;41.63273873;-108.2672835:4464;41.6327572;-108.267164,way_type=user_defined:way_id=80E -edge,4464,4464;41.6327572;-108.267164:4465;41.6328989;-108.2662377,way_type=user_defined:way_id=80E -edge,4465,4465;41.6328989;-108.2662377:4466;41.6331796;-108.264431,way_type=user_defined:way_id=80E -edge,4466,4466;41.6331796;-108.264431:4467;41.63360528;-108.2617126,way_type=user_defined:way_id=80E -edge,4467,4467;41.63360528;-108.2617126:4468;41.63360528;-108.2617126,way_type=user_defined:way_id=80E -edge,4468,4468;41.63360528;-108.2617126:4469;41.633743;-108.2608163,way_type=user_defined:way_id=80E -edge,4469,4469;41.633743;-108.2608163:4470;41.63408784;-108.2585374,way_type=user_defined:way_id=80E -edge,4470,4470;41.63408784;-108.2585374:4471;41.6341961;-108.2578219,way_type=user_defined:way_id=80E -edge,4471,4471;41.6341961;-108.2578219:4472;41.6345301;-108.2556883,way_type=user_defined:way_id=80E -edge,4472,4472;41.6345301;-108.2556883:4473;41.6346177;-108.2551204,way_type=user_defined:way_id=80E -edge,4473,4473;41.6346177;-108.2551204:4474;41.6346177;-108.2551204,way_type=user_defined:way_id=80E -edge,4474,4474;41.6346177;-108.2551204:4475;41.6347694;-108.2541314,way_type=user_defined:way_id=80E -edge,4475,4475;41.6347694;-108.2541314:4476;41.6349539;-108.2529606,way_type=user_defined:way_id=80E -edge,4476,4476;41.6349539;-108.2529606:4477;41.635024;-108.252504,way_type=user_defined:way_id=80E -edge,4477,4477;41.635024;-108.252504:4478;41.6352827;-108.2508187,way_type=user_defined:way_id=80E -edge,4478,4478;41.6352827;-108.2508187:4479;41.6353792;-108.2502053,way_type=user_defined:way_id=80E -edge,4479,4479;41.6353792;-108.2502053:4480;41.6355133;-108.249327,way_type=user_defined:way_id=80E -edge,4480,4480;41.6355133;-108.249327:4481;41.6356147;-108.2486782,way_type=user_defined:way_id=80E -edge,4481,4481;41.6356147;-108.2486782:4482;41.6357517;-108.2477818,way_type=user_defined:way_id=80E -edge,4482,4482;41.6357517;-108.2477818:4483;41.6358947;-108.246867,way_type=user_defined:way_id=80E -edge,4483,4483;41.6358947;-108.246867:4484;41.6361718;-108.2450477,way_type=user_defined:way_id=80E -edge,4484,4484;41.6361718;-108.2450477:4485;41.6363568;-108.2438722,way_type=user_defined:way_id=80E -edge,4485,4485;41.6363568;-108.2438722:4486;41.6364966;-108.242949,way_type=user_defined:way_id=80E -edge,4486,4486;41.6364966;-108.242949:4487;41.636729;-108.2414509,way_type=user_defined:way_id=80E -edge,4487,4487;41.636729;-108.2414509:4488;41.6369577;-108.2399596,way_type=user_defined:way_id=80E -edge,4488,4488;41.6369577;-108.2399596:4489;41.637247;-108.238109,way_type=user_defined:way_id=80E -edge,4489,4489;41.637247;-108.238109:4490;41.6373332;-108.237526,way_type=user_defined:way_id=80E -edge,4490,4490;41.6373332;-108.237526:4491;41.6373726;-108.2372434,way_type=user_defined:way_id=80E -edge,4491,4491;41.6373726;-108.2372434:4492;41.6374085;-108.2369687,way_type=user_defined:way_id=80E -edge,4492,4492;41.6374085;-108.2369687:4493;41.6374843;-108.2363548,way_type=user_defined:way_id=80E -edge,4493,4493;41.6374843;-108.2363548:4494;41.6375536;-108.2357471,way_type=user_defined:way_id=80E -edge,4494,4494;41.6375536;-108.2357471:4495;41.6376824;-108.2345258,way_type=user_defined:way_id=80E -edge,4495,4495;41.6376824;-108.2345258:4496;41.6378066;-108.2332917,way_type=user_defined:way_id=80E -edge,4496,4496;41.6378066;-108.2332917:4497;41.6379025;-108.2323207,way_type=user_defined:way_id=80E -edge,4497,4497;41.6379025;-108.2323207:4498;41.6380834;-108.2305592,way_type=user_defined:way_id=80E -edge,4498,4498;41.6380834;-108.2305592:4499;41.6382075;-108.2292971,way_type=user_defined:way_id=80E -edge,4499,4499;41.6382075;-108.2292971:4500;41.6383879;-108.2275038,way_type=user_defined:way_id=80E -edge,4500,4500;41.6383879;-108.2275038:4501;41.6385607;-108.2257679,way_type=user_defined:way_id=80E -edge,4501,4501;41.6385607;-108.2257679:4502;41.6387337;-108.2240828,way_type=user_defined:way_id=80E -edge,4502,4502;41.6387337;-108.2240828:4503;41.6388894;-108.2225213,way_type=user_defined:way_id=80E -edge,4503,4503;41.6388894;-108.2225213:4504;41.6389841;-108.2215885,way_type=user_defined:way_id=80E -edge,4504,4504;41.6389841;-108.2215885:4505;41.6390768;-108.2206496,way_type=user_defined:way_id=80E -edge,4505,4505;41.6390768;-108.2206496:4506;41.6393735;-108.2176953,way_type=user_defined:way_id=80E -edge,4506,4506;41.6393735;-108.2176953:4507;41.63947;-108.2167528,way_type=user_defined:way_id=80E -edge,4507,4507;41.63947;-108.2167528:4508;41.6397082;-108.2143784,way_type=user_defined:way_id=80E -edge,4508,4508;41.6397082;-108.2143784:4509;41.6398074;-108.2134121,way_type=user_defined:way_id=80E -edge,4509,4509;41.6398074;-108.2134121:4510;41.6400305;-108.2111844,way_type=user_defined:way_id=80E -edge,4510,4510;41.6400305;-108.2111844:4511;41.6401671;-108.2098457,way_type=user_defined:way_id=80E -edge,4511,4511;41.6401671;-108.2098457:4512;41.6404238;-108.2072795,way_type=user_defined:way_id=80E -edge,4512,4512;41.6404238;-108.2072795:4513;41.6407327;-108.2042909,way_type=user_defined:way_id=80E -edge,4513,4513;41.6407327;-108.2042909:4514;41.6408401;-108.2032089,way_type=user_defined:way_id=80E -edge,4514,4514;41.6408401;-108.2032089:4515;41.6409512;-108.2021283,way_type=user_defined:way_id=80E -edge,4515,4515;41.6409512;-108.2021283:4516;41.641131;-108.200292,way_type=user_defined:way_id=80E -edge,4516,4516;41.641131;-108.200292:4517;41.6412542;-108.1990724,way_type=user_defined:way_id=80E -edge,4517,4517;41.6412542;-108.1990724:4518;41.6413444;-108.1981636,way_type=user_defined:way_id=80E -edge,4518,4518;41.6413444;-108.1981636:4519;41.6414768;-108.1968732,way_type=user_defined:way_id=80E -edge,4519,4519;41.6414768;-108.1968732:4520;41.6415899;-108.1957497,way_type=user_defined:way_id=80E -edge,4520,4520;41.6415899;-108.1957497:4521;41.6417164;-108.1945262,way_type=user_defined:way_id=80E -edge,4521,4521;41.6417164;-108.1945262:4522;41.6417852;-108.1938432,way_type=user_defined:way_id=80E -edge,4522,4522;41.6417852;-108.1938432:4523;41.6420851;-108.1908079,way_type=user_defined:way_id=80E -edge,4523,4523;41.6420851;-108.1908079:4524;41.642209;-108.1895969,way_type=user_defined:way_id=80E -edge,4524,4524;41.642209;-108.1895969:4525;41.6422843;-108.188875,way_type=user_defined:way_id=80E -edge,4525,4525;41.6422843;-108.188875:4526;41.6425749;-108.1859607,way_type=user_defined:way_id=80E -edge,4526,4526;41.6425749;-108.1859607:4527;41.6426745;-108.1850189,way_type=user_defined:way_id=80E -edge,4527,4527;41.6426745;-108.1850189:4528;41.642719;-108.1845823,way_type=user_defined:way_id=80E -edge,4528,4528;41.642719;-108.1845823:4529;41.6428365;-108.1833949,way_type=user_defined:way_id=80E -edge,4529,4529;41.6428365;-108.1833949:4530;41.6430959;-108.1808376,way_type=user_defined:way_id=80E -edge,4530,4530;41.6430959;-108.1808376:4531;41.6431917;-108.1798631,way_type=user_defined:way_id=80E -edge,4531,4531;41.6431917;-108.1798631:4532;41.643351;-108.1782878,way_type=user_defined:way_id=80E -edge,4532,4532;41.643351;-108.1782878:4533;41.6434401;-108.1773861,way_type=user_defined:way_id=80E -edge,4533,4533;41.6434401;-108.1773861:4534;41.6435658;-108.1761615,way_type=user_defined:way_id=80E -edge,4534,4534;41.6435658;-108.1761615:4535;41.6437466;-108.1743241,way_type=user_defined:way_id=80E -edge,4535,4535;41.6437466;-108.1743241:4536;41.6438132;-108.1736725,way_type=user_defined:way_id=80E -edge,4536,4536;41.6438132;-108.1736725:4537;41.6439079;-108.1727247,way_type=user_defined:way_id=80E -edge,4537,4537;41.6439079;-108.1727247:4538;41.644161;-108.1702477,way_type=user_defined:way_id=80E -edge,4538,4538;41.644161;-108.1702477:4539;41.6442419;-108.1694171,way_type=user_defined:way_id=80E -edge,4539,4539;41.6442419;-108.1694171:4540;41.6443283;-108.1685502,way_type=user_defined:way_id=80E -edge,4540,4540;41.6443283;-108.1685502:4541;41.6444392;-108.1674059,way_type=user_defined:way_id=80E -edge,4541,4541;41.6444392;-108.1674059:4542;41.6445451;-108.1663949,way_type=user_defined:way_id=80E -edge,4542,4542;41.6445451;-108.1663949:4543;41.6446056;-108.1657838,way_type=user_defined:way_id=80E -edge,4543,4543;41.6446056;-108.1657838:4544;41.6447623;-108.1642414,way_type=user_defined:way_id=80E -edge,4544,4544;41.6447623;-108.1642414:4545;41.6451192;-108.1606661,way_type=user_defined:way_id=80E -edge,4545,4545;41.6451192;-108.1606661:4546;41.6451887;-108.1599902,way_type=user_defined:way_id=80E -edge,4546,4546;41.6451887;-108.1599902:4547;41.6452525;-108.1594016,way_type=user_defined:way_id=80E -edge,4547,4547;41.6452525;-108.1594016:4548;41.6453563;-108.1584706,way_type=user_defined:way_id=80E -edge,4548,4548;41.6453563;-108.1584706:4549;41.6453938;-108.1581564,way_type=user_defined:way_id=80E -edge,4549,4549;41.6453938;-108.1581564:4550;41.6454435;-108.1577597,way_type=user_defined:way_id=80E -edge,4550,4550;41.6454435;-108.1577597:4551;41.6455108;-108.1572529,way_type=user_defined:way_id=80E -edge,4551,4551;41.6455108;-108.1572529:4552;41.6455975;-108.1566474,way_type=user_defined:way_id=80E -edge,4552,4552;41.6455975;-108.1566474:4553;41.6456869;-108.1560729,way_type=user_defined:way_id=80E -edge,4553,4553;41.6456869;-108.1560729:4554;41.6457377;-108.1557631,way_type=user_defined:way_id=80E -edge,4554,4554;41.6457377;-108.1557631:4555;41.6458428;-108.1551564,way_type=user_defined:way_id=80E -edge,4555,4555;41.6458428;-108.1551564:4556;41.6458988;-108.1548494,way_type=user_defined:way_id=80E -edge,4556,4556;41.6458988;-108.1548494:4557;41.6460118;-108.1542457,way_type=user_defined:way_id=80E -edge,4557,4557;41.6460118;-108.1542457:4558;41.6460678;-108.1539584,way_type=user_defined:way_id=80E -edge,4558,4558;41.6460678;-108.1539584:4559;41.6461297;-108.1536532,way_type=user_defined:way_id=80E -edge,4559,4559;41.6461297;-108.1536532:4560;41.6462494;-108.1530805,way_type=user_defined:way_id=80E -edge,4560,4560;41.6462494;-108.1530805:4561;41.6463975;-108.1523871,way_type=user_defined:way_id=80E -edge,4561,4561;41.6463975;-108.1523871:4562;41.6467591;-108.1506677,way_type=user_defined:way_id=80E -edge,4562,4562;41.6467591;-108.1506677:4563;41.6471224;-108.148956,way_type=user_defined:way_id=80E -edge,4563,4563;41.6471224;-108.148956:4564;41.647634;-108.1465586,way_type=user_defined:way_id=80E -edge,4564,4564;41.647634;-108.1465586:4565;41.6478193;-108.1456714,way_type=user_defined:way_id=80E -edge,4565,4565;41.6478193;-108.1456714:4566;41.6480085;-108.1447759,way_type=user_defined:way_id=80E -edge,4566,4566;41.6480085;-108.1447759:4567;41.6483978;-108.142951,way_type=user_defined:way_id=80E -edge,4567,4567;41.6483978;-108.142951:4568;41.648819;-108.14096,way_type=user_defined:way_id=80E -edge,4568,4568;41.648819;-108.14096:4569;41.6490516;-108.1398727,way_type=user_defined:way_id=80E -edge,4569,4569;41.6490516;-108.1398727:4570;41.6495681;-108.1374272,way_type=user_defined:way_id=80E -edge,4570,4570;41.6495681;-108.1374272:4571;41.6498952;-108.1358921,way_type=user_defined:way_id=80E -edge,4571,4571;41.6498952;-108.1358921:4572;41.6500552;-108.1351275,way_type=user_defined:way_id=80E -edge,4572,4572;41.6500552;-108.1351275:4573;41.65017897;-108.1345424,way_type=user_defined:way_id=80E -edge,4573,4573;41.65017897;-108.1345424:4574;41.6502936;-108.1340006,way_type=user_defined:way_id=80E -edge,4574,4574;41.6502936;-108.1340006:4575;41.6502936;-108.1340006,way_type=user_defined:way_id=80E -edge,4575,4575;41.6502936;-108.1340006:4576;41.6505187;-108.1329501,way_type=user_defined:way_id=80E -edge,4576,4576;41.6505187;-108.1329501:4577;41.65068903;-108.1321374,way_type=user_defined:way_id=80E -edge,4577,4577;41.65068903;-108.1321374:4578;41.6508257;-108.1314853,way_type=user_defined:way_id=80E -edge,4578,4578;41.6508257;-108.1314853:4579;41.6510143;-108.1306118,way_type=user_defined:way_id=80E -edge,4579,4579;41.6510143;-108.1306118:4580;41.6512113;-108.1296781,way_type=user_defined:way_id=80E -edge,4580,4580;41.6512113;-108.1296781:4581;41.65151511;-108.1282553,way_type=user_defined:way_id=80E -edge,4581,4581;41.65151511;-108.1282553:4582;41.65151511;-108.1282553,way_type=user_defined:way_id=80E -edge,4582,4582;41.65151511;-108.1282553:4583;41.65202148;-108.1258543,way_type=user_defined:way_id=80E -edge,4583,4583;41.65202148;-108.1258543:4584;41.65206985;-108.1256258,way_type=user_defined:way_id=80E -edge,4584,4584;41.65206985;-108.1256258:4585;41.65267383;-108.1227726,way_type=user_defined:way_id=80E -edge,4585,4585;41.65267383;-108.1227726:4586;41.6529352;-108.1215213,way_type=user_defined:way_id=80E -edge,4586,4586;41.6529352;-108.1215213:4587;41.6529352;-108.1215213,way_type=user_defined:way_id=80E -edge,4587,4587;41.6529352;-108.1215213:4588;41.6530804;-108.1208294,way_type=user_defined:way_id=80E -edge,4588,4588;41.6530804;-108.1208294:4589;41.6532098;-108.1201888,way_type=user_defined:way_id=80E -edge,4589,4589;41.6532098;-108.1201888:4590;41.653373;-108.1193459,way_type=user_defined:way_id=80E -edge,4590,4590;41.653373;-108.1193459:4591;41.6534928;-108.1187098,way_type=user_defined:way_id=80E -edge,4591,4591;41.6534928;-108.1187098:4592;41.65352774;-108.1185153,way_type=user_defined:way_id=80E -edge,4592,4592;41.65352774;-108.1185153:4593;41.6535486;-108.1183992,way_type=user_defined:way_id=80E -edge,4593,4593;41.6535486;-108.1183992:4594;41.6536466;-108.1178323,way_type=user_defined:way_id=80E -edge,4594,4594;41.6536466;-108.1178323:4595;41.6537272;-108.1173368,way_type=user_defined:way_id=80E -edge,4595,4595;41.6537272;-108.1173368:4596;41.6538005;-108.1168589,way_type=user_defined:way_id=80E -edge,4596,4596;41.6538005;-108.1168589:4597;41.6539089;-108.1161173,way_type=user_defined:way_id=80E -edge,4597,4597;41.6539089;-108.1161173:4598;41.6540079;-108.1154044,way_type=user_defined:way_id=80E -edge,4598,4598;41.6540079;-108.1154044:4599;41.6541714;-108.1141896,way_type=user_defined:way_id=80E -edge,4599,4599;41.6541714;-108.1141896:4600;41.6545079;-108.1117191,way_type=user_defined:way_id=80E -edge,4600,4600;41.6545079;-108.1117191:4601;41.6547074;-108.1102187,way_type=user_defined:way_id=80E -edge,4601,4601;41.6547074;-108.1102187:4602;41.6549869;-108.1081789,way_type=user_defined:way_id=80E -edge,4602,4602;41.6549869;-108.1081789:4603;41.65568947;-108.1029747,way_type=user_defined:way_id=80E -edge,4603,4603;41.65568947;-108.1029747:4604;41.65568947;-108.1029747,way_type=user_defined:way_id=80E -edge,4604,4604;41.65568947;-108.1029747:4605;41.6558874;-108.1015384,way_type=user_defined:way_id=80E -edge,4605,4605;41.6558874;-108.1015384:4606;41.6560599;-108.1002435,way_type=user_defined:way_id=80E -edge,4606,4606;41.6560599;-108.1002435:4607;41.6562436;-108.0988856,way_type=user_defined:way_id=80E -edge,4607,4607;41.6562436;-108.0988856:4608;41.6564718;-108.0972349,way_type=user_defined:way_id=80E -edge,4608,4608;41.6564718;-108.0972349:4609;41.65673208;-108.0953337,way_type=user_defined:way_id=80E -edge,4609,4609;41.65673208;-108.0953337:4610;41.65693744;-108.0937806,way_type=user_defined:way_id=80E -edge,4610,4610;41.65693744;-108.0937806:4611;41.65701844;-108.0931959,way_type=user_defined:way_id=80E -edge,4611,4611;41.65701844;-108.0931959:4612;41.6572575;-108.0914012,way_type=user_defined:way_id=80E -edge,4612,4612;41.6572575;-108.0914012:4613;41.6575401;-108.0893351,way_type=user_defined:way_id=80E -edge,4613,4613;41.6575401;-108.0893351:4614;41.6579068;-108.0866197,way_type=user_defined:way_id=80E -edge,4614,4614;41.6579068;-108.0866197:4615;41.6580742;-108.0853968,way_type=user_defined:way_id=80E -edge,4615,4615;41.6580742;-108.0853968:4616;41.658403;-108.082967,way_type=user_defined:way_id=80E -edge,4616,4616;41.658403;-108.082967:4617;41.6586029;-108.0814649,way_type=user_defined:way_id=80E -edge,4617,4617;41.6586029;-108.0814649:4618;41.658775;-108.0802165,way_type=user_defined:way_id=80E -edge,4618,4618;41.658775;-108.0802165:4619;41.6591011;-108.0777812,way_type=user_defined:way_id=80E -edge,4619,4619;41.6591011;-108.0777812:4620;41.6594697;-108.0750702,way_type=user_defined:way_id=80E -edge,4620,4620;41.6594697;-108.0750702:4621;41.6600664;-108.0706348,way_type=user_defined:way_id=80E -edge,4621,4621;41.6600664;-108.0706348:4622;41.6605707;-108.0669461,way_type=user_defined:way_id=80E -edge,4622,4622;41.6605707;-108.0669461:4623;41.66089451;-108.0645491,way_type=user_defined:way_id=80E -edge,4623,4623;41.66089451;-108.0645491:4624;41.66089451;-108.0645491,way_type=user_defined:way_id=80E -edge,4624,4624;41.66089451;-108.0645491:4625;41.6610264;-108.0635726,way_type=user_defined:way_id=80E -edge,4625,4625;41.6610264;-108.0635726:4626;41.6612256;-108.0620735,way_type=user_defined:way_id=80E -edge,4626,4626;41.6612256;-108.0620735:4627;41.6615208;-108.0598912,way_type=user_defined:way_id=80E -edge,4627,4627;41.6615208;-108.0598912:4628;41.6617224;-108.0584164,way_type=user_defined:way_id=80E -edge,4628,4628;41.6617224;-108.0584164:4629;41.6620576;-108.0559184,way_type=user_defined:way_id=80E -edge,4629,4629;41.6620576;-108.0559184:4630;41.6622074;-108.0548157,way_type=user_defined:way_id=80E -edge,4630,4630;41.6622074;-108.0548157:4631;41.6627054;-108.0510853,way_type=user_defined:way_id=80E -edge,4631,4631;41.6627054;-108.0510853:4632;41.662821;-108.0502379,way_type=user_defined:way_id=80E -edge,4632,4632;41.662821;-108.0502379:4633;41.6629314;-108.0494143,way_type=user_defined:way_id=80E -edge,4633,4633;41.6629314;-108.0494143:4634;41.6631858;-108.0475514,way_type=user_defined:way_id=80E -edge,4634,4634;41.6631858;-108.0475514:4635;41.6633948;-108.0459802,way_type=user_defined:way_id=80E -edge,4635,4635;41.6633948;-108.0459802:4636;41.6634737;-108.045403,way_type=user_defined:way_id=80E -edge,4636,4636;41.6634737;-108.045403:4637;41.6636798;-108.0438704,way_type=user_defined:way_id=80E -edge,4637,4637;41.6636798;-108.0438704:4638;41.6638079;-108.0429058,way_type=user_defined:way_id=80E -edge,4638,4638;41.6638079;-108.0429058:4639;41.6639739;-108.041695,way_type=user_defined:way_id=80E -edge,4639,4639;41.6639739;-108.041695:4640;41.664164;-108.040288,way_type=user_defined:way_id=80E -edge,4640,4640;41.664164;-108.040288:4641;41.66427433;-108.0394535,way_type=user_defined:way_id=80E -edge,4641,4641;41.66427433;-108.0394535:4642;41.664438;-108.0382155,way_type=user_defined:way_id=80E -edge,4642,4642;41.664438;-108.0382155:4643;41.664438;-108.0382155,way_type=user_defined:way_id=80E -edge,4643,4643;41.664438;-108.0382155:4644;41.6644949;-108.0377804,way_type=user_defined:way_id=80E -edge,4644,4644;41.6644949;-108.0377804:4645;41.664634;-108.0367528,way_type=user_defined:way_id=80E -edge,4645,4645;41.664634;-108.0367528:4646;41.66476118;-108.0357969,way_type=user_defined:way_id=80E -edge,4646,4646;41.66476118;-108.0357969:4647;41.6648961;-108.0347829,way_type=user_defined:way_id=80E -edge,4647,4647;41.6648961;-108.0347829:4648;41.6651468;-108.0329579,way_type=user_defined:way_id=80E -edge,4648,4648;41.6651468;-108.0329579:4649;41.66532337;-108.0316146,way_type=user_defined:way_id=80E -edge,4649,4649;41.66532337;-108.0316146:4650;41.66532337;-108.0316146,way_type=user_defined:way_id=80E -edge,4650,4650;41.66532337;-108.0316146:4651;41.66589384;-108.0273681,way_type=user_defined:way_id=80E -edge,4651,4651;41.66589384;-108.0273681:4652;41.6662715;-108.0245569,way_type=user_defined:way_id=80E -edge,4652,4652;41.6662715;-108.0245569:4653;41.6662715;-108.0245569,way_type=user_defined:way_id=80E -edge,4653,4653;41.6662715;-108.0245569:4654;41.6663585;-108.0239116,way_type=user_defined:way_id=80E -edge,4654,4654;41.6663585;-108.0239116:4655;41.6665339;-108.0226326,way_type=user_defined:way_id=80E -edge,4655,4655;41.6665339;-108.0226326:4656;41.6667775;-108.0208018,way_type=user_defined:way_id=80E -edge,4656,4656;41.6667775;-108.0208018:4657;41.6670455;-108.0188539,way_type=user_defined:way_id=80E -edge,4657,4657;41.6670455;-108.0188539:4658;41.6671144;-108.0183385,way_type=user_defined:way_id=80E -edge,4658,4658;41.6671144;-108.0183385:4659;41.6672705;-108.0171494,way_type=user_defined:way_id=80E -edge,4659,4659;41.6672705;-108.0171494:4660;41.6674747;-108.0156535,way_type=user_defined:way_id=80E -edge,4660,4660;41.6674747;-108.0156535:4661;41.6677165;-108.0138656,way_type=user_defined:way_id=80E -edge,4661,4661;41.6677165;-108.0138656:4662;41.6679203;-108.0123153,way_type=user_defined:way_id=80E -edge,4662,4662;41.6679203;-108.0123153:4663;41.6684372;-108.0085002,way_type=user_defined:way_id=80E -edge,4663,4663;41.6684372;-108.0085002:4664;41.6686101;-108.0072076,way_type=user_defined:way_id=80E -edge,4664,4664;41.6686101;-108.0072076:4665;41.6686979;-108.0065645,way_type=user_defined:way_id=80E -edge,4665,4665;41.6686979;-108.0065645:4666;41.6690214;-108.0041423,way_type=user_defined:way_id=80E -edge,4666,4666;41.6690214;-108.0041423:4667;41.669342;-108.0017754,way_type=user_defined:way_id=80E -edge,4667,4667;41.669342;-108.0017754:4668;41.6694647;-108.0008501,way_type=user_defined:way_id=80E -edge,4668,4668;41.6694647;-108.0008501:4669;41.6696406;-107.9995696,way_type=user_defined:way_id=80E -edge,4669,4669;41.6696406;-107.9995696:4670;41.6697561;-107.9987287,way_type=user_defined:way_id=80E -edge,4670,4670;41.6697561;-107.9987287:4671;41.6699122;-107.9975493,way_type=user_defined:way_id=80E -edge,4671,4671;41.6699122;-107.9975493:4672;41.6700444;-107.9965778,way_type=user_defined:way_id=80E -edge,4672,4672;41.6700444;-107.9965778:4673;41.6703637;-107.9941845,way_type=user_defined:way_id=80E -edge,4673,4673;41.6703637;-107.9941845:4674;41.6706797;-107.991872,way_type=user_defined:way_id=80E -edge,4674,4674;41.6706797;-107.991872:4675;41.6707845;-107.9911227,way_type=user_defined:way_id=80E -edge,4675,4675;41.6707845;-107.9911227:4676;41.6708254;-107.9908379,way_type=user_defined:way_id=80E -edge,4676,4676;41.6708254;-107.9908379:4677;41.6708683;-107.9905538,way_type=user_defined:way_id=80E -edge,4677,4677;41.6708683;-107.9905538:4678;41.670914;-107.9902692,way_type=user_defined:way_id=80E -edge,4678,4678;41.670914;-107.9902692:4679;41.6709707;-107.9899396,way_type=user_defined:way_id=80E -edge,4679,4679;41.6709707;-107.9899396:4680;41.6710284;-107.9896296,way_type=user_defined:way_id=80E -edge,4680,4680;41.6710284;-107.9896296:4681;41.6710845;-107.9893481,way_type=user_defined:way_id=80E -edge,4681,4681;41.6710845;-107.9893481:4682;41.6711433;-107.989068,way_type=user_defined:way_id=80E -edge,4682,4682;41.6711433;-107.989068:4683;41.6712189;-107.9887238,way_type=user_defined:way_id=80E -edge,4683,4683;41.6712189;-107.9887238:4684;41.6712771;-107.9884742,way_type=user_defined:way_id=80E -edge,4684,4684;41.6712771;-107.9884742:4685;41.6713531;-107.9881622,way_type=user_defined:way_id=80E -edge,4685,4685;41.6713531;-107.9881622:4686;41.6714226;-107.9878887,way_type=user_defined:way_id=80E -edge,4686,4686;41.6714226;-107.9878887:4687;41.67143401;-107.9878458,way_type=user_defined:way_id=80E -edge,4687,4687;41.67143401;-107.9878458:4688;41.6715023;-107.9875891,way_type=user_defined:way_id=80E -edge,4688,4688;41.6715023;-107.9875891:4689;41.6715809;-107.9873102,way_type=user_defined:way_id=80E -edge,4689,4689;41.6715809;-107.9873102:4690;41.671621;-107.987176,way_type=user_defined:way_id=80E -edge,4690,4690;41.671621;-107.987176:4691;41.671621;-107.987176,way_type=user_defined:way_id=80E -edge,4691,4691;41.671621;-107.987176:4692;41.6716722;-107.9870061,way_type=user_defined:way_id=80E -edge,4692,4692;41.6716722;-107.9870061:4693;41.6717685;-107.9867042,way_type=user_defined:way_id=80E -edge,4693,4693;41.6717685;-107.9867042:4694;41.6718571;-107.9864396,way_type=user_defined:way_id=80E -edge,4694,4694;41.6718571;-107.9864396:4695;41.6720523;-107.9858786,way_type=user_defined:way_id=80E -edge,4695,4695;41.6720523;-107.9858786:4696;41.6721559;-107.9855918,way_type=user_defined:way_id=80E -edge,4696,4696;41.6721559;-107.9855918:4697;41.6722558;-107.9853248,way_type=user_defined:way_id=80E -edge,4697,4697;41.6722558;-107.9853248:4698;41.6723656;-107.9850439,way_type=user_defined:way_id=80E -edge,4698,4698;41.6723656;-107.9850439:4699;41.6724717;-107.9847825,way_type=user_defined:way_id=80E -edge,4699,4699;41.6724717;-107.9847825:4700;41.6725916;-107.9844988,way_type=user_defined:way_id=80E -edge,4700,4700;41.6725916;-107.9844988:4701;41.67263741;-107.9843941,way_type=user_defined:way_id=80E -edge,4701,4701;41.67263741;-107.9843941:4702;41.6727037;-107.9842427,way_type=user_defined:way_id=80E -edge,4702,4702;41.6727037;-107.9842427:4703;41.6732949;-107.982931,way_type=user_defined:way_id=80E -edge,4703,4703;41.6732949;-107.982931:4704;41.67442706;-107.9804517,way_type=user_defined:way_id=80E -edge,4704,4704;41.67442706;-107.9804517:4705;41.67442706;-107.9804517,way_type=user_defined:way_id=80E -edge,4705,4705;41.67442706;-107.9804517:4706;41.6749694;-107.9792715,way_type=user_defined:way_id=80E -edge,4706,4706;41.6749694;-107.9792715:4707;41.67582774;-107.9773952,way_type=user_defined:way_id=80E -edge,4707,4707;41.67582774;-107.9773952:4708;41.6763885;-107.9761694,way_type=user_defined:way_id=80E -edge,4708,4708;41.6763885;-107.9761694:4709;41.676843;-107.9751712,way_type=user_defined:way_id=80E -edge,4709,4709;41.676843;-107.9751712:4710;41.6772544;-107.9742721,way_type=user_defined:way_id=80E -edge,4710,4710;41.6772544;-107.9742721:4711;41.6772544;-107.9742721,way_type=user_defined:way_id=80E -edge,4711,4711;41.6772544;-107.9742721:4712;41.67780459;-107.9730614,way_type=user_defined:way_id=80E -edge,4712,4712;41.67780459;-107.9730614:4713;41.67800243;-107.9726261,way_type=user_defined:way_id=80E -edge,4713,4713;41.67800243;-107.9726261:4714;41.67800243;-107.9726261,way_type=user_defined:way_id=80E -edge,4714,4714;41.67800243;-107.9726261:4715;41.6784074;-107.9717324,way_type=user_defined:way_id=80E -edge,4715,4715;41.6784074;-107.9717324:4716;41.6788898;-107.9706787,way_type=user_defined:way_id=80E -edge,4716,4716;41.6788898;-107.9706787:4717;41.6796126;-107.9690932,way_type=user_defined:way_id=80E -edge,4717,4717;41.6796126;-107.9690932:4718;41.6799844;-107.9682869,way_type=user_defined:way_id=80E -edge,4718,4718;41.6799844;-107.9682869:4719;41.6808227;-107.9664609,way_type=user_defined:way_id=80E -edge,4719,4719;41.6808227;-107.9664609:4720;41.6816477;-107.9646434,way_type=user_defined:way_id=80E -edge,4720,4720;41.6816477;-107.9646434:4721;41.6826244;-107.9625117,way_type=user_defined:way_id=80E -edge,4721,4721;41.6826244;-107.9625117:4722;41.6835876;-107.9603983,way_type=user_defined:way_id=80E -edge,4722,4722;41.6835876;-107.9603983:4723;41.6841968;-107.9590664,way_type=user_defined:way_id=80E -edge,4723,4723;41.6841968;-107.9590664:4724;41.6846654;-107.9580325,way_type=user_defined:way_id=80E -edge,4724,4724;41.6846654;-107.9580325:4725;41.6855129;-107.9561836,way_type=user_defined:way_id=80E -edge,4725,4725;41.6855129;-107.9561836:4726;41.6871851;-107.952514,way_type=user_defined:way_id=80E -edge,4726,4726;41.6871851;-107.952514:4727;41.6875981;-107.9516125,way_type=user_defined:way_id=80E -edge,4727,4727;41.6875981;-107.9516125:4728;41.6880222;-107.9506769,way_type=user_defined:way_id=80E -edge,4728,4728;41.6880222;-107.9506769:4729;41.6881472;-107.9503964,way_type=user_defined:way_id=80E -edge,4729,4729;41.6881472;-107.9503964:4730;41.6882665;-107.9501206,way_type=user_defined:way_id=80E -edge,4730,4730;41.6882665;-107.9501206:4731;41.6883756;-107.9498605,way_type=user_defined:way_id=80E -edge,4731,4731;41.6883756;-107.9498605:4732;41.6884751;-107.9496135,way_type=user_defined:way_id=80E -edge,4732,4732;41.6884751;-107.9496135:4733;41.6885779;-107.9493485,way_type=user_defined:way_id=80E -edge,4733,4733;41.6885779;-107.9493485:4734;41.6886881;-107.9490564,way_type=user_defined:way_id=80E -edge,4734,4734;41.6886881;-107.9490564:4735;41.6887914;-107.9487708,way_type=user_defined:way_id=80E -edge,4735,4735;41.6887914;-107.9487708:4736;41.688885;-107.9485003,way_type=user_defined:way_id=80E -edge,4736,4736;41.688885;-107.9485003:4737;41.6889754;-107.9482278,way_type=user_defined:way_id=80E -edge,4737,4737;41.6889754;-107.9482278:4738;41.6890687;-107.9479361,way_type=user_defined:way_id=80E -edge,4738,4738;41.6890687;-107.9479361:4739;41.6891544;-107.9476617,way_type=user_defined:way_id=80E -edge,4739,4739;41.6891544;-107.9476617:4740;41.6892452;-107.9473594,way_type=user_defined:way_id=80E -edge,4740,4740;41.6892452;-107.9473594:4741;41.6895126;-107.9464462,way_type=user_defined:way_id=80E -edge,4741,4741;41.6895126;-107.9464462:4742;41.6899966;-107.9448248,way_type=user_defined:way_id=80E -edge,4742,4742;41.6899966;-107.9448248:4743;41.6904431;-107.9433359,way_type=user_defined:way_id=80E -edge,4743,4743;41.6904431;-107.9433359:4744;41.690865;-107.9419129,way_type=user_defined:way_id=80E -edge,4744,4744;41.690865;-107.9419129:4745;41.6910879;-107.94117,way_type=user_defined:way_id=80E -edge,4745,4745;41.6910879;-107.94117:4746;41.6913785;-107.9401928,way_type=user_defined:way_id=80E -edge,4746,4746;41.6913785;-107.9401928:4747;41.6916167;-107.9393849,way_type=user_defined:way_id=80E -edge,4747,4747;41.6916167;-107.9393849:4748;41.6919586;-107.9382328,way_type=user_defined:way_id=80E -edge,4748,4748;41.6919586;-107.9382328:4749;41.6929773;-107.9348195,way_type=user_defined:way_id=80E -edge,4749,4749;41.6929773;-107.9348195:4750;41.6934163;-107.9333339,way_type=user_defined:way_id=80E -edge,4750,4750;41.6934163;-107.9333339:4751;41.6937885;-107.932092,way_type=user_defined:way_id=80E -edge,4751,4751;41.6937885;-107.932092:4752;41.6942507;-107.9305341,way_type=user_defined:way_id=80E -edge,4752,4752;41.6942507;-107.9305341:4753;41.694683;-107.9290851,way_type=user_defined:way_id=80E -edge,4753,4753;41.694683;-107.9290851:4754;41.6950243;-107.9279344,way_type=user_defined:way_id=80E -edge,4754,4754;41.6950243;-107.9279344:4755;41.6954639;-107.9264428,way_type=user_defined:way_id=80E -edge,4755,4755;41.6954639;-107.9264428:4756;41.6955956;-107.9260035,way_type=user_defined:way_id=80E -edge,4756,4756;41.6955956;-107.9260035:4757;41.6958903;-107.9250319,way_type=user_defined:way_id=80E -edge,4757,4757;41.6958903;-107.9250319:4758;41.6961437;-107.9241844,way_type=user_defined:way_id=80E -edge,4758,4758;41.6961437;-107.9241844:4759;41.6964919;-107.9230035,way_type=user_defined:way_id=80E -edge,4759,4759;41.6964919;-107.9230035:4760;41.6967454;-107.9221546,way_type=user_defined:way_id=80E -edge,4760,4760;41.6967454;-107.9221546:4761;41.697507;-107.9195853,way_type=user_defined:way_id=80E -edge,4761,4761;41.697507;-107.9195853:4762;41.6980907;-107.9176387,way_type=user_defined:way_id=80E -edge,4762,4762;41.6980907;-107.9176387:4763;41.698429;-107.9164886,way_type=user_defined:way_id=80E -edge,4763,4763;41.698429;-107.9164886:4764;41.6987311;-107.9154763,way_type=user_defined:way_id=80E -edge,4764,4764;41.6987311;-107.9154763:4765;41.6990483;-107.9143984,way_type=user_defined:way_id=80E -edge,4765,4765;41.6990483;-107.9143984:4766;41.699213;-107.9138493,way_type=user_defined:way_id=80E -edge,4766,4766;41.699213;-107.9138493:4767;41.6994643;-107.9130002,way_type=user_defined:way_id=80E -edge,4767,4767;41.6994643;-107.9130002:4768;41.6999787;-107.9112826,way_type=user_defined:way_id=80E -edge,4768,4768;41.6999787;-107.9112826:4769;41.7004847;-107.9095744,way_type=user_defined:way_id=80E -edge,4769,4769;41.7004847;-107.9095744:4770;41.7004992;-107.9095257,way_type=user_defined:way_id=80E -edge,4770,4770;41.7004992;-107.9095257:4771;41.7012465;-107.9070144,way_type=user_defined:way_id=80E -edge,4771,4771;41.7012465;-107.9070144:4772;41.7016806;-107.9055652,way_type=user_defined:way_id=80E -edge,4772,4772;41.7016806;-107.9055652:4773;41.7020165;-107.9044368,way_type=user_defined:way_id=80E -edge,4773,4773;41.7020165;-107.9044368:4774;41.7025355;-107.9026761,way_type=user_defined:way_id=80E -edge,4774,4774;41.7025355;-107.9026761:4775;41.7026129;-107.9024095,way_type=user_defined:way_id=80E -edge,4775,4775;41.7026129;-107.9024095:4776;41.7026865;-107.9021499,way_type=user_defined:way_id=80E -edge,4776,4776;41.7026865;-107.9021499:4777;41.7027723;-107.9018362,way_type=user_defined:way_id=80E -edge,4777,4777;41.7027723;-107.9018362:4778;41.7029192;-107.9012849,way_type=user_defined:way_id=80E -edge,4778,4778;41.7029192;-107.9012849:4779;41.7029976;-107.9009847,way_type=user_defined:way_id=80E -edge,4779,4779;41.7029976;-107.9009847:4780;41.7031396;-107.9004261,way_type=user_defined:way_id=80E -edge,4780,4780;41.7031396;-107.9004261:4781;41.7032941;-107.8998034,way_type=user_defined:way_id=80E -edge,4781,4781;41.7032941;-107.8998034:4782;41.7033606;-107.8995277,way_type=user_defined:way_id=80E -edge,4782,4782;41.7033606;-107.8995277:4783;41.7034337;-107.8992148,way_type=user_defined:way_id=80E -edge,4783,4783;41.7034337;-107.8992148:4784;41.7035657;-107.898623,way_type=user_defined:way_id=80E -edge,4784,4784;41.7035657;-107.898623:4785;41.703633;-107.8983079,way_type=user_defined:way_id=80E -edge,4785,4785;41.703633;-107.8983079:4786;41.7036907;-107.8980294,way_type=user_defined:way_id=80E -edge,4786,4786;41.7036907;-107.8980294:4787;41.7038036;-107.8974708,way_type=user_defined:way_id=80E -edge,4787,4787;41.7038036;-107.8974708:4788;41.7039277;-107.8968371,way_type=user_defined:way_id=80E -edge,4788,4788;41.7039277;-107.8968371:4789;41.7040399;-107.8962385,way_type=user_defined:way_id=80E -edge,4789,4789;41.7040399;-107.8962385:4790;41.7040923;-107.8959477,way_type=user_defined:way_id=80E -edge,4790,4790;41.7040923;-107.8959477:4791;41.7041415;-107.8956652,way_type=user_defined:way_id=80E -edge,4791,4791;41.7041415;-107.8956652:4792;41.7042416;-107.8950733,way_type=user_defined:way_id=80E -edge,4792,4792;41.7042416;-107.8950733:4793;41.7043106;-107.8946403,way_type=user_defined:way_id=80E -edge,4793,4793;41.7043106;-107.8946403:4794;41.7043914;-107.8941133,way_type=user_defined:way_id=80E -edge,4794,4794;41.7043914;-107.8941133:4795;41.7044735;-107.8935388,way_type=user_defined:way_id=80E -edge,4795,4795;41.7044735;-107.8935388:4796;41.7045621;-107.8928827,way_type=user_defined:way_id=80E -edge,4796,4796;41.7045621;-107.8928827:4797;41.7046332;-107.8923194,way_type=user_defined:way_id=80E -edge,4797,4797;41.7046332;-107.8923194:4798;41.7047042;-107.8917114,way_type=user_defined:way_id=80E -edge,4798,4798;41.7047042;-107.8917114:4799;41.7047699;-107.8911024,way_type=user_defined:way_id=80E -edge,4799,4799;41.7047699;-107.8911024:4800;41.7048313;-107.8904922,way_type=user_defined:way_id=80E -edge,4800,4800;41.7048313;-107.8904922:4801;41.7048578;-107.8902056,way_type=user_defined:way_id=80E -edge,4801,4801;41.7048578;-107.8902056:4802;41.7048867;-107.8898709,way_type=user_defined:way_id=80E -edge,4802,4802;41.7048867;-107.8898709:4803;41.704932;-107.8893024,way_type=user_defined:way_id=80E -edge,4803,4803;41.704932;-107.8893024:4804;41.7049851;-107.8885808,way_type=user_defined:way_id=80E -edge,4804,4804;41.7049851;-107.8885808:4805;41.7050223;-107.8880337,way_type=user_defined:way_id=80E -edge,4805,4805;41.7050223;-107.8880337:4806;41.7050414;-107.8877068,way_type=user_defined:way_id=80E -edge,4806,4806;41.7050414;-107.8877068:4807;41.7050563;-107.8874186,way_type=user_defined:way_id=80E -edge,4807,4807;41.7050563;-107.8874186:4808;41.7050696;-107.8871291,way_type=user_defined:way_id=80E -edge,4808,4808;41.7050696;-107.8871291:4809;41.7050977;-107.8864365,way_type=user_defined:way_id=80E -edge,4809,4809;41.7050977;-107.8864365:4810;41.7051179;-107.8858882,way_type=user_defined:way_id=80E -edge,4810,4810;41.7051179;-107.8858882:4811;41.7051467;-107.8849742,way_type=user_defined:way_id=80E -edge,4811,4811;41.7051467;-107.8849742:4812;41.7052155;-107.8829175,way_type=user_defined:way_id=80E -edge,4812,4812;41.7052155;-107.8829175:4813;41.7052874;-107.8806654,way_type=user_defined:way_id=80E -edge,4813,4813;41.7052874;-107.8806654:4814;41.70536;-107.8785114,way_type=user_defined:way_id=80E -edge,4814,4814;41.70536;-107.8785114:4815;41.7053983;-107.8772412,way_type=user_defined:way_id=80E -edge,4815,4815;41.7053983;-107.8772412:4816;41.7054485;-107.8757597,way_type=user_defined:way_id=80E -edge,4816,4816;41.7054485;-107.8757597:4817;41.705486;-107.8745165,way_type=user_defined:way_id=80E -edge,4817,4817;41.705486;-107.8745165:4818;41.7055773;-107.8717689,way_type=user_defined:way_id=80E -edge,4818,4818;41.7055773;-107.8717689:4819;41.7056561;-107.8693115,way_type=user_defined:way_id=80E -edge,4819,4819;41.7056561;-107.8693115:4820;41.7056751;-107.8686456,way_type=user_defined:way_id=80E -edge,4820,4820;41.7056751;-107.8686456:4821;41.7056811;-107.8683638,way_type=user_defined:way_id=80E -edge,4821,4821;41.7056811;-107.8683638:4822;41.7056852;-107.8680636,way_type=user_defined:way_id=80E -edge,4822,4822;41.7056852;-107.8680636:4823;41.7056869;-107.8677441,way_type=user_defined:way_id=80E -edge,4823,4823;41.7056869;-107.8677441:4824;41.7056862;-107.8674441,way_type=user_defined:way_id=80E -edge,4824,4824;41.7056862;-107.8674441:4825;41.7056834;-107.8671258,way_type=user_defined:way_id=80E -edge,4825,4825;41.7056834;-107.8671258:4826;41.7056776;-107.8668272,way_type=user_defined:way_id=80E -edge,4826,4826;41.7056776;-107.8668272:4827;41.7056684;-107.8665001,way_type=user_defined:way_id=80E -edge,4827,4827;41.7056684;-107.8665001:4828;41.705657;-107.866182,way_type=user_defined:way_id=80E -edge,4828,4828;41.705657;-107.866182:4829;41.7056442;-107.8658839,way_type=user_defined:way_id=80E -edge,4829,4829;41.7056442;-107.8658839:4830;41.7056287;-107.8655659,way_type=user_defined:way_id=80E -edge,4830,4830;41.7056287;-107.8655659:4831;41.7056115;-107.8652682,way_type=user_defined:way_id=80E -edge,4831,4831;41.7056115;-107.8652682:4832;41.7055876;-107.8649131,way_type=user_defined:way_id=80E -edge,4832,4832;41.7055876;-107.8649131:4833;41.705546;-107.864359,way_type=user_defined:way_id=80E -edge,4833,4833;41.705546;-107.864359:4834;41.7055196;-107.8640449,way_type=user_defined:way_id=80E -edge,4834,4834;41.7055196;-107.8640449:4835;41.7054924;-107.8637506,way_type=user_defined:way_id=80E -edge,4835,4835;41.7054924;-107.8637506:4836;41.7054603;-107.863428,way_type=user_defined:way_id=80E -edge,4836,4836;41.7054603;-107.863428:4837;41.7054301;-107.8631433,way_type=user_defined:way_id=80E -edge,4837,4837;41.7054301;-107.8631433:4838;41.7053974;-107.8628576,way_type=user_defined:way_id=80E -edge,4838,4838;41.7053974;-107.8628576:4839;41.7053575;-107.8625344,way_type=user_defined:way_id=80E -edge,4839,4839;41.7053575;-107.8625344:4840;41.7053199;-107.8622478,way_type=user_defined:way_id=80E -edge,4840,4840;41.7053199;-107.8622478:4841;41.7052749;-107.8619243,way_type=user_defined:way_id=80E -edge,4841,4841;41.7052749;-107.8619243:4842;41.7052284;-107.8616103,way_type=user_defined:way_id=80E -edge,4842,4842;41.7052284;-107.8616103:4843;41.7051783;-107.8612879,way_type=user_defined:way_id=80E -edge,4843,4843;41.7051783;-107.8612879:4844;41.7050827;-107.8607137,way_type=user_defined:way_id=80E -edge,4844,4844;41.7050827;-107.8607137:4845;41.7050267;-107.8603947,way_type=user_defined:way_id=80E -edge,4845,4845;41.7050267;-107.8603947:4846;41.7046902;-107.8585164,way_type=user_defined:way_id=80E -edge,4846,4846;41.7046902;-107.8585164:4847;41.7042311;-107.8559752,way_type=user_defined:way_id=80E -edge,4847,4847;41.7042311;-107.8559752:4848;41.703962;-107.8544999,way_type=user_defined:way_id=80E -edge,4848,4848;41.703962;-107.8544999:4849;41.7037891;-107.8535444,way_type=user_defined:way_id=80E -edge,4849,4849;41.7037891;-107.8535444:4850;41.7036285;-107.8526699,way_type=user_defined:way_id=80E -edge,4850,4850;41.7036285;-107.8526699:4851;41.7034708;-107.851784,way_type=user_defined:way_id=80E -edge,4851,4851;41.7034708;-107.851784:4852;41.7031938;-107.8502608,way_type=user_defined:way_id=80E -edge,4852,4852;41.7031938;-107.8502608:4853;41.70311219;-107.8498177,way_type=user_defined:way_id=80E -edge,4853,4853;41.70311219;-107.8498177:4854;41.7030315;-107.8493796,way_type=user_defined:way_id=80E -edge,4854,4854;41.7030315;-107.8493796:4855;41.7029878;-107.8491338,way_type=user_defined:way_id=80E -edge,4855,4855;41.7029878;-107.8491338:4856;41.7029258;-107.8487776,way_type=user_defined:way_id=80E -edge,4856,4856;41.7029258;-107.8487776:4857;41.7028842;-107.8485294,way_type=user_defined:way_id=80E -edge,4857,4857;41.7028842;-107.8485294:4858;41.7028221;-107.8481412,way_type=user_defined:way_id=80E -edge,4858,4858;41.7028221;-107.8481412:4859;41.7027795;-107.8478557,way_type=user_defined:way_id=80E -edge,4859,4859;41.7027795;-107.8478557:4860;41.7027407;-107.8475689,way_type=user_defined:way_id=80E -edge,4860,4860;41.7027407;-107.8475689:4861;41.7027013;-107.8472444,way_type=user_defined:way_id=80E -edge,4861,4861;41.7027013;-107.8472444:4862;41.7026688;-107.8469564,way_type=user_defined:way_id=80E -edge,4862,4862;41.7026688;-107.8469564:4863;41.7026356;-107.8466399,way_type=user_defined:way_id=80E -edge,4863,4863;41.7026356;-107.8466399:4864;41.7026081;-107.8463413,way_type=user_defined:way_id=80E -edge,4864,4864;41.7026081;-107.8463413:4865;41.7025832;-107.8460233,way_type=user_defined:way_id=80E -edge,4865,4865;41.7025832;-107.8460233:4866;41.7025609;-107.8456966,way_type=user_defined:way_id=80E -edge,4866,4866;41.7025609;-107.8456966:4867;41.7025437;-107.8454075,way_type=user_defined:way_id=80E -edge,4867,4867;41.7025437;-107.8454075:4868;41.7025282;-107.8450427,way_type=user_defined:way_id=80E -edge,4868,4868;41.7025282;-107.8450427:4869;41.70252;-107.8447897,way_type=user_defined:way_id=80E -edge,4869,4869;41.70252;-107.8447897:4870;41.7025125;-107.8444896,way_type=user_defined:way_id=80E -edge,4870,4870;41.7025125;-107.8444896:4871;41.702508;-107.8441696,way_type=user_defined:way_id=80E -edge,4871,4871;41.702508;-107.8441696:4872;41.702507;-107.8438782,way_type=user_defined:way_id=80E -edge,4872,4872;41.702507;-107.8438782:4873;41.702509;-107.8435498,way_type=user_defined:way_id=80E -edge,4873,4873;41.702509;-107.8435498:4874;41.7025146;-107.8432596,way_type=user_defined:way_id=80E -edge,4874,4874;41.7025146;-107.8432596:4875;41.7025253;-107.8429321,way_type=user_defined:way_id=80E -edge,4875,4875;41.7025253;-107.8429321:4876;41.7025381;-107.8426509,way_type=user_defined:way_id=80E -edge,4876,4876;41.7025381;-107.8426509:4877;41.7025569;-107.8423133,way_type=user_defined:way_id=80E -edge,4877,4877;41.7025569;-107.8423133:4878;41.7025796;-107.8419849,way_type=user_defined:way_id=80E -edge,4878,4878;41.7025796;-107.8419849:4879;41.7026266;-107.8414167,way_type=user_defined:way_id=80E -edge,4879,4879;41.7026266;-107.8414167:4880;41.702657;-107.8410821,way_type=user_defined:way_id=80E -edge,4880,4880;41.702657;-107.8410821:4881;41.7026891;-107.8407664,way_type=user_defined:way_id=80E -edge,4881,4881;41.7026891;-107.8407664:4882;41.702719;-107.8405088,way_type=user_defined:way_id=80E -edge,4882,4882;41.702719;-107.8405088:4883;41.7027621;-107.8401845,way_type=user_defined:way_id=80E -edge,4883,4883;41.7027621;-107.8401845:4884;41.7028092;-107.839862,way_type=user_defined:way_id=80E -edge,4884,4884;41.7028092;-107.839862:4885;41.7028578;-107.839549,way_type=user_defined:way_id=80E -edge,4885,4885;41.7028578;-107.839549:4886;41.7029043;-107.8392641,way_type=user_defined:way_id=80E -edge,4886,4886;41.7029043;-107.8392641:4887;41.7029597;-107.8389438,way_type=user_defined:way_id=80E -edge,4887,4887;41.7029597;-107.8389438:4888;41.7030177;-107.8386337,way_type=user_defined:way_id=80E -edge,4888,4888;41.7030177;-107.8386337:4889;41.7030757;-107.8383446,way_type=user_defined:way_id=80E -edge,4889,4889;41.7030757;-107.8383446:4890;41.703135;-107.8380653,way_type=user_defined:way_id=80E -edge,4890,4890;41.703135;-107.8380653:4891;41.7031987;-107.8377787,way_type=user_defined:way_id=80E -edge,4891,4891;41.7031987;-107.8377787:4892;41.7034774;-107.8365738,way_type=user_defined:way_id=80E -edge,4892,4892;41.7034774;-107.8365738:4893;41.7037476;-107.8353787,way_type=user_defined:way_id=80E -edge,4893,4893;41.7037476;-107.8353787:4894;41.7045575;-107.8318325,way_type=user_defined:way_id=80E -edge,4894,4894;41.7045575;-107.8318325:4895;41.7049594;-107.8300931,way_type=user_defined:way_id=80E -edge,4895,4895;41.7049594;-107.8300931:4896;41.7051703;-107.8291584,way_type=user_defined:way_id=80E -edge,4896,4896;41.7051703;-107.8291584:4897;41.7054895;-107.8277653,way_type=user_defined:way_id=80E -edge,4897,4897;41.7054895;-107.8277653:4898;41.705756;-107.8265872,way_type=user_defined:way_id=80E -edge,4898,4898;41.705756;-107.8265872:4899;41.7062878;-107.8242633,way_type=user_defined:way_id=80E -edge,4899,4899;41.7062878;-107.8242633:4900;41.7064396;-107.823594,way_type=user_defined:way_id=80E -edge,4900,4900;41.7064396;-107.823594:4901;41.7066386;-107.8227268,way_type=user_defined:way_id=80E -edge,4901,4901;41.7066386;-107.8227268:4902;41.7069015;-107.8215926,way_type=user_defined:way_id=80E -edge,4902,4902;41.7069015;-107.8215926:4903;41.707047;-107.8209588,way_type=user_defined:way_id=80E -edge,4903,4903;41.707047;-107.8209588:4904;41.7072431;-107.8200916,way_type=user_defined:way_id=80E -edge,4904,4904;41.7072431;-107.8200916:4905;41.7075794;-107.8186249,way_type=user_defined:way_id=80E -edge,4905,4905;41.7075794;-107.8186249:4906;41.707917;-107.8171307,way_type=user_defined:way_id=80E -edge,4906,4906;41.707917;-107.8171307:4907;41.7083056;-107.8154356,way_type=user_defined:way_id=80E -edge,4907,4907;41.7083056;-107.8154356:4908;41.7088147;-107.8132029,way_type=user_defined:way_id=80E -edge,4908,4908;41.7088147;-107.8132029:4909;41.7092541;-107.8112932,way_type=user_defined:way_id=80E -edge,4909,4909;41.7092541;-107.8112932:4910;41.7095263;-107.8100815,way_type=user_defined:way_id=80E -edge,4910,4910;41.7095263;-107.8100815:4911;41.7097288;-107.8092092,way_type=user_defined:way_id=80E -edge,4911,4911;41.7097288;-107.8092092:4912;41.7098646;-107.8086157,way_type=user_defined:way_id=80E -edge,4912,4912;41.7098646;-107.8086157:4913;41.7100561;-107.8077881,way_type=user_defined:way_id=80E -edge,4913,4913;41.7100561;-107.8077881:4914;41.7103336;-107.8065673,way_type=user_defined:way_id=80E -edge,4914,4914;41.7103336;-107.8065673:4915;41.7108106;-107.8044916,way_type=user_defined:way_id=80E -edge,4915,4915;41.7108106;-107.8044916:4916;41.7115718;-107.8011477,way_type=user_defined:way_id=80E -edge,4916,4916;41.7115718;-107.8011477:4917;41.71190628;-107.7996839,way_type=user_defined:way_id=80E -edge,4917,4917;41.71190628;-107.7996839:4918;41.71234097;-107.7977889,way_type=user_defined:way_id=80E -edge,4918,4918;41.71234097;-107.7977889:4919;41.71269831;-107.7962477,way_type=user_defined:way_id=80E -edge,4919,4919;41.71269831;-107.7962477:4920;41.71280158;-107.7957768,way_type=user_defined:way_id=80E -edge,4920,4920;41.71280158;-107.7957768:4921;41.7130157;-107.7948339,way_type=user_defined:way_id=80E -edge,4921,4921;41.7130157;-107.7948339:4922;41.7131455;-107.794269,way_type=user_defined:way_id=80E -edge,4922,4922;41.7131455;-107.794269:4923;41.7132854;-107.7936473,way_type=user_defined:way_id=80E -edge,4923,4923;41.7132854;-107.7936473:4924;41.71429169;-107.7892372,way_type=user_defined:way_id=80E -edge,4924,4924;41.71429169;-107.7892372:4925;41.714445;-107.7885653,way_type=user_defined:way_id=80E -edge,4925,4925;41.714445;-107.7885653:4926;41.714445;-107.7885653,way_type=user_defined:way_id=80E -edge,4926,4926;41.714445;-107.7885653:4927;41.7149567;-107.786327,way_type=user_defined:way_id=80E -edge,4927,4927;41.7149567;-107.786327:4928;41.71519954;-107.7852559,way_type=user_defined:way_id=80E -edge,4928,4928;41.71519954;-107.7852559:4929;41.7152234;-107.7851507,way_type=user_defined:way_id=80E -edge,4929,4929;41.7152234;-107.7851507:4930;41.7155062;-107.7839312,way_type=user_defined:way_id=80E -edge,4930,4930;41.7155062;-107.7839312:4931;41.71577909;-107.7827315,way_type=user_defined:way_id=80E -edge,4931,4931;41.71577909;-107.7827315:4932;41.71577909;-107.7827315,way_type=user_defined:way_id=80E -edge,4932,4932;41.71577909;-107.7827315:4933;41.7159766;-107.7818834,way_type=user_defined:way_id=80E -edge,4933,4933;41.7159766;-107.7818834:4934;41.7162508;-107.7806716,way_type=user_defined:way_id=80E -edge,4934,4934;41.7162508;-107.7806716:4935;41.71629889;-107.7804619,way_type=user_defined:way_id=80E -edge,4935,4935;41.71629889;-107.7804619:4936;41.7165394;-107.7794133,way_type=user_defined:way_id=80E -edge,4936,4936;41.7165394;-107.7794133:4937;41.7169661;-107.7775325,way_type=user_defined:way_id=80E -edge,4937,4937;41.7169661;-107.7775325:4938;41.7172215;-107.776421,way_type=user_defined:way_id=80E -edge,4938,4938;41.7172215;-107.776421:4939;41.7172215;-107.776421,way_type=user_defined:way_id=80E -edge,4939,4939;41.7172215;-107.776421:4940;41.7173261;-107.7759654,way_type=user_defined:way_id=80E -edge,4940,4940;41.7173261;-107.7759654:4941;41.71748353;-107.7752675,way_type=user_defined:way_id=80E -edge,4941,4941;41.71748353;-107.7752675:4942;41.7176178;-107.7746723,way_type=user_defined:way_id=80E -edge,4942,4942;41.7176178;-107.7746723:4943;41.7179902;-107.7730409,way_type=user_defined:way_id=80E -edge,4943,4943;41.7179902;-107.7730409:4944;41.7183972;-107.7712655,way_type=user_defined:way_id=80E -edge,4944,4944;41.7183972;-107.7712655:4945;41.718626;-107.7702801,way_type=user_defined:way_id=80E -edge,4945,4945;41.718626;-107.7702801:4946;41.7189537;-107.7688218,way_type=user_defined:way_id=80E -edge,4946,4946;41.7189537;-107.7688218:4947;41.7191508;-107.767962,way_type=user_defined:way_id=80E -edge,4947,4947;41.7191508;-107.767962:4948;41.719288;-107.7673544,way_type=user_defined:way_id=80E -edge,4948,4948;41.719288;-107.7673544:4949;41.719532;-107.7662864,way_type=user_defined:way_id=80E -edge,4949,4949;41.719532;-107.7662864:4950;41.7197206;-107.7654488,way_type=user_defined:way_id=80E -edge,4950,4950;41.7197206;-107.7654488:4951;41.7199282;-107.7645489,way_type=user_defined:way_id=80E -edge,4951,4951;41.7199282;-107.7645489:4952;41.720181;-107.7634285,way_type=user_defined:way_id=80E -edge,4952,4952;41.720181;-107.7634285:4953;41.7212409;-107.7587989,way_type=user_defined:way_id=80E -edge,4953,4953;41.7212409;-107.7587989:4954;41.7214435;-107.7578986,way_type=user_defined:way_id=80E -edge,4954,4954;41.7214435;-107.7578986:4955;41.7218233;-107.7562263,way_type=user_defined:way_id=80E -edge,4955,4955;41.7218233;-107.7562263:4956;41.7220468;-107.755258,way_type=user_defined:way_id=80E -edge,4956,4956;41.7220468;-107.755258:4957;41.7223819;-107.7537945,way_type=user_defined:way_id=80E -edge,4957,4957;41.7223819;-107.7537945:4958;41.7225848;-107.7528948,way_type=user_defined:way_id=80E -edge,4958,4958;41.7225848;-107.7528948:4959;41.722786;-107.7520158,way_type=user_defined:way_id=80E -edge,4959,4959;41.722786;-107.7520158:4960;41.7229275;-107.7513863,way_type=user_defined:way_id=80E -edge,4960,4960;41.7229275;-107.7513863:4961;41.7230704;-107.7507682,way_type=user_defined:way_id=80E -edge,4961,4961;41.7230704;-107.7507682:4962;41.723445;-107.7491253,way_type=user_defined:way_id=80E -edge,4962,4962;41.723445;-107.7491253:4963;41.7236285;-107.7483279,way_type=user_defined:way_id=80E -edge,4963,4963;41.7236285;-107.7483279:4964;41.7238655;-107.7472784,way_type=user_defined:way_id=80E -edge,4964,4964;41.7238655;-107.7472784:4965;41.7241263;-107.7461393,way_type=user_defined:way_id=80E -edge,4965,4965;41.7241263;-107.7461393:4966;41.72449824;-107.7445001,way_type=user_defined:way_id=80E -edge,4966,4966;41.72449824;-107.7445001:4967;41.72451303;-107.7444305,way_type=user_defined:way_id=80E -edge,4967,4967;41.72451303;-107.7444305:4968;41.72476266;-107.7433249,way_type=user_defined:way_id=80E -edge,4968,4968;41.72476266;-107.7433249:4969;41.72519787;-107.741421,way_type=user_defined:way_id=80E -edge,4969,4969;41.72519787;-107.741421:4970;41.725484;-107.7401846,way_type=user_defined:way_id=80E -edge,4970,4970;41.725484;-107.7401846:4971;41.7261561;-107.7372261,way_type=user_defined:way_id=80E -edge,4971,4971;41.7261561;-107.7372261:4972;41.72633038;-107.7364666,way_type=user_defined:way_id=80E -edge,4972,4972;41.72633038;-107.7364666:4973;41.7265405;-107.7355509,way_type=user_defined:way_id=80E -edge,4973,4973;41.7265405;-107.7355509:4974;41.7265405;-107.7355509,way_type=user_defined:way_id=80E -edge,4974,4974;41.7265405;-107.7355509:4975;41.7273446;-107.7320152,way_type=user_defined:way_id=80E -edge,4975,4975;41.7273446;-107.7320152:4976;41.7273565;-107.7319629,way_type=user_defined:way_id=80E -edge,4976,4976;41.7273565;-107.7319629:4977;41.7275597;-107.7310557,way_type=user_defined:way_id=80E -edge,4977,4977;41.7275597;-107.7310557:4978;41.7278454;-107.7298087,way_type=user_defined:way_id=80E -edge,4978,4978;41.7278454;-107.7298087:4979;41.72815559;-107.7284337,way_type=user_defined:way_id=80E -edge,4979,4979;41.72815559;-107.7284337:4980;41.72815559;-107.7284337,way_type=user_defined:way_id=80E -edge,4980,4980;41.72815559;-107.7284337:4981;41.72863507;-107.7263793,way_type=user_defined:way_id=80E -edge,4981,4981;41.72863507;-107.7263793:4982;41.72899415;-107.724789,way_type=user_defined:way_id=80E -edge,4982,4982;41.72899415;-107.724789:4983;41.72900761;-107.7247293,way_type=user_defined:way_id=80E -edge,4983,4983;41.72900761;-107.7247293:4984;41.72909843;-107.7243388,way_type=user_defined:way_id=80E -edge,4984,4984;41.72909843;-107.7243388:4985;41.7292642;-107.7236057,way_type=user_defined:way_id=80E -edge,4985,4985;41.7292642;-107.7236057:4986;41.7295145;-107.7224882,way_type=user_defined:way_id=80E -edge,4986,4986;41.7295145;-107.7224882:4987;41.72996963;-107.7204973,way_type=user_defined:way_id=80E -edge,4987,4987;41.72996963;-107.7204973:4988;41.72996963;-107.7204973,way_type=user_defined:way_id=80E -edge,4988,4988;41.72996963;-107.7204973:4989;41.7303881;-107.7186533,way_type=user_defined:way_id=80E -edge,4989,4989;41.7303881;-107.7186533:4990;41.7306585;-107.7174746,way_type=user_defined:way_id=80E -edge,4990,4990;41.7306585;-107.7174746:4991;41.73081625;-107.7167808,way_type=user_defined:way_id=80E -edge,4991,4991;41.73081625;-107.7167808:4992;41.7314419;-107.714029,way_type=user_defined:way_id=80E -edge,4992,4992;41.7314419;-107.714029:4993;41.7316107;-107.7132915,way_type=user_defined:way_id=80E -edge,4993,4993;41.7316107;-107.7132915:4994;41.7317998;-107.7124531,way_type=user_defined:way_id=80E -edge,4994,4994;41.7317998;-107.7124531:4995;41.7320618;-107.711314,way_type=user_defined:way_id=80E -edge,4995,4995;41.7320618;-107.711314:4996;41.7322667;-107.7104028,way_type=user_defined:way_id=80E -edge,4996,4996;41.7322667;-107.7104028:4997;41.732538;-107.7092241,way_type=user_defined:way_id=80E -edge,4997,4997;41.732538;-107.7092241:4998;41.7332703;-107.7059818,way_type=user_defined:way_id=80E -edge,4998,4998;41.7332703;-107.7059818:4999;41.7335515;-107.7047585,way_type=user_defined:way_id=80E -edge,4999,4999;41.7335515;-107.7047585:5000;41.7336766;-107.7042057,way_type=user_defined:way_id=80E -edge,5000,5000;41.7336766;-107.7042057:5001;41.7338082;-107.7036152,way_type=user_defined:way_id=80E -edge,5001,5001;41.7338082;-107.7036152:5002;41.7339456;-107.7030169,way_type=user_defined:way_id=80E -edge,5002,5002;41.7339456;-107.7030169:5003;41.7341441;-107.7021419,way_type=user_defined:way_id=80E -edge,5003,5003;41.7341441;-107.7021419:5004;41.7343591;-107.7012064,way_type=user_defined:way_id=80E -edge,5004,5004;41.7343591;-107.7012064:5005;41.7347252;-107.6995949,way_type=user_defined:way_id=80E -edge,5005,5005;41.7347252;-107.6995949:5006;41.7352143;-107.6974517,way_type=user_defined:way_id=80E -edge,5006,5006;41.7352143;-107.6974517:5007;41.7354168;-107.6965522,way_type=user_defined:way_id=80E -edge,5007,5007;41.7354168;-107.6965522:5008;41.7357679;-107.6950141,way_type=user_defined:way_id=80E -edge,5008,5008;41.7357679;-107.6950141:5009;41.7360974;-107.6935506,way_type=user_defined:way_id=80E -edge,5009,5009;41.7360974;-107.6935506:5010;41.7365554;-107.6915391,way_type=user_defined:way_id=80E -edge,5010,5010;41.7365554;-107.6915391:5011;41.7366905;-107.6909403,way_type=user_defined:way_id=80E -edge,5011,5011;41.7366905;-107.6909403:5012;41.7368996;-107.6900364,way_type=user_defined:way_id=80E -edge,5012,5012;41.7368996;-107.6900364:5013;41.7370564;-107.6893432,way_type=user_defined:way_id=80E -edge,5013,5013;41.7370564;-107.6893432:5014;41.7372408;-107.688538,way_type=user_defined:way_id=80E -edge,5014,5014;41.7372408;-107.688538:5015;41.737508;-107.6873566,way_type=user_defined:way_id=80E -edge,5015,5015;41.737508;-107.6873566:5016;41.7377091;-107.6864744,way_type=user_defined:way_id=80E -edge,5016,5016;41.7377091;-107.6864744:5017;41.7380375;-107.6850191,way_type=user_defined:way_id=80E -edge,5017,5017;41.7380375;-107.6850191:5018;41.7381811;-107.6843915,way_type=user_defined:way_id=80E -edge,5018,5018;41.7381811;-107.6843915:5019;41.7384973;-107.6829972,way_type=user_defined:way_id=80E -edge,5019,5019;41.7384973;-107.6829972:5020;41.7387774;-107.6817768,way_type=user_defined:way_id=80E -edge,5020,5020;41.7387774;-107.6817768:5021;41.7390057;-107.6807613,way_type=user_defined:way_id=80E -edge,5021,5021;41.7390057;-107.6807613:5022;41.739457;-107.678783,way_type=user_defined:way_id=80E -edge,5022,5022;41.739457;-107.678783:5023;41.7397232;-107.6775968,way_type=user_defined:way_id=80E -edge,5023,5023;41.7397232;-107.6775968:5024;41.7402407;-107.6753373,way_type=user_defined:way_id=80E -edge,5024,5024;41.7402407;-107.6753373:5025;41.7403969;-107.674646,way_type=user_defined:way_id=80E -edge,5025,5025;41.7403969;-107.674646:5026;41.74046;-107.6743597,way_type=user_defined:way_id=80E -edge,5026,5026;41.74046;-107.6743597:5027;41.7405195;-107.6740818,way_type=user_defined:way_id=80E -edge,5027,5027;41.7405195;-107.6740818:5028;41.7405927;-107.6737289,way_type=user_defined:way_id=80E -edge,5028,5028;41.7405927;-107.6737289:5029;41.740643;-107.6734775,way_type=user_defined:way_id=80E -edge,5029,5029;41.740643;-107.6734775:5030;41.7407029;-107.6731681,way_type=user_defined:way_id=80E -edge,5030,5030;41.7407029;-107.6731681:5031;41.7408081;-107.672603,way_type=user_defined:way_id=80E -edge,5031,5031;41.7408081;-107.672603:5032;41.7408717;-107.6722465,way_type=user_defined:way_id=80E -edge,5032,5032;41.7408717;-107.6722465:5033;41.7409139;-107.6719991,way_type=user_defined:way_id=80E -edge,5033,5033;41.7409139;-107.6719991:5034;41.7409682;-107.6716684,way_type=user_defined:way_id=80E -edge,5034,5034;41.7409682;-107.6716684:5035;41.7410338;-107.67125,way_type=user_defined:way_id=80E -edge,5035,5035;41.7410338;-107.67125:5036;41.7411349;-107.6705701,way_type=user_defined:way_id=80E -edge,5036,5036;41.7411349;-107.6705701:5037;41.7411968;-107.670135,way_type=user_defined:way_id=80E -edge,5037,5037;41.7411968;-107.670135:5038;41.741234;-107.6698567,way_type=user_defined:way_id=80E -edge,5038,5038;41.741234;-107.6698567:5039;41.7412714;-107.6695599,way_type=user_defined:way_id=80E -edge,5039,5039;41.7412714;-107.6695599:5040;41.7413129;-107.6692058,way_type=user_defined:way_id=80E -edge,5040,5040;41.7413129;-107.6692058:5041;41.7413757;-107.6686293,way_type=user_defined:way_id=80E -edge,5041,5041;41.7413757;-107.6686293:5042;41.7414088;-107.668304,way_type=user_defined:way_id=80E -edge,5042,5042;41.7414088;-107.668304:5043;41.7414656;-107.6676921,way_type=user_defined:way_id=80E -edge,5043,5043;41.7414656;-107.6676921:5044;41.7415152;-107.6671013,way_type=user_defined:way_id=80E -edge,5044,5044;41.7415152;-107.6671013:5045;41.7415394;-107.6667874,way_type=user_defined:way_id=80E -edge,5045,5045;41.7415394;-107.6667874:5046;41.7416714;-107.6649325,way_type=user_defined:way_id=80E -edge,5046,5046;41.7416714;-107.6649325:5047;41.7418237;-107.6628359,way_type=user_defined:way_id=80E -edge,5047,5047;41.7418237;-107.6628359:5048;41.741912;-107.6615637,way_type=user_defined:way_id=80E -edge,5048,5048;41.741912;-107.6615637:5049;41.7420171;-107.6601105,way_type=user_defined:way_id=80E -edge,5049,5049;41.7420171;-107.6601105:5050;41.7421532;-107.6581969,way_type=user_defined:way_id=80E -edge,5050,5050;41.7421532;-107.6581969:5051;41.7422573;-107.6566764,way_type=user_defined:way_id=80E -edge,5051,5051;41.7422573;-107.6566764:5052;41.742332;-107.6556174,way_type=user_defined:way_id=80E -edge,5052,5052;41.742332;-107.6556174:5053;41.7423923;-107.6547848,way_type=user_defined:way_id=80E -edge,5053,5053;41.7423923;-107.6547848:5054;41.742455;-107.653877,way_type=user_defined:way_id=80E -edge,5054,5054;41.742455;-107.653877:5055;41.7425255;-107.6529382,way_type=user_defined:way_id=80E -edge,5055,5055;41.7425255;-107.6529382:5056;41.7425824;-107.6521425,way_type=user_defined:way_id=80E -edge,5056,5056;41.7425824;-107.6521425:5057;41.7427437;-107.6498173,way_type=user_defined:way_id=80E -edge,5057,5057;41.7427437;-107.6498173:5058;41.7428084;-107.6489037,way_type=user_defined:way_id=80E -edge,5058,5058;41.7428084;-107.6489037:5059;41.7429185;-107.6473803,way_type=user_defined:way_id=80E -edge,5059,5059;41.7429185;-107.6473803:5060;41.7430137;-107.645991,way_type=user_defined:way_id=80E -edge,5060,5060;41.7430137;-107.645991:5061;41.7431307;-107.6443303,way_type=user_defined:way_id=80E -edge,5061,5061;41.7431307;-107.6443303:5062;41.7431812;-107.6436492,way_type=user_defined:way_id=80E -edge,5062,5062;41.7431812;-107.6436492:5063;41.7432289;-107.6430281,way_type=user_defined:way_id=80E -edge,5063,5063;41.7432289;-107.6430281:5064;41.7432718;-107.6424365,way_type=user_defined:way_id=80E -edge,5064,5064;41.7432718;-107.6424365:5065;41.7433556;-107.6412043,way_type=user_defined:way_id=80E -edge,5065,5065;41.7433556;-107.6412043:5066;41.7434834;-107.6393945,way_type=user_defined:way_id=80E -edge,5066,5066;41.7434834;-107.6393945:5067;41.7435473;-107.6384534,way_type=user_defined:way_id=80E -edge,5067,5067;41.7435473;-107.6384534:5068;41.7437081;-107.6362445,way_type=user_defined:way_id=80E -edge,5068,5068;41.7437081;-107.6362445:5069;41.7437884;-107.6350859,way_type=user_defined:way_id=80E -edge,5069,5069;41.7437884;-107.6350859:5070;41.743899;-107.6335591,way_type=user_defined:way_id=80E -edge,5070,5070;41.743899;-107.6335591:5071;41.7440082;-107.6320038,way_type=user_defined:way_id=80E -edge,5071,5071;41.7440082;-107.6320038:5072;41.7441596;-107.6298886,way_type=user_defined:way_id=80E -edge,5072,5072;41.7441596;-107.6298886:5073;41.744251;-107.6285642,way_type=user_defined:way_id=80E -edge,5073,5073;41.744251;-107.6285642:5074;41.7445017;-107.625046,way_type=user_defined:way_id=80E -edge,5074,5074;41.7445017;-107.625046:5075;41.74458311;-107.6238871,way_type=user_defined:way_id=80E -edge,5075,5075;41.74458311;-107.6238871:5076;41.74458725;-107.6238085,way_type=user_defined:way_id=80E -edge,5076,5076;41.74458725;-107.6238085:5077;41.74459514;-107.6237177,way_type=user_defined:way_id=80E -edge,5077,5077;41.74459514;-107.6237177:5078;41.7446638;-107.622756,way_type=user_defined:way_id=80E -edge,5078,5078;41.7446638;-107.622756:5079;41.7448272;-107.6203587,way_type=user_defined:way_id=80E -edge,5079,5079;41.7448272;-107.6203587:5080;41.74496793;-107.6184248,way_type=user_defined:way_id=80E -edge,5080,5080;41.74496793;-107.6184248:5081;41.74496793;-107.6184248,way_type=user_defined:way_id=80E -edge,5081,5081;41.74496793;-107.6184248:5082;41.74504901;-107.6173201,way_type=user_defined:way_id=80E -edge,5082,5082;41.74504901;-107.6173201:5083;41.74505232;-107.6172737,way_type=user_defined:way_id=80E -edge,5083,5083;41.74505232;-107.6172737:5084;41.7452201;-107.61485,way_type=user_defined:way_id=80E -edge,5084,5084;41.7452201;-107.61485:5085;41.7453056;-107.6136717,way_type=user_defined:way_id=80E -edge,5085,5085;41.7453056;-107.6136717:5086;41.745372;-107.6127565,way_type=user_defined:way_id=80E -edge,5086,5086;41.745372;-107.6127565:5087;41.74546705;-107.6113902,way_type=user_defined:way_id=80E -edge,5087,5087;41.74546705;-107.6113902:5088;41.74550152;-107.6109254,way_type=user_defined:way_id=80E -edge,5088,5088;41.74550152;-107.6109254:5089;41.74550362;-107.6108541,way_type=user_defined:way_id=80E -edge,5089,5089;41.74550362;-107.6108541:5090;41.7456081;-107.6093063,way_type=user_defined:way_id=80E -edge,5090,5090;41.7456081;-107.6093063:5091;41.7457992;-107.6066522,way_type=user_defined:way_id=80E -edge,5091,5091;41.7457992;-107.6066522:5092;41.745926;-107.6048473,way_type=user_defined:way_id=80E -edge,5092,5092;41.745926;-107.6048473:5093;41.7460016;-107.6037998,way_type=user_defined:way_id=80E -edge,5093,5093;41.7460016;-107.6037998:5094;41.7461086;-107.6022668,way_type=user_defined:way_id=80E -edge,5094,5094;41.7461086;-107.6022668:5095;41.7461733;-107.6013676,way_type=user_defined:way_id=80E -edge,5095,5095;41.7461733;-107.6013676:5096;41.7462845;-107.5997387,way_type=user_defined:way_id=80E -edge,5096,5096;41.7462845;-107.5997387:5097;41.7464956;-107.5967611,way_type=user_defined:way_id=80E -edge,5097,5097;41.7464956;-107.5967611:5098;41.7465966;-107.5952718,way_type=user_defined:way_id=80E -edge,5098,5098;41.7465966;-107.5952718:5099;41.7466793;-107.5941185,way_type=user_defined:way_id=80E -edge,5099,5099;41.7466793;-107.5941185:5100;41.746751;-107.593076,way_type=user_defined:way_id=80E -edge,5100,5100;41.746751;-107.593076:5101;41.746869;-107.5914817,way_type=user_defined:way_id=80E -edge,5101,5101;41.746869;-107.5914817:5102;41.7469063;-107.5909435,way_type=user_defined:way_id=80E -edge,5102,5102;41.7469063;-107.5909435:5103;41.7470087;-107.5894189,way_type=user_defined:way_id=80E -edge,5103,5103;41.7470087;-107.5894189:5104;41.747116;-107.5879071,way_type=user_defined:way_id=80E -edge,5104,5104;41.747116;-107.5879071:5105;41.7473229;-107.5851214,way_type=user_defined:way_id=80E -edge,5105,5105;41.7473229;-107.5851214:5106;41.7473719;-107.5845046,way_type=user_defined:way_id=80E -edge,5106,5106;41.7473719;-107.5845046:5107;41.7474217;-107.5839253,way_type=user_defined:way_id=80E -edge,5107,5107;41.7474217;-107.5839253:5108;41.7474523;-107.5835977,way_type=user_defined:way_id=80E -edge,5108,5108;41.7474523;-107.5835977:5109;41.747514;-107.5829832,way_type=user_defined:way_id=80E -edge,5109,5109;41.747514;-107.5829832:5110;41.7475496;-107.5826479,way_type=user_defined:way_id=80E -edge,5110,5110;41.7475496;-107.5826479:5111;41.7476133;-107.5820886,way_type=user_defined:way_id=80E -edge,5111,5111;41.7476133;-107.5820886:5112;41.7476522;-107.5817634,way_type=user_defined:way_id=80E -edge,5112,5112;41.7476522;-107.5817634:5113;41.7477389;-107.5810837,way_type=user_defined:way_id=80E -edge,5113,5113;41.7477389;-107.5810837:5114;41.7479057;-107.579823,way_type=user_defined:way_id=80E -edge,5114,5114;41.7479057;-107.579823:5115;41.7479809;-107.5792846,way_type=user_defined:way_id=80E -edge,5115,5115;41.7479809;-107.5792846:5116;41.7480232;-107.578997,way_type=user_defined:way_id=80E -edge,5116,5116;41.7480232;-107.578997:5117;41.7481249;-107.57835,way_type=user_defined:way_id=80E -edge,5117,5117;41.7481249;-107.57835:5118;41.7481702;-107.5780735,way_type=user_defined:way_id=80E -edge,5118,5118;41.7481702;-107.5780735:5119;41.7482187;-107.5777885,way_type=user_defined:way_id=80E -edge,5119,5119;41.7482187;-107.5777885:5120;41.7483504;-107.5770437,way_type=user_defined:way_id=80E -edge,5120,5120;41.7483504;-107.5770437:5121;41.7484941;-107.5762556,way_type=user_defined:way_id=80E -edge,5121,5121;41.7484941;-107.5762556:5122;41.7485589;-107.5759084,way_type=user_defined:way_id=80E -edge,5122,5122;41.7485589;-107.5759084:5123;41.748662;-107.5753793,way_type=user_defined:way_id=80E -edge,5123,5123;41.748662;-107.5753793:5124;41.7487928;-107.5747419,way_type=user_defined:way_id=80E -edge,5124,5124;41.7487928;-107.5747419:5125;41.7488586;-107.5744325,way_type=user_defined:way_id=80E -edge,5125,5125;41.7488586;-107.5744325:5126;41.7491099;-107.5732744,way_type=user_defined:way_id=80E -edge,5126,5126;41.7491099;-107.5732744:5127;41.7493522;-107.5721443,way_type=user_defined:way_id=80E -edge,5127,5127;41.7493522;-107.5721443:5128;41.7495654;-107.5711733,way_type=user_defined:way_id=80E -edge,5128,5128;41.7495654;-107.5711733:5129;41.7499008;-107.5696753,way_type=user_defined:way_id=80E -edge,5129,5129;41.7499008;-107.5696753:5130;41.7500302;-107.5690726,way_type=user_defined:way_id=80E -edge,5130,5130;41.7500302;-107.5690726:5131;41.7506771;-107.5661371,way_type=user_defined:way_id=80E -edge,5131,5131;41.7506771;-107.5661371:5132;41.75076283;-107.5657413,way_type=user_defined:way_id=80E -edge,5132,5132;41.75076283;-107.5657413:5133;41.75089941;-107.5651107,way_type=user_defined:way_id=80E -edge,5133,5133;41.75089941;-107.5651107:5134;41.75089941;-107.5651107,way_type=user_defined:way_id=80E -edge,5134,5134;41.75089941;-107.5651107:5135;41.7510278;-107.5645215,way_type=user_defined:way_id=80E -edge,5135,5135;41.7510278;-107.5645215:5136;41.7513301;-107.5631564,way_type=user_defined:way_id=80E -edge,5136,5136;41.7513301;-107.5631564:5137;41.7515196;-107.5622895,way_type=user_defined:way_id=80E -edge,5137,5137;41.7515196;-107.5622895:5138;41.75158392;-107.5619993,way_type=user_defined:way_id=80E -edge,5138,5138;41.75158392;-107.5619993:5139;41.7517211;-107.5613803,way_type=user_defined:way_id=80E -edge,5139,5139;41.7517211;-107.5613803:5140;41.75222262;-107.5591009,way_type=user_defined:way_id=80E -edge,5140,5140;41.75222262;-107.5591009:5141;41.75222262;-107.5591009,way_type=user_defined:way_id=80E -edge,5141,5141;41.75222262;-107.5591009:5142;41.7526432;-107.5571906,way_type=user_defined:way_id=80E -edge,5142,5142;41.7526432;-107.5571906:5143;41.7528087;-107.5564253,way_type=user_defined:way_id=80E -edge,5143,5143;41.7528087;-107.5564253:5144;41.7528877;-107.55606,way_type=user_defined:way_id=80E -edge,5144,5144;41.7528877;-107.55606:5145;41.7531504;-107.5548671,way_type=user_defined:way_id=80E -edge,5145,5145;41.7531504;-107.5548671:5146;41.753279;-107.5542768,way_type=user_defined:way_id=80E -edge,5146,5146;41.753279;-107.5542768:5147;41.753342;-107.5539917,way_type=user_defined:way_id=80E -edge,5147,5147;41.753342;-107.5539917:5148;41.7535364;-107.5531297,way_type=user_defined:way_id=80E -edge,5148,5148;41.7535364;-107.5531297:5149;41.7536964;-107.5523924,way_type=user_defined:way_id=80E -edge,5149,5149;41.7536964;-107.5523924:5150;41.7536964;-107.5523924,way_type=user_defined:way_id=80E -edge,5150,5150;41.7536964;-107.5523924:5151;41.7538849;-107.5515255,way_type=user_defined:way_id=80E -edge,5151,5151;41.7538849;-107.5515255:5152;41.7543706;-107.5493222,way_type=user_defined:way_id=80E -edge,5152,5152;41.7543706;-107.5493222:5153;41.75464118;-107.5480779,way_type=user_defined:way_id=80E -edge,5153,5153;41.75464118;-107.5480779:5154;41.7547151;-107.5477379,way_type=user_defined:way_id=80E -edge,5154,5154;41.7547151;-107.5477379:5155;41.7548935;-107.5469359,way_type=user_defined:way_id=80E -edge,5155,5155;41.7548935;-107.5469359:5156;41.7550295;-107.5463162,way_type=user_defined:way_id=80E -edge,5156,5156;41.7550295;-107.5463162:5157;41.7552397;-107.5453782,way_type=user_defined:way_id=80E -edge,5157,5157;41.7552397;-107.5453782:5158;41.7555541;-107.5439351,way_type=user_defined:way_id=80E -edge,5158,5158;41.7555541;-107.5439351:5159;41.7562786;-107.5406565,way_type=user_defined:way_id=80E -edge,5159,5159;41.7562786;-107.5406565:5160;41.7565981;-107.5391759,way_type=user_defined:way_id=80E -edge,5160,5160;41.7565981;-107.5391759:5161;41.7571077;-107.5368659,way_type=user_defined:way_id=80E -edge,5161,5161;41.7571077;-107.5368659:5162;41.7575794;-107.5347059,way_type=user_defined:way_id=80E -edge,5162,5162;41.7575794;-107.5347059:5163;41.7578434;-107.533513,way_type=user_defined:way_id=80E -edge,5163,5163;41.7578434;-107.533513:5164;41.7583455;-107.5312087,way_type=user_defined:way_id=80E -edge,5164,5164;41.7583455;-107.5312087:5165;41.7584851;-107.5305777,way_type=user_defined:way_id=80E -edge,5165,5165;41.7584851;-107.5305777:5166;41.7586776;-107.5296952,way_type=user_defined:way_id=80E -edge,5166,5166;41.7586776;-107.5296952:5167;41.7590009;-107.5282294,way_type=user_defined:way_id=80E -edge,5167,5167;41.7590009;-107.5282294:5168;41.7593257;-107.526727,way_type=user_defined:way_id=80E -edge,5168,5168;41.7593257;-107.526727:5169;41.75955334;-107.5256903,way_type=user_defined:way_id=80E -edge,5169,5169;41.75955334;-107.5256903:5170;41.7596483;-107.5252578,way_type=user_defined:way_id=80E -edge,5170,5170;41.7596483;-107.5252578:5171;41.7597801;-107.5246763,way_type=user_defined:way_id=80E -edge,5171,5171;41.7597801;-107.5246763:5172;41.7598793;-107.5242317,way_type=user_defined:way_id=80E -edge,5172,5172;41.7598793;-107.5242317:5173;41.7601275;-107.5230995,way_type=user_defined:way_id=80E -edge,5173,5173;41.7601275;-107.5230995:5174;41.7603053;-107.522297,way_type=user_defined:way_id=80E -edge,5174,5174;41.7603053;-107.522297:5175;41.760625;-107.5208187,way_type=user_defined:way_id=80E -edge,5175,5175;41.760625;-107.5208187:5176;41.7613381;-107.5175705,way_type=user_defined:way_id=80E -edge,5176,5176;41.7613381;-107.5175705:5177;41.76155305;-107.5165952,way_type=user_defined:way_id=80E -edge,5177,5177;41.76155305;-107.5165952:5178;41.761731;-107.5157877,way_type=user_defined:way_id=80E -edge,5178,5178;41.761731;-107.5157877:5179;41.7623532;-107.512924,way_type=user_defined:way_id=80E -edge,5179,5179;41.7623532;-107.512924:5180;41.7626776;-107.5114542,way_type=user_defined:way_id=80E -edge,5180,5180;41.7626776;-107.5114542:5181;41.7628973;-107.5104404,way_type=user_defined:way_id=80E -edge,5181,5181;41.7628973;-107.5104404:5182;41.7631522;-107.5092845,way_type=user_defined:way_id=80E -edge,5182,5182;41.7631522;-107.5092845:5183;41.7633939;-107.5081709,way_type=user_defined:way_id=80E -edge,5183,5183;41.7633939;-107.5081709:5184;41.7636001;-107.507245,way_type=user_defined:way_id=80E -edge,5184,5184;41.7636001;-107.507245:5185;41.7637837;-107.506398,way_type=user_defined:way_id=80E -edge,5185,5185;41.7637837;-107.506398:5186;41.7639564;-107.505616,way_type=user_defined:way_id=80E -edge,5186,5186;41.7639564;-107.505616:5187;41.7639818;-107.5054871,way_type=user_defined:way_id=80E -edge,5187,5187;41.7639818;-107.5054871:5188;41.76400063;-107.5053992,way_type=user_defined:way_id=80E -edge,5188,5188;41.76400063;-107.5053992:5189;41.76400063;-107.5053992,way_type=user_defined:way_id=80E -edge,5189,5189;41.76400063;-107.5053992:5190;41.7641126;-107.5048785,way_type=user_defined:way_id=80E -edge,5190,5190;41.7641126;-107.5048785:5191;41.7642654;-107.5041881,way_type=user_defined:way_id=80E -edge,5191,5191;41.7642654;-107.5041881:5192;41.764556;-107.502904,way_type=user_defined:way_id=80E -edge,5192,5192;41.764556;-107.502904:5193;41.7652402;-107.4998536,way_type=user_defined:way_id=80E -edge,5193,5193;41.7652402;-107.4998536:5194;41.7656847;-107.4978601,way_type=user_defined:way_id=80E -edge,5194,5194;41.7656847;-107.4978601:5195;41.7660378;-107.4962909,way_type=user_defined:way_id=80E -edge,5195,5195;41.7660378;-107.4962909:5196;41.766338;-107.4949481,way_type=user_defined:way_id=80E -edge,5196,5196;41.766338;-107.4949481:5197;41.7668905;-107.4924931,way_type=user_defined:way_id=80E -edge,5197,5197;41.7668905;-107.4924931:5198;41.767364;-107.4903651,way_type=user_defined:way_id=80E -edge,5198,5198;41.767364;-107.4903651:5199;41.7685455;-107.485101,way_type=user_defined:way_id=80E -edge,5199,5199;41.7685455;-107.485101:5200;41.7687371;-107.4842387,way_type=user_defined:way_id=80E -edge,5200,5200;41.7687371;-107.4842387:5201;41.7691524;-107.4823833,way_type=user_defined:way_id=80E -edge,5201,5201;41.7691524;-107.4823833:5202;41.7693371;-107.4815494,way_type=user_defined:way_id=80E -edge,5202,5202;41.7693371;-107.4815494:5203;41.7695985;-107.4803951,way_type=user_defined:way_id=80E -edge,5203,5203;41.7695985;-107.4803951:5204;41.769867;-107.4791829,way_type=user_defined:way_id=80E -edge,5204,5204;41.769867;-107.4791829:5205;41.7701211;-107.4780577,way_type=user_defined:way_id=80E -edge,5205,5205;41.7701211;-107.4780577:5206;41.7703214;-107.4771568,way_type=user_defined:way_id=80E -edge,5206,5206;41.7703214;-107.4771568:5207;41.7704639;-107.4765279,way_type=user_defined:way_id=80E -edge,5207,5207;41.7704639;-107.4765279:5208;41.7706598;-107.4756478,way_type=user_defined:way_id=80E -edge,5208,5208;41.7706598;-107.4756478:5209;41.7710488;-107.4739187,way_type=user_defined:way_id=80E -edge,5209,5209;41.7710488;-107.4739187:5210;41.7714547;-107.4721058,way_type=user_defined:way_id=80E -edge,5210,5210;41.7714547;-107.4721058:5211;41.77163471;-107.4712979,way_type=user_defined:way_id=80E -edge,5211,5211;41.77163471;-107.4712979:5212;41.7718677;-107.4702522,way_type=user_defined:way_id=80E -edge,5212,5212;41.7718677;-107.4702522:5213;41.7718677;-107.4702522,way_type=user_defined:way_id=80E -edge,5213,5213;41.7718677;-107.4702522:5214;41.7721241;-107.4691016,way_type=user_defined:way_id=80E -edge,5214,5214;41.7721241;-107.4691016:5215;41.77233264;-107.4681857,way_type=user_defined:way_id=80E -edge,5215,5215;41.77233264;-107.4681857:5216;41.7723949;-107.4679123,way_type=user_defined:way_id=80E -edge,5216,5216;41.7723949;-107.4679123:5217;41.77277458;-107.4662063,way_type=user_defined:way_id=80E -edge,5217,5217;41.77277458;-107.4662063:5218;41.77277458;-107.4662063,way_type=user_defined:way_id=80E -edge,5218,5218;41.77277458;-107.4662063:5219;41.77293283;-107.4654881,way_type=user_defined:way_id=80E -edge,5219,5219;41.77293283;-107.4654881:5220;41.7732043;-107.464303,way_type=user_defined:way_id=80E -edge,5220,5220;41.7732043;-107.464303:5221;41.77341077;-107.4633825,way_type=user_defined:way_id=80E -edge,5221,5221;41.77341077;-107.4633825:5222;41.7737764;-107.4617525,way_type=user_defined:way_id=80E -edge,5222,5222;41.7737764;-107.4617525:5223;41.7739129;-107.4611341,way_type=user_defined:way_id=80E -edge,5223,5223;41.7739129;-107.4611341:5224;41.7739129;-107.4611341,way_type=user_defined:way_id=80E -edge,5224,5224;41.7739129;-107.4611341:5225;41.77412151;-107.4602084,way_type=user_defined:way_id=80E -edge,5225,5225;41.77412151;-107.4602084:5226;41.7744477;-107.458761,way_type=user_defined:way_id=80E -edge,5226,5226;41.7744477;-107.458761:5227;41.7749024;-107.4567295,way_type=user_defined:way_id=80E -edge,5227,5227;41.7749024;-107.4567295:5228;41.7755046;-107.4540479,way_type=user_defined:way_id=80E -edge,5228,5228;41.7755046;-107.4540479:5229;41.7756333;-107.4534671,way_type=user_defined:way_id=80E -edge,5229,5229;41.7756333;-107.4534671:5230;41.7757753;-107.4528387,way_type=user_defined:way_id=80E -edge,5230,5230;41.7757753;-107.4528387:5231;41.7760263;-107.4517097,way_type=user_defined:way_id=80E -edge,5231,5231;41.7760263;-107.4517097:5232;41.776421;-107.4499678,way_type=user_defined:way_id=80E -edge,5232,5232;41.776421;-107.4499678:5233;41.77672238;-107.4486194,way_type=user_defined:way_id=80E -edge,5233,5233;41.77672238;-107.4486194:5234;41.77682459;-107.4481558,way_type=user_defined:way_id=80E -edge,5234,5234;41.77682459;-107.4481558:5235;41.77684885;-107.448051,way_type=user_defined:way_id=80E -edge,5235,5235;41.77684885;-107.448051:5236;41.7768955;-107.4478494,way_type=user_defined:way_id=80E -edge,5236,5236;41.7768955;-107.4478494:5237;41.7776012;-107.4446702,way_type=user_defined:way_id=80E -edge,5237,5237;41.7776012;-107.4446702:5238;41.7778847;-107.4434061,way_type=user_defined:way_id=80E -edge,5238,5238;41.7778847;-107.4434061:5239;41.7785116;-107.4406302,way_type=user_defined:way_id=80E -edge,5239,5239;41.7785116;-107.4406302:5240;41.7788;-107.439336,way_type=user_defined:way_id=80E -edge,5240,5240;41.7788;-107.439336:5241;41.7789566;-107.4386396,way_type=user_defined:way_id=80E -edge,5241,5241;41.7789566;-107.4386396:5242;41.7793465;-107.4368852,way_type=user_defined:way_id=80E -edge,5242,5242;41.7793465;-107.4368852:5243;41.7798005;-107.4348739,way_type=user_defined:way_id=80E -edge,5243,5243;41.7798005;-107.4348739:5244;41.7803231;-107.4325386,way_type=user_defined:way_id=80E -edge,5244,5244;41.7803231;-107.4325386:5245;41.7805144;-107.4316777,way_type=user_defined:way_id=80E -edge,5245,5245;41.7805144;-107.4316777:5246;41.7809257;-107.4298551,way_type=user_defined:way_id=80E -edge,5246,5246;41.7809257;-107.4298551:5247;41.7811805;-107.4287042,way_type=user_defined:way_id=80E -edge,5247,5247;41.7811805;-107.4287042:5248;41.7814604;-107.4274496,way_type=user_defined:way_id=80E -edge,5248,5248;41.7814604;-107.4274496:5249;41.7817902;-107.4259842,way_type=user_defined:way_id=80E -edge,5249,5249;41.7817902;-107.4259842:5250;41.7820532;-107.4247908,way_type=user_defined:way_id=80E -edge,5250,5250;41.7820532;-107.4247908:5251;41.7822595;-107.4238802,way_type=user_defined:way_id=80E -edge,5251,5251;41.7822595;-107.4238802:5252;41.7825856;-107.4224276,way_type=user_defined:way_id=80E -edge,5252,5252;41.7825856;-107.4224276:5253;41.7828264;-107.4213444,way_type=user_defined:way_id=80E -edge,5253,5253;41.7828264;-107.4213444:5254;41.7831877;-107.4197397,way_type=user_defined:way_id=80E -edge,5254,5254;41.7831877;-107.4197397:5255;41.7837065;-107.417405,way_type=user_defined:way_id=80E -edge,5255,5255;41.7837065;-107.417405:5256;41.7839806;-107.416182,way_type=user_defined:way_id=80E -edge,5256,5256;41.7839806;-107.416182:5257;41.7842219;-107.4150706,way_type=user_defined:way_id=80E -edge,5257,5257;41.7842219;-107.4150706:5258;41.7843056;-107.4146755,way_type=user_defined:way_id=80E -edge,5258,5258;41.7843056;-107.4146755:5259;41.7843056;-107.4146755,way_type=user_defined:way_id=80E -edge,5259,5259;41.7843056;-107.4146755:5260;41.7843653;-107.4143825,way_type=user_defined:way_id=80E -edge,5260,5260;41.7843653;-107.4143825:5261;41.7844634;-107.4138867,way_type=user_defined:way_id=80E -edge,5261,5261;41.7844634;-107.4138867:5262;41.7845228;-107.4135737,way_type=user_defined:way_id=80E -edge,5262,5262;41.7845228;-107.4135737:5263;41.7845703;-107.413316,way_type=user_defined:way_id=80E -edge,5263,5263;41.7845703;-107.413316:5264;41.7846147;-107.4130751,way_type=user_defined:way_id=80E -edge,5264,5264;41.7846147;-107.4130751:5265;41.78464892;-107.4128854,way_type=user_defined:way_id=80E -edge,5265,5265;41.78464892;-107.4128854:5266;41.7846798;-107.4127143,way_type=user_defined:way_id=80E -edge,5266,5266;41.7846798;-107.4127143:5267;41.7847784;-107.412148,way_type=user_defined:way_id=80E -edge,5267,5267;41.7847784;-107.412148:5268;41.7848442;-107.4117573,way_type=user_defined:way_id=80E -edge,5268,5268;41.7848442;-107.4117573:5269;41.784914;-107.4113271,way_type=user_defined:way_id=80E -edge,5269,5269;41.784914;-107.4113271:5270;41.784914;-107.4113271,way_type=user_defined:way_id=80E -edge,5270,5270;41.784914;-107.4113271:5271;41.784978;-107.4109125,way_type=user_defined:way_id=80E -edge,5271,5271;41.784978;-107.4109125:5272;41.78502788;-107.4105747,way_type=user_defined:way_id=80E -edge,5272,5272;41.78502788;-107.4105747:5273;41.78506254;-107.41034,way_type=user_defined:way_id=80E -edge,5273,5273;41.78506254;-107.41034:5274;41.78506254;-107.41034,way_type=user_defined:way_id=80E -edge,5274,5274;41.78506254;-107.41034:5275;41.7851975;-107.409415,way_type=user_defined:way_id=80E -edge,5275,5275;41.7851975;-107.409415:5276;41.7852432;-107.4090902,way_type=user_defined:way_id=80E -edge,5276,5276;41.7852432;-107.4090902:5277;41.785283;-107.4087944,way_type=user_defined:way_id=80E -edge,5277,5277;41.785283;-107.4087944:5278;41.7853228;-107.4084791,way_type=user_defined:way_id=80E -edge,5278,5278;41.7853228;-107.4084791:5279;41.7853573;-107.4081908,way_type=user_defined:way_id=80E -edge,5279,5279;41.7853573;-107.4081908:5280;41.7854246;-107.4076141,way_type=user_defined:way_id=80E -edge,5280,5280;41.7854246;-107.4076141:5281;41.7854645;-107.4072606,way_type=user_defined:way_id=80E -edge,5281,5281;41.7854645;-107.4072606:5282;41.7860149;-107.4022925,way_type=user_defined:way_id=80E -edge,5282,5282;41.7860149;-107.4022925:5283;41.7862383;-107.4002475,way_type=user_defined:way_id=80E -edge,5283,5283;41.7862383;-107.4002475:5284;41.7863865;-107.398929,way_type=user_defined:way_id=80E -edge,5284,5284;41.7863865;-107.398929:5285;41.7866409;-107.3966201,way_type=user_defined:way_id=80E -edge,5285,5285;41.7866409;-107.3966201:5286;41.7868114;-107.3951036,way_type=user_defined:way_id=80E -edge,5286,5286;41.7868114;-107.3951036:5287;41.7869135;-107.3941676,way_type=user_defined:way_id=80E -edge,5287,5287;41.7869135;-107.3941676:5288;41.7870182;-107.3932406,way_type=user_defined:way_id=80E -edge,5288,5288;41.7870182;-107.3932406:5289;41.78719;-107.3916594,way_type=user_defined:way_id=80E -edge,5289,5289;41.78719;-107.3916594:5290;41.7873209;-107.3905104,way_type=user_defined:way_id=80E -edge,5290,5290;41.7873209;-107.3905104:5291;41.787359;-107.3901654,way_type=user_defined:way_id=80E -edge,5291,5291;41.787359;-107.3901654:5292;41.7874554;-107.3892694,way_type=user_defined:way_id=80E -edge,5292,5292;41.7874554;-107.3892694:5293;41.7874883;-107.3889521,way_type=user_defined:way_id=80E -edge,5293,5293;41.7874883;-107.3889521:5294;41.7875191;-107.3886357,way_type=user_defined:way_id=80E -edge,5294,5294;41.7875191;-107.3886357:5295;41.7875455;-107.3883383,way_type=user_defined:way_id=80E -edge,5295,5295;41.7875455;-107.3883383:5296;41.7875727;-107.3880121,way_type=user_defined:way_id=80E -edge,5296,5296;41.7875727;-107.3880121:5297;41.7876174;-107.3874266,way_type=user_defined:way_id=80E -edge,5297,5297;41.7876174;-107.3874266:5298;41.787639;-107.3871105,way_type=user_defined:way_id=80E -edge,5298,5298;41.787639;-107.3871105:5299;41.7876566;-107.3868142,way_type=user_defined:way_id=80E -edge,5299,5299;41.7876566;-107.3868142:5300;41.7876741;-107.3864895,way_type=user_defined:way_id=80E -edge,5300,5300;41.7876741;-107.3864895:5301;41.787697;-107.3860133,way_type=user_defined:way_id=80E -edge,5301,5301;41.787697;-107.3860133:5302;41.7877158;-107.3855852,way_type=user_defined:way_id=80E -edge,5302,5302;41.7877158;-107.3855852:5303;41.7877266;-107.3852903,way_type=user_defined:way_id=80E -edge,5303,5303;41.7877266;-107.3852903:5304;41.787743;-107.3847011,way_type=user_defined:way_id=80E -edge,5304,5304;41.787743;-107.3847011:5305;41.7877494;-107.3843779,way_type=user_defined:way_id=80E -edge,5305,5305;41.7877494;-107.3843779:5306;41.7877537;-107.3840639,way_type=user_defined:way_id=80E -edge,5306,5306;41.7877537;-107.3840639:5307;41.7877563;-107.3837299,way_type=user_defined:way_id=80E -edge,5307,5307;41.7877563;-107.3837299:5308;41.7877567;-107.3834434,way_type=user_defined:way_id=80E -edge,5308,5308;41.7877567;-107.3834434:5309;41.787752;-107.3828996,way_type=user_defined:way_id=80E -edge,5309,5309;41.787752;-107.3828996:5310;41.7877472;-107.3825366,way_type=user_defined:way_id=80E -edge,5310,5310;41.7877472;-107.3825366:5311;41.7877416;-107.3822311,way_type=user_defined:way_id=80E -edge,5311,5311;41.7877416;-107.3822311:5312;41.7877256;-107.3816299,way_type=user_defined:way_id=80E -edge,5312,5312;41.7877256;-107.3816299:5313;41.7877028;-107.38101,way_type=user_defined:way_id=80E -edge,5313,5313;41.7877028;-107.38101:5314;41.7876896;-107.3807134,way_type=user_defined:way_id=80E -edge,5314,5314;41.7876896;-107.3807134:5315;41.7876729;-107.3803873,way_type=user_defined:way_id=80E -edge,5315,5315;41.7876729;-107.3803873:5316;41.7876352;-107.3797862,way_type=user_defined:way_id=80E -edge,5316,5316;41.7876352;-107.3797862:5317;41.78759;-107.3791639,way_type=user_defined:way_id=80E -edge,5317,5317;41.78759;-107.3791639:5318;41.787567;-107.3788785,way_type=user_defined:way_id=80E -edge,5318,5318;41.787567;-107.3788785:5319;41.7875389;-107.378552,way_type=user_defined:way_id=80E -edge,5319,5319;41.7875389;-107.378552:5320;41.7875119;-107.3782652,way_type=user_defined:way_id=80E -edge,5320,5320;41.7875119;-107.3782652:5321;41.78749184;-107.378062,way_type=user_defined:way_id=80E -edge,5321,5321;41.78749184;-107.378062:5322;41.7874481;-107.377619,way_type=user_defined:way_id=80E -edge,5322,5322;41.7874481;-107.377619:5323;41.7874204;-107.3773567,way_type=user_defined:way_id=80E -edge,5323,5323;41.7874204;-107.3773567:5324;41.7873843;-107.3770338,way_type=user_defined:way_id=80E -edge,5324,5324;41.7873843;-107.3770338:5325;41.7873843;-107.3770338,way_type=user_defined:way_id=80E -edge,5325,5325;41.7873843;-107.3770338:5326;41.7873462;-107.3767096,way_type=user_defined:way_id=80E -edge,5326,5326;41.7873462;-107.3767096:5327;41.7873105;-107.376424,way_type=user_defined:way_id=80E -edge,5327,5327;41.7873105;-107.376424:5328;41.7872673;-107.3760992,way_type=user_defined:way_id=80E -edge,5328,5328;41.7872673;-107.3760992:5329;41.7871824;-107.3755042,way_type=user_defined:way_id=80E -edge,5329,5329;41.7871824;-107.3755042:5330;41.78717075;-107.3754259,way_type=user_defined:way_id=80E -edge,5330,5330;41.78717075;-107.3754259:5331;41.7871216;-107.3750956,way_type=user_defined:way_id=80E -edge,5331,5331;41.7871216;-107.3750956:5332;41.7870921;-107.3748974,way_type=user_defined:way_id=80E -edge,5332,5332;41.7870921;-107.3748974:5333;41.7870139;-107.3744021,way_type=user_defined:way_id=80E -edge,5333,5333;41.7870139;-107.3744021:5334;41.7869473;-107.3740024,way_type=user_defined:way_id=80E -edge,5334,5334;41.7869473;-107.3740024:5335;41.7868845;-107.3736522,way_type=user_defined:way_id=80E -edge,5335,5335;41.7868845;-107.3736522:5336;41.7868362;-107.3733973,way_type=user_defined:way_id=80E -edge,5336,5336;41.7868362;-107.3733973:5337;41.7867872;-107.3731502,way_type=user_defined:way_id=80E -edge,5337,5337;41.7867872;-107.3731502:5338;41.7867872;-107.3731502,way_type=user_defined:way_id=80E -edge,5338,5338;41.7867872;-107.3731502:5339;41.7867113;-107.372775,way_type=user_defined:way_id=80E -edge,5339,5339;41.7867113;-107.372775:5340;41.7866524;-107.3724916,way_type=user_defined:way_id=80E -edge,5340,5340;41.7866524;-107.3724916:5341;41.78660905;-107.3722886,way_type=user_defined:way_id=80E -edge,5341,5341;41.78660905;-107.3722886:5342;41.78656029;-107.3720603,way_type=user_defined:way_id=80E -edge,5342,5342;41.78656029;-107.3720603:5343;41.78656029;-107.3720603,way_type=user_defined:way_id=80E -edge,5343,5343;41.78656029;-107.3720603:5344;41.7863246;-107.3709928,way_type=user_defined:way_id=80E -edge,5344,5344;41.7863246;-107.3709928:5345;41.7862517;-107.3706751,way_type=user_defined:way_id=80E -edge,5345,5345;41.7862517;-107.3706751:5346;41.7861783;-107.3703678,way_type=user_defined:way_id=80E -edge,5346,5346;41.7861783;-107.3703678:5347;41.7861089;-107.3700894,way_type=user_defined:way_id=80E -edge,5347,5347;41.7861089;-107.3700894:5348;41.7859546;-107.3695015,way_type=user_defined:way_id=80E -edge,5348,5348;41.7859546;-107.3695015:5349;41.7858725;-107.3691997,way_type=user_defined:way_id=80E -edge,5349,5349;41.7858725;-107.3691997:5350;41.78571;-107.368616,way_type=user_defined:way_id=80E -edge,5350,5350;41.78571;-107.368616:5351;41.7854712;-107.3677702,way_type=user_defined:way_id=80E -edge,5351,5351;41.7854712;-107.3677702:5352;41.7851353;-107.3666014,way_type=user_defined:way_id=80E -edge,5352,5352;41.7851353;-107.3666014:5353;41.7846442;-107.3648741,way_type=user_defined:way_id=80E -edge,5353,5353;41.7846442;-107.3648741:5354;41.7840665;-107.3628255,way_type=user_defined:way_id=80E -edge,5354,5354;41.7840665;-107.3628255:5355;41.7838051;-107.3619044,way_type=user_defined:way_id=80E -edge,5355,5355;41.7838051;-107.3619044:5356;41.783253;-107.3599736,way_type=user_defined:way_id=80E -edge,5356,5356;41.783253;-107.3599736:5357;41.7827593;-107.3582289,way_type=user_defined:way_id=80E -edge,5357,5357;41.7827593;-107.3582289:5358;41.7821778;-107.3561868,way_type=user_defined:way_id=80E -edge,5358,5358;41.7821778;-107.3561868:5359;41.7816988;-107.3544855,way_type=user_defined:way_id=80E -edge,5359,5359;41.7816988;-107.3544855:5360;41.7811264;-107.3524784,way_type=user_defined:way_id=80E -edge,5360,5360;41.7811264;-107.3524784:5361;41.7808954;-107.3516572,way_type=user_defined:way_id=80E -edge,5361,5361;41.7808954;-107.3516572:5362;41.78066;-107.3508337,way_type=user_defined:way_id=80E -edge,5362,5362;41.78066;-107.3508337:5363;41.7804293;-107.35002,way_type=user_defined:way_id=80E -edge,5363,5363;41.7804293;-107.35002:5364;41.7802053;-107.3492392,way_type=user_defined:way_id=80E -edge,5364,5364;41.7802053;-107.3492392:5365;41.7799554;-107.3483564,way_type=user_defined:way_id=80E -edge,5365,5365;41.7799554;-107.3483564:5366;41.7788698;-107.3445448,way_type=user_defined:way_id=80E -edge,5366,5366;41.7788698;-107.3445448:5367;41.7784763;-107.3431452,way_type=user_defined:way_id=80E -edge,5367,5367;41.7784763;-107.3431452:5368;41.7782407;-107.342326,way_type=user_defined:way_id=80E -edge,5368,5368;41.7782407;-107.342326:5369;41.7780173;-107.3415413,way_type=user_defined:way_id=80E -edge,5369,5369;41.7780173;-107.3415413:5370;41.777704;-107.3404179,way_type=user_defined:way_id=80E -edge,5370,5370;41.777704;-107.3404179:5371;41.7775556;-107.3398683,way_type=user_defined:way_id=80E -edge,5371,5371;41.7775556;-107.3398683:5372;41.7774171;-107.3393328,way_type=user_defined:way_id=80E -edge,5372,5372;41.7774171;-107.3393328:5373;41.7772784;-107.338776,way_type=user_defined:way_id=80E -edge,5373,5373;41.7772784;-107.338776:5374;41.7771367;-107.3381889,way_type=user_defined:way_id=80E -edge,5374,5374;41.7771367;-107.3381889:5375;41.7770161;-107.3376624,way_type=user_defined:way_id=80E -edge,5375,5375;41.7770161;-107.3376624:5376;41.7768855;-107.3370655,way_type=user_defined:way_id=80E -edge,5376,5376;41.7768855;-107.3370655:5377;41.7768355;-107.3368297,way_type=user_defined:way_id=80E -edge,5377,5377;41.7768355;-107.3368297:5378;41.7767685;-107.3365031,way_type=user_defined:way_id=80E -edge,5378,5378;41.7767685;-107.3365031:5379;41.7767199;-107.3362579,way_type=user_defined:way_id=80E -edge,5379,5379;41.7767199;-107.3362579:5380;41.7766661;-107.3359763,way_type=user_defined:way_id=80E -edge,5380,5380;41.7766661;-107.3359763:5381;41.7765613;-107.3354108,way_type=user_defined:way_id=80E -edge,5381,5381;41.7765613;-107.3354108:5382;41.7765112;-107.3351263,way_type=user_defined:way_id=80E -edge,5382,5382;41.7765112;-107.3351263:5383;41.7764645;-107.3348503,way_type=user_defined:way_id=80E -edge,5383,5383;41.7764645;-107.3348503:5384;41.7763699;-107.3342682,way_type=user_defined:way_id=80E -edge,5384,5384;41.7763699;-107.3342682:5385;41.7762884;-107.3337388,way_type=user_defined:way_id=80E -edge,5385,5385;41.7762884;-107.3337388:5386;41.7761951;-107.3331049,way_type=user_defined:way_id=80E -edge,5386,5386;41.7761951;-107.3331049:5387;41.7761553;-107.3328152,way_type=user_defined:way_id=80E -edge,5387,5387;41.7761553;-107.3328152:5388;41.7760531;-107.3320203,way_type=user_defined:way_id=80E -edge,5388,5388;41.7760531;-107.3320203:5389;41.7760096;-107.3316508,way_type=user_defined:way_id=80E -edge,5389,5389;41.7760096;-107.3316508:5390;41.7759797;-107.3313681,way_type=user_defined:way_id=80E -edge,5390,5390;41.7759797;-107.3313681:5391;41.7759476;-107.3310383,way_type=user_defined:way_id=80E -edge,5391,5391;41.7759476;-107.3310383:5392;41.7759011;-107.3305396,way_type=user_defined:way_id=80E -edge,5392,5392;41.7759011;-107.3305396:5393;41.775872;-107.3302103,way_type=user_defined:way_id=80E -edge,5393,5393;41.775872;-107.3302103:5394;41.7758227;-107.3295979,way_type=user_defined:way_id=80E -edge,5394,5394;41.7758227;-107.3295979:5395;41.7757585;-107.3287224,way_type=user_defined:way_id=80E -edge,5395,5395;41.7757585;-107.3287224:5396;41.7757403;-107.3284401,way_type=user_defined:way_id=80E -edge,5396,5396;41.7757403;-107.3284401:5397;41.7757235;-107.3281487,way_type=user_defined:way_id=80E -edge,5397,5397;41.7757235;-107.3281487:5398;41.7757098;-107.3278572,way_type=user_defined:way_id=80E -edge,5398,5398;41.7757098;-107.3278572:5399;41.7756794;-107.3270499,way_type=user_defined:way_id=80E -edge,5399,5399;41.7756794;-107.3270499:5400;41.77567733;-107.3269831,way_type=user_defined:way_id=80E -edge,5400,5400;41.77567733;-107.3269831:5401;41.7756683;-107.3266911,way_type=user_defined:way_id=80E -edge,5401,5401;41.7756683;-107.3266911:5402;41.7756613;-107.3263912,way_type=user_defined:way_id=80E -edge,5402,5402;41.7756613;-107.3263912:5403;41.7756564;-107.3261101,way_type=user_defined:way_id=80E -edge,5403,5403;41.7756564;-107.3261101:5404;41.7756533;-107.3258101,way_type=user_defined:way_id=80E -edge,5404,5404;41.7756533;-107.3258101:5405;41.7756517;-107.325519,way_type=user_defined:way_id=80E -edge,5405,5405;41.7756517;-107.325519:5406;41.7756518;-107.3252286,way_type=user_defined:way_id=80E -edge,5406,5406;41.7756518;-107.3252286:5407;41.7756543;-107.3246472,way_type=user_defined:way_id=80E -edge,5407,5407;41.7756543;-107.3246472:5408;41.7756612;-107.3240664,way_type=user_defined:way_id=80E -edge,5408,5408;41.7756612;-107.3240664:5409;41.7756717;-107.3235134,way_type=user_defined:way_id=80E -edge,5409,5409;41.7756717;-107.3235134:5410;41.7756807;-107.3231927,way_type=user_defined:way_id=80E -edge,5410,5410;41.7756807;-107.3231927:5411;41.7756912;-107.3229008,way_type=user_defined:way_id=80E -edge,5411,5411;41.7756912;-107.3229008:5412;41.7757034;-107.3226084,way_type=user_defined:way_id=80E -edge,5412,5412;41.7757034;-107.3226084:5413;41.7757322;-107.3220319,way_type=user_defined:way_id=80E -edge,5413,5413;41.7757322;-107.3220319:5414;41.7757693;-107.3213994,way_type=user_defined:way_id=80E -edge,5414,5414;41.7757693;-107.3213994:5415;41.7758066;-107.320825,way_type=user_defined:way_id=80E -edge,5415,5415;41.7758066;-107.320825:5416;41.7758815;-107.3197422,way_type=user_defined:way_id=80E -edge,5416,5416;41.7758815;-107.3197422:5417;41.7759247;-107.3191558,way_type=user_defined:way_id=80E -edge,5417,5417;41.7759247;-107.3191558:5418;41.77604284;-107.317653,way_type=user_defined:way_id=80E -edge,5418,5418;41.77604284;-107.317653:5419;41.7761095;-107.316805,way_type=user_defined:way_id=80E -edge,5419,5419;41.7761095;-107.316805:5420;41.7761095;-107.316805,way_type=user_defined:way_id=80E -edge,5420,5420;41.7761095;-107.316805:5421;41.7762266;-107.3153216,way_type=user_defined:way_id=80E -edge,5421,5421;41.7762266;-107.3153216:5422;41.77623196;-107.3152505,way_type=user_defined:way_id=80E -edge,5422,5422;41.77623196;-107.3152505:5423;41.7763272;-107.313986,way_type=user_defined:way_id=80E -edge,5423,5423;41.7763272;-107.313986:5424;41.7763858;-107.3132351,way_type=user_defined:way_id=80E -edge,5424,5424;41.7763858;-107.3132351:5425;41.7764852;-107.3119211,way_type=user_defined:way_id=80E -edge,5425,5425;41.7764852;-107.3119211:5426;41.7765528;-107.3110704,way_type=user_defined:way_id=80E -edge,5426,5426;41.7765528;-107.3110704:5427;41.7765528;-107.3110704,way_type=user_defined:way_id=80E -edge,5427,5427;41.7765528;-107.3110704:5428;41.7766028;-107.3104109,way_type=user_defined:way_id=80E -edge,5428,5428;41.7766028;-107.3104109:5429;41.7766688;-107.309581,way_type=user_defined:way_id=80E -edge,5429,5429;41.7766688;-107.309581:5430;41.776787;-107.3080514,way_type=user_defined:way_id=80E -edge,5430,5430;41.776787;-107.3080514:5431;41.77688091;-107.3067859,way_type=user_defined:way_id=80E -edge,5431,5431;41.77688091;-107.3067859:5432;41.776889;-107.3066769,way_type=user_defined:way_id=80E -edge,5432,5432;41.776889;-107.3066769:5433;41.7769821;-107.3054773,way_type=user_defined:way_id=80E -edge,5433,5433;41.7769821;-107.3054773:5434;41.7771047;-107.3038428,way_type=user_defined:way_id=80E -edge,5434,5434;41.7771047;-107.3038428:5435;41.7771047;-107.3038428,way_type=user_defined:way_id=80E -edge,5435,5435;41.7771047;-107.3038428:5436;41.7771821;-107.3028267,way_type=user_defined:way_id=80E -edge,5436,5436;41.7771821;-107.3028267:5437;41.77720159;-107.3025767,way_type=user_defined:way_id=80E -edge,5437,5437;41.77720159;-107.3025767:5438;41.7773138;-107.301137,way_type=user_defined:way_id=80E -edge,5438,5438;41.7773138;-107.301137:5439;41.7773673;-107.3004323,way_type=user_defined:way_id=80E -edge,5439,5439;41.7773673;-107.3004323:5440;41.7774562;-107.2993121,way_type=user_defined:way_id=80E -edge,5440,5440;41.7774562;-107.2993121:5441;41.7775655;-107.2978667,way_type=user_defined:way_id=80E -edge,5441,5441;41.7775655;-107.2978667:5442;41.7776598;-107.2966477,way_type=user_defined:way_id=80E -edge,5442,5442;41.7776598;-107.2966477:5443;41.7777668;-107.2952358,way_type=user_defined:way_id=80E -edge,5443,5443;41.7777668;-107.2952358:5444;41.7779072;-107.2934508,way_type=user_defined:way_id=80E -edge,5444,5444;41.7779072;-107.2934508:5445;41.7780466;-107.2915982,way_type=user_defined:way_id=80E -edge,5445,5445;41.7780466;-107.2915982:5446;41.7781271;-107.2905779,way_type=user_defined:way_id=80E -edge,5446,5446;41.7781271;-107.2905779:5447;41.7782772;-107.2885507,way_type=user_defined:way_id=80E -edge,5447,5447;41.7782772;-107.2885507:5448;41.7783709;-107.287313,way_type=user_defined:way_id=80E -edge,5448,5448;41.7783709;-107.287313:5449;41.7784766;-107.2859391,way_type=user_defined:way_id=80E -edge,5449,5449;41.7784766;-107.2859391:5450;41.7785006;-107.2856427,way_type=user_defined:way_id=80E -edge,5450,5450;41.7785006;-107.2856427:5451;41.7785437;-107.2851461,way_type=user_defined:way_id=80E -edge,5451,5451;41.7785437;-107.2851461:5452;41.7786039;-107.2844975,way_type=user_defined:way_id=80E -edge,5452,5452;41.7786039;-107.2844975:5453;41.7786374;-107.284164,way_type=user_defined:way_id=80E -edge,5453,5453;41.7786374;-107.284164:5454;41.778688;-107.2837037,way_type=user_defined:way_id=80E -edge,5454,5454;41.778688;-107.2837037:5455;41.7787267;-107.2833819,way_type=user_defined:way_id=80E -edge,5455,5455;41.7787267;-107.2833819:5456;41.778769;-107.2830494,way_type=user_defined:way_id=80E -edge,5456,5456;41.778769;-107.2830494:5457;41.7788129;-107.2827353,way_type=user_defined:way_id=80E -edge,5457,5457;41.7788129;-107.2827353:5458;41.77887248;-107.2823487,way_type=user_defined:way_id=80E -edge,5458,5458;41.77887248;-107.2823487:5459;41.77887248;-107.2823487,way_type=user_defined:way_id=80E -edge,5459,5459;41.77887248;-107.2823487:5460;41.7789429;-107.2819213,way_type=user_defined:way_id=80E -edge,5460,5460;41.7789429;-107.2819213:5461;41.7789867;-107.2816753,way_type=user_defined:way_id=80E -edge,5461,5461;41.7789867;-107.2816753:5462;41.779045;-107.2813572,way_type=user_defined:way_id=80E -edge,5462,5462;41.779045;-107.2813572:5463;41.7791109;-107.28101,way_type=user_defined:way_id=80E -edge,5463,5463;41.7791109;-107.28101:5464;41.7793735;-107.2796705,way_type=user_defined:way_id=80E -edge,5464,5464;41.7793735;-107.2796705:5465;41.7798834;-107.2771068,way_type=user_defined:way_id=80E -edge,5465,5465;41.7798834;-107.2771068:5466;41.7800434;-107.2762897,way_type=user_defined:way_id=80E -edge,5466,5466;41.7800434;-107.2762897:5467;41.7802195;-107.2754094,way_type=user_defined:way_id=80E -edge,5467,5467;41.7802195;-107.2754094:5468;41.7802725;-107.2751353,way_type=user_defined:way_id=80E -edge,5468,5468;41.7802725;-107.2751353:5469;41.78029103;-107.2750368,way_type=user_defined:way_id=80E -edge,5469,5469;41.78029103;-107.2750368:5470;41.7803729;-107.2746015,way_type=user_defined:way_id=80E -edge,5470,5470;41.7803729;-107.2746015:5471;41.7803729;-107.2746015,way_type=user_defined:way_id=80E -edge,5471,5471;41.7803729;-107.2746015:5472;41.780757;-107.2724821,way_type=user_defined:way_id=80E -edge,5472,5472;41.780757;-107.2724821:5473;41.78087062;-107.2718476,way_type=user_defined:way_id=80E -edge,5473,5473;41.78087062;-107.2718476:5474;41.7808959;-107.2717065,way_type=user_defined:way_id=80E -edge,5474,5474;41.7808959;-107.2717065:5475;41.7812076;-107.2699993,way_type=user_defined:way_id=80E -edge,5475,5475;41.7812076;-107.2699993:5476;41.7813581;-107.2691535,way_type=user_defined:way_id=80E -edge,5476,5476;41.7813581;-107.2691535:5477;41.78167958;-107.2673816,way_type=user_defined:way_id=80E -edge,5477,5477;41.78167958;-107.2673816:5478;41.78167958;-107.2673816,way_type=user_defined:way_id=80E -edge,5478,5478;41.78167958;-107.2673816:5479;41.7817208;-107.2671445,way_type=user_defined:way_id=80E -edge,5479,5479;41.7817208;-107.2671445:5480;41.7817606;-107.2668831,way_type=user_defined:way_id=80E -edge,5480,5480;41.7817606;-107.2668831:5481;41.7818139;-107.2665953,way_type=user_defined:way_id=80E -edge,5481,5481;41.7818139;-107.2665953:5482;41.781868;-107.2663186,way_type=user_defined:way_id=80E -edge,5482,5482;41.781868;-107.2663186:5483;41.7819022;-107.2661338,way_type=user_defined:way_id=80E -edge,5483,5483;41.7819022;-107.2661338:5484;41.7819274;-107.265995,way_type=user_defined:way_id=80E -edge,5484,5484;41.7819274;-107.265995:5485;41.781975;-107.2657172,way_type=user_defined:way_id=80E -edge,5485,5485;41.781975;-107.2657172:5486;41.7820196;-107.2654286,way_type=user_defined:way_id=80E -edge,5486,5486;41.7820196;-107.2654286:5487;41.7820527;-107.2651782,way_type=user_defined:way_id=80E -edge,5487,5487;41.7820527;-107.2651782:5488;41.7820888;-107.2648503,way_type=user_defined:way_id=80E -edge,5488,5488;41.7820888;-107.2648503:5489;41.7821147;-107.2645612,way_type=user_defined:way_id=80E -edge,5489,5489;41.7821147;-107.2645612:5490;41.7821364;-107.2642714,way_type=user_defined:way_id=80E -edge,5490,5490;41.7821364;-107.2642714:5491;41.7821538;-107.2639725,way_type=user_defined:way_id=80E -edge,5491,5491;41.7821538;-107.2639725:5492;41.7821641;-107.2636821,way_type=user_defined:way_id=80E -edge,5492,5492;41.7821641;-107.2636821:5493;41.7821681;-107.2634001,way_type=user_defined:way_id=80E -edge,5493,5493;41.7821681;-107.2634001:5494;41.7821671;-107.2630999,way_type=user_defined:way_id=80E -edge,5494,5494;41.7821671;-107.2630999:5495;41.7821617;-107.2628178,way_type=user_defined:way_id=80E -edge,5495,5495;41.7821617;-107.2628178:5496;41.7821521;-107.2625555,way_type=user_defined:way_id=80E -edge,5496,5496;41.7821521;-107.2625555:5497;41.7821344;-107.262235,way_type=user_defined:way_id=80E -edge,5497,5497;41.7821344;-107.262235:5498;41.7821121;-107.2619424,way_type=user_defined:way_id=80E -edge,5498,5498;41.7821121;-107.2619424:5499;41.7820846;-107.2616533,way_type=user_defined:way_id=80E -edge,5499,5499;41.7820846;-107.2616533:5500;41.78207942;-107.2616077,way_type=user_defined:way_id=80E -edge,5500,5500;41.78207942;-107.2616077:5501;41.7820528;-107.2613729,way_type=user_defined:way_id=80E -edge,5501,5501;41.7820528;-107.2613729:5502;41.7820147;-107.2610842,way_type=user_defined:way_id=80E -edge,5502,5502;41.7820147;-107.2610842:5503;41.7819732;-107.2608074,way_type=user_defined:way_id=80E -edge,5503,5503;41.7819732;-107.2608074:5504;41.7819235;-107.2605119,way_type=user_defined:way_id=80E -edge,5504,5504;41.7819235;-107.2605119:5505;41.7818718;-107.2602378,way_type=user_defined:way_id=80E -edge,5505,5505;41.7818718;-107.2602378:5506;41.7818131;-107.2599564,way_type=user_defined:way_id=80E -edge,5506,5506;41.7818131;-107.2599564:5507;41.7817471;-107.2596681,way_type=user_defined:way_id=80E -edge,5507,5507;41.7817471;-107.2596681:5508;41.7816783;-107.2593911,way_type=user_defined:way_id=80E -edge,5508,5508;41.7816783;-107.2593911:5509;41.7816079;-107.2591268,way_type=user_defined:way_id=80E -edge,5509,5509;41.7816079;-107.2591268:5510;41.7815292;-107.2588542,way_type=user_defined:way_id=80E -edge,5510,5510;41.7815292;-107.2588542:5511;41.7814454;-107.2585862,way_type=user_defined:way_id=80E -edge,5511,5511;41.7814454;-107.2585862:5512;41.7813575;-107.2583199,way_type=user_defined:way_id=80E -edge,5512,5512;41.7813575;-107.2583199:5513;41.7812817;-107.2581005,way_type=user_defined:way_id=80E -edge,5513,5513;41.7812817;-107.2581005:5514;41.7812817;-107.2581005,way_type=user_defined:way_id=80E -edge,5514,5514;41.7812817;-107.2581005:5515;41.7812332;-107.2579635,way_type=user_defined:way_id=80E -edge,5515,5515;41.7812332;-107.2579635:5516;41.78096012;-107.2572118,way_type=user_defined:way_id=80E -edge,5516,5516;41.78096012;-107.2572118:5517;41.78084719;-107.256901,way_type=user_defined:way_id=80E -edge,5517,5517;41.78084719;-107.256901:5518;41.7804984;-107.2559409,way_type=user_defined:way_id=80E -edge,5518,5518;41.7804984;-107.2559409:5519;41.7802161;-107.2551436,way_type=user_defined:way_id=80E -edge,5519,5519;41.7802161;-107.2551436:5520;41.7796849;-107.2536681,way_type=user_defined:way_id=80E -edge,5520,5520;41.7796849;-107.2536681:5521;41.7795555;-107.2533014,way_type=user_defined:way_id=80E -edge,5521,5521;41.7795555;-107.2533014:5522;41.779467;-107.2530443,way_type=user_defined:way_id=80E -edge,5522,5522;41.779467;-107.2530443:5523;41.7793785;-107.2527725,way_type=user_defined:way_id=80E -edge,5523,5523;41.7793785;-107.2527725:5524;41.7792991;-107.252512,way_type=user_defined:way_id=80E -edge,5524,5524;41.7792991;-107.252512:5525;41.7792116;-107.2522132,way_type=user_defined:way_id=80E -edge,5525,5525;41.7792116;-107.2522132:5526;41.7791318;-107.2519299,way_type=user_defined:way_id=80E -edge,5526,5526;41.7791318;-107.2519299:5527;41.7790598;-107.2516629,way_type=user_defined:way_id=80E -edge,5527,5527;41.7790598;-107.2516629:5528;41.7790228;-107.25152,way_type=user_defined:way_id=80E -edge,5528,5528;41.7790228;-107.25152:5529;41.7789793;-107.25135,way_type=user_defined:way_id=80E -edge,5529,5529;41.7789793;-107.25135:5530;41.77890333;-107.2510385,way_type=user_defined:way_id=80E -edge,5530,5530;41.77890333;-107.2510385:5531;41.77890333;-107.2510385,way_type=user_defined:way_id=80E -edge,5531,5531;41.77890333;-107.2510385:5532;41.7788455;-107.2507937,way_type=user_defined:way_id=80E -edge,5532,5532;41.7788455;-107.2507937:5533;41.7787739;-107.2504779,way_type=user_defined:way_id=80E -edge,5533,5533;41.7787739;-107.2504779:5534;41.7787155;-107.2502063,way_type=user_defined:way_id=80E -edge,5534,5534;41.7787155;-107.2502063:5535;41.7786568;-107.2499151,way_type=user_defined:way_id=80E -edge,5535,5535;41.7786568;-107.2499151:5536;41.7785982;-107.2496044,way_type=user_defined:way_id=80E -edge,5536,5536;41.7785982;-107.2496044:5537;41.7785482;-107.2493196,way_type=user_defined:way_id=80E -edge,5537,5537;41.7785482;-107.2493196:5538;41.7785009;-107.2490344,way_type=user_defined:way_id=80E -edge,5538,5538;41.7785009;-107.2490344:5539;41.7784558;-107.2487479,way_type=user_defined:way_id=80E -edge,5539,5539;41.7784558;-107.2487479:5540;41.7784093;-107.2484326,way_type=user_defined:way_id=80E -edge,5540,5540;41.7784093;-107.2484326:5541;41.7783697;-107.2481441,way_type=user_defined:way_id=80E -edge,5541,5541;41.7783697;-107.2481441:5542;41.7783343;-107.2478639,way_type=user_defined:way_id=80E -edge,5542,5542;41.7783343;-107.2478639:5543;41.778298;-107.2475451,way_type=user_defined:way_id=80E -edge,5543,5543;41.778298;-107.2475451:5544;41.7782676;-107.2472434,way_type=user_defined:way_id=80E -edge,5544,5544;41.7782676;-107.2472434:5545;41.7782383;-107.246922,way_type=user_defined:way_id=80E -edge,5545,5545;41.7782383;-107.246922:5546;41.7782149;-107.2466378,way_type=user_defined:way_id=80E -edge,5546,5546;41.7782149;-107.2466378:5547;41.7781939;-107.2463436,way_type=user_defined:way_id=80E -edge,5547,5547;41.7781939;-107.2463436:5548;41.7781751;-107.2460203,way_type=user_defined:way_id=80E -edge,5548,5548;41.7781751;-107.2460203:5549;41.7781618;-107.2457249,way_type=user_defined:way_id=80E -edge,5549,5549;41.7781618;-107.2457249:5550;41.7781392;-107.2451144,way_type=user_defined:way_id=80E -edge,5550,5550;41.7781392;-107.2451144:5551;41.7781016;-107.243867,way_type=user_defined:way_id=80E -edge,5551,5551;41.7781016;-107.243867:5552;41.7780615;-107.2426625,way_type=user_defined:way_id=80E -edge,5552,5552;41.7780615;-107.2426625:5553;41.7780285;-107.2414647,way_type=user_defined:way_id=80E -edge,5553,5553;41.7780285;-107.2414647:5554;41.777961;-107.2393658,way_type=user_defined:way_id=80E -edge,5554,5554;41.777961;-107.2393658:5555;41.7779074;-107.2375059,way_type=user_defined:way_id=80E -edge,5555,5555;41.7779074;-107.2375059:5556;41.7778746;-107.2365227,way_type=user_defined:way_id=80E -edge,5556,5556;41.7778746;-107.2365227:5557;41.7778446;-107.2355394,way_type=user_defined:way_id=80E -edge,5557,5557;41.7778446;-107.2355394:5558;41.7778139;-107.2346373,way_type=user_defined:way_id=80E -edge,5558,5558;41.7778139;-107.2346373:5559;41.7777728;-107.2332177,way_type=user_defined:way_id=80E -edge,5559,5559;41.7777728;-107.2332177:5560;41.77776235;-107.232877,way_type=user_defined:way_id=80E -edge,5560,5560;41.77776235;-107.232877:5561;41.7777412;-107.2321873,way_type=user_defined:way_id=80E -edge,5561,5561;41.7777412;-107.2321873:5562;41.7777412;-107.2321873,way_type=user_defined:way_id=80E -edge,5562,5562;41.7777412;-107.2321873:5563;41.7777133;-107.2312881,way_type=user_defined:way_id=80E -edge,5563,5563;41.7777133;-107.2312881:5564;41.7776889;-107.2304045,way_type=user_defined:way_id=80E -edge,5564,5564;41.7776889;-107.2304045:5565;41.77768769;-107.2303388,way_type=user_defined:way_id=80E -edge,5565,5565;41.77768769;-107.2303388:5566;41.7776823;-107.2300447,way_type=user_defined:way_id=80E -edge,5566,5566;41.7776823;-107.2300447:5567;41.7776799;-107.229752,way_type=user_defined:way_id=80E -edge,5567,5567;41.7776799;-107.229752:5568;41.7776813;-107.2294217,way_type=user_defined:way_id=80E -edge,5568,5568;41.7776813;-107.2294217:5569;41.777687;-107.2291009,way_type=user_defined:way_id=80E -edge,5569,5569;41.777687;-107.2291009:5570;41.7776955;-107.2288085,way_type=user_defined:way_id=80E -edge,5570,5570;41.7776955;-107.2288085:5571;41.7777075;-107.2285166,way_type=user_defined:way_id=80E -edge,5571,5571;41.7777075;-107.2285166:5572;41.7777246;-107.2281859,way_type=user_defined:way_id=80E -edge,5572,5572;41.7777246;-107.2281859:5573;41.7777453;-107.2278558,way_type=user_defined:way_id=80E -edge,5573,5573;41.7777453;-107.2278558:5574;41.7777662;-107.2275652,way_type=user_defined:way_id=80E -edge,5574,5574;41.7777662;-107.2275652:5575;41.7777927;-107.2272468,way_type=user_defined:way_id=80E -edge,5575,5575;41.7777927;-107.2272468:5576;41.7778208;-107.2269481,way_type=user_defined:way_id=80E -edge,5576,5576;41.7778208;-107.2269481:5577;41.7778509;-107.2266583,way_type=user_defined:way_id=80E -edge,5577,5577;41.7778509;-107.2266583:5578;41.7778915;-107.2263027,way_type=user_defined:way_id=80E -edge,5578,5578;41.7778915;-107.2263027:5579;41.7779272;-107.2260149,way_type=user_defined:way_id=80E -edge,5579,5579;41.7779272;-107.2260149:5580;41.7779666;-107.2257271,way_type=user_defined:way_id=80E -edge,5580,5580;41.7779666;-107.2257271:5581;41.7780165;-107.2253945,way_type=user_defined:way_id=80E -edge,5581,5581;41.7780165;-107.2253945:5582;41.7780677;-107.225082,way_type=user_defined:way_id=80E -edge,5582,5582;41.7780677;-107.225082:5583;41.7781177;-107.2248006,way_type=user_defined:way_id=80E -edge,5583,5583;41.7781177;-107.2248006:5584;41.77818676;-107.2244314,way_type=user_defined:way_id=80E -edge,5584,5584;41.77818676;-107.2244314:5585;41.77818676;-107.2244314,way_type=user_defined:way_id=80E -edge,5585,5585;41.77818676;-107.2244314:5586;41.7782283;-107.2242137,way_type=user_defined:way_id=80E -edge,5586,5586;41.7782283;-107.2242137:5587;41.7782848;-107.2239343,way_type=user_defined:way_id=80E -edge,5587,5587;41.7782848;-107.2239343:5588;41.7783533;-107.2236165,way_type=user_defined:way_id=80E -edge,5588,5588;41.7783533;-107.2236165:5589;41.7784268;-107.2233031,way_type=user_defined:way_id=80E -edge,5589,5589;41.7784268;-107.2233031:5590;41.7784945;-107.2230287,way_type=user_defined:way_id=80E -edge,5590,5590;41.7784945;-107.2230287:5591;41.7785722;-107.2227289,way_type=user_defined:way_id=80E -edge,5591,5591;41.7785722;-107.2227289:5592;41.7786483;-107.222449,way_type=user_defined:way_id=80E -edge,5592,5592;41.7786483;-107.222449:5593;41.7787245;-107.2221792,way_type=user_defined:way_id=80E -edge,5593,5593;41.7787245;-107.2221792:5594;41.7788184;-107.2218569,way_type=user_defined:way_id=80E -edge,5594,5594;41.7788184;-107.2218569:5595;41.7788969;-107.2215967,way_type=user_defined:way_id=80E -edge,5595,5595;41.7788969;-107.2215967:5596;41.778984;-107.2213212,way_type=user_defined:way_id=80E -edge,5596,5596;41.778984;-107.2213212:5597;41.7790926;-107.2209943,way_type=user_defined:way_id=80E -edge,5597,5597;41.7790926;-107.2209943:5598;41.7791836;-107.220731,way_type=user_defined:way_id=80E -edge,5598,5598;41.7791836;-107.220731:5599;41.7792778;-107.2204688,way_type=user_defined:way_id=80E -edge,5599,5599;41.7792778;-107.2204688:5600;41.7793873;-107.2201751,way_type=user_defined:way_id=80E -edge,5600,5600;41.7793873;-107.2201751:5601;41.7794866;-107.2199177,way_type=user_defined:way_id=80E -edge,5601,5601;41.7794866;-107.2199177:5602;41.7796033;-107.2196257,way_type=user_defined:way_id=80E -edge,5602,5602;41.7796033;-107.2196257:5603;41.7797182;-107.2193493,way_type=user_defined:way_id=80E -edge,5603,5603;41.7797182;-107.2193493:5604;41.77979711;-107.2191653,way_type=user_defined:way_id=80E -edge,5604,5604;41.77979711;-107.2191653:5605;41.77982583;-107.2190927,way_type=user_defined:way_id=80E -edge,5605,5605;41.77982583;-107.2190927:5606;41.77986191;-107.2190167,way_type=user_defined:way_id=80E -edge,5606,5606;41.77986191;-107.2190167:5607;41.7799437;-107.2188316,way_type=user_defined:way_id=80E -edge,5607,5607;41.7799437;-107.2188316:5608;41.7800725;-107.2185504,way_type=user_defined:way_id=80E -edge,5608,5608;41.7800725;-107.2185504:5609;41.7801835;-107.2183152,way_type=user_defined:way_id=80E -edge,5609,5609;41.7801835;-107.2183152:5610;41.7803178;-107.2180395,way_type=user_defined:way_id=80E -edge,5610,5610;41.7803178;-107.2180395:5611;41.7805439;-107.2175883,way_type=user_defined:way_id=80E -edge,5611,5611;41.7805439;-107.2175883:5612;41.7809452;-107.2168,way_type=user_defined:way_id=80E -edge,5612,5612;41.7809452;-107.2168:5613;41.7809452;-107.2168,way_type=user_defined:way_id=80E -edge,5613,5613;41.7809452;-107.2168:5614;41.7813426;-107.2160136,way_type=user_defined:way_id=80E -edge,5614,5614;41.7813426;-107.2160136:5615;41.7816019;-107.2155057,way_type=user_defined:way_id=80E -edge,5615,5615;41.7816019;-107.2155057:5616;41.78205777;-107.2146061,way_type=user_defined:way_id=80E -edge,5616,5616;41.78205777;-107.2146061:5617;41.7821106;-107.2145019,way_type=user_defined:way_id=80E -edge,5617,5617;41.7821106;-107.2145019:5618;41.7826472;-107.2134498,way_type=user_defined:way_id=80E -edge,5618,5618;41.7826472;-107.2134498:5619;41.7831337;-107.2124884,way_type=user_defined:way_id=80E -edge,5619,5619;41.7831337;-107.2124884:5620;41.7838066;-107.2111666,way_type=user_defined:way_id=80E -edge,5620,5620;41.7838066;-107.2111666:5621;41.7842073;-107.2103754,way_type=user_defined:way_id=80E -edge,5621,5621;41.7842073;-107.2103754:5622;41.7846699;-107.2094692,way_type=user_defined:way_id=80E -edge,5622,5622;41.7846699;-107.2094692:5623;41.7853354;-107.2081561,way_type=user_defined:way_id=80E -edge,5623,5623;41.7853354;-107.2081561:5624;41.7858603;-107.2071286,way_type=user_defined:way_id=80E -edge,5624,5624;41.7858603;-107.2071286:5625;41.78614055;-107.2065771,way_type=user_defined:way_id=80E -edge,5625,5625;41.78614055;-107.2065771:5626;41.7863756;-107.2061146,way_type=user_defined:way_id=80E -edge,5626,5626;41.7863756;-107.2061146:5627;41.7866191;-107.2056305,way_type=user_defined:way_id=80E -edge,5627,5627;41.7866191;-107.2056305:5628;41.7873676;-107.2041506,way_type=user_defined:way_id=80E -edge,5628,5628;41.7873676;-107.2041506:5629;41.78743621;-107.2040167,way_type=user_defined:way_id=80E -edge,5629,5629;41.78743621;-107.2040167:5630;41.7877982;-107.2033104,way_type=user_defined:way_id=80E -edge,5630,5630;41.7877982;-107.2033104:5631;41.7881932;-107.2025285,way_type=user_defined:way_id=80E -edge,5631,5631;41.7881932;-107.2025285:5632;41.788313;-107.2022822,way_type=user_defined:way_id=80E -edge,5632,5632;41.788313;-107.2022822:5633;41.7884422;-107.2019992,way_type=user_defined:way_id=80E -edge,5633,5633;41.7884422;-107.2019992:5634;41.788551;-107.2017443,way_type=user_defined:way_id=80E -edge,5634,5634;41.788551;-107.2017443:5635;41.7886628;-107.2014596,way_type=user_defined:way_id=80E -edge,5635,5635;41.7886628;-107.2014596:5636;41.7887561;-107.2011948,way_type=user_defined:way_id=80E -edge,5636,5636;41.7887561;-107.2011948:5637;41.788853;-107.200891,way_type=user_defined:way_id=80E -edge,5637,5637;41.788853;-107.200891:5638;41.7889314;-107.200616,way_type=user_defined:way_id=80E -edge,5638,5638;41.7889314;-107.200616:5639;41.78900687;-107.2003197,way_type=user_defined:way_id=80E -edge,5639,5639;41.78900687;-107.2003197:5640;41.78900687;-107.2003197,way_type=user_defined:way_id=80E -edge,5640,5640;41.78900687;-107.2003197:5641;41.78901485;-107.2002862,way_type=user_defined:way_id=80E -edge,5641,5641;41.78901485;-107.2002862:5642;41.78901485;-107.2002862,way_type=user_defined:way_id=80E -edge,5642,5642;41.78901485;-107.2002862:5643;41.78902283;-107.2002527,way_type=user_defined:way_id=80E -edge,5643,5643;41.78902283;-107.2002527:5644;41.78902283;-107.2002527,way_type=user_defined:way_id=80E -edge,5644,5644;41.78902283;-107.2002527:5645;41.78908;-107.1999969,way_type=user_defined:way_id=80E -edge,5645,5645;41.78908;-107.1999969:5646;41.78911476;-107.199823,way_type=user_defined:way_id=80E -edge,5646,5646;41.78911476;-107.199823:5647;41.7891347;-107.1997233,way_type=user_defined:way_id=80E -edge,5647,5647;41.7891347;-107.1997233:5648;41.789168;-107.1995345,way_type=user_defined:way_id=80E -edge,5648,5648;41.789168;-107.1995345:5649;41.789168;-107.1995345,way_type=user_defined:way_id=80E -edge,5649,5649;41.789168;-107.1995345:5650;41.78920075;-107.1993338,way_type=user_defined:way_id=80E -edge,5650,5650;41.78920075;-107.1993338:5651;41.7892334;-107.1991058,way_type=user_defined:way_id=80E -edge,5651,5651;41.7892334;-107.1991058:5652;41.7892693;-107.1987883,way_type=user_defined:way_id=80E -edge,5652,5652;41.7892693;-107.1987883:5653;41.78929261;-107.1985086,way_type=user_defined:way_id=80E -edge,5653,5653;41.78929261;-107.1985086:5654;41.78931252;-107.1981969,way_type=user_defined:way_id=80E -edge,5654,5654;41.78931252;-107.1981969:5655;41.7893196;-107.1978754,way_type=user_defined:way_id=80E -edge,5655,5655;41.7893196;-107.1978754:5656;41.7893189;-107.1975452,way_type=user_defined:way_id=80E -edge,5656,5656;41.7893189;-107.1975452:5657;41.7893094;-107.1972533,way_type=user_defined:way_id=80E -edge,5657,5657;41.7893094;-107.1972533:5658;41.7893059;-107.1971861,way_type=user_defined:way_id=80E -edge,5658,5658;41.7893059;-107.1971861:5659;41.78929714;-107.1970422,way_type=user_defined:way_id=80E -edge,5659,5659;41.78929714;-107.1970422:5660;41.78929;-107.1969248,way_type=user_defined:way_id=80E -edge,5660,5660;41.78929;-107.1969248:5661;41.7892647;-107.1966444,way_type=user_defined:way_id=80E -edge,5661,5661;41.7892647;-107.1966444:5662;41.7892253;-107.1963098,way_type=user_defined:way_id=80E -edge,5662,5662;41.7892253;-107.1963098:5663;41.7891786;-107.1959964,way_type=user_defined:way_id=80E -edge,5663,5663;41.7891786;-107.1959964:5664;41.7891279;-107.1957046,way_type=user_defined:way_id=80E -edge,5664,5664;41.7891279;-107.1957046:5665;41.7890742;-107.195424,way_type=user_defined:way_id=80E -edge,5665,5665;41.7890742;-107.195424:5666;41.7890101;-107.1951089,way_type=user_defined:way_id=80E -edge,5666,5666;41.7890101;-107.1951089:5667;41.7888833;-107.1945159,way_type=user_defined:way_id=80E -edge,5667,5667;41.7888833;-107.1945159:5668;41.7887572;-107.1939127,way_type=user_defined:way_id=80E -edge,5668,5668;41.7887572;-107.1939127:5669;41.7884512;-107.1924749,way_type=user_defined:way_id=80E -edge,5669,5669;41.7884512;-107.1924749:5670;41.78817533;-107.1911494,way_type=user_defined:way_id=80E -edge,5670,5670;41.78817533;-107.1911494:5671;41.7881371;-107.1909657,way_type=user_defined:way_id=80E -edge,5671,5671;41.7881371;-107.1909657:5672;41.7879274;-107.1899912,way_type=user_defined:way_id=80E -edge,5672,5672;41.7879274;-107.1899912:5673;41.7875849;-107.1883745,way_type=user_defined:way_id=80E -edge,5673,5673;41.7875849;-107.1883745:5674;41.7875849;-107.1883745,way_type=user_defined:way_id=80E -edge,5674,5674;41.7875849;-107.1883745:5675;41.78750448;-107.1879952,way_type=user_defined:way_id=80E -edge,5675,5675;41.78750448;-107.1879952:5676;41.78714658;-107.1863071,way_type=user_defined:way_id=80E -edge,5676,5676;41.78714658;-107.1863071:5677;41.78704388;-107.185841,way_type=user_defined:way_id=80E -edge,5677,5677;41.78704388;-107.185841:5678;41.786932;-107.185317,way_type=user_defined:way_id=80E -edge,5678,5678;41.786932;-107.185317:5679;41.7865706;-107.1836103,way_type=user_defined:way_id=80E -edge,5679,5679;41.7865706;-107.1836103:5680;41.7863802;-107.1827026,way_type=user_defined:way_id=80E -edge,5680,5680;41.7863802;-107.1827026:5681;41.7857402;-107.1796819,way_type=user_defined:way_id=80E -edge,5681,5681;41.7857402;-107.1796819:5682;41.7854187;-107.1781781,way_type=user_defined:way_id=80E -edge,5682,5682;41.7854187;-107.1781781:5683;41.7852334;-107.1772973,way_type=user_defined:way_id=80E -edge,5683,5683;41.7852334;-107.1772973:5684;41.7851131;-107.1767019,way_type=user_defined:way_id=80E -edge,5684,5684;41.7851131;-107.1767019:5685;41.7849995;-107.1761147,way_type=user_defined:way_id=80E -edge,5685,5685;41.7849995;-107.1761147:5686;41.7849385;-107.1757874,way_type=user_defined:way_id=80E -edge,5686,5686;41.7849385;-107.1757874:5687;41.7848878;-107.1755064,way_type=user_defined:way_id=80E -edge,5687,5687;41.7848878;-107.1755064:5688;41.784834;-107.1751955,way_type=user_defined:way_id=80E -edge,5688,5688;41.784834;-107.1751955:5689;41.784784;-107.1748938,way_type=user_defined:way_id=80E -edge,5689,5689;41.784784;-107.1748938:5690;41.7846938;-107.1743251,way_type=user_defined:way_id=80E -edge,5690,5690;41.7846938;-107.1743251:5691;41.7846145;-107.173794,way_type=user_defined:way_id=80E -edge,5691,5691;41.7846145;-107.173794:5692;41.7845547;-107.1733663,way_type=user_defined:way_id=80E -edge,5692,5692;41.7845547;-107.1733663:5693;41.7845173;-107.1730809,way_type=user_defined:way_id=80E -edge,5693,5693;41.7845173;-107.1730809:5694;41.7844816;-107.172794,way_type=user_defined:way_id=80E -edge,5694,5694;41.7844816;-107.172794:5695;41.7844081;-107.172173,way_type=user_defined:way_id=80E -edge,5695,5695;41.7844081;-107.172173:5696;41.7843453;-107.1715987,way_type=user_defined:way_id=80E -edge,5696,5696;41.7843453;-107.1715987:5697;41.7843118;-107.1712721,way_type=user_defined:way_id=80E -edge,5697,5697;41.7843118;-107.1712721:5698;41.7842805;-107.1709463,way_type=user_defined:way_id=80E -edge,5698,5698;41.7842805;-107.1709463:5699;41.7842526;-107.1706293,way_type=user_defined:way_id=80E -edge,5699,5699;41.7842526;-107.1706293:5700;41.7842289;-107.1703311,way_type=user_defined:way_id=80E -edge,5700,5700;41.7842289;-107.1703311:5701;41.7841625;-107.1693973,way_type=user_defined:way_id=80E -edge,5701,5701;41.7841625;-107.1693973:5702;41.7840918;-107.1684847,way_type=user_defined:way_id=80E -edge,5702,5702;41.7840918;-107.1684847:5703;41.7840238;-107.1675759,way_type=user_defined:way_id=80E -edge,5703,5703;41.7840238;-107.1675759:5704;41.7838663;-107.1654077,way_type=user_defined:way_id=80E -edge,5704,5704;41.7838663;-107.1654077:5705;41.7838221;-107.1648223,way_type=user_defined:way_id=80E -edge,5705,5705;41.7838221;-107.1648223:5706;41.7837777;-107.164206,way_type=user_defined:way_id=80E -edge,5706,5706;41.7837777;-107.164206:5707;41.7837297;-107.1635838,way_type=user_defined:way_id=80E -edge,5707,5707;41.7837297;-107.1635838:5708;41.7836846;-107.162941,way_type=user_defined:way_id=80E -edge,5708,5708;41.7836846;-107.162941:5709;41.7834819;-107.160215,way_type=user_defined:way_id=80E -edge,5709,5709;41.7834819;-107.160215:5710;41.7833511;-107.15837,way_type=user_defined:way_id=80E -edge,5710,5710;41.7833511;-107.15837:5711;41.7833029;-107.157719,way_type=user_defined:way_id=80E -edge,5711,5711;41.7833029;-107.157719:5712;41.7832364;-107.1568487,way_type=user_defined:way_id=80E -edge,5712,5712;41.7832364;-107.1568487:5713;41.7830975;-107.1549266,way_type=user_defined:way_id=80E -edge,5713,5713;41.7830975;-107.1549266:5714;41.7829865;-107.1533321,way_type=user_defined:way_id=80E -edge,5714,5714;41.7829865;-107.1533321:5715;41.7829252;-107.1525006,way_type=user_defined:way_id=80E -edge,5715,5715;41.7829252;-107.1525006:5716;41.7828589;-107.1516247,way_type=user_defined:way_id=80E -edge,5716,5716;41.7828589;-107.1516247:5717;41.7827407;-107.149996,way_type=user_defined:way_id=80E -edge,5717,5717;41.7827407;-107.149996:5718;41.7826793;-107.1491235,way_type=user_defined:way_id=80E -edge,5718,5718;41.7826793;-107.1491235:5719;41.7825652;-107.1475973,way_type=user_defined:way_id=80E -edge,5719,5719;41.7825652;-107.1475973:5720;41.7823249;-107.1442681,way_type=user_defined:way_id=80E -edge,5720,5720;41.7823249;-107.1442681:5721;41.782247;-107.1432629,way_type=user_defined:way_id=80E -edge,5721,5721;41.782247;-107.1432629:5722;41.7821814;-107.142381,way_type=user_defined:way_id=80E -edge,5722,5722;41.7821814;-107.142381:5723;41.7820938;-107.141114,way_type=user_defined:way_id=80E -edge,5723,5723;41.7820938;-107.141114:5724;41.782;-107.1398688,way_type=user_defined:way_id=80E -edge,5724,5724;41.782;-107.1398688:5725;41.7819028;-107.138531,way_type=user_defined:way_id=80E -edge,5725,5725;41.7819028;-107.138531:5726;41.7817968;-107.1371161,way_type=user_defined:way_id=80E -edge,5726,5726;41.7817968;-107.1371161:5727;41.78176954;-107.1367435,way_type=user_defined:way_id=80E -edge,5727,5727;41.78176954;-107.1367435:5728;41.78172655;-107.1361559,way_type=user_defined:way_id=80E -edge,5728,5728;41.78172655;-107.1361559:5729;41.7816971;-107.1357534,way_type=user_defined:way_id=80E -edge,5729,5729;41.7816971;-107.1357534:5730;41.7816971;-107.1357534,way_type=user_defined:way_id=80E -edge,5730,5730;41.7816971;-107.1357534:5731;41.7816153;-107.1346289,way_type=user_defined:way_id=80E -edge,5731,5731;41.7816153;-107.1346289:5732;41.7815046;-107.1331378,way_type=user_defined:way_id=80E -edge,5732,5732;41.7815046;-107.1331378:5733;41.7813886;-107.1315754,way_type=user_defined:way_id=80E -edge,5733,5733;41.7813886;-107.1315754:5734;41.7813396;-107.130957,way_type=user_defined:way_id=80E -edge,5734,5734;41.7813396;-107.130957:5735;41.7813097;-107.1306247,way_type=user_defined:way_id=80E -edge,5735,5735;41.7813097;-107.1306247:5736;41.7812807;-107.1303408,way_type=user_defined:way_id=80E -edge,5736,5736;41.7812807;-107.1303408:5737;41.7812452;-107.130049,way_type=user_defined:way_id=80E -edge,5737,5737;41.7812452;-107.130049:5738;41.7811993;-107.1297312,way_type=user_defined:way_id=80E -edge,5738,5738;41.7811993;-107.1297312:5739;41.7811515;-107.1294532,way_type=user_defined:way_id=80E -edge,5739,5739;41.7811515;-107.1294532:5740;41.7811352;-107.1293706,way_type=user_defined:way_id=80E -edge,5740,5740;41.7811352;-107.1293706:5741;41.7810928;-107.1291598,way_type=user_defined:way_id=80E -edge,5741,5741;41.7810928;-107.1291598:5742;41.78103848;-107.1289227,way_type=user_defined:way_id=80E -edge,5742,5742;41.78103848;-107.1289227:5743;41.7809421;-107.1285476,way_type=user_defined:way_id=80E -edge,5743,5743;41.7809421;-107.1285476:5744;41.7808708;-107.1283026,way_type=user_defined:way_id=80E -edge,5744,5744;41.7808708;-107.1283026:5745;41.7807762;-107.1280087,way_type=user_defined:way_id=80E -edge,5745,5745;41.7807762;-107.1280087:5746;41.7806827;-107.1277452,way_type=user_defined:way_id=80E -edge,5746,5746;41.7806827;-107.1277452:5747;41.7805846;-107.1274932,way_type=user_defined:way_id=80E -edge,5747,5747;41.7805846;-107.1274932:5748;41.7804658;-107.1272113,way_type=user_defined:way_id=80E -edge,5748,5748;41.7804658;-107.1272113:5749;41.7803492;-107.1269597,way_type=user_defined:way_id=80E -edge,5749,5749;41.7803492;-107.1269597:5750;41.7802087;-107.126683,way_type=user_defined:way_id=80E -edge,5750,5750;41.7802087;-107.126683:5751;41.7800775;-107.1264441,way_type=user_defined:way_id=80E -edge,5751,5751;41.7800775;-107.1264441:5752;41.7799275;-107.1261893,way_type=user_defined:way_id=80E -edge,5752,5752;41.7799275;-107.1261893:5753;41.7797949;-107.1259752,way_type=user_defined:way_id=80E -edge,5753,5753;41.7797949;-107.1259752:5754;41.77974722;-107.1259022,way_type=user_defined:way_id=80E -edge,5754,5754;41.77974722;-107.1259022:5755;41.77972872;-107.1258702,way_type=user_defined:way_id=80E -edge,5755,5755;41.77972872;-107.1258702:5756;41.7794869;-107.1255098,way_type=user_defined:way_id=80E -edge,5756,5756;41.7794869;-107.1255098:5757;41.7793373;-107.1252905,way_type=user_defined:way_id=80E -edge,5757,5757;41.7793373;-107.1252905:5758;41.7791716;-107.125052,way_type=user_defined:way_id=80E -edge,5758,5758;41.7791716;-107.125052:5759;41.7791716;-107.125052,way_type=user_defined:way_id=80E -edge,5759,5759;41.7791716;-107.125052:5760;41.779062;-107.1248954,way_type=user_defined:way_id=80E -edge,5760,5760;41.779062;-107.1248954:5761;41.779062;-107.1248954,way_type=user_defined:way_id=80E -edge,5761,5761;41.779062;-107.1248954:5762;41.77904668;-107.1248735,way_type=user_defined:way_id=80E -edge,5762,5762;41.77904668;-107.1248735:5763;41.77904668;-107.1248735,way_type=user_defined:way_id=80E -edge,5763,5763;41.77904668;-107.1248735:5764;41.77903437;-107.124856,way_type=user_defined:way_id=80E -edge,5764,5764;41.77903437;-107.124856:5765;41.77903437;-107.124856,way_type=user_defined:way_id=80E -edge,5765,5765;41.77903437;-107.124856:5766;41.7788521;-107.1245943,way_type=user_defined:way_id=80E -edge,5766,5766;41.7788521;-107.1245943:5767;41.7785611;-107.1241675,way_type=user_defined:way_id=80E -edge,5767,5767;41.7785611;-107.1241675:5768;41.7781011;-107.1235011,way_type=user_defined:way_id=80E -edge,5768,5768;41.7781011;-107.1235011:5769;41.7778954;-107.123205,way_type=user_defined:way_id=80E -edge,5769,5769;41.7778954;-107.123205:5770;41.77764325;-107.1228459,way_type=user_defined:way_id=80E -edge,5770,5770;41.77764325;-107.1228459:5771;41.7774476;-107.1225677,way_type=user_defined:way_id=80E -edge,5771,5771;41.7774476;-107.1225677:5772;41.777405;-107.1225064,way_type=user_defined:way_id=80E -edge,5772,5772;41.777405;-107.1225064:5773;41.7768362;-107.1216877,way_type=user_defined:way_id=80E -edge,5773,5773;41.7768362;-107.1216877:5774;41.7761911;-107.1207516,way_type=user_defined:way_id=80E -edge,5774,5774;41.7761911;-107.1207516:5775;41.7755657;-107.1198386,way_type=user_defined:way_id=80E -edge,5775,5775;41.7755657;-107.1198386:5776;41.7754001;-107.119592,way_type=user_defined:way_id=80E -edge,5776,5776;41.7754001;-107.119592:5777;41.7752611;-107.1193779,way_type=user_defined:way_id=80E -edge,5777,5777;41.7752611;-107.1193779:5778;41.7750999;-107.1191153,way_type=user_defined:way_id=80E -edge,5778,5778;41.7750999;-107.1191153:5779;41.7749705;-107.1188914,way_type=user_defined:way_id=80E -edge,5779,5779;41.7749705;-107.1188914:5780;41.7748249;-107.1186249,way_type=user_defined:way_id=80E -edge,5780,5780;41.7748249;-107.1186249:5781;41.7746991;-107.1183747,way_type=user_defined:way_id=80E -edge,5781,5781;41.7746991;-107.1183747:5782;41.7746582;-107.1182862,way_type=user_defined:way_id=80E -edge,5782,5782;41.7746582;-107.1182862:5783;41.7745737;-107.1181013,way_type=user_defined:way_id=80E -edge,5783,5783;41.7745737;-107.1181013:5784;41.7744532;-107.1178138,way_type=user_defined:way_id=80E -edge,5784,5784;41.7744532;-107.1178138:5785;41.7743531;-107.1175543,way_type=user_defined:way_id=80E -edge,5785,5785;41.7743531;-107.1175543:5786;41.7742512;-107.1172638,way_type=user_defined:way_id=80E -edge,5786,5786;41.7742512;-107.1172638:5787;41.7741654;-107.1169961,way_type=user_defined:way_id=80E -edge,5787,5787;41.7741654;-107.1169961:5788;41.7740743;-107.1166775,way_type=user_defined:way_id=80E -edge,5788,5788;41.7740743;-107.1166775:5789;41.7740086;-107.1164256,way_type=user_defined:way_id=80E -edge,5789,5789;41.7740086;-107.1164256:5790;41.7739309;-107.1160927,way_type=user_defined:way_id=80E -edge,5790,5790;41.7739309;-107.1160927:5791;41.7738762;-107.1158224,way_type=user_defined:way_id=80E -edge,5791,5791;41.7738762;-107.1158224:5792;41.7738258;-107.1155309,way_type=user_defined:way_id=80E -edge,5792,5792;41.7738258;-107.1155309:5793;41.7737802;-107.1152121,way_type=user_defined:way_id=80E -edge,5793,5793;41.7737802;-107.1152121:5794;41.7737477;-107.1149278,way_type=user_defined:way_id=80E -edge,5794,5794;41.7737477;-107.1149278:5795;41.7737177;-107.1146042,way_type=user_defined:way_id=80E -edge,5795,5795;41.7737177;-107.1146042:5796;41.7736942;-107.1142795,way_type=user_defined:way_id=80E -edge,5796,5796;41.7736942;-107.1142795:5797;41.7736787;-107.1139922,way_type=user_defined:way_id=80E -edge,5797,5797;41.7736787;-107.1139922:5798;41.7736679;-107.1136845,way_type=user_defined:way_id=80E -edge,5798,5798;41.7736679;-107.1136845:5799;41.7736617;-107.113366,way_type=user_defined:way_id=80E -edge,5799,5799;41.7736617;-107.113366:5800;41.77365455;-107.1127514,way_type=user_defined:way_id=80E -edge,5800,5800;41.77365455;-107.1127514:5801;41.77365455;-107.1127514,way_type=user_defined:way_id=80E -edge,5801,5801;41.77365455;-107.1127514:5802;41.7736453;-107.1120988,way_type=user_defined:way_id=80E -edge,5802,5802;41.7736453;-107.1120988:5803;41.7736351;-107.1112194,way_type=user_defined:way_id=80E -edge,5803,5803;41.7736351;-107.1112194:5804;41.7736149;-107.108784,way_type=user_defined:way_id=80E -edge,5804,5804;41.7736149;-107.108784:5805;41.7735998;-107.1075043,way_type=user_defined:way_id=80E -edge,5805,5805;41.7735998;-107.1075043:5806;41.7735865;-107.1057915,way_type=user_defined:way_id=80E -edge,5806,5806;41.7735865;-107.1057915:5807;41.7735811;-107.1053503,way_type=user_defined:way_id=80E -edge,5807,5807;41.7735811;-107.1053503:5808;41.77357;-107.1047306,way_type=user_defined:way_id=80E -edge,5808,5808;41.77357;-107.1047306:5809;41.7735556;-107.1041501,way_type=user_defined:way_id=80E -edge,5809,5809;41.7735556;-107.1041501:5810;41.773545;-107.1037924,way_type=user_defined:way_id=80E -edge,5810,5810;41.773545;-107.1037924:5811;41.7735343;-107.1035026,way_type=user_defined:way_id=80E -edge,5811,5811;41.7735343;-107.1035026:5812;41.7735054;-107.1028757,way_type=user_defined:way_id=80E -edge,5812,5812;41.7735054;-107.1028757:5813;41.7734725;-107.1022584,way_type=user_defined:way_id=80E -edge,5813,5813;41.7734725;-107.1022584:5814;41.7734542;-107.1019692,way_type=user_defined:way_id=80E -edge,5814,5814;41.7734542;-107.1019692:5815;41.7734319;-107.1016513,way_type=user_defined:way_id=80E -edge,5815,5815;41.7734319;-107.1016513:5816;41.7733841;-107.1010362,way_type=user_defined:way_id=80E -edge,5816,5816;41.7733841;-107.1010362:5817;41.7733546;-107.1007009,way_type=user_defined:way_id=80E -edge,5817,5817;41.7733546;-107.1007009:5818;41.7733263;-107.1004044,way_type=user_defined:way_id=80E -edge,5818,5818;41.7733263;-107.1004044:5819;41.7732635;-107.0998014,way_type=user_defined:way_id=80E -edge,5819,5819;41.7732635;-107.0998014:5820;41.7732263;-107.0994764,way_type=user_defined:way_id=80E -edge,5820,5820;41.7732263;-107.0994764:5821;41.7731545;-107.0988749,way_type=user_defined:way_id=80E -edge,5821,5821;41.7731545;-107.0988749:5822;41.7731174;-107.0985794,way_type=user_defined:way_id=80E -edge,5822,5822;41.7731174;-107.0985794:5823;41.7730754;-107.0982655,way_type=user_defined:way_id=80E -edge,5823,5823;41.7730754;-107.0982655:5824;41.7729862;-107.0976413,way_type=user_defined:way_id=80E -edge,5824,5824;41.7729862;-107.0976413:5825;41.7728522;-107.096754,way_type=user_defined:way_id=80E -edge,5825,5825;41.7728522;-107.096754:5826;41.7727571;-107.0961534,way_type=user_defined:way_id=80E -edge,5826,5826;41.7727571;-107.0961534:5827;41.7725813;-107.0950226,way_type=user_defined:way_id=80E -edge,5827,5827;41.7725813;-107.0950226:5828;41.7723353;-107.0934838,way_type=user_defined:way_id=80E -edge,5828,5828;41.7723353;-107.0934838:5829;41.7721472;-107.0922795,way_type=user_defined:way_id=80E -edge,5829,5829;41.7721472;-107.0922795:5830;41.7719014;-107.0907409,way_type=user_defined:way_id=80E -edge,5830,5830;41.7719014;-107.0907409:5831;41.7718096;-107.0901368,way_type=user_defined:way_id=80E -edge,5831,5831;41.7718096;-107.0901368:5832;41.7717688;-107.0898527,way_type=user_defined:way_id=80E -edge,5832,5832;41.7717688;-107.0898527:5833;41.7717257;-107.0895293,way_type=user_defined:way_id=80E -edge,5833,5833;41.7717257;-107.0895293:5834;41.7716908;-107.0892323,way_type=user_defined:way_id=80E -edge,5834,5834;41.7716908;-107.0892323:5835;41.7716556;-107.0888754,way_type=user_defined:way_id=80E -edge,5835,5835;41.7716556;-107.0888754:5836;41.7716338;-107.0886142,way_type=user_defined:way_id=80E -edge,5836,5836;41.7716338;-107.0886142:5837;41.7716123;-107.0882945,way_type=user_defined:way_id=80E -edge,5837,5837;41.7716123;-107.0882945:5838;41.7716123;-107.0882945,way_type=user_defined:way_id=80E -edge,5838,5838;41.7716123;-107.0882945:5839;41.7715961;-107.0879744,way_type=user_defined:way_id=80E -edge,5839,5839;41.7715961;-107.0879744:5840;41.771586;-107.0876732,way_type=user_defined:way_id=80E -edge,5840,5840;41.771586;-107.0876732:5841;41.7715811;-107.0873428,way_type=user_defined:way_id=80E -edge,5841,5841;41.7715811;-107.0873428:5842;41.7715817;-107.0870594,way_type=user_defined:way_id=80E -edge,5842,5842;41.7715817;-107.0870594:5843;41.771583;-107.0869817,way_type=user_defined:way_id=80E -edge,5843,5843;41.771583;-107.0869817:5844;41.7715886;-107.0867193,way_type=user_defined:way_id=80E -edge,5844,5844;41.7715886;-107.0867193:5845;41.77159043;-107.0866699,way_type=user_defined:way_id=80E -edge,5845,5845;41.77159043;-107.0866699:5846;41.7715991;-107.0864361,way_type=user_defined:way_id=80E -edge,5846,5846;41.7715991;-107.0864361:5847;41.7716158;-107.0861158,way_type=user_defined:way_id=80E -edge,5847,5847;41.7716158;-107.0861158:5848;41.7716366;-107.0858164,way_type=user_defined:way_id=80E -edge,5848,5848;41.7716366;-107.0858164:5849;41.771664;-107.085499,way_type=user_defined:way_id=80E -edge,5849,5849;41.771664;-107.085499:5850;41.7717036;-107.085127,way_type=user_defined:way_id=80E -edge,5850,5850;41.7717036;-107.085127:5851;41.7717324;-107.0848857,way_type=user_defined:way_id=80E -edge,5851,5851;41.7717324;-107.0848857:5852;41.771772;-107.0845898,way_type=user_defined:way_id=80E -edge,5852,5852;41.771772;-107.0845898:5853;41.7718205;-107.0842659,way_type=user_defined:way_id=80E -edge,5853,5853;41.7718205;-107.0842659:5854;41.7718677;-107.0839809,way_type=user_defined:way_id=80E -edge,5854,5854;41.7718677;-107.0839809:5855;41.7719249;-107.0836689,way_type=user_defined:way_id=80E -edge,5855,5855;41.7719249;-107.0836689:5856;41.7719892;-107.0833491,way_type=user_defined:way_id=80E -edge,5856,5856;41.7719892;-107.0833491:5857;41.77224086;-107.082172,way_type=user_defined:way_id=80E -edge,5857,5857;41.77224086;-107.082172:5858;41.77224086;-107.082172,way_type=user_defined:way_id=80E -edge,5858,5858;41.77224086;-107.082172:5859;41.772382;-107.081542,way_type=user_defined:way_id=80E -edge,5859,5859;41.772382;-107.081542:5860;41.7725982;-107.0805487,way_type=user_defined:way_id=80E -edge,5860,5860;41.7725982;-107.0805487:5861;41.7726967;-107.0800907,way_type=user_defined:way_id=80E -edge,5861,5861;41.7726967;-107.0800907:5862;41.772755;-107.0798123,way_type=user_defined:way_id=80E -edge,5862,5862;41.772755;-107.0798123:5863;41.7728171;-107.079505,way_type=user_defined:way_id=80E -edge,5863,5863;41.7728171;-107.079505:5864;41.7728837;-107.0791511,way_type=user_defined:way_id=80E -edge,5864,5864;41.7728837;-107.0791511:5865;41.7729272;-107.0789051,way_type=user_defined:way_id=80E -edge,5865,5865;41.7729272;-107.0789051:5866;41.772976;-107.0786128,way_type=user_defined:way_id=80E -edge,5866,5866;41.772976;-107.0786128:5867;41.7730246;-107.0783007,way_type=user_defined:way_id=80E -edge,5867,5867;41.7730246;-107.0783007:5868;41.7730695;-107.0779775,way_type=user_defined:way_id=80E -edge,5868,5868;41.7730695;-107.0779775:5869;41.77307917;-107.0778997,way_type=user_defined:way_id=80E -edge,5869,5869;41.77307917;-107.0778997:5870;41.7731062;-107.0776821,way_type=user_defined:way_id=80E -edge,5870,5870;41.7731062;-107.0776821:5871;41.7731391;-107.0773951,way_type=user_defined:way_id=80E -edge,5871,5871;41.7731391;-107.0773951:5872;41.7731731;-107.0770706,way_type=user_defined:way_id=80E -edge,5872,5872;41.7731731;-107.0770706:5873;41.7732012;-107.0767741,way_type=user_defined:way_id=80E -edge,5873,5873;41.7732012;-107.0767741:5874;41.7732247;-107.0764957,way_type=user_defined:way_id=80E -edge,5874,5874;41.7732247;-107.0764957:5875;41.7732512;-107.0761325,way_type=user_defined:way_id=80E -edge,5875,5875;41.7732512;-107.0761325:5876;41.7732703;-107.0758076,way_type=user_defined:way_id=80E -edge,5876,5876;41.7732703;-107.0758076:5877;41.7732824;-107.0755561,way_type=user_defined:way_id=80E -edge,5877,5877;41.7732824;-107.0755561:5878;41.7732936;-107.0752585,way_type=user_defined:way_id=80E -edge,5878,5878;41.7732936;-107.0752585:5879;41.773303;-107.0749318,way_type=user_defined:way_id=80E -edge,5879,5879;41.773303;-107.0749318:5880;41.7733096;-107.0746431,way_type=user_defined:way_id=80E -edge,5880,5880;41.7733096;-107.0746431:5881;41.7733149;-107.0741357,way_type=user_defined:way_id=80E -edge,5881,5881;41.7733149;-107.0741357:5882;41.7733149;-107.0741357,way_type=user_defined:way_id=80E -edge,5882,5882;41.7733149;-107.0741357:5883;41.7733148;-107.0739817,way_type=user_defined:way_id=80E -edge,5883,5883;41.7733148;-107.0739817:5884;41.7733112;-107.0736941,way_type=user_defined:way_id=80E -edge,5884,5884;41.7733112;-107.0736941:5885;41.7733032;-107.0733971,way_type=user_defined:way_id=80E -edge,5885,5885;41.7733032;-107.0733971:5886;41.7732913;-107.0731118,way_type=user_defined:way_id=80E -edge,5886,5886;41.7732913;-107.0731118:5887;41.7732736;-107.0727842,way_type=user_defined:way_id=80E -edge,5887,5887;41.7732736;-107.0727842:5888;41.7732524;-107.0724684,way_type=user_defined:way_id=80E -edge,5888,5888;41.7732524;-107.0724684:5889;41.7732292;-107.0721719,way_type=user_defined:way_id=80E -edge,5889,5889;41.7732292;-107.0721719:5890;41.7732038;-107.0718849,way_type=user_defined:way_id=80E -edge,5890,5890;41.7732038;-107.0718849:5891;41.7731716;-107.0715602,way_type=user_defined:way_id=80E -edge,5891,5891;41.7731716;-107.0715602:5892;41.7731114;-107.0710212,way_type=user_defined:way_id=80E -edge,5892,5892;41.7731114;-107.0710212:5893;41.7730719;-107.0706927,way_type=user_defined:way_id=80E -edge,5893,5893;41.7730719;-107.0706927:5894;41.7730236;-107.0703316,way_type=user_defined:way_id=80E -edge,5894,5894;41.7730236;-107.0703316:5895;41.7729809;-107.0700469,way_type=user_defined:way_id=80E -edge,5895,5895;41.7729809;-107.0700469:5896;41.7729286;-107.0697264,way_type=user_defined:way_id=80E -edge,5896,5896;41.7729286;-107.0697264:5897;41.7727198;-107.06852,way_type=user_defined:way_id=80E -edge,5897,5897;41.7727198;-107.06852:5898;41.7725653;-107.0676417,way_type=user_defined:way_id=80E -edge,5898,5898;41.7725653;-107.0676417:5899;41.772363;-107.0664677,way_type=user_defined:way_id=80E -edge,5899,5899;41.772363;-107.0664677:5900;41.7721319;-107.065153,way_type=user_defined:way_id=80E -edge,5900,5900;41.7721319;-107.065153:5901;41.7719236;-107.0639442,way_type=user_defined:way_id=80E -edge,5901,5901;41.7719236;-107.0639442:5902;41.7717124;-107.0627339,way_type=user_defined:way_id=80E -edge,5902,5902;41.7717124;-107.0627339:5903;41.7715226;-107.0616314,way_type=user_defined:way_id=80E -edge,5903,5903;41.7715226;-107.0616314:5904;41.7708859;-107.0579811,way_type=user_defined:way_id=80E -edge,5904,5904;41.7708859;-107.0579811:5905;41.7706306;-107.0564937,way_type=user_defined:way_id=80E -edge,5905,5905;41.7706306;-107.0564937:5906;41.7702646;-107.0543941,way_type=user_defined:way_id=80E -edge,5906,5906;41.7702646;-107.0543941:5907;41.7700019;-107.0528697,way_type=user_defined:way_id=80E -edge,5907,5907;41.7700019;-107.0528697:5908;41.7697398;-107.0513711,way_type=user_defined:way_id=80E -edge,5908,5908;41.7697398;-107.0513711:5909;41.7695817;-107.0504781,way_type=user_defined:way_id=80E -edge,5909,5909;41.7695817;-107.0504781:5910;41.7693153;-107.048929,way_type=user_defined:way_id=80E -edge,5910,5910;41.7693153;-107.048929:5911;41.7689088;-107.0465856,way_type=user_defined:way_id=80E -edge,5911,5911;41.7689088;-107.0465856:5912;41.7687095;-107.0454503,way_type=user_defined:way_id=80E -edge,5912,5912;41.7687095;-107.0454503:5913;41.7685368;-107.0444442,way_type=user_defined:way_id=80E -edge,5913,5913;41.7685368;-107.0444442:5914;41.7683193;-107.0432137,way_type=user_defined:way_id=80E -edge,5914,5914;41.7683193;-107.0432137:5915;41.7680155;-107.0414424,way_type=user_defined:way_id=80E -edge,5915,5915;41.7680155;-107.0414424:5916;41.7678539;-107.0405224,way_type=user_defined:way_id=80E -edge,5916,5916;41.7678539;-107.0405224:5917;41.7675619;-107.0388397,way_type=user_defined:way_id=80E -edge,5917,5917;41.7675619;-107.0388397:5918;41.7673516;-107.0376439,way_type=user_defined:way_id=80E -edge,5918,5918;41.7673516;-107.0376439:5919;41.7671304;-107.0363575,way_type=user_defined:way_id=80E -edge,5919,5919;41.7671304;-107.0363575:5920;41.7669629;-107.0354064,way_type=user_defined:way_id=80E -edge,5920,5920;41.7669629;-107.0354064:5921;41.7667321;-107.0340613,way_type=user_defined:way_id=80E -edge,5921,5921;41.7667321;-107.0340613:5922;41.766453;-107.0324625,way_type=user_defined:way_id=80E -edge,5922,5922;41.766453;-107.0324625:5923;41.7663062;-107.0316079,way_type=user_defined:way_id=80E -edge,5923,5923;41.7663062;-107.0316079:5924;41.7658941;-107.029237,way_type=user_defined:way_id=80E -edge,5924,5924;41.7658941;-107.029237:5925;41.7657262;-107.0282799,way_type=user_defined:way_id=80E -edge,5925,5925;41.7657262;-107.0282799:5926;41.7653523;-107.0261191,way_type=user_defined:way_id=80E -edge,5926,5926;41.7653523;-107.0261191:5927;41.7649843;-107.024024,way_type=user_defined:way_id=80E -edge,5927,5927;41.7649843;-107.024024:5928;41.7648365;-107.0231655,way_type=user_defined:way_id=80E -edge,5928,5928;41.7648365;-107.0231655:5929;41.7647073;-107.0224278,way_type=user_defined:way_id=80E -edge,5929,5929;41.7647073;-107.0224278:5930;41.7644073;-107.0206978,way_type=user_defined:way_id=80E -edge,5930,5930;41.7644073;-107.0206978:5931;41.7642504;-107.0198035,way_type=user_defined:way_id=80E -edge,5931,5931;41.7642504;-107.0198035:5932;41.7637773;-107.0170733,way_type=user_defined:way_id=80E -edge,5932,5932;41.7637773;-107.0170733:5933;41.7635552;-107.015797,way_type=user_defined:way_id=80E -edge,5933,5933;41.7635552;-107.015797:5934;41.7634182;-107.0150192,way_type=user_defined:way_id=80E -edge,5934,5934;41.7634182;-107.0150192:5935;41.7631614;-107.01352,way_type=user_defined:way_id=80E -edge,5935,5935;41.7631614;-107.01352:5936;41.7625853;-107.0102241,way_type=user_defined:way_id=80E -edge,5936,5936;41.7625853;-107.0102241:5937;41.76239;-107.0090936,way_type=user_defined:way_id=80E -edge,5937,5937;41.76239;-107.0090936:5938;41.7621038;-107.0074612,way_type=user_defined:way_id=80E -edge,5938,5938;41.7621038;-107.0074612:5939;41.7616973;-107.0051204,way_type=user_defined:way_id=80E -edge,5939,5939;41.7616973;-107.0051204:5940;41.7614013;-107.0034378,way_type=user_defined:way_id=80E -edge,5940,5940;41.7614013;-107.0034378:5941;41.7612213;-107.0023947,way_type=user_defined:way_id=80E -edge,5941,5941;41.7612213;-107.0023947:5942;41.7608907;-107.0004989,way_type=user_defined:way_id=80E -edge,5942,5942;41.7608907;-107.0004989:5943;41.7606946;-106.9993835,way_type=user_defined:way_id=80E -edge,5943,5943;41.7606946;-106.9993835:5944;41.7603382;-106.9973319,way_type=user_defined:way_id=80E -edge,5944,5944;41.7603382;-106.9973319:5945;41.7602298;-106.9966865,way_type=user_defined:way_id=80E -edge,5945,5945;41.7602298;-106.9966865:5946;41.7601746;-106.9963662,way_type=user_defined:way_id=80E -edge,5946,5946;41.7601746;-106.9963662:5947;41.7599667;-106.9951903,way_type=user_defined:way_id=80E -edge,5947,5947;41.7599667;-106.9951903:5948;41.7597596;-106.9939895,way_type=user_defined:way_id=80E -edge,5948,5948;41.7597596;-106.9939895:5949;41.7594818;-106.992425,way_type=user_defined:way_id=80E -edge,5949,5949;41.7594818;-106.992425:5950;41.7594378;-106.992172,way_type=user_defined:way_id=80E -edge,5950,5950;41.7594378;-106.992172:5951;41.7592831;-106.9912529,way_type=user_defined:way_id=80E -edge,5951,5951;41.7592831;-106.9912529:5952;41.7591275;-106.9903741,way_type=user_defined:way_id=80E -edge,5952,5952;41.7591275;-106.9903741:5953;41.758974;-106.989484,way_type=user_defined:way_id=80E -edge,5953,5953;41.758974;-106.989484:5954;41.7588738;-106.9889116,way_type=user_defined:way_id=80E -edge,5954,5954;41.7588738;-106.9889116:5955;41.7587042;-106.9879636,way_type=user_defined:way_id=80E -edge,5955,5955;41.7587042;-106.9879636:5956;41.7584393;-106.9864393,way_type=user_defined:way_id=80E -edge,5956,5956;41.7584393;-106.9864393:5957;41.758213;-106.9851189,way_type=user_defined:way_id=80E -edge,5957,5957;41.758213;-106.9851189:5958;41.7580251;-106.984057,way_type=user_defined:way_id=80E -edge,5958,5958;41.7580251;-106.984057:5959;41.757767;-106.9825649,way_type=user_defined:way_id=80E -edge,5959,5959;41.757767;-106.9825649:5960;41.7576628;-106.9819728,way_type=user_defined:way_id=80E -edge,5960,5960;41.7576628;-106.9819728:5961;41.757509;-106.9810862,way_type=user_defined:way_id=80E -edge,5961,5961;41.757509;-106.9810862:5962;41.7571844;-106.9792419,way_type=user_defined:way_id=80E -edge,5962,5962;41.7571844;-106.9792419:5963;41.7569355;-106.9777948,way_type=user_defined:way_id=80E -edge,5963,5963;41.7569355;-106.9777948:5964;41.7568463;-106.9772928,way_type=user_defined:way_id=80E -edge,5964,5964;41.7568463;-106.9772928:5965;41.7568463;-106.9772928,way_type=user_defined:way_id=80E -edge,5965,5965;41.7568463;-106.9772928:5966;41.7567514;-106.9767673,way_type=user_defined:way_id=80E -edge,5966,5966;41.7567514;-106.9767673:5967;41.7566128;-106.9759876,way_type=user_defined:way_id=80E -edge,5967,5967;41.7566128;-106.9759876:5968;41.7565083;-106.9753805,way_type=user_defined:way_id=80E -edge,5968,5968;41.7565083;-106.9753805:5969;41.7563585;-106.9744963,way_type=user_defined:way_id=80E -edge,5969,5969;41.7563585;-106.9744963:5970;41.7561427;-106.9732555,way_type=user_defined:way_id=80E -edge,5970,5970;41.7561427;-106.9732555:5971;41.7555098;-106.9696331,way_type=user_defined:way_id=80E -edge,5971,5971;41.7555098;-106.9696331:5972;41.7552529;-106.9681737,way_type=user_defined:way_id=80E -edge,5972,5972;41.7552529;-106.9681737:5973;41.7551606;-106.9676408,way_type=user_defined:way_id=80E -edge,5973,5973;41.7551606;-106.9676408:5974;41.7551606;-106.9676408,way_type=user_defined:way_id=80E -edge,5974,5974;41.7551606;-106.9676408:5975;41.754924;-106.9662804,way_type=user_defined:way_id=80E -edge,5975,5975;41.754924;-106.9662804:5976;41.7545021;-106.9638808,way_type=user_defined:way_id=80E -edge,5976,5976;41.7545021;-106.9638808:5977;41.75410088;-106.961557,way_type=user_defined:way_id=80E -edge,5977,5977;41.75410088;-106.961557:5978;41.75410088;-106.961557,way_type=user_defined:way_id=80E -edge,5978,5978;41.75410088;-106.961557:5979;41.7539885;-106.9609133,way_type=user_defined:way_id=80E -edge,5979,5979;41.7539885;-106.9609133:5980;41.7539319;-106.9606024,way_type=user_defined:way_id=80E -edge,5980,5980;41.7539319;-106.9606024:5981;41.753816;-106.9599851,way_type=user_defined:way_id=80E -edge,5981,5981;41.753816;-106.9599851:5982;41.7537555;-106.9596773,way_type=user_defined:way_id=80E -edge,5982,5982;41.7537555;-106.9596773:5983;41.7536969;-106.9593887,way_type=user_defined:way_id=80E -edge,5983,5983;41.7536969;-106.9593887:5984;41.7536305;-106.9590734,way_type=user_defined:way_id=80E -edge,5984,5984;41.7536305;-106.9590734:5985;41.753608;-106.9589709,way_type=user_defined:way_id=80E -edge,5985,5985;41.753608;-106.9589709:5986;41.7535222;-106.9585799,way_type=user_defined:way_id=80E -edge,5986,5986;41.7535222;-106.9585799:5987;41.7534384;-106.958211,way_type=user_defined:way_id=80E -edge,5987,5987;41.7534384;-106.958211:5988;41.7533646;-106.9578944,way_type=user_defined:way_id=80E -edge,5988,5988;41.7533646;-106.9578944:5989;41.7532231;-106.9573027,way_type=user_defined:way_id=80E -edge,5989,5989;41.7532231;-106.9573027:5990;41.7531497;-106.957007,way_type=user_defined:way_id=80E -edge,5990,5990;41.7531497;-106.957007:5991;41.7530748;-106.9567145,way_type=user_defined:way_id=80E -edge,5991,5991;41.7530748;-106.9567145:5992;41.7529931;-106.9564049,way_type=user_defined:way_id=80E -edge,5992,5992;41.7529931;-106.9564049:5993;41.7527582;-106.9555346,way_type=user_defined:way_id=80E -edge,5993,5993;41.7527582;-106.9555346:5994;41.7524767;-106.954474,way_type=user_defined:way_id=80E -edge,5994,5994;41.7524767;-106.954474:5995;41.7524767;-106.954474,way_type=user_defined:way_id=80E -edge,5995,5995;41.7524767;-106.954474:5996;41.75233541;-106.953946,way_type=user_defined:way_id=80E -edge,5996,5996;41.75233541;-106.953946:5997;41.7521187;-106.953136,way_type=user_defined:way_id=80E -edge,5997,5997;41.7521187;-106.953136:5998;41.7517493;-106.9517331,way_type=user_defined:way_id=80E -edge,5998,5998;41.7517493;-106.9517331:5999;41.7513813;-106.9503624,way_type=user_defined:way_id=80E -edge,5999,5999;41.7513813;-106.9503624:6000;41.7510615;-106.9491532,way_type=user_defined:way_id=80E -edge,6000,6000;41.7510615;-106.9491532:6001;41.75096463;-106.9487917,way_type=user_defined:way_id=80E -edge,6001,6001;41.75096463;-106.9487917:6002;41.7508338;-106.9483034,way_type=user_defined:way_id=80E -edge,6002,6002;41.7508338;-106.9483034:6003;41.7505286;-106.9471387,way_type=user_defined:way_id=80E -edge,6003,6003;41.7505286;-106.9471387:6004;41.7502152;-106.9459682,way_type=user_defined:way_id=80E -edge,6004,6004;41.7502152;-106.9459682:6005;41.749913;-106.9448301,way_type=user_defined:way_id=80E -edge,6005,6005;41.749913;-106.9448301:6006;41.7496853;-106.9439818,way_type=user_defined:way_id=80E -edge,6006,6006;41.7496853;-106.9439818:6007;41.7495322;-106.9433971,way_type=user_defined:way_id=80E -edge,6007,6007;41.7495322;-106.9433971:6008;41.74947691;-106.9431886,way_type=user_defined:way_id=80E -edge,6008,6008;41.74947691;-106.9431886:6009;41.7493019;-106.9425286,way_type=user_defined:way_id=80E -edge,6009,6009;41.7493019;-106.9425286:6010;41.7490035;-106.9414098,way_type=user_defined:way_id=80E -edge,6010,6010;41.7490035;-106.9414098:6011;41.7487674;-106.9405309,way_type=user_defined:way_id=80E -edge,6011,6011;41.7487674;-106.9405309:6012;41.7485356;-106.9396548,way_type=user_defined:way_id=80E -edge,6012,6012;41.7485356;-106.9396548:6013;41.748274;-106.9386844,way_type=user_defined:way_id=80E -edge,6013,6013;41.748274;-106.9386844:6014;41.7475323;-106.9359118,way_type=user_defined:way_id=80E -edge,6014,6014;41.7475323;-106.9359118:6015;41.7472171;-106.9347053,way_type=user_defined:way_id=80E -edge,6015,6015;41.7472171;-106.9347053:6016;41.7463026;-106.9312767,way_type=user_defined:way_id=80E -edge,6016,6016;41.7463026;-106.9312767:6017;41.7459848;-106.9300516,way_type=user_defined:way_id=80E -edge,6017,6017;41.7459848;-106.9300516:6018;41.7459214;-106.9298039,way_type=user_defined:way_id=80E -edge,6018,6018;41.7459214;-106.9298039:6019;41.7458528;-106.9295268,way_type=user_defined:way_id=80E -edge,6019,6019;41.7458528;-106.9295268:6020;41.745775;-106.9292039,way_type=user_defined:way_id=80E -edge,6020,6020;41.745775;-106.9292039:6021;41.7456414;-106.9286277,way_type=user_defined:way_id=80E -edge,6021,6021;41.7456414;-106.9286277:6022;41.7455084;-106.9280303,way_type=user_defined:way_id=80E -edge,6022,6022;41.7455084;-106.9280303:6023;41.7454485;-106.927749,way_type=user_defined:way_id=80E -edge,6023,6023;41.7454485;-106.927749:6024;41.7453763;-106.9273945,way_type=user_defined:way_id=80E -edge,6024,6024;41.7453763;-106.9273945:6025;41.7452663;-106.9268306,way_type=user_defined:way_id=80E -edge,6025,6025;41.7452663;-106.9268306:6026;41.7452066;-106.9265119,way_type=user_defined:way_id=80E -edge,6026,6026;41.7452066;-106.9265119:6027;41.7451511;-106.9262016,way_type=user_defined:way_id=80E -edge,6027,6027;41.7451511;-106.9262016:6028;41.7450548;-106.9256283,way_type=user_defined:way_id=80E -edge,6028,6028;41.7450548;-106.9256283:6029;41.7449579;-106.9250278,way_type=user_defined:way_id=80E -edge,6029,6029;41.7449579;-106.9250278:6030;41.7448708;-106.9244552,way_type=user_defined:way_id=80E -edge,6030,6030;41.7448708;-106.9244552:6031;41.7448239;-106.9241261,way_type=user_defined:way_id=80E -edge,6031,6031;41.7448239;-106.9241261:6032;41.7447716;-106.9237328,way_type=user_defined:way_id=80E -edge,6032,6032;41.7447716;-106.9237328:6033;41.7447057;-106.9232016,way_type=user_defined:way_id=80E -edge,6033,6033;41.7447057;-106.9232016:6034;41.7446714;-106.9229087,way_type=user_defined:way_id=80E -edge,6034,6034;41.7446714;-106.9229087:6035;41.7446045;-106.9223032,way_type=user_defined:way_id=80E -edge,6035,6035;41.7446045;-106.9223032:6036;41.7445743;-106.9220093,way_type=user_defined:way_id=80E -edge,6036,6036;41.7445743;-106.9220093:6037;41.7445481;-106.9217327,way_type=user_defined:way_id=80E -edge,6037,6037;41.7445481;-106.9217327:6038;41.744518;-106.9214007,way_type=user_defined:way_id=80E -edge,6038,6038;41.744518;-106.9214007:6039;41.7444897;-106.9210648,way_type=user_defined:way_id=80E -edge,6039,6039;41.7444897;-106.9210648:6040;41.7444676;-106.9207801,way_type=user_defined:way_id=80E -edge,6040,6040;41.7444676;-106.9207801:6041;41.7444386;-106.9203789,way_type=user_defined:way_id=80E -edge,6041,6041;41.7444386;-106.9203789:6042;41.7444221;-106.9201386,way_type=user_defined:way_id=80E -edge,6042,6042;41.7444221;-106.9201386:6043;41.744395;-106.919702,way_type=user_defined:way_id=80E -edge,6043,6043;41.744395;-106.919702:6044;41.7443716;-106.9192643,way_type=user_defined:way_id=80E -edge,6044,6044;41.7443716;-106.9192643:6045;41.7443571;-106.918937,way_type=user_defined:way_id=80E -edge,6045,6045;41.7443571;-106.918937:6046;41.7443237;-106.9180303,way_type=user_defined:way_id=80E -edge,6046,6046;41.7443237;-106.9180303:6047;41.7442609;-106.9164418,way_type=user_defined:way_id=80E -edge,6047,6047;41.7442609;-106.9164418:6048;41.7441983;-106.9146528,way_type=user_defined:way_id=80E -edge,6048,6048;41.7441983;-106.9146528:6049;41.7441502;-106.9133873,way_type=user_defined:way_id=80E -edge,6049,6049;41.7441502;-106.9133873:6050;41.7441179;-106.912403,way_type=user_defined:way_id=80E -edge,6050,6050;41.7441179;-106.912403:6051;41.7440827;-106.9113837,way_type=user_defined:way_id=80E -edge,6051,6051;41.7440827;-106.9113837:6052;41.7440107;-106.9094133,way_type=user_defined:way_id=80E -edge,6052,6052;41.7440107;-106.9094133:6053;41.7439676;-106.9082953,way_type=user_defined:way_id=80E -edge,6053,6053;41.7439676;-106.9082953:6054;41.7439181;-106.9068416,way_type=user_defined:way_id=80E -edge,6054,6054;41.7439181;-106.9068416:6055;41.7438308;-106.9044468,way_type=user_defined:way_id=80E -edge,6055,6055;41.7438308;-106.9044468:6056;41.7437513;-106.9021503,way_type=user_defined:way_id=80E -edge,6056,6056;41.7437513;-106.9021503:6057;41.7437213;-106.9013513,way_type=user_defined:way_id=80E -edge,6057,6057;41.7437213;-106.9013513:6058;41.74368;-106.9003279,way_type=user_defined:way_id=80E -edge,6058,6058;41.74368;-106.9003279:6059;41.7436582;-106.8997236,way_type=user_defined:way_id=80E -edge,6059,6059;41.7436582;-106.8997236:6060;41.7436111;-106.8983406,way_type=user_defined:way_id=80E -edge,6060,6060;41.7436111;-106.8983406:6061;41.7435593;-106.8969524,way_type=user_defined:way_id=80E -edge,6061,6061;41.7435593;-106.8969524:6062;41.743482;-106.894775,way_type=user_defined:way_id=80E -edge,6062,6062;41.743482;-106.894775:6063;41.7433502;-106.8912051,way_type=user_defined:way_id=80E -edge,6063,6063;41.7433502;-106.8912051:6064;41.7432551;-106.8884517,way_type=user_defined:way_id=80E -edge,6064,6064;41.7432551;-106.8884517:6065;41.7431801;-106.88642,way_type=user_defined:way_id=80E -edge,6065,6065;41.7431801;-106.88642:6066;41.7430843;-106.883731,way_type=user_defined:way_id=80E -edge,6066,6066;41.7430843;-106.883731:6067;41.7430421;-106.8825012,way_type=user_defined:way_id=80E -edge,6067,6067;41.7430421;-106.8825012:6068;41.7429427;-106.8798416,way_type=user_defined:way_id=80E -edge,6068,6068;41.7429427;-106.8798416:6069;41.7428907;-106.8785266,way_type=user_defined:way_id=80E -edge,6069,6069;41.7428907;-106.8785266:6070;41.7428392;-106.877041,way_type=user_defined:way_id=80E -edge,6070,6070;41.7428392;-106.877041:6071;41.7428041;-106.876117,way_type=user_defined:way_id=80E -edge,6071,6071;41.7428041;-106.876117:6072;41.7427604;-106.8747997,way_type=user_defined:way_id=80E -edge,6072,6072;41.7427604;-106.8747997:6073;41.7426816;-106.8726806,way_type=user_defined:way_id=80E -edge,6073,6073;41.7426816;-106.8726806:6074;41.7426499;-106.8717821,way_type=user_defined:way_id=80E -edge,6074,6074;41.7426499;-106.8717821:6075;41.7425955;-106.8703643,way_type=user_defined:way_id=80E -edge,6075,6075;41.7425955;-106.8703643:6076;41.742504;-106.867774,way_type=user_defined:way_id=80E -edge,6076,6076;41.742504;-106.867774:6077;41.742445;-106.8661728,way_type=user_defined:way_id=80E -edge,6077,6077;41.742445;-106.8661728:6078;41.7424022;-106.8648943,way_type=user_defined:way_id=80E -edge,6078,6078;41.7424022;-106.8648943:6079;41.7423218;-106.8627766,way_type=user_defined:way_id=80E -edge,6079,6079;41.7423218;-106.8627766:6080;41.7422725;-106.8612972,way_type=user_defined:way_id=80E -edge,6080,6080;41.7422725;-106.8612972:6081;41.7422031;-106.8594089,way_type=user_defined:way_id=80E -edge,6081,6081;41.7422031;-106.8594089:6082;41.7421658;-106.8583505,way_type=user_defined:way_id=80E -edge,6082,6082;41.7421658;-106.8583505:6083;41.7421658;-106.8583505,way_type=user_defined:way_id=80E -edge,6083,6083;41.7421658;-106.8583505:6084;41.7421288;-106.8573,way_type=user_defined:way_id=80E -edge,6084,6084;41.7421288;-106.8573:6085;41.7419882;-106.8535768,way_type=user_defined:way_id=80E -edge,6085,6085;41.7419882;-106.8535768:6086;41.7419249;-106.8517218,way_type=user_defined:way_id=80E -edge,6086,6086;41.7419249;-106.8517218:6087;41.7418978;-106.8509881,way_type=user_defined:way_id=80E -edge,6087,6087;41.7418978;-106.8509881:6088;41.7418494;-106.8497409,way_type=user_defined:way_id=80E -edge,6088,6088;41.7418494;-106.8497409:6089;41.741796;-106.8481836,way_type=user_defined:way_id=80E -edge,6089,6089;41.741796;-106.8481836:6090;41.7417181;-106.8460095,way_type=user_defined:way_id=80E -edge,6090,6090;41.7417181;-106.8460095:6091;41.7416712;-106.8447823,way_type=user_defined:way_id=80E -edge,6091,6091;41.7416712;-106.8447823:6092;41.7416114;-106.8432859,way_type=user_defined:way_id=80E -edge,6092,6092;41.7416114;-106.8432859:6093;41.74161014;-106.8432567,way_type=user_defined:way_id=80E -edge,6093,6093;41.74161014;-106.8432567:6094;41.7415977;-106.8429686,way_type=user_defined:way_id=80E -edge,6094,6094;41.7415977;-106.8429686:6095;41.7415808;-106.8426467,way_type=user_defined:way_id=80E -edge,6095,6095;41.7415808;-106.8426467:6096;41.7415708;-106.8423542,way_type=user_defined:way_id=80E -edge,6096,6096;41.7415708;-106.8423542:6097;41.7415312;-106.8409364,way_type=user_defined:way_id=80E -edge,6097,6097;41.7415312;-106.8409364:6098;41.7415171;-106.8404882,way_type=user_defined:way_id=80E -edge,6098,6098;41.7415171;-106.8404882:6099;41.7414566;-106.83896,way_type=user_defined:way_id=80E -edge,6099,6099;41.7414566;-106.83896:6100;41.7414405;-106.8385148,way_type=user_defined:way_id=80E -edge,6100,6100;41.7414405;-106.8385148:6101;41.7414119;-106.8377238,way_type=user_defined:way_id=80E -edge,6101,6101;41.7414119;-106.8377238:6102;41.7414119;-106.8377238,way_type=user_defined:way_id=80E -edge,6102,6102;41.7414119;-106.8377238:6103;41.74131929;-106.8351152,way_type=user_defined:way_id=80E -edge,6103,6103;41.74131929;-106.8351152:6104;41.74130522;-106.8345898,way_type=user_defined:way_id=80E -edge,6104,6104;41.74130522;-106.8345898:6105;41.74129288;-106.8342783,way_type=user_defined:way_id=80E -edge,6105,6105;41.74129288;-106.8342783:6106;41.74120461;-106.8320502,way_type=user_defined:way_id=80E -edge,6106,6106;41.74120461;-106.8320502:6107;41.74113845;-106.8302702,way_type=user_defined:way_id=80E -edge,6107,6107;41.74113845;-106.8302702:6108;41.74113845;-106.8302702,way_type=user_defined:way_id=80E -edge,6108,6108;41.74113845;-106.8302702:6109;41.7411138;-106.8295741,way_type=user_defined:way_id=80E -edge,6109,6109;41.7411138;-106.8295741:6110;41.7410472;-106.8277855,way_type=user_defined:way_id=80E -edge,6110,6110;41.7410472;-106.8277855:6111;41.7410128;-106.8268018,way_type=user_defined:way_id=80E -edge,6111,6111;41.7410128;-106.8268018:6112;41.7409932;-106.8261954,way_type=user_defined:way_id=80E -edge,6112,6112;41.7409932;-106.8261954:6113;41.740985;-106.8258966,way_type=user_defined:way_id=80E -edge,6113,6113;41.740985;-106.8258966:6114;41.74097365;-106.8252833,way_type=user_defined:way_id=80E -edge,6114,6114;41.74097365;-106.8252833:6115;41.74098399;-106.824606,way_type=user_defined:way_id=80E -edge,6115,6115;41.74098399;-106.824606:6116;41.7409967;-106.8240394,way_type=user_defined:way_id=80E -edge,6116,6116;41.7409967;-106.8240394:6117;41.74099936;-106.8239639,way_type=user_defined:way_id=80E -edge,6117,6117;41.74099936;-106.8239639:6118;41.7410738;-106.8218529,way_type=user_defined:way_id=80E -edge,6118,6118;41.7410738;-106.8218529:6119;41.74113021;-106.8204157,way_type=user_defined:way_id=80E -edge,6119,6119;41.74113021;-106.8204157:6120;41.7412207;-106.8178439,way_type=user_defined:way_id=80E -edge,6120,6120;41.7412207;-106.8178439:6121;41.7412207;-106.8178439,way_type=user_defined:way_id=80E -edge,6121,6121;41.7412207;-106.8178439:6122;41.7412764;-106.8162453,way_type=user_defined:way_id=80E -edge,6122,6122;41.7412764;-106.8162453:6123;41.7413279;-106.814828,way_type=user_defined:way_id=80E -edge,6123,6123;41.7413279;-106.814828:6124;41.7413511;-106.8141368,way_type=user_defined:way_id=80E -edge,6124,6124;41.7413511;-106.8141368:6125;41.7414263;-106.8121073,way_type=user_defined:way_id=80E -edge,6125,6125;41.7414263;-106.8121073:6126;41.7414824;-106.8105447,way_type=user_defined:way_id=80E -edge,6126,6126;41.7414824;-106.8105447:6127;41.741516;-106.8095681,way_type=user_defined:way_id=80E -edge,6127,6127;41.741516;-106.8095681:6128;41.7415591;-106.8083871,way_type=user_defined:way_id=80E -edge,6128,6128;41.7415591;-106.8083871:6129;41.741608;-106.8068383,way_type=user_defined:way_id=80E -edge,6129,6129;41.741608;-106.8068383:6130;41.7416296;-106.8060395,way_type=user_defined:way_id=80E -edge,6130,6130;41.7416296;-106.8060395:6131;41.7416319;-106.8059543,way_type=user_defined:way_id=80E -edge,6131,6131;41.7416319;-106.8059543:6132;41.7416432;-106.8056261,way_type=user_defined:way_id=80E -edge,6132,6132;41.7416432;-106.8056261:6133;41.7417554;-106.8028949,way_type=user_defined:way_id=80E -edge,6133,6133;41.7417554;-106.8028949:6134;41.7417722;-106.8024611,way_type=user_defined:way_id=80E -edge,6134,6134;41.7417722;-106.8024611:6135;41.741811;-106.8012623,way_type=user_defined:way_id=80E -edge,6135,6135;41.741811;-106.8012623:6136;41.7418324;-106.8006419,way_type=user_defined:way_id=80E -edge,6136,6136;41.7418324;-106.8006419:6137;41.7418709;-106.7996203,way_type=user_defined:way_id=80E -edge,6137,6137;41.7418709;-106.7996203:6138;41.7419441;-106.797569,way_type=user_defined:way_id=80E -edge,6138,6138;41.7419441;-106.797569:6139;41.7419907;-106.7963425,way_type=user_defined:way_id=80E -edge,6139,6139;41.7419907;-106.7963425:6140;41.7420293;-106.7950724,way_type=user_defined:way_id=80E -edge,6140,6140;41.7420293;-106.7950724:6141;41.7420894;-106.7935458,way_type=user_defined:way_id=80E -edge,6141,6141;41.7420894;-106.7935458:6142;41.7421126;-106.792926,way_type=user_defined:way_id=80E -edge,6142,6142;41.7421126;-106.792926:6143;41.742199;-106.7904133,way_type=user_defined:way_id=80E -edge,6143,6143;41.742199;-106.7904133:6144;41.7422648;-106.7885971,way_type=user_defined:way_id=80E -edge,6144,6144;41.7422648;-106.7885971:6145;41.7423198;-106.7869992,way_type=user_defined:way_id=80E -edge,6145,6145;41.7423198;-106.7869992:6146;41.7424432;-106.7836473,way_type=user_defined:way_id=80E -edge,6146,6146;41.7424432;-106.7836473:6147;41.7424955;-106.7821095,way_type=user_defined:way_id=80E -edge,6147,6147;41.7424955;-106.7821095:6148;41.7425527;-106.7805527,way_type=user_defined:way_id=80E -edge,6148,6148;41.7425527;-106.7805527:6149;41.7426025;-106.7790995,way_type=user_defined:way_id=80E -edge,6149,6149;41.7426025;-106.7790995:6150;41.74261047;-106.7788922,way_type=user_defined:way_id=80E -edge,6150,6150;41.74261047;-106.7788922:6151;41.742626;-106.7784882,way_type=user_defined:way_id=80E -edge,6151,6151;41.742626;-106.7784882:6152;41.742626;-106.7784882,way_type=user_defined:way_id=80E -edge,6152,6152;41.742626;-106.7784882:6153;41.7426558;-106.7776857,way_type=user_defined:way_id=80E -edge,6153,6153;41.7426558;-106.7776857:6154;41.74266351;-106.7774502,way_type=user_defined:way_id=80E -edge,6154,6154;41.74266351;-106.7774502:6155;41.7427606;-106.774486,way_type=user_defined:way_id=80E -edge,6155,6155;41.7427606;-106.774486:6156;41.74278158;-106.7738761,way_type=user_defined:way_id=80E -edge,6156,6156;41.74278158;-106.7738761:6157;41.74278158;-106.7738761,way_type=user_defined:way_id=80E -edge,6157,6157;41.74278158;-106.7738761:6158;41.7428027;-106.7733301,way_type=user_defined:way_id=80E -edge,6158,6158;41.7428027;-106.7733301:6159;41.7428464;-106.7723196,way_type=user_defined:way_id=80E -edge,6159,6159;41.7428464;-106.7723196:6160;41.7428563;-106.772015,way_type=user_defined:way_id=80E -edge,6160,6160;41.7428563;-106.772015:6161;41.7428623;-106.771729,way_type=user_defined:way_id=80E -edge,6161,6161;41.7428623;-106.771729:6162;41.7428654;-106.7714039,way_type=user_defined:way_id=80E -edge,6162,6162;41.7428654;-106.7714039:6163;41.7428636;-106.7710875,way_type=user_defined:way_id=80E -edge,6163,6163;41.7428636;-106.7710875:6164;41.74285795;-106.7708331,way_type=user_defined:way_id=80E -edge,6164,6164;41.74285795;-106.7708331:6165;41.742857;-106.7707905,way_type=user_defined:way_id=80E -edge,6165,6165;41.742857;-106.7707905:6166;41.7428452;-106.7704936,way_type=user_defined:way_id=80E -edge,6166,6166;41.7428452;-106.7704936:6167;41.7428251;-106.7701686,way_type=user_defined:way_id=80E -edge,6167,6167;41.7428251;-106.7701686:6168;41.7427984;-106.7698529,way_type=user_defined:way_id=80E -edge,6168,6168;41.7427984;-106.7698529:6169;41.7427677;-106.7695577,way_type=user_defined:way_id=80E -edge,6169,6169;41.7427677;-106.7695577:6170;41.7427271;-106.7692346,way_type=user_defined:way_id=80E -edge,6170,6170;41.7427271;-106.7692346:6171;41.7426862;-106.7689509,way_type=user_defined:way_id=80E -edge,6171,6171;41.7426862;-106.7689509:6172;41.7426453;-106.7686964,way_type=user_defined:way_id=80E -edge,6172,6172;41.7426453;-106.7686964:6173;41.7425899;-106.7683857,way_type=user_defined:way_id=80E -edge,6173,6173;41.7425899;-106.7683857:6174;41.7425261;-106.7680696,way_type=user_defined:way_id=80E -edge,6174,6174;41.7425261;-106.7680696:6175;41.7424548;-106.7677555,way_type=user_defined:way_id=80E -edge,6175,6175;41.7424548;-106.7677555:6176;41.7424548;-106.7677555,way_type=user_defined:way_id=80E -edge,6176,6176;41.7424548;-106.7677555:6177;41.7423779;-106.767445,way_type=user_defined:way_id=80E -edge,6177,6177;41.7423779;-106.767445:6178;41.7423057;-106.7671715,way_type=user_defined:way_id=80E -edge,6178,6178;41.7423057;-106.7671715:6179;41.7422317;-106.7669002,way_type=user_defined:way_id=80E -edge,6179,6179;41.7422317;-106.7669002:6180;41.7421322;-106.7665432,way_type=user_defined:way_id=80E -edge,6180,6180;41.7421322;-106.7665432:6181;41.74206647;-106.7663112,way_type=user_defined:way_id=80E -edge,6181,6181;41.74206647;-106.7663112:6182;41.7417392;-106.7651559,way_type=user_defined:way_id=80E -edge,6182,6182;41.7417392;-106.7651559:6183;41.7414906;-106.7642932,way_type=user_defined:way_id=80E -edge,6183,6183;41.7414906;-106.7642932:6184;41.7410885;-106.7628887,way_type=user_defined:way_id=80E -edge,6184,6184;41.7410885;-106.7628887:6185;41.7407424;-106.7616647,way_type=user_defined:way_id=80E -edge,6185,6185;41.7407424;-106.7616647:6186;41.7404222;-106.7605458,way_type=user_defined:way_id=80E -edge,6186,6186;41.7404222;-106.7605458:6187;41.7400933;-106.7593835,way_type=user_defined:way_id=80E -edge,6187,6187;41.7400933;-106.7593835:6188;41.7397347;-106.7581295,way_type=user_defined:way_id=80E -edge,6188,6188;41.7397347;-106.7581295:6189;41.7393465;-106.756757,way_type=user_defined:way_id=80E -edge,6189,6189;41.7393465;-106.756757:6190;41.7386938;-106.7544857,way_type=user_defined:way_id=80E -edge,6190,6190;41.7386938;-106.7544857:6191;41.7385198;-106.7538705,way_type=user_defined:way_id=80E -edge,6191,6191;41.7385198;-106.7538705:6192;41.7381027;-106.7524141,way_type=user_defined:way_id=80E -edge,6192,6192;41.7381027;-106.7524141:6193;41.737296;-106.7495796,way_type=user_defined:way_id=80E -edge,6193,6193;41.737296;-106.7495796:6194;41.736723;-106.74758,way_type=user_defined:way_id=80E -edge,6194,6194;41.736723;-106.74758:6195;41.7365594;-106.7469982,way_type=user_defined:way_id=80E -edge,6195,6195;41.7365594;-106.7469982:6196;41.7363968;-106.7464069,way_type=user_defined:way_id=80E -edge,6196,6196;41.7363968;-106.7464069:6197;41.7363253;-106.7461368,way_type=user_defined:way_id=80E -edge,6197,6197;41.7363253;-106.7461368:6198;41.7362494;-106.7458374,way_type=user_defined:way_id=80E -edge,6198,6198;41.7362494;-106.7458374:6199;41.7361842;-106.7455667,way_type=user_defined:way_id=80E -edge,6199,6199;41.7361842;-106.7455667:6200;41.7361099;-106.7452426,way_type=user_defined:way_id=80E -edge,6200,6200;41.7361099;-106.7452426:6201;41.7360435;-106.744937,way_type=user_defined:way_id=80E -edge,6201,6201;41.7360435;-106.744937:6202;41.7359868;-106.7446607,way_type=user_defined:way_id=80E -edge,6202,6202;41.7359868;-106.7446607:6203;41.735924;-106.7443333,way_type=user_defined:way_id=80E -edge,6203,6203;41.735924;-106.7443333:6204;41.7358728;-106.7440524,way_type=user_defined:way_id=80E -edge,6204,6204;41.7358728;-106.7440524:6205;41.7358281;-106.7437935,way_type=user_defined:way_id=80E -edge,6205,6205;41.7358281;-106.7437935:6206;41.7357711;-106.7434408,way_type=user_defined:way_id=80E -edge,6206,6206;41.7357711;-106.7434408:6207;41.7356996;-106.7429468,way_type=user_defined:way_id=80E -edge,6207,6207;41.7356996;-106.7429468:6208;41.7356468;-106.7425553,way_type=user_defined:way_id=80E -edge,6208,6208;41.7356468;-106.7425553:6209;41.7354836;-106.741295,way_type=user_defined:way_id=80E -edge,6209,6209;41.7354836;-106.741295:6210;41.7352521;-106.739543,way_type=user_defined:way_id=80E -edge,6210,6210;41.7352521;-106.739543:6211;41.7351183;-106.7385026,way_type=user_defined:way_id=80E -edge,6211,6211;41.7351183;-106.7385026:6212;41.734928;-106.7370708,way_type=user_defined:way_id=80E -edge,6212,6212;41.734928;-106.7370708:6213;41.7348177;-106.7362172,way_type=user_defined:way_id=80E -edge,6213,6213;41.7348177;-106.7362172:6214;41.7346085;-106.7346282,way_type=user_defined:way_id=80E -edge,6214,6214;41.7346085;-106.7346282:6215;41.7344459;-106.7333711,way_type=user_defined:way_id=80E -edge,6215,6215;41.7344459;-106.7333711:6216;41.7342723;-106.7320547,way_type=user_defined:way_id=80E -edge,6216,6216;41.7342723;-106.7320547:6217;41.733895;-106.7291549,way_type=user_defined:way_id=80E -edge,6217,6217;41.733895;-106.7291549:6218;41.7337807;-106.7282923,way_type=user_defined:way_id=80E -edge,6218,6218;41.7337807;-106.7282923:6219;41.7335836;-106.7267796,way_type=user_defined:way_id=80E -edge,6219,6219;41.7335836;-106.7267796:6220;41.7333373;-106.7249224,way_type=user_defined:way_id=80E -edge,6220,6220;41.7333373;-106.7249224:6221;41.7329418;-106.721883,way_type=user_defined:way_id=80E -edge,6221,6221;41.7329418;-106.721883:6222;41.7328103;-106.7208976,way_type=user_defined:way_id=80E -edge,6222,6222;41.7328103;-106.7208976:6223;41.7325573;-106.7189826,way_type=user_defined:way_id=80E -edge,6223,6223;41.7325573;-106.7189826:6224;41.7324263;-106.7179768,way_type=user_defined:way_id=80E -edge,6224,6224;41.7324263;-106.7179768:6225;41.7323123;-106.7170849,way_type=user_defined:way_id=80E -edge,6225,6225;41.7323123;-106.7170849:6226;41.7321258;-106.7156579,way_type=user_defined:way_id=80E -edge,6226,6226;41.7321258;-106.7156579:6227;41.7317945;-106.713145,way_type=user_defined:way_id=80E -edge,6227,6227;41.7317945;-106.713145:6228;41.7316699;-106.7121791,way_type=user_defined:way_id=80E -edge,6228,6228;41.7316699;-106.7121791:6229;41.7315216;-106.7110716,way_type=user_defined:way_id=80E -edge,6229,6229;41.7315216;-106.7110716:6230;41.7313527;-106.709788,way_type=user_defined:way_id=80E -edge,6230,6230;41.7313527;-106.709788:6231;41.7312326;-106.7088466,way_type=user_defined:way_id=80E -edge,6231,6231;41.7312326;-106.7088466:6232;41.7311067;-106.7078939,way_type=user_defined:way_id=80E -edge,6232,6232;41.7311067;-106.7078939:6233;41.7309674;-106.7068179,way_type=user_defined:way_id=80E -edge,6233,6233;41.7309674;-106.7068179:6234;41.7308372;-106.7058464,way_type=user_defined:way_id=80E -edge,6234,6234;41.7308372;-106.7058464:6235;41.7306401;-106.7043451,way_type=user_defined:way_id=80E -edge,6235,6235;41.7306401;-106.7043451:6236;41.7306007;-106.7040359,way_type=user_defined:way_id=80E -edge,6236,6236;41.7306007;-106.7040359:6237;41.7305609;-106.7037013,way_type=user_defined:way_id=80E -edge,6237,6237;41.7305609;-106.7037013:6238;41.7305291;-106.7034153,way_type=user_defined:way_id=80E -edge,6238,6238;41.7305291;-106.7034153:6239;41.7304999;-106.7031302,way_type=user_defined:way_id=80E -edge,6239,6239;41.7304999;-106.7031302:6240;41.7304697;-106.7027966,way_type=user_defined:way_id=80E -edge,6240,6240;41.7304697;-106.7027966:6241;41.7304459;-106.7024719,way_type=user_defined:way_id=80E -edge,6241,6241;41.7304459;-106.7024719:6242;41.7304281;-106.7021932,way_type=user_defined:way_id=80E -edge,6242,6242;41.7304281;-106.7021932:6243;41.7304078;-106.70183,way_type=user_defined:way_id=80E -edge,6243,6243;41.7304078;-106.70183:6244;41.7303957;-106.7015778,way_type=user_defined:way_id=80E -edge,6244,6244;41.7303957;-106.7015778:6245;41.7303819;-106.7012406,way_type=user_defined:way_id=80E -edge,6245,6245;41.7303819;-106.7012406:6246;41.7303717;-106.7009207,way_type=user_defined:way_id=80E -edge,6246,6246;41.7303717;-106.7009207:6247;41.7303666;-106.7006591,way_type=user_defined:way_id=80E -edge,6247,6247;41.7303666;-106.7006591:6248;41.730364;-106.7003388,way_type=user_defined:way_id=80E -edge,6248,6248;41.730364;-106.7003388:6249;41.7303647;-106.6999415,way_type=user_defined:way_id=80E -edge,6249,6249;41.7303647;-106.6999415:6250;41.7303669;-106.6997183,way_type=user_defined:way_id=80E -edge,6250,6250;41.7303669;-106.6997183:6251;41.7303725;-106.6993975,way_type=user_defined:way_id=80E -edge,6251,6251;41.7303725;-106.6993975:6252;41.7304047;-106.6978621,way_type=user_defined:way_id=80E -edge,6252,6252;41.7304047;-106.6978621:6253;41.7304605;-106.6956117,way_type=user_defined:way_id=80E -edge,6253,6253;41.7304605;-106.6956117:6254;41.730516;-106.6932378,way_type=user_defined:way_id=80E -edge,6254,6254;41.730516;-106.6932378:6255;41.7305211;-106.6928754,way_type=user_defined:way_id=80E -edge,6255,6255;41.7305211;-106.6928754:6256;41.7305253;-106.6920019,way_type=user_defined:way_id=80E -edge,6256,6256;41.7305253;-106.6920019:6257;41.7305284;-106.6916513,way_type=user_defined:way_id=80E -edge,6257,6257;41.7305284;-106.6916513:6258;41.7305363;-106.6910644,way_type=user_defined:way_id=80E -edge,6258,6258;41.7305363;-106.6910644:6259;41.7305474;-106.69052,way_type=user_defined:way_id=80E -edge,6259,6259;41.7305474;-106.69052:6260;41.7305881;-106.6889273,way_type=user_defined:way_id=80E -edge,6260,6260;41.7305881;-106.6889273:6261;41.7306785;-106.6850808,way_type=user_defined:way_id=80E -edge,6261,6261;41.7306785;-106.6850808:6262;41.730843;-106.6782584,way_type=user_defined:way_id=80E -edge,6262,6262;41.730843;-106.6782584:6263;41.7308801;-106.6766179,way_type=user_defined:way_id=80E -edge,6263,6263;41.7308801;-106.6766179:6264;41.7309399;-106.6742272,way_type=user_defined:way_id=80E -edge,6264,6264;41.7309399;-106.6742272:6265;41.7309748;-106.6726344,way_type=user_defined:way_id=80E -edge,6265,6265;41.7309748;-106.6726344:6266;41.7310124;-106.6711065,way_type=user_defined:way_id=80E -edge,6266,6266;41.7310124;-106.6711065:6267;41.7310449;-106.6696577,way_type=user_defined:way_id=80E -edge,6267,6267;41.7310449;-106.6696577:6268;41.7311185;-106.6666464,way_type=user_defined:way_id=80E -edge,6268,6268;41.7311185;-106.6666464:6269;41.7311407;-106.6656173,way_type=user_defined:way_id=80E -edge,6269,6269;41.7311407;-106.6656173:6270;41.73115061;-106.6652405,way_type=user_defined:way_id=80E -edge,6270,6270;41.73115061;-106.6652405:6271;41.7311587;-106.6649327,way_type=user_defined:way_id=80E -edge,6271,6271;41.7311587;-106.6649327:6272;41.7311732;-106.6643174,way_type=user_defined:way_id=80E -edge,6272,6272;41.7311732;-106.6643174:6273;41.7311951;-106.6632916,way_type=user_defined:way_id=80E -edge,6273,6273;41.7311951;-106.6632916:6274;41.7312504;-106.6610996,way_type=user_defined:way_id=80E -edge,6274,6274;41.7312504;-106.6610996:6275;41.7313062;-106.6586555,way_type=user_defined:way_id=80E -edge,6275,6275;41.7313062;-106.6586555:6276;41.7313143;-106.6583323,way_type=user_defined:way_id=80E -edge,6276,6276;41.7313143;-106.6583323:6277;41.7313233;-106.6580478,way_type=user_defined:way_id=80E -edge,6277,6277;41.7313233;-106.6580478:6278;41.7313494;-106.6574218,way_type=user_defined:way_id=80E -edge,6278,6278;41.7313494;-106.6574218:6279;41.7313674;-106.6570637,way_type=user_defined:way_id=80E -edge,6279,6279;41.7313674;-106.6570637:6280;41.7313836;-106.6568042,way_type=user_defined:way_id=80E -edge,6280,6280;41.7313836;-106.6568042:6281;41.7314074;-106.656491,way_type=user_defined:way_id=80E -edge,6281,6281;41.7314074;-106.656491:6282;41.7314253;-106.6563144,way_type=user_defined:way_id=80E -edge,6282,6282;41.7314253;-106.6563144:6283;41.7314485;-106.6561349,way_type=user_defined:way_id=80E -edge,6283,6283;41.7314485;-106.6561349:6284;41.7315076;-106.6557064,way_type=user_defined:way_id=80E -edge,6284,6284;41.7315076;-106.6557064:6285;41.7315901;-106.6550735,way_type=user_defined:way_id=80E -edge,6285,6285;41.7315901;-106.6550735:6286;41.7316232;-106.654829,way_type=user_defined:way_id=80E -edge,6286,6286;41.7316232;-106.654829:6287;41.7316591;-106.65458,way_type=user_defined:way_id=80E -edge,6287,6287;41.7316591;-106.65458:6288;41.7316925;-106.6543646,way_type=user_defined:way_id=80E -edge,6288,6288;41.7316925;-106.6543646:6289;41.7317334;-106.6541173,way_type=user_defined:way_id=80E -edge,6289,6289;41.7317334;-106.6541173:6290;41.7318246;-106.6535939,way_type=user_defined:way_id=80E -edge,6290,6290;41.7318246;-106.6535939:6291;41.7318637;-106.6533738,way_type=user_defined:way_id=80E -edge,6291,6291;41.7318637;-106.6533738:6292;41.7319084;-106.6531415,way_type=user_defined:way_id=80E -edge,6292,6292;41.7319084;-106.6531415:6293;41.7319611;-106.6528898,way_type=user_defined:way_id=80E -edge,6293,6293;41.7319611;-106.6528898:6294;41.732006;-106.6526897,way_type=user_defined:way_id=80E -edge,6294,6294;41.732006;-106.6526897:6295;41.7321997;-106.6518505,way_type=user_defined:way_id=80E -edge,6295,6295;41.7321997;-106.6518505:6296;41.732252;-106.6516076,way_type=user_defined:way_id=80E -edge,6296,6296;41.732252;-106.6516076:6297;41.7323067;-106.651337,way_type=user_defined:way_id=80E -edge,6297,6297;41.7323067;-106.651337:6298;41.7323554;-106.6511155,way_type=user_defined:way_id=80E -edge,6298,6298;41.7323554;-106.6511155:6299;41.7324136;-106.6508787,way_type=user_defined:way_id=80E -edge,6299,6299;41.7324136;-106.6508787:6300;41.7324954;-106.6505629,way_type=user_defined:way_id=80E -edge,6300,6300;41.7324954;-106.6505629:6301;41.732743;-106.6496328,way_type=user_defined:way_id=80E -edge,6301,6301;41.732743;-106.6496328:6302;41.7329566;-106.648807,way_type=user_defined:way_id=80E -edge,6302,6302;41.7329566;-106.648807:6303;41.7334316;-106.6469964,way_type=user_defined:way_id=80E -edge,6303,6303;41.7334316;-106.6469964:6304;41.733822;-106.645495,way_type=user_defined:way_id=80E -edge,6304,6304;41.733822;-106.645495:6305;41.7343249;-106.6435749,way_type=user_defined:way_id=80E -edge,6305,6305;41.7343249;-106.6435749:6306;41.734456;-106.6430616,way_type=user_defined:way_id=80E -edge,6306,6306;41.734456;-106.6430616:6307;41.7348202;-106.6416129,way_type=user_defined:way_id=80E -edge,6307,6307;41.7348202;-106.6416129:6308;41.7349609;-106.641069,way_type=user_defined:way_id=80E -edge,6308,6308;41.7349609;-106.641069:6309;41.7353723;-106.6395241,way_type=user_defined:way_id=80E -edge,6309,6309;41.7353723;-106.6395241:6310;41.7355127;-106.6390128,way_type=user_defined:way_id=80E -edge,6310,6310;41.7355127;-106.6390128:6311;41.7358455;-106.6378201,way_type=user_defined:way_id=80E -edge,6311,6311;41.7358455;-106.6378201:6312;41.7359747;-106.637338,way_type=user_defined:way_id=80E -edge,6312,6312;41.7359747;-106.637338:6313;41.7370895;-106.6330727,way_type=user_defined:way_id=80E -edge,6313,6313;41.7370895;-106.6330727:6314;41.7373876;-106.6319292,way_type=user_defined:way_id=80E -edge,6314,6314;41.7373876;-106.6319292:6315;41.7376897;-106.6307632,way_type=user_defined:way_id=80E -edge,6315,6315;41.7376897;-106.6307632:6316;41.7379954;-106.6295938,way_type=user_defined:way_id=80E -edge,6316,6316;41.7379954;-106.6295938:6317;41.7382221;-106.6287376,way_type=user_defined:way_id=80E -edge,6317,6317;41.7382221;-106.6287376:6318;41.7385275;-106.6276032,way_type=user_defined:way_id=80E -edge,6318,6318;41.7385275;-106.6276032:6319;41.7386096;-106.6272869,way_type=user_defined:way_id=80E -edge,6319,6319;41.7386096;-106.6272869:6320;41.73863032;-106.627203,way_type=user_defined:way_id=80E -edge,6320,6320;41.73863032;-106.627203:6321;41.7386792;-106.6270051,way_type=user_defined:way_id=80E -edge,6321,6321;41.7386792;-106.6270051:6322;41.7387457;-106.6267218,way_type=user_defined:way_id=80E -edge,6322,6322;41.7387457;-106.6267218:6323;41.7388158;-106.6264077,way_type=user_defined:way_id=80E -edge,6323,6323;41.7388158;-106.6264077:6324;41.7388741;-106.6261324,way_type=user_defined:way_id=80E -edge,6324,6324;41.7388741;-106.6261324:6325;41.7389359;-106.6258186,way_type=user_defined:way_id=80E -edge,6325,6325;41.7389359;-106.6258186:6326;41.7389863;-106.6255434,way_type=user_defined:way_id=80E -edge,6326,6326;41.7389863;-106.6255434:6327;41.739036;-106.6252528,way_type=user_defined:way_id=80E -edge,6327,6327;41.739036;-106.6252528:6328;41.7390874;-106.6249311,way_type=user_defined:way_id=80E -edge,6328,6328;41.7390874;-106.6249311:6329;41.7391292;-106.6246476,way_type=user_defined:way_id=80E -edge,6329,6329;41.7391292;-106.6246476:6330;41.7391738;-106.6243209,way_type=user_defined:way_id=80E -edge,6330,6330;41.7391738;-106.6243209:6331;41.739209;-106.6240418,way_type=user_defined:way_id=80E -edge,6331,6331;41.739209;-106.6240418:6332;41.7392483;-106.6237062,way_type=user_defined:way_id=80E -edge,6332,6332;41.7392483;-106.6237062:6333;41.7392775;-106.623426,way_type=user_defined:way_id=80E -edge,6333,6333;41.7392775;-106.623426:6334;41.7393107;-106.6230614,way_type=user_defined:way_id=80E -edge,6334,6334;41.7393107;-106.6230614:6335;41.7393337;-106.6227711,way_type=user_defined:way_id=80E -edge,6335,6335;41.7393337;-106.6227711:6336;41.7393531;-106.6224897,way_type=user_defined:way_id=80E -edge,6336,6336;41.7393531;-106.6224897:6337;41.7393722;-106.6221607,way_type=user_defined:way_id=80E -edge,6337,6337;41.7393722;-106.6221607:6338;41.7393891;-106.6217551,way_type=user_defined:way_id=80E -edge,6338,6338;41.7393891;-106.6217551:6339;41.7393964;-106.6215379,way_type=user_defined:way_id=80E -edge,6339,6339;41.7393964;-106.6215379:6340;41.7394038;-106.6212361,way_type=user_defined:way_id=80E -edge,6340,6340;41.7394038;-106.6212361:6341;41.7394078;-106.6209152,way_type=user_defined:way_id=80E -edge,6341,6341;41.7394078;-106.6209152:6342;41.7394075;-106.6205854,way_type=user_defined:way_id=80E -edge,6342,6342;41.7394075;-106.6205854:6343;41.7394027;-106.6202267,way_type=user_defined:way_id=80E -edge,6343,6343;41.7394027;-106.6202267:6344;41.7393969;-106.6199712,way_type=user_defined:way_id=80E -edge,6344,6344;41.7393969;-106.6199712:6345;41.7393895;-106.6197472,way_type=user_defined:way_id=80E -edge,6345,6345;41.7393895;-106.6197472:6346;41.7393741;-106.6193768,way_type=user_defined:way_id=80E -edge,6346,6346;41.7393741;-106.6193768:6347;41.7393563;-106.6190568,way_type=user_defined:way_id=80E -edge,6347,6347;41.7393563;-106.6190568:6348;41.7393338;-106.6187284,way_type=user_defined:way_id=80E -edge,6348,6348;41.7393338;-106.6187284:6349;41.7393081;-106.6184101,way_type=user_defined:way_id=80E -edge,6349,6349;41.7393081;-106.6184101:6350;41.7392845;-106.6181502,way_type=user_defined:way_id=80E -edge,6350,6350;41.7392845;-106.6181502:6351;41.7392528;-106.6178319,way_type=user_defined:way_id=80E -edge,6351,6351;41.7392528;-106.6178319:6352;41.7392118;-106.6174682,way_type=user_defined:way_id=80E -edge,6352,6352;41.7392118;-106.6174682:6353;41.7391806;-106.617217,way_type=user_defined:way_id=80E -edge,6353,6353;41.7391806;-106.617217:6354;41.7391555;-106.6170316,way_type=user_defined:way_id=80E -edge,6354,6354;41.7391555;-106.6170316:6355;41.7391364;-106.6168926,way_type=user_defined:way_id=80E -edge,6355,6355;41.7391364;-106.6168926:6356;41.7390977;-106.6166358,way_type=user_defined:way_id=80E -edge,6356,6356;41.7390977;-106.6166358:6357;41.7390347;-106.6162475,way_type=user_defined:way_id=80E -edge,6357,6357;41.7390347;-106.6162475:6358;41.738991;-106.615993,way_type=user_defined:way_id=80E -edge,6358,6358;41.738991;-106.615993:6359;41.738933;-106.6156742,way_type=user_defined:way_id=80E -edge,6359,6359;41.738933;-106.6156742:6360;41.7388725;-106.6153652,way_type=user_defined:way_id=80E -edge,6360,6360;41.7388725;-106.6153652:6361;41.7388127;-106.6150761,way_type=user_defined:way_id=80E -edge,6361,6361;41.7388127;-106.6150761:6362;41.7387543;-106.6148051,way_type=user_defined:way_id=80E -edge,6362,6362;41.7387543;-106.6148051:6363;41.7383382;-106.6129494,way_type=user_defined:way_id=80E -edge,6363,6363;41.7383382;-106.6129494:6364;41.7379473;-106.6112361,way_type=user_defined:way_id=80E -edge,6364,6364;41.7379473;-106.6112361:6365;41.7377452;-106.6103277,way_type=user_defined:way_id=80E -edge,6365,6365;41.7377452;-106.6103277:6366;41.7372808;-106.608272,way_type=user_defined:way_id=80E -edge,6366,6366;41.7372808;-106.608272:6367;41.7371416;-106.6076444,way_type=user_defined:way_id=80E -edge,6367,6367;41.7371416;-106.6076444:6368;41.7368688;-106.6064524,way_type=user_defined:way_id=80E -edge,6368,6368;41.7368688;-106.6064524:6369;41.7368135;-106.606205,way_type=user_defined:way_id=80E -edge,6369,6369;41.7368135;-106.606205:6370;41.7366258;-106.6053421,way_type=user_defined:way_id=80E -edge,6370,6370;41.7366258;-106.6053421:6371;41.7365602;-106.6050295,way_type=user_defined:way_id=80E -edge,6371,6371;41.7365602;-106.6050295:6372;41.7365037;-106.6047432,way_type=user_defined:way_id=80E -edge,6372,6372;41.7365037;-106.6047432:6373;41.7364462;-106.6044276,way_type=user_defined:way_id=80E -edge,6373,6373;41.7364462;-106.6044276:6374;41.7363987;-106.6041484,way_type=user_defined:way_id=80E -edge,6374,6374;41.7363987;-106.6041484:6375;41.7363448;-106.6038098,way_type=user_defined:way_id=80E -edge,6375,6375;41.7363448;-106.6038098:6376;41.7363042;-106.6035322,way_type=user_defined:way_id=80E -edge,6376,6376;41.7363042;-106.6035322:6377;41.736262;-106.6032134,way_type=user_defined:way_id=80E -edge,6377,6377;41.736262;-106.6032134:6378;41.7362266;-106.6029221,way_type=user_defined:way_id=80E -edge,6378,6378;41.7362266;-106.6029221:6379;41.7361949;-106.6026397,way_type=user_defined:way_id=80E -edge,6379,6379;41.7361949;-106.6026397:6380;41.7361722;-106.6024228,way_type=user_defined:way_id=80E -edge,6380,6380;41.7361722;-106.6024228:6381;41.7361331;-106.6020261,way_type=user_defined:way_id=80E -edge,6381,6381;41.7361331;-106.6020261:6382;41.736108;-106.601742,way_type=user_defined:way_id=80E -edge,6382,6382;41.736108;-106.601742:6383;41.7360854;-106.601448,way_type=user_defined:way_id=80E -edge,6383,6383;41.7360854;-106.601448:6384;41.7360646;-106.6011252,way_type=user_defined:way_id=80E -edge,6384,6384;41.7360646;-106.6011252:6385;41.7360496;-106.6008303,way_type=user_defined:way_id=80E -edge,6385,6385;41.7360496;-106.6008303:6386;41.7360389;-106.6005445,way_type=user_defined:way_id=80E -edge,6386,6386;41.7360389;-106.6005445:6387;41.7360301;-106.6002104,way_type=user_defined:way_id=80E -edge,6387,6387;41.7360301;-106.6002104:6388;41.7360255;-106.5999143,way_type=user_defined:way_id=80E -edge,6388,6388;41.7360255;-106.5999143:6389;41.7360234;-106.5995989,way_type=user_defined:way_id=80E -edge,6389,6389;41.7360234;-106.5995989:6390;41.7360239;-106.5993023,way_type=user_defined:way_id=80E -edge,6390,6390;41.7360239;-106.5993023:6391;41.7360268;-106.5990156,way_type=user_defined:way_id=80E -edge,6391,6391;41.7360268;-106.5990156:6392;41.7360354;-106.598615,way_type=user_defined:way_id=80E -edge,6392,6392;41.7360354;-106.598615:6393;41.7360435;-106.5983577,way_type=user_defined:way_id=80E -edge,6393,6393;41.7360435;-106.5983577:6394;41.7360554;-106.598072,way_type=user_defined:way_id=80E -edge,6394,6394;41.7360554;-106.598072:6395;41.7360715;-106.5977772,way_type=user_defined:way_id=80E -edge,6395,6395;41.7360715;-106.5977772:6396;41.7360947;-106.5974449,way_type=user_defined:way_id=80E -edge,6396,6396;41.7360947;-106.5974449:6397;41.7361177;-106.5971603,way_type=user_defined:way_id=80E -edge,6397,6397;41.7361177;-106.5971603:6398;41.736145;-106.5968652,way_type=user_defined:way_id=80E -edge,6398,6398;41.736145;-106.5968652:6399;41.736177;-106.596553,way_type=user_defined:way_id=80E -edge,6399,6399;41.736177;-106.596553:6400;41.736209;-106.5962681,way_type=user_defined:way_id=80E -edge,6400,6400;41.736209;-106.5962681:6401;41.7362501;-106.5959362,way_type=user_defined:way_id=80E -edge,6401,6401;41.7362501;-106.5959362:6402;41.736292;-106.595625,way_type=user_defined:way_id=80E -edge,6402,6402;41.736292;-106.595625:6403;41.7363294;-106.5953638,way_type=user_defined:way_id=80E -edge,6403,6403;41.7363294;-106.5953638:6404;41.7363882;-106.5949778,way_type=user_defined:way_id=80E -edge,6404,6404;41.7363882;-106.5949778:6405;41.7364292;-106.5947216,way_type=user_defined:way_id=80E -edge,6405,6405;41.7364292;-106.5947216:6406;41.7364812;-106.5944084,way_type=user_defined:way_id=80E -edge,6406,6406;41.7364812;-106.5944084:6407;41.736888;-106.5920259,way_type=user_defined:way_id=80E -edge,6407,6407;41.736888;-106.5920259:6408;41.7370458;-106.5911129,way_type=user_defined:way_id=80E -edge,6408,6408;41.7370458;-106.5911129:6409;41.7372522;-106.5898903,way_type=user_defined:way_id=80E -edge,6409,6409;41.7372522;-106.5898903:6410;41.7374644;-106.5886519,way_type=user_defined:way_id=80E -edge,6410,6410;41.7374644;-106.5886519:6411;41.7376773;-106.5873751,way_type=user_defined:way_id=80E -edge,6411,6411;41.7376773;-106.5873751:6412;41.7378177;-106.5865525,way_type=user_defined:way_id=80E -edge,6412,6412;41.7378177;-106.5865525:6413;41.7382066;-106.5842516,way_type=user_defined:way_id=80E -edge,6413,6413;41.7382066;-106.5842516:6414;41.7384185;-106.5830137,way_type=user_defined:way_id=80E -edge,6414,6414;41.7384185;-106.5830137:6415;41.7385782;-106.5820548,way_type=user_defined:way_id=80E -edge,6415,6415;41.7385782;-106.5820548:6416;41.7388142;-106.5806701,way_type=user_defined:way_id=80E -edge,6416,6416;41.7388142;-106.5806701:6417;41.7389253;-106.5800011,way_type=user_defined:way_id=80E -edge,6417,6417;41.7389253;-106.5800011:6418;41.7392785;-106.5779413,way_type=user_defined:way_id=80E -edge,6418,6418;41.7392785;-106.5779413:6419;41.7396357;-106.575822,way_type=user_defined:way_id=80E -edge,6419,6419;41.7396357;-106.575822:6420;41.7402033;-106.5724881,way_type=user_defined:way_id=80E -edge,6420,6420;41.7402033;-106.5724881:6421;41.7404996;-106.5707168,way_type=user_defined:way_id=80E -edge,6421,6421;41.7404996;-106.5707168:6422;41.7408046;-106.5689477,way_type=user_defined:way_id=80E -edge,6422,6422;41.7408046;-106.5689477:6423;41.740914;-106.5683348,way_type=user_defined:way_id=80E -edge,6423,6423;41.740914;-106.5683348:6424;41.7409714;-106.5680238,way_type=user_defined:way_id=80E -edge,6424,6424;41.7409714;-106.5680238:6425;41.7410331;-106.5677034,way_type=user_defined:way_id=80E -edge,6425,6425;41.7410331;-106.5677034:6426;41.7410962;-106.5673929,way_type=user_defined:way_id=80E -edge,6426,6426;41.7410962;-106.5673929:6427;41.741157;-106.5671109,way_type=user_defined:way_id=80E -edge,6427,6427;41.741157;-106.5671109:6428;41.741227;-106.5668026,way_type=user_defined:way_id=80E -edge,6428,6428;41.741227;-106.5668026:6429;41.7413039;-106.5664767,way_type=user_defined:way_id=80E -edge,6429,6429;41.7413039;-106.5664767:6430;41.7415222;-106.5655842,way_type=user_defined:way_id=80E -edge,6430,6430;41.7415222;-106.5655842:6431;41.7422639;-106.5625953,way_type=user_defined:way_id=80E -edge,6431,6431;41.7422639;-106.5625953:6432;41.7426089;-106.5611889,way_type=user_defined:way_id=80E -edge,6432,6432;41.7426089;-106.5611889:6433;41.7429871;-106.5596689,way_type=user_defined:way_id=80E -edge,6433,6433;41.7429871;-106.5596689:6434;41.7433478;-106.5582029,way_type=user_defined:way_id=80E -edge,6434,6434;41.7433478;-106.5582029:6435;41.7434996;-106.5575928,way_type=user_defined:way_id=80E -edge,6435,6435;41.7434996;-106.5575928:6436;41.7437099;-106.5567585,way_type=user_defined:way_id=80E -edge,6436,6436;41.7437099;-106.5567585:6437;41.7441296;-106.5550716,way_type=user_defined:way_id=80E -edge,6437,6437;41.7441296;-106.5550716:6438;41.744351;-106.5541763,way_type=user_defined:way_id=80E -edge,6438,6438;41.744351;-106.5541763:6439;41.7445727;-106.5532713,way_type=user_defined:way_id=80E -edge,6439,6439;41.7445727;-106.5532713:6440;41.7458772;-106.5480116,way_type=user_defined:way_id=80E -edge,6440,6440;41.7458772;-106.5480116:6441;41.7460966;-106.5471159,way_type=user_defined:way_id=80E -edge,6441,6441;41.7460966;-106.5471159:6442;41.7464549;-106.545663,way_type=user_defined:way_id=80E -edge,6442,6442;41.7464549;-106.545663:6443;41.7467495;-106.5444861,way_type=user_defined:way_id=80E -edge,6443,6443;41.7467495;-106.5444861:6444;41.7473941;-106.5418659,way_type=user_defined:way_id=80E -edge,6444,6444;41.7473941;-106.5418659:6445;41.7476031;-106.5410281,way_type=user_defined:way_id=80E -edge,6445,6445;41.7476031;-106.5410281:6446;41.7477356;-106.5404881,way_type=user_defined:way_id=80E -edge,6446,6446;41.7477356;-106.5404881:6447;41.7478514;-106.5400082,way_type=user_defined:way_id=80E -edge,6447,6447;41.7478514;-106.5400082:6448;41.7478964;-106.5398163,way_type=user_defined:way_id=80E -edge,6448,6448;41.7478964;-106.5398163:6449;41.7479554;-106.5395538,way_type=user_defined:way_id=80E -edge,6449,6449;41.7479554;-106.5395538:6450;41.7480246;-106.5392302,way_type=user_defined:way_id=80E -edge,6450,6450;41.7480246;-106.5392302:6451;41.7480803;-106.5389546,way_type=user_defined:way_id=80E -edge,6451,6451;41.7480803;-106.5389546:6452;41.7481347;-106.5386688,way_type=user_defined:way_id=80E -edge,6452,6452;41.7481347;-106.5386688:6453;41.7481934;-106.5383347,way_type=user_defined:way_id=80E -edge,6453,6453;41.7481934;-106.5383347:6454;41.7482429;-106.5380297,way_type=user_defined:way_id=80E -edge,6454,6454;41.7482429;-106.5380297:6455;41.748287;-106.537742,way_type=user_defined:way_id=80E -edge,6455,6455;41.748287;-106.537742:6456;41.7485509;-106.5359649,way_type=user_defined:way_id=80E -edge,6456,6456;41.7485509;-106.5359649:6457;41.7488184;-106.5341469,way_type=user_defined:way_id=80E -edge,6457,6457;41.7488184;-106.5341469:6458;41.7493039;-106.5308636,way_type=user_defined:way_id=80E -edge,6458,6458;41.7493039;-106.5308636:6459;41.7493982;-106.530237,way_type=user_defined:way_id=80E -edge,6459,6459;41.7493982;-106.530237:6460;41.7494454;-106.5299379,way_type=user_defined:way_id=80E -edge,6460,6460;41.7494454;-106.5299379:6461;41.7494985;-106.5296198,way_type=user_defined:way_id=80E -edge,6461,6461;41.7494985;-106.5296198:6462;41.7495497;-106.5293303,way_type=user_defined:way_id=80E -edge,6462,6462;41.7495497;-106.5293303:6463;41.7496161;-106.528985,way_type=user_defined:way_id=80E -edge,6463,6463;41.7496161;-106.528985:6464;41.7496653;-106.5287433,way_type=user_defined:way_id=80E -edge,6464,6464;41.7496653;-106.5287433:6465;41.7497333;-106.5284285,way_type=user_defined:way_id=80E -edge,6465,6465;41.7497333;-106.5284285:6466;41.7497966;-106.5281523,way_type=user_defined:way_id=80E -edge,6466,6466;41.7497966;-106.5281523:6467;41.7498639;-106.527877,way_type=user_defined:way_id=80E -edge,6467,6467;41.7498639;-106.527877:6468;41.7499423;-106.5275673,way_type=user_defined:way_id=80E -edge,6468,6468;41.7499423;-106.5275673:6469;41.750016;-106.527286,way_type=user_defined:way_id=80E -edge,6469,6469;41.750016;-106.527286:6470;41.7501005;-106.5269801,way_type=user_defined:way_id=80E -edge,6470,6470;41.7501005;-106.5269801:6471;41.7502007;-106.5266417,way_type=user_defined:way_id=80E -edge,6471,6471;41.7502007;-106.5266417:6472;41.7502632;-106.5264383,way_type=user_defined:way_id=80E -edge,6472,6472;41.7502632;-106.5264383:6473;41.7503584;-106.5261397,way_type=user_defined:way_id=80E -edge,6473,6473;41.7503584;-106.5261397:6474;41.7504693;-106.525809,way_type=user_defined:way_id=80E -edge,6474,6474;41.7504693;-106.525809:6475;41.7505506;-106.5255759,way_type=user_defined:way_id=80E -edge,6475,6475;41.7505506;-106.5255759:6476;41.7506435;-106.5253186,way_type=user_defined:way_id=80E -edge,6476,6476;41.7506435;-106.5253186:6477;41.7507487;-106.5250369,way_type=user_defined:way_id=80E -edge,6477,6477;41.7507487;-106.5250369:6478;41.7508539;-106.5247654,way_type=user_defined:way_id=80E -edge,6478,6478;41.7508539;-106.5247654:6479;41.7509547;-106.5245124,way_type=user_defined:way_id=80E -edge,6479,6479;41.7509547;-106.5245124:6480;41.7510726;-106.5242277,way_type=user_defined:way_id=80E -edge,6480,6480;41.7510726;-106.5242277:6481;41.7511837;-106.5239707,way_type=user_defined:way_id=80E -edge,6481,6481;41.7511837;-106.5239707:6482;41.7513044;-106.5236991,way_type=user_defined:way_id=80E -edge,6482,6482;41.7513044;-106.5236991:6483;41.751431;-106.5234208,way_type=user_defined:way_id=80E -edge,6483,6483;41.751431;-106.5234208:6484;41.7517069;-106.5228324,way_type=user_defined:way_id=80E -edge,6484,6484;41.7517069;-106.5228324:6485;41.7523229;-106.521542,way_type=user_defined:way_id=80E -edge,6485,6485;41.7523229;-106.521542:6486;41.7530148;-106.5200801,way_type=user_defined:way_id=80E -edge,6486,6486;41.7530148;-106.5200801:6487;41.7531318;-106.5198231,way_type=user_defined:way_id=80E -edge,6487,6487;41.7531318;-106.5198231:6488;41.7532518;-106.5195385,way_type=user_defined:way_id=80E -edge,6488,6488;41.7532518;-106.5195385:6489;41.7533614;-106.5192537,way_type=user_defined:way_id=80E -edge,6489,6489;41.7533614;-106.5192537:6490;41.7534551;-106.5189903,way_type=user_defined:way_id=80E -edge,6490,6490;41.7534551;-106.5189903:6491;41.753543;-106.5187221,way_type=user_defined:way_id=80E -edge,6491,6491;41.753543;-106.5187221:6492;41.7536466;-106.5183769,way_type=user_defined:way_id=80E -edge,6492,6492;41.7536466;-106.5183769:6493;41.7537179;-106.5181142,way_type=user_defined:way_id=80E -edge,6493,6493;41.7537179;-106.5181142:6494;41.7537839;-106.5178352,way_type=user_defined:way_id=80E -edge,6494,6494;41.7537839;-106.5178352:6495;41.7538489;-106.5175169,way_type=user_defined:way_id=80E -edge,6495,6495;41.7538489;-106.5175169:6496;41.753902;-106.5172041,way_type=user_defined:way_id=80E -edge,6496,6496;41.753902;-106.5172041:6497;41.7539435;-106.5169079,way_type=user_defined:way_id=80E -edge,6497,6497;41.7539435;-106.5169079:6498;41.7539749;-106.5166281,way_type=user_defined:way_id=80E -edge,6498,6498;41.7539749;-106.5166281:6499;41.7539819;-106.5165532,way_type=user_defined:way_id=80E -edge,6499,6499;41.7539819;-106.5165532:6500;41.7540026;-106.5162998,way_type=user_defined:way_id=80E -edge,6500,6500;41.7540026;-106.5162998:6501;41.7540202;-106.5159699,way_type=user_defined:way_id=80E -edge,6501,6501;41.7540202;-106.5159699:6502;41.7540281;-106.5156865,way_type=user_defined:way_id=80E -edge,6502,6502;41.7540281;-106.5156865:6503;41.7540287;-106.5153559,way_type=user_defined:way_id=80E -edge,6503,6503;41.7540287;-106.5153559:6504;41.754019;-106.5150256,way_type=user_defined:way_id=80E -edge,6504,6504;41.754019;-106.5150256:6505;41.754002;-106.514735,way_type=user_defined:way_id=80E -edge,6505,6505;41.754002;-106.514735:6506;41.7539727;-106.5144157,way_type=user_defined:way_id=80E -edge,6506,6506;41.7539727;-106.5144157:6507;41.7539385;-106.5141296,way_type=user_defined:way_id=80E -edge,6507,6507;41.7539385;-106.5141296:6508;41.7539007;-106.5138703,way_type=user_defined:way_id=80E -edge,6508,6508;41.7539007;-106.5138703:6509;41.753889;-106.5137944,way_type=user_defined:way_id=80E -edge,6509,6509;41.753889;-106.5137944:6510;41.7538333;-106.5134811,way_type=user_defined:way_id=80E -edge,6510,6510;41.7538333;-106.5134811:6511;41.7537767;-106.513207,way_type=user_defined:way_id=80E -edge,6511,6511;41.7537767;-106.513207:6512;41.7537097;-106.5129271,way_type=user_defined:way_id=80E -edge,6512,6512;41.7537097;-106.5129271:6513;41.7536274;-106.512624,way_type=user_defined:way_id=80E -edge,6513,6513;41.7536274;-106.512624:6514;41.7536138;-106.5125788,way_type=user_defined:way_id=80E -edge,6514,6514;41.7536138;-106.5125788:6515;41.7535416;-106.5123433,way_type=user_defined:way_id=80E -edge,6515,6515;41.7535416;-106.5123433:6516;41.7534391;-106.51204,way_type=user_defined:way_id=80E -edge,6516,6516;41.7534391;-106.51204:6517;41.7533313;-106.5117512,way_type=user_defined:way_id=80E -edge,6517,6517;41.7533313;-106.5117512:6518;41.7532304;-106.5115004,way_type=user_defined:way_id=80E -edge,6518,6518;41.7532304;-106.5115004:6519;41.7531074;-106.5112122,way_type=user_defined:way_id=80E -edge,6519,6519;41.7531074;-106.5112122:6520;41.7529812;-106.5109375,way_type=user_defined:way_id=80E -edge,6520,6520;41.7529812;-106.5109375:6521;41.7528606;-106.5106929,way_type=user_defined:way_id=80E -edge,6521,6521;41.7528606;-106.5106929:6522;41.7527148;-106.5104121,way_type=user_defined:way_id=80E -edge,6522,6522;41.7527148;-106.5104121:6523;41.7524493;-106.5099169,way_type=user_defined:way_id=80E -edge,6523,6523;41.7524493;-106.5099169:6524;41.7516283;-106.5083677,way_type=user_defined:way_id=80E -edge,6524,6524;41.7516283;-106.5083677:6525;41.75134193;-106.5078299,way_type=user_defined:way_id=80E -edge,6525,6525;41.75134193;-106.5078299:6526;41.7512208;-106.5076024,way_type=user_defined:way_id=80E -edge,6526,6526;41.7512208;-106.5076024:6527;41.7502765;-106.5058505,way_type=user_defined:way_id=80E -edge,6527,6527;41.7502765;-106.5058505:6528;41.7494583;-106.5043145,way_type=user_defined:way_id=80E -edge,6528,6528;41.7494583;-106.5043145:6529;41.7490617;-106.5035665,way_type=user_defined:way_id=80E -edge,6529,6529;41.7490617;-106.5035665:6530;41.748538;-106.5025868,way_type=user_defined:way_id=80E -edge,6530,6530;41.748538;-106.5025868:6531;41.7478521;-106.5013093,way_type=user_defined:way_id=80E -edge,6531,6531;41.7478521;-106.5013093:6532;41.7473184;-106.5003088,way_type=user_defined:way_id=80E -edge,6532,6532;41.7473184;-106.5003088:6533;41.7467749;-106.4992997,way_type=user_defined:way_id=80E -edge,6533,6533;41.7467749;-106.4992997:6534;41.7466308;-106.4990354,way_type=user_defined:way_id=80E -edge,6534,6534;41.7466308;-106.4990354:6535;41.7465012;-106.4988053,way_type=user_defined:way_id=80E -edge,6535,6535;41.7465012;-106.4988053:6536;41.7463629;-106.4985725,way_type=user_defined:way_id=80E -edge,6536,6536;41.7463629;-106.4985725:6537;41.7462069;-106.4983227,way_type=user_defined:way_id=80E -edge,6537,6537;41.7462069;-106.4983227:6538;41.7460801;-106.4981277,way_type=user_defined:way_id=80E -edge,6538,6538;41.7460801;-106.4981277:6539;41.7458831;-106.4978367,way_type=user_defined:way_id=80E -edge,6539,6539;41.7458831;-106.4978367:6540;41.7457504;-106.4976484,way_type=user_defined:way_id=80E -edge,6540,6540;41.7457504;-106.4976484:6541;41.7455749;-106.4974093,way_type=user_defined:way_id=80E -edge,6541,6541;41.7455749;-106.4974093:6542;41.7454221;-106.4972078,way_type=user_defined:way_id=80E -edge,6542,6542;41.7454221;-106.4972078:6543;41.7452617;-106.4970033,way_type=user_defined:way_id=80E -edge,6543,6543;41.7452617;-106.4970033:6544;41.7451037;-106.4968095,way_type=user_defined:way_id=80E -edge,6544,6544;41.7451037;-106.4968095:6545;41.7449219;-106.4965938,way_type=user_defined:way_id=80E -edge,6545,6545;41.7449219;-106.4965938:6546;41.7447536;-106.4964017,way_type=user_defined:way_id=80E -edge,6546,6546;41.7447536;-106.4964017:6547;41.7445659;-106.4961967,way_type=user_defined:way_id=80E -edge,6547,6547;41.7445659;-106.4961967:6548;41.7443924;-106.4960142,way_type=user_defined:way_id=80E -edge,6548,6548;41.7443924;-106.4960142:6549;41.7441996;-106.4958187,way_type=user_defined:way_id=80E -edge,6549,6549;41.7441996;-106.4958187:6550;41.7440222;-106.4956444,way_type=user_defined:way_id=80E -edge,6550,6550;41.7440222;-106.4956444:6551;41.743849;-106.4954801,way_type=user_defined:way_id=80E -edge,6551,6551;41.743849;-106.4954801:6552;41.7436629;-106.4953094,way_type=user_defined:way_id=80E -edge,6552,6552;41.7436629;-106.4953094:6553;41.7434574;-106.4951277,way_type=user_defined:way_id=80E -edge,6553,6553;41.7434574;-106.4951277:6554;41.743279;-106.4949758,way_type=user_defined:way_id=80E -edge,6554,6554;41.743279;-106.4949758:6555;41.7430911;-106.4948223,way_type=user_defined:way_id=80E -edge,6555,6555;41.7430911;-106.4948223:6556;41.7428813;-106.4946585,way_type=user_defined:way_id=80E -edge,6556,6556;41.7428813;-106.4946585:6557;41.7426868;-106.4945136,way_type=user_defined:way_id=80E -edge,6557,6557;41.7426868;-106.4945136:6558;41.7424771;-106.494364,way_type=user_defined:way_id=80E -edge,6558,6558;41.7424771;-106.494364:6559;41.742259;-106.4942155,way_type=user_defined:way_id=80E -edge,6559,6559;41.742259;-106.4942155:6560;41.7420636;-106.4940883,way_type=user_defined:way_id=80E -edge,6560,6560;41.7420636;-106.4940883:6561;41.741861;-106.4939617,way_type=user_defined:way_id=80E -edge,6561,6561;41.741861;-106.4939617:6562;41.7416636;-106.4938431,way_type=user_defined:way_id=80E -edge,6562,6562;41.7416636;-106.4938431:6563;41.7414392;-106.4937112,way_type=user_defined:way_id=80E -edge,6563,6563;41.7414392;-106.4937112:6564;41.7408169;-106.4933517,way_type=user_defined:way_id=80E -edge,6564,6564;41.7408169;-106.4933517:6565;41.7399613;-106.492868,way_type=user_defined:way_id=80E -edge,6565,6565;41.7399613;-106.492868:6566;41.7397344;-106.4927378,way_type=user_defined:way_id=80E -edge,6566,6566;41.7397344;-106.4927378:6567;41.7395343;-106.4926207,way_type=user_defined:way_id=80E -edge,6567,6567;41.7395343;-106.4926207:6568;41.7393147;-106.4924888,way_type=user_defined:way_id=80E -edge,6568,6568;41.7393147;-106.4924888:6569;41.7390908;-106.4923471,way_type=user_defined:way_id=80E -edge,6569,6569;41.7390908;-106.4923471:6570;41.7388958;-106.4922158,way_type=user_defined:way_id=80E -edge,6570,6570;41.7388958;-106.4922158:6571;41.7386838;-106.4920653,way_type=user_defined:way_id=80E -edge,6571,6571;41.7386838;-106.4920653:6572;41.738493;-106.4919226,way_type=user_defined:way_id=80E -edge,6572,6572;41.738493;-106.4919226:6573;41.7382738;-106.4917523,way_type=user_defined:way_id=80E -edge,6573,6573;41.7382738;-106.4917523:6574;41.7380873;-106.4916008,way_type=user_defined:way_id=80E -edge,6574,6574;41.7380873;-106.4916008:6575;41.7378791;-106.4914243,way_type=user_defined:way_id=80E -edge,6575,6575;41.7378791;-106.4914243:6576;41.7376788;-106.4912482,way_type=user_defined:way_id=80E -edge,6576,6576;41.7376788;-106.4912482:6577;41.7374981;-106.4910836,way_type=user_defined:way_id=80E -edge,6577,6577;41.7374981;-106.4910836:6578;41.7372964;-106.4908938,way_type=user_defined:way_id=80E -edge,6578,6578;41.7372964;-106.4908938:6579;41.7371023;-106.4907051,way_type=user_defined:way_id=80E -edge,6579,6579;41.7371023;-106.4907051:6580;41.7369461;-106.4905475,way_type=user_defined:way_id=80E -edge,6580,6580;41.7369461;-106.4905475:6581;41.7368627;-106.4904607,way_type=user_defined:way_id=80E -edge,6581,6581;41.7368627;-106.4904607:6582;41.7367523;-106.4903451,way_type=user_defined:way_id=80E -edge,6582,6582;41.7367523;-106.4903451:6583;41.7365843;-106.4901629,way_type=user_defined:way_id=80E -edge,6583,6583;41.7365843;-106.4901629:6584;41.7363926;-106.4899446,way_type=user_defined:way_id=80E -edge,6584,6584;41.7363926;-106.4899446:6585;41.7362318;-106.4897533,way_type=user_defined:way_id=80E -edge,6585,6585;41.7362318;-106.4897533:6586;41.7360528;-106.4895338,way_type=user_defined:way_id=80E -edge,6586,6586;41.7360528;-106.4895338:6587;41.735897;-106.4893369,way_type=user_defined:way_id=80E -edge,6587,6587;41.735897;-106.4893369:6588;41.735719;-106.4891041,way_type=user_defined:way_id=80E -edge,6588,6588;41.735719;-106.4891041:6589;41.7355647;-106.4888939,way_type=user_defined:way_id=80E -edge,6589,6589;41.7355647;-106.4888939:6590;41.7354181;-106.4886876,way_type=user_defined:way_id=80E -edge,6590,6590;41.7354181;-106.4886876:6591;41.7352502;-106.488444,way_type=user_defined:way_id=80E -edge,6591,6591;41.7352502;-106.488444:6592;41.7351046;-106.4882249,way_type=user_defined:way_id=80E -edge,6592,6592;41.7351046;-106.4882249:6593;41.7349666;-106.4880098,way_type=user_defined:way_id=80E -edge,6593,6593;41.7349666;-106.4880098:6594;41.7348441;-106.4878126,way_type=user_defined:way_id=80E -edge,6594,6594;41.7348441;-106.4878126:6595;41.7346785;-106.4875376,way_type=user_defined:way_id=80E -edge,6595,6595;41.7346785;-106.4875376:6596;41.7345415;-106.4873003,way_type=user_defined:way_id=80E -edge,6596,6596;41.7345415;-106.4873003:6597;41.7343951;-106.4870356,way_type=user_defined:way_id=80E -edge,6597,6597;41.7343951;-106.4870356:6598;41.7342564;-106.4867725,way_type=user_defined:way_id=80E -edge,6598,6598;41.7342564;-106.4867725:6599;41.7341344;-106.4865328,way_type=user_defined:way_id=80E -edge,6599,6599;41.7341344;-106.4865328:6600;41.7340294;-106.4863185,way_type=user_defined:way_id=80E -edge,6600,6600;41.7340294;-106.4863185:6601;41.7338785;-106.4859993,way_type=user_defined:way_id=80E -edge,6601,6601;41.7338785;-106.4859993:6602;41.7337542;-106.4857254,way_type=user_defined:way_id=80E -edge,6602,6602;41.7337542;-106.4857254:6603;41.7336558;-106.4855013,way_type=user_defined:way_id=80E -edge,6603,6603;41.7336558;-106.4855013:6604;41.7335247;-106.4851923,way_type=user_defined:way_id=80E -edge,6604,6604;41.7335247;-106.4851923:6605;41.7334063;-106.4849015,way_type=user_defined:way_id=80E -edge,6605,6605;41.7334063;-106.4849015:6606;41.733192;-106.4843579,way_type=user_defined:way_id=80E -edge,6606,6606;41.733192;-106.4843579:6607;41.7328911;-106.4835772,way_type=user_defined:way_id=80E -edge,6607,6607;41.7328911;-106.4835772:6608;41.7326701;-106.4829948,way_type=user_defined:way_id=80E -edge,6608,6608;41.7326701;-106.4829948:6609;41.7321429;-106.481592,way_type=user_defined:way_id=80E -edge,6609,6609;41.7321429;-106.481592:6610;41.7309839;-106.4785278,way_type=user_defined:way_id=80E -edge,6610,6610;41.7309839;-106.4785278:6611;41.7304919;-106.4772319,way_type=user_defined:way_id=80E -edge,6611,6611;41.7304919;-106.4772319:6612;41.7296078;-106.4748926,way_type=user_defined:way_id=80E -edge,6612,6612;41.7296078;-106.4748926:6613;41.7290016;-106.4733018,way_type=user_defined:way_id=80E -edge,6613,6613;41.7290016;-106.4733018:6614;41.7287946;-106.4727513,way_type=user_defined:way_id=80E -edge,6614,6614;41.7287946;-106.4727513:6615;41.7284843;-106.4719349,way_type=user_defined:way_id=80E -edge,6615,6615;41.7284843;-106.4719349:6616;41.7278439;-106.4702386,way_type=user_defined:way_id=80E -edge,6616,6616;41.7278439;-106.4702386:6617;41.727137;-106.4683749,way_type=user_defined:way_id=80E -edge,6617,6617;41.727137;-106.4683749:6618;41.7267425;-106.4673263,way_type=user_defined:way_id=80E -edge,6618,6618;41.7267425;-106.4673263:6619;41.7262961;-106.466155,way_type=user_defined:way_id=80E -edge,6619,6619;41.7262961;-106.466155:6620;41.72618585;-106.4658632,way_type=user_defined:way_id=80E -edge,6620,6620;41.72618585;-106.4658632:6621;41.7261022;-106.4656417,way_type=user_defined:way_id=80E -edge,6621,6621;41.7261022;-106.4656417:6622;41.7261022;-106.4656417,way_type=user_defined:way_id=80E -edge,6622,6622;41.7261022;-106.4656417:6623;41.72561144;-106.4643509,way_type=user_defined:way_id=80E -edge,6623,6623;41.72561144;-106.4643509:6624;41.72541521;-106.4638288,way_type=user_defined:way_id=80E -edge,6624,6624;41.72541521;-106.4638288:6625;41.72535067;-106.463657,way_type=user_defined:way_id=80E -edge,6625,6625;41.72535067;-106.463657:6626;41.7244231;-106.4612296,way_type=user_defined:way_id=80E -edge,6626,6626;41.7244231;-106.4612296:6627;41.7240112;-106.4601326,way_type=user_defined:way_id=80E -edge,6627,6627;41.7240112;-106.4601326:6628;41.72385122;-106.4597177,way_type=user_defined:way_id=80E -edge,6628,6628;41.72385122;-106.4597177:6629;41.72385122;-106.4597177,way_type=user_defined:way_id=80E -edge,6629,6629;41.72385122;-106.4597177:6630;41.72372075;-106.4593782,way_type=user_defined:way_id=80E -edge,6630,6630;41.72372075;-106.4593782:6631;41.72320475;-106.4579922,way_type=user_defined:way_id=80E -edge,6631,6631;41.72320475;-106.4579922:6632;41.7226535;-106.4565426,way_type=user_defined:way_id=80E -edge,6632,6632;41.7226535;-106.4565426:6633;41.7222635;-106.4555049,way_type=user_defined:way_id=80E -edge,6633,6633;41.7222635;-106.4555049:6634;41.72220763;-106.4553585,way_type=user_defined:way_id=80E -edge,6634,6634;41.72220763;-106.4553585:6635;41.7220297;-106.4548922,way_type=user_defined:way_id=80E -edge,6635,6635;41.7220297;-106.4548922:6636;41.7216118;-106.4537853,way_type=user_defined:way_id=80E -edge,6636,6636;41.7216118;-106.4537853:6637;41.7215024;-106.4535014,way_type=user_defined:way_id=80E -edge,6637,6637;41.7215024;-106.4535014:6638;41.7212974;-106.4529771,way_type=user_defined:way_id=80E -edge,6638,6638;41.7212974;-106.4529771:6639;41.7212974;-106.4529771,way_type=user_defined:way_id=80E -edge,6639,6639;41.7212974;-106.4529771:6640;41.72115654;-106.4526221,way_type=user_defined:way_id=80E -edge,6640,6640;41.72115654;-106.4526221:6641;41.7210565;-106.45237,way_type=user_defined:way_id=80E -edge,6641,6641;41.7210565;-106.45237:6642;41.7208446;-106.4518489,way_type=user_defined:way_id=80E -edge,6642,6642;41.7208446;-106.4518489:6643;41.7205298;-106.4510942,way_type=user_defined:way_id=80E -edge,6643,6643;41.7205298;-106.4510942:6644;41.7202763;-106.4504992,way_type=user_defined:way_id=80E -edge,6644,6644;41.7202763;-106.4504992:6645;41.7199451;-106.4497408,way_type=user_defined:way_id=80E -edge,6645,6645;41.7199451;-106.4497408:6646;41.7196942;-106.4491767,way_type=user_defined:way_id=80E -edge,6646,6646;41.7196942;-106.4491767:6647;41.7192917;-106.4482907,way_type=user_defined:way_id=80E -edge,6647,6647;41.7192917;-106.4482907:6648;41.7190988;-106.4478707,way_type=user_defined:way_id=80E -edge,6648,6648;41.7190988;-106.4478707:6649;41.7189837;-106.4476245,way_type=user_defined:way_id=80E -edge,6649,6649;41.7189837;-106.4476245:6650;41.7186014;-106.4468256,way_type=user_defined:way_id=80E -edge,6650,6650;41.7186014;-106.4468256:6651;41.7183475;-106.4463056,way_type=user_defined:way_id=80E -edge,6651,6651;41.7183475;-106.4463056:6652;41.7182153;-106.446039,way_type=user_defined:way_id=80E -edge,6652,6652;41.7182153;-106.446039:6653;41.7176831;-106.4449782,way_type=user_defined:way_id=80E -edge,6653,6653;41.7176831;-106.4449782:6654;41.7174466;-106.444517,way_type=user_defined:way_id=80E -edge,6654,6654;41.7174466;-106.444517:6655;41.717307;-106.4442483,way_type=user_defined:way_id=80E -edge,6655,6655;41.717307;-106.4442483:6656;41.7170123;-106.4436903,way_type=user_defined:way_id=80E -edge,6656,6656;41.7170123;-106.4436903:6657;41.7167617;-106.4432199,way_type=user_defined:way_id=80E -edge,6657,6657;41.7167617;-106.4432199:6658;41.7163898;-106.4425346,way_type=user_defined:way_id=80E -edge,6658,6658;41.7163898;-106.4425346:6659;41.7160837;-106.4419805,way_type=user_defined:way_id=80E -edge,6659,6659;41.7160837;-106.4419805:6660;41.7157542;-106.4413936,way_type=user_defined:way_id=80E -edge,6660,6660;41.7157542;-106.4413936:6661;41.7153897;-106.4407583,way_type=user_defined:way_id=80E -edge,6661,6661;41.7153897;-106.4407583:6662;41.7151192;-106.4402975,way_type=user_defined:way_id=80E -edge,6662,6662;41.7151192;-106.4402975:6663;41.7147286;-106.4396442,way_type=user_defined:way_id=80E -edge,6663,6663;41.7147286;-106.4396442:6664;41.714529;-106.4393153,way_type=user_defined:way_id=80E -edge,6664,6664;41.714529;-106.4393153:6665;41.7139518;-106.4383784,way_type=user_defined:way_id=80E -edge,6665,6665;41.7139518;-106.4383784:6666;41.7136734;-106.437935,way_type=user_defined:way_id=80E -edge,6666,6666;41.7136734;-106.437935:6667;41.7135141;-106.4376859,way_type=user_defined:way_id=80E -edge,6667,6667;41.7135141;-106.4376859:6668;41.7133581;-106.4374454,way_type=user_defined:way_id=80E -edge,6668,6668;41.7133581;-106.4374454:6669;41.7130539;-106.4369806,way_type=user_defined:way_id=80E -edge,6669,6669;41.7130539;-106.4369806:6670;41.7128865;-106.4367281,way_type=user_defined:way_id=80E -edge,6670,6670;41.7128865;-106.4367281:6671;41.712253;-106.4357858,way_type=user_defined:way_id=80E -edge,6671,6671;41.712253;-106.4357858:6672;41.7111969;-106.4342066,way_type=user_defined:way_id=80E -edge,6672,6672;41.7111969;-106.4342066:6673;41.7099709;-106.4323863,way_type=user_defined:way_id=80E -edge,6673,6673;41.7099709;-106.4323863:6674;41.7095415;-106.4317358,way_type=user_defined:way_id=80E -edge,6674,6674;41.7095415;-106.4317358:6675;41.7092335;-106.4312738,way_type=user_defined:way_id=80E -edge,6675,6675;41.7092335;-106.4312738:6676;41.7090741;-106.43103,way_type=user_defined:way_id=80E -edge,6676,6676;41.7090741;-106.43103:6677;41.7087766;-106.4305661,way_type=user_defined:way_id=80E -edge,6677,6677;41.7087766;-106.4305661:6678;41.7086148;-106.4303057,way_type=user_defined:way_id=80E -edge,6678,6678;41.7086148;-106.4303057:6679;41.7084817;-106.4300825,way_type=user_defined:way_id=80E -edge,6679,6679;41.7084817;-106.4300825:6680;41.7083512;-106.4298517,way_type=user_defined:way_id=80E -edge,6680,6680;41.7083512;-106.4298517:6681;41.7082249;-106.4296147,way_type=user_defined:way_id=80E -edge,6681,6681;41.7082249;-106.4296147:6682;41.7080718;-106.4293105,way_type=user_defined:way_id=80E -edge,6682,6682;41.7080718;-106.4293105:6683;41.7079565;-106.4290733,way_type=user_defined:way_id=80E -edge,6683,6683;41.7079565;-106.4290733:6684;41.7078398;-106.4288256,way_type=user_defined:way_id=80E -edge,6684,6684;41.7078398;-106.4288256:6685;41.7077006;-106.4285177,way_type=user_defined:way_id=80E -edge,6685,6685;41.7077006;-106.4285177:6686;41.7075898;-106.4282658,way_type=user_defined:way_id=80E -edge,6686,6686;41.7075898;-106.4282658:6687;41.7074809;-106.4280116,way_type=user_defined:way_id=80E -edge,6687,6687;41.7074809;-106.4280116:6688;41.7073616;-106.427722,way_type=user_defined:way_id=80E -edge,6688,6688;41.7073616;-106.427722:6689;41.70727;-106.4274896,way_type=user_defined:way_id=80E -edge,6689,6689;41.70727;-106.4274896:6690;41.7071492;-106.4271689,way_type=user_defined:way_id=80E -edge,6690,6690;41.7071492;-106.4271689:6691;41.7070581;-106.4269139,way_type=user_defined:way_id=80E -edge,6691,6691;41.7070581;-106.4269139:6692;41.7069535;-106.4266045,way_type=user_defined:way_id=80E -edge,6692,6692;41.7069535;-106.4266045:6693;41.7068601;-106.426309,way_type=user_defined:way_id=80E -edge,6693,6693;41.7068601;-106.426309:6694;41.7067816;-106.4260465,way_type=user_defined:way_id=80E -edge,6694,6694;41.7067816;-106.4260465:6695;41.7066907;-106.4257301,way_type=user_defined:way_id=80E -edge,6695,6695;41.7066907;-106.4257301:6696;41.7065373;-106.4251742,way_type=user_defined:way_id=80E -edge,6696,6696;41.7065373;-106.4251742:6697;41.7064588;-106.424871,way_type=user_defined:way_id=80E -edge,6697,6697;41.7064588;-106.424871:6698;41.7063856;-106.4245653,way_type=user_defined:way_id=80E -edge,6698,6698;41.7063856;-106.4245653:6699;41.70633603;-106.424343,way_type=user_defined:way_id=80E -edge,6699,6699;41.70633603;-106.424343:6700;41.70627913;-106.4240635,way_type=user_defined:way_id=80E -edge,6700,6700;41.70627913;-106.4240635:6701;41.70617686;-106.4235135,way_type=user_defined:way_id=80E -edge,6701,6701;41.70617686;-106.4235135:6702;41.70612368;-106.4232007,way_type=user_defined:way_id=80E -edge,6702,6702;41.70612368;-106.4232007:6703;41.7061044;-106.4230772,way_type=user_defined:way_id=80E -edge,6703,6703;41.7061044;-106.4230772:6704;41.7060583;-106.422753,way_type=user_defined:way_id=80E -edge,6704,6704;41.7060583;-106.422753:6705;41.7060217;-106.4224649,way_type=user_defined:way_id=80E -edge,6705,6705;41.7060217;-106.4224649:6706;41.7059859;-106.4221484,way_type=user_defined:way_id=80E -edge,6706,6706;41.7059859;-106.4221484:6707;41.7059498;-106.4217843,way_type=user_defined:way_id=80E -edge,6707,6707;41.7059498;-106.4217843:6708;41.7059272;-106.4215319,way_type=user_defined:way_id=80E -edge,6708,6708;41.7059272;-106.4215319:6709;41.7059072;-106.4212811,way_type=user_defined:way_id=80E -edge,6709,6709;41.7059072;-106.4212811:6710;41.7058818;-106.4209238,way_type=user_defined:way_id=80E -edge,6710,6710;41.7058818;-106.4209238:6711;41.7058609;-106.4205486,way_type=user_defined:way_id=80E -edge,6711,6711;41.7058609;-106.4205486:6712;41.7058497;-106.4202948,way_type=user_defined:way_id=80E -edge,6712,6712;41.7058497;-106.4202948:6713;41.7058072;-106.4190977,way_type=user_defined:way_id=80E -edge,6713,6713;41.7058072;-106.4190977:6714;41.7057412;-106.4175328,way_type=user_defined:way_id=80E -edge,6714,6714;41.7057412;-106.4175328:6715;41.7056744;-106.4157518,way_type=user_defined:way_id=80E -edge,6715,6715;41.7056744;-106.4157518:6716;41.7056475;-106.4150969,way_type=user_defined:way_id=80E -edge,6716,6716;41.7056475;-106.4150969:6717;41.7056047;-106.4141166,way_type=user_defined:way_id=80E -edge,6717,6717;41.7056047;-106.4141166:6718;41.7055723;-106.4132785,way_type=user_defined:way_id=80E -edge,6718,6718;41.7055723;-106.4132785:6719;41.7055416;-106.4125471,way_type=user_defined:way_id=80E -edge,6719,6719;41.7055416;-106.4125471:6720;41.705435;-106.4097571,way_type=user_defined:way_id=80E -edge,6720,6720;41.705435;-106.4097571:6721;41.7054076;-106.409135,way_type=user_defined:way_id=80E -edge,6721,6721;41.7054076;-106.409135:6722;41.7053945;-106.4088828,way_type=user_defined:way_id=80E -edge,6722,6722;41.7053945;-106.4088828:6723;41.7053748;-106.4085561,way_type=user_defined:way_id=80E -edge,6723,6723;41.7053748;-106.4085561:6724;41.7053518;-106.4082588,way_type=user_defined:way_id=80E -edge,6724,6724;41.7053518;-106.4082588:6725;41.7053208;-106.4079317,way_type=user_defined:way_id=80E -edge,6725,6725;41.7053208;-106.4079317:6726;41.7052902;-106.4076476,way_type=user_defined:way_id=80E -edge,6726,6726;41.7052902;-106.4076476:6727;41.7052549;-106.4073626,way_type=user_defined:way_id=80E -edge,6727,6727;41.7052549;-106.4073626:6728;41.7052047;-106.4070032,way_type=user_defined:way_id=80E -edge,6728,6728;41.7052047;-106.4070032:6729;41.7051654;-106.4067489,way_type=user_defined:way_id=80E -edge,6729,6729;41.7051654;-106.4067489:6730;41.7051173;-106.4064677,way_type=user_defined:way_id=80E -edge,6730,6730;41.7051173;-106.4064677:6731;41.7050588;-106.4061597,way_type=user_defined:way_id=80E -edge,6731,6731;41.7050588;-106.4061597:6732;41.7049929;-106.4058356,way_type=user_defined:way_id=80E -edge,6732,6732;41.7049929;-106.4058356:6733;41.7049338;-106.4055585,way_type=user_defined:way_id=80E -edge,6733,6733;41.7049338;-106.4055585:6734;41.7048689;-106.4052732,way_type=user_defined:way_id=80E -edge,6734,6734;41.7048689;-106.4052732:6735;41.7047961;-106.4049708,way_type=user_defined:way_id=80E -edge,6735,6735;41.7047961;-106.4049708:6736;41.7047238;-106.4046897,way_type=user_defined:way_id=80E -edge,6736,6736;41.7047238;-106.4046897:6737;41.7046365;-106.404375,way_type=user_defined:way_id=80E -edge,6737,6737;41.7046365;-106.404375:6738;41.7045569;-106.4041075,way_type=user_defined:way_id=80E -edge,6738,6738;41.7045569;-106.4041075:6739;41.7044652;-106.403816,way_type=user_defined:way_id=80E -edge,6739,6739;41.7044652;-106.403816:6740;41.7043759;-106.4035438,way_type=user_defined:way_id=80E -edge,6740,6740;41.7043759;-106.4035438:6741;41.7042782;-106.4032548,way_type=user_defined:way_id=80E -edge,6741,6741;41.7042782;-106.4032548:6742;41.704183;-106.4029841,way_type=user_defined:way_id=80E -edge,6742,6742;41.704183;-106.4029841:6743;41.70413759;-106.4028574,way_type=user_defined:way_id=80E -edge,6743,6743;41.70413759;-106.4028574:6744;41.7040772;-106.4026888,way_type=user_defined:way_id=80E -edge,6744,6744;41.7040772;-106.4026888:6745;41.7036864;-106.4016076,way_type=user_defined:way_id=80E -edge,6745,6745;41.7036864;-106.4016076:6746;41.7033737;-106.4007477,way_type=user_defined:way_id=80E -edge,6746,6746;41.7033737;-106.4007477:6747;41.7029298;-106.3995017,way_type=user_defined:way_id=80E -edge,6747,6747;41.7029298;-106.3995017:6748;41.7026699;-106.3987825,way_type=user_defined:way_id=80E -edge,6748,6748;41.7026699;-106.3987825:6749;41.7013837;-106.3952069,way_type=user_defined:way_id=80E -edge,6749,6749;41.7013837;-106.3952069:6750;41.7011669;-106.3946103,way_type=user_defined:way_id=80E -edge,6750,6750;41.7011669;-106.3946103:6751;41.7007931;-106.3935635,way_type=user_defined:way_id=80E -edge,6751,6751;41.7007931;-106.3935635:6752;41.7005762;-106.3929712,way_type=user_defined:way_id=80E -edge,6752,6752;41.7005762;-106.3929712:6753;41.7004803;-106.3927146,way_type=user_defined:way_id=80E -edge,6753,6753;41.7004803;-106.3927146:6754;41.7003725;-106.3924334,way_type=user_defined:way_id=80E -edge,6754,6754;41.7003725;-106.3924334:6755;41.7002677;-106.3921715,way_type=user_defined:way_id=80E -edge,6755,6755;41.7002677;-106.3921715:6756;41.7001619;-106.391921,way_type=user_defined:way_id=80E -edge,6756,6756;41.7001619;-106.391921:6757;41.7000344;-106.3916321,way_type=user_defined:way_id=80E -edge,6757,6757;41.7000344;-106.3916321:6758;41.6999208;-106.3913871,way_type=user_defined:way_id=80E -edge,6758,6758;41.6999208;-106.3913871:6759;41.6997874;-106.3911144,way_type=user_defined:way_id=80E -edge,6759,6759;41.6997874;-106.3911144:6760;41.6996622;-106.3908684,way_type=user_defined:way_id=80E -edge,6760,6760;41.6996622;-106.3908684:6761;41.6995384;-106.3906326,way_type=user_defined:way_id=80E -edge,6761,6761;41.6995384;-106.3906326:6762;41.699399;-106.3903764,way_type=user_defined:way_id=80E -edge,6762,6762;41.699399;-106.3903764:6763;41.6992509;-106.3901161,way_type=user_defined:way_id=80E -edge,6763,6763;41.6992509;-106.3901161:6764;41.6991124;-106.3898816,way_type=user_defined:way_id=80E -edge,6764,6764;41.6991124;-106.3898816:6765;41.6989758;-106.3896585,way_type=user_defined:way_id=80E -edge,6765,6765;41.6989758;-106.3896585:6766;41.6988184;-106.3894107,way_type=user_defined:way_id=80E -edge,6766,6766;41.6988184;-106.3894107:6767;41.6986711;-106.3891889,way_type=user_defined:way_id=80E -edge,6767,6767;41.6986711;-106.3891889:6768;41.6985071;-106.3889503,way_type=user_defined:way_id=80E -edge,6768,6768;41.6985071;-106.3889503:6769;41.6983539;-106.3887352,way_type=user_defined:way_id=80E -edge,6769,6769;41.6983539;-106.3887352:6770;41.6982264;-106.3885626,way_type=user_defined:way_id=80E -edge,6770,6770;41.6982264;-106.3885626:6771;41.6982264;-106.3885626,way_type=user_defined:way_id=80E -edge,6771,6771;41.6982264;-106.3885626:6772;41.6980297;-106.3883043,way_type=user_defined:way_id=80E -edge,6772,6772;41.6980297;-106.3883043:6773;41.6978688;-106.3881017,way_type=user_defined:way_id=80E -edge,6773,6773;41.6978688;-106.3881017:6774;41.6976898;-106.3878839,way_type=user_defined:way_id=80E -edge,6774,6774;41.6976898;-106.3878839:6775;41.6975242;-106.3876897,way_type=user_defined:way_id=80E -edge,6775,6775;41.6975242;-106.3876897:6776;41.6973615;-106.3875066,way_type=user_defined:way_id=80E -edge,6776,6776;41.6973615;-106.3875066:6777;41.6971686;-106.3872986,way_type=user_defined:way_id=80E -edge,6777,6777;41.6971686;-106.3872986:6778;41.6969952;-106.3871193,way_type=user_defined:way_id=80E -edge,6778,6778;41.6969952;-106.3871193:6779;41.6968245;-106.3869499,way_type=user_defined:way_id=80E -edge,6779,6779;41.6968245;-106.3869499:6780;41.6966276;-106.3867614,way_type=user_defined:way_id=80E -edge,6780,6780;41.6966276;-106.3867614:6781;41.6964451;-106.3865924,way_type=user_defined:way_id=80E -edge,6781,6781;41.6964451;-106.3865924:6782;41.6962422;-106.3864106,way_type=user_defined:way_id=80E -edge,6782,6782;41.6962422;-106.3864106:6783;41.6960604;-106.3862532,way_type=user_defined:way_id=80E -edge,6783,6783;41.6960604;-106.3862532:6784;41.6958523;-106.3860812,way_type=user_defined:way_id=80E -edge,6784,6784;41.6958523;-106.3860812:6785;41.6956654;-106.385934,way_type=user_defined:way_id=80E -edge,6785,6785;41.6956654;-106.385934:6786;41.6954772;-106.3857915,way_type=user_defined:way_id=80E -edge,6786,6786;41.6954772;-106.3857915:6787;41.6952552;-106.3856304,way_type=user_defined:way_id=80E -edge,6787,6787;41.6952552;-106.3856304:6788;41.6950432;-106.3854848,way_type=user_defined:way_id=80E -edge,6788,6788;41.6950432;-106.3854848:6789;41.6948421;-106.3853532,way_type=user_defined:way_id=80E -edge,6789,6789;41.6948421;-106.3853532:6790;41.6946265;-106.3852179,way_type=user_defined:way_id=80E -edge,6790,6790;41.6946265;-106.3852179:6791;41.694423;-106.3850951,way_type=user_defined:way_id=80E -edge,6791,6791;41.694423;-106.3850951:6792;41.6942047;-106.3849687,way_type=user_defined:way_id=80E -edge,6792,6792;41.6942047;-106.3849687:6793;41.6937677;-106.3847203,way_type=user_defined:way_id=80E -edge,6793,6793;41.6937677;-106.3847203:6794;41.69297337;-106.3842615,way_type=user_defined:way_id=80E -edge,6794,6794;41.69297337;-106.3842615:6795;41.69297337;-106.3842615,way_type=user_defined:way_id=80E -edge,6795,6795;41.69297337;-106.3842615:6796;41.6916712;-106.3835093,way_type=user_defined:way_id=80E -edge,6796,6796;41.6916712;-106.3835093:6797;41.6910016;-106.3831277,way_type=user_defined:way_id=80E -edge,6797,6797;41.6910016;-106.3831277:6798;41.6904296;-106.3827954,way_type=user_defined:way_id=80E -edge,6798,6798;41.6904296;-106.3827954:6799;41.69004819;-106.3825764,way_type=user_defined:way_id=80E -edge,6799,6799;41.69004819;-106.3825764:6800;41.689952;-106.3825212,way_type=user_defined:way_id=80E -edge,6800,6800;41.689952;-106.3825212:6801;41.6891546;-106.3820601,way_type=user_defined:way_id=80E -edge,6801,6801;41.6891546;-106.3820601:6802;41.688883;-106.381901,way_type=user_defined:way_id=80E -edge,6802,6802;41.688883;-106.381901:6803;41.688482;-106.3816618,way_type=user_defined:way_id=80E -edge,6803,6803;41.688482;-106.3816618:6804;41.6880844;-106.3814189,way_type=user_defined:way_id=80E -edge,6804,6804;41.6880844;-106.3814189:6805;41.6876587;-106.3811546,way_type=user_defined:way_id=80E -edge,6805,6805;41.6876587;-106.3811546:6806;41.6870256;-106.3807523,way_type=user_defined:way_id=80E -edge,6806,6806;41.6870256;-106.3807523:6807;41.6866337;-106.3804989,way_type=user_defined:way_id=80E -edge,6807,6807;41.6866337;-106.3804989:6808;41.6864472;-106.3803761,way_type=user_defined:way_id=80E -edge,6808,6808;41.6864472;-106.3803761:6809;41.6861279;-106.3801627,way_type=user_defined:way_id=80E -edge,6809,6809;41.6861279;-106.3801627:6810;41.6857804;-106.3799273,way_type=user_defined:way_id=80E -edge,6810,6810;41.6857804;-106.3799273:6811;41.6857804;-106.3799273,way_type=user_defined:way_id=80E -edge,6811,6811;41.6857804;-106.3799273:6812;41.6852066;-106.3795313,way_type=user_defined:way_id=80E -edge,6812,6812;41.6852066;-106.3795313:6813;41.6849919;-106.3793805,way_type=user_defined:way_id=80E -edge,6813,6813;41.6849919;-106.3793805:6814;41.6845889;-106.3790928,way_type=user_defined:way_id=80E -edge,6814,6814;41.6845889;-106.3790928:6815;41.6843716;-106.3789355,way_type=user_defined:way_id=80E -edge,6815,6815;41.6843716;-106.3789355:6816;41.6819863;-106.3771869,way_type=user_defined:way_id=80E -edge,6816,6816;41.6819863;-106.3771869:6817;41.6817979;-106.3770512,way_type=user_defined:way_id=80E -edge,6817,6817;41.6817979;-106.3770512:6818;41.6816018;-106.3769148,way_type=user_defined:way_id=80E -edge,6818,6818;41.6816018;-106.3769148:6819;41.6813852;-106.3767705,way_type=user_defined:way_id=80E -edge,6819,6819;41.6813852;-106.3767705:6820;41.6811861;-106.3766442,way_type=user_defined:way_id=80E -edge,6820,6820;41.6811861;-106.3766442:6821;41.6809662;-106.3765107,way_type=user_defined:way_id=80E -edge,6821,6821;41.6809662;-106.3765107:6822;41.6807715;-106.3763959,way_type=user_defined:way_id=80E -edge,6822,6822;41.6807715;-106.3763959:6823;41.6805693;-106.376281,way_type=user_defined:way_id=80E -edge,6823,6823;41.6805693;-106.376281:6824;41.68024743;-106.37611,way_type=user_defined:way_id=80E -edge,6824,6824;41.68024743;-106.37611:6825;41.67993862;-106.3759662,way_type=user_defined:way_id=80E -edge,6825,6825;41.67993862;-106.3759662:6826;41.67964881;-106.3758156,way_type=user_defined:way_id=80E -edge,6826,6826;41.67964881;-106.3758156:6827;41.67931856;-106.3756722,way_type=user_defined:way_id=80E -edge,6827,6827;41.67931856;-106.3756722:6828;41.67904822;-106.3755626,way_type=user_defined:way_id=80E -edge,6828,6828;41.67904822;-106.3755626:6829;41.67878992;-106.3754655,way_type=user_defined:way_id=80E -edge,6829,6829;41.67878992;-106.3754655:6830;41.67851014;-106.3753657,way_type=user_defined:way_id=80E -edge,6830,6830;41.67851014;-106.3753657:6831;41.67814441;-106.3752483,way_type=user_defined:way_id=80E -edge,6831,6831;41.67814441;-106.3752483:6832;41.67779549;-106.3751433,way_type=user_defined:way_id=80E -edge,6832,6832;41.67779549;-106.3751433:6833;41.67735353;-106.3750273,way_type=user_defined:way_id=80E -edge,6833,6833;41.67735353;-106.3750273:6834;41.6761042;-106.3747096,way_type=user_defined:way_id=80E -edge,6834,6834;41.6761042;-106.3747096:6835;41.67564073;-106.3745876,way_type=user_defined:way_id=80E -edge,6835,6835;41.67564073;-106.3745876:6836;41.67526573;-106.3744958,way_type=user_defined:way_id=80E -edge,6836,6836;41.67526573;-106.3744958:6837;41.67494078;-106.3744063,way_type=user_defined:way_id=80E -edge,6837,6837;41.67494078;-106.3744063:6838;41.67442675;-106.3742312,way_type=user_defined:way_id=80E -edge,6838,6838;41.67442675;-106.3742312:6839;41.67420675;-106.3741525,way_type=user_defined:way_id=80E -edge,6839,6839;41.67420675;-106.3741525:6840;41.67399857;-106.3740641,way_type=user_defined:way_id=80E -edge,6840,6840;41.67399857;-106.3740641:6841;41.67371139;-106.373939,way_type=user_defined:way_id=80E -edge,6841,6841;41.67371139;-106.373939:6842;41.67341455;-106.3738013,way_type=user_defined:way_id=80E -edge,6842,6842;41.67341455;-106.3738013:6843;41.67312721;-106.3736603,way_type=user_defined:way_id=80E -edge,6843,6843;41.67312721;-106.3736603:6844;41.67287094;-106.3735282,way_type=user_defined:way_id=80E -edge,6844,6844;41.67287094;-106.3735282:6845;41.67262883;-106.3733832,way_type=user_defined:way_id=80E -edge,6845,6845;41.67262883;-106.3733832:6846;41.67230772;-106.3732015,way_type=user_defined:way_id=80E -edge,6846,6846;41.67230772;-106.3732015:6847;41.67199589;-106.3729942,way_type=user_defined:way_id=80E -edge,6847,6847;41.67199589;-106.3729942:6848;41.67169355;-106.3727836,way_type=user_defined:way_id=80E -edge,6848,6848;41.67169355;-106.3727836:6849;41.6714547;-106.3725931,way_type=user_defined:way_id=80E -edge,6849,6849;41.6714547;-106.3725931:6850;41.6711778;-106.3723811,way_type=user_defined:way_id=80E -edge,6850,6850;41.6711778;-106.3723811:6851;41.6709892;-106.3722287,way_type=user_defined:way_id=80E -edge,6851,6851;41.6709892;-106.3722287:6852;41.6708086;-106.3720763,way_type=user_defined:way_id=80E -edge,6852,6852;41.6708086;-106.3720763:6853;41.6705992;-106.3718923,way_type=user_defined:way_id=80E -edge,6853,6853;41.6705992;-106.3718923:6854;41.6704234;-106.3717306,way_type=user_defined:way_id=80E -edge,6854,6854;41.6704234;-106.3717306:6855;41.6702246;-106.3715396,way_type=user_defined:way_id=80E -edge,6855,6855;41.6702246;-106.3715396:6856;41.6700506;-106.3713666,way_type=user_defined:way_id=80E -edge,6856,6856;41.6700506;-106.3713666:6857;41.6698784;-106.3711896,way_type=user_defined:way_id=80E -edge,6857,6857;41.6698784;-106.3711896:6858;41.6696614;-106.3709571,way_type=user_defined:way_id=80E -edge,6858,6858;41.6696614;-106.3709571:6859;41.6694999;-106.3707773,way_type=user_defined:way_id=80E -edge,6859,6859;41.6694999;-106.3707773:6860;41.6693168;-106.3705676,way_type=user_defined:way_id=80E -edge,6860,6860;41.6693168;-106.3705676:6861;41.6691309;-106.370347,way_type=user_defined:way_id=80E -edge,6861,6861;41.6691309;-106.370347:6862;41.6689693;-106.3701471,way_type=user_defined:way_id=80E -edge,6862,6862;41.6689693;-106.3701471:6863;41.6688158;-106.3699498,way_type=user_defined:way_id=80E -edge,6863,6863;41.6688158;-106.3699498:6864;41.6686401;-106.3697161,way_type=user_defined:way_id=80E -edge,6864,6864;41.6686401;-106.3697161:6865;41.6685073;-106.369533,way_type=user_defined:way_id=80E -edge,6865,6865;41.6685073;-106.369533:6866;41.6683048;-106.3692435,way_type=user_defined:way_id=80E -edge,6866,6866;41.6683048;-106.3692435:6867;41.6681585;-106.3690251,way_type=user_defined:way_id=80E -edge,6867,6867;41.6681585;-106.3690251:6868;41.6680146;-106.3688045,way_type=user_defined:way_id=80E -edge,6868,6868;41.6680146;-106.3688045:6869;41.6678543;-106.3685504,way_type=user_defined:way_id=80E -edge,6869,6869;41.6678543;-106.3685504:6870;41.6677154;-106.3683212,way_type=user_defined:way_id=80E -edge,6870,6870;41.6677154;-106.3683212:6871;41.6675669;-106.3680658,way_type=user_defined:way_id=80E -edge,6871,6871;41.6675669;-106.3680658:6872;41.6674225;-106.3678066,way_type=user_defined:way_id=80E -edge,6872,6872;41.6674225;-106.3678066:6873;41.6672932;-106.3675674,way_type=user_defined:way_id=80E -edge,6873,6873;41.6672932;-106.3675674:6874;41.6671541;-106.3673021,way_type=user_defined:way_id=80E -edge,6874,6874;41.6671541;-106.3673021:6875;41.6670186;-106.3670331,way_type=user_defined:way_id=80E -edge,6875,6875;41.6670186;-106.3670331:6876;41.6666317;-106.3662316,way_type=user_defined:way_id=80E -edge,6876,6876;41.6666317;-106.3662316:6877;41.6662451;-106.3654394,way_type=user_defined:way_id=80E -edge,6877,6877;41.6662451;-106.3654394:6878;41.6659045;-106.364734,way_type=user_defined:way_id=80E -edge,6878,6878;41.6659045;-106.364734:6879;41.6648656;-106.3625909,way_type=user_defined:way_id=80E -edge,6879,6879;41.6648656;-106.3625909:6880;41.6645869;-106.3620119,way_type=user_defined:way_id=80E -edge,6880,6880;41.6645869;-106.3620119:6881;41.6641142;-106.3610382,way_type=user_defined:way_id=80E -edge,6881,6881;41.6641142;-106.3610382:6882;41.663343;-106.3594426,way_type=user_defined:way_id=80E -edge,6882,6882;41.663343;-106.3594426:6883;41.6629645;-106.3586504,way_type=user_defined:way_id=80E -edge,6883,6883;41.6629645;-106.3586504:6884;41.6625913;-106.3578835,way_type=user_defined:way_id=80E -edge,6884,6884;41.6625913;-106.3578835:6885;41.6618665;-106.3563859,way_type=user_defined:way_id=80E -edge,6885,6885;41.6618665;-106.3563859:6886;41.6614663;-106.355554,way_type=user_defined:way_id=80E -edge,6886,6886;41.6614663;-106.355554:6887;41.6612;-106.3550077,way_type=user_defined:way_id=80E -edge,6887,6887;41.6612;-106.3550077:6888;41.6608302;-106.3542408,way_type=user_defined:way_id=80E -edge,6888,6888;41.6608302;-106.3542408:6889;41.6605968;-106.3537606,way_type=user_defined:way_id=80E -edge,6889,6889;41.6605968;-106.3537606:6890;41.6595619;-106.3516131,way_type=user_defined:way_id=80E -edge,6890,6890;41.6595619;-106.3516131:6891;41.6583518;-106.3491164,way_type=user_defined:way_id=80E -edge,6891,6891;41.6583518;-106.3491164:6892;41.6580842;-106.3485598,way_type=user_defined:way_id=80E -edge,6892,6892;41.6580842;-106.3485598:6893;41.6571063;-106.3465363,way_type=user_defined:way_id=80E -edge,6893,6893;41.6571063;-106.3465363:6894;41.6565933;-106.3454792,way_type=user_defined:way_id=80E -edge,6894,6894;41.6565933;-106.3454792:6895;41.65625966;-106.3447881,way_type=user_defined:way_id=80E -edge,6895,6895;41.65625966;-106.3447881:6896;41.6562386;-106.3447445,way_type=user_defined:way_id=80E -edge,6896,6896;41.6562386;-106.3447445:6897;41.6558802;-106.343998,way_type=user_defined:way_id=80E -edge,6897,6897;41.6558802;-106.343998:6898;41.6553777;-106.3429729,way_type=user_defined:way_id=80E -edge,6898,6898;41.6553777;-106.3429729:6899;41.6548757;-106.3419404,way_type=user_defined:way_id=80E -edge,6899,6899;41.6548757;-106.3419404:6900;41.6546518;-106.3414757,way_type=user_defined:way_id=80E -edge,6900,6900;41.6546518;-106.3414757:6901;41.6542616;-106.3406578,way_type=user_defined:way_id=80E -edge,6901,6901;41.6542616;-106.3406578:6902;41.6536993;-106.3394923,way_type=user_defined:way_id=80E -edge,6902,6902;41.6536993;-106.3394923:6903;41.6523566;-106.3367278,way_type=user_defined:way_id=80E -edge,6903,6903;41.6523566;-106.3367278:6904;41.6517843;-106.3355428,way_type=user_defined:way_id=80E -edge,6904,6904;41.6517843;-106.3355428:6905;41.6514175;-106.3347883,way_type=user_defined:way_id=80E -edge,6905,6905;41.6514175;-106.3347883:6906;41.6511622;-106.3342577,way_type=user_defined:way_id=80E -edge,6906,6906;41.6511622;-106.3342577:6907;41.6505348;-106.3329663,way_type=user_defined:way_id=80E -edge,6907,6907;41.6505348;-106.3329663:6908;41.6500131;-106.3318829,way_type=user_defined:way_id=80E -edge,6908,6908;41.6500131;-106.3318829:6909;41.6490231;-106.3298376,way_type=user_defined:way_id=80E -edge,6909,6909;41.6490231;-106.3298376:6910;41.6486432;-106.3290456,way_type=user_defined:way_id=80E -edge,6910,6910;41.6486432;-106.3290456:6911;41.6480191;-106.3277616,way_type=user_defined:way_id=80E -edge,6911,6911;41.6480191;-106.3277616:6912;41.6477124;-106.327134,way_type=user_defined:way_id=80E -edge,6912,6912;41.6477124;-106.327134:6913;41.6465137;-106.3246491,way_type=user_defined:way_id=80E -edge,6913,6913;41.6465137;-106.3246491:6914;41.6461991;-106.3240062,way_type=user_defined:way_id=80E -edge,6914,6914;41.6461991;-106.3240062:6915;41.6456516;-106.32288,way_type=user_defined:way_id=80E -edge,6915,6915;41.6456516;-106.32288:6916;41.6454791;-106.3225192,way_type=user_defined:way_id=80E -edge,6916,6916;41.6454791;-106.3225192:6917;41.6453626;-106.322272,way_type=user_defined:way_id=80E -edge,6917,6917;41.6453626;-106.322272:6918;41.6452289;-106.3219838,way_type=user_defined:way_id=80E -edge,6918,6918;41.6452289;-106.3219838:6919;41.6451044;-106.3217098,way_type=user_defined:way_id=80E -edge,6919,6919;41.6451044;-106.3217098:6920;41.6449902;-106.3214505,way_type=user_defined:way_id=80E -edge,6920,6920;41.6449902;-106.3214505:6921;41.6448715;-106.3211723,way_type=user_defined:way_id=80E -edge,6921,6921;41.6448715;-106.3211723:6922;41.6447659;-106.3209163,way_type=user_defined:way_id=80E -edge,6922,6922;41.6447659;-106.3209163:6923;41.6446275;-106.3205659,way_type=user_defined:way_id=80E -edge,6923,6923;41.6446275;-106.3205659:6924;41.6445407;-106.3203394,way_type=user_defined:way_id=80E -edge,6924,6924;41.6445407;-106.3203394:6925;41.6444436;-106.320078,way_type=user_defined:way_id=80E -edge,6925,6925;41.6444436;-106.320078:6926;41.6443465;-106.3198065,way_type=user_defined:way_id=80E -edge,6926,6926;41.6443465;-106.3198065:6927;41.6442466;-106.3195156,way_type=user_defined:way_id=80E -edge,6927,6927;41.6442466;-106.3195156:6928;41.6441503;-106.3192224,way_type=user_defined:way_id=80E -edge,6928,6928;41.6441503;-106.3192224:6929;41.6440624;-106.3189454,way_type=user_defined:way_id=80E -edge,6929,6929;41.6440624;-106.3189454:6930;41.6439723;-106.3186485,way_type=user_defined:way_id=80E -edge,6930,6930;41.6439723;-106.3186485:6931;41.643891;-106.3183683,way_type=user_defined:way_id=80E -edge,6931,6931;41.643891;-106.3183683:6932;41.6438071;-106.3180694,way_type=user_defined:way_id=80E -edge,6932,6932;41.6438071;-106.3180694:6933;41.6437305;-106.3177881,way_type=user_defined:way_id=80E -edge,6933,6933;41.6437305;-106.3177881:6934;41.6436508;-106.3174783,way_type=user_defined:way_id=80E -edge,6934,6934;41.6436508;-106.3174783:6935;41.6435861;-106.3172112,way_type=user_defined:way_id=80E -edge,6935,6935;41.6435861;-106.3172112:6936;41.6435148;-106.3168985,way_type=user_defined:way_id=80E -edge,6936,6936;41.6435148;-106.3168985:6937;41.6434523;-106.3166098,way_type=user_defined:way_id=80E -edge,6937,6937;41.6434523;-106.3166098:6938;41.643389;-106.3163026,way_type=user_defined:way_id=80E -edge,6938,6938;41.643389;-106.3163026:6939;41.643334;-106.3160212,way_type=user_defined:way_id=80E -edge,6939,6939;41.643334;-106.3160212:6940;41.6432762;-106.3157116,way_type=user_defined:way_id=80E -edge,6940,6940;41.6432762;-106.3157116:6941;41.6432176;-106.3153854,way_type=user_defined:way_id=80E -edge,6941,6941;41.6432176;-106.3153854:6942;41.6426525;-106.3120848,way_type=user_defined:way_id=80E -edge,6942,6942;41.6426525;-106.3120848:6943;41.6422847;-106.3099102,way_type=user_defined:way_id=80E -edge,6943,6943;41.6422847;-106.3099102:6944;41.6421343;-106.3090297,way_type=user_defined:way_id=80E -edge,6944,6944;41.6421343;-106.3090297:6945;41.6419255;-106.3078194,way_type=user_defined:way_id=80E -edge,6945,6945;41.6419255;-106.3078194:6946;41.6417712;-106.3069002,way_type=user_defined:way_id=80E -edge,6946,6946;41.6417712;-106.3069002:6947;41.6416134;-106.3059876,way_type=user_defined:way_id=80E -edge,6947,6947;41.6416134;-106.3059876:6948;41.6414505;-106.3050219,way_type=user_defined:way_id=80E -edge,6948,6948;41.6414505;-106.3050219:6949;41.6412261;-106.3037139,way_type=user_defined:way_id=80E -edge,6949,6949;41.6412261;-106.3037139:6950;41.6409817;-106.3022639,way_type=user_defined:way_id=80E -edge,6950,6950;41.6409817;-106.3022639:6951;41.6407721;-106.3010564,way_type=user_defined:way_id=80E -edge,6951,6951;41.6407721;-106.3010564:6952;41.6403145;-106.2983668,way_type=user_defined:way_id=80E -edge,6952,6952;41.6403145;-106.2983668:6953;41.6400796;-106.2970002,way_type=user_defined:way_id=80E -edge,6953,6953;41.6400796;-106.2970002:6954;41.6399806;-106.2964425,way_type=user_defined:way_id=80E -edge,6954,6954;41.6399806;-106.2964425:6955;41.6399191;-106.2961156,way_type=user_defined:way_id=80E -edge,6955,6955;41.6399191;-106.2961156:6956;41.6398559;-106.2958059,way_type=user_defined:way_id=80E -edge,6956,6956;41.6398559;-106.2958059:6957;41.6398045;-106.2955717,way_type=user_defined:way_id=80E -edge,6957,6957;41.6398045;-106.2955717:6958;41.6397377;-106.2952874,way_type=user_defined:way_id=80E -edge,6958,6958;41.6397377;-106.2952874:6959;41.6396606;-106.2949794,way_type=user_defined:way_id=80E -edge,6959,6959;41.6396606;-106.2949794:6960;41.6395888;-106.2947091,way_type=user_defined:way_id=80E -edge,6960,6960;41.6395888;-106.2947091:6961;41.63952;-106.2944641,way_type=user_defined:way_id=80E -edge,6961,6961;41.63952;-106.2944641:6962;41.6394312;-106.2941642,way_type=user_defined:way_id=80E -edge,6962,6962;41.6394312;-106.2941642:6963;41.639328;-106.2938388,way_type=user_defined:way_id=80E -edge,6963,6963;41.639328;-106.2938388:6964;41.6392496;-106.2936033,way_type=user_defined:way_id=80E -edge,6964,6964;41.6392496;-106.2936033:6965;41.6391684;-106.2933696,way_type=user_defined:way_id=80E -edge,6965,6965;41.6391684;-106.2933696:6966;41.6390631;-106.2930776,way_type=user_defined:way_id=80E -edge,6966,6966;41.6390631;-106.2930776:6967;41.6389534;-106.2927888,way_type=user_defined:way_id=80E -edge,6967,6967;41.6389534;-106.2927888:6968;41.6388629;-106.2925619,way_type=user_defined:way_id=80E -edge,6968,6968;41.6388629;-106.2925619:6969;41.6387557;-106.2923042,way_type=user_defined:way_id=80E -edge,6969,6969;41.6387557;-106.2923042:6970;41.6386526;-106.2920646,way_type=user_defined:way_id=80E -edge,6970,6970;41.6386526;-106.2920646:6971;41.6385401;-106.2918118,way_type=user_defined:way_id=80E -edge,6971,6971;41.6385401;-106.2918118:6972;41.6384131;-106.2915373,way_type=user_defined:way_id=80E -edge,6972,6972;41.6384131;-106.2915373:6973;41.6382935;-106.2912907,way_type=user_defined:way_id=80E -edge,6973,6973;41.6382935;-106.2912907:6974;41.6381703;-106.2910484,way_type=user_defined:way_id=80E -edge,6974,6974;41.6381703;-106.2910484:6975;41.6380444;-106.2908085,way_type=user_defined:way_id=80E -edge,6975,6975;41.6380444;-106.2908085:6976;41.6379196;-106.2905795,way_type=user_defined:way_id=80E -edge,6976,6976;41.6379196;-106.2905795:6977;41.6377873;-106.2903469,way_type=user_defined:way_id=80E -edge,6977,6977;41.6377873;-106.2903469:6978;41.6376528;-106.2901172,way_type=user_defined:way_id=80E -edge,6978,6978;41.6376528;-106.2901172:6979;41.6375115;-106.2898833,way_type=user_defined:way_id=80E -edge,6979,6979;41.6375115;-106.2898833:6980;41.6374505;-106.2897855,way_type=user_defined:way_id=80E -edge,6980,6980;41.6374505;-106.2897855:6981;41.6372521;-106.2894673,way_type=user_defined:way_id=80E -edge,6981,6981;41.6372521;-106.2894673:6982;41.6372521;-106.2894673,way_type=user_defined:way_id=80E -edge,6982,6982;41.6372521;-106.2894673:6983;41.6368168;-106.2887792,way_type=user_defined:way_id=80E -edge,6983,6983;41.6368168;-106.2887792:6984;41.63591694;-106.2873707,way_type=user_defined:way_id=80E -edge,6984,6984;41.63591694;-106.2873707:6985;41.6356904;-106.2870161,way_type=user_defined:way_id=80E -edge,6985,6985;41.6356904;-106.2870161:6986;41.6351616;-106.2861918,way_type=user_defined:way_id=80E -edge,6986,6986;41.6351616;-106.2861918:6987;41.6345621;-106.285247,way_type=user_defined:way_id=80E -edge,6987,6987;41.6345621;-106.285247:6988;41.63395516;-106.2842973,way_type=user_defined:way_id=80E -edge,6988,6988;41.63395516;-106.2842973:6989;41.63395516;-106.2842973,way_type=user_defined:way_id=80E -edge,6989,6989;41.63395516;-106.2842973:6990;41.6330678;-106.2829038,way_type=user_defined:way_id=80E -edge,6990,6990;41.6330678;-106.2829038:6991;41.6324686;-106.2819696,way_type=user_defined:way_id=80E -edge,6991,6991;41.6324686;-106.2819696:6992;41.63236019;-106.2817998,way_type=user_defined:way_id=80E -edge,6992,6992;41.63236019;-106.2817998:6993;41.6310515;-106.2797498,way_type=user_defined:way_id=80E -edge,6993,6993;41.6310515;-106.2797498:6994;41.6310515;-106.2797498,way_type=user_defined:way_id=80E -edge,6994,6994;41.6310515;-106.2797498:6995;41.63084262;-106.2794177,way_type=user_defined:way_id=80E -edge,6995,6995;41.63084262;-106.2794177:6996;41.6307755;-106.279311,way_type=user_defined:way_id=80E -edge,6996,6996;41.6307755;-106.279311:6997;41.6306311;-106.2790755,way_type=user_defined:way_id=80E -edge,6997,6997;41.6306311;-106.2790755:6998;41.6305011;-106.2788571,way_type=user_defined:way_id=80E -edge,6998,6998;41.6305011;-106.2788571:6999;41.6303496;-106.2785968,way_type=user_defined:way_id=80E -edge,6999,6999;41.6303496;-106.2785968:7000;41.6302179;-106.278365,way_type=user_defined:way_id=80E -edge,7000,7000;41.6302179;-106.278365:7001;41.6300721;-106.2781005,way_type=user_defined:way_id=80E -edge,7001,7001;41.6300721;-106.2781005:7002;41.6299456;-106.2778641,way_type=user_defined:way_id=80E -edge,7002,7002;41.6299456;-106.2778641:7003;41.6298224;-106.2776263,way_type=user_defined:way_id=80E -edge,7003,7003;41.6298224;-106.2776263:7004;41.6296702;-106.2773216,way_type=user_defined:way_id=80E -edge,7004,7004;41.6296702;-106.2773216:7005;41.629553;-106.2770787,way_type=user_defined:way_id=80E -edge,7005,7005;41.629553;-106.2770787:7006;41.6294378;-106.2768331,way_type=user_defined:way_id=80E -edge,7006,7006;41.6294378;-106.2768331:7007;41.6293108;-106.2765534,way_type=user_defined:way_id=80E -edge,7007,7007;41.6293108;-106.2765534:7008;41.6292007;-106.2763036,way_type=user_defined:way_id=80E -edge,7008,7008;41.6292007;-106.2763036:7009;41.6290657;-106.2759849,way_type=user_defined:way_id=80E -edge,7009,7009;41.6290657;-106.2759849:7010;41.6289755;-106.275765,way_type=user_defined:way_id=80E -edge,7010,7010;41.6289755;-106.275765:7011;41.6288605;-106.2754754,way_type=user_defined:way_id=80E -edge,7011,7011;41.6288605;-106.2754754:7012;41.6287621;-106.2752182,way_type=user_defined:way_id=80E -edge,7012,7012;41.6287621;-106.2752182:7013;41.6286785;-106.274992,way_type=user_defined:way_id=80E -edge,7013,7013;41.6286785;-106.274992:7014;41.6285579;-106.2746557,way_type=user_defined:way_id=80E -edge,7014,7014;41.6285579;-106.2746557:7015;41.6284569;-106.2743589,way_type=user_defined:way_id=80E -edge,7015,7015;41.6284569;-106.2743589:7016;41.628371;-106.2740958,way_type=user_defined:way_id=80E -edge,7016,7016;41.628371;-106.2740958:7017;41.6282873;-106.2738316,way_type=user_defined:way_id=80E -edge,7017,7017;41.6282873;-106.2738316:7018;41.628196;-106.2735321,way_type=user_defined:way_id=80E -edge,7018,7018;41.628196;-106.2735321:7019;41.628116;-106.2732574,way_type=user_defined:way_id=80E -edge,7019,7019;41.628116;-106.2732574:7020;41.6280489;-106.2730171,way_type=user_defined:way_id=80E -edge,7020,7020;41.6280489;-106.2730171:7021;41.6279581;-106.2726775,way_type=user_defined:way_id=80E -edge,7021,7021;41.6279581;-106.2726775:7022;41.6278894;-106.272408,way_type=user_defined:way_id=80E -edge,7022,7022;41.6278894;-106.272408:7023;41.6278383;-106.2722008,way_type=user_defined:way_id=80E -edge,7023,7023;41.6278383;-106.2722008:7024;41.6278118;-106.2720923,way_type=user_defined:way_id=80E -edge,7024,7024;41.6278118;-106.2720923:7025;41.6277443;-106.2718028,way_type=user_defined:way_id=80E -edge,7025,7025;41.6277443;-106.2718028:7026;41.6276761;-106.2714936,way_type=user_defined:way_id=80E -edge,7026,7026;41.6276761;-106.2714936:7027;41.627624;-106.2712473,way_type=user_defined:way_id=80E -edge,7027,7027;41.627624;-106.2712473:7028;41.6275605;-106.270936,way_type=user_defined:way_id=80E -edge,7028,7028;41.6275605;-106.270936:7029;41.6267384;-106.2667244,way_type=user_defined:way_id=80E -edge,7029,7029;41.6267384;-106.2667244:7030;41.6262912;-106.264441,way_type=user_defined:way_id=80E -edge,7030,7030;41.6262912;-106.264441:7031;41.6261749;-106.2638397,way_type=user_defined:way_id=80E -edge,7031,7031;41.6261749;-106.2638397:7032;41.6260024;-106.2629321,way_type=user_defined:way_id=80E -edge,7032,7032;41.6260024;-106.2629321:7033;41.6256951;-106.2613826,way_type=user_defined:way_id=80E -edge,7033,7033;41.6256951;-106.2613826:7034;41.6252402;-106.2590464,way_type=user_defined:way_id=80E -edge,7034,7034;41.6252402;-106.2590464:7035;41.6249982;-106.2577968,way_type=user_defined:way_id=80E -edge,7035,7035;41.6249982;-106.2577968:7036;41.6247609;-106.2565893,way_type=user_defined:way_id=80E -edge,7036,7036;41.6247609;-106.2565893:7037;41.6246405;-106.2559679,way_type=user_defined:way_id=80E -edge,7037,7037;41.6246405;-106.2559679:7038;41.6244248;-106.2548379,way_type=user_defined:way_id=80E -edge,7038,7038;41.6244248;-106.2548379:7039;41.6243557;-106.2544824,way_type=user_defined:way_id=80E -edge,7039,7039;41.6243557;-106.2544824:7040;41.6241794;-106.2536022,way_type=user_defined:way_id=80E -edge,7040,7040;41.6241794;-106.2536022:7041;41.6238337;-106.2518364,way_type=user_defined:way_id=80E -edge,7041,7041;41.6238337;-106.2518364:7042;41.6236956;-106.2511393,way_type=user_defined:way_id=80E -edge,7042,7042;41.6236956;-106.2511393:7043;41.6233611;-106.2494171,way_type=user_defined:way_id=80E -edge,7043,7043;41.6233611;-106.2494171:7044;41.6231235;-106.2482229,way_type=user_defined:way_id=80E -edge,7044,7044;41.6231235;-106.2482229:7045;41.6230533;-106.2478792,way_type=user_defined:way_id=80E -edge,7045,7045;41.6230533;-106.2478792:7046;41.6229996;-106.247629,way_type=user_defined:way_id=80E -edge,7046,7046;41.6229996;-106.247629:7047;41.6229275;-106.2473155,way_type=user_defined:way_id=80E -edge,7047,7047;41.6229275;-106.2473155:7048;41.6228607;-106.2470404,way_type=user_defined:way_id=80E -edge,7048,7048;41.6228607;-106.2470404:7049;41.6227881;-106.2467576,way_type=user_defined:way_id=80E -edge,7049,7049;41.6227881;-106.2467576:7050;41.6226967;-106.2464227,way_type=user_defined:way_id=80E -edge,7050,7050;41.6226967;-106.2464227:7051;41.6226214;-106.2461599,way_type=user_defined:way_id=80E -edge,7051,7051;41.6226214;-106.2461599:7052;41.6225384;-106.245882,way_type=user_defined:way_id=80E -edge,7052,7052;41.6225384;-106.245882:7053;41.6224547;-106.2456152,way_type=user_defined:way_id=80E -edge,7053,7053;41.6224547;-106.2456152:7054;41.622356;-106.2453152,way_type=user_defined:way_id=80E -edge,7054,7054;41.622356;-106.2453152:7055;41.6222658;-106.2450524,way_type=user_defined:way_id=80E -edge,7055,7055;41.6222658;-106.2450524:7056;41.6221603;-106.2447568,way_type=user_defined:way_id=80E -edge,7056,7056;41.6221603;-106.2447568:7057;41.6220605;-106.2444898,way_type=user_defined:way_id=80E -edge,7057,7057;41.6220605;-106.2444898:7058;41.6219607;-106.2442339,way_type=user_defined:way_id=80E -edge,7058,7058;41.6219607;-106.2442339:7059;41.6218197;-106.243887,way_type=user_defined:way_id=80E -edge,7059,7059;41.6218197;-106.243887:7060;41.6217241;-106.2436604,way_type=user_defined:way_id=80E -edge,7060,7060;41.6217241;-106.2436604:7061;41.6216181;-106.2434182,way_type=user_defined:way_id=80E -edge,7061,7061;41.6216181;-106.2434182:7062;41.6214874;-106.2431299,way_type=user_defined:way_id=80E -edge,7062,7062;41.6214874;-106.2431299:7063;41.6213597;-106.2428597,way_type=user_defined:way_id=80E -edge,7063,7063;41.6213597;-106.2428597:7064;41.6212366;-106.2426088,way_type=user_defined:way_id=80E -edge,7064,7064;41.6212366;-106.2426088:7065;41.6211182;-106.242375,way_type=user_defined:way_id=80E -edge,7065,7065;41.6211182;-106.242375:7066;41.6209772;-106.2421045,way_type=user_defined:way_id=80E -edge,7066,7066;41.6209772;-106.2421045:7067;41.6208452;-106.2418602,way_type=user_defined:way_id=80E -edge,7067,7067;41.6208452;-106.2418602:7068;41.6207012;-106.2416035,way_type=user_defined:way_id=80E -edge,7068,7068;41.6207012;-106.2416035:7069;41.6205314;-106.2413142,way_type=user_defined:way_id=80E -edge,7069,7069;41.6205314;-106.2413142:7070;41.6204118;-106.2411162,way_type=user_defined:way_id=80E -edge,7070,7070;41.6204118;-106.2411162:7071;41.62029;-106.2409208,way_type=user_defined:way_id=80E -edge,7071,7071;41.62029;-106.2409208:7072;41.6201111;-106.2406417,way_type=user_defined:way_id=80E -edge,7072,7072;41.6201111;-106.2406417:7073;41.6199513;-106.2404028,way_type=user_defined:way_id=80E -edge,7073,7073;41.6199513;-106.2404028:7074;41.6198031;-106.2401886,way_type=user_defined:way_id=80E -edge,7074,7074;41.6198031;-106.2401886:7075;41.619648;-106.239971,way_type=user_defined:way_id=80E -edge,7075,7075;41.619648;-106.239971:7076;41.6194613;-106.2397179,way_type=user_defined:way_id=80E -edge,7076,7076;41.6194613;-106.2397179:7077;41.6193043;-106.2395124,way_type=user_defined:way_id=80E -edge,7077,7077;41.6193043;-106.2395124:7078;41.6191458;-106.2393118,way_type=user_defined:way_id=80E -edge,7078,7078;41.6191458;-106.2393118:7079;41.6189693;-106.2390954,way_type=user_defined:way_id=80E -edge,7079,7079;41.6189693;-106.2390954:7080;41.6187899;-106.2388824,way_type=user_defined:way_id=80E -edge,7080,7080;41.6187899;-106.2388824:7081;41.6186407;-106.2387114,way_type=user_defined:way_id=80E -edge,7081,7081;41.6186407;-106.2387114:7082;41.6184292;-106.2384769,way_type=user_defined:way_id=80E -edge,7082,7082;41.6184292;-106.2384769:7083;41.6182582;-106.2382934,way_type=user_defined:way_id=80E -edge,7083,7083;41.6182582;-106.2382934:7084;41.6180641;-106.2380913,way_type=user_defined:way_id=80E -edge,7084,7084;41.6180641;-106.2380913:7085;41.6178914;-106.2379163,way_type=user_defined:way_id=80E -edge,7085,7085;41.6178914;-106.2379163:7086;41.617717;-106.2377445,way_type=user_defined:way_id=80E -edge,7086,7086;41.617717;-106.2377445:7087;41.6175178;-106.2375553,way_type=user_defined:way_id=80E -edge,7087,7087;41.6175178;-106.2375553:7088;41.6173329;-106.2373888,way_type=user_defined:way_id=80E -edge,7088,7088;41.6173329;-106.2373888:7089;41.6171338;-106.2372163,way_type=user_defined:way_id=80E -edge,7089,7089;41.6171338;-106.2372163:7090;41.6169267;-106.2370419,way_type=user_defined:way_id=80E -edge,7090,7090;41.6169267;-106.2370419:7091;41.616152;-106.2364061,way_type=user_defined:way_id=80E -edge,7091,7091;41.616152;-106.2364061:7092;41.6146286;-106.2351663,way_type=user_defined:way_id=80E -edge,7092,7092;41.6146286;-106.2351663:7093;41.613436;-106.2341886,way_type=user_defined:way_id=80E -edge,7093,7093;41.613436;-106.2341886:7094;41.6122526;-106.2332233,way_type=user_defined:way_id=80E -edge,7094,7094;41.6122526;-106.2332233:7095;41.6118864;-106.2329221,way_type=user_defined:way_id=80E -edge,7095,7095;41.6118864;-106.2329221:7096;41.6114934;-106.2325936,way_type=user_defined:way_id=80E -edge,7096,7096;41.6114934;-106.2325936:7097;41.61108608;-106.2322614,way_type=user_defined:way_id=80E -edge,7097,7097;41.61108608;-106.2322614:7098;41.61108608;-106.2322614,way_type=user_defined:way_id=80E -edge,7098,7098;41.61108608;-106.2322614:7099;41.609329;-106.2308315,way_type=user_defined:way_id=80E -edge,7099,7099;41.609329;-106.2308315:7100;41.6076715;-106.2294754,way_type=user_defined:way_id=80E -edge,7100,7100;41.6076715;-106.2294754:7101;41.6053901;-106.2276148,way_type=user_defined:way_id=80E -edge,7101,7101;41.6053901;-106.2276148:7102;41.604193;-106.2266332,way_type=user_defined:way_id=80E -edge,7102,7102;41.604193;-106.2266332:7103;41.6022645;-106.2250605,way_type=user_defined:way_id=80E -edge,7103,7103;41.6022645;-106.2250605:7104;41.6018744;-106.2247385,way_type=user_defined:way_id=80E -edge,7104,7104;41.6018744;-106.2247385:7105;41.6016831;-106.2245785,way_type=user_defined:way_id=80E -edge,7105,7105;41.6016831;-106.2245785:7106;41.6014806;-106.2244062,way_type=user_defined:way_id=80E -edge,7106,7106;41.6014806;-106.2244062:7107;41.6013859;-106.2243236,way_type=user_defined:way_id=80E -edge,7107,7107;41.6013859;-106.2243236:7108;41.6012795;-106.2242304,way_type=user_defined:way_id=80E -edge,7108,7108;41.6012795;-106.2242304:7109;41.6010982;-106.224065,way_type=user_defined:way_id=80E -edge,7109,7109;41.6010982;-106.224065:7110;41.6008972;-106.2238709,way_type=user_defined:way_id=80E -edge,7110,7110;41.6008972;-106.2238709:7111;41.6007224;-106.2236927,way_type=user_defined:way_id=80E -edge,7111,7111;41.6007224;-106.2236927:7112;41.6005511;-106.2235085,way_type=user_defined:way_id=80E -edge,7112,7112;41.6005511;-106.2235085:7113;41.6003672;-106.223299,way_type=user_defined:way_id=80E -edge,7113,7113;41.6003672;-106.223299:7114;41.6001882;-106.223082,way_type=user_defined:way_id=80E -edge,7114,7114;41.6001882;-106.223082:7115;41.6000096;-106.2228509,way_type=user_defined:way_id=80E -edge,7115,7115;41.6000096;-106.2228509:7116;41.5998605;-106.2226474,way_type=user_defined:way_id=80E -edge,7116,7116;41.5998605;-106.2226474:7117;41.5997297;-106.22246,way_type=user_defined:way_id=80E -edge,7117,7117;41.5997297;-106.22246:7118;41.5996718;-106.222375,way_type=user_defined:way_id=80E -edge,7118,7118;41.5996718;-106.222375:7119;41.5995464;-106.2221837,way_type=user_defined:way_id=80E -edge,7119,7119;41.5995464;-106.2221837:7120;41.5993876;-106.2219275,way_type=user_defined:way_id=80E -edge,7120,7120;41.5993876;-106.2219275:7121;41.59924;-106.2216723,way_type=user_defined:way_id=80E -edge,7121,7121;41.59924;-106.2216723:7122;41.5991106;-106.2214343,way_type=user_defined:way_id=80E -edge,7122,7122;41.5991106;-106.2214343:7123;41.5989739;-106.2211681,way_type=user_defined:way_id=80E -edge,7123,7123;41.5989739;-106.2211681:7124;41.5988435;-106.2208963,way_type=user_defined:way_id=80E -edge,7124,7124;41.5988435;-106.2208963:7125;41.5987303;-106.2206436,way_type=user_defined:way_id=80E -edge,7125,7125;41.5987303;-106.2206436:7126;41.598612;-106.2203622,way_type=user_defined:way_id=80E -edge,7126,7126;41.598612;-106.2203622:7127;41.5985062;-106.2200941,way_type=user_defined:way_id=80E -edge,7127,7127;41.5985062;-106.2200941:7128;41.5983963;-106.2197967,way_type=user_defined:way_id=80E -edge,7128,7128;41.5983963;-106.2197967:7129;41.5982962;-106.2195047,way_type=user_defined:way_id=80E -edge,7129,7129;41.5982962;-106.2195047:7130;41.5982132;-106.2192441,way_type=user_defined:way_id=80E -edge,7130,7130;41.5982132;-106.2192441:7131;41.5981236;-106.2189346,way_type=user_defined:way_id=80E -edge,7131,7131;41.5981236;-106.2189346:7132;41.5980511;-106.2186575,way_type=user_defined:way_id=80E -edge,7132,7132;41.5980511;-106.2186575:7133;41.5979777;-106.2183497,way_type=user_defined:way_id=80E -edge,7133,7133;41.5979777;-106.2183497:7134;41.5979171;-106.2180667,way_type=user_defined:way_id=80E -edge,7134,7134;41.5979171;-106.2180667:7135;41.5978551;-106.2177447,way_type=user_defined:way_id=80E -edge,7135,7135;41.5978551;-106.2177447:7136;41.597802;-106.21743,way_type=user_defined:way_id=80E -edge,7136,7136;41.597802;-106.21743:7137;41.5977601;-106.2171424,way_type=user_defined:way_id=80E -edge,7137,7137;41.5977601;-106.2171424:7138;41.5977208;-106.2168181,way_type=user_defined:way_id=80E -edge,7138,7138;41.5977208;-106.2168181:7139;41.5976928;-106.2165357,way_type=user_defined:way_id=80E -edge,7139,7139;41.5976928;-106.2165357:7140;41.5976669;-106.2162103,way_type=user_defined:way_id=80E -edge,7140,7140;41.5976669;-106.2162103:7141;41.5976501;-106.2159193,way_type=user_defined:way_id=80E -edge,7141,7141;41.5976501;-106.2159193:7142;41.597636;-106.2155889,way_type=user_defined:way_id=80E -edge,7142,7142;41.597636;-106.2155889:7143;41.59762763;-106.2151486,way_type=user_defined:way_id=80E -edge,7143,7143;41.59762763;-106.2151486:7144;41.59762321;-106.2145977,way_type=user_defined:way_id=80E -edge,7144,7144;41.59762321;-106.2145977:7145;41.59762097;-106.2139047,way_type=user_defined:way_id=80E -edge,7145,7145;41.59762097;-106.2139047:7146;41.59762762;-106.2121629,way_type=user_defined:way_id=80E -edge,7146,7146;41.59762762;-106.2121629:7147;41.59763101;-106.2115891,way_type=user_defined:way_id=80E -edge,7147,7147;41.59763101;-106.2115891:7148;41.59763015;-106.2114756,way_type=user_defined:way_id=80E -edge,7148,7148;41.59763015;-106.2114756:7149;41.59762749;-106.211124,way_type=user_defined:way_id=80E -edge,7149,7149;41.59762749;-106.211124:7150;41.59762749;-106.211124,way_type=user_defined:way_id=80E -edge,7150,7150;41.59762749;-106.211124:7151;41.59763136;-106.2098468,way_type=user_defined:way_id=80E -edge,7151,7151;41.59763136;-106.2098468:7152;41.59763136;-106.2098468,way_type=user_defined:way_id=80E -edge,7152,7152;41.59763136;-106.2098468:7153;41.59762843;-106.2094396,way_type=user_defined:way_id=80E -edge,7153,7153;41.59762843;-106.2094396:7154;41.59762832;-106.2091273,way_type=user_defined:way_id=80E -edge,7154,7154;41.59762832;-106.2091273:7155;41.5976303;-106.2082413,way_type=user_defined:way_id=80E -edge,7155,7155;41.5976303;-106.2082413:7156;41.59763365;-106.2067384,way_type=user_defined:way_id=80E -edge,7156,7156;41.59763365;-106.2067384:7157;41.59762956;-106.2056401,way_type=user_defined:way_id=80E -edge,7157,7157;41.59762956;-106.2056401:7158;41.59763045;-106.2047519,way_type=user_defined:way_id=80E -edge,7158,7158;41.59763045;-106.2047519:7159;41.5976314;-106.2037968,way_type=user_defined:way_id=80E -edge,7159,7159;41.5976314;-106.2037968:7160;41.59762449;-106.2033033,way_type=user_defined:way_id=80E -edge,7160,7160;41.59762449;-106.2033033:7161;41.59761674;-106.2029203,way_type=user_defined:way_id=80E -edge,7161,7161;41.59761674;-106.2029203:7162;41.59761674;-106.2029203,way_type=user_defined:way_id=80E -edge,7162,7162;41.59761674;-106.2029203:7163;41.59758812;-106.2022233,way_type=user_defined:way_id=80E -edge,7163,7163;41.59758812;-106.2022233:7164;41.59756715;-106.2018962,way_type=user_defined:way_id=80E -edge,7164,7164;41.59756715;-106.2018962:7165;41.59754173;-106.2016778,way_type=user_defined:way_id=80E -edge,7165,7165;41.59754173;-106.2016778:7166;41.59750876;-106.2014252,way_type=user_defined:way_id=80E -edge,7166,7166;41.59750876;-106.2014252:7167;41.59747968;-106.2012357,way_type=user_defined:way_id=80E -edge,7167,7167;41.59747968;-106.2012357:7168;41.5974639;-106.2011329,way_type=user_defined:way_id=80E -edge,7168,7168;41.5974639;-106.2011329:7169;41.59739945;-106.2007553,way_type=user_defined:way_id=80E -edge,7169,7169;41.59739945;-106.2007553:7170;41.59732977;-106.2004197,way_type=user_defined:way_id=80E -edge,7170,7170;41.59732977;-106.2004197:7171;41.59725749;-106.200107,way_type=user_defined:way_id=80E -edge,7171,7171;41.59725749;-106.200107:7172;41.59718419;-106.1998286,way_type=user_defined:way_id=80E -edge,7172,7172;41.59718419;-106.1998286:7173;41.59711406;-106.1995768,way_type=user_defined:way_id=80E -edge,7173,7173;41.59711406;-106.1995768:7174;41.59706044;-106.1993933,way_type=user_defined:way_id=80E -edge,7174,7174;41.59706044;-106.1993933:7175;41.59696266;-106.1991001,way_type=user_defined:way_id=80E -edge,7175,7175;41.59696266;-106.1991001:7176;41.59685458;-106.1987825,way_type=user_defined:way_id=80E -edge,7176,7176;41.59685458;-106.1987825:7177;41.59677348;-106.1985709,way_type=user_defined:way_id=80E -edge,7177,7177;41.59677348;-106.1985709:7178;41.59664087;-106.1982347,way_type=user_defined:way_id=80E -edge,7178,7178;41.59664087;-106.1982347:7179;41.59656001;-106.1980441,way_type=user_defined:way_id=80E -edge,7179,7179;41.59656001;-106.1980441:7180;41.59632823;-106.1975405,way_type=user_defined:way_id=80E -edge,7180,7180;41.59632823;-106.1975405:7181;41.5961228;-106.1970897,way_type=user_defined:way_id=80E -edge,7181,7181;41.5961228;-106.1970897:7182;41.59604917;-106.1969307,way_type=user_defined:way_id=80E -edge,7182,7182;41.59604917;-106.1969307:7183;41.59580744;-106.1964088,way_type=user_defined:way_id=80E -edge,7183,7183;41.59580744;-106.1964088:7184;41.59570112;-106.1961701,way_type=user_defined:way_id=80E -edge,7184,7184;41.59570112;-106.1961701:7185;41.59522246;-106.1951264,way_type=user_defined:way_id=80E -edge,7185,7185;41.59522246;-106.1951264:7186;41.59476651;-106.1941479,way_type=user_defined:way_id=80E -edge,7186,7186;41.59476651;-106.1941479:7187;41.59416645;-106.1928492,way_type=user_defined:way_id=80E -edge,7187,7187;41.59416645;-106.1928492:7188;41.593716;-106.191891,way_type=user_defined:way_id=80E -edge,7188,7188;41.593716;-106.191891:7189;41.59349618;-106.1914201,way_type=user_defined:way_id=80E -edge,7189,7189;41.59349618;-106.1914201:7190;41.59298552;-106.1903088,way_type=user_defined:way_id=80E -edge,7190,7190;41.59298552;-106.1903088:7191;41.59226924;-106.1887661,way_type=user_defined:way_id=80E -edge,7191,7191;41.59226924;-106.1887661:7192;41.5919371;-106.188054,way_type=user_defined:way_id=80E -edge,7192,7192;41.5919371;-106.188054:7193;41.59143815;-106.1869721,way_type=user_defined:way_id=80E -edge,7193,7193;41.59143815;-106.1869721:7194;41.5911141;-106.1862757,way_type=user_defined:way_id=80E -edge,7194,7194;41.5911141;-106.1862757:7195;41.59022282;-106.1843602,way_type=user_defined:way_id=80E -edge,7195,7195;41.59022282;-106.1843602:7196;41.58988828;-106.1836502,way_type=user_defined:way_id=80E -edge,7196,7196;41.58988828;-106.1836502:7197;41.58977387;-106.1834113,way_type=user_defined:way_id=80E -edge,7197,7197;41.58977387;-106.1834113:7198;41.58965636;-106.1831712,way_type=user_defined:way_id=80E -edge,7198,7198;41.58965636;-106.1831712:7199;41.58953654;-106.182931,way_type=user_defined:way_id=80E -edge,7199,7199;41.58953654;-106.182931:7200;41.58938153;-106.1826282,way_type=user_defined:way_id=80E -edge,7200,7200;41.58938153;-106.1826282:7201;41.58915891;-106.1822016,way_type=user_defined:way_id=80E -edge,7201,7201;41.58915891;-106.1822016:7202;41.58890858;-106.1817351,way_type=user_defined:way_id=80E -edge,7202,7202;41.58890858;-106.1817351:7203;41.58878057;-106.1815033,way_type=user_defined:way_id=80E -edge,7203,7203;41.58878057;-106.1815033:7204;41.58857155;-106.1811309,way_type=user_defined:way_id=80E -edge,7204,7204;41.58857155;-106.1811309:7205;41.58838443;-106.1808019,way_type=user_defined:way_id=80E -edge,7205,7205;41.58838443;-106.1808019:7206;41.58824112;-106.1805533,way_type=user_defined:way_id=80E -edge,7206,7206;41.58824112;-106.1805533:7207;41.58500453;-106.1749762,way_type=user_defined:way_id=80E -edge,7207,7207;41.58500453;-106.1749762:7208;41.58235629;-106.1704204,way_type=user_defined:way_id=80E -edge,7208,7208;41.58235629;-106.1704204:7209;41.58191625;-106.1696656,way_type=user_defined:way_id=80E -edge,7209,7209;41.58191625;-106.1696656:7210;41.58109157;-106.1682384,way_type=user_defined:way_id=80E -edge,7210,7210;41.58109157;-106.1682384:7211;41.58038821;-106.167031,way_type=user_defined:way_id=80E -edge,7211,7211;41.58038821;-106.167031:7212;41.57982266;-106.1660535,way_type=user_defined:way_id=80E -edge,7212,7212;41.57982266;-106.1660535:7213;41.57840133;-106.1636139,way_type=user_defined:way_id=80E -edge,7213,7213;41.57840133;-106.1636139:7214;41.577982;-106.1628903,way_type=user_defined:way_id=80E -edge,7214,7214;41.577982;-106.1628903:7215;41.57755206;-106.1621448,way_type=user_defined:way_id=80E -edge,7215,7215;41.57755206;-106.1621448:7216;41.57712962;-106.161419,way_type=user_defined:way_id=80E -edge,7216,7216;41.57712962;-106.161419:7217;41.57650016;-106.1603303,way_type=user_defined:way_id=80E -edge,7217,7217;41.57650016;-106.1603303:7218;41.57575039;-106.1590459,way_type=user_defined:way_id=80E -edge,7218,7218;41.57575039;-106.1590459:7219;41.57543697;-106.1585032,way_type=user_defined:way_id=80E -edge,7219,7219;41.57543697;-106.1585032:7220;41.57503703;-106.1578149,way_type=user_defined:way_id=80E -edge,7220,7220;41.57503703;-106.1578149:7221;41.57470302;-106.1572315,way_type=user_defined:way_id=80E -edge,7221,7221;41.57470302;-106.1572315:7222;41.57402092;-106.1560768,way_type=user_defined:way_id=80E -edge,7222,7222;41.57402092;-106.1560768:7223;41.57387948;-106.1558374,way_type=user_defined:way_id=80E -edge,7223,7223;41.57387948;-106.1558374:7224;41.57369359;-106.1555171,way_type=user_defined:way_id=80E -edge,7224,7224;41.57369359;-106.1555171:7225;41.57240155;-106.1532662,way_type=user_defined:way_id=80E -edge,7225,7225;41.57240155;-106.1532662:7226;41.57193004;-106.152452,way_type=user_defined:way_id=80E -edge,7226,7226;41.57193004;-106.152452:7227;41.57059255;-106.1501557,way_type=user_defined:way_id=80E -edge,7227,7227;41.57059255;-106.1501557:7228;41.5690678;-106.1475269,way_type=user_defined:way_id=80E -edge,7228,7228;41.5690678;-106.1475269:7229;41.56792213;-106.1455351,way_type=user_defined:way_id=80E -edge,7229,7229;41.56792213;-106.1455351:7230;41.56769916;-106.1451574,way_type=user_defined:way_id=80E -edge,7230,7230;41.56769916;-106.1451574:7231;41.5675969;-106.1449798,way_type=user_defined:way_id=80E -edge,7231,7231;41.5675969;-106.1449798:7232;41.56747348;-106.1447596,way_type=user_defined:way_id=80E -edge,7232,7232;41.56747348;-106.1447596:7233;41.56725902;-106.1443681,way_type=user_defined:way_id=80E -edge,7233,7233;41.56725902;-106.1443681:7234;41.56711591;-106.1440917,way_type=user_defined:way_id=80E -edge,7234,7234;41.56711591;-106.1440917:7235;41.5670004;-106.1438566,way_type=user_defined:way_id=80E -edge,7235,7235;41.5670004;-106.1438566:7236;41.56688048;-106.1436028,way_type=user_defined:way_id=80E -edge,7236,7236;41.56688048;-106.1436028:7237;41.56675477;-106.1433296,way_type=user_defined:way_id=80E -edge,7237,7237;41.56675477;-106.1433296:7238;41.56663206;-106.1430547,way_type=user_defined:way_id=80E -edge,7238,7238;41.56663206;-106.1430547:7239;41.56651954;-106.1427943,way_type=user_defined:way_id=80E -edge,7239,7239;41.56651954;-106.1427943:7240;41.56640273;-106.142515,way_type=user_defined:way_id=80E -edge,7240,7240;41.56640273;-106.142515:7241;41.56628572;-106.1422256,way_type=user_defined:way_id=80E -edge,7241,7241;41.56628572;-106.1422256:7242;41.5661973;-106.142001,way_type=user_defined:way_id=80E -edge,7242,7242;41.5661973;-106.142001:7243;41.56608229;-106.1417002,way_type=user_defined:way_id=80E -edge,7243,7243;41.56608229;-106.1417002:7244;41.56595287;-106.1413448,way_type=user_defined:way_id=80E -edge,7244,7244;41.56595287;-106.1413448:7245;41.56587486;-106.1411233,way_type=user_defined:way_id=80E -edge,7245,7245;41.56587486;-106.1411233:7246;41.56579395;-106.1408844,way_type=user_defined:way_id=80E -edge,7246,7246;41.56579395;-106.1408844:7247;41.56568763;-106.1405549,way_type=user_defined:way_id=80E -edge,7247,7247;41.56568763;-106.1405549:7248;41.56560252;-106.1402773,way_type=user_defined:way_id=80E -edge,7248,7248;41.56560252;-106.1402773:7249;41.56551521;-106.1399807,way_type=user_defined:way_id=80E -edge,7249,7249;41.56551521;-106.1399807:7250;41.56543619;-106.1397007,way_type=user_defined:way_id=80E -edge,7250,7250;41.56543619;-106.1397007:7251;41.56533477;-106.1393194,way_type=user_defined:way_id=80E -edge,7251,7251;41.56533477;-106.1393194:7252;41.56528557;-106.1391282,way_type=user_defined:way_id=80E -edge,7252,7252;41.56528557;-106.1391282:7253;41.56521505;-106.1388431,way_type=user_defined:way_id=80E -edge,7253,7253;41.56521505;-106.1388431:7254;41.56514334;-106.1385387,way_type=user_defined:way_id=80E -edge,7254,7254;41.56514334;-106.1385387:7255;41.56507312;-106.138223,way_type=user_defined:way_id=80E -edge,7255,7255;41.56507312;-106.138223:7256;41.56501441;-106.1379459,way_type=user_defined:way_id=80E -edge,7256,7256;41.56501441;-106.1379459:7257;41.56495169;-106.137637,way_type=user_defined:way_id=80E -edge,7257,7257;41.56495169;-106.137637:7258;41.56489648;-106.1373465,way_type=user_defined:way_id=80E -edge,7258,7258;41.56489648;-106.1373465:7259;41.56484027;-106.1370266,way_type=user_defined:way_id=80E -edge,7259,7259;41.56484027;-106.1370266:7260;41.56479425;-106.1367431,way_type=user_defined:way_id=80E -edge,7260,7260;41.56479425;-106.1367431:7261;41.56475114;-106.1364579,way_type=user_defined:way_id=80E -edge,7261,7261;41.56475114;-106.1364579:7262;41.56465441;-106.1357844,way_type=user_defined:way_id=80E -edge,7262,7262;41.56465441;-106.1357844:7263;41.56451446;-106.1347783,way_type=user_defined:way_id=80E -edge,7263,7263;41.56451446;-106.1347783:7264;41.56428479;-106.133097,way_type=user_defined:way_id=80E -edge,7264,7264;41.56428479;-106.133097:7265;41.56412603;-106.1319179,way_type=user_defined:way_id=80E -edge,7265,7265;41.56412603;-106.1319179:7266;41.56391486;-106.1303851,way_type=user_defined:way_id=80E -edge,7266,7266;41.56391486;-106.1303851:7267;41.56382743;-106.1297308,way_type=user_defined:way_id=80E -edge,7267,7267;41.56382743;-106.1297308:7268;41.56362426;-106.1282317,way_type=user_defined:way_id=80E -edge,7268,7268;41.56362426;-106.1282317:7269;41.56337858;-106.126452,way_type=user_defined:way_id=80E -edge,7269,7269;41.56337858;-106.126452:7270;41.56288741;-106.1228332,way_type=user_defined:way_id=80E -edge,7270,7270;41.56288741;-106.1228332:7271;41.56264123;-106.1210501,way_type=user_defined:way_id=80E -edge,7271,7271;41.56264123;-106.1210501:7272;41.5625539;-106.1204024,way_type=user_defined:way_id=80E -edge,7272,7272;41.5625539;-106.1204024:7273;41.56243276;-106.11952,way_type=user_defined:way_id=80E -edge,7273,7273;41.56243276;-106.11952:7274;41.56210405;-106.1170817,way_type=user_defined:way_id=80E -edge,7274,7274;41.56210405;-106.1170817:7275;41.56185116;-106.115269,way_type=user_defined:way_id=80E -edge,7275,7275;41.56185116;-106.115269:7276;41.56180495;-106.114946,way_type=user_defined:way_id=80E -edge,7276,7276;41.56180495;-106.114946:7277;41.56172082;-106.114377,way_type=user_defined:way_id=80E -edge,7277,7277;41.56172082;-106.114377:7278;41.56166851;-106.1140561,way_type=user_defined:way_id=80E -edge,7278,7278;41.56166851;-106.1140561:7279;41.5616177;-106.1137728,way_type=user_defined:way_id=80E -edge,7279,7279;41.5616177;-106.1137728:7280;41.56155888;-106.1134626,way_type=user_defined:way_id=80E -edge,7280,7280;41.56155888;-106.1134626:7281;41.56149487;-106.1131447,way_type=user_defined:way_id=80E -edge,7281,7281;41.56149487;-106.1131447:7282;41.56143495;-106.1128645,way_type=user_defined:way_id=80E -edge,7282,7282;41.56143495;-106.1128645:7283;41.56137134;-106.112586,way_type=user_defined:way_id=80E -edge,7283,7283;41.56137134;-106.112586:7284;41.56129573;-106.1122731,way_type=user_defined:way_id=80E -edge,7284,7284;41.56129573;-106.1122731:7285;41.56121931;-106.1119696,way_type=user_defined:way_id=80E -edge,7285,7285;41.56121931;-106.1119696:7286;41.5611445;-106.1116855,way_type=user_defined:way_id=80E -edge,7286,7286;41.5611445;-106.1116855:7287;41.56106798;-106.1114117,way_type=user_defined:way_id=80E -edge,7287,7287;41.56106798;-106.1114117:7288;41.56098057;-106.1111133,way_type=user_defined:way_id=80E -edge,7288,7288;41.56098057;-106.1111133:7289;41.56088716;-106.1108083,way_type=user_defined:way_id=80E -edge,7289,7289;41.56088716;-106.1108083:7290;41.56080394;-106.1105491,way_type=user_defined:way_id=80E -edge,7290,7290;41.56080394;-106.1105491:7291;41.56070023;-106.1102403,way_type=user_defined:way_id=80E -edge,7291,7291;41.56070023;-106.1102403:7292;41.56060871;-106.1099769,way_type=user_defined:way_id=80E -edge,7292,7292;41.56060871;-106.1099769:7293;41.5605053;-106.1096887,way_type=user_defined:way_id=80E -edge,7293,7293;41.5605053;-106.1096887:7294;41.56039259;-106.109386,way_type=user_defined:way_id=80E -edge,7294,7294;41.56039259;-106.109386:7295;41.56029667;-106.1091348,way_type=user_defined:way_id=80E -edge,7295,7295;41.56029667;-106.1091348:7296;41.56019236;-106.1088685,way_type=user_defined:way_id=80E -edge,7296,7296;41.56019236;-106.1088685:7297;41.56007805;-106.1085872,way_type=user_defined:way_id=80E -edge,7297,7297;41.56007805;-106.1085872:7298;41.55995573;-106.1083004,way_type=user_defined:way_id=80E -edge,7298,7298;41.55995573;-106.1083004:7299;41.55984452;-106.1080498,way_type=user_defined:way_id=80E -edge,7299,7299;41.55984452;-106.1080498:7300;41.55974191;-106.1078253,way_type=user_defined:way_id=80E -edge,7300,7300;41.55974191;-106.1078253:7301;41.55972249;-106.107784,way_type=user_defined:way_id=80E -edge,7301,7301;41.55972249;-106.107784:7302;41.55959629;-106.1075158,way_type=user_defined:way_id=80E -edge,7302,7302;41.55959629;-106.1075158:7303;41.55946618;-106.1072485,way_type=user_defined:way_id=80E -edge,7303,7303;41.55946618;-106.1072485:7304;41.55934067;-106.1070009,way_type=user_defined:way_id=80E -edge,7304,7304;41.55934067;-106.1070009:7305;41.55922065;-106.1067705,way_type=user_defined:way_id=80E -edge,7305,7305;41.55922065;-106.1067705:7306;41.55892923;-106.1062213,way_type=user_defined:way_id=80E -edge,7306,7306;41.55892923;-106.1062213:7307;41.55837437;-106.1051986,way_type=user_defined:way_id=80E -edge,7307,7307;41.55837437;-106.1051986:7308;41.5576144;-106.1037744,way_type=user_defined:way_id=80E -edge,7308,7308;41.5576144;-106.1037744:7309;41.55653189;-106.1017624,way_type=user_defined:way_id=80E -edge,7309,7309;41.55653189;-106.1017624:7310;41.55615626;-106.101059,way_type=user_defined:way_id=80E -edge,7310,7310;41.55615626;-106.101059:7311;41.55504785;-106.098993,way_type=user_defined:way_id=80E -edge,7311,7311;41.55504785;-106.098993:7312;41.554521;-106.0980171,way_type=user_defined:way_id=80E -edge,7312,7312;41.554521;-106.0980171:7313;41.55402235;-106.0970857,way_type=user_defined:way_id=80E -edge,7313,7313;41.55402235;-106.0970857:7314;41.55315767;-106.0954785,way_type=user_defined:way_id=80E -edge,7314,7314;41.55315767;-106.0954785:7315;41.55278833;-106.094804,way_type=user_defined:way_id=80E -edge,7315,7315;41.55278833;-106.094804:7316;41.55264082;-106.0945384,way_type=user_defined:way_id=80E -edge,7316,7316;41.55264082;-106.0945384:7317;41.55250931;-106.0943058,way_type=user_defined:way_id=80E -edge,7317,7317;41.55250931;-106.0943058:7318;41.55234449;-106.0940235,way_type=user_defined:way_id=80E -edge,7318,7318;41.55234449;-106.0940235:7319;41.55222598;-106.0938271,way_type=user_defined:way_id=80E -edge,7319,7319;41.55222598;-106.0938271:7320;41.55208567;-106.0936028,way_type=user_defined:way_id=80E -edge,7320,7320;41.55208567;-106.0936028:7321;41.55194266;-106.0933802,way_type=user_defined:way_id=80E -edge,7321,7321;41.55194266;-106.0933802:7322;41.55183475;-106.093216,way_type=user_defined:way_id=80E -edge,7322,7322;41.55183475;-106.093216:7323;41.55163483;-106.0929185,way_type=user_defined:way_id=80E -edge,7323,7323;41.55163483;-106.0929185:7324;41.55147362;-106.0926886,way_type=user_defined:way_id=80E -edge,7324,7324;41.55147362;-106.0926886:7325;41.55131901;-106.0924763,way_type=user_defined:way_id=80E -edge,7325,7325;41.55131901;-106.0924763:7326;41.5511671;-106.0922735,way_type=user_defined:way_id=80E -edge,7326,7326;41.5511671;-106.0922735:7327;41.55098739;-106.09204,way_type=user_defined:way_id=80E -edge,7327,7327;41.55098739;-106.09204:7328;41.55093178;-106.09197,way_type=user_defined:way_id=80E -edge,7328,7328;41.55093178;-106.09197:7329;41.55081507;-106.0918237,way_type=user_defined:way_id=80E -edge,7329,7329;41.55081507;-106.0918237:7330;41.55065606;-106.0916306,way_type=user_defined:way_id=80E -edge,7330,7330;41.55065606;-106.0916306:7331;41.55034434;-106.091264,way_type=user_defined:way_id=80E -edge,7331,7331;41.55034434;-106.091264:7332;41.55013213;-106.0910217,way_type=user_defined:way_id=80E -edge,7332,7332;41.55013213;-106.0910217:7333;41.54995052;-106.0908198,way_type=user_defined:way_id=80E -edge,7333,7333;41.54995052;-106.0908198:7334;41.54978331;-106.0906392,way_type=user_defined:way_id=80E -edge,7334,7334;41.54978331;-106.0906392:7335;41.5495914;-106.0904382,way_type=user_defined:way_id=80E -edge,7335,7335;41.5495914;-106.0904382:7336;41.54922627;-106.0900638,way_type=user_defined:way_id=80E -edge,7336,7336;41.54922627;-106.0900638:7337;41.54868104;-106.0895137,way_type=user_defined:way_id=80E -edge,7337,7337;41.54868104;-106.0895137:7338;41.54831502;-106.0891415,way_type=user_defined:way_id=80E -edge,7338,7338;41.54831502;-106.0891415:7339;41.54721295;-106.0880083,way_type=user_defined:way_id=80E -edge,7339,7339;41.54721295;-106.0880083:7340;41.5467697;-106.0875545,way_type=user_defined:way_id=80E -edge,7340,7340;41.5467697;-106.0875545:7341;41.5463094;-106.0870833,way_type=user_defined:way_id=80E -edge,7341,7341;41.5463094;-106.0870833:7342;41.5463094;-106.0870833,way_type=user_defined:way_id=80E -edge,7342,7342;41.5463094;-106.0870833:7343;41.5457487;-106.0865131,way_type=user_defined:way_id=80E -edge,7343,7343;41.5457487;-106.0865131:7344;41.54532567;-106.0860785,way_type=user_defined:way_id=80E -edge,7344,7344;41.54532567;-106.0860785:7345;41.5447944;-106.0855327,way_type=user_defined:way_id=80E -edge,7345,7345;41.5447944;-106.0855327:7346;41.5427733;-106.0834663,way_type=user_defined:way_id=80E -edge,7346,7346;41.5427733;-106.0834663:7347;41.5427733;-106.0834663,way_type=user_defined:way_id=80E -edge,7347,7347;41.5427733;-106.0834663:7348;41.541514;-106.0821771,way_type=user_defined:way_id=80E -edge,7348,7348;41.541514;-106.0821771:7349;41.5407177;-106.0813697,way_type=user_defined:way_id=80E -edge,7349,7349;41.5407177;-106.0813697:7350;41.54036732;-106.0810115,way_type=user_defined:way_id=80E -edge,7350,7350;41.54036732;-106.0810115:7351;41.5393328;-106.079954,way_type=user_defined:way_id=80E -edge,7351,7351;41.5393328;-106.079954:7352;41.5385958;-106.0792051,way_type=user_defined:way_id=80E -edge,7352,7352;41.5385958;-106.0792051:7353;41.5381878;-106.0787879,way_type=user_defined:way_id=80E -edge,7353,7353;41.5381878;-106.0787879:7354;41.5381878;-106.0787879,way_type=user_defined:way_id=80E -edge,7354,7354;41.5381878;-106.0787879:7355;41.537844;-106.07844,way_type=user_defined:way_id=80E -edge,7355,7355;41.537844;-106.07844:7356;41.5375333;-106.0781305,way_type=user_defined:way_id=80E -edge,7356,7356;41.5375333;-106.0781305:7357;41.5369399;-106.0775487,way_type=user_defined:way_id=80E -edge,7357,7357;41.5369399;-106.0775487:7358;41.536528;-106.0771388,way_type=user_defined:way_id=80E -edge,7358,7358;41.536528;-106.0771388:7359;41.53640543;-106.077018,way_type=user_defined:way_id=80E -edge,7359,7359;41.53640543;-106.077018:7360;41.5356278;-106.0762514,way_type=user_defined:way_id=80E -edge,7360,7360;41.5356278;-106.0762514:7361;41.5351073;-106.075734,way_type=user_defined:way_id=80E -edge,7361,7361;41.5351073;-106.075734:7362;41.5341645;-106.0748009,way_type=user_defined:way_id=80E -edge,7362,7362;41.5341645;-106.0748009:7363;41.5331997;-106.073853,way_type=user_defined:way_id=80E -edge,7363,7363;41.5331997;-106.073853:7364;41.5324043;-106.0730673,way_type=user_defined:way_id=80E -edge,7364,7364;41.5324043;-106.0730673:7365;41.53041316;-106.0711132,way_type=user_defined:way_id=80E -edge,7365,7365;41.53041316;-106.0711132:7366;41.53041316;-106.0711132,way_type=user_defined:way_id=80E -edge,7366,7366;41.53041316;-106.0711132:7367;41.529906;-106.0706155,way_type=user_defined:way_id=80E -edge,7367,7367;41.529906;-106.0706155:7368;41.5296242;-106.0703363,way_type=user_defined:way_id=80E -edge,7368,7368;41.5296242;-106.0703363:7369;41.5290262;-106.0697283,way_type=user_defined:way_id=80E -edge,7369,7369;41.5290262;-106.0697283:7370;41.5289421;-106.0696413,way_type=user_defined:way_id=80E -edge,7370,7370;41.5289421;-106.0696413:7371;41.5287726;-106.0694605,way_type=user_defined:way_id=80E -edge,7371,7371;41.5287726;-106.0694605:7372;41.5286038;-106.0692737,way_type=user_defined:way_id=80E -edge,7372,7372;41.5286038;-106.0692737:7373;41.5284426;-106.0690856,way_type=user_defined:way_id=80E -edge,7373,7373;41.5284426;-106.0690856:7374;41.5282577;-106.0688572,way_type=user_defined:way_id=80E -edge,7374,7374;41.5282577;-106.0688572:7375;41.528086;-106.0686328,way_type=user_defined:way_id=80E -edge,7375,7375;41.528086;-106.0686328:7376;41.5279169;-106.0684025,way_type=user_defined:way_id=80E -edge,7376,7376;41.5279169;-106.0684025:7377;41.5277664;-106.068188,way_type=user_defined:way_id=80E -edge,7377,7377;41.5277664;-106.068188:7378;41.52762;-106.0679693,way_type=user_defined:way_id=80E -edge,7378,7378;41.52762;-106.0679693:7379;41.5274581;-106.067719,way_type=user_defined:way_id=80E -edge,7379,7379;41.5274581;-106.067719:7380;41.527318;-106.0674945,way_type=user_defined:way_id=80E -edge,7380,7380;41.527318;-106.0674945:7381;41.5271684;-106.0672441,way_type=user_defined:way_id=80E -edge,7381,7381;41.5271684;-106.0672441:7382;41.5270363;-106.0670124,way_type=user_defined:way_id=80E -edge,7382,7382;41.5270363;-106.0670124:7383;41.5268908;-106.0667454,way_type=user_defined:way_id=80E -edge,7383,7383;41.5268908;-106.0667454:7384;41.5267703;-106.0665128,way_type=user_defined:way_id=80E -edge,7384,7384;41.5267703;-106.0665128:7385;41.5266305;-106.0662294,way_type=user_defined:way_id=80E -edge,7385,7385;41.5266305;-106.0662294:7386;41.5265041;-106.0659571,way_type=user_defined:way_id=80E -edge,7386,7386;41.5265041;-106.0659571:7387;41.5263929;-106.0657057,way_type=user_defined:way_id=80E -edge,7387,7387;41.5263929;-106.0657057:7388;41.5262719;-106.0654182,way_type=user_defined:way_id=80E -edge,7388,7388;41.5262719;-106.0654182:7389;41.526169;-106.0651604,way_type=user_defined:way_id=80E -edge,7389,7389;41.526169;-106.0651604:7390;41.5260604;-106.0648745,way_type=user_defined:way_id=80E -edge,7390,7390;41.5260604;-106.0648745:7391;41.5257524;-106.064026,way_type=user_defined:way_id=80E -edge,7391,7391;41.5257524;-106.064026:7392;41.5255514;-106.0634773,way_type=user_defined:way_id=80E -edge,7392,7392;41.5255514;-106.0634773:7393;41.5252442;-106.062622,way_type=user_defined:way_id=80E -edge,7393,7393;41.5252442;-106.062622:7394;41.5251429;-106.0623507,way_type=user_defined:way_id=80E -edge,7394,7394;41.5251429;-106.0623507:7395;41.5250467;-106.0621027,way_type=user_defined:way_id=80E -edge,7395,7395;41.5250467;-106.0621027:7396;41.5249259;-106.0618033,way_type=user_defined:way_id=80E -edge,7396,7396;41.5249259;-106.0618033:7397;41.5248219;-106.0615589,way_type=user_defined:way_id=80E -edge,7397,7397;41.5248219;-106.0615589:7398;41.5247666;-106.0614352,way_type=user_defined:way_id=80E -edge,7398,7398;41.5247666;-106.0614352:7399;41.524692;-106.0612704,way_type=user_defined:way_id=80E -edge,7399,7399;41.524692;-106.0612704:7400;41.5245792;-106.0610346,way_type=user_defined:way_id=80E -edge,7400,7400;41.5245792;-106.0610346:7401;41.5244433;-106.0607639,way_type=user_defined:way_id=80E -edge,7401,7401;41.5244433;-106.0607639:7402;41.5243149;-106.0605213,way_type=user_defined:way_id=80E -edge,7402,7402;41.5243149;-106.0605213:7403;41.5241851;-106.0602924,way_type=user_defined:way_id=80E -edge,7403,7403;41.5241851;-106.0602924:7404;41.5240314;-106.0600398,way_type=user_defined:way_id=80E -edge,7404,7404;41.5240314;-106.0600398:7405;41.5238906;-106.0598235,way_type=user_defined:way_id=80E -edge,7405,7405;41.5238906;-106.0598235:7406;41.5238328;-106.0597385,way_type=user_defined:way_id=80E -edge,7406,7406;41.5238328;-106.0597385:7407;41.5237211;-106.0595768,way_type=user_defined:way_id=80E -edge,7407,7407;41.5237211;-106.0595768:7408;41.5235666;-106.0593645,way_type=user_defined:way_id=80E -edge,7408,7408;41.5235666;-106.0593645:7409;41.5233923;-106.0591387,way_type=user_defined:way_id=80E -edge,7409,7409;41.5233923;-106.0591387:7410;41.5232288;-106.0589396,way_type=user_defined:way_id=80E -edge,7410,7410;41.5232288;-106.0589396:7411;41.5230663;-106.0587535,way_type=user_defined:way_id=80E -edge,7411,7411;41.5230663;-106.0587535:7412;41.5228725;-106.0585436,way_type=user_defined:way_id=80E -edge,7412,7412;41.5228725;-106.0585436:7413;41.5227032;-106.0583695,way_type=user_defined:way_id=80E -edge,7413,7413;41.5227032;-106.0583695:7414;41.5225257;-106.0581953,way_type=user_defined:way_id=80E -edge,7414,7414;41.5225257;-106.0581953:7415;41.5223272;-106.058013,way_type=user_defined:way_id=80E -edge,7415,7415;41.5223272;-106.058013:7416;41.522148;-106.0578616,way_type=user_defined:way_id=80E -edge,7416,7416;41.522148;-106.0578616:7417;41.5219542;-106.0577082,way_type=user_defined:way_id=80E -edge,7417,7417;41.5219542;-106.0577082:7418;41.5217446;-106.0575524,way_type=user_defined:way_id=80E -edge,7418,7418;41.5217446;-106.0575524:7419;41.5215499;-106.0574182,way_type=user_defined:way_id=80E -edge,7419,7419;41.5215499;-106.0574182:7420;41.5213511;-106.0572906,way_type=user_defined:way_id=80E -edge,7420,7420;41.5213511;-106.0572906:7421;41.5211028;-106.0571425,way_type=user_defined:way_id=80E -edge,7421,7421;41.5211028;-106.0571425:7422;41.520924;-106.057043,way_type=user_defined:way_id=80E -edge,7422,7422;41.520924;-106.057043:7423;41.5207032;-106.0569293,way_type=user_defined:way_id=80E -edge,7423,7423;41.5207032;-106.0569293:7424;41.5204932;-106.0568309,way_type=user_defined:way_id=80E -edge,7424,7424;41.5204932;-106.0568309:7425;41.5203426;-106.0567669,way_type=user_defined:way_id=80E -edge,7425,7425;41.5203426;-106.0567669:7426;41.5202605;-106.0567325,way_type=user_defined:way_id=80E -edge,7426,7426;41.5202605;-106.0567325:7427;41.5200527;-106.0566539,way_type=user_defined:way_id=80E -edge,7427,7427;41.5200527;-106.0566539:7428;41.5198164;-106.0565723,way_type=user_defined:way_id=80E -edge,7428,7428;41.5198164;-106.0565723:7429;41.5196066;-106.056506,way_type=user_defined:way_id=80E -edge,7429,7429;41.5196066;-106.056506:7430;41.5193892;-106.0564421,way_type=user_defined:way_id=80E -edge,7430,7430;41.5193892;-106.0564421:7431;41.5191566;-106.0563798,way_type=user_defined:way_id=80E -edge,7431,7431;41.5191566;-106.0563798:7432;41.5184266;-106.0561983,way_type=user_defined:way_id=80E -edge,7432,7432;41.5184266;-106.0561983:7433;41.5180005;-106.0560903,way_type=user_defined:way_id=80E -edge,7433,7433;41.5180005;-106.0560903:7434;41.5168993;-106.0558056,way_type=user_defined:way_id=80E -edge,7434,7434;41.5168993;-106.0558056:7435;41.5157473;-106.0555102,way_type=user_defined:way_id=80E -edge,7435,7435;41.5157473;-106.0555102:7436;41.5139597;-106.0550451,way_type=user_defined:way_id=80E -edge,7436,7436;41.5139597;-106.0550451:7437;41.51344548;-106.0549161,way_type=user_defined:way_id=80E -edge,7437,7437;41.51344548;-106.0549161:7438;41.51344548;-106.0549161,way_type=user_defined:way_id=80E -edge,7438,7438;41.51344548;-106.0549161:7439;41.5125313;-106.0546835,way_type=user_defined:way_id=80E -edge,7439,7439;41.5125313;-106.0546835:7440;41.5112164;-106.0543534,way_type=user_defined:way_id=80E -edge,7440,7440;41.5112164;-106.0543534:7441;41.5107065;-106.0542207,way_type=user_defined:way_id=80E -edge,7441,7441;41.5107065;-106.0542207:7442;41.5101037;-106.0540674,way_type=user_defined:way_id=80E -edge,7442,7442;41.5101037;-106.0540674:7443;41.5091921;-106.0538326,way_type=user_defined:way_id=80E -edge,7443,7443;41.5091921;-106.0538326:7444;41.5085185;-106.0536565,way_type=user_defined:way_id=80E -edge,7444,7444;41.5085185;-106.0536565:7445;41.5078839;-106.0534871,way_type=user_defined:way_id=80E -edge,7445,7445;41.5078839;-106.0534871:7446;41.5076193;-106.0534136,way_type=user_defined:way_id=80E -edge,7446,7446;41.5076193;-106.0534136:7447;41.5071895;-106.0532884,way_type=user_defined:way_id=80E -edge,7447,7447;41.5071895;-106.0532884:7448;41.5069823;-106.0532237,way_type=user_defined:way_id=80E -edge,7448,7448;41.5069823;-106.0532237:7449;41.5067689;-106.0531515,way_type=user_defined:way_id=80E -edge,7449,7449;41.5067689;-106.0531515:7450;41.5064802;-106.0530458,way_type=user_defined:way_id=80E -edge,7450,7450;41.5064802;-106.0530458:7451;41.5063224;-106.0529857,way_type=user_defined:way_id=80E -edge,7451,7451;41.5063224;-106.0529857:7452;41.5061106;-106.0529019,way_type=user_defined:way_id=80E -edge,7452,7452;41.5061106;-106.0529019:7453;41.5059065;-106.0528161,way_type=user_defined:way_id=80E -edge,7453,7453;41.5059065;-106.0528161:7454;41.5056832;-106.0527154,way_type=user_defined:way_id=80E -edge,7454,7454;41.5056832;-106.0527154:7455;41.5054754;-106.0526157,way_type=user_defined:way_id=80E -edge,7455,7455;41.5054754;-106.0526157:7456;41.5052478;-106.0525023,way_type=user_defined:way_id=80E -edge,7456,7456;41.5052478;-106.0525023:7457;41.5050407;-106.052396,way_type=user_defined:way_id=80E -edge,7457,7457;41.5050407;-106.052396:7458;41.5047629;-106.0522495,way_type=user_defined:way_id=80E -edge,7458,7458;41.5047629;-106.0522495:7459;41.5044159;-106.0520598,way_type=user_defined:way_id=80E -edge,7459,7459;41.5044159;-106.0520598:7460;41.5037598;-106.0516923,way_type=user_defined:way_id=80E -edge,7460,7460;41.5037598;-106.0516923:7461;41.5029557;-106.051248,way_type=user_defined:way_id=80E -edge,7461,7461;41.5029557;-106.051248:7462;41.5017477;-106.0505684,way_type=user_defined:way_id=80E -edge,7462,7462;41.5017477;-106.0505684:7463;41.5010021;-106.0501518,way_type=user_defined:way_id=80E -edge,7463,7463;41.5010021;-106.0501518:7464;41.500799;-106.0500344,way_type=user_defined:way_id=80E -edge,7464,7464;41.500799;-106.0500344:7465;41.5003807;-106.0497866,way_type=user_defined:way_id=80E -edge,7465,7465;41.5003807;-106.0497866:7466;41.5001598;-106.0496513,way_type=user_defined:way_id=80E -edge,7466,7466;41.5001598;-106.0496513:7467;41.4999855;-106.0495405,way_type=user_defined:way_id=80E -edge,7467,7467;41.4999855;-106.0495405:7468;41.4997686;-106.0493945,way_type=user_defined:way_id=80E -edge,7468,7468;41.4997686;-106.0493945:7469;41.4995732;-106.049255,way_type=user_defined:way_id=80E -edge,7469,7469;41.4995732;-106.049255:7470;41.49939486;-106.0491242,way_type=user_defined:way_id=80E -edge,7470,7470;41.49939486;-106.0491242:7471;41.49929057;-106.0490528,way_type=user_defined:way_id=80E -edge,7471,7471;41.49929057;-106.0490528:7472;41.49919609;-106.0489765,way_type=user_defined:way_id=80E -edge,7472,7472;41.49919609;-106.0489765:7473;41.4989622;-106.0487982,way_type=user_defined:way_id=80E -edge,7473,7473;41.4989622;-106.0487982:7474;41.4987479;-106.0486274,way_type=user_defined:way_id=80E -edge,7474,7474;41.4987479;-106.0486274:7475;41.4985665;-106.0484765,way_type=user_defined:way_id=80E -edge,7475,7475;41.4985665;-106.0484765:7476;41.498381;-106.0483166,way_type=user_defined:way_id=80E -edge,7476,7476;41.498381;-106.0483166:7477;41.4981968;-106.048154,way_type=user_defined:way_id=80E -edge,7477,7477;41.4981968;-106.048154:7478;41.4980198;-106.0479939,way_type=user_defined:way_id=80E -edge,7478,7478;41.4980198;-106.0479939:7479;41.4978209;-106.0478089,way_type=user_defined:way_id=80E -edge,7479,7479;41.4978209;-106.0478089:7480;41.4976413;-106.0476363,way_type=user_defined:way_id=80E -edge,7480,7480;41.4976413;-106.0476363:7481;41.4974521;-106.0474473,way_type=user_defined:way_id=80E -edge,7481,7481;41.4974521;-106.0474473:7482;41.4972769;-106.0472652,way_type=user_defined:way_id=80E -edge,7482,7482;41.4972769;-106.0472652:7483;41.497125;-106.047104,way_type=user_defined:way_id=80E -edge,7483,7483;41.497125;-106.047104:7484;41.4968957;-106.0468559,way_type=user_defined:way_id=80E -edge,7484,7484;41.4968957;-106.0468559:7485;41.4967294;-106.0466708,way_type=user_defined:way_id=80E -edge,7485,7485;41.4967294;-106.0466708:7486;41.4965643;-106.0464817,way_type=user_defined:way_id=80E -edge,7486,7486;41.4965643;-106.0464817:7487;41.4963854;-106.0462698,way_type=user_defined:way_id=80E -edge,7487,7487;41.4963854;-106.0462698:7488;41.4961833;-106.0460203,way_type=user_defined:way_id=80E -edge,7488,7488;41.4961833;-106.0460203:7489;41.496045;-106.0458445,way_type=user_defined:way_id=80E -edge,7489,7489;41.496045;-106.0458445:7490;41.4958727;-106.04562,way_type=user_defined:way_id=80E -edge,7490,7490;41.4958727;-106.04562:7491;41.495697;-106.0453832,way_type=user_defined:way_id=80E -edge,7491,7491;41.495697;-106.0453832:7492;41.4955513;-106.0451796,way_type=user_defined:way_id=80E -edge,7492,7492;41.4955513;-106.0451796:7493;41.4953819;-106.044936,way_type=user_defined:way_id=80E -edge,7493,7493;41.4953819;-106.044936:7494;41.4951985;-106.044663,way_type=user_defined:way_id=80E -edge,7494,7494;41.4951985;-106.044663:7495;41.4950767;-106.0444771,way_type=user_defined:way_id=80E -edge,7495,7495;41.4950767;-106.0444771:7496;41.4949205;-106.0442333,way_type=user_defined:way_id=80E -edge,7496,7496;41.4949205;-106.0442333:7497;41.4947634;-106.0439811,way_type=user_defined:way_id=80E -edge,7497,7497;41.4947634;-106.0439811:7498;41.4945468;-106.0436254,way_type=user_defined:way_id=80E -edge,7498,7498;41.4945468;-106.0436254:7499;41.4941973;-106.0430411,way_type=user_defined:way_id=80E -edge,7499,7499;41.4941973;-106.0430411:7500;41.4937565;-106.0422975,way_type=user_defined:way_id=80E -edge,7500,7500;41.4937565;-106.0422975:7501;41.4931182;-106.0412162,way_type=user_defined:way_id=80E -edge,7501,7501;41.4931182;-106.0412162:7502;41.4924607;-106.0400981,way_type=user_defined:way_id=80E -edge,7502,7502;41.4924607;-106.0400981:7503;41.4918807;-106.0391011,way_type=user_defined:way_id=80E -edge,7503,7503;41.4918807;-106.0391011:7504;41.4914628;-106.0383772,way_type=user_defined:way_id=80E -edge,7504,7504;41.4914628;-106.0383772:7505;41.491313;-106.0381147,way_type=user_defined:way_id=80E -edge,7505,7505;41.491313;-106.0381147:7506;41.4911697;-106.0378583,way_type=user_defined:way_id=80E -edge,7506,7506;41.4911697;-106.0378583:7507;41.4910364;-106.037616,way_type=user_defined:way_id=80E -edge,7507,7507;41.4910364;-106.037616:7508;41.4906235;-106.036856,way_type=user_defined:way_id=80E -edge,7508,7508;41.4906235;-106.036856:7509;41.4900861;-106.0358553,way_type=user_defined:way_id=80E -edge,7509,7509;41.4900861;-106.0358553:7510;41.4891668;-106.0341358,way_type=user_defined:way_id=80E -edge,7510,7510;41.4891668;-106.0341358:7511;41.4888692;-106.0335757,way_type=user_defined:way_id=80E -edge,7511,7511;41.4888692;-106.0335757:7512;41.4880859;-106.0320938,way_type=user_defined:way_id=80E -edge,7512,7512;41.4880859;-106.0320938:7513;41.4875481;-106.0310931,way_type=user_defined:way_id=80E -edge,7513,7513;41.4875481;-106.0310931:7514;41.4867981;-106.0296719,way_type=user_defined:way_id=80E -edge,7514,7514;41.4867981;-106.0296719:7515;41.4858394;-106.0278661,way_type=user_defined:way_id=80E -edge,7515,7515;41.4858394;-106.0278661:7516;41.4851652;-106.0265904,way_type=user_defined:way_id=80E -edge,7516,7516;41.4851652;-106.0265904:7517;41.4847461;-106.0257909,way_type=user_defined:way_id=80E -edge,7517,7517;41.4847461;-106.0257909:7518;41.4845147;-106.0253572,way_type=user_defined:way_id=80E -edge,7518,7518;41.4845147;-106.0253572:7519;41.4845147;-106.0253572,way_type=user_defined:way_id=80E -edge,7519,7519;41.4845147;-106.0253572:7520;41.4842087;-106.0247848,way_type=user_defined:way_id=80E -edge,7520,7520;41.4842087;-106.0247848:7521;41.4836875;-106.023798,way_type=user_defined:way_id=80E -edge,7521,7521;41.4836875;-106.023798:7522;41.4831433;-106.0227723,way_type=user_defined:way_id=80E -edge,7522,7522;41.4831433;-106.0227723:7523;41.4826211;-106.0217934,way_type=user_defined:way_id=80E -edge,7523,7523;41.4826211;-106.0217934:7524;41.482337;-106.0212578,way_type=user_defined:way_id=80E -edge,7524,7524;41.482337;-106.0212578:7525;41.4820519;-106.0207259,way_type=user_defined:way_id=80E -edge,7525,7525;41.4820519;-106.0207259:7526;41.48166784;-106.0200012,way_type=user_defined:way_id=80E -edge,7526,7526;41.48166784;-106.0200012:7527;41.4797179;-106.0163223,way_type=user_defined:way_id=80E -edge,7527,7527;41.4797179;-106.0163223:7528;41.4792766;-106.0154958,way_type=user_defined:way_id=80E -edge,7528,7528;41.4792766;-106.0154958:7529;41.4787419;-106.0144884,way_type=user_defined:way_id=80E -edge,7529,7529;41.4787419;-106.0144884:7530;41.4781432;-106.013365,way_type=user_defined:way_id=80E -edge,7530,7530;41.4781432;-106.013365:7531;41.4775428;-106.0122281,way_type=user_defined:way_id=80E -edge,7531,7531;41.4775428;-106.0122281:7532;41.476648;-106.0105499,way_type=user_defined:way_id=80E -edge,7532,7532;41.476648;-106.0105499:7533;41.4752687;-106.0079488,way_type=user_defined:way_id=80E -edge,7533,7533;41.4752687;-106.0079488:7534;41.4745157;-106.0065371,way_type=user_defined:way_id=80E -edge,7534,7534;41.4745157;-106.0065371:7535;41.4741223;-106.005792,way_type=user_defined:way_id=80E -edge,7535,7535;41.4741223;-106.005792:7536;41.4733221;-106.0042853,way_type=user_defined:way_id=80E -edge,7536,7536;41.4733221;-106.0042853:7537;41.4725172;-106.0027775,way_type=user_defined:way_id=80E -edge,7537,7537;41.4725172;-106.0027775:7538;41.4715364;-106.0009218,way_type=user_defined:way_id=80E -edge,7538,7538;41.4715364;-106.0009218:7539;41.4709033;-105.9997352,way_type=user_defined:way_id=80E -edge,7539,7539;41.4709033;-105.9997352:7540;41.4705101;-105.9989931,way_type=user_defined:way_id=80E -edge,7540,7540;41.4705101;-105.9989931:7541;41.4698473;-105.9977493,way_type=user_defined:way_id=80E -edge,7541,7541;41.4698473;-105.9977493:7542;41.4694553;-105.9970094,way_type=user_defined:way_id=80E -edge,7542,7542;41.4694553;-105.9970094:7543;41.468919;-105.9960054,way_type=user_defined:way_id=80E -edge,7543,7543;41.468919;-105.9960054:7544;41.4683692;-105.9949658,way_type=user_defined:way_id=80E -edge,7544,7544;41.4683692;-105.9949658:7545;41.467692;-105.993692,way_type=user_defined:way_id=80E -edge,7545,7545;41.467692;-105.993692:7546;41.4668926;-105.9921816,way_type=user_defined:way_id=80E -edge,7546,7546;41.4668926;-105.9921816:7547;41.4663389;-105.9911442,way_type=user_defined:way_id=80E -edge,7547,7547;41.4663389;-105.9911442:7548;41.4656509;-105.9898457,way_type=user_defined:way_id=80E -edge,7548,7548;41.4656509;-105.9898457:7549;41.4648622;-105.9883639,way_type=user_defined:way_id=80E -edge,7549,7549;41.4648622;-105.9883639:7550;41.46406;-105.9868514,way_type=user_defined:way_id=80E -edge,7550,7550;41.46406;-105.9868514:7551;41.4632518;-105.9853379,way_type=user_defined:way_id=80E -edge,7551,7551;41.4632518;-105.9853379:7552;41.4631286;-105.9851097,way_type=user_defined:way_id=80E -edge,7552,7552;41.4631286;-105.9851097:7553;41.4629827;-105.9848439,way_type=user_defined:way_id=80E -edge,7553,7553;41.4629827;-105.9848439:7554;41.462855;-105.9846176,way_type=user_defined:way_id=80E -edge,7554,7554;41.462855;-105.9846176:7555;41.4626976;-105.9843495,way_type=user_defined:way_id=80E -edge,7555,7555;41.4626976;-105.9843495:7556;41.4625445;-105.9841007,way_type=user_defined:way_id=80E -edge,7556,7556;41.4625445;-105.9841007:7557;41.4624021;-105.9838773,way_type=user_defined:way_id=80E -edge,7557,7557;41.4624021;-105.9838773:7558;41.4622425;-105.9836365,way_type=user_defined:way_id=80E -edge,7558,7558;41.4622425;-105.9836365:7559;41.4620896;-105.9834148,way_type=user_defined:way_id=80E -edge,7559,7559;41.4620896;-105.9834148:7560;41.4619234;-105.9831843,way_type=user_defined:way_id=80E -edge,7560,7560;41.4619234;-105.9831843:7561;41.4617743;-105.982985,way_type=user_defined:way_id=80E -edge,7561,7561;41.4617743;-105.982985:7562;41.4616915;-105.9828776,way_type=user_defined:way_id=80E -edge,7562,7562;41.4616915;-105.9828776:7563;41.4615925;-105.9827501,way_type=user_defined:way_id=80E -edge,7563,7563;41.4615925;-105.9827501:7564;41.4614345;-105.9825528,way_type=user_defined:way_id=80E -edge,7564,7564;41.4614345;-105.9825528:7565;41.4612529;-105.9823341,way_type=user_defined:way_id=80E -edge,7565,7565;41.4612529;-105.9823341:7566;41.4610455;-105.9820966,way_type=user_defined:way_id=80E -edge,7566,7566;41.4610455;-105.9820966:7567;41.460896;-105.9819313,way_type=user_defined:way_id=80E -edge,7567,7567;41.460896;-105.9819313:7568;41.4607269;-105.9817496,way_type=user_defined:way_id=80E -edge,7568,7568;41.4607269;-105.9817496:7569;41.4605109;-105.9815255,way_type=user_defined:way_id=80E -edge,7569,7569;41.4605109;-105.9815255:7570;41.4603602;-105.9813726,way_type=user_defined:way_id=80E -edge,7570,7570;41.4603602;-105.9813726:7571;41.4601633;-105.981177,way_type=user_defined:way_id=80E -edge,7571,7571;41.4601633;-105.981177:7572;41.4591759;-105.9802056,way_type=user_defined:way_id=80E -edge,7572,7572;41.4591759;-105.9802056:7573;41.4579695;-105.9790228,way_type=user_defined:way_id=80E -edge,7573,7573;41.4579695;-105.9790228:7574;41.4568887;-105.9779605,way_type=user_defined:way_id=80E -edge,7574,7574;41.4568887;-105.9779605:7575;41.4563009;-105.9773797,way_type=user_defined:way_id=80E -edge,7575,7575;41.4563009;-105.9773797:7576;41.4558182;-105.9769073,way_type=user_defined:way_id=80E -edge,7576,7576;41.4558182;-105.9769073:7577;41.454509;-105.975617,way_type=user_defined:way_id=80E -edge,7577,7577;41.454509;-105.975617:7578;41.4538695;-105.9749901,way_type=user_defined:way_id=80E -edge,7578,7578;41.4538695;-105.9749901:7579;41.4527798;-105.9739143,way_type=user_defined:way_id=80E -edge,7579,7579;41.4527798;-105.9739143:7580;41.4524178;-105.9735596,way_type=user_defined:way_id=80E -edge,7580,7580;41.4524178;-105.9735596:7581;41.4523807;-105.9735188,way_type=user_defined:way_id=80E -edge,7581,7581;41.4523807;-105.9735188:7582;41.45227346;-105.9734143,way_type=user_defined:way_id=80E -edge,7582,7582;41.45227346;-105.9734143:7583;41.4520468;-105.9731933,way_type=user_defined:way_id=80E -edge,7583,7583;41.4520468;-105.9731933:7584;41.451282;-105.9724419,way_type=user_defined:way_id=80E -edge,7584,7584;41.451282;-105.9724419:7585;41.4494857;-105.9706733,way_type=user_defined:way_id=80E -edge,7585,7585;41.4494857;-105.9706733:7586;41.4481486;-105.969363,way_type=user_defined:way_id=80E -edge,7586,7586;41.4481486;-105.969363:7587;41.4478853;-105.9691021,way_type=user_defined:way_id=80E -edge,7587,7587;41.4478853;-105.9691021:7588;41.4476067;-105.9688227,way_type=user_defined:way_id=80E -edge,7588,7588;41.4476067;-105.9688227:7589;41.4474293;-105.968643,way_type=user_defined:way_id=80E -edge,7589,7589;41.4474293;-105.968643:7590;41.4472423;-105.9684489,way_type=user_defined:way_id=80E -edge,7590,7590;41.4472423;-105.9684489:7591;41.4470692;-105.9682624,way_type=user_defined:way_id=80E -edge,7591,7591;41.4470692;-105.9682624:7592;41.4468989;-105.9680713,way_type=user_defined:way_id=80E -edge,7592,7592;41.4468989;-105.9680713:7593;41.4467157;-105.9678557,way_type=user_defined:way_id=80E -edge,7593,7593;41.4467157;-105.9678557:7594;41.4465413;-105.9676409,way_type=user_defined:way_id=80E -edge,7594,7594;41.4465413;-105.9676409:7595;41.4463796;-105.9674355,way_type=user_defined:way_id=80E -edge,7595,7595;41.4463796;-105.9674355:7596;41.44621;-105.9672128,way_type=user_defined:way_id=80E -edge,7596,7596;41.44621;-105.9672128:7597;41.4460533;-105.9669997,way_type=user_defined:way_id=80E -edge,7597,7597;41.4460533;-105.9669997:7598;41.4459202;-105.96681,way_type=user_defined:way_id=80E -edge,7598,7598;41.4459202;-105.96681:7599;41.4457421;-105.9665445,way_type=user_defined:way_id=80E -edge,7599,7599;41.4457421;-105.9665445:7600;41.4456028;-105.966323,way_type=user_defined:way_id=80E -edge,7600,7600;41.4456028;-105.966323:7601;41.4454493;-105.9660671,way_type=user_defined:way_id=80E -edge,7601,7601;41.4454493;-105.9660671:7602;41.4453134;-105.9658296,way_type=user_defined:way_id=80E -edge,7602,7602;41.4453134;-105.9658296:7603;41.4451769;-105.9655819,way_type=user_defined:way_id=80E -edge,7603,7603;41.4451769;-105.9655819:7604;41.4450319;-105.9653084,way_type=user_defined:way_id=80E -edge,7604,7604;41.4450319;-105.9653084:7605;41.4449099;-105.9650684,way_type=user_defined:way_id=80E -edge,7605,7605;41.4449099;-105.9650684:7606;41.4447817;-105.9648021,way_type=user_defined:way_id=80E -edge,7606,7606;41.4447817;-105.9648021:7607;41.4446654;-105.9645487,way_type=user_defined:way_id=80E -edge,7607,7607;41.4446654;-105.9645487:7608;41.444542;-105.9642682,way_type=user_defined:way_id=80E -edge,7608,7608;41.444542;-105.9642682:7609;41.4444365;-105.964017,way_type=user_defined:way_id=80E -edge,7609,7609;41.4444365;-105.964017:7610;41.4443222;-105.9637292,way_type=user_defined:way_id=80E -edge,7610,7610;41.4443222;-105.9637292:7611;41.4442225;-105.9634641,way_type=user_defined:way_id=80E -edge,7611,7611;41.4442225;-105.9634641:7612;41.4441337;-105.9632116,way_type=user_defined:way_id=80E -edge,7612,7612;41.4441337;-105.9632116:7613;41.4440451;-105.9629395,way_type=user_defined:way_id=80E -edge,7613,7613;41.4440451;-105.9629395:7614;41.4439556;-105.9626456,way_type=user_defined:way_id=80E -edge,7614,7614;41.4439556;-105.9626456:7615;41.4438645;-105.962333,way_type=user_defined:way_id=80E -edge,7615,7615;41.4438645;-105.962333:7616;41.4437865;-105.962054,way_type=user_defined:way_id=80E -edge,7616,7616;41.4437865;-105.962054:7617;41.4437169;-105.9617902,way_type=user_defined:way_id=80E -edge,7617,7617;41.4437169;-105.9617902:7618;41.4436408;-105.9614802,way_type=user_defined:way_id=80E -edge,7618,7618;41.4436408;-105.9614802:7619;41.4435685;-105.9611672,way_type=user_defined:way_id=80E -edge,7619,7619;41.4435685;-105.9611672:7620;41.4432366;-105.9596787,way_type=user_defined:way_id=80E -edge,7620,7620;41.4432366;-105.9596787:7621;41.4429885;-105.9585555,way_type=user_defined:way_id=80E -edge,7621,7621;41.4429885;-105.9585555:7622;41.4425863;-105.9567159,way_type=user_defined:way_id=80E -edge,7622,7622;41.4425863;-105.9567159:7623;41.4425247;-105.9564383,way_type=user_defined:way_id=80E -edge,7623,7623;41.4425247;-105.9564383:7624;41.4423288;-105.9555721,way_type=user_defined:way_id=80E -edge,7624,7624;41.4423288;-105.9555721:7625;41.4421977;-105.9549807,way_type=user_defined:way_id=80E -edge,7625,7625;41.4421977;-105.9549807:7626;41.4420637;-105.9543621,way_type=user_defined:way_id=80E -edge,7626,7626;41.4420637;-105.9543621:7627;41.4419441;-105.9537977,way_type=user_defined:way_id=80E -edge,7627,7627;41.4419441;-105.9537977:7628;41.4418238;-105.9532064,way_type=user_defined:way_id=80E -edge,7628,7628;41.4418238;-105.9532064:7629;41.4417685;-105.9529187,way_type=user_defined:way_id=80E -edge,7629,7629;41.4417685;-105.9529187:7630;41.4417117;-105.9526017,way_type=user_defined:way_id=80E -edge,7630,7630;41.4417117;-105.9526017:7631;41.4416607;-105.9522918,way_type=user_defined:way_id=80E -edge,7631,7631;41.4416607;-105.9522918:7632;41.441615;-105.9520001,way_type=user_defined:way_id=80E -edge,7632,7632;41.441615;-105.9520001:7633;41.44153426;-105.951463,way_type=user_defined:way_id=80E -edge,7633,7633;41.44153426;-105.951463:7634;41.44151772;-105.951353,way_type=user_defined:way_id=80E -edge,7634,7634;41.44151772;-105.951353:7635;41.44142656;-105.9507466,way_type=user_defined:way_id=80E -edge,7635,7635;41.44142656;-105.9507466:7636;41.44142656;-105.9507466,way_type=user_defined:way_id=80E -edge,7636,7636;41.44142656;-105.9507466:7637;41.4413416;-105.9501741,way_type=user_defined:way_id=80E -edge,7637,7637;41.4413416;-105.9501741:7638;41.4410611;-105.9482524,way_type=user_defined:way_id=80E -edge,7638,7638;41.4410611;-105.9482524:7639;41.44099231;-105.9477734,way_type=user_defined:way_id=80E -edge,7639,7639;41.44099231;-105.9477734:7640;41.4407785;-105.9462845,way_type=user_defined:way_id=80E -edge,7640,7640;41.4407785;-105.9462845:7641;41.4405553;-105.9448132,way_type=user_defined:way_id=80E -edge,7641,7641;41.4405553;-105.9448132:7642;41.44039904;-105.9437426,way_type=user_defined:way_id=80E -edge,7642,7642;41.44039904;-105.9437426:7643;41.44039904;-105.9437426,way_type=user_defined:way_id=80E -edge,7643,7643;41.44039904;-105.9437426:7644;41.4400613;-105.9414349,way_type=user_defined:way_id=80E -edge,7644,7644;41.4400613;-105.9414349:7645;41.4398245;-105.9398369,way_type=user_defined:way_id=80E -edge,7645,7645;41.4398245;-105.9398369:7646;41.43978627;-105.9395734,way_type=user_defined:way_id=80E -edge,7646,7646;41.43978627;-105.9395734:7647;41.4396636;-105.938728,way_type=user_defined:way_id=80E -edge,7647,7647;41.4396636;-105.938728:7648;41.4393376;-105.9365263,way_type=user_defined:way_id=80E -edge,7648,7648;41.4393376;-105.9365263:7649;41.4393376;-105.9365263,way_type=user_defined:way_id=80E -edge,7649,7649;41.4393376;-105.9365263:7650;41.4390488;-105.9345738,way_type=user_defined:way_id=80E -edge,7650,7650;41.4390488;-105.9345738:7651;41.4388712;-105.9333577,way_type=user_defined:way_id=80E -edge,7651,7651;41.4388712;-105.9333577:7652;41.43876857;-105.9326736,way_type=user_defined:way_id=80E -edge,7652,7652;41.43876857;-105.9326736:7653;41.4387286;-105.9324072,way_type=user_defined:way_id=80E -edge,7653,7653;41.4387286;-105.9324072:7654;41.4384257;-105.9303436,way_type=user_defined:way_id=80E -edge,7654,7654;41.4384257;-105.9303436:7655;41.4380756;-105.9279961,way_type=user_defined:way_id=80E -edge,7655,7655;41.4380756;-105.9279961:7656;41.4374949;-105.924028,way_type=user_defined:way_id=80E -edge,7656,7656;41.4374949;-105.924028:7657;41.43706;-105.9211084,way_type=user_defined:way_id=80E -edge,7657,7657;41.43706;-105.9211084:7658;41.4368299;-105.9195492,way_type=user_defined:way_id=80E -edge,7658,7658;41.4368299;-105.9195492:7659;41.4366971;-105.9186639,way_type=user_defined:way_id=80E -edge,7659,7659;41.4366971;-105.9186639:7660;41.4362922;-105.9158839,way_type=user_defined:way_id=80E -edge,7660,7660;41.4362922;-105.9158839:7661;41.436161;-105.9150033,way_type=user_defined:way_id=80E -edge,7661,7661;41.436161;-105.9150033:7662;41.4360289;-105.9141047,way_type=user_defined:way_id=80E -edge,7662,7662;41.4360289;-105.9141047:7663;41.4358479;-105.9129,way_type=user_defined:way_id=80E -edge,7663,7663;41.4358479;-105.9129:7664;41.4355806;-105.9110937,way_type=user_defined:way_id=80E -edge,7664,7664;41.4355806;-105.9110937:7665;41.4354353;-105.9100992,way_type=user_defined:way_id=80E -edge,7665,7665;41.4354353;-105.9100992:7666;41.4351204;-105.907962,way_type=user_defined:way_id=80E -edge,7666,7666;41.4351204;-105.907962:7667;41.4349316;-105.906692,way_type=user_defined:way_id=80E -edge,7667,7667;41.4349316;-105.906692:7668;41.4347325;-105.9053328,way_type=user_defined:way_id=80E -edge,7668,7668;41.4347325;-105.9053328:7669;41.4345681;-105.9042316,way_type=user_defined:way_id=80E -edge,7669,7669;41.4345681;-105.9042316:7670;41.4343922;-105.903025,way_type=user_defined:way_id=80E -edge,7670,7670;41.4343922;-105.903025:7671;41.4342512;-105.9020763,way_type=user_defined:way_id=80E -edge,7671,7671;41.4342512;-105.9020763:7672;41.4339595;-105.9000908,way_type=user_defined:way_id=80E -edge,7672,7672;41.4339595;-105.9000908:7673;41.4336724;-105.8981624,way_type=user_defined:way_id=80E -edge,7673,7673;41.4336724;-105.8981624:7674;41.4334557;-105.8966717,way_type=user_defined:way_id=80E -edge,7674,7674;41.4334557;-105.8966717:7675;41.4333652;-105.8960676,way_type=user_defined:way_id=80E -edge,7675,7675;41.4333652;-105.8960676:7676;41.4332991;-105.8956458,way_type=user_defined:way_id=80E -edge,7676,7676;41.4332991;-105.8956458:7677;41.4332165;-105.8951426,way_type=user_defined:way_id=80E -edge,7677,7677;41.4332165;-105.8951426:7678;41.4331659;-105.8948606,way_type=user_defined:way_id=80E -edge,7678,7678;41.4331659;-105.8948606:7679;41.433105;-105.8945441,way_type=user_defined:way_id=80E -edge,7679,7679;41.433105;-105.8945441:7680;41.4330499;-105.8942739,way_type=user_defined:way_id=80E -edge,7680,7680;41.4330499;-105.8942739:7681;41.43298;-105.8939505,way_type=user_defined:way_id=80E -edge,7681,7681;41.43298;-105.8939505:7682;41.4329093;-105.8936461,way_type=user_defined:way_id=80E -edge,7682,7682;41.4329093;-105.8936461:7683;41.4328417;-105.8933695,way_type=user_defined:way_id=80E -edge,7683,7683;41.4328417;-105.8933695:7684;41.4327714;-105.8930947,way_type=user_defined:way_id=80E -edge,7684,7684;41.4327714;-105.8930947:7685;41.432691;-105.8927933,way_type=user_defined:way_id=80E -edge,7685,7685;41.432691;-105.8927933:7686;41.4326025;-105.8924773,way_type=user_defined:way_id=80E -edge,7686,7686;41.4326025;-105.8924773:7687;41.4325234;-105.8922069,way_type=user_defined:way_id=80E -edge,7687,7687;41.4325234;-105.8922069:7688;41.4324334;-105.891912,way_type=user_defined:way_id=80E -edge,7688,7688;41.4324334;-105.891912:7689;41.4323454;-105.8916366,way_type=user_defined:way_id=80E -edge,7689,7689;41.4323454;-105.8916366:7690;41.4322484;-105.8913453,way_type=user_defined:way_id=80E -edge,7690,7690;41.4322484;-105.8913453:7691;41.4321447;-105.891048,way_type=user_defined:way_id=80E -edge,7691,7691;41.4321447;-105.891048:7692;41.4320496;-105.8907866,way_type=user_defined:way_id=80E -edge,7692,7692;41.4320496;-105.8907866:7693;41.4319415;-105.8905019,way_type=user_defined:way_id=80E -edge,7693,7693;41.4319415;-105.8905019:7694;41.4318375;-105.8902366,way_type=user_defined:way_id=80E -edge,7694,7694;41.4318375;-105.8902366:7695;41.4316183;-105.8896933,way_type=user_defined:way_id=80E -edge,7695,7695;41.4316183;-105.8896933:7696;41.4309124;-105.8879849,way_type=user_defined:way_id=80E -edge,7696,7696;41.4309124;-105.8879849:7697;41.4302861;-105.8864477,way_type=user_defined:way_id=80E -edge,7697,7697;41.4302861;-105.8864477:7698;41.4299432;-105.8856316,way_type=user_defined:way_id=80E -edge,7698,7698;41.4299432;-105.8856316:7699;41.4297192;-105.8850919,way_type=user_defined:way_id=80E -edge,7699,7699;41.4297192;-105.8850919:7700;41.4292876;-105.884037,way_type=user_defined:way_id=80E -edge,7700,7700;41.4292876;-105.884037:7701;41.4286342;-105.8824514,way_type=user_defined:way_id=80E -edge,7701,7701;41.4286342;-105.8824514:7702;41.4278151;-105.8804728,way_type=user_defined:way_id=80E -edge,7702,7702;41.4278151;-105.8804728:7703;41.42775292;-105.880321,way_type=user_defined:way_id=80E -edge,7703,7703;41.42775292;-105.880321:7704;41.4272803;-105.8791677,way_type=user_defined:way_id=80E -edge,7704,7704;41.4272803;-105.8791677:7705;41.4268341;-105.8780977,way_type=user_defined:way_id=80E -edge,7705,7705;41.4268341;-105.8780977:7706;41.4267273;-105.8778379,way_type=user_defined:way_id=80E -edge,7706,7706;41.4267273;-105.8778379:7707;41.4265093;-105.8772989,way_type=user_defined:way_id=80E -edge,7707,7707;41.4265093;-105.8772989:7708;41.4263924;-105.8770135,way_type=user_defined:way_id=80E -edge,7708,7708;41.4263924;-105.8770135:7709;41.4256421;-105.8752031,way_type=user_defined:way_id=80E -edge,7709,7709;41.4256421;-105.8752031:7710;41.42555814;-105.8749944,way_type=user_defined:way_id=80E -edge,7710,7710;41.42555814;-105.8749944:7711;41.425054;-105.8737715,way_type=user_defined:way_id=80E -edge,7711,7711;41.425054;-105.8737715:7712;41.4238521;-105.870847,way_type=user_defined:way_id=80E -edge,7712,7712;41.4238521;-105.870847:7713;41.4231831;-105.8692282,way_type=user_defined:way_id=80E -edge,7713,7713;41.4231831;-105.8692282:7714;41.4228568;-105.8684327,way_type=user_defined:way_id=80E -edge,7714,7714;41.4228568;-105.8684327:7715;41.4225039;-105.8675777,way_type=user_defined:way_id=80E -edge,7715,7715;41.4225039;-105.8675777:7716;41.4221764;-105.8667776,way_type=user_defined:way_id=80E -edge,7716,7716;41.4221764;-105.8667776:7717;41.4216406;-105.8654812,way_type=user_defined:way_id=80E -edge,7717,7717;41.4216406;-105.8654812:7718;41.4211705;-105.8643345,way_type=user_defined:way_id=80E -edge,7718,7718;41.4211705;-105.8643345:7719;41.4202644;-105.8621396,way_type=user_defined:way_id=80E -edge,7719,7719;41.4202644;-105.8621396:7720;41.4197164;-105.8607993,way_type=user_defined:way_id=80E -edge,7720,7720;41.4197164;-105.8607993:7721;41.4195234;-105.8603341,way_type=user_defined:way_id=80E -edge,7721,7721;41.4195234;-105.8603341:7722;41.4190553;-105.8592228,way_type=user_defined:way_id=80E -edge,7722,7722;41.4190553;-105.8592228:7723;41.4183795;-105.8575757,way_type=user_defined:way_id=80E -edge,7723,7723;41.4183795;-105.8575757:7724;41.4179686;-105.8565842,way_type=user_defined:way_id=80E -edge,7724,7724;41.4179686;-105.8565842:7725;41.4175276;-105.8555094,way_type=user_defined:way_id=80E -edge,7725,7725;41.4175276;-105.8555094:7726;41.4171215;-105.854525,way_type=user_defined:way_id=80E -edge,7726,7726;41.4171215;-105.854525:7727;41.416544;-105.8531166,way_type=user_defined:way_id=80E -edge,7727,7727;41.416544;-105.8531166:7728;41.4157502;-105.851196,way_type=user_defined:way_id=80E -edge,7728,7728;41.4157502;-105.851196:7729;41.4150753;-105.849568,way_type=user_defined:way_id=80E -edge,7729,7729;41.4150753;-105.849568:7730;41.4146192;-105.848456,way_type=user_defined:way_id=80E -edge,7730,7730;41.4146192;-105.848456:7731;41.41364184;-105.846083,way_type=user_defined:way_id=80E -edge,7731,7731;41.41364184;-105.846083:7732;41.4129409;-105.8443813,way_type=user_defined:way_id=80E -edge,7732,7732;41.4129409;-105.8443813:7733;41.412335;-105.8429186,way_type=user_defined:way_id=80E -edge,7733,7733;41.412335;-105.8429186:7734;41.4118641;-105.8417761,way_type=user_defined:way_id=80E -edge,7734,7734;41.4118641;-105.8417761:7735;41.4117472;-105.8414974,way_type=user_defined:way_id=80E -edge,7735,7735;41.4117472;-105.8414974:7736;41.4116254;-105.8412159,way_type=user_defined:way_id=80E -edge,7736,7736;41.4116254;-105.8412159:7737;41.4115019;-105.8409371,way_type=user_defined:way_id=80E -edge,7737,7737;41.4115019;-105.8409371:7738;41.4113857;-105.8406808,way_type=user_defined:way_id=80E -edge,7738,7738;41.4113857;-105.8406808:7739;41.411238;-105.8403683,way_type=user_defined:way_id=80E -edge,7739,7739;41.411238;-105.8403683:7740;41.4111414;-105.8401708,way_type=user_defined:way_id=80E -edge,7740,7740;41.4111414;-105.8401708:7741;41.411016;-105.8399241,way_type=user_defined:way_id=80E -edge,7741,7741;41.411016;-105.8399241:7742;41.4108596;-105.8396258,way_type=user_defined:way_id=80E -edge,7742,7742;41.4108596;-105.8396258:7743;41.4107499;-105.8394209,way_type=user_defined:way_id=80E -edge,7743,7743;41.4107499;-105.8394209:7744;41.410606;-105.8391572,way_type=user_defined:way_id=80E -edge,7744,7744;41.410606;-105.8391572:7745;41.4104585;-105.8388969,way_type=user_defined:way_id=80E -edge,7745,7745;41.4104585;-105.8388969:7746;41.4103253;-105.838671,way_type=user_defined:way_id=80E -edge,7746,7746;41.4103253;-105.838671:7747;41.4101854;-105.8384405,way_type=user_defined:way_id=80E -edge,7747,7747;41.4101854;-105.8384405:7748;41.4100109;-105.8381639,way_type=user_defined:way_id=80E -edge,7748,7748;41.4100109;-105.8381639:7749;41.4098926;-105.8379818,way_type=user_defined:way_id=80E -edge,7749,7749;41.4098926;-105.8379818:7750;41.4097445;-105.8377612,way_type=user_defined:way_id=80E -edge,7750,7750;41.4097445;-105.8377612:7751;41.4094478;-105.8373329,way_type=user_defined:way_id=80E -edge,7751,7751;41.4094478;-105.8373329:7752;41.4092753;-105.83709,way_type=user_defined:way_id=80E -edge,7752,7752;41.4092753;-105.83709:7753;41.4091051;-105.8368575,way_type=user_defined:way_id=80E -edge,7753,7753;41.4091051;-105.8368575:7754;41.4089304;-105.8366308,way_type=user_defined:way_id=80E -edge,7754,7754;41.4089304;-105.8366308:7755;41.4087729;-105.8364351,way_type=user_defined:way_id=80E -edge,7755,7755;41.4087729;-105.8364351:7756;41.4086505;-105.836287,way_type=user_defined:way_id=80E -edge,7756,7756;41.4086505;-105.836287:7757;41.4084508;-105.8360508,way_type=user_defined:way_id=80E -edge,7757,7757;41.4084508;-105.8360508:7758;41.4082383;-105.8358094,way_type=user_defined:way_id=80E -edge,7758,7758;41.4082383;-105.8358094:7759;41.4080776;-105.8356304,way_type=user_defined:way_id=80E -edge,7759,7759;41.4080776;-105.8356304:7760;41.4079107;-105.8354477,way_type=user_defined:way_id=80E -edge,7760,7760;41.4079107;-105.8354477:7761;41.4077138;-105.8352382,way_type=user_defined:way_id=80E -edge,7761,7761;41.4077138;-105.8352382:7762;41.4075645;-105.8350846,way_type=user_defined:way_id=80E -edge,7762,7762;41.4075645;-105.8350846:7763;41.407346;-105.8348671,way_type=user_defined:way_id=80E -edge,7763,7763;41.407346;-105.8348671:7764;41.4071649;-105.8346927,way_type=user_defined:way_id=80E -edge,7764,7764;41.4071649;-105.8346927:7765;41.4070103;-105.834548,way_type=user_defined:way_id=80E -edge,7765,7765;41.4070103;-105.834548:7766;41.4067851;-105.8343426,way_type=user_defined:way_id=80E -edge,7766,7766;41.4067851;-105.8343426:7767;41.4065855;-105.8341686,way_type=user_defined:way_id=80E -edge,7767,7767;41.4065855;-105.8341686:7768;41.4061958;-105.8338368,way_type=user_defined:way_id=80E -edge,7768,7768;41.4061958;-105.8338368:7769;41.4049068;-105.8327457,way_type=user_defined:way_id=80E -edge,7769,7769;41.4049068;-105.8327457:7770;41.4036797;-105.8317157,way_type=user_defined:way_id=80E -edge,7770,7770;41.4036797;-105.8317157:7771;41.402884;-105.8310418,way_type=user_defined:way_id=80E -edge,7771,7771;41.402884;-105.8310418:7772;41.400965;-105.8294259,way_type=user_defined:way_id=80E -edge,7772,7772;41.400965;-105.8294259:7773;41.40052856;-105.8290569,way_type=user_defined:way_id=80E -edge,7773,7773;41.40052856;-105.8290569:7774;41.4000273;-105.8286332,way_type=user_defined:way_id=80E -edge,7774,7774;41.4000273;-105.8286332:7775;41.4000273;-105.8286332,way_type=user_defined:way_id=80E -edge,7775,7775;41.4000273;-105.8286332:7776;41.3985804;-105.8274157,way_type=user_defined:way_id=80E -edge,7776,7776;41.3985804;-105.8274157:7777;41.39808808;-105.8269996,way_type=user_defined:way_id=80E -edge,7777,7777;41.39808808;-105.8269996:7778;41.3966652;-105.8257972,way_type=user_defined:way_id=80E -edge,7778,7778;41.3966652;-105.8257972:7779;41.3958828;-105.8251454,way_type=user_defined:way_id=80E -edge,7779,7779;41.3958828;-105.8251454:7780;41.3950173;-105.8244134,way_type=user_defined:way_id=80E -edge,7780,7780;41.3950173;-105.8244134:7781;41.3950173;-105.8244134,way_type=user_defined:way_id=80E -edge,7781,7781;41.3950173;-105.8244134:7782;41.3943271;-105.8238318,way_type=user_defined:way_id=80E -edge,7782,7782;41.3943271;-105.8238318:7783;41.39399845;-105.8235527,way_type=user_defined:way_id=80E -edge,7783,7783;41.39399845;-105.8235527:7784;41.3935407;-105.823164,way_type=user_defined:way_id=80E -edge,7784,7784;41.3935407;-105.823164:7785;41.39244447;-105.8222401,way_type=user_defined:way_id=80E -edge,7785,7785;41.39244447;-105.8222401:7786;41.3910104;-105.8210315,way_type=user_defined:way_id=80E -edge,7786,7786;41.3910104;-105.8210315:7787;41.3903926;-105.8205077,way_type=user_defined:way_id=80E -edge,7787,7787;41.3903926;-105.8205077:7788;41.3896992;-105.8199259,way_type=user_defined:way_id=80E -edge,7788,7788;41.3896992;-105.8199259:7789;41.3896992;-105.8199259,way_type=user_defined:way_id=80E -edge,7789,7789;41.3896992;-105.8199259:7790;41.38953371;-105.8197862,way_type=user_defined:way_id=80E -edge,7790,7790;41.38953371;-105.8197862:7791;41.3892081;-105.8195114,way_type=user_defined:way_id=80E -edge,7791,7791;41.3892081;-105.8195114:7792;41.3886139;-105.8190158,way_type=user_defined:way_id=80E -edge,7792,7792;41.3886139;-105.8190158:7793;41.3874685;-105.8180517,way_type=user_defined:way_id=80E -edge,7793,7793;41.3874685;-105.8180517:7794;41.3871091;-105.817746,way_type=user_defined:way_id=80E -edge,7794,7794;41.3871091;-105.817746:7795;41.3864358;-105.8171734,way_type=user_defined:way_id=80E -edge,7795,7795;41.3864358;-105.8171734:7796;41.3851183;-105.8160744,way_type=user_defined:way_id=80E -edge,7796,7796;41.3851183;-105.8160744:7797;41.384748;-105.8157618,way_type=user_defined:way_id=80E -edge,7797,7797;41.384748;-105.8157618:7798;41.38432829;-105.8153981,way_type=user_defined:way_id=80E -edge,7798,7798;41.38432829;-105.8153981:7799;41.3841696;-105.8152606,way_type=user_defined:way_id=80E -edge,7799,7799;41.3841696;-105.8152606:7800;41.3839728;-105.8150876,way_type=user_defined:way_id=80E -edge,7800,7800;41.3839728;-105.8150876:7801;41.3837891;-105.8149222,way_type=user_defined:way_id=80E -edge,7801,7801;41.3837891;-105.8149222:7802;41.3835955;-105.8147426,way_type=user_defined:way_id=80E -edge,7802,7802;41.3835955;-105.8147426:7803;41.3833983;-105.8145531,way_type=user_defined:way_id=80E -edge,7803,7803;41.3833983;-105.8145531:7804;41.3832202;-105.8143767,way_type=user_defined:way_id=80E -edge,7804,7804;41.3832202;-105.8143767:7805;41.3830269;-105.8141796,way_type=user_defined:way_id=80E -edge,7805,7805;41.3830269;-105.8141796:7806;41.3828525;-105.8139968,way_type=user_defined:way_id=80E -edge,7806,7806;41.3828525;-105.8139968:7807;41.3826855;-105.8138171,way_type=user_defined:way_id=80E -edge,7807,7807;41.3826855;-105.8138171:7808;41.3825198;-105.8136344,way_type=user_defined:way_id=80E -edge,7808,7808;41.3825198;-105.8136344:7809;41.3823346;-105.8134248,way_type=user_defined:way_id=80E -edge,7809,7809;41.3823346;-105.8134248:7810;41.3821679;-105.8132296,way_type=user_defined:way_id=80E -edge,7810,7810;41.3821679;-105.8132296:7811;41.381983;-105.8130048,way_type=user_defined:way_id=80E -edge,7811,7811;41.381983;-105.8130048:7812;41.381827;-105.8128084,way_type=user_defined:way_id=80E -edge,7812,7812;41.381827;-105.8128084:7813;41.3816681;-105.8126019,way_type=user_defined:way_id=80E -edge,7813,7813;41.3816681;-105.8126019:7814;41.3815016;-105.8123784,way_type=user_defined:way_id=80E -edge,7814,7814;41.3815016;-105.8123784:7815;41.3813328;-105.8121437,way_type=user_defined:way_id=80E -edge,7815,7815;41.3813328;-105.8121437:7816;41.3811814;-105.8119267,way_type=user_defined:way_id=80E -edge,7816,7816;41.3811814;-105.8119267:7817;41.3810219;-105.8116928,way_type=user_defined:way_id=80E -edge,7817,7817;41.3810219;-105.8116928:7818;41.3808738;-105.8114714,way_type=user_defined:way_id=80E -edge,7818,7818;41.3808738;-105.8114714:7819;41.3807317;-105.8112553,way_type=user_defined:way_id=80E -edge,7819,7819;41.3807317;-105.8112553:7820;41.3805725;-105.8110071,way_type=user_defined:way_id=80E -edge,7820,7820;41.3805725;-105.8110071:7821;41.3804348;-105.8107842,way_type=user_defined:way_id=80E -edge,7821,7821;41.3804348;-105.8107842:7822;41.3802863;-105.8105346,way_type=user_defined:way_id=80E -edge,7822,7822;41.3802863;-105.8105346:7823;41.3801489;-105.8102955,way_type=user_defined:way_id=80E -edge,7823,7823;41.3801489;-105.8102955:7824;41.3800029;-105.8100314,way_type=user_defined:way_id=80E -edge,7824,7824;41.3800029;-105.8100314:7825;41.3799845;-105.8099967,way_type=user_defined:way_id=80E -edge,7825,7825;41.3799845;-105.8099967:7826;41.3798644;-105.80977,way_type=user_defined:way_id=80E -edge,7826,7826;41.3798644;-105.80977:7827;41.3795589;-105.8091735,way_type=user_defined:way_id=80E -edge,7827,7827;41.3795589;-105.8091735:7828;41.3789779;-105.8080219,way_type=user_defined:way_id=80E -edge,7828,7828;41.3789779;-105.8080219:7829;41.3785643;-105.8072173,way_type=user_defined:way_id=80E -edge,7829,7829;41.3785643;-105.8072173:7830;41.3776985;-105.8054999,way_type=user_defined:way_id=80E -edge,7830,7830;41.3776985;-105.8054999:7831;41.3767768;-105.8036602,way_type=user_defined:way_id=80E -edge,7831,7831;41.3767768;-105.8036602:7832;41.3762663;-105.802633,way_type=user_defined:way_id=80E -edge,7832,7832;41.3762663;-105.802633:7833;41.3756015;-105.801314,way_type=user_defined:way_id=80E -edge,7833,7833;41.3756015;-105.801314:7834;41.3752336;-105.8005879,way_type=user_defined:way_id=80E -edge,7834,7834;41.3752336;-105.8005879:7835;41.3744274;-105.7989673,way_type=user_defined:way_id=80E -edge,7835,7835;41.3744274;-105.7989673:7836;41.3740967;-105.798309,way_type=user_defined:way_id=80E -edge,7836,7836;41.3740967;-105.798309:7837;41.3736974;-105.7975209,way_type=user_defined:way_id=80E -edge,7837,7837;41.3736974;-105.7975209:7838;41.3733358;-105.7968019,way_type=user_defined:way_id=80E -edge,7838,7838;41.3733358;-105.7968019:7839;41.3728059;-105.7957372,way_type=user_defined:way_id=80E -edge,7839,7839;41.3728059;-105.7957372:7840;41.3721424;-105.7944118,way_type=user_defined:way_id=80E -edge,7840,7840;41.3721424;-105.7944118:7841;41.3716279;-105.7933945,way_type=user_defined:way_id=80E -edge,7841,7841;41.3716279;-105.7933945:7842;41.3709624;-105.7920736,way_type=user_defined:way_id=80E -edge,7842,7842;41.3709624;-105.7920736:7843;41.3706098;-105.7913712,way_type=user_defined:way_id=80E -edge,7843,7843;41.3706098;-105.7913712:7844;41.3702194;-105.7905872,way_type=user_defined:way_id=80E -edge,7844,7844;41.3702194;-105.7905872:7845;41.3688145;-105.787795,way_type=user_defined:way_id=80E -edge,7845,7845;41.3688145;-105.787795:7846;41.36792;-105.7860117,way_type=user_defined:way_id=80E -edge,7846,7846;41.36792;-105.7860117:7847;41.3673559;-105.7848927,way_type=user_defined:way_id=80E -edge,7847,7847;41.3673559;-105.7848927:7848;41.3666307;-105.7834417,way_type=user_defined:way_id=80E -edge,7848,7848;41.3666307;-105.7834417:7849;41.3662346;-105.7826572,way_type=user_defined:way_id=80E -edge,7849,7849;41.3662346;-105.7826572:7850;41.3645609;-105.7793204,way_type=user_defined:way_id=80E -edge,7850,7850;41.3645609;-105.7793204:7851;41.3642915;-105.7787808,way_type=user_defined:way_id=80E -edge,7851,7851;41.3642915;-105.7787808:7852;41.3640679;-105.7783281,way_type=user_defined:way_id=80E -edge,7852,7852;41.3640679;-105.7783281:7853;41.3639516;-105.7780886,way_type=user_defined:way_id=80E -edge,7853,7853;41.3639516;-105.7780886:7854;41.3638334;-105.7778396,way_type=user_defined:way_id=80E -edge,7854,7854;41.3638334;-105.7778396:7855;41.363706;-105.7775647,way_type=user_defined:way_id=80E -edge,7855,7855;41.363706;-105.7775647:7856;41.3635923;-105.7773117,way_type=user_defined:way_id=80E -edge,7856,7856;41.3635923;-105.7773117:7857;41.3634852;-105.7770634,way_type=user_defined:way_id=80E -edge,7857,7857;41.3634852;-105.7770634:7858;41.3633651;-105.7767712,way_type=user_defined:way_id=80E -edge,7858,7858;41.3633651;-105.7767712:7859;41.3632655;-105.7765173,way_type=user_defined:way_id=80E -edge,7859,7859;41.3632655;-105.7765173:7860;41.3631652;-105.7762527,way_type=user_defined:way_id=80E -edge,7860,7860;41.3631652;-105.7762527:7861;41.3630604;-105.7759692,way_type=user_defined:way_id=80E -edge,7861,7861;41.3630604;-105.7759692:7862;41.3629541;-105.7756765,way_type=user_defined:way_id=80E -edge,7862,7862;41.3629541;-105.7756765:7863;41.3628597;-105.7754076,way_type=user_defined:way_id=80E -edge,7863,7863;41.3628597;-105.7754076:7864;41.3627636;-105.775119,way_type=user_defined:way_id=80E -edge,7864,7864;41.3627636;-105.775119:7865;41.3626768;-105.7748464,way_type=user_defined:way_id=80E -edge,7865,7865;41.3626768;-105.7748464:7866;41.3625856;-105.7745456,way_type=user_defined:way_id=80E -edge,7866,7866;41.3625856;-105.7745456:7867;41.3625102;-105.7742863,way_type=user_defined:way_id=80E -edge,7867,7867;41.3625102;-105.7742863:7868;41.3624217;-105.7739734,way_type=user_defined:way_id=80E -edge,7868,7868;41.3624217;-105.7739734:7869;41.36229;-105.7734954,way_type=user_defined:way_id=80E -edge,7869,7869;41.36229;-105.7734954:7870;41.3621814;-105.7730927,way_type=user_defined:way_id=80E -edge,7870,7870;41.3621814;-105.7730927:7871;41.3618986;-105.7720324,way_type=user_defined:way_id=80E -edge,7871,7871;41.3618986;-105.7720324:7872;41.3616649;-105.7711467,way_type=user_defined:way_id=80E -edge,7872,7872;41.3616649;-105.7711467:7873;41.3613475;-105.769954,way_type=user_defined:way_id=80E -edge,7873,7873;41.3613475;-105.769954:7874;41.3610338;-105.7687925,way_type=user_defined:way_id=80E -edge,7874,7874;41.3610338;-105.7687925:7875;41.3606501;-105.7673611,way_type=user_defined:way_id=80E -edge,7875,7875;41.3606501;-105.7673611:7876;41.3599599;-105.7647694,way_type=user_defined:way_id=80E -edge,7876,7876;41.3599599;-105.7647694:7877;41.3596559;-105.763648,way_type=user_defined:way_id=80E -edge,7877,7877;41.3596559;-105.763648:7878;41.3593461;-105.7624809,way_type=user_defined:way_id=80E -edge,7878,7878;41.3593461;-105.7624809:7879;41.3590933;-105.7615407,way_type=user_defined:way_id=80E -edge,7879,7879;41.3590933;-105.7615407:7880;41.3585774;-105.7595966,way_type=user_defined:way_id=80E -edge,7880,7880;41.3585774;-105.7595966:7881;41.3584401;-105.7590874,way_type=user_defined:way_id=80E -edge,7881,7881;41.3584401;-105.7590874:7882;41.3581789;-105.7581317,way_type=user_defined:way_id=80E -edge,7882,7882;41.3581789;-105.7581317:7883;41.3580223;-105.7575523,way_type=user_defined:way_id=80E -edge,7883,7883;41.3580223;-105.7575523:7884;41.3577176;-105.7563903,way_type=user_defined:way_id=80E -edge,7884,7884;41.3577176;-105.7563903:7885;41.3573241;-105.7549289,way_type=user_defined:way_id=80E -edge,7885,7885;41.3573241;-105.7549289:7886;41.3569628;-105.7535548,way_type=user_defined:way_id=80E -edge,7886,7886;41.3569628;-105.7535548:7887;41.3567146;-105.7526336,way_type=user_defined:way_id=80E -edge,7887,7887;41.3567146;-105.7526336:7888;41.356409;-105.7514714,way_type=user_defined:way_id=80E -edge,7888,7888;41.356409;-105.7514714:7889;41.356263;-105.7509297,way_type=user_defined:way_id=80E -edge,7889,7889;41.356263;-105.7509297:7890;41.3559778;-105.7498839,way_type=user_defined:way_id=80E -edge,7890,7890;41.3559778;-105.7498839:7891;41.3558561;-105.7494306,way_type=user_defined:way_id=80E -edge,7891,7891;41.3558561;-105.7494306:7892;41.3556397;-105.7486154,way_type=user_defined:way_id=80E -edge,7892,7892;41.3556397;-105.7486154:7893;41.3552902;-105.7472897,way_type=user_defined:way_id=80E -edge,7893,7893;41.3552902;-105.7472897:7894;41.3551132;-105.746611,way_type=user_defined:way_id=80E -edge,7894,7894;41.3551132;-105.746611:7895;41.3549625;-105.7460206,way_type=user_defined:way_id=80E -edge,7895,7895;41.3549625;-105.7460206:7896;41.3548867;-105.7457107,way_type=user_defined:way_id=80E -edge,7896,7896;41.3548867;-105.7457107:7897;41.3548167;-105.7454069,way_type=user_defined:way_id=80E -edge,7897,7897;41.3548167;-105.7454069:7898;41.35478151;-105.7452405,way_type=user_defined:way_id=80E -edge,7898,7898;41.35478151;-105.7452405:7899;41.35467575;-105.7447071,way_type=user_defined:way_id=80E -edge,7899,7899;41.35467575;-105.7447071:7900;41.3546011;-105.7442882,way_type=user_defined:way_id=80E -edge,7900,7900;41.3546011;-105.7442882:7901;41.3545462;-105.7439612,way_type=user_defined:way_id=80E -edge,7901,7901;41.3545462;-105.7439612:7902;41.3544962;-105.7436507,way_type=user_defined:way_id=80E -edge,7902,7902;41.3544962;-105.7436507:7903;41.3544465;-105.7433312,way_type=user_defined:way_id=80E -edge,7903,7903;41.3544465;-105.7433312:7904;41.3543631;-105.7427647,way_type=user_defined:way_id=80E -edge,7904,7904;41.3543631;-105.7427647:7905;41.35427567;-105.7421477,way_type=user_defined:way_id=80E -edge,7905,7905;41.35427567;-105.7421477:7906;41.35427567;-105.7421477,way_type=user_defined:way_id=80E -edge,7906,7906;41.35427567;-105.7421477:7907;41.3536763;-105.7379361,way_type=user_defined:way_id=80E -edge,7907,7907;41.3536763;-105.7379361:7908;41.3534999;-105.7366644,way_type=user_defined:way_id=80E -edge,7908,7908;41.3534999;-105.7366644:7909;41.35325;-105.7349559,way_type=user_defined:way_id=80E -edge,7909,7909;41.35325;-105.7349559:7910;41.3528596;-105.7322201,way_type=user_defined:way_id=80E -edge,7910,7910;41.3528596;-105.7322201:7911;41.3524667;-105.7295174,way_type=user_defined:way_id=80E -edge,7911,7911;41.3524667;-105.7295174:7912;41.3521414;-105.7272191,way_type=user_defined:way_id=80E -edge,7912,7912;41.3521414;-105.7272191:7913;41.3519155;-105.7256595,way_type=user_defined:way_id=80E -edge,7913,7913;41.3519155;-105.7256595:7914;41.351515;-105.7228454,way_type=user_defined:way_id=80E -edge,7914,7914;41.351515;-105.7228454:7915;41.3512532;-105.7210369,way_type=user_defined:way_id=80E -edge,7915,7915;41.3512532;-105.7210369:7916;41.3510359;-105.7195064,way_type=user_defined:way_id=80E -edge,7916,7916;41.3510359;-105.7195064:7917;41.3509083;-105.718626,way_type=user_defined:way_id=80E -edge,7917,7917;41.3509083;-105.718626:7918;41.3507355;-105.7174604,way_type=user_defined:way_id=80E -edge,7918,7918;41.3507355;-105.7174604:7919;41.3506941;-105.7171659,way_type=user_defined:way_id=80E -edge,7919,7919;41.3506941;-105.7171659:7920;41.350619;-105.7166036,way_type=user_defined:way_id=80E -edge,7920,7920;41.350619;-105.7166036:7921;41.3505754;-105.7162912,way_type=user_defined:way_id=80E -edge,7921,7921;41.3505754;-105.7162912:7922;41.3504087;-105.7151552,way_type=user_defined:way_id=80E -edge,7922,7922;41.3504087;-105.7151552:7923;41.3502784;-105.7142279,way_type=user_defined:way_id=80E -edge,7923,7923;41.3502784;-105.7142279:7924;41.3501126;-105.7130655,way_type=user_defined:way_id=80E -edge,7924,7924;41.3501126;-105.7130655:7925;41.3499812;-105.7121811,way_type=user_defined:way_id=80E -edge,7925,7925;41.3499812;-105.7121811:7926;41.3495705;-105.7092708,way_type=user_defined:way_id=80E -edge,7926,7926;41.3495705;-105.7092708:7927;41.3494016;-105.7081358,way_type=user_defined:way_id=80E -edge,7927,7927;41.3494016;-105.7081358:7928;41.3493095;-105.7074978,way_type=user_defined:way_id=80E -edge,7928,7928;41.3493095;-105.7074978:7929;41.3492254;-105.7068976,way_type=user_defined:way_id=80E -edge,7929,7929;41.3492254;-105.7068976:7930;41.3491825;-105.7065727,way_type=user_defined:way_id=80E -edge,7930,7930;41.3491825;-105.7065727:7931;41.349111;-105.7059767,way_type=user_defined:way_id=80E -edge,7931,7931;41.349111;-105.7059767:7932;41.3490754;-105.7056413,way_type=user_defined:way_id=80E -edge,7932,7932;41.3490754;-105.7056413:7933;41.3490492;-105.7053615,way_type=user_defined:way_id=80E -edge,7933,7933;41.3490492;-105.7053615:7934;41.3490225;-105.7050348,way_type=user_defined:way_id=80E -edge,7934,7934;41.3490225;-105.7050348:7935;41.3490026;-105.7047164,way_type=user_defined:way_id=80E -edge,7935,7935;41.3490026;-105.7047164:7936;41.3489916;-105.7044167,way_type=user_defined:way_id=80E -edge,7936,7936;41.3489916;-105.7044167:7937;41.3489906;-105.7040973,way_type=user_defined:way_id=80E -edge,7937,7937;41.3489906;-105.7040973:7938;41.3489988;-105.7038055,way_type=user_defined:way_id=80E -edge,7938,7938;41.3489988;-105.7038055:7939;41.3490151;-105.7034853,way_type=user_defined:way_id=80E -edge,7939,7939;41.3490151;-105.7034853:7940;41.34902;-105.7034099,way_type=user_defined:way_id=80E -edge,7940,7940;41.34902;-105.7034099:7941;41.3490342;-105.7031933,way_type=user_defined:way_id=80E -edge,7941,7941;41.3490342;-105.7031933:7942;41.3490602;-105.7028643,way_type=user_defined:way_id=80E -edge,7942,7942;41.3490602;-105.7028643:7943;41.3490907;-105.7025459,way_type=user_defined:way_id=80E -edge,7943,7943;41.3490907;-105.7025459:7944;41.3491275;-105.7022291,way_type=user_defined:way_id=80E -edge,7944,7944;41.3491275;-105.7022291:7945;41.3491694;-105.7019421,way_type=user_defined:way_id=80E -edge,7945,7945;41.3491694;-105.7019421:7946;41.3492253;-105.7016298,way_type=user_defined:way_id=80E -edge,7946,7946;41.3492253;-105.7016298:7947;41.3492826;-105.7013467,way_type=user_defined:way_id=80E -edge,7947,7947;41.3492826;-105.7013467:7948;41.3493525;-105.7010287,way_type=user_defined:way_id=80E -edge,7948,7948;41.3493525;-105.7010287:7949;41.3494158;-105.700758,way_type=user_defined:way_id=80E -edge,7949,7949;41.3494158;-105.700758:7950;41.3494916;-105.7004436,way_type=user_defined:way_id=80E -edge,7950,7950;41.3494916;-105.7004436:7951;41.3497223;-105.6995221,way_type=user_defined:way_id=80E -edge,7951,7951;41.3497223;-105.6995221:7952;41.3500083;-105.6983564,way_type=user_defined:way_id=80E -edge,7952,7952;41.3500083;-105.6983564:7953;41.3500761;-105.6980705,way_type=user_defined:way_id=80E -edge,7953,7953;41.3500761;-105.6980705:7954;41.3501371;-105.6978004,way_type=user_defined:way_id=80E -edge,7954,7954;41.3501371;-105.6978004:7955;41.3502041;-105.6974837,way_type=user_defined:way_id=80E -edge,7955,7955;41.3502041;-105.6974837:7956;41.3502561;-105.6971997,way_type=user_defined:way_id=80E -edge,7956,7956;41.3502561;-105.6971997:7957;41.3503058;-105.6968799,way_type=user_defined:way_id=80E -edge,7957,7957;41.3503058;-105.6968799:7958;41.3503479;-105.696566,way_type=user_defined:way_id=80E -edge,7958,7958;41.3503479;-105.696566:7959;41.3503806;-105.6962785,way_type=user_defined:way_id=80E -edge,7959,7959;41.3503806;-105.6962785:7960;41.3504099;-105.695953,way_type=user_defined:way_id=80E -edge,7960,7960;41.3504099;-105.695953:7961;41.3504305;-105.6956617,way_type=user_defined:way_id=80E -edge,7961,7961;41.3504305;-105.6956617:7962;41.3504465;-105.6953451,way_type=user_defined:way_id=80E -edge,7962,7962;41.3504465;-105.6953451:7963;41.3504554;-105.6950562,way_type=user_defined:way_id=80E -edge,7963,7963;41.3504554;-105.6950562:7964;41.3504612;-105.6947281,way_type=user_defined:way_id=80E -edge,7964,7964;41.3504612;-105.6947281:7965;41.3504643;-105.6942154,way_type=user_defined:way_id=80E -edge,7965,7965;41.3504643;-105.6942154:7966;41.3504626;-105.6931736,way_type=user_defined:way_id=80E -edge,7966,7966;41.3504626;-105.6931736:7967;41.3504655;-105.6922616,way_type=user_defined:way_id=80E -edge,7967,7967;41.3504655;-105.6922616:7968;41.3504656;-105.6904551,way_type=user_defined:way_id=80E -edge,7968,7968;41.3504656;-105.6904551:7969;41.3504693;-105.6891129,way_type=user_defined:way_id=80E -edge,7969,7969;41.3504693;-105.6891129:7970;41.3504767;-105.6879547,way_type=user_defined:way_id=80E -edge,7970,7970;41.3504767;-105.6879547:7971;41.3504757;-105.6867613,way_type=user_defined:way_id=80E -edge,7971,7971;41.3504757;-105.6867613:7972;41.3504796;-105.6858616,way_type=user_defined:way_id=80E -edge,7972,7972;41.3504796;-105.6858616:7973;41.3504816;-105.684304,way_type=user_defined:way_id=80E -edge,7973,7973;41.3504816;-105.684304:7974;41.3504862;-105.6830356,way_type=user_defined:way_id=80E -edge,7974,7974;41.3504862;-105.6830356:7975;41.3504857;-105.6818815,way_type=user_defined:way_id=80E -edge,7975,7975;41.3504857;-105.6818815:7976;41.3504958;-105.6793786,way_type=user_defined:way_id=80E -edge,7976,7976;41.3504958;-105.6793786:7977;41.3504968;-105.6763826,way_type=user_defined:way_id=80E -edge,7977,7977;41.3504968;-105.6763826:7978;41.3505019;-105.6748583,way_type=user_defined:way_id=80E -edge,7978,7978;41.3505019;-105.6748583:7979;41.3505018;-105.6736005,way_type=user_defined:way_id=80E -edge,7979,7979;41.3505018;-105.6736005:7980;41.3505099;-105.6717582,way_type=user_defined:way_id=80E -edge,7980,7980;41.3505099;-105.6717582:7981;41.3505096;-105.670821,way_type=user_defined:way_id=80E -edge,7981,7981;41.3505096;-105.670821:7982;41.3505135;-105.6698752,way_type=user_defined:way_id=80E -edge,7982,7982;41.3505135;-105.6698752:7983;41.3505134;-105.6689749,way_type=user_defined:way_id=80E -edge,7983,7983;41.3505134;-105.6689749:7984;41.3505187;-105.668029,way_type=user_defined:way_id=80E -edge,7984,7984;41.3505187;-105.668029:7985;41.3505186;-105.6677012,way_type=user_defined:way_id=80E -edge,7985,7985;41.3505186;-105.6677012:7986;41.3505143;-105.6667945,way_type=user_defined:way_id=80E -edge,7986,7986;41.3505143;-105.6667945:7987;41.350522;-105.6655703,way_type=user_defined:way_id=80E -edge,7987,7987;41.350522;-105.6655703:7988;41.3505247;-105.6640451,way_type=user_defined:way_id=80E -edge,7988,7988;41.3505247;-105.6640451:7989;41.350524;-105.6630995,way_type=user_defined:way_id=80E -edge,7989,7989;41.350524;-105.6630995:7990;41.3505289;-105.6622396,way_type=user_defined:way_id=80E -edge,7990,7990;41.3505289;-105.6622396:7991;41.3505305;-105.6606821,way_type=user_defined:way_id=80E -edge,7991,7991;41.3505305;-105.6606821:7992;41.3505347;-105.6594424,way_type=user_defined:way_id=80E -edge,7992,7992;41.3505347;-105.6594424:7993;41.3505319;-105.6584779,way_type=user_defined:way_id=80E -edge,7993,7993;41.3505319;-105.6584779:7994;41.3505329;-105.6573909,way_type=user_defined:way_id=80E -edge,7994,7994;41.3505329;-105.6573909:7995;41.3505413;-105.6555087,way_type=user_defined:way_id=80E -edge,7995,7995;41.3505413;-105.6555087:7996;41.3505474;-105.6532298,way_type=user_defined:way_id=80E -edge,7996,7996;41.3505474;-105.6532298:7997;41.3505479;-105.6524371,way_type=user_defined:way_id=80E -edge,7997,7997;41.3505479;-105.6524371:7998;41.3505504;-105.6517461,way_type=user_defined:way_id=80E -edge,7998,7998;41.3505504;-105.6517461:7999;41.3505506;-105.6508487,way_type=user_defined:way_id=80E -edge,7999,7999;41.3505506;-105.6508487:8000;41.3505533;-105.6498958,way_type=user_defined:way_id=80E -edge,8000,8000;41.3505533;-105.6498958:8001;41.3505549;-105.6474438,way_type=user_defined:way_id=80E -edge,8001,8001;41.3505549;-105.6474438:8002;41.35056;-105.645663,way_type=user_defined:way_id=80E -edge,8002,8002;41.35056;-105.645663:8003;41.3505576;-105.645309,way_type=user_defined:way_id=80E -edge,8003,8003;41.3505576;-105.645309:8004;41.3505521;-105.6450121,way_type=user_defined:way_id=80E -edge,8004,8004;41.3505521;-105.6450121:8005;41.3505418;-105.6446869,way_type=user_defined:way_id=80E -edge,8005,8005;41.3505418;-105.6446869:8006;41.3505273;-105.6443703,way_type=user_defined:way_id=80E -edge,8006,8006;41.3505273;-105.6443703:8007;41.3505104;-105.6440741,way_type=user_defined:way_id=80E -edge,8007,8007;41.3505104;-105.6440741:8008;41.3504921;-105.6437958,way_type=user_defined:way_id=80E -edge,8008,8008;41.3504921;-105.6437958:8009;41.3504717;-105.6435387,way_type=user_defined:way_id=80E -edge,8009,8009;41.3504717;-105.6435387:8010;41.3504652;-105.6434626,way_type=user_defined:way_id=80E -edge,8010,8010;41.3504652;-105.6434626:8011;41.3504367;-105.6431779,way_type=user_defined:way_id=80E -edge,8011,8011;41.3504367;-105.6431779:8012;41.3504017;-105.6428942,way_type=user_defined:way_id=80E -edge,8012,8012;41.3504017;-105.6428942:8013;41.3503545;-105.6425662,way_type=user_defined:way_id=80E -edge,8013,8013;41.3503545;-105.6425662:8014;41.3503025;-105.6422494,way_type=user_defined:way_id=80E -edge,8014,8014;41.3503025;-105.6422494:8015;41.3502523;-105.6419691,way_type=user_defined:way_id=80E -edge,8015,8015;41.3502523;-105.6419691:8016;41.3501988;-105.6416912,way_type=user_defined:way_id=80E -edge,8016,8016;41.3501988;-105.6416912:8017;41.3501392;-105.6414058,way_type=user_defined:way_id=80E -edge,8017,8017;41.3501392;-105.6414058:8018;41.350071;-105.6411037,way_type=user_defined:way_id=80E -edge,8018,8018;41.350071;-105.6411037:8019;41.3499963;-105.6407947,way_type=user_defined:way_id=80E -edge,8019,8019;41.3499963;-105.6407947:8020;41.3499241;-105.6405146,way_type=user_defined:way_id=80E -edge,8020,8020;41.3499241;-105.6405146:8021;41.3498492;-105.6402461,way_type=user_defined:way_id=80E -edge,8021,8021;41.3498492;-105.6402461:8022;41.3497586;-105.6399445,way_type=user_defined:way_id=80E -edge,8022,8022;41.3497586;-105.6399445:8023;41.3496619;-105.639646,way_type=user_defined:way_id=80E -edge,8023,8023;41.3496619;-105.639646:8024;41.3495719;-105.6393855,way_type=user_defined:way_id=80E -edge,8024,8024;41.3495719;-105.6393855:8025;41.349477;-105.6391274,way_type=user_defined:way_id=80E -edge,8025,8025;41.349477;-105.6391274:8026;41.3493618;-105.6388304,way_type=user_defined:way_id=80E -edge,8026,8026;41.3493618;-105.6388304:8027;41.3492555;-105.6385699,way_type=user_defined:way_id=80E -edge,8027,8027;41.3492555;-105.6385699:8028;41.3491383;-105.6382957,way_type=user_defined:way_id=80E -edge,8028,8028;41.3491383;-105.6382957:8029;41.349026;-105.6380403,way_type=user_defined:way_id=80E -edge,8029,8029;41.349026;-105.6380403:8030;41.3489006;-105.637762,way_type=user_defined:way_id=80E -edge,8030,8030;41.3489006;-105.637762:8031;41.3484945;-105.6368707,way_type=user_defined:way_id=80E -edge,8031,8031;41.3484945;-105.6368707:8032;41.3477059;-105.6351301,way_type=user_defined:way_id=80E -edge,8032,8032;41.3477059;-105.6351301:8033;41.3473539;-105.6343595,way_type=user_defined:way_id=80E -edge,8033,8033;41.3473539;-105.6343595:8034;41.34714897;-105.6339053,way_type=user_defined:way_id=80E -edge,8034,8034;41.34714897;-105.6339053:8035;41.34714897;-105.6339053,way_type=user_defined:way_id=80E -edge,8035,8035;41.34714897;-105.6339053:8036;41.3462277;-105.631873,way_type=user_defined:way_id=80E -edge,8036,8036;41.3462277;-105.631873:8037;41.3453301;-105.6298867,way_type=user_defined:way_id=80E -edge,8037,8037;41.3453301;-105.6298867:8038;41.3444973;-105.6280567,way_type=user_defined:way_id=80E -edge,8038,8038;41.3444973;-105.6280567:8039;41.3431196;-105.6250136,way_type=user_defined:way_id=80E -edge,8039,8039;41.3431196;-105.6250136:8040;41.3427091;-105.6241146,way_type=user_defined:way_id=80E -edge,8040,8040;41.3427091;-105.6241146:8041;41.342296;-105.6232196,way_type=user_defined:way_id=80E -edge,8041,8041;41.342296;-105.6232196:8042;41.3421865;-105.6229782,way_type=user_defined:way_id=80E -edge,8042,8042;41.3421865;-105.6229782:8043;41.3418811;-105.6222932,way_type=user_defined:way_id=80E -edge,8043,8043;41.3418811;-105.6222932:8044;41.3417513;-105.6220061,way_type=user_defined:way_id=80E -edge,8044,8044;41.3417513;-105.6220061:8045;41.3413996;-105.6212354,way_type=user_defined:way_id=80E -edge,8045,8045;41.3413996;-105.6212354:8046;41.34127;-105.6209582,way_type=user_defined:way_id=80E -edge,8046,8046;41.34127;-105.6209582:8047;41.341137;-105.6206841,way_type=user_defined:way_id=80E -edge,8047,8047;41.341137;-105.6206841:8048;41.3410162;-105.6204439,way_type=user_defined:way_id=80E -edge,8048,8048;41.3410162;-105.6204439:8049;41.3408914;-105.6202077,way_type=user_defined:way_id=80E -edge,8049,8049;41.3408914;-105.6202077:8050;41.3407496;-105.6199519,way_type=user_defined:way_id=80E -edge,8050,8050;41.3407496;-105.6199519:8051;41.3406112;-105.6197176,way_type=user_defined:way_id=80E -edge,8051,8051;41.3406112;-105.6197176:8052;41.3404527;-105.6194685,way_type=user_defined:way_id=80E -edge,8052,8052;41.3404527;-105.6194685:8053;41.3403016;-105.6192499,way_type=user_defined:way_id=80E -edge,8053,8053;41.3403016;-105.6192499:8054;41.3401295;-105.6190189,way_type=user_defined:way_id=80E -edge,8054,8054;41.3401295;-105.6190189:8055;41.3399712;-105.6188226,way_type=user_defined:way_id=80E -edge,8055,8055;41.3399712;-105.6188226:8056;41.3398079;-105.6186354,way_type=user_defined:way_id=80E -edge,8056,8056;41.3398079;-105.6186354:8057;41.3397466;-105.6185691,way_type=user_defined:way_id=80E -edge,8057,8057;41.3397466;-105.6185691:8058;41.3396173;-105.6184323,way_type=user_defined:way_id=80E -edge,8058,8058;41.3396173;-105.6184323:8059;41.3394156;-105.6182344,way_type=user_defined:way_id=80E -edge,8059,8059;41.3394156;-105.6182344:8060;41.3392434;-105.6180771,way_type=user_defined:way_id=80E -edge,8060,8060;41.3392434;-105.6180771:8061;41.3390316;-105.6178981,way_type=user_defined:way_id=80E -edge,8061,8061;41.3390316;-105.6178981:8062;41.3388461;-105.6177532,way_type=user_defined:way_id=80E -edge,8062,8062;41.3388461;-105.6177532:8063;41.3386563;-105.6176186,way_type=user_defined:way_id=80E -edge,8063,8063;41.3386563;-105.6176186:8064;41.3384299;-105.617475,way_type=user_defined:way_id=80E -edge,8064,8064;41.3384299;-105.617475:8065;41.3382378;-105.617366,way_type=user_defined:way_id=80E -edge,8065,8065;41.3382378;-105.617366:8066;41.3380039;-105.617245,way_type=user_defined:way_id=80E -edge,8066,8066;41.3380039;-105.617245:8067;41.3377939;-105.6171457,way_type=user_defined:way_id=80E -edge,8067,8067;41.3377939;-105.6171457:8068;41.337588;-105.6170586,way_type=user_defined:way_id=80E -edge,8068,8068;41.337588;-105.6170586:8069;41.3373531;-105.6169723,way_type=user_defined:way_id=80E -edge,8069,8069;41.3373531;-105.6169723:8070;41.3371224;-105.6169007,way_type=user_defined:way_id=80E -edge,8070,8070;41.3371224;-105.6169007:8071;41.3369039;-105.6168443,way_type=user_defined:way_id=80E -edge,8071,8071;41.3369039;-105.6168443:8072;41.3366834;-105.6167985,way_type=user_defined:way_id=80E -edge,8072,8072;41.3366834;-105.6167985:8073;41.3364699;-105.616762,way_type=user_defined:way_id=80E -edge,8073,8073;41.3364699;-105.616762:8074;41.3362368;-105.6167277,way_type=user_defined:way_id=80E -edge,8074,8074;41.3362368;-105.6167277:8075;41.3361394;-105.6167156,way_type=user_defined:way_id=80E -edge,8075,8075;41.3361394;-105.6167156:8076;41.3359853;-105.6166973,way_type=user_defined:way_id=80E -edge,8076,8076;41.3359853;-105.6166973:8077;41.3357632;-105.6166758,way_type=user_defined:way_id=80E -edge,8077,8077;41.3357632;-105.6166758:8078;41.3353041;-105.616636,way_type=user_defined:way_id=80E -edge,8078,8078;41.3353041;-105.616636:8079;41.334846;-105.6165916,way_type=user_defined:way_id=80E -edge,8079,8079;41.334846;-105.6165916:8080;41.3340262;-105.6165227,way_type=user_defined:way_id=80E -edge,8080,8080;41.3340262;-105.6165227:8081;41.3332383;-105.6164506,way_type=user_defined:way_id=80E -edge,8081,8081;41.3332383;-105.6164506:8082;41.33287675;-105.616421,way_type=user_defined:way_id=80E -edge,8082,8082;41.33287675;-105.616421:8083;41.3325363;-105.6163932,way_type=user_defined:way_id=80E -edge,8083,8083;41.3325363;-105.6163932:8084;41.3325363;-105.6163932,way_type=user_defined:way_id=80E -edge,8084,8084;41.3325363;-105.6163932:8085;41.33159522;-105.6163139,way_type=user_defined:way_id=80E -edge,8085,8085;41.33159522;-105.6163139:8086;41.3305752;-105.6162199,way_type=user_defined:way_id=80E -edge,8086,8086;41.3305752;-105.6162199:8087;41.3289663;-105.6160802,way_type=user_defined:way_id=80E -edge,8087,8087;41.3289663;-105.6160802:8088;41.3283695;-105.6160256,way_type=user_defined:way_id=80E -edge,8088,8088;41.3283695;-105.6160256:8089;41.327939;-105.6159886,way_type=user_defined:way_id=80E -edge,8089,8089;41.327939;-105.6159886:8090;41.327939;-105.6159886,way_type=user_defined:way_id=80E -edge,8090,8090;41.327939;-105.6159886:8091;41.3276642;-105.615966,way_type=user_defined:way_id=80E -edge,8091,8091;41.3276642;-105.615966:8092;41.3265234;-105.6158648,way_type=user_defined:way_id=80E -edge,8092,8092;41.3265234;-105.6158648:8093;41.3255407;-105.6157826,way_type=user_defined:way_id=80E -edge,8093,8093;41.3255407;-105.6157826:8094;41.32478975;-105.6157151,way_type=user_defined:way_id=80E -edge,8094,8094;41.32478975;-105.6157151:8095;41.3244553;-105.6156851,way_type=user_defined:way_id=80E -edge,8095,8095;41.3244553;-105.6156851:8096;41.3235066;-105.615602,way_type=user_defined:way_id=80E -edge,8096,8096;41.3235066;-105.615602:8097;41.3223059;-105.6155006,way_type=user_defined:way_id=80E -edge,8097,8097;41.3223059;-105.6155006:8098;41.3223059;-105.6155006,way_type=user_defined:way_id=80E -edge,8098,8098;41.3223059;-105.6155006:8099;41.321082;-105.6153922,way_type=user_defined:way_id=80E -edge,8099,8099;41.321082;-105.6153922:8100;41.3206448;-105.6153554,way_type=user_defined:way_id=80E -edge,8100,8100;41.3206448;-105.6153554:8101;41.3193586;-105.6152472,way_type=user_defined:way_id=80E -edge,8101,8101;41.3193586;-105.6152472:8102;41.31807;-105.6151326,way_type=user_defined:way_id=80E -edge,8102,8102;41.31807;-105.6151326:8103;41.31765532;-105.6150973,way_type=user_defined:way_id=80E -edge,8103,8103;41.31765532;-105.6150973:8104;41.31765532;-105.6150973,way_type=user_defined:way_id=80E -edge,8104,8104;41.31765532;-105.6150973:8105;41.3170882;-105.615048,way_type=user_defined:way_id=80E -edge,8105,8105;41.3170882;-105.615048:8106;41.31650824;-105.6149952,way_type=user_defined:way_id=80E -edge,8106,8106;41.31650824;-105.6149952:8107;41.3152365;-105.6148885,way_type=user_defined:way_id=80E -edge,8107,8107;41.3152365;-105.6148885:8108;41.3142043;-105.6147966,way_type=user_defined:way_id=80E -edge,8108,8108;41.3142043;-105.6147966:8109;41.31381793;-105.6147634,way_type=user_defined:way_id=80E -edge,8109,8109;41.31381793;-105.6147634:8110;41.3134975;-105.6147359,way_type=user_defined:way_id=80E -edge,8110,8110;41.3134975;-105.6147359:8111;41.3134975;-105.6147359,way_type=user_defined:way_id=80E -edge,8111,8111;41.3134975;-105.6147359:8112;41.31248383;-105.6146489,way_type=user_defined:way_id=80E -edge,8112,8112;41.31248383;-105.6146489:8113;41.3116749;-105.6145752,way_type=user_defined:way_id=80E -edge,8113,8113;41.3116749;-105.6145752:8114;41.31153823;-105.6145647,way_type=user_defined:way_id=80E -edge,8114,8114;41.31153823;-105.6145647:8115;41.31091278;-105.6145057,way_type=user_defined:way_id=80E -edge,8115,8115;41.31091278;-105.6145057:8116;41.31057731;-105.6144793,way_type=user_defined:way_id=80E -edge,8116,8116;41.31057731;-105.6144793:8117;41.30901689;-105.6143441,way_type=user_defined:way_id=80E -edge,8117,8117;41.30901689;-105.6143441:8118;41.30901689;-105.6143441,way_type=user_defined:way_id=80E -edge,8118,8118;41.30901689;-105.6143441:8119;41.3078686;-105.6142485,way_type=user_defined:way_id=80E -edge,8119,8119;41.3078686;-105.6142485:8120;41.3071842;-105.6141858,way_type=user_defined:way_id=80E -edge,8120,8120;41.3071842;-105.6141858:8121;41.3066971;-105.6141442,way_type=user_defined:way_id=80E -edge,8121,8121;41.3066971;-105.6141442:8122;41.3064857;-105.6141234,way_type=user_defined:way_id=80E -edge,8122,8122;41.3064857;-105.6141234:8123;41.3062399;-105.6140958,way_type=user_defined:way_id=80E -edge,8123,8123;41.3062399;-105.6140958:8124;41.3060227;-105.6140686,way_type=user_defined:way_id=80E -edge,8124,8124;41.3060227;-105.6140686:8125;41.3059434;-105.6140567,way_type=user_defined:way_id=80E -edge,8125,8125;41.3059434;-105.6140567:8126;41.3057993;-105.614035,way_type=user_defined:way_id=80E -edge,8126,8126;41.3057993;-105.614035:8127;41.3055625;-105.6139902,way_type=user_defined:way_id=80E -edge,8127,8127;41.3055625;-105.6139902:8128;41.3053418;-105.6139364,way_type=user_defined:way_id=80E -edge,8128,8128;41.3053418;-105.6139364:8129;41.3051093;-105.6138663,way_type=user_defined:way_id=80E -edge,8129,8129;41.3051093;-105.6138663:8130;41.3048798;-105.6137814,way_type=user_defined:way_id=80E -edge,8130,8130;41.3048798;-105.6137814:8131;41.3046674;-105.6136891,way_type=user_defined:way_id=80E -edge,8131,8131;41.3046674;-105.6136891:8132;41.3045865;-105.6136486,way_type=user_defined:way_id=80E -edge,8132,8132;41.3045865;-105.6136486:8133;41.3045865;-105.6136486,way_type=user_defined:way_id=80E -edge,8133,8133;41.3045865;-105.6136486:8134;41.30445732;-105.6135836,way_type=user_defined:way_id=80E -edge,8134,8134;41.30445732;-105.6135836:8135;41.3042576;-105.6134711,way_type=user_defined:way_id=80E -edge,8135,8135;41.3042576;-105.6134711:8136;41.3040395;-105.6133335,way_type=user_defined:way_id=80E -edge,8136,8136;41.3040395;-105.6133335:8137;41.3038232;-105.6131799,way_type=user_defined:way_id=80E -edge,8137,8137;41.3038232;-105.6131799:8138;41.3036367;-105.6130336,way_type=user_defined:way_id=80E -edge,8138,8138;41.3036367;-105.6130336:8139;41.3034315;-105.612858,way_type=user_defined:way_id=80E -edge,8139,8139;41.3034315;-105.612858:8140;41.3032529;-105.6126922,way_type=user_defined:way_id=80E -edge,8140,8140;41.3032529;-105.6126922:8141;41.3030589;-105.6124956,way_type=user_defined:way_id=80E -edge,8141,8141;41.3030589;-105.6124956:8142;41.3028881;-105.6123048,way_type=user_defined:way_id=80E -edge,8142,8142;41.3028881;-105.6123048:8143;41.302714;-105.6120895,way_type=user_defined:way_id=80E -edge,8143,8143;41.302714;-105.6120895:8144;41.30267146;-105.612032,way_type=user_defined:way_id=80E -edge,8144,8144;41.30267146;-105.612032:8145;41.3025624;-105.6118845,way_type=user_defined:way_id=80E -edge,8145,8145;41.3025624;-105.6118845:8146;41.3024126;-105.6116639,way_type=user_defined:way_id=80E -edge,8146,8146;41.3024126;-105.6116639:8147;41.3022602;-105.61142,way_type=user_defined:way_id=80E -edge,8147,8147;41.3022602;-105.61142:8148;41.3021082;-105.6111523,way_type=user_defined:way_id=80E -edge,8148,8148;41.3021082;-105.6111523:8149;41.301988;-105.6109225,way_type=user_defined:way_id=80E -edge,8149,8149;41.301988;-105.6109225:8150;41.3018552;-105.6106468,way_type=user_defined:way_id=80E -edge,8150,8150;41.3018552;-105.6106468:8151;41.3017455;-105.6103965,way_type=user_defined:way_id=80E -edge,8151,8151;41.3017455;-105.6103965:8152;41.3016333;-105.6101147,way_type=user_defined:way_id=80E -edge,8152,8152;41.3016333;-105.6101147:8153;41.301536;-105.6098446,way_type=user_defined:way_id=80E -edge,8153,8153;41.301536;-105.6098446:8154;41.3014382;-105.6095438,way_type=user_defined:way_id=80E -edge,8154,8154;41.3014382;-105.6095438:8155;41.3013574;-105.6092751,way_type=user_defined:way_id=80E -edge,8155,8155;41.3013574;-105.6092751:8156;41.3012724;-105.6089789,way_type=user_defined:way_id=80E -edge,8156,8156;41.3012724;-105.6089789:8157;41.3011915;-105.6086814,way_type=user_defined:way_id=80E -edge,8157,8157;41.3011915;-105.6086814:8158;41.301109;-105.6083657,way_type=user_defined:way_id=80E -edge,8158,8158;41.301109;-105.6083657:8159;41.3009807;-105.6078747,way_type=user_defined:way_id=80E -edge,8159,8159;41.3009807;-105.6078747:8160;41.3008967;-105.6075605,way_type=user_defined:way_id=80E -edge,8160,8160;41.3008967;-105.6075605:8161;41.300622;-105.6065441,way_type=user_defined:way_id=80E -edge,8161,8161;41.300622;-105.6065441:8162;41.3004276;-105.6058181,way_type=user_defined:way_id=80E -edge,8162,8162;41.3004276;-105.6058181:8163;41.3000333;-105.6043628,way_type=user_defined:way_id=80E -edge,8163,8163;41.3000333;-105.6043628:8164;41.2997416;-105.6032726,way_type=user_defined:way_id=80E -edge,8164,8164;41.2997416;-105.6032726:8165;41.299155;-105.6010981,way_type=user_defined:way_id=80E -edge,8165,8165;41.299155;-105.6010981:8166;41.29890935;-105.6001758,way_type=user_defined:way_id=80E -edge,8166,8166;41.29890935;-105.6001758:8167;41.2988844;-105.6000821,way_type=user_defined:way_id=80E -edge,8167,8167;41.2988844;-105.6000821:8168;41.2986325;-105.5991569,way_type=user_defined:way_id=80E -edge,8168,8168;41.2986325;-105.5991569:8169;41.2986325;-105.5991569,way_type=user_defined:way_id=80E -edge,8169,8169;41.2986325;-105.5991569:8170;41.2984126;-105.5983388,way_type=user_defined:way_id=80E -edge,8170,8170;41.2984126;-105.5983388:8171;41.29833197;-105.5980421,way_type=user_defined:way_id=80E -edge,8171,8171;41.29833197;-105.5980421:8172;41.2982467;-105.5977283,way_type=user_defined:way_id=80E -edge,8172,8172;41.2982467;-105.5977283:8173;41.2980282;-105.5969116,way_type=user_defined:way_id=80E -edge,8173,8173;41.2980282;-105.5969116:8174;41.29799249;-105.5967796,way_type=user_defined:way_id=80E -edge,8174,8174;41.29799249;-105.5967796:8175;41.2976415;-105.595482,way_type=user_defined:way_id=80E -edge,8175,8175;41.2976415;-105.595482:8176;41.29742191;-105.5946532,way_type=user_defined:way_id=80E -edge,8176,8176;41.29742191;-105.5946532:8177;41.29742191;-105.5946532,way_type=user_defined:way_id=80E -edge,8177,8177;41.29742191;-105.5946532:8178;41.2973183;-105.5942618,way_type=user_defined:way_id=80E -edge,8178,8178;41.2973183;-105.5942618:8179;41.2968661;-105.592596,way_type=user_defined:way_id=80E -edge,8179,8179;41.2968661;-105.592596:8180;41.29663;-105.5917055,way_type=user_defined:way_id=80E -edge,8180,8180;41.29663;-105.5917055:8181;41.2965378;-105.5913625,way_type=user_defined:way_id=80E -edge,8181,8181;41.2965378;-105.5913625:8182;41.296297;-105.5904766,way_type=user_defined:way_id=80E -edge,8182,8182;41.296297;-105.5904766:8183;41.2960764;-105.589658,way_type=user_defined:way_id=80E -edge,8183,8183;41.2960764;-105.589658:8184;41.2956806;-105.5882047,way_type=user_defined:way_id=80E -edge,8184,8184;41.2956806;-105.5882047:8185;41.29544315;-105.5873143,way_type=user_defined:way_id=80E -edge,8185,8185;41.29544315;-105.5873143:8186;41.29544315;-105.5873143,way_type=user_defined:way_id=80E -edge,8186,8186;41.29544315;-105.5873143:8187;41.2953778;-105.5870693,way_type=user_defined:way_id=80E -edge,8187,8187;41.2953778;-105.5870693:8188;41.2951415;-105.5861925,way_type=user_defined:way_id=80E -edge,8188,8188;41.2951415;-105.5861925:8189;41.2949868;-105.5856108,way_type=user_defined:way_id=80E -edge,8189,8189;41.2949868;-105.5856108:8190;41.29473943;-105.5846953,way_type=user_defined:way_id=80E -edge,8190,8190;41.29473943;-105.5846953:8191;41.294309;-105.5830949,way_type=user_defined:way_id=80E -edge,8191,8191;41.294309;-105.5830949:8192;41.2939454;-105.5817262,way_type=user_defined:way_id=80E -edge,8192,8192;41.2939454;-105.5817262:8193;41.29361886;-105.5805147,way_type=user_defined:way_id=80E -edge,8193,8193;41.29361886;-105.5805147:8194;41.2935508;-105.5802679,way_type=user_defined:way_id=80E -edge,8194,8194;41.2935508;-105.5802679:8195;41.2935508;-105.5802679,way_type=user_defined:way_id=80E -edge,8195,8195;41.2935508;-105.5802679:8196;41.2935257;-105.5801767,way_type=user_defined:way_id=80E -edge,8196,8196;41.2935257;-105.5801767:8197;41.2933805;-105.5796095,way_type=user_defined:way_id=80E -edge,8197,8197;41.2933805;-105.5796095:8198;41.2930715;-105.5784762,way_type=user_defined:way_id=80E -edge,8198,8198;41.2930715;-105.5784762:8199;41.2929033;-105.5778459,way_type=user_defined:way_id=80E -edge,8199,8199;41.2929033;-105.5778459:8200;41.2926822;-105.5769978,way_type=user_defined:way_id=80E -edge,8200,8200;41.2926822;-105.5769978:8201;41.2926137;-105.5767269,way_type=user_defined:way_id=80E -edge,8201,8201;41.2926137;-105.5767269:8202;41.2925453;-105.5764464,way_type=user_defined:way_id=80E -edge,8202,8202;41.2925453;-105.5764464:8203;41.2924747;-105.5761471,way_type=user_defined:way_id=80E -edge,8203,8203;41.2924747;-105.5761471:8204;41.2924105;-105.5758648,way_type=user_defined:way_id=80E -edge,8204,8204;41.2924105;-105.5758648:8205;41.2922741;-105.5752439,way_type=user_defined:way_id=80E -edge,8205,8205;41.2922741;-105.5752439:8206;41.2922155;-105.5749665,way_type=user_defined:way_id=80E -edge,8206,8206;41.2922155;-105.5749665:8207;41.2921012;-105.574403,way_type=user_defined:way_id=80E -edge,8207,8207;41.2921012;-105.574403:8208;41.2920416;-105.5740991,way_type=user_defined:way_id=80E -edge,8208,8208;41.2920416;-105.5740991:8209;41.2919818;-105.5737823,way_type=user_defined:way_id=80E -edge,8209,8209;41.2919818;-105.5737823:8210;41.2919299;-105.5734932,way_type=user_defined:way_id=80E -edge,8210,8210;41.2919299;-105.5734932:8211;41.2918599;-105.573086,way_type=user_defined:way_id=80E -edge,8211,8211;41.2918599;-105.573086:8212;41.2917841;-105.5726251,way_type=user_defined:way_id=80E -edge,8212,8212;41.2917841;-105.5726251:8213;41.2917316;-105.5722928,way_type=user_defined:way_id=80E -edge,8213,8213;41.2917316;-105.5722928:8214;41.2916852;-105.5719818,way_type=user_defined:way_id=80E -edge,8214,8214;41.2916852;-105.5719818:8215;41.2916039;-105.5714044,way_type=user_defined:way_id=80E -edge,8215,8215;41.2916039;-105.5714044:8216;41.2915237;-105.5708068,way_type=user_defined:way_id=80E -edge,8216,8216;41.2915237;-105.5708068:8217;41.291478;-105.5704465,way_type=user_defined:way_id=80E -edge,8217,8217;41.291478;-105.5704465:8218;41.2914199;-105.5699499,way_type=user_defined:way_id=80E -edge,8218,8218;41.2914199;-105.5699499:8219;41.2913806;-105.5695862,way_type=user_defined:way_id=80E -edge,8219,8219;41.2913806;-105.5695862:8220;41.2913481;-105.5692624,way_type=user_defined:way_id=80E -edge,8220,8220;41.2913481;-105.5692624:8221;41.2913188;-105.5689477,way_type=user_defined:way_id=80E -edge,8221,8221;41.2913188;-105.5689477:8222;41.2912832;-105.5685415,way_type=user_defined:way_id=80E -edge,8222,8222;41.2912832;-105.5685415:8223;41.291243;-105.568044,way_type=user_defined:way_id=80E -edge,8223,8223;41.291243;-105.568044:8224;41.2912118;-105.5676115,way_type=user_defined:way_id=80E -edge,8224,8224;41.2912118;-105.5676115:8225;41.2911825;-105.5671529,way_type=user_defined:way_id=80E -edge,8225,8225;41.2911825;-105.5671529:8226;41.2911605;-105.5667553,way_type=user_defined:way_id=80E -edge,8226,8226;41.2911605;-105.5667553:8227;41.2911349;-105.5662452,way_type=user_defined:way_id=80E -edge,8227,8227;41.2911349;-105.5662452:8228;41.291121;-105.5659153,way_type=user_defined:way_id=80E -edge,8228,8228;41.291121;-105.5659153:8229;41.29111;-105.5655951,way_type=user_defined:way_id=80E -edge,8229,8229;41.29111;-105.5655951:8230;41.2911024;-105.5653129,way_type=user_defined:way_id=80E -edge,8230,8230;41.2911024;-105.5653129:8231;41.2910907;-105.5647354,way_type=user_defined:way_id=80E -edge,8231,8231;41.2910907;-105.5647354:8232;41.2910861;-105.5644016,way_type=user_defined:way_id=80E -edge,8232,8232;41.2910861;-105.5644016:8233;41.2910833;-105.5639412,way_type=user_defined:way_id=80E -edge,8233,8233;41.2910833;-105.5639412:8234;41.2910786;-105.5625618,way_type=user_defined:way_id=80E -edge,8234,8234;41.2910786;-105.5625618:8235;41.2910784;-105.5613342,way_type=user_defined:way_id=80E -edge,8235,8235;41.2910784;-105.5613342:8236;41.2910731;-105.5592001,way_type=user_defined:way_id=80E -edge,8236,8236;41.2910731;-105.5592001:8237;41.2910732;-105.557687,way_type=user_defined:way_id=80E -edge,8237,8237;41.2910732;-105.557687:8238;41.2910748;-105.5567521,way_type=user_defined:way_id=80E -edge,8238,8238;41.2910748;-105.5567521:8239;41.2910707;-105.554545,way_type=user_defined:way_id=80E -edge,8239,8239;41.2910707;-105.554545:8240;41.2910712;-105.5530245,way_type=user_defined:way_id=80E -edge,8240,8240;41.2910712;-105.5530245:8241;41.2910685;-105.551461,way_type=user_defined:way_id=80E -edge,8241,8241;41.2910685;-105.551461:8242;41.2910638;-105.5503181,way_type=user_defined:way_id=80E -edge,8242,8242;41.2910638;-105.5503181:8243;41.2910668;-105.548802,way_type=user_defined:way_id=80E -edge,8243,8243;41.2910668;-105.548802:8244;41.2910627;-105.5475753,way_type=user_defined:way_id=80E -edge,8244,8244;41.2910627;-105.5475753:8245;41.2910648;-105.5460323,way_type=user_defined:way_id=80E -edge,8245,8245;41.2910648;-105.5460323:8246;41.2910635;-105.5454484,way_type=user_defined:way_id=80E -edge,8246,8246;41.2910635;-105.5454484:8247;41.2910634;-105.543,way_type=user_defined:way_id=80E -edge,8247,8247;41.2910634;-105.543:8248;41.2910599;-105.5402856,way_type=user_defined:way_id=80E -edge,8248,8248;41.2910599;-105.5402856:8249;41.2910605;-105.5381988,way_type=user_defined:way_id=80E -edge,8249,8249;41.2910605;-105.5381988:8250;41.2910605;-105.5381988,way_type=user_defined:way_id=80E -edge,8250,8250;41.2910605;-105.5381988:8251;41.2910551;-105.5365622,way_type=user_defined:way_id=80E -edge,8251,8251;41.2910551;-105.5365622:8252;41.2910556;-105.5357412,way_type=user_defined:way_id=80E -edge,8252,8252;41.2910556;-105.5357412:8253;41.2910576;-105.535014,way_type=user_defined:way_id=80E -edge,8253,8253;41.2910576;-105.535014:8254;41.2910545;-105.5338624,way_type=user_defined:way_id=80E -edge,8254,8254;41.2910545;-105.5338624:8255;41.2910563;-105.5322743,way_type=user_defined:way_id=80E -edge,8255,8255;41.2910563;-105.5322743:8256;41.2910518;-105.5310441,way_type=user_defined:way_id=80E -edge,8256,8256;41.2910518;-105.5310441:8257;41.2910495;-105.5307274,way_type=user_defined:way_id=80E -edge,8257,8257;41.2910495;-105.5307274:8258;41.2910444;-105.5304381,way_type=user_defined:way_id=80E -edge,8258,8258;41.2910444;-105.5304381:8259;41.2910341;-105.5301011,way_type=user_defined:way_id=80E -edge,8259,8259;41.2910341;-105.5301011:8260;41.2910189;-105.5298149,way_type=user_defined:way_id=80E -edge,8260,8260;41.2910189;-105.5298149:8261;41.2909926;-105.5294981,way_type=user_defined:way_id=80E -edge,8261,8261;41.2909926;-105.5294981:8262;41.2909553;-105.5291775,way_type=user_defined:way_id=80E -edge,8262,8262;41.2909553;-105.5291775:8263;41.2909121;-105.5288882,way_type=user_defined:way_id=80E -edge,8263,8263;41.2909121;-105.5288882:8264;41.29086852;-105.528637,way_type=user_defined:way_id=80E -edge,8264,8264;41.29086852;-105.528637:8265;41.29086852;-105.528637,way_type=user_defined:way_id=80E -edge,8265,8265;41.29086852;-105.528637:8266;41.29085951;-105.5285865,way_type=user_defined:way_id=80E -edge,8266,8266;41.29085951;-105.5285865:8267;41.29085951;-105.5285865,way_type=user_defined:way_id=80E -edge,8267,8267;41.29085951;-105.5285865:8268;41.29085089;-105.5285411,way_type=user_defined:way_id=80E -edge,8268,8268;41.29085089;-105.5285411:8269;41.29085089;-105.5285411,way_type=user_defined:way_id=80E -edge,8269,8269;41.29085089;-105.5285411:8270;41.290805;-105.5283039,way_type=user_defined:way_id=80E -edge,8270,8270;41.290805;-105.5283039:8271;41.2907324;-105.5280277,way_type=user_defined:way_id=80E -edge,8271,8271;41.2907324;-105.5280277:8272;41.29070257;-105.5279309,way_type=user_defined:way_id=80E -edge,8272,8272;41.29070257;-105.5279309:8273;41.2906387;-105.5277236,way_type=user_defined:way_id=80E -edge,8273,8273;41.2906387;-105.5277236:8274;41.2905764;-105.5275444,way_type=user_defined:way_id=80E -edge,8274,8274;41.2905764;-105.5275444:8275;41.2905764;-105.5275444,way_type=user_defined:way_id=80E -edge,8275,8275;41.2905764;-105.5275444:8276;41.2905466;-105.5274587,way_type=user_defined:way_id=80E -edge,8276,8276;41.2905466;-105.5274587:8277;41.2904504;-105.5272093,way_type=user_defined:way_id=80E -edge,8277,8277;41.2904504;-105.5272093:8278;41.2903271;-105.5269197,way_type=user_defined:way_id=80E -edge,8278,8278;41.2903271;-105.5269197:8279;41.2902012;-105.5266539,way_type=user_defined:way_id=80E -edge,8279,8279;41.2902012;-105.5266539:8280;41.29010978;-105.5264775,way_type=user_defined:way_id=80E -edge,8280,8280;41.29010978;-105.5264775:8281;41.2900791;-105.5264183,way_type=user_defined:way_id=80E -edge,8281,8281;41.2900791;-105.5264183:8282;41.2899446;-105.5261819,way_type=user_defined:way_id=80E -edge,8282,8282;41.2899446;-105.5261819:8283;41.2897884;-105.525931,way_type=user_defined:way_id=80E -edge,8283,8283;41.2897884;-105.525931:8284;41.2896433;-105.5257173,way_type=user_defined:way_id=80E -edge,8284,8284;41.2896433;-105.5257173:8285;41.2894915;-105.5255106,way_type=user_defined:way_id=80E -edge,8285,8285;41.2894915;-105.5255106:8286;41.2893134;-105.5252873,way_type=user_defined:way_id=80E -edge,8286,8286;41.2893134;-105.5252873:8287;41.2891336;-105.5250798,way_type=user_defined:way_id=80E -edge,8287,8287;41.2891336;-105.5250798:8288;41.2889591;-105.5248944,way_type=user_defined:way_id=80E -edge,8288,8288;41.2889591;-105.5248944:8289;41.2887692;-105.5247046,way_type=user_defined:way_id=80E -edge,8289,8289;41.2887692;-105.5247046:8290;41.2883903;-105.5243389,way_type=user_defined:way_id=80E -edge,8290,8290;41.2883903;-105.5243389:8291;41.28783334;-105.5238118,way_type=user_defined:way_id=80E -edge,8291,8291;41.28783334;-105.5238118:8292;41.287631;-105.5236203,way_type=user_defined:way_id=80E -edge,8292,8292;41.287631;-105.5236203:8293;41.2866189;-105.5226554,way_type=user_defined:way_id=80E -edge,8293,8293;41.2866189;-105.5226554:8294;41.2857537;-105.5218404,way_type=user_defined:way_id=80E -edge,8294,8294;41.2857537;-105.5218404:8295;41.2857537;-105.5218404,way_type=user_defined:way_id=80E -edge,8295,8295;41.2857537;-105.5218404:8296;41.2835553;-105.5197518,way_type=user_defined:way_id=80E -edge,8296,8296;41.2835553;-105.5197518:8297;41.2829404;-105.5191676,way_type=user_defined:way_id=80E -edge,8297,8297;41.2829404;-105.5191676:8298;41.2820096;-105.5182798,way_type=user_defined:way_id=80E -edge,8298,8298;41.2820096;-105.5182798:8299;41.2812593;-105.5175686,way_type=user_defined:way_id=80E -edge,8299,8299;41.2812593;-105.5175686:8300;41.2809029;-105.5172286,way_type=user_defined:way_id=80E -edge,8300,8300;41.2809029;-105.5172286:8301;41.2793972;-105.5158037,way_type=user_defined:way_id=80E -edge,8301,8301;41.2793972;-105.5158037:8302;41.278961;-105.5153842,way_type=user_defined:way_id=80E -edge,8302,8302;41.278961;-105.5153842:8303;41.2786526;-105.5150828,way_type=user_defined:way_id=80E -edge,8303,8303;41.2786526;-105.5150828:8304;41.2784779;-105.5149087,way_type=user_defined:way_id=80E -edge,8304,8304;41.2784779;-105.5149087:8305;41.2782869;-105.514713,way_type=user_defined:way_id=80E -edge,8305,8305;41.2782869;-105.514713:8306;41.2781141;-105.5145308,way_type=user_defined:way_id=80E -edge,8306,8306;41.2781141;-105.5145308:8307;41.2779869;-105.5143924,way_type=user_defined:way_id=80E -edge,8307,8307;41.2779869;-105.5143924:8308;41.277762;-105.5141406,way_type=user_defined:way_id=80E -edge,8308,8308;41.277762;-105.5141406:8309;41.2775937;-105.513945,way_type=user_defined:way_id=80E -edge,8309,8309;41.2775937;-105.513945:8310;41.2774165;-105.5137322,way_type=user_defined:way_id=80E -edge,8310,8310;41.2774165;-105.5137322:8311;41.2772817;-105.5135669,way_type=user_defined:way_id=80E -edge,8311,8311;41.2772817;-105.5135669:8312;41.277035;-105.5132574,way_type=user_defined:way_id=80E -edge,8312,8312;41.277035;-105.5132574:8313;41.276903;-105.5130877,way_type=user_defined:way_id=80E -edge,8313,8313;41.276903;-105.5130877:8314;41.2767473;-105.5128838,way_type=user_defined:way_id=80E -edge,8314,8314;41.2767473;-105.5128838:8315;41.2765943;-105.5126777,way_type=user_defined:way_id=80E -edge,8315,8315;41.2765943;-105.5126777:8316;41.27648293;-105.512523,way_type=user_defined:way_id=80E -edge,8316,8316;41.27648293;-105.512523:8317;41.27648293;-105.512523,way_type=user_defined:way_id=80E -edge,8317,8317;41.27648293;-105.512523:8318;41.2764239;-105.5124409,way_type=user_defined:way_id=80E -edge,8318,8318;41.2764239;-105.5124409:8319;41.276277;-105.5122288,way_type=user_defined:way_id=80E -edge,8319,8319;41.276277;-105.5122288:8320;41.2761145;-105.511985,way_type=user_defined:way_id=80E -edge,8320,8320;41.2761145;-105.511985:8321;41.2759561;-105.5117369,way_type=user_defined:way_id=80E -edge,8321,8321;41.2759561;-105.5117369:8322;41.2758146;-105.511508,way_type=user_defined:way_id=80E -edge,8322,8322;41.2758146;-105.511508:8323;41.2756664;-105.5112616,way_type=user_defined:way_id=80E -edge,8323,8323;41.2756664;-105.5112616:8324;41.2755334;-105.5110363,way_type=user_defined:way_id=80E -edge,8324,8324;41.2755334;-105.5110363:8325;41.275398;-105.5108012,way_type=user_defined:way_id=80E -edge,8325,8325;41.275398;-105.5108012:8326;41.2752524;-105.5105404,way_type=user_defined:way_id=80E -edge,8326,8326;41.2752524;-105.5105404:8327;41.275127;-105.5103073,way_type=user_defined:way_id=80E -edge,8327,8327;41.275127;-105.5103073:8328;41.2749846;-105.5100319,way_type=user_defined:way_id=80E -edge,8328,8328;41.2749846;-105.5100319:8329;41.2748525;-105.5097687,way_type=user_defined:way_id=80E -edge,8329,8329;41.2748525;-105.5097687:8330;41.2746114;-105.5092795,way_type=user_defined:way_id=80E -edge,8330,8330;41.2746114;-105.5092795:8331;41.2744826;-105.509013,way_type=user_defined:way_id=80E -edge,8331,8331;41.2744826;-105.509013:8332;41.2737593;-105.5074824,way_type=user_defined:way_id=80E -edge,8332,8332;41.2737593;-105.5074824:8333;41.2734005;-105.5067158,way_type=user_defined:way_id=80E -edge,8333,8333;41.2734005;-105.5067158:8334;41.2732855;-105.5064625,way_type=user_defined:way_id=80E -edge,8334,8334;41.2732855;-105.5064625:8335;41.2731778;-105.5062155,way_type=user_defined:way_id=80E -edge,8335,8335;41.2731778;-105.5062155:8336;41.2730746;-105.5059657,way_type=user_defined:way_id=80E -edge,8336,8336;41.2730746;-105.5059657:8337;41.2729721;-105.5057056,way_type=user_defined:way_id=80E -edge,8337,8337;41.2729721;-105.5057056:8338;41.2728739;-105.5054434,way_type=user_defined:way_id=80E -edge,8338,8338;41.2728739;-105.5054434:8339;41.2727605;-105.5051184,way_type=user_defined:way_id=80E -edge,8339,8339;41.2727605;-105.5051184:8340;41.2726948;-105.5049204,way_type=user_defined:way_id=80E -edge,8340,8340;41.2726948;-105.5049204:8341;41.2726106;-105.5046518,way_type=user_defined:way_id=80E -edge,8341,8341;41.2726106;-105.5046518:8342;41.2725236;-105.5043549,way_type=user_defined:way_id=80E -edge,8342,8342;41.2725236;-105.5043549:8343;41.2724491;-105.5040823,way_type=user_defined:way_id=80E -edge,8343,8343;41.2724491;-105.5040823:8344;41.272379;-105.5038089,way_type=user_defined:way_id=80E -edge,8344,8344;41.272379;-105.5038089:8345;41.2723209;-105.5035698,way_type=user_defined:way_id=80E -edge,8345,8345;41.2723209;-105.5035698:8346;41.2722581;-105.5032952,way_type=user_defined:way_id=80E -edge,8346,8346;41.2722581;-105.5032952:8347;41.2722201;-105.5031157,way_type=user_defined:way_id=80E -edge,8347,8347;41.2722201;-105.5031157:8348;41.2721922;-105.5029813,way_type=user_defined:way_id=80E -edge,8348,8348;41.2721922;-105.5029813:8349;41.2721398;-105.5027031,way_type=user_defined:way_id=80E -edge,8349,8349;41.2721398;-105.5027031:8350;41.2720956;-105.5024221,way_type=user_defined:way_id=80E -edge,8350,8350;41.2720956;-105.5024221:8351;41.272063;-105.5021677,way_type=user_defined:way_id=80E -edge,8351,8351;41.272063;-105.5021677:8352;41.2720286;-105.5018551,way_type=user_defined:way_id=80E -edge,8352,8352;41.2720286;-105.5018551:8353;41.2720003;-105.5015609,way_type=user_defined:way_id=80E -edge,8353,8353;41.2720003;-105.5015609:8354;41.2719758;-105.5012835,way_type=user_defined:way_id=80E -edge,8354,8354;41.2719758;-105.5012835:8355;41.2719499;-105.5009594,way_type=user_defined:way_id=80E -edge,8355,8355;41.2719499;-105.5009594:8356;41.2719343;-105.5007361,way_type=user_defined:way_id=80E -edge,8356,8356;41.2719343;-105.5007361:8357;41.2719168;-105.5004556,way_type=user_defined:way_id=80E -edge,8357,8357;41.2719168;-105.5004556:8358;41.2718989;-105.5001263,way_type=user_defined:way_id=80E -edge,8358,8358;41.2718989;-105.5001263:8359;41.2718737;-105.4995547,way_type=user_defined:way_id=80E -edge,8359,8359;41.2718737;-105.4995547:8360;41.2718628;-105.4992384,way_type=user_defined:way_id=80E -edge,8360,8360;41.2718628;-105.4992384:8361;41.2718455;-105.4986617,way_type=user_defined:way_id=80E -edge,8361,8361;41.2718455;-105.4986617:8362;41.2718337;-105.4983378,way_type=user_defined:way_id=80E -edge,8362,8362;41.2718337;-105.4983378:8363;41.271817;-105.4980222,way_type=user_defined:way_id=80E -edge,8363,8363;41.271817;-105.4980222:8364;41.2717968;-105.4977248,way_type=user_defined:way_id=80E -edge,8364,8364;41.2717968;-105.4977248:8365;41.2717514;-105.4971091,way_type=user_defined:way_id=80E -edge,8365,8365;41.2717514;-105.4971091:8366;41.2717309;-105.4967911,way_type=user_defined:way_id=80E -edge,8366,8366;41.2717309;-105.4967911:8367;41.2717126;-105.4964647,way_type=user_defined:way_id=80E -edge,8367,8367;41.2717126;-105.4964647:8368;41.2716993;-105.496185,way_type=user_defined:way_id=80E -edge,8368,8368;41.2716993;-105.496185:8369;41.2716921;-105.4960027,way_type=user_defined:way_id=80E -edge,8369,8369;41.2716921;-105.4960027:8370;41.2716781;-105.4955965,way_type=user_defined:way_id=80E -edge,8370,8370;41.2716781;-105.4955965:8371;41.2716514;-105.494661,way_type=user_defined:way_id=80E -edge,8371,8371;41.2716514;-105.494661:8372;41.2716301;-105.4940121,way_type=user_defined:way_id=80E -edge,8372,8372;41.2716301;-105.4940121:8373;41.2716097;-105.4933347,way_type=user_defined:way_id=80E -edge,8373,8373;41.2716097;-105.4933347:8374;41.2715802;-105.4922458,way_type=user_defined:way_id=80E -edge,8374,8374;41.2715802;-105.4922458:8375;41.2715762;-105.4918878,way_type=user_defined:way_id=80E -edge,8375,8375;41.2715762;-105.4918878:8376;41.2715782;-105.4915963,way_type=user_defined:way_id=80E -edge,8376,8376;41.2715782;-105.4915963:8377;41.2715843;-105.4913142,way_type=user_defined:way_id=80E -edge,8377,8377;41.2715843;-105.4913142:8378;41.2715958;-105.4910233,way_type=user_defined:way_id=80E -edge,8378,8378;41.2715958;-105.4910233:8379;41.2716138;-105.4907057,way_type=user_defined:way_id=80E -edge,8379,8379;41.2716138;-105.4907057:8380;41.2716393;-105.4903797,way_type=user_defined:way_id=80E -edge,8380,8380;41.2716393;-105.4903797:8381;41.2716669;-105.4900948,way_type=user_defined:way_id=80E -edge,8381,8381;41.2716669;-105.4900948:8382;41.271695;-105.4898468,way_type=user_defined:way_id=80E -edge,8382,8382;41.271695;-105.4898468:8383;41.2717363;-105.4895172,way_type=user_defined:way_id=80E -edge,8383,8383;41.2717363;-105.4895172:8384;41.2717739;-105.489236,way_type=user_defined:way_id=80E -edge,8384,8384;41.2717739;-105.489236:8385;41.2719345;-105.4880743,way_type=user_defined:way_id=80E -edge,8385,8385;41.2719345;-105.4880743:8386;41.2721244;-105.4867235,way_type=user_defined:way_id=80E -edge,8386,8386;41.2721244;-105.4867235:8387;41.2721651;-105.4863989,way_type=user_defined:way_id=80E -edge,8387,8387;41.2721651;-105.4863989:8388;41.2721925;-105.4861202,way_type=user_defined:way_id=80E -edge,8388,8388;41.2721925;-105.4861202:8389;41.2722106;-105.4858608,way_type=user_defined:way_id=80E -edge,8389,8389;41.2722106;-105.4858608:8390;41.2722213;-105.4856101,way_type=user_defined:way_id=80E -edge,8390,8390;41.2722213;-105.4856101:8391;41.2722228;-105.485573,way_type=user_defined:way_id=80E -edge,8391,8391;41.2722228;-105.485573:8392;41.2722264;-105.4852866,way_type=user_defined:way_id=80E -edge,8392,8392;41.2722264;-105.4852866:8393;41.2722211;-105.4850384,way_type=user_defined:way_id=80E -edge,8393,8393;41.2722211;-105.4850384:8394;41.2722047;-105.4847464,way_type=user_defined:way_id=80E -edge,8394,8394;41.2722047;-105.4847464:8395;41.272178;-105.484466,way_type=user_defined:way_id=80E -edge,8395,8395;41.272178;-105.484466:8396;41.2721455;-105.4842184,way_type=user_defined:way_id=80E -edge,8396,8396;41.2721455;-105.4842184:8397;41.2721335;-105.484145,way_type=user_defined:way_id=80E -edge,8397,8397;41.2721335;-105.484145:8398;41.2720979;-105.4839356,way_type=user_defined:way_id=80E -edge,8398,8398;41.2720979;-105.4839356:8399;41.2720489;-105.4836981,way_type=user_defined:way_id=80E -edge,8399,8399;41.2720489;-105.4836981:8400;41.2719805;-105.4834188,way_type=user_defined:way_id=80E -edge,8400,8400;41.2719805;-105.4834188:8401;41.2719061;-105.4831593,way_type=user_defined:way_id=80E -edge,8401,8401;41.2719061;-105.4831593:8402;41.2718289;-105.48292,way_type=user_defined:way_id=80E -edge,8402,8402;41.2718289;-105.48292:8403;41.2717336;-105.4826574,way_type=user_defined:way_id=80E -edge,8403,8403;41.2717336;-105.4826574:8404;41.2716335;-105.4824174,way_type=user_defined:way_id=80E -edge,8404,8404;41.2716335;-105.4824174:8405;41.2715164;-105.4821681,way_type=user_defined:way_id=80E -edge,8405,8405;41.2715164;-105.4821681:8406;41.2715002;-105.4821366,way_type=user_defined:way_id=80E -edge,8406,8406;41.2715002;-105.4821366:8407;41.2713888;-105.4819252,way_type=user_defined:way_id=80E -edge,8407,8407;41.2713888;-105.4819252:8408;41.2712609;-105.4817046,way_type=user_defined:way_id=80E -edge,8408,8408;41.2712609;-105.4817046:8409;41.2711202;-105.4814834,way_type=user_defined:way_id=80E -edge,8409,8409;41.2711202;-105.4814834:8410;41.2710869;-105.4814348,way_type=user_defined:way_id=80E -edge,8410,8410;41.2710869;-105.4814348:8411;41.2709569;-105.4812487,way_type=user_defined:way_id=80E -edge,8411,8411;41.2709569;-105.4812487:8412;41.2708067;-105.4810482,way_type=user_defined:way_id=80E -edge,8412,8412;41.2708067;-105.4810482:8413;41.2706464;-105.4808465,way_type=user_defined:way_id=80E -edge,8413,8413;41.2706464;-105.4808465:8414;41.2704876;-105.4806543,way_type=user_defined:way_id=80E -edge,8414,8414;41.2704876;-105.4806543:8415;41.2698177;-105.4798716,way_type=user_defined:way_id=80E -edge,8415,8415;41.2698177;-105.4798716:8416;41.2679937;-105.4777311,way_type=user_defined:way_id=80E -edge,8416,8416;41.2679937;-105.4777311:8417;41.2674074;-105.4770362,way_type=user_defined:way_id=80E -edge,8417,8417;41.2674074;-105.4770362:8418;41.267228;-105.4768182,way_type=user_defined:way_id=80E -edge,8418,8418;41.267228;-105.4768182:8419;41.2670674;-105.4766153,way_type=user_defined:way_id=80E -edge,8419,8419;41.2670674;-105.4766153:8420;41.2669162;-105.4764131,way_type=user_defined:way_id=80E -edge,8420,8420;41.2669162;-105.4764131:8421;41.2667505;-105.4761763,way_type=user_defined:way_id=80E -edge,8421,8421;41.2667505;-105.4761763:8422;41.266611;-105.4759596,way_type=user_defined:way_id=80E -edge,8422,8422;41.266611;-105.4759596:8423;41.2664741;-105.4757279,way_type=user_defined:way_id=80E -edge,8423,8423;41.2664741;-105.4757279:8424;41.2663328;-105.4754651,way_type=user_defined:way_id=80E -edge,8424,8424;41.2663328;-105.4754651:8425;41.2662035;-105.4751917,way_type=user_defined:way_id=80E -edge,8425,8425;41.2662035;-105.4751917:8426;41.2660982;-105.4749431,way_type=user_defined:way_id=80E -edge,8426,8426;41.2660982;-105.4749431:8427;41.2659993;-105.474679,way_type=user_defined:way_id=80E -edge,8427,8427;41.2659993;-105.474679:8428;41.2659041;-105.4743914,way_type=user_defined:way_id=80E -edge,8428,8428;41.2659041;-105.4743914:8429;41.2658247;-105.4741159,way_type=user_defined:way_id=80E -edge,8429,8429;41.2658247;-105.4741159:8430;41.2657579;-105.4738445,way_type=user_defined:way_id=80E -edge,8430,8430;41.2657579;-105.4738445:8431;41.2657495;-105.4738084,way_type=user_defined:way_id=80E -edge,8431,8431;41.2657495;-105.4738084:8432;41.2656889;-105.4735044,way_type=user_defined:way_id=80E -edge,8432,8432;41.2656889;-105.4735044:8433;41.2656423;-105.4732157,way_type=user_defined:way_id=80E -edge,8433,8433;41.2656423;-105.4732157:8434;41.2656056;-105.4729326,way_type=user_defined:way_id=80E -edge,8434,8434;41.2656056;-105.4729326:8435;41.265573;-105.4726108,way_type=user_defined:way_id=80E -edge,8435,8435;41.265573;-105.4726108:8436;41.2655514;-105.4723243,way_type=user_defined:way_id=80E -edge,8436,8436;41.2655514;-105.4723243:8437;41.2655344;-105.4719997,way_type=user_defined:way_id=80E -edge,8437,8437;41.2655344;-105.4719997:8438;41.2654883;-105.470781,way_type=user_defined:way_id=80E -edge,8438,8438;41.2654883;-105.470781:8439;41.265476;-105.4704848,way_type=user_defined:way_id=80E -edge,8439,8439;41.265476;-105.4704848:8440;41.2654604;-105.47017,way_type=user_defined:way_id=80E -edge,8440,8440;41.2654604;-105.47017:8441;41.2654445;-105.4698839,way_type=user_defined:way_id=80E -edge,8441,8441;41.2654445;-105.4698839:8442;41.2654229;-105.4695508,way_type=user_defined:way_id=80E -edge,8442,8442;41.2654229;-105.4695508:8443;41.2653992;-105.469275,way_type=user_defined:way_id=80E -edge,8443,8443;41.2653992;-105.469275:8444;41.2653619;-105.4689462,way_type=user_defined:way_id=80E -edge,8444,8444;41.2653619;-105.4689462:8445;41.2653157;-105.4686379,way_type=user_defined:way_id=80E -edge,8445,8445;41.2653157;-105.4686379:8446;41.2652611;-105.4683524,way_type=user_defined:way_id=80E -edge,8446,8446;41.2652611;-105.4683524:8447;41.2651976;-105.4680803,way_type=user_defined:way_id=80E -edge,8447,8447;41.2651976;-105.4680803:8448;41.2651213;-105.4678043,way_type=user_defined:way_id=80E -edge,8448,8448;41.2651213;-105.4678043:8449;41.2650888;-105.4677021,way_type=user_defined:way_id=80E -edge,8449,8449;41.2650888;-105.4677021:8450;41.2650282;-105.4675165,way_type=user_defined:way_id=80E -edge,8450,8450;41.2650282;-105.4675165:8451;41.2649167;-105.4672198,way_type=user_defined:way_id=80E -edge,8451,8451;41.2649167;-105.4672198:8452;41.2648117;-105.4669716,way_type=user_defined:way_id=80E -edge,8452,8452;41.2648117;-105.4669716:8453;41.2646968;-105.46672,way_type=user_defined:way_id=80E -edge,8453,8453;41.2646968;-105.46672:8454;41.2645695;-105.4664567,way_type=user_defined:way_id=80E -edge,8454,8454;41.2645695;-105.4664567:8455;41.2644276;-105.4661834,way_type=user_defined:way_id=80E -edge,8455,8455;41.2644276;-105.4661834:8456;41.2642969;-105.4659458,way_type=user_defined:way_id=80E -edge,8456,8456;41.2642969;-105.4659458:8457;41.2641659;-105.4657202,way_type=user_defined:way_id=80E -edge,8457,8457;41.2641659;-105.4657202:8458;41.2640264;-105.4654909,way_type=user_defined:way_id=80E -edge,8458,8458;41.2640264;-105.4654909:8459;41.2635824;-105.4647783,way_type=user_defined:way_id=80E -edge,8459,8459;41.2635824;-105.4647783:8460;41.2634461;-105.464557,way_type=user_defined:way_id=80E -edge,8460,8460;41.2634461;-105.464557:8461;41.2632886;-105.4642973,way_type=user_defined:way_id=80E -edge,8461,8461;41.2632886;-105.4642973:8462;41.263143;-105.4640483,way_type=user_defined:way_id=80E -edge,8462,8462;41.263143;-105.4640483:8463;41.2630147;-105.4638181,way_type=user_defined:way_id=80E -edge,8463,8463;41.2630147;-105.4638181:8464;41.2628759;-105.4635505,way_type=user_defined:way_id=80E -edge,8464,8464;41.2628759;-105.4635505:8465;41.2627602;-105.4633085,way_type=user_defined:way_id=80E -edge,8465,8465;41.2627602;-105.4633085:8466;41.2626345;-105.4630297,way_type=user_defined:way_id=80E -edge,8466,8466;41.2626345;-105.4630297:8467;41.2625247;-105.4627718,way_type=user_defined:way_id=80E -edge,8467,8467;41.2625247;-105.4627718:8468;41.2624261;-105.4625156,way_type=user_defined:way_id=80E -edge,8468,8468;41.2624261;-105.4625156:8469;41.262328;-105.4622278,way_type=user_defined:way_id=80E -edge,8469,8469;41.262328;-105.4622278:8470;41.2622473;-105.461959,way_type=user_defined:way_id=80E -edge,8470,8470;41.2622473;-105.461959:8471;41.2621694;-105.4616828,way_type=user_defined:way_id=80E -edge,8471,8471;41.2621694;-105.4616828:8472;41.2618498;-105.4605027,way_type=user_defined:way_id=80E -edge,8472,8472;41.2618498;-105.4605027:8473;41.2617669;-105.4602083,way_type=user_defined:way_id=80E -edge,8473,8473;41.2617669;-105.4602083:8474;41.2616822;-105.4599223,way_type=user_defined:way_id=80E -edge,8474,8474;41.2616822;-105.4599223:8475;41.2616031;-105.4596695,way_type=user_defined:way_id=80E -edge,8475,8475;41.2616031;-105.4596695:8476;41.2615052;-105.4593708,way_type=user_defined:way_id=80E -edge,8476,8476;41.2615052;-105.4593708:8477;41.2614721;-105.459276,way_type=user_defined:way_id=80E -edge,8477,8477;41.2614721;-105.459276:8478;41.2614118;-105.4591036,way_type=user_defined:way_id=80E -edge,8478,8478;41.2614118;-105.4591036:8479;41.2613056;-105.4588145,way_type=user_defined:way_id=80E -edge,8479,8479;41.2613056;-105.4588145:8480;41.2612073;-105.4585598,way_type=user_defined:way_id=80E -edge,8480,8480;41.2612073;-105.4585598:8481;41.2610888;-105.4582703,way_type=user_defined:way_id=80E -edge,8481,8481;41.2610888;-105.4582703:8482;41.2609833;-105.4580248,way_type=user_defined:way_id=80E -edge,8482,8482;41.2609833;-105.4580248:8483;41.26087;-105.4577746,way_type=user_defined:way_id=80E -edge,8483,8483;41.26087;-105.4577746:8484;41.2607407;-105.4575042,way_type=user_defined:way_id=80E -edge,8484,8484;41.2607407;-105.4575042:8485;41.2606186;-105.4572613,way_type=user_defined:way_id=80E -edge,8485,8485;41.2606186;-105.4572613:8486;41.2604969;-105.457029,way_type=user_defined:way_id=80E -edge,8486,8486;41.2604969;-105.457029:8487;41.2603593;-105.4567762,way_type=user_defined:way_id=80E -edge,8487,8487;41.2603593;-105.4567762:8488;41.2602092;-105.456513,way_type=user_defined:way_id=80E -edge,8488,8488;41.2602092;-105.456513:8489;41.2600772;-105.4562907,way_type=user_defined:way_id=80E -edge,8489,8489;41.2600772;-105.4562907:8490;41.2599201;-105.4560347,way_type=user_defined:way_id=80E -edge,8490,8490;41.2599201;-105.4560347:8491;41.2592105;-105.4548922,way_type=user_defined:way_id=80E -edge,8491,8491;41.2592105;-105.4548922:8492;41.25877;-105.4541731,way_type=user_defined:way_id=80E -edge,8492,8492;41.25877;-105.4541731:8493;41.2583183;-105.4534432,way_type=user_defined:way_id=80E -edge,8493,8493;41.2583183;-105.4534432:8494;41.2573452;-105.4518524,way_type=user_defined:way_id=80E -edge,8494,8494;41.2573452;-105.4518524:8495;41.2569122;-105.4511599,way_type=user_defined:way_id=80E -edge,8495,8495;41.2569122;-105.4511599:8496;41.2560547;-105.4497605,way_type=user_defined:way_id=80E -edge,8496,8496;41.2560547;-105.4497605:8497;41.2556437;-105.4490985,way_type=user_defined:way_id=80E -edge,8497,8497;41.2556437;-105.4490985:8498;41.2554861;-105.448848,way_type=user_defined:way_id=80E -edge,8498,8498;41.2554861;-105.448848:8499;41.2553293;-105.4486087,way_type=user_defined:way_id=80E -edge,8499,8499;41.2553293;-105.4486087:8500;41.2551826;-105.4483942,way_type=user_defined:way_id=80E -edge,8500,8500;41.2551826;-105.4483942:8501;41.2550327;-105.448185,way_type=user_defined:way_id=80E -edge,8501,8501;41.2550327;-105.448185:8502;41.2548789;-105.4479806,way_type=user_defined:way_id=80E -edge,8502,8502;41.2548789;-105.4479806:8503;41.2547006;-105.4477558,way_type=user_defined:way_id=80E -edge,8503,8503;41.2547006;-105.4477558:8504;41.2545342;-105.4475568,way_type=user_defined:way_id=80E -edge,8504,8504;41.2545342;-105.4475568:8505;41.2543747;-105.4473746,way_type=user_defined:way_id=80E -edge,8505,8505;41.2543747;-105.4473746:8506;41.2541894;-105.4471743,way_type=user_defined:way_id=80E -edge,8506,8506;41.2541894;-105.4471743:8507;41.2540346;-105.4470155,way_type=user_defined:way_id=80E -edge,8507,8507;41.2540346;-105.4470155:8508;41.2538416;-105.446827,way_type=user_defined:way_id=80E -edge,8508,8508;41.2538416;-105.446827:8509;41.2536851;-105.4466821,way_type=user_defined:way_id=80E -edge,8509,8509;41.2536851;-105.4466821:8510;41.2534609;-105.4464844,way_type=user_defined:way_id=80E -edge,8510,8510;41.2534609;-105.4464844:8511;41.2532742;-105.4463299,way_type=user_defined:way_id=80E -edge,8511,8511;41.2532742;-105.4463299:8512;41.2530838;-105.4461817,way_type=user_defined:way_id=80E -edge,8512,8512;41.2530838;-105.4461817:8513;41.2528717;-105.4460257,way_type=user_defined:way_id=80E -edge,8513,8513;41.2528717;-105.4460257:8514;41.2526818;-105.4458936,way_type=user_defined:way_id=80E -edge,8514,8514;41.2526818;-105.4458936:8515;41.2524646;-105.445749,way_type=user_defined:way_id=80E -edge,8515,8515;41.2524646;-105.445749:8516;41.2522716;-105.445625,way_type=user_defined:way_id=80E -edge,8516,8516;41.2522716;-105.445625:8517;41.2514175;-105.4450863,way_type=user_defined:way_id=80E -edge,8517,8517;41.2514175;-105.4450863:8518;41.2505972;-105.4445753,way_type=user_defined:way_id=80E -edge,8518,8518;41.2505972;-105.4445753:8519;41.2495185;-105.4438947,way_type=user_defined:way_id=80E -edge,8519,8519;41.2495185;-105.4438947:8520;41.2480721;-105.4429864,way_type=user_defined:way_id=80E -edge,8520,8520;41.2480721;-105.4429864:8521;41.2469905;-105.4423101,way_type=user_defined:way_id=80E -edge,8521,8521;41.2469905;-105.4423101:8522;41.24671114;-105.4421336,way_type=user_defined:way_id=80E -edge,8522,8522;41.24671114;-105.4421336:8523;41.2441329;-105.4405094,way_type=user_defined:way_id=80E -edge,8523,8523;41.2441329;-105.4405094:8524;41.2432805;-105.4399774,way_type=user_defined:way_id=80E -edge,8524,8524;41.2432805;-105.4399774:8525;41.24307281;-105.439847,way_type=user_defined:way_id=80E -edge,8525,8525;41.24307281;-105.439847:8526;41.2420288;-105.4391913,way_type=user_defined:way_id=80E -edge,8526,8526;41.2420288;-105.4391913:8527;41.2417994;-105.4390509,way_type=user_defined:way_id=80E -edge,8527,8527;41.2417994;-105.4390509:8528;41.2416074;-105.4389361,way_type=user_defined:way_id=80E -edge,8528,8528;41.2416074;-105.4389361:8529;41.2414022;-105.4388175,way_type=user_defined:way_id=80E -edge,8529,8529;41.2414022;-105.4388175:8530;41.2411828;-105.4386964,way_type=user_defined:way_id=80E -edge,8530,8530;41.2411828;-105.4386964:8531;41.2409756;-105.4385878,way_type=user_defined:way_id=80E -edge,8531,8531;41.2409756;-105.4385878:8532;41.2407738;-105.4384873,way_type=user_defined:way_id=80E -edge,8532,8532;41.2407738;-105.4384873:8533;41.2405436;-105.4383778,way_type=user_defined:way_id=80E -edge,8533,8533;41.2405436;-105.4383778:8534;41.2403123;-105.4382735,way_type=user_defined:way_id=80E -edge,8534,8534;41.2403123;-105.4382735:8535;41.2400928;-105.4381808,way_type=user_defined:way_id=80E -edge,8535,8535;41.2400928;-105.4381808:8536;41.23996312;-105.4381293,way_type=user_defined:way_id=80E -edge,8536,8536;41.23996312;-105.4381293:8537;41.23996312;-105.4381293,way_type=user_defined:way_id=80E -edge,8537,8537;41.23996312;-105.4381293:8538;41.2398696;-105.4380925,way_type=user_defined:way_id=80E -edge,8538,8538;41.2398696;-105.4380925:8539;41.23969057;-105.4380262,way_type=user_defined:way_id=80E -edge,8539,8539;41.23969057;-105.4380262:8540;41.23940783;-105.4379314,way_type=user_defined:way_id=80E -edge,8540,8540;41.23940783;-105.4379314:8541;41.2392019;-105.4378687,way_type=user_defined:way_id=80E -edge,8541,8541;41.2392019;-105.4378687:8542;41.2389874;-105.4378088,way_type=user_defined:way_id=80E -edge,8542,8542;41.2389874;-105.4378088:8543;41.2387516;-105.4377479,way_type=user_defined:way_id=80E -edge,8543,8543;41.2387516;-105.4377479:8544;41.2385367;-105.4376944,way_type=user_defined:way_id=80E -edge,8544,8544;41.2385367;-105.4376944:8545;41.2382932;-105.4376369,way_type=user_defined:way_id=80E -edge,8545,8545;41.2382932;-105.4376369:8546;41.238049;-105.4375847,way_type=user_defined:way_id=80E -edge,8546,8546;41.238049;-105.4375847:8547;41.2378334;-105.437542,way_type=user_defined:way_id=80E -edge,8547,8547;41.2378334;-105.437542:8548;41.23754275;-105.4374875,way_type=user_defined:way_id=80E -edge,8548,8548;41.23754275;-105.4374875:8549;41.2373237;-105.4374465,way_type=user_defined:way_id=80E -edge,8549,8549;41.2373237;-105.4374465:8550;41.236227;-105.4372308,way_type=user_defined:way_id=80E -edge,8550,8550;41.236227;-105.4372308:8551;41.2354683;-105.4370861,way_type=user_defined:way_id=80E -edge,8551,8551;41.2354683;-105.4370861:8552;41.2354683;-105.4370861,way_type=user_defined:way_id=80E -edge,8552,8552;41.2354683;-105.4370861:8553;41.2352804;-105.437049,way_type=user_defined:way_id=80E -edge,8553,8553;41.2352804;-105.437049:8554;41.2350595;-105.4370084,way_type=user_defined:way_id=80E -edge,8554,8554;41.2350595;-105.4370084:8555;41.2348409;-105.436974,way_type=user_defined:way_id=80E -edge,8555,8555;41.2348409;-105.436974:8556;41.2346008;-105.4369424,way_type=user_defined:way_id=80E -edge,8556,8556;41.2346008;-105.4369424:8557;41.2343817;-105.436919,way_type=user_defined:way_id=80E -edge,8557,8557;41.2343817;-105.436919:8558;41.2341611;-105.4369036,way_type=user_defined:way_id=80E -edge,8558,8558;41.2341611;-105.4369036:8559;41.233919;-105.4368971,way_type=user_defined:way_id=80E -edge,8559,8559;41.233919;-105.4368971:8560;41.2337909;-105.4368997,way_type=user_defined:way_id=80E -edge,8560,8560;41.2337909;-105.4368997:8561;41.2336695;-105.4369021,way_type=user_defined:way_id=80E -edge,8561,8561;41.2336695;-105.4369021:8562;41.233426;-105.436919,way_type=user_defined:way_id=80E -edge,8562,8562;41.233426;-105.436919:8563;41.2331872;-105.4369549,way_type=user_defined:way_id=80E -edge,8563,8563;41.2331872;-105.4369549:8564;41.2329648;-105.4370004,way_type=user_defined:way_id=80E -edge,8564,8564;41.2329648;-105.4370004:8565;41.2327493;-105.437054,way_type=user_defined:way_id=80E -edge,8565,8565;41.2327493;-105.437054:8566;41.2325135;-105.4371241,way_type=user_defined:way_id=80E -edge,8566,8566;41.2325135;-105.4371241:8567;41.2322798;-105.4372056,way_type=user_defined:way_id=80E -edge,8567,8567;41.2322798;-105.4372056:8568;41.2320489;-105.4372981,way_type=user_defined:way_id=80E -edge,8568,8568;41.2320489;-105.4372981:8569;41.2318351;-105.4373943,way_type=user_defined:way_id=80E -edge,8569,8569;41.2318351;-105.4373943:8570;41.2316296;-105.4374954,way_type=user_defined:way_id=80E -edge,8570,8570;41.2316296;-105.4374954:8571;41.2314057;-105.4376131,way_type=user_defined:way_id=80E -edge,8571,8571;41.2314057;-105.4376131:8572;41.2311762;-105.4377402,way_type=user_defined:way_id=80E -edge,8572,8572;41.2311762;-105.4377402:8573;41.2305513;-105.4381003,way_type=user_defined:way_id=80E -edge,8573,8573;41.2305513;-105.4381003:8574;41.2301222;-105.4383421,way_type=user_defined:way_id=80E -edge,8574,8574;41.2301222;-105.4383421:8575;41.2298927;-105.4384657,way_type=user_defined:way_id=80E -edge,8575,8575;41.2298927;-105.4384657:8576;41.2296947;-105.4385662,way_type=user_defined:way_id=80E -edge,8576,8576;41.2296947;-105.4385662:8577;41.2294619;-105.438676,way_type=user_defined:way_id=80E -edge,8577,8577;41.2294619;-105.438676:8578;41.2292529;-105.4387625,way_type=user_defined:way_id=80E -edge,8578,8578;41.2292529;-105.4387625:8579;41.2291985;-105.4387826,way_type=user_defined:way_id=80E -edge,8579,8579;41.2291985;-105.4387826:8580;41.2290142;-105.4388478,way_type=user_defined:way_id=80E -edge,8580,8580;41.2290142;-105.4388478:8581;41.2287733;-105.4389204,way_type=user_defined:way_id=80E -edge,8581,8581;41.2287733;-105.4389204:8582;41.2285584;-105.4389752,way_type=user_defined:way_id=80E -edge,8582,8582;41.2285584;-105.4389752:8583;41.2283147;-105.4390252,way_type=user_defined:way_id=80E -edge,8583,8583;41.2283147;-105.4390252:8584;41.2281052;-105.4390577,way_type=user_defined:way_id=80E -edge,8584,8584;41.2281052;-105.4390577:8585;41.2278815;-105.4390808,way_type=user_defined:way_id=80E -edge,8585,8585;41.2278815;-105.4390808:8586;41.2276431;-105.4390947,way_type=user_defined:way_id=80E -edge,8586,8586;41.2276431;-105.4390947:8587;41.2273911;-105.4390975,way_type=user_defined:way_id=80E -edge,8587,8587;41.2273911;-105.4390975:8588;41.2271753;-105.4390892,way_type=user_defined:way_id=80E -edge,8588,8588;41.2271753;-105.4390892:8589;41.2269315;-105.4390665,way_type=user_defined:way_id=80E -edge,8589,8589;41.2269315;-105.4390665:8590;41.2267173;-105.4390381,way_type=user_defined:way_id=80E -edge,8590,8590;41.2267173;-105.4390381:8591;41.2264689;-105.4389951,way_type=user_defined:way_id=80E -edge,8591,8591;41.2264689;-105.4389951:8592;41.2262571;-105.4389525,way_type=user_defined:way_id=80E -edge,8592,8592;41.2262571;-105.4389525:8593;41.2260387;-105.4389038,way_type=user_defined:way_id=80E -edge,8593,8593;41.2260387;-105.4389038:8594;41.2249133;-105.4386292,way_type=user_defined:way_id=80E -edge,8594,8594;41.2249133;-105.4386292:8595;41.2246741;-105.4385723,way_type=user_defined:way_id=80E -edge,8595,8595;41.2246741;-105.4385723:8596;41.2244277;-105.4385171,way_type=user_defined:way_id=80E -edge,8596,8596;41.2244277;-105.4385171:8597;41.2242441;-105.438479,way_type=user_defined:way_id=80E -edge,8597,8597;41.2242441;-105.438479:8598;41.2240244;-105.4384363,way_type=user_defined:way_id=80E -edge,8598,8598;41.2240244;-105.4384363:8599;41.2237827;-105.4383924,way_type=user_defined:way_id=80E -edge,8599,8599;41.2237827;-105.4383924:8600;41.2235685;-105.4383602,way_type=user_defined:way_id=80E -edge,8600,8600;41.2235685;-105.4383602:8601;41.2233243;-105.4383309,way_type=user_defined:way_id=80E -edge,8601,8601;41.2233243;-105.4383309:8602;41.2231008;-105.4383109,way_type=user_defined:way_id=80E -edge,8602,8602;41.2231008;-105.4383109:8603;41.2228624;-105.4382981,way_type=user_defined:way_id=80E -edge,8603,8603;41.2228624;-105.4382981:8604;41.2226377;-105.4382938,way_type=user_defined:way_id=80E -edge,8604,8604;41.2226377;-105.4382938:8605;41.2223985;-105.4382985,way_type=user_defined:way_id=80E -edge,8605,8605;41.2223985;-105.4382985:8606;41.222153;-105.4383146,way_type=user_defined:way_id=80E -edge,8606,8606;41.222153;-105.4383146:8607;41.2219361;-105.438336,way_type=user_defined:way_id=80E -edge,8607,8607;41.2219361;-105.438336:8608;41.2216914;-105.4383678,way_type=user_defined:way_id=80E -edge,8608,8608;41.2216914;-105.4383678:8609;41.2214753;-105.4384034,way_type=user_defined:way_id=80E -edge,8609,8609;41.2214753;-105.4384034:8610;41.2212255;-105.4384558,way_type=user_defined:way_id=80E -edge,8610,8610;41.2212255;-105.4384558:8611;41.2210129;-105.4385076,way_type=user_defined:way_id=80E -edge,8611,8611;41.2210129;-105.4385076:8612;41.2208081;-105.4385642,way_type=user_defined:way_id=80E -edge,8612,8612;41.2208081;-105.4385642:8613;41.2205634;-105.4386393,way_type=user_defined:way_id=80E -edge,8613,8613;41.2205634;-105.4386393:8614;41.2201655;-105.4387705,way_type=user_defined:way_id=80E -edge,8614,8614;41.2201655;-105.4387705:8615;41.2194553;-105.4390116,way_type=user_defined:way_id=80E -edge,8615,8615;41.2194553;-105.4390116:8616;41.2181391;-105.4394513,way_type=user_defined:way_id=80E -edge,8616,8616;41.2181391;-105.4394513:8617;41.2172413;-105.4397561,way_type=user_defined:way_id=80E -edge,8617,8617;41.2172413;-105.4397561:8618;41.2166378;-105.4399577,way_type=user_defined:way_id=80E -edge,8618,8618;41.2166378;-105.4399577:8619;41.2161057;-105.440139,way_type=user_defined:way_id=80E -edge,8619,8619;41.2161057;-105.440139:8620;41.2154452;-105.4403586,way_type=user_defined:way_id=80E -edge,8620,8620;41.2154452;-105.4403586:8621;41.2148603;-105.4405595,way_type=user_defined:way_id=80E -edge,8621,8621;41.2148603;-105.4405595:8622;41.2140987;-105.4408139,way_type=user_defined:way_id=80E -edge,8622,8622;41.2140987;-105.4408139:8623;41.2132041;-105.4411196,way_type=user_defined:way_id=80E -edge,8623,8623;41.2132041;-105.4411196:8624;41.2129373;-105.4412057,way_type=user_defined:way_id=80E -edge,8624,8624;41.2129373;-105.4412057:8625;41.2127473;-105.4412646,way_type=user_defined:way_id=80E -edge,8625,8625;41.2127473;-105.4412646:8626;41.2125144;-105.4413335,way_type=user_defined:way_id=80E -edge,8626,8626;41.2125144;-105.4413335:8627;41.2123021;-105.4413925,way_type=user_defined:way_id=80E -edge,8627,8627;41.2123021;-105.4413925:8628;41.2120815;-105.4414465,way_type=user_defined:way_id=80E -edge,8628,8628;41.2120815;-105.4414465:8629;41.2118451;-105.4414947,way_type=user_defined:way_id=80E -edge,8629,8629;41.2118451;-105.4414947:8630;41.2116514;-105.4415256,way_type=user_defined:way_id=80E -edge,8630,8630;41.2116514;-105.4415256:8631;41.2115943;-105.4415338,way_type=user_defined:way_id=80E -edge,8631,8631;41.2115943;-105.4415338:8632;41.2113845;-105.4415557,way_type=user_defined:way_id=80E -edge,8632,8632;41.2113845;-105.4415557:8633;41.2111394;-105.441569,way_type=user_defined:way_id=80E -edge,8633,8633;41.2111394;-105.441569:8634;41.2109221;-105.4415702,way_type=user_defined:way_id=80E -edge,8634,8634;41.2109221;-105.4415702:8635;41.2106769;-105.4415588,way_type=user_defined:way_id=80E -edge,8635,8635;41.2106769;-105.4415588:8636;41.2104605;-105.4415366,way_type=user_defined:way_id=80E -edge,8636,8636;41.2104605;-105.4415366:8637;41.2102101;-105.4414985,way_type=user_defined:way_id=80E -edge,8637,8637;41.2102101;-105.4414985:8638;41.2100024;-105.4414576,way_type=user_defined:way_id=80E -edge,8638,8638;41.2100024;-105.4414576:8639;41.2098107;-105.4414112,way_type=user_defined:way_id=80E -edge,8639,8639;41.2098107;-105.4414112:8640;41.209761;-105.4413987,way_type=user_defined:way_id=80E -edge,8640,8640;41.209761;-105.4413987:8641;41.2095423;-105.4413356,way_type=user_defined:way_id=80E -edge,8641,8641;41.2095423;-105.4413356:8642;41.2093116;-105.4412569,way_type=user_defined:way_id=80E -edge,8642,8642;41.2093116;-105.4412569:8643;41.209097;-105.441173,way_type=user_defined:way_id=80E -edge,8643,8643;41.209097;-105.441173:8644;41.2088715;-105.4410723,way_type=user_defined:way_id=80E -edge,8644,8644;41.2088715;-105.4410723:8645;41.2086618;-105.4409683,way_type=user_defined:way_id=80E -edge,8645,8645;41.2086618;-105.4409683:8646;41.2084411;-105.4408485,way_type=user_defined:way_id=80E -edge,8646,8646;41.2084411;-105.4408485:8647;41.2082364;-105.4407279,way_type=user_defined:way_id=80E -edge,8647,8647;41.2082364;-105.4407279:8648;41.2071791;-105.4400665,way_type=user_defined:way_id=80E -edge,8648,8648;41.2071791;-105.4400665:8649;41.2063671;-105.4395466,way_type=user_defined:way_id=80E -edge,8649,8649;41.2063671;-105.4395466:8650;41.2061456;-105.4394007,way_type=user_defined:way_id=80E -edge,8650,8650;41.2061456;-105.4394007:8651;41.2059764;-105.4392832,way_type=user_defined:way_id=80E -edge,8651,8651;41.2059764;-105.4392832:8652;41.2057344;-105.4391067,way_type=user_defined:way_id=80E -edge,8652,8652;41.2057344;-105.4391067:8653;41.2055263;-105.4389471,way_type=user_defined:way_id=80E -edge,8653,8653;41.2055263;-105.4389471:8654;41.2053389;-105.4387974,way_type=user_defined:way_id=80E -edge,8654,8654;41.2053389;-105.4387974:8655;41.2051545;-105.4386438,way_type=user_defined:way_id=80E -edge,8655,8655;41.2051545;-105.4386438:8656;41.2049474;-105.4384657,way_type=user_defined:way_id=80E -edge,8656,8656;41.2049474;-105.4384657:8657;41.2047657;-105.4383058,way_type=user_defined:way_id=80E -edge,8657,8657;41.2047657;-105.4383058:8658;41.2046547;-105.4382054,way_type=user_defined:way_id=80E -edge,8658,8658;41.2046547;-105.4382054:8659;41.2041855;-105.4377745,way_type=user_defined:way_id=80E -edge,8659,8659;41.2041855;-105.4377745:8660;41.203601;-105.4372245,way_type=user_defined:way_id=80E -edge,8660,8660;41.203601;-105.4372245:8661;41.2020931;-105.435824,way_type=user_defined:way_id=80E -edge,8661,8661;41.2020931;-105.435824:8662;41.2005266;-105.4343619,way_type=user_defined:way_id=80E -edge,8662,8662;41.2005266;-105.4343619:8663;41.1996133;-105.4335145,way_type=user_defined:way_id=80E -edge,8663,8663;41.1996133;-105.4335145:8664;41.1992326;-105.4331591,way_type=user_defined:way_id=80E -edge,8664,8664;41.1992326;-105.4331591:8665;41.1986726;-105.432641,way_type=user_defined:way_id=80E -edge,8665,8665;41.1986726;-105.432641:8666;41.1979166;-105.4319347,way_type=user_defined:way_id=80E -edge,8666,8666;41.1979166;-105.4319347:8667;41.1970843;-105.431162,way_type=user_defined:way_id=80E -edge,8667,8667;41.1970843;-105.431162:8668;41.1965296;-105.4306424,way_type=user_defined:way_id=80E -edge,8668,8668;41.1965296;-105.4306424:8669;41.1960233;-105.4301716,way_type=user_defined:way_id=80E -edge,8669,8669;41.1960233;-105.4301716:8670;41.1954374;-105.4296235,way_type=user_defined:way_id=80E -edge,8670,8670;41.1954374;-105.4296235:8671;41.1948123;-105.4290432,way_type=user_defined:way_id=80E -edge,8671,8671;41.1948123;-105.4290432:8672;41.194146;-105.4284197,way_type=user_defined:way_id=80E -edge,8672,8672;41.194146;-105.4284197:8673;41.193185;-105.4275281,way_type=user_defined:way_id=80E -edge,8673,8673;41.193185;-105.4275281:8674;41.1925199;-105.4269082,way_type=user_defined:way_id=80E -edge,8674,8674;41.1925199;-105.4269082:8675;41.1924953;-105.4268836,way_type=user_defined:way_id=80E -edge,8675,8675;41.1924953;-105.4268836:8676;41.19232815;-105.4267283,way_type=user_defined:way_id=80E -edge,8676,8676;41.19232815;-105.4267283:8677;41.1915628;-105.426017,way_type=user_defined:way_id=80E -edge,8677,8677;41.1915628;-105.426017:8678;41.1909979;-105.4254898,way_type=user_defined:way_id=80E -edge,8678,8678;41.1909979;-105.4254898:8679;41.1906683;-105.4251895,way_type=user_defined:way_id=80E -edge,8679,8679;41.1906683;-105.4251895:8680;41.190463;-105.4250059,way_type=user_defined:way_id=80E -edge,8680,8680;41.190463;-105.4250059:8681;41.1902852;-105.4248535,way_type=user_defined:way_id=80E -edge,8681,8681;41.1902852;-105.4248535:8682;41.190092;-105.4246974,way_type=user_defined:way_id=80E -edge,8682,8682;41.190092;-105.4246974:8683;41.1899076;-105.4245564,way_type=user_defined:way_id=80E -edge,8683,8683;41.1899076;-105.4245564:8684;41.1897149;-105.4244144,way_type=user_defined:way_id=80E -edge,8684,8684;41.1897149;-105.4244144:8685;41.1895454;-105.4242938,way_type=user_defined:way_id=80E -edge,8685,8685;41.1895454;-105.4242938:8686;41.1893043;-105.4241294,way_type=user_defined:way_id=80E -edge,8686,8686;41.1893043;-105.4241294:8687;41.1891117;-105.4240046,way_type=user_defined:way_id=80E -edge,8687,8687;41.1891117;-105.4240046:8688;41.188937;-105.4238955,way_type=user_defined:way_id=80E -edge,8688,8688;41.188937;-105.4238955:8689;41.1887151;-105.4237629,way_type=user_defined:way_id=80E -edge,8689,8689;41.1887151;-105.4237629:8690;41.1884912;-105.4236366,way_type=user_defined:way_id=80E -edge,8690,8690;41.1884912;-105.4236366:8691;41.1883124;-105.4235403,way_type=user_defined:way_id=80E -edge,8691,8691;41.1883124;-105.4235403:8692;41.1881127;-105.4234377,way_type=user_defined:way_id=80E -edge,8692,8692;41.1881127;-105.4234377:8693;41.1878785;-105.423324,way_type=user_defined:way_id=80E -edge,8693,8693;41.1878785;-105.423324:8694;41.1876764;-105.4232317,way_type=user_defined:way_id=80E -edge,8694,8694;41.1876764;-105.4232317:8695;41.1874932;-105.4231532,way_type=user_defined:way_id=80E -edge,8695,8695;41.1874932;-105.4231532:8696;41.1872605;-105.4230602,way_type=user_defined:way_id=80E -edge,8696,8696;41.1872605;-105.4230602:8697;41.1870468;-105.4229809,way_type=user_defined:way_id=80E -edge,8697,8697;41.1870468;-105.4229809:8698;41.1867832;-105.4228908,way_type=user_defined:way_id=80E -edge,8698,8698;41.1867832;-105.4228908:8699;41.186623;-105.4228398,way_type=user_defined:way_id=80E -edge,8699,8699;41.186623;-105.4228398:8700;41.1864067;-105.4227765,way_type=user_defined:way_id=80E -edge,8700,8700;41.1864067;-105.4227765:8701;41.1861695;-105.4227123,way_type=user_defined:way_id=80E -edge,8701,8701;41.1861695;-105.4227123:8702;41.1859527;-105.422658,way_type=user_defined:way_id=80E -edge,8702,8702;41.1859527;-105.422658:8703;41.1857084;-105.422601,way_type=user_defined:way_id=80E -edge,8703,8703;41.1857084;-105.422601:8704;41.1851191;-105.4224688,way_type=user_defined:way_id=80E -edge,8704,8704;41.1851191;-105.4224688:8705;41.1838028;-105.4221791,way_type=user_defined:way_id=80E -edge,8705,8705;41.1838028;-105.4221791:8706;41.1835818;-105.4221285,way_type=user_defined:way_id=80E -edge,8706,8706;41.1835818;-105.4221285:8707;41.1830487;-105.4220026,way_type=user_defined:way_id=80E -edge,8707,8707;41.1830487;-105.4220026:8708;41.1827296;-105.4219239,way_type=user_defined:way_id=80E -edge,8708,8708;41.1827296;-105.4219239:8709;41.1825108;-105.4218643,way_type=user_defined:way_id=80E -edge,8709,8709;41.1825108;-105.4218643:8710;41.1823;-105.421802,way_type=user_defined:way_id=80E -edge,8710,8710;41.1823;-105.421802:8711;41.1820896;-105.4217342,way_type=user_defined:way_id=80E -edge,8711,8711;41.1820896;-105.4217342:8712;41.1818733;-105.4216594,way_type=user_defined:way_id=80E -edge,8712,8712;41.1818733;-105.4216594:8713;41.1816647;-105.4215849,way_type=user_defined:way_id=80E -edge,8713,8713;41.1816647;-105.4215849:8714;41.1814831;-105.4215171,way_type=user_defined:way_id=80E -edge,8714,8714;41.1814831;-105.4215171:8715;41.1812965;-105.4214437,way_type=user_defined:way_id=80E -edge,8715,8715;41.1812965;-105.4214437:8716;41.1810409;-105.4213384,way_type=user_defined:way_id=80E -edge,8716,8716;41.1810409;-105.4213384:8717;41.1808552;-105.4212576,way_type=user_defined:way_id=80E -edge,8717,8717;41.1808552;-105.4212576:8718;41.1806275;-105.4211543,way_type=user_defined:way_id=80E -edge,8718,8718;41.1806275;-105.4211543:8719;41.1804258;-105.4210582,way_type=user_defined:way_id=80E -edge,8719,8719;41.1804258;-105.4210582:8720;41.1802203;-105.4209555,way_type=user_defined:way_id=80E -edge,8720,8720;41.1802203;-105.4209555:8721;41.1800373;-105.4208616,way_type=user_defined:way_id=80E -edge,8721,8721;41.1800373;-105.4208616:8722;41.1798346;-105.420754,way_type=user_defined:way_id=80E -edge,8722,8722;41.1798346;-105.420754:8723;41.1795868;-105.420615,way_type=user_defined:way_id=80E -edge,8723,8723;41.1795868;-105.420615:8724;41.1794333;-105.4205259,way_type=user_defined:way_id=80E -edge,8724,8724;41.1794333;-105.4205259:8725;41.1792212;-105.4203991,way_type=user_defined:way_id=80E -edge,8725,8725;41.1792212;-105.4203991:8726;41.1790144;-105.4202699,way_type=user_defined:way_id=80E -edge,8726,8726;41.1790144;-105.4202699:8727;41.1788314;-105.4201505,way_type=user_defined:way_id=80E -edge,8727,8727;41.1788314;-105.4201505:8728;41.1786758;-105.4200453,way_type=user_defined:way_id=80E -edge,8728,8728;41.1786758;-105.4200453:8729;41.1784342;-105.4198775,way_type=user_defined:way_id=80E -edge,8729,8729;41.1784342;-105.4198775:8730;41.1780512;-105.4196058,way_type=user_defined:way_id=80E -edge,8730,8730;41.1780512;-105.4196058:8731;41.1768586;-105.4187442,way_type=user_defined:way_id=80E -edge,8731,8731;41.1768586;-105.4187442:8732;41.1751872;-105.4175329,way_type=user_defined:way_id=80E -edge,8732,8732;41.1751872;-105.4175329:8733;41.1736522;-105.4164278,way_type=user_defined:way_id=80E -edge,8733,8733;41.1736522;-105.4164278:8734;41.1730754;-105.4160155,way_type=user_defined:way_id=80E -edge,8734,8734;41.1730754;-105.4160155:8735;41.1724822;-105.4155818,way_type=user_defined:way_id=80E -edge,8735,8735;41.1724822;-105.4155818:8736;41.1703733;-105.4140653,way_type=user_defined:way_id=80E -edge,8736,8736;41.1703733;-105.4140653:8737;41.1697784;-105.4136286,way_type=user_defined:way_id=80E -edge,8737,8737;41.1697784;-105.4136286:8738;41.1696094;-105.4135062,way_type=user_defined:way_id=80E -edge,8738,8738;41.1696094;-105.4135062:8739;41.16901;-105.413076,way_type=user_defined:way_id=80E -edge,8739,8739;41.16901;-105.413076:8740;41.168408;-105.4126472,way_type=user_defined:way_id=80E -edge,8740,8740;41.168408;-105.4126472:8741;41.1680514;-105.4123902,way_type=user_defined:way_id=80E -edge,8741,8741;41.1680514;-105.4123902:8742;41.1665217;-105.4112793,way_type=user_defined:way_id=80E -edge,8742,8742;41.1665217;-105.4112793:8743;41.1659467;-105.4108635,way_type=user_defined:way_id=80E -edge,8743,8743;41.1659467;-105.4108635:8744;41.1651835;-105.4103147,way_type=user_defined:way_id=80E -edge,8744,8744;41.1651835;-105.4103147:8745;41.163993;-105.4094525,way_type=user_defined:way_id=80E -edge,8745,8745;41.163993;-105.4094525:8746;41.1636394;-105.4091902,way_type=user_defined:way_id=80E -edge,8746,8746;41.1636394;-105.4091902:8747;41.1632952;-105.4089269,way_type=user_defined:way_id=80E -edge,8747,8747;41.1632952;-105.4089269:8748;41.1630484;-105.4087335,way_type=user_defined:way_id=80E -edge,8748,8748;41.1630484;-105.4087335:8749;41.1626755;-105.4084348,way_type=user_defined:way_id=80E -edge,8749,8749;41.1626755;-105.4084348:8750;41.1624633;-105.40826,way_type=user_defined:way_id=80E -edge,8750,8750;41.1624633;-105.40826:8751;41.1620965;-105.4079493,way_type=user_defined:way_id=80E -edge,8751,8751;41.1620965;-105.4079493:8752;41.16194147;-105.4078145,way_type=user_defined:way_id=80E -edge,8752,8752;41.16194147;-105.4078145:8753;41.1617315;-105.407632,way_type=user_defined:way_id=80E -edge,8753,8753;41.1617315;-105.407632:8754;41.1615527;-105.4074739,way_type=user_defined:way_id=80E -edge,8754,8754;41.1615527;-105.4074739:8755;41.1613217;-105.4072658,way_type=user_defined:way_id=80E -edge,8755,8755;41.1613217;-105.4072658:8756;41.1613217;-105.4072658,way_type=user_defined:way_id=80E -edge,8756,8756;41.1613217;-105.4072658:8757;41.161011;-105.4069791,way_type=user_defined:way_id=80E -edge,8757,8757;41.161011;-105.4069791:8758;41.1608312;-105.4068096,way_type=user_defined:way_id=80E -edge,8758,8758;41.1608312;-105.4068096:8759;41.1606584;-105.4066445,way_type=user_defined:way_id=80E -edge,8759,8759;41.1606584;-105.4066445:8760;41.1604585;-105.4064503,way_type=user_defined:way_id=80E -edge,8760,8760;41.1604585;-105.4064503:8761;41.1602878;-105.4062824,way_type=user_defined:way_id=80E -edge,8761,8761;41.1602878;-105.4062824:8762;41.1600462;-105.4060408,way_type=user_defined:way_id=80E -edge,8762,8762;41.1600462;-105.4060408:8763;41.1597899;-105.4057789,way_type=user_defined:way_id=80E -edge,8763,8763;41.1597899;-105.4057789:8764;41.1596135;-105.405595,way_type=user_defined:way_id=80E -edge,8764,8764;41.1596135;-105.405595:8765;41.15949825;-105.4054717,way_type=user_defined:way_id=80E -edge,8765,8765;41.15949825;-105.4054717:8766;41.159253;-105.4052094,way_type=user_defined:way_id=80E -edge,8766,8766;41.159253;-105.4052094:8767;41.1589402;-105.4048667,way_type=user_defined:way_id=80E -edge,8767,8767;41.1589402;-105.4048667:8768;41.1587522;-105.4046571,way_type=user_defined:way_id=80E -edge,8768,8768;41.1587522;-105.4046571:8769;41.1584047;-105.404261,way_type=user_defined:way_id=80E -edge,8769,8769;41.1584047;-105.404261:8770;41.1582359;-105.4040662,way_type=user_defined:way_id=80E -edge,8770,8770;41.1582359;-105.4040662:8771;41.1580003;-105.4037898,way_type=user_defined:way_id=80E -edge,8771,8771;41.1580003;-105.4037898:8772;41.15791125;-105.4036902,way_type=user_defined:way_id=80E -edge,8772,8772;41.15791125;-105.4036902:8773;41.15770324;-105.4034349,way_type=user_defined:way_id=80E -edge,8773,8773;41.15770324;-105.4034349:8774;41.15770324;-105.4034349,way_type=user_defined:way_id=80E -edge,8774,8774;41.15770324;-105.4034349:8775;41.1574509;-105.4031261,way_type=user_defined:way_id=80E -edge,8775,8775;41.1574509;-105.4031261:8776;41.1573126;-105.4029511,way_type=user_defined:way_id=80E -edge,8776,8776;41.1573126;-105.4029511:8777;41.1571507;-105.4027409,way_type=user_defined:way_id=80E -edge,8777,8777;41.1571507;-105.4027409:8778;41.1569401;-105.4024603,way_type=user_defined:way_id=80E -edge,8778,8778;41.1569401;-105.4024603:8779;41.1565209;-105.4018934,way_type=user_defined:way_id=80E -edge,8779,8779;41.1565209;-105.4018934:8780;41.1562431;-105.4015095,way_type=user_defined:way_id=80E -edge,8780,8780;41.1562431;-105.4015095:8781;41.156;-105.4011643,way_type=user_defined:way_id=80E -edge,8781,8781;41.156;-105.4011643:8782;41.15586084;-105.4009629,way_type=user_defined:way_id=80E -edge,8782,8782;41.15586084;-105.4009629:8783;41.1557442;-105.400794,way_type=user_defined:way_id=80E -edge,8783,8783;41.1557442;-105.400794:8784;41.1554683;-105.4003852,way_type=user_defined:way_id=80E -edge,8784,8784;41.1554683;-105.4003852:8785;41.1551841;-105.3999506,way_type=user_defined:way_id=80E -edge,8785,8785;41.1551841;-105.3999506:8786;41.1548807;-105.3994767,way_type=user_defined:way_id=80E -edge,8786,8786;41.1548807;-105.3994767:8787;41.1547084;-105.3992019,way_type=user_defined:way_id=80E -edge,8787,8787;41.1547084;-105.3992019:8788;41.1544854;-105.3988373,way_type=user_defined:way_id=80E -edge,8788,8788;41.1544854;-105.3988373:8789;41.1543491;-105.3986095,way_type=user_defined:way_id=80E -edge,8789,8789;41.1543491;-105.3986095:8790;41.1541964;-105.3983501,way_type=user_defined:way_id=80E -edge,8790,8790;41.1541964;-105.3983501:8791;41.1539685;-105.3979548,way_type=user_defined:way_id=80E -edge,8791,8791;41.1539685;-105.3979548:8792;41.1538069;-105.3976687,way_type=user_defined:way_id=80E -edge,8792,8792;41.1538069;-105.3976687:8793;41.1536765;-105.3974332,way_type=user_defined:way_id=80E -edge,8793,8793;41.1536765;-105.3974332:8794;41.1535328;-105.3971695,way_type=user_defined:way_id=80E -edge,8794,8794;41.1535328;-105.3971695:8795;41.1535328;-105.3971695,way_type=user_defined:way_id=80E -edge,8795,8795;41.1535328;-105.3971695:8796;41.1534103;-105.3969416,way_type=user_defined:way_id=80E -edge,8796,8796;41.1534103;-105.3969416:8797;41.1531825;-105.3965121,way_type=user_defined:way_id=80E -edge,8797,8797;41.1531825;-105.3965121:8798;41.1527826;-105.3957509,way_type=user_defined:way_id=80E -edge,8798,8798;41.1527826;-105.3957509:8799;41.15158593;-105.3934339,way_type=user_defined:way_id=80E -edge,8799,8799;41.15158593;-105.3934339:8800;41.151169;-105.3926266,way_type=user_defined:way_id=80E -edge,8800,8800;41.151169;-105.3926266:8801;41.1506566;-105.3916455,way_type=user_defined:way_id=80E -edge,8801,8801;41.1506566;-105.3916455:8802;41.1500518;-105.3904704,way_type=user_defined:way_id=80E -edge,8802,8802;41.1500518;-105.3904704:8803;41.1494378;-105.3892908,way_type=user_defined:way_id=80E -edge,8803,8803;41.1494378;-105.3892908:8804;41.1490655;-105.388571,way_type=user_defined:way_id=80E -edge,8804,8804;41.1490655;-105.388571:8805;41.1483449;-105.3871732,way_type=user_defined:way_id=80E -edge,8805,8805;41.1483449;-105.3871732:8806;41.1481167;-105.3867263,way_type=user_defined:way_id=80E -edge,8806,8806;41.1481167;-105.3867263:8807;41.1478916;-105.3862775,way_type=user_defined:way_id=80E -edge,8807,8807;41.1478916;-105.3862775:8808;41.1477385;-105.3859673,way_type=user_defined:way_id=80E -edge,8808,8808;41.1477385;-105.3859673:8809;41.1476105;-105.3857002,way_type=user_defined:way_id=80E -edge,8809,8809;41.1476105;-105.3857002:8810;41.1475087;-105.385479,way_type=user_defined:way_id=80E -edge,8810,8810;41.1475087;-105.385479:8811;41.147388;-105.3852056,way_type=user_defined:way_id=80E -edge,8811,8811;41.147388;-105.3852056:8812;41.1472403;-105.3848564,way_type=user_defined:way_id=80E -edge,8812,8812;41.1472403;-105.3848564:8813;41.1470718;-105.3844458,way_type=user_defined:way_id=80E -edge,8813,8813;41.1470718;-105.3844458:8814;41.1469733;-105.3841966,way_type=user_defined:way_id=80E -edge,8814,8814;41.1469733;-105.3841966:8815;41.1468706;-105.3839284,way_type=user_defined:way_id=80E -edge,8815,8815;41.1468706;-105.3839284:8816;41.1467735;-105.3836664,way_type=user_defined:way_id=80E -edge,8816,8816;41.1467735;-105.3836664:8817;41.146682;-105.3834105,way_type=user_defined:way_id=80E -edge,8817,8817;41.146682;-105.3834105:8818;41.1465901;-105.3831436,way_type=user_defined:way_id=80E -edge,8818,8818;41.1465901;-105.3831436:8819;41.1465064;-105.3828917,way_type=user_defined:way_id=80E -edge,8819,8819;41.1465064;-105.3828917:8820;41.1464084;-105.3825873,way_type=user_defined:way_id=80E -edge,8820,8820;41.1464084;-105.3825873:8821;41.1463265;-105.3823247,way_type=user_defined:way_id=80E -edge,8821,8821;41.1463265;-105.3823247:8822;41.1462444;-105.3820518,way_type=user_defined:way_id=80E -edge,8822,8822;41.1462444;-105.3820518:8823;41.1461083;-105.3815829,way_type=user_defined:way_id=80E -edge,8823,8823;41.1461083;-105.3815829:8824;41.1454569;-105.37932,way_type=user_defined:way_id=80E -edge,8824,8824;41.1454569;-105.37932:8825;41.144628;-105.3764613,way_type=user_defined:way_id=80E -edge,8825,8825;41.144628;-105.3764613:8826;41.1433401;-105.3720058,way_type=user_defined:way_id=80E -edge,8826,8826;41.1433401;-105.3720058:8827;41.1429327;-105.370603,way_type=user_defined:way_id=80E -edge,8827,8827;41.1429327;-105.370603:8828;41.1419967;-105.3673599,way_type=user_defined:way_id=80E -edge,8828,8828;41.1419967;-105.3673599:8829;41.1416622;-105.3662097,way_type=user_defined:way_id=80E -edge,8829,8829;41.1416622;-105.3662097:8830;41.1411854;-105.3645521,way_type=user_defined:way_id=80E -edge,8830,8830;41.1411854;-105.3645521:8831;41.1407151;-105.3629353,way_type=user_defined:way_id=80E -edge,8831,8831;41.1407151;-105.3629353:8832;41.1404123;-105.3618851,way_type=user_defined:way_id=80E -edge,8832,8832;41.1404123;-105.3618851:8833;41.1400882;-105.3607797,way_type=user_defined:way_id=80E -edge,8833,8833;41.1400882;-105.3607797:8834;41.1395567;-105.3589392,way_type=user_defined:way_id=80E -edge,8834,8834;41.1395567;-105.3589392:8835;41.1394068;-105.3584329,way_type=user_defined:way_id=80E -edge,8835,8835;41.1394068;-105.3584329:8836;41.1393133;-105.3581285,way_type=user_defined:way_id=80E -edge,8836,8836;41.1393133;-105.3581285:8837;41.1392197;-105.3578343,way_type=user_defined:way_id=80E -edge,8837,8837;41.1392197;-105.3578343:8838;41.1391318;-105.3575675,way_type=user_defined:way_id=80E -edge,8838,8838;41.1391318;-105.3575675:8839;41.1390406;-105.3573029,way_type=user_defined:way_id=80E -edge,8839,8839;41.1390406;-105.3573029:8840;41.1389463;-105.3570405,way_type=user_defined:way_id=80E -edge,8840,8840;41.1389463;-105.3570405:8841;41.1388527;-105.3567884,way_type=user_defined:way_id=80E -edge,8841,8841;41.1388527;-105.3567884:8842;41.1387665;-105.3565628,way_type=user_defined:way_id=80E -edge,8842,8842;41.1387665;-105.3565628:8843;41.1386381;-105.3562397,way_type=user_defined:way_id=80E -edge,8843,8843;41.1386381;-105.3562397:8844;41.1385466;-105.3560182,way_type=user_defined:way_id=80E -edge,8844,8844;41.1385466;-105.3560182:8845;41.138467;-105.3558309,way_type=user_defined:way_id=80E -edge,8845,8845;41.138467;-105.3558309:8846;41.1383151;-105.3554833,way_type=user_defined:way_id=80E -edge,8846,8846;41.1383151;-105.3554833:8847;41.1382169;-105.3552675,way_type=user_defined:way_id=80E -edge,8847,8847;41.1382169;-105.3552675:8848;41.1381051;-105.35503,way_type=user_defined:way_id=80E -edge,8848,8848;41.1381051;-105.35503:8849;41.1379527;-105.3547163,way_type=user_defined:way_id=80E -edge,8849,8849;41.1379527;-105.3547163:8850;41.1378634;-105.3545374,way_type=user_defined:way_id=80E -edge,8850,8850;41.1378634;-105.3545374:8851;41.1377408;-105.3542991,way_type=user_defined:way_id=80E -edge,8851,8851;41.1377408;-105.3542991:8852;41.1376155;-105.3540628,way_type=user_defined:way_id=80E -edge,8852,8852;41.1376155;-105.3540628:8853;41.1374883;-105.353829,way_type=user_defined:way_id=80E -edge,8853,8853;41.1374883;-105.353829:8854;41.1373582;-105.3535971,way_type=user_defined:way_id=80E -edge,8854,8854;41.1373582;-105.3535971:8855;41.1372295;-105.3533757,way_type=user_defined:way_id=80E -edge,8855,8855;41.1372295;-105.3533757:8856;41.1370721;-105.3531126,way_type=user_defined:way_id=80E -edge,8856,8856;41.1370721;-105.3531126:8857;41.1368137;-105.3526938,way_type=user_defined:way_id=80E -edge,8857,8857;41.1368137;-105.3526938:8858;41.1362563;-105.3518099,way_type=user_defined:way_id=80E -edge,8858,8858;41.1362563;-105.3518099:8859;41.13564;-105.3508433,way_type=user_defined:way_id=80E -edge,8859,8859;41.13564;-105.3508433:8860;41.13564;-105.3508433,way_type=user_defined:way_id=80E -edge,8860,8860;41.13564;-105.3508433:8861;41.1348005;-105.3495154,way_type=user_defined:way_id=80E -edge,8861,8861;41.1348005;-105.3495154:8862;41.1344721;-105.3490009,way_type=user_defined:way_id=80E -edge,8862,8862;41.1344721;-105.3490009:8863;41.133878;-105.3480612,way_type=user_defined:way_id=80E -edge,8863,8863;41.133878;-105.3480612:8864;41.1325045;-105.3458995,way_type=user_defined:way_id=80E -edge,8864,8864;41.1325045;-105.3458995:8865;41.1318487;-105.3448638,way_type=user_defined:way_id=80E -edge,8865,8865;41.1318487;-105.3448638:8866;41.1298625;-105.3417359,way_type=user_defined:way_id=80E -edge,8866,8866;41.1298625;-105.3417359:8867;41.1293031;-105.3408474,way_type=user_defined:way_id=80E -edge,8867,8867;41.1293031;-105.3408474:8868;41.1291651;-105.3406236,way_type=user_defined:way_id=80E -edge,8868,8868;41.1291651;-105.3406236:8869;41.129029;-105.3403979,way_type=user_defined:way_id=80E -edge,8869,8869;41.129029;-105.3403979:8870;41.129029;-105.3403979,way_type=user_defined:way_id=80E -edge,8870,8870;41.129029;-105.3403979:8871;41.1288807;-105.3401468,way_type=user_defined:way_id=80E -edge,8871,8871;41.1288807;-105.3401468:8872;41.1287649;-105.3399452,way_type=user_defined:way_id=80E -edge,8872,8872;41.1287649;-105.3399452:8873;41.1286338;-105.3397115,way_type=user_defined:way_id=80E -edge,8873,8873;41.1286338;-105.3397115:8874;41.1284927;-105.339452,way_type=user_defined:way_id=80E -edge,8874,8874;41.1284927;-105.339452:8875;41.1283671;-105.3392124,way_type=user_defined:way_id=80E -edge,8875,8875;41.1283671;-105.3392124:8876;41.1282446;-105.3389701,way_type=user_defined:way_id=80E -edge,8876,8876;41.1282446;-105.3389701:8877;41.1281252;-105.3387254,way_type=user_defined:way_id=80E -edge,8877,8877;41.1281252;-105.3387254:8878;41.1280085;-105.3384788,way_type=user_defined:way_id=80E -edge,8878,8878;41.1280085;-105.3384788:8879;41.1278979;-105.3382383,way_type=user_defined:way_id=80E -edge,8879,8879;41.1278979;-105.3382383:8880;41.1277859;-105.3379879,way_type=user_defined:way_id=80E -edge,8880,8880;41.1277859;-105.3379879:8881;41.1276765;-105.3377358,way_type=user_defined:way_id=80E -edge,8881,8881;41.1276765;-105.3377358:8882;41.1275694;-105.3374814,way_type=user_defined:way_id=80E -edge,8882,8882;41.1275694;-105.3374814:8883;41.1274554;-105.3372004,way_type=user_defined:way_id=80E -edge,8883,8883;41.1274554;-105.3372004:8884;41.1273541;-105.3369425,way_type=user_defined:way_id=80E -edge,8884,8884;41.1273541;-105.3369425:8885;41.1272674;-105.3367167,way_type=user_defined:way_id=80E -edge,8885,8885;41.1272674;-105.3367167:8886;41.1271707;-105.3364561,way_type=user_defined:way_id=80E -edge,8886,8886;41.1271707;-105.3364561:8887;41.1270764;-105.3361923,way_type=user_defined:way_id=80E -edge,8887,8887;41.1270764;-105.3361923:8888;41.1269767;-105.3359009,way_type=user_defined:way_id=80E -edge,8888,8888;41.1269767;-105.3359009:8889;41.1268895;-105.3356328,way_type=user_defined:way_id=80E -edge,8889,8889;41.1268895;-105.3356328:8890;41.1268082;-105.3353721,way_type=user_defined:way_id=80E -edge,8890,8890;41.1268082;-105.3353721:8891;41.1267275;-105.335102,way_type=user_defined:way_id=80E -edge,8891,8891;41.1267275;-105.335102:8892;41.12665;-105.3348318,way_type=user_defined:way_id=80E -edge,8892,8892;41.12665;-105.3348318:8893;41.1265747;-105.3345615,way_type=user_defined:way_id=80E -edge,8893,8893;41.1265747;-105.3345615:8894;41.1265088;-105.3343184,way_type=user_defined:way_id=80E -edge,8894,8894;41.1265088;-105.3343184:8895;41.1264309;-105.3340206,way_type=user_defined:way_id=80E -edge,8895,8895;41.1264309;-105.3340206:8896;41.1263614;-105.3337399,way_type=user_defined:way_id=80E -edge,8896,8896;41.1263614;-105.3337399:8897;41.1262976;-105.3334668,way_type=user_defined:way_id=80E -edge,8897,8897;41.1262976;-105.3334668:8898;41.1262352;-105.3331837,way_type=user_defined:way_id=80E -edge,8898,8898;41.1262352;-105.3331837:8899;41.1261797;-105.3329162,way_type=user_defined:way_id=80E -edge,8899,8899;41.1261797;-105.3329162:8900;41.1261107;-105.3325581,way_type=user_defined:way_id=80E -edge,8900,8900;41.1261107;-105.3325581:8901;41.1260414;-105.3321737,way_type=user_defined:way_id=80E -edge,8901,8901;41.1260414;-105.3321737:8902;41.1259835;-105.3318273,way_type=user_defined:way_id=80E -edge,8902,8902;41.1259835;-105.3318273:8903;41.125934;-105.3315092,way_type=user_defined:way_id=80E -edge,8903,8903;41.125934;-105.3315092:8904;41.125897;-105.3312557,way_type=user_defined:way_id=80E -edge,8904,8904;41.125897;-105.3312557:8905;41.1258555;-105.3309448,way_type=user_defined:way_id=80E -edge,8905,8905;41.1258555;-105.3309448:8906;41.1258243;-105.3306896,way_type=user_defined:way_id=80E -edge,8906,8906;41.1258243;-105.3306896:8907;41.1257923;-105.330405,way_type=user_defined:way_id=80E -edge,8907,8907;41.1257923;-105.330405:8908;41.1257635;-105.3301201,way_type=user_defined:way_id=80E -edge,8908,8908;41.1257635;-105.3301201:8909;41.125738;-105.3298333,way_type=user_defined:way_id=80E -edge,8909,8909;41.125738;-105.3298333:8910;41.1257163;-105.3295548,way_type=user_defined:way_id=80E -edge,8910,8910;41.1257163;-105.3295548:8911;41.1256943;-105.3292279,way_type=user_defined:way_id=80E -edge,8911,8911;41.1256943;-105.3292279:8912;41.1256789;-105.3289667,way_type=user_defined:way_id=80E -edge,8912,8912;41.1256789;-105.3289667:8913;41.1256645;-105.3286845,way_type=user_defined:way_id=80E -edge,8913,8913;41.1256645;-105.3286845:8914;41.1256527;-105.3283923,way_type=user_defined:way_id=80E -edge,8914,8914;41.1256527;-105.3283923:8915;41.1256434;-105.3280802,way_type=user_defined:way_id=80E -edge,8915,8915;41.1256434;-105.3280802:8916;41.1256375;-105.3277864,way_type=user_defined:way_id=80E -edge,8916,8916;41.1256375;-105.3277864:8917;41.1256028;-105.32572,way_type=user_defined:way_id=80E -edge,8917,8917;41.1256028;-105.32572:8918;41.1255491;-105.3222658,way_type=user_defined:way_id=80E -edge,8918,8918;41.1255491;-105.3222658:8919;41.1254965;-105.319019,way_type=user_defined:way_id=80E -edge,8919,8919;41.1254965;-105.319019:8920;41.1254285;-105.3150153,way_type=user_defined:way_id=80E -edge,8920,8920;41.1254285;-105.3150153:8921;41.12538767;-105.3122738,way_type=user_defined:way_id=80E -edge,8921,8921;41.12538767;-105.3122738:8922;41.1253867;-105.3122083,way_type=user_defined:way_id=80E -edge,8922,8922;41.1253867;-105.3122083:8923;41.1253687;-105.3110926,way_type=user_defined:way_id=80E -edge,8923,8923;41.1253687;-105.3110926:8924;41.1253687;-105.3110926,way_type=user_defined:way_id=80E -edge,8924,8924;41.1253687;-105.3110926:8925;41.125361;-105.3106601,way_type=user_defined:way_id=80E -edge,8925,8925;41.125361;-105.3106601:8926;41.1253534;-105.3103306,way_type=user_defined:way_id=80E -edge,8926,8926;41.1253534;-105.3103306:8927;41.1253447;-105.3100485,way_type=user_defined:way_id=80E -edge,8927,8927;41.1253447;-105.3100485:8928;41.1253328;-105.3097575,way_type=user_defined:way_id=80E -edge,8928,8928;41.1253328;-105.3097575:8929;41.1253178;-105.3094766,way_type=user_defined:way_id=80E -edge,8929,8929;41.1253178;-105.3094766:8930;41.1252978;-105.3091778,way_type=user_defined:way_id=80E -edge,8930,8930;41.1252978;-105.3091778:8931;41.1252751;-105.3088891,way_type=user_defined:way_id=80E -edge,8931,8931;41.1252751;-105.3088891:8932;41.1252571;-105.3086848,way_type=user_defined:way_id=80E -edge,8932,8932;41.1252571;-105.3086848:8933;41.1252217;-105.3083144,way_type=user_defined:way_id=80E -edge,8933,8933;41.1252217;-105.3083144:8934;41.1251927;-105.3080372,way_type=user_defined:way_id=80E -edge,8934,8934;41.1251927;-105.3080372:8935;41.1251605;-105.3077514,way_type=user_defined:way_id=80E -edge,8935,8935;41.1251605;-105.3077514:8936;41.1251267;-105.307466,way_type=user_defined:way_id=80E -edge,8936,8936;41.1251267;-105.307466:8937;41.12511439;-105.3073657,way_type=user_defined:way_id=80E -edge,8937,8937;41.12511439;-105.3073657:8938;41.12484314;-105.3051554,way_type=user_defined:way_id=80E -edge,8938,8938;41.12484314;-105.3051554:8939;41.12484314;-105.3051554,way_type=user_defined:way_id=80E -edge,8939,8939;41.12484314;-105.3051554:8940;41.1247065;-105.3040491,way_type=user_defined:way_id=80E -edge,8940,8940;41.1247065;-105.3040491:8941;41.12457836;-105.3030374,way_type=user_defined:way_id=80E -edge,8941,8941;41.12457836;-105.3030374:8942;41.1245581;-105.3028774,way_type=user_defined:way_id=80E -edge,8942,8942;41.1245581;-105.3028774:8943;41.1244155;-105.3017062,way_type=user_defined:way_id=80E -edge,8943,8943;41.1244155;-105.3017062:8944;41.1242736;-105.3006049,way_type=user_defined:way_id=80E -edge,8944,8944;41.1242736;-105.3006049:8945;41.1240215;-105.2985735,way_type=user_defined:way_id=80E -edge,8945,8945;41.1240215;-105.2985735:8946;41.1240215;-105.2985735,way_type=user_defined:way_id=80E -edge,8946,8946;41.1240215;-105.2985735:8947;41.1239501;-105.2980079,way_type=user_defined:way_id=80E -edge,8947,8947;41.1239501;-105.2980079:8948;41.1239113;-105.2977208,way_type=user_defined:way_id=80E -edge,8948,8948;41.1239113;-105.2977208:8949;41.1238715;-105.2974437,way_type=user_defined:way_id=80E -edge,8949,8949;41.1238715;-105.2974437:8950;41.123828;-105.2971579,way_type=user_defined:way_id=80E -edge,8950,8950;41.123828;-105.2971579:8951;41.1237829;-105.2968727,way_type=user_defined:way_id=80E -edge,8951,8951;41.1237829;-105.2968727:8952;41.1237358;-105.2965883,way_type=user_defined:way_id=80E -edge,8952,8952;41.1237358;-105.2965883:8953;41.1236864;-105.2963048,way_type=user_defined:way_id=80E -edge,8953,8953;41.1236864;-105.2963048:8954;41.1236365;-105.2960312,way_type=user_defined:way_id=80E -edge,8954,8954;41.1236365;-105.2960312:8955;41.1235824;-105.2957494,way_type=user_defined:way_id=80E -edge,8955,8955;41.1235824;-105.2957494:8956;41.1235197;-105.2954408,way_type=user_defined:way_id=80E -edge,8956,8956;41.1235197;-105.2954408:8957;41.123466;-105.2951887,way_type=user_defined:way_id=80E -edge,8957,8957;41.123466;-105.2951887:8958;41.1234041;-105.2949089,way_type=user_defined:way_id=80E -edge,8958,8958;41.1234041;-105.2949089:8959;41.1233422;-105.2946386,way_type=user_defined:way_id=80E -edge,8959,8959;41.1233422;-105.2946386:8960;41.1232757;-105.2943601,way_type=user_defined:way_id=80E -edge,8960,8960;41.1232757;-105.2943601:8961;41.1231997;-105.2940559,way_type=user_defined:way_id=80E -edge,8961,8961;41.1231997;-105.2940559:8962;41.1231286;-105.2937793,way_type=user_defined:way_id=80E -edge,8962,8962;41.1231286;-105.2937793:8963;41.123058;-105.2935126,way_type=user_defined:way_id=80E -edge,8963,8963;41.123058;-105.2935126:8964;41.1229833;-105.2932381,way_type=user_defined:way_id=80E -edge,8964,8964;41.1229833;-105.2932381:8965;41.1228988;-105.2929388,way_type=user_defined:way_id=80E -edge,8965,8965;41.1228988;-105.2929388:8966;41.1228292;-105.2927025,way_type=user_defined:way_id=80E -edge,8966,8966;41.1228292;-105.2927025:8967;41.1227442;-105.2924241,way_type=user_defined:way_id=80E -edge,8967,8967;41.1227442;-105.2924241:8968;41.1226628;-105.2921643,way_type=user_defined:way_id=80E -edge,8968,8968;41.1226628;-105.2921643:8969;41.1225771;-105.2918966,way_type=user_defined:way_id=80E -edge,8969,8969;41.1225771;-105.2918966:8970;41.1224929;-105.2916385,way_type=user_defined:way_id=80E -edge,8970,8970;41.1224929;-105.2916385:8971;41.122401;-105.2913648,way_type=user_defined:way_id=80E -edge,8971,8971;41.122401;-105.2913648:8972;41.1222999;-105.2910755,way_type=user_defined:way_id=80E -edge,8972,8972;41.1222999;-105.2910755:8973;41.1222056;-105.2908134,way_type=user_defined:way_id=80E -edge,8973,8973;41.1222056;-105.2908134:8974;41.1221124;-105.2905607,way_type=user_defined:way_id=80E -edge,8974,8974;41.1221124;-105.2905607:8975;41.1220108;-105.2902937,way_type=user_defined:way_id=80E -edge,8975,8975;41.1220108;-105.2902937:8976;41.1218479;-105.2898791,way_type=user_defined:way_id=80E -edge,8976,8976;41.1218479;-105.2898791:8977;41.1217207;-105.2895664,way_type=user_defined:way_id=80E -edge,8977,8977;41.1217207;-105.2895664:8978;41.1216005;-105.2892805,way_type=user_defined:way_id=80E -edge,8978,8978;41.1216005;-105.2892805:8979;41.1214915;-105.289029,way_type=user_defined:way_id=80E -edge,8979,8979;41.1214915;-105.289029:8980;41.1213691;-105.2887537,way_type=user_defined:way_id=80E -edge,8980,8980;41.1213691;-105.2887537:8981;41.1211541;-105.2882823,way_type=user_defined:way_id=80E -edge,8981,8981;41.1211541;-105.2882823:8982;41.1210425;-105.2880442,way_type=user_defined:way_id=80E -edge,8982,8982;41.1210425;-105.2880442:8983;41.1209213;-105.2877923,way_type=user_defined:way_id=80E -edge,8983,8983;41.1209213;-105.2877923:8984;41.1208062;-105.2875577,way_type=user_defined:way_id=80E -edge,8984,8984;41.1208062;-105.2875577:8985;41.1206861;-105.2873164,way_type=user_defined:way_id=80E -edge,8985,8985;41.1206861;-105.2873164:8986;41.1205643;-105.2870769,way_type=user_defined:way_id=80E -edge,8986,8986;41.1205643;-105.2870769:8987;41.1203135;-105.2865922,way_type=user_defined:way_id=80E -edge,8987,8987;41.1203135;-105.2865922:8988;41.1199394;-105.2858592,way_type=user_defined:way_id=80E -edge,8988,8988;41.1199394;-105.2858592:8989;41.1192772;-105.2845697,way_type=user_defined:way_id=80E -edge,8989,8989;41.1192772;-105.2845697:8990;41.1187172;-105.2834709,way_type=user_defined:way_id=80E -edge,8990,8990;41.1187172;-105.2834709:8991;41.1177335;-105.2815521,way_type=user_defined:way_id=80E -edge,8991,8991;41.1177335;-105.2815521:8992;41.11656936;-105.279274,way_type=user_defined:way_id=80E -edge,8992,8992;41.11656936;-105.279274:8993;41.11656936;-105.279274,way_type=user_defined:way_id=80E -edge,8993,8993;41.11656936;-105.279274:8994;41.1156131;-105.2774231,way_type=user_defined:way_id=80E -edge,8994,8994;41.1156131;-105.2774231:8995;41.1148639;-105.2759644,way_type=user_defined:way_id=80E -edge,8995,8995;41.1148639;-105.2759644:8996;41.1141416;-105.2745539,way_type=user_defined:way_id=80E -edge,8996,8996;41.1141416;-105.2745539:8997;41.1139182;-105.2741137,way_type=user_defined:way_id=80E -edge,8997,8997;41.1139182;-105.2741137:8998;41.1137945;-105.2738663,way_type=user_defined:way_id=80E -edge,8998,8998;41.1137945;-105.2738663:8999;41.1136911;-105.2736566,way_type=user_defined:way_id=80E -edge,8999,8999;41.1136911;-105.2736566:9000;41.1135744;-105.2734143,way_type=user_defined:way_id=80E -edge,9000,9000;41.1135744;-105.2734143:9001;41.1134444;-105.2731359,way_type=user_defined:way_id=80E -edge,9001,9001;41.1134444;-105.2731359:9002;41.1133327;-105.272888,way_type=user_defined:way_id=80E -edge,9002,9002;41.1133327;-105.272888:9003;41.113223;-105.2726375,way_type=user_defined:way_id=80E -edge,9003,9003;41.113223;-105.2726375:9004;41.113119;-105.2723931,way_type=user_defined:way_id=80E -edge,9004,9004;41.113119;-105.2723931:9005;41.1130243;-105.2721644,way_type=user_defined:way_id=80E -edge,9005,9005;41.1130243;-105.2721644:9006;41.1128844;-105.271817,way_type=user_defined:way_id=80E -edge,9006,9006;41.1128844;-105.271817:9007;41.1128094;-105.271626,way_type=user_defined:way_id=80E -edge,9007,9007;41.1128094;-105.271626:9008;41.1127234;-105.2714002,way_type=user_defined:way_id=80E -edge,9008,9008;41.1127234;-105.2714002:9009;41.1126179;-105.2711139,way_type=user_defined:way_id=80E -edge,9009,9009;41.1126179;-105.2711139:9010;41.1125344;-105.2708768,way_type=user_defined:way_id=80E -edge,9010,9010;41.1125344;-105.2708768:9011;41.1124362;-105.2705846,way_type=user_defined:way_id=80E -edge,9011,9011;41.1124362;-105.2705846:9012;41.1123511;-105.2703165,way_type=user_defined:way_id=80E -edge,9012,9012;41.1123511;-105.2703165:9013;41.1122696;-105.2700464,way_type=user_defined:way_id=80E -edge,9013,9013;41.1122696;-105.2700464:9014;41.1119879;-105.2690947,way_type=user_defined:way_id=80E -edge,9014,9014;41.1119879;-105.2690947:9015;41.1116229;-105.2678685,way_type=user_defined:way_id=80E -edge,9015,9015;41.1116229;-105.2678685:9016;41.111318;-105.2668275,way_type=user_defined:way_id=80E -edge,9016,9016;41.111318;-105.2668275:9017;41.1105062;-105.264072,way_type=user_defined:way_id=80E -edge,9017,9017;41.1105062;-105.264072:9018;41.1101043;-105.2626891,way_type=user_defined:way_id=80E -edge,9018,9018;41.1101043;-105.2626891:9019;41.1097157;-105.2613756,way_type=user_defined:way_id=80E -edge,9019,9019;41.1097157;-105.2613756:9020;41.1089798;-105.2588614,way_type=user_defined:way_id=80E -edge,9020,9020;41.1089798;-105.2588614:9021;41.1083662;-105.2567765,way_type=user_defined:way_id=80E -edge,9021,9021;41.1083662;-105.2567765:9022;41.1078877;-105.2551573,way_type=user_defined:way_id=80E -edge,9022,9022;41.1078877;-105.2551573:9023;41.1077994;-105.2548543,way_type=user_defined:way_id=80E -edge,9023,9023;41.1077994;-105.2548543:9024;41.1075007;-105.2538127,way_type=user_defined:way_id=80E -edge,9024,9024;41.1075007;-105.2538127:9025;41.1072664;-105.2530034,way_type=user_defined:way_id=80E -edge,9025,9025;41.1072664;-105.2530034:9026;41.1071041;-105.2524348,way_type=user_defined:way_id=80E -edge,9026,9026;41.1071041;-105.2524348:9027;41.106942;-105.2518554,way_type=user_defined:way_id=80E -edge,9027,9027;41.106942;-105.2518554:9028;41.1065808;-105.2505393,way_type=user_defined:way_id=80E -edge,9028,9028;41.1065808;-105.2505393:9029;41.106428;-105.2499609,way_type=user_defined:way_id=80E -edge,9029,9029;41.106428;-105.2499609:9030;41.1062229;-105.2491685,way_type=user_defined:way_id=80E -edge,9030,9030;41.1062229;-105.2491685:9031;41.1060869;-105.2486257,way_type=user_defined:way_id=80E -edge,9031,9031;41.1060869;-105.2486257:9032;41.1058771;-105.2477757,way_type=user_defined:way_id=80E -edge,9032,9032;41.1058771;-105.2477757:9033;41.1058073;-105.2474889,way_type=user_defined:way_id=80E -edge,9033,9033;41.1058073;-105.2474889:9034;41.1057442;-105.2472224,way_type=user_defined:way_id=80E -edge,9034,9034;41.1057442;-105.2472224:9035;41.1056804;-105.2469451,way_type=user_defined:way_id=80E -edge,9035,9035;41.1056804;-105.2469451:9036;41.1055561;-105.2463901,way_type=user_defined:way_id=80E -edge,9036,9036;41.1055561;-105.2463901:9037;41.105496;-105.2461115,way_type=user_defined:way_id=80E -edge,9037,9037;41.105496;-105.2461115:9038;41.1054404;-105.2458418,way_type=user_defined:way_id=80E -edge,9038,9038;41.1054404;-105.2458418:9039;41.1053836;-105.245551,way_type=user_defined:way_id=80E -edge,9039,9039;41.1053836;-105.245551:9040;41.1052885;-105.2450321,way_type=user_defined:way_id=80E -edge,9040,9040;41.1052885;-105.2450321:9041;41.1052287;-105.2446845,way_type=user_defined:way_id=80E -edge,9041,9041;41.1052287;-105.2446845:9042;41.1051835;-105.2443995,way_type=user_defined:way_id=80E -edge,9042,9042;41.1051835;-105.2443995:9043;41.1050616;-105.2435765,way_type=user_defined:way_id=80E -edge,9043,9043;41.1050616;-105.2435765:9044;41.1050239;-105.2433017,way_type=user_defined:way_id=80E -edge,9044,9044;41.1050239;-105.2433017:9045;41.1049878;-105.2430174,way_type=user_defined:way_id=80E -edge,9045,9045;41.1049878;-105.2430174:9046;41.1049504;-105.2426956,way_type=user_defined:way_id=80E -edge,9046,9046;41.1049504;-105.2426956:9047;41.1048851;-105.2420873,way_type=user_defined:way_id=80E -edge,9047,9047;41.1048851;-105.2420873:9048;41.1048359;-105.2415879,way_type=user_defined:way_id=80E -edge,9048,9048;41.1048359;-105.2415879:9049;41.1048078;-105.2412634,way_type=user_defined:way_id=80E -edge,9049,9049;41.1048078;-105.2412634:9050;41.1047703;-105.2407616,way_type=user_defined:way_id=80E -edge,9050,9050;41.1047703;-105.2407616:9051;41.1047466;-105.2403993,way_type=user_defined:way_id=80E -edge,9051,9051;41.1047466;-105.2403993:9052;41.1047308;-105.2401109,way_type=user_defined:way_id=80E -edge,9052,9052;41.1047308;-105.2401109:9053;41.1047071;-105.239574,way_type=user_defined:way_id=80E -edge,9053,9053;41.1047071;-105.239574:9054;41.104686;-105.2389635,way_type=user_defined:way_id=80E -edge,9054,9054;41.104686;-105.2389635:9055;41.104679;-105.2386774,way_type=user_defined:way_id=80E -edge,9055,9055;41.104679;-105.2386774:9056;41.1046747;-105.2383826,way_type=user_defined:way_id=80E -edge,9056,9056;41.1046747;-105.2383826:9057;41.1046674;-105.2375604,way_type=user_defined:way_id=80E -edge,9057,9057;41.1046674;-105.2375604:9058;41.1046662;-105.2369772,way_type=user_defined:way_id=80E -edge,9058,9058;41.1046662;-105.2369772:9059;41.104659;-105.2358306,way_type=user_defined:way_id=80E -edge,9059,9059;41.104659;-105.2358306:9060;41.1046576;-105.2352573,way_type=user_defined:way_id=80E -edge,9060,9060;41.1046576;-105.2352573:9061;41.1046582;-105.2348876,way_type=user_defined:way_id=80E -edge,9061,9061;41.1046582;-105.2348876:9062;41.1046582;-105.2348876,way_type=user_defined:way_id=80E -edge,9062,9062;41.1046582;-105.2348876:9063;41.1046602;-105.2337768,way_type=user_defined:way_id=80E -edge,9063,9063;41.1046602;-105.2337768:9064;41.10466573;-105.2327659,way_type=user_defined:way_id=80E -edge,9064,9064;41.10466573;-105.2327659:9065;41.1046683;-105.2322968,way_type=user_defined:way_id=80E -edge,9065,9065;41.1046683;-105.2322968:9066;41.10466827;-105.2321408,way_type=user_defined:way_id=80E -edge,9066,9066;41.10466827;-105.2321408:9067;41.10466823;-105.2319516,way_type=user_defined:way_id=80E -edge,9067,9067;41.10466823;-105.2319516:9068;41.1046682;-105.231832,way_type=user_defined:way_id=80E -edge,9068,9068;41.1046682;-105.231832:9069;41.10466336;-105.2304298,way_type=user_defined:way_id=80E -edge,9069,9069;41.10466336;-105.2304298:9070;41.10466336;-105.2304298,way_type=user_defined:way_id=80E -edge,9070,9070;41.10466336;-105.2304298:9071;41.1046601;-105.2297365,way_type=user_defined:way_id=80E -edge,9071,9071;41.1046601;-105.2297365:9072;41.1046544;-105.2291576,way_type=user_defined:way_id=80E -edge,9072,9072;41.1046544;-105.2291576:9073;41.1046479;-105.2288334,way_type=user_defined:way_id=80E -edge,9073,9073;41.1046479;-105.2288334:9074;41.1046388;-105.2285469,way_type=user_defined:way_id=80E -edge,9074,9074;41.1046388;-105.2285469:9075;41.10463605;-105.2284821,way_type=user_defined:way_id=80E -edge,9075,9075;41.10463605;-105.2284821:9076;41.1046267;-105.2282621,way_type=user_defined:way_id=80E -edge,9076,9076;41.1046267;-105.2282621:9077;41.10461538;-105.2280466,way_type=user_defined:way_id=80E -edge,9077,9077;41.10461538;-105.2280466:9078;41.1046112;-105.2279671,way_type=user_defined:way_id=80E -edge,9078,9078;41.1046112;-105.2279671:9079;41.1045933;-105.2276909,way_type=user_defined:way_id=80E -edge,9079,9079;41.1045933;-105.2276909:9080;41.1045685;-105.2273577,way_type=user_defined:way_id=80E -edge,9080,9080;41.1045685;-105.2273577:9081;41.1045446;-105.2270765,way_type=user_defined:way_id=80E -edge,9081,9081;41.1045446;-105.2270765:9082;41.1045278;-105.2268975,way_type=user_defined:way_id=80E -edge,9082,9082;41.1045278;-105.2268975:9083;41.1044881;-105.226502,way_type=user_defined:way_id=80E -edge,9083,9083;41.1044881;-105.226502:9084;41.1044516;-105.2261826,way_type=user_defined:way_id=80E -edge,9084,9084;41.1044516;-105.2261826:9085;41.1044214;-105.225939,way_type=user_defined:way_id=80E -edge,9085,9085;41.1044214;-105.225939:9086;41.1043821;-105.2256495,way_type=user_defined:way_id=80E -edge,9086,9086;41.1043821;-105.2256495:9087;41.104335;-105.2253333,way_type=user_defined:way_id=80E -edge,9087,9087;41.104335;-105.2253333:9088;41.104289;-105.2250458,way_type=user_defined:way_id=80E -edge,9088,9088;41.104289;-105.2250458:9089;41.1042465;-105.2247962,way_type=user_defined:way_id=80E -edge,9089,9089;41.1042465;-105.2247962:9090;41.1041897;-105.2244831,way_type=user_defined:way_id=80E -edge,9090,9090;41.1041897;-105.2244831:9091;41.1041274;-105.2241629,way_type=user_defined:way_id=80E -edge,9091,9091;41.1041274;-105.2241629:9092;41.1040791;-105.2239263,way_type=user_defined:way_id=80E -edge,9092,9092;41.1040791;-105.2239263:9093;41.1040266;-105.2236821,way_type=user_defined:way_id=80E -edge,9093,9093;41.1040266;-105.2236821:9094;41.1040266;-105.2236821,way_type=user_defined:way_id=80E -edge,9094,9094;41.1040266;-105.2236821:9095;41.1039576;-105.2233762,way_type=user_defined:way_id=80E -edge,9095,9095;41.1039576;-105.2233762:9096;41.1038912;-105.2230992,way_type=user_defined:way_id=80E -edge,9096,9096;41.1038912;-105.2230992:9097;41.1038199;-105.2228153,way_type=user_defined:way_id=80E -edge,9097,9097;41.1038199;-105.2228153:9098;41.1037498;-105.2225505,way_type=user_defined:way_id=80E -edge,9098,9098;41.1037498;-105.2225505:9099;41.1036742;-105.2222789,way_type=user_defined:way_id=80E -edge,9099,9099;41.1036742;-105.2222789:9100;41.1035958;-105.222009,way_type=user_defined:way_id=80E -edge,9100,9100;41.1035958;-105.222009:9101;41.1035039;-105.2217037,way_type=user_defined:way_id=80E -edge,9101,9101;41.1035039;-105.2217037:9102;41.1034228;-105.2214432,way_type=user_defined:way_id=80E -edge,9102,9102;41.1034228;-105.2214432:9103;41.1033363;-105.221175,way_type=user_defined:way_id=80E -edge,9103,9103;41.1033363;-105.221175:9104;41.1032497;-105.2209167,way_type=user_defined:way_id=80E -edge,9104,9104;41.1032497;-105.2209167:9105;41.1031573;-105.2206515,way_type=user_defined:way_id=80E -edge,9105,9105;41.1031573;-105.2206515:9106;41.103062;-105.2203885,way_type=user_defined:way_id=80E -edge,9106,9106;41.103062;-105.2203885:9107;41.1029637;-105.2201278,way_type=user_defined:way_id=80E -edge,9107,9107;41.1029637;-105.2201278:9108;41.1028622;-105.2198696,way_type=user_defined:way_id=80E -edge,9108,9108;41.1028622;-105.2198696:9109;41.1027617;-105.2196221,way_type=user_defined:way_id=80E -edge,9109,9109;41.1027617;-105.2196221:9110;41.1026525;-105.2193606,way_type=user_defined:way_id=80E -edge,9110,9110;41.1026525;-105.2193606:9111;41.1025479;-105.2191177,way_type=user_defined:way_id=80E -edge,9111,9111;41.1025479;-105.2191177:9112;41.1024383;-105.2188682,way_type=user_defined:way_id=80E -edge,9112,9112;41.1024383;-105.2188682:9113;41.1017775;-105.2174033,way_type=user_defined:way_id=80E -edge,9113,9113;41.1017775;-105.2174033:9114;41.1009688;-105.2156159,way_type=user_defined:way_id=80E -edge,9114,9114;41.1009688;-105.2156159:9115;41.0996467;-105.2127049,way_type=user_defined:way_id=80E -edge,9115,9115;41.0996467;-105.2127049:9116;41.0994006;-105.2121574,way_type=user_defined:way_id=80E -edge,9116,9116;41.0994006;-105.2121574:9117;41.0990762;-105.2114414,way_type=user_defined:way_id=80E -edge,9117,9117;41.0990762;-105.2114414:9118;41.0989624;-105.2111922,way_type=user_defined:way_id=80E -edge,9118,9118;41.0989624;-105.2111922:9119;41.0987357;-105.2107028,way_type=user_defined:way_id=80E -edge,9119,9119;41.0987357;-105.2107028:9120;41.0986192;-105.2104544,way_type=user_defined:way_id=80E -edge,9120,9120;41.0986192;-105.2104544:9121;41.0984632;-105.2101269,way_type=user_defined:way_id=80E -edge,9121,9121;41.0984632;-105.2101269:9122;41.0982695;-105.2097271,way_type=user_defined:way_id=80E -edge,9122,9122;41.0982695;-105.2097271:9123;41.098138;-105.2094598,way_type=user_defined:way_id=80E -edge,9123,9123;41.098138;-105.2094598:9124;41.0979982;-105.2091802,way_type=user_defined:way_id=80E -edge,9124,9124;41.0979982;-105.2091802:9125;41.0975152;-105.2082249,way_type=user_defined:way_id=80E -edge,9125,9125;41.0975152;-105.2082249:9126;41.0973959;-105.20799,way_type=user_defined:way_id=80E -edge,9126,9126;41.0973959;-105.20799:9127;41.09721042;-105.2076288,way_type=user_defined:way_id=80E -edge,9127,9127;41.09721042;-105.2076288:9128;41.0970284;-105.2072744,way_type=user_defined:way_id=80E -edge,9128,9128;41.0970284;-105.2072744:9129;41.0969106;-105.2070395,way_type=user_defined:way_id=80E -edge,9129,9129;41.0969106;-105.2070395:9130;41.0967874;-105.2067873,way_type=user_defined:way_id=80E -edge,9130,9130;41.0967874;-105.2067873:9131;41.0966699;-105.2065408,way_type=user_defined:way_id=80E -edge,9131,9131;41.0966699;-105.2065408:9132;41.0965585;-105.2062998,way_type=user_defined:way_id=80E -edge,9132,9132;41.0965585;-105.2062998:9133;41.0964471;-105.2060476,way_type=user_defined:way_id=80E -edge,9133,9133;41.0964471;-105.2060476:9134;41.0963293;-105.205767,way_type=user_defined:way_id=80E -edge,9134,9134;41.0963293;-105.205767:9135;41.0962395;-105.2055409,way_type=user_defined:way_id=80E -edge,9135,9135;41.0962395;-105.2055409:9136;41.0961668;-105.2053456,way_type=user_defined:way_id=80E -edge,9136,9136;41.0961668;-105.2053456:9137;41.0961324;-105.205252,way_type=user_defined:way_id=80E -edge,9137,9137;41.0961324;-105.205252:9138;41.0960401;-105.2049852,way_type=user_defined:way_id=80E -edge,9138,9138;41.0960401;-105.2049852:9139;41.0959546;-105.204725,way_type=user_defined:way_id=80E -edge,9139,9139;41.0959546;-105.204725:9140;41.0958703;-105.2044542,way_type=user_defined:way_id=80E -edge,9140,9140;41.0958703;-105.2044542:9141;41.0957897;-105.2041821,way_type=user_defined:way_id=80E -edge,9141,9141;41.0957897;-105.2041821:9142;41.0957625;-105.2040851,way_type=user_defined:way_id=80E -edge,9142,9142;41.0957625;-105.2040851:9143;41.0957157;-105.2039175,way_type=user_defined:way_id=80E -edge,9143,9143;41.0957157;-105.2039175:9144;41.0956433;-105.2036429,way_type=user_defined:way_id=80E -edge,9144,9144;41.0956433;-105.2036429:9145;41.0955682;-105.2033401,way_type=user_defined:way_id=80E -edge,9145,9145;41.0955682;-105.2033401:9146;41.0955102;-105.2030915,way_type=user_defined:way_id=80E -edge,9146,9146;41.0955102;-105.2030915:9147;41.0954438;-105.2027864,way_type=user_defined:way_id=80E -edge,9147,9147;41.0954438;-105.2027864:9148;41.0954008;-105.2025724,way_type=user_defined:way_id=80E -edge,9148,9148;41.0954008;-105.2025724:9149;41.0953374;-105.2022265,way_type=user_defined:way_id=80E -edge,9149,9149;41.0953374;-105.2022265:9150;41.0952958;-105.2019731,way_type=user_defined:way_id=80E -edge,9150,9150;41.0952958;-105.2019731:9151;41.0952538;-105.2016905,way_type=user_defined:way_id=80E -edge,9151,9151;41.0952538;-105.2016905:9152;41.0952081;-105.2013344,way_type=user_defined:way_id=80E -edge,9152,9152;41.0952081;-105.2013344:9153;41.0951841;-105.2011241,way_type=user_defined:way_id=80E -edge,9153,9153;41.0951841;-105.2011241:9154;41.0951558;-105.2008404,way_type=user_defined:way_id=80E -edge,9154,9154;41.0951558;-105.2008404:9155;41.0951316;-105.2005555,way_type=user_defined:way_id=80E -edge,9155,9155;41.0951316;-105.2005555:9156;41.0951121;-105.2002608,way_type=user_defined:way_id=80E -edge,9156,9156;41.0951121;-105.2002608:9157;41.095099;-105.1999743,way_type=user_defined:way_id=80E -edge,9157,9157;41.095099;-105.1999743:9158;41.0950903;-105.199687,way_type=user_defined:way_id=80E -edge,9158,9158;41.0950903;-105.199687:9159;41.0950856;-105.1993993,way_type=user_defined:way_id=80E -edge,9159,9159;41.0950856;-105.1993993:9160;41.0950848;-105.1991111,way_type=user_defined:way_id=80E -edge,9160,9160;41.0950848;-105.1991111:9161;41.0950881;-105.1988227,way_type=user_defined:way_id=80E -edge,9161,9161;41.0950881;-105.1988227:9162;41.0950957;-105.198534,way_type=user_defined:way_id=80E -edge,9162,9162;41.0950957;-105.198534:9163;41.0951075;-105.1982458,way_type=user_defined:way_id=80E -edge,9163,9163;41.0951075;-105.1982458:9164;41.0951249;-105.1979581,way_type=user_defined:way_id=80E -edge,9164,9164;41.0951249;-105.1979581:9165;41.0951532;-105.1976057,way_type=user_defined:way_id=80E -edge,9165,9165;41.0951532;-105.1976057:9166;41.095172;-105.1973926,way_type=user_defined:way_id=80E -edge,9166,9166;41.095172;-105.1973926:9167;41.0952013;-105.1970963,way_type=user_defined:way_id=80E -edge,9167,9167;41.0952013;-105.1970963:9168;41.0952338;-105.1968099,way_type=user_defined:way_id=80E -edge,9168,9168;41.0952338;-105.1968099:9169;41.0952681;-105.1965333,way_type=user_defined:way_id=80E -edge,9169,9169;41.0952681;-105.1965333:9170;41.0953061;-105.196248,way_type=user_defined:way_id=80E -edge,9170,9170;41.0953061;-105.196248:9171;41.0954791;-105.1950386,way_type=user_defined:way_id=80E -edge,9171,9171;41.0954791;-105.1950386:9172;41.0955979;-105.1941564,way_type=user_defined:way_id=80E -edge,9172,9172;41.0955979;-105.1941564:9173;41.0957498;-105.1930538,way_type=user_defined:way_id=80E -edge,9173,9173;41.0957498;-105.1930538:9174;41.0958147;-105.1925606,way_type=user_defined:way_id=80E -edge,9174,9174;41.0958147;-105.1925606:9175;41.095882;-105.1919919,way_type=user_defined:way_id=80E -edge,9175,9175;41.095882;-105.1919919:9176;41.0959437;-105.1914207,way_type=user_defined:way_id=80E -edge,9176,9176;41.0959437;-105.1914207:9177;41.0959725;-105.1911337,way_type=user_defined:way_id=80E -edge,9177,9177;41.0959725;-105.1911337:9178;41.0959981;-105.1908573,way_type=user_defined:way_id=80E -edge,9178,9178;41.0959981;-105.1908573:9179;41.0960257;-105.1905272,way_type=user_defined:way_id=80E -edge,9179,9179;41.0960257;-105.1905272:9180;41.0960466;-105.1902494,way_type=user_defined:way_id=80E -edge,9180,9180;41.0960466;-105.1902494:9181;41.096085;-105.1896649,way_type=user_defined:way_id=80E -edge,9181,9181;41.096085;-105.1896649:9182;41.0961032;-105.1893548,way_type=user_defined:way_id=80E -edge,9182,9182;41.0961032;-105.1893548:9183;41.0961269;-105.1888831,way_type=user_defined:way_id=80E -edge,9183,9183;41.0961269;-105.1888831:9184;41.0962195;-105.1867579,way_type=user_defined:way_id=80E -edge,9184,9184;41.0962195;-105.1867579:9185;41.0962885;-105.1852448,way_type=user_defined:way_id=80E -edge,9185,9185;41.0962885;-105.1852448:9186;41.0963341;-105.1841261,way_type=user_defined:way_id=80E -edge,9186,9186;41.0963341;-105.1841261:9187;41.0963906;-105.1826897,way_type=user_defined:way_id=80E -edge,9187,9187;41.0963906;-105.1826897:9188;41.0964799;-105.180565,way_type=user_defined:way_id=80E -edge,9188,9188;41.0964799;-105.180565:9189;41.0965019;-105.1800933,way_type=user_defined:way_id=80E -edge,9189,9189;41.0965019;-105.1800933:9190;41.0965187;-105.1797724,way_type=user_defined:way_id=80E -edge,9190,9190;41.0965187;-105.1797724:9191;41.0965575;-105.1791216,way_type=user_defined:way_id=80E -edge,9191,9191;41.0965575;-105.1791216:9192;41.0965575;-105.1791216,way_type=user_defined:way_id=80E -edge,9192,9192;41.0965575;-105.1791216:9193;41.0966049;-105.1783283,way_type=user_defined:way_id=80E -edge,9193,9193;41.0966049;-105.1783283:9194;41.0966352;-105.1778648,way_type=user_defined:way_id=80E -edge,9194,9194;41.0966352;-105.1778648:9195;41.096687;-105.1771434,way_type=user_defined:way_id=80E -edge,9195,9195;41.096687;-105.1771434:9196;41.0967319;-105.1765707,way_type=user_defined:way_id=80E -edge,9196,9196;41.0967319;-105.1765707:9197;41.09680605;-105.1756904,way_type=user_defined:way_id=80E -edge,9197,9197;41.09680605;-105.1756904:9198;41.096967;-105.1737797,way_type=user_defined:way_id=80E -edge,9198,9198;41.096967;-105.1737797:9199;41.09714785;-105.1717127,way_type=user_defined:way_id=80E -edge,9199,9199;41.09714785;-105.1717127:9200;41.09714785;-105.1717127,way_type=user_defined:way_id=80E -edge,9200,9200;41.09714785;-105.1717127:9201;41.0972193;-105.1708691,way_type=user_defined:way_id=80E -edge,9201,9201;41.0972193;-105.1708691:9202;41.09726;-105.1703712,way_type=user_defined:way_id=80E -edge,9202,9202;41.09726;-105.1703712:9203;41.0973491;-105.1692812,way_type=user_defined:way_id=80E -edge,9203,9203;41.0973491;-105.1692812:9204;41.0974594;-105.1679512,way_type=user_defined:way_id=80E -edge,9204,9204;41.0974594;-105.1679512:9205;41.0975192;-105.1672462,way_type=user_defined:way_id=80E -edge,9205,9205;41.0975192;-105.1672462:9206;41.0975671;-105.166712,way_type=user_defined:way_id=80E -edge,9206,9206;41.0975671;-105.166712:9207;41.0975671;-105.166712,way_type=user_defined:way_id=80E -edge,9207,9207;41.0975671;-105.166712:9208;41.0976133;-105.166208,way_type=user_defined:way_id=80E -edge,9208,9208;41.0976133;-105.166208:9209;41.0976886;-105.1653466,way_type=user_defined:way_id=80E -edge,9209,9209;41.0976886;-105.1653466:9210;41.0977415;-105.1648087,way_type=user_defined:way_id=80E -edge,9210,9210;41.0977415;-105.1648087:9211;41.0977762;-105.1644893,way_type=user_defined:way_id=80E -edge,9211,9211;41.0977762;-105.1644893:9212;41.0978085;-105.1642085,way_type=user_defined:way_id=80E -edge,9212,9212;41.0978085;-105.1642085:9213;41.0978391;-105.1639566,way_type=user_defined:way_id=80E -edge,9213,9213;41.0978391;-105.1639566:9214;41.0978957;-105.1635281,way_type=user_defined:way_id=80E -edge,9214,9214;41.0978957;-105.1635281:9215;41.0979566;-105.1631,way_type=user_defined:way_id=80E -edge,9215,9215;41.0979566;-105.1631:9216;41.0979978;-105.1628297,way_type=user_defined:way_id=80E -edge,9216,9216;41.0979978;-105.1628297:9217;41.098044;-105.1625411,way_type=user_defined:way_id=80E -edge,9217,9217;41.098044;-105.1625411:9218;41.0980929;-105.1622527,way_type=user_defined:way_id=80E -edge,9218,9218;41.0980929;-105.1622527:9219;41.0981411;-105.1619829,way_type=user_defined:way_id=80E -edge,9219,9219;41.0981411;-105.1619829:9220;41.0982015;-105.1616598,way_type=user_defined:way_id=80E -edge,9220,9220;41.0982015;-105.1616598:9221;41.0983535;-105.1608702,way_type=user_defined:way_id=80E -edge,9221,9221;41.0983535;-105.1608702:9222;41.0985136;-105.160062,way_type=user_defined:way_id=80E -edge,9222,9222;41.0985136;-105.160062:9223;41.0987311;-105.1589813,way_type=user_defined:way_id=80E -edge,9223,9223;41.0987311;-105.1589813:9224;41.0988546;-105.1583531,way_type=user_defined:way_id=80E -edge,9224,9224;41.0988546;-105.1583531:9225;41.0990792;-105.1572387,way_type=user_defined:way_id=80E -edge,9225,9225;41.0990792;-105.1572387:9226;41.0992309;-105.1564724,way_type=user_defined:way_id=80E -edge,9226,9226;41.0992309;-105.1564724:9227;41.0992973;-105.1561303,way_type=user_defined:way_id=80E -edge,9227,9227;41.0992973;-105.1561303:9228;41.0993971;-105.1556008,way_type=user_defined:way_id=80E -edge,9228,9228;41.0993971;-105.1556008:9229;41.0994469;-105.1553213,way_type=user_defined:way_id=80E -edge,9229,9229;41.0994469;-105.1553213:9230;41.0994942;-105.1550404,way_type=user_defined:way_id=80E -edge,9230,9230;41.0994942;-105.1550404:9231;41.0995382;-105.154759,way_type=user_defined:way_id=80E -edge,9231,9231;41.0995382;-105.154759:9232;41.0995835;-105.1544391,way_type=user_defined:way_id=80E -edge,9232,9232;41.0995835;-105.1544391:9233;41.0996192;-105.1541637,way_type=user_defined:way_id=80E -edge,9233,9233;41.0996192;-105.1541637:9234;41.0996489;-105.1539143,way_type=user_defined:way_id=80E -edge,9234,9234;41.0996489;-105.1539143:9235;41.0996909;-105.1535232,way_type=user_defined:way_id=80E -edge,9235,9235;41.0996909;-105.1535232:9236;41.0997122;-105.1533077,way_type=user_defined:way_id=80E -edge,9236,9236;41.0997122;-105.1533077:9237;41.0997386;-105.1530153,way_type=user_defined:way_id=80E -edge,9237,9237;41.0997386;-105.1530153:9238;41.0997613;-105.1527307,way_type=user_defined:way_id=80E -edge,9238,9238;41.0997613;-105.1527307:9239;41.099782;-105.1524168,way_type=user_defined:way_id=80E -edge,9239,9239;41.099782;-105.1524168:9240;41.0997973;-105.1521215,way_type=user_defined:way_id=80E -edge,9240,9240;41.0997973;-105.1521215:9241;41.0998076;-105.1518641,way_type=user_defined:way_id=80E -edge,9241,9241;41.0998076;-105.1518641:9242;41.0998165;-105.1515495,way_type=user_defined:way_id=80E -edge,9242,9242;41.0998165;-105.1515495:9243;41.0998213;-105.1512541,way_type=user_defined:way_id=80E -edge,9243,9243;41.0998213;-105.1512541:9244;41.0998225;-105.1509306,way_type=user_defined:way_id=80E -edge,9244,9244;41.0998225;-105.1509306:9245;41.0998208;-105.1506742,way_type=user_defined:way_id=80E -edge,9245,9245;41.0998208;-105.1506742:9246;41.0998166;-105.1503899,way_type=user_defined:way_id=80E -edge,9246,9246;41.0998166;-105.1503899:9247;41.0998086;-105.1500594,way_type=user_defined:way_id=80E -edge,9247,9247;41.0998086;-105.1500594:9248;41.0997942;-105.1496711,way_type=user_defined:way_id=80E -edge,9248,9248;41.0997942;-105.1496711:9249;41.0997863;-105.1494913,way_type=user_defined:way_id=80E -edge,9249,9249;41.0997863;-105.1494913:9250;41.0997712;-105.149208,way_type=user_defined:way_id=80E -edge,9250,9250;41.0997712;-105.149208:9251;41.0997522;-105.1489231,way_type=user_defined:way_id=80E -edge,9251,9251;41.0997522;-105.1489231:9252;41.0997258;-105.1485931,way_type=user_defined:way_id=80E -edge,9252,9252;41.0997258;-105.1485931:9253;41.0997008;-105.1483119,way_type=user_defined:way_id=80E -edge,9253,9253;41.0997008;-105.1483119:9254;41.0996751;-105.1480469,way_type=user_defined:way_id=80E -edge,9254,9254;41.0996751;-105.1480469:9255;41.0996113;-105.147451,way_type=user_defined:way_id=80E -edge,9255,9255;41.0996113;-105.147451:9256;41.0995171;-105.1466292,way_type=user_defined:way_id=80E -edge,9256,9256;41.0995171;-105.1466292:9257;41.0993827;-105.1454152,way_type=user_defined:way_id=80E -edge,9257,9257;41.0993827;-105.1454152:9258;41.0991855;-105.1436729,way_type=user_defined:way_id=80E -edge,9258,9258;41.0991855;-105.1436729:9259;41.0991047;-105.1429475,way_type=user_defined:way_id=80E -edge,9259,9259;41.0991047;-105.1429475:9260;41.0989647;-105.1417344,way_type=user_defined:way_id=80E -edge,9260,9260;41.0989647;-105.1417344:9261;41.0988635;-105.1408069,way_type=user_defined:way_id=80E -edge,9261,9261;41.0988635;-105.1408069:9262;41.0988057;-105.1402417,way_type=user_defined:way_id=80E -edge,9262,9262;41.0988057;-105.1402417:9263;41.0987497;-105.1396655,way_type=user_defined:way_id=80E -edge,9263,9263;41.0987497;-105.1396655:9264;41.0986968;-105.1390965,way_type=user_defined:way_id=80E -edge,9264,9264;41.0986968;-105.1390965:9265;41.0986509;-105.1385546,way_type=user_defined:way_id=80E -edge,9265,9265;41.0986509;-105.1385546:9266;41.0986264;-105.1382373,way_type=user_defined:way_id=80E -edge,9266,9266;41.0986264;-105.1382373:9267;41.0986013;-105.1378737,way_type=user_defined:way_id=80E -edge,9267,9267;41.0986013;-105.1378737:9268;41.0985706;-105.1373709,way_type=user_defined:way_id=80E -edge,9268,9268;41.0985706;-105.1373709:9269;41.0985513;-105.1370075,way_type=user_defined:way_id=80E -edge,9269,9269;41.0985513;-105.1370075:9270;41.0985265;-105.1364749,way_type=user_defined:way_id=80E -edge,9270,9270;41.0985265;-105.1364749:9271;41.0985152;-105.1361847,way_type=user_defined:way_id=80E -edge,9271,9271;41.0985152;-105.1361847:9272;41.0985059;-105.1358929,way_type=user_defined:way_id=80E -edge,9272,9272;41.0985059;-105.1358929:9273;41.0984989;-105.1356133,way_type=user_defined:way_id=80E -edge,9273,9273;41.0984989;-105.1356133:9274;41.0984921;-105.1352486,way_type=user_defined:way_id=80E -edge,9274,9274;41.0984921;-105.1352486:9275;41.0984884;-105.1349568,way_type=user_defined:way_id=80E -edge,9275,9275;41.0984884;-105.1349568:9276;41.0984849;-105.1344577,way_type=user_defined:way_id=80E -edge,9276,9276;41.0984849;-105.1344577:9277;41.0984846;-105.1341615,way_type=user_defined:way_id=80E -edge,9277,9277;41.0984846;-105.1341615:9278;41.0984877;-105.1338446,way_type=user_defined:way_id=80E -edge,9278,9278;41.0984877;-105.1338446:9279;41.0985029;-105.1330159,way_type=user_defined:way_id=80E -edge,9279,9279;41.0985029;-105.1330159:9280;41.0985321;-105.1317884,way_type=user_defined:way_id=80E -edge,9280,9280;41.0985321;-105.1317884:9281;41.0985549;-105.1309562,way_type=user_defined:way_id=80E -edge,9281,9281;41.0985549;-105.1309562:9282;41.098573;-105.1302,way_type=user_defined:way_id=80E -edge,9282,9282;41.098573;-105.1302:9283;41.0986145;-105.1287302,way_type=user_defined:way_id=80E -edge,9283,9283;41.0986145;-105.1287302:9284;41.0986538;-105.1272064,way_type=user_defined:way_id=80E -edge,9284,9284;41.0986538;-105.1272064:9285;41.098661;-105.126888,way_type=user_defined:way_id=80E -edge,9285,9285;41.098661;-105.126888:9286;41.0986714;-105.1263171,way_type=user_defined:way_id=80E -edge,9286,9286;41.0986714;-105.1263171:9287;41.0986755;-105.1260182,way_type=user_defined:way_id=80E -edge,9287,9287;41.0986755;-105.1260182:9288;41.09868;-105.1254457,way_type=user_defined:way_id=80E -edge,9288,9288;41.09868;-105.1254457:9289;41.098681;-105.1248713,way_type=user_defined:way_id=80E -edge,9289,9289;41.098681;-105.1248713:9290;41.0986796;-105.1243173,way_type=user_defined:way_id=80E -edge,9290,9290;41.0986796;-105.1243173:9291;41.0986734;-105.1237463,way_type=user_defined:way_id=80E -edge,9291,9291;41.0986734;-105.1237463:9292;41.098667;-105.1233902,way_type=user_defined:way_id=80E -edge,9292,9292;41.098667;-105.1233902:9293;41.0986535;-105.1228114,way_type=user_defined:way_id=80E -edge,9293,9293;41.0986535;-105.1228114:9294;41.0986358;-105.1222388,way_type=user_defined:way_id=80E -edge,9294,9294;41.0986358;-105.1222388:9295;41.0986153;-105.1216964,way_type=user_defined:way_id=80E -edge,9295,9295;41.0986153;-105.1216964:9296;41.0985843;-105.1210128,way_type=user_defined:way_id=80E -edge,9296,9296;41.0985843;-105.1210128:9297;41.0985843;-105.1210128,way_type=user_defined:way_id=80E -edge,9297,9297;41.0985843;-105.1210128:9298;41.0985526;-105.1203996,way_type=user_defined:way_id=80E -edge,9298,9298;41.0985526;-105.1203996:9299;41.0985273;-105.1199658,way_type=user_defined:way_id=80E -edge,9299,9299;41.0985273;-105.1199658:9300;41.0985109;-105.1197081,way_type=user_defined:way_id=80E -edge,9300,9300;41.0985109;-105.1197081:9301;41.0984675;-105.1190977,way_type=user_defined:way_id=80E -edge,9301,9301;41.0984675;-105.1190977:9302;41.0984236;-105.1185257,way_type=user_defined:way_id=80E -edge,9302,9302;41.0984236;-105.1185257:9303;41.09841186;-105.1183827,way_type=user_defined:way_id=80E -edge,9303,9303;41.09841186;-105.1183827:9304;41.0983741;-105.1179229,way_type=user_defined:way_id=80E -edge,9304,9304;41.0983741;-105.1179229:9305;41.0983289;-105.1174214,way_type=user_defined:way_id=80E -edge,9305,9305;41.0983289;-105.1174214:9306;41.0982381;-105.116483,way_type=user_defined:way_id=80E -edge,9306,9306;41.0982381;-105.116483:9307;41.09818856;-105.1159982,way_type=user_defined:way_id=80E -edge,9307,9307;41.09818856;-105.1159982:9308;41.09818856;-105.1159982,way_type=user_defined:way_id=80E -edge,9308,9308;41.09818856;-105.1159982:9309;41.098149;-105.1156412,way_type=user_defined:way_id=80E -edge,9309,9309;41.098149;-105.1156412:9310;41.0981161;-105.1153648,way_type=user_defined:way_id=80E -edge,9310,9310;41.0981161;-105.1153648:9311;41.0980738;-105.1150348,way_type=user_defined:way_id=80E -edge,9311,9311;41.0980738;-105.1150348:9312;41.0980034;-105.1145122,way_type=user_defined:way_id=80E -edge,9312,9312;41.0980034;-105.1145122:9313;41.09794313;-105.1140858,way_type=user_defined:way_id=80E -edge,9313,9313;41.09794313;-105.1140858:9314;41.0978374;-105.1133378,way_type=user_defined:way_id=80E -edge,9314,9314;41.0978374;-105.1133378:9315;41.0976833;-105.1122039,way_type=user_defined:way_id=80E -edge,9315,9315;41.0976833;-105.1122039:9316;41.0974379;-105.1104995,way_type=user_defined:way_id=80E -edge,9316,9316;41.0974379;-105.1104995:9317;41.0972907;-105.1094356,way_type=user_defined:way_id=80E -edge,9317,9317;41.0972907;-105.1094356:9318;41.0972907;-105.1094356,way_type=user_defined:way_id=80E -edge,9318,9318;41.0972907;-105.1094356:9319;41.0972472;-105.1090789,way_type=user_defined:way_id=80E -edge,9319,9319;41.0972472;-105.1090789:9320;41.0972179;-105.1088028,way_type=user_defined:way_id=80E -edge,9320,9320;41.0972179;-105.1088028:9321;41.0971907;-105.1085074,way_type=user_defined:way_id=80E -edge,9321,9321;41.0971907;-105.1085074:9322;41.0971719;-105.1082819,way_type=user_defined:way_id=80E -edge,9322,9322;41.0971719;-105.1082819:9323;41.0971667;-105.1082195,way_type=user_defined:way_id=80E -edge,9323,9323;41.0971667;-105.1082195:9324;41.0971459;-105.1079431,way_type=user_defined:way_id=80E -edge,9324,9324;41.0971459;-105.1079431:9325;41.0971277;-105.1076449,way_type=user_defined:way_id=80E -edge,9325,9325;41.0971277;-105.1076449:9326;41.0971158;-105.1073771,way_type=user_defined:way_id=80E -edge,9326,9326;41.0971158;-105.1073771:9327;41.0971058;-105.1070038,way_type=user_defined:way_id=80E -edge,9327,9327;41.0971058;-105.1070038:9328;41.0971026;-105.1067897,way_type=user_defined:way_id=80E -edge,9328,9328;41.0971026;-105.1067897:9329;41.0971012;-105.1065011,way_type=user_defined:way_id=80E -edge,9329,9329;41.0971012;-105.1065011:9330;41.0971023;-105.1062024,way_type=user_defined:way_id=80E -edge,9330,9330;41.0971023;-105.1062024:9331;41.0971061;-105.105935,way_type=user_defined:way_id=80E -edge,9331,9331;41.0971061;-105.105935:9332;41.0971141;-105.1056378,way_type=user_defined:way_id=80E -edge,9332,9332;41.0971141;-105.1056378:9333;41.0971256;-105.1053515,way_type=user_defined:way_id=80E -edge,9333,9333;41.0971256;-105.1053515:9334;41.0971312;-105.1052409,way_type=user_defined:way_id=80E -edge,9334,9334;41.0971312;-105.1052409:9335;41.0971402;-105.1050657,way_type=user_defined:way_id=80E -edge,9335,9335;41.0971402;-105.1050657:9336;41.0971565;-105.1048088,way_type=user_defined:way_id=80E -edge,9336,9336;41.0971565;-105.1048088:9337;41.0971803;-105.1044955,way_type=user_defined:way_id=80E -edge,9337,9337;41.0971803;-105.1044955:9338;41.0972064;-105.1042017,way_type=user_defined:way_id=80E -edge,9338,9338;41.0972064;-105.1042017:9339;41.0972349;-105.1039182,way_type=user_defined:way_id=80E -edge,9339,9339;41.0972349;-105.1039182:9340;41.0972667;-105.1036342,way_type=user_defined:way_id=80E -edge,9340,9340;41.0972667;-105.1036342:9341;41.0973019;-105.1033511,way_type=user_defined:way_id=80E -edge,9341,9341;41.0973019;-105.1033511:9342;41.0973407;-105.1030678,way_type=user_defined:way_id=80E -edge,9342,9342;41.0973407;-105.1030678:9343;41.0973842;-105.1027766,way_type=user_defined:way_id=80E -edge,9343,9343;41.0973842;-105.1027766:9344;41.0974279;-105.1025037,way_type=user_defined:way_id=80E -edge,9344,9344;41.0974279;-105.1025037:9345;41.0974767;-105.102222,way_type=user_defined:way_id=80E -edge,9345,9345;41.0974767;-105.102222:9346;41.097529;-105.101942,way_type=user_defined:way_id=80E -edge,9346,9346;41.097529;-105.101942:9347;41.0975847;-105.1016628,way_type=user_defined:way_id=80E -edge,9347,9347;41.0975847;-105.1016628:9348;41.0976421;-105.1013938,way_type=user_defined:way_id=80E -edge,9348,9348;41.0976421;-105.1013938:9349;41.0977623;-105.1008669,way_type=user_defined:way_id=80E -edge,9349,9349;41.0977623;-105.1008669:9350;41.0979016;-105.1002871,way_type=user_defined:way_id=80E -edge,9350,9350;41.0979016;-105.1002871:9351;41.0981728;-105.0991866,way_type=user_defined:way_id=80E -edge,9351,9351;41.0981728;-105.0991866:9352;41.0982622;-105.0988173,way_type=user_defined:way_id=80E -edge,9352,9352;41.0982622;-105.0988173:9353;41.098437;-105.0980953,way_type=user_defined:way_id=80E -edge,9353,9353;41.098437;-105.0980953:9354;41.0985192;-105.0977453,way_type=user_defined:way_id=80E -edge,9354,9354;41.0985192;-105.0977453:9355;41.0985661;-105.0975371,way_type=user_defined:way_id=80E -edge,9355,9355;41.0985661;-105.0975371:9356;41.0986251;-105.0972638,way_type=user_defined:way_id=80E -edge,9356,9356;41.0986251;-105.0972638:9357;41.0986901;-105.0969529,way_type=user_defined:way_id=80E -edge,9357,9357;41.0986901;-105.0969529:9358;41.0987467;-105.0966685,way_type=user_defined:way_id=80E -edge,9358,9358;41.0987467;-105.0966685:9359;41.098799;-105.0963916,way_type=user_defined:way_id=80E -edge,9359,9359;41.098799;-105.0963916:9360;41.0988491;-105.0961144,way_type=user_defined:way_id=80E -edge,9360,9360;41.0988491;-105.0961144:9361;41.098898;-105.0958269,way_type=user_defined:way_id=80E -edge,9361,9361;41.098898;-105.0958269:9362;41.0989425;-105.0955478,way_type=user_defined:way_id=80E -edge,9362,9362;41.0989425;-105.0955478:9363;41.0989911;-105.0952222,way_type=user_defined:way_id=80E -edge,9363,9363;41.0989911;-105.0952222:9364;41.0990284;-105.0949512,way_type=user_defined:way_id=80E -edge,9364,9364;41.0990284;-105.0949512:9365;41.0990698;-105.0946155,way_type=user_defined:way_id=80E -edge,9365,9365;41.0990698;-105.0946155:9366;41.0990965;-105.0943727,way_type=user_defined:way_id=80E -edge,9366,9366;41.0990965;-105.0943727:9367;41.0991236;-105.0940928,way_type=user_defined:way_id=80E -edge,9367,9367;41.0991236;-105.0940928:9368;41.0991536;-105.0937413,way_type=user_defined:way_id=80E -edge,9368,9368;41.0991536;-105.0937413:9369;41.0991939;-105.093198,way_type=user_defined:way_id=80E -edge,9369,9369;41.0991939;-105.093198:9370;41.0992864;-105.091754,way_type=user_defined:way_id=80E -edge,9370,9370;41.0992864;-105.091754:9371;41.099342;-105.0909308,way_type=user_defined:way_id=80E -edge,9371,9371;41.099342;-105.0909308:9372;41.0993974;-105.0900681,way_type=user_defined:way_id=80E -edge,9372,9372;41.0993974;-105.0900681:9373;41.0994658;-105.088886,way_type=user_defined:way_id=80E -edge,9373,9373;41.0994658;-105.088886:9374;41.0995565;-105.0874068,way_type=user_defined:way_id=80E -edge,9374,9374;41.0995565;-105.0874068:9375;41.0996328;-105.0862211,way_type=user_defined:way_id=80E -edge,9375,9375;41.0996328;-105.0862211:9376;41.0997393;-105.0844676,way_type=user_defined:way_id=80E -edge,9376,9376;41.0997393;-105.0844676:9377;41.0997712;-105.0839205,way_type=user_defined:way_id=80E -edge,9377,9377;41.0997712;-105.0839205:9378;41.0997885;-105.0835997,way_type=user_defined:way_id=80E -edge,9378,9378;41.0997885;-105.0835997:9379;41.0998039;-105.0832694,way_type=user_defined:way_id=80E -edge,9379,9379;41.0998039;-105.0832694:9380;41.0998152;-105.0829863,way_type=user_defined:way_id=80E -edge,9380,9380;41.0998152;-105.0829863:9381;41.0998314;-105.0824762,way_type=user_defined:way_id=80E -edge,9381,9381;41.0998314;-105.0824762:9382;41.099839;-105.082155,way_type=user_defined:way_id=80E -edge,9382,9382;41.099839;-105.082155:9383;41.0998441;-105.0818622,way_type=user_defined:way_id=80E -edge,9383,9383;41.0998441;-105.0818622:9384;41.0998499;-105.0812869,way_type=user_defined:way_id=80E -edge,9384,9384;41.0998499;-105.0812869:9385;41.0998506;-105.0810047,way_type=user_defined:way_id=80E -edge,9385,9385;41.0998506;-105.0810047:9386;41.0998493;-105.0806291,way_type=user_defined:way_id=80E -edge,9386,9386;41.0998493;-105.0806291:9387;41.0998455;-105.0801327,way_type=user_defined:way_id=80E -edge,9387,9387;41.0998455;-105.0801327:9388;41.0998185;-105.0775342,way_type=user_defined:way_id=80E -edge,9388,9388;41.0998185;-105.0775342:9389;41.0998056;-105.0760518,way_type=user_defined:way_id=80E -edge,9389,9389;41.0998056;-105.0760518:9390;41.0997893;-105.0747175,way_type=user_defined:way_id=80E -edge,9390,9390;41.0997893;-105.0747175:9391;41.0997804;-105.0736876,way_type=user_defined:way_id=80E -edge,9391,9391;41.0997804;-105.0736876:9392;41.0997662;-105.0725608,way_type=user_defined:way_id=80E -edge,9392,9392;41.0997662;-105.0725608:9393;41.0997535;-105.0711564,way_type=user_defined:way_id=80E -edge,9393,9393;41.0997535;-105.0711564:9394;41.0997338;-105.0694554,way_type=user_defined:way_id=80E -edge,9394,9394;41.0997338;-105.0694554:9395;41.0997292;-105.0687638,way_type=user_defined:way_id=80E -edge,9395,9395;41.0997292;-105.0687638:9396;41.0997269;-105.0680199,way_type=user_defined:way_id=80E -edge,9396,9396;41.0997269;-105.0680199:9397;41.0997269;-105.0674071,way_type=user_defined:way_id=80E -edge,9397,9397;41.0997269;-105.0674071:9398;41.0997287;-105.067119,way_type=user_defined:way_id=80E -edge,9398,9398;41.0997287;-105.067119:9399;41.0997333;-105.0668224,way_type=user_defined:way_id=80E -edge,9399,9399;41.0997333;-105.0668224:9400;41.0997419;-105.0665058,way_type=user_defined:way_id=80E -edge,9400,9400;41.0997419;-105.0665058:9401;41.0997521;-105.0662463,way_type=user_defined:way_id=80E -edge,9401,9401;41.0997521;-105.0662463:9402;41.099768;-105.0659297,way_type=user_defined:way_id=80E -edge,9402,9402;41.099768;-105.0659297:9403;41.0997849;-105.0656406,way_type=user_defined:way_id=80E -edge,9403,9403;41.0997849;-105.0656406:9404;41.0997849;-105.0656406,way_type=user_defined:way_id=80E -edge,9404,9404;41.0997849;-105.0656406:9405;41.099804;-105.0653527,way_type=user_defined:way_id=80E -edge,9405,9405;41.099804;-105.0653527:9406;41.0998203;-105.0651386,way_type=user_defined:way_id=80E -edge,9406,9406;41.0998203;-105.0651386:9407;41.0998481;-105.064813,way_type=user_defined:way_id=80E -edge,9407,9407;41.0998481;-105.064813:9408;41.0998791;-105.0644966,way_type=user_defined:way_id=80E -edge,9408,9408;41.0998791;-105.0644966:9409;41.0999158;-105.0641722,way_type=user_defined:way_id=80E -edge,9409,9409;41.0999158;-105.0641722:9410;41.0999476;-105.0639225,way_type=user_defined:way_id=80E -edge,9410,9410;41.0999476;-105.0639225:9411;41.0999888;-105.0636368,way_type=user_defined:way_id=80E -edge,9411,9411;41.0999888;-105.0636368:9412;41.10005531;-105.0631953,way_type=user_defined:way_id=80E -edge,9412,9412;41.10005531;-105.0631953:9413;41.100112;-105.062819,way_type=user_defined:way_id=80E -edge,9413,9413;41.100112;-105.062819:9414;41.1002466;-105.0619466,way_type=user_defined:way_id=80E -edge,9414,9414;41.1002466;-105.0619466:9415;41.10029068;-105.0616499,way_type=user_defined:way_id=80E -edge,9415,9415;41.10029068;-105.0616499:9416;41.10029068;-105.0616499,way_type=user_defined:way_id=80E -edge,9416,9416;41.10029068;-105.0616499:9417;41.1004155;-105.0608199,way_type=user_defined:way_id=80E -edge,9417,9417;41.1004155;-105.0608199:9418;41.10053327;-105.0600572,way_type=user_defined:way_id=80E -edge,9418,9418;41.10053327;-105.0600572:9419;41.1006216;-105.0594852,way_type=user_defined:way_id=80E -edge,9419,9419;41.1006216;-105.0594852:9420;41.1008244;-105.0581162,way_type=user_defined:way_id=80E -edge,9420,9420;41.1008244;-105.0581162:9421;41.1010802;-105.056428,way_type=user_defined:way_id=80E -edge,9421,9421;41.1010802;-105.056428:9422;41.1012016;-105.0556112,way_type=user_defined:way_id=80E -edge,9422,9422;41.1012016;-105.0556112:9423;41.1012016;-105.0556112,way_type=user_defined:way_id=80E -edge,9423,9423;41.1012016;-105.0556112:9424;41.101281;-105.0550762,way_type=user_defined:way_id=80E -edge,9424,9424;41.101281;-105.0550762:9425;41.10146738;-105.0538624,way_type=user_defined:way_id=80E -edge,9425,9425;41.10146738;-105.0538624:9426;41.1015193;-105.0535243,way_type=user_defined:way_id=80E -edge,9426,9426;41.1015193;-105.0535243:9427;41.1018964;-105.0510197,way_type=user_defined:way_id=80E -edge,9427,9427;41.1018964;-105.0510197:9428;41.1020532;-105.0499907,way_type=user_defined:way_id=80E -edge,9428,9428;41.1020532;-105.0499907:9429;41.1023529;-105.0479714,way_type=user_defined:way_id=80E -edge,9429,9429;41.1023529;-105.0479714:9430;41.1025354;-105.0467714,way_type=user_defined:way_id=80E -edge,9430,9430;41.1025354;-105.0467714:9431;41.1027638;-105.0452531,way_type=user_defined:way_id=80E -edge,9431,9431;41.1027638;-105.0452531:9432;41.10281;-105.0449327,way_type=user_defined:way_id=80E -edge,9432,9432;41.10281;-105.0449327:9433;41.1028565;-105.0445836,way_type=user_defined:way_id=80E -edge,9433,9433;41.1028565;-105.0445836:9434;41.1028991;-105.044225,way_type=user_defined:way_id=80E -edge,9434,9434;41.1028991;-105.044225:9435;41.1029325;-105.043908,way_type=user_defined:way_id=80E -edge,9435,9435;41.1029325;-105.043908:9436;41.1029637;-105.0435585,way_type=user_defined:way_id=80E -edge,9436,9436;41.1029637;-105.0435585:9437;41.1029916;-105.0431851,way_type=user_defined:way_id=80E -edge,9437,9437;41.1029916;-105.0431851:9438;41.1030116;-105.0428676,way_type=user_defined:way_id=80E -edge,9438,9438;41.1030116;-105.0428676:9439;41.1030207;-105.0426899,way_type=user_defined:way_id=80E -edge,9439,9439;41.1030207;-105.0426899:9440;41.1030296;-105.0425122,way_type=user_defined:way_id=80E -edge,9440,9440;41.1030296;-105.0425122:9441;41.1030444;-105.0421351,way_type=user_defined:way_id=80E -edge,9441,9441;41.1030444;-105.0421351:9442;41.1030543;-105.0417894,way_type=user_defined:way_id=80E -edge,9442,9442;41.1030543;-105.0417894:9443;41.103077;-105.0407017,way_type=user_defined:way_id=80E -edge,9443,9443;41.103077;-105.0407017:9444;41.1031197;-105.0390522,way_type=user_defined:way_id=80E -edge,9444,9444;41.1031197;-105.0390522:9445;41.1031591;-105.0373516,way_type=user_defined:way_id=80E -edge,9445,9445;41.1031591;-105.0373516:9446;41.1031868;-105.0359479,way_type=user_defined:way_id=80E -edge,9446,9446;41.1031868;-105.0359479:9447;41.1031919;-105.0355938,way_type=user_defined:way_id=80E -edge,9447,9447;41.1031919;-105.0355938:9448;41.1031931;-105.0352676,way_type=user_defined:way_id=80E -edge,9448,9448;41.1031931;-105.0352676:9449;41.1031894;-105.034904,way_type=user_defined:way_id=80E -edge,9449,9449;41.1031894;-105.034904:9450;41.1031793;-105.0345493,way_type=user_defined:way_id=80E -edge,9450,9450;41.1031793;-105.0345493:9451;41.1031648;-105.0342145,way_type=user_defined:way_id=80E -edge,9451,9451;41.1031648;-105.0342145:9452;41.1031471;-105.033898,way_type=user_defined:way_id=80E -edge,9452,9452;41.1031471;-105.033898:9453;41.1031226;-105.0335446,way_type=user_defined:way_id=80E -edge,9453,9453;41.1031226;-105.0335446:9454;41.1030952;-105.0332107,way_type=user_defined:way_id=80E -edge,9454,9454;41.1030952;-105.0332107:9455;41.1030627;-105.0328576,way_type=user_defined:way_id=80E -edge,9455,9455;41.1030627;-105.0328576:9456;41.10302639;-105.0325077,way_type=user_defined:way_id=80E -edge,9456,9456;41.10302639;-105.0325077:9457;41.1029882;-105.0321834,way_type=user_defined:way_id=80E -edge,9457,9457;41.1029882;-105.0321834:9458;41.1029409;-105.0318238,way_type=user_defined:way_id=80E -edge,9458,9458;41.1029409;-105.0318238:9459;41.1028904;-105.0314748,way_type=user_defined:way_id=80E -edge,9459,9459;41.1028904;-105.0314748:9460;41.1028363;-105.0311257,way_type=user_defined:way_id=80E -edge,9460,9460;41.1028363;-105.0311257:9461;41.1027827;-105.0307962,way_type=user_defined:way_id=80E -edge,9461,9461;41.1027827;-105.0307962:9462;41.1022831;-105.0277729,way_type=user_defined:way_id=80E -edge,9462,9462;41.1022831;-105.0277729:9463;41.1021031;-105.0267169,way_type=user_defined:way_id=80E -edge,9463,9463;41.1021031;-105.0267169:9464;41.1019267;-105.0256299,way_type=user_defined:way_id=80E -edge,9464,9464;41.1019267;-105.0256299:9465;41.1017271;-105.024423,way_type=user_defined:way_id=80E -edge,9465,9465;41.1017271;-105.024423:9466;41.1015771;-105.0234953,way_type=user_defined:way_id=80E -edge,9466,9466;41.1015771;-105.0234953:9467;41.1012202;-105.0213109,way_type=user_defined:way_id=80E -edge,9467,9467;41.1012202;-105.0213109:9468;41.1011751;-105.0210276,way_type=user_defined:way_id=80E -edge,9468,9468;41.1011751;-105.0210276:9469;41.1011322;-105.0207415,way_type=user_defined:way_id=80E -edge,9469,9469;41.1011322;-105.0207415:9470;41.1010887;-105.0204263,way_type=user_defined:way_id=80E -edge,9470,9470;41.1010887;-105.0204263:9471;41.1010492;-105.0201102,way_type=user_defined:way_id=80E -edge,9471,9471;41.1010492;-105.0201102:9472;41.1010138;-105.0197922,way_type=user_defined:way_id=80E -edge,9472,9472;41.1010138;-105.0197922:9473;41.100986;-105.019511,way_type=user_defined:way_id=80E -edge,9473,9473;41.100986;-105.019511:9474;41.1009576;-105.0191826,way_type=user_defined:way_id=80E -edge,9474,9474;41.1009576;-105.0191826:9475;41.100936;-105.0188912,way_type=user_defined:way_id=80E -edge,9475,9475;41.100936;-105.0188912:9476;41.100924;-105.0187078,way_type=user_defined:way_id=80E -edge,9476,9476;41.100924;-105.0187078:9477;41.1008987;-105.0182755,way_type=user_defined:way_id=80E -edge,9477,9477;41.1008987;-105.0182755:9478;41.1008845;-105.0179534,way_type=user_defined:way_id=80E -edge,9478,9478;41.1008845;-105.0179534:9479;41.1008745;-105.0176542,way_type=user_defined:way_id=80E -edge,9479,9479;41.1008745;-105.0176542:9480;41.1008711;-105.0175156,way_type=user_defined:way_id=80E -edge,9480,9480;41.1008711;-105.0175156:9481;41.1008678;-105.0173769,way_type=user_defined:way_id=80E -edge,9481,9481;41.1008678;-105.0173769:9482;41.1008639;-105.0170835,way_type=user_defined:way_id=80E -edge,9482,9482;41.1008639;-105.0170835:9483;41.1008629;-105.0167996,way_type=user_defined:way_id=80E -edge,9483,9483;41.1008629;-105.0167996:9484;41.1008653;-105.0164781,way_type=user_defined:way_id=80E -edge,9484,9484;41.1008653;-105.0164781:9485;41.1008705;-105.0161853,way_type=user_defined:way_id=80E -edge,9485,9485;41.1008705;-105.0161853:9486;41.1008788;-105.0158927,way_type=user_defined:way_id=80E -edge,9486,9486;41.1008788;-105.0158927:9487;41.10089;-105.0156094,way_type=user_defined:way_id=80E -edge,9487,9487;41.10089;-105.0156094:9488;41.1009058;-105.0153165,way_type=user_defined:way_id=80E -edge,9488,9488;41.1009058;-105.0153165:9489;41.1009268;-105.0150046,way_type=user_defined:way_id=80E -edge,9489,9489;41.1009268;-105.0150046:9490;41.1009463;-105.0147492,way_type=user_defined:way_id=80E -edge,9490,9490;41.1009463;-105.0147492:9491;41.100971;-105.0144557,way_type=user_defined:way_id=80E -edge,9491,9491;41.100971;-105.0144557:9492;41.1010004;-105.0141432,way_type=user_defined:way_id=80E -edge,9492,9492;41.1010004;-105.0141432:9493;41.1010299;-105.0138592,way_type=user_defined:way_id=80E -edge,9493,9493;41.1010299;-105.0138592:9494;41.1010627;-105.0135666,way_type=user_defined:way_id=80E -edge,9494,9494;41.1010627;-105.0135666:9495;41.1011007;-105.0132564,way_type=user_defined:way_id=80E -edge,9495,9495;41.1011007;-105.0132564:9496;41.10114;-105.0129661,way_type=user_defined:way_id=80E -edge,9496,9496;41.10114;-105.0129661:9497;41.1011833;-105.0126769,way_type=user_defined:way_id=80E -edge,9497,9497;41.1011833;-105.0126769:9498;41.1012287;-105.0123979,way_type=user_defined:way_id=80E -edge,9498,9498;41.1012287;-105.0123979:9499;41.1012767;-105.0121193,way_type=user_defined:way_id=80E -edge,9499,9499;41.1012767;-105.0121193:9500;41.1013272;-105.011842,way_type=user_defined:way_id=80E -edge,9500,9500;41.1013272;-105.011842:9501;41.1013828;-105.0115558,way_type=user_defined:way_id=80E -edge,9501,9501;41.1013828;-105.0115558:9502;41.1014452;-105.0112521,way_type=user_defined:way_id=80E -edge,9502,9502;41.1014452;-105.0112521:9503;41.101506;-105.0109681,way_type=user_defined:way_id=80E -edge,9503,9503;41.101506;-105.0109681:9504;41.1015781;-105.0106495,way_type=user_defined:way_id=80E -edge,9504,9504;41.1015781;-105.0106495:9505;41.1016338;-105.0104143,way_type=user_defined:way_id=80E -edge,9505,9505;41.1016338;-105.0104143:9506;41.1017021;-105.0101354,way_type=user_defined:way_id=80E -edge,9506,9506;41.1017021;-105.0101354:9507;41.1017799;-105.0098316,way_type=user_defined:way_id=80E -edge,9507,9507;41.1017799;-105.0098316:9508;41.1018536;-105.0095565,way_type=user_defined:way_id=80E -edge,9508,9508;41.1018536;-105.0095565:9509;41.1019271;-105.0092911,way_type=user_defined:way_id=80E -edge,9509,9509;41.1019271;-105.0092911:9510;41.1021761;-105.0084155,way_type=user_defined:way_id=80E -edge,9510,9510;41.1021761;-105.0084155:9511;41.1023931;-105.0076353,way_type=user_defined:way_id=80E -edge,9511,9511;41.1023931;-105.0076353:9512;41.1029991;-105.005475,way_type=user_defined:way_id=80E -edge,9512,9512;41.1029991;-105.005475:9513;41.1033508;-105.0042288,way_type=user_defined:way_id=80E -edge,9513,9513;41.1033508;-105.0042288:9514;41.1038013;-105.002648,way_type=user_defined:way_id=80E -edge,9514,9514;41.1038013;-105.002648:9515;41.1044199;-105.0004398,way_type=user_defined:way_id=80E -edge,9515,9515;41.1044199;-105.0004398:9516;41.1045738;-104.9998995,way_type=user_defined:way_id=80E -edge,9516,9516;41.1045738;-104.9998995:9517;41.1049636;-104.9985167,way_type=user_defined:way_id=80E -edge,9517,9517;41.1049636;-104.9985167:9518;41.1052755;-104.9974037,way_type=user_defined:way_id=80E -edge,9518,9518;41.1052755;-104.9974037:9519;41.1055848;-104.9963226,way_type=user_defined:way_id=80E -edge,9519,9519;41.1055848;-104.9963226:9520;41.1057654;-104.995676,way_type=user_defined:way_id=80E -edge,9520,9520;41.1057654;-104.995676:9521;41.106051;-104.9946657,way_type=user_defined:way_id=80E -edge,9521,9521;41.106051;-104.9946657:9522;41.1062481;-104.9939628,way_type=user_defined:way_id=80E -edge,9522,9522;41.1062481;-104.9939628:9523;41.1064371;-104.9932773,way_type=user_defined:way_id=80E -edge,9523,9523;41.1064371;-104.9932773:9524;41.1065087;-104.9930094,way_type=user_defined:way_id=80E -edge,9524,9524;41.1065087;-104.9930094:9525;41.1065548;-104.9928302,way_type=user_defined:way_id=80E -edge,9525,9525;41.1065548;-104.9928302:9526;41.1066489;-104.992453,way_type=user_defined:way_id=80E -edge,9526,9526;41.1066489;-104.992453:9527;41.1067197;-104.9921458,way_type=user_defined:way_id=80E -edge,9527,9527;41.1067197;-104.9921458:9528;41.1067724;-104.9919009,way_type=user_defined:way_id=80E -edge,9528,9528;41.1067724;-104.9919009:9529;41.1068302;-104.9916186,way_type=user_defined:way_id=80E -edge,9529,9529;41.1068302;-104.9916186:9530;41.1068907;-104.991308,way_type=user_defined:way_id=80E -edge,9530,9530;41.1068907;-104.991308:9531;41.1069402;-104.9910411,way_type=user_defined:way_id=80E -edge,9531,9531;41.1069402;-104.9910411:9532;41.1069901;-104.9907554,way_type=user_defined:way_id=80E -edge,9532,9532;41.1069901;-104.9907554:9533;41.1070347;-104.9904775,way_type=user_defined:way_id=80E -edge,9533,9533;41.1070347;-104.9904775:9534;41.1070512;-104.990366,way_type=user_defined:way_id=80E -edge,9534,9534;41.1070512;-104.990366:9535;41.1070771;-104.9901894,way_type=user_defined:way_id=80E -edge,9535,9535;41.1070771;-104.9901894:9536;41.1071201;-104.9898724,way_type=user_defined:way_id=80E -edge,9536,9536;41.1071201;-104.9898724:9537;41.107263;-104.98873,way_type=user_defined:way_id=80E -edge,9537,9537;41.107263;-104.98873:9538;41.107721;-104.984952,way_type=user_defined:way_id=80E -edge,9538,9538;41.107721;-104.984952:9539;41.1079355;-104.9832232,way_type=user_defined:way_id=80E -edge,9539,9539;41.1079355;-104.9832232:9540;41.1079744;-104.9828942,way_type=user_defined:way_id=80E -edge,9540,9540;41.1079744;-104.9828942:9541;41.1080688;-104.9820694,way_type=user_defined:way_id=80E -edge,9541,9541;41.1080688;-104.9820694:9542;41.1081066;-104.9817543,way_type=user_defined:way_id=80E -edge,9542,9542;41.1081066;-104.9817543:9543;41.1081897;-104.9810756,way_type=user_defined:way_id=80E -edge,9543,9543;41.1081897;-104.9810756:9544;41.1083449;-104.979831,way_type=user_defined:way_id=80E -edge,9544,9544;41.1083449;-104.979831:9545;41.1084882;-104.9786577,way_type=user_defined:way_id=80E -edge,9545,9545;41.1084882;-104.9786577:9546;41.1086232;-104.9775247,way_type=user_defined:way_id=80E -edge,9546,9546;41.1086232;-104.9775247:9547;41.1088498;-104.9756759,way_type=user_defined:way_id=80E -edge,9547,9547;41.1088498;-104.9756759:9548;41.1091609;-104.9730854,way_type=user_defined:way_id=80E -edge,9548,9548;41.1091609;-104.9730854:9549;41.1094162;-104.9710087,way_type=user_defined:way_id=80E -edge,9549,9549;41.1094162;-104.9710087:9550;41.109517;-104.9701542,way_type=user_defined:way_id=80E -edge,9550,9550;41.109517;-104.9701542:9551;41.109561;-104.9697594,way_type=user_defined:way_id=80E -edge,9551,9551;41.109561;-104.9697594:9552;41.1096136;-104.969261,way_type=user_defined:way_id=80E -edge,9552,9552;41.1096136;-104.969261:9553;41.1096449;-104.968941,way_type=user_defined:way_id=80E -edge,9553,9553;41.1096449;-104.968941:9554;41.1096924;-104.9684046,way_type=user_defined:way_id=80E -edge,9554,9554;41.1096924;-104.9684046:9555;41.1097159;-104.9681129,way_type=user_defined:way_id=80E -edge,9555,9555;41.1097159;-104.9681129:9556;41.1097394;-104.9677931,way_type=user_defined:way_id=80E -edge,9556,9556;41.1097394;-104.9677931:9557;41.1098762;-104.9657109,way_type=user_defined:way_id=80E -edge,9557,9557;41.1098762;-104.9657109:9558;41.1100461;-104.9630795,way_type=user_defined:way_id=80E -edge,9558,9558;41.1100461;-104.9630795:9559;41.1101812;-104.9610755,way_type=user_defined:way_id=80E -edge,9559,9559;41.1101812;-104.9610755:9560;41.1102747;-104.959605,way_type=user_defined:way_id=80E -edge,9560,9560;41.1102747;-104.959605:9561;41.1103684;-104.9582137,way_type=user_defined:way_id=80E -edge,9561,9561;41.1103684;-104.9582137:9562;41.1104281;-104.9572973,way_type=user_defined:way_id=80E -edge,9562,9562;41.1104281;-104.9572973:9563;41.11048715;-104.9564389,way_type=user_defined:way_id=80E -edge,9563,9563;41.11048715;-104.9564389:9564;41.1105464;-104.9555775,way_type=user_defined:way_id=80E -edge,9564,9564;41.1105464;-104.9555775:9565;41.1106075;-104.9546234,way_type=user_defined:way_id=80E -edge,9565,9565;41.1106075;-104.9546234:9566;41.110635;-104.9542669,way_type=user_defined:way_id=80E -edge,9566,9566;41.110635;-104.9542669:9567;41.11068;-104.9537609,way_type=user_defined:way_id=80E -edge,9567,9567;41.11068;-104.9537609:9568;41.1107072;-104.9534798,way_type=user_defined:way_id=80E -edge,9568,9568;41.1107072;-104.9534798:9569;41.110766;-104.9529065,way_type=user_defined:way_id=80E -edge,9569,9569;41.110766;-104.9529065:9570;41.1109159;-104.9514087,way_type=user_defined:way_id=80E -edge,9570,9570;41.1109159;-104.9514087:9571;41.1110375;-104.950226,way_type=user_defined:way_id=80E -edge,9571,9571;41.1110375;-104.950226:9572;41.111125;-104.9494061,way_type=user_defined:way_id=80E -edge,9572,9572;41.111125;-104.9494061:9573;41.1112167;-104.9485205,way_type=user_defined:way_id=80E -edge,9573,9573;41.1112167;-104.9485205:9574;41.1113455;-104.9473297,way_type=user_defined:way_id=80E -edge,9574,9574;41.1113455;-104.9473297:9575;41.1114168;-104.946619,way_type=user_defined:way_id=80E -edge,9575,9575;41.1114168;-104.946619:9576;41.1114964;-104.9458723,way_type=user_defined:way_id=80E -edge,9576,9576;41.1114964;-104.9458723:9577;41.111606;-104.9447985,way_type=user_defined:way_id=80E -edge,9577,9577;41.111606;-104.9447985:9578;41.1119215;-104.9418063,way_type=user_defined:way_id=80E -edge,9578,9578;41.1119215;-104.9418063:9579;41.1121315;-104.9397555,way_type=user_defined:way_id=80E -edge,9579,9579;41.1121315;-104.9397555:9580;41.1122529;-104.938619,way_type=user_defined:way_id=80E -edge,9580,9580;41.1122529;-104.938619:9581;41.1123186;-104.9380212,way_type=user_defined:way_id=80E -edge,9581,9581;41.1123186;-104.9380212:9582;41.1124059;-104.9371597,way_type=user_defined:way_id=80E -edge,9582,9582;41.1124059;-104.9371597:9583;41.1125339;-104.9359426,way_type=user_defined:way_id=80E -edge,9583,9583;41.1125339;-104.9359426:9584;41.1126877;-104.9345198,way_type=user_defined:way_id=80E -edge,9584,9584;41.1126877;-104.9345198:9585;41.112823;-104.9332398,way_type=user_defined:way_id=80E -edge,9585,9585;41.112823;-104.9332398:9586;41.1128389;-104.9330893,way_type=user_defined:way_id=80E -edge,9586,9586;41.1128389;-104.9330893:9587;41.1129862;-104.9316208,way_type=user_defined:way_id=80E -edge,9587,9587;41.1129862;-104.9316208:9588;41.1131067;-104.9304469,way_type=user_defined:way_id=80E -edge,9588,9588;41.1131067;-104.9304469:9589;41.1132909;-104.9286983,way_type=user_defined:way_id=80E -edge,9589,9589;41.1132909;-104.9286983:9590;41.1134091;-104.9275145,way_type=user_defined:way_id=80E -edge,9590,9590;41.1134091;-104.9275145:9591;41.1136139;-104.9255235,way_type=user_defined:way_id=80E -edge,9591,9591;41.1136139;-104.9255235:9592;41.1138332;-104.9234867,way_type=user_defined:way_id=80E -edge,9592,9592;41.1138332;-104.9234867:9593;41.1138922;-104.9229531,way_type=user_defined:way_id=80E -edge,9593,9593;41.1138922;-104.9229531:9594;41.1139624;-104.922343,way_type=user_defined:way_id=80E -edge,9594,9594;41.1139624;-104.922343:9595;41.114003;-104.9220217,way_type=user_defined:way_id=80E -edge,9595,9595;41.114003;-104.9220217:9596;41.1140408;-104.9217421,way_type=user_defined:way_id=80E -edge,9596,9596;41.1140408;-104.9217421:9597;41.1140665;-104.9215639,way_type=user_defined:way_id=80E -edge,9597,9597;41.1140665;-104.9215639:9598;41.114125;-104.9211792,way_type=user_defined:way_id=80E -edge,9598,9598;41.114125;-104.9211792:9599;41.1143565;-104.9197385,way_type=user_defined:way_id=80E -edge,9599,9599;41.1143565;-104.9197385:9600;41.1145985;-104.9182557,way_type=user_defined:way_id=80E -edge,9600,9600;41.1145985;-104.9182557:9601;41.1151291;-104.915111,way_type=user_defined:way_id=80E -edge,9601,9601;41.1151291;-104.915111:9602;41.1154218;-104.913364,way_type=user_defined:way_id=80E -edge,9602,9602;41.1154218;-104.913364:9603;41.1156035;-104.912264,way_type=user_defined:way_id=80E -edge,9603,9603;41.1156035;-104.912264:9604;41.1158026;-104.9110771,way_type=user_defined:way_id=80E -edge,9604,9604;41.1158026;-104.9110771:9605;41.1159427;-104.9102309,way_type=user_defined:way_id=80E -edge,9605,9605;41.1159427;-104.9102309:9606;41.1160824;-104.9093553,way_type=user_defined:way_id=80E -edge,9606,9606;41.1160824;-104.9093553:9607;41.1161259;-104.9090665,way_type=user_defined:way_id=80E -edge,9607,9607;41.1161259;-104.9090665:9608;41.1161562;-104.9088521,way_type=user_defined:way_id=80E -edge,9608,9608;41.1161562;-104.9088521:9609;41.1162029;-104.9084978,way_type=user_defined:way_id=80E -edge,9609,9609;41.1162029;-104.9084978:9610;41.1162364;-104.9082083,way_type=user_defined:way_id=80E -edge,9610,9610;41.1162364;-104.9082083:9611;41.1162654;-104.9079275,way_type=user_defined:way_id=80E -edge,9611,9611;41.1162654;-104.9079275:9612;41.1162925;-104.9076369,way_type=user_defined:way_id=80E -edge,9612,9612;41.1162925;-104.9076369:9613;41.1163188;-104.907317,way_type=user_defined:way_id=80E -edge,9613,9613;41.1163188;-104.907317:9614;41.1163397;-104.9070252,way_type=user_defined:way_id=80E -edge,9614,9614;41.1163397;-104.9070252:9615;41.1163566;-104.9067508,way_type=user_defined:way_id=80E -edge,9615,9615;41.1163566;-104.9067508:9616;41.1163716;-104.9064576,way_type=user_defined:way_id=80E -edge,9616,9616;41.1163716;-104.9064576:9617;41.1163832;-104.9061638,way_type=user_defined:way_id=80E -edge,9617,9617;41.1163832;-104.9061638:9618;41.1163921;-104.9058791,way_type=user_defined:way_id=80E -edge,9618,9618;41.1163921;-104.9058791:9619;41.1163995;-104.9055847,way_type=user_defined:way_id=80E -edge,9619,9619;41.1163995;-104.9055847:9620;41.1164025;-104.9052715,way_type=user_defined:way_id=80E -edge,9620,9620;41.1164025;-104.9052715:9621;41.1164018;-104.9046941,way_type=user_defined:way_id=80E -edge,9621,9621;41.1164018;-104.9046941:9622;41.1164043;-104.9038247,way_type=user_defined:way_id=80E -edge,9622,9622;41.1164043;-104.9038247:9623;41.1164121;-104.9026326,way_type=user_defined:way_id=80E -edge,9623,9623;41.1164121;-104.9026326:9624;41.1164132;-104.90177,way_type=user_defined:way_id=80E -edge,9624,9624;41.1164132;-104.90177:9625;41.1164212;-104.8998988,way_type=user_defined:way_id=80E -edge,9625,9625;41.1164212;-104.8998988:9626;41.1164239;-104.8985988,way_type=user_defined:way_id=80E -edge,9626,9626;41.1164239;-104.8985988:9627;41.1164329;-104.8973449,way_type=user_defined:way_id=80E -edge,9627,9627;41.1164329;-104.8973449:9628;41.11643365;-104.8971537,way_type=user_defined:way_id=80E -edge,9628,9628;41.11643365;-104.8971537:9629;41.1164346;-104.8969115,way_type=user_defined:way_id=80E -edge,9629,9629;41.1164346;-104.8969115:9630;41.1164346;-104.8969115,way_type=user_defined:way_id=80E -edge,9630,9630;41.1164346;-104.8969115:9631;41.1164388;-104.8956488,way_type=user_defined:way_id=80E -edge,9631,9631;41.1164388;-104.8956488:9632;41.11644211;-104.8950218,way_type=user_defined:way_id=80E -edge,9632,9632;41.11644211;-104.8950218:9633;41.1164438;-104.8947007,way_type=user_defined:way_id=80E -edge,9633,9633;41.1164438;-104.8947007:9634;41.1164494;-104.8923999,way_type=user_defined:way_id=80E -edge,9634,9634;41.1164494;-104.8923999:9635;41.1164681;-104.8900636,way_type=user_defined:way_id=80E -edge,9635,9635;41.1164681;-104.8900636:9636;41.1164776;-104.8879722,way_type=user_defined:way_id=80E -edge,9636,9636;41.1164776;-104.8879722:9637;41.1164842;-104.8870233,way_type=user_defined:way_id=80E -edge,9637,9637;41.1164842;-104.8870233:9638;41.11648537;-104.8864865,way_type=user_defined:way_id=80E -edge,9638,9638;41.11648537;-104.8864865:9639;41.11648537;-104.8864865,way_type=user_defined:way_id=80E -edge,9639,9639;41.11648537;-104.8864865:9640;41.1164946;-104.8844162,way_type=user_defined:way_id=80E -edge,9640,9640;41.1164946;-104.8844162:9641;41.1164995;-104.8838254,way_type=user_defined:way_id=80E -edge,9641,9641;41.1164995;-104.8838254:9642;41.1165036;-104.8826409,way_type=user_defined:way_id=80E -edge,9642,9642;41.1165036;-104.8826409:9643;41.1165108;-104.8811307,way_type=user_defined:way_id=80E -edge,9643,9643;41.1165108;-104.8811307:9644;41.1165146;-104.8793991,way_type=user_defined:way_id=80E -edge,9644,9644;41.1165146;-104.8793991:9645;41.1165189;-104.8784959,way_type=user_defined:way_id=80E -edge,9645,9645;41.1165189;-104.8784959:9646;41.116522;-104.877306,way_type=user_defined:way_id=80E -edge,9646,9646;41.116522;-104.877306:9647;41.11652586;-104.8765235,way_type=user_defined:way_id=80E -edge,9647,9647;41.11652586;-104.8765235:9648;41.1165275;-104.8761917,way_type=user_defined:way_id=80E -edge,9648,9648;41.1165275;-104.8761917:9649;41.1165286;-104.8755262,way_type=user_defined:way_id=80E -edge,9649,9649;41.1165286;-104.8755262:9650;41.1165329;-104.874357,way_type=user_defined:way_id=80E -edge,9650,9650;41.1165329;-104.874357:9651;41.1165336;-104.873662,way_type=user_defined:way_id=80E -edge,9651,9651;41.1165336;-104.873662:9652;41.11653992;-104.8726921,way_type=user_defined:way_id=80E -edge,9652,9652;41.11653992;-104.8726921:9653;41.11653992;-104.8726921,way_type=user_defined:way_id=80E -edge,9653,9653;41.11653992;-104.8726921:9654;41.11654603;-104.8718602,way_type=user_defined:way_id=80E -edge,9654,9654;41.11654603;-104.8718602:9655;41.1165487;-104.8714972,way_type=user_defined:way_id=80E -edge,9655,9655;41.1165487;-104.8714972:9656;41.1165487;-104.8714972,way_type=user_defined:way_id=80E -edge,9656,9656;41.1165487;-104.8714972:9657;41.1165525;-104.8699144,way_type=user_defined:way_id=80E -edge,9657,9657;41.1165525;-104.8699144:9658;41.11655955;-104.8686111,way_type=user_defined:way_id=80E -edge,9658,9658;41.11655955;-104.8686111:9659;41.1165603;-104.8684732,way_type=user_defined:way_id=80E -edge,9659,9659;41.1165603;-104.8684732:9660;41.1165602;-104.868178,way_type=user_defined:way_id=80E -edge,9660,9660;41.1165602;-104.868178:9661;41.1165583;-104.8678923,way_type=user_defined:way_id=80E -edge,9661,9661;41.1165583;-104.8678923:9662;41.1165531;-104.8676069,way_type=user_defined:way_id=80E -edge,9662,9662;41.1165531;-104.8676069:9663;41.1165499;-104.8675031,way_type=user_defined:way_id=80E -edge,9663,9663;41.1165499;-104.8675031:9664;41.1165424;-104.8672855,way_type=user_defined:way_id=80E -edge,9664,9664;41.1165424;-104.8672855:9665;41.116527;-104.8669941,way_type=user_defined:way_id=80E -edge,9665,9665;41.116527;-104.8669941:9666;41.1165057;-104.8667134,way_type=user_defined:way_id=80E -edge,9666,9666;41.1165057;-104.8667134:9667;41.11648;-104.8664539,way_type=user_defined:way_id=80E -edge,9667,9667;41.11648;-104.8664539:9668;41.1164376;-104.8661013,way_type=user_defined:way_id=80E -edge,9668,9668;41.1164376;-104.8661013:9669;41.1164026;-104.8658526,way_type=user_defined:way_id=80E -edge,9669,9669;41.1164026;-104.8658526:9670;41.1163567;-104.8655686,way_type=user_defined:way_id=80E -edge,9670,9670;41.1163567;-104.8655686:9671;41.1163073;-104.865295,way_type=user_defined:way_id=80E -edge,9671,9671;41.1163073;-104.865295:9672;41.1162494;-104.8650144,way_type=user_defined:way_id=80E -edge,9672,9672;41.1162494;-104.8650144:9673;41.1161867;-104.8647451,way_type=user_defined:way_id=80E -edge,9673,9673;41.1161867;-104.8647451:9674;41.1161687;-104.8646738,way_type=user_defined:way_id=80E -edge,9674,9674;41.1161687;-104.8646738:9675;41.1161186;-104.864478,way_type=user_defined:way_id=80E -edge,9675,9675;41.1161186;-104.864478:9676;41.1160407;-104.8641957,way_type=user_defined:way_id=80E -edge,9676,9676;41.1160407;-104.8641957:9677;41.1159592;-104.8639244,way_type=user_defined:way_id=80E -edge,9677,9677;41.1159592;-104.8639244:9678;41.1158603;-104.8636222,way_type=user_defined:way_id=80E -edge,9678,9678;41.1158603;-104.8636222:9679;41.1157827;-104.8634005,way_type=user_defined:way_id=80E -edge,9679,9679;41.1157827;-104.8634005:9680;41.1157452;-104.8632995,way_type=user_defined:way_id=80E -edge,9680,9680;41.1157452;-104.8632995:9681;41.1156724;-104.8631066,way_type=user_defined:way_id=80E -edge,9681,9681;41.1156724;-104.8631066:9682;41.1155737;-104.862858,way_type=user_defined:way_id=80E -edge,9682,9682;41.1155737;-104.862858:9683;41.1151616;-104.8618397,way_type=user_defined:way_id=80E -edge,9683,9683;41.1151616;-104.8618397:9684;41.11465933;-104.8606228,way_type=user_defined:way_id=80E -edge,9684,9684;41.11465933;-104.8606228:9685;41.11465933;-104.8606228,way_type=user_defined:way_id=80E -edge,9685,9685;41.11465933;-104.8606228:9686;41.114612;-104.8605056,way_type=user_defined:way_id=80E -edge,9686,9686;41.114612;-104.8605056:9687;41.114612;-104.8605056,way_type=user_defined:way_id=80E -edge,9687,9687;41.114612;-104.8605056:9688;41.11460173;-104.8604807,way_type=user_defined:way_id=80E -edge,9688,9688;41.11460173;-104.8604807:9689;41.1145823;-104.8604337,way_type=user_defined:way_id=80E -edge,9689,9689;41.1145823;-104.8604337:9690;41.1145823;-104.8604337,way_type=user_defined:way_id=80E -edge,9690,9690;41.1145823;-104.8604337:9691;41.11452169;-104.8602865,way_type=user_defined:way_id=80E -edge,9691,9691;41.11452169;-104.8602865:9692;41.1143086;-104.8597688,way_type=user_defined:way_id=80E -edge,9692,9692;41.1143086;-104.8597688:9693;41.11419924;-104.8594989,way_type=user_defined:way_id=80E -edge,9693,9693;41.11419924;-104.8594989:9694;41.1140081;-104.8590271,way_type=user_defined:way_id=80E -edge,9694,9694;41.1140081;-104.8590271:9695;41.11385086;-104.8586382,way_type=user_defined:way_id=80E -edge,9695,9695;41.11385086;-104.8586382:9696;41.11385086;-104.8586382,way_type=user_defined:way_id=80E -edge,9696,9696;41.11385086;-104.8586382:9697;41.1136806;-104.8582046,way_type=user_defined:way_id=80E -edge,9697,9697;41.1136806;-104.8582046:9698;41.113583;-104.8579374,way_type=user_defined:way_id=80E -edge,9698,9698;41.113583;-104.8579374:9699;41.1134974;-104.8576823,way_type=user_defined:way_id=80E -edge,9699,9699;41.1134974;-104.8576823:9700;41.1134158;-104.8574149,way_type=user_defined:way_id=80E -edge,9700,9700;41.1134158;-104.8574149:9701;41.1133421;-104.8571427,way_type=user_defined:way_id=80E -edge,9701,9701;41.1133421;-104.8571427:9702;41.1132747;-104.856859,way_type=user_defined:way_id=80E -edge,9702,9702;41.1132747;-104.856859:9703;41.1132113;-104.8565441,way_type=user_defined:way_id=80E -edge,9703,9703;41.1132113;-104.8565441:9704;41.1131647;-104.8562628,way_type=user_defined:way_id=80E -edge,9704,9704;41.1131647;-104.8562628:9705;41.1131266;-104.8559789,way_type=user_defined:way_id=80E -edge,9705,9705;41.1131266;-104.8559789:9706;41.1130968;-104.8556948,way_type=user_defined:way_id=80E -edge,9706,9706;41.1130968;-104.8556948:9707;41.1130735;-104.8553806,way_type=user_defined:way_id=80E -edge,9707,9707;41.1130735;-104.8553806:9708;41.11306751;-104.8552207,way_type=user_defined:way_id=80E -edge,9708,9708;41.11306751;-104.8552207:9709;41.1130624;-104.8550843,way_type=user_defined:way_id=80E -edge,9709,9709;41.1130624;-104.8550843:9710;41.1130615;-104.8547965,way_type=user_defined:way_id=80E -edge,9710,9710;41.1130615;-104.8547965:9711;41.1130695;-104.8545092,way_type=user_defined:way_id=80E -edge,9711,9711;41.1130695;-104.8545092:9712;41.1130893;-104.8541843,way_type=user_defined:way_id=80E -edge,9712,9712;41.1130893;-104.8541843:9713;41.1131154;-104.8538989,way_type=user_defined:way_id=80E -edge,9713,9713;41.1131154;-104.8538989:9714;41.1131463;-104.853644,way_type=user_defined:way_id=80E -edge,9714,9714;41.1131463;-104.853644:9715;41.1131509;-104.8536062,way_type=user_defined:way_id=80E -edge,9715,9715;41.1131509;-104.8536062:9716;41.1131938;-104.8533251,way_type=user_defined:way_id=80E -edge,9716,9716;41.1131938;-104.8533251:9717;41.1132496;-104.8530097,way_type=user_defined:way_id=80E -edge,9717,9717;41.1132496;-104.8530097:9718;41.1133021;-104.8527409,way_type=user_defined:way_id=80E -edge,9718,9718;41.1133021;-104.8527409:9719;41.11368437;-104.8510354,way_type=user_defined:way_id=80E -edge,9719,9719;41.11368437;-104.8510354:9720;41.11368437;-104.8510354,way_type=user_defined:way_id=80E -edge,9720,9720;41.11368437;-104.8510354:9721;41.11368948;-104.8510118,way_type=user_defined:way_id=80E -edge,9721,9721;41.11368948;-104.8510118:9722;41.11368948;-104.8510118,way_type=user_defined:way_id=80E -edge,9722,9722;41.11368948;-104.8510118:9723;41.11371963;-104.8508716,way_type=user_defined:way_id=80E -edge,9723,9723;41.11371963;-104.8508716:9724;41.11371963;-104.8508716,way_type=user_defined:way_id=80E -edge,9724,9724;41.11371963;-104.8508716:9725;41.11374983;-104.8507311,way_type=user_defined:way_id=80E -edge,9725,9725;41.11374983;-104.8507311:9726;41.11374983;-104.8507311,way_type=user_defined:way_id=80E -edge,9726,9726;41.11374983;-104.8507311:9727;41.11375661;-104.8506998,way_type=user_defined:way_id=80E -edge,9727,9727;41.11375661;-104.8506998:9728;41.11375661;-104.8506998,way_type=user_defined:way_id=80E -edge,9728,9728;41.11375661;-104.8506998:9729;41.11511244;-104.8446557,way_type=user_defined:way_id=80E -edge,9729,9729;41.11511244;-104.8446557:9730;41.11511244;-104.8446557,way_type=user_defined:way_id=80E -edge,9730,9730;41.11511244;-104.8446557:9731;41.11533899;-104.8436446,way_type=user_defined:way_id=80E -edge,9731,9731;41.11533899;-104.8436446:9732;41.11533899;-104.8436446,way_type=user_defined:way_id=80E -edge,9732,9732;41.11533899;-104.8436446:9733;41.1154844;-104.8430262,way_type=user_defined:way_id=80E -edge,9733,9733;41.1154844;-104.8430262:9734;41.11565884;-104.8422215,way_type=user_defined:way_id=80E -edge,9734,9734;41.11565884;-104.8422215:9735;41.1157489;-104.8417787,way_type=user_defined:way_id=80E -edge,9735,9735;41.1157489;-104.8417787:9736;41.1158235;-104.8413863,way_type=user_defined:way_id=80E -edge,9736,9736;41.1158235;-104.8413863:9737;41.1158711;-104.8411175,way_type=user_defined:way_id=80E -edge,9737,9737;41.1158711;-104.8411175:9738;41.1159185;-104.840829,way_type=user_defined:way_id=80E -edge,9738,9738;41.1159185;-104.840829:9739;41.1159619;-104.840539,way_type=user_defined:way_id=80E -edge,9739,9739;41.1159619;-104.840539:9740;41.11596459;-104.8405197,way_type=user_defined:way_id=80E -edge,9740,9740;41.11596459;-104.8405197:9741;41.1159998;-104.8402666,way_type=user_defined:way_id=80E -edge,9741,9741;41.1159998;-104.8402666:9742;41.1160369;-104.8399756,way_type=user_defined:way_id=80E -edge,9742,9742;41.1160369;-104.8399756:9743;41.1160696;-104.8396947,way_type=user_defined:way_id=80E -edge,9743,9743;41.1160696;-104.8396947:9744;41.1161005;-104.8394047,way_type=user_defined:way_id=80E -edge,9744,9744;41.1161005;-104.8394047:9745;41.1161261;-104.8391444,way_type=user_defined:way_id=80E -edge,9745,9745;41.1161261;-104.8391444:9746;41.1161508;-104.838865,way_type=user_defined:way_id=80E -edge,9746,9746;41.1161508;-104.838865:9747;41.1161734;-104.8385762,way_type=user_defined:way_id=80E -edge,9747,9747;41.1161734;-104.8385762:9748;41.1161921;-104.8382966,way_type=user_defined:way_id=80E -edge,9748,9748;41.1161921;-104.8382966:9749;41.1162064;-104.8380366,way_type=user_defined:way_id=80E -edge,9749,9749;41.1162064;-104.8380366:9750;41.1162146;-104.8378595,way_type=user_defined:way_id=80E -edge,9750,9750;41.1162146;-104.8378595:9751;41.1162297;-104.8374688,way_type=user_defined:way_id=80E -edge,9751,9751;41.1162297;-104.8374688:9752;41.1162381;-104.8371429,way_type=user_defined:way_id=80E -edge,9752,9752;41.1162381;-104.8371429:9753;41.1162418;-104.836919,way_type=user_defined:way_id=80E -edge,9753,9753;41.1162418;-104.836919:9754;41.1162443;-104.8366009,way_type=user_defined:way_id=80E -edge,9754,9754;41.1162443;-104.8366009:9755;41.1162448;-104.8363408,way_type=user_defined:way_id=80E -edge,9755,9755;41.1162448;-104.8363408:9756;41.11623366;-104.8287906,way_type=user_defined:way_id=80E -edge,9756,9756;41.11623366;-104.8287906:9757;41.11623366;-104.8287906,way_type=user_defined:way_id=80E -edge,9757,9757;41.11623366;-104.8287906:9758;41.1162425;-104.8246381,way_type=user_defined:way_id=80E -edge,9758,9758;41.1162425;-104.8246381:9759;41.1162481;-104.8243439,way_type=user_defined:way_id=80E -edge,9759,9759;41.1162481;-104.8243439:9760;41.1162556;-104.8240875,way_type=user_defined:way_id=80E -edge,9760,9760;41.1162556;-104.8240875:9761;41.11626392;-104.8238693,way_type=user_defined:way_id=80E -edge,9761,9761;41.11626392;-104.8238693:9762;41.1162665;-104.8238017,way_type=user_defined:way_id=80E -edge,9762,9762;41.1162665;-104.8238017:9763;41.1162827;-104.8234874,way_type=user_defined:way_id=80E -edge,9763,9763;41.1162827;-104.8234874:9764;41.1162987;-104.8232311,way_type=user_defined:way_id=80E -edge,9764,9764;41.1162987;-104.8232311:9765;41.1163196;-104.8229361,way_type=user_defined:way_id=80E -edge,9765,9765;41.1163196;-104.8229361:9766;41.1163449;-104.8226225,way_type=user_defined:way_id=80E -edge,9766,9766;41.1163449;-104.8226225:9767;41.1163676;-104.8223665,way_type=user_defined:way_id=80E -edge,9767,9767;41.1163676;-104.8223665:9768;41.1163955;-104.8220916,way_type=user_defined:way_id=80E -edge,9768,9768;41.1163955;-104.8220916:9769;41.1164292;-104.8217989,way_type=user_defined:way_id=80E -edge,9769,9769;41.1164292;-104.8217989:9770;41.1164842;-104.8213793,way_type=user_defined:way_id=80E -edge,9770,9770;41.1164842;-104.8213793:9771;41.11821698;-104.8094983,way_type=user_defined:way_id=80E -edge,9771,9771;41.11821698;-104.8094983:9772;41.11821698;-104.8094983,way_type=user_defined:way_id=80E -edge,9772,9772;41.11821698;-104.8094983:9773;41.1182753;-104.8091006,way_type=user_defined:way_id=80E -edge,9773,9773;41.1182753;-104.8091006:9774;41.1182753;-104.8091006,way_type=user_defined:way_id=80E -edge,9774,9774;41.1182753;-104.8091006:9775;41.11844973;-104.8079068,way_type=user_defined:way_id=80E -edge,9775,9775;41.11844973;-104.8079068:9776;41.1187894;-104.8055822,way_type=user_defined:way_id=80E -edge,9776,9776;41.1187894;-104.8055822:9777;41.11888044;-104.8049732,way_type=user_defined:way_id=80E -edge,9777,9777;41.11888044;-104.8049732:9778;41.11888044;-104.8049732,way_type=user_defined:way_id=80E -edge,9778,9778;41.11888044;-104.8049732:9779;41.11889593;-104.8048684,way_type=user_defined:way_id=80E -edge,9779,9779;41.11889593;-104.8048684:9780;41.11889593;-104.8048684,way_type=user_defined:way_id=80E -edge,9780,9780;41.11889593;-104.8048684:9781;41.11890963;-104.8047751,way_type=user_defined:way_id=80E -edge,9781,9781;41.11890963;-104.8047751:9782;41.11890963;-104.8047751,way_type=user_defined:way_id=80E -edge,9782,9782;41.11890963;-104.8047751:9783;41.1190183;-104.8040297,way_type=user_defined:way_id=80E -edge,9783,9783;41.1190183;-104.8040297:9784;41.11919381;-104.8027913,way_type=user_defined:way_id=80E -edge,9784,9784;41.11919381;-104.8027913:9785;41.1192101;-104.8026764,way_type=user_defined:way_id=80E -edge,9785,9785;41.1192101;-104.8026764:9786;41.1192819;-104.8021796,way_type=user_defined:way_id=80E -edge,9786,9786;41.1192819;-104.8021796:9787;41.1193764;-104.8015355,way_type=user_defined:way_id=80E -edge,9787,9787;41.1193764;-104.8015355:9788;41.1195462;-104.8004066,way_type=user_defined:way_id=80E -edge,9788,9788;41.1195462;-104.8004066:9789;41.1198473;-104.7983513,way_type=user_defined:way_id=80E -edge,9789,9789;41.1198473;-104.7983513:9790;41.1198473;-104.7983513,way_type=user_defined:way_id=80E -edge,9790,9790;41.1198473;-104.7983513:9791;41.12057658;-104.7933605,way_type=user_defined:way_id=80E -edge,9791,9791;41.12057658;-104.7933605:9792;41.12057658;-104.7933605,way_type=user_defined:way_id=80E -edge,9792,9792;41.12057658;-104.7933605:9793;41.12335802;-104.7743173,way_type=user_defined:way_id=80E -edge,9793,9793;41.12335802;-104.7743173:9794;41.12335802;-104.7743173,way_type=user_defined:way_id=80E -edge,9794,9794;41.12335802;-104.7743173:9795;41.1234409;-104.7737541,way_type=user_defined:way_id=80E -edge,9795,9795;41.1234409;-104.7737541:9796;41.1234863;-104.7734366,way_type=user_defined:way_id=80E -edge,9796,9796;41.1234863;-104.7734366:9797;41.123524;-104.773156,way_type=user_defined:way_id=80E -edge,9797,9797;41.123524;-104.773156:9798;41.1235513;-104.772938,way_type=user_defined:way_id=80E -edge,9798,9798;41.1235513;-104.772938:9799;41.12357463;-104.7727426,way_type=user_defined:way_id=80E -edge,9799,9799;41.12357463;-104.7727426:9800;41.1236227;-104.77234,way_type=user_defined:way_id=80E -edge,9800,9800;41.1236227;-104.77234:9801;41.1236564;-104.772045,way_type=user_defined:way_id=80E -edge,9801,9801;41.1236564;-104.772045:9802;41.1236868;-104.7717626,way_type=user_defined:way_id=80E -edge,9802,9802;41.1236868;-104.7717626:9803;41.1237251;-104.7713836,way_type=user_defined:way_id=80E -edge,9803,9803;41.1237251;-104.7713836:9804;41.1237627;-104.7709928,way_type=user_defined:way_id=80E -edge,9804,9804;41.1237627;-104.7709928:9805;41.123793;-104.770655,way_type=user_defined:way_id=80E -edge,9805,9805;41.123793;-104.770655:9806;41.12380965;-104.770456,way_type=user_defined:way_id=80E -edge,9806,9806;41.12380965;-104.770456:9807;41.12382;-104.7703322,way_type=user_defined:way_id=80E -edge,9807,9807;41.12382;-104.7703322:9808;41.1238409;-104.7700563,way_type=user_defined:way_id=80E -edge,9808,9808;41.1238409;-104.7700563:9809;41.123861;-104.769752,way_type=user_defined:way_id=80E -edge,9809,9809;41.123861;-104.769752:9810;41.1238821;-104.7693923,way_type=user_defined:way_id=80E -edge,9810,9810;41.1238821;-104.7693923:9811;41.1239078;-104.768926,way_type=user_defined:way_id=80E -edge,9811,9811;41.1239078;-104.768926:9812;41.1239221;-104.7686322,way_type=user_defined:way_id=80E -edge,9812,9812;41.1239221;-104.7686322:9813;41.1239221;-104.7686322,way_type=user_defined:way_id=80E -edge,9813,9813;41.1239221;-104.7686322:9814;41.1239463;-104.7680642,way_type=user_defined:way_id=80E -edge,9814,9814;41.1239463;-104.7680642:9815;41.1239565;-104.7677693,way_type=user_defined:way_id=80E -edge,9815,9815;41.1239565;-104.7677693:9816;41.12397;-104.7672277,way_type=user_defined:way_id=80E -edge,9816,9816;41.12397;-104.7672277:9817;41.1239745;-104.7669534,way_type=user_defined:way_id=80E -edge,9817,9817;41.1239745;-104.7669534:9818;41.1239741;-104.7669058,way_type=user_defined:way_id=80E -edge,9818,9818;41.1239741;-104.7669058:9819;41.1239741;-104.7669058,way_type=user_defined:way_id=80E -edge,9819,9819;41.1239741;-104.7669058:9820;41.1240876;-104.7600754,way_type=user_defined:way_id=80E -edge,9820,9820;41.1240876;-104.7600754:9821;41.1240876;-104.7600754,way_type=user_defined:way_id=80E -edge,9821,9821;41.1240876;-104.7600754:9822;41.12429279;-104.7476288,way_type=user_defined:way_id=80E -edge,9822,9822;41.12429279;-104.7476288:9823;41.12429279;-104.7476288,way_type=user_defined:way_id=80E -edge,9823,9823;41.12429279;-104.7476288:9824;41.1243929;-104.7414334,way_type=user_defined:way_id=80E -edge,9824,9824;41.1243929;-104.7414334:9825;41.1244173;-104.7403092,way_type=user_defined:way_id=80E -edge,9825,9825;41.1244173;-104.7403092:9826;41.1244256;-104.740032,way_type=user_defined:way_id=80E -edge,9826,9826;41.1244256;-104.740032:9827;41.1244366;-104.7397366,way_type=user_defined:way_id=80E -edge,9827,9827;41.1244366;-104.7397366:9828;41.12445;-104.7394404,way_type=user_defined:way_id=80E -edge,9828,9828;41.12445;-104.7394404:9829;41.1244644;-104.7391628,way_type=user_defined:way_id=80E -edge,9829,9829;41.1244644;-104.7391628:9830;41.1244993;-104.7385887,way_type=user_defined:way_id=80E -edge,9830,9830;41.1244993;-104.7385887:9831;41.1245379;-104.7380055,way_type=user_defined:way_id=80E -edge,9831,9831;41.1245379;-104.7380055:9832;41.1245582;-104.7377195,way_type=user_defined:way_id=80E -edge,9832,9832;41.1245582;-104.7377195:9833;41.1245801;-104.7374346,way_type=user_defined:way_id=80E -edge,9833,9833;41.1245801;-104.7374346:9834;41.1246046;-104.7371506,way_type=user_defined:way_id=80E -edge,9834,9834;41.1246046;-104.7371506:9835;41.1246249;-104.7369333,way_type=user_defined:way_id=80E -edge,9835,9835;41.1246249;-104.7369333:9836;41.1246818;-104.736357,way_type=user_defined:way_id=80E -edge,9836,9836;41.1246818;-104.736357:9837;41.1247196;-104.7360075,way_type=user_defined:way_id=80E -edge,9837,9837;41.1247196;-104.7360075:9838;41.124758;-104.7356769,way_type=user_defined:way_id=80E -edge,9838,9838;41.124758;-104.7356769:9839;41.1248237;-104.7351481,way_type=user_defined:way_id=80E -edge,9839,9839;41.1248237;-104.7351481:9840;41.1248991;-104.7345788,way_type=user_defined:way_id=80E -edge,9840,9840;41.1248991;-104.7345788:9841;41.1249758;-104.7340373,way_type=user_defined:way_id=80E -edge,9841,9841;41.1249758;-104.7340373:9842;41.1250285;-104.7336884,way_type=user_defined:way_id=80E -edge,9842,9842;41.1250285;-104.7336884:9843;41.1251089;-104.7331855,way_type=user_defined:way_id=80E -edge,9843,9843;41.1251089;-104.7331855:9844;41.1252031;-104.7326279,way_type=user_defined:way_id=80E -edge,9844,9844;41.1252031;-104.7326279:9845;41.1252526;-104.7323459,way_type=user_defined:way_id=80E -edge,9845,9845;41.1252526;-104.7323459:9846;41.1253161;-104.732,way_type=user_defined:way_id=80E -edge,9846,9846;41.1253161;-104.732:9847;41.1254116;-104.7315028,way_type=user_defined:way_id=80E -edge,9847,9847;41.1254116;-104.7315028:9848;41.1254883;-104.7311212,way_type=user_defined:way_id=80E -edge,9848,9848;41.1254883;-104.7311212:9849;41.1255812;-104.7306752,way_type=user_defined:way_id=80E -edge,9849,9849;41.1255812;-104.7306752:9850;41.1256512;-104.730353,way_type=user_defined:way_id=80E -edge,9850,9850;41.1256512;-104.730353:9851;41.125731;-104.7299977,way_type=user_defined:way_id=80E -edge,9851,9851;41.125731;-104.7299977:9852;41.1258344;-104.7295551,way_type=user_defined:way_id=80E -edge,9852,9852;41.1258344;-104.7295551:9853;41.1258923;-104.7293166,way_type=user_defined:way_id=80E -edge,9853,9853;41.1258923;-104.7293166:9854;41.1259866;-104.7289359,way_type=user_defined:way_id=80E -edge,9854,9854;41.1259866;-104.7289359:9855;41.1260886;-104.7285339,way_type=user_defined:way_id=80E -edge,9855,9855;41.1260886;-104.7285339:9856;41.1261781;-104.7281931,way_type=user_defined:way_id=80E -edge,9856,9856;41.1261781;-104.7281931:9857;41.1262555;-104.7279053,way_type=user_defined:way_id=80E -edge,9857,9857;41.1262555;-104.7279053:9858;41.1263843;-104.7274378,way_type=user_defined:way_id=80E -edge,9858,9858;41.1263843;-104.7274378:9859;41.1264797;-104.7271016,way_type=user_defined:way_id=80E -edge,9859,9859;41.1264797;-104.7271016:9860;41.1266211;-104.7266256,way_type=user_defined:way_id=80E -edge,9860,9860;41.1266211;-104.7266256:9861;41.1267122;-104.7263279,way_type=user_defined:way_id=80E -edge,9861,9861;41.1267122;-104.7263279:9862;41.1268606;-104.7258564,way_type=user_defined:way_id=80E -edge,9862,9862;41.1268606;-104.7258564:9863;41.1269671;-104.725526,way_type=user_defined:way_id=80E -edge,9863,9863;41.1269671;-104.725526:9864;41.1270415;-104.7253011,way_type=user_defined:way_id=80E -edge,9864,9864;41.1270415;-104.7253011:9865;41.1274999;-104.7239894,way_type=user_defined:way_id=80E -edge,9865,9865;41.1274999;-104.7239894:9866;41.1297074;-104.7177561,way_type=user_defined:way_id=80E -edge,9866,9866;41.1297074;-104.7177561:9867;41.132089;-104.7110439,way_type=user_defined:way_id=80E -edge,9867,9867;41.132089;-104.7110439:9868;41.132089;-104.7110439,way_type=user_defined:way_id=80E -edge,9868,9868;41.132089;-104.7110439:9869;41.13248239;-104.7099376,way_type=user_defined:way_id=80E -edge,9869,9869;41.13248239;-104.7099376:9870;41.1325417;-104.7097708,way_type=user_defined:way_id=80E -edge,9870,9870;41.1325417;-104.7097708:9871;41.1327069;-104.7093187,way_type=user_defined:way_id=80E -edge,9871,9871;41.1327069;-104.7093187:9872;41.1328168;-104.7090253,way_type=user_defined:way_id=80E -edge,9872,9872;41.1328168;-104.7090253:9873;41.1329117;-104.7087756,way_type=user_defined:way_id=80E -edge,9873,9873;41.1329117;-104.7087756:9874;41.13303507;-104.7084587,way_type=user_defined:way_id=80E -edge,9874,9874;41.13303507;-104.7084587:9875;41.1330791;-104.7083389,way_type=user_defined:way_id=80E -edge,9875,9875;41.1330791;-104.7083389:9876;41.1334085;-104.7075593,way_type=user_defined:way_id=80E -edge,9876,9876;41.1334085;-104.7075593:9877;41.13353;-104.7072832,way_type=user_defined:way_id=80E -edge,9877,9877;41.13353;-104.7072832:9878;41.1337128;-104.7068803,way_type=user_defined:way_id=80E -edge,9878,9878;41.1337128;-104.7068803:9879;41.1338553;-104.7065768,way_type=user_defined:way_id=80E -edge,9879,9879;41.1338553;-104.7065768:9880;41.133974;-104.7063312,way_type=user_defined:way_id=80E -edge,9880,9880;41.133974;-104.7063312:9881;41.1341967;-104.7058829,way_type=user_defined:way_id=80E -edge,9881,9881;41.1341967;-104.7058829:9882;41.13441;-104.7054608,way_type=user_defined:way_id=80E -edge,9882,9882;41.13441;-104.7054608:9883;41.1348037;-104.7046885,way_type=user_defined:way_id=80E -edge,9883,9883;41.1348037;-104.7046885:9884;41.13501443;-104.7042794,way_type=user_defined:way_id=80E -edge,9884,9884;41.13501443;-104.7042794:9885;41.13501443;-104.7042794,way_type=user_defined:way_id=80E -edge,9885,9885;41.13501443;-104.7042794:9886;41.1385327;-104.6974502,way_type=user_defined:way_id=80E -edge,9886,9886;41.1385327;-104.6974502:9887;41.1385327;-104.6974502,way_type=user_defined:way_id=80E -edge,9887,9887;41.1385327;-104.6974502:9888;41.1495873;-104.6759975,way_type=user_defined:way_id=80E -edge,9888,9888;41.1495873;-104.6759975:9889;41.1505643;-104.6740881,way_type=user_defined:way_id=80E -edge,9889,9889;41.1505643;-104.6740881:9890;41.1507467;-104.6737216,way_type=user_defined:way_id=80E -edge,9890,9890;41.1507467;-104.6737216:9891;41.1509235;-104.6733617,way_type=user_defined:way_id=80E -edge,9891,9891;41.1509235;-104.6733617:9892;41.1511486;-104.6728959,way_type=user_defined:way_id=80E -edge,9892,9892;41.1511486;-104.6728959:9893;41.1512784;-104.6726216,way_type=user_defined:way_id=80E -edge,9893,9893;41.1512784;-104.6726216:9894;41.1516018;-104.6719213,way_type=user_defined:way_id=80E -edge,9894,9894;41.1516018;-104.6719213:9895;41.1518382;-104.6713983,way_type=user_defined:way_id=80E -edge,9895,9895;41.1518382;-104.6713983:9896;41.1519492;-104.671146,way_type=user_defined:way_id=80E -edge,9896,9896;41.1519492;-104.671146:9897;41.1522634;-104.6704193,way_type=user_defined:way_id=80E -edge,9897,9897;41.1522634;-104.6704193:9898;41.1524734;-104.6699233,way_type=user_defined:way_id=80E -edge,9898,9898;41.1524734;-104.6699233:9899;41.1526704;-104.6694475,way_type=user_defined:way_id=80E -edge,9899,9899;41.1526704;-104.6694475:9900;41.1528526;-104.6690027,way_type=user_defined:way_id=80E -edge,9900,9900;41.1528526;-104.6690027:9901;41.1529789;-104.6686897,way_type=user_defined:way_id=80E -edge,9901,9901;41.1529789;-104.6686897:9902;41.1530863;-104.6684184,way_type=user_defined:way_id=80E -edge,9902,9902;41.1530863;-104.6684184:9903;41.1532945;-104.6678804,way_type=user_defined:way_id=80E -edge,9903,9903;41.1532945;-104.6678804:9904;41.1534151;-104.6675613,way_type=user_defined:way_id=80E -edge,9904,9904;41.1534151;-104.6675613:9905;41.1535725;-104.6671385,way_type=user_defined:way_id=80E -edge,9905,9905;41.1535725;-104.6671385:9906;41.1538578;-104.6663543,way_type=user_defined:way_id=80E -edge,9906,9906;41.1538578;-104.6663543:9907;41.1539533;-104.666087,way_type=user_defined:way_id=80E -edge,9907,9907;41.1539533;-104.666087:9908;41.1540438;-104.6658275,way_type=user_defined:way_id=80E -edge,9908,9908;41.1540438;-104.6658275:9909;41.1542112;-104.6653405,way_type=user_defined:way_id=80E -edge,9909,9909;41.1542112;-104.6653405:9910;41.1543027;-104.6650694,way_type=user_defined:way_id=80E -edge,9910,9910;41.1543027;-104.6650694:9911;41.1545839;-104.664215,way_type=user_defined:way_id=80E -edge,9911,9911;41.1545839;-104.664215:9912;41.1547456;-104.6637096,way_type=user_defined:way_id=80E -edge,9912,9912;41.1547456;-104.6637096:9913;41.1548498;-104.6633743,way_type=user_defined:way_id=80E -edge,9913,9913;41.1548498;-104.6633743:9914;41.1549699;-104.662979,way_type=user_defined:way_id=80E -edge,9914,9914;41.1549699;-104.662979:9915;41.1552998;-104.6618605,way_type=user_defined:way_id=80E -edge,9915,9915;41.1552998;-104.6618605:9916;41.1554147;-104.6614555,way_type=user_defined:way_id=80E -edge,9916,9916;41.1554147;-104.6614555:9917;41.1554147;-104.6614555,way_type=user_defined:way_id=80E -edge,9917,9917;41.1554147;-104.6614555:9918;41.1554596;-104.6612936,way_type=user_defined:way_id=80E -edge,9918,9918;41.1554596;-104.6612936:9919;41.1555986;-104.6607773,way_type=user_defined:way_id=80E -edge,9919,9919;41.1555986;-104.6607773:9920;41.15569331;-104.6604191,way_type=user_defined:way_id=80E -edge,9920,9920;41.15569331;-104.6604191:9921;41.1558894;-104.6596776,way_type=user_defined:way_id=80E -edge,9921,9921;41.1558894;-104.6596776:9922;41.1560245;-104.6591457,way_type=user_defined:way_id=80E -edge,9922,9922;41.1560245;-104.6591457:9923;41.1561526;-104.6586202,way_type=user_defined:way_id=80E -edge,9923,9923;41.1561526;-104.6586202:9924;41.156275;-104.6581018,way_type=user_defined:way_id=80E -edge,9924,9924;41.156275;-104.6581018:9925;41.1563447;-104.6578004,way_type=user_defined:way_id=80E -edge,9925,9925;41.1563447;-104.6578004:9926;41.1564796;-104.6571968,way_type=user_defined:way_id=80E -edge,9926,9926;41.1564796;-104.6571968:9927;41.1565837;-104.6567191,way_type=user_defined:way_id=80E -edge,9927,9927;41.1565837;-104.6567191:9928;41.1566517;-104.6563993,way_type=user_defined:way_id=80E -edge,9928,9928;41.1566517;-104.6563993:9929;41.1567323;-104.6560114,way_type=user_defined:way_id=80E -edge,9929,9929;41.1567323;-104.6560114:9930;41.15677805;-104.6557841,way_type=user_defined:way_id=80E -edge,9930,9930;41.15677805;-104.6557841:9931;41.15677805;-104.6557841,way_type=user_defined:way_id=80E -edge,9931,9931;41.15677805;-104.6557841:9932;41.1568165;-104.655586,way_type=user_defined:way_id=80E -edge,9932,9932;41.1568165;-104.655586:9933;41.1568777;-104.6552954,way_type=user_defined:way_id=80E -edge,9933,9933;41.1568777;-104.6552954:9934;41.1569304;-104.6550275,way_type=user_defined:way_id=80E -edge,9934,9934;41.1569304;-104.6550275:9935;41.1570086;-104.6545972,way_type=user_defined:way_id=80E -edge,9935,9935;41.1570086;-104.6545972:9936;41.1570775;-104.6542098,way_type=user_defined:way_id=80E -edge,9936,9936;41.1570775;-104.6542098:9937;41.1571749;-104.6536472,way_type=user_defined:way_id=80E -edge,9937,9937;41.1571749;-104.6536472:9938;41.1572705;-104.6530848,way_type=user_defined:way_id=80E -edge,9938,9938;41.1572705;-104.6530848:9939;41.1573178;-104.6527966,way_type=user_defined:way_id=80E -edge,9939,9939;41.1573178;-104.6527966:9940;41.1573806;-104.6523969,way_type=user_defined:way_id=80E -edge,9940,9940;41.1573806;-104.6523969:9941;41.157484;-104.6517157,way_type=user_defined:way_id=80E -edge,9941,9941;41.157484;-104.6517157:9942;41.1575267;-104.6514275,way_type=user_defined:way_id=80E -edge,9942,9942;41.1575267;-104.6514275:9943;41.15756172;-104.6511788,way_type=user_defined:way_id=80E -edge,9943,9943;41.15756172;-104.6511788:9944;41.1576424;-104.6505756,way_type=user_defined:way_id=80E -edge,9944,9944;41.1576424;-104.6505756:9945;41.1577579;-104.649651,way_type=user_defined:way_id=80E -edge,9945,9945;41.1577579;-104.649651:9946;41.1577579;-104.649651,way_type=user_defined:way_id=80E -edge,9946,9946;41.1577579;-104.649651:9947;41.1578205;-104.6491207,way_type=user_defined:way_id=80E -edge,9947,9947;41.1578205;-104.6491207:9948;41.1578769;-104.6486168,way_type=user_defined:way_id=80E -edge,9948,9948;41.1578769;-104.6486168:9949;41.1579407;-104.6480091,way_type=user_defined:way_id=80E -edge,9949,9949;41.1579407;-104.6480091:9950;41.1579964;-104.6474379,way_type=user_defined:way_id=80E -edge,9950,9950;41.1579964;-104.6474379:9951;41.1580439;-104.6468934,way_type=user_defined:way_id=80E -edge,9951,9951;41.1580439;-104.6468934:9952;41.1580883;-104.6463296,way_type=user_defined:way_id=80E -edge,9952,9952;41.1580883;-104.6463296:9953;41.1581526;-104.6454609,way_type=user_defined:way_id=80E -edge,9953,9953;41.1581526;-104.6454609:9954;41.1581737;-104.6451652,way_type=user_defined:way_id=80E -edge,9954,9954;41.1581737;-104.6451652:9955;41.1581918;-104.644888,way_type=user_defined:way_id=80E -edge,9955,9955;41.1581918;-104.644888:9956;41.1582241;-104.6443352,way_type=user_defined:way_id=80E -edge,9956,9956;41.1582241;-104.6443352:9957;41.1582405;-104.6440211,way_type=user_defined:way_id=80E -edge,9957,9957;41.1582405;-104.6440211:9958;41.1582646;-104.6434701,way_type=user_defined:way_id=80E -edge,9958,9958;41.1582646;-104.6434701:9959;41.1582978;-104.6426061,way_type=user_defined:way_id=80E -edge,9959,9959;41.1582978;-104.6426061:9960;41.1583167;-104.642026,way_type=user_defined:way_id=80E -edge,9960,9960;41.1583167;-104.642026:9961;41.1583296;-104.6414931,way_type=user_defined:way_id=80E -edge,9961,9961;41.1583296;-104.6414931:9962;41.1583398;-104.6409876,way_type=user_defined:way_id=80E -edge,9962,9962;41.1583398;-104.6409876:9963;41.158344;-104.640586,way_type=user_defined:way_id=80E -edge,9963,9963;41.158344;-104.640586:9964;41.1583445;-104.6395003,way_type=user_defined:way_id=80E -edge,9964,9964;41.1583445;-104.6395003:9965;41.1583433;-104.6391069,way_type=user_defined:way_id=80E -edge,9965,9965;41.1583433;-104.6391069:9966;41.1583181;-104.6359676,way_type=user_defined:way_id=80E -edge,9966,9966;41.1583181;-104.6359676:9967;41.1583112;-104.6348785,way_type=user_defined:way_id=80E -edge,9967,9967;41.1583112;-104.6348785:9968;41.1583081;-104.6340091,way_type=user_defined:way_id=80E -edge,9968,9968;41.1583081;-104.6340091:9969;41.1583045;-104.6334263,way_type=user_defined:way_id=80E -edge,9969,9969;41.1583045;-104.6334263:9970;41.1581521;-104.6105988,way_type=user_defined:way_id=80E -edge,9970,9970;41.1581521;-104.6105988:9971;41.1580811;-104.5937861,way_type=user_defined:way_id=80E -edge,9971,9971;41.1580811;-104.5937861:9972;41.1580787;-104.5927757,way_type=user_defined:way_id=80E -edge,9972,9972;41.1580787;-104.5927757:9973;41.1580616;-104.589025,way_type=user_defined:way_id=80E -edge,9973,9973;41.1580616;-104.589025:9974;41.158056;-104.587369,way_type=user_defined:way_id=80E -edge,9974,9974;41.158056;-104.587369:9975;41.1580501;-104.5864608,way_type=user_defined:way_id=80E -edge,9975,9975;41.1580501;-104.5864608:9976;41.1580449;-104.584737,way_type=user_defined:way_id=80E -edge,9976,9976;41.1580449;-104.584737:9977;41.1580348;-104.5823785,way_type=user_defined:way_id=80E -edge,9977,9977;41.1580348;-104.5823785:9978;41.1580323;-104.5813683,way_type=user_defined:way_id=80E -edge,9978,9978;41.1580323;-104.5813683:9979;41.1580169;-104.5787764,way_type=user_defined:way_id=80E -edge,9979,9979;41.1580169;-104.5787764:9980;41.15800628;-104.5604113,way_type=user_defined:way_id=80E -edge,9980,9980;41.15800628;-104.5604113:9981;41.15800628;-104.5604113,way_type=user_defined:way_id=80E -edge,9981,9981;41.15800628;-104.5604113:9982;41.158004;-104.5369627,way_type=user_defined:way_id=80E -edge,9982,9982;41.158004;-104.5369627:9983;41.1579988;-104.5279833,way_type=user_defined:way_id=80E -edge,9983,9983;41.1579988;-104.5279833:9984;41.1579988;-104.5279833,way_type=user_defined:way_id=80E -edge,9984,9984;41.1579988;-104.5279833:9985;41.15791639;-104.5225765,way_type=user_defined:way_id=80E -edge,9985,9985;41.15791639;-104.5225765:9986;41.15791639;-104.5225765,way_type=user_defined:way_id=80E -edge,9986,9986;41.15791639;-104.5225765:9987;41.1577838;-104.5161307,way_type=user_defined:way_id=80E -edge,9987,9987;41.1577838;-104.5161307:9988;41.1577838;-104.5161307,way_type=user_defined:way_id=80E -edge,9988,9988;41.1577838;-104.5161307:9989;41.1570664;-104.4817408,way_type=user_defined:way_id=80E -edge,9989,9989;41.1570664;-104.4817408:9990;41.15671193;-104.464966,way_type=user_defined:way_id=80E -edge,9990,9990;41.15671193;-104.464966:9991;41.15671193;-104.464966,way_type=user_defined:way_id=80E -edge,9991,9991;41.15671193;-104.464966:9992;41.1564014;-104.4502997,way_type=user_defined:way_id=80E -edge,9992,9992;41.1564014;-104.4502997:9993;41.1563829;-104.44947,way_type=user_defined:way_id=80E -edge,9993,9993;41.1563829;-104.44947:9994;41.1563676;-104.4486133,way_type=user_defined:way_id=80E -edge,9994,9994;41.1563676;-104.4486133:9995;41.1563255;-104.4466915,way_type=user_defined:way_id=80E -edge,9995,9995;41.1563255;-104.4466915:9996;41.1563145;-104.4460434,way_type=user_defined:way_id=80E -edge,9996,9996;41.1563145;-104.4460434:9997;41.1563112;-104.4457471,way_type=user_defined:way_id=80E -edge,9997,9997;41.1563112;-104.4457471:9998;41.1563077;-104.4451721,way_type=user_defined:way_id=80E -edge,9998,9998;41.1563077;-104.4451721:9999;41.1563076;-104.4443377,way_type=user_defined:way_id=80E -edge,9999,9999;41.1563076;-104.4443377:10000;41.1563133;-104.4437712,way_type=user_defined:way_id=80E -edge,10000,10000;41.1563133;-104.4437712:10001;41.1563253;-104.4431936,way_type=user_defined:way_id=80E -edge,10001,10001;41.1563253;-104.4431936:10002;41.1563418;-104.4425406,way_type=user_defined:way_id=80E -edge,10002,10002;41.1563418;-104.4425406:10003;41.1563587;-104.4420028,way_type=user_defined:way_id=80E -edge,10003,10003;41.1563587;-104.4420028:10004;41.1563808;-104.4414273,way_type=user_defined:way_id=80E -edge,10004,10004;41.1563808;-104.4414273:10005;41.1563925;-104.4411691,way_type=user_defined:way_id=80E -edge,10005,10005;41.1563925;-104.4411691:10006;41.1564382;-104.4402612,way_type=user_defined:way_id=80E -edge,10006,10006;41.1564382;-104.4402612:10007;41.1574516;-104.4185724,way_type=user_defined:way_id=80E -edge,10007,10007;41.1574516;-104.4185724:10008;41.1574643;-104.4182478,way_type=user_defined:way_id=80E -edge,10008,10008;41.1574643;-104.4182478:10009;41.1574819;-104.4177329,way_type=user_defined:way_id=80E -edge,10009,10009;41.1574819;-104.4177329:10010;41.157497;-104.4171667,way_type=user_defined:way_id=80E -edge,10010,10010;41.157497;-104.4171667:10011;41.1575096;-104.4165508,way_type=user_defined:way_id=80E -edge,10011,10011;41.1575096;-104.4165508:10012;41.1575168;-104.415979,way_type=user_defined:way_id=80E -edge,10012,10012;41.1575168;-104.415979:10013;41.1575187;-104.415403,way_type=user_defined:way_id=80E -edge,10013,10013;41.1575187;-104.415403:10014;41.1575181;-104.4145329,way_type=user_defined:way_id=80E -edge,10014,10014;41.1575181;-104.4145329:10015;41.1574943;-104.4075859,way_type=user_defined:way_id=80E -edge,10015,10015;41.1574943;-104.4075859:10016;41.1574943;-104.4075859,way_type=user_defined:way_id=80E -edge,10016,10016;41.1574943;-104.4075859:10017;41.1574486;-104.394537,way_type=user_defined:way_id=80E -edge,10017,10017;41.1574486;-104.394537:10018;41.1573868;-104.3790718,way_type=user_defined:way_id=80E -edge,10018,10018;41.1573868;-104.3790718:10019;41.1573679;-104.37391,way_type=user_defined:way_id=80E -edge,10019,10019;41.1573679;-104.37391:10020;41.1573604;-104.3724814,way_type=user_defined:way_id=80E -edge,10020,10020;41.1573604;-104.3724814:10021;41.1573587;-104.3712984,way_type=user_defined:way_id=80E -edge,10021,10021;41.1573587;-104.3712984:10022;41.1573498;-104.3690786,way_type=user_defined:way_id=80E -edge,10022,10022;41.1573498;-104.3690786:10023;41.1573402;-104.3661901,way_type=user_defined:way_id=80E -edge,10023,10023;41.1573402;-104.3661901:10024;41.1573237;-104.3625075,way_type=user_defined:way_id=80E -edge,10024,10024;41.1573237;-104.3625075:10025;41.15731336;-104.3598088,way_type=user_defined:way_id=80E -edge,10025,10025;41.15731336;-104.3598088:10026;41.1573096;-104.3588308,way_type=user_defined:way_id=80E -edge,10026,10026;41.1573096;-104.3588308:10027;41.1573095;-104.3583571,way_type=user_defined:way_id=80E -edge,10027,10027;41.1573095;-104.3583571:10028;41.1573126;-104.3572843,way_type=user_defined:way_id=80E -edge,10028,10028;41.1573126;-104.3572843:10029;41.1573276;-104.3552946,way_type=user_defined:way_id=80E -edge,10029,10029;41.1573276;-104.3552946:10030;41.1573287;-104.3550709,way_type=user_defined:way_id=80E -edge,10030,10030;41.1573287;-104.3550709:10031;41.1573305;-104.354706,way_type=user_defined:way_id=80E -edge,10031,10031;41.1573305;-104.354706:10032;41.1573305;-104.354706,way_type=user_defined:way_id=80E -edge,10032,10032;41.1573305;-104.354706:10033;41.15735487;-104.3494605,way_type=user_defined:way_id=80E -edge,10033,10033;41.15735487;-104.3494605:10034;41.15735487;-104.3494605,way_type=user_defined:way_id=80E -edge,10034,10034;41.15735487;-104.3494605:10035;41.1573831;-104.346415,way_type=user_defined:way_id=80E -edge,10035,10035;41.1573831;-104.346415:10036;41.1573949;-104.3459142,way_type=user_defined:way_id=80E -edge,10036,10036;41.1573949;-104.3459142:10037;41.1574037;-104.34565,way_type=user_defined:way_id=80E -edge,10037,10037;41.1574037;-104.34565:10038;41.157415;-104.3453672,way_type=user_defined:way_id=80E -edge,10038,10038;41.157415;-104.3453672:10039;41.1574284;-104.3450845,way_type=user_defined:way_id=80E -edge,10039,10039;41.1574284;-104.3450845:10040;41.1574581;-104.3445379,way_type=user_defined:way_id=80E -edge,10040,10040;41.1574581;-104.3445379:10041;41.15746293;-104.3444535,way_type=user_defined:way_id=80E -edge,10041,10041;41.15746293;-104.3444535:10042;41.1574765;-104.3442168,way_type=user_defined:way_id=80E -edge,10042,10042;41.1574765;-104.3442168:10043;41.1575104;-104.343687,way_type=user_defined:way_id=80E -edge,10043,10043;41.1575104;-104.343687:10044;41.1575312;-104.3433933,way_type=user_defined:way_id=80E -edge,10044,10044;41.1575312;-104.3433933:10045;41.1575543;-104.3430994,way_type=user_defined:way_id=80E -edge,10045,10045;41.1575543;-104.3430994:10046;41.1575543;-104.3430994,way_type=user_defined:way_id=80E -edge,10046,10046;41.1575543;-104.3430994:10047;41.1576039;-104.3425297,way_type=user_defined:way_id=80E -edge,10047,10047;41.1576039;-104.3425297:10048;41.1576341;-104.3422163,way_type=user_defined:way_id=80E -edge,10048,10048;41.1576341;-104.3422163:10049;41.1577187;-104.3414284,way_type=user_defined:way_id=80E -edge,10049,10049;41.1577187;-104.3414284:10050;41.1577571;-104.341099,way_type=user_defined:way_id=80E -edge,10050,10050;41.1577571;-104.341099:10051;41.1578201;-104.3406084,way_type=user_defined:way_id=80E -edge,10051,10051;41.1578201;-104.3406084:10052;41.1579011;-104.3400052,way_type=user_defined:way_id=80E -edge,10052,10052;41.1579011;-104.3400052:10053;41.1581768;-104.338003,way_type=user_defined:way_id=80E -edge,10053,10053;41.1581768;-104.338003:10054;41.1582562;-104.3374138,way_type=user_defined:way_id=80E -edge,10054,10054;41.1582562;-104.3374138:10055;41.1583198;-104.3369063,way_type=user_defined:way_id=80E -edge,10055,10055;41.1583198;-104.3369063:10056;41.1583608;-104.3365546,way_type=user_defined:way_id=80E -edge,10056,10056;41.1583608;-104.3365546:10057;41.1584233;-104.33598,way_type=user_defined:way_id=80E -edge,10057,10057;41.1584233;-104.33598:10058;41.158452;-104.3357019,way_type=user_defined:way_id=80E -edge,10058,10058;41.158452;-104.3357019:10059;41.1584791;-104.335414,way_type=user_defined:way_id=80E -edge,10059,10059;41.1584791;-104.335414:10060;41.1585016;-104.3351545,way_type=user_defined:way_id=80E -edge,10060,10060;41.1585016;-104.3351545:10061;41.1585511;-104.3345406,way_type=user_defined:way_id=80E -edge,10061,10061;41.1585511;-104.3345406:10062;41.1585935;-104.3339571,way_type=user_defined:way_id=80E -edge,10062,10062;41.1585935;-104.3339571:10063;41.1586116;-104.3336791,way_type=user_defined:way_id=80E -edge,10063,10063;41.1586116;-104.3336791:10064;41.1586282;-104.3333914,way_type=user_defined:way_id=80E -edge,10064,10064;41.1586282;-104.3333914:10065;41.1586549;-104.332845,way_type=user_defined:way_id=80E -edge,10065,10065;41.1586549;-104.332845:10066;41.1586679;-104.3325403,way_type=user_defined:way_id=80E -edge,10066,10066;41.1586679;-104.3325403:10067;41.1586793;-104.3322316,way_type=user_defined:way_id=80E -edge,10067,10067;41.1586793;-104.3322316:10068;41.1586876;-104.3319634,way_type=user_defined:way_id=80E -edge,10068,10068;41.1586876;-104.3319634:10069;41.1587021;-104.3314018,way_type=user_defined:way_id=80E -edge,10069,10069;41.1587021;-104.3314018:10070;41.1587084;-104.331096,way_type=user_defined:way_id=80E -edge,10070,10070;41.1587084;-104.331096:10071;41.1587119;-104.3308252,way_type=user_defined:way_id=80E -edge,10071,10071;41.1587119;-104.3308252:10072;41.158714;-104.3301636,way_type=user_defined:way_id=80E -edge,10072,10072;41.158714;-104.3301636:10073;41.1586854;-104.3071725,way_type=user_defined:way_id=80E -edge,10073,10073;41.1586854;-104.3071725:10074;41.1586733;-104.2996058,way_type=user_defined:way_id=80E -edge,10074,10074;41.1586733;-104.2996058:10075;41.1586558;-104.286724,way_type=user_defined:way_id=80E -edge,10075,10075;41.1586558;-104.286724:10076;41.1586511;-104.2855992,way_type=user_defined:way_id=80E -edge,10076,10076;41.1586511;-104.2855992:10077;41.1586184;-104.2643796,way_type=user_defined:way_id=80E -edge,10077,10077;41.1586184;-104.2643796:10078;41.1586136;-104.2626878,way_type=user_defined:way_id=80E -edge,10078,10078;41.1586136;-104.2626878:10079;41.15861053;-104.2597882,way_type=user_defined:way_id=80E -edge,10079,10079;41.15861053;-104.2597882:10080;41.15861;-104.2592872,way_type=user_defined:way_id=80E -edge,10080,10080;41.15861;-104.2592872:10081;41.15861;-104.2592872,way_type=user_defined:way_id=80E -edge,10081,10081;41.15861;-104.2592872:10082;41.15860835;-104.2582813,way_type=user_defined:way_id=80E -edge,10082,10082;41.15860835;-104.2582813:10083;41.1586043;-104.2558126,way_type=user_defined:way_id=80E -edge,10083,10083;41.1586043;-104.2558126:10084;41.15860185;-104.2552271,way_type=user_defined:way_id=80E -edge,10084,10084;41.15860185;-104.2552271:10085;41.15859597;-104.2538375,way_type=user_defined:way_id=80E -edge,10085,10085;41.15859597;-104.2538375:10086;41.15859597;-104.2538375,way_type=user_defined:way_id=80E -edge,10086,10086;41.15859597;-104.2538375:10087;41.158598;-104.2529443,way_type=user_defined:way_id=80E -edge,10087,10087;41.158598;-104.2529443:10088;41.1585942;-104.252042,way_type=user_defined:way_id=80E -edge,10088,10088;41.1585942;-104.252042:10089;41.158595;-104.2512001,way_type=user_defined:way_id=80E -edge,10089,10089;41.158595;-104.2512001:10090;41.15859225;-104.2498017,way_type=user_defined:way_id=80E -edge,10090,10090;41.15859225;-104.2498017:10091;41.15859196;-104.2496539,way_type=user_defined:way_id=80E -edge,10091,10091;41.15859196;-104.2496539:10092;41.1585877;-104.247485,way_type=user_defined:way_id=80E -edge,10092,10092;41.1585877;-104.247485:10093;41.1585877;-104.247485,way_type=user_defined:way_id=80E -edge,10093,10093;41.1585877;-104.247485:10094;41.15858739;-104.2469212,way_type=user_defined:way_id=80E -edge,10094,10094;41.15858739;-104.2469212:10095;41.1585869;-104.246033,way_type=user_defined:way_id=80E -edge,10095,10095;41.1585869;-104.246033:10096;41.158583;-104.2443948,way_type=user_defined:way_id=80E -edge,10096,10096;41.158583;-104.2443948:10097;41.1585808;-104.2423239,way_type=user_defined:way_id=80E -edge,10097,10097;41.1585808;-104.2423239:10098;41.1585783;-104.241489,way_type=user_defined:way_id=80E -edge,10098,10098;41.1585783;-104.241489:10099;41.1585735;-104.2405582,way_type=user_defined:way_id=80E -edge,10099,10099;41.1585735;-104.2405582:10100;41.1585719;-104.2388653,way_type=user_defined:way_id=80E -edge,10100,10100;41.1585719;-104.2388653:10101;41.158566;-104.2356814,way_type=user_defined:way_id=80E -edge,10101,10101;41.158566;-104.2356814:10102;41.1585619;-104.234345,way_type=user_defined:way_id=80E -edge,10102,10102;41.1585619;-104.234345:10103;41.1585589;-104.2340209,way_type=user_defined:way_id=80E -edge,10103,10103;41.1585589;-104.2340209:10104;41.1585489;-104.2334787,way_type=user_defined:way_id=80E -edge,10104,10104;41.1585489;-104.2334787:10105;41.1585324;-104.2328995,way_type=user_defined:way_id=80E -edge,10105,10105;41.1585324;-104.2328995:10106;41.1585219;-104.2326142,way_type=user_defined:way_id=80E -edge,10106,10106;41.1585219;-104.2326142:10107;41.1585072;-104.2322817,way_type=user_defined:way_id=80E -edge,10107,10107;41.1585072;-104.2322817:10108;41.158487;-104.2318832,way_type=user_defined:way_id=80E -edge,10108,10108;41.158487;-104.2318832:10109;41.1584665;-104.2315233,way_type=user_defined:way_id=80E -edge,10109,10109;41.1584665;-104.2315233:10110;41.1584471;-104.2312107,way_type=user_defined:way_id=80E -edge,10110,10110;41.1584471;-104.2312107:10111;41.1584271;-104.2309176,way_type=user_defined:way_id=80E -edge,10111,10111;41.1584271;-104.2309176:10112;41.1583867;-104.2303874,way_type=user_defined:way_id=80E -edge,10112,10112;41.1583867;-104.2303874:10113;41.1583649;-104.2301221,way_type=user_defined:way_id=80E -edge,10113,10113;41.1583649;-104.2301221:10114;41.1583339;-104.2297716,way_type=user_defined:way_id=80E -edge,10114,10114;41.1583339;-104.2297716:10115;41.1583066;-104.2294878,way_type=user_defined:way_id=80E -edge,10115,10115;41.1583066;-104.2294878:10116;41.1582523;-104.2289484,way_type=user_defined:way_id=80E -edge,10116,10116;41.1582523;-104.2289484:10117;41.1582207;-104.2286564,way_type=user_defined:way_id=80E -edge,10117,10117;41.1582207;-104.2286564:10118;41.1581533;-104.2280913,way_type=user_defined:way_id=80E -edge,10118,10118;41.1581533;-104.2280913:10119;41.1581086;-104.227743,way_type=user_defined:way_id=80E -edge,10119,10119;41.1581086;-104.227743:10120;41.1580512;-104.2273169,way_type=user_defined:way_id=80E -edge,10120,10120;41.1580512;-104.2273169:10121;41.1579994;-104.226953,way_type=user_defined:way_id=80E -edge,10121,10121;41.1579994;-104.226953:10122;41.1579576;-104.2266712,way_type=user_defined:way_id=80E -edge,10122,10122;41.1579576;-104.2266712:10123;41.1579038;-104.226324,way_type=user_defined:way_id=80E -edge,10123,10123;41.1579038;-104.226324:10124;41.1578291;-104.2258634,way_type=user_defined:way_id=80E -edge,10124,10124;41.1578291;-104.2258634:10125;41.1577798;-104.2255748,way_type=user_defined:way_id=80E -edge,10125,10125;41.1577798;-104.2255748:10126;41.1577308;-104.2252982,way_type=user_defined:way_id=80E -edge,10126,10126;41.1577308;-104.2252982:10127;41.1576745;-104.2249881,way_type=user_defined:way_id=80E -edge,10127,10127;41.1576745;-104.2249881:10128;41.1576094;-104.2246443,way_type=user_defined:way_id=80E -edge,10128,10128;41.1576094;-104.2246443:10129;41.1575519;-104.2243482,way_type=user_defined:way_id=80E -edge,10129,10129;41.1575519;-104.2243482:10130;41.1574558;-104.2238675,way_type=user_defined:way_id=80E -edge,10130,10130;41.1574558;-104.2238675:10131;41.1573988;-104.2235908,way_type=user_defined:way_id=80E -edge,10131,10131;41.1573988;-104.2235908:10132;41.1572863;-104.2230679,way_type=user_defined:way_id=80E -edge,10132,10132;41.1572863;-104.2230679:10133;41.1572232;-104.2227838,way_type=user_defined:way_id=80E -edge,10133,10133;41.1572232;-104.2227838:10134;41.1571516;-104.2224754,way_type=user_defined:way_id=80E -edge,10134,10134;41.1571516;-104.2224754:10135;41.1569848;-104.2217872,way_type=user_defined:way_id=80E -edge,10135,10135;41.1569848;-104.2217872:10136;41.1568225;-104.2211453,way_type=user_defined:way_id=80E -edge,10136,10136;41.1568225;-104.2211453:10137;41.1565284;-104.2200079,way_type=user_defined:way_id=80E -edge,10137,10137;41.1565284;-104.2200079:10138;41.1562675;-104.2189894,way_type=user_defined:way_id=80E -edge,10138,10138;41.1562675;-104.2189894:10139;41.1558524;-104.2173784,way_type=user_defined:way_id=80E -edge,10139,10139;41.1558524;-104.2173784:10140;41.1556284;-104.2165237,way_type=user_defined:way_id=80E -edge,10140,10140;41.1556284;-104.2165237:10141;41.1553561;-104.2154617,way_type=user_defined:way_id=80E -edge,10141,10141;41.1553561;-104.2154617:10142;41.1550191;-104.2141253,way_type=user_defined:way_id=80E -edge,10142,10142;41.1550191;-104.2141253:10143;41.1540441;-104.2103403,way_type=user_defined:way_id=80E -edge,10143,10143;41.1540441;-104.2103403:10144;41.1536067;-104.2086318,way_type=user_defined:way_id=80E -edge,10144,10144;41.1536067;-104.2086318:10145;41.1533767;-104.2077477,way_type=user_defined:way_id=80E -edge,10145,10145;41.1533767;-104.2077477:10146;41.1529022;-104.2058963,way_type=user_defined:way_id=80E -edge,10146,10146;41.1529022;-104.2058963:10147;41.1527069;-104.2051382,way_type=user_defined:way_id=80E -edge,10147,10147;41.1527069;-104.2051382:10148;41.1525072;-104.2043723,way_type=user_defined:way_id=80E -edge,10148,10148;41.1525072;-104.2043723:10149;41.1523721;-104.2038447,way_type=user_defined:way_id=80E -edge,10149,10149;41.1523721;-104.2038447:10150;41.1520327;-104.2024903,way_type=user_defined:way_id=80E -edge,10150,10150;41.1520327;-104.2024903:10151;41.1518969;-104.2019342,way_type=user_defined:way_id=80E -edge,10151,10151;41.1518969;-104.2019342:10152;41.1516259;-104.2007931,way_type=user_defined:way_id=80E -edge,10152,10152;41.1516259;-104.2007931:10153;41.1513683;-104.1996639,way_type=user_defined:way_id=80E -edge,10153,10153;41.1513683;-104.1996639:10154;41.151205;-104.1989356,way_type=user_defined:way_id=80E -edge,10154,10154;41.151205;-104.1989356:10155;41.1511351;-104.1986169,way_type=user_defined:way_id=80E -edge,10155,10155;41.1511351;-104.1986169:10156;41.1509923;-104.1979585,way_type=user_defined:way_id=80E -edge,10156,10156;41.1509923;-104.1979585:10157;41.1507847;-104.196986,way_type=user_defined:way_id=80E -edge,10157,10157;41.1507847;-104.196986:10158;41.1506711;-104.1964318,way_type=user_defined:way_id=80E -edge,10158,10158;41.1506711;-104.1964318:10159;41.1503731;-104.194931,way_type=user_defined:way_id=80E -edge,10159,10159;41.1503731;-104.194931:10160;41.1502826;-104.1944692,way_type=user_defined:way_id=80E -edge,10160,10160;41.1502826;-104.1944692:10161;41.1502296;-104.1941908,way_type=user_defined:way_id=80E -edge,10161,10161;41.1502296;-104.1941908:10162;41.1501267;-104.1936355,way_type=user_defined:way_id=80E -edge,10162,10162;41.1501267;-104.1936355:10163;41.1499728;-104.1927944,way_type=user_defined:way_id=80E -edge,10163,10163;41.1499728;-104.1927944:10164;41.1499087;-104.1924336,way_type=user_defined:way_id=80E -edge,10164,10164;41.1499087;-104.1924336:10165;41.1497334;-104.1914248,way_type=user_defined:way_id=80E -edge,10165,10165;41.1497334;-104.1914248:10166;41.1496422;-104.1908879,way_type=user_defined:way_id=80E -edge,10166,10166;41.1496422;-104.1908879:10167;41.1495841;-104.1905358,way_type=user_defined:way_id=80E -edge,10167,10167;41.1495841;-104.1905358:10168;41.1494237;-104.1895494,way_type=user_defined:way_id=80E -edge,10168,10168;41.1494237;-104.1895494:10169;41.1493684;-104.1891976,way_type=user_defined:way_id=80E -edge,10169,10169;41.1493684;-104.1891976:10170;41.1491938;-104.1880575,way_type=user_defined:way_id=80E -edge,10170,10170;41.1491938;-104.1880575:10171;41.1490334;-104.1869678,way_type=user_defined:way_id=80E -edge,10171,10171;41.1490334;-104.1869678:10172;41.1489525;-104.1863939,way_type=user_defined:way_id=80E -edge,10172,10172;41.1489525;-104.1863939:10173;41.148838;-104.1855455,way_type=user_defined:way_id=80E -edge,10173,10173;41.148838;-104.1855455:10174;41.1486922;-104.1844406,way_type=user_defined:way_id=80E -edge,10174,10174;41.1486922;-104.1844406:10175;41.1486185;-104.1838496,way_type=user_defined:way_id=80E -edge,10175,10175;41.1486185;-104.1838496:10176;41.1484801;-104.1826987,way_type=user_defined:way_id=80E -edge,10176,10176;41.1484801;-104.1826987:10177;41.1484104;-104.1820951,way_type=user_defined:way_id=80E -edge,10177,10177;41.1484104;-104.1820951:10178;41.148355;-104.1815951,way_type=user_defined:way_id=80E -edge,10178,10178;41.148355;-104.1815951:10179;41.148233;-104.1804429,way_type=user_defined:way_id=80E -edge,10179,10179;41.148233;-104.1804429:10180;41.1481471;-104.1795826,way_type=user_defined:way_id=80E -edge,10180,10180;41.1481471;-104.1795826:10181;41.1480672;-104.1787298,way_type=user_defined:way_id=80E -edge,10181,10181;41.1480672;-104.1787298:10182;41.147967;-104.1775845,way_type=user_defined:way_id=80E -edge,10182,10182;41.147967;-104.1775845:10183;41.1479436;-104.1773088,way_type=user_defined:way_id=80E -edge,10183,10183;41.1479436;-104.1773088:10184;41.1479088;-104.1768725,way_type=user_defined:way_id=80E -edge,10184,10184;41.1479088;-104.1768725:10185;41.1478571;-104.1761901,way_type=user_defined:way_id=80E -edge,10185,10185;41.1478571;-104.1761901:10186;41.1477961;-104.1753564,way_type=user_defined:way_id=80E -edge,10186,10186;41.1477961;-104.1753564:10187;41.1477715;-104.1750048,way_type=user_defined:way_id=80E -edge,10187,10187;41.1477715;-104.1750048:10188;41.1477059;-104.1739946,way_type=user_defined:way_id=80E -edge,10188,10188;41.1477059;-104.1739946:10189;41.1476316;-104.1727731,way_type=user_defined:way_id=80E -edge,10189,10189;41.1476316;-104.1727731:10190;41.1475995;-104.172195,way_type=user_defined:way_id=80E -edge,10190,10190;41.1475995;-104.172195:10191;41.1475445;-104.1710369,way_type=user_defined:way_id=80E -edge,10191,10191;41.1475445;-104.1710369:10192;41.1475105;-104.170206,way_type=user_defined:way_id=80E -edge,10192,10192;41.1475105;-104.170206:10193;41.1474856;-104.1696332,way_type=user_defined:way_id=80E -edge,10193,10193;41.1474856;-104.1696332:10194;41.1474742;-104.1692989,way_type=user_defined:way_id=80E -edge,10194,10194;41.1474742;-104.1692989:10195;41.1474428;-104.1682593,way_type=user_defined:way_id=80E -edge,10195,10195;41.1474428;-104.1682593:10196;41.1474148;-104.1670611,way_type=user_defined:way_id=80E -edge,10196,10196;41.1474148;-104.1670611:10197;41.1474069;-104.1666723,way_type=user_defined:way_id=80E -edge,10197,10197;41.1474069;-104.1666723:10198;41.1473945;-104.1659244,way_type=user_defined:way_id=80E -edge,10198,10198;41.1473945;-104.1659244:10199;41.1473849;-104.1650622,way_type=user_defined:way_id=80E -edge,10199,10199;41.1473849;-104.1650622:10200;41.1473766;-104.1639368,way_type=user_defined:way_id=80E -edge,10200,10200;41.1473766;-104.1639368:10201;41.1473766;-104.163356,way_type=user_defined:way_id=80E -edge,10201,10201;41.1473766;-104.163356:10202;41.1473852;-104.1622108,way_type=user_defined:way_id=80E -edge,10202,10202;41.1473852;-104.1622108:10203;41.1473978;-104.1610911,way_type=user_defined:way_id=80E -edge,10203,10203;41.1473978;-104.1610911:10204;41.147407;-104.1605069,way_type=user_defined:way_id=80E -edge,10204,10204;41.147407;-104.1605069:10205;41.147417;-104.1599748,way_type=user_defined:way_id=80E -edge,10205,10205;41.147417;-104.1599748:10206;41.1474311;-104.159354,way_type=user_defined:way_id=80E -edge,10206,10206;41.1474311;-104.159354:10207;41.14744255;-104.1589192,way_type=user_defined:way_id=80E -edge,10207,10207;41.14744255;-104.1589192:10208;41.14744255;-104.1589192,way_type=user_defined:way_id=80E -edge,10208,10208;41.14744255;-104.1589192:10209;41.1474826;-104.1576217,way_type=user_defined:way_id=80E -edge,10209,10209;41.1474826;-104.1576217:10210;41.1475273;-104.1564738,way_type=user_defined:way_id=80E -edge,10210,10210;41.1475273;-104.1564738:10211;41.1475621;-104.1557182,way_type=user_defined:way_id=80E -edge,10211,10211;41.1475621;-104.1557182:10212;41.1475955;-104.1550274,way_type=user_defined:way_id=80E -edge,10212,10212;41.1475955;-104.1550274:10213;41.1476749;-104.1536198,way_type=user_defined:way_id=80E -edge,10213,10213;41.1476749;-104.1536198:10214;41.1477291;-104.152756,way_type=user_defined:way_id=80E -edge,10214,10214;41.1477291;-104.152756:10215;41.1478126;-104.1513558,way_type=user_defined:way_id=80E -edge,10215,10215;41.1478126;-104.1513558:10216;41.147884;-104.1502063,way_type=user_defined:way_id=80E -edge,10216,10216;41.147884;-104.1502063:10217;41.1481564;-104.1457377,way_type=user_defined:way_id=80E -edge,10217,10217;41.1481564;-104.1457377:10218;41.1482334;-104.144486,way_type=user_defined:way_id=80E -edge,10218,10218;41.1482334;-104.144486:10219;41.1483056;-104.1433412,way_type=user_defined:way_id=80E -edge,10219,10219;41.1483056;-104.1433412:10220;41.1484579;-104.1408298,way_type=user_defined:way_id=80E -edge,10220,10220;41.1484579;-104.1408298:10221;41.1485656;-104.1390994,way_type=user_defined:way_id=80E -edge,10221,10221;41.1485656;-104.1390994:10222;41.1486661;-104.137401,way_type=user_defined:way_id=80E -edge,10222,10222;41.1486661;-104.137401:10223;41.1487177;-104.1365661,way_type=user_defined:way_id=80E -edge,10223,10223;41.1487177;-104.1365661:10224;41.1488748;-104.133951,way_type=user_defined:way_id=80E -edge,10224,10224;41.1488748;-104.133951:10225;41.1491032;-104.1302426,way_type=user_defined:way_id=80E -edge,10225,10225;41.1491032;-104.1302426:10226;41.1491896;-104.1288066,way_type=user_defined:way_id=80E -edge,10226,10226;41.1491896;-104.1288066:10227;41.1493154;-104.1267857,way_type=user_defined:way_id=80E -edge,10227,10227;41.1493154;-104.1267857:10228;41.1494637;-104.1243013,way_type=user_defined:way_id=80E -edge,10228,10228;41.1494637;-104.1243013:10229;41.1495048;-104.1236619,way_type=user_defined:way_id=80E -edge,10229,10229;41.1495048;-104.1236619:10230;41.1495609;-104.1228482,way_type=user_defined:way_id=80E -edge,10230,10230;41.1495609;-104.1228482:10231;41.1495845;-104.1225523,way_type=user_defined:way_id=80E -edge,10231,10231;41.1495845;-104.1225523:10232;41.1496113;-104.122259,way_type=user_defined:way_id=80E -edge,10232,10232;41.1496113;-104.122259:10233;41.1496404;-104.1219759,way_type=user_defined:way_id=80E -edge,10233,10233;41.1496404;-104.1219759:10234;41.1496751;-104.1216746,way_type=user_defined:way_id=80E -edge,10234,10234;41.1496751;-104.1216746:10235;41.1497132;-104.1213758,way_type=user_defined:way_id=80E -edge,10235,10235;41.1497132;-104.1213758:10236;41.1497684;-104.1209843,way_type=user_defined:way_id=80E -edge,10236,10236;41.1497684;-104.1209843:10237;41.1498338;-104.1205568,way_type=user_defined:way_id=80E -edge,10237,10237;41.1498338;-104.1205568:10238;41.1498822;-104.1202695,way_type=user_defined:way_id=80E -edge,10238,10238;41.1498822;-104.1202695:10239;41.1499322;-104.1199925,way_type=user_defined:way_id=80E -edge,10239,10239;41.1499322;-104.1199925:10240;41.1500335;-104.1194653,way_type=user_defined:way_id=80E -edge,10240,10240;41.1500335;-104.1194653:10241;41.1500894;-104.1191882,way_type=user_defined:way_id=80E -edge,10241,10241;41.1500894;-104.1191882:10242;41.1501539;-104.1188839,way_type=user_defined:way_id=80E -edge,10242,10242;41.1501539;-104.1188839:10243;41.1502116;-104.1186265,way_type=user_defined:way_id=80E -edge,10243,10243;41.1502116;-104.1186265:10244;41.1502926;-104.1182883,way_type=user_defined:way_id=80E -edge,10244,10244;41.1502926;-104.1182883:10245;41.1503622;-104.1180159,way_type=user_defined:way_id=80E -edge,10245,10245;41.1503622;-104.1180159:10246;41.1504176;-104.1178081,way_type=user_defined:way_id=80E -edge,10246,10246;41.1504176;-104.1178081:10247;41.1504897;-104.1175472,way_type=user_defined:way_id=80E -edge,10247,10247;41.1504897;-104.1175472:10248;41.1505709;-104.1172615,way_type=user_defined:way_id=80E -edge,10248,10248;41.1505709;-104.1172615:10249;41.1506178;-104.1171017,way_type=user_defined:way_id=80E -edge,10249,10249;41.1506178;-104.1171017:10250;41.1507274;-104.1167394,way_type=user_defined:way_id=80E -edge,10250,10250;41.1507274;-104.1167394:10251;41.1508143;-104.1164678,way_type=user_defined:way_id=80E -edge,10251,10251;41.1508143;-104.1164678:10252;41.1509038;-104.1161975,way_type=user_defined:way_id=80E -edge,10252,10252;41.1509038;-104.1161975:10253;41.1509716;-104.1159977,way_type=user_defined:way_id=80E -edge,10253,10253;41.1509716;-104.1159977:10254;41.1510743;-104.1157038,way_type=user_defined:way_id=80E -edge,10254,10254;41.1510743;-104.1157038:10255;41.1511778;-104.1154205,way_type=user_defined:way_id=80E -edge,10255,10255;41.1511778;-104.1154205:10256;41.1513146;-104.1150628,way_type=user_defined:way_id=80E -edge,10256,10256;41.1513146;-104.1150628:10257;41.1513677;-104.1149271,way_type=user_defined:way_id=80E -edge,10257,10257;41.1513677;-104.1149271:10258;41.1514665;-104.1146819,way_type=user_defined:way_id=80E -edge,10258,10258;41.1514665;-104.1146819:10259;41.1515886;-104.1143898,way_type=user_defined:way_id=80E -edge,10259,10259;41.1515886;-104.1143898:10260;41.1516793;-104.1141803,way_type=user_defined:way_id=80E -edge,10260,10260;41.1516793;-104.1141803:10261;41.1517939;-104.1139249,way_type=user_defined:way_id=80E -edge,10261,10261;41.1517939;-104.1139249:10262;41.1519082;-104.1136807,way_type=user_defined:way_id=80E -edge,10262,10262;41.1519082;-104.1136807:10263;41.1520243;-104.1134388,way_type=user_defined:way_id=80E -edge,10263,10263;41.1520243;-104.1134388:10264;41.152126;-104.1132309,way_type=user_defined:way_id=80E -edge,10264,10264;41.152126;-104.1132309:10265;41.1522652;-104.1129541,way_type=user_defined:way_id=80E -edge,10265,10265;41.1522652;-104.1129541:10266;41.1523912;-104.112712,way_type=user_defined:way_id=80E -edge,10266,10266;41.1523912;-104.112712:10267;41.1525027;-104.1125032,way_type=user_defined:way_id=80E -edge,10267,10267;41.1525027;-104.1125032:10268;41.1526115;-104.1123036,way_type=user_defined:way_id=80E -edge,10268,10268;41.1526115;-104.1123036:10269;41.1527724;-104.1120146,way_type=user_defined:way_id=80E -edge,10269,10269;41.1527724;-104.1120146:10270;41.1531502;-104.1113541,way_type=user_defined:way_id=80E -edge,10270,10270;41.1531502;-104.1113541:10271;41.1624087;-104.0951362,way_type=user_defined:way_id=80E -edge,10271,10271;41.1624087;-104.0951362:10272;41.163064;-104.0939812,way_type=user_defined:way_id=80E -edge,10272,10272;41.163064;-104.0939812:10273;41.1635753;-104.0930884,way_type=user_defined:way_id=80E -edge,10273,10273;41.1635753;-104.0930884:10274;41.164033;-104.0922844,way_type=user_defined:way_id=80E -edge,10274,10274;41.164033;-104.0922844:10275;41.1644991;-104.0914714,way_type=user_defined:way_id=80E -edge,10275,10275;41.1644991;-104.0914714:10276;41.1646296;-104.0912458,way_type=user_defined:way_id=80E -edge,10276,10276;41.1646296;-104.0912458:10277;41.1647658;-104.0910147,way_type=user_defined:way_id=80E -edge,10277,10277;41.1647658;-104.0910147:10278;41.1650203;-104.0905949,way_type=user_defined:way_id=80E -edge,10278,10278;41.1650203;-104.0905949:10279;41.1651616;-104.0903696,way_type=user_defined:way_id=80E -edge,10279,10279;41.1651616;-104.0903696:10280;41.1652958;-104.0901626,way_type=user_defined:way_id=80E -edge,10280,10280;41.1652958;-104.0901626:10281;41.1654238;-104.0899704,way_type=user_defined:way_id=80E -edge,10281,10281;41.1654238;-104.0899704:10282;41.1655919;-104.0897242,way_type=user_defined:way_id=80E -edge,10282,10282;41.1655919;-104.0897242:10283;41.1657217;-104.08954,way_type=user_defined:way_id=80E -edge,10283,10283;41.1657217;-104.08954:10284;41.1658764;-104.0893268,way_type=user_defined:way_id=80E -edge,10284,10284;41.1658764;-104.0893268:10285;41.1660204;-104.0891346,way_type=user_defined:way_id=80E -edge,10285,10285;41.1660204;-104.0891346:10286;41.1661984;-104.0889042,way_type=user_defined:way_id=80E -edge,10286,10286;41.1661984;-104.0889042:10287;41.1663445;-104.0887193,way_type=user_defined:way_id=80E -edge,10287,10287;41.1663445;-104.0887193:10288;41.1664944;-104.0885328,way_type=user_defined:way_id=80E -edge,10288,10288;41.1664944;-104.0885328:10289;41.166657;-104.0883351,way_type=user_defined:way_id=80E -edge,10289,10289;41.166657;-104.0883351:10290;41.1668162;-104.0881461,way_type=user_defined:way_id=80E -edge,10290,10290;41.1668162;-104.0881461:10291;41.166967;-104.0879724,way_type=user_defined:way_id=80E -edge,10291,10291;41.166967;-104.0879724:10292;41.1671313;-104.0877888,way_type=user_defined:way_id=80E -edge,10292,10292;41.1671313;-104.0877888:10293;41.1672981;-104.0876075,way_type=user_defined:way_id=80E -edge,10293,10293;41.1672981;-104.0876075:10294;41.1674903;-104.0874048,way_type=user_defined:way_id=80E -edge,10294,10294;41.1674903;-104.0874048:10295;41.1674903;-104.0874048,way_type=user_defined:way_id=80E -edge,10295,10295;41.1674903;-104.0874048:10296;41.1676392;-104.0872517,way_type=user_defined:way_id=80E -edge,10296,10296;41.1676392;-104.0872517:10297;41.1678342;-104.0870576,way_type=user_defined:way_id=80E -edge,10297,10297;41.1678342;-104.0870576:10298;41.1680313;-104.0868687,way_type=user_defined:way_id=80E -edge,10298,10298;41.1680313;-104.0868687:10299;41.1681683;-104.0867406,way_type=user_defined:way_id=80E -edge,10299,10299;41.1681683;-104.0867406:10300;41.1683431;-104.0865805,way_type=user_defined:way_id=80E -edge,10300,10300;41.1683431;-104.0865805:10301;41.1692505;-104.0857643,way_type=user_defined:way_id=80E -edge,10301,10301;41.1692505;-104.0857643:10302;41.1710842;-104.0841238,way_type=user_defined:way_id=80E -edge,10302,10302;41.1710842;-104.0841238:10303;41.1717827;-104.083495,way_type=user_defined:way_id=80E -edge,10303,10303;41.1717827;-104.083495:10304;41.1724878;-104.082865,way_type=user_defined:way_id=80E -edge,10304,10304;41.1724878;-104.082865:10305;41.1726706;-104.0826995,way_type=user_defined:way_id=80E -edge,10305,10305;41.1726706;-104.0826995:10306;41.1728411;-104.0825419,way_type=user_defined:way_id=80E -edge,10306,10306;41.1728411;-104.0825419:10307;41.1730218;-104.0823696,way_type=user_defined:way_id=80E -edge,10307,10307;41.1730218;-104.0823696:10308;41.1731943;-104.0821978,way_type=user_defined:way_id=80E -edge,10308,10308;41.1731943;-104.0821978:10309;41.1733629;-104.0820197,way_type=user_defined:way_id=80E -edge,10309,10309;41.1733629;-104.0820197:10310;41.1735164;-104.0818487,way_type=user_defined:way_id=80E -edge,10310,10310;41.1735164;-104.0818487:10311;41.1736982;-104.0816361,way_type=user_defined:way_id=80E -edge,10311,10311;41.1736982;-104.0816361:10312;41.1738373;-104.0814618,way_type=user_defined:way_id=80E -edge,10312,10312;41.1738373;-104.0814618:10313;41.1739846;-104.0812602,way_type=user_defined:way_id=80E -edge,10313,10313;41.1739846;-104.0812602:10314;41.1741352;-104.0810386,way_type=user_defined:way_id=80E -edge,10314,10314;41.1741352;-104.0810386:10315;41.17418967;-104.0809532,way_type=user_defined:way_id=80E -edge,10315,10315;41.17418967;-104.0809532:10316;41.17427549;-104.0808186,way_type=user_defined:way_id=80E -edge,10316,10316;41.17427549;-104.0808186:10317;41.17427549;-104.0808186,way_type=user_defined:way_id=80E -edge,10317,10317;41.17427549;-104.0808186:10318;41.17433486;-104.0807204,way_type=user_defined:way_id=80E -edge,10318,10318;41.17433486;-104.0807204:10319;41.1743924;-104.0806252,way_type=user_defined:way_id=80E -edge,10319,10319;41.1743924;-104.0806252:10320;41.1744269;-104.0805645,way_type=user_defined:way_id=80E -edge,10320,10320;41.1744269;-104.0805645:10321;41.1744269;-104.0805645,way_type=user_defined:way_id=80E -edge,10321,10321;41.1744269;-104.0805645:10322;41.1745213;-104.0803975,way_type=user_defined:way_id=80E -edge,10322,10322;41.1745213;-104.0803975:10323;41.1746331;-104.0801864,way_type=user_defined:way_id=80E -edge,10323,10323;41.1746331;-104.0801864:10324;41.1747508;-104.0799461,way_type=user_defined:way_id=80E -edge,10324,10324;41.1747508;-104.0799461:10325;41.17482695;-104.0797754,way_type=user_defined:way_id=80E -edge,10325,10325;41.17482695;-104.0797754:10326;41.1748612;-104.0796986,way_type=user_defined:way_id=80E -edge,10326,10326;41.1748612;-104.0796986:10327;41.1749519;-104.0794794,way_type=user_defined:way_id=80E -edge,10327,10327;41.1749519;-104.0794794:10328;41.1750545;-104.0792132,way_type=user_defined:way_id=80E -edge,10328,10328;41.1750545;-104.0792132:10329;41.1751439;-104.0789592,way_type=user_defined:way_id=80E -edge,10329,10329;41.1751439;-104.0789592:10330;41.1752369;-104.0786657,way_type=user_defined:way_id=80E -edge,10330,10330;41.1752369;-104.0786657:10331;41.1753059;-104.0784291,way_type=user_defined:way_id=80E -edge,10331,10331;41.1753059;-104.0784291:10332;41.1753701;-104.0781893,way_type=user_defined:way_id=80E -edge,10332,10332;41.1753701;-104.0781893:10333;41.1754344;-104.0779188,way_type=user_defined:way_id=80E -edge,10333,10333;41.1754344;-104.0779188:10334;41.1754931;-104.0776349,way_type=user_defined:way_id=80E -edge,10334,10334;41.1754931;-104.0776349:10335;41.1755472;-104.0773284,way_type=user_defined:way_id=80E -edge,10335,10335;41.1755472;-104.0773284:10336;41.1755893;-104.0770464,way_type=user_defined:way_id=80E -edge,10336,10336;41.1755893;-104.0770464:10337;41.1756213;-104.076789,way_type=user_defined:way_id=80E -edge,10337,10337;41.1756213;-104.076789:10338;41.1756526;-104.0764741,way_type=user_defined:way_id=80E -edge,10338,10338;41.1756526;-104.0764741:10339;41.1756733;-104.0761867,way_type=user_defined:way_id=80E -edge,10339,10339;41.1756733;-104.0761867:10340;41.1756853;-104.0759304,way_type=user_defined:way_id=80E -edge,10340,10340;41.1756853;-104.0759304:10341;41.17568889;-104.0757773,way_type=user_defined:way_id=80E -edge,10341,10341;41.17568889;-104.0757773:10342;41.17568889;-104.0757773,way_type=user_defined:way_id=80E -edge,10342,10342;41.17568889;-104.0757773:10343;41.175692;-104.0756123,way_type=user_defined:way_id=80E -edge,10343,10343;41.175692;-104.0756123:10344;41.1756913;-104.0753584,way_type=user_defined:way_id=80E -edge,10344,10344;41.1756913;-104.0753584:10345;41.1756829;-104.0750394,way_type=user_defined:way_id=80E -edge,10345,10345;41.1756829;-104.0750394:10346;41.175667;-104.0747495,way_type=user_defined:way_id=80E -edge,10346,10346;41.175667;-104.0747495:10347;41.175646;-104.0744607,way_type=user_defined:way_id=80E -edge,10347,10347;41.175646;-104.0744607:10348;41.1756206;-104.0741728,way_type=user_defined:way_id=80E -edge,10348,10348;41.1756206;-104.0741728:10349;41.1755931;-104.0738943,way_type=user_defined:way_id=80E -edge,10349,10349;41.1755931;-104.0738943:10350;41.1755576;-104.0735593,way_type=user_defined:way_id=80E -edge,10350,10350;41.1755576;-104.0735593:10351;41.1754009;-104.0721421,way_type=user_defined:way_id=80E -edge,10351,10351;41.1754009;-104.0721421:10352;41.17534556;-104.0716194,way_type=user_defined:way_id=80E -edge,10352,10352;41.17534556;-104.0716194:10353;41.1752489;-104.0707062,way_type=user_defined:way_id=80E -edge,10353,10353;41.1752489;-104.0707062:10354;41.1751559;-104.0698081,way_type=user_defined:way_id=80E -edge,10354,10354;41.1751559;-104.0698081:10355;41.1751559;-104.0698081,way_type=user_defined:way_id=80E -edge,10355,10355;41.1751559;-104.0698081:10356;41.1750242;-104.0685688,way_type=user_defined:way_id=80E -edge,10356,10356;41.1750242;-104.0685688:10357;41.1749847;-104.0681971,way_type=user_defined:way_id=80E -edge,10357,10357;41.1749847;-104.0681971:10358;41.174872;-104.0671686,way_type=user_defined:way_id=80E -edge,10358,10358;41.174872;-104.0671686:10359;41.1748274;-104.0667365,way_type=user_defined:way_id=80E -edge,10359,10359;41.1748274;-104.0667365:10360;41.1747996;-104.0664459,way_type=user_defined:way_id=80E -edge,10360,10360;41.1747996;-104.0664459:10361;41.1747756;-104.0661555,way_type=user_defined:way_id=80E -edge,10361,10361;41.1747756;-104.0661555:10362;41.1747571;-104.0658744,way_type=user_defined:way_id=80E -edge,10362,10362;41.1747571;-104.0658744:10363;41.1747452;-104.0656209,way_type=user_defined:way_id=80E -edge,10363,10363;41.1747452;-104.0656209:10364;41.1747371;-104.0653392,way_type=user_defined:way_id=80E -edge,10364,10364;41.1747371;-104.0653392:10365;41.174735;-104.0650287,way_type=user_defined:way_id=80E -edge,10365,10365;41.174735;-104.0650287:10366;41.1747403;-104.0647457,way_type=user_defined:way_id=80E -edge,10366,10366;41.1747403;-104.0647457:10367;41.1747531;-104.0644628,way_type=user_defined:way_id=80E -edge,10367,10367;41.1747531;-104.0644628:10368;41.1747739;-104.0641799,way_type=user_defined:way_id=80E -edge,10368,10368;41.1747739;-104.0641799:10369;41.174788;-104.0640389,way_type=user_defined:way_id=80E -edge,10369,10369;41.174788;-104.0640389:10370;41.1748036;-104.0638885,way_type=user_defined:way_id=80E -edge,10370,10370;41.1748036;-104.0638885:10371;41.1748346;-104.0636448,way_type=user_defined:way_id=80E -edge,10371,10371;41.1748346;-104.0636448:10372;41.174878;-104.063355,way_type=user_defined:way_id=80E -edge,10372,10372;41.174878;-104.063355:10373;41.1749317;-104.0630476,way_type=user_defined:way_id=80E -edge,10373,10373;41.1749317;-104.0630476:10374;41.1749815;-104.0627975,way_type=user_defined:way_id=80E -edge,10374,10374;41.1749815;-104.0627975:10375;41.1749915;-104.0627529,way_type=user_defined:way_id=80E -edge,10375,10375;41.1749915;-104.0627529:10376;41.1749915;-104.0627529,way_type=user_defined:way_id=80E -edge,10376,10376;41.1749915;-104.0627529:10377;41.1750441;-104.0625215,way_type=user_defined:way_id=80E -edge,10377,10377;41.1750441;-104.0625215:10378;41.1751148;-104.0622486,way_type=user_defined:way_id=80E -edge,10378,10378;41.1751148;-104.0622486:10379;41.1751939;-104.061978,way_type=user_defined:way_id=80E -edge,10379,10379;41.1751939;-104.061978:10380;41.1752892;-104.061685,way_type=user_defined:way_id=80E -edge,10380,10380;41.1752892;-104.061685:10381;41.1753729;-104.0614486,way_type=user_defined:way_id=80E -edge,10381,10381;41.1753729;-104.0614486:10382;41.1754725;-104.0611899,way_type=user_defined:way_id=80E -edge,10382,10382;41.1754725;-104.0611899:10383;41.1755745;-104.0609438,way_type=user_defined:way_id=80E -edge,10383,10383;41.1755745;-104.0609438:10384;41.175685;-104.0606939,way_type=user_defined:way_id=80E -edge,10384,10384;41.175685;-104.0606939:10385;41.1758033;-104.0604463,way_type=user_defined:way_id=80E -edge,10385,10385;41.1758033;-104.0604463:10386;41.1759438;-104.0601786,way_type=user_defined:way_id=80E -edge,10386,10386;41.1759438;-104.0601786:10387;41.1760718;-104.0599538,way_type=user_defined:way_id=80E -edge,10387,10387;41.1760718;-104.0599538:10388;41.176214;-104.0597204,way_type=user_defined:way_id=80E -edge,10388,10388;41.176214;-104.0597204:10389;41.1763526;-104.0595069,way_type=user_defined:way_id=80E -edge,10389,10389;41.1763526;-104.0595069:10390;41.1765013;-104.0592928,way_type=user_defined:way_id=80E -edge,10390,10390;41.1765013;-104.0592928:10391;41.1766586;-104.0590786,way_type=user_defined:way_id=80E -edge,10391,10391;41.1766586;-104.0590786:10392;41.1768078;-104.0588818,way_type=user_defined:way_id=80E -edge,10392,10392;41.1768078;-104.0588818:10393;41.1769603;-104.0586862,way_type=user_defined:way_id=80E -edge,10393,10393;41.1769603;-104.0586862:10394;41.1771578;-104.058441,way_type=user_defined:way_id=80E -edge,10394,10394;41.1771578;-104.058441:10395;41.1772811;-104.0582902,way_type=user_defined:way_id=80E -edge,10395,10395;41.1772811;-104.0582902:10396;41.1776105;-104.0578938,way_type=user_defined:way_id=80E -edge,10396,10396;41.1776105;-104.0578938:10397;41.1780917;-104.0573082,way_type=user_defined:way_id=80E -edge,10397,10397;41.1780917;-104.0573082:10398;41.1785649;-104.0567266,way_type=user_defined:way_id=80E -edge,10398,10398;41.1785649;-104.0567266:10399;41.1787269;-104.0565208,way_type=user_defined:way_id=80E -edge,10399,10399;41.1787269;-104.0565208:10400;41.1788811;-104.0563173,way_type=user_defined:way_id=80E -edge,10400,10400;41.1788811;-104.0563173:10401;41.1790326;-104.0561101,way_type=user_defined:way_id=80E -edge,10401,10401;41.1790326;-104.0561101:10402;41.1791854;-104.0558924,way_type=user_defined:way_id=80E -edge,10402,10402;41.1791854;-104.0558924:10403;41.1793111;-104.0557078,way_type=user_defined:way_id=80E -edge,10403,10403;41.1793111;-104.0557078:10404;41.1794541;-104.0554925,way_type=user_defined:way_id=80E -edge,10404,10404;41.1794541;-104.0554925:10405;41.1795981;-104.0552678,way_type=user_defined:way_id=80E -edge,10405,10405;41.1795981;-104.0552678:10406;41.1797343;-104.0550461,way_type=user_defined:way_id=80E -edge,10406,10406;41.1797343;-104.0550461:10407;41.1798846;-104.0547915,way_type=user_defined:way_id=80E -edge,10407,10407;41.1798846;-104.0547915:10408;41.1799983;-104.0545928,way_type=user_defined:way_id=80E -edge,10408,10408;41.1799983;-104.0545928:10409;41.1801129;-104.0543851,way_type=user_defined:way_id=80E -edge,10409,10409;41.1801129;-104.0543851:10410;41.1802584;-104.0541124,way_type=user_defined:way_id=80E -edge,10410,10410;41.1802584;-104.0541124:10411;41.1803764;-104.0538834,way_type=user_defined:way_id=80E -edge,10411,10411;41.1803764;-104.0538834:10412;41.180496;-104.0536447,way_type=user_defined:way_id=80E -edge,10412,10412;41.180496;-104.0536447:10413;41.1805897;-104.0534518,way_type=user_defined:way_id=80E -edge,10413,10413;41.1805897;-104.0534518:10414;41.18065539;-104.0533288,way_type=user_defined:way_id=80E -edge,10415,10415;41.2481588;-111.0467115:10416;41.2477058;-111.0454641,way_type=user_defined:way_id=80W -edge,10416,10416;41.2477058;-111.0454641:10417;41.2476257;-111.0452373,way_type=user_defined:way_id=80W -edge,10417,10417;41.2476257;-111.0452373:10418;41.2475455;-111.0449981,way_type=user_defined:way_id=80W -edge,10418,10418;41.2475455;-111.0449981:10419;41.2474639;-111.0447364,way_type=user_defined:way_id=80W -edge,10419,10419;41.2474639;-111.0447364:10420;41.2473963;-111.0445062,way_type=user_defined:way_id=80W -edge,10420,10420;41.2473963;-111.0445062:10421;41.2473264;-111.0442565,way_type=user_defined:way_id=80W -edge,10421,10421;41.2473264;-111.0442565:10422;41.2472643;-111.0440235,way_type=user_defined:way_id=80W -edge,10422,10422;41.2472643;-111.0440235:10423;41.2472027;-111.0437801,way_type=user_defined:way_id=80W -edge,10423,10423;41.2472027;-111.0437801:10424;41.247132;-111.0434785,way_type=user_defined:way_id=80W -edge,10424,10424;41.247132;-111.0434785:10425;41.2470784;-111.0432265,way_type=user_defined:way_id=80W -edge,10425,10425;41.2470784;-111.0432265:10426;41.2470294;-111.0429773,way_type=user_defined:way_id=80W -edge,10426,10426;41.2470294;-111.0429773:10427;41.2469728;-111.0426664,way_type=user_defined:way_id=80W -edge,10427,10427;41.2469728;-111.0426664:10428;41.2469306;-111.0424153,way_type=user_defined:way_id=80W -edge,10428,10428;41.2469306;-111.0424153:10429;41.2468923;-111.0421594,way_type=user_defined:way_id=80W -edge,10429,10429;41.2468923;-111.0421594:10430;41.2468504;-111.0418415,way_type=user_defined:way_id=80W -edge,10430,10430;41.2468504;-111.0418415:10431;41.2468181;-111.0415567,way_type=user_defined:way_id=80W -edge,10431,10431;41.2468181;-111.0415567:10432;41.2468076;-111.0414516,way_type=user_defined:way_id=80W -edge,10432,10432;41.2468076;-111.0414516:10433;41.2467863;-111.0412316,way_type=user_defined:way_id=80W -edge,10433,10433;41.2467863;-111.0412316:10434;41.2467629;-111.040952,way_type=user_defined:way_id=80W -edge,10434,10434;41.2467629;-111.040952:10435;41.2467438;-111.0406625,way_type=user_defined:way_id=80W -edge,10435,10435;41.2467438;-111.0406625:10436;41.2467297;-111.0403635,way_type=user_defined:way_id=80W -edge,10436,10436;41.2467297;-111.0403635:10437;41.2467212;-111.0400444,way_type=user_defined:way_id=80W -edge,10437,10437;41.2467212;-111.0400444:10438;41.2467184;-111.039753,way_type=user_defined:way_id=80W -edge,10438,10438;41.2467184;-111.039753:10439;41.2467186;-111.0394326,way_type=user_defined:way_id=80W -edge,10439,10439;41.2467186;-111.0394326:10440;41.2467258;-111.0382812,way_type=user_defined:way_id=80W -edge,10440,10440;41.2467258;-111.0382812:10441;41.2467322;-111.0376586,way_type=user_defined:way_id=80W -edge,10441,10441;41.2467322;-111.0376586:10442;41.2467448;-111.0367258,way_type=user_defined:way_id=80W -edge,10442,10442;41.2467448;-111.0367258:10443;41.2467574;-111.0349166,way_type=user_defined:way_id=80W -edge,10443,10443;41.2467574;-111.0349166:10444;41.246771;-111.0337346,way_type=user_defined:way_id=80W -edge,10444,10444;41.246771;-111.0337346:10445;41.2467831;-111.0319649,way_type=user_defined:way_id=80W -edge,10445,10445;41.2467831;-111.0319649:10446;41.2467929;-111.0307762,way_type=user_defined:way_id=80W -edge,10446,10446;41.2467929;-111.0307762:10447;41.24682;-111.0281364,way_type=user_defined:way_id=80W -edge,10447,10447;41.24682;-111.0281364:10448;41.2468296;-111.0268481,way_type=user_defined:way_id=80W -edge,10448,10448;41.2468296;-111.0268481:10449;41.2468492;-111.0247549,way_type=user_defined:way_id=80W -edge,10449,10449;41.2468492;-111.0247549:10450;41.2468528;-111.0244629,way_type=user_defined:way_id=80W -edge,10450,10450;41.2468528;-111.0244629:10451;41.2468586;-111.0241519,way_type=user_defined:way_id=80W -edge,10451,10451;41.2468586;-111.0241519:10452;41.2468663;-111.0238597,way_type=user_defined:way_id=80W -edge,10452,10452;41.2468663;-111.0238597:10453;41.2468776;-111.0235294,way_type=user_defined:way_id=80W -edge,10453,10453;41.2468776;-111.0235294:10454;41.246897;-111.0230877,way_type=user_defined:way_id=80W -edge,10454,10454;41.246897;-111.0230877:10455;41.2469195;-111.0226553,way_type=user_defined:way_id=80W -edge,10455,10455;41.2469195;-111.0226553:10456;41.2469396;-111.0223363,way_type=user_defined:way_id=80W -edge,10456,10456;41.2469396;-111.0223363:10457;41.24696;-111.0220549,way_type=user_defined:way_id=80W -edge,10457,10457;41.24696;-111.0220549:10458;41.2469978;-111.0215857,way_type=user_defined:way_id=80W -edge,10458,10458;41.2469978;-111.0215857:10459;41.2470367;-111.0211543,way_type=user_defined:way_id=80W -edge,10459,10459;41.2470367;-111.0211543:10460;41.247069;-111.020836,way_type=user_defined:way_id=80W -edge,10460,10460;41.247069;-111.020836:10461;41.2471007;-111.0205463,way_type=user_defined:way_id=80W -edge,10461,10461;41.2471007;-111.0205463:10462;41.2471647;-111.020006,way_type=user_defined:way_id=80W -edge,10462,10462;41.2471647;-111.020006:10463;41.2472081;-111.0196621,way_type=user_defined:way_id=80W -edge,10463,10463;41.2472081;-111.0196621:10464;41.2472469;-111.0193747,way_type=user_defined:way_id=80W -edge,10464,10464;41.2472469;-111.0193747:10465;41.2472918;-111.0190602,way_type=user_defined:way_id=80W -edge,10465,10465;41.2472918;-111.0190602:10466;41.2473351;-111.0187742,way_type=user_defined:way_id=80W -edge,10466,10466;41.2473351;-111.0187742:10467;41.2473888;-111.0184429,way_type=user_defined:way_id=80W -edge,10467,10467;41.2473888;-111.0184429:10468;41.2474365;-111.0181674,way_type=user_defined:way_id=80W -edge,10468,10468;41.2474365;-111.0181674:10469;41.2474746;-111.017956,way_type=user_defined:way_id=80W -edge,10469,10469;41.2474746;-111.017956:10470;41.2475464;-111.0175701,way_type=user_defined:way_id=80W -edge,10470,10470;41.2475464;-111.0175701:10471;41.2476013;-111.0172861,way_type=user_defined:way_id=80W -edge,10471,10471;41.2476013;-111.0172861:10472;41.2477198;-111.0167024,way_type=user_defined:way_id=80W -edge,10472,10472;41.2477198;-111.0167024:10473;41.24778;-111.0164207,way_type=user_defined:way_id=80W -edge,10473,10473;41.24778;-111.0164207:10474;41.2478269;-111.0162123,way_type=user_defined:way_id=80W -edge,10474,10474;41.2478269;-111.0162123:10475;41.2479237;-111.015797,way_type=user_defined:way_id=80W -edge,10475,10475;41.2479237;-111.015797:10476;41.2480573;-111.0152486,way_type=user_defined:way_id=80W -edge,10476,10476;41.2480573;-111.0152486:10477;41.2481254;-111.0149795,way_type=user_defined:way_id=80W -edge,10477,10477;41.2481254;-111.0149795:10478;41.248187;-111.0147458,way_type=user_defined:way_id=80W -edge,10478,10478;41.248187;-111.0147458:10479;41.2482813;-111.0144009,way_type=user_defined:way_id=80W -edge,10479,10479;41.2482813;-111.0144009:10480;41.2483566;-111.0141357,way_type=user_defined:way_id=80W -edge,10480,10480;41.2483566;-111.0141357:10481;41.2484438;-111.0138364,way_type=user_defined:way_id=80W -edge,10481,10481;41.2484438;-111.0138364:10482;41.2485251;-111.0135646,way_type=user_defined:way_id=80W -edge,10482,10482;41.2485251;-111.0135646:10483;41.248608;-111.0132938,way_type=user_defined:way_id=80W -edge,10483,10483;41.248608;-111.0132938:10484;41.2486923;-111.0130252,way_type=user_defined:way_id=80W -edge,10484,10484;41.2486923;-111.0130252:10485;41.2487675;-111.0127916,way_type=user_defined:way_id=80W -edge,10485,10485;41.2487675;-111.0127916:10486;41.2488986;-111.0123974,way_type=user_defined:way_id=80W -edge,10486,10486;41.2488986;-111.0123974:10487;41.2489745;-111.0121762,way_type=user_defined:way_id=80W -edge,10487,10487;41.2489745;-111.0121762:10488;41.2490666;-111.0119142,way_type=user_defined:way_id=80W -edge,10488,10488;41.2490666;-111.0119142:10489;41.2492546;-111.0113945,way_type=user_defined:way_id=80W -edge,10489,10489;41.2492546;-111.0113945:10490;41.2493536;-111.0111281,way_type=user_defined:way_id=80W -edge,10490,10490;41.2493536;-111.0111281:10491;41.2494619;-111.0108456,way_type=user_defined:way_id=80W -edge,10491,10491;41.2494619;-111.0108456:10492;41.2495662;-111.0105816,way_type=user_defined:way_id=80W -edge,10492,10492;41.2495662;-111.0105816:10493;41.2496687;-111.0103268,way_type=user_defined:way_id=80W -edge,10493,10493;41.2496687;-111.0103268:10494;41.2497974;-111.0100154,way_type=user_defined:way_id=80W -edge,10494,10494;41.2497974;-111.0100154:10495;41.2498893;-111.0097978,way_type=user_defined:way_id=80W -edge,10495,10495;41.2498893;-111.0097978:10496;41.2499867;-111.0095721,way_type=user_defined:way_id=80W -edge,10496,10496;41.2499867;-111.0095721:10497;41.2501067;-111.0093002,way_type=user_defined:way_id=80W -edge,10497,10497;41.2501067;-111.0093002:10498;41.2502335;-111.0090214,way_type=user_defined:way_id=80W -edge,10498,10498;41.2502335;-111.0090214:10499;41.2503474;-111.0087769,way_type=user_defined:way_id=80W -edge,10499,10499;41.2503474;-111.0087769:10500;41.2509243;-111.0075465,way_type=user_defined:way_id=80W -edge,10500,10500;41.2509243;-111.0075465:10501;41.2515401;-111.006239,way_type=user_defined:way_id=80W -edge,10501,10501;41.2515401;-111.006239:10502;41.2519289;-111.0054081,way_type=user_defined:way_id=80W -edge,10502,10502;41.2519289;-111.0054081:10503;41.2523631;-111.0044904,way_type=user_defined:way_id=80W -edge,10503,10503;41.2523631;-111.0044904:10504;41.2526212;-111.0039385,way_type=user_defined:way_id=80W -edge,10504,10504;41.2526212;-111.0039385:10505;41.2531132;-111.002895,way_type=user_defined:way_id=80W -edge,10505,10505;41.2531132;-111.002895:10506;41.2540606;-111.000873,way_type=user_defined:way_id=80W -edge,10506,10506;41.2540606;-111.000873:10507;41.2546502;-110.999626,way_type=user_defined:way_id=80W -edge,10507,10507;41.2546502;-110.999626:10508;41.2549944;-110.9988893,way_type=user_defined:way_id=80W -edge,10508,10508;41.2549944;-110.9988893:10509;41.2554869;-110.9978445,way_type=user_defined:way_id=80W -edge,10509,10509;41.2554869;-110.9978445:10510;41.2569127;-110.9948074,way_type=user_defined:way_id=80W -edge,10510,10510;41.2569127;-110.9948074:10511;41.2578661;-110.9927844,way_type=user_defined:way_id=80W -edge,10511,10511;41.2578661;-110.9927844:10512;41.25803603;-110.9924215,way_type=user_defined:way_id=80W -edge,10512,10512;41.25803603;-110.9924215:10513;41.2581092;-110.9922652,way_type=user_defined:way_id=80W -edge,10513,10513;41.2581092;-110.9922652:10514;41.2584673;-110.9915071,way_type=user_defined:way_id=80W -edge,10514,10514;41.2584673;-110.9915071:10515;41.2589724;-110.9904259,way_type=user_defined:way_id=80W -edge,10515,10515;41.2589724;-110.9904259:10516;41.2589724;-110.9904259,way_type=user_defined:way_id=80W -edge,10516,10516;41.2589724;-110.9904259:10517;41.2596531;-110.9889775,way_type=user_defined:way_id=80W -edge,10517,10517;41.2596531;-110.9889775:10518;41.25984744;-110.9885654,way_type=user_defined:way_id=80W -edge,10518,10518;41.25984744;-110.9885654:10519;41.2601547;-110.9879139,way_type=user_defined:way_id=80W -edge,10519,10519;41.2601547;-110.9879139:10520;41.2607452;-110.9866539,way_type=user_defined:way_id=80W -edge,10520,10520;41.2607452;-110.9866539:10521;41.26122637;-110.9856388,way_type=user_defined:way_id=80W -edge,10521,10521;41.26122637;-110.9856388:10522;41.26122637;-110.9856388,way_type=user_defined:way_id=80W -edge,10522,10522;41.26122637;-110.9856388:10523;41.2617284;-110.9845595,way_type=user_defined:way_id=80W -edge,10523,10523;41.2617284;-110.9845595:10524;41.2618353;-110.9843215,way_type=user_defined:way_id=80W -edge,10524,10524;41.2618353;-110.9843215:10525;41.261957;-110.9840311,way_type=user_defined:way_id=80W -edge,10525,10525;41.261957;-110.9840311:10526;41.2620569;-110.9837691,way_type=user_defined:way_id=80W -edge,10526,10526;41.2620569;-110.9837691:10527;41.262148;-110.9835019,way_type=user_defined:way_id=80W -edge,10527,10527;41.262148;-110.9835019:10528;41.2621667;-110.9834404,way_type=user_defined:way_id=80W -edge,10528,10528;41.2621667;-110.9834404:10529;41.2622356;-110.9832116,way_type=user_defined:way_id=80W -edge,10529,10529;41.2622356;-110.9832116:10530;41.2623096;-110.9829346,way_type=user_defined:way_id=80W -edge,10530,10530;41.2623096;-110.9829346:10531;41.2623749;-110.9826536,way_type=user_defined:way_id=80W -edge,10531,10531;41.2623749;-110.9826536:10532;41.262437;-110.9823418,way_type=user_defined:way_id=80W -edge,10532,10532;41.262437;-110.9823418:10533;41.2624842;-110.9820546,way_type=user_defined:way_id=80W -edge,10533,10533;41.2624842;-110.9820546:10534;41.2625246;-110.9817367,way_type=user_defined:way_id=80W -edge,10534,10534;41.2625246;-110.9817367:10535;41.262552;-110.9814454,way_type=user_defined:way_id=80W -edge,10535,10535;41.262552;-110.9814454:10536;41.2625688;-110.9811707,way_type=user_defined:way_id=80W -edge,10536,10536;41.2625688;-110.9811707:10537;41.2625783;-110.9808401,way_type=user_defined:way_id=80W -edge,10537,10537;41.2625783;-110.9808401:10538;41.2625763;-110.9805465,way_type=user_defined:way_id=80W -edge,10538,10538;41.2625763;-110.9805465:10539;41.2625626;-110.9802253,way_type=user_defined:way_id=80W -edge,10539,10539;41.2625626;-110.9802253:10540;41.2625426;-110.9799432,way_type=user_defined:way_id=80W -edge,10540,10540;41.2625426;-110.9799432:10541;41.2625135;-110.9796534,way_type=user_defined:way_id=80W -edge,10541,10541;41.2625135;-110.9796534:10542;41.2624717;-110.9793378,way_type=user_defined:way_id=80W -edge,10542,10542;41.2624717;-110.9793378:10543;41.2624234;-110.9790527,way_type=user_defined:way_id=80W -edge,10543,10543;41.2624234;-110.9790527:10544;41.2623665;-110.9787799,way_type=user_defined:way_id=80W -edge,10544,10544;41.2623665;-110.9787799:10545;41.2622974;-110.9784926,way_type=user_defined:way_id=80W -edge,10545,10545;41.2622974;-110.9784926:10546;41.2622161;-110.9781991,way_type=user_defined:way_id=80W -edge,10546,10546;41.2622161;-110.9781991:10547;41.2621217;-110.9779034,way_type=user_defined:way_id=80W -edge,10547,10547;41.2621217;-110.9779034:10548;41.262027;-110.9776385,way_type=user_defined:way_id=80W -edge,10548,10548;41.262027;-110.9776385:10549;41.2619106;-110.9773462,way_type=user_defined:way_id=80W -edge,10549,10549;41.2619106;-110.9773462:10550;41.2618039;-110.9771013,way_type=user_defined:way_id=80W -edge,10550,10550;41.2618039;-110.9771013:10551;41.2616858;-110.9768548,way_type=user_defined:way_id=80W -edge,10551,10551;41.2616858;-110.9768548:10552;41.2615555;-110.9766082,way_type=user_defined:way_id=80W -edge,10552,10552;41.2615555;-110.9766082:10553;41.2614266;-110.9763832,way_type=user_defined:way_id=80W -edge,10553,10553;41.2614266;-110.9763832:10554;41.2612765;-110.9761323,way_type=user_defined:way_id=80W -edge,10554,10554;41.2612765;-110.9761323:10555;41.26113119;-110.9758971,way_type=user_defined:way_id=80W -edge,10555,10555;41.26113119;-110.9758971:10556;41.2609791;-110.9756509,way_type=user_defined:way_id=80W -edge,10556,10556;41.2609791;-110.9756509:10557;41.2607011;-110.9752077,way_type=user_defined:way_id=80W -edge,10557,10557;41.2607011;-110.9752077:10558;41.2602826;-110.9745486,way_type=user_defined:way_id=80W -edge,10558,10558;41.2602826;-110.9745486:10559;41.2601427;-110.9743214,way_type=user_defined:way_id=80W -edge,10559,10559;41.2601427;-110.9743214:10560;41.2601427;-110.9743214,way_type=user_defined:way_id=80W -edge,10560,10560;41.2601427;-110.9743214:10561;41.260107;-110.9742627,way_type=user_defined:way_id=80W -edge,10561,10561;41.260107;-110.9742627:10562;41.2599624;-110.974016,way_type=user_defined:way_id=80W -edge,10562,10562;41.2599624;-110.974016:10563;41.25989921;-110.9739028,way_type=user_defined:way_id=80W -edge,10563,10563;41.25989921;-110.9739028:10564;41.2598352;-110.9737882,way_type=user_defined:way_id=80W -edge,10564,10564;41.2598352;-110.9737882:10565;41.2597087;-110.9735486,way_type=user_defined:way_id=80W -edge,10565,10565;41.2597087;-110.9735486:10566;41.2595916;-110.9733126,way_type=user_defined:way_id=80W -edge,10566,10566;41.2595916;-110.9733126:10567;41.2595607;-110.9732477,way_type=user_defined:way_id=80W -edge,10567,10567;41.2595607;-110.9732477:10568;41.2594574;-110.9730251,way_type=user_defined:way_id=80W -edge,10568,10568;41.2594574;-110.9730251:10569;41.2593474;-110.972774,way_type=user_defined:way_id=80W -edge,10569,10569;41.2593474;-110.972774:10570;41.2592463;-110.9725277,way_type=user_defined:way_id=80W -edge,10570,10570;41.2592463;-110.9725277:10571;41.2591375;-110.9722451,way_type=user_defined:way_id=80W -edge,10571,10571;41.2591375;-110.9722451:10572;41.2590414;-110.9719755,way_type=user_defined:way_id=80W -edge,10572,10572;41.2590414;-110.9719755:10573;41.258954;-110.9717115,way_type=user_defined:way_id=80W -edge,10573,10573;41.258954;-110.9717115:10574;41.2588608;-110.9714108,way_type=user_defined:way_id=80W -edge,10574,10574;41.2588608;-110.9714108:10575;41.2587832;-110.9711418,way_type=user_defined:way_id=80W -edge,10575,10575;41.2587832;-110.9711418:10576;41.2587111;-110.9708707,way_type=user_defined:way_id=80W -edge,10576,10576;41.2587111;-110.9708707:10577;41.2586389;-110.9705716,way_type=user_defined:way_id=80W -edge,10577,10577;41.2586389;-110.9705716:10578;41.2585835;-110.9703191,way_type=user_defined:way_id=80W -edge,10578,10578;41.2585835;-110.9703191:10579;41.2585225;-110.9700056,way_type=user_defined:way_id=80W -edge,10579,10579;41.2585225;-110.9700056:10580;41.2584765;-110.9697329,way_type=user_defined:way_id=80W -edge,10580,10580;41.2584765;-110.9697329:10581;41.2584441;-110.9695161,way_type=user_defined:way_id=80W -edge,10581,10581;41.2584441;-110.9695161:10582;41.2584289;-110.9694108,way_type=user_defined:way_id=80W -edge,10582,10582;41.2584289;-110.9694108:10583;41.2583936;-110.969137,way_type=user_defined:way_id=80W -edge,10583,10583;41.2583936;-110.969137:10584;41.2583616;-110.9688417,way_type=user_defined:way_id=80W -edge,10584,10584;41.2583616;-110.9688417:10585;41.2583363;-110.9685563,way_type=user_defined:way_id=80W -edge,10585,10585;41.2583363;-110.9685563:10586;41.2583154;-110.968239,way_type=user_defined:way_id=80W -edge,10586,10586;41.2583154;-110.968239:10587;41.2583025;-110.9679412,way_type=user_defined:way_id=80W -edge,10587,10587;41.2583025;-110.9679412:10588;41.2582954;-110.9676625,way_type=user_defined:way_id=80W -edge,10588,10588;41.2582954;-110.9676625:10589;41.2582939;-110.9673842,way_type=user_defined:way_id=80W -edge,10589,10589;41.2582939;-110.9673842:10590;41.25829499;-110.9672771,way_type=user_defined:way_id=80W -edge,10590,10590;41.25829499;-110.9672771:10591;41.25829499;-110.9672771,way_type=user_defined:way_id=80W -edge,10591,10591;41.25829499;-110.9672771:10592;41.2582989;-110.9670497,way_type=user_defined:way_id=80W -edge,10592,10592;41.2582989;-110.9670497:10593;41.2583093;-110.9667619,way_type=user_defined:way_id=80W -edge,10593,10593;41.2583093;-110.9667619:10594;41.2583273;-110.9664752,way_type=user_defined:way_id=80W -edge,10594,10594;41.2583273;-110.9664752:10595;41.258352;-110.9661883,way_type=user_defined:way_id=80W -edge,10595,10595;41.258352;-110.9661883:10596;41.2584695;-110.9650099,way_type=user_defined:way_id=80W -edge,10596,10596;41.2584695;-110.9650099:10597;41.2585575;-110.9641065,way_type=user_defined:way_id=80W -edge,10597,10597;41.2585575;-110.9641065:10598;41.2586479;-110.9632492,way_type=user_defined:way_id=80W -edge,10598,10598;41.2586479;-110.9632492:10599;41.2587412;-110.9623245,way_type=user_defined:way_id=80W -edge,10599,10599;41.2587412;-110.9623245:10600;41.2587709;-110.9620475,way_type=user_defined:way_id=80W -edge,10600,10600;41.2587709;-110.9620475:10601;41.2588057;-110.9617524,way_type=user_defined:way_id=80W -edge,10601,10601;41.2588057;-110.9617524:10602;41.25882238;-110.9616251,way_type=user_defined:way_id=80W -edge,10602,10602;41.25882238;-110.9616251:10603;41.2588469;-110.961438,way_type=user_defined:way_id=80W -edge,10603,10603;41.2588469;-110.961438:10604;41.2588895;-110.9611519,way_type=user_defined:way_id=80W -edge,10604,10604;41.2588895;-110.9611519:10605;41.2589366;-110.9608759,way_type=user_defined:way_id=80W -edge,10605,10605;41.2589366;-110.9608759:10606;41.2589909;-110.960592,way_type=user_defined:way_id=80W -edge,10606,10606;41.2589909;-110.960592:10607;41.259014;-110.9604827,way_type=user_defined:way_id=80W -edge,10607,10607;41.259014;-110.9604827:10608;41.259014;-110.9604827,way_type=user_defined:way_id=80W -edge,10608,10608;41.259014;-110.9604827:10609;41.2590658;-110.9602465,way_type=user_defined:way_id=80W -edge,10609,10609;41.2590658;-110.9602465:10610;41.2591238;-110.960003,way_type=user_defined:way_id=80W -edge,10610,10610;41.2591238;-110.960003:10611;41.2592034;-110.9596993,way_type=user_defined:way_id=80W -edge,10611,10611;41.2592034;-110.9596993:10612;41.2592946;-110.9593902,way_type=user_defined:way_id=80W -edge,10612,10612;41.2592946;-110.9593902:10613;41.2593783;-110.9591275,way_type=user_defined:way_id=80W -edge,10613,10613;41.2593783;-110.9591275:10614;41.25942401;-110.9589936,way_type=user_defined:way_id=80W -edge,10614,10614;41.25942401;-110.9589936:10615;41.2594699;-110.9588593,way_type=user_defined:way_id=80W -edge,10615,10615;41.2594699;-110.9588593:10616;41.2595763;-110.9585697,way_type=user_defined:way_id=80W -edge,10616,10616;41.2595763;-110.9585697:10617;41.2596787;-110.9583087,way_type=user_defined:way_id=80W -edge,10617,10617;41.2596787;-110.9583087:10618;41.2597827;-110.9580591,way_type=user_defined:way_id=80W -edge,10618,10618;41.2597827;-110.9580591:10619;41.2599029;-110.9577886,way_type=user_defined:way_id=80W -edge,10619,10619;41.2599029;-110.9577886:10620;41.2600221;-110.9575397,way_type=user_defined:way_id=80W -edge,10620,10620;41.2600221;-110.9575397:10621;41.2601627;-110.9572646,way_type=user_defined:way_id=80W -edge,10621,10621;41.2601627;-110.9572646:10622;41.2602872;-110.9570331,way_type=user_defined:way_id=80W -edge,10622,10622;41.2602872;-110.9570331:10623;41.2604206;-110.9567979,way_type=user_defined:way_id=80W -edge,10623,10623;41.2604206;-110.9567979:10624;41.2605723;-110.9565454,way_type=user_defined:way_id=80W -edge,10624,10624;41.2605723;-110.9565454:10625;41.2607158;-110.9563212,way_type=user_defined:way_id=80W -edge,10625,10625;41.2607158;-110.9563212:10626;41.2608546;-110.9561157,way_type=user_defined:way_id=80W -edge,10626,10626;41.2608546;-110.9561157:10627;41.2610259;-110.9558751,way_type=user_defined:way_id=80W -edge,10627,10627;41.2610259;-110.9558751:10628;41.261178;-110.9556751,way_type=user_defined:way_id=80W -edge,10628,10628;41.261178;-110.9556751:10629;41.2612974;-110.9555259,way_type=user_defined:way_id=80W -edge,10629,10629;41.2612974;-110.9555259:10630;41.2613547;-110.9554548,way_type=user_defined:way_id=80W -edge,10630,10630;41.2613547;-110.9554548:10631;41.2615206;-110.955261,way_type=user_defined:way_id=80W -edge,10631,10631;41.2615206;-110.955261:10632;41.2617128;-110.9550503,way_type=user_defined:way_id=80W -edge,10632,10632;41.2617128;-110.9550503:10633;41.2618805;-110.9548752,way_type=user_defined:way_id=80W -edge,10633,10633;41.2618805;-110.9548752:10634;41.2620559;-110.9546989,way_type=user_defined:way_id=80W -edge,10634,10634;41.2620559;-110.9546989:10635;41.26213214;-110.9546251,way_type=user_defined:way_id=80W -edge,10635,10635;41.26213214;-110.9546251:10636;41.26213214;-110.9546251,way_type=user_defined:way_id=80W -edge,10636,10636;41.26213214;-110.9546251:10637;41.2622507;-110.9545109,way_type=user_defined:way_id=80W -edge,10637,10637;41.2622507;-110.9545109:10638;41.2624368;-110.954342,way_type=user_defined:way_id=80W -edge,10638,10638;41.2624368;-110.954342:10639;41.2626153;-110.9541929,way_type=user_defined:way_id=80W -edge,10639,10639;41.2626153;-110.9541929:10640;41.2628033;-110.9540472,way_type=user_defined:way_id=80W -edge,10640,10640;41.2628033;-110.9540472:10641;41.2630236;-110.9538843,way_type=user_defined:way_id=80W -edge,10641,10641;41.2630236;-110.9538843:10642;41.2633714;-110.9536308,way_type=user_defined:way_id=80W -edge,10642,10642;41.2633714;-110.9536308:10643;41.2643758;-110.9529056,way_type=user_defined:way_id=80W -edge,10643,10643;41.2643758;-110.9529056:10644;41.2645722;-110.9527594,way_type=user_defined:way_id=80W -edge,10644,10644;41.2645722;-110.9527594:10645;41.2647831;-110.9525938,way_type=user_defined:way_id=80W -edge,10645,10645;41.2647831;-110.9525938:10646;41.26487358;-110.9525176,way_type=user_defined:way_id=80W -edge,10646,10646;41.26487358;-110.9525176:10647;41.2649662;-110.9524397,way_type=user_defined:way_id=80W -edge,10647,10647;41.2649662;-110.9524397:10648;41.2651456;-110.9522769,way_type=user_defined:way_id=80W -edge,10648,10648;41.2651456;-110.9522769:10649;41.2653359;-110.9520888,way_type=user_defined:way_id=80W -edge,10649,10649;41.2653359;-110.9520888:10650;41.2655062;-110.9519061,way_type=user_defined:way_id=80W -edge,10650,10650;41.2655062;-110.9519061:10651;41.2655062;-110.9519061,way_type=user_defined:way_id=80W -edge,10651,10651;41.2655062;-110.9519061:10652;41.2656701;-110.9517147,way_type=user_defined:way_id=80W -edge,10652,10652;41.2656701;-110.9517147:10653;41.2657807;-110.9515737,way_type=user_defined:way_id=80W -edge,10653,10653;41.2657807;-110.9515737:10654;41.2658429;-110.9514934,way_type=user_defined:way_id=80W -edge,10654,10654;41.2658429;-110.9514934:10655;41.2659946;-110.9512828,way_type=user_defined:way_id=80W -edge,10655,10655;41.2659946;-110.9512828:10656;41.2661401;-110.9510637,way_type=user_defined:way_id=80W -edge,10656,10656;41.2661401;-110.9510637:10657;41.2662743;-110.950843,way_type=user_defined:way_id=80W -edge,10657,10657;41.2662743;-110.950843:10658;41.2664225;-110.9505765,way_type=user_defined:way_id=80W -edge,10658,10658;41.2664225;-110.9505765:10659;41.266546;-110.9503331,way_type=user_defined:way_id=80W -edge,10659,10659;41.266546;-110.9503331:10660;41.2666434;-110.9501239,way_type=user_defined:way_id=80W -edge,10660,10660;41.2666434;-110.9501239:10661;41.2666728;-110.9500591,way_type=user_defined:way_id=80W -edge,10661,10661;41.2666728;-110.9500591:10662;41.2667772;-110.9498116,way_type=user_defined:way_id=80W -edge,10662,10662;41.2667772;-110.9498116:10663;41.26686289;-110.9495856,way_type=user_defined:way_id=80W -edge,10663,10663;41.26686289;-110.9495856:10664;41.2668764;-110.94955,way_type=user_defined:way_id=80W -edge,10664,10664;41.2668764;-110.94955:10665;41.2668971;-110.9494899,way_type=user_defined:way_id=80W -edge,10665,10665;41.2668971;-110.9494899:10666;41.2669753;-110.9492571,way_type=user_defined:way_id=80W -edge,10666,10666;41.2669753;-110.9492571:10667;41.2670568;-110.9489845,way_type=user_defined:way_id=80W -edge,10667,10667;41.2670568;-110.9489845:10668;41.2671361;-110.9486798,way_type=user_defined:way_id=80W -edge,10668,10668;41.2671361;-110.9486798:10669;41.2671998;-110.9483983,way_type=user_defined:way_id=80W -edge,10669,10669;41.2671998;-110.9483983:10670;41.2672593;-110.9480864,way_type=user_defined:way_id=80W -edge,10670,10670;41.2672593;-110.9480864:10671;41.267304;-110.9478094,way_type=user_defined:way_id=80W -edge,10671,10671;41.267304;-110.9478094:10672;41.2673439;-110.947522,way_type=user_defined:way_id=80W -edge,10672,10672;41.2673439;-110.947522:10673;41.2673909;-110.9471316,way_type=user_defined:way_id=80W -edge,10673,10673;41.2673909;-110.9471316:10674;41.2674793;-110.9463418,way_type=user_defined:way_id=80W -edge,10674,10674;41.2674793;-110.9463418:10675;41.2675394;-110.9457679,way_type=user_defined:way_id=80W -edge,10675,10675;41.2675394;-110.9457679:10676;41.26758554;-110.945312,way_type=user_defined:way_id=80W -edge,10676,10676;41.26758554;-110.945312:10677;41.2676255;-110.9449173,way_type=user_defined:way_id=80W -edge,10677,10677;41.2676255;-110.9449173:10678;41.2677035;-110.9441703,way_type=user_defined:way_id=80W -edge,10678,10678;41.2677035;-110.9441703:10679;41.2677035;-110.9441703,way_type=user_defined:way_id=80W -edge,10679,10679;41.2677035;-110.9441703:10680;41.2677878;-110.943347,way_type=user_defined:way_id=80W -edge,10680,10680;41.2677878;-110.943347:10681;41.2678153;-110.9430601,way_type=user_defined:way_id=80W -edge,10681,10681;41.2678153;-110.9430601:10682;41.2678671;-110.942484,way_type=user_defined:way_id=80W -edge,10682,10682;41.2678671;-110.942484:10683;41.26788098;-110.9423122,way_type=user_defined:way_id=80W -edge,10683,10683;41.26788098;-110.9423122:10684;41.2678927;-110.9421672,way_type=user_defined:way_id=80W -edge,10684,10684;41.2678927;-110.9421672:10685;41.2679146;-110.9418692,way_type=user_defined:way_id=80W -edge,10685,10685;41.2679146;-110.9418692:10686;41.2679507;-110.9413367,way_type=user_defined:way_id=80W -edge,10686,10686;41.2679507;-110.9413367:10687;41.267973;-110.9409813,way_type=user_defined:way_id=80W -edge,10687,10687;41.267973;-110.9409813:10688;41.2679914;-110.9406625,way_type=user_defined:way_id=80W -edge,10688,10688;41.2679914;-110.9406625:10689;41.268007;-110.9403637,way_type=user_defined:way_id=80W -edge,10689,10689;41.268007;-110.9403637:10690;41.2680231;-110.9400084,way_type=user_defined:way_id=80W -edge,10690,10690;41.2680231;-110.9400084:10691;41.2680318;-110.9397933,way_type=user_defined:way_id=80W -edge,10691,10691;41.2680318;-110.9397933:10692;41.2680428;-110.9394656,way_type=user_defined:way_id=80W -edge,10692,10692;41.2680428;-110.9394656:10693;41.26805;-110.9391766,way_type=user_defined:way_id=80W -edge,10693,10693;41.26805;-110.9391766:10694;41.26805696;-110.938757,way_type=user_defined:way_id=80W -edge,10694,10694;41.26805696;-110.938757:10695;41.26805696;-110.938757,way_type=user_defined:way_id=80W -edge,10695,10695;41.26805696;-110.938757:10696;41.2680651;-110.9379886,way_type=user_defined:way_id=80W -edge,10696,10696;41.2680651;-110.9379886:10697;41.2680653;-110.9376981,way_type=user_defined:way_id=80W -edge,10697,10697;41.2680653;-110.9376981:10698;41.2680629;-110.9373695,way_type=user_defined:way_id=80W -edge,10698,10698;41.2680629;-110.9373695:10699;41.2680544;-110.9367896,way_type=user_defined:way_id=80W -edge,10699,10699;41.2680544;-110.9367896:10700;41.2680475;-110.9364712,way_type=user_defined:way_id=80W -edge,10700,10700;41.2680475;-110.9364712:10701;41.2680395;-110.9361827,way_type=user_defined:way_id=80W -edge,10701,10701;41.2680395;-110.9361827:10702;41.2680202;-110.9356435,way_type=user_defined:way_id=80W -edge,10702,10702;41.2680202;-110.9356435:10703;41.2680067;-110.9353184,way_type=user_defined:way_id=80W -edge,10703,10703;41.2680067;-110.9353184:10704;41.267991;-110.9349914,way_type=user_defined:way_id=80W -edge,10704,10704;41.267991;-110.9349914:10705;41.2679577;-110.9344118,way_type=user_defined:way_id=80W -edge,10705,10705;41.2679577;-110.9344118:10706;41.2679366;-110.9340932,way_type=user_defined:way_id=80W -edge,10706,10706;41.2679366;-110.9340932:10707;41.26791801;-110.9338342,way_type=user_defined:way_id=80W -edge,10707,10707;41.26791801;-110.9338342:10708;41.2679158;-110.9338034,way_type=user_defined:way_id=80W -edge,10708,10708;41.2679158;-110.9338034:10709;41.2678704;-110.9332336,way_type=user_defined:way_id=80W -edge,10709,10709;41.2678704;-110.9332336:10710;41.2678411;-110.9328984,way_type=user_defined:way_id=80W -edge,10710,10710;41.2678411;-110.9328984:10711;41.2678205;-110.9326837,way_type=user_defined:way_id=80W -edge,10711,10711;41.2678205;-110.9326837:10712;41.2678205;-110.9326837,way_type=user_defined:way_id=80W -edge,10712,10712;41.2678205;-110.9326837:10713;41.2677558;-110.9320206,way_type=user_defined:way_id=80W -edge,10713,10713;41.2677558;-110.9320206:10714;41.2675411;-110.9299114,way_type=user_defined:way_id=80W -edge,10714,10714;41.2675411;-110.9299114:10715;41.2673565;-110.9281474,way_type=user_defined:way_id=80W -edge,10715,10715;41.2673565;-110.9281474:10716;41.2671155;-110.9257955,way_type=user_defined:way_id=80W -edge,10716,10716;41.2671155;-110.9257955:10717;41.267017;-110.9248696,way_type=user_defined:way_id=80W -edge,10717,10717;41.267017;-110.9248696:10718;41.2668951;-110.9236837,way_type=user_defined:way_id=80W -edge,10718,10718;41.2668951;-110.9236837:10719;41.2667942;-110.9227563,way_type=user_defined:way_id=80W -edge,10719,10719;41.2667942;-110.9227563:10720;41.2667283;-110.9221828,way_type=user_defined:way_id=80W -edge,10720,10720;41.2667283;-110.9221828:10721;41.2666563;-110.9215804,way_type=user_defined:way_id=80W -edge,10721,10721;41.2666563;-110.9215804:10722;41.2666074;-110.9211825,way_type=user_defined:way_id=80W -edge,10722,10722;41.2666074;-110.9211825:10723;41.2665481;-110.9207202,way_type=user_defined:way_id=80W -edge,10723,10723;41.2665481;-110.9207202:10724;41.266428;-110.9198352,way_type=user_defined:way_id=80W -edge,10724,10724;41.266428;-110.9198352:10725;41.2663428;-110.9192372,way_type=user_defined:way_id=80W -edge,10725,10725;41.2663428;-110.9192372:10726;41.266253;-110.9186297,way_type=user_defined:way_id=80W -edge,10726,10726;41.266253;-110.9186297:10727;41.2661653;-110.9180593,way_type=user_defined:way_id=80W -edge,10727,10727;41.2661653;-110.9180593:10728;41.2660179;-110.9171495,way_type=user_defined:way_id=80W -edge,10728,10728;41.2660179;-110.9171495:10729;41.2658285;-110.9160231,way_type=user_defined:way_id=80W -edge,10729,10729;41.2658285;-110.9160231:10730;41.2657722;-110.9157112,way_type=user_defined:way_id=80W -edge,10730,10730;41.2657722;-110.9157112:10731;41.2655696;-110.9146128,way_type=user_defined:way_id=80W -edge,10731,10731;41.2655696;-110.9146128:10732;41.2654327;-110.9138827,way_type=user_defined:way_id=80W -edge,10732,10732;41.2654327;-110.9138827:10733;41.2652905;-110.9131133,way_type=user_defined:way_id=80W -edge,10733,10733;41.2652905;-110.9131133:10734;41.2650977;-110.912092,way_type=user_defined:way_id=80W -edge,10734,10734;41.2650977;-110.912092:10735;41.2647825;-110.9104091,way_type=user_defined:way_id=80W -edge,10735,10735;41.2647825;-110.9104091:10736;41.2643007;-110.9078572,way_type=user_defined:way_id=80W -edge,10736,10736;41.2643007;-110.9078572:10737;41.26414;-110.9069793,way_type=user_defined:way_id=80W -edge,10737,10737;41.26414;-110.9069793:10738;41.2640549;-110.9065218,way_type=user_defined:way_id=80W -edge,10738,10738;41.2640549;-110.9065218:10739;41.2638425;-110.9054068,way_type=user_defined:way_id=80W -edge,10739,10739;41.2638425;-110.9054068:10740;41.263486;-110.9035029,way_type=user_defined:way_id=80W -edge,10740,10740;41.263486;-110.9035029:10741;41.2633676;-110.9028812,way_type=user_defined:way_id=80W -edge,10741,10741;41.2633676;-110.9028812:10742;41.2632832;-110.9024243,way_type=user_defined:way_id=80W -edge,10742,10742;41.2632832;-110.9024243:10743;41.2631555;-110.9017213,way_type=user_defined:way_id=80W -edge,10743,10743;41.2631555;-110.9017213:10744;41.2630995;-110.9014002,way_type=user_defined:way_id=80W -edge,10744,10744;41.2630995;-110.9014002:10745;41.2630472;-110.9010879,way_type=user_defined:way_id=80W -edge,10745,10745;41.2630472;-110.9010879:10746;41.2629565;-110.9005262,way_type=user_defined:way_id=80W -edge,10746,10746;41.2629565;-110.9005262:10747;41.2629125;-110.9002398,way_type=user_defined:way_id=80W -edge,10747,10747;41.2629125;-110.9002398:10748;41.2628259;-110.8996378,way_type=user_defined:way_id=80W -edge,10748,10748;41.2628259;-110.8996378:10749;41.2627849;-110.8993401,way_type=user_defined:way_id=80W -edge,10749,10749;41.2627849;-110.8993401:10750;41.2627449;-110.8990321,way_type=user_defined:way_id=80W -edge,10750,10750;41.2627449;-110.8990321:10751;41.2626776;-110.8984626,way_type=user_defined:way_id=80W -edge,10751,10751;41.2626776;-110.8984626:10752;41.2626111;-110.8978466,way_type=user_defined:way_id=80W -edge,10752,10752;41.2626111;-110.8978466:10753;41.2625515;-110.8972399,way_type=user_defined:way_id=80W -edge,10753,10753;41.2625515;-110.8972399:10754;41.2625266;-110.8969594,way_type=user_defined:way_id=80W -edge,10754,10754;41.2625266;-110.8969594:10755;41.2625027;-110.896669,way_type=user_defined:way_id=80W -edge,10755,10755;41.2625027;-110.896669:10756;41.2624537;-110.8960211,way_type=user_defined:way_id=80W -edge,10756,10756;41.2624537;-110.8960211:10757;41.2624155;-110.8954473,way_type=user_defined:way_id=80W -edge,10757,10757;41.2624155;-110.8954473:10758;41.2623993;-110.8951553,way_type=user_defined:way_id=80W -edge,10758,10758;41.2623993;-110.8951553:10759;41.2623854;-110.8948728,way_type=user_defined:way_id=80W -edge,10759,10759;41.2623854;-110.8948728:10760;41.2623583;-110.8942507,way_type=user_defined:way_id=80W -edge,10760,10760;41.2623583;-110.8942507:10761;41.2623388;-110.8936481,way_type=user_defined:way_id=80W -edge,10761,10761;41.2623388;-110.8936481:10762;41.2623315;-110.8933477,way_type=user_defined:way_id=80W -edge,10762,10762;41.2623315;-110.8933477:10763;41.2623265;-110.8930657,way_type=user_defined:way_id=80W -edge,10763,10763;41.2623265;-110.8930657:10764;41.2623206;-110.8924569,way_type=user_defined:way_id=80W -edge,10764,10764;41.2623206;-110.8924569:10765;41.26232;-110.8918692,way_type=user_defined:way_id=80W -edge,10765,10765;41.26232;-110.8918692:10766;41.2623219;-110.8915505,way_type=user_defined:way_id=80W -edge,10766,10766;41.2623219;-110.8915505:10767;41.2623249;-110.8913077,way_type=user_defined:way_id=80W -edge,10767,10767;41.2623249;-110.8913077:10768;41.2623318;-110.8909437,way_type=user_defined:way_id=80W -edge,10768,10768;41.2623318;-110.8909437:10769;41.2623487;-110.8903556,way_type=user_defined:way_id=80W -edge,10769,10769;41.2623487;-110.8903556:10770;41.2623721;-110.8897494,way_type=user_defined:way_id=80W -edge,10770,10770;41.2623721;-110.8897494:10771;41.2624;-110.8891832,way_type=user_defined:way_id=80W -edge,10771,10771;41.2624;-110.8891832:10772;41.2624192;-110.8888518,way_type=user_defined:way_id=80W -edge,10772,10772;41.2624192;-110.8888518:10773;41.2624466;-110.8884385,way_type=user_defined:way_id=80W -edge,10773,10773;41.2624466;-110.8884385:10774;41.262482;-110.8879522,way_type=user_defined:way_id=80W -edge,10774,10774;41.262482;-110.8879522:10775;41.2625147;-110.887549,way_type=user_defined:way_id=80W -edge,10775,10775;41.2625147;-110.887549:10776;41.2625585;-110.887053,way_type=user_defined:way_id=80W -edge,10776,10776;41.2625585;-110.887053:10777;41.262597;-110.8866604,way_type=user_defined:way_id=80W -edge,10777,10777;41.262597;-110.8866604:10778;41.2626493;-110.8861655,way_type=user_defined:way_id=80W -edge,10778,10778;41.2626493;-110.8861655:10779;41.2626864;-110.8858389,way_type=user_defined:way_id=80W -edge,10779,10779;41.2626864;-110.8858389:10780;41.2627567;-110.8852712,way_type=user_defined:way_id=80W -edge,10780,10780;41.2627567;-110.8852712:10781;41.2628358;-110.8846697,way_type=user_defined:way_id=80W -edge,10781,10781;41.2628358;-110.8846697:10782;41.2628761;-110.8843839,way_type=user_defined:way_id=80W -edge,10782,10782;41.2628761;-110.8843839:10783;41.2629645;-110.8837854,way_type=user_defined:way_id=80W -edge,10783,10783;41.2629645;-110.8837854:10784;41.2630094;-110.8835006,way_type=user_defined:way_id=80W -edge,10784,10784;41.2630094;-110.8835006:10785;41.2630797;-110.8830756,way_type=user_defined:way_id=80W -edge,10785,10785;41.2630797;-110.8830756:10786;41.2631577;-110.8826235,way_type=user_defined:way_id=80W -edge,10786,10786;41.2631577;-110.8826235:10787;41.2632153;-110.8823051,way_type=user_defined:way_id=80W -edge,10787,10787;41.2632153;-110.8823051:10788;41.2633215;-110.881745,way_type=user_defined:way_id=80W -edge,10788,10788;41.2633215;-110.881745:10789;41.26343226;-110.881192,way_type=user_defined:way_id=80W -edge,10789,10789;41.26343226;-110.881192:10790;41.2634989;-110.8808722,way_type=user_defined:way_id=80W -edge,10790,10790;41.2634989;-110.8808722:10791;41.2635591;-110.880595,way_type=user_defined:way_id=80W -edge,10791,10791;41.2635591;-110.880595:10792;41.2636353;-110.8802555,way_type=user_defined:way_id=80W -edge,10792,10792;41.2636353;-110.8802555:10793;41.2637405;-110.8798024,way_type=user_defined:way_id=80W -edge,10793,10793;41.2637405;-110.8798024:10794;41.2638307;-110.8794259,way_type=user_defined:way_id=80W -edge,10794,10794;41.2638307;-110.8794259:10795;41.2639406;-110.8789847,way_type=user_defined:way_id=80W -edge,10795,10795;41.2639406;-110.8789847:10796;41.2640393;-110.8786007,way_type=user_defined:way_id=80W -edge,10796,10796;41.2640393;-110.8786007:10797;41.2641384;-110.8782273,way_type=user_defined:way_id=80W -edge,10797,10797;41.2641384;-110.8782273:10798;41.2642676;-110.8777552,way_type=user_defined:way_id=80W -edge,10798,10798;41.2642676;-110.8777552:10799;41.2643548;-110.8774483,way_type=user_defined:way_id=80W -edge,10799,10799;41.2643548;-110.8774483:10800;41.2645921;-110.8766334,way_type=user_defined:way_id=80W -edge,10800,10800;41.2645921;-110.8766334:10801;41.2646706;-110.8763712,way_type=user_defined:way_id=80W -edge,10801,10801;41.2646706;-110.8763712:10802;41.2647621;-110.876075,way_type=user_defined:way_id=80W -edge,10802,10802;41.2647621;-110.876075:10803;41.264848;-110.8758062,way_type=user_defined:way_id=80W -edge,10803,10803;41.264848;-110.8758062:10804;41.2649792;-110.8754094,way_type=user_defined:way_id=80W -edge,10804,10804;41.2649792;-110.8754094:10805;41.2651245;-110.8749802,way_type=user_defined:way_id=80W -edge,10805,10805;41.2651245;-110.8749802:10806;41.2652287;-110.8746812,way_type=user_defined:way_id=80W -edge,10806,10806;41.2652287;-110.8746812:10807;41.2654133;-110.8741623,way_type=user_defined:way_id=80W -edge,10807,10807;41.2654133;-110.8741623:10808;41.2655212;-110.8738659,way_type=user_defined:way_id=80W -edge,10808,10808;41.2655212;-110.8738659:10809;41.2657126;-110.873352,way_type=user_defined:way_id=80W -edge,10809,10809;41.2657126;-110.873352:10810;41.2658155;-110.8730847,way_type=user_defined:way_id=80W -edge,10810,10810;41.2658155;-110.8730847:10811;41.266003;-110.8726114,way_type=user_defined:way_id=80W -edge,10811,10811;41.266003;-110.8726114:10812;41.2661167;-110.8723308,way_type=user_defined:way_id=80W -edge,10812,10812;41.2661167;-110.8723308:10813;41.2662491;-110.8720104,way_type=user_defined:way_id=80W -edge,10813,10813;41.2662491;-110.8720104:10814;41.2663558;-110.871757,way_type=user_defined:way_id=80W -edge,10814,10814;41.2663558;-110.871757:10815;41.266475;-110.8714805,way_type=user_defined:way_id=80W -edge,10815,10815;41.266475;-110.8714805:10816;41.2666965;-110.8709793,way_type=user_defined:way_id=80W -edge,10816,10816;41.2666965;-110.8709793:10817;41.2669229;-110.870479,way_type=user_defined:way_id=80W -edge,10817,10817;41.2669229;-110.870479:10818;41.2670479;-110.8702077,way_type=user_defined:way_id=80W -edge,10818,10818;41.2670479;-110.8702077:10819;41.2671639;-110.8699607,way_type=user_defined:way_id=80W -edge,10819,10819;41.2671639;-110.8699607:10820;41.2672822;-110.8697148,way_type=user_defined:way_id=80W -edge,10820,10820;41.2672822;-110.8697148:10821;41.2675344;-110.8692013,way_type=user_defined:way_id=80W -edge,10821,10821;41.2675344;-110.8692013:10822;41.2676862;-110.8688997,way_type=user_defined:way_id=80W -edge,10822,10822;41.2676862;-110.8688997:10823;41.2679256;-110.8684358,way_type=user_defined:way_id=80W -edge,10823,10823;41.2679256;-110.8684358:10824;41.2681958;-110.8679244,way_type=user_defined:way_id=80W -edge,10824,10824;41.2681958;-110.8679244:10825;41.2697218;-110.8650712,way_type=user_defined:way_id=80W -edge,10825,10825;41.2697218;-110.8650712:10826;41.2700364;-110.8644799,way_type=user_defined:way_id=80W -edge,10826,10826;41.2700364;-110.8644799:10827;41.2704112;-110.8637812,way_type=user_defined:way_id=80W -edge,10827,10827;41.2704112;-110.8637812:10828;41.2706824;-110.8632688,way_type=user_defined:way_id=80W -edge,10828,10828;41.2706824;-110.8632688:10829;41.2709315;-110.8628023,way_type=user_defined:way_id=80W -edge,10829,10829;41.2709315;-110.8628023:10830;41.2709315;-110.8628023,way_type=user_defined:way_id=80W -edge,10830,10830;41.2709315;-110.8628023:10831;41.2710578;-110.8625638,way_type=user_defined:way_id=80W -edge,10831,10831;41.2710578;-110.8625638:10832;41.2711822;-110.8623235,way_type=user_defined:way_id=80W -edge,10832,10832;41.2711822;-110.8623235:10833;41.2713152;-110.862057,way_type=user_defined:way_id=80W -edge,10833,10833;41.2713152;-110.862057:10834;41.2714323;-110.8618103,way_type=user_defined:way_id=80W -edge,10834,10834;41.2714323;-110.8618103:10835;41.2715448;-110.8615606,way_type=user_defined:way_id=80W -edge,10835,10835;41.2715448;-110.8615606:10836;41.2716667;-110.8612734,way_type=user_defined:way_id=80W -edge,10836,10836;41.2716667;-110.8612734:10837;41.27168585;-110.8612252,way_type=user_defined:way_id=80W -edge,10837,10837;41.27168585;-110.8612252:10838;41.2717692;-110.8610156,way_type=user_defined:way_id=80W -edge,10838,10838;41.2717692;-110.8610156:10839;41.271875;-110.8607284,way_type=user_defined:way_id=80W -edge,10839,10839;41.271875;-110.8607284:10840;41.2719624;-110.8604718,way_type=user_defined:way_id=80W -edge,10840,10840;41.2719624;-110.8604718:10841;41.2720494;-110.8601945,way_type=user_defined:way_id=80W -edge,10841,10841;41.2720494;-110.8601945:10842;41.2721352;-110.8598969,way_type=user_defined:way_id=80W -edge,10842,10842;41.2721352;-110.8598969:10843;41.2721999;-110.8596591,way_type=user_defined:way_id=80W -edge,10843,10843;41.2721999;-110.8596591:10844;41.2722763;-110.8593577,way_type=user_defined:way_id=80W -edge,10844,10844;41.2722763;-110.8593577:10845;41.2723415;-110.8590718,way_type=user_defined:way_id=80W -edge,10845,10845;41.2723415;-110.8590718:10846;41.2724043;-110.8587649,way_type=user_defined:way_id=80W -edge,10846,10846;41.2724043;-110.8587649:10847;41.2724554;-110.8584828,way_type=user_defined:way_id=80W -edge,10847,10847;41.2724554;-110.8584828:10848;41.2725021;-110.8581893,way_type=user_defined:way_id=80W -edge,10848,10848;41.2725021;-110.8581893:10849;41.2725405;-110.8579124,way_type=user_defined:way_id=80W -edge,10849,10849;41.2725405;-110.8579124:10850;41.27255158;-110.8578229,way_type=user_defined:way_id=80W -edge,10850,10850;41.27255158;-110.8578229:10851;41.27255158;-110.8578229,way_type=user_defined:way_id=80W -edge,10851,10851;41.27255158;-110.8578229:10852;41.2725785;-110.8575972,way_type=user_defined:way_id=80W -edge,10852,10852;41.2725785;-110.8575972:10853;41.2726082;-110.8572991,way_type=user_defined:way_id=80W -edge,10853,10853;41.2726082;-110.8572991:10854;41.2726306;-110.8570093,way_type=user_defined:way_id=80W -edge,10854,10854;41.2726306;-110.8570093:10855;41.2726428;-110.8567874,way_type=user_defined:way_id=80W -edge,10855,10855;41.2726428;-110.8567874:10856;41.272648;-110.8566818,way_type=user_defined:way_id=80W -edge,10856,10856;41.272648;-110.8566818:10857;41.2726569;-110.856401,way_type=user_defined:way_id=80W -edge,10857,10857;41.2726569;-110.856401:10858;41.2726603;-110.8561106,way_type=user_defined:way_id=80W -edge,10858,10858;41.2726603;-110.8561106:10859;41.2726586;-110.8558199,way_type=user_defined:way_id=80W -edge,10859,10859;41.2726586;-110.8558199:10860;41.2726496;-110.8554829,way_type=user_defined:way_id=80W -edge,10860,10860;41.2726496;-110.8554829:10861;41.2726365;-110.8552028,way_type=user_defined:way_id=80W -edge,10861,10861;41.2726365;-110.8552028:10862;41.2726171;-110.854914,way_type=user_defined:way_id=80W -edge,10862,10862;41.2726171;-110.854914:10863;41.2725882;-110.8545893,way_type=user_defined:way_id=80W -edge,10863,10863;41.2725882;-110.8545893:10864;41.2725577;-110.8543123,way_type=user_defined:way_id=80W -edge,10864,10864;41.2725577;-110.8543123:10865;41.2725204;-110.8540269,way_type=user_defined:way_id=80W -edge,10865,10865;41.2725204;-110.8540269:10866;41.2725204;-110.8540269,way_type=user_defined:way_id=80W -edge,10866,10866;41.2725204;-110.8540269:10867;41.27250919;-110.8539531,way_type=user_defined:way_id=80W -edge,10867,10867;41.27250919;-110.8539531:10868;41.2724776;-110.8537442,way_type=user_defined:way_id=80W -edge,10868,10868;41.2724776;-110.8537442:10869;41.2724224;-110.8534254,way_type=user_defined:way_id=80W -edge,10869,10869;41.2724224;-110.8534254:10870;41.2723678;-110.8531453,way_type=user_defined:way_id=80W -edge,10870,10870;41.2723678;-110.8531453:10871;41.2723078;-110.8528668,way_type=user_defined:way_id=80W -edge,10871,10871;41.2723078;-110.8528668:10872;41.2722425;-110.852589,way_type=user_defined:way_id=80W -edge,10872,10872;41.2722425;-110.852589:10873;41.2721657;-110.8522867,way_type=user_defined:way_id=80W -edge,10873,10873;41.2721657;-110.8522867:10874;41.2720802;-110.8519811,way_type=user_defined:way_id=80W -edge,10874,10874;41.2720802;-110.8519811:10875;41.2720079;-110.8517425,way_type=user_defined:way_id=80W -edge,10875,10875;41.2720079;-110.8517425:10876;41.2719114;-110.8514524,way_type=user_defined:way_id=80W -edge,10876,10876;41.2719114;-110.8514524:10877;41.2718036;-110.8511562,way_type=user_defined:way_id=80W -edge,10877,10877;41.2718036;-110.8511562:10878;41.2712078;-110.8495801,way_type=user_defined:way_id=80W -edge,10878,10878;41.2712078;-110.8495801:10879;41.2706818;-110.8482207,way_type=user_defined:way_id=80W -edge,10879,10879;41.2706818;-110.8482207:10880;41.2700556;-110.8465838,way_type=user_defined:way_id=80W -edge,10880,10880;41.2700556;-110.8465838:10881;41.2695213;-110.8452037,way_type=user_defined:way_id=80W -edge,10881,10881;41.2695213;-110.8452037:10882;41.2688332;-110.8433988,way_type=user_defined:way_id=80W -edge,10882,10882;41.2688332;-110.8433988:10883;41.2687355;-110.8431382,way_type=user_defined:way_id=80W -edge,10883,10883;41.2687355;-110.8431382:10884;41.2686416;-110.8428753,way_type=user_defined:way_id=80W -edge,10884,10884;41.2686416;-110.8428753:10885;41.2685401;-110.8425748,way_type=user_defined:way_id=80W -edge,10885,10885;41.2685401;-110.8425748:10886;41.2684472;-110.8422802,way_type=user_defined:way_id=80W -edge,10886,10886;41.2684472;-110.8422802:10887;41.2683766;-110.8420447,way_type=user_defined:way_id=80W -edge,10887,10887;41.2683766;-110.8420447:10888;41.2683019;-110.8417812,way_type=user_defined:way_id=80W -edge,10888,10888;41.2683019;-110.8417812:10889;41.2682195;-110.8414719,way_type=user_defined:way_id=80W -edge,10889,10889;41.2682195;-110.8414719:10890;41.2681518;-110.8411958,way_type=user_defined:way_id=80W -edge,10890,10890;41.2681518;-110.8411958:10891;41.2680889;-110.8409179,way_type=user_defined:way_id=80W -edge,10891,10891;41.2680889;-110.8409179:10892;41.2680229;-110.8406026,way_type=user_defined:way_id=80W -edge,10892,10892;41.2680229;-110.8406026:10893;41.2679694;-110.8403215,way_type=user_defined:way_id=80W -edge,10893,10893;41.2679694;-110.8403215:10894;41.26792;-110.8400391,way_type=user_defined:way_id=80W -edge,10894,10894;41.26792;-110.8400391:10895;41.2678747;-110.8397558,way_type=user_defined:way_id=80W -edge,10895,10895;41.2678747;-110.8397558:10896;41.2678291;-110.8394328,way_type=user_defined:way_id=80W -edge,10896,10896;41.2678291;-110.8394328:10897;41.2677954;-110.8391549,way_type=user_defined:way_id=80W -edge,10897,10897;41.2677954;-110.8391549:10898;41.2677616;-110.8388289,way_type=user_defined:way_id=80W -edge,10898,10898;41.2677616;-110.8388289:10899;41.267736;-110.8385404,way_type=user_defined:way_id=80W -edge,10899,10899;41.267736;-110.8385404:10900;41.2677149;-110.8382507,way_type=user_defined:way_id=80W -edge,10900,10900;41.2677149;-110.8382507:10901;41.2677027;-110.8380351,way_type=user_defined:way_id=80W -edge,10901,10901;41.2677027;-110.8380351:10902;41.2676972;-110.837932,way_type=user_defined:way_id=80W -edge,10902,10902;41.2676972;-110.837932:10903;41.2676856;-110.8376507,way_type=user_defined:way_id=80W -edge,10903,10903;41.2676856;-110.8376507:10904;41.2676778;-110.8373603,way_type=user_defined:way_id=80W -edge,10904,10904;41.2676778;-110.8373603:10905;41.267675;-110.8370607,way_type=user_defined:way_id=80W -edge,10905,10905;41.267675;-110.8370607:10906;41.2676786;-110.8367415,way_type=user_defined:way_id=80W -edge,10906,10906;41.2676786;-110.8367415:10907;41.267687;-110.8364511,way_type=user_defined:way_id=80W -edge,10907,10907;41.267687;-110.8364511:10908;41.2676998;-110.8361707,way_type=user_defined:way_id=80W -edge,10908,10908;41.2676998;-110.8361707:10909;41.2677151;-110.8359109,way_type=user_defined:way_id=80W -edge,10909,10909;41.2677151;-110.8359109:10910;41.2677412;-110.8355546,way_type=user_defined:way_id=80W -edge,10910,10910;41.2677412;-110.8355546:10911;41.2677678;-110.8352666,way_type=user_defined:way_id=80W -edge,10911,10911;41.2677678;-110.8352666:10912;41.2677987;-110.83498,way_type=user_defined:way_id=80W -edge,10912,10912;41.2677987;-110.83498:10913;41.267839;-110.8346567,way_type=user_defined:way_id=80W -edge,10913,10913;41.267839;-110.8346567:10914;41.2678783;-110.8343813,way_type=user_defined:way_id=80W -edge,10914,10914;41.2678783;-110.8343813:10915;41.2679246;-110.8340893,way_type=user_defined:way_id=80W -edge,10915,10915;41.2679246;-110.8340893:10916;41.2679788;-110.8337802,way_type=user_defined:way_id=80W -edge,10916,10916;41.2679788;-110.8337802:10917;41.2680329;-110.8335003,way_type=user_defined:way_id=80W -edge,10917,10917;41.2680329;-110.8335003:10918;41.2681086;-110.8331507,way_type=user_defined:way_id=80W -edge,10918,10918;41.2681086;-110.8331507:10919;41.2681643;-110.832909,way_type=user_defined:way_id=80W -edge,10919,10919;41.2681643;-110.832909:10920;41.2682161;-110.8326984,way_type=user_defined:way_id=80W -edge,10920,10920;41.2682161;-110.8326984:10921;41.2683044;-110.8323616,way_type=user_defined:way_id=80W -edge,10921,10921;41.2683044;-110.8323616:10922;41.2683783;-110.8320987,way_type=user_defined:way_id=80W -edge,10922,10922;41.2683783;-110.8320987:10923;41.2684614;-110.8318211,way_type=user_defined:way_id=80W -edge,10923,10923;41.2684614;-110.8318211:10924;41.2685552;-110.8315283,way_type=user_defined:way_id=80W -edge,10924,10924;41.2685552;-110.8315283:10925;41.2686482;-110.8312566,way_type=user_defined:way_id=80W -edge,10925,10925;41.2686482;-110.8312566:10926;41.2687517;-110.8309724,way_type=user_defined:way_id=80W -edge,10926,10926;41.2687517;-110.8309724:10927;41.2688543;-110.8307059,way_type=user_defined:way_id=80W -edge,10927,10927;41.2688543;-110.8307059:10928;41.2689441;-110.8304838,way_type=user_defined:way_id=80W -edge,10928,10928;41.2689441;-110.8304838:10929;41.2690648;-110.8301987,way_type=user_defined:way_id=80W -edge,10929,10929;41.2690648;-110.8301987:10930;41.2692945;-110.8296838,way_type=user_defined:way_id=80W -edge,10930,10930;41.2692945;-110.8296838:10931;41.2698041;-110.8285626,way_type=user_defined:way_id=80W -edge,10931,10931;41.2698041;-110.8285626:10932;41.2718516;-110.8240381,way_type=user_defined:way_id=80W -edge,10932,10932;41.2718516;-110.8240381:10933;41.2719597;-110.823793,way_type=user_defined:way_id=80W -edge,10933,10933;41.2719597;-110.823793:10934;41.2720543;-110.8235701,way_type=user_defined:way_id=80W -edge,10934,10934;41.2720543;-110.8235701:10935;41.2721865;-110.8232444,way_type=user_defined:way_id=80W -edge,10935,10935;41.2721865;-110.8232444:10936;41.2722975;-110.822953,way_type=user_defined:way_id=80W -edge,10936,10936;41.2722975;-110.822953:10937;41.2723091;-110.8229225,way_type=user_defined:way_id=80W -edge,10937,10937;41.2723091;-110.8229225:10938;41.2723934;-110.8226917,way_type=user_defined:way_id=80W -edge,10938,10938;41.2723934;-110.8226917:10939;41.2724835;-110.8224333,way_type=user_defined:way_id=80W -edge,10939,10939;41.2724835;-110.8224333:10940;41.2725806;-110.8221375,way_type=user_defined:way_id=80W -edge,10940,10940;41.2725806;-110.8221375:10941;41.2726642;-110.8218652,way_type=user_defined:way_id=80W -edge,10941,10941;41.2726642;-110.8218652:10942;41.2727501;-110.8215642,way_type=user_defined:way_id=80W -edge,10942,10942;41.2727501;-110.8215642:10943;41.2728236;-110.8212878,way_type=user_defined:way_id=80W -edge,10943,10943;41.2728236;-110.8212878:10944;41.2728906;-110.8210187,way_type=user_defined:way_id=80W -edge,10944,10944;41.2728906;-110.8210187:10945;41.272962;-110.8207123,way_type=user_defined:way_id=80W -edge,10945,10945;41.272962;-110.8207123:10946;41.2730228;-110.8204312,way_type=user_defined:way_id=80W -edge,10946,10946;41.2730228;-110.8204312:10947;41.273079;-110.8201486,way_type=user_defined:way_id=80W -edge,10947,10947;41.273079;-110.8201486:10948;41.2731348;-110.8198373,way_type=user_defined:way_id=80W -edge,10948,10948;41.2731348;-110.8198373:10949;41.2731807;-110.8195516,way_type=user_defined:way_id=80W -edge,10949,10949;41.2731807;-110.8195516:10950;41.2732224;-110.8192642,way_type=user_defined:way_id=80W -edge,10950,10950;41.2732224;-110.8192642:10951;41.2732635;-110.8189479,way_type=user_defined:way_id=80W -edge,10951,10951;41.2732635;-110.8189479:10952;41.2732967;-110.8186584,way_type=user_defined:way_id=80W -edge,10952,10952;41.2732967;-110.8186584:10953;41.2733275;-110.8183394,way_type=user_defined:way_id=80W -edge,10953,10953;41.2733275;-110.8183394:10954;41.2733502;-110.8180471,way_type=user_defined:way_id=80W -edge,10954,10954;41.2733502;-110.8180471:10955;41.2733675;-110.8177634,way_type=user_defined:way_id=80W -edge,10955,10955;41.2733675;-110.8177634:10956;41.2733816;-110.8174412,way_type=user_defined:way_id=80W -edge,10956,10956;41.2733816;-110.8174412:10957;41.2733895;-110.8171472,way_type=user_defined:way_id=80W -edge,10957,10957;41.2733895;-110.8171472:10958;41.2733908;-110.8170335,way_type=user_defined:way_id=80W -edge,10958,10958;41.2733908;-110.8170335:10959;41.2733928;-110.8168252,way_type=user_defined:way_id=80W -edge,10959,10959;41.2733928;-110.8168252:10960;41.2733914;-110.8165325,way_type=user_defined:way_id=80W -edge,10960,10960;41.2733914;-110.8165325:10961;41.2733863;-110.8162412,way_type=user_defined:way_id=80W -edge,10961,10961;41.2733863;-110.8162412:10962;41.273377;-110.8159605,way_type=user_defined:way_id=80W -edge,10962,10962;41.273377;-110.8159605:10963;41.2733599;-110.8156331,way_type=user_defined:way_id=80W -edge,10963,10963;41.2733599;-110.8156331:10964;41.2733393;-110.8153428,way_type=user_defined:way_id=80W -edge,10964,10964;41.2733393;-110.8153428:10965;41.2733122;-110.8150142,way_type=user_defined:way_id=80W -edge,10965,10965;41.2733122;-110.8150142:10966;41.2732681;-110.8145158,way_type=user_defined:way_id=80W -edge,10966,10966;41.2732681;-110.8145158:10967;41.2731507;-110.8132225,way_type=user_defined:way_id=80W -edge,10967,10967;41.2731507;-110.8132225:10968;41.2729896;-110.8114715,way_type=user_defined:way_id=80W -edge,10968,10968;41.2729896;-110.8114715:10969;41.2729654;-110.8111414,way_type=user_defined:way_id=80W -edge,10969,10969;41.2729654;-110.8111414:10970;41.2729517;-110.8108481,way_type=user_defined:way_id=80W -edge,10970,10970;41.2729517;-110.8108481:10971;41.2729451;-110.8105263,way_type=user_defined:way_id=80W -edge,10971,10971;41.2729451;-110.8105263:10972;41.272945;-110.8102411,way_type=user_defined:way_id=80W -edge,10972,10972;41.272945;-110.8102411:10973;41.2729514;-110.8099496,way_type=user_defined:way_id=80W -edge,10973,10973;41.2729514;-110.8099496:10974;41.2729657;-110.809624,way_type=user_defined:way_id=80W -edge,10974,10974;41.2729657;-110.809624:10975;41.2729841;-110.8093298,way_type=user_defined:way_id=80W -edge,10975,10975;41.2729841;-110.8093298:10976;41.2730083;-110.8090169,way_type=user_defined:way_id=80W -edge,10976,10976;41.2730083;-110.8090169:10977;41.2730396;-110.8086959,way_type=user_defined:way_id=80W -edge,10977,10977;41.2730396;-110.8086959:10978;41.2730728;-110.8084123,way_type=user_defined:way_id=80W -edge,10978,10978;41.2730728;-110.8084123:10979;41.2731068;-110.808168,way_type=user_defined:way_id=80W -edge,10979,10979;41.2731068;-110.808168:10980;41.2731177;-110.808093,way_type=user_defined:way_id=80W -edge,10980,10980;41.2731177;-110.808093:10981;41.2731645;-110.8078035,way_type=user_defined:way_id=80W -edge,10981,10981;41.2731645;-110.8078035:10982;41.273221;-110.8074961,way_type=user_defined:way_id=80W -edge,10982,10982;41.273221;-110.8074961:10983;41.2732802;-110.8072097,way_type=user_defined:way_id=80W -edge,10983,10983;41.2732802;-110.8072097:10984;41.2733032;-110.807109,way_type=user_defined:way_id=80W -edge,10984,10984;41.2733032;-110.807109:10985;41.273343;-110.806935,way_type=user_defined:way_id=80W -edge,10985,10985;41.273343;-110.806935:10986;41.2734117;-110.8066621,way_type=user_defined:way_id=80W -edge,10986,10986;41.2734117;-110.8066621:10987;41.2734117;-110.8066621,way_type=user_defined:way_id=80W -edge,10987,10987;41.2734117;-110.8066621:10988;41.2734956;-110.806358,way_type=user_defined:way_id=80W -edge,10988,10988;41.2734956;-110.806358:10989;41.2735892;-110.8060486,way_type=user_defined:way_id=80W -edge,10989,10989;41.2735892;-110.8060486:10990;41.2736714;-110.8057936,way_type=user_defined:way_id=80W -edge,10990,10990;41.2736714;-110.8057936:10991;41.2737639;-110.8055252,way_type=user_defined:way_id=80W -edge,10991,10991;41.2737639;-110.8055252:10992;41.2738715;-110.8052347,way_type=user_defined:way_id=80W -edge,10992,10992;41.2738715;-110.8052347:10993;41.2739757;-110.8049742,way_type=user_defined:way_id=80W -edge,10993,10993;41.2739757;-110.8049742:10994;41.2740965;-110.8046939,way_type=user_defined:way_id=80W -edge,10994,10994;41.2740965;-110.8046939:10995;41.2742087;-110.80445,way_type=user_defined:way_id=80W -edge,10995,10995;41.2742087;-110.80445:10996;41.274267;-110.8043306,way_type=user_defined:way_id=80W -edge,10996,10996;41.274267;-110.8043306:10997;41.27432924;-110.8042041,way_type=user_defined:way_id=80W -edge,10997,10997;41.27432924;-110.8042041:10998;41.2743414;-110.8041794,way_type=user_defined:way_id=80W -edge,10998,10998;41.2743414;-110.8041794:10999;41.2744635;-110.8039449,way_type=user_defined:way_id=80W -edge,10999,10999;41.2744635;-110.8039449:11000;41.2746117;-110.8036772,way_type=user_defined:way_id=80W -edge,11000,11000;41.2746117;-110.8036772:11001;41.2747476;-110.8034451,way_type=user_defined:way_id=80W -edge,11001,11001;41.2747476;-110.8034451:11002;41.2748883;-110.8032178,way_type=user_defined:way_id=80W -edge,11002,11002;41.2748883;-110.8032178:11003;41.2750436;-110.8029822,way_type=user_defined:way_id=80W -edge,11003,11003;41.2750436;-110.8029822:11004;41.2751895;-110.8027723,way_type=user_defined:way_id=80W -edge,11004,11004;41.2751895;-110.8027723:11005;41.2753637;-110.802534,way_type=user_defined:way_id=80W -edge,11005,11005;41.2753637;-110.802534:11006;41.27622268;-110.8013948,way_type=user_defined:way_id=80W -edge,11006,11006;41.27622268;-110.8013948:11007;41.27622268;-110.8013948,way_type=user_defined:way_id=80W -edge,11007,11007;41.27622268;-110.8013948:11008;41.27783464;-110.7992895,way_type=user_defined:way_id=80W -edge,11008,11008;41.27783464;-110.7992895:11009;41.2782461;-110.7987521,way_type=user_defined:way_id=80W -edge,11009,11009;41.2782461;-110.7987521:11010;41.2782461;-110.7987521,way_type=user_defined:way_id=80W -edge,11010,11010;41.2782461;-110.7987521:11011;41.2784063;-110.7985425,way_type=user_defined:way_id=80W -edge,11011,11011;41.2784063;-110.7985425:11012;41.27908;-110.7976613,way_type=user_defined:way_id=80W -edge,11012,11012;41.27908;-110.7976613:11013;41.2796914;-110.7968566,way_type=user_defined:way_id=80W -edge,11013,11013;41.2796914;-110.7968566:11014;41.2800687;-110.7963666,way_type=user_defined:way_id=80W -edge,11014,11014;41.2800687;-110.7963666:11015;41.280878;-110.7953087,way_type=user_defined:way_id=80W -edge,11015,11015;41.280878;-110.7953087:11016;41.2815178;-110.7944687,way_type=user_defined:way_id=80W -edge,11016,11016;41.2815178;-110.7944687:11017;41.2820016;-110.7938376,way_type=user_defined:way_id=80W -edge,11017,11017;41.2820016;-110.7938376:11018;41.2827841;-110.7928053,way_type=user_defined:way_id=80W -edge,11018,11018;41.2827841;-110.7928053:11019;41.2836647;-110.7916549,way_type=user_defined:way_id=80W -edge,11019,11019;41.2836647;-110.7916549:11020;41.2843548;-110.7907455,way_type=user_defined:way_id=80W -edge,11020,11020;41.2843548;-110.7907455:11021;41.2850932;-110.7897847,way_type=user_defined:way_id=80W -edge,11021,11021;41.2850932;-110.7897847:11022;41.2858469;-110.7887926,way_type=user_defined:way_id=80W -edge,11022,11022;41.2858469;-110.7887926:11023;41.2873198;-110.7868735,way_type=user_defined:way_id=80W -edge,11023,11023;41.2873198;-110.7868735:11024;41.2879765;-110.7860119,way_type=user_defined:way_id=80W -edge,11024,11024;41.2879765;-110.7860119:11025;41.288827;-110.7849031,way_type=user_defined:way_id=80W -edge,11025,11025;41.288827;-110.7849031:11026;41.2900259;-110.7833305,way_type=user_defined:way_id=80W -edge,11026,11026;41.2900259;-110.7833305:11027;41.2901586;-110.7831573,way_type=user_defined:way_id=80W -edge,11027,11027;41.2901586;-110.7831573:11028;41.2906094;-110.7825757,way_type=user_defined:way_id=80W -edge,11028,11028;41.2906094;-110.7825757:11029;41.2912604;-110.7817197,way_type=user_defined:way_id=80W -edge,11029,11029;41.2912604;-110.7817197:11030;41.2924951;-110.7801084,way_type=user_defined:way_id=80W -edge,11030,11030;41.2924951;-110.7801084:11031;41.2928031;-110.7797005,way_type=user_defined:way_id=80W -edge,11031,11031;41.2928031;-110.7797005:11032;41.2929783;-110.7794618,way_type=user_defined:way_id=80W -edge,11032,11032;41.2929783;-110.7794618:11033;41.2931072;-110.7792832,way_type=user_defined:way_id=80W -edge,11033,11033;41.2931072;-110.7792832:11034;41.2932593;-110.7790671,way_type=user_defined:way_id=80W -edge,11034,11034;41.2932593;-110.7790671:11035;41.2934183;-110.7788328,way_type=user_defined:way_id=80W -edge,11035,11035;41.2934183;-110.7788328:11036;41.2935594;-110.7786153,way_type=user_defined:way_id=80W -edge,11036,11036;41.2935594;-110.7786153:11037;41.2936141;-110.7785269,way_type=user_defined:way_id=80W -edge,11037,11037;41.2936141;-110.7785269:11038;41.2937137;-110.7783642,way_type=user_defined:way_id=80W -edge,11038,11038;41.2937137;-110.7783642:11039;41.2938466;-110.7781368,way_type=user_defined:way_id=80W -edge,11039,11039;41.2938466;-110.7781368:11040;41.2939809;-110.7778985,way_type=user_defined:way_id=80W -edge,11040,11040;41.2939809;-110.7778985:11041;41.2943812;-110.7771758,way_type=user_defined:way_id=80W -edge,11041,11041;41.2943812;-110.7771758:11042;41.2945081;-110.7769405,way_type=user_defined:way_id=80W -edge,11042,11042;41.2945081;-110.7769405:11043;41.2946442;-110.7766783,way_type=user_defined:way_id=80W -edge,11043,11043;41.2946442;-110.7766783:11044;41.2949337;-110.7761033,way_type=user_defined:way_id=80W -edge,11044,11044;41.2949337;-110.7761033:11045;41.295535;-110.7748951,way_type=user_defined:way_id=80W -edge,11045,11045;41.295535;-110.7748951:11046;41.296015;-110.7739357,way_type=user_defined:way_id=80W -edge,11046,11046;41.296015;-110.7739357:11047;41.2968707;-110.7722195,way_type=user_defined:way_id=80W -edge,11047,11047;41.2968707;-110.7722195:11048;41.2972718;-110.7714086,way_type=user_defined:way_id=80W -edge,11048,11048;41.2972718;-110.7714086:11049;41.2977682;-110.7704126,way_type=user_defined:way_id=80W -edge,11049,11049;41.2977682;-110.7704126:11050;41.298307;-110.7693254,way_type=user_defined:way_id=80W -edge,11050,11050;41.298307;-110.7693254:11051;41.2989217;-110.7680922,way_type=user_defined:way_id=80W -edge,11051,11051;41.2989217;-110.7680922:11052;41.2993674;-110.7671894,way_type=user_defined:way_id=80W -edge,11052,11052;41.2993674;-110.7671894:11053;41.2999415;-110.7660419,way_type=user_defined:way_id=80W -edge,11053,11053;41.2999415;-110.7660419:11054;41.3006104;-110.7646938,way_type=user_defined:way_id=80W -edge,11054,11054;41.3006104;-110.7646938:11055;41.3008646;-110.7641846,way_type=user_defined:way_id=80W -edge,11055,11055;41.3008646;-110.7641846:11056;41.3011207;-110.7636638,way_type=user_defined:way_id=80W -edge,11056,11056;41.3011207;-110.7636638:11057;41.3012394;-110.7634175,way_type=user_defined:way_id=80W -edge,11057,11057;41.3012394;-110.7634175:11058;41.3013679;-110.7631459,way_type=user_defined:way_id=80W -edge,11058,11058;41.3013679;-110.7631459:11059;41.301483;-110.7628963,way_type=user_defined:way_id=80W -edge,11059,11059;41.301483;-110.7628963:11060;41.3015805;-110.7626766,way_type=user_defined:way_id=80W -edge,11060,11060;41.3015805;-110.7626766:11061;41.3017106;-110.7623729,way_type=user_defined:way_id=80W -edge,11061,11061;41.3017106;-110.7623729:11062;41.3018195;-110.7621081,way_type=user_defined:way_id=80W -edge,11062,11062;41.3018195;-110.7621081:11063;41.3019189;-110.7618586,way_type=user_defined:way_id=80W -edge,11063,11063;41.3019189;-110.7618586:11064;41.3020666;-110.7614735,way_type=user_defined:way_id=80W -edge,11064,11064;41.3020666;-110.7614735:11065;41.3021264;-110.7613138,way_type=user_defined:way_id=80W -edge,11065,11065;41.3021264;-110.7613138:11066;41.3022276;-110.7610349,way_type=user_defined:way_id=80W -edge,11066,11066;41.3022276;-110.7610349:11067;41.3023222;-110.7607627,way_type=user_defined:way_id=80W -edge,11067,11067;41.3023222;-110.7607627:11068;41.3024078;-110.7605059,way_type=user_defined:way_id=80W -edge,11068,11068;41.3024078;-110.7605059:11069;41.3025041;-110.7602042,way_type=user_defined:way_id=80W -edge,11069,11069;41.3025041;-110.7602042:11070;41.302578;-110.7599628,way_type=user_defined:way_id=80W -edge,11070,11070;41.302578;-110.7599628:11071;41.3027522;-110.7593701,way_type=user_defined:way_id=80W -edge,11071,11071;41.3027522;-110.7593701:11072;41.3029677;-110.7586198,way_type=user_defined:way_id=80W -edge,11072,11072;41.3029677;-110.7586198:11073;41.30345182;-110.7569123,way_type=user_defined:way_id=80W -edge,11073,11073;41.30345182;-110.7569123:11074;41.3034775;-110.7568217,way_type=user_defined:way_id=80W -edge,11074,11074;41.3034775;-110.7568217:11075;41.3039094;-110.7553107,way_type=user_defined:way_id=80W -edge,11075,11075;41.3039094;-110.7553107:11076;41.3045214;-110.753151,way_type=user_defined:way_id=80W -edge,11076,11076;41.3045214;-110.753151:11077;41.3049065;-110.7517998,way_type=user_defined:way_id=80W -edge,11077,11077;41.3049065;-110.7517998:11078;41.3053996;-110.7500789,way_type=user_defined:way_id=80W -edge,11078,11078;41.3053996;-110.7500789:11079;41.3061834;-110.7473134,way_type=user_defined:way_id=80W -edge,11079,11079;41.3061834;-110.7473134:11080;41.3064257;-110.746465,way_type=user_defined:way_id=80W -edge,11080,11080;41.3064257;-110.746465:11081;41.307068;-110.7442038,way_type=user_defined:way_id=80W -edge,11081,11081;41.307068;-110.7442038:11082;41.3073104;-110.7433603,way_type=user_defined:way_id=80W -edge,11082,11082;41.3073104;-110.7433603:11083;41.3077671;-110.74174,way_type=user_defined:way_id=80W -edge,11083,11083;41.3077671;-110.74174:11084;41.3082372;-110.740094,way_type=user_defined:way_id=80W -edge,11084,11084;41.3082372;-110.740094:11085;41.308496;-110.7391765,way_type=user_defined:way_id=80W -edge,11085,11085;41.308496;-110.7391765:11086;41.3085683;-110.7389113,way_type=user_defined:way_id=80W -edge,11086,11086;41.3085683;-110.7389113:11087;41.3086466;-110.7386091,way_type=user_defined:way_id=80W -edge,11087,11087;41.3086466;-110.7386091:11088;41.3087066;-110.7383602,way_type=user_defined:way_id=80W -edge,11088,11088;41.3087066;-110.7383602:11089;41.3087738;-110.7380535,way_type=user_defined:way_id=80W -edge,11089,11089;41.3087738;-110.7380535:11090;41.3088283;-110.7377716,way_type=user_defined:way_id=80W -edge,11090,11090;41.3088283;-110.7377716:11091;41.3088754;-110.7374969,way_type=user_defined:way_id=80W -edge,11091,11091;41.3088754;-110.7374969:11092;41.3089244;-110.7371652,way_type=user_defined:way_id=80W -edge,11092,11092;41.3089244;-110.7371652:11093;41.3089589;-110.7368779,way_type=user_defined:way_id=80W -edge,11093,11093;41.3089589;-110.7368779:11094;41.3089881;-110.7365617,way_type=user_defined:way_id=80W -edge,11094,11094;41.3089881;-110.7365617:11095;41.30899399;-110.7364768,way_type=user_defined:way_id=80W -edge,11095,11095;41.30899399;-110.7364768:11096;41.3090075;-110.736282,way_type=user_defined:way_id=80W -edge,11096,11096;41.3090075;-110.736282:11097;41.3090211;-110.735983,way_type=user_defined:way_id=80W -edge,11097,11097;41.3090211;-110.735983:11098;41.3090269;-110.7356929,way_type=user_defined:way_id=80W -edge,11098,11098;41.3090269;-110.7356929:11099;41.309026;-110.7354115,way_type=user_defined:way_id=80W -edge,11099,11099;41.309026;-110.7354115:11100;41.3090171;-110.735083,way_type=user_defined:way_id=80W -edge,11100,11100;41.3090171;-110.735083:11101;41.3090171;-110.735083,way_type=user_defined:way_id=80W -edge,11101,11101;41.3090171;-110.735083:11102;41.309;-110.7347834,way_type=user_defined:way_id=80W -edge,11102,11102;41.309;-110.7347834:11103;41.3089775;-110.7345035,way_type=user_defined:way_id=80W -edge,11103,11103;41.3089775;-110.7345035:11104;41.3089453;-110.7341877,way_type=user_defined:way_id=80W -edge,11104,11104;41.3089453;-110.7341877:11105;41.3089089;-110.7339011,way_type=user_defined:way_id=80W -edge,11105,11105;41.3089089;-110.7339011:11106;41.30889146;-110.7337847,way_type=user_defined:way_id=80W -edge,11106,11106;41.30889146;-110.7337847:11107;41.308862;-110.733588,way_type=user_defined:way_id=80W -edge,11107,11107;41.308862;-110.733588:11108;41.3088113;-110.7332959,way_type=user_defined:way_id=80W -edge,11108,11108;41.3088113;-110.7332959:11109;41.3087572;-110.733024,way_type=user_defined:way_id=80W -edge,11109,11109;41.3087572;-110.733024:11110;41.3086945;-110.7327461,way_type=user_defined:way_id=80W -edge,11110,11110;41.3086945;-110.7327461:11111;41.3086767;-110.7326732,way_type=user_defined:way_id=80W -edge,11111,11111;41.3086767;-110.7326732:11112;41.3086169;-110.7324355,way_type=user_defined:way_id=80W -edge,11112,11112;41.3086169;-110.7324355:11113;41.3085429;-110.7321633,way_type=user_defined:way_id=80W -edge,11113,11113;41.3085429;-110.7321633:11114;41.3084669;-110.7319027,way_type=user_defined:way_id=80W -edge,11114,11114;41.3084669;-110.7319027:11115;41.3083833;-110.7316272,way_type=user_defined:way_id=80W -edge,11115,11115;41.3083833;-110.7316272:11116;41.3082923;-110.7313341,way_type=user_defined:way_id=80W -edge,11116,11116;41.3082923;-110.7313341:11117;41.30816168;-110.7309208,way_type=user_defined:way_id=80W -edge,11117,11117;41.30816168;-110.7309208:11118;41.30816168;-110.7309208,way_type=user_defined:way_id=80W -edge,11118,11118;41.30816168;-110.7309208:11119;41.3079336;-110.7301952,way_type=user_defined:way_id=80W -edge,11119,11119;41.3079336;-110.7301952:11120;41.30741459;-110.7285313,way_type=user_defined:way_id=80W -edge,11120,11120;41.30741459;-110.7285313:11121;41.3070194;-110.7272643,way_type=user_defined:way_id=80W -edge,11121,11121;41.3070194;-110.7272643:11122;41.3070194;-110.7272643,way_type=user_defined:way_id=80W -edge,11122,11122;41.3070194;-110.7272643:11123;41.30692812;-110.726969,way_type=user_defined:way_id=80W -edge,11123,11123;41.30692812;-110.726969:11124;41.306481;-110.7255228,way_type=user_defined:way_id=80W -edge,11124,11124;41.306481;-110.7255228:11125;41.3061367;-110.7244225,way_type=user_defined:way_id=80W -edge,11125,11125;41.3061367;-110.7244225:11126;41.3058773;-110.7235861,way_type=user_defined:way_id=80W -edge,11126,11126;41.3058773;-110.7235861:11127;41.3052541;-110.7215966,way_type=user_defined:way_id=80W -edge,11127,11127;41.3052541;-110.7215966:11128;41.3048476;-110.7202818,way_type=user_defined:way_id=80W -edge,11128,11128;41.3048476;-110.7202818:11129;41.3044851;-110.719118,way_type=user_defined:way_id=80W -edge,11129,11129;41.3044851;-110.719118:11130;41.3037199;-110.716676,way_type=user_defined:way_id=80W -edge,11130,11130;41.3037199;-110.716676:11131;41.3030231;-110.7144344,way_type=user_defined:way_id=80W -edge,11131,11131;41.3030231;-110.7144344:11132;41.3026206;-110.7131328,way_type=user_defined:way_id=80W -edge,11132,11132;41.3026206;-110.7131328:11133;41.302065;-110.7113631,way_type=user_defined:way_id=80W -edge,11133,11133;41.302065;-110.7113631:11134;41.3016464;-110.7100229,way_type=user_defined:way_id=80W -edge,11134,11134;41.3016464;-110.7100229:11135;41.3013572;-110.7090909,way_type=user_defined:way_id=80W -edge,11135,11135;41.3013572;-110.7090909:11136;41.3008565;-110.7074889,way_type=user_defined:way_id=80W -edge,11136,11136;41.3008565;-110.7074889:11137;41.3004623;-110.7062167,way_type=user_defined:way_id=80W -edge,11137,11137;41.3004623;-110.7062167:11138;41.3001697;-110.7052871,way_type=user_defined:way_id=80W -edge,11138,11138;41.3001697;-110.7052871:11139;41.2997438;-110.703911,way_type=user_defined:way_id=80W -edge,11139,11139;41.2997438;-110.703911:11140;41.2994933;-110.7031071,way_type=user_defined:way_id=80W -edge,11140,11140;41.2994933;-110.7031071:11141;41.2990414;-110.701673,way_type=user_defined:way_id=80W -edge,11141,11141;41.2990414;-110.701673:11142;41.2988271;-110.7009878,way_type=user_defined:way_id=80W -edge,11142,11142;41.2988271;-110.7009878:11143;41.2987716;-110.7008124,way_type=user_defined:way_id=80W -edge,11143,11143;41.2987716;-110.7008124:11144;41.2986859;-110.7005508,way_type=user_defined:way_id=80W -edge,11144,11144;41.2986859;-110.7005508:11145;41.2985934;-110.7002834,way_type=user_defined:way_id=80W -edge,11145,11145;41.2985934;-110.7002834:11146;41.2985466;-110.7001556,way_type=user_defined:way_id=80W -edge,11146,11146;41.2985466;-110.7001556:11147;41.2984868;-110.6999941,way_type=user_defined:way_id=80W -edge,11147,11147;41.2984868;-110.6999941:11148;41.2983869;-110.6997428,way_type=user_defined:way_id=80W -edge,11148,11148;41.2983869;-110.6997428:11149;41.2982505;-110.6994227,way_type=user_defined:way_id=80W -edge,11149,11149;41.2982505;-110.6994227:11150;41.2981521;-110.6992054,way_type=user_defined:way_id=80W -edge,11150,11150;41.2981521;-110.6992054:11151;41.2980377;-110.6989688,way_type=user_defined:way_id=80W -edge,11151,11151;41.2980377;-110.6989688:11152;41.2978987;-110.6986965,way_type=user_defined:way_id=80W -edge,11152,11152;41.2978987;-110.6986965:11153;41.2977718;-110.6984574,way_type=user_defined:way_id=80W -edge,11153,11153;41.2977718;-110.6984574:11154;41.2972425;-110.6974758,way_type=user_defined:way_id=80W -edge,11154,11154;41.2972425;-110.6974758:11155;41.2968365;-110.6967086,way_type=user_defined:way_id=80W -edge,11155,11155;41.2968365;-110.6967086:11156;41.29617501;-110.6954777,way_type=user_defined:way_id=80W -edge,11156,11156;41.29617501;-110.6954777:11157;41.2960551;-110.6952492,way_type=user_defined:way_id=80W -edge,11157,11157;41.2960551;-110.6952492:11158;41.2959153;-110.6949726,way_type=user_defined:way_id=80W -edge,11158,11158;41.2959153;-110.6949726:11159;41.2958263;-110.6947871,way_type=user_defined:way_id=80W -edge,11159,11159;41.2958263;-110.6947871:11160;41.295784;-110.6946982,way_type=user_defined:way_id=80W -edge,11160,11160;41.295784;-110.6946982:11161;41.2956698;-110.6944437,way_type=user_defined:way_id=80W -edge,11161,11161;41.2956698;-110.6944437:11162;41.2955668;-110.694191,way_type=user_defined:way_id=80W -edge,11162,11162;41.2955668;-110.694191:11163;41.2954602;-110.6938996,way_type=user_defined:way_id=80W -edge,11163,11163;41.2954602;-110.6938996:11164;41.2953728;-110.6936279,way_type=user_defined:way_id=80W -edge,11164,11164;41.2953728;-110.6936279:11165;41.2952891;-110.6933348,way_type=user_defined:way_id=80W -edge,11165,11165;41.2952891;-110.6933348:11166;41.2952208;-110.6930657,way_type=user_defined:way_id=80W -edge,11166,11166;41.2952208;-110.6930657:11167;41.2951573;-110.6927844,way_type=user_defined:way_id=80W -edge,11167,11167;41.2951573;-110.6927844:11168;41.295142;-110.6927112,way_type=user_defined:way_id=80W -edge,11168,11168;41.295142;-110.6927112:11169;41.2950927;-110.6924633,way_type=user_defined:way_id=80W -edge,11169,11169;41.2950927;-110.6924633:11170;41.2950439;-110.6921852,way_type=user_defined:way_id=80W -edge,11170,11170;41.2950439;-110.6921852:11171;41.2949955;-110.6918674,way_type=user_defined:way_id=80W -edge,11171,11171;41.2949955;-110.6918674:11172;41.2949594;-110.6915749,way_type=user_defined:way_id=80W -edge,11172,11172;41.2949594;-110.6915749:11173;41.294929;-110.6912511,way_type=user_defined:way_id=80W -edge,11173,11173;41.294929;-110.6912511:11174;41.2949104;-110.6909637,way_type=user_defined:way_id=80W -edge,11174,11174;41.2949104;-110.6909637:11175;41.2948992;-110.6906466,way_type=user_defined:way_id=80W -edge,11175,11175;41.2948992;-110.6906466:11176;41.294897;-110.6903485,way_type=user_defined:way_id=80W -edge,11176,11176;41.294897;-110.6903485:11177;41.2949037;-110.6900219,way_type=user_defined:way_id=80W -edge,11177,11177;41.2949037;-110.6900219:11178;41.2949176;-110.6897344,way_type=user_defined:way_id=80W -edge,11178,11178;41.2949176;-110.6897344:11179;41.2949403;-110.6894193,way_type=user_defined:way_id=80W -edge,11179,11179;41.2949403;-110.6894193:11180;41.2949694;-110.6891252,way_type=user_defined:way_id=80W -edge,11180,11180;41.2949694;-110.6891252:11181;41.2950006;-110.688878,way_type=user_defined:way_id=80W -edge,11181,11181;41.2950006;-110.688878:11182;41.2950103;-110.6888046,way_type=user_defined:way_id=80W -edge,11182,11182;41.2950103;-110.6888046:11183;41.2950618;-110.6884864,way_type=user_defined:way_id=80W -edge,11183,11183;41.2950618;-110.6884864:11184;41.2951153;-110.6882083,way_type=user_defined:way_id=80W -edge,11184,11184;41.2951153;-110.6882083:11185;41.2951773;-110.6879327,way_type=user_defined:way_id=80W -edge,11185,11185;41.2951773;-110.6879327:11186;41.2952457;-110.6876611,way_type=user_defined:way_id=80W -edge,11186,11186;41.2952457;-110.6876611:11187;41.2953332;-110.6873479,way_type=user_defined:way_id=80W -edge,11187,11187;41.2953332;-110.6873479:11188;41.2954256;-110.6870577,way_type=user_defined:way_id=80W -edge,11188,11188;41.2954256;-110.6870577:11189;41.2955196;-110.6867897,way_type=user_defined:way_id=80W -edge,11189,11189;41.2955196;-110.6867897:11190;41.2956171;-110.6865352,way_type=user_defined:way_id=80W -edge,11190,11190;41.2956171;-110.6865352:11191;41.2957392;-110.6862448,way_type=user_defined:way_id=80W -edge,11191,11191;41.2957392;-110.6862448:11192;41.2958629;-110.6859765,way_type=user_defined:way_id=80W -edge,11192,11192;41.2958629;-110.6859765:11193;41.2959846;-110.6857289,way_type=user_defined:way_id=80W -edge,11193,11193;41.2959846;-110.6857289:11194;41.2961063;-110.6854928,way_type=user_defined:way_id=80W -edge,11194,11194;41.2961063;-110.6854928:11195;41.2962482;-110.6852291,way_type=user_defined:way_id=80W -edge,11195,11195;41.2962482;-110.6852291:11196;41.2973231;-110.6832797,way_type=user_defined:way_id=80W -edge,11196,11196;41.2973231;-110.6832797:11197;41.297597;-110.6827895,way_type=user_defined:way_id=80W -edge,11197,11197;41.297597;-110.6827895:11198;41.2977295;-110.6825483,way_type=user_defined:way_id=80W -edge,11198,11198;41.2977295;-110.6825483:11199;41.2978513;-110.6823197,way_type=user_defined:way_id=80W -edge,11199,11199;41.2978513;-110.6823197:11200;41.2979815;-110.6820652,way_type=user_defined:way_id=80W -edge,11200,11200;41.2979815;-110.6820652:11201;41.2981034;-110.6818141,way_type=user_defined:way_id=80W -edge,11201,11201;41.2981034;-110.6818141:11202;41.2982205;-110.6815583,way_type=user_defined:way_id=80W -edge,11202,11202;41.2982205;-110.6815583:11203;41.2983355;-110.6812899,way_type=user_defined:way_id=80W -edge,11203,11203;41.2983355;-110.6812899:11204;41.2984381;-110.6810337,way_type=user_defined:way_id=80W -edge,11204,11204;41.2984381;-110.6810337:11205;41.2985382;-110.6807651,way_type=user_defined:way_id=80W -edge,11205,11205;41.2985382;-110.6807651:11206;41.2986389;-110.680476,way_type=user_defined:way_id=80W -edge,11206,11206;41.2986389;-110.680476:11207;41.2987236;-110.680218,way_type=user_defined:way_id=80W -edge,11207,11207;41.2987236;-110.680218:11208;41.2988059;-110.6799486,way_type=user_defined:way_id=80W -edge,11208,11208;41.2988059;-110.6799486:11209;41.2988895;-110.6796495,way_type=user_defined:way_id=80W -edge,11209,11209;41.2988895;-110.6796495:11210;41.29896;-110.6793737,way_type=user_defined:way_id=80W -edge,11210,11210;41.29896;-110.6793737:11211;41.2990252;-110.6790956,way_type=user_defined:way_id=80W -edge,11211,11211;41.2990252;-110.6790956:11212;41.2990905;-110.6787881,way_type=user_defined:way_id=80W -edge,11212,11212;41.2990905;-110.6787881:11213;41.2991425;-110.6785147,way_type=user_defined:way_id=80W -edge,11213,11213;41.2991425;-110.6785147:11214;41.2991905;-110.6782305,way_type=user_defined:way_id=80W -edge,11214,11214;41.2991905;-110.6782305:11215;41.2992368;-110.6779173,way_type=user_defined:way_id=80W -edge,11215,11215;41.2992368;-110.6779173:11216;41.2992734;-110.6776309,way_type=user_defined:way_id=80W -edge,11216,11216;41.2992734;-110.6776309:11217;41.29930082;-110.677379,way_type=user_defined:way_id=80W -edge,11217,11217;41.29930082;-110.677379:11218;41.2993077;-110.6773157,way_type=user_defined:way_id=80W -edge,11218,11218;41.2993077;-110.6773157:11219;41.2993336;-110.6770191,way_type=user_defined:way_id=80W -edge,11219,11219;41.2993336;-110.6770191:11220;41.2993516;-110.676741,way_type=user_defined:way_id=80W -edge,11220,11220;41.2993516;-110.676741:11221;41.2993638;-110.6764535,way_type=user_defined:way_id=80W -edge,11221,11221;41.2993638;-110.6764535:11222;41.2993707;-110.6761575,way_type=user_defined:way_id=80W -edge,11222,11222;41.2993707;-110.6761575:11223;41.2993712;-110.676092,way_type=user_defined:way_id=80W -edge,11223,11223;41.2993712;-110.676092:11224;41.2993716;-110.675842,way_type=user_defined:way_id=80W -edge,11224,11224;41.2993716;-110.675842:11225;41.299368;-110.675546,way_type=user_defined:way_id=80W -edge,11225,11225;41.299368;-110.675546:11226;41.2993545;-110.6746572,way_type=user_defined:way_id=80W -edge,11226,11226;41.2993545;-110.6746572:11227;41.2993405;-110.6738652,way_type=user_defined:way_id=80W -edge,11227,11227;41.2993405;-110.6738652:11228;41.2993405;-110.6738652,way_type=user_defined:way_id=80W -edge,11228,11228;41.2993405;-110.6738652:11229;41.2993158;-110.6722867,way_type=user_defined:way_id=80W -edge,11229,11229;41.2993158;-110.6722867:11230;41.29928107;-110.6700675,way_type=user_defined:way_id=80W -edge,11230,11230;41.29928107;-110.6700675:11231;41.29928107;-110.6700675,way_type=user_defined:way_id=80W -edge,11231,11231;41.29928107;-110.6700675:11232;41.299267;-110.6690787,way_type=user_defined:way_id=80W -edge,11232,11232;41.299267;-110.6690787:11233;41.29924811;-110.6679938,way_type=user_defined:way_id=80W -edge,11233,11233;41.29924811;-110.6679938:11234;41.2992408;-110.6675736,way_type=user_defined:way_id=80W -edge,11234,11234;41.2992408;-110.6675736:11235;41.2992285;-110.6667526,way_type=user_defined:way_id=80W -edge,11235,11235;41.2992285;-110.6667526:11236;41.2992285;-110.6667526,way_type=user_defined:way_id=80W -edge,11236,11236;41.2992285;-110.6667526:11237;41.29922515;-110.6665469,way_type=user_defined:way_id=80W -edge,11237,11237;41.29922515;-110.6665469:11238;41.2992044;-110.6652711,way_type=user_defined:way_id=80W -edge,11238,11238;41.2992044;-110.6652711:11239;41.2991882;-110.6641597,way_type=user_defined:way_id=80W -edge,11239,11239;41.2991882;-110.6641597:11240;41.299165;-110.6627902,way_type=user_defined:way_id=80W -edge,11240,11240;41.299165;-110.6627902:11241;41.2991469;-110.6614609,way_type=user_defined:way_id=80W -edge,11241,11241;41.2991469;-110.6614609:11242;41.2991313;-110.6605578,way_type=user_defined:way_id=80W -edge,11242,11242;41.2991313;-110.6605578:11243;41.2991194;-110.659694,way_type=user_defined:way_id=80W -edge,11243,11243;41.2991194;-110.659694:11244;41.2990975;-110.6585083,way_type=user_defined:way_id=80W -edge,11244,11244;41.2990975;-110.6585083:11245;41.2990563;-110.6559173,way_type=user_defined:way_id=80W -edge,11245,11245;41.2990563;-110.6559173:11246;41.299029;-110.6543296,way_type=user_defined:way_id=80W -edge,11246,11246;41.299029;-110.6543296:11247;41.2990129;-110.6530761,way_type=user_defined:way_id=80W -edge,11247,11247;41.2990129;-110.6530761:11248;41.2990037;-110.6526064,way_type=user_defined:way_id=80W -edge,11248,11248;41.2990037;-110.6526064:11249;41.2989952;-110.6523098,way_type=user_defined:way_id=80W -edge,11249,11249;41.2989952;-110.6523098:11250;41.2989591;-110.651414,way_type=user_defined:way_id=80W -edge,11250,11250;41.2989591;-110.651414:11251;41.29895417;-110.651258,way_type=user_defined:way_id=80W -edge,11251,11251;41.29895417;-110.651258:11252;41.2989478;-110.6510566,way_type=user_defined:way_id=80W -edge,11252,11252;41.2989478;-110.6510566:11253;41.2989311;-110.6501889,way_type=user_defined:way_id=80W -edge,11253,11253;41.2989311;-110.6501889:11254;41.2988985;-110.648063,way_type=user_defined:way_id=80W -edge,11254,11254;41.2988985;-110.648063:11255;41.2988985;-110.648063,way_type=user_defined:way_id=80W -edge,11255,11255;41.2988985;-110.648063:11256;41.2988807;-110.6470604,way_type=user_defined:way_id=80W -edge,11256,11256;41.2988807;-110.6470604:11257;41.298873;-110.6465389,way_type=user_defined:way_id=80W -edge,11257,11257;41.298873;-110.6465389:11258;41.2988545;-110.6452857,way_type=user_defined:way_id=80W -edge,11258,11258;41.2988545;-110.6452857:11259;41.29883269;-110.6439272,way_type=user_defined:way_id=80W -edge,11259,11259;41.29883269;-110.6439272:11260;41.29883269;-110.6439272,way_type=user_defined:way_id=80W -edge,11260,11260;41.29883269;-110.6439272:11261;41.298807;-110.6423969,way_type=user_defined:way_id=80W -edge,11261,11261;41.298807;-110.6423969:11262;41.29879133;-110.6413932,way_type=user_defined:way_id=80W -edge,11262,11262;41.29879133;-110.6413932:11263;41.2987739;-110.6402772,way_type=user_defined:way_id=80W -edge,11263,11263;41.2987739;-110.6402772:11264;41.2987739;-110.6402772,way_type=user_defined:way_id=80W -edge,11264,11264;41.2987739;-110.6402772:11265;41.29877094;-110.640104,way_type=user_defined:way_id=80W -edge,11265,11265;41.29877094;-110.640104:11266;41.2987485;-110.6387902,way_type=user_defined:way_id=80W -edge,11266,11266;41.2987485;-110.6387902:11267;41.2987186;-110.636747,way_type=user_defined:way_id=80W -edge,11267,11267;41.2987186;-110.636747:11268;41.2986898;-110.6350238,way_type=user_defined:way_id=80W -edge,11268,11268;41.2986898;-110.6350238:11269;41.29868087;-110.6344391,way_type=user_defined:way_id=80W -edge,11269,11269;41.29868087;-110.6344391:11270;41.29866923;-110.6336774,way_type=user_defined:way_id=80W -edge,11270,11270;41.29866923;-110.6336774:11271;41.2986657;-110.6334467,way_type=user_defined:way_id=80W -edge,11271,11271;41.2986657;-110.6334467:11272;41.2986438;-110.6322184,way_type=user_defined:way_id=80W -edge,11272,11272;41.2986438;-110.6322184:11273;41.2986438;-110.6322184,way_type=user_defined:way_id=80W -edge,11273,11273;41.2986438;-110.6322184:11274;41.2986294;-110.6313554,way_type=user_defined:way_id=80W -edge,11274,11274;41.2986294;-110.6313554:11275;41.2986204;-110.6306756,way_type=user_defined:way_id=80W -edge,11275,11275;41.2986204;-110.6306756:11276;41.2986175;-110.6304564,way_type=user_defined:way_id=80W -edge,11276,11276;41.2986175;-110.6304564:11277;41.2985872;-110.6286842,way_type=user_defined:way_id=80W -edge,11277,11277;41.2985872;-110.6286842:11278;41.2985872;-110.6286842,way_type=user_defined:way_id=80W -edge,11278,11278;41.2985872;-110.6286842:11279;41.2985703;-110.62753,way_type=user_defined:way_id=80W -edge,11279,11279;41.2985703;-110.62753:11280;41.29855705;-110.6267156,way_type=user_defined:way_id=80W -edge,11280,11280;41.29855705;-110.6267156:11281;41.2985463;-110.6260545,way_type=user_defined:way_id=80W -edge,11281,11281;41.2985463;-110.6260545:11282;41.2985324;-110.6253311,way_type=user_defined:way_id=80W -edge,11282,11282;41.2985324;-110.6253311:11283;41.2985324;-110.6253311,way_type=user_defined:way_id=80W -edge,11283,11283;41.2985324;-110.6253311:11284;41.29852379;-110.6248553,way_type=user_defined:way_id=80W -edge,11284,11284;41.29852379;-110.6248553:11285;41.2985219;-110.6247505,way_type=user_defined:way_id=80W -edge,11285,11285;41.2985219;-110.6247505:11286;41.2984996;-110.6232677,way_type=user_defined:way_id=80W -edge,11286,11286;41.2984996;-110.6232677:11287;41.2984627;-110.6210621,way_type=user_defined:way_id=80W -edge,11287,11287;41.2984627;-110.6210621:11288;41.298403;-110.6173314,way_type=user_defined:way_id=80W -edge,11288,11288;41.298403;-110.6173314:11289;41.2983785;-110.6156836,way_type=user_defined:way_id=80W -edge,11289,11289;41.2983785;-110.6156836:11290;41.2983389;-110.613367,way_type=user_defined:way_id=80W -edge,11290,11290;41.2983389;-110.613367:11291;41.2983058;-110.6112449,way_type=user_defined:way_id=80W -edge,11291,11291;41.2983058;-110.6112449:11292;41.29829;-110.6103831,way_type=user_defined:way_id=80W -edge,11292,11292;41.29829;-110.6103831:11293;41.2982487;-110.6079288,way_type=user_defined:way_id=80W -edge,11293,11293;41.2982487;-110.6079288:11294;41.2982223;-110.6061627,way_type=user_defined:way_id=80W -edge,11294,11294;41.2982223;-110.6061627:11295;41.298172;-110.6031509,way_type=user_defined:way_id=80W -edge,11295,11295;41.298172;-110.6031509:11296;41.2981441;-110.601342,way_type=user_defined:way_id=80W -edge,11296,11296;41.2981441;-110.601342:11297;41.2981242;-110.6001934,way_type=user_defined:way_id=80W -edge,11297,11297;41.2981242;-110.6001934:11298;41.2980963;-110.5983474,way_type=user_defined:way_id=80W -edge,11298,11298;41.2980963;-110.5983474:11299;41.2980414;-110.5950677,way_type=user_defined:way_id=80W -edge,11299,11299;41.2980414;-110.5950677:11300;41.2980042;-110.5929421,way_type=user_defined:way_id=80W -edge,11300,11300;41.2980042;-110.5929421:11301;41.2979884;-110.5919581,way_type=user_defined:way_id=80W -edge,11301,11301;41.2979884;-110.5919581:11302;41.2979285;-110.5885652,way_type=user_defined:way_id=80W -edge,11302,11302;41.2979285;-110.5885652:11303;41.2978788;-110.585487,way_type=user_defined:way_id=80W -edge,11303,11303;41.2978788;-110.585487:11304;41.2978352;-110.583067,way_type=user_defined:way_id=80W -edge,11304,11304;41.2978352;-110.583067:11305;41.2978169;-110.5818773,way_type=user_defined:way_id=80W -edge,11305,11305;41.2978169;-110.5818773:11306;41.2977884;-110.5803537,way_type=user_defined:way_id=80W -edge,11306,11306;41.2977884;-110.5803537:11307;41.297744;-110.5776039,way_type=user_defined:way_id=80W -edge,11307,11307;41.297744;-110.5776039:11308;41.2977214;-110.5763368,way_type=user_defined:way_id=80W -edge,11308,11308;41.2977214;-110.5763368:11309;41.2976832;-110.5739318,way_type=user_defined:way_id=80W -edge,11309,11309;41.2976832;-110.5739318:11310;41.297653;-110.5722568,way_type=user_defined:way_id=80W -edge,11310,11310;41.297653;-110.5722568:11311;41.297624;-110.5703735,way_type=user_defined:way_id=80W -edge,11311,11311;41.297624;-110.5703735:11312;41.2976044;-110.5692573,way_type=user_defined:way_id=80W -edge,11312,11312;41.2976044;-110.5692573:11313;41.2975734;-110.5673399,way_type=user_defined:way_id=80W -edge,11313,11313;41.2975734;-110.5673399:11314;41.2975518;-110.5660766,way_type=user_defined:way_id=80W -edge,11314,11314;41.2975518;-110.5660766:11315;41.2975343;-110.5651723,way_type=user_defined:way_id=80W -edge,11315,11315;41.2975343;-110.5651723:11316;41.2975179;-110.5641598,way_type=user_defined:way_id=80W -edge,11316,11316;41.2975179;-110.5641598:11317;41.2974917;-110.5627122,way_type=user_defined:way_id=80W -edge,11317,11317;41.2974917;-110.5627122:11318;41.297452;-110.5602863,way_type=user_defined:way_id=80W -edge,11318,11318;41.297452;-110.5602863:11319;41.2974458;-110.5596775,way_type=user_defined:way_id=80W -edge,11319,11319;41.2974458;-110.5596775:11320;41.2974463;-110.5593535,way_type=user_defined:way_id=80W -edge,11320,11320;41.2974463;-110.5593535:11321;41.2974501;-110.5590281,way_type=user_defined:way_id=80W -edge,11321,11321;41.2974501;-110.5590281:11322;41.2974556;-110.5587683,way_type=user_defined:way_id=80W -edge,11322,11322;41.2974556;-110.5587683:11323;41.2974657;-110.5584542,way_type=user_defined:way_id=80W -edge,11323,11323;41.2974657;-110.5584542:11324;41.2974813;-110.5581198,way_type=user_defined:way_id=80W -edge,11324,11324;41.2974813;-110.5581198:11325;41.2974996;-110.5578053,way_type=user_defined:way_id=80W -edge,11325,11325;41.2974996;-110.5578053:11326;41.2975188;-110.5575108,way_type=user_defined:way_id=80W -edge,11326,11326;41.2975188;-110.5575108:11327;41.2975411;-110.5572169,way_type=user_defined:way_id=80W -edge,11327,11327;41.2975411;-110.5572169:11328;41.2975502;-110.5571127,way_type=user_defined:way_id=80W -edge,11328,11328;41.2975502;-110.5571127:11329;41.2975696;-110.5568951,way_type=user_defined:way_id=80W -edge,11329,11329;41.2975696;-110.5568951:11330;41.2975944;-110.5566471,way_type=user_defined:way_id=80W -edge,11330,11330;41.2975944;-110.5566471:11331;41.2975944;-110.5566471,way_type=user_defined:way_id=80W -edge,11331,11331;41.2975944;-110.5566471:11332;41.2976344;-110.5562892,way_type=user_defined:way_id=80W -edge,11332,11332;41.2976344;-110.5562892:11333;41.2976801;-110.5559329,way_type=user_defined:way_id=80W -edge,11333,11333;41.2976801;-110.5559329:11334;41.297714;-110.5556864,way_type=user_defined:way_id=80W -edge,11334,11334;41.297714;-110.5556864:11335;41.2977569;-110.5553958,way_type=user_defined:way_id=80W -edge,11335,11335;41.2977569;-110.5553958:11336;41.2978135;-110.5550424,way_type=user_defined:way_id=80W -edge,11336,11336;41.2978135;-110.5550424:11337;41.2978535;-110.5548076,way_type=user_defined:way_id=80W -edge,11337,11337;41.2978535;-110.5548076:11338;41.2979053;-110.55452,way_type=user_defined:way_id=80W -edge,11338,11338;41.2979053;-110.55452:11339;41.2979644;-110.5542059,way_type=user_defined:way_id=80W -edge,11339,11339;41.2979644;-110.5542059:11340;41.2980294;-110.5538864,way_type=user_defined:way_id=80W -edge,11340,11340;41.2980294;-110.5538864:11341;41.2980871;-110.5536226,way_type=user_defined:way_id=80W -edge,11341,11341;41.2980871;-110.5536226:11342;41.2981545;-110.5533351,way_type=user_defined:way_id=80W -edge,11342,11342;41.2981545;-110.5533351:11343;41.2982221;-110.5530589,way_type=user_defined:way_id=80W -edge,11343,11343;41.2982221;-110.5530589:11344;41.2982689;-110.5528742,way_type=user_defined:way_id=80W -edge,11344,11344;41.2982689;-110.5528742:11345;41.2983705;-110.5524852,way_type=user_defined:way_id=80W -edge,11345,11345;41.2983705;-110.5524852:11346;41.2984427;-110.5522227,way_type=user_defined:way_id=80W -edge,11346,11346;41.2984427;-110.5522227:11347;41.2985311;-110.551918,way_type=user_defined:way_id=80W -edge,11347,11347;41.2985311;-110.551918:11348;41.2986129;-110.5516504,way_type=user_defined:way_id=80W -edge,11348,11348;41.2986129;-110.5516504:11349;41.2987407;-110.5512516,way_type=user_defined:way_id=80W -edge,11349,11349;41.2987407;-110.5512516:11350;41.2990491;-110.5503143,way_type=user_defined:way_id=80W -edge,11350,11350;41.2990491;-110.5503143:11351;41.2992648;-110.5496673,way_type=user_defined:way_id=80W -edge,11351,11351;41.2992648;-110.5496673:11352;41.2992648;-110.5496673,way_type=user_defined:way_id=80W -edge,11352,11352;41.2992648;-110.5496673:11353;41.2998566;-110.5478743,way_type=user_defined:way_id=80W -edge,11353,11353;41.2998566;-110.5478743:11354;41.3002383;-110.5467132,way_type=user_defined:way_id=80W -edge,11354,11354;41.3002383;-110.5467132:11355;41.30031447;-110.5464838,way_type=user_defined:way_id=80W -edge,11355,11355;41.30031447;-110.5464838:11356;41.30079191;-110.5450461,way_type=user_defined:way_id=80W -edge,11356,11356;41.30079191;-110.5450461:11357;41.30079191;-110.5450461,way_type=user_defined:way_id=80W -edge,11357,11357;41.30079191;-110.5450461:11358;41.3008956;-110.5447338,way_type=user_defined:way_id=80W -edge,11358,11358;41.3008956;-110.5447338:11359;41.3011466;-110.5439711,way_type=user_defined:way_id=80W -edge,11359,11359;41.3011466;-110.5439711:11360;41.3015178;-110.5428512,way_type=user_defined:way_id=80W -edge,11360,11360;41.3015178;-110.5428512:11361;41.3018981;-110.5416946,way_type=user_defined:way_id=80W -edge,11361,11361;41.3018981;-110.5416946:11362;41.30218289;-110.540827,way_type=user_defined:way_id=80W -edge,11362,11362;41.30218289;-110.540827:11363;41.3022453;-110.5406369,way_type=user_defined:way_id=80W -edge,11363,11363;41.3022453;-110.5406369:11364;41.3024099;-110.5401406,way_type=user_defined:way_id=80W -edge,11364,11364;41.3024099;-110.5401406:11365;41.3025986;-110.5395769,way_type=user_defined:way_id=80W -edge,11365,11365;41.3025986;-110.5395769:11366;41.3029588;-110.5384828,way_type=user_defined:way_id=80W -edge,11366,11366;41.3029588;-110.5384828:11367;41.30312611;-110.537984,way_type=user_defined:way_id=80W -edge,11367,11367;41.30312611;-110.537984:11368;41.30312611;-110.537984,way_type=user_defined:way_id=80W -edge,11368,11368;41.30312611;-110.537984:11369;41.30371997;-110.5361912,way_type=user_defined:way_id=80W -edge,11369,11369;41.30371997;-110.5361912:11370;41.3037708;-110.5360377,way_type=user_defined:way_id=80W -edge,11370,11370;41.3037708;-110.5360377:11371;41.3042239;-110.5346606,way_type=user_defined:way_id=80W -edge,11371,11371;41.3042239;-110.5346606:11372;41.3045002;-110.5338267,way_type=user_defined:way_id=80W -edge,11372,11372;41.3045002;-110.5338267:11373;41.30457799;-110.5335872,way_type=user_defined:way_id=80W -edge,11373,11373;41.30457799;-110.5335872:11374;41.30457799;-110.5335872,way_type=user_defined:way_id=80W -edge,11374,11374;41.30457799;-110.5335872:11375;41.30482247;-110.5328348,way_type=user_defined:way_id=80W -edge,11375,11375;41.30482247;-110.5328348:11376;41.304868;-110.5326946,way_type=user_defined:way_id=80W -edge,11376,11376;41.304868;-110.5326946:11377;41.3050514;-110.5321366,way_type=user_defined:way_id=80W -edge,11377,11377;41.3050514;-110.5321366:11378;41.3054125;-110.5310431,way_type=user_defined:way_id=80W -edge,11378,11378;41.3054125;-110.5310431:11379;41.3058307;-110.5297889,way_type=user_defined:way_id=80W -edge,11379,11379;41.3058307;-110.5297889:11380;41.3061481;-110.5288278,way_type=user_defined:way_id=80W -edge,11380,11380;41.3061481;-110.5288278:11381;41.3065159;-110.5277033,way_type=user_defined:way_id=80W -edge,11381,11381;41.3065159;-110.5277033:11382;41.307585;-110.5244709,way_type=user_defined:way_id=80W -edge,11382,11382;41.307585;-110.5244709:11383;41.3084105;-110.5219471,way_type=user_defined:way_id=80W -edge,11383,11383;41.3084105;-110.5219471:11384;41.308687;-110.521117,way_type=user_defined:way_id=80W -edge,11384,11384;41.308687;-110.521117:11385;41.3090507;-110.5200368,way_type=user_defined:way_id=80W -edge,11385,11385;41.3090507;-110.5200368:11386;41.3093372;-110.5191682,way_type=user_defined:way_id=80W -edge,11386,11386;41.3093372;-110.5191682:11387;41.3096962;-110.5180863,way_type=user_defined:way_id=80W -edge,11387,11387;41.3096962;-110.5180863:11388;41.3101549;-110.5166884,way_type=user_defined:way_id=80W -edge,11388,11388;41.3101549;-110.5166884:11389;41.31032702;-110.5161753,way_type=user_defined:way_id=80W -edge,11389,11389;41.31032702;-110.5161753:11390;41.3106181;-110.5153076,way_type=user_defined:way_id=80W -edge,11390,11390;41.3106181;-110.5153076:11391;41.3107129;-110.5150193,way_type=user_defined:way_id=80W -edge,11391,11391;41.3107129;-110.5150193:11392;41.3110618;-110.5139453,way_type=user_defined:way_id=80W -edge,11392,11392;41.3110618;-110.5139453:11393;41.3110618;-110.5139453,way_type=user_defined:way_id=80W -edge,11393,11393;41.3110618;-110.5139453:11394;41.3112414;-110.513394,way_type=user_defined:way_id=80W -edge,11394,11394;41.3112414;-110.513394:11395;41.3117967;-110.5117033,way_type=user_defined:way_id=80W -edge,11395,11395;41.3117967;-110.5117033:11396;41.31218877;-110.5104854,way_type=user_defined:way_id=80W -edge,11396,11396;41.31218877;-110.5104854:11397;41.3124193;-110.5097693,way_type=user_defined:way_id=80W -edge,11397,11397;41.3124193;-110.5097693:11398;41.3125908;-110.5092409,way_type=user_defined:way_id=80W -edge,11398,11398;41.3125908;-110.5092409:11399;41.3126985;-110.5089123,way_type=user_defined:way_id=80W -edge,11399,11399;41.3126985;-110.5089123:11400;41.31290212;-110.5083015,way_type=user_defined:way_id=80W -edge,11400,11400;41.31290212;-110.5083015:11401;41.31290212;-110.5083015,way_type=user_defined:way_id=80W -edge,11401,11401;41.31290212;-110.5083015:11402;41.3132166;-110.5073576,way_type=user_defined:way_id=80W -edge,11402,11402;41.3132166;-110.5073576:11403;41.3135261;-110.5064372,way_type=user_defined:way_id=80W -edge,11403,11403;41.3135261;-110.5064372:11404;41.31357369;-110.506293,way_type=user_defined:way_id=80W -edge,11404,11404;41.31357369;-110.506293:11405;41.3135922;-110.5062369,way_type=user_defined:way_id=80W -edge,11405,11405;41.3135922;-110.5062369:11406;41.313988;-110.505016,way_type=user_defined:way_id=80W -edge,11406,11406;41.313988;-110.505016:11407;41.3141829;-110.5044196,way_type=user_defined:way_id=80W -edge,11407,11407;41.3141829;-110.5044196:11408;41.3141829;-110.5044196,way_type=user_defined:way_id=80W -edge,11408,11408;41.3141829;-110.5044196:11409;41.31437259;-110.5038381,way_type=user_defined:way_id=80W -edge,11409,11409;41.31437259;-110.5038381:11410;41.3144322;-110.5036554,way_type=user_defined:way_id=80W -edge,11410,11410;41.3144322;-110.5036554:11411;41.3148762;-110.5023114,way_type=user_defined:way_id=80W -edge,11411,11411;41.3148762;-110.5023114:11412;41.3152358;-110.5012104,way_type=user_defined:way_id=80W -edge,11412,11412;41.3152358;-110.5012104:11413;41.3157364;-110.4996903,way_type=user_defined:way_id=80W -edge,11413,11413;41.3157364;-110.4996903:11414;41.3160691;-110.4986733,way_type=user_defined:way_id=80W -edge,11414,11414;41.3160691;-110.4986733:11415;41.3165819;-110.4971184,way_type=user_defined:way_id=80W -edge,11415,11415;41.3165819;-110.4971184:11416;41.3168482;-110.4963027,way_type=user_defined:way_id=80W -edge,11416,11416;41.3168482;-110.4963027:11417;41.3177178;-110.4936638,way_type=user_defined:way_id=80W -edge,11417,11417;41.3177178;-110.4936638:11418;41.3180981;-110.4925035,way_type=user_defined:way_id=80W -edge,11418,11418;41.3180981;-110.4925035:11419;41.3184561;-110.4914254,way_type=user_defined:way_id=80W -edge,11419,11419;41.3184561;-110.4914254:11420;41.3188044;-110.4903585,way_type=user_defined:way_id=80W -edge,11420,11420;41.3188044;-110.4903585:11421;41.3194043;-110.4885363,way_type=user_defined:way_id=80W -edge,11421,11421;41.3194043;-110.4885363:11422;41.31977;-110.4874183,way_type=user_defined:way_id=80W -edge,11422,11422;41.31977;-110.4874183:11423;41.3201456;-110.4862852,way_type=user_defined:way_id=80W -edge,11423,11423;41.3201456;-110.4862852:11424;41.3206213;-110.4848403,way_type=user_defined:way_id=80W -edge,11424,11424;41.3206213;-110.4848403:11425;41.3217393;-110.4814337,way_type=user_defined:way_id=80W -edge,11425,11425;41.3217393;-110.4814337:11426;41.322339;-110.4796181,way_type=user_defined:way_id=80W -edge,11426,11426;41.322339;-110.4796181:11427;41.3230557;-110.4774324,way_type=user_defined:way_id=80W -edge,11427,11427;41.3230557;-110.4774324:11428;41.323407;-110.4763673,way_type=user_defined:way_id=80W -edge,11428,11428;41.323407;-110.4763673:11429;41.3237859;-110.4752099,way_type=user_defined:way_id=80W -edge,11429,11429;41.3237859;-110.4752099:11430;41.3242426;-110.4738307,way_type=user_defined:way_id=80W -edge,11430,11430;41.3242426;-110.4738307:11431;41.3246994;-110.4724358,way_type=user_defined:way_id=80W -edge,11431,11431;41.3246994;-110.4724358:11432;41.3251648;-110.4710208,way_type=user_defined:way_id=80W -edge,11432,11432;41.3251648;-110.4710208:11433;41.3254027;-110.4702894,way_type=user_defined:way_id=80W -edge,11433,11433;41.3254027;-110.4702894:11434;41.3255921;-110.469688,way_type=user_defined:way_id=80W -edge,11434,11434;41.3255921;-110.469688:11435;41.3256729;-110.4694249,way_type=user_defined:way_id=80W -edge,11435,11435;41.3256729;-110.4694249:11436;41.325765;-110.4691178,way_type=user_defined:way_id=80W -edge,11436,11436;41.325765;-110.4691178:11437;41.32592;-110.4685829,way_type=user_defined:way_id=80W -edge,11437,11437;41.32592;-110.4685829:11438;41.3260029;-110.4682858,way_type=user_defined:way_id=80W -edge,11438,11438;41.3260029;-110.4682858:11439;41.3260787;-110.4680067,way_type=user_defined:way_id=80W -edge,11439,11439;41.3260787;-110.4680067:11440;41.3261619;-110.4676917,way_type=user_defined:way_id=80W -edge,11440,11440;41.3261619;-110.4676917:11441;41.3262914;-110.4671915,way_type=user_defined:way_id=80W -edge,11441,11441;41.3262914;-110.4671915:11442;41.3264301;-110.4666362,way_type=user_defined:way_id=80W -edge,11442,11442;41.3264301;-110.4666362:11443;41.32644941;-110.4665559,way_type=user_defined:way_id=80W -edge,11443,11443;41.32644941;-110.4665559:11444;41.3265048;-110.4663253,way_type=user_defined:way_id=80W -edge,11444,11444;41.3265048;-110.4663253:11445;41.3265687;-110.4660498,way_type=user_defined:way_id=80W -edge,11445,11445;41.3265687;-110.4660498:11446;41.3266941;-110.4654957,way_type=user_defined:way_id=80W -edge,11446,11446;41.3266941;-110.4654957:11447;41.3267617;-110.4651895,way_type=user_defined:way_id=80W -edge,11447,11447;41.3267617;-110.4651895:11448;41.3268342;-110.4648463,way_type=user_defined:way_id=80W -edge,11448,11448;41.3268342;-110.4648463:11449;41.3268859;-110.464592,way_type=user_defined:way_id=80W -edge,11449,11449;41.3268859;-110.464592:11450;41.3269409;-110.46431,way_type=user_defined:way_id=80W -edge,11450,11450;41.3269409;-110.46431:11451;41.3269942;-110.4640267,way_type=user_defined:way_id=80W -edge,11451,11451;41.3269942;-110.4640267:11452;41.327051;-110.4637152,way_type=user_defined:way_id=80W -edge,11452,11452;41.327051;-110.4637152:11453;41.3271046;-110.4634132,way_type=user_defined:way_id=80W -edge,11453,11453;41.3271046;-110.4634132:11454;41.3271569;-110.4631186,way_type=user_defined:way_id=80W -edge,11454,11454;41.3271569;-110.4631186:11455;41.3272523;-110.4625586,way_type=user_defined:way_id=80W -edge,11455,11455;41.3272523;-110.4625586:11456;41.3272982;-110.4622736,way_type=user_defined:way_id=80W -edge,11456,11456;41.3272982;-110.4622736:11457;41.3273417;-110.4619893,way_type=user_defined:way_id=80W -edge,11457,11457;41.3273417;-110.4619893:11458;41.3273885;-110.4616661,way_type=user_defined:way_id=80W -edge,11458,11458;41.3273885;-110.4616661:11459;41.3275472;-110.4605076,way_type=user_defined:way_id=80W -edge,11459,11459;41.3275472;-110.4605076:11460;41.3276297;-110.4598914,way_type=user_defined:way_id=80W -edge,11460,11460;41.3276297;-110.4598914:11461;41.32779008;-110.4586631,way_type=user_defined:way_id=80W -edge,11461,11461;41.32779008;-110.4586631:11462;41.32779008;-110.4586631,way_type=user_defined:way_id=80W -edge,11462,11462;41.32779008;-110.4586631:11463;41.3278841;-110.4579346,way_type=user_defined:way_id=80W -edge,11463,11463;41.3278841;-110.4579346:11464;41.3280466;-110.4566497,way_type=user_defined:way_id=80W -edge,11464,11464;41.3280466;-110.4566497:11465;41.32817993;-110.4556304,way_type=user_defined:way_id=80W -edge,11465,11465;41.32817993;-110.4556304:11466;41.3284661;-110.4534148,way_type=user_defined:way_id=80W -edge,11466,11466;41.3284661;-110.4534148:11467;41.3284661;-110.4534148,way_type=user_defined:way_id=80W -edge,11467,11467;41.3284661;-110.4534148:11468;41.3285862;-110.4524946,way_type=user_defined:way_id=80W -edge,11468,11468;41.3285862;-110.4524946:11469;41.32862897;-110.4521604,way_type=user_defined:way_id=80W -edge,11469,11469;41.32862897;-110.4521604:11470;41.3287779;-110.4509968,way_type=user_defined:way_id=80W -edge,11470,11470;41.3287779;-110.4509968:11471;41.3289598;-110.4496142,way_type=user_defined:way_id=80W -edge,11471,11471;41.3289598;-110.4496142:11472;41.3293521;-110.4465872,way_type=user_defined:way_id=80W -edge,11472,11472;41.3293521;-110.4465872:11473;41.329446;-110.4458741,way_type=user_defined:way_id=80W -edge,11473,11473;41.329446;-110.4458741:11474;41.3296317;-110.4444559,way_type=user_defined:way_id=80W -edge,11474,11474;41.3296317;-110.4444559:11475;41.3298164;-110.442996,way_type=user_defined:way_id=80W -edge,11475,11475;41.3298164;-110.442996:11476;41.3300121;-110.4415103,way_type=user_defined:way_id=80W -edge,11476,11476;41.3300121;-110.4415103:11477;41.3301627;-110.4403412,way_type=user_defined:way_id=80W -edge,11477,11477;41.3301627;-110.4403412:11478;41.3303089;-110.4392293,way_type=user_defined:way_id=80W -edge,11478,11478;41.3303089;-110.4392293:11479;41.33043242;-110.4382563,way_type=user_defined:way_id=80W -edge,11479,11479;41.33043242;-110.4382563:11480;41.3304622;-110.4380217,way_type=user_defined:way_id=80W -edge,11480,11480;41.3304622;-110.4380217:11481;41.3305852;-110.4370652,way_type=user_defined:way_id=80W -edge,11481,11481;41.3305852;-110.4370652:11482;41.3307166;-110.4360704,way_type=user_defined:way_id=80W -edge,11482,11482;41.3307166;-110.4360704:11483;41.33075559;-110.435772,way_type=user_defined:way_id=80W -edge,11483,11483;41.33075559;-110.435772:11484;41.33075559;-110.435772,way_type=user_defined:way_id=80W -edge,11484,11484;41.33075559;-110.435772:11485;41.3310475;-110.4335378,way_type=user_defined:way_id=80W -edge,11485,11485;41.3310475;-110.4335378:11486;41.3312109;-110.4323432,way_type=user_defined:way_id=80W -edge,11486,11486;41.3312109;-110.4323432:11487;41.3312564;-110.4320161,way_type=user_defined:way_id=80W -edge,11487,11487;41.3312564;-110.4320161:11488;41.331333;-110.4314841,way_type=user_defined:way_id=80W -edge,11488,11488;41.331333;-110.4314841:11489;41.3314294;-110.4308514,way_type=user_defined:way_id=80W -edge,11489,11489;41.3314294;-110.4308514:11490;41.3314752;-110.4305637,way_type=user_defined:way_id=80W -edge,11490,11490;41.3314752;-110.4305637:11491;41.3315276;-110.430249,way_type=user_defined:way_id=80W -edge,11491,11491;41.3315276;-110.430249:11492;41.33167213;-110.4294012,way_type=user_defined:way_id=80W -edge,11492,11492;41.33167213;-110.4294012:11493;41.33168266;-110.4293394,way_type=user_defined:way_id=80W -edge,11493,11493;41.33168266;-110.4293394:11494;41.33168266;-110.4293394,way_type=user_defined:way_id=80W -edge,11494,11494;41.33168266;-110.4293394:11495;41.33169959;-110.4292409,way_type=user_defined:way_id=80W -edge,11495,11495;41.33169959;-110.4292409:11496;41.3317267;-110.4290831,way_type=user_defined:way_id=80W -edge,11496,11496;41.3317267;-110.4290831:11497;41.3318328;-110.4284898,way_type=user_defined:way_id=80W -edge,11497,11497;41.3318328;-110.4284898:11498;41.3318928;-110.4281676,way_type=user_defined:way_id=80W -edge,11498,11498;41.3318928;-110.4281676:11499;41.3319387;-110.4279301,way_type=user_defined:way_id=80W -edge,11499,11499;41.3319387;-110.4279301:11500;41.3321799;-110.4267025,way_type=user_defined:way_id=80W -edge,11500,11500;41.3321799;-110.4267025:11501;41.332264;-110.4262793,way_type=user_defined:way_id=80W -edge,11501,11501;41.332264;-110.4262793:11502;41.3323394;-110.4258998,way_type=user_defined:way_id=80W -edge,11502,11502;41.3323394;-110.4258998:11503;41.3324028;-110.4255928,way_type=user_defined:way_id=80W -edge,11503,11503;41.3324028;-110.4255928:11504;41.3324704;-110.4252781,way_type=user_defined:way_id=80W -edge,11504,11504;41.3324704;-110.4252781:11505;41.3325928;-110.4247237,way_type=user_defined:way_id=80W -edge,11505,11505;41.3325928;-110.4247237:11506;41.33274845;-110.4240295,way_type=user_defined:way_id=80W -edge,11506,11506;41.33274845;-110.4240295:11507;41.33274845;-110.4240295,way_type=user_defined:way_id=80W -edge,11507,11507;41.33274845;-110.4240295:11508;41.3328491;-110.4235805,way_type=user_defined:way_id=80W -edge,11508,11508;41.3328491;-110.4235805:11509;41.33286769;-110.4235004,way_type=user_defined:way_id=80W -edge,11509,11509;41.33286769;-110.4235004:11510;41.332928;-110.4232405,way_type=user_defined:way_id=80W -edge,11510,11510;41.332928;-110.4232405:11511;41.3330497;-110.422727,way_type=user_defined:way_id=80W -edge,11511,11511;41.3330497;-110.422727:11512;41.3331763;-110.4222034,way_type=user_defined:way_id=80W -edge,11512,11512;41.3331763;-110.4222034:11513;41.3333296;-110.4215826,way_type=user_defined:way_id=80W -edge,11513,11513;41.3333296;-110.4215826:11514;41.3335462;-110.4207323,way_type=user_defined:way_id=80W -edge,11514,11514;41.3335462;-110.4207323:11515;41.3336523;-110.4203248,way_type=user_defined:way_id=80W -edge,11515,11515;41.3336523;-110.4203248:11516;41.3337733;-110.4198728,way_type=user_defined:way_id=80W -edge,11516,11516;41.3337733;-110.4198728:11517;41.3339213;-110.4193308,way_type=user_defined:way_id=80W -edge,11517,11517;41.3339213;-110.4193308:11518;41.3340245;-110.4189599,way_type=user_defined:way_id=80W -edge,11518,11518;41.3340245;-110.4189599:11519;41.3341683;-110.4184533,way_type=user_defined:way_id=80W -edge,11519,11519;41.3341683;-110.4184533:11520;41.3343728;-110.417747,way_type=user_defined:way_id=80W -edge,11520,11520;41.3343728;-110.417747:11521;41.3345108;-110.4172783,way_type=user_defined:way_id=80W -edge,11521,11521;41.3345108;-110.4172783:11522;41.3346529;-110.4168068,way_type=user_defined:way_id=80W -edge,11522,11522;41.3346529;-110.4168068:11523;41.3348176;-110.4162734,way_type=user_defined:way_id=80W -edge,11523,11523;41.3348176;-110.4162734:11524;41.3349984;-110.4157077,way_type=user_defined:way_id=80W -edge,11524,11524;41.3349984;-110.4157077:11525;41.3350815;-110.4154535,way_type=user_defined:way_id=80W -edge,11525,11525;41.3350815;-110.4154535:11526;41.3351854;-110.4151425,way_type=user_defined:way_id=80W -edge,11526,11526;41.3351854;-110.4151425:11527;41.3352631;-110.4148946,way_type=user_defined:way_id=80W -edge,11527,11527;41.3352631;-110.4148946:11528;41.3353444;-110.4146119,way_type=user_defined:way_id=80W -edge,11528,11528;41.3353444;-110.4146119:11529;41.335531;-110.4140451,way_type=user_defined:way_id=80W -edge,11529,11529;41.335531;-110.4140451:11530;41.335717;-110.4134941,way_type=user_defined:way_id=80W -edge,11530,11530;41.335717;-110.4134941:11531;41.3358982;-110.412969,way_type=user_defined:way_id=80W -edge,11531,11531;41.3358982;-110.412969:11532;41.3361758;-110.4121814,way_type=user_defined:way_id=80W -edge,11532,11532;41.3361758;-110.4121814:11533;41.3363983;-110.4115596,way_type=user_defined:way_id=80W -edge,11533,11533;41.3363983;-110.4115596:11534;41.336491;-110.4113058,way_type=user_defined:way_id=80W -edge,11534,11534;41.336491;-110.4113058:11535;41.3366723;-110.4108199,way_type=user_defined:way_id=80W -edge,11535,11535;41.3366723;-110.4108199:11536;41.3369801;-110.41001,way_type=user_defined:way_id=80W -edge,11536,11536;41.3369801;-110.41001:11537;41.3371905;-110.4094706,way_type=user_defined:way_id=80W -edge,11537,11537;41.3371905;-110.4094706:11538;41.3375189;-110.4086462,way_type=user_defined:way_id=80W -edge,11538,11538;41.3375189;-110.4086462:11539;41.337625;-110.4083842,way_type=user_defined:way_id=80W -edge,11539,11539;41.337625;-110.4083842:11540;41.337847;-110.4078455,way_type=user_defined:way_id=80W -edge,11540,11540;41.337847;-110.4078455:11541;41.3383761;-110.4065844,way_type=user_defined:way_id=80W -edge,11541,11541;41.3383761;-110.4065844:11542;41.3386047;-110.4060504,way_type=user_defined:way_id=80W -edge,11542,11542;41.3386047;-110.4060504:11543;41.3387779;-110.4056556,way_type=user_defined:way_id=80W -edge,11543,11543;41.3387779;-110.4056556:11544;41.3389311;-110.4053138,way_type=user_defined:way_id=80W -edge,11544,11544;41.3389311;-110.4053138:11545;41.3391747;-110.4047761,way_type=user_defined:way_id=80W -edge,11545,11545;41.3391747;-110.4047761:11546;41.3398352;-110.4033313,way_type=user_defined:way_id=80W -edge,11546,11546;41.3398352;-110.4033313:11547;41.3401306;-110.4026883,way_type=user_defined:way_id=80W -edge,11547,11547;41.3401306;-110.4026883:11548;41.3404618;-110.4019747,way_type=user_defined:way_id=80W -edge,11548,11548;41.3404618;-110.4019747:11549;41.3411258;-110.4005219,way_type=user_defined:way_id=80W -edge,11549,11549;41.3411258;-110.4005219:11550;41.3416824;-110.3993169,way_type=user_defined:way_id=80W -edge,11550,11550;41.3416824;-110.3993169:11551;41.3428168;-110.396847,way_type=user_defined:way_id=80W -edge,11551,11551;41.3428168;-110.396847:11552;41.3434314;-110.3955191,way_type=user_defined:way_id=80W -edge,11552,11552;41.3434314;-110.3955191:11553;41.3445871;-110.3930036,way_type=user_defined:way_id=80W -edge,11553,11553;41.3445871;-110.3930036:11554;41.3449483;-110.3922236,way_type=user_defined:way_id=80W -edge,11554,11554;41.3449483;-110.3922236:11555;41.34595317;-110.3900416,way_type=user_defined:way_id=80W -edge,11555,11555;41.34595317;-110.3900416:11556;41.34595317;-110.3900416,way_type=user_defined:way_id=80W -edge,11556,11556;41.34595317;-110.3900416:11557;41.3466314;-110.3885712,way_type=user_defined:way_id=80W -edge,11557,11557;41.3466314;-110.3885712:11558;41.3477098;-110.38622,way_type=user_defined:way_id=80W -edge,11558,11558;41.3477098;-110.38622:11559;41.3483781;-110.3847707,way_type=user_defined:way_id=80W -edge,11559,11559;41.3483781;-110.3847707:11560;41.3487873;-110.3838785,way_type=user_defined:way_id=80W -edge,11560,11560;41.3487873;-110.3838785:11561;41.3496107;-110.3820917,way_type=user_defined:way_id=80W -edge,11561,11561;41.3496107;-110.3820917:11562;41.3501307;-110.3809596,way_type=user_defined:way_id=80W -edge,11562,11562;41.3501307;-110.3809596:11563;41.350659;-110.3798168,way_type=user_defined:way_id=80W -edge,11563,11563;41.350659;-110.3798168:11564;41.3510093;-110.3790522,way_type=user_defined:way_id=80W -edge,11564,11564;41.3510093;-110.3790522:11565;41.3514949;-110.3780021,way_type=user_defined:way_id=80W -edge,11565,11565;41.3514949;-110.3780021:11566;41.3520624;-110.3767648,way_type=user_defined:way_id=80W -edge,11566,11566;41.3520624;-110.3767648:11567;41.3523139;-110.3762113,way_type=user_defined:way_id=80W -edge,11567,11567;41.3523139;-110.3762113:11568;41.3526392;-110.3755014,way_type=user_defined:way_id=80W -edge,11568,11568;41.3526392;-110.3755014:11569;41.3527619;-110.3752278,way_type=user_defined:way_id=80W -edge,11569,11569;41.3527619;-110.3752278:11570;41.3528708;-110.3749771,way_type=user_defined:way_id=80W -edge,11570,11570;41.3528708;-110.3749771:11571;41.3529903;-110.3746911,way_type=user_defined:way_id=80W -edge,11571,11571;41.3529903;-110.3746911:11572;41.353093;-110.3744349,way_type=user_defined:way_id=80W -edge,11572,11572;41.353093;-110.3744349:11573;41.3531898;-110.3741846,way_type=user_defined:way_id=80W -edge,11573,11573;41.3531898;-110.3741846:11574;41.3533156;-110.3738479,way_type=user_defined:way_id=80W -edge,11574,11574;41.3533156;-110.3738479:11575;41.3533959;-110.3736277,way_type=user_defined:way_id=80W -edge,11575,11575;41.3533959;-110.3736277:11576;41.3534898;-110.3733632,way_type=user_defined:way_id=80W -edge,11576,11576;41.3534898;-110.3733632:11577;41.3535783;-110.3731053,way_type=user_defined:way_id=80W -edge,11577,11577;41.3535783;-110.3731053:11578;41.3536783;-110.3728022,way_type=user_defined:way_id=80W -edge,11578,11578;41.3536783;-110.3728022:11579;41.3537608;-110.3725403,way_type=user_defined:way_id=80W -edge,11579,11579;41.3537608;-110.3725403:11580;41.353854;-110.3722329,way_type=user_defined:way_id=80W -edge,11580,11580;41.353854;-110.3722329:11581;41.353931;-110.3719679,way_type=user_defined:way_id=80W -edge,11581,11581;41.353931;-110.3719679:11582;41.3540173;-110.3716568,way_type=user_defined:way_id=80W -edge,11582,11582;41.3540173;-110.3716568:11583;41.3540882;-110.3713887,way_type=user_defined:way_id=80W -edge,11583,11583;41.3540882;-110.3713887:11584;41.3541588;-110.3711101,way_type=user_defined:way_id=80W -edge,11584,11584;41.3541588;-110.3711101:11585;41.3542333;-110.3708025,way_type=user_defined:way_id=80W -edge,11585,11585;41.3542333;-110.3708025:11586;41.3542982;-110.3705203,way_type=user_defined:way_id=80W -edge,11586,11586;41.3542982;-110.3705203:11587;41.3543639;-110.3702186,way_type=user_defined:way_id=80W -edge,11587,11587;41.3543639;-110.3702186:11588;41.3544223;-110.3699345,way_type=user_defined:way_id=80W -edge,11588,11588;41.3544223;-110.3699345:11589;41.3544825;-110.3696223,way_type=user_defined:way_id=80W -edge,11589,11589;41.3544825;-110.3696223:11590;41.3545344;-110.3693375,way_type=user_defined:way_id=80W -edge,11590,11590;41.3545344;-110.3693375:11591;41.3545822;-110.3690618,way_type=user_defined:way_id=80W -edge,11591,11591;41.3545822;-110.3690618:11592;41.3546287;-110.3687764,way_type=user_defined:way_id=80W -edge,11592,11592;41.3546287;-110.3687764:11593;41.3546705;-110.3684997,way_type=user_defined:way_id=80W -edge,11593,11593;41.3546705;-110.3684997:11594;41.3547165;-110.3681669,way_type=user_defined:way_id=80W -edge,11594,11594;41.3547165;-110.3681669:11595;41.3547514;-110.367879,way_type=user_defined:way_id=80W -edge,11595,11595;41.3547514;-110.367879:11596;41.354786;-110.367562,way_type=user_defined:way_id=80W -edge,11596,11596;41.354786;-110.367562:11597;41.3548142;-110.367281,way_type=user_defined:way_id=80W -edge,11597,11597;41.3548142;-110.367281:11598;41.354841;-110.3669896,way_type=user_defined:way_id=80W -edge,11598,11598;41.354841;-110.3669896:11599;41.3548679;-110.36666,way_type=user_defined:way_id=80W -edge,11599,11599;41.3548679;-110.36666:11600;41.3548886;-110.3663777,way_type=user_defined:way_id=80W -edge,11600,11600;41.3548886;-110.3663777:11601;41.3549085;-110.3660581,way_type=user_defined:way_id=80W -edge,11601,11601;41.3549085;-110.3660581:11602;41.354923;-110.3657671,way_type=user_defined:way_id=80W -edge,11602,11602;41.354923;-110.3657671:11603;41.3549353;-110.3654394,way_type=user_defined:way_id=80W -edge,11603,11603;41.3549353;-110.3654394:11604;41.3549433;-110.3651586,way_type=user_defined:way_id=80W -edge,11604,11604;41.3549433;-110.3651586:11605;41.3549493;-110.3648697,way_type=user_defined:way_id=80W -edge,11605,11605;41.3549493;-110.3648697:11606;41.3549579;-110.364284,way_type=user_defined:way_id=80W -edge,11606,11606;41.3549579;-110.364284:11607;41.3549636;-110.3637084,way_type=user_defined:way_id=80W -edge,11607,11607;41.3549636;-110.3637084:11608;41.3549811;-110.3612949,way_type=user_defined:way_id=80W -edge,11608,11608;41.3549811;-110.3612949:11609;41.354985;-110.3600706,way_type=user_defined:way_id=80W -edge,11609,11609;41.354985;-110.3600706:11610;41.3549958;-110.3586307,way_type=user_defined:way_id=80W -edge,11610,11610;41.3549958;-110.3586307:11611;41.355003;-110.3573716,way_type=user_defined:way_id=80W -edge,11611,11611;41.355003;-110.3573716:11612;41.3550062;-110.3563566,way_type=user_defined:way_id=80W -edge,11612,11612;41.3550062;-110.3563566:11613;41.3550168;-110.3544781,way_type=user_defined:way_id=80W -edge,11613,11613;41.3550168;-110.3544781:11614;41.3550437;-110.3505104,way_type=user_defined:way_id=80W -edge,11614,11614;41.3550437;-110.3505104:11615;41.3550471;-110.3496023,way_type=user_defined:way_id=80W -edge,11615,11615;41.3550471;-110.3496023:11616;41.3550505;-110.3493082,way_type=user_defined:way_id=80W -edge,11616,11616;41.3550505;-110.3493082:11617;41.355063;-110.3487271,way_type=user_defined:way_id=80W -edge,11617,11617;41.355063;-110.3487271:11618;41.3550722;-110.3484403,way_type=user_defined:way_id=80W -edge,11618,11618;41.3550722;-110.3484403:11619;41.3550853;-110.3481166,way_type=user_defined:way_id=80W -edge,11619,11619;41.3550853;-110.3481166:11620;41.3550995;-110.3478311,way_type=user_defined:way_id=80W -edge,11620,11620;41.3550995;-110.3478311:11621;41.3551168;-110.3475371,way_type=user_defined:way_id=80W -edge,11621,11621;41.3551168;-110.3475371:11622;41.3551354;-110.3472627,way_type=user_defined:way_id=80W -edge,11622,11622;41.3551354;-110.3472627:11623;41.3551572;-110.3469719,way_type=user_defined:way_id=80W -edge,11623,11623;41.3551572;-110.3469719:11624;41.3551822;-110.3466728,way_type=user_defined:way_id=80W -edge,11624,11624;41.3551822;-110.3466728:11625;41.3552116;-110.3463559,way_type=user_defined:way_id=80W -edge,11625,11625;41.3552116;-110.3463559:11626;41.35522525;-110.3462238,way_type=user_defined:way_id=80W -edge,11626,11626;41.35522525;-110.3462238:11627;41.355271;-110.3457812,way_type=user_defined:way_id=80W -edge,11627,11627;41.355271;-110.3457812:11628;41.3553033;-110.3454962,way_type=user_defined:way_id=80W -edge,11628,11628;41.3553033;-110.3454962:11629;41.3553415;-110.3451826,way_type=user_defined:way_id=80W -edge,11629,11629;41.3553415;-110.3451826:11630;41.3553982;-110.3447542,way_type=user_defined:way_id=80W -edge,11630,11630;41.3553982;-110.3447542:11631;41.3554446;-110.3444276,way_type=user_defined:way_id=80W -edge,11631,11631;41.3554446;-110.3444276:11632;41.3554932;-110.3441082,way_type=user_defined:way_id=80W -edge,11632,11632;41.3554932;-110.3441082:11633;41.3555271;-110.3438994,way_type=user_defined:way_id=80W -edge,11633,11633;41.3555271;-110.3438994:11634;41.3555271;-110.3438994,way_type=user_defined:way_id=80W -edge,11634,11634;41.3555271;-110.3438994:11635;41.355587;-110.3435467,way_type=user_defined:way_id=80W -edge,11635,11635;41.355587;-110.3435467:11636;41.3556444;-110.3432294,way_type=user_defined:way_id=80W -edge,11636,11636;41.3556444;-110.3432294:11637;41.3556974;-110.342951,way_type=user_defined:way_id=80W -edge,11637,11637;41.3556974;-110.342951:11638;41.3557457;-110.3427083,way_type=user_defined:way_id=80W -edge,11638,11638;41.3557457;-110.3427083:11639;41.3558031;-110.3424304,way_type=user_defined:way_id=80W -edge,11639,11639;41.3558031;-110.3424304:11640;41.35584285;-110.3422461,way_type=user_defined:way_id=80W -edge,11640,11640;41.35584285;-110.3422461:11641;41.355879;-110.3420786,way_type=user_defined:way_id=80W -edge,11641,11641;41.355879;-110.3420786:11642;41.3559812;-110.3416245,way_type=user_defined:way_id=80W -edge,11642,11642;41.3559812;-110.3416245:11643;41.3560532;-110.3413211,way_type=user_defined:way_id=80W -edge,11643,11643;41.3560532;-110.3413211:11644;41.3561219;-110.3410455,way_type=user_defined:way_id=80W -edge,11644,11644;41.3561219;-110.3410455:11645;41.3562118;-110.3406987,way_type=user_defined:way_id=80W -edge,11645,11645;41.3562118;-110.3406987:11646;41.3562735;-110.3404681,way_type=user_defined:way_id=80W -edge,11646,11646;41.3562735;-110.3404681:11647;41.3563394;-110.3402285,way_type=user_defined:way_id=80W -edge,11647,11647;41.3563394;-110.3402285:11648;41.3564174;-110.3399537,way_type=user_defined:way_id=80W -edge,11648,11648;41.3564174;-110.3399537:11649;41.3565049;-110.3396532,way_type=user_defined:way_id=80W -edge,11649,11649;41.3565049;-110.3396532:11650;41.3565861;-110.3393805,way_type=user_defined:way_id=80W -edge,11650,11650;41.3565861;-110.3393805:11651;41.3566692;-110.3391094,way_type=user_defined:way_id=80W -edge,11651,11651;41.3566692;-110.3391094:11652;41.3567703;-110.3387877,way_type=user_defined:way_id=80W -edge,11652,11652;41.3567703;-110.3387877:11653;41.35700177;-110.3380633,way_type=user_defined:way_id=80W -edge,11653,11653;41.35700177;-110.3380633:11654;41.35700177;-110.3380633,way_type=user_defined:way_id=80W -edge,11654,11654;41.35700177;-110.3380633:11655;41.3577784;-110.3356381,way_type=user_defined:way_id=80W -edge,11655,11655;41.3577784;-110.3356381:11656;41.35812833;-110.3345286,way_type=user_defined:way_id=80W -edge,11656,11656;41.35812833;-110.3345286:11657;41.35835683;-110.3338117,way_type=user_defined:way_id=80W -edge,11657,11657;41.35835683;-110.3338117:11658;41.35843851;-110.3335574,way_type=user_defined:way_id=80W -edge,11658,11658;41.35843851;-110.3335574:11659;41.3586022;-110.3330479,way_type=user_defined:way_id=80W -edge,11659,11659;41.3586022;-110.3330479:11660;41.3590254;-110.3317137,way_type=user_defined:way_id=80W -edge,11660,11660;41.3590254;-110.3317137:11661;41.3590254;-110.3317137,way_type=user_defined:way_id=80W -edge,11661,11661;41.3590254;-110.3317137:11662;41.3593761;-110.3306138,way_type=user_defined:way_id=80W -edge,11662,11662;41.3593761;-110.3306138:11663;41.35943974;-110.3304126,way_type=user_defined:way_id=80W -edge,11663,11663;41.35943974;-110.3304126:11664;41.3598717;-110.3290472,way_type=user_defined:way_id=80W -edge,11664,11664;41.3598717;-110.3290472:11665;41.3602241;-110.3279535,way_type=user_defined:way_id=80W -edge,11665,11665;41.3602241;-110.3279535:11666;41.3606541;-110.326586,way_type=user_defined:way_id=80W -edge,11666,11666;41.3606541;-110.326586:11667;41.361165;-110.3249898,way_type=user_defined:way_id=80W -edge,11667,11667;41.361165;-110.3249898:11668;41.3616605;-110.3234213,way_type=user_defined:way_id=80W -edge,11668,11668;41.3616605;-110.3234213:11669;41.3619941;-110.3223564,way_type=user_defined:way_id=80W -edge,11669,11669;41.3619941;-110.3223564:11670;41.3620792;-110.3220801,way_type=user_defined:way_id=80W -edge,11670,11670;41.3620792;-110.3220801:11671;41.3621575;-110.3218199,way_type=user_defined:way_id=80W -edge,11671,11671;41.3621575;-110.3218199:11672;41.3622467;-110.3215155,way_type=user_defined:way_id=80W -edge,11672,11672;41.3622467;-110.3215155:11673;41.3623138;-110.3212798,way_type=user_defined:way_id=80W -edge,11673,11673;41.3623138;-110.3212798:11674;41.3625298;-110.3205003,way_type=user_defined:way_id=80W -edge,11674,11674;41.3625298;-110.3205003:11675;41.3626206;-110.3201646,way_type=user_defined:way_id=80W -edge,11675,11675;41.3626206;-110.3201646:11676;41.3626687;-110.3199813,way_type=user_defined:way_id=80W -edge,11676,11676;41.3626687;-110.3199813:11677;41.3627621;-110.3196134,way_type=user_defined:way_id=80W -edge,11677,11677;41.3627621;-110.3196134:11678;41.3628969;-110.3190575,way_type=user_defined:way_id=80W -edge,11678,11678;41.3628969;-110.3190575:11679;41.3630239;-110.3185066,way_type=user_defined:way_id=80W -edge,11679,11679;41.3630239;-110.3185066:11680;41.363204;-110.3177092,way_type=user_defined:way_id=80W -edge,11680,11680;41.363204;-110.3177092:11681;41.3632806;-110.3173638,way_type=user_defined:way_id=80W -edge,11681,11681;41.3632806;-110.3173638:11682;41.3634455;-110.3166086,way_type=user_defined:way_id=80W -edge,11682,11682;41.3634455;-110.3166086:11683;41.3637066;-110.3154286,way_type=user_defined:way_id=80W -edge,11683,11683;41.3637066;-110.3154286:11684;41.3639331;-110.3143846,way_type=user_defined:way_id=80W -edge,11684,11684;41.3639331;-110.3143846:11685;41.3640668;-110.3137611,way_type=user_defined:way_id=80W -edge,11685,11685;41.3640668;-110.3137611:11686;41.3642395;-110.3129708,way_type=user_defined:way_id=80W -edge,11686,11686;41.3642395;-110.3129708:11687;41.3653845;-110.3076924,way_type=user_defined:way_id=80W -edge,11687,11687;41.3653845;-110.3076924:11688;41.36541417;-110.3075561,way_type=user_defined:way_id=80W -edge,11688,11688;41.36541417;-110.3075561:11689;41.3657246;-110.3061303,way_type=user_defined:way_id=80W -edge,11689,11689;41.3657246;-110.3061303:11690;41.3657246;-110.3061303,way_type=user_defined:way_id=80W -edge,11690,11690;41.3657246;-110.3061303:11691;41.3660349;-110.3047006,way_type=user_defined:way_id=80W -edge,11691,11691;41.3660349;-110.3047006:11692;41.36620549;-110.3039183,way_type=user_defined:way_id=80W -edge,11692,11692;41.36620549;-110.3039183:11693;41.3666124;-110.3020524,way_type=user_defined:way_id=80W -edge,11693,11693;41.3666124;-110.3020524:11694;41.36702672;-110.3001415,way_type=user_defined:way_id=80W -edge,11694,11694;41.36702672;-110.3001415:11695;41.36702672;-110.3001415,way_type=user_defined:way_id=80W -edge,11695,11695;41.36702672;-110.3001415:11696;41.3675832;-110.2975608,way_type=user_defined:way_id=80W -edge,11696,11696;41.3675832;-110.2975608:11697;41.3676829;-110.2970837,way_type=user_defined:way_id=80W -edge,11697,11697;41.3676829;-110.2970837:11698;41.3677953;-110.2965228,way_type=user_defined:way_id=80W -edge,11698,11698;41.3677953;-110.2965228:11699;41.3678481;-110.2962485,way_type=user_defined:way_id=80W -edge,11699,11699;41.3678481;-110.2962485:11700;41.36786405;-110.2961622,way_type=user_defined:way_id=80W -edge,11700,11700;41.36786405;-110.2961622:11701;41.3679082;-110.2959232,way_type=user_defined:way_id=80W -edge,11701,11701;41.3679082;-110.2959232:11702;41.3680021;-110.2953956,way_type=user_defined:way_id=80W -edge,11702,11702;41.3680021;-110.2953956:11703;41.3680561;-110.2950799,way_type=user_defined:way_id=80W -edge,11703,11703;41.3680561;-110.2950799:11704;41.3681061;-110.2947728,way_type=user_defined:way_id=80W -edge,11704,11704;41.3681061;-110.2947728:11705;41.3681513;-110.2944842,way_type=user_defined:way_id=80W -edge,11705,11705;41.3681513;-110.2944842:11706;41.3682209;-110.2940186,way_type=user_defined:way_id=80W -edge,11706,11706;41.3682209;-110.2940186:11707;41.3682209;-110.2940186,way_type=user_defined:way_id=80W -edge,11707,11707;41.3682209;-110.2940186:11708;41.3682756;-110.2936373,way_type=user_defined:way_id=80W -edge,11708,11708;41.3682756;-110.2936373:11709;41.3683153;-110.2933494,way_type=user_defined:way_id=80W -edge,11709,11709;41.3683153;-110.2933494:11710;41.36837848;-110.2928667,way_type=user_defined:way_id=80W -edge,11710,11710;41.36837848;-110.2928667:11711;41.3683895;-110.2927825,way_type=user_defined:way_id=80W -edge,11711,11711;41.3683895;-110.2927825:11712;41.3684922;-110.2919262,way_type=user_defined:way_id=80W -edge,11712,11712;41.3684922;-110.2919262:11713;41.368607;-110.2909231,way_type=user_defined:way_id=80W -edge,11713,11713;41.368607;-110.2909231:11714;41.3686942;-110.2901766,way_type=user_defined:way_id=80W -edge,11714,11714;41.3686942;-110.2901766:11715;41.3688438;-110.2888175,way_type=user_defined:way_id=80W -edge,11715,11715;41.3688438;-110.2888175:11716;41.3689788;-110.2876407,way_type=user_defined:way_id=80W -edge,11716,11716;41.3689788;-110.2876407:11717;41.3690825;-110.2867093,way_type=user_defined:way_id=80W -edge,11717,11717;41.3690825;-110.2867093:11718;41.3693922;-110.2839611,way_type=user_defined:way_id=80W -edge,11718,11718;41.3693922;-110.2839611:11719;41.3696254;-110.2819259,way_type=user_defined:way_id=80W -edge,11719,11719;41.3696254;-110.2819259:11720;41.3698182;-110.2802052,way_type=user_defined:way_id=80W -edge,11720,11720;41.3698182;-110.2802052:11721;41.3699782;-110.2788081,way_type=user_defined:way_id=80W -edge,11721,11721;41.3699782;-110.2788081:11722;41.3700897;-110.2778089,way_type=user_defined:way_id=80W -edge,11722,11722;41.3700897;-110.2778089:11723;41.370171;-110.2771021,way_type=user_defined:way_id=80W -edge,11723,11723;41.370171;-110.2771021:11724;41.3703034;-110.2759198,way_type=user_defined:way_id=80W -edge,11724,11724;41.3703034;-110.2759198:11725;41.3704947;-110.2742373,way_type=user_defined:way_id=80W -edge,11725,11725;41.3704947;-110.2742373:11726;41.3706968;-110.2724134,way_type=user_defined:way_id=80W -edge,11726,11726;41.3706968;-110.2724134:11727;41.3709231;-110.2704105,way_type=user_defined:way_id=80W -edge,11727,11727;41.3709231;-110.2704105:11728;41.3710235;-110.2695488,way_type=user_defined:way_id=80W -edge,11728,11728;41.3710235;-110.2695488:11729;41.37116;-110.2683378,way_type=user_defined:way_id=80W -edge,11729,11729;41.37116;-110.2683378:11730;41.3713136;-110.2669958,way_type=user_defined:way_id=80W -edge,11730,11730;41.3713136;-110.2669958:11731;41.3715382;-110.2649802,way_type=user_defined:way_id=80W -edge,11731,11731;41.3715382;-110.2649802:11732;41.3716689;-110.263844,way_type=user_defined:way_id=80W -edge,11732,11732;41.3716689;-110.263844:11733;41.3717043;-110.2635577,way_type=user_defined:way_id=80W -edge,11733,11733;41.3717043;-110.2635577:11734;41.3718155;-110.2627069,way_type=user_defined:way_id=80W -edge,11734,11734;41.3718155;-110.2627069:11735;41.3719709;-110.2615656,way_type=user_defined:way_id=80W -edge,11735,11735;41.3719709;-110.2615656:11736;41.3720481;-110.2610265,way_type=user_defined:way_id=80W -edge,11736,11736;41.3720481;-110.2610265:11737;41.3721459;-110.2603854,way_type=user_defined:way_id=80W -edge,11737,11737;41.3721459;-110.2603854:11738;41.3722818;-110.259533,way_type=user_defined:way_id=80W -edge,11738,11738;41.3722818;-110.259533:11739;41.3724659;-110.2584137,way_type=user_defined:way_id=80W -edge,11739,11739;41.3724659;-110.2584137:11740;41.3726619;-110.2572499,way_type=user_defined:way_id=80W -edge,11740,11740;41.3726619;-110.2572499:11741;41.3730283;-110.2550385,way_type=user_defined:way_id=80W -edge,11741,11741;41.3730283;-110.2550385:11742;41.3731673;-110.2541849,way_type=user_defined:way_id=80W -edge,11742,11742;41.3731673;-110.2541849:11743;41.3733094;-110.2533473,way_type=user_defined:way_id=80W -edge,11743,11743;41.3733094;-110.2533473:11744;41.3735958;-110.2516425,way_type=user_defined:way_id=80W -edge,11744,11744;41.3735958;-110.2516425:11745;41.373678;-110.2511449,way_type=user_defined:way_id=80W -edge,11745,11745;41.373678;-110.2511449:11746;41.3737795;-110.2505168,way_type=user_defined:way_id=80W -edge,11746,11746;41.3737795;-110.2505168:11747;41.3739171;-110.2497035,way_type=user_defined:way_id=80W -edge,11747,11747;41.3739171;-110.2497035:11748;41.3740105;-110.249141,way_type=user_defined:way_id=80W -edge,11748,11748;41.3740105;-110.249141:11749;41.3740644;-110.2488223,way_type=user_defined:way_id=80W -edge,11749,11749;41.3740644;-110.2488223:11750;41.3742047;-110.2480162,way_type=user_defined:way_id=80W -edge,11750,11750;41.3742047;-110.2480162:11751;41.3742807;-110.2475942,way_type=user_defined:way_id=80W -edge,11751,11751;41.3742807;-110.2475942:11752;41.3743595;-110.2471724,way_type=user_defined:way_id=80W -edge,11752,11752;41.3743595;-110.2471724:11753;41.3744233;-110.2468464,way_type=user_defined:way_id=80W -edge,11753,11753;41.3744233;-110.2468464:11754;41.3745293;-110.2463312,way_type=user_defined:way_id=80W -edge,11754,11754;41.3745293;-110.2463312:11755;41.37458065;-110.2460955,way_type=user_defined:way_id=80W -edge,11755,11755;41.37458065;-110.2460955:11756;41.3746217;-110.2459071,way_type=user_defined:way_id=80W -edge,11756,11756;41.3746217;-110.2459071:11757;41.3747177;-110.2454838,way_type=user_defined:way_id=80W -edge,11757,11757;41.3747177;-110.2454838:11758;41.3748474;-110.244936,way_type=user_defined:way_id=80W -edge,11758,11758;41.3748474;-110.244936:11759;41.3749175;-110.2446498,way_type=user_defined:way_id=80W -edge,11759,11759;41.3749175;-110.2446498:11760;41.375055;-110.2441057,way_type=user_defined:way_id=80W -edge,11760,11760;41.375055;-110.2441057:11761;41.3751436;-110.2437678,way_type=user_defined:way_id=80W -edge,11761,11761;41.3751436;-110.2437678:11762;41.3752607;-110.2433334,way_type=user_defined:way_id=80W -edge,11762,11762;41.3752607;-110.2433334:11763;41.3753564;-110.2429892,way_type=user_defined:way_id=80W -edge,11763,11763;41.3753564;-110.2429892:11764;41.375465;-110.2426123,way_type=user_defined:way_id=80W -edge,11764,11764;41.375465;-110.2426123:11765;41.3755919;-110.2421851,way_type=user_defined:way_id=80W -edge,11765,11765;41.3755919;-110.2421851:11766;41.3757587;-110.2416489,way_type=user_defined:way_id=80W -edge,11766,11766;41.3757587;-110.2416489:11767;41.3759312;-110.2411076,way_type=user_defined:way_id=80W -edge,11767,11767;41.3759312;-110.2411076:11768;41.376106;-110.2405789,way_type=user_defined:way_id=80W -edge,11768,11768;41.376106;-110.2405789:11769;41.3762611;-110.2401232,way_type=user_defined:way_id=80W -edge,11769,11769;41.3762611;-110.2401232:11770;41.3763801;-110.2397842,way_type=user_defined:way_id=80W -edge,11770,11770;41.3763801;-110.2397842:11771;41.3765686;-110.239265,way_type=user_defined:way_id=80W -edge,11771,11771;41.3765686;-110.239265:11772;41.3767372;-110.2388169,way_type=user_defined:way_id=80W -edge,11772,11772;41.3767372;-110.2388169:11773;41.37686;-110.2385003,way_type=user_defined:way_id=80W -edge,11773,11773;41.37686;-110.2385003:11774;41.3770509;-110.2380233,way_type=user_defined:way_id=80W -edge,11774,11774;41.3770509;-110.2380233:11775;41.3772625;-110.2375094,way_type=user_defined:way_id=80W -edge,11775,11775;41.3772625;-110.2375094:11776;41.3774554;-110.2370539,way_type=user_defined:way_id=80W -edge,11776,11776;41.3774554;-110.2370539:11777;41.3776008;-110.2367174,way_type=user_defined:way_id=80W -edge,11777,11777;41.3776008;-110.2367174:11778;41.3776928;-110.2365089,way_type=user_defined:way_id=80W -edge,11778,11778;41.3776928;-110.2365089:11779;41.3778042;-110.2362617,way_type=user_defined:way_id=80W -edge,11779,11779;41.3778042;-110.2362617:11780;41.378031;-110.2357691,way_type=user_defined:way_id=80W -edge,11780,11780;41.378031;-110.2357691:11781;41.3781587;-110.2354967,way_type=user_defined:way_id=80W -edge,11781,11781;41.3781587;-110.2354967:11782;41.3783833;-110.2350295,way_type=user_defined:way_id=80W -edge,11782,11782;41.3783833;-110.2350295:11783;41.3785433;-110.2347054,way_type=user_defined:way_id=80W -edge,11783,11783;41.3785433;-110.2347054:11784;41.378642;-110.2345099,way_type=user_defined:way_id=80W -edge,11784,11784;41.378642;-110.2345099:11785;41.3787608;-110.2342799,way_type=user_defined:way_id=80W -edge,11785,11785;41.3787608;-110.2342799:11786;41.3794751;-110.2329174,way_type=user_defined:way_id=80W -edge,11786,11786;41.3794751;-110.2329174:11787;41.3802142;-110.231517,way_type=user_defined:way_id=80W -edge,11787,11787;41.3802142;-110.231517:11788;41.3812746;-110.229494,way_type=user_defined:way_id=80W -edge,11788,11788;41.3812746;-110.229494:11789;41.3817854;-110.2285154,way_type=user_defined:way_id=80W -edge,11789,11789;41.3817854;-110.2285154:11790;41.3820422;-110.2280166,way_type=user_defined:way_id=80W -edge,11790,11790;41.3820422;-110.2280166:11791;41.3821532;-110.2277969,way_type=user_defined:way_id=80W -edge,11791,11791;41.3821532;-110.2277969:11792;41.3822862;-110.2275289,way_type=user_defined:way_id=80W -edge,11792,11792;41.3822862;-110.2275289:11793;41.3824173;-110.2272582,way_type=user_defined:way_id=80W -edge,11793,11793;41.3824173;-110.2272582:11794;41.3826346;-110.2267973,way_type=user_defined:way_id=80W -edge,11794,11794;41.3826346;-110.2267973:11795;41.3828501;-110.2263326,way_type=user_defined:way_id=80W -edge,11795,11795;41.3828501;-110.2263326:11796;41.382963;-110.2260831,way_type=user_defined:way_id=80W -edge,11796,11796;41.382963;-110.2260831:11797;41.3830884;-110.2258001,way_type=user_defined:way_id=80W -edge,11797,11797;41.3830884;-110.2258001:11798;41.3831939;-110.2255565,way_type=user_defined:way_id=80W -edge,11798,11798;41.3831939;-110.2255565:11799;41.3833525;-110.2251808,way_type=user_defined:way_id=80W -edge,11799,11799;41.3833525;-110.2251808:11800;41.3836182;-110.2245425,way_type=user_defined:way_id=80W -edge,11800,11800;41.3836182;-110.2245425:11801;41.3837211;-110.2242875,way_type=user_defined:way_id=80W -edge,11801,11801;41.3837211;-110.2242875:11802;41.3838216;-110.2240311,way_type=user_defined:way_id=80W -edge,11802,11802;41.3838216;-110.2240311:11803;41.3840189;-110.2235154,way_type=user_defined:way_id=80W -edge,11803,11803;41.3840189;-110.2235154:11804;41.3841128;-110.2232648,way_type=user_defined:way_id=80W -edge,11804,11804;41.3841128;-110.2232648:11805;41.3842109;-110.2229959,way_type=user_defined:way_id=80W -edge,11805,11805;41.3842109;-110.2229959:11806;41.3843939;-110.2224783,way_type=user_defined:way_id=80W -edge,11806,11806;41.3843939;-110.2224783:11807;41.3846343;-110.2217779,way_type=user_defined:way_id=80W -edge,11807,11807;41.3846343;-110.2217779:11808;41.3847862;-110.2213228,way_type=user_defined:way_id=80W -edge,11808,11808;41.3847862;-110.2213228:11809;41.384851;-110.2211238,way_type=user_defined:way_id=80W -edge,11809,11809;41.384851;-110.2211238:11810;41.3849276;-110.2208819,way_type=user_defined:way_id=80W -edge,11810,11810;41.3849276;-110.2208819:11811;41.3850083;-110.2206201,way_type=user_defined:way_id=80W -edge,11811,11811;41.3850083;-110.2206201:11812;41.3850981;-110.2203224,way_type=user_defined:way_id=80W -edge,11812,11812;41.3850981;-110.2203224:11813;41.3852599;-110.2197772,way_type=user_defined:way_id=80W -edge,11813,11813;41.3852599;-110.2197772:11814;41.3853315;-110.2195299,way_type=user_defined:way_id=80W -edge,11814,11814;41.3853315;-110.2195299:11815;41.3854762;-110.2190159,way_type=user_defined:way_id=80W -edge,11815,11815;41.3854762;-110.2190159:11816;41.3855677;-110.2186782,way_type=user_defined:way_id=80W -edge,11816,11816;41.3855677;-110.2186782:11817;41.3856405;-110.2184011,way_type=user_defined:way_id=80W -edge,11817,11817;41.3856405;-110.2184011:11818;41.3857061;-110.218144,way_type=user_defined:way_id=80W -edge,11818,11818;41.3857061;-110.218144:11819;41.3858451;-110.2175792,way_type=user_defined:way_id=80W -edge,11819,11819;41.3858451;-110.2175792:11820;41.38596635;-110.2170714,way_type=user_defined:way_id=80W -edge,11820,11820;41.38596635;-110.2170714:11821;41.38596635;-110.2170714,way_type=user_defined:way_id=80W -edge,11821,11821;41.38596635;-110.2170714:11822;41.3860428;-110.2167444,way_type=user_defined:way_id=80W -edge,11822,11822;41.3860428;-110.2167444:11823;41.3861043;-110.216473,way_type=user_defined:way_id=80W -edge,11823,11823;41.3861043;-110.216473:11824;41.3861666;-110.2161921,way_type=user_defined:way_id=80W -edge,11824,11824;41.3861666;-110.2161921:11825;41.3862194;-110.2159467,way_type=user_defined:way_id=80W -edge,11825,11825;41.3862194;-110.2159467:11826;41.3863045;-110.2155372,way_type=user_defined:way_id=80W -edge,11826,11826;41.3863045;-110.2155372:11827;41.3864634;-110.2147557,way_type=user_defined:way_id=80W -edge,11827,11827;41.3864634;-110.2147557:11828;41.3869004;-110.2125657,way_type=user_defined:way_id=80W -edge,11828,11828;41.3869004;-110.2125657:11829;41.3871246;-110.2114558,way_type=user_defined:way_id=80W -edge,11829,11829;41.3871246;-110.2114558:11830;41.3874606;-110.2097708,way_type=user_defined:way_id=80W -edge,11830,11830;41.3874606;-110.2097708:11831;41.3876114;-110.2090067,way_type=user_defined:way_id=80W -edge,11831,11831;41.3876114;-110.2090067:11832;41.3877958;-110.2081015,way_type=user_defined:way_id=80W -edge,11832,11832;41.3877958;-110.2081015:11833;41.3880436;-110.2068667,way_type=user_defined:way_id=80W -edge,11833,11833;41.3880436;-110.2068667:11834;41.3892273;-110.2009272,way_type=user_defined:way_id=80W -edge,11834,11834;41.3892273;-110.2009272:11835;41.3895305;-110.1994268,way_type=user_defined:way_id=80W -edge,11835,11835;41.3895305;-110.1994268:11836;41.389755;-110.1982997,way_type=user_defined:way_id=80W -edge,11836,11836;41.389755;-110.1982997:11837;41.3899799;-110.1971901,way_type=user_defined:way_id=80W -edge,11837,11837;41.3899799;-110.1971901:11838;41.390145;-110.1963519,way_type=user_defined:way_id=80W -edge,11838,11838;41.390145;-110.1963519:11839;41.3903695;-110.1952339,way_type=user_defined:way_id=80W -edge,11839,11839;41.3903695;-110.1952339:11840;41.39064236;-110.1938564,way_type=user_defined:way_id=80W -edge,11840,11840;41.39064236;-110.1938564:11841;41.3906811;-110.1936609,way_type=user_defined:way_id=80W -edge,11841,11841;41.3906811;-110.1936609:11842;41.3910226;-110.1919514,way_type=user_defined:way_id=80W -edge,11842,11842;41.3910226;-110.1919514:11843;41.3910226;-110.1919514,way_type=user_defined:way_id=80W -edge,11843,11843;41.3910226;-110.1919514:11844;41.391158;-110.1912817,way_type=user_defined:way_id=80W -edge,11844,11844;41.391158;-110.1912817:11845;41.3912144;-110.1910121,way_type=user_defined:way_id=80W -edge,11845,11845;41.3912144;-110.1910121:11846;41.3913348;-110.1904569,way_type=user_defined:way_id=80W -edge,11846,11846;41.3913348;-110.1904569:11847;41.3914077;-110.1901354,way_type=user_defined:way_id=80W -edge,11847,11847;41.3914077;-110.1901354:11848;41.3915239;-110.1896461,way_type=user_defined:way_id=80W -edge,11848,11848;41.3915239;-110.1896461:11849;41.3916075;-110.1893076,way_type=user_defined:way_id=80W -edge,11849,11849;41.3916075;-110.1893076:11850;41.39169276;-110.1889746,way_type=user_defined:way_id=80W -edge,11850,11850;41.39169276;-110.1889746:11851;41.3917395;-110.1887921,way_type=user_defined:way_id=80W -edge,11851,11851;41.3917395;-110.1887921:11852;41.3918836;-110.188251,way_type=user_defined:way_id=80W -edge,11852,11852;41.3918836;-110.188251:11853;41.3920318;-110.1877104,way_type=user_defined:way_id=80W -edge,11853,11853;41.3920318;-110.1877104:11854;41.3921095;-110.1874362,way_type=user_defined:way_id=80W -edge,11854,11854;41.3921095;-110.1874362:11855;41.3922787;-110.1868628,way_type=user_defined:way_id=80W -edge,11855,11855;41.3922787;-110.1868628:11856;41.3924425;-110.1863258,way_type=user_defined:way_id=80W -edge,11856,11856;41.3924425;-110.1863258:11857;41.3925288;-110.1860544,way_type=user_defined:way_id=80W -edge,11857,11857;41.3925288;-110.1860544:11858;41.3926161;-110.1857942,way_type=user_defined:way_id=80W -edge,11858,11858;41.3926161;-110.1857942:11859;41.392709;-110.1855269,way_type=user_defined:way_id=80W -edge,11859,11859;41.392709;-110.1855269:11860;41.39291696;-110.1849195,way_type=user_defined:way_id=80W -edge,11860,11860;41.39291696;-110.1849195:11861;41.39291696;-110.1849195,way_type=user_defined:way_id=80W -edge,11861,11861;41.39291696;-110.1849195:11862;41.3930722;-110.1844723,way_type=user_defined:way_id=80W -edge,11862,11862;41.3930722;-110.1844723:11863;41.3931732;-110.1841892,way_type=user_defined:way_id=80W -edge,11863,11863;41.3931732;-110.1841892:11864;41.3932698;-110.1839247,way_type=user_defined:way_id=80W -edge,11864,11864;41.3932698;-110.1839247:11865;41.3934651;-110.1834066,way_type=user_defined:way_id=80W -edge,11865,11865;41.3934651;-110.1834066:11866;41.3936424;-110.18295,way_type=user_defined:way_id=80W -edge,11866,11866;41.3936424;-110.18295:11867;41.3937695;-110.1826307,way_type=user_defined:way_id=80W -edge,11867,11867;41.3937695;-110.1826307:11868;41.3939398;-110.1822143,way_type=user_defined:way_id=80W -edge,11868,11868;41.3939398;-110.1822143:11869;41.3940991;-110.1818342,way_type=user_defined:way_id=80W -edge,11869,11869;41.3940991;-110.1818342:11870;41.39427294;-110.181432,way_type=user_defined:way_id=80W -edge,11870,11870;41.39427294;-110.181432:11871;41.3943113;-110.1813432,way_type=user_defined:way_id=80W -edge,11871,11871;41.3943113;-110.1813432:11872;41.3945196;-110.1808726,way_type=user_defined:way_id=80W -edge,11872,11872;41.3945196;-110.1808726:11873;41.3946592;-110.1805662,way_type=user_defined:way_id=80W -edge,11873,11873;41.3946592;-110.1805662:11874;41.394864;-110.1801274,way_type=user_defined:way_id=80W -edge,11874,11874;41.394864;-110.1801274:11875;41.3950083;-110.1798265,way_type=user_defined:way_id=80W -edge,11875,11875;41.3950083;-110.1798265:11876;41.3952329;-110.1793722,way_type=user_defined:way_id=80W -edge,11876,11876;41.3952329;-110.1793722:11877;41.39567624;-110.1785025,way_type=user_defined:way_id=80W -edge,11877,11877;41.39567624;-110.1785025:11878;41.39567624;-110.1785025,way_type=user_defined:way_id=80W -edge,11878,11878;41.39567624;-110.1785025:11879;41.39593994;-110.1779891,way_type=user_defined:way_id=80W -edge,11879,11879;41.39593994;-110.1779891:11880;41.3961029;-110.1776718,way_type=user_defined:way_id=80W -edge,11880,11880;41.3961029;-110.1776718:11881;41.3961029;-110.1776718,way_type=user_defined:way_id=80W -edge,11881,11881;41.3961029;-110.1776718:11882;41.3964535;-110.1769934,way_type=user_defined:way_id=80W -edge,11882,11882;41.3964535;-110.1769934:11883;41.3969469;-110.176031,way_type=user_defined:way_id=80W -edge,11883,11883;41.3969469;-110.176031:11884;41.3974378;-110.1750791,way_type=user_defined:way_id=80W -edge,11884,11884;41.3974378;-110.1750791:11885;41.3979107;-110.1741582,way_type=user_defined:way_id=80W -edge,11885,11885;41.3979107;-110.1741582:11886;41.3999146;-110.170276,way_type=user_defined:way_id=80W -edge,11886,11886;41.3999146;-110.170276:11887;41.3999146;-110.170276,way_type=user_defined:way_id=80W -edge,11887,11887;41.3999146;-110.170276:11888;41.39993296;-110.1702381,way_type=user_defined:way_id=80W -edge,11888,11888;41.39993296;-110.1702381:11889;41.3999905;-110.1701281,way_type=user_defined:way_id=80W -edge,11889,11889;41.3999905;-110.1701281:11890;41.4012368;-110.1677004,way_type=user_defined:way_id=80W -edge,11890,11890;41.4012368;-110.1677004:11891;41.4026242;-110.1650141,way_type=user_defined:way_id=80W -edge,11891,11891;41.4026242;-110.1650141:11892;41.4030701;-110.1641429,way_type=user_defined:way_id=80W -edge,11892,11892;41.4030701;-110.1641429:11893;41.404025;-110.1622895,way_type=user_defined:way_id=80W -edge,11893,11893;41.404025;-110.1622895:11894;41.404479;-110.1614007,way_type=user_defined:way_id=80W -edge,11894,11894;41.404479;-110.1614007:11895;41.4053538;-110.1597082,way_type=user_defined:way_id=80W -edge,11895,11895;41.4053538;-110.1597082:11896;41.4058008;-110.1588368,way_type=user_defined:way_id=80W -edge,11896,11896;41.4058008;-110.1588368:11897;41.406325;-110.1578221,way_type=user_defined:way_id=80W -edge,11897,11897;41.406325;-110.1578221:11898;41.4067066;-110.1570741,way_type=user_defined:way_id=80W -edge,11898,11898;41.4067066;-110.1570741:11899;41.4070467;-110.1564151,way_type=user_defined:way_id=80W -edge,11899,11899;41.4070467;-110.1564151:11900;41.4073938;-110.1557377,way_type=user_defined:way_id=80W -edge,11900,11900;41.4073938;-110.1557377:11901;41.408151;-110.1542712,way_type=user_defined:way_id=80W -edge,11901,11901;41.408151;-110.1542712:11902;41.4087628;-110.1530775,way_type=user_defined:way_id=80W -edge,11902,11902;41.4087628;-110.1530775:11903;41.4091164;-110.1523843,way_type=user_defined:way_id=80W -edge,11903,11903;41.4091164;-110.1523843:11904;41.409654;-110.1513377,way_type=user_defined:way_id=80W -edge,11904,11904;41.409654;-110.1513377:11905;41.4097476;-110.1511587,way_type=user_defined:way_id=80W -edge,11905,11905;41.4097476;-110.1511587:11906;41.4098712;-110.150927,way_type=user_defined:way_id=80W -edge,11906,11906;41.4098712;-110.150927:11907;41.4101451;-110.1504216,way_type=user_defined:way_id=80W -edge,11907,11907;41.4101451;-110.1504216:11908;41.4102873;-110.1501635,way_type=user_defined:way_id=80W -edge,11908,11908;41.4102873;-110.1501635:11909;41.4104014;-110.1499603,way_type=user_defined:way_id=80W -edge,11909,11909;41.4104014;-110.1499603:11910;41.4105205;-110.1497522,way_type=user_defined:way_id=80W -edge,11910,11910;41.4105205;-110.1497522:11911;41.4108018;-110.149271,way_type=user_defined:way_id=80W -edge,11911,11911;41.4108018;-110.149271:11912;41.4110729;-110.1488172,way_type=user_defined:way_id=80W -edge,11912,11912;41.4110729;-110.1488172:11913;41.4112632;-110.1485051,way_type=user_defined:way_id=80W -edge,11913,11913;41.4112632;-110.1485051:11914;41.4114686;-110.1481753,way_type=user_defined:way_id=80W -edge,11914,11914;41.4114686;-110.1481753:11915;41.4116279;-110.1479251,way_type=user_defined:way_id=80W -edge,11915,11915;41.4116279;-110.1479251:11916;41.4117697;-110.1477061,way_type=user_defined:way_id=80W -edge,11916,11916;41.4117697;-110.1477061:11917;41.4119127;-110.1474886,way_type=user_defined:way_id=80W -edge,11917,11917;41.4119127;-110.1474886:11918;41.4121682;-110.1471075,way_type=user_defined:way_id=80W -edge,11918,11918;41.4121682;-110.1471075:11919;41.4123486;-110.1468438,way_type=user_defined:way_id=80W -edge,11919,11919;41.4123486;-110.1468438:11920;41.4125011;-110.1466249,way_type=user_defined:way_id=80W -edge,11920,11920;41.4125011;-110.1466249:11921;41.4128002;-110.1462037,way_type=user_defined:way_id=80W -edge,11921,11921;41.4128002;-110.1462037:11922;41.4130803;-110.1458207,way_type=user_defined:way_id=80W -edge,11922,11922;41.4130803;-110.1458207:11923;41.4134038;-110.1453896,way_type=user_defined:way_id=80W -edge,11923,11923;41.4134038;-110.1453896:11924;41.4135653;-110.1451782,way_type=user_defined:way_id=80W -edge,11924,11924;41.4135653;-110.1451782:11925;41.4138795;-110.1447726,way_type=user_defined:way_id=80W -edge,11925,11925;41.4138795;-110.1447726:11926;41.4140378;-110.1445712,way_type=user_defined:way_id=80W -edge,11926,11926;41.4140378;-110.1445712:11927;41.4141861;-110.1443861,way_type=user_defined:way_id=80W -edge,11927,11927;41.4141861;-110.1443861:11928;41.4143699;-110.1441632,way_type=user_defined:way_id=80W -edge,11928,11928;41.4143699;-110.1441632:11929;41.4145922;-110.1439021,way_type=user_defined:way_id=80W -edge,11929,11929;41.4145922;-110.1439021:11930;41.4151881;-110.1432146,way_type=user_defined:way_id=80W -edge,11930,11930;41.4151881;-110.1432146:11931;41.4159303;-110.142352,way_type=user_defined:way_id=80W -edge,11931,11931;41.4159303;-110.142352:11932;41.4163407;-110.1418787,way_type=user_defined:way_id=80W -edge,11932,11932;41.4163407;-110.1418787:11933;41.417483;-110.1405488,way_type=user_defined:way_id=80W -edge,11933,11933;41.417483;-110.1405488:11934;41.4181399;-110.1397915,way_type=user_defined:way_id=80W -edge,11934,11934;41.4181399;-110.1397915:11935;41.418944;-110.1388525,way_type=user_defined:way_id=80W -edge,11935,11935;41.418944;-110.1388525:11936;41.4194401;-110.1382769,way_type=user_defined:way_id=80W -edge,11936,11936;41.4194401;-110.1382769:11937;41.4200942;-110.1375131,way_type=user_defined:way_id=80W -edge,11937,11937;41.4200942;-110.1375131:11938;41.4205649;-110.1369677,way_type=user_defined:way_id=80W -edge,11938,11938;41.4205649;-110.1369677:11939;41.420749;-110.1367523,way_type=user_defined:way_id=80W -edge,11939,11939;41.420749;-110.1367523:11940;41.42091;-110.1365591,way_type=user_defined:way_id=80W -edge,11940,11940;41.42091;-110.1365591:11941;41.4212229;-110.1361744,way_type=user_defined:way_id=80W -edge,11941,11941;41.4212229;-110.1361744:11942;41.421385;-110.1359697,way_type=user_defined:way_id=80W -edge,11942,11942;41.421385;-110.1359697:11943;41.421695;-110.1355695,way_type=user_defined:way_id=80W -edge,11943,11943;41.421695;-110.1355695:11944;41.4218531;-110.1353611,way_type=user_defined:way_id=80W -edge,11944,11944;41.4218531;-110.1353611:11945;41.4221408;-110.1349747,way_type=user_defined:way_id=80W -edge,11945,11945;41.4221408;-110.1349747:11946;41.4222957;-110.1347625,way_type=user_defined:way_id=80W -edge,11946,11946;41.4222957;-110.1347625:11947;41.4224443;-110.1345548,way_type=user_defined:way_id=80W -edge,11947,11947;41.4224443;-110.1345548:11948;41.422719;-110.1341646,way_type=user_defined:way_id=80W -edge,11948,11948;41.422719;-110.1341646:11949;41.422889;-110.1339193,way_type=user_defined:way_id=80W -edge,11949,11949;41.422889;-110.1339193:11950;41.4231575;-110.1335225,way_type=user_defined:way_id=80W -edge,11950,11950;41.4231575;-110.1335225:11951;41.4233764;-110.1331926,way_type=user_defined:way_id=80W -edge,11951,11951;41.4233764;-110.1331926:11952;41.4235764;-110.1328846,way_type=user_defined:way_id=80W -edge,11952,11952;41.4235764;-110.1328846:11953;41.4237534;-110.1326073,way_type=user_defined:way_id=80W -edge,11953,11953;41.4237534;-110.1326073:11954;41.4239787;-110.1322469,way_type=user_defined:way_id=80W -edge,11954,11954;41.4239787;-110.1322469:11955;41.4241853;-110.1319109,way_type=user_defined:way_id=80W -edge,11955,11955;41.4241853;-110.1319109:11956;41.4243237;-110.1316815,way_type=user_defined:way_id=80W -edge,11956,11956;41.4243237;-110.1316815:11957;41.4244736;-110.1314268,way_type=user_defined:way_id=80W -edge,11957,11957;41.4244736;-110.1314268:11958;41.4247573;-110.1309338,way_type=user_defined:way_id=80W -edge,11958,11958;41.4247573;-110.1309338:11959;41.4248876;-110.1307033,way_type=user_defined:way_id=80W -edge,11959,11959;41.4248876;-110.1307033:11960;41.4251094;-110.1303021,way_type=user_defined:way_id=80W -edge,11960,11960;41.4251094;-110.1303021:11961;41.4252921;-110.1299651,way_type=user_defined:way_id=80W -edge,11961,11961;41.4252921;-110.1299651:11962;41.4254332;-110.1296978,way_type=user_defined:way_id=80W -edge,11962,11962;41.4254332;-110.1296978:11963;41.4255675;-110.1294381,way_type=user_defined:way_id=80W -edge,11963,11963;41.4255675;-110.1294381:11964;41.4258102;-110.128961,way_type=user_defined:way_id=80W -edge,11964,11964;41.4258102;-110.128961:11965;41.4259174;-110.1287451,way_type=user_defined:way_id=80W -edge,11965,11965;41.4259174;-110.1287451:11966;41.4261099;-110.1283522,way_type=user_defined:way_id=80W -edge,11966,11966;41.4261099;-110.1283522:11967;41.4263142;-110.1279258,way_type=user_defined:way_id=80W -edge,11967,11967;41.4263142;-110.1279258:11968;41.4264313;-110.1276757,way_type=user_defined:way_id=80W -edge,11968,11968;41.4264313;-110.1276757:11969;41.4265718;-110.1273678,way_type=user_defined:way_id=80W -edge,11969,11969;41.4265718;-110.1273678:11970;41.4268067;-110.1268396,way_type=user_defined:way_id=80W -edge,11970,11970;41.4268067;-110.1268396:11971;41.4269972;-110.1264019,way_type=user_defined:way_id=80W -edge,11971,11971;41.4269972;-110.1264019:11972;41.4271846;-110.1259609,way_type=user_defined:way_id=80W -edge,11972,11972;41.4271846;-110.1259609:11973;41.4273056;-110.1256695,way_type=user_defined:way_id=80W -edge,11973,11973;41.4273056;-110.1256695:11974;41.4274461;-110.1253216,way_type=user_defined:way_id=80W -edge,11974,11974;41.4274461;-110.1253216:11975;41.4275599;-110.1250327,way_type=user_defined:way_id=80W -edge,11975,11975;41.4275599;-110.1250327:11976;41.4277563;-110.1245212,way_type=user_defined:way_id=80W -edge,11976,11976;41.4277563;-110.1245212:11977;41.4278563;-110.1242567,way_type=user_defined:way_id=80W -edge,11977,11977;41.4278563;-110.1242567:11978;41.4279512;-110.1239998,way_type=user_defined:way_id=80W -edge,11978,11978;41.4279512;-110.1239998:11979;41.4281423;-110.1234671,way_type=user_defined:way_id=80W -edge,11979,11979;41.4281423;-110.1234671:11980;41.4283279;-110.1229426,way_type=user_defined:way_id=80W -edge,11980,11980;41.4283279;-110.1229426:11981;41.42851;-110.1224171,way_type=user_defined:way_id=80W -edge,11981,11981;41.42851;-110.1224171:11982;41.4293243;-110.1200438,way_type=user_defined:way_id=80W -edge,11982,11982;41.4293243;-110.1200438:11983;41.4299798;-110.1181449,way_type=user_defined:way_id=80W -edge,11983,11983;41.4299798;-110.1181449:11984;41.43023967;-110.1173875,way_type=user_defined:way_id=80W -edge,11984,11984;41.43023967;-110.1173875:11985;41.4303001;-110.1172114,way_type=user_defined:way_id=80W -edge,11985,11985;41.4303001;-110.1172114:11986;41.430729;-110.1159733,way_type=user_defined:way_id=80W -edge,11986,11986;41.430729;-110.1159733:11987;41.4311862;-110.114644,way_type=user_defined:way_id=80W -edge,11987,11987;41.4311862;-110.114644:11988;41.4314581;-110.1138643,way_type=user_defined:way_id=80W -edge,11988,11988;41.4314581;-110.1138643:11989;41.4314581;-110.1138643,way_type=user_defined:way_id=80W -edge,11989,11989;41.4314581;-110.1138643:11990;41.4323597;-110.1112529,way_type=user_defined:way_id=80W -edge,11990,11990;41.4323597;-110.1112529:11991;41.43253583;-110.1107367,way_type=user_defined:way_id=80W -edge,11991,11991;41.43253583;-110.1107367:11992;41.4328153;-110.1099177,way_type=user_defined:way_id=80W -edge,11992,11992;41.4328153;-110.1099177:11993;41.43326149;-110.1086226,way_type=user_defined:way_id=80W -edge,11993,11993;41.43326149;-110.1086226:11994;41.43326149;-110.1086226,way_type=user_defined:way_id=80W -edge,11994,11994;41.43326149;-110.1086226:11995;41.43400392;-110.106469,way_type=user_defined:way_id=80W -edge,11995,11995;41.43400392;-110.106469:11996;41.4340364;-110.1063748,way_type=user_defined:way_id=80W -edge,11996,11996;41.4340364;-110.1063748:11997;41.43451482;-110.1049988,way_type=user_defined:way_id=80W -edge,11997,11997;41.43451482;-110.1049988:11998;41.4349032;-110.1038713,way_type=user_defined:way_id=80W -edge,11998,11998;41.4349032;-110.1038713:11999;41.4349032;-110.1038713,way_type=user_defined:way_id=80W -edge,11999,11999;41.4349032;-110.1038713:12000;41.4352739;-110.1028219,way_type=user_defined:way_id=80W -edge,12000,12000;41.4352739;-110.1028219:12001;41.4353701;-110.1025595,way_type=user_defined:way_id=80W -edge,12001,12001;41.4353701;-110.1025595:12002;41.43543346;-110.1023903,way_type=user_defined:way_id=80W -edge,12002,12002;41.43543346;-110.1023903:12003;41.4354649;-110.1023064,way_type=user_defined:way_id=80W -edge,12003,12003;41.4354649;-110.1023064:12004;41.4356281;-110.1018818,way_type=user_defined:way_id=80W -edge,12004,12004;41.4356281;-110.1018818:12005;41.4357677;-110.1015278,way_type=user_defined:way_id=80W -edge,12005,12005;41.4357677;-110.1015278:12006;41.4359607;-110.1010557,way_type=user_defined:way_id=80W -edge,12006,12006;41.4359607;-110.1010557:12007;41.4361856;-110.100519,way_type=user_defined:way_id=80W -edge,12007,12007;41.4361856;-110.100519:12008;41.4364151;-110.0999832,way_type=user_defined:way_id=80W -edge,12008,12008;41.4364151;-110.0999832:12009;41.4365272;-110.0997296,way_type=user_defined:way_id=80W -edge,12009,12009;41.4365272;-110.0997296:12010;41.4367677;-110.0992028,way_type=user_defined:way_id=80W -edge,12010,12010;41.4367677;-110.0992028:12011;41.4369977;-110.0987123,way_type=user_defined:way_id=80W -edge,12011,12011;41.4369977;-110.0987123:12012;41.4372323;-110.0982253,way_type=user_defined:way_id=80W -edge,12012,12012;41.4372323;-110.0982253:12013;41.4373971;-110.0978921,way_type=user_defined:way_id=80W -edge,12013,12013;41.4373971;-110.0978921:12014;41.4375966;-110.0974971,way_type=user_defined:way_id=80W -edge,12014,12014;41.4375966;-110.0974971:12015;41.4377222;-110.097253,way_type=user_defined:way_id=80W -edge,12015,12015;41.4377222;-110.097253:12016;41.4378419;-110.0970257,way_type=user_defined:way_id=80W -edge,12016,12016;41.4378419;-110.0970257:12017;41.437984;-110.0967624,way_type=user_defined:way_id=80W -edge,12017,12017;41.437984;-110.0967624:12018;41.4381152;-110.0965233,way_type=user_defined:way_id=80W -edge,12018,12018;41.4381152;-110.0965233:12019;41.4385988;-110.0956516,way_type=user_defined:way_id=80W -edge,12019,12019;41.4385988;-110.0956516:12020;41.439171;-110.0946302,way_type=user_defined:way_id=80W -edge,12020,12020;41.439171;-110.0946302:12021;41.4418726;-110.0898402,way_type=user_defined:way_id=80W -edge,12021,12021;41.4418726;-110.0898402:12022;41.442532;-110.0886773,way_type=user_defined:way_id=80W -edge,12022,12022;41.442532;-110.0886773:12023;41.4433243;-110.0872594,way_type=user_defined:way_id=80W -edge,12023,12023;41.4433243;-110.0872594:12024;41.4436839;-110.0866219,way_type=user_defined:way_id=80W -edge,12024,12024;41.4436839;-110.0866219:12025;41.4443391;-110.0854665,way_type=user_defined:way_id=80W -edge,12025,12025;41.4443391;-110.0854665:12026;41.4452181;-110.0838975,way_type=user_defined:way_id=80W -edge,12026,12026;41.4452181;-110.0838975:12027;41.4459249;-110.082653,way_type=user_defined:way_id=80W -edge,12027,12027;41.4459249;-110.082653:12028;41.4462385;-110.0820947,way_type=user_defined:way_id=80W -edge,12028,12028;41.4462385;-110.0820947:12029;41.4468883;-110.0809475,way_type=user_defined:way_id=80W -edge,12029,12029;41.4468883;-110.0809475:12030;41.4480284;-110.078911,way_type=user_defined:way_id=80W -edge,12030,12030;41.4480284;-110.078911:12031;41.4488173;-110.0775189,way_type=user_defined:way_id=80W -edge,12031,12031;41.4488173;-110.0775189:12032;41.449598;-110.076132,way_type=user_defined:way_id=80W -edge,12032,12032;41.449598;-110.076132:12033;41.4508968;-110.0738194,way_type=user_defined:way_id=80W -edge,12033,12033;41.4508968;-110.0738194:12034;41.4514377;-110.0728629,way_type=user_defined:way_id=80W -edge,12034,12034;41.4514377;-110.0728629:12035;41.452072;-110.0717345,way_type=user_defined:way_id=80W -edge,12035,12035;41.452072;-110.0717345:12036;41.452468;-110.0710333,way_type=user_defined:way_id=80W -edge,12036,12036;41.452468;-110.0710333:12037;41.4540461;-110.0682249,way_type=user_defined:way_id=80W -edge,12037,12037;41.4540461;-110.0682249:12038;41.4548494;-110.0668091,way_type=user_defined:way_id=80W -edge,12038,12038;41.4548494;-110.0668091:12039;41.4551285;-110.0663143,way_type=user_defined:way_id=80W -edge,12039,12039;41.4551285;-110.0663143:12040;41.4563652;-110.0641114,way_type=user_defined:way_id=80W -edge,12040,12040;41.4563652;-110.0641114:12041;41.4573453;-110.0623738,way_type=user_defined:way_id=80W -edge,12041,12041;41.4573453;-110.0623738:12042;41.4579976;-110.0612109,way_type=user_defined:way_id=80W -edge,12042,12042;41.4579976;-110.0612109:12043;41.4587505;-110.0598747,way_type=user_defined:way_id=80W -edge,12043,12043;41.4587505;-110.0598747:12044;41.4599672;-110.0577056,way_type=user_defined:way_id=80W -edge,12044,12044;41.4599672;-110.0577056:12045;41.4608984;-110.0560567,way_type=user_defined:way_id=80W -edge,12045,12045;41.4608984;-110.0560567:12046;41.4611429;-110.0556188,way_type=user_defined:way_id=80W -edge,12046,12046;41.4611429;-110.0556188:12047;41.46148694;-110.055009,way_type=user_defined:way_id=80W -edge,12047,12047;41.46148694;-110.055009:12048;41.46148694;-110.055009,way_type=user_defined:way_id=80W -edge,12048,12048;41.46148694;-110.055009:12049;41.4636377;-110.0511868,way_type=user_defined:way_id=80W -edge,12049,12049;41.4636377;-110.0511868:12050;41.464043;-110.0504712,way_type=user_defined:way_id=80W -edge,12050,12050;41.464043;-110.0504712:12051;41.4644473;-110.0497521,way_type=user_defined:way_id=80W -edge,12051,12051;41.4644473;-110.0497521:12052;41.4648572;-110.0490274,way_type=user_defined:way_id=80W -edge,12052,12052;41.4648572;-110.0490274:12053;41.4648572;-110.0490274,way_type=user_defined:way_id=80W -edge,12053,12053;41.4648572;-110.0490274:12054;41.4658235;-110.0473065,way_type=user_defined:way_id=80W -edge,12054,12054;41.4658235;-110.0473065:12055;41.4664907;-110.0461138,way_type=user_defined:way_id=80W -edge,12055,12055;41.4664907;-110.0461138:12056;41.4668863;-110.0454124,way_type=user_defined:way_id=80W -edge,12056,12056;41.4668863;-110.0454124:12057;41.4672929;-110.0446851,way_type=user_defined:way_id=80W -edge,12057,12057;41.4672929;-110.0446851:12058;41.46753782;-110.0442514,way_type=user_defined:way_id=80W -edge,12058,12058;41.46753782;-110.0442514:12059;41.4678174;-110.0437647,way_type=user_defined:way_id=80W -edge,12059,12059;41.4678174;-110.0437647:12060;41.4680708;-110.043334,way_type=user_defined:way_id=80W -edge,12060,12060;41.4680708;-110.043334:12061;41.4682204;-110.0430843,way_type=user_defined:way_id=80W -edge,12061,12061;41.4682204;-110.0430843:12062;41.4683399;-110.042888,way_type=user_defined:way_id=80W -edge,12062,12062;41.4683399;-110.042888:12063;41.4685493;-110.0425501,way_type=user_defined:way_id=80W -edge,12063,12063;41.4685493;-110.0425501:12064;41.4687783;-110.0421875,way_type=user_defined:way_id=80W -edge,12064,12064;41.4687783;-110.0421875:12065;41.4689;-110.0419988,way_type=user_defined:way_id=80W -edge,12065,12065;41.4689;-110.0419988:12066;41.4690417;-110.0417822,way_type=user_defined:way_id=80W -edge,12066,12066;41.4690417;-110.0417822:12067;41.4692214;-110.0415117,way_type=user_defined:way_id=80W -edge,12067,12067;41.4692214;-110.0415117:12068;41.4694033;-110.0412431,way_type=user_defined:way_id=80W -edge,12068,12068;41.4694033;-110.0412431:12069;41.4696259;-110.0409202,way_type=user_defined:way_id=80W -edge,12069,12069;41.4696259;-110.0409202:12070;41.4698263;-110.040634,way_type=user_defined:way_id=80W -edge,12070,12070;41.4698263;-110.040634:12071;41.4700676;-110.040295,way_type=user_defined:way_id=80W -edge,12071,12071;41.4700676;-110.040295:12072;41.4702277;-110.0400749,way_type=user_defined:way_id=80W -edge,12072,12072;41.4702277;-110.0400749:12073;41.470374;-110.0398774,way_type=user_defined:way_id=80W -edge,12073,12073;41.470374;-110.0398774:12074;41.4708335;-110.0392696,way_type=user_defined:way_id=80W -edge,12074,12074;41.4708335;-110.0392696:12075;41.4709943;-110.039062,way_type=user_defined:way_id=80W -edge,12075,12075;41.4709943;-110.039062:12076;41.4711527;-110.0388614,way_type=user_defined:way_id=80W -edge,12076,12076;41.4711527;-110.0388614:12077;41.4714663;-110.0384735,way_type=user_defined:way_id=80W -edge,12077,12077;41.4714663;-110.0384735:12078;41.4717959;-110.0380773,way_type=user_defined:way_id=80W -edge,12078,12078;41.4717959;-110.0380773:12079;41.4719545;-110.0378908,way_type=user_defined:way_id=80W -edge,12079,12079;41.4719545;-110.0378908:12080;41.4721415;-110.0376747,way_type=user_defined:way_id=80W -edge,12080,12080;41.4721415;-110.0376747:12081;41.4722851;-110.0375108,way_type=user_defined:way_id=80W -edge,12081,12081;41.4722851;-110.0375108:12082;41.4725543;-110.0372092,way_type=user_defined:way_id=80W -edge,12082,12082;41.4725543;-110.0372092:12083;41.4727644;-110.0369775,way_type=user_defined:way_id=80W -edge,12083,12083;41.4727644;-110.0369775:12084;41.4729494;-110.0367764,way_type=user_defined:way_id=80W -edge,12084,12084;41.4729494;-110.0367764:12085;41.476048;-110.0334641,way_type=user_defined:way_id=80W -edge,12085,12085;41.476048;-110.0334641:12086;41.477027;-110.0324238,way_type=user_defined:way_id=80W -edge,12086,12086;41.477027;-110.0324238:12087;41.4777482;-110.0316503,way_type=user_defined:way_id=80W -edge,12087,12087;41.4777482;-110.0316503:12088;41.4784927;-110.0308575,way_type=user_defined:way_id=80W -edge,12088,12088;41.4784927;-110.0308575:12089;41.479383;-110.0299051,way_type=user_defined:way_id=80W -edge,12089,12089;41.479383;-110.0299051:12090;41.4806013;-110.0286097,way_type=user_defined:way_id=80W -edge,12090,12090;41.4806013;-110.0286097:12091;41.4811053;-110.0280687,way_type=user_defined:way_id=80W -edge,12091,12091;41.4811053;-110.0280687:12092;41.4817773;-110.0273515,way_type=user_defined:way_id=80W -edge,12092,12092;41.4817773;-110.0273515:12093;41.4829926;-110.0260454,way_type=user_defined:way_id=80W -edge,12093,12093;41.4829926;-110.0260454:12094;41.48381206;-110.025169,way_type=user_defined:way_id=80W -edge,12094,12094;41.48381206;-110.025169:12095;41.4849968;-110.023902,way_type=user_defined:way_id=80W -edge,12095,12095;41.4849968;-110.023902:12096;41.4857337;-110.0231107,way_type=user_defined:way_id=80W -edge,12096,12096;41.4857337;-110.0231107:12097;41.4872011;-110.0215462,way_type=user_defined:way_id=80W -edge,12097,12097;41.4872011;-110.0215462:12098;41.4876688;-110.0210432,way_type=user_defined:way_id=80W -edge,12098,12098;41.4876688;-110.0210432:12099;41.4880484;-110.0206315,way_type=user_defined:way_id=80W -edge,12099,12099;41.4880484;-110.0206315:12100;41.4883869;-110.0202572,way_type=user_defined:way_id=80W -edge,12100,12100;41.4883869;-110.0202572:12101;41.4886576;-110.0199515,way_type=user_defined:way_id=80W -edge,12101,12101;41.4886576;-110.0199515:12102;41.488904;-110.0196674,way_type=user_defined:way_id=80W -edge,12102,12102;41.488904;-110.0196674:12103;41.4892062;-110.019312,way_type=user_defined:way_id=80W -edge,12103,12103;41.4892062;-110.019312:12104;41.4895526;-110.0188949,way_type=user_defined:way_id=80W -edge,12104,12104;41.4895526;-110.0188949:12105;41.4901547;-110.0181589,way_type=user_defined:way_id=80W -edge,12105,12105;41.4901547;-110.0181589:12106;41.49136539;-110.0166879,way_type=user_defined:way_id=80W -edge,12106,12106;41.49136539;-110.0166879:12107;41.49136539;-110.0166879,way_type=user_defined:way_id=80W -edge,12107,12107;41.49136539;-110.0166879:12108;41.4919751;-110.0159359,way_type=user_defined:way_id=80W -edge,12108,12108;41.4919751;-110.0159359:12109;41.4928977;-110.0148155,way_type=user_defined:way_id=80W -edge,12109,12109;41.4928977;-110.0148155:12110;41.4934188;-110.0141731,way_type=user_defined:way_id=80W -edge,12110,12110;41.4934188;-110.0141731:12111;41.4940634;-110.0133911,way_type=user_defined:way_id=80W -edge,12111,12111;41.4940634;-110.0133911:12112;41.49537321;-110.0117951,way_type=user_defined:way_id=80W -edge,12112,12112;41.49537321;-110.0117951:12113;41.49537321;-110.0117951,way_type=user_defined:way_id=80W -edge,12113,12113;41.49537321;-110.0117951:12114;41.4956834;-110.0114149,way_type=user_defined:way_id=80W -edge,12114,12114;41.4956834;-110.0114149:12115;41.4964741;-110.0104382,way_type=user_defined:way_id=80W -edge,12115,12115;41.4964741;-110.0104382:12116;41.4966776;-110.010182,way_type=user_defined:way_id=80W -edge,12116,12116;41.4966776;-110.010182:12117;41.4969283;-110.0098601,way_type=user_defined:way_id=80W -edge,12117,12117;41.4969283;-110.0098601:12118;41.4971026;-110.0096312,way_type=user_defined:way_id=80W -edge,12118,12118;41.4971026;-110.0096312:12119;41.4972596;-110.0094203,way_type=user_defined:way_id=80W -edge,12119,12119;41.4972596;-110.0094203:12120;41.4973901;-110.0092419,way_type=user_defined:way_id=80W -edge,12120,12120;41.4973901;-110.0092419:12121;41.497709;-110.0088003,way_type=user_defined:way_id=80W -edge,12121,12121;41.497709;-110.0088003:12122;41.4980244;-110.0083548,way_type=user_defined:way_id=80W -edge,12122,12122;41.4980244;-110.0083548:12123;41.4982872;-110.0079746,way_type=user_defined:way_id=80W -edge,12123,12123;41.4982872;-110.0079746:12124;41.4985366;-110.0076029,way_type=user_defined:way_id=80W -edge,12124,12124;41.4985366;-110.0076029:12125;41.4987308;-110.0073058,way_type=user_defined:way_id=80W -edge,12125,12125;41.4987308;-110.0073058:12126;41.4989932;-110.0068934,way_type=user_defined:way_id=80W -edge,12126,12126;41.4989932;-110.0068934:12127;41.4991367;-110.0066627,way_type=user_defined:way_id=80W -edge,12127,12127;41.4991367;-110.0066627:12128;41.4992746;-110.0064374,way_type=user_defined:way_id=80W -edge,12128,12128;41.4992746;-110.0064374:12129;41.4995254;-110.0060191,way_type=user_defined:way_id=80W -edge,12129,12129;41.4995254;-110.0060191:12130;41.4998122;-110.0055298,way_type=user_defined:way_id=80W -edge,12130,12130;41.4998122;-110.0055298:12131;41.5000732;-110.0050731,way_type=user_defined:way_id=80W -edge,12131,12131;41.5000732;-110.0050731:12132;41.5003466;-110.0045824,way_type=user_defined:way_id=80W -edge,12132,12132;41.5003466;-110.0045824:12133;41.5006011;-110.0041119,way_type=user_defined:way_id=80W -edge,12133,12133;41.5006011;-110.0041119:12134;41.5007217;-110.003883,way_type=user_defined:way_id=80W -edge,12134,12134;41.5007217;-110.003883:12135;41.5008486;-110.0036379,way_type=user_defined:way_id=80W -edge,12135,12135;41.5008486;-110.0036379:12136;41.5009898;-110.0033619,way_type=user_defined:way_id=80W -edge,12136,12136;41.5009898;-110.0033619:12137;41.5012155;-110.0029155,way_type=user_defined:way_id=80W -edge,12137,12137;41.5012155;-110.0029155:12138;41.5014235;-110.0024993,way_type=user_defined:way_id=80W -edge,12138,12138;41.5014235;-110.0024993:12139;41.5021719;-110.000989,way_type=user_defined:way_id=80W -edge,12139,12139;41.5021719;-110.000989:12140;41.5031334;-109.9990557,way_type=user_defined:way_id=80W -edge,12140,12140;41.5031334;-109.9990557:12141;41.503612;-109.9980972,way_type=user_defined:way_id=80W -edge,12141,12141;41.503612;-109.9980972:12142;41.5039856;-109.9973429,way_type=user_defined:way_id=80W -edge,12142,12142;41.5039856;-109.9973429:12143;41.5052751;-109.994755,way_type=user_defined:way_id=80W -edge,12143,12143;41.5052751;-109.994755:12144;41.50671;-109.9918623,way_type=user_defined:way_id=80W -edge,12144,12144;41.50671;-109.9918623:12145;41.50696119;-109.9913577,way_type=user_defined:way_id=80W -edge,12145,12145;41.50696119;-109.9913577:12146;41.50730809;-109.9906609,way_type=user_defined:way_id=80W -edge,12146,12146;41.50730809;-109.9906609:12147;41.50730809;-109.9906609,way_type=user_defined:way_id=80W -edge,12147,12147;41.50730809;-109.9906609:12148;41.50818678;-109.9888971,way_type=user_defined:way_id=80W -edge,12148,12148;41.50818678;-109.9888971:12149;41.5089234;-109.9874184,way_type=user_defined:way_id=80W -edge,12149,12149;41.5089234;-109.9874184:12150;41.5092619;-109.9867335,way_type=user_defined:way_id=80W -edge,12150,12150;41.5092619;-109.9867335:12151;41.50966644;-109.9859214,way_type=user_defined:way_id=80W -edge,12151,12151;41.50966644;-109.9859214:12152;41.50966644;-109.9859214,way_type=user_defined:way_id=80W -edge,12152,12152;41.50966644;-109.9859214:12153;41.5108269;-109.9835808,way_type=user_defined:way_id=80W -edge,12153,12153;41.5108269;-109.9835808:12154;41.51106643;-109.9831011,way_type=user_defined:way_id=80W -edge,12154,12154;41.51106643;-109.9831011:12155;41.5117387;-109.9817549,way_type=user_defined:way_id=80W -edge,12155,12155;41.5117387;-109.9817549:12156;41.5117387;-109.9817549,way_type=user_defined:way_id=80W -edge,12156,12156;41.5117387;-109.9817549:12157;41.51190107;-109.9814262,way_type=user_defined:way_id=80W -edge,12157,12157;41.51190107;-109.9814262:12158;41.5121755;-109.9808707,way_type=user_defined:way_id=80W -edge,12158,12158;41.5121755;-109.9808707:12159;41.5128733;-109.9794651,way_type=user_defined:way_id=80W -edge,12159,12159;41.5128733;-109.9794651:12160;41.5133232;-109.978565,way_type=user_defined:way_id=80W -edge,12160,12160;41.5133232;-109.978565:12161;41.5136832;-109.9778418,way_type=user_defined:way_id=80W -edge,12161,12161;41.5136832;-109.9778418:12162;41.5140927;-109.9770147,way_type=user_defined:way_id=80W -edge,12162,12162;41.5140927;-109.9770147:12163;41.5146364;-109.9759236,way_type=user_defined:way_id=80W -edge,12163,12163;41.5146364;-109.9759236:12164;41.5151058;-109.9749701,way_type=user_defined:way_id=80W -edge,12164,12164;41.5151058;-109.9749701:12165;41.5157286;-109.97373,way_type=user_defined:way_id=80W -edge,12165,12165;41.5157286;-109.97373:12166;41.5162214;-109.9727348,way_type=user_defined:way_id=80W -edge,12166,12166;41.5162214;-109.9727348:12167;41.5170203;-109.9711311,way_type=user_defined:way_id=80W -edge,12167,12167;41.5170203;-109.9711311:12168;41.5175258;-109.9701086,way_type=user_defined:way_id=80W -edge,12168,12168;41.5175258;-109.9701086:12169;41.517876;-109.9694109,way_type=user_defined:way_id=80W -edge,12169,12169;41.517876;-109.9694109:12170;41.5183211;-109.9685156,way_type=user_defined:way_id=80W -edge,12170,12170;41.5183211;-109.9685156:12171;41.5187137;-109.96773,way_type=user_defined:way_id=80W -edge,12171,12171;41.5187137;-109.96773:12172;41.5192218;-109.9667017,way_type=user_defined:way_id=80W -edge,12172,12172;41.5192218;-109.9667017:12173;41.5198222;-109.9654996,way_type=user_defined:way_id=80W -edge,12173,12173;41.5198222;-109.9654996:12174;41.5210547;-109.9630201,way_type=user_defined:way_id=80W -edge,12174,12174;41.5210547;-109.9630201:12175;41.5223671;-109.9603687,way_type=user_defined:way_id=80W -edge,12175,12175;41.5223671;-109.9603687:12176;41.5229376;-109.9592245,way_type=user_defined:way_id=80W -edge,12176,12176;41.5229376;-109.9592245:12177;41.5233913;-109.9583188,way_type=user_defined:way_id=80W -edge,12177,12177;41.5233913;-109.9583188:12178;41.5240197;-109.9570451,way_type=user_defined:way_id=80W -edge,12178,12178;41.5240197;-109.9570451:12179;41.5244879;-109.9561082,way_type=user_defined:way_id=80W -edge,12179,12179;41.5244879;-109.9561082:12180;41.5254416;-109.9541829,way_type=user_defined:way_id=80W -edge,12180,12180;41.5254416;-109.9541829:12181;41.526041;-109.9529818,way_type=user_defined:way_id=80W -edge,12181,12181;41.526041;-109.9529818:12182;41.5265546;-109.9519465,way_type=user_defined:way_id=80W -edge,12182,12182;41.5265546;-109.9519465:12183;41.5277329;-109.9495629,way_type=user_defined:way_id=80W -edge,12183,12183;41.5277329;-109.9495629:12184;41.528334;-109.9483608,way_type=user_defined:way_id=80W -edge,12184,12184;41.528334;-109.9483608:12185;41.5286759;-109.9476678,way_type=user_defined:way_id=80W -edge,12185,12185;41.5286759;-109.9476678:12186;41.5292445;-109.9465224,way_type=user_defined:way_id=80W -edge,12186,12186;41.5292445;-109.9465224:12187;41.5297658;-109.9454772,way_type=user_defined:way_id=80W -edge,12187,12187;41.5297658;-109.9454772:12188;41.5308052;-109.9433817,way_type=user_defined:way_id=80W -edge,12188,12188;41.5308052;-109.9433817:12189;41.531706;-109.9415719,way_type=user_defined:way_id=80W -edge,12189,12189;41.531706;-109.9415719:12190;41.5321976;-109.9405764,way_type=user_defined:way_id=80W -edge,12190,12190;41.5321976;-109.9405764:12191;41.5328558;-109.9392485,way_type=user_defined:way_id=80W -edge,12191,12191;41.5328558;-109.9392485:12192;41.5341616;-109.9366226,way_type=user_defined:way_id=80W -edge,12192,12192;41.5341616;-109.9366226:12193;41.5346418;-109.9356482,way_type=user_defined:way_id=80W -edge,12193,12193;41.5346418;-109.9356482:12194;41.5358251;-109.9332663,way_type=user_defined:way_id=80W -edge,12194,12194;41.5358251;-109.9332663:12195;41.5363195;-109.9322648,way_type=user_defined:way_id=80W -edge,12195,12195;41.5363195;-109.9322648:12196;41.5370839;-109.9307331,way_type=user_defined:way_id=80W -edge,12196,12196;41.5370839;-109.9307331:12197;41.5383729;-109.928133,way_type=user_defined:way_id=80W -edge,12197,12197;41.5383729;-109.928133:12198;41.5389449;-109.9269861,way_type=user_defined:way_id=80W -edge,12198,12198;41.5389449;-109.9269861:12199;41.5394955;-109.925876,way_type=user_defined:way_id=80W -edge,12199,12199;41.5394955;-109.925876:12200;41.5402044;-109.9244514,way_type=user_defined:way_id=80W -edge,12200,12200;41.5402044;-109.9244514:12201;41.54055428;-109.923753,way_type=user_defined:way_id=80W -edge,12201,12201;41.54055428;-109.923753:12202;41.5406426;-109.9235767,way_type=user_defined:way_id=80W -edge,12202,12202;41.5406426;-109.9235767:12203;41.5409948;-109.9228559,way_type=user_defined:way_id=80W -edge,12203,12203;41.5409948;-109.9228559:12204;41.5412021;-109.9224224,way_type=user_defined:way_id=80W -edge,12204,12204;41.5412021;-109.9224224:12205;41.5412021;-109.9224224,way_type=user_defined:way_id=80W -edge,12205,12205;41.5412021;-109.9224224:12206;41.5413468;-109.9221134,way_type=user_defined:way_id=80W -edge,12206,12206;41.5413468;-109.9221134:12207;41.5414861;-109.9218096,way_type=user_defined:way_id=80W -edge,12207,12207;41.5414861;-109.9218096:12208;41.5416832;-109.921367,way_type=user_defined:way_id=80W -edge,12208,12208;41.5416832;-109.921367:12209;41.5418025;-109.9210903,way_type=user_defined:way_id=80W -edge,12209,12209;41.5418025;-109.9210903:12210;41.5419077;-109.9208373,way_type=user_defined:way_id=80W -edge,12210,12210;41.5419077;-109.9208373:12211;41.54194209;-109.9207519,way_type=user_defined:way_id=80W -edge,12211,12211;41.54194209;-109.9207519:12212;41.542024;-109.9205487,way_type=user_defined:way_id=80W -edge,12212,12212;41.542024;-109.9205487:12213;41.5422023;-109.9200926,way_type=user_defined:way_id=80W -edge,12213,12213;41.5422023;-109.9200926:12214;41.5423094;-109.9198078,way_type=user_defined:way_id=80W -edge,12214,12214;41.5423094;-109.9198078:12215;41.5424039;-109.9195479,way_type=user_defined:way_id=80W -edge,12215,12215;41.5424039;-109.9195479:12216;41.542578;-109.9190486,way_type=user_defined:way_id=80W -edge,12216,12216;41.542578;-109.9190486:12217;41.5426672;-109.9187846,way_type=user_defined:way_id=80W -edge,12217,12217;41.5426672;-109.9187846:12218;41.5427628;-109.9184937,way_type=user_defined:way_id=80W -edge,12218,12218;41.5427628;-109.9184937:12219;41.5428475;-109.9182281,way_type=user_defined:way_id=80W -edge,12219,12219;41.5428475;-109.9182281:12220;41.5429716;-109.9178231,way_type=user_defined:way_id=80W -edge,12220,12220;41.5429716;-109.9178231:12221;41.5430846;-109.9174416,way_type=user_defined:way_id=80W -edge,12221,12221;41.5430846;-109.9174416:12222;41.5431591;-109.9171804,way_type=user_defined:way_id=80W -edge,12222,12222;41.5431591;-109.9171804:12223;41.5432365;-109.9169009,way_type=user_defined:way_id=80W -edge,12223,12223;41.5432365;-109.9169009:12224;41.5433069;-109.916638,way_type=user_defined:way_id=80W -edge,12224,12224;41.5433069;-109.916638:12225;41.5433799;-109.9163569,way_type=user_defined:way_id=80W -edge,12225,12225;41.5433799;-109.9163569:12226;41.5434459;-109.9160926,way_type=user_defined:way_id=80W -edge,12226,12226;41.5434459;-109.9160926:12227;41.5435142;-109.9158099,way_type=user_defined:way_id=80W -edge,12227,12227;41.5435142;-109.9158099:12228;41.5435805;-109.9155266,way_type=user_defined:way_id=80W -edge,12228,12228;41.5435805;-109.9155266:12229;41.543641;-109.9152604,way_type=user_defined:way_id=80W -edge,12229,12229;41.543641;-109.9152604:12230;41.5436951;-109.9150121,way_type=user_defined:way_id=80W -edge,12230,12230;41.5436951;-109.9150121:12231;41.5437607;-109.9146985,way_type=user_defined:way_id=80W -edge,12231,12231;41.5437607;-109.9146985:12232;41.543851;-109.9142422,way_type=user_defined:way_id=80W -edge,12232,12232;41.543851;-109.9142422:12233;41.5439238;-109.9138551,way_type=user_defined:way_id=80W -edge,12233,12233;41.5439238;-109.9138551:12234;41.5439687;-109.9136032,way_type=user_defined:way_id=80W -edge,12234,12234;41.5439687;-109.9136032:12235;41.5440099;-109.9133597,way_type=user_defined:way_id=80W -edge,12235,12235;41.5440099;-109.9133597:12236;41.5440675;-109.9130023,way_type=user_defined:way_id=80W -edge,12236,12236;41.5440675;-109.9130023:12237;41.5441508;-109.912463,way_type=user_defined:way_id=80W -edge,12237,12237;41.5441508;-109.912463:12238;41.5441916;-109.9121882,way_type=user_defined:way_id=80W -edge,12238,12238;41.5441916;-109.9121882:12239;41.54428083;-109.9114014,way_type=user_defined:way_id=80W -edge,12239,12239;41.54428083;-109.9114014:12240;41.54428083;-109.9114014,way_type=user_defined:way_id=80W -edge,12240,12240;41.54428083;-109.9114014:12241;41.54429942;-109.9112037,way_type=user_defined:way_id=80W -edge,12241,12241;41.54429942;-109.9112037:12242;41.54429942;-109.9112037,way_type=user_defined:way_id=80W -edge,12242,12242;41.54429942;-109.9112037:12243;41.54431788;-109.9110054,way_type=user_defined:way_id=80W -edge,12243,12243;41.54431788;-109.9110054:12244;41.54431788;-109.9110054,way_type=user_defined:way_id=80W -edge,12244,12244;41.54431788;-109.9110054:12245;41.54433;-109.9108751,way_type=user_defined:way_id=80W -edge,12245,12245;41.54433;-109.9108751:12246;41.5443527;-109.9106025,way_type=user_defined:way_id=80W -edge,12246,12246;41.5443527;-109.9106025:12247;41.5443759;-109.9103083,way_type=user_defined:way_id=80W -edge,12247,12247;41.5443759;-109.9103083:12248;41.5443997;-109.9099836,way_type=user_defined:way_id=80W -edge,12248,12248;41.5443997;-109.9099836:12249;41.5444167;-109.9097311,way_type=user_defined:way_id=80W -edge,12249,12249;41.5444167;-109.9097311:12250;41.5444336;-109.9094387,way_type=user_defined:way_id=80W -edge,12250,12250;41.5444336;-109.9094387:12251;41.5444597;-109.9088958,way_type=user_defined:way_id=80W -edge,12251,12251;41.5444597;-109.9088958:12252;41.5444714;-109.9086075,way_type=user_defined:way_id=80W -edge,12252,12252;41.5444714;-109.9086075:12253;41.5444808;-109.9083174,way_type=user_defined:way_id=80W -edge,12253,12253;41.5444808;-109.9083174:12254;41.5444877;-109.908026,way_type=user_defined:way_id=80W -edge,12254,12254;41.5444877;-109.908026:12255;41.5444917;-109.9077336,way_type=user_defined:way_id=80W -edge,12255,12255;41.5444917;-109.9077336:12256;41.5444931;-109.9074514,way_type=user_defined:way_id=80W -edge,12256,12256;41.5444931;-109.9074514:12257;41.5444921;-109.907148,way_type=user_defined:way_id=80W -edge,12257,12257;41.5444921;-109.907148:12258;41.5444851;-109.9065714,way_type=user_defined:way_id=80W -edge,12258,12258;41.5444851;-109.9065714:12259;41.5444789;-109.9062793,way_type=user_defined:way_id=80W -edge,12259,12259;41.5444789;-109.9062793:12260;41.5444679;-109.9059009,way_type=user_defined:way_id=80W -edge,12260,12260;41.5444679;-109.9059009:12261;41.5444593;-109.9056669,way_type=user_defined:way_id=80W -edge,12261,12261;41.5444593;-109.9056669:12262;41.54445023;-109.9054627,way_type=user_defined:way_id=80W -edge,12262,12262;41.54445023;-109.9054627:12263;41.5444458;-109.9053631,way_type=user_defined:way_id=80W -edge,12263,12263;41.5444458;-109.9053631:12264;41.5444313;-109.9050851,way_type=user_defined:way_id=80W -edge,12264,12264;41.5444313;-109.9050851:12265;41.5444126;-109.9047895,way_type=user_defined:way_id=80W -edge,12265,12265;41.5444126;-109.9047895:12266;41.5443929;-109.9045183,way_type=user_defined:way_id=80W -edge,12266,12266;41.5443929;-109.9045183:12267;41.5443687;-109.9042261,way_type=user_defined:way_id=80W -edge,12267,12267;41.5443687;-109.9042261:12268;41.5442887;-109.9033611,way_type=user_defined:way_id=80W -edge,12268,12268;41.5442887;-109.9033611:12269;41.5442536;-109.9030332,way_type=user_defined:way_id=80W -edge,12269,12269;41.5442536;-109.9030332:12270;41.5442226;-109.9027817,way_type=user_defined:way_id=80W -edge,12270,12270;41.5442226;-109.9027817:12271;41.5441746;-109.9024283,way_type=user_defined:way_id=80W -edge,12271,12271;41.5441746;-109.9024283:12272;41.544124;-109.9020739,way_type=user_defined:way_id=80W -edge,12272,12272;41.544124;-109.9020739:12273;41.54406;-109.9016442,way_type=user_defined:way_id=80W -edge,12273,12273;41.54406;-109.9016442:12274;41.5440089;-109.9013178,way_type=user_defined:way_id=80W -edge,12274,12274;41.5440089;-109.9013178:12275;41.5439672;-109.9010671,way_type=user_defined:way_id=80W -edge,12275,12275;41.5439672;-109.9010671:12276;41.5439672;-109.9010671,way_type=user_defined:way_id=80W -edge,12276,12276;41.5439672;-109.9010671:12277;41.5439119;-109.9007527,way_type=user_defined:way_id=80W -edge,12277,12277;41.5439119;-109.9007527:12278;41.5438611;-109.9004759,way_type=user_defined:way_id=80W -edge,12278,12278;41.5438611;-109.9004759:12279;41.54376811;-109.899984,way_type=user_defined:way_id=80W -edge,12279,12279;41.54376811;-109.899984:12280;41.5436555;-109.8993884,way_type=user_defined:way_id=80W -edge,12280,12280;41.5436555;-109.8993884:12281;41.5435376;-109.8987504,way_type=user_defined:way_id=80W -edge,12281,12281;41.5435376;-109.8987504:12282;41.5433714;-109.8978621,way_type=user_defined:way_id=80W -edge,12282,12282;41.5433714;-109.8978621:12283;41.5428869;-109.8953347,way_type=user_defined:way_id=80W -edge,12283,12283;41.5428869;-109.8953347:12284;41.5427806;-109.8947737,way_type=user_defined:way_id=80W -edge,12284,12284;41.5427806;-109.8947737:12285;41.5426764;-109.894204,way_type=user_defined:way_id=80W -edge,12285,12285;41.5426764;-109.894204:12286;41.5426224;-109.8938956,way_type=user_defined:way_id=80W -edge,12286,12286;41.5426224;-109.8938956:12287;41.5425333;-109.8933621,way_type=user_defined:way_id=80W -edge,12287,12287;41.5425333;-109.8933621:12288;41.542489;-109.8930805,way_type=user_defined:way_id=80W -edge,12288,12288;41.542489;-109.8930805:12289;41.5424467;-109.8927985,way_type=user_defined:way_id=80W -edge,12289,12289;41.5424467;-109.8927985:12290;41.5423576;-109.8921857,way_type=user_defined:way_id=80W -edge,12290,12290;41.5423576;-109.8921857:12291;41.5423179;-109.8919017,way_type=user_defined:way_id=80W -edge,12291,12291;41.5423179;-109.8919017:12292;41.5422469;-109.8913693,way_type=user_defined:way_id=80W -edge,12292,12292;41.5422469;-109.8913693:12293;41.5422151;-109.8911114,way_type=user_defined:way_id=80W -edge,12293,12293;41.5422151;-109.8911114:12294;41.5421783;-109.8907955,way_type=user_defined:way_id=80W -edge,12294,12294;41.5421783;-109.8907955:12295;41.5421162;-109.8902281,way_type=user_defined:way_id=80W -edge,12295,12295;41.5421162;-109.8902281:12296;41.5420851;-109.8899203,way_type=user_defined:way_id=80W -edge,12296,12296;41.5420851;-109.8899203:12297;41.5420421;-109.8894625,way_type=user_defined:way_id=80W -edge,12297,12297;41.5420421;-109.8894625:12298;41.5420087;-109.8890694,way_type=user_defined:way_id=80W -edge,12298,12298;41.5420087;-109.8890694:12299;41.5419858;-109.8887794,way_type=user_defined:way_id=80W -edge,12299,12299;41.5419858;-109.8887794:12300;41.5419447;-109.888209,way_type=user_defined:way_id=80W -edge,12300,12300;41.5419447;-109.888209:12301;41.5419259;-109.8879097,way_type=user_defined:way_id=80W -edge,12301,12301;41.5419259;-109.8879097:12302;41.54191;-109.8876194,way_type=user_defined:way_id=80W -edge,12302,12302;41.54191;-109.8876194:12303;41.5418949;-109.8873002,way_type=user_defined:way_id=80W -edge,12303,12303;41.5418949;-109.8873002:12304;41.5418702;-109.886749,way_type=user_defined:way_id=80W -edge,12304,12304;41.5418702;-109.886749:12305;41.5418594;-109.8864678,way_type=user_defined:way_id=80W -edge,12305,12305;41.5418594;-109.8864678:12306;41.541842;-109.8858978,way_type=user_defined:way_id=80W -edge,12306,12306;41.541842;-109.8858978:12307;41.5418344;-109.8855279,way_type=user_defined:way_id=80W -edge,12307,12307;41.5418344;-109.8855279:12308;41.5418276;-109.8850136,way_type=user_defined:way_id=80W -edge,12308,12308;41.5418276;-109.8850136:12309;41.5418255;-109.8844324,way_type=user_defined:way_id=80W -edge,12309,12309;41.5418255;-109.8844324:12310;41.5418268;-109.8841113,way_type=user_defined:way_id=80W -edge,12310,12310;41.5418268;-109.8841113:12311;41.5418331;-109.8835472,way_type=user_defined:way_id=80W -edge,12311,12311;41.5418331;-109.8835472:12312;41.5418407;-109.8832372,way_type=user_defined:way_id=80W -edge,12312,12312;41.5418407;-109.8832372:12313;41.5418992;-109.8812163,way_type=user_defined:way_id=80W -edge,12313,12313;41.5418992;-109.8812163:12314;41.5419497;-109.8794029,way_type=user_defined:way_id=80W -edge,12314,12314;41.5419497;-109.8794029:12315;41.5419833;-109.8782826,way_type=user_defined:way_id=80W -edge,12315,12315;41.5419833;-109.8782826:12316;41.542012;-109.877425,way_type=user_defined:way_id=80W -edge,12316,12316;41.542012;-109.877425:12317;41.5420269;-109.8768736,way_type=user_defined:way_id=80W -edge,12317,12317;41.5420269;-109.8768736:12318;41.5420484;-109.8759673,way_type=user_defined:way_id=80W -edge,12318,12318;41.5420484;-109.8759673:12319;41.5420817;-109.8748079,way_type=user_defined:way_id=80W -edge,12319,12319;41.5420817;-109.8748079:12320;41.5421121;-109.873655,way_type=user_defined:way_id=80W -edge,12320,12320;41.5421121;-109.873655:12321;41.5421727;-109.8715854,way_type=user_defined:way_id=80W -edge,12321,12321;41.5421727;-109.8715854:12322;41.5422092;-109.8701747,way_type=user_defined:way_id=80W -edge,12322,12322;41.5422092;-109.8701747:12323;41.5422462;-109.8689056,way_type=user_defined:way_id=80W -edge,12323,12323;41.5422462;-109.8689056:12324;41.54225838;-109.8685059,way_type=user_defined:way_id=80W -edge,12324,12324;41.54225838;-109.8685059:12325;41.5422966;-109.8672518,way_type=user_defined:way_id=80W -edge,12325,12325;41.5422966;-109.8672518:12326;41.5423373;-109.8657506,way_type=user_defined:way_id=80W -edge,12326,12326;41.5423373;-109.8657506:12327;41.5423373;-109.8657506,way_type=user_defined:way_id=80W -edge,12327,12327;41.5423373;-109.8657506:12328;41.5423584;-109.865027,way_type=user_defined:way_id=80W -edge,12328,12328;41.5423584;-109.865027:12329;41.5423914;-109.8637598,way_type=user_defined:way_id=80W -edge,12329,12329;41.5423914;-109.8637598:12330;41.5424236;-109.8626484,way_type=user_defined:way_id=80W -edge,12330,12330;41.5424236;-109.8626484:12331;41.5424384;-109.8620721,way_type=user_defined:way_id=80W -edge,12331,12331;41.5424384;-109.8620721:12332;41.54245335;-109.8615568,way_type=user_defined:way_id=80W -edge,12332,12332;41.54245335;-109.8615568:12333;41.5424899;-109.8602975,way_type=user_defined:way_id=80W -edge,12333,12333;41.5424899;-109.8602975:12334;41.5425002;-109.8598636,way_type=user_defined:way_id=80W -edge,12334,12334;41.5425002;-109.8598636:12335;41.5425381;-109.8585753,way_type=user_defined:way_id=80W -edge,12335,12335;41.5425381;-109.8585753:12336;41.54257779;-109.8574151,way_type=user_defined:way_id=80W -edge,12336,12336;41.54257779;-109.8574151:12337;41.54257779;-109.8574151,way_type=user_defined:way_id=80W -edge,12337,12337;41.54257779;-109.8574151:12338;41.54258536;-109.8571945,way_type=user_defined:way_id=80W -edge,12338,12338;41.54258536;-109.8571945:12339;41.54259864;-109.856678,way_type=user_defined:way_id=80W -edge,12339,12339;41.54259864;-109.856678:12340;41.54263206;-109.855658,way_type=user_defined:way_id=80W -edge,12340,12340;41.54263206;-109.855658:12341;41.54264851;-109.8551036,way_type=user_defined:way_id=80W -edge,12341,12341;41.54264851;-109.8551036:12342;41.54266391;-109.8544857,way_type=user_defined:way_id=80W -edge,12342,12342;41.54266391;-109.8544857:12343;41.54267955;-109.8539693,way_type=user_defined:way_id=80W -edge,12343,12343;41.54267955;-109.8539693:12344;41.54269548;-109.853326,way_type=user_defined:way_id=80W -edge,12344,12344;41.54269548;-109.853326:12345;41.5426993;-109.8531957,way_type=user_defined:way_id=80W -edge,12345,12345;41.5426993;-109.8531957:12346;41.54271239;-109.8527494,way_type=user_defined:way_id=80W -edge,12346,12346;41.54271239;-109.8527494:12347;41.54273107;-109.8522014,way_type=user_defined:way_id=80W -edge,12347,12347;41.54273107;-109.8522014:12348;41.5427531;-109.8513808,way_type=user_defined:way_id=80W -edge,12348,12348;41.5427531;-109.8513808:12349;41.54278319;-109.8504035,way_type=user_defined:way_id=80W -edge,12349,12349;41.54278319;-109.8504035:12350;41.54279286;-109.849944,way_type=user_defined:way_id=80W -edge,12350,12350;41.54279286;-109.849944:12351;41.54280309;-109.8496104,way_type=user_defined:way_id=80W -edge,12351,12351;41.54280309;-109.8496104:12352;41.54280309;-109.8496104,way_type=user_defined:way_id=80W -edge,12352,12352;41.54280309;-109.8496104:12353;41.54283596;-109.8483401,way_type=user_defined:way_id=80W -edge,12353,12353;41.54283596;-109.8483401:12354;41.54284938;-109.8478211,way_type=user_defined:way_id=80W -edge,12354,12354;41.54284938;-109.8478211:12355;41.54287787;-109.8468905,way_type=user_defined:way_id=80W -edge,12355,12355;41.54287787;-109.8468905:12356;41.5428884;-109.846204,way_type=user_defined:way_id=80W -edge,12356,12356;41.5428884;-109.846204:12357;41.5428991;-109.8459199,way_type=user_defined:way_id=80W -edge,12357,12357;41.5428991;-109.8459199:12358;41.5429697;-109.8433429,way_type=user_defined:way_id=80W -edge,12358,12358;41.5429697;-109.8433429:12359;41.5430075;-109.8420788,way_type=user_defined:way_id=80W -edge,12359,12359;41.5430075;-109.8420788:12360;41.5430576;-109.8403333,way_type=user_defined:way_id=80W -edge,12360,12360;41.5430576;-109.8403333:12361;41.5430907;-109.8391386,way_type=user_defined:way_id=80W -edge,12361,12361;41.5430907;-109.8391386:12362;41.5431197;-109.8379865,way_type=user_defined:way_id=80W -edge,12362,12362;41.5431197;-109.8379865:12363;41.5431372;-109.8373687,way_type=user_defined:way_id=80W -edge,12363,12363;41.5431372;-109.8373687:12364;41.5431634;-109.8361664,way_type=user_defined:way_id=80W -edge,12364,12364;41.5431634;-109.8361664:12365;41.5431723;-109.8355532,way_type=user_defined:way_id=80W -edge,12365,12365;41.5431723;-109.8355532:12366;41.5431864;-109.8343938,way_type=user_defined:way_id=80W -edge,12366,12366;41.5431864;-109.8343938:12367;41.5431876;-109.8340667,way_type=user_defined:way_id=80W -edge,12367,12367;41.5431876;-109.8340667:12368;41.543187;-109.8335587,way_type=user_defined:way_id=80W -edge,12368,12368;41.543187;-109.8335587:12369;41.5431839;-109.8330181,way_type=user_defined:way_id=80W -edge,12369,12369;41.5431839;-109.8330181:12370;41.5431765;-109.8305889,way_type=user_defined:way_id=80W -edge,12370,12370;41.5431765;-109.8305889:12371;41.5431758;-109.8300065,way_type=user_defined:way_id=80W -edge,12371,12371;41.5431758;-109.8300065:12372;41.543169;-109.828958,way_type=user_defined:way_id=80W -edge,12372,12372;41.543169;-109.828958:12373;41.5431661;-109.8273599,way_type=user_defined:way_id=80W -edge,12373,12373;41.5431661;-109.8273599:12374;41.5431611;-109.8264257,way_type=user_defined:way_id=80W -edge,12374,12374;41.5431611;-109.8264257:12375;41.5431605;-109.8253425,way_type=user_defined:way_id=80W -edge,12375,12375;41.5431605;-109.8253425:12376;41.543158;-109.8243629,way_type=user_defined:way_id=80W -edge,12376,12376;41.543158;-109.8243629:12377;41.5431456;-109.8212434,way_type=user_defined:way_id=80W -edge,12377,12377;41.5431456;-109.8212434:12378;41.543142;-109.8197505,way_type=user_defined:way_id=80W -edge,12378,12378;41.543142;-109.8197505:12379;41.5431417;-109.8191315,way_type=user_defined:way_id=80W -edge,12379,12379;41.5431417;-109.8191315:12380;41.5431385;-109.8182325,way_type=user_defined:way_id=80W -edge,12380,12380;41.5431385;-109.8182325:12381;41.5431382;-109.8176502,way_type=user_defined:way_id=80W -edge,12381,12381;41.5431382;-109.8176502:12382;41.5431275;-109.8142041,way_type=user_defined:way_id=80W -edge,12382,12382;41.5431275;-109.8142041:12383;41.5431272;-109.8130102,way_type=user_defined:way_id=80W -edge,12383,12383;41.5431272;-109.8130102:12384;41.5431184;-109.811239,way_type=user_defined:way_id=80W -edge,12384,12384;41.5431184;-109.811239:12385;41.543115;-109.8094945,way_type=user_defined:way_id=80W -edge,12385,12385;41.543115;-109.8094945:12386;41.5431114;-109.8086303,way_type=user_defined:way_id=80W -edge,12386,12386;41.5431114;-109.8086303:12387;41.5431102;-109.8076516,way_type=user_defined:way_id=80W -edge,12387,12387;41.5431102;-109.8076516:12388;41.5431034;-109.8056864,way_type=user_defined:way_id=80W -edge,12388,12388;41.5431034;-109.8056864:12389;41.5430909;-109.8030077,way_type=user_defined:way_id=80W -edge,12389,12389;41.5430909;-109.8030077:12390;41.54308931;-109.802355,way_type=user_defined:way_id=80W -edge,12390,12390;41.54308931;-109.802355:12391;41.5430848;-109.800508,way_type=user_defined:way_id=80W -edge,12391,12391;41.5430848;-109.800508:12392;41.5430848;-109.800508,way_type=user_defined:way_id=80W -edge,12392,12392;41.5430848;-109.800508:12393;41.5430744;-109.7979987,way_type=user_defined:way_id=80W -edge,12393,12393;41.5430744;-109.7979987:12394;41.54307142;-109.7968693,way_type=user_defined:way_id=80W -edge,12394,12394;41.54307142;-109.7968693:12395;41.54307;-109.7963293,way_type=user_defined:way_id=80W -edge,12395,12395;41.54307;-109.7963293:12396;41.5430699;-109.7950501,way_type=user_defined:way_id=80W -edge,12396,12396;41.5430699;-109.7950501:12397;41.54306251;-109.7933518,way_type=user_defined:way_id=80W -edge,12397,12397;41.54306251;-109.7933518:12398;41.54306251;-109.7933518,way_type=user_defined:way_id=80W -edge,12398,12398;41.54306251;-109.7933518:12399;41.5430551;-109.7917827,way_type=user_defined:way_id=80W -edge,12399,12399;41.5430551;-109.7917827:12400;41.54304934;-109.7898897,way_type=user_defined:way_id=80W -edge,12400,12400;41.54304934;-109.7898897:12401;41.5430488;-109.7897118,way_type=user_defined:way_id=80W -edge,12401,12401;41.5430488;-109.7897118:12402;41.543047;-109.7882229,way_type=user_defined:way_id=80W -edge,12402,12402;41.543047;-109.7882229:12403;41.5430428;-109.7875799,way_type=user_defined:way_id=80W -edge,12403,12403;41.5430428;-109.7875799:12404;41.5430417;-109.7871772,way_type=user_defined:way_id=80W -edge,12404,12404;41.5430417;-109.7871772:12405;41.5430417;-109.7871772,way_type=user_defined:way_id=80W -edge,12405,12405;41.5430417;-109.7871772:12406;41.5430398;-109.786525,way_type=user_defined:way_id=80W -edge,12406,12406;41.5430398;-109.786525:12407;41.54303714;-109.785959,way_type=user_defined:way_id=80W -edge,12407,12407;41.54303714;-109.785959:12408;41.5430313;-109.7847144,way_type=user_defined:way_id=80W -edge,12408,12408;41.5430313;-109.7847144:12409;41.5430246;-109.7823135,way_type=user_defined:way_id=80W -edge,12409,12409;41.5430246;-109.7823135:12410;41.5430181;-109.7808359,way_type=user_defined:way_id=80W -edge,12410,12410;41.5430181;-109.7808359:12411;41.5430179;-109.7802954,way_type=user_defined:way_id=80W -edge,12411,12411;41.5430179;-109.7802954:12412;41.5430143;-109.7793949,way_type=user_defined:way_id=80W -edge,12412,12412;41.5430143;-109.7793949:12413;41.5430101;-109.7775016,way_type=user_defined:way_id=80W -edge,12413,12413;41.5430101;-109.7775016:12414;41.5430031;-109.7761946,way_type=user_defined:way_id=80W -edge,12414,12414;41.5430031;-109.7761946:12415;41.5429967;-109.7735394,way_type=user_defined:way_id=80W -edge,12415,12415;41.5429967;-109.7735394:12416;41.5429881;-109.7717675,way_type=user_defined:way_id=80W -edge,12416,12416;41.5429881;-109.7717675:12417;41.5429868;-109.770566,way_type=user_defined:way_id=80W -edge,12417,12417;41.5429868;-109.770566:12418;41.5429755;-109.7682408,way_type=user_defined:way_id=80W -edge,12418,12418;41.5429755;-109.7682408:12419;41.5429743;-109.7670483,way_type=user_defined:way_id=80W -edge,12419,12419;41.5429743;-109.7670483:12420;41.5429609;-109.7641082,way_type=user_defined:way_id=80W -edge,12420,12420;41.5429609;-109.7641082:12421;41.5429594;-109.7629158,way_type=user_defined:way_id=80W -edge,12421,12421;41.5429594;-109.7629158:12422;41.542938;-109.7576109,way_type=user_defined:way_id=80W -edge,12422,12422;41.542938;-109.7576109:12423;41.5429344;-109.7562018,way_type=user_defined:way_id=80W -edge,12423,12423;41.5429344;-109.7562018:12424;41.5429286;-109.7549641,way_type=user_defined:way_id=80W -edge,12424,12424;41.5429286;-109.7549641:12425;41.5429259;-109.7535518,way_type=user_defined:way_id=80W -edge,12425,12425;41.5429259;-109.7535518:12426;41.5429199;-109.7525349,way_type=user_defined:way_id=80W -edge,12426,12426;41.5429199;-109.7525349:12427;41.542917;-109.7517719,way_type=user_defined:way_id=80W -edge,12427,12427;41.542917;-109.7517719:12428;41.5429142;-109.7502498,way_type=user_defined:way_id=80W -edge,12428,12428;41.5429142;-109.7502498:12429;41.5429087;-109.7493041,way_type=user_defined:way_id=80W -edge,12429,12429;41.5429087;-109.7493041:12430;41.5428993;-109.7466198,way_type=user_defined:way_id=80W -edge,12430,12430;41.5428993;-109.7466198:12431;41.5428996;-109.7460372,way_type=user_defined:way_id=80W -edge,12431,12431;41.5428996;-109.7460372:12432;41.5428963;-109.7448758,way_type=user_defined:way_id=80W -edge,12432,12432;41.5428963;-109.7448758:12433;41.5428872;-109.7433187,way_type=user_defined:way_id=80W -edge,12433,12433;41.5428872;-109.7433187:12434;41.5428763;-109.7404375,way_type=user_defined:way_id=80W -edge,12434,12434;41.5428763;-109.7404375:12435;41.5428734;-109.738688,way_type=user_defined:way_id=80W -edge,12435,12435;41.5428734;-109.738688:12436;41.5428618;-109.7364794,way_type=user_defined:way_id=80W -edge,12436,12436;41.5428618;-109.7364794:12437;41.5428583;-109.7351684,way_type=user_defined:way_id=80W -edge,12437,12437;41.5428583;-109.7351684:12438;41.542853;-109.7340743,way_type=user_defined:way_id=80W -edge,12438,12438;41.542853;-109.7340743:12439;41.5428433;-109.731043,way_type=user_defined:way_id=80W -edge,12439,12439;41.5428433;-109.731043:12440;41.5428313;-109.7282438,way_type=user_defined:way_id=80W -edge,12440,12440;41.5428313;-109.7282438:12441;41.5428294;-109.727001,way_type=user_defined:way_id=80W -edge,12441,12441;41.5428294;-109.727001:12442;41.5428247;-109.7258865,way_type=user_defined:way_id=80W -edge,12442,12442;41.5428247;-109.7258865:12443;41.5428232;-109.7250492,way_type=user_defined:way_id=80W -edge,12443,12443;41.5428232;-109.7250492:12444;41.5428142;-109.723453,way_type=user_defined:way_id=80W -edge,12444,12444;41.5428142;-109.723453:12445;41.542813;-109.7222459,way_type=user_defined:way_id=80W -edge,12445,12445;41.542813;-109.7222459:12446;41.5428077;-109.7212052,way_type=user_defined:way_id=80W -edge,12446,12446;41.5428077;-109.7212052:12447;41.5427956;-109.7176132,way_type=user_defined:way_id=80W -edge,12447,12447;41.5427956;-109.7176132:12448;41.5427839;-109.7157989,way_type=user_defined:way_id=80W -edge,12448,12448;41.5427839;-109.7157989:12449;41.5427808;-109.7136532,way_type=user_defined:way_id=80W -edge,12449,12449;41.5427808;-109.7136532:12450;41.5427655;-109.7103959,way_type=user_defined:way_id=80W -edge,12450,12450;41.5427655;-109.7103959:12451;41.5427641;-109.7097853,way_type=user_defined:way_id=80W -edge,12451,12451;41.5427641;-109.7097853:12452;41.54276335;-109.7096204,way_type=user_defined:way_id=80W -edge,12452,12452;41.54276335;-109.7096204:12453;41.5427579;-109.7084147,way_type=user_defined:way_id=80W -edge,12453,12453;41.5427579;-109.7084147:12454;41.5427501;-109.7057708,way_type=user_defined:way_id=80W -edge,12454,12454;41.5427501;-109.7057708:12455;41.5427397;-109.7040335,way_type=user_defined:way_id=80W -edge,12455,12455;41.5427397;-109.7040335:12456;41.5427337;-109.701922,way_type=user_defined:way_id=80W -edge,12456,12456;41.5427337;-109.701922:12457;41.5427295;-109.7013493,way_type=user_defined:way_id=80W -edge,12457,12457;41.5427295;-109.7013493:12458;41.5427265;-109.70048,way_type=user_defined:way_id=80W -edge,12458,12458;41.5427265;-109.70048:12459;41.5427197;-109.699356,way_type=user_defined:way_id=80W -edge,12459,12459;41.5427197;-109.699356:12460;41.5427163;-109.6979858,way_type=user_defined:way_id=80W -edge,12460,12460;41.5427163;-109.6979858:12461;41.5427081;-109.6960645,way_type=user_defined:way_id=80W -edge,12461,12461;41.5427081;-109.6960645:12462;41.5427081;-109.6960645,way_type=user_defined:way_id=80W -edge,12462,12462;41.5427081;-109.6960645:12463;41.5426976;-109.6934824,way_type=user_defined:way_id=80W -edge,12463,12463;41.5426976;-109.6934824:12464;41.5426919;-109.6916726,way_type=user_defined:way_id=80W -edge,12464,12464;41.5426919;-109.6916726:12465;41.5426851;-109.6905758,way_type=user_defined:way_id=80W -edge,12465,12465;41.5426851;-109.6905758:12466;41.5426826;-109.6897834,way_type=user_defined:way_id=80W -edge,12466,12466;41.5426826;-109.6897834:12467;41.5426793;-109.6888019,way_type=user_defined:way_id=80W -edge,12467,12467;41.5426793;-109.6888019:12468;41.5426728;-109.6878623,way_type=user_defined:way_id=80W -edge,12468,12468;41.5426728;-109.6878623:12469;41.5426671;-109.6857918,way_type=user_defined:way_id=80W -edge,12469,12469;41.5426671;-109.6857918:12470;41.5426561;-109.6838688,way_type=user_defined:way_id=80W -edge,12470,12470;41.5426561;-109.6838688:12471;41.542651;-109.6817966,way_type=user_defined:way_id=80W -edge,12471,12471;41.542651;-109.6817966:12472;41.5426477;-109.6807434,way_type=user_defined:way_id=80W -edge,12472,12472;41.5426477;-109.6807434:12473;41.5426369;-109.6787809,way_type=user_defined:way_id=80W -edge,12473,12473;41.5426369;-109.6787809:12474;41.5426368;-109.6781348,way_type=user_defined:way_id=80W -edge,12474,12474;41.5426368;-109.6781348:12475;41.5426446;-109.6775448,way_type=user_defined:way_id=80W -edge,12475,12475;41.5426446;-109.6775448:12476;41.5426512;-109.6772219,way_type=user_defined:way_id=80W -edge,12476,12476;41.5426512;-109.6772219:12477;41.542658;-109.676975,way_type=user_defined:way_id=80W -edge,12477,12477;41.542658;-109.676975:12478;41.5426801;-109.6763587,way_type=user_defined:way_id=80W -edge,12478,12478;41.5426801;-109.6763587:12479;41.5427066;-109.6757811,way_type=user_defined:way_id=80W -edge,12479,12479;41.5427066;-109.6757811:12480;41.5427495;-109.6749096,way_type=user_defined:way_id=80W -edge,12480,12480;41.5427495;-109.6749096:12481;41.5428763;-109.6724166,way_type=user_defined:way_id=80W -edge,12481,12481;41.5428763;-109.6724166:12482;41.542928;-109.6713637,way_type=user_defined:way_id=80W -edge,12482,12482;41.542928;-109.6713637:12483;41.5430014;-109.6699102,way_type=user_defined:way_id=80W -edge,12483,12483;41.5430014;-109.6699102:12484;41.5430666;-109.6687154,way_type=user_defined:way_id=80W -edge,12484,12484;41.5430666;-109.6687154:12485;41.5431224;-109.6675898,way_type=user_defined:way_id=80W -edge,12485,12485;41.5431224;-109.6675898:12486;41.5431799;-109.6664741,way_type=user_defined:way_id=80W -edge,12486,12486;41.5431799;-109.6664741:12487;41.5432316;-109.6654164,way_type=user_defined:way_id=80W -edge,12487,12487;41.5432316;-109.6654164:12488;41.5433087;-109.6639728,way_type=user_defined:way_id=80W -edge,12488,12488;41.5433087;-109.6639728:12489;41.5433992;-109.6621959,way_type=user_defined:way_id=80W -edge,12489,12489;41.5433992;-109.6621959:12490;41.5435931;-109.6583494,way_type=user_defined:way_id=80W -edge,12490,12490;41.5435931;-109.6583494:12491;41.5436579;-109.6570043,way_type=user_defined:way_id=80W -edge,12491,12491;41.5436579;-109.6570043:12492;41.5437153;-109.6558589,way_type=user_defined:way_id=80W -edge,12492,12492;41.5437153;-109.6558589:12493;41.5438256;-109.6537577,way_type=user_defined:way_id=80W -edge,12493,12493;41.5438256;-109.6537577:12494;41.5438524;-109.6532469,way_type=user_defined:way_id=80W -edge,12494,12494;41.5438524;-109.6532469:12495;41.543883;-109.6525961,way_type=user_defined:way_id=80W -edge,12495,12495;41.543883;-109.6525961:12496;41.5439394;-109.651475,way_type=user_defined:way_id=80W -edge,12496,12496;41.5439394;-109.651475:12497;41.5439904;-109.6504989,way_type=user_defined:way_id=80W -edge,12497,12497;41.5439904;-109.6504989:12498;41.544044;-109.6494078,way_type=user_defined:way_id=80W -edge,12498,12498;41.544044;-109.6494078:12499;41.5441336;-109.6476353,way_type=user_defined:way_id=80W -edge,12499,12499;41.5441336;-109.6476353:12500;41.544199;-109.6464004,way_type=user_defined:way_id=80W -edge,12500,12500;41.544199;-109.6464004:12501;41.54431;-109.6440926,way_type=user_defined:way_id=80W -edge,12501,12501;41.54431;-109.6440926:12502;41.5443579;-109.6431814,way_type=user_defined:way_id=80W -edge,12502,12502;41.5443579;-109.6431814:12503;41.5444393;-109.6415831,way_type=user_defined:way_id=80W -edge,12503,12503;41.5444393;-109.6415831:12504;41.5445459;-109.6394489,way_type=user_defined:way_id=80W -edge,12504,12504;41.5445459;-109.6394489:12505;41.5447159;-109.6361323,way_type=user_defined:way_id=80W -edge,12505,12505;41.5447159;-109.6361323:12506;41.5448001;-109.6344347,way_type=user_defined:way_id=80W -edge,12506,12506;41.5448001;-109.6344347:12507;41.5448971;-109.6325427,way_type=user_defined:way_id=80W -edge,12507,12507;41.5448971;-109.6325427:12508;41.5450789;-109.6289094,way_type=user_defined:way_id=80W -edge,12508,12508;41.5450789;-109.6289094:12509;41.5451374;-109.6276921,way_type=user_defined:way_id=80W -edge,12509,12509;41.5451374;-109.6276921:12510;41.5451844;-109.6268181,way_type=user_defined:way_id=80W -edge,12510,12510;41.5451844;-109.6268181:12511;41.5452749;-109.6249977,way_type=user_defined:way_id=80W -edge,12511,12511;41.5452749;-109.6249977:12512;41.5453455;-109.6236207,way_type=user_defined:way_id=80W -edge,12512,12512;41.5453455;-109.6236207:12513;41.5453805;-109.622974,way_type=user_defined:way_id=80W -edge,12513,12513;41.5453805;-109.622974:12514;41.5455103;-109.6203629,way_type=user_defined:way_id=80W -edge,12514,12514;41.5455103;-109.6203629:12515;41.5455888;-109.6188436,way_type=user_defined:way_id=80W -edge,12515,12515;41.5455888;-109.6188436:12516;41.545646;-109.617685,way_type=user_defined:way_id=80W -edge,12516,12516;41.545646;-109.617685:12517;41.5456905;-109.6168202,way_type=user_defined:way_id=80W -edge,12517,12517;41.5456905;-109.6168202:12518;41.5457374;-109.6158422,way_type=user_defined:way_id=80W -edge,12518,12518;41.5457374;-109.6158422:12519;41.5457661;-109.6152995,way_type=user_defined:way_id=80W -edge,12519,12519;41.5457661;-109.6152995:12520;41.5457828;-109.6150149,way_type=user_defined:way_id=80W -edge,12520,12520;41.5457828;-109.6150149:12521;41.5458021;-109.6147199,way_type=user_defined:way_id=80W -edge,12521,12521;41.5458021;-109.6147199:12522;41.545821;-109.6144668,way_type=user_defined:way_id=80W -edge,12522,12522;41.545821;-109.6144668:12523;41.545851;-109.6141106,way_type=user_defined:way_id=80W -edge,12523,12523;41.545851;-109.6141106:12524;41.5458799;-109.6138165,way_type=user_defined:way_id=80W -edge,12524,12524;41.5458799;-109.6138165:12525;41.5459115;-109.6135329,way_type=user_defined:way_id=80W -edge,12525,12525;41.5459115;-109.6135329:12526;41.5459557;-109.6131757,way_type=user_defined:way_id=80W -edge,12526,12526;41.5459557;-109.6131757:12527;41.545984;-109.6129605,way_type=user_defined:way_id=80W -edge,12527,12527;41.545984;-109.6129605:12528;41.546023;-109.6126819,way_type=user_defined:way_id=80W -edge,12528,12528;41.546023;-109.6126819:12529;41.5460663;-109.6123942,way_type=user_defined:way_id=80W -edge,12529,12529;41.5460663;-109.6123942:12530;41.5461132;-109.612104,way_type=user_defined:way_id=80W -edge,12530,12530;41.5461132;-109.612104:12531;41.5461699;-109.6117826,way_type=user_defined:way_id=80W -edge,12531,12531;41.5461699;-109.6117826:12532;41.5462915;-109.6111515,way_type=user_defined:way_id=80W -edge,12532,12532;41.5462915;-109.6111515:12533;41.5463968;-109.6105855,way_type=user_defined:way_id=80W -edge,12533,12533;41.5463968;-109.6105855:12534;41.5464542;-109.6102938,way_type=user_defined:way_id=80W -edge,12534,12534;41.5464542;-109.6102938:12535;41.5465248;-109.6099827,way_type=user_defined:way_id=80W -edge,12535,12535;41.5465248;-109.6099827:12536;41.5466039;-109.6096722,way_type=user_defined:way_id=80W -edge,12536,12536;41.5466039;-109.6096722:12537;41.5466955;-109.6093373,way_type=user_defined:way_id=80W -edge,12537,12537;41.5466955;-109.6093373:12538;41.546774;-109.6090669,way_type=user_defined:way_id=80W -edge,12538,12538;41.546774;-109.6090669:12539;41.5468062;-109.608961,way_type=user_defined:way_id=80W -edge,12539,12539;41.5468062;-109.608961:12540;41.546877;-109.6087314,way_type=user_defined:way_id=80W -edge,12540,12540;41.546877;-109.6087314:12541;41.5469641;-109.6084615,way_type=user_defined:way_id=80W -edge,12541,12541;41.5469641;-109.6084615:12542;41.5470636;-109.6081601,way_type=user_defined:way_id=80W -edge,12542,12542;41.5470636;-109.6081601:12543;41.5471417;-109.6079338,way_type=user_defined:way_id=80W -edge,12543,12543;41.5471417;-109.6079338:12544;41.5471659;-109.6078644,way_type=user_defined:way_id=80W -edge,12544,12544;41.5471659;-109.6078644:12545;41.5472593;-109.6076096,way_type=user_defined:way_id=80W -edge,12545,12545;41.5472593;-109.6076096:12546;41.5473721;-109.6073202,way_type=user_defined:way_id=80W -edge,12546,12546;41.5473721;-109.6073202:12547;41.5474781;-109.6070641,way_type=user_defined:way_id=80W -edge,12547,12547;41.5474781;-109.6070641:12548;41.5476079;-109.6067671,way_type=user_defined:way_id=80W -edge,12548,12548;41.5476079;-109.6067671:12549;41.5480282;-109.6058408,way_type=user_defined:way_id=80W -edge,12549,12549;41.5480282;-109.6058408:12550;41.5481456;-109.6055872,way_type=user_defined:way_id=80W -edge,12550,12550;41.5481456;-109.6055872:12551;41.5482462;-109.6053784,way_type=user_defined:way_id=80W -edge,12551,12551;41.5482462;-109.6053784:12552;41.5483528;-109.6051665,way_type=user_defined:way_id=80W -edge,12552,12552;41.5483528;-109.6051665:12553;41.5484601;-109.6049591,way_type=user_defined:way_id=80W -edge,12553,12553;41.5484601;-109.6049591:12554;41.5485889;-109.6047171,way_type=user_defined:way_id=80W -edge,12554,12554;41.5485889;-109.6047171:12555;41.5486991;-109.6045159,way_type=user_defined:way_id=80W -edge,12555,12555;41.5486991;-109.6045159:12556;41.5488122;-109.6043143,way_type=user_defined:way_id=80W -edge,12556,12556;41.5488122;-109.6043143:12557;41.5492916;-109.6034698,way_type=user_defined:way_id=80W -edge,12557,12557;41.5492916;-109.6034698:12558;41.5496883;-109.6027632,way_type=user_defined:way_id=80W -edge,12558,12558;41.5496883;-109.6027632:12559;41.54985696;-109.602468,way_type=user_defined:way_id=80W -edge,12559,12559;41.54985696;-109.602468:12560;41.5503083;-109.6016779,way_type=user_defined:way_id=80W -edge,12560,12560;41.5503083;-109.6016779:12561;41.5508692;-109.6006877,way_type=user_defined:way_id=80W -edge,12561,12561;41.5508692;-109.6006877:12562;41.5512611;-109.6000015,way_type=user_defined:way_id=80W -edge,12562,12562;41.5512611;-109.6000015:12563;41.55134988;-109.5998443,way_type=user_defined:way_id=80W -edge,12563,12563;41.55134988;-109.5998443:12564;41.551788;-109.5990686,way_type=user_defined:way_id=80W -edge,12564,12564;41.551788;-109.5990686:12565;41.5524041;-109.5979913,way_type=user_defined:way_id=80W -edge,12565,12565;41.5524041;-109.5979913:12566;41.5524041;-109.5979913,way_type=user_defined:way_id=80W -edge,12566,12566;41.5524041;-109.5979913:12567;41.5531808;-109.5966292,way_type=user_defined:way_id=80W -edge,12567,12567;41.5531808;-109.5966292:12568;41.5534194;-109.5962004,way_type=user_defined:way_id=80W -edge,12568,12568;41.5534194;-109.5962004:12569;41.5536734;-109.5957324,way_type=user_defined:way_id=80W -edge,12569,12569;41.5536734;-109.5957324:12570;41.5537984;-109.5954968,way_type=user_defined:way_id=80W -edge,12570,12570;41.5537984;-109.5954968:12571;41.5539212;-109.5952585,way_type=user_defined:way_id=80W -edge,12571,12571;41.5539212;-109.5952585:12572;41.5540567;-109.5949868,way_type=user_defined:way_id=80W -edge,12572,12572;41.5540567;-109.5949868:12573;41.5541786;-109.5947374,way_type=user_defined:way_id=80W -edge,12573,12573;41.5541786;-109.5947374:12574;41.55421103;-109.594669,way_type=user_defined:way_id=80W -edge,12574,12574;41.55421103;-109.594669:12575;41.5542905;-109.5945013,way_type=user_defined:way_id=80W -edge,12575,12575;41.5542905;-109.5945013:12576;41.5544058;-109.5942473,way_type=user_defined:way_id=80W -edge,12576,12576;41.5544058;-109.5942473:12577;41.5545181;-109.5939903,way_type=user_defined:way_id=80W -edge,12577,12577;41.5545181;-109.5939903:12578;41.5545837;-109.593836,way_type=user_defined:way_id=80W -edge,12578,12578;41.5545837;-109.593836:12579;41.5547437;-109.5934523,way_type=user_defined:way_id=80W -edge,12579,12579;41.5547437;-109.5934523:12580;41.5548459;-109.5931973,way_type=user_defined:way_id=80W -edge,12580,12580;41.5548459;-109.5931973:12581;41.5549194;-109.5930065,way_type=user_defined:way_id=80W -edge,12581,12581;41.5549194;-109.5930065:12582;41.555053;-109.5926478,way_type=user_defined:way_id=80W -edge,12582,12582;41.555053;-109.5926478:12583;41.5551459;-109.5923871,way_type=user_defined:way_id=80W -edge,12583,12583;41.5551459;-109.5923871:12584;41.5552358;-109.5921255,way_type=user_defined:way_id=80W -edge,12584,12584;41.5552358;-109.5921255:12585;41.5553256;-109.5918535,way_type=user_defined:way_id=80W -edge,12585,12585;41.5553256;-109.5918535:12586;41.5554064;-109.591597,way_type=user_defined:way_id=80W -edge,12586,12586;41.5554064;-109.591597:12587;41.5554893;-109.5913231,way_type=user_defined:way_id=80W -edge,12587,12587;41.5554893;-109.5913231:12588;41.555571;-109.5910466,way_type=user_defined:way_id=80W -edge,12588,12588;41.555571;-109.5910466:12589;41.55562383;-109.590862,way_type=user_defined:way_id=80W -edge,12589,12589;41.55562383;-109.590862:12590;41.55562383;-109.590862,way_type=user_defined:way_id=80W -edge,12590,12590;41.55562383;-109.590862:12591;41.5557318;-109.5904712,way_type=user_defined:way_id=80W -edge,12591,12591;41.5557318;-109.5904712:12592;41.5558027;-109.5901994,way_type=user_defined:way_id=80W -edge,12592,12592;41.5558027;-109.5901994:12593;41.5558708;-109.589926,way_type=user_defined:way_id=80W -edge,12593,12593;41.5558708;-109.589926:12594;41.5559444;-109.5896147,way_type=user_defined:way_id=80W -edge,12594,12594;41.5559444;-109.5896147:12595;41.5560082;-109.58933,way_type=user_defined:way_id=80W -edge,12595,12595;41.5560082;-109.58933:12596;41.5560745;-109.5890182,way_type=user_defined:way_id=80W -edge,12596,12596;41.5560745;-109.5890182:12597;41.5561285;-109.5887498,way_type=user_defined:way_id=80W -edge,12597,12597;41.5561285;-109.5887498:12598;41.5561761;-109.5885008,way_type=user_defined:way_id=80W -edge,12598,12598;41.5561761;-109.5885008:12599;41.5562277;-109.5882144,way_type=user_defined:way_id=80W -edge,12599,12599;41.5562277;-109.5882144:12600;41.5562915;-109.5878253,way_type=user_defined:way_id=80W -edge,12600,12600;41.5562915;-109.5878253:12601;41.5563631;-109.5873611,way_type=user_defined:way_id=80W -edge,12601,12601;41.5563631;-109.5873611:12602;41.55640859;-109.5870542,way_type=user_defined:way_id=80W -edge,12602,12602;41.55640859;-109.5870542:12603;41.5565828;-109.5858791,way_type=user_defined:way_id=80W -edge,12603,12603;41.5565828;-109.5858791:12604;41.5568654;-109.5839573,way_type=user_defined:way_id=80W -edge,12604,12604;41.5568654;-109.5839573:12605;41.5568654;-109.5839573,way_type=user_defined:way_id=80W -edge,12605,12605;41.5568654;-109.5839573:12606;41.55709053;-109.5824181,way_type=user_defined:way_id=80W -edge,12606,12606;41.55709053;-109.5824181:12607;41.5571266;-109.5821715,way_type=user_defined:way_id=80W -edge,12607,12607;41.5571266;-109.5821715:12608;41.5572149;-109.5815806,way_type=user_defined:way_id=80W -edge,12608,12608;41.5572149;-109.5815806:12609;41.5575437;-109.579348,way_type=user_defined:way_id=80W -edge,12609,12609;41.5575437;-109.579348:12610;41.5579229;-109.5767892,way_type=user_defined:way_id=80W -edge,12610,12610;41.5579229;-109.5767892:12611;41.5581447;-109.5752508,way_type=user_defined:way_id=80W -edge,12611,12611;41.5581447;-109.5752508:12612;41.5583563;-109.5738342,way_type=user_defined:way_id=80W -edge,12612,12612;41.5583563;-109.5738342:12613;41.5584558;-109.5731517,way_type=user_defined:way_id=80W -edge,12613,12613;41.5584558;-109.5731517:12614;41.5585304;-109.5726559,way_type=user_defined:way_id=80W -edge,12614,12614;41.5585304;-109.5726559:12615;41.5585796;-109.5723472,way_type=user_defined:way_id=80W -edge,12615,12615;41.5585796;-109.5723472:12616;41.5586284;-109.5720578,way_type=user_defined:way_id=80W -edge,12616,12616;41.5586284;-109.5720578:12617;41.5586798;-109.5717696,way_type=user_defined:way_id=80W -edge,12617,12617;41.5586798;-109.5717696:12618;41.5587329;-109.5714912,way_type=user_defined:way_id=80W -edge,12618,12618;41.5587329;-109.5714912:12619;41.5587887;-109.5712141,way_type=user_defined:way_id=80W -edge,12619,12619;41.5587887;-109.5712141:12620;41.5588554;-109.5709014,way_type=user_defined:way_id=80W -edge,12620,12620;41.5588554;-109.5709014:12621;41.5589178;-109.5706271,way_type=user_defined:way_id=80W -edge,12621,12621;41.5589178;-109.5706271:12622;41.5589832;-109.5703534,way_type=user_defined:way_id=80W -edge,12622,12622;41.5589832;-109.5703534:12623;41.5590539;-109.5700718,way_type=user_defined:way_id=80W -edge,12623,12623;41.5590539;-109.5700718:12624;41.5591271;-109.5697909,way_type=user_defined:way_id=80W -edge,12624,12624;41.5591271;-109.5697909:12625;41.5591983;-109.5695287,way_type=user_defined:way_id=80W -edge,12625,12625;41.5591983;-109.5695287:12626;41.559285;-109.5692243,way_type=user_defined:way_id=80W -edge,12626,12626;41.559285;-109.5692243:12627;41.5593673;-109.5689483,way_type=user_defined:way_id=80W -edge,12627,12627;41.5593673;-109.5689483:12628;41.5594496;-109.568682,way_type=user_defined:way_id=80W -edge,12628,12628;41.5594496;-109.568682:12629;41.5595376;-109.5684091,way_type=user_defined:way_id=80W -edge,12629,12629;41.5595376;-109.5684091:12630;41.5595816;-109.5682782,way_type=user_defined:way_id=80W -edge,12630,12630;41.5595816;-109.5682782:12631;41.5596257;-109.5681473,way_type=user_defined:way_id=80W -edge,12631,12631;41.5596257;-109.5681473:12632;41.559714;-109.5678958,way_type=user_defined:way_id=80W -edge,12632,12632;41.559714;-109.5678958:12633;41.5598196;-109.5676053,way_type=user_defined:way_id=80W -edge,12633,12633;41.5598196;-109.5676053:12634;41.559931;-109.5673081,way_type=user_defined:way_id=80W -edge,12634,12634;41.559931;-109.5673081:12635;41.5601273;-109.5667948,way_type=user_defined:way_id=80W -edge,12635,12635;41.5601273;-109.5667948:12636;41.5606965;-109.5653478,way_type=user_defined:way_id=80W -edge,12636,12636;41.5606965;-109.5653478:12637;41.5613509;-109.563675,way_type=user_defined:way_id=80W -edge,12637,12637;41.5613509;-109.563675:12638;41.5619606;-109.5621342,way_type=user_defined:way_id=80W -edge,12638,12638;41.5619606;-109.5621342:12639;41.5623449;-109.5611477,way_type=user_defined:way_id=80W -edge,12639,12639;41.5623449;-109.5611477:12640;41.562855;-109.5598545,way_type=user_defined:way_id=80W -edge,12640,12640;41.562855;-109.5598545:12641;41.5630463;-109.5593672,way_type=user_defined:way_id=80W -edge,12641,12641;41.5630463;-109.5593672:12642;41.5631568;-109.5590818,way_type=user_defined:way_id=80W -edge,12642,12642;41.5631568;-109.5590818:12643;41.563262;-109.5588044,way_type=user_defined:way_id=80W -edge,12643,12643;41.563262;-109.5588044:12644;41.5633391;-109.5585968,way_type=user_defined:way_id=80W -edge,12644,12644;41.5633391;-109.5585968:12645;41.5634564;-109.5582718,way_type=user_defined:way_id=80W -edge,12645,12645;41.5634564;-109.5582718:12646;41.5635557;-109.5579811,way_type=user_defined:way_id=80W -edge,12646,12646;41.5635557;-109.5579811:12647;41.5636317;-109.5577484,way_type=user_defined:way_id=80W -edge,12647,12647;41.5636317;-109.5577484:12648;41.5637161;-109.5574795,way_type=user_defined:way_id=80W -edge,12648,12648;41.5637161;-109.5574795:12649;41.5637965;-109.5572083,way_type=user_defined:way_id=80W -edge,12649,12649;41.5637965;-109.5572083:12650;41.5638802;-109.5569079,way_type=user_defined:way_id=80W -edge,12650,12650;41.5638802;-109.5569079:12651;41.5639614;-109.5565962,way_type=user_defined:way_id=80W -edge,12651,12651;41.5639614;-109.5565962:12652;41.5640105;-109.5563989,way_type=user_defined:way_id=80W -edge,12652,12652;41.5640105;-109.5563989:12653;41.5640769;-109.55612,way_type=user_defined:way_id=80W -edge,12653,12653;41.5640769;-109.55612:12654;41.5641408;-109.5558286,way_type=user_defined:way_id=80W -edge,12654,12654;41.5641408;-109.5558286:12655;41.5642029;-109.5555171,way_type=user_defined:way_id=80W -edge,12655,12655;41.5642029;-109.5555171:12656;41.564254;-109.5552406,way_type=user_defined:way_id=80W -edge,12656,12656;41.564254;-109.5552406:12657;41.5642972;-109.5549908,way_type=user_defined:way_id=80W -edge,12657,12657;41.5642972;-109.5549908:12658;41.5643475;-109.5546748,way_type=user_defined:way_id=80W -edge,12658,12658;41.5643475;-109.5546748:12659;41.56437497;-109.5544816,way_type=user_defined:way_id=80W -edge,12659,12659;41.56437497;-109.5544816:12660;41.5643887;-109.554385,way_type=user_defined:way_id=80W -edge,12660,12660;41.5643887;-109.554385:12661;41.5644018;-109.5542849,way_type=user_defined:way_id=80W -edge,12661,12661;41.5644018;-109.5542849:12662;41.5644254;-109.5541027,way_type=user_defined:way_id=80W -edge,12662,12662;41.5644254;-109.5541027:12663;41.5644598;-109.5538107,way_type=user_defined:way_id=80W -edge,12663,12663;41.5644598;-109.5538107:12664;41.5644891;-109.5535272,way_type=user_defined:way_id=80W -edge,12664,12664;41.5644891;-109.5535272:12665;41.5645176;-109.5532049,way_type=user_defined:way_id=80W -edge,12665,12665;41.5645176;-109.5532049:12666;41.5645388;-109.5529197,way_type=user_defined:way_id=80W -edge,12666,12666;41.5645388;-109.5529197:12667;41.5645571;-109.5526149,way_type=user_defined:way_id=80W -edge,12667,12667;41.5645571;-109.5526149:12668;41.5645697;-109.5523373,way_type=user_defined:way_id=80W -edge,12668,12668;41.5645697;-109.5523373:12669;41.5645787;-109.552041,way_type=user_defined:way_id=80W -edge,12669,12669;41.5645787;-109.552041:12670;41.564581;-109.5518974,way_type=user_defined:way_id=80W -edge,12670,12670;41.564581;-109.5518974:12671;41.564581;-109.5518974,way_type=user_defined:way_id=80W -edge,12671,12671;41.564581;-109.5518974:12672;41.5645833;-109.551716,way_type=user_defined:way_id=80W -edge,12672,12672;41.5645833;-109.551716:12673;41.5645837;-109.5514375,way_type=user_defined:way_id=80W -edge,12673,12673;41.5645837;-109.5514375:12674;41.5645804;-109.5511407,way_type=user_defined:way_id=80W -edge,12674,12674;41.5645804;-109.5511407:12675;41.5645733;-109.5508442,way_type=user_defined:way_id=80W -edge,12675,12675;41.5645733;-109.5508442:12676;41.5645625;-109.5505577,way_type=user_defined:way_id=80W -edge,12676,12676;41.5645625;-109.5505577:12677;41.5645461;-109.5502434,way_type=user_defined:way_id=80W -edge,12677,12677;41.5645461;-109.5502434:12678;41.5645255;-109.5499493,way_type=user_defined:way_id=80W -edge,12678,12678;41.5645255;-109.5499493:12679;41.564501;-109.5496658,way_type=user_defined:way_id=80W -edge,12679,12679;41.564501;-109.5496658:12680;41.5644702;-109.5493645,way_type=user_defined:way_id=80W -edge,12680,12680;41.5644702;-109.5493645:12681;41.5644376;-109.5490828,way_type=user_defined:way_id=80W -edge,12681,12681;41.5644376;-109.5490828:12682;41.5644011;-109.5487923,way_type=user_defined:way_id=80W -edge,12682,12682;41.5644011;-109.5487923:12683;41.5643627;-109.548512,way_type=user_defined:way_id=80W -edge,12683,12683;41.5643627;-109.548512:12684;41.5643192;-109.5482233,way_type=user_defined:way_id=80W -edge,12684,12684;41.5643192;-109.5482233:12685;41.5643022;-109.5481212,way_type=user_defined:way_id=80W -edge,12685,12685;41.5643022;-109.5481212:12686;41.564266;-109.5479079,way_type=user_defined:way_id=80W -edge,12686,12686;41.564266;-109.5479079:12687;41.5642268;-109.5476952,way_type=user_defined:way_id=80W -edge,12687,12687;41.5642268;-109.5476952:12688;41.5641584;-109.5473441,way_type=user_defined:way_id=80W -edge,12688,12688;41.5641584;-109.5473441:12689;41.56414675;-109.5472883,way_type=user_defined:way_id=80W -edge,12689,12689;41.56414675;-109.5472883:12690;41.5640988;-109.5470587,way_type=user_defined:way_id=80W -edge,12690,12690;41.5640988;-109.5470587:12691;41.5640446;-109.5468193,way_type=user_defined:way_id=80W -edge,12691,12691;41.5640446;-109.5468193:12692;41.5639622;-109.5464848,way_type=user_defined:way_id=80W -edge,12692,12692;41.5639622;-109.5464848:12693;41.5638976;-109.5462419,way_type=user_defined:way_id=80W -edge,12693,12693;41.5638976;-109.5462419:12694;41.56381;-109.5459299,way_type=user_defined:way_id=80W -edge,12694,12694;41.56381;-109.5459299:12695;41.563731;-109.5456636,way_type=user_defined:way_id=80W -edge,12695,12695;41.563731;-109.5456636:12696;41.5636494;-109.5453996,way_type=user_defined:way_id=80W -edge,12696,12696;41.5636494;-109.5453996:12697;41.5635618;-109.5451289,way_type=user_defined:way_id=80W -edge,12697,12697;41.5635618;-109.5451289:12698;41.5634734;-109.5448695,way_type=user_defined:way_id=80W -edge,12698,12698;41.5634734;-109.5448695:12699;41.5633815;-109.5446126,way_type=user_defined:way_id=80W -edge,12699,12699;41.5633815;-109.5446126:12700;41.5632709;-109.5443158,way_type=user_defined:way_id=80W -edge,12700,12700;41.5632709;-109.5443158:12701;41.5631705;-109.5440548,way_type=user_defined:way_id=80W -edge,12701,12701;41.5631705;-109.5440548:12702;41.5624696;-109.5422577,way_type=user_defined:way_id=80W -edge,12702,12702;41.5624696;-109.5422577:12703;41.5623698;-109.5419974,way_type=user_defined:way_id=80W -edge,12703,12703;41.5623698;-109.5419974:12704;41.5622396;-109.541641,way_type=user_defined:way_id=80W -edge,12704,12704;41.5622396;-109.541641:12705;41.5622396;-109.541641,way_type=user_defined:way_id=80W -edge,12705,12705;41.5622396;-109.541641:12706;41.5621703;-109.5414451,way_type=user_defined:way_id=80W -edge,12706,12706;41.5621703;-109.5414451:12707;41.5620945;-109.5412224,way_type=user_defined:way_id=80W -edge,12707,12707;41.5620945;-109.5412224:12708;41.5619981;-109.5409292,way_type=user_defined:way_id=80W -edge,12708,12708;41.5619981;-109.5409292:12709;41.5619121;-109.5406601,way_type=user_defined:way_id=80W -edge,12709,12709;41.5619121;-109.5406601:12710;41.5618623;-109.5404975,way_type=user_defined:way_id=80W -edge,12710,12710;41.5618623;-109.5404975:12711;41.5618292;-109.5403891,way_type=user_defined:way_id=80W -edge,12711,12711;41.5618292;-109.5403891:12712;41.5617493;-109.5401161,way_type=user_defined:way_id=80W -edge,12712,12712;41.5617493;-109.5401161:12713;41.5616719;-109.5398417,way_type=user_defined:way_id=80W -edge,12713,12713;41.5616719;-109.5398417:12714;41.5615995;-109.5395752,way_type=user_defined:way_id=80W -edge,12714,12714;41.5615995;-109.5395752:12715;41.5615216;-109.5392737,way_type=user_defined:way_id=80W -edge,12715,12715;41.5615216;-109.5392737:12716;41.5614531;-109.5389948,way_type=user_defined:way_id=80W -edge,12716,12716;41.5614531;-109.5389948:12717;41.5613962;-109.5387526,way_type=user_defined:way_id=80W -edge,12717,12717;41.5613962;-109.5387526:12718;41.5613263;-109.5384374,way_type=user_defined:way_id=80W -edge,12718,12718;41.5613263;-109.5384374:12719;41.5612754;-109.5381936,way_type=user_defined:way_id=80W -edge,12719,12719;41.5612754;-109.5381936:12720;41.5612216;-109.5379258,way_type=user_defined:way_id=80W -edge,12720,12720;41.5612216;-109.5379258:12721;41.5611583;-109.5375979,way_type=user_defined:way_id=80W -edge,12721,12721;41.5611583;-109.5375979:12722;41.561114;-109.5373542,way_type=user_defined:way_id=80W -edge,12722,12722;41.561114;-109.5373542:12723;41.5610754;-109.5371284,way_type=user_defined:way_id=80W -edge,12723,12723;41.5610754;-109.5371284:12724;41.5610215;-109.5367926,way_type=user_defined:way_id=80W -edge,12724,12724;41.5610215;-109.5367926:12725;41.5609765;-109.5364803,way_type=user_defined:way_id=80W -edge,12725,12725;41.5609765;-109.5364803:12726;41.5609054;-109.5359361,way_type=user_defined:way_id=80W -edge,12726,12726;41.5609054;-109.5359361:12727;41.5608445;-109.5354384,way_type=user_defined:way_id=80W -edge,12727,12727;41.5608445;-109.5354384:12728;41.5607498;-109.5346429,way_type=user_defined:way_id=80W -edge,12728,12728;41.5607498;-109.5346429:12729;41.5607498;-109.5346429,way_type=user_defined:way_id=80W -edge,12729,12729;41.5607498;-109.5346429:12730;41.5606943;-109.5341846,way_type=user_defined:way_id=80W -edge,12730,12730;41.5606943;-109.5341846:12731;41.5606286;-109.5336123,way_type=user_defined:way_id=80W -edge,12731,12731;41.5606286;-109.5336123:12732;41.56056978;-109.5331095,way_type=user_defined:way_id=80W -edge,12732,12732;41.56056978;-109.5331095:12733;41.5603886;-109.5315606,way_type=user_defined:way_id=80W -edge,12733,12733;41.5603886;-109.5315606:12734;41.5602215;-109.5301635,way_type=user_defined:way_id=80W -edge,12734,12734;41.5602215;-109.5301635:12735;41.5601254;-109.5293417,way_type=user_defined:way_id=80W -edge,12735,12735;41.5601254;-109.5293417:12736;41.56007748;-109.5289409,way_type=user_defined:way_id=80W -edge,12736,12736;41.56007748;-109.5289409:12737;41.5600091;-109.5283688,way_type=user_defined:way_id=80W -edge,12737,12737;41.5600091;-109.5283688:12738;41.5599392;-109.5277661,way_type=user_defined:way_id=80W -edge,12738,12738;41.5599392;-109.5277661:12739;41.5599086;-109.5275123,way_type=user_defined:way_id=80W -edge,12739,12739;41.5599086;-109.5275123:12740;41.5598679;-109.5271936,way_type=user_defined:way_id=80W -edge,12740,12740;41.5598679;-109.5271936:12741;41.5598223;-109.5268668,way_type=user_defined:way_id=80W -edge,12741,12741;41.5598223;-109.5268668:12742;41.5597852;-109.5266247,way_type=user_defined:way_id=80W -edge,12742,12742;41.5597852;-109.5266247:12743;41.5597367;-109.5263363,way_type=user_defined:way_id=80W -edge,12743,12743;41.5597367;-109.5263363:12744;41.5596845;-109.5260483,way_type=user_defined:way_id=80W -edge,12744,12744;41.5596845;-109.5260483:12745;41.5596307;-109.5257707,way_type=user_defined:way_id=80W -edge,12745,12745;41.5596307;-109.5257707:12746;41.5595656;-109.5254579,way_type=user_defined:way_id=80W -edge,12746,12746;41.5595656;-109.5254579:12747;41.5595041;-109.5251824,way_type=user_defined:way_id=80W -edge,12747,12747;41.5595041;-109.5251824:12748;41.5594389;-109.5249092,way_type=user_defined:way_id=80W -edge,12748,12748;41.5594389;-109.5249092:12749;41.559365;-109.5246196,way_type=user_defined:way_id=80W -edge,12749,12749;41.559365;-109.5246196:12750;41.559292;-109.5243493,way_type=user_defined:way_id=80W -edge,12750,12750;41.559292;-109.5243493:12751;41.5592123;-109.5240718,way_type=user_defined:way_id=80W -edge,12751,12751;41.5592123;-109.5240718:12752;41.5591222;-109.5237786,way_type=user_defined:way_id=80W -edge,12752,12752;41.5591222;-109.5237786:12753;41.5590367;-109.5235142,way_type=user_defined:way_id=80W -edge,12753,12753;41.5590367;-109.5235142:12754;41.5589569;-109.5232783,way_type=user_defined:way_id=80W -edge,12754,12754;41.5589569;-109.5232783:12755;41.5588525;-109.522984,way_type=user_defined:way_id=80W -edge,12755,12755;41.5588525;-109.522984:12756;41.5587431;-109.5226928,way_type=user_defined:way_id=80W -edge,12756,12756;41.5587431;-109.5226928:12757;41.5586536;-109.522463,way_type=user_defined:way_id=80W -edge,12757,12757;41.5586536;-109.522463:12758;41.558537;-109.5221768,way_type=user_defined:way_id=80W -edge,12758,12758;41.558537;-109.5221768:12759;41.5584337;-109.5219346,way_type=user_defined:way_id=80W -edge,12759,12759;41.5584337;-109.5219346:12760;41.5583171;-109.5216703,way_type=user_defined:way_id=80W -edge,12760,12760;41.5583171;-109.5216703:12761;41.557516;-109.5199028,way_type=user_defined:way_id=80W -edge,12761,12761;41.557516;-109.5199028:12762;41.5568232;-109.5183829,way_type=user_defined:way_id=80W -edge,12762,12762;41.5568232;-109.5183829:12763;41.5567005;-109.5181081,way_type=user_defined:way_id=80W -edge,12763,12763;41.5567005;-109.5181081:12764;41.5565889;-109.5178493,way_type=user_defined:way_id=80W -edge,12764,12764;41.5565889;-109.5178493:12765;41.5564888;-109.5176055,way_type=user_defined:way_id=80W -edge,12765,12765;41.5564888;-109.5176055:12766;41.5563819;-109.5173306,way_type=user_defined:way_id=80W -edge,12766,12766;41.5563819;-109.5173306:12767;41.5562876;-109.5170749,way_type=user_defined:way_id=80W -edge,12767,12767;41.5562876;-109.5170749:12768;41.5561953;-109.5168121,way_type=user_defined:way_id=80W -edge,12768,12768;41.5561953;-109.5168121:12769;41.5560989;-109.5165215,way_type=user_defined:way_id=80W -edge,12769,12769;41.5560989;-109.5165215:12770;41.5560768;-109.5164507,way_type=user_defined:way_id=80W -edge,12770,12770;41.5560768;-109.5164507:12771;41.5560134;-109.5162461,way_type=user_defined:way_id=80W -edge,12771,12771;41.5560134;-109.5162461:12772;41.5559379;-109.5159851,way_type=user_defined:way_id=80W -edge,12772,12772;41.5559379;-109.5159851:12773;41.5558521;-109.5156704,way_type=user_defined:way_id=80W -edge,12773,12773;41.5558521;-109.5156704:12774;41.5557822;-109.5153989,way_type=user_defined:way_id=80W -edge,12774,12774;41.5557822;-109.5153989:12775;41.5557171;-109.5151258,way_type=user_defined:way_id=80W -edge,12775,12775;41.5557171;-109.5151258:12776;41.5556567;-109.5148516,way_type=user_defined:way_id=80W -edge,12776,12776;41.5556567;-109.5148516:12777;41.555593;-109.5145392,way_type=user_defined:way_id=80W -edge,12777,12777;41.555593;-109.5145392:12778;41.5555379;-109.5142432,way_type=user_defined:way_id=80W -edge,12778,12778;41.5555379;-109.5142432:12779;41.5554905;-109.513964,way_type=user_defined:way_id=80W -edge,12779,12779;41.5554905;-109.513964:12780;41.5554461;-109.5136739,way_type=user_defined:way_id=80W -edge,12780,12780;41.5554461;-109.5136739:12781;41.5554085;-109.5134003,way_type=user_defined:way_id=80W -edge,12781,12781;41.5554085;-109.5134003:12782;41.5553727;-109.5131077,way_type=user_defined:way_id=80W -edge,12782,12782;41.5553727;-109.5131077:12783;41.5553376;-109.5127767,way_type=user_defined:way_id=80W -edge,12783,12783;41.5553376;-109.5127767:12784;41.5552284;-109.5116415,way_type=user_defined:way_id=80W -edge,12784,12784;41.5552284;-109.5116415:12785;41.5551141;-109.5104841,way_type=user_defined:way_id=80W -edge,12785,12785;41.5551141;-109.5104841:12786;41.55502211;-109.5094906,way_type=user_defined:way_id=80W -edge,12786,12786;41.55502211;-109.5094906:12787;41.55502211;-109.5094906,way_type=user_defined:way_id=80W -edge,12787,12787;41.55502211;-109.5094906:12788;41.5548951;-109.5081852,way_type=user_defined:way_id=80W -edge,12788,12788;41.5548951;-109.5081852:12789;41.5547831;-109.5070066,way_type=user_defined:way_id=80W -edge,12789,12789;41.5547831;-109.5070066:12790;41.5546141;-109.5052801,way_type=user_defined:way_id=80W -edge,12790,12790;41.5546141;-109.5052801:12791;41.5543722;-109.5027707,way_type=user_defined:way_id=80W -edge,12791,12791;41.5543722;-109.5027707:12792;41.5543116;-109.5021553,way_type=user_defined:way_id=80W -edge,12792,12792;41.5543116;-109.5021553:12793;41.5542496;-109.5015103,way_type=user_defined:way_id=80W -edge,12793,12793;41.5542496;-109.5015103:12794;41.5541946;-109.5009192,way_type=user_defined:way_id=80W -edge,12794,12794;41.5541946;-109.5009192:12795;41.5541389;-109.5003458,way_type=user_defined:way_id=80W -edge,12795,12795;41.5541389;-109.5003458:12796;41.5541096;-109.500064,way_type=user_defined:way_id=80W -edge,12796,12796;41.5541096;-109.500064:12797;41.5540734;-109.4997469,way_type=user_defined:way_id=80W -edge,12797,12797;41.5540734;-109.4997469:12798;41.5540415;-109.4994911,way_type=user_defined:way_id=80W -edge,12798,12798;41.5540415;-109.4994911:12799;41.5539968;-109.4991641,way_type=user_defined:way_id=80W -edge,12799,12799;41.5539968;-109.4991641:12800;41.5539572;-109.498896,way_type=user_defined:way_id=80W -edge,12800,12800;41.5539572;-109.498896:12801;41.5539104;-109.498599,way_type=user_defined:way_id=80W -edge,12801,12801;41.5539104;-109.498599:12802;41.5538636;-109.4983211,way_type=user_defined:way_id=80W -edge,12802,12802;41.5538636;-109.4983211:12803;41.5538193;-109.4980713,way_type=user_defined:way_id=80W -edge,12803,12803;41.5538193;-109.4980713:12804;41.5537607;-109.497758,way_type=user_defined:way_id=80W -edge,12804,12804;41.5537607;-109.497758:12805;41.5537038;-109.4974738,way_type=user_defined:way_id=80W -edge,12805,12805;41.5537038;-109.4974738:12806;41.5536441;-109.4971908,way_type=user_defined:way_id=80W -edge,12806,12806;41.5536441;-109.4971908:12807;41.5535778;-109.4968906,way_type=user_defined:way_id=80W -edge,12807,12807;41.5535778;-109.4968906:12808;41.553513;-109.4966098,way_type=user_defined:way_id=80W -edge,12808,12808;41.553513;-109.4966098:12809;41.5534475;-109.4963394,way_type=user_defined:way_id=80W -edge,12809,12809;41.5534475;-109.4963394:12810;41.5533764;-109.4960618,way_type=user_defined:way_id=80W -edge,12810,12810;41.5533764;-109.4960618:12811;41.5533045;-109.4957947,way_type=user_defined:way_id=80W -edge,12811,12811;41.5533045;-109.4957947:12812;41.5532273;-109.4955203,way_type=user_defined:way_id=80W -edge,12812,12812;41.5532273;-109.4955203:12813;41.5531471;-109.495248,way_type=user_defined:way_id=80W -edge,12813,12813;41.5531471;-109.495248:12814;41.5530605;-109.4949685,way_type=user_defined:way_id=80W -edge,12814,12814;41.5530605;-109.4949685:12815;41.5529646;-109.4946741,way_type=user_defined:way_id=80W -edge,12815,12815;41.5529646;-109.4946741:12816;41.552878;-109.4944154,way_type=user_defined:way_id=80W -edge,12816,12816;41.552878;-109.4944154:12817;41.5527896;-109.4941576,way_type=user_defined:way_id=80W -edge,12817,12817;41.5527896;-109.4941576:12818;41.5526958;-109.4938924,way_type=user_defined:way_id=80W -edge,12818,12818;41.5526958;-109.4938924:12819;41.552596;-109.4936216,way_type=user_defined:way_id=80W -edge,12819,12819;41.552596;-109.4936216:12820;41.5524965;-109.4933609,way_type=user_defined:way_id=80W -edge,12820,12820;41.5524965;-109.4933609:12821;41.5523977;-109.4931104,way_type=user_defined:way_id=80W -edge,12821,12821;41.5523977;-109.4931104:12822;41.5522931;-109.4928533,way_type=user_defined:way_id=80W -edge,12822,12822;41.5522931;-109.4928533:12823;41.5521886;-109.4926071,way_type=user_defined:way_id=80W -edge,12823,12823;41.5521886;-109.4926071:12824;41.5520743;-109.4923468,way_type=user_defined:way_id=80W -edge,12824,12824;41.5520743;-109.4923468:12825;41.5519655;-109.4921043,way_type=user_defined:way_id=80W -edge,12825,12825;41.5519655;-109.4921043:12826;41.5518505;-109.4918558,way_type=user_defined:way_id=80W -edge,12826,12826;41.5518505;-109.4918558:12827;41.551733;-109.4916096,way_type=user_defined:way_id=80W -edge,12827,12827;41.551733;-109.4916096:12828;41.5516168;-109.4913738,way_type=user_defined:way_id=80W -edge,12828,12828;41.5516168;-109.4913738:12829;41.5514901;-109.4911247,way_type=user_defined:way_id=80W -edge,12829,12829;41.5514901;-109.4911247:12830;41.5513693;-109.4908932,way_type=user_defined:way_id=80W -edge,12830,12830;41.5513693;-109.4908932:12831;41.5512414;-109.4906565,way_type=user_defined:way_id=80W -edge,12831,12831;41.5512414;-109.4906565:12832;41.5510937;-109.4903922,way_type=user_defined:way_id=80W -edge,12832,12832;41.5510937;-109.4903922:12833;41.5509297;-109.4901094,way_type=user_defined:way_id=80W -edge,12833,12833;41.5509297;-109.4901094:12834;41.550538;-109.4894554,way_type=user_defined:way_id=80W -edge,12834,12834;41.550538;-109.4894554:12835;41.549865;-109.4883484,way_type=user_defined:way_id=80W -edge,12835,12835;41.549865;-109.4883484:12836;41.5493229;-109.4874499,way_type=user_defined:way_id=80W -edge,12836,12836;41.5493229;-109.4874499:12837;41.5479443;-109.4851854,way_type=user_defined:way_id=80W -edge,12837,12837;41.5479443;-109.4851854:12838;41.547538;-109.4845134,way_type=user_defined:way_id=80W -edge,12838,12838;41.547538;-109.4845134:12839;41.5470872;-109.4837716,way_type=user_defined:way_id=80W -edge,12839,12839;41.5470872;-109.4837716:12840;41.5465575;-109.482895,way_type=user_defined:way_id=80W -edge,12840,12840;41.5465575;-109.482895:12841;41.5463885;-109.4826187,way_type=user_defined:way_id=80W -edge,12841,12841;41.5463885;-109.4826187:12842;41.5462512;-109.482398,way_type=user_defined:way_id=80W -edge,12842,12842;41.5462512;-109.482398:12843;41.546104;-109.4821743,way_type=user_defined:way_id=80W -edge,12843,12843;41.546104;-109.4821743:12844;41.5459541;-109.4819659,way_type=user_defined:way_id=80W -edge,12844,12844;41.5459541;-109.4819659:12845;41.5458014;-109.4817652,way_type=user_defined:way_id=80W -edge,12845,12845;41.5458014;-109.4817652:12846;41.5456161;-109.4815382,way_type=user_defined:way_id=80W -edge,12846,12846;41.5456161;-109.4815382:12847;41.545454;-109.4813555,way_type=user_defined:way_id=80W -edge,12847,12847;41.545454;-109.4813555:12848;41.5453768;-109.4812752,way_type=user_defined:way_id=80W -edge,12848,12848;41.5453768;-109.4812752:12849;41.5453768;-109.4812752,way_type=user_defined:way_id=80W -edge,12849,12849;41.5453768;-109.4812752:12850;41.5452783;-109.4811733,way_type=user_defined:way_id=80W -edge,12850,12850;41.5452783;-109.4811733:12851;41.5451034;-109.4810063,way_type=user_defined:way_id=80W -edge,12851,12851;41.5451034;-109.4810063:12852;41.5449168;-109.4808453,way_type=user_defined:way_id=80W -edge,12852,12852;41.5449168;-109.4808453:12853;41.5447249;-109.480695,way_type=user_defined:way_id=80W -edge,12853,12853;41.5447249;-109.480695:12854;41.5445432;-109.4805637,way_type=user_defined:way_id=80W -edge,12854,12854;41.5445432;-109.4805637:12855;41.54445066;-109.4805015,way_type=user_defined:way_id=80W -edge,12855,12855;41.54445066;-109.4805015:12856;41.5443486;-109.4804328,way_type=user_defined:way_id=80W -edge,12856,12856;41.5443486;-109.4804328:12857;41.5441217;-109.4802896,way_type=user_defined:way_id=80W -edge,12857,12857;41.5441217;-109.4802896:12858;41.5439247;-109.4801718,way_type=user_defined:way_id=80W -edge,12858,12858;41.5439247;-109.4801718:12859;41.5434969;-109.4799243,way_type=user_defined:way_id=80W -edge,12859,12859;41.5434969;-109.4799243:12860;41.5428963;-109.4795817,way_type=user_defined:way_id=80W -edge,12860,12860;41.5428963;-109.4795817:12861;41.542699;-109.4794678,way_type=user_defined:way_id=80W -edge,12861,12861;41.542699;-109.4794678:12862;41.5424954;-109.4793474,way_type=user_defined:way_id=80W -edge,12862,12862;41.5424954;-109.4793474:12863;41.542299;-109.4792278,way_type=user_defined:way_id=80W -edge,12863,12863;41.542299;-109.4792278:12864;41.5421043;-109.4791025,way_type=user_defined:way_id=80W -edge,12864,12864;41.5421043;-109.4791025:12865;41.54203096;-109.4790512,way_type=user_defined:way_id=80W -edge,12865,12865;41.54203096;-109.4790512:12866;41.5419076;-109.478965,way_type=user_defined:way_id=80W -edge,12866,12866;41.5419076;-109.478965:12867;41.5416964;-109.4788012,way_type=user_defined:way_id=80W -edge,12867,12867;41.5416964;-109.4788012:12868;41.541515;-109.4786449,way_type=user_defined:way_id=80W -edge,12868,12868;41.541515;-109.4786449:12869;41.541338;-109.4784789,way_type=user_defined:way_id=80W -edge,12869,12869;41.541338;-109.4784789:12870;41.541185;-109.4783257,way_type=user_defined:way_id=80W -edge,12870,12870;41.541185;-109.4783257:12871;41.541185;-109.4783257,way_type=user_defined:way_id=80W -edge,12871,12871;41.541185;-109.4783257:12872;41.54115854;-109.4782989,way_type=user_defined:way_id=80W -edge,12872,12872;41.54115854;-109.4782989:12873;41.54115854;-109.4782989,way_type=user_defined:way_id=80W -edge,12873,12873;41.54115854;-109.4782989:12874;41.54114235;-109.4782819,way_type=user_defined:way_id=80W -edge,12874,12874;41.54114235;-109.4782819:12875;41.54114235;-109.4782819,way_type=user_defined:way_id=80W -edge,12875,12875;41.54114235;-109.4782819:12876;41.5409695;-109.4780946,way_type=user_defined:way_id=80W -edge,12876,12876;41.5409695;-109.4780946:12877;41.5408075;-109.4779033,way_type=user_defined:way_id=80W -edge,12877,12877;41.5408075;-109.4779033:12878;41.5407509;-109.4778293,way_type=user_defined:way_id=80W -edge,12878,12878;41.5407509;-109.4778293:12879;41.5407509;-109.4778293,way_type=user_defined:way_id=80W -edge,12879,12879;41.5407509;-109.4778293:12880;41.5406531;-109.4777014,way_type=user_defined:way_id=80W -edge,12880,12880;41.5406531;-109.4777014:12881;41.5405019;-109.4774816,way_type=user_defined:way_id=80W -edge,12881,12881;41.5405019;-109.4774816:12882;41.5403672;-109.477267,way_type=user_defined:way_id=80W -edge,12882,12882;41.5403672;-109.477267:12883;41.5402302;-109.4770307,way_type=user_defined:way_id=80W -edge,12883,12883;41.5402302;-109.4770307:12884;41.5400875;-109.4767625,way_type=user_defined:way_id=80W -edge,12884,12884;41.5400875;-109.4767625:12885;41.5399688;-109.4765191,way_type=user_defined:way_id=80W -edge,12885,12885;41.5399688;-109.4765191:12886;41.5398594;-109.4762782,way_type=user_defined:way_id=80W -edge,12886,12886;41.5398594;-109.4762782:12887;41.5398011;-109.4761448,way_type=user_defined:way_id=80W -edge,12887,12887;41.5398011;-109.4761448:12888;41.5396245;-109.4757327,way_type=user_defined:way_id=80W -edge,12888,12888;41.5396245;-109.4757327:12889;41.5392562;-109.4748572,way_type=user_defined:way_id=80W -edge,12889,12889;41.5392562;-109.4748572:12890;41.53906824;-109.4744153,way_type=user_defined:way_id=80W -edge,12890,12890;41.53906824;-109.4744153:12891;41.53906824;-109.4744153,way_type=user_defined:way_id=80W -edge,12891,12891;41.53906824;-109.4744153:12892;41.5385766;-109.4732425,way_type=user_defined:way_id=80W -edge,12892,12892;41.5385766;-109.4732425:12893;41.5383595;-109.4727323,way_type=user_defined:way_id=80W -edge,12893,12893;41.5383595;-109.4727323:12894;41.5381436;-109.4722179,way_type=user_defined:way_id=80W -edge,12894,12894;41.5381436;-109.4722179:12895;41.537715;-109.4712111,way_type=user_defined:way_id=80W -edge,12895,12895;41.537715;-109.4712111:12896;41.5376085;-109.4709667,way_type=user_defined:way_id=80W -edge,12896,12896;41.5376085;-109.4709667:12897;41.5374968;-109.4707203,way_type=user_defined:way_id=80W -edge,12897,12897;41.5374968;-109.4707203:12898;41.5373803;-109.4704728,way_type=user_defined:way_id=80W -edge,12898,12898;41.5373803;-109.4704728:12899;41.5371753;-109.4700494,way_type=user_defined:way_id=80W -edge,12899,12899;41.5371753;-109.4700494:12900;41.5370709;-109.4698421,way_type=user_defined:way_id=80W -edge,12900,12900;41.5370709;-109.4698421:12901;41.5368701;-109.4694582,way_type=user_defined:way_id=80W -edge,12901,12901;41.5368701;-109.4694582:12902;41.5367617;-109.4692583,way_type=user_defined:way_id=80W -edge,12902,12902;41.5367617;-109.4692583:12903;41.5366506;-109.4690581,way_type=user_defined:way_id=80W -edge,12903,12903;41.5366506;-109.4690581:12904;41.536488;-109.468773,way_type=user_defined:way_id=80W -edge,12904,12904;41.536488;-109.468773:12905;41.5363852;-109.4685961,way_type=user_defined:way_id=80W -edge,12905,12905;41.5363852;-109.4685961:12906;41.53619701;-109.4682783,way_type=user_defined:way_id=80W -edge,12906,12906;41.53619701;-109.4682783:12907;41.53603896;-109.4679927,way_type=user_defined:way_id=80W -edge,12907,12907;41.53603896;-109.4679927:12908;41.53592609;-109.4677581,way_type=user_defined:way_id=80W -edge,12908,12908;41.53592609;-109.4677581:12909;41.53581999;-109.4674411,way_type=user_defined:way_id=80W -edge,12909,12909;41.53581999;-109.4674411:12910;41.53568304;-109.4670642,way_type=user_defined:way_id=80W -edge,12910,12910;41.53568304;-109.4670642:12911;41.53552985;-109.4666942,way_type=user_defined:way_id=80W -edge,12911,12911;41.53552985;-109.4666942:12912;41.53535865;-109.4664003,way_type=user_defined:way_id=80W -edge,12912,12912;41.53535865;-109.4664003:12913;41.53518567;-109.4662079,way_type=user_defined:way_id=80W -edge,12913,12913;41.53518567;-109.4662079:12914;41.53497985;-109.4659858,way_type=user_defined:way_id=80W -edge,12914,12914;41.53497985;-109.4659858:12915;41.53468834;-109.4656216,way_type=user_defined:way_id=80W -edge,12915,12915;41.53468834;-109.4656216:12916;41.5344669;-109.4653389,way_type=user_defined:way_id=80W -edge,12916,12916;41.5344669;-109.4653389:12917;41.53420486;-109.4649248,way_type=user_defined:way_id=80W -edge,12917,12917;41.53420486;-109.4649248:12918;41.5338587;-109.4642809,way_type=user_defined:way_id=80W -edge,12918,12918;41.5338587;-109.4642809:12919;41.533741;-109.464039,way_type=user_defined:way_id=80W -edge,12919,12919;41.533741;-109.464039:12920;41.5335919;-109.4637232,way_type=user_defined:way_id=80W -edge,12920,12920;41.5335919;-109.4637232:12921;41.5332703;-109.4630242,way_type=user_defined:way_id=80W -edge,12921,12921;41.5332703;-109.4630242:12922;41.5321013;-109.4604412,way_type=user_defined:way_id=80W -edge,12922,12922;41.5321013;-109.4604412:12923;41.5317715;-109.4597247,way_type=user_defined:way_id=80W -edge,12923,12923;41.5317715;-109.4597247:12924;41.5316577;-109.4594807,way_type=user_defined:way_id=80W -edge,12924,12924;41.5316577;-109.4594807:12925;41.53148358;-109.4591185,way_type=user_defined:way_id=80W -edge,12925,12925;41.53148358;-109.4591185:12926;41.53148358;-109.4591185,way_type=user_defined:way_id=80W -edge,12926,12926;41.53148358;-109.4591185:12927;41.5313913;-109.4589325,way_type=user_defined:way_id=80W -edge,12927,12927;41.5313913;-109.4589325:12928;41.5312854;-109.4587269,way_type=user_defined:way_id=80W -edge,12928,12928;41.5312854;-109.4587269:12929;41.5311886;-109.458544,way_type=user_defined:way_id=80W -edge,12929,12929;41.5311886;-109.458544:12930;41.5310132;-109.4582208,way_type=user_defined:way_id=80W -edge,12930,12930;41.5310132;-109.4582208:12931;41.5308842;-109.4579912,way_type=user_defined:way_id=80W -edge,12931,12931;41.5308842;-109.4579912:12932;41.5307359;-109.4577349,way_type=user_defined:way_id=80W -edge,12932,12932;41.5307359;-109.4577349:12933;41.5305997;-109.4575053,way_type=user_defined:way_id=80W -edge,12933,12933;41.5305997;-109.4575053:12934;41.5304811;-109.4573088,way_type=user_defined:way_id=80W -edge,12934,12934;41.5304811;-109.4573088:12935;41.5303259;-109.45706,way_type=user_defined:way_id=80W -edge,12935,12935;41.5303259;-109.45706:12936;41.5300596;-109.4566472,way_type=user_defined:way_id=80W -edge,12936,12936;41.5300596;-109.4566472:12937;41.5296485;-109.4560258,way_type=user_defined:way_id=80W -edge,12937,12937;41.5296485;-109.4560258:12938;41.5292392;-109.4554032,way_type=user_defined:way_id=80W -edge,12938,12938;41.5292392;-109.4554032:12939;41.5286478;-109.4545104,way_type=user_defined:way_id=80W -edge,12939,12939;41.5286478;-109.4545104:12940;41.5281856;-109.4538051,way_type=user_defined:way_id=80W -edge,12940,12940;41.5281856;-109.4538051:12941;41.5273638;-109.4525587,way_type=user_defined:way_id=80W -edge,12941,12941;41.5273638;-109.4525587:12942;41.5267039;-109.4515472,way_type=user_defined:way_id=80W -edge,12942,12942;41.5267039;-109.4515472:12943;41.5260001;-109.4504823,way_type=user_defined:way_id=80W -edge,12943,12943;41.5260001;-109.4504823:12944;41.52576773;-109.4501245,way_type=user_defined:way_id=80W -edge,12944,12944;41.52576773;-109.4501245:12945;41.5255723;-109.4498235,way_type=user_defined:way_id=80W -edge,12945,12945;41.5255723;-109.4498235:12946;41.5254369;-109.4496118,way_type=user_defined:way_id=80W -edge,12946,12946;41.5254369;-109.4496118:12947;41.525325;-109.4494281,way_type=user_defined:way_id=80W -edge,12947,12947;41.525325;-109.4494281:12948;41.5252954;-109.4493791,way_type=user_defined:way_id=80W -edge,12948,12948;41.5252954;-109.4493791:12949;41.5251675;-109.4491573,way_type=user_defined:way_id=80W -edge,12949,12949;41.5251675;-109.4491573:12950;41.5250427;-109.4489301,way_type=user_defined:way_id=80W -edge,12950,12950;41.5250427;-109.4489301:12951;41.5249143;-109.4486825,way_type=user_defined:way_id=80W -edge,12951,12951;41.5249143;-109.4486825:12952;41.524799;-109.4484454,way_type=user_defined:way_id=80W -edge,12952,12952;41.524799;-109.4484454:12953;41.5246849;-109.4481965,way_type=user_defined:way_id=80W -edge,12953,12953;41.5246849;-109.4481965:12954;41.5245755;-109.447945,way_type=user_defined:way_id=80W -edge,12954,12954;41.5245755;-109.447945:12955;41.5244719;-109.447691,way_type=user_defined:way_id=80W -edge,12955,12955;41.5244719;-109.447691:12956;41.5243753;-109.4474328,way_type=user_defined:way_id=80W -edge,12956,12956;41.5243753;-109.4474328:12957;41.5243753;-109.4474328,way_type=user_defined:way_id=80W -edge,12957,12957;41.5243753;-109.4474328:12958;41.5242854;-109.4471708,way_type=user_defined:way_id=80W -edge,12958,12958;41.5242854;-109.4471708:12959;41.5242011;-109.4469044,way_type=user_defined:way_id=80W -edge,12959,12959;41.5242011;-109.4469044:12960;41.5241103;-109.4465903,way_type=user_defined:way_id=80W -edge,12960,12960;41.5241103;-109.4465903:12961;41.5240486;-109.4463604,way_type=user_defined:way_id=80W -edge,12961,12961;41.5240486;-109.4463604:12962;41.5239802;-109.4460835,way_type=user_defined:way_id=80W -edge,12962,12962;41.5239802;-109.4460835:12963;41.5239177;-109.4458041,way_type=user_defined:way_id=80W -edge,12963,12963;41.5239177;-109.4458041:12964;41.52388053;-109.4456195,way_type=user_defined:way_id=80W -edge,12964,12964;41.52388053;-109.4456195:12965;41.52388053;-109.4456195,way_type=user_defined:way_id=80W -edge,12965,12965;41.52388053;-109.4456195:12966;41.5238682;-109.4455579,way_type=user_defined:way_id=80W -edge,12966,12966;41.5238682;-109.4455579:12967;41.5238682;-109.4455579,way_type=user_defined:way_id=80W -edge,12967,12967;41.5238682;-109.4455579:12968;41.52385474;-109.4454887,way_type=user_defined:way_id=80W -edge,12968,12968;41.52385474;-109.4454887:12969;41.52385474;-109.4454887,way_type=user_defined:way_id=80W -edge,12969,12969;41.52385474;-109.4454887:12970;41.5238082;-109.4452287,way_type=user_defined:way_id=80W -edge,12970,12970;41.5238082;-109.4452287:12971;41.5237648;-109.4449525,way_type=user_defined:way_id=80W -edge,12971,12971;41.5237648;-109.4449525:12972;41.5237258;-109.4446645,way_type=user_defined:way_id=80W -edge,12972,12972;41.5237258;-109.4446645:12973;41.5236926;-109.4443749,way_type=user_defined:way_id=80W -edge,12973,12973;41.5236926;-109.4443749:12974;41.5236659;-109.444083,way_type=user_defined:way_id=80W -edge,12974,12974;41.5236659;-109.444083:12975;41.5236465;-109.4437996,way_type=user_defined:way_id=80W -edge,12975,12975;41.5236465;-109.4437996:12976;41.5236325;-109.4435057,way_type=user_defined:way_id=80W -edge,12976,12976;41.5236325;-109.4435057:12977;41.5236239;-109.4431736,way_type=user_defined:way_id=80W -edge,12977,12977;41.5236239;-109.4431736:12978;41.5236226;-109.4428967,way_type=user_defined:way_id=80W -edge,12978,12978;41.5236226;-109.4428967:12979;41.52362698;-109.4426465,way_type=user_defined:way_id=80W -edge,12979,12979;41.52362698;-109.4426465:12980;41.5236276;-109.4426108,way_type=user_defined:way_id=80W -edge,12980,12980;41.5236276;-109.4426108:12981;41.5236387;-109.4423159,way_type=user_defined:way_id=80W -edge,12981,12981;41.5236387;-109.4423159:12982;41.5236557;-109.4420307,way_type=user_defined:way_id=80W -edge,12982,12982;41.5236557;-109.4420307:12983;41.5236799;-109.4417364,way_type=user_defined:way_id=80W -edge,12983,12983;41.5236799;-109.4417364:12984;41.5237102;-109.441443,way_type=user_defined:way_id=80W -edge,12984,12984;41.5237102;-109.441443:12985;41.5237487;-109.4411317,way_type=user_defined:way_id=80W -edge,12985,12985;41.5237487;-109.4411317:12986;41.5237913;-109.4408404,way_type=user_defined:way_id=80W -edge,12986,12986;41.5237913;-109.4408404:12987;41.5238391;-109.4405602,way_type=user_defined:way_id=80W -edge,12987,12987;41.5238391;-109.4405602:12988;41.5238803;-109.4403471,way_type=user_defined:way_id=80W -edge,12988,12988;41.5238803;-109.4403471:12989;41.5239024;-109.440237,way_type=user_defined:way_id=80W -edge,12989,12989;41.5239024;-109.440237:12990;41.5239614;-109.4399699,way_type=user_defined:way_id=80W -edge,12990,12990;41.5239614;-109.4399699:12991;41.5240298;-109.4396876,way_type=user_defined:way_id=80W -edge,12991,12991;41.5240298;-109.4396876:12992;41.5241011;-109.4394166,way_type=user_defined:way_id=80W -edge,12992,12992;41.5241011;-109.4394166:12993;41.5241805;-109.4391392,way_type=user_defined:way_id=80W -edge,12993,12993;41.5241805;-109.4391392:12994;41.524261;-109.4388821,way_type=user_defined:way_id=80W -edge,12994,12994;41.524261;-109.4388821:12995;41.5243655;-109.4385773,way_type=user_defined:way_id=80W -edge,12995,12995;41.5243655;-109.4385773:12996;41.5244632;-109.4383105,way_type=user_defined:way_id=80W -edge,12996,12996;41.5244632;-109.4383105:12997;41.5245843;-109.4379926,way_type=user_defined:way_id=80W -edge,12997,12997;41.5245843;-109.4379926:12998;41.52465707;-109.437808,way_type=user_defined:way_id=80W -edge,12998,12998;41.52465707;-109.437808:12999;41.524739;-109.4376001,way_type=user_defined:way_id=80W -edge,12999,12999;41.524739;-109.4376001:13000;41.5250861;-109.4367362,way_type=user_defined:way_id=80W -edge,13000,13000;41.5250861;-109.4367362:13001;41.5254146;-109.4359133,way_type=user_defined:way_id=80W -edge,13001,13001;41.5254146;-109.4359133:13002;41.5254146;-109.4359133,way_type=user_defined:way_id=80W -edge,13002,13002;41.5254146;-109.4359133:13003;41.5258257;-109.4348903,way_type=user_defined:way_id=80W -edge,13003,13003;41.5258257;-109.4348903:13004;41.52588331;-109.4347458,way_type=user_defined:way_id=80W -edge,13004,13004;41.52588331;-109.4347458:13005;41.5261345;-109.4341159,way_type=user_defined:way_id=80W -edge,13005,13005;41.5261345;-109.4341159:13006;41.5265059;-109.4331897,way_type=user_defined:way_id=80W -edge,13006,13006;41.5265059;-109.4331897:13007;41.5268625;-109.4322947,way_type=user_defined:way_id=80W -edge,13007,13007;41.5268625;-109.4322947:13008;41.5269653;-109.4320334,way_type=user_defined:way_id=80W -edge,13008,13008;41.5269653;-109.4320334:13009;41.527062;-109.4317803,way_type=user_defined:way_id=80W -edge,13009,13009;41.527062;-109.4317803:13010;41.5271555;-109.4315284,way_type=user_defined:way_id=80W -edge,13010,13010;41.5271555;-109.4315284:13011;41.5272628;-109.431229,way_type=user_defined:way_id=80W -edge,13011,13011;41.5272628;-109.431229:13012;41.5273556;-109.4309563,way_type=user_defined:way_id=80W -edge,13012,13012;41.5273556;-109.4309563:13013;41.5274302;-109.4307239,way_type=user_defined:way_id=80W -edge,13013,13013;41.5274302;-109.4307239:13014;41.5275015;-109.4304894,way_type=user_defined:way_id=80W -edge,13014,13014;41.5275015;-109.4304894:13015;41.5275977;-109.4301587,way_type=user_defined:way_id=80W -edge,13015,13015;41.5275977;-109.4301587:13016;41.5276485;-109.4299742,way_type=user_defined:way_id=80W -edge,13016,13016;41.5276485;-109.4299742:13017;41.5276729;-109.4298843,way_type=user_defined:way_id=80W -edge,13017,13017;41.5276729;-109.4298843:13018;41.5277444;-109.4296071,way_type=user_defined:way_id=80W -edge,13018,13018;41.5277444;-109.4296071:13019;41.5278083;-109.4293422,way_type=user_defined:way_id=80W -edge,13019,13019;41.5278083;-109.4293422:13020;41.5278706;-109.4290636,way_type=user_defined:way_id=80W -edge,13020,13020;41.5278706;-109.4290636:13021;41.527929;-109.4287827,way_type=user_defined:way_id=80W -edge,13021,13021;41.527929;-109.4287827:13022;41.5279781;-109.4285288,way_type=user_defined:way_id=80W -edge,13022,13022;41.5279781;-109.4285288:13023;41.5280346;-109.4282174,way_type=user_defined:way_id=80W -edge,13023,13023;41.5280346;-109.4282174:13024;41.5280808;-109.4279421,way_type=user_defined:way_id=80W -edge,13024,13024;41.5280808;-109.4279421:13025;41.5281251;-109.427657,way_type=user_defined:way_id=80W -edge,13025,13025;41.5281251;-109.427657:13026;41.5281645;-109.4273811,way_type=user_defined:way_id=80W -edge,13026,13026;41.5281645;-109.4273811:13027;41.5282018;-109.427087,way_type=user_defined:way_id=80W -edge,13027,13027;41.5282018;-109.427087:13028;41.528233;-109.4268022,way_type=user_defined:way_id=80W -edge,13028,13028;41.528233;-109.4268022:13029;41.5282606;-109.4265167,way_type=user_defined:way_id=80W -edge,13029,13029;41.5282606;-109.4265167:13030;41.5282853;-109.4262204,way_type=user_defined:way_id=80W -edge,13030,13030;41.5282853;-109.4262204:13031;41.5283044;-109.4259317,way_type=user_defined:way_id=80W -edge,13031,13031;41.5283044;-109.4259317:13032;41.5283193;-109.4256425,way_type=user_defined:way_id=80W -edge,13032,13032;41.5283193;-109.4256425:13033;41.5283296;-109.4253895,way_type=user_defined:way_id=80W -edge,13033,13033;41.5283296;-109.4253895:13034;41.5283386;-109.4250701,way_type=user_defined:way_id=80W -edge,13034,13034;41.5283386;-109.4250701:13035;41.5283418;-109.4247874,way_type=user_defined:way_id=80W -edge,13035,13035;41.5283418;-109.4247874:13036;41.5283416;-109.4245928,way_type=user_defined:way_id=80W -edge,13036,13036;41.5283416;-109.4245928:13037;41.5283413;-109.4244856,way_type=user_defined:way_id=80W -edge,13037,13037;41.5283413;-109.4244856:13038;41.5283365;-109.4241931,way_type=user_defined:way_id=80W -edge,13038,13038;41.5283365;-109.4241931:13039;41.5283272;-109.4239008,way_type=user_defined:way_id=80W -edge,13039,13039;41.5283272;-109.4239008:13040;41.5283139;-109.4236171,way_type=user_defined:way_id=80W -edge,13040,13040;41.5283139;-109.4236171:13041;41.5282846;-109.4231432,way_type=user_defined:way_id=80W -edge,13041,13041;41.5282846;-109.4231432:13042;41.528175;-109.4215315,way_type=user_defined:way_id=80W -edge,13042,13042;41.528175;-109.4215315:13043;41.5280752;-109.4201498,way_type=user_defined:way_id=80W -edge,13043,13043;41.5280752;-109.4201498:13044;41.5280083;-109.4192538,way_type=user_defined:way_id=80W -edge,13044,13044;41.5280083;-109.4192538:13045;41.5279209;-109.4180191,way_type=user_defined:way_id=80W -edge,13045,13045;41.5279209;-109.4180191:13046;41.5277993;-109.4163573,way_type=user_defined:way_id=80W -edge,13046,13046;41.5277993;-109.4163573:13047;41.5277169;-109.415189,way_type=user_defined:way_id=80W -edge,13047,13047;41.5277169;-109.415189:13048;41.5276065;-109.4136752,way_type=user_defined:way_id=80W -edge,13048,13048;41.5276065;-109.4136752:13049;41.5275846;-109.4133217,way_type=user_defined:way_id=80W -edge,13049,13049;41.5275846;-109.4133217:13050;41.5275706;-109.4130635,way_type=user_defined:way_id=80W -edge,13050,13050;41.5275706;-109.4130635:13051;41.5275603;-109.4128437,way_type=user_defined:way_id=80W -edge,13051,13051;41.5275603;-109.4128437:13052;41.5275457;-109.4124786,way_type=user_defined:way_id=80W -edge,13052,13052;41.5275457;-109.4124786:13053;41.5275365;-109.412156,way_type=user_defined:way_id=80W -edge,13053,13053;41.5275365;-109.412156:13054;41.5275318;-109.4118687,way_type=user_defined:way_id=80W -edge,13054,13054;41.5275318;-109.4118687:13055;41.5275307;-109.4115711,way_type=user_defined:way_id=80W -edge,13055,13055;41.5275307;-109.4115711:13056;41.5275327;-109.4112838,way_type=user_defined:way_id=80W -edge,13056,13056;41.5275327;-109.4112838:13057;41.5275371;-109.4109927,way_type=user_defined:way_id=80W -edge,13057,13057;41.5275371;-109.4109927:13058;41.5275443;-109.4107079,way_type=user_defined:way_id=80W -edge,13058,13058;41.5275443;-109.4107079:13059;41.5275562;-109.4103735,way_type=user_defined:way_id=80W -edge,13059,13059;41.5275562;-109.4103735:13060;41.5275699;-109.4100948,way_type=user_defined:way_id=80W -edge,13060,13060;41.5275699;-109.4100948:13061;41.5275892;-109.4097706,way_type=user_defined:way_id=80W -edge,13061,13061;41.5275892;-109.4097706:13062;41.5276056;-109.4095348,way_type=user_defined:way_id=80W -edge,13062,13062;41.5276056;-109.4095348:13063;41.5276334;-109.4091947,way_type=user_defined:way_id=80W -edge,13063,13063;41.5276334;-109.4091947:13064;41.5276607;-109.408908,way_type=user_defined:way_id=80W -edge,13064,13064;41.5276607;-109.408908:13065;41.5276918;-109.4086125,way_type=user_defined:way_id=80W -edge,13065,13065;41.5276918;-109.4086125:13066;41.5277243;-109.4083267,way_type=user_defined:way_id=80W -edge,13066,13066;41.5277243;-109.4083267:13067;41.5277644;-109.408005,way_type=user_defined:way_id=80W -edge,13067,13067;41.5277644;-109.408005:13068;41.5278034;-109.4077215,way_type=user_defined:way_id=80W -edge,13068,13068;41.5278034;-109.4077215:13069;41.5278458;-109.4074385,way_type=user_defined:way_id=80W -edge,13069,13069;41.5278458;-109.4074385:13070;41.5278917;-109.4071474,way_type=user_defined:way_id=80W -edge,13070,13070;41.5278917;-109.4071474:13071;41.5279955;-109.4065218,way_type=user_defined:way_id=80W -edge,13071,13071;41.5279955;-109.4065218:13072;41.5283346;-109.4045427,way_type=user_defined:way_id=80W -edge,13072,13072;41.5283346;-109.4045427:13073;41.5284799;-109.4036804,way_type=user_defined:way_id=80W -edge,13073,13073;41.5284799;-109.4036804:13074;41.5287793;-109.4019476,way_type=user_defined:way_id=80W -edge,13074,13074;41.5287793;-109.4019476:13075;41.5289719;-109.4008145,way_type=user_defined:way_id=80W -edge,13075,13075;41.5289719;-109.4008145:13076;41.5290751;-109.400221,way_type=user_defined:way_id=80W -edge,13076,13076;41.5290751;-109.400221:13077;41.5291717;-109.3996542,way_type=user_defined:way_id=80W -edge,13077,13077;41.5291717;-109.3996542:13078;41.5292708;-109.3990871,way_type=user_defined:way_id=80W -edge,13078,13078;41.5292708;-109.3990871:13079;41.5293315;-109.3987632,way_type=user_defined:way_id=80W -edge,13079,13079;41.5293315;-109.3987632:13080;41.529386;-109.398494,way_type=user_defined:way_id=80W -edge,13080,13080;41.529386;-109.398494:13081;41.5294407;-109.3982455,way_type=user_defined:way_id=80W -edge,13081,13081;41.5294407;-109.3982455:13082;41.5295143;-109.3979343,way_type=user_defined:way_id=80W -edge,13082,13082;41.5295143;-109.3979343:13083;41.5295917;-109.3976354,way_type=user_defined:way_id=80W -edge,13083,13083;41.5295917;-109.3976354:13084;41.5296589;-109.3973931,way_type=user_defined:way_id=80W -edge,13084,13084;41.5296589;-109.3973931:13085;41.5297512;-109.3970819,way_type=user_defined:way_id=80W -edge,13085,13085;41.5297512;-109.3970819:13086;41.5298377;-109.3968093,way_type=user_defined:way_id=80W -edge,13086,13086;41.5298377;-109.3968093:13087;41.5299224;-109.3965548,way_type=user_defined:way_id=80W -edge,13087,13087;41.5299224;-109.3965548:13088;41.5300044;-109.3963203,way_type=user_defined:way_id=80W -edge,13088,13088;41.5300044;-109.3963203:13089;41.5301118;-109.3960283,way_type=user_defined:way_id=80W -edge,13089,13089;41.5301118;-109.3960283:13090;41.530208;-109.395782,way_type=user_defined:way_id=80W -edge,13090,13090;41.530208;-109.395782:13091;41.5303273;-109.3954903,way_type=user_defined:way_id=80W -edge,13091,13091;41.5303273;-109.3954903:13092;41.5304371;-109.3952351,way_type=user_defined:way_id=80W -edge,13092,13092;41.5304371;-109.3952351:13093;41.530547;-109.3949915,way_type=user_defined:way_id=80W -edge,13093,13093;41.530547;-109.3949915:13094;41.5306648;-109.3947442,way_type=user_defined:way_id=80W -edge,13094,13094;41.5306648;-109.3947442:13095;41.5307827;-109.3945091,way_type=user_defined:way_id=80W -edge,13095,13095;41.5307827;-109.3945091:13096;41.5309748;-109.394137,way_type=user_defined:way_id=80W -edge,13096,13096;41.5309748;-109.394137:13097;41.5316694;-109.3928025,way_type=user_defined:way_id=80W -edge,13097,13097;41.5316694;-109.3928025:13098;41.5317931;-109.3925603,way_type=user_defined:way_id=80W -edge,13098,13098;41.5317931;-109.3925603:13099;41.5319149;-109.3923158,way_type=user_defined:way_id=80W -edge,13099,13099;41.5319149;-109.3923158:13100;41.5320295;-109.3920756,way_type=user_defined:way_id=80W -edge,13100,13100;41.5320295;-109.3920756:13101;41.5321389;-109.3918337,way_type=user_defined:way_id=80W -edge,13101,13101;41.5321389;-109.3918337:13102;41.5322255;-109.3916319,way_type=user_defined:way_id=80W -edge,13102,13102;41.5322255;-109.3916319:13103;41.5322479;-109.3915795,way_type=user_defined:way_id=80W -edge,13103,13103;41.5322479;-109.3915795:13104;41.532349;-109.3913303,way_type=user_defined:way_id=80W -edge,13104,13104;41.532349;-109.3913303:13105;41.5324483;-109.3910698,way_type=user_defined:way_id=80W -edge,13105,13105;41.5324483;-109.3910698:13106;41.5325419;-109.3908064,way_type=user_defined:way_id=80W -edge,13106,13106;41.5325419;-109.3908064:13107;41.5325644;-109.3907388,way_type=user_defined:way_id=80W -edge,13107,13107;41.5325644;-109.3907388:13108;41.5326262;-109.3905517,way_type=user_defined:way_id=80W -edge,13108,13108;41.5326262;-109.3905517:13109;41.5327124;-109.3902717,way_type=user_defined:way_id=80W -edge,13109,13109;41.5327124;-109.3902717:13110;41.5327883;-109.3900024,way_type=user_defined:way_id=80W -edge,13110,13110;41.5327883;-109.3900024:13111;41.5328273;-109.3898531,way_type=user_defined:way_id=80W -edge,13111,13111;41.5328273;-109.3898531:13112;41.5328586;-109.3897326,way_type=user_defined:way_id=80W -edge,13112,13112;41.5328586;-109.3897326:13113;41.5329237;-109.3894583,way_type=user_defined:way_id=80W -edge,13113,13113;41.5329237;-109.3894583:13114;41.5329841;-109.3891723,way_type=user_defined:way_id=80W -edge,13114,13114;41.5329841;-109.3891723:13115;41.5330419;-109.3888643,way_type=user_defined:way_id=80W -edge,13115,13115;41.5330419;-109.3888643:13116;41.533084;-109.3886102,way_type=user_defined:way_id=80W -edge,13116,13116;41.533084;-109.3886102:13117;41.5331194;-109.388362,way_type=user_defined:way_id=80W -edge,13117,13117;41.5331194;-109.388362:13118;41.5331597;-109.388038,way_type=user_defined:way_id=80W -edge,13118,13118;41.5331597;-109.388038:13119;41.5331884;-109.3877495,way_type=user_defined:way_id=80W -edge,13119,13119;41.5331884;-109.3877495:13120;41.5332105;-109.3874692,way_type=user_defined:way_id=80W -edge,13120,13120;41.5332105;-109.3874692:13121;41.5332152;-109.3873943,way_type=user_defined:way_id=80W -edge,13121,13121;41.5332152;-109.3873943:13122;41.5332282;-109.3871789,way_type=user_defined:way_id=80W -edge,13122,13122;41.5332282;-109.3871789:13123;41.5332408;-109.386888,way_type=user_defined:way_id=80W -edge,13123,13123;41.5332408;-109.386888:13124;41.5332473;-109.3865956,way_type=user_defined:way_id=80W -edge,13124,13124;41.5332473;-109.3865956:13125;41.5332471;-109.3862746,way_type=user_defined:way_id=80W -edge,13125,13125;41.5332471;-109.3862746:13126;41.5332405;-109.3859819,way_type=user_defined:way_id=80W -edge,13126,13126;41.5332405;-109.3859819:13127;41.5332268;-109.3856899,way_type=user_defined:way_id=80W -edge,13127,13127;41.5332268;-109.3856899:13128;41.5332078;-109.3854079,way_type=user_defined:way_id=80W -edge,13128,13128;41.5332078;-109.3854079:13129;41.53319;-109.3851948,way_type=user_defined:way_id=80W -edge,13129,13129;41.53319;-109.3851948:13130;41.5331546;-109.3848274,way_type=user_defined:way_id=80W -edge,13130,13130;41.5331546;-109.3848274:13131;41.5331233;-109.3845468,way_type=user_defined:way_id=80W -edge,13131,13131;41.5331233;-109.3845468:13132;41.5330876;-109.3842567,way_type=user_defined:way_id=80W -edge,13132,13132;41.5330876;-109.3842567:13133;41.5328929;-109.3827436,way_type=user_defined:way_id=80W -edge,13133,13133;41.5328929;-109.3827436:13134;41.5325827;-109.380357,way_type=user_defined:way_id=80W -edge,13134,13134;41.5325827;-109.380357:13135;41.5324474;-109.3793069,way_type=user_defined:way_id=80W -edge,13135,13135;41.5324474;-109.3793069:13136;41.5324062;-109.3789768,way_type=user_defined:way_id=80W -edge,13136,13136;41.5324062;-109.3789768:13137;41.5323748;-109.3787017,way_type=user_defined:way_id=80W -edge,13137,13137;41.5323748;-109.3787017:13138;41.5323463;-109.3784169,way_type=user_defined:way_id=80W -edge,13138,13138;41.5323463;-109.3784169:13139;41.5323199;-109.3780932,way_type=user_defined:way_id=80W -edge,13139,13139;41.5323199;-109.3780932:13140;41.5323022;-109.3777976,way_type=user_defined:way_id=80W -edge,13140,13140;41.5323022;-109.3777976:13141;41.5322899;-109.3775093,way_type=user_defined:way_id=80W -edge,13141,13141;41.5322899;-109.3775093:13142;41.5322827;-109.377221,way_type=user_defined:way_id=80W -edge,13142,13142;41.5322827;-109.377221:13143;41.5322816;-109.3769226,way_type=user_defined:way_id=80W -edge,13143,13143;41.5322816;-109.3769226:13144;41.5322867;-109.3766429,way_type=user_defined:way_id=80W -edge,13144,13144;41.5322867;-109.3766429:13145;41.5322984;-109.3763458,way_type=user_defined:way_id=80W -edge,13145,13145;41.5322984;-109.3763458:13146;41.5323191;-109.3760204,way_type=user_defined:way_id=80W -edge,13146,13146;41.5323191;-109.3760204:13147;41.5323439;-109.3757341,way_type=user_defined:way_id=80W -edge,13147,13147;41.5323439;-109.3757341:13148;41.5323664;-109.3755248,way_type=user_defined:way_id=80W -edge,13148,13148;41.5323664;-109.3755248:13149;41.5323793;-109.3754117,way_type=user_defined:way_id=80W -edge,13149,13149;41.5323793;-109.3754117:13150;41.5324154;-109.3751364,way_type=user_defined:way_id=80W -edge,13150,13150;41.5324154;-109.3751364:13151;41.5324604;-109.3748456,way_type=user_defined:way_id=80W -edge,13151,13151;41.5324604;-109.3748456:13152;41.5325117;-109.3745575,way_type=user_defined:way_id=80W -edge,13152,13152;41.5325117;-109.3745575:13153;41.5325594;-109.3743179,way_type=user_defined:way_id=80W -edge,13153,13153;41.5325594;-109.3743179:13154;41.5326304;-109.3739979,way_type=user_defined:way_id=80W -edge,13154,13154;41.5326304;-109.3739979:13155;41.5327004;-109.3737171,way_type=user_defined:way_id=80W -edge,13155,13155;41.5327004;-109.3737171:13156;41.532782;-109.3734192,way_type=user_defined:way_id=80W -edge,13156,13156;41.532782;-109.3734192:13157;41.5328702;-109.3731231,way_type=user_defined:way_id=80W -edge,13157,13157;41.5328702;-109.3731231:13158;41.5329497;-109.3728729,way_type=user_defined:way_id=80W -edge,13158,13158;41.5329497;-109.3728729:13159;41.5330508;-109.3725777,way_type=user_defined:way_id=80W -edge,13159,13159;41.5330508;-109.3725777:13160;41.5331319;-109.3723544,way_type=user_defined:way_id=80W -edge,13160,13160;41.5331319;-109.3723544:13161;41.5332392;-109.3720724,way_type=user_defined:way_id=80W -edge,13161,13161;41.5332392;-109.3720724:13162;41.5333843;-109.371699,way_type=user_defined:way_id=80W -edge,13162,13162;41.5333843;-109.371699:13163;41.5337479;-109.3707788,way_type=user_defined:way_id=80W -edge,13163,13163;41.5337479;-109.3707788:13164;41.5345763;-109.3687022,way_type=user_defined:way_id=80W -edge,13164,13164;41.5345763;-109.3687022:13165;41.5360404;-109.3650134,way_type=user_defined:way_id=80W -edge,13165,13165;41.5360404;-109.3650134:13166;41.5365537;-109.3637349,way_type=user_defined:way_id=80W -edge,13166,13166;41.5365537;-109.3637349:13167;41.5371948;-109.3621252,way_type=user_defined:way_id=80W -edge,13167,13167;41.5371948;-109.3621252:13168;41.5375894;-109.3611383,way_type=user_defined:way_id=80W -edge,13168,13168;41.5375894;-109.3611383:13169;41.5378178;-109.3605623,way_type=user_defined:way_id=80W -edge,13169,13169;41.5378178;-109.3605623:13170;41.5382462;-109.3594944,way_type=user_defined:way_id=80W -edge,13170,13170;41.5382462;-109.3594944:13171;41.5386491;-109.3584768,way_type=user_defined:way_id=80W -edge,13171,13171;41.5386491;-109.3584768:13172;41.5389919;-109.3576153,way_type=user_defined:way_id=80W -edge,13172,13172;41.5389919;-109.3576153:13173;41.5392865;-109.35688,way_type=user_defined:way_id=80W -edge,13173,13173;41.5392865;-109.35688:13174;41.5402873;-109.3543591,way_type=user_defined:way_id=80W -edge,13174,13174;41.5402873;-109.3543591:13175;41.540581;-109.3536117,way_type=user_defined:way_id=80W -edge,13175,13175;41.540581;-109.3536117:13176;41.5409019;-109.3528191,way_type=user_defined:way_id=80W -edge,13176,13176;41.5409019;-109.3528191:13177;41.5410046;-109.3525616,way_type=user_defined:way_id=80W -edge,13177,13177;41.5410046;-109.3525616:13178;41.5414102;-109.351532,way_type=user_defined:way_id=80W -edge,13178,13178;41.5414102;-109.351532:13179;41.5419021;-109.3502955,way_type=user_defined:way_id=80W -edge,13179,13179;41.5419021;-109.3502955:13180;41.542531;-109.3487205,way_type=user_defined:way_id=80W -edge,13180,13180;41.542531;-109.3487205:13181;41.5431641;-109.3471215,way_type=user_defined:way_id=80W -edge,13181,13181;41.5431641;-109.3471215:13182;41.54360228;-109.34602,way_type=user_defined:way_id=80W -edge,13182,13182;41.54360228;-109.34602:13183;41.54360228;-109.34602,way_type=user_defined:way_id=80W -edge,13183,13183;41.54360228;-109.34602:13184;41.5438856;-109.3453002,way_type=user_defined:way_id=80W -edge,13184,13184;41.5438856;-109.3453002:13185;41.5440916;-109.3447848,way_type=user_defined:way_id=80W -edge,13185,13185;41.5440916;-109.3447848:13186;41.5441915;-109.344531,way_type=user_defined:way_id=80W -edge,13186,13186;41.5441915;-109.344531:13187;41.5445025;-109.3437259,way_type=user_defined:way_id=80W -edge,13187,13187;41.5445025;-109.3437259:13188;41.5446009;-109.343462,way_type=user_defined:way_id=80W -edge,13188,13188;41.5446009;-109.343462:13189;41.5446942;-109.3432055,way_type=user_defined:way_id=80W -edge,13189,13189;41.5446942;-109.3432055:13190;41.5447887;-109.3429392,way_type=user_defined:way_id=80W -edge,13190,13190;41.5447887;-109.3429392:13191;41.545064;-109.3421441,way_type=user_defined:way_id=80W -edge,13191,13191;41.545064;-109.3421441:13192;41.5451642;-109.3418484,way_type=user_defined:way_id=80W -edge,13192,13192;41.5451642;-109.3418484:13193;41.5452501;-109.3415863,way_type=user_defined:way_id=80W -edge,13193,13193;41.5452501;-109.3415863:13194;41.5453369;-109.3413147,way_type=user_defined:way_id=80W -edge,13194,13194;41.5453369;-109.3413147:13195;41.5460003;-109.3392096,way_type=user_defined:way_id=80W -edge,13195,13195;41.5460003;-109.3392096:13196;41.5462194;-109.3385095,way_type=user_defined:way_id=80W -edge,13196,13196;41.5462194;-109.3385095:13197;41.5464368;-109.3378043,way_type=user_defined:way_id=80W -edge,13197,13197;41.5464368;-109.3378043:13198;41.5466997;-109.3369696,way_type=user_defined:way_id=80W -edge,13198,13198;41.5466997;-109.3369696:13199;41.5469604;-109.3361247,way_type=user_defined:way_id=80W -edge,13199,13199;41.5469604;-109.3361247:13200;41.5472236;-109.3352915,way_type=user_defined:way_id=80W -edge,13200,13200;41.5472236;-109.3352915:13201;41.5474656;-109.3345158,way_type=user_defined:way_id=80W -edge,13201,13201;41.5474656;-109.3345158:13202;41.547865;-109.3332465,way_type=user_defined:way_id=80W -edge,13202,13202;41.547865;-109.3332465:13203;41.5480038;-109.3328092,way_type=user_defined:way_id=80W -edge,13203,13203;41.5480038;-109.3328092:13204;41.5481491;-109.3323585,way_type=user_defined:way_id=80W -edge,13204,13204;41.5481491;-109.3323585:13205;41.5482408;-109.3320787,way_type=user_defined:way_id=80W -edge,13205,13205;41.5482408;-109.3320787:13206;41.5483479;-109.3317611,way_type=user_defined:way_id=80W -edge,13206,13206;41.5483479;-109.3317611:13207;41.5484282;-109.33153,way_type=user_defined:way_id=80W -edge,13207,13207;41.5484282;-109.33153:13208;41.5485132;-109.3312934,way_type=user_defined:way_id=80W -edge,13208,13208;41.5485132;-109.3312934:13209;41.5486196;-109.3310062,way_type=user_defined:way_id=80W -edge,13209,13209;41.5486196;-109.3310062:13210;41.5487309;-109.3307124,way_type=user_defined:way_id=80W -edge,13210,13210;41.5487309;-109.3307124:13211;41.5490184;-109.3299663,way_type=user_defined:way_id=80W -edge,13211,13211;41.5490184;-109.3299663:13212;41.5492192;-109.3294643,way_type=user_defined:way_id=80W -edge,13212,13212;41.5492192;-109.3294643:13213;41.549339;-109.3291728,way_type=user_defined:way_id=80W -edge,13213,13213;41.549339;-109.3291728:13214;41.5494466;-109.3289158,way_type=user_defined:way_id=80W -edge,13214,13214;41.5494466;-109.3289158:13215;41.5497807;-109.3281345,way_type=user_defined:way_id=80W -edge,13215,13215;41.5497807;-109.3281345:13216;41.5499869;-109.3276606,way_type=user_defined:way_id=80W -edge,13216,13216;41.5499869;-109.3276606:13217;41.5505347;-109.3264137,way_type=user_defined:way_id=80W -edge,13217,13217;41.5505347;-109.3264137:13218;41.5512416;-109.3247983,way_type=user_defined:way_id=80W -edge,13218,13218;41.5512416;-109.3247983:13219;41.5517644;-109.3236103,way_type=user_defined:way_id=80W -edge,13219,13219;41.5517644;-109.3236103:13220;41.5531083;-109.3205451,way_type=user_defined:way_id=80W -edge,13220,13220;41.5531083;-109.3205451:13221;41.5535751;-109.319476,way_type=user_defined:way_id=80W -edge,13221,13221;41.5535751;-109.319476:13222;41.55366496;-109.3192723,way_type=user_defined:way_id=80W -edge,13222,13222;41.55366496;-109.3192723:13223;41.5540742;-109.3183445,way_type=user_defined:way_id=80W -edge,13223,13223;41.5540742;-109.3183445:13224;41.5549337;-109.3163759,way_type=user_defined:way_id=80W -edge,13224,13224;41.5549337;-109.3163759:13225;41.5549337;-109.3163759,way_type=user_defined:way_id=80W -edge,13225,13225;41.5549337;-109.3163759:13226;41.5553857;-109.3153373,way_type=user_defined:way_id=80W -edge,13226,13226;41.5553857;-109.3153373:13227;41.55552389;-109.3150239,way_type=user_defined:way_id=80W -edge,13227,13227;41.55552389;-109.3150239:13228;41.5560762;-109.3137712,way_type=user_defined:way_id=80W -edge,13228,13228;41.5560762;-109.3137712:13229;41.5567243;-109.3122937,way_type=user_defined:way_id=80W -edge,13229,13229;41.5567243;-109.3122937:13230;41.5573021;-109.3109817,way_type=user_defined:way_id=80W -edge,13230,13230;41.5573021;-109.3109817:13231;41.55752479;-109.310472,way_type=user_defined:way_id=80W -edge,13231,13231;41.55752479;-109.310472:13232;41.55752479;-109.310472,way_type=user_defined:way_id=80W -edge,13232,13232;41.55752479;-109.310472:13233;41.5586231;-109.3079585,way_type=user_defined:way_id=80W -edge,13233,13233;41.5586231;-109.3079585:13234;41.5589346;-109.3072389,way_type=user_defined:way_id=80W -edge,13234,13234;41.5589346;-109.3072389:13235;41.55937196;-109.3062438,way_type=user_defined:way_id=80W -edge,13235,13235;41.55937196;-109.3062438:13236;41.5598718;-109.3051065,way_type=user_defined:way_id=80W -edge,13236,13236;41.5598718;-109.3051065:13237;41.5598718;-109.3051065,way_type=user_defined:way_id=80W -edge,13237,13237;41.5598718;-109.3051065:13238;41.56002691;-109.3047505,way_type=user_defined:way_id=80W -edge,13238,13238;41.56002691;-109.3047505:13239;41.5602806;-109.3041683,way_type=user_defined:way_id=80W -edge,13239,13239;41.5602806;-109.3041683:13240;41.5611827;-109.3021116,way_type=user_defined:way_id=80W -edge,13240,13240;41.5611827;-109.3021116:13241;41.5616777;-109.3009786,way_type=user_defined:way_id=80W -edge,13241,13241;41.5616777;-109.3009786:13242;41.5619413;-109.300378,way_type=user_defined:way_id=80W -edge,13242,13242;41.5619413;-109.300378:13243;41.5623663;-109.2994183,way_type=user_defined:way_id=80W -edge,13243,13243;41.5623663;-109.2994183:13244;41.5630348;-109.2978813,way_type=user_defined:way_id=80W -edge,13244,13244;41.5630348;-109.2978813:13245;41.5637936;-109.2961542,way_type=user_defined:way_id=80W -edge,13245,13245;41.5637936;-109.2961542:13246;41.5641474;-109.2953424,way_type=user_defined:way_id=80W -edge,13246,13246;41.5641474;-109.2953424:13247;41.5648087;-109.2938403,way_type=user_defined:way_id=80W -edge,13247,13247;41.5648087;-109.2938403:13248;41.5651508;-109.2930552,way_type=user_defined:way_id=80W -edge,13248,13248;41.5651508;-109.2930552:13249;41.5660582;-109.2909856,way_type=user_defined:way_id=80W -edge,13249,13249;41.5660582;-109.2909856:13250;41.5666198;-109.2896955,way_type=user_defined:way_id=80W -edge,13250,13250;41.5666198;-109.2896955:13251;41.5668242;-109.2892224,way_type=user_defined:way_id=80W -edge,13251,13251;41.5668242;-109.2892224:13252;41.5669578;-109.2889065,way_type=user_defined:way_id=80W -edge,13252,13252;41.5669578;-109.2889065:13253;41.567139;-109.2884679,way_type=user_defined:way_id=80W -edge,13253,13253;41.567139;-109.2884679:13254;41.5673223;-109.2880112,way_type=user_defined:way_id=80W -edge,13254,13254;41.5673223;-109.2880112:13255;41.5674581;-109.2876622,way_type=user_defined:way_id=80W -edge,13255,13255;41.5674581;-109.2876622:13256;41.5675583;-109.2873982,way_type=user_defined:way_id=80W -edge,13256,13256;41.5675583;-109.2873982:13257;41.5680556;-109.2860714,way_type=user_defined:way_id=80W -edge,13257,13257;41.5680556;-109.2860714:13258;41.568608;-109.2845733,way_type=user_defined:way_id=80W -edge,13258,13258;41.568608;-109.2845733:13259;41.5691256;-109.283176,way_type=user_defined:way_id=80W -edge,13259,13259;41.5691256;-109.283176:13260;41.5697304;-109.2815483,way_type=user_defined:way_id=80W -edge,13260,13260;41.5697304;-109.2815483:13261;41.5705114;-109.2794375,way_type=user_defined:way_id=80W -edge,13261,13261;41.5705114;-109.2794375:13262;41.5707051;-109.2789186,way_type=user_defined:way_id=80W -edge,13262,13262;41.5707051;-109.2789186:13263;41.5713775;-109.2771057,way_type=user_defined:way_id=80W -edge,13263,13263;41.5713775;-109.2771057:13264;41.57157;-109.2765738,way_type=user_defined:way_id=80W -edge,13264,13264;41.57157;-109.2765738:13265;41.57166618;-109.2763144,way_type=user_defined:way_id=80W -edge,13265,13265;41.57166618;-109.2763144:13266;41.57166618;-109.2763144,way_type=user_defined:way_id=80W -edge,13266,13266;41.57166618;-109.2763144:13267;41.571973;-109.2754835,way_type=user_defined:way_id=80W -edge,13267,13267;41.571973;-109.2754835:13268;41.573374;-109.2717098,way_type=user_defined:way_id=80W -edge,13268,13268;41.573374;-109.2717098:13269;41.5739137;-109.2702484,way_type=user_defined:way_id=80W -edge,13269,13269;41.5739137;-109.2702484:13270;41.574397;-109.2689464,way_type=user_defined:way_id=80W -edge,13270,13270;41.574397;-109.2689464:13271;41.5746994;-109.2681358,way_type=user_defined:way_id=80W -edge,13271,13271;41.5746994;-109.2681358:13272;41.5749888;-109.2673476,way_type=user_defined:way_id=80W -edge,13272,13272;41.5749888;-109.2673476:13273;41.5751928;-109.2667979,way_type=user_defined:way_id=80W -edge,13273,13273;41.5751928;-109.2667979:13274;41.5751928;-109.2667979,way_type=user_defined:way_id=80W -edge,13274,13274;41.5751928;-109.2667979:13275;41.5754838;-109.2660184,way_type=user_defined:way_id=80W -edge,13275,13275;41.5754838;-109.2660184:13276;41.5757711;-109.2652346,way_type=user_defined:way_id=80W -edge,13276,13276;41.5757711;-109.2652346:13277;41.5763481;-109.2636716,way_type=user_defined:way_id=80W -edge,13277,13277;41.5763481;-109.2636716:13278;41.5763481;-109.2636716,way_type=user_defined:way_id=80W -edge,13278,13278;41.5763481;-109.2636716:13279;41.5767322;-109.2626305,way_type=user_defined:way_id=80W -edge,13279,13279;41.5767322;-109.2626305:13280;41.57680288;-109.262441,way_type=user_defined:way_id=80W -edge,13280,13280;41.57680288;-109.262441:13281;41.57700017;-109.2619122,way_type=user_defined:way_id=80W -edge,13281,13281;41.57700017;-109.2619122:13282;41.5770221;-109.2618534,way_type=user_defined:way_id=80W -edge,13282,13282;41.5770221;-109.2618534:13283;41.577711;-109.2599933,way_type=user_defined:way_id=80W -edge,13283,13283;41.577711;-109.2599933:13284;41.5778106;-109.2597272,way_type=user_defined:way_id=80W -edge,13284,13284;41.5778106;-109.2597272:13285;41.5779082;-109.259473,way_type=user_defined:way_id=80W -edge,13285,13285;41.5779082;-109.259473:13286;41.5780052;-109.2592265,way_type=user_defined:way_id=80W -edge,13286,13286;41.5780052;-109.2592265:13287;41.5781247;-109.2589333,way_type=user_defined:way_id=80W -edge,13287,13287;41.5781247;-109.2589333:13288;41.5782299;-109.2586841,way_type=user_defined:way_id=80W -edge,13288,13288;41.5782299;-109.2586841:13289;41.5783419;-109.2584257,way_type=user_defined:way_id=80W -edge,13289,13289;41.5783419;-109.2584257:13290;41.5784514;-109.2581818,way_type=user_defined:way_id=80W -edge,13290,13290;41.5784514;-109.2581818:13291;41.5785808;-109.2579046,way_type=user_defined:way_id=80W -edge,13291,13291;41.5785808;-109.2579046:13292;41.5787022;-109.2576534,way_type=user_defined:way_id=80W -edge,13292,13292;41.5787022;-109.2576534:13293;41.5788493;-109.2573593,way_type=user_defined:way_id=80W -edge,13293,13293;41.5788493;-109.2573593:13294;41.5789467;-109.2571694,way_type=user_defined:way_id=80W -edge,13294,13294;41.5789467;-109.2571694:13295;41.5790704;-109.2569339,way_type=user_defined:way_id=80W -edge,13295,13295;41.5790704;-109.2569339:13296;41.5792304;-109.256639,way_type=user_defined:way_id=80W -edge,13296,13296;41.5792304;-109.256639:13297;41.5793374;-109.2564466,way_type=user_defined:way_id=80W -edge,13297,13297;41.5793374;-109.2564466:13298;41.57943028;-109.2562862,way_type=user_defined:way_id=80W -edge,13298,13298;41.57943028;-109.2562862:13299;41.57943028;-109.2562862,way_type=user_defined:way_id=80W -edge,13299,13299;41.57943028;-109.2562862:13300;41.5794769;-109.2562035,way_type=user_defined:way_id=80W -edge,13300,13300;41.5794769;-109.2562035:13301;41.5796104;-109.255979,way_type=user_defined:way_id=80W -edge,13301,13301;41.5796104;-109.255979:13302;41.5797511;-109.2557505,way_type=user_defined:way_id=80W -edge,13302,13302;41.5797511;-109.2557505:13303;41.5798891;-109.2555321,way_type=user_defined:way_id=80W -edge,13303,13303;41.5798891;-109.2555321:13304;41.5800337;-109.2553092,way_type=user_defined:way_id=80W -edge,13304,13304;41.5800337;-109.2553092:13305;41.5801423;-109.2551461,way_type=user_defined:way_id=80W -edge,13305,13305;41.5801423;-109.2551461:13306;41.5803429;-109.2548519,way_type=user_defined:way_id=80W -edge,13306,13306;41.5803429;-109.2548519:13307;41.5804884;-109.2546451,way_type=user_defined:way_id=80W -edge,13307,13307;41.5804884;-109.2546451:13308;41.5806413;-109.2544345,way_type=user_defined:way_id=80W -edge,13308,13308;41.5806413;-109.2544345:13309;41.5807915;-109.2542338,way_type=user_defined:way_id=80W -edge,13309,13309;41.5807915;-109.2542338:13310;41.5809482;-109.2540287,way_type=user_defined:way_id=80W -edge,13310,13310;41.5809482;-109.2540287:13311;41.5811067;-109.2538261,way_type=user_defined:way_id=80W -edge,13311,13311;41.5811067;-109.2538261:13312;41.5812674;-109.2536267,way_type=user_defined:way_id=80W -edge,13312,13312;41.5812674;-109.2536267:13313;41.581431;-109.2534311,way_type=user_defined:way_id=80W -edge,13313,13313;41.581431;-109.2534311:13314;41.581597;-109.2532389,way_type=user_defined:way_id=80W -edge,13314,13314;41.581597;-109.2532389:13315;41.5817591;-109.2530555,way_type=user_defined:way_id=80W -edge,13315,13315;41.5817591;-109.2530555:13316;41.5819279;-109.2528695,way_type=user_defined:way_id=80W -edge,13316,13316;41.5819279;-109.2528695:13317;41.5820988;-109.2526863,way_type=user_defined:way_id=80W -edge,13317,13317;41.5820988;-109.2526863:13318;41.5822886;-109.2524899,way_type=user_defined:way_id=80W -edge,13318,13318;41.5822886;-109.2524899:13319;41.5824644;-109.2523146,way_type=user_defined:way_id=80W -edge,13319,13319;41.5824644;-109.2523146:13320;41.582618;-109.2521655,way_type=user_defined:way_id=80W -edge,13320,13320;41.582618;-109.2521655:13321;41.5828029;-109.2519906,way_type=user_defined:way_id=80W -edge,13321,13321;41.5828029;-109.2519906:13322;41.5829776;-109.2518297,way_type=user_defined:way_id=80W -edge,13322,13322;41.5829776;-109.2518297:13323;41.5831772;-109.2516496,way_type=user_defined:way_id=80W -edge,13323,13323;41.5831772;-109.2516496:13324;41.583361;-109.2514878,way_type=user_defined:way_id=80W -edge,13324,13324;41.583361;-109.2514878:13325;41.5835467;-109.25133,way_type=user_defined:way_id=80W -edge,13325,13325;41.5835467;-109.25133:13326;41.5837107;-109.251196,way_type=user_defined:way_id=80W -edge,13326,13326;41.5837107;-109.251196:13327;41.5839253;-109.2510258,way_type=user_defined:way_id=80W -edge,13327,13327;41.5839253;-109.2510258:13328;41.5840181;-109.2509544,way_type=user_defined:way_id=80W -edge,13328,13328;41.5840181;-109.2509544:13329;41.5840181;-109.2509544,way_type=user_defined:way_id=80W -edge,13329,13329;41.5840181;-109.2509544:13330;41.5841109;-109.2508831,way_type=user_defined:way_id=80W -edge,13330,13330;41.5841109;-109.2508831:13331;41.5843043;-109.2507392,way_type=user_defined:way_id=80W -edge,13331,13331;41.5843043;-109.2507392:13332;41.5844934;-109.250604,way_type=user_defined:way_id=80W -edge,13332,13332;41.5844934;-109.250604:13333;41.58458744;-109.2505396,way_type=user_defined:way_id=80W -edge,13333,13333;41.58458744;-109.2505396:13334;41.5847032;-109.2504603,way_type=user_defined:way_id=80W -edge,13334,13334;41.5847032;-109.2504603:13335;41.5852987;-109.2500682,way_type=user_defined:way_id=80W -edge,13335,13335;41.5852987;-109.2500682:13336;41.5866974;-109.2491627,way_type=user_defined:way_id=80W -edge,13336,13336;41.5866974;-109.2491627:13337;41.5874852;-109.2486504,way_type=user_defined:way_id=80W -edge,13337,13337;41.5874852;-109.2486504:13338;41.5888581;-109.2477663,way_type=user_defined:way_id=80W -edge,13338,13338;41.5888581;-109.2477663:13339;41.5912875;-109.2461831,way_type=user_defined:way_id=80W -edge,13339,13339;41.5912875;-109.2461831:13340;41.5921427;-109.245634,way_type=user_defined:way_id=80W -edge,13340,13340;41.5921427;-109.245634:13341;41.59223378;-109.2455747,way_type=user_defined:way_id=80W -edge,13341,13341;41.59223378;-109.2455747:13342;41.5932628;-109.2449047,way_type=user_defined:way_id=80W -edge,13342,13342;41.5932628;-109.2449047:13343;41.5943221;-109.244219,way_type=user_defined:way_id=80W -edge,13343,13343;41.5943221;-109.244219:13344;41.5950803;-109.2437251,way_type=user_defined:way_id=80W -edge,13344,13344;41.5950803;-109.2437251:13345;41.5958035;-109.2432589,way_type=user_defined:way_id=80W -edge,13345,13345;41.5958035;-109.2432589:13346;41.5958035;-109.2432589,way_type=user_defined:way_id=80W -edge,13346,13346;41.5958035;-109.2432589:13347;41.5969563;-109.2425112,way_type=user_defined:way_id=80W -edge,13347,13347;41.5969563;-109.2425112:13348;41.5971502;-109.2423835,way_type=user_defined:way_id=80W -edge,13348,13348;41.5971502;-109.2423835:13349;41.5973744;-109.2422434,way_type=user_defined:way_id=80W -edge,13349,13349;41.5973744;-109.2422434:13350;41.59747176;-109.2421782,way_type=user_defined:way_id=80W -edge,13350,13350;41.59747176;-109.2421782:13351;41.59747176;-109.2421782,way_type=user_defined:way_id=80W -edge,13351,13351;41.59747176;-109.2421782:13352;41.5978519;-109.2419286,way_type=user_defined:way_id=80W -edge,13352,13352;41.5978519;-109.2419286:13353;41.59790054;-109.2418972,way_type=user_defined:way_id=80W -edge,13353,13353;41.59790054;-109.2418972:13354;41.5988064;-109.2413125,way_type=user_defined:way_id=80W -edge,13354,13354;41.5988064;-109.2413125:13355;41.5991963;-109.2410576,way_type=user_defined:way_id=80W -edge,13355,13355;41.5991963;-109.2410576:13356;41.6002976;-109.2403426,way_type=user_defined:way_id=80W -edge,13356,13356;41.6002976;-109.2403426:13357;41.6013321;-109.2396764,way_type=user_defined:way_id=80W -edge,13357,13357;41.6013321;-109.2396764:13358;41.60191671;-109.2392966,way_type=user_defined:way_id=80W -edge,13358,13358;41.60191671;-109.2392966:13359;41.6024718;-109.2389359,way_type=user_defined:way_id=80W -edge,13359,13359;41.6024718;-109.2389359:13360;41.602857;-109.2386828,way_type=user_defined:way_id=80W -edge,13360,13360;41.602857;-109.2386828:13361;41.6030544;-109.2385473,way_type=user_defined:way_id=80W -edge,13361,13361;41.6030544;-109.2385473:13362;41.6032487;-109.2384076,way_type=user_defined:way_id=80W -edge,13362,13362;41.6032487;-109.2384076:13363;41.6034333;-109.2382649,way_type=user_defined:way_id=80W -edge,13363,13363;41.6034333;-109.2382649:13364;41.6036435;-109.2380868,way_type=user_defined:way_id=80W -edge,13364,13364;41.6036435;-109.2380868:13365;41.6038191;-109.2379244,way_type=user_defined:way_id=80W -edge,13365,13365;41.6038191;-109.2379244:13366;41.6039962;-109.2377487,way_type=user_defined:way_id=80W -edge,13366,13366;41.6039962;-109.2377487:13367;41.6041688;-109.2375661,way_type=user_defined:way_id=80W -edge,13367,13367;41.6041688;-109.2375661:13368;41.6042284;-109.2374988,way_type=user_defined:way_id=80W -edge,13368,13368;41.6042284;-109.2374988:13369;41.6042284;-109.2374988,way_type=user_defined:way_id=80W -edge,13369,13369;41.6042284;-109.2374988:13370;41.6043312;-109.2373824,way_type=user_defined:way_id=80W -edge,13370,13370;41.6043312;-109.2373824:13371;41.6044934;-109.2371848,way_type=user_defined:way_id=80W -edge,13371,13371;41.6044934;-109.2371848:13372;41.6046444;-109.2369862,way_type=user_defined:way_id=80W -edge,13372,13372;41.6046444;-109.2369862:13373;41.6048085;-109.236753,way_type=user_defined:way_id=80W -edge,13373,13373;41.6048085;-109.236753:13374;41.6048441;-109.236699,way_type=user_defined:way_id=80W -edge,13374,13374;41.6048441;-109.236699:13375;41.6049377;-109.2365571,way_type=user_defined:way_id=80W -edge,13375,13375;41.6049377;-109.2365571:13376;41.6050753;-109.2363339,way_type=user_defined:way_id=80W -edge,13376,13376;41.6050753;-109.2363339:13377;41.6052098;-109.2360977,way_type=user_defined:way_id=80W -edge,13377,13377;41.6052098;-109.2360977:13378;41.6053326;-109.2358636,way_type=user_defined:way_id=80W -edge,13378,13378;41.6053326;-109.2358636:13379;41.6054531;-109.2356176,way_type=user_defined:way_id=80W -edge,13379,13379;41.6054531;-109.2356176:13380;41.6055635;-109.2353763,way_type=user_defined:way_id=80W -edge,13380,13380;41.6055635;-109.2353763:13381;41.6056724;-109.2351233,way_type=user_defined:way_id=80W -edge,13381,13381;41.6056724;-109.2351233:13382;41.6057609;-109.2349082,way_type=user_defined:way_id=80W -edge,13382,13382;41.6057609;-109.2349082:13383;41.60597431;-109.2343651,way_type=user_defined:way_id=80W -edge,13383,13383;41.60597431;-109.2343651:13384;41.6060693;-109.2341233,way_type=user_defined:way_id=80W -edge,13384,13384;41.6060693;-109.2341233:13385;41.6062527;-109.233648,way_type=user_defined:way_id=80W -edge,13385,13385;41.6062527;-109.233648:13386;41.6066433;-109.2326439,way_type=user_defined:way_id=80W -edge,13386,13386;41.6066433;-109.2326439:13387;41.60672697;-109.2324251,way_type=user_defined:way_id=80W -edge,13387,13387;41.60672697;-109.2324251:13388;41.60672697;-109.2324251,way_type=user_defined:way_id=80W -edge,13388,13388;41.60672697;-109.2324251:13389;41.6070262;-109.2316373,way_type=user_defined:way_id=80W -edge,13389,13389;41.6070262;-109.2316373:13390;41.6074827;-109.2304473,way_type=user_defined:way_id=80W -edge,13390,13390;41.6074827;-109.2304473:13391;41.6074827;-109.2304473,way_type=user_defined:way_id=80W -edge,13391,13391;41.6074827;-109.2304473:13392;41.6076124;-109.2301143,way_type=user_defined:way_id=80W -edge,13392,13392;41.6076124;-109.2301143:13393;41.60785054;-109.2294939,way_type=user_defined:way_id=80W -edge,13393,13393;41.60785054;-109.2294939:13394;41.60785054;-109.2294939,way_type=user_defined:way_id=80W -edge,13394,13394;41.60785054;-109.2294939:13395;41.6081951;-109.2285989,way_type=user_defined:way_id=80W -edge,13395,13395;41.6081951;-109.2285989:13396;41.60876181;-109.2271359,way_type=user_defined:way_id=80W -edge,13396,13396;41.60876181;-109.2271359:13397;41.6087712;-109.2271117,way_type=user_defined:way_id=80W -edge,13397,13397;41.6087712;-109.2271117:13398;41.6091452;-109.2261373,way_type=user_defined:way_id=80W -edge,13398,13398;41.6091452;-109.2261373:13399;41.6093571;-109.2255941,way_type=user_defined:way_id=80W -edge,13399,13399;41.6093571;-109.2255941:13400;41.6094558;-109.225335,way_type=user_defined:way_id=80W -edge,13400,13400;41.6094558;-109.225335:13401;41.6095504;-109.2250741,way_type=user_defined:way_id=80W -edge,13401,13401;41.6095504;-109.2250741:13402;41.60957276;-109.2250094,way_type=user_defined:way_id=80W -edge,13402,13402;41.60957276;-109.2250094:13403;41.6096181;-109.2248783,way_type=user_defined:way_id=80W -edge,13403,13403;41.6096181;-109.2248783:13404;41.6096531;-109.2247751,way_type=user_defined:way_id=80W -edge,13404,13404;41.6096531;-109.2247751:13405;41.6097281;-109.2245441,way_type=user_defined:way_id=80W -edge,13405,13405;41.6097281;-109.2245441:13406;41.6098098;-109.2242738,way_type=user_defined:way_id=80W -edge,13406,13406;41.6098098;-109.2242738:13407;41.609886;-109.2240005,way_type=user_defined:way_id=80W -edge,13407,13407;41.609886;-109.2240005:13408;41.6099567;-109.2237256,way_type=user_defined:way_id=80W -edge,13408,13408;41.6099567;-109.2237256:13409;41.6100237;-109.2234448,way_type=user_defined:way_id=80W -edge,13409,13409;41.6100237;-109.2234448:13410;41.6100908;-109.2231371,way_type=user_defined:way_id=80W -edge,13410,13410;41.6100908;-109.2231371:13411;41.6101461;-109.2228526,way_type=user_defined:way_id=80W -edge,13411,13411;41.6101461;-109.2228526:13412;41.6101915;-109.2225951,way_type=user_defined:way_id=80W -edge,13412,13412;41.6101915;-109.2225951:13413;41.6102399;-109.2222887,way_type=user_defined:way_id=80W -edge,13413,13413;41.6102399;-109.2222887:13414;41.6102788;-109.2219951,way_type=user_defined:way_id=80W -edge,13414,13414;41.6102788;-109.2219951:13415;41.6103092;-109.2217227,way_type=user_defined:way_id=80W -edge,13415,13415;41.6103092;-109.2217227:13416;41.6103379;-109.221428,way_type=user_defined:way_id=80W -edge,13416,13416;41.6103379;-109.221428:13417;41.610361;-109.2211435,way_type=user_defined:way_id=80W -edge,13417,13417;41.610361;-109.2211435:13418;41.61038;-109.2208109,way_type=user_defined:way_id=80W -edge,13418,13418;41.61038;-109.2208109:13419;41.6103899;-109.2205257,way_type=user_defined:way_id=80W -edge,13419,13419;41.6103899;-109.2205257:13420;41.6103949;-109.2202689,way_type=user_defined:way_id=80W -edge,13420,13420;41.6103949;-109.2202689:13421;41.6103949;-109.2202689,way_type=user_defined:way_id=80W -edge,13421,13421;41.6103949;-109.2202689:13422;41.6103967;-109.2199354,way_type=user_defined:way_id=80W -edge,13422,13422;41.6103967;-109.2199354:13423;41.6103928;-109.2196491,way_type=user_defined:way_id=80W -edge,13423,13423;41.6103928;-109.2196491:13424;41.6103825;-109.2193528,way_type=user_defined:way_id=80W -edge,13424,13424;41.6103825;-109.2193528:13425;41.6103661;-109.2190563,way_type=user_defined:way_id=80W -edge,13425,13425;41.6103661;-109.2190563:13426;41.6103417;-109.2187414,way_type=user_defined:way_id=80W -edge,13426,13426;41.6103417;-109.2187414:13427;41.6103169;-109.2184844,way_type=user_defined:way_id=80W -edge,13427,13427;41.6103169;-109.2184844:13428;41.6103052;-109.21838,way_type=user_defined:way_id=80W -edge,13428,13428;41.6103052;-109.21838:13429;41.6102796;-109.2181622,way_type=user_defined:way_id=80W -edge,13429,13429;41.6102796;-109.2181622:13430;41.610246;-109.2179172,way_type=user_defined:way_id=80W -edge,13430,13430;41.610246;-109.2179172:13431;41.6101949;-109.2175889,way_type=user_defined:way_id=80W -edge,13431,13431;41.6101949;-109.2175889:13432;41.6101755;-109.2174802,way_type=user_defined:way_id=80W -edge,13432,13432;41.6101755;-109.2174802:13433;41.6101449;-109.2173088,way_type=user_defined:way_id=80W -edge,13433,13433;41.6101449;-109.2173088:13434;41.6101177;-109.21717,way_type=user_defined:way_id=80W -edge,13434,13434;41.6101177;-109.21717:13435;41.6100825;-109.216994,way_type=user_defined:way_id=80W -edge,13435,13435;41.6100825;-109.216994:13436;41.6100285;-109.2167455,way_type=user_defined:way_id=80W -edge,13436,13436;41.6100285;-109.2167455:13437;41.609955;-109.2164349,way_type=user_defined:way_id=80W -edge,13437,13437;41.609955;-109.2164349:13438;41.6098848;-109.2161625,way_type=user_defined:way_id=80W -edge,13438,13438;41.6098848;-109.2161625:13439;41.6098093;-109.215893,way_type=user_defined:way_id=80W -edge,13439,13439;41.6098093;-109.215893:13440;41.6097257;-109.2156175,way_type=user_defined:way_id=80W -edge,13440,13440;41.6097257;-109.2156175:13441;41.6096268;-109.2153199,way_type=user_defined:way_id=80W -edge,13441,13441;41.6096268;-109.2153199:13442;41.6095339;-109.2150593,way_type=user_defined:way_id=80W -edge,13442,13442;41.6095339;-109.2150593:13443;41.6094342;-109.2147933,way_type=user_defined:way_id=80W -edge,13443,13443;41.6094342;-109.2147933:13444;41.6093339;-109.2145389,way_type=user_defined:way_id=80W -edge,13444,13444;41.6093339;-109.2145389:13445;41.6092254;-109.2142803,way_type=user_defined:way_id=80W -edge,13445,13445;41.6092254;-109.2142803:13446;41.6090882;-109.2139783,way_type=user_defined:way_id=80W -edge,13446,13446;41.6090882;-109.2139783:13447;41.6089885;-109.2137692,way_type=user_defined:way_id=80W -edge,13447,13447;41.6089885;-109.2137692:13448;41.6088663;-109.2135229,way_type=user_defined:way_id=80W -edge,13448,13448;41.6088663;-109.2135229:13449;41.6085582;-109.2129268,way_type=user_defined:way_id=80W -edge,13449,13449;41.6085582;-109.2129268:13450;41.6078532;-109.2115786,way_type=user_defined:way_id=80W -edge,13450,13450;41.6078532;-109.2115786:13451;41.60763276;-109.2111586,way_type=user_defined:way_id=80W -edge,13451,13451;41.60763276;-109.2111586:13452;41.6070918;-109.2101278,way_type=user_defined:way_id=80W -edge,13452,13452;41.6070918;-109.2101278:13453;41.6065627;-109.2091085,way_type=user_defined:way_id=80W -edge,13453,13453;41.6065627;-109.2091085:13454;41.6059373;-109.2079156,way_type=user_defined:way_id=80W -edge,13454,13454;41.6059373;-109.2079156:13455;41.605553;-109.2071758,way_type=user_defined:way_id=80W -edge,13455,13455;41.605553;-109.2071758:13456;41.6049078;-109.2059565,way_type=user_defined:way_id=80W -edge,13456,13456;41.6049078;-109.2059565:13457;41.6046463;-109.205459,way_type=user_defined:way_id=80W -edge,13457,13457;41.6046463;-109.205459:13458;41.6045214;-109.2052247,way_type=user_defined:way_id=80W -edge,13458,13458;41.6045214;-109.2052247:13459;41.6043884;-109.2049841,way_type=user_defined:way_id=80W -edge,13459,13459;41.6043884;-109.2049841:13460;41.6042778;-109.2047939,way_type=user_defined:way_id=80W -edge,13460,13460;41.6042778;-109.2047939:13461;41.6041387;-109.2045652,way_type=user_defined:way_id=80W -edge,13461,13461;41.6041387;-109.2045652:13462;41.6039961;-109.2043411,way_type=user_defined:way_id=80W -edge,13462,13462;41.6039961;-109.2043411:13463;41.6038591;-109.204138,way_type=user_defined:way_id=80W -edge,13463,13463;41.6038591;-109.204138:13464;41.6036976;-109.203912,way_type=user_defined:way_id=80W -edge,13464,13464;41.6036976;-109.203912:13465;41.6035676;-109.2037384,way_type=user_defined:way_id=80W -edge,13465,13465;41.6035676;-109.2037384:13466;41.6034096;-109.2035344,way_type=user_defined:way_id=80W -edge,13466,13466;41.6034096;-109.2035344:13467;41.60326;-109.2033483,way_type=user_defined:way_id=80W -edge,13467,13467;41.60326;-109.2033483:13468;41.6030942;-109.203151,way_type=user_defined:way_id=80W -edge,13468,13468;41.6030942;-109.203151:13469;41.6029247;-109.2029611,way_type=user_defined:way_id=80W -edge,13469,13469;41.6029247;-109.2029611:13470;41.6027617;-109.2027888,way_type=user_defined:way_id=80W -edge,13470,13470;41.6027617;-109.2027888:13471;41.6025843;-109.2026111,way_type=user_defined:way_id=80W -edge,13471,13471;41.6025843;-109.2026111:13472;41.6024734;-109.202506,way_type=user_defined:way_id=80W -edge,13472,13472;41.6024734;-109.202506:13473;41.6024032;-109.2024399,way_type=user_defined:way_id=80W -edge,13473,13473;41.6024032;-109.2024399:13474;41.602225;-109.2022804,way_type=user_defined:way_id=80W -edge,13474,13474;41.602225;-109.2022804:13475;41.6020428;-109.2021272,way_type=user_defined:way_id=80W -edge,13475,13475;41.6020428;-109.2021272:13476;41.601851;-109.2019759,way_type=user_defined:way_id=80W -edge,13476,13476;41.601851;-109.2019759:13477;41.6016627;-109.2018357,way_type=user_defined:way_id=80W -edge,13477,13477;41.6016627;-109.2018357:13478;41.6014777;-109.2017049,way_type=user_defined:way_id=80W -edge,13478,13478;41.6014777;-109.2017049:13479;41.6012782;-109.2015714,way_type=user_defined:way_id=80W -edge,13479,13479;41.6012782;-109.2015714:13480;41.6010839;-109.2014488,way_type=user_defined:way_id=80W -edge,13480,13480;41.6010839;-109.2014488:13481;41.6009067;-109.2013435,way_type=user_defined:way_id=80W -edge,13481,13481;41.6009067;-109.2013435:13482;41.6007093;-109.2012332,way_type=user_defined:way_id=80W -edge,13482,13482;41.6007093;-109.2012332:13483;41.6005038;-109.2011256,way_type=user_defined:way_id=80W -edge,13483,13483;41.6005038;-109.2011256:13484;41.6003036;-109.2010283,way_type=user_defined:way_id=80W -edge,13484,13484;41.6003036;-109.2010283:13485;41.60024984;-109.2010042,way_type=user_defined:way_id=80W -edge,13485,13485;41.60024984;-109.2010042:13486;41.60024984;-109.2010042,way_type=user_defined:way_id=80W -edge,13486,13486;41.60024984;-109.2010042:13487;41.6000956;-109.200934,way_type=user_defined:way_id=80W -edge,13487,13487;41.6000956;-109.200934:13488;41.599295;-109.2005833,way_type=user_defined:way_id=80W -edge,13488,13488;41.599295;-109.2005833:13489;41.598884;-109.2003995,way_type=user_defined:way_id=80W -edge,13489,13489;41.598884;-109.2003995:13490;41.598884;-109.2003995,way_type=user_defined:way_id=80W -edge,13490,13490;41.598884;-109.2003995:13491;41.5984732;-109.2002136,way_type=user_defined:way_id=80W -edge,13491,13491;41.5984732;-109.2002136:13492;41.5982917;-109.2001335,way_type=user_defined:way_id=80W -edge,13492,13492;41.5982917;-109.2001335:13493;41.597875;-109.1999536,way_type=user_defined:way_id=80W -edge,13493,13493;41.597875;-109.1999536:13494;41.5976989;-109.1998736,way_type=user_defined:way_id=80W -edge,13494,13494;41.5976989;-109.1998736:13495;41.5974884;-109.1997728,way_type=user_defined:way_id=80W -edge,13495,13495;41.5974884;-109.1997728:13496;41.5972912;-109.1996708,way_type=user_defined:way_id=80W -edge,13496,13496;41.5972912;-109.1996708:13497;41.5970829;-109.1995543,way_type=user_defined:way_id=80W -edge,13497,13497;41.5970829;-109.1995543:13498;41.59693379;-109.1994645,way_type=user_defined:way_id=80W -edge,13498,13498;41.59693379;-109.1994645:13499;41.596856;-109.1994176,way_type=user_defined:way_id=80W -edge,13499,13499;41.596856;-109.1994176:13500;41.5966894;-109.1993104,way_type=user_defined:way_id=80W -edge,13500,13500;41.5966894;-109.1993104:13501;41.596474;-109.1991631,way_type=user_defined:way_id=80W -edge,13501,13501;41.596474;-109.1991631:13502;41.5962804;-109.199022,way_type=user_defined:way_id=80W -edge,13502,13502;41.5962804;-109.199022:13503;41.5960889;-109.198875,way_type=user_defined:way_id=80W -edge,13503,13503;41.5960889;-109.198875:13504;41.5959059;-109.1987265,way_type=user_defined:way_id=80W -edge,13504,13504;41.5959059;-109.1987265:13505;41.5957196;-109.198567,way_type=user_defined:way_id=80W -edge,13505,13505;41.5957196;-109.198567:13506;41.5955366;-109.1984007,way_type=user_defined:way_id=80W -edge,13506,13506;41.5955366;-109.1984007:13507;41.5953457;-109.1982166,way_type=user_defined:way_id=80W -edge,13507,13507;41.5953457;-109.1982166:13508;41.5951758;-109.1980436,way_type=user_defined:way_id=80W -edge,13508,13508;41.5951758;-109.1980436:13509;41.5950261;-109.197883,way_type=user_defined:way_id=80W -edge,13509,13509;41.5950261;-109.197883:13510;41.5948363;-109.1976689,way_type=user_defined:way_id=80W -edge,13510,13510;41.5948363;-109.1976689:13511;41.5946734;-109.1974718,way_type=user_defined:way_id=80W -edge,13511,13511;41.5946734;-109.1974718:13512;41.5945147;-109.197269,way_type=user_defined:way_id=80W -edge,13512,13512;41.5945147;-109.197269:13513;41.5944597;-109.1971954,way_type=user_defined:way_id=80W -edge,13513,13513;41.5944597;-109.1971954:13514;41.5944597;-109.1971954,way_type=user_defined:way_id=80W -edge,13514,13514;41.5944597;-109.1971954:13515;41.5943647;-109.1970682,way_type=user_defined:way_id=80W -edge,13515,13515;41.5943647;-109.1970682:13516;41.5942136;-109.1968565,way_type=user_defined:way_id=80W -edge,13516,13516;41.5942136;-109.1968565:13517;41.5940713;-109.1966469,way_type=user_defined:way_id=80W -edge,13517,13517;41.5940713;-109.1966469:13518;41.5939053;-109.1963896,way_type=user_defined:way_id=80W -edge,13518,13518;41.5939053;-109.1963896:13519;41.5937843;-109.196193,way_type=user_defined:way_id=80W -edge,13519,13519;41.5937843;-109.196193:13520;41.5936372;-109.19594,way_type=user_defined:way_id=80W -edge,13520,13520;41.5936372;-109.19594:13521;41.5935123;-109.1957119,way_type=user_defined:way_id=80W -edge,13521,13521;41.5935123;-109.1957119:13522;41.5933849;-109.1954642,way_type=user_defined:way_id=80W -edge,13522,13522;41.5933849;-109.1954642:13523;41.593251;-109.195186,way_type=user_defined:way_id=80W -edge,13523,13523;41.593251;-109.195186:13524;41.5931635;-109.1949957,way_type=user_defined:way_id=80W -edge,13524,13524;41.5931635;-109.1949957:13525;41.5930565;-109.1947521,way_type=user_defined:way_id=80W -edge,13525,13525;41.5930565;-109.1947521:13526;41.5929505;-109.1944971,way_type=user_defined:way_id=80W -edge,13526,13526;41.5929505;-109.1944971:13527;41.5928526;-109.1942466,way_type=user_defined:way_id=80W -edge,13527,13527;41.5928526;-109.1942466:13528;41.592744;-109.1939506,way_type=user_defined:way_id=80W -edge,13528,13528;41.592744;-109.1939506:13529;41.5926537;-109.1936846,way_type=user_defined:way_id=80W -edge,13529,13529;41.5926537;-109.1936846:13530;41.5925719;-109.1934237,way_type=user_defined:way_id=80W -edge,13530,13530;41.5925719;-109.1934237:13531;41.592493;-109.1931508,way_type=user_defined:way_id=80W -edge,13531,13531;41.592493;-109.1931508:13532;41.5924174;-109.1928663,way_type=user_defined:way_id=80W -edge,13532,13532;41.5924174;-109.1928663:13533;41.5923515;-109.1925975,way_type=user_defined:way_id=80W -edge,13533,13533;41.5923515;-109.1925975:13534;41.59229;-109.192328,way_type=user_defined:way_id=80W -edge,13534,13534;41.59229;-109.192328:13535;41.5922307;-109.1920448,way_type=user_defined:way_id=80W -edge,13535,13535;41.5922307;-109.1920448:13536;41.5921758;-109.191753,way_type=user_defined:way_id=80W -edge,13536,13536;41.5921758;-109.191753:13537;41.5921298;-109.1914766,way_type=user_defined:way_id=80W -edge,13537,13537;41.5921298;-109.1914766:13538;41.5920883;-109.1911896,way_type=user_defined:way_id=80W -edge,13538,13538;41.5920883;-109.1911896:13539;41.5920542;-109.1909124,way_type=user_defined:way_id=80W -edge,13539,13539;41.5920542;-109.1909124:13540;41.5920239;-109.1906208,way_type=user_defined:way_id=80W -edge,13540,13540;41.5920239;-109.1906208:13541;41.5919985;-109.1903209,way_type=user_defined:way_id=80W -edge,13541,13541;41.5919985;-109.1903209:13542;41.5919784;-109.1900099,way_type=user_defined:way_id=80W -edge,13542,13542;41.5919784;-109.1900099:13543;41.591965;-109.1897172,way_type=user_defined:way_id=80W -edge,13543,13543;41.591965;-109.1897172:13544;41.59196238;-109.1896223,way_type=user_defined:way_id=80W -edge,13544,13544;41.59196238;-109.1896223:13545;41.5919569;-109.1894238,way_type=user_defined:way_id=80W -edge,13545,13545;41.5919569;-109.1894238:13546;41.5919545;-109.1891394,way_type=user_defined:way_id=80W -edge,13546,13546;41.5919545;-109.1891394:13547;41.5919575;-109.1888448,way_type=user_defined:way_id=80W -edge,13547,13547;41.5919575;-109.1888448:13548;41.5919649;-109.1885589,way_type=user_defined:way_id=80W -edge,13548,13548;41.5919649;-109.1885589:13549;41.5919787;-109.1882635,way_type=user_defined:way_id=80W -edge,13549,13549;41.5919787;-109.1882635:13550;41.59199783;-109.1879837,way_type=user_defined:way_id=80W -edge,13550,13550;41.59199783;-109.1879837:13551;41.59199783;-109.1879837,way_type=user_defined:way_id=80W -edge,13551,13551;41.59199783;-109.1879837:13552;41.5920231;-109.187691,way_type=user_defined:way_id=80W -edge,13552,13552;41.5920231;-109.187691:13553;41.5920307;-109.1876158,way_type=user_defined:way_id=80W -edge,13553,13553;41.5920307;-109.1876158:13554;41.5920589;-109.1873594,way_type=user_defined:way_id=80W -edge,13554,13554;41.5920589;-109.1873594:13555;41.59207149;-109.1872637,way_type=user_defined:way_id=80W -edge,13555,13555;41.59207149;-109.1872637:13556;41.5920962;-109.187076,way_type=user_defined:way_id=80W -edge,13556,13556;41.5920962;-109.187076:13557;41.5921392;-109.1867944,way_type=user_defined:way_id=80W -edge,13557,13557;41.5921392;-109.1867944:13558;41.5921518;-109.1867217,way_type=user_defined:way_id=80W -edge,13558,13558;41.5921518;-109.1867217:13559;41.5921949;-109.1864795,way_type=user_defined:way_id=80W -edge,13559,13559;41.5921949;-109.1864795:13560;41.5922456;-109.1862252,way_type=user_defined:way_id=80W -edge,13560,13560;41.5922456;-109.1862252:13561;41.5923234;-109.1858783,way_type=user_defined:way_id=80W -edge,13561,13561;41.5923234;-109.1858783:13562;41.5923834;-109.1856323,way_type=user_defined:way_id=80W -edge,13562,13562;41.5923834;-109.1856323:13563;41.5924525;-109.1853691,way_type=user_defined:way_id=80W -edge,13563,13563;41.5924525;-109.1853691:13564;41.592531;-109.185091,way_type=user_defined:way_id=80W -edge,13564,13564;41.592531;-109.185091:13565;41.5926116;-109.1848241,way_type=user_defined:way_id=80W -edge,13565,13565;41.5926116;-109.1848241:13566;41.5926983;-109.1845596,way_type=user_defined:way_id=80W -edge,13566,13566;41.5926983;-109.1845596:13567;41.5928036;-109.1842656,way_type=user_defined:way_id=80W -edge,13567,13567;41.5928036;-109.1842656:13568;41.5929061;-109.1840008,way_type=user_defined:way_id=80W -edge,13568,13568;41.5929061;-109.1840008:13569;41.5930095;-109.1837481,way_type=user_defined:way_id=80W -edge,13569,13569;41.5930095;-109.1837481:13570;41.5931294;-109.1834663,way_type=user_defined:way_id=80W -edge,13570,13570;41.5931294;-109.1834663:13571;41.5932365;-109.1832202,way_type=user_defined:way_id=80W -edge,13571,13571;41.5932365;-109.1832202:13572;41.5936668;-109.1822484,way_type=user_defined:way_id=80W -edge,13572,13572;41.5936668;-109.1822484:13573;41.5943986;-109.1806217,way_type=user_defined:way_id=80W -edge,13573,13573;41.5943986;-109.1806217:13574;41.5945915;-109.180189,way_type=user_defined:way_id=80W -edge,13574,13574;41.5945915;-109.180189:13575;41.5947962;-109.1797247,way_type=user_defined:way_id=80W -edge,13575,13575;41.5947962;-109.1797247:13576;41.5949084;-109.1794682,way_type=user_defined:way_id=80W -edge,13576,13576;41.5949084;-109.1794682:13577;41.5950141;-109.1792187,way_type=user_defined:way_id=80W -edge,13577,13577;41.5950141;-109.1792187:13578;41.5951192;-109.178959,way_type=user_defined:way_id=80W -edge,13578,13578;41.5951192;-109.178959:13579;41.5951938;-109.1787648,way_type=user_defined:way_id=80W -edge,13579,13579;41.5951938;-109.1787648:13580;41.595229;-109.1786718,way_type=user_defined:way_id=80W -edge,13580,13580;41.595229;-109.1786718:13581;41.5953124;-109.1784419,way_type=user_defined:way_id=80W -edge,13581,13581;41.5953124;-109.1784419:13582;41.5954034;-109.1781755,way_type=user_defined:way_id=80W -edge,13582,13582;41.5954034;-109.1781755:13583;41.5954965;-109.1778801,way_type=user_defined:way_id=80W -edge,13583,13583;41.5954965;-109.1778801:13584;41.5955749;-109.1776073,way_type=user_defined:way_id=80W -edge,13584,13584;41.5955749;-109.1776073:13585;41.5956491;-109.1773241,way_type=user_defined:way_id=80W -edge,13585,13585;41.5956491;-109.1773241:13586;41.5957138;-109.1770565,way_type=user_defined:way_id=80W -edge,13586,13586;41.5957138;-109.1770565:13587;41.5957768;-109.1767699,way_type=user_defined:way_id=80W -edge,13587,13587;41.5957768;-109.1767699:13588;41.5958324;-109.1764898,way_type=user_defined:way_id=80W -edge,13588,13588;41.5958324;-109.1764898:13589;41.595877;-109.1762464,way_type=user_defined:way_id=80W -edge,13589,13589;41.595877;-109.1762464:13590;41.5959289;-109.1759267,way_type=user_defined:way_id=80W -edge,13590,13590;41.5959289;-109.1759267:13591;41.5959627;-109.1756811,way_type=user_defined:way_id=80W -edge,13591,13591;41.5959627;-109.1756811:13592;41.5959962;-109.1753869,way_type=user_defined:way_id=80W -edge,13592,13592;41.5959962;-109.1753869:13593;41.5960236;-109.1750719,way_type=user_defined:way_id=80W -edge,13593,13593;41.5960236;-109.1750719:13594;41.5960416;-109.1748131,way_type=user_defined:way_id=80W -edge,13594,13594;41.5960416;-109.1748131:13595;41.5960587;-109.1745155,way_type=user_defined:way_id=80W -edge,13595,13595;41.5960587;-109.1745155:13596;41.5960712;-109.1742362,way_type=user_defined:way_id=80W -edge,13596,13596;41.5960712;-109.1742362:13597;41.5961016;-109.1733664,way_type=user_defined:way_id=80W -edge,13597,13597;41.5961016;-109.1733664:13598;41.5961511;-109.1716266,way_type=user_defined:way_id=80W -edge,13598,13598;41.5961511;-109.1716266:13599;41.5961828;-109.1704348,way_type=user_defined:way_id=80W -edge,13599,13599;41.5961828;-109.1704348:13600;41.596218;-109.1689753,way_type=user_defined:way_id=80W -edge,13600,13600;41.596218;-109.1689753:13601;41.5962436;-109.1680623,way_type=user_defined:way_id=80W -edge,13601,13601;41.5962436;-109.1680623:13602;41.5962645;-109.1672283,way_type=user_defined:way_id=80W -edge,13602,13602;41.5962645;-109.1672283:13603;41.5962902;-109.1663611,way_type=user_defined:way_id=80W -edge,13603,13603;41.5962902;-109.1663611:13604;41.5963223;-109.1650549,way_type=user_defined:way_id=80W -edge,13604,13604;41.5963223;-109.1650549:13605;41.5963361;-109.1645467,way_type=user_defined:way_id=80W -edge,13605,13605;41.5963361;-109.1645467:13606;41.5963531;-109.1640395,way_type=user_defined:way_id=80W -edge,13606,13606;41.5963531;-109.1640395:13607;41.5963665;-109.1637192,way_type=user_defined:way_id=80W -edge,13607,13607;41.5963665;-109.1637192:13608;41.5963833;-109.1634184,way_type=user_defined:way_id=80W -edge,13608,13608;41.5963833;-109.1634184:13609;41.5964046;-109.1631256,way_type=user_defined:way_id=80W -edge,13609,13609;41.5964046;-109.1631256:13610;41.5964338;-109.1628077,way_type=user_defined:way_id=80W -edge,13610,13610;41.5964338;-109.1628077:13611;41.596461;-109.1625554,way_type=user_defined:way_id=80W -edge,13611,13611;41.596461;-109.1625554:13612;41.5965002;-109.1622387,way_type=user_defined:way_id=80W -edge,13612,13612;41.5965002;-109.1622387:13613;41.5965366;-109.1619801,way_type=user_defined:way_id=80W -edge,13613,13613;41.5965366;-109.1619801:13614;41.596586;-109.1616659,way_type=user_defined:way_id=80W -edge,13614,13614;41.596586;-109.1616659:13615;41.5966355;-109.1613815,way_type=user_defined:way_id=80W -edge,13615,13615;41.5966355;-109.1613815:13616;41.5966877;-109.1611077,way_type=user_defined:way_id=80W -edge,13616,13616;41.5966877;-109.1611077:13617;41.5967407;-109.1608549,way_type=user_defined:way_id=80W -edge,13617,13617;41.5967407;-109.1608549:13618;41.5968093;-109.160548,way_type=user_defined:way_id=80W -edge,13618,13618;41.5968093;-109.160548:13619;41.596876;-109.1602714,way_type=user_defined:way_id=80W -edge,13619,13619;41.596876;-109.1602714:13620;41.5969495;-109.1599883,way_type=user_defined:way_id=80W -edge,13620,13620;41.5969495;-109.1599883:13621;41.5970225;-109.1597252,way_type=user_defined:way_id=80W -edge,13621,13621;41.5970225;-109.1597252:13622;41.5971047;-109.1594469,way_type=user_defined:way_id=80W -edge,13622,13622;41.5971047;-109.1594469:13623;41.597187;-109.1591794,way_type=user_defined:way_id=80W -edge,13623,13623;41.597187;-109.1591794:13624;41.5972728;-109.1589132,way_type=user_defined:way_id=80W -edge,13624,13624;41.5972728;-109.1589132:13625;41.5973546;-109.1586763,way_type=user_defined:way_id=80W -edge,13625,13625;41.5973546;-109.1586763:13626;41.5974508;-109.1584152,way_type=user_defined:way_id=80W -edge,13626,13626;41.5974508;-109.1584152:13627;41.5975009;-109.1582865,way_type=user_defined:way_id=80W -edge,13627,13627;41.5975009;-109.1582865:13628;41.5975652;-109.1581237,way_type=user_defined:way_id=80W -edge,13628,13628;41.5975652;-109.1581237:13629;41.597682;-109.1578423,way_type=user_defined:way_id=80W -edge,13629,13629;41.597682;-109.1578423:13630;41.5977781;-109.1576199,way_type=user_defined:way_id=80W -edge,13630,13630;41.5977781;-109.1576199:13631;41.5978892;-109.1573748,way_type=user_defined:way_id=80W -edge,13631,13631;41.5978892;-109.1573748:13632;41.5980082;-109.1571242,way_type=user_defined:way_id=80W -edge,13632,13632;41.5980082;-109.1571242:13633;41.5981234;-109.1568923,way_type=user_defined:way_id=80W -edge,13633,13633;41.5981234;-109.1568923:13634;41.59825;-109.1566495,way_type=user_defined:way_id=80W -edge,13634,13634;41.59825;-109.1566495:13635;41.5983807;-109.1564102,way_type=user_defined:way_id=80W -edge,13635,13635;41.5983807;-109.1564102:13636;41.5985323;-109.1561439,way_type=user_defined:way_id=80W -edge,13636,13636;41.5985323;-109.1561439:13637;41.5986473;-109.1559489,way_type=user_defined:way_id=80W -edge,13637,13637;41.5986473;-109.1559489:13638;41.5988056;-109.1556903,way_type=user_defined:way_id=80W -edge,13638,13638;41.5988056;-109.1556903:13639;41.5989447;-109.1554726,way_type=user_defined:way_id=80W -edge,13639,13639;41.5989447;-109.1554726:13640;41.5991074;-109.1552316,way_type=user_defined:way_id=80W -edge,13640,13640;41.5991074;-109.1552316:13641;41.5992401;-109.1550439,way_type=user_defined:way_id=80W -edge,13641,13641;41.5992401;-109.1550439:13642;41.5994121;-109.1548127,way_type=user_defined:way_id=80W -edge,13642,13642;41.5994121;-109.1548127:13643;41.5995687;-109.1546125,way_type=user_defined:way_id=80W -edge,13643,13643;41.5995687;-109.1546125:13644;41.5997338;-109.1544104,way_type=user_defined:way_id=80W -edge,13644,13644;41.5997338;-109.1544104:13645;41.5998955;-109.1542176,way_type=user_defined:way_id=80W -edge,13645,13645;41.5998955;-109.1542176:13646;41.6003459;-109.1536922,way_type=user_defined:way_id=80W -edge,13646,13646;41.6003459;-109.1536922:13647;41.6012538;-109.1526463,way_type=user_defined:way_id=80W -edge,13647,13647;41.6012538;-109.1526463:13648;41.6019342;-109.1518563,way_type=user_defined:way_id=80W -edge,13648,13648;41.6019342;-109.1518563:13649;41.6024285;-109.1512874,way_type=user_defined:way_id=80W -edge,13649,13649;41.6024285;-109.1512874:13650;41.6031042;-109.1505047,way_type=user_defined:way_id=80W -edge,13650,13650;41.6031042;-109.1505047:13651;41.6034304;-109.1501219,way_type=user_defined:way_id=80W -edge,13651,13651;41.6034304;-109.1501219:13652;41.6036135;-109.149903,way_type=user_defined:way_id=80W -edge,13652,13652;41.6036135;-109.149903:13653;41.6037787;-109.1497011,way_type=user_defined:way_id=80W -edge,13653,13653;41.6037787;-109.1497011:13654;41.6039965;-109.1494263,way_type=user_defined:way_id=80W -edge,13654,13654;41.6039965;-109.1494263:13655;41.6040918;-109.1493043,way_type=user_defined:way_id=80W -edge,13655,13655;41.6040918;-109.1493043:13656;41.6042493;-109.1490973,way_type=user_defined:way_id=80W -edge,13656,13656;41.6042493;-109.1490973:13657;41.6043986;-109.1488944,way_type=user_defined:way_id=80W -edge,13657,13657;41.6043986;-109.1488944:13658;41.6045498;-109.148683,way_type=user_defined:way_id=80W -edge,13658,13658;41.6045498;-109.148683:13659;41.6047165;-109.1484428,way_type=user_defined:way_id=80W -edge,13659,13659;41.6047165;-109.1484428:13660;41.604856;-109.1482355,way_type=user_defined:way_id=80W -edge,13660,13660;41.604856;-109.1482355:13661;41.6049876;-109.1480352,way_type=user_defined:way_id=80W -edge,13661,13661;41.6049876;-109.1480352:13662;41.605145;-109.1477892,way_type=user_defined:way_id=80W -edge,13662,13662;41.605145;-109.1477892:13663;41.6052683;-109.1475903,way_type=user_defined:way_id=80W -edge,13663,13663;41.6052683;-109.1475903:13664;41.6054038;-109.1473649,way_type=user_defined:way_id=80W -edge,13664,13664;41.6054038;-109.1473649:13665;41.6055379;-109.1471354,way_type=user_defined:way_id=80W -edge,13665,13665;41.6055379;-109.1471354:13666;41.6056663;-109.14691,way_type=user_defined:way_id=80W -edge,13666,13666;41.6056663;-109.14691:13667;41.6058011;-109.146666,way_type=user_defined:way_id=80W -edge,13667,13667;41.6058011;-109.146666:13668;41.605925;-109.146434,way_type=user_defined:way_id=80W -edge,13668,13668;41.605925;-109.146434:13669;41.6060022;-109.1462852,way_type=user_defined:way_id=80W -edge,13669,13669;41.6060022;-109.1462852:13670;41.6060665;-109.1461602,way_type=user_defined:way_id=80W -edge,13670,13670;41.6060665;-109.1461602:13671;41.6061822;-109.1459291,way_type=user_defined:way_id=80W -edge,13671,13671;41.6061822;-109.1459291:13672;41.6063036;-109.14568,way_type=user_defined:way_id=80W -edge,13672,13672;41.6063036;-109.14568:13673;41.6064191;-109.1454367,way_type=user_defined:way_id=80W -edge,13673,13673;41.6064191;-109.1454367:13674;41.606536;-109.1451829,way_type=user_defined:way_id=80W -edge,13674,13674;41.606536;-109.1451829:13675;41.6066466;-109.1449346,way_type=user_defined:way_id=80W -edge,13675,13675;41.6066466;-109.1449346:13676;41.6067684;-109.1446512,way_type=user_defined:way_id=80W -edge,13676,13676;41.6067684;-109.1446512:13677;41.6068998;-109.1443335,way_type=user_defined:way_id=80W -edge,13677,13677;41.6068998;-109.1443335:13678;41.6070796;-109.1438819,way_type=user_defined:way_id=80W -edge,13678,13678;41.6070796;-109.1438819:13679;41.6071913;-109.1435931,way_type=user_defined:way_id=80W -edge,13679,13679;41.6071913;-109.1435931:13680;41.607422;-109.1429833,way_type=user_defined:way_id=80W -edge,13680,13680;41.607422;-109.1429833:13681;41.607779;-109.1420305,way_type=user_defined:way_id=80W -edge,13681,13681;41.607779;-109.1420305:13682;41.608174;-109.1409667,way_type=user_defined:way_id=80W -edge,13682,13682;41.608174;-109.1409667:13683;41.6087359;-109.1394791,way_type=user_defined:way_id=80W -edge,13683,13683;41.6087359;-109.1394791:13684;41.609827;-109.1365572,way_type=user_defined:way_id=80W -edge,13684,13684;41.609827;-109.1365572:13685;41.60991493;-109.1363238,way_type=user_defined:way_id=80W -edge,13685,13685;41.60991493;-109.1363238:13686;41.6102088;-109.1355436,way_type=user_defined:way_id=80W -edge,13686,13686;41.6102088;-109.1355436:13687;41.610801;-109.1339536,way_type=user_defined:way_id=80W -edge,13687,13687;41.610801;-109.1339536:13688;41.61091119;-109.133661,way_type=user_defined:way_id=80W -edge,13688,13688;41.61091119;-109.133661:13689;41.61091119;-109.133661,way_type=user_defined:way_id=80W -edge,13689,13689;41.61091119;-109.133661:13690;41.61121901;-109.1328396,way_type=user_defined:way_id=80W -edge,13690,13690;41.61121901;-109.1328396:13691;41.61123933;-109.1327891,way_type=user_defined:way_id=80W -edge,13691,13691;41.61123933;-109.1327891:13692;41.6112867;-109.1326625,way_type=user_defined:way_id=80W -edge,13692,13692;41.6112867;-109.1326625:13693;41.6115767;-109.1318829,way_type=user_defined:way_id=80W -edge,13693,13693;41.6115767;-109.1318829:13694;41.6117684;-109.1313621,way_type=user_defined:way_id=80W -edge,13694,13694;41.6117684;-109.1313621:13695;41.61213591;-109.1303857,way_type=user_defined:way_id=80W -edge,13695,13695;41.61213591;-109.1303857:13696;41.6121709;-109.1302928,way_type=user_defined:way_id=80W -edge,13696,13696;41.6121709;-109.1302928:13697;41.6125499;-109.1292729,way_type=user_defined:way_id=80W -edge,13697,13697;41.6125499;-109.1292729:13698;41.6129466;-109.1281993,way_type=user_defined:way_id=80W -edge,13698,13698;41.6129466;-109.1281993:13699;41.61329443;-109.1272694,way_type=user_defined:way_id=80W -edge,13699,13699;41.61329443;-109.1272694:13700;41.61329443;-109.1272694,way_type=user_defined:way_id=80W -edge,13700,13700;41.61329443;-109.1272694:13701;41.6134616;-109.1268362,way_type=user_defined:way_id=80W -edge,13701,13701;41.6134616;-109.1268362:13702;41.6139609;-109.1254982,way_type=user_defined:way_id=80W -edge,13702,13702;41.6139609;-109.1254982:13703;41.6145596;-109.1239036,way_type=user_defined:way_id=80W -edge,13703,13703;41.6145596;-109.1239036:13704;41.61470629;-109.123509,way_type=user_defined:way_id=80W -edge,13704,13704;41.61470629;-109.123509:13705;41.6149482;-109.1228582,way_type=user_defined:way_id=80W -edge,13705,13705;41.6149482;-109.1228582:13706;41.6153496;-109.1217918,way_type=user_defined:way_id=80W -edge,13706,13706;41.6153496;-109.1217918:13707;41.61592485;-109.1202498,way_type=user_defined:way_id=80W -edge,13707,13707;41.61592485;-109.1202498:13708;41.61592485;-109.1202498,way_type=user_defined:way_id=80W -edge,13708,13708;41.61592485;-109.1202498:13709;41.6161371;-109.1196846,way_type=user_defined:way_id=80W -edge,13709,13709;41.6161371;-109.1196846:13710;41.6163884;-109.1190081,way_type=user_defined:way_id=80W -edge,13710,13710;41.6163884;-109.1190081:13711;41.6165131;-109.1186724,way_type=user_defined:way_id=80W -edge,13711,13711;41.6165131;-109.1186724:13712;41.6170978;-109.1171146,way_type=user_defined:way_id=80W -edge,13712,13712;41.6170978;-109.1171146:13713;41.618066;-109.1145213,way_type=user_defined:way_id=80W -edge,13713,13713;41.618066;-109.1145213:13714;41.618869;-109.1123778,way_type=user_defined:way_id=80W -edge,13714,13714;41.618869;-109.1123778:13715;41.6196206;-109.1103553,way_type=user_defined:way_id=80W -edge,13715,13715;41.6196206;-109.1103553:13716;41.6205489;-109.1078708,way_type=user_defined:way_id=80W -edge,13716,13716;41.6205489;-109.1078708:13717;41.6210072;-109.1066355,way_type=user_defined:way_id=80W -edge,13717,13717;41.6210072;-109.1066355:13718;41.6212508;-109.1059861,way_type=user_defined:way_id=80W -edge,13718,13718;41.6212508;-109.1059861:13719;41.62179;-109.1045579,way_type=user_defined:way_id=80W -edge,13719,13719;41.62179;-109.1045579:13720;41.6220298;-109.1039081,way_type=user_defined:way_id=80W -edge,13720,13720;41.6220298;-109.1039081:13721;41.6223207;-109.1031329,way_type=user_defined:way_id=80W -edge,13721,13721;41.6223207;-109.1031329:13722;41.6229498;-109.1014377,way_type=user_defined:way_id=80W -edge,13722,13722;41.6229498;-109.1014377:13723;41.6231176;-109.1009892,way_type=user_defined:way_id=80W -edge,13723,13723;41.6231176;-109.1009892:13724;41.6234759;-109.1000418,way_type=user_defined:way_id=80W -edge,13724,13724;41.6234759;-109.1000418:13725;41.6237556;-109.0992964,way_type=user_defined:way_id=80W -edge,13725,13725;41.6237556;-109.0992964:13726;41.6239991;-109.0986436,way_type=user_defined:way_id=80W -edge,13726,13726;41.6239991;-109.0986436:13727;41.6243433;-109.0977144,way_type=user_defined:way_id=80W -edge,13727,13727;41.6243433;-109.0977144:13728;41.6251217;-109.0956299,way_type=user_defined:way_id=80W -edge,13728,13728;41.6251217;-109.0956299:13729;41.6255366;-109.094526,way_type=user_defined:way_id=80W -edge,13729,13729;41.6255366;-109.094526:13730;41.6259156;-109.0935063,way_type=user_defined:way_id=80W -edge,13730,13730;41.6259156;-109.0935063:13731;41.6261612;-109.0928523,way_type=user_defined:way_id=80W -edge,13731,13731;41.6261612;-109.0928523:13732;41.6265602;-109.0917798,way_type=user_defined:way_id=80W -edge,13732,13732;41.6265602;-109.0917798:13733;41.6267689;-109.0912297,way_type=user_defined:way_id=80W -edge,13733,13733;41.6267689;-109.0912297:13734;41.627056;-109.0904529,way_type=user_defined:way_id=80W -edge,13734,13734;41.627056;-109.0904529:13735;41.6273498;-109.0896694,way_type=user_defined:way_id=80W -edge,13735,13735;41.6273498;-109.0896694:13736;41.6278337;-109.0883695,way_type=user_defined:way_id=80W -edge,13736,13736;41.6278337;-109.0883695:13737;41.6280584;-109.087757,way_type=user_defined:way_id=80W -edge,13737,13737;41.6280584;-109.087757:13738;41.6283148;-109.0870637,way_type=user_defined:way_id=80W -edge,13738,13738;41.6283148;-109.0870637:13739;41.6286951;-109.0860249,way_type=user_defined:way_id=80W -edge,13739,13739;41.6286951;-109.0860249:13740;41.628802;-109.0857298,way_type=user_defined:way_id=80W -edge,13740,13740;41.628802;-109.0857298:13741;41.6289875;-109.0852042,way_type=user_defined:way_id=80W -edge,13741,13741;41.6289875;-109.0852042:13742;41.6290691;-109.0849654,way_type=user_defined:way_id=80W -edge,13742,13742;41.6290691;-109.0849654:13743;41.6291345;-109.0847665,way_type=user_defined:way_id=80W -edge,13743,13743;41.6291345;-109.0847665:13744;41.629247;-109.0844106,way_type=user_defined:way_id=80W -edge,13744,13744;41.629247;-109.0844106:13745;41.6293283;-109.0841389,way_type=user_defined:way_id=80W -edge,13745,13745;41.6293283;-109.0841389:13746;41.6294064;-109.0838654,way_type=user_defined:way_id=80W -edge,13746,13746;41.6294064;-109.0838654:13747;41.6294808;-109.0835903,way_type=user_defined:way_id=80W -edge,13747,13747;41.6294808;-109.0835903:13748;41.6295521;-109.083314,way_type=user_defined:way_id=80W -edge,13748,13748;41.6295521;-109.083314:13749;41.6296188;-109.083046,way_type=user_defined:way_id=80W -edge,13749,13749;41.6296188;-109.083046:13750;41.6296862;-109.0827586,way_type=user_defined:way_id=80W -edge,13750,13750;41.6296862;-109.0827586:13751;41.6298077;-109.0822083,way_type=user_defined:way_id=80W -edge,13751,13751;41.6298077;-109.0822083:13752;41.6298675;-109.0819186,way_type=user_defined:way_id=80W -edge,13752,13752;41.6298675;-109.0819186:13753;41.629924;-109.0816203,way_type=user_defined:way_id=80W -edge,13753,13753;41.629924;-109.0816203:13754;41.6300255;-109.0810529,way_type=user_defined:way_id=80W -edge,13754,13754;41.6300255;-109.0810529:13755;41.6301953;-109.0800608,way_type=user_defined:way_id=80W -edge,13755,13755;41.6301953;-109.0800608:13756;41.6303494;-109.0791296,way_type=user_defined:way_id=80W -edge,13756,13756;41.6303494;-109.0791296:13757;41.6304488;-109.0785454,way_type=user_defined:way_id=80W -edge,13757,13757;41.6304488;-109.0785454:13758;41.630692;-109.0770747,way_type=user_defined:way_id=80W -edge,13758,13758;41.630692;-109.0770747:13759;41.6308754;-109.0759413,way_type=user_defined:way_id=80W -edge,13759,13759;41.6308754;-109.0759413:13760;41.6310098;-109.0751299,way_type=user_defined:way_id=80W -edge,13760,13760;41.6310098;-109.0751299:13761;41.6313498;-109.0730992,way_type=user_defined:way_id=80W -edge,13761,13761;41.6313498;-109.0730992:13762;41.6315419;-109.0719667,way_type=user_defined:way_id=80W -edge,13762,13762;41.6315419;-109.0719667:13763;41.6317355;-109.0707977,way_type=user_defined:way_id=80W -edge,13763,13763;41.6317355;-109.0707977:13764;41.631886;-109.0698996,way_type=user_defined:way_id=80W -edge,13764,13764;41.631886;-109.0698996:13765;41.6321037;-109.0685571,way_type=user_defined:way_id=80W -edge,13765,13765;41.6321037;-109.0685571:13766;41.6323126;-109.0673238,way_type=user_defined:way_id=80W -edge,13766,13766;41.6323126;-109.0673238:13767;41.6325442;-109.0659338,way_type=user_defined:way_id=80W -edge,13767,13767;41.6325442;-109.0659338:13768;41.6327294;-109.0647984,way_type=user_defined:way_id=80W -edge,13768,13768;41.6327294;-109.0647984:13769;41.6328727;-109.0639415,way_type=user_defined:way_id=80W -edge,13769,13769;41.6328727;-109.0639415:13770;41.6330164;-109.0630621,way_type=user_defined:way_id=80W -edge,13770,13770;41.6330164;-109.0630621:13771;41.6332627;-109.0616056,way_type=user_defined:way_id=80W -edge,13771,13771;41.6332627;-109.0616056:13772;41.6336239;-109.0594106,way_type=user_defined:way_id=80W -edge,13772,13772;41.6336239;-109.0594106:13773;41.6338624;-109.0579893,way_type=user_defined:way_id=80W -edge,13773,13773;41.6338624;-109.0579893:13774;41.6340504;-109.0568532,way_type=user_defined:way_id=80W -edge,13774,13774;41.6340504;-109.0568532:13775;41.6342544;-109.0556482,way_type=user_defined:way_id=80W -edge,13775,13775;41.6342544;-109.0556482:13776;41.6344745;-109.0542955,way_type=user_defined:way_id=80W -edge,13776,13776;41.6344745;-109.0542955:13777;41.6347781;-109.0524813,way_type=user_defined:way_id=80W -edge,13777,13777;41.6347781;-109.0524813:13778;41.6350172;-109.0510292,way_type=user_defined:way_id=80W -edge,13778,13778;41.6350172;-109.0510292:13779;41.6353542;-109.049003,way_type=user_defined:way_id=80W -edge,13779,13779;41.6353542;-109.049003:13780;41.6356466;-109.0472325,way_type=user_defined:way_id=80W -edge,13780,13780;41.6356466;-109.0472325:13781;41.6356902;-109.0469702,way_type=user_defined:way_id=80W -edge,13781,13781;41.6356902;-109.0469702:13782;41.6357431;-109.0466633,way_type=user_defined:way_id=80W -edge,13782,13782;41.6357431;-109.0466633:13783;41.6357942;-109.0463804,way_type=user_defined:way_id=80W -edge,13783,13783;41.6357942;-109.0463804:13784;41.6358498;-109.0460909,way_type=user_defined:way_id=80W -edge,13784,13784;41.6358498;-109.0460909:13785;41.6359064;-109.0458115,way_type=user_defined:way_id=80W -edge,13785,13785;41.6359064;-109.0458115:13786;41.635966;-109.0455331,way_type=user_defined:way_id=80W -edge,13786,13786;41.635966;-109.0455331:13787;41.6360428;-109.0451974,way_type=user_defined:way_id=80W -edge,13787,13787;41.6360428;-109.0451974:13788;41.6361036;-109.0449441,way_type=user_defined:way_id=80W -edge,13788,13788;41.6361036;-109.0449441:13789;41.6361743;-109.0446607,way_type=user_defined:way_id=80W -edge,13789,13789;41.6361743;-109.0446607:13790;41.6362433;-109.0443963,way_type=user_defined:way_id=80W -edge,13790,13790;41.6362433;-109.0443963:13791;41.6363196;-109.0441163,way_type=user_defined:way_id=80W -edge,13791,13791;41.6363196;-109.0441163:13792;41.6363958;-109.0438487,way_type=user_defined:way_id=80W -edge,13792,13792;41.6363958;-109.0438487:13793;41.6364689;-109.0436007,way_type=user_defined:way_id=80W -edge,13793,13793;41.6364689;-109.0436007:13794;41.6365679;-109.0432759,way_type=user_defined:way_id=80W -edge,13794,13794;41.6365679;-109.0432759:13795;41.6366554;-109.0430025,way_type=user_defined:way_id=80W -edge,13795,13795;41.6366554;-109.0430025:13796;41.6367463;-109.0427324,way_type=user_defined:way_id=80W -edge,13796,13796;41.6367463;-109.0427324:13797;41.6369314;-109.0422111,way_type=user_defined:way_id=80W -edge,13797,13797;41.6369314;-109.0422111:13798;41.6370251;-109.0419591,way_type=user_defined:way_id=80W -edge,13798,13798;41.6370251;-109.0419591:13799;41.6371265;-109.0416941,way_type=user_defined:way_id=80W -edge,13799,13799;41.6371265;-109.0416941:13800;41.6372372;-109.0414137,way_type=user_defined:way_id=80W -edge,13800,13800;41.6372372;-109.0414137:13801;41.6373379;-109.0411672,way_type=user_defined:way_id=80W -edge,13801,13801;41.6373379;-109.0411672:13802;41.6375412;-109.040685,way_type=user_defined:way_id=80W -edge,13802,13802;41.6375412;-109.040685:13803;41.6377592;-109.0401762,way_type=user_defined:way_id=80W -edge,13803,13803;41.6377592;-109.0401762:13804;41.6381945;-109.0391685,way_type=user_defined:way_id=80W -edge,13804,13804;41.6381945;-109.0391685:13805;41.6385201;-109.0384212,way_type=user_defined:way_id=80W -edge,13805,13805;41.6385201;-109.0384212:13806;41.6386303;-109.0381643,way_type=user_defined:way_id=80W -edge,13806,13806;41.6386303;-109.0381643:13807;41.6390708;-109.0371227,way_type=user_defined:way_id=80W -edge,13807,13807;41.6390708;-109.0371227:13808;41.6399092;-109.0351603,way_type=user_defined:way_id=80W -edge,13808,13808;41.6399092;-109.0351603:13809;41.6404047;-109.0339908,way_type=user_defined:way_id=80W -edge,13809,13809;41.6404047;-109.0339908:13810;41.6411472;-109.0322594,way_type=user_defined:way_id=80W -edge,13810,13810;41.6411472;-109.0322594:13811;41.6413894;-109.0316865,way_type=user_defined:way_id=80W -edge,13811,13811;41.6413894;-109.0316865:13812;41.6416891;-109.030983,way_type=user_defined:way_id=80W -edge,13812,13812;41.6416891;-109.030983:13813;41.6420254;-109.0302002,way_type=user_defined:way_id=80W -edge,13813,13813;41.6420254;-109.0302002:13814;41.6424953;-109.0290936,way_type=user_defined:way_id=80W -edge,13814,13814;41.6424953;-109.0290936:13815;41.6428876;-109.0281783,way_type=user_defined:way_id=80W -edge,13815,13815;41.6428876;-109.0281783:13816;41.6431422;-109.0275762,way_type=user_defined:way_id=80W -edge,13816,13816;41.6431422;-109.0275762:13817;41.643548;-109.0266267,way_type=user_defined:way_id=80W -edge,13817,13817;41.643548;-109.0266267:13818;41.6439012;-109.0257878,way_type=user_defined:way_id=80W -edge,13818,13818;41.6439012;-109.0257878:13819;41.6444396;-109.0245235,way_type=user_defined:way_id=80W -edge,13819,13819;41.6444396;-109.0245235:13820;41.6447435;-109.0238182,way_type=user_defined:way_id=80W -edge,13820,13820;41.6447435;-109.0238182:13821;41.6450808;-109.0230267,way_type=user_defined:way_id=80W -edge,13821,13821;41.6450808;-109.0230267:13822;41.6454935;-109.0220636,way_type=user_defined:way_id=80W -edge,13822,13822;41.6454935;-109.0220636:13823;41.6458463;-109.0212318,way_type=user_defined:way_id=80W -edge,13823,13823;41.6458463;-109.0212318:13824;41.6467998;-109.018994,way_type=user_defined:way_id=80W -edge,13824,13824;41.6467998;-109.018994:13825;41.6475454;-109.0172531,way_type=user_defined:way_id=80W -edge,13825,13825;41.6475454;-109.0172531:13826;41.64756921;-109.0171969,way_type=user_defined:way_id=80W -edge,13826,13826;41.64756921;-109.0171969:13827;41.6479057;-109.0164026,way_type=user_defined:way_id=80W -edge,13827,13827;41.6479057;-109.0164026:13828;41.6487453;-109.014448,way_type=user_defined:way_id=80W -edge,13828,13828;41.6487453;-109.014448:13829;41.6498332;-109.0118821,way_type=user_defined:way_id=80W -edge,13829,13829;41.6498332;-109.0118821:13830;41.6505009;-109.0103292,way_type=user_defined:way_id=80W -edge,13830,13830;41.6505009;-109.0103292:13831;41.650852;-109.0095026,way_type=user_defined:way_id=80W -edge,13831,13831;41.650852;-109.0095026:13832;41.6513758;-109.008279,way_type=user_defined:way_id=80W -edge,13832,13832;41.6513758;-109.008279:13833;41.6519106;-109.0070148,way_type=user_defined:way_id=80W -edge,13833,13833;41.6519106;-109.0070148:13834;41.6524659;-109.0057224,way_type=user_defined:way_id=80W -edge,13834,13834;41.6524659;-109.0057224:13835;41.6536463;-109.0029429,way_type=user_defined:way_id=80W -edge,13835,13835;41.6536463;-109.0029429:13836;41.654094;-109.0019015,way_type=user_defined:way_id=80W -edge,13836,13836;41.654094;-109.0019015:13837;41.655296;-108.999077,way_type=user_defined:way_id=80W -edge,13837,13837;41.655296;-108.999077:13838;41.6556988;-108.9981367,way_type=user_defined:way_id=80W -edge,13838,13838;41.6556988;-108.9981367:13839;41.6561535;-108.9970626,way_type=user_defined:way_id=80W -edge,13839,13839;41.6561535;-108.9970626:13840;41.6564908;-108.996275,way_type=user_defined:way_id=80W -edge,13840,13840;41.6564908;-108.996275:13841;41.6566458;-108.9959106,way_type=user_defined:way_id=80W -edge,13841,13841;41.6566458;-108.9959106:13842;41.6569363;-108.9952275,way_type=user_defined:way_id=80W -edge,13842,13842;41.6569363;-108.9952275:13843;41.6577959;-108.9932019,way_type=user_defined:way_id=80W -edge,13843,13843;41.6577959;-108.9932019:13844;41.6582516;-108.9921244,way_type=user_defined:way_id=80W -edge,13844,13844;41.6582516;-108.9921244:13845;41.6588996;-108.9906181,way_type=user_defined:way_id=80W -edge,13845,13845;41.6588996;-108.9906181:13846;41.6594344;-108.9893519,way_type=user_defined:way_id=80W -edge,13846,13846;41.6594344;-108.9893519:13847;41.6596397;-108.9888724,way_type=user_defined:way_id=80W -edge,13847,13847;41.6596397;-108.9888724:13848;41.6599798;-108.9880843,way_type=user_defined:way_id=80W -edge,13848,13848;41.6599798;-108.9880843:13849;41.6603973;-108.9870984,way_type=user_defined:way_id=80W -edge,13849,13849;41.6603973;-108.9870984:13850;41.6607411;-108.9862948,way_type=user_defined:way_id=80W -edge,13850,13850;41.6607411;-108.9862948:13851;41.6612357;-108.9851274,way_type=user_defined:way_id=80W -edge,13851,13851;41.6612357;-108.9851274:13852;41.6618225;-108.9837541,way_type=user_defined:way_id=80W -edge,13852,13852;41.6618225;-108.9837541:13853;41.662234;-108.9827786,way_type=user_defined:way_id=80W -edge,13853,13853;41.662234;-108.9827786:13854;41.662965;-108.9810717,way_type=user_defined:way_id=80W -edge,13854,13854;41.662965;-108.9810717:13855;41.6635551;-108.9796782,way_type=user_defined:way_id=80W -edge,13855,13855;41.6635551;-108.9796782:13856;41.6638258;-108.9790483,way_type=user_defined:way_id=80W -edge,13856,13856;41.6638258;-108.9790483:13857;41.6643113;-108.9779039,way_type=user_defined:way_id=80W -edge,13857,13857;41.6643113;-108.9779039:13858;41.6649032;-108.9765187,way_type=user_defined:way_id=80W -edge,13858,13858;41.6649032;-108.9765187:13859;41.6656304;-108.9748024,way_type=user_defined:way_id=80W -edge,13859,13859;41.6656304;-108.9748024:13860;41.6658449;-108.9742936,way_type=user_defined:way_id=80W -edge,13860,13860;41.6658449;-108.9742936:13861;41.665949;-108.974042,way_type=user_defined:way_id=80W -edge,13861,13861;41.665949;-108.974042:13862;41.6660544;-108.9737805,way_type=user_defined:way_id=80W -edge,13862,13862;41.6660544;-108.9737805:13863;41.6661762;-108.9734701,way_type=user_defined:way_id=80W -edge,13863,13863;41.6661762;-108.9734701:13864;41.666266;-108.9732353,way_type=user_defined:way_id=80W -edge,13864,13864;41.666266;-108.9732353:13865;41.6663394;-108.9730368,way_type=user_defined:way_id=80W -edge,13865,13865;41.6663394;-108.9730368:13866;41.6664585;-108.9727073,way_type=user_defined:way_id=80W -edge,13866,13866;41.6664585;-108.9727073:13867;41.6665622;-108.972408,way_type=user_defined:way_id=80W -edge,13867,13867;41.6665622;-108.972408:13868;41.6666459;-108.9721544,way_type=user_defined:way_id=80W -edge,13868,13868;41.6666459;-108.9721544:13869;41.6667043;-108.9719687,way_type=user_defined:way_id=80W -edge,13869,13869;41.6667043;-108.9719687:13870;41.6667348;-108.9718712,way_type=user_defined:way_id=80W -edge,13870,13870;41.6667348;-108.9718712:13871;41.6668229;-108.9715768,way_type=user_defined:way_id=80W -edge,13871,13871;41.6668229;-108.9715768:13872;41.6668929;-108.9713351,way_type=user_defined:way_id=80W -edge,13872,13872;41.6668929;-108.9713351:13873;41.666951;-108.9711286,way_type=user_defined:way_id=80W -edge,13873,13873;41.666951;-108.9711286:13874;41.6670517;-108.9707609,way_type=user_defined:way_id=80W -edge,13874,13874;41.6670517;-108.9707609:13875;41.6671256;-108.9704808,way_type=user_defined:way_id=80W -edge,13875,13875;41.6671256;-108.9704808:13876;41.6671933;-108.9702101,way_type=user_defined:way_id=80W -edge,13876,13876;41.6671933;-108.9702101:13877;41.6672589;-108.9699296,way_type=user_defined:way_id=80W -edge,13877,13877;41.6672589;-108.9699296:13878;41.6673366;-108.9695669,way_type=user_defined:way_id=80W -edge,13878,13878;41.6673366;-108.9695669:13879;41.6673761;-108.9693751,way_type=user_defined:way_id=80W -edge,13879,13879;41.6673761;-108.9693751:13880;41.6674397;-108.9690547,way_type=user_defined:way_id=80W -edge,13880,13880;41.6674397;-108.9690547:13881;41.6674853;-108.9688073,way_type=user_defined:way_id=80W -edge,13881,13881;41.6674853;-108.9688073:13882;41.6675339;-108.9685217,way_type=user_defined:way_id=80W -edge,13882,13882;41.6675339;-108.9685217:13883;41.6676299;-108.967923,way_type=user_defined:way_id=80W -edge,13883,13883;41.6676299;-108.967923:13884;41.6676734;-108.9676343,way_type=user_defined:way_id=80W -edge,13884,13884;41.6676734;-108.9676343:13885;41.6677438;-108.9671419,way_type=user_defined:way_id=80W -edge,13885,13885;41.6677438;-108.9671419:13886;41.6679512;-108.9656321,way_type=user_defined:way_id=80W -edge,13886,13886;41.6679512;-108.9656321:13887;41.6681494;-108.9641698,way_type=user_defined:way_id=80W -edge,13887,13887;41.6681494;-108.9641698:13888;41.6682615;-108.9633545,way_type=user_defined:way_id=80W -edge,13888,13888;41.6682615;-108.9633545:13889;41.6684548;-108.9619188,way_type=user_defined:way_id=80W -edge,13889,13889;41.6684548;-108.9619188:13890;41.6685443;-108.9612448,way_type=user_defined:way_id=80W -edge,13890,13890;41.6685443;-108.9612448:13891;41.6686942;-108.9601699,way_type=user_defined:way_id=80W -edge,13891,13891;41.6686942;-108.9601699:13892;41.6687672;-108.9596335,way_type=user_defined:way_id=80W -edge,13892,13892;41.6687672;-108.9596335:13893;41.6688001;-108.9593826,way_type=user_defined:way_id=80W -edge,13893,13893;41.6688001;-108.9593826:13894;41.6689125;-108.9584921,way_type=user_defined:way_id=80W -edge,13894,13894;41.6689125;-108.9584921:13895;41.6689513;-108.9581669,way_type=user_defined:way_id=80W -edge,13895,13895;41.6689513;-108.9581669:13896;41.6689806;-108.9579077,way_type=user_defined:way_id=80W -edge,13896,13896;41.6689806;-108.9579077:13897;41.6690148;-108.9575908,way_type=user_defined:way_id=80W -edge,13897,13897;41.6690148;-108.9575908:13898;41.6690703;-108.9570514,way_type=user_defined:way_id=80W -edge,13898,13898;41.6690703;-108.9570514:13899;41.6691016;-108.9567237,way_type=user_defined:way_id=80W -edge,13899,13899;41.6691016;-108.9567237:13900;41.6691274;-108.9564255,way_type=user_defined:way_id=80W -edge,13900,13900;41.6691274;-108.9564255:13901;41.6691496;-108.9561455,way_type=user_defined:way_id=80W -edge,13901,13901;41.6691496;-108.9561455:13902;41.6691677;-108.9558935,way_type=user_defined:way_id=80W -edge,13902,13902;41.6691677;-108.9558935:13903;41.669201;-108.9553881,way_type=user_defined:way_id=80W -edge,13903,13903;41.669201;-108.9553881:13904;41.6692312;-108.954877,way_type=user_defined:way_id=80W -edge,13904,13904;41.6692312;-108.954877:13905;41.6692563;-108.9544008,way_type=user_defined:way_id=80W -edge,13905,13905;41.6692563;-108.9544008:13906;41.6692718;-108.9540428,way_type=user_defined:way_id=80W -edge,13906,13906;41.6692718;-108.9540428:13907;41.6692887;-108.9535446,way_type=user_defined:way_id=80W -edge,13907,13907;41.6692887;-108.9535446:13908;41.6693187;-108.9523696,way_type=user_defined:way_id=80W -edge,13908,13908;41.6693187;-108.9523696:13909;41.6693265;-108.9517818,way_type=user_defined:way_id=80W -edge,13909,13909;41.6693265;-108.9517818:13910;41.6693344;-108.9507577,way_type=user_defined:way_id=80W -edge,13910,13910;41.6693344;-108.9507577:13911;41.6693436;-108.9500087,way_type=user_defined:way_id=80W -edge,13911,13911;41.6693436;-108.9500087:13912;41.6693502;-108.9490113,way_type=user_defined:way_id=80W -edge,13912,13912;41.6693502;-108.9490113:13913;41.6693633;-108.9476987,way_type=user_defined:way_id=80W -edge,13913,13913;41.6693633;-108.9476987:13914;41.6693746;-108.9468476,way_type=user_defined:way_id=80W -edge,13914,13914;41.6693746;-108.9468476:13915;41.6693943;-108.9450322,way_type=user_defined:way_id=80W -edge,13915,13915;41.6693943;-108.9450322:13916;41.6694023;-108.9438288,way_type=user_defined:way_id=80W -edge,13916,13916;41.6694023;-108.9438288:13917;41.6694177;-108.9420888,way_type=user_defined:way_id=80W -edge,13917,13917;41.6694177;-108.9420888:13918;41.669438;-108.9402979,way_type=user_defined:way_id=80W -edge,13918,13918;41.669438;-108.9402979:13919;41.669448;-108.9397519,way_type=user_defined:way_id=80W -edge,13919,13919;41.669448;-108.9397519:13920;41.6694575;-108.9394175,way_type=user_defined:way_id=80W -edge,13920,13920;41.6694575;-108.9394175:13921;41.6694779;-108.938852,way_type=user_defined:way_id=80W -edge,13921,13921;41.6694779;-108.938852:13922;41.6694937;-108.9385163,way_type=user_defined:way_id=80W -edge,13922,13922;41.6694937;-108.9385163:13923;41.6695098;-108.9382283,way_type=user_defined:way_id=80W -edge,13923,13923;41.6695098;-108.9382283:13924;41.6695255;-108.9379761,way_type=user_defined:way_id=80W -edge,13924,13924;41.6695255;-108.9379761:13925;41.6695499;-108.9376404,way_type=user_defined:way_id=80W -edge,13925,13925;41.6695499;-108.9376404:13926;41.6695742;-108.9373616,way_type=user_defined:way_id=80W -edge,13926,13926;41.6695742;-108.9373616:13927;41.6696034;-108.9370652,way_type=user_defined:way_id=80W -edge,13927,13927;41.6696034;-108.9370652:13928;41.6696391;-108.9367435,way_type=user_defined:way_id=80W -edge,13928,13928;41.6696391;-108.9367435:13929;41.669675;-108.9364556,way_type=user_defined:way_id=80W -edge,13929,13929;41.669675;-108.9364556:13930;41.6697125;-108.9361708,way_type=user_defined:way_id=80W -edge,13930,13930;41.6697125;-108.9361708:13931;41.6697717;-108.9357436,way_type=user_defined:way_id=80W -edge,13931,13931;41.6697717;-108.9357436:13932;41.6697717;-108.9357436,way_type=user_defined:way_id=80W -edge,13932,13932;41.6697717;-108.9357436:13933;41.6698385;-108.9352887,way_type=user_defined:way_id=80W -edge,13933,13933;41.6698385;-108.9352887:13934;41.6698848;-108.9349967,way_type=user_defined:way_id=80W -edge,13934,13934;41.6698848;-108.9349967:13935;41.6699345;-108.9347061,way_type=user_defined:way_id=80W -edge,13935,13935;41.6699345;-108.9347061:13936;41.6699839;-108.9344352,way_type=user_defined:way_id=80W -edge,13936,13936;41.6699839;-108.9344352:13937;41.670048;-108.9341119,way_type=user_defined:way_id=80W -edge,13937,13937;41.670048;-108.9341119:13938;41.6701273;-108.9337335,way_type=user_defined:way_id=80W -edge,13938,13938;41.6701273;-108.9337335:13939;41.6702272;-108.9332728,way_type=user_defined:way_id=80W -edge,13939,13939;41.6702272;-108.9332728:13940;41.67030487;-108.932931,way_type=user_defined:way_id=80W -edge,13940,13940;41.67030487;-108.932931:13941;41.67031971;-108.9328657,way_type=user_defined:way_id=80W -edge,13941,13941;41.67031971;-108.9328657:13942;41.6704609;-108.9322685,way_type=user_defined:way_id=80W -edge,13942,13942;41.6704609;-108.9322685:13943;41.6705699;-108.9318558,way_type=user_defined:way_id=80W -edge,13943,13943;41.6705699;-108.9318558:13944;41.6706362;-108.9316187,way_type=user_defined:way_id=80W -edge,13944,13944;41.6706362;-108.9316187:13945;41.6707222;-108.9313237,way_type=user_defined:way_id=80W -edge,13945,13945;41.6707222;-108.9313237:13946;41.6708054;-108.9310487,way_type=user_defined:way_id=80W -edge,13946,13946;41.6708054;-108.9310487:13947;41.67091;-108.9307127,way_type=user_defined:way_id=80W -edge,13947,13947;41.67091;-108.9307127:13948;41.67105412;-108.9302629,way_type=user_defined:way_id=80W -edge,13948,13948;41.67105412;-108.9302629:13949;41.67105412;-108.9302629,way_type=user_defined:way_id=80W -edge,13949,13949;41.67105412;-108.9302629:13950;41.6711447;-108.9299907,way_type=user_defined:way_id=80W -edge,13950,13950;41.6711447;-108.9299907:13951;41.6712293;-108.9297468,way_type=user_defined:way_id=80W -edge,13951,13951;41.6712293;-108.9297468:13952;41.6713194;-108.9294953,way_type=user_defined:way_id=80W -edge,13952,13952;41.6713194;-108.9294953:13953;41.6714175;-108.9292291,way_type=user_defined:way_id=80W -edge,13953,13953;41.6714175;-108.9292291:13954;41.6715153;-108.9289736,way_type=user_defined:way_id=80W -edge,13954,13954;41.6715153;-108.9289736:13955;41.6716198;-108.9287089,way_type=user_defined:way_id=80W -edge,13955,13955;41.6716198;-108.9287089:13956;41.6717225;-108.928454,way_type=user_defined:way_id=80W -edge,13956,13956;41.6717225;-108.928454:13957;41.6718275;-108.9282005,way_type=user_defined:way_id=80W -edge,13957,13957;41.6718275;-108.9282005:13958;41.672043;-108.9276975,way_type=user_defined:way_id=80W -edge,13958,13958;41.672043;-108.9276975:13959;41.6721497;-108.9274552,way_type=user_defined:way_id=80W -edge,13959,13959;41.6721497;-108.9274552:13960;41.6722658;-108.9271983,way_type=user_defined:way_id=80W -edge,13960,13960;41.6722658;-108.9271983:13961;41.6723814;-108.926952,way_type=user_defined:way_id=80W -edge,13961,13961;41.6723814;-108.926952:13962;41.67247119;-108.9267682,way_type=user_defined:way_id=80W -edge,13962,13962;41.67247119;-108.9267682:13963;41.6725004;-108.9267084,way_type=user_defined:way_id=80W -edge,13963,13963;41.6725004;-108.9267084:13964;41.6726227;-108.9264671,way_type=user_defined:way_id=80W -edge,13964,13964;41.6726227;-108.9264671:13965;41.6727429;-108.9262346,way_type=user_defined:way_id=80W -edge,13965,13965;41.6727429;-108.9262346:13966;41.6728745;-108.9259885,way_type=user_defined:way_id=80W -edge,13966,13966;41.6728745;-108.9259885:13967;41.6730036;-108.925762,way_type=user_defined:way_id=80W -edge,13967,13967;41.6730036;-108.925762:13968;41.673053;-108.9256808,way_type=user_defined:way_id=80W -edge,13968,13968;41.673053;-108.9256808:13969;41.673053;-108.9256808,way_type=user_defined:way_id=80W -edge,13969,13969;41.673053;-108.9256808:13970;41.6731432;-108.9255334,way_type=user_defined:way_id=80W -edge,13970,13970;41.6731432;-108.9255334:13971;41.67322745;-108.925406,way_type=user_defined:way_id=80W -edge,13971,13971;41.67322745;-108.925406:13972;41.6732896;-108.9253121,way_type=user_defined:way_id=80W -edge,13972,13972;41.6732896;-108.9253121:13973;41.6734582;-108.9250789,way_type=user_defined:way_id=80W -edge,13973,13973;41.6734582;-108.9250789:13974;41.673613;-108.9248804,way_type=user_defined:way_id=80W -edge,13974,13974;41.673613;-108.9248804:13975;41.6737771;-108.9246816,way_type=user_defined:way_id=80W -edge,13975,13975;41.6737771;-108.9246816:13976;41.6739353;-108.9245019,way_type=user_defined:way_id=80W -edge,13976,13976;41.6739353;-108.9245019:13977;41.6741093;-108.9243197,way_type=user_defined:way_id=80W -edge,13977,13977;41.6741093;-108.9243197:13978;41.6742828;-108.9241526,way_type=user_defined:way_id=80W -edge,13978,13978;41.6742828;-108.9241526:13979;41.6744659;-108.9239876,way_type=user_defined:way_id=80W -edge,13979,13979;41.6744659;-108.9239876:13980;41.6746522;-108.9238309,way_type=user_defined:way_id=80W -edge,13980,13980;41.6746522;-108.9238309:13981;41.6748414;-108.9236828,way_type=user_defined:way_id=80W -edge,13981,13981;41.6748414;-108.9236828:13982;41.6750349;-108.9235428,way_type=user_defined:way_id=80W -edge,13982,13982;41.6750349;-108.9235428:13983;41.6752252;-108.9234161,way_type=user_defined:way_id=80W -edge,13983,13983;41.6752252;-108.9234161:13984;41.675451;-108.9232795,way_type=user_defined:way_id=80W -edge,13984,13984;41.675451;-108.9232795:13985;41.6756481;-108.9231722,way_type=user_defined:way_id=80W -edge,13985,13985;41.6756481;-108.9231722:13986;41.675861;-108.9230658,way_type=user_defined:way_id=80W -edge,13986,13986;41.675861;-108.9230658:13987;41.6760696;-108.9229708,way_type=user_defined:way_id=80W -edge,13987,13987;41.6760696;-108.9229708:13988;41.676273;-108.9228852,way_type=user_defined:way_id=80W -edge,13988,13988;41.676273;-108.9228852:13989;41.6764839;-108.9228004,way_type=user_defined:way_id=80W -edge,13989,13989;41.6764839;-108.9228004:13990;41.6766951;-108.9227186,way_type=user_defined:way_id=80W -edge,13990,13990;41.6766951;-108.9227186:13991;41.6768998;-108.9226419,way_type=user_defined:way_id=80W -edge,13991,13991;41.6768998;-108.9226419:13992;41.6786099;-108.9220126,way_type=user_defined:way_id=80W -edge,13992,13992;41.6786099;-108.9220126:13993;41.6796322;-108.9216326,way_type=user_defined:way_id=80W -edge,13993,13993;41.6796322;-108.9216326:13994;41.6798939;-108.92153,way_type=user_defined:way_id=80W -edge,13994,13994;41.6798939;-108.92153:13995;41.6801064;-108.9214425,way_type=user_defined:way_id=80W -edge,13995,13995;41.6801064;-108.9214425:13996;41.6803119;-108.9213545,way_type=user_defined:way_id=80W -edge,13996,13996;41.6803119;-108.9213545:13997;41.6805159;-108.9212619,way_type=user_defined:way_id=80W -edge,13997,13997;41.6805159;-108.9212619:13998;41.6807247;-108.9211608,way_type=user_defined:way_id=80W -edge,13998,13998;41.6807247;-108.9211608:13999;41.6809445;-108.9210471,way_type=user_defined:way_id=80W -edge,13999,13999;41.6809445;-108.9210471:14000;41.6811584;-108.9209301,way_type=user_defined:way_id=80W -edge,14000,14000;41.6811584;-108.9209301:14001;41.6813477;-108.9208214,way_type=user_defined:way_id=80W -edge,14001,14001;41.6813477;-108.9208214:14002;41.6815505;-108.9206999,way_type=user_defined:way_id=80W -edge,14002,14002;41.6815505;-108.9206999:14003;41.6817463;-108.9205781,way_type=user_defined:way_id=80W -edge,14003,14003;41.6817463;-108.9205781:14004;41.6819665;-108.9204345,way_type=user_defined:way_id=80W -edge,14004,14004;41.6819665;-108.9204345:14005;41.6821655;-108.9202985,way_type=user_defined:way_id=80W -edge,14005,14005;41.6821655;-108.9202985:14006;41.6823569;-108.920163,way_type=user_defined:way_id=80W -edge,14006,14006;41.6823569;-108.920163:14007;41.682553;-108.9200178,way_type=user_defined:way_id=80W -edge,14007,14007;41.682553;-108.9200178:14008;41.6827339;-108.9198761,way_type=user_defined:way_id=80W -edge,14008,14008;41.6827339;-108.9198761:14009;41.6829659;-108.9196836,way_type=user_defined:way_id=80W -edge,14009,14009;41.6829659;-108.9196836:14010;41.6831046;-108.9195643,way_type=user_defined:way_id=80W -edge,14010,14010;41.6831046;-108.9195643:14011;41.6832885;-108.9194025,way_type=user_defined:way_id=80W -edge,14011,14011;41.6832885;-108.9194025:14012;41.6834982;-108.9192133,way_type=user_defined:way_id=80W -edge,14012,14012;41.6834982;-108.9192133:14013;41.6836664;-108.9190562,way_type=user_defined:way_id=80W -edge,14013,14013;41.6836664;-108.9190562:14014;41.6838223;-108.9189053,way_type=user_defined:way_id=80W -edge,14014,14014;41.6838223;-108.9189053:14015;41.6840165;-108.9187111,way_type=user_defined:way_id=80W -edge,14015,14015;41.6840165;-108.9187111:14016;41.6841912;-108.9185294,way_type=user_defined:way_id=80W -edge,14016,14016;41.6841912;-108.9185294:14017;41.6843797;-108.9183252,way_type=user_defined:way_id=80W -edge,14017,14017;41.6843797;-108.9183252:14018;41.6845447;-108.91814,way_type=user_defined:way_id=80W -edge,14018,14018;41.6845447;-108.91814:14019;41.684691;-108.9179705,way_type=user_defined:way_id=80W -edge,14019,14019;41.684691;-108.9179705:14020;41.6848724;-108.9177531,way_type=user_defined:way_id=80W -edge,14020,14020;41.6848724;-108.9177531:14021;41.6850339;-108.9175507,way_type=user_defined:way_id=80W -edge,14021,14021;41.6850339;-108.9175507:14022;41.6851871;-108.9173513,way_type=user_defined:way_id=80W -edge,14022,14022;41.6851871;-108.9173513:14023;41.6853417;-108.9171417,way_type=user_defined:way_id=80W -edge,14023,14023;41.6853417;-108.9171417:14024;41.6854923;-108.9169286,way_type=user_defined:way_id=80W -edge,14024,14024;41.6854923;-108.9169286:14025;41.6856349;-108.9167198,way_type=user_defined:way_id=80W -edge,14025,14025;41.6856349;-108.9167198:14026;41.6857986;-108.9164759,way_type=user_defined:way_id=80W -edge,14026,14026;41.6857986;-108.9164759:14027;41.6859223;-108.9162875,way_type=user_defined:way_id=80W -edge,14027,14027;41.6859223;-108.9162875:14028;41.6860652;-108.9160617,way_type=user_defined:way_id=80W -edge,14028,14028;41.6860652;-108.9160617:14029;41.6862355;-108.9157781,way_type=user_defined:way_id=80W -edge,14029,14029;41.6862355;-108.9157781:14030;41.6863366;-108.9156041,way_type=user_defined:way_id=80W -edge,14030,14030;41.6863366;-108.9156041:14031;41.6864658;-108.9153742,way_type=user_defined:way_id=80W -edge,14031,14031;41.6864658;-108.9153742:14032;41.6865926;-108.9151413,way_type=user_defined:way_id=80W -edge,14032,14032;41.6865926;-108.9151413:14033;41.6867043;-108.9149288,way_type=user_defined:way_id=80W -edge,14033,14033;41.6867043;-108.9149288:14034;41.686837;-108.9146651,way_type=user_defined:way_id=80W -edge,14034,14034;41.686837;-108.9146651:14035;41.6869579;-108.9144134,way_type=user_defined:way_id=80W -edge,14035,14035;41.6869579;-108.9144134:14036;41.6870765;-108.9141604,way_type=user_defined:way_id=80W -edge,14036,14036;41.6870765;-108.9141604:14037;41.6871854;-108.9139207,way_type=user_defined:way_id=80W -edge,14037,14037;41.6871854;-108.9139207:14038;41.6872832;-108.9136951,way_type=user_defined:way_id=80W -edge,14038,14038;41.6872832;-108.9136951:14039;41.6873996;-108.9134165,way_type=user_defined:way_id=80W -edge,14039,14039;41.6873996;-108.9134165:14040;41.6875063;-108.9131535,way_type=user_defined:way_id=80W -edge,14040,14040;41.6875063;-108.9131535:14041;41.6877114;-108.9126396,way_type=user_defined:way_id=80W -edge,14041,14041;41.6877114;-108.9126396:14042;41.6879393;-108.912062,way_type=user_defined:way_id=80W -edge,14042,14042;41.6879393;-108.912062:14043;41.6883136;-108.911101,way_type=user_defined:way_id=80W -edge,14043,14043;41.6883136;-108.911101:14044;41.6885444;-108.9105123,way_type=user_defined:way_id=80W -edge,14044,14044;41.6885444;-108.9105123:14045;41.6888217;-108.9097977,way_type=user_defined:way_id=80W -edge,14045,14045;41.6888217;-108.9097977:14046;41.6890241;-108.9092895,way_type=user_defined:way_id=80W -edge,14046,14046;41.6890241;-108.9092895:14047;41.6891386;-108.9089977,way_type=user_defined:way_id=80W -edge,14047,14047;41.6891386;-108.9089977:14048;41.6896373;-108.9077074,way_type=user_defined:way_id=80W -edge,14048,14048;41.6896373;-108.9077074:14049;41.6897393;-108.9074475,way_type=user_defined:way_id=80W -edge,14049,14049;41.6897393;-108.9074475:14050;41.6901491;-108.9064151,way_type=user_defined:way_id=80W -edge,14050,14050;41.6901491;-108.9064151:14051;41.6902608;-108.9061277,way_type=user_defined:way_id=80W -edge,14051,14051;41.6902608;-108.9061277:14052;41.6905329;-108.905414,way_type=user_defined:way_id=80W -edge,14052,14052;41.6905329;-108.905414:14053;41.6908589;-108.9045748,way_type=user_defined:way_id=80W -edge,14053,14053;41.6908589;-108.9045748:14054;41.6909555;-108.9043172,way_type=user_defined:way_id=80W -edge,14054,14054;41.6909555;-108.9043172:14055;41.6910492;-108.9040584,way_type=user_defined:way_id=80W -edge,14055,14055;41.6910492;-108.9040584:14056;41.69106223;-108.9040205,way_type=user_defined:way_id=80W -edge,14056,14056;41.69106223;-108.9040205:14057;41.6911562;-108.9037471,way_type=user_defined:way_id=80W -edge,14057,14057;41.6911562;-108.9037471:14058;41.6912345;-108.9035071,way_type=user_defined:way_id=80W -edge,14058,14058;41.6912345;-108.9035071:14059;41.6913196;-108.9032344,way_type=user_defined:way_id=80W -edge,14059,14059;41.6913196;-108.9032344:14060;41.6913977;-108.9029677,way_type=user_defined:way_id=80W -edge,14060,14060;41.6913977;-108.9029677:14061;41.6914748;-108.9026907,way_type=user_defined:way_id=80W -edge,14061,14061;41.6914748;-108.9026907:14062;41.6915489;-108.9024122,way_type=user_defined:way_id=80W -edge,14062,14062;41.6915489;-108.9024122:14063;41.6916234;-108.9021135,way_type=user_defined:way_id=80W -edge,14063,14063;41.6916234;-108.9021135:14064;41.6916952;-108.9018034,way_type=user_defined:way_id=80W -edge,14064,14064;41.6916952;-108.9018034:14065;41.6917517;-108.9015467,way_type=user_defined:way_id=80W -edge,14065,14065;41.6917517;-108.9015467:14066;41.6918095;-108.90127,way_type=user_defined:way_id=80W -edge,14066,14066;41.6918095;-108.90127:14067;41.6918663;-108.9009826,way_type=user_defined:way_id=80W -edge,14067,14067;41.6918663;-108.9009826:14068;41.6919109;-108.9007401,way_type=user_defined:way_id=80W -edge,14068,14068;41.6919109;-108.9007401:14069;41.69197;-108.9003937,way_type=user_defined:way_id=80W -edge,14069,14069;41.69197;-108.9003937:14070;41.6920144;-108.9001021,way_type=user_defined:way_id=80W -edge,14070,14070;41.6920144;-108.9001021:14071;41.692053;-108.899819,way_type=user_defined:way_id=80W -edge,14071,14071;41.692053;-108.899819:14072;41.6920891;-108.8995256,way_type=user_defined:way_id=80W -edge,14072,14072;41.6920891;-108.8995256:14073;41.6921281;-108.8991665,way_type=user_defined:way_id=80W -edge,14073,14073;41.6921281;-108.8991665:14074;41.692152;-108.8989173,way_type=user_defined:way_id=80W -edge,14074,14074;41.692152;-108.8989173:14075;41.6921703;-108.8986978,way_type=user_defined:way_id=80W -edge,14075,14075;41.6921703;-108.8986978:14076;41.6921976;-108.8983237,way_type=user_defined:way_id=80W -edge,14076,14076;41.6921976;-108.8983237:14077;41.692214;-108.8980474,way_type=user_defined:way_id=80W -edge,14077,14077;41.692214;-108.8980474:14078;41.6922277;-108.8977554,way_type=user_defined:way_id=80W -edge,14078,14078;41.6922277;-108.8977554:14079;41.6922383;-108.8974204,way_type=user_defined:way_id=80W -edge,14079,14079;41.6922383;-108.8974204:14080;41.6922427;-108.897101,way_type=user_defined:way_id=80W -edge,14080,14080;41.6922427;-108.897101:14081;41.6922427;-108.8968402,way_type=user_defined:way_id=80W -edge,14081,14081;41.6922427;-108.8968402:14082;41.6922393;-108.8965622,way_type=user_defined:way_id=80W -edge,14082,14082;41.6922393;-108.8965622:14083;41.6922337;-108.8962623,way_type=user_defined:way_id=80W -edge,14083,14083;41.6922337;-108.8962623:14084;41.6922267;-108.8960243,way_type=user_defined:way_id=80W -edge,14084,14084;41.6922267;-108.8960243:14085;41.6922116;-108.8956604,way_type=user_defined:way_id=80W -edge,14085,14085;41.6922116;-108.8956604:14086;41.6921947;-108.8953625,way_type=user_defined:way_id=80W -edge,14086,14086;41.6921947;-108.8953625:14087;41.6921787;-108.8951268,way_type=user_defined:way_id=80W -edge,14087,14087;41.6921787;-108.8951268:14088;41.6921515;-108.8947902,way_type=user_defined:way_id=80W -edge,14088,14088;41.6921515;-108.8947902:14089;41.6921252;-108.8945236,way_type=user_defined:way_id=80W -edge,14089,14089;41.6921252;-108.8945236:14090;41.6920949;-108.8942502,way_type=user_defined:way_id=80W -edge,14090,14090;41.6920949;-108.8942502:14091;41.6920608;-108.8939625,way_type=user_defined:way_id=80W -edge,14091,14091;41.6920608;-108.8939625:14092;41.6920206;-108.8936401,way_type=user_defined:way_id=80W -edge,14092,14092;41.6920206;-108.8936401:14093;41.6918825;-108.8925607,way_type=user_defined:way_id=80W -edge,14093,14093;41.6918825;-108.8925607:14094;41.6917624;-108.8916758,way_type=user_defined:way_id=80W -edge,14094,14094;41.6917624;-108.8916758:14095;41.6915348;-108.88991,way_type=user_defined:way_id=80W -edge,14095,14095;41.6915348;-108.88991:14096;41.6913838;-108.8887234,way_type=user_defined:way_id=80W -edge,14096,14096;41.6913838;-108.8887234:14097;41.6912375;-108.8875414,way_type=user_defined:way_id=80W -edge,14097,14097;41.6912375;-108.8875414:14098;41.6911269;-108.8867129,way_type=user_defined:way_id=80W -edge,14098,14098;41.6911269;-108.8867129:14099;41.6910845;-108.8863863,way_type=user_defined:way_id=80W -edge,14099,14099;41.6910845;-108.8863863:14100;41.6910496;-108.8861073,way_type=user_defined:way_id=80W -edge,14100,14100;41.6910496;-108.8861073:14101;41.6910125;-108.8857912,way_type=user_defined:way_id=80W -edge,14101,14101;41.6910125;-108.8857912:14102;41.6909815;-108.8854947,way_type=user_defined:way_id=80W -edge,14102,14102;41.6909815;-108.8854947:14103;41.6909564;-108.8852161,way_type=user_defined:way_id=80W -edge,14103,14103;41.6909564;-108.8852161:14104;41.690935;-108.8849194,way_type=user_defined:way_id=80W -edge,14104,14104;41.690935;-108.8849194:14105;41.6909197;-108.8846308,way_type=user_defined:way_id=80W -edge,14105,14105;41.6909197;-108.8846308:14106;41.6909105;-108.8843426,way_type=user_defined:way_id=80W -edge,14106,14106;41.6909105;-108.8843426:14107;41.6909072;-108.8840832,way_type=user_defined:way_id=80W -edge,14107,14107;41.6909072;-108.8840832:14108;41.6909091;-108.8837947,way_type=user_defined:way_id=80W -edge,14108,14108;41.6909091;-108.8837947:14109;41.690919;-108.8834686,way_type=user_defined:way_id=80W -edge,14109,14109;41.690919;-108.8834686:14110;41.6909317;-108.8832192,way_type=user_defined:way_id=80W -edge,14110,14110;41.6909317;-108.8832192:14111;41.6909524;-108.8829313,way_type=user_defined:way_id=80W -edge,14111,14111;41.6909524;-108.8829313:14112;41.6909799;-108.8826446,way_type=user_defined:way_id=80W -edge,14112,14112;41.6909799;-108.8826446:14113;41.6910133;-108.8823581,way_type=user_defined:way_id=80W -edge,14113,14113;41.6910133;-108.8823581:14114;41.6910529;-108.8820634,way_type=user_defined:way_id=80W -edge,14114,14114;41.6910529;-108.8820634:14115;41.6910961;-108.8817887,way_type=user_defined:way_id=80W -edge,14115,14115;41.6910961;-108.8817887:14116;41.6911481;-108.8814975,way_type=user_defined:way_id=80W -edge,14116,14116;41.6911481;-108.8814975:14117;41.6912162;-108.8811521,way_type=user_defined:way_id=80W -edge,14117,14117;41.6912162;-108.8811521:14118;41.6912604;-108.8809382,way_type=user_defined:way_id=80W -edge,14118,14118;41.6912604;-108.8809382:14119;41.6913207;-108.8806603,way_type=user_defined:way_id=80W -edge,14119,14119;41.6913207;-108.8806603:14120;41.6914146;-108.8802451,way_type=user_defined:way_id=80W -edge,14120,14120;41.6914146;-108.8802451:14121;41.6919473;-108.877921,way_type=user_defined:way_id=80W -edge,14121,14121;41.6919473;-108.877921:14122;41.6921478;-108.8770377,way_type=user_defined:way_id=80W -edge,14122,14122;41.6921478;-108.8770377:14123;41.6924577;-108.8756876,way_type=user_defined:way_id=80W -edge,14123,14123;41.6924577;-108.8756876:14124;41.6927013;-108.8746104,way_type=user_defined:way_id=80W -edge,14124,14124;41.6927013;-108.8746104:14125;41.6929341;-108.8735967,way_type=user_defined:way_id=80W -edge,14125,14125;41.6929341;-108.8735967:14126;41.6932346;-108.8722772,way_type=user_defined:way_id=80W -edge,14126,14126;41.6932346;-108.8722772:14127;41.6933472;-108.8717625,way_type=user_defined:way_id=80W -edge,14127,14127;41.6933472;-108.8717625:14128;41.6934198;-108.8714095,way_type=user_defined:way_id=80W -edge,14128,14128;41.6934198;-108.8714095:14129;41.6934677;-108.8711643,way_type=user_defined:way_id=80W -edge,14129,14129;41.6934677;-108.8711643:14130;41.6935144;-108.8709102,way_type=user_defined:way_id=80W -edge,14130,14130;41.6935144;-108.8709102:14131;41.6935679;-108.8705885,way_type=user_defined:way_id=80W -edge,14131,14131;41.6935679;-108.8705885:14132;41.6936096;-108.870303,way_type=user_defined:way_id=80W -edge,14132,14132;41.6936096;-108.870303:14133;41.6936469;-108.8700147,way_type=user_defined:way_id=80W -edge,14133,14133;41.6936469;-108.8700147:14134;41.6936874;-108.8696591,way_type=user_defined:way_id=80W -edge,14134,14134;41.6936874;-108.8696591:14135;41.6937099;-108.8694428,way_type=user_defined:way_id=80W -edge,14135,14135;41.6937099;-108.8694428:14136;41.6937383;-108.8691418,way_type=user_defined:way_id=80W -edge,14136,14136;41.6937383;-108.8691418:14137;41.6937621;-108.8688585,way_type=user_defined:way_id=80W -edge,14137,14137;41.6937621;-108.8688585:14138;41.6937862;-108.8684985,way_type=user_defined:way_id=80W -edge,14138,14138;41.6937862;-108.8684985:14139;41.6937985;-108.8682802,way_type=user_defined:way_id=80W -edge,14139,14139;41.6937985;-108.8682802:14140;41.6938122;-108.8679853,way_type=user_defined:way_id=80W -edge,14140,14140;41.6938122;-108.8679853:14141;41.6938227;-108.8676617,way_type=user_defined:way_id=80W -edge,14141,14141;41.6938227;-108.8676617:14142;41.6938279;-108.8673834,way_type=user_defined:way_id=80W -edge,14142,14142;41.6938279;-108.8673834:14143;41.6938296;-108.8670862,way_type=user_defined:way_id=80W -edge,14143,14143;41.6938296;-108.8670862:14144;41.6938262;-108.8667505,way_type=user_defined:way_id=80W -edge,14144,14144;41.6938262;-108.8667505:14145;41.693821;-108.8665013,way_type=user_defined:way_id=80W -edge,14145,14145;41.693821;-108.8665013:14146;41.6938112;-108.8662041,way_type=user_defined:way_id=80W -edge,14146,14146;41.6938112;-108.8662041:14147;41.6937958;-108.8658786,way_type=user_defined:way_id=80W -edge,14147,14147;41.6937958;-108.8658786:14148;41.6937784;-108.8655921,way_type=user_defined:way_id=80W -edge,14148,14148;41.6937784;-108.8655921:14149;41.6937559;-108.8652969,way_type=user_defined:way_id=80W -edge,14149,14149;41.6937559;-108.8652969:14150;41.6937307;-108.8650118,way_type=user_defined:way_id=80W -edge,14150,14150;41.6937307;-108.8650118:14151;41.6937025;-108.8647266,way_type=user_defined:way_id=80W -edge,14151,14151;41.6937025;-108.8647266:14152;41.6936694;-108.8644319,way_type=user_defined:way_id=80W -edge,14152,14152;41.6936694;-108.8644319:14153;41.6936334;-108.8641468,way_type=user_defined:way_id=80W -edge,14153,14153;41.6936334;-108.8641468:14154;41.6935927;-108.8638634,way_type=user_defined:way_id=80W -edge,14154,14154;41.6935927;-108.8638634:14155;41.6935394;-108.8635343,way_type=user_defined:way_id=80W -edge,14155,14155;41.6935394;-108.8635343:14156;41.6934922;-108.8632617,way_type=user_defined:way_id=80W -edge,14156,14156;41.6934922;-108.8632617:14157;41.6934402;-108.8629721,way_type=user_defined:way_id=80W -edge,14157,14157;41.6934402;-108.8629721:14158;41.6934059;-108.8627955,way_type=user_defined:way_id=80W -edge,14158,14158;41.6934059;-108.8627955:14159;41.693386;-108.8626933,way_type=user_defined:way_id=80W -edge,14159,14159;41.693386;-108.8626933:14160;41.6933284;-108.8624151,way_type=user_defined:way_id=80W -edge,14160,14160;41.6933284;-108.8624151:14161;41.6932605;-108.8621018,way_type=user_defined:way_id=80W -edge,14161,14161;41.6932605;-108.8621018:14162;41.693072;-108.861263,way_type=user_defined:way_id=80W -edge,14162,14162;41.693072;-108.861263:14163;41.6927277;-108.8597649,way_type=user_defined:way_id=80W -edge,14163,14163;41.6927277;-108.8597649:14164;41.6924912;-108.8587249,way_type=user_defined:way_id=80W -edge,14164,14164;41.6924912;-108.8587249:14165;41.6923142;-108.8579636,way_type=user_defined:way_id=80W -edge,14165,14165;41.6923142;-108.8579636:14166;41.6919647;-108.8564422,way_type=user_defined:way_id=80W -edge,14166,14166;41.6919647;-108.8564422:14167;41.6917028;-108.8553134,way_type=user_defined:way_id=80W -edge,14167,14167;41.6917028;-108.8553134:14168;41.6915694;-108.8547235,way_type=user_defined:way_id=80W -edge,14168,14168;41.6915694;-108.8547235:14169;41.6914516;-108.8542118,way_type=user_defined:way_id=80W -edge,14169,14169;41.6914516;-108.8542118:14170;41.6911839;-108.8530631,way_type=user_defined:way_id=80W -edge,14170,14170;41.6911839;-108.8530631:14171;41.6907567;-108.8511838,way_type=user_defined:way_id=80W -edge,14171,14171;41.6907567;-108.8511838:14172;41.6904;-108.8496548,way_type=user_defined:way_id=80W -edge,14172,14172;41.6904;-108.8496548:14173;41.6900618;-108.8481666,way_type=user_defined:way_id=80W -edge,14173,14173;41.6900618;-108.8481666:14174;41.6894458;-108.8454983,way_type=user_defined:way_id=80W -edge,14174,14174;41.6894458;-108.8454983:14175;41.6890166;-108.8436138,way_type=user_defined:way_id=80W -edge,14175,14175;41.6890166;-108.8436138:14176;41.68889044;-108.8430673,way_type=user_defined:way_id=80W -edge,14176,14176;41.68889044;-108.8430673:14177;41.688807;-108.8427058,way_type=user_defined:way_id=80W -edge,14177,14177;41.688807;-108.8427058:14178;41.6887356;-108.8423841,way_type=user_defined:way_id=80W -edge,14178,14178;41.6887356;-108.8423841:14179;41.6886912;-108.8421771,way_type=user_defined:way_id=80W -edge,14179,14179;41.6886912;-108.8421771:14180;41.6886336;-108.841897,way_type=user_defined:way_id=80W -edge,14180,14180;41.6886336;-108.841897:14181;41.6885785;-108.8416146,way_type=user_defined:way_id=80W -edge,14181,14181;41.6885785;-108.8416146:14182;41.6885177;-108.8412849,way_type=user_defined:way_id=80W -edge,14182,14182;41.6885177;-108.8412849:14183;41.6884759;-108.8410449,way_type=user_defined:way_id=80W -edge,14183,14183;41.6884759;-108.8410449:14184;41.6884533;-108.8409052,way_type=user_defined:way_id=80W -edge,14184,14184;41.6884533;-108.8409052:14185;41.6884294;-108.8407561,way_type=user_defined:way_id=80W -edge,14185,14185;41.6884294;-108.8407561:14186;41.6883877;-108.8404746,way_type=user_defined:way_id=80W -edge,14186,14186;41.6883877;-108.8404746:14187;41.6883446;-108.8401634,way_type=user_defined:way_id=80W -edge,14187,14187;41.6883446;-108.8401634:14188;41.6883063;-108.8398704,way_type=user_defined:way_id=80W -edge,14188,14188;41.6883063;-108.8398704:14189;41.6882702;-108.8395772,way_type=user_defined:way_id=80W -edge,14189,14189;41.6882702;-108.8395772:14190;41.6882389;-108.8392931,way_type=user_defined:way_id=80W -edge,14190,14190;41.6882389;-108.8392931:14191;41.6882102;-108.8389991,way_type=user_defined:way_id=80W -edge,14191,14191;41.6882102;-108.8389991:14192;41.6881861;-108.8387225,way_type=user_defined:way_id=80W -edge,14192,14192;41.6881861;-108.8387225:14193;41.6881607;-108.8383896,way_type=user_defined:way_id=80W -edge,14193,14193;41.6881607;-108.8383896:14194;41.6881424;-108.8381028,way_type=user_defined:way_id=80W -edge,14194,14194;41.6881424;-108.8381028:14195;41.6881264;-108.837806,way_type=user_defined:way_id=80W -edge,14195,14195;41.6881264;-108.837806:14196;41.6881155;-108.8375173,way_type=user_defined:way_id=80W -edge,14196,14196;41.6881155;-108.8375173:14197;41.6881082;-108.8372287,way_type=user_defined:way_id=80W -edge,14197,14197;41.6881082;-108.8372287:14198;41.6881041;-108.837007,way_type=user_defined:way_id=80W -edge,14198,14198;41.6881041;-108.837007:14199;41.6880994;-108.8366116,way_type=user_defined:way_id=80W -edge,14199,14199;41.6880994;-108.8366116:14200;41.6881001;-108.8362751,way_type=user_defined:way_id=80W -edge,14200,14200;41.6881001;-108.8362751:14201;41.6881037;-108.8359939,way_type=user_defined:way_id=80W -edge,14201,14201;41.6881037;-108.8359939:14202;41.6881092;-108.8357432,way_type=user_defined:way_id=80W -edge,14202,14202;41.6881092;-108.8357432:14203;41.6881192;-108.8354163,way_type=user_defined:way_id=80W -edge,14203,14203;41.6881192;-108.8354163:14204;41.688151;-108.8345393,way_type=user_defined:way_id=80W -edge,14204,14204;41.688151;-108.8345393:14205;41.6882247;-108.8327655,way_type=user_defined:way_id=80W -edge,14205,14205;41.6882247;-108.8327655:14206;41.6882586;-108.8318995,way_type=user_defined:way_id=80W -edge,14206,14206;41.6882586;-108.8318995:14207;41.6882983;-108.8308091,way_type=user_defined:way_id=80W -edge,14207,14207;41.6882983;-108.8308091:14208;41.6883371;-108.8299078,way_type=user_defined:way_id=80W -edge,14208,14208;41.6883371;-108.8299078:14209;41.6883803;-108.8287365,way_type=user_defined:way_id=80W -edge,14209,14209;41.6883803;-108.8287365:14210;41.6884033;-108.8281983,way_type=user_defined:way_id=80W -edge,14210,14210;41.6884033;-108.8281983:14211;41.6884149;-108.8278715,way_type=user_defined:way_id=80W -edge,14211,14211;41.6884149;-108.8278715:14212;41.6884846;-108.8260981,way_type=user_defined:way_id=80W -edge,14212,14212;41.6884846;-108.8260981:14213;41.6885529;-108.8244494,way_type=user_defined:way_id=80W -edge,14213,14213;41.6885529;-108.8244494:14214;41.6885918;-108.823433,way_type=user_defined:way_id=80W -edge,14214,14214;41.6885918;-108.823433:14215;41.6886613;-108.8217284,way_type=user_defined:way_id=80W -edge,14215,14215;41.6886613;-108.8217284:14216;41.6886725;-108.8214342,way_type=user_defined:way_id=80W -edge,14216,14216;41.6886725;-108.8214342:14217;41.6887121;-108.820276,way_type=user_defined:way_id=80W -edge,14217,14217;41.6887121;-108.820276:14218;41.6887319;-108.8196594,way_type=user_defined:way_id=80W -edge,14218,14218;41.6887319;-108.8196594:14219;41.6887394;-108.8193751,way_type=user_defined:way_id=80W -edge,14219,14219;41.6887394;-108.8193751:14220;41.6887433;-108.8190816,way_type=user_defined:way_id=80W -edge,14220,14220;41.6887433;-108.8190816:14221;41.6887405;-108.8187876,way_type=user_defined:way_id=80W -edge,14221,14221;41.6887405;-108.8187876:14222;41.6887312;-108.8185032,way_type=user_defined:way_id=80W -edge,14222,14222;41.6887312;-108.8185032:14223;41.6887141;-108.8182101,way_type=user_defined:way_id=80W -edge,14223,14223;41.6887141;-108.8182101:14224;41.6886889;-108.8179179,way_type=user_defined:way_id=80W -edge,14224,14224;41.6886889;-108.8179179:14225;41.6886525;-108.8175982,way_type=user_defined:way_id=80W -edge,14225,14225;41.6886525;-108.8175982:14226;41.6886133;-108.8173171,way_type=user_defined:way_id=80W -edge,14226,14226;41.6886133;-108.8173171:14227;41.6885652;-108.8170283,way_type=user_defined:way_id=80W -edge,14227,14227;41.6885652;-108.8170283:14228;41.6885103;-108.8167413,way_type=user_defined:way_id=80W -edge,14228,14228;41.6885103;-108.8167413:14229;41.6884505;-108.8164653,way_type=user_defined:way_id=80W -edge,14229,14229;41.6884505;-108.8164653:14230;41.6883803;-108.816183,way_type=user_defined:way_id=80W -edge,14230,14230;41.6883803;-108.816183:14231;41.6882967;-108.8158866,way_type=user_defined:way_id=80W -edge,14231,14231;41.6882967;-108.8158866:14232;41.6882224;-108.8156473,way_type=user_defined:way_id=80W -edge,14232,14232;41.6882224;-108.8156473:14233;41.6881993;-108.815577,way_type=user_defined:way_id=80W -edge,14233,14233;41.6881993;-108.815577:14234;41.6881226;-108.8153495,way_type=user_defined:way_id=80W -edge,14234,14234;41.6881226;-108.8153495:14235;41.6880384;-108.8151162,way_type=user_defined:way_id=80W -edge,14235,14235;41.6880384;-108.8151162:14236;41.6879264;-108.8148264,way_type=user_defined:way_id=80W -edge,14236,14236;41.6879264;-108.8148264:14237;41.6878087;-108.8145402,way_type=user_defined:way_id=80W -edge,14237,14237;41.6878087;-108.8145402:14238;41.6876982;-108.8142814,way_type=user_defined:way_id=80W -edge,14238,14238;41.6876982;-108.8142814:14239;41.6876031;-108.8140662,way_type=user_defined:way_id=80W -edge,14239,14239;41.6876031;-108.8140662:14240;41.6874768;-108.8137857,way_type=user_defined:way_id=80W -edge,14240,14240;41.6874768;-108.8137857:14241;41.6873538;-108.8135173,way_type=user_defined:way_id=80W -edge,14241,14241;41.6873538;-108.8135173:14242;41.6867763;-108.8122802,way_type=user_defined:way_id=80W -edge,14242,14242;41.6867763;-108.8122802:14243;41.6863046;-108.8112621,way_type=user_defined:way_id=80W -edge,14243,14243;41.6863046;-108.8112621:14244;41.6858712;-108.8103351,way_type=user_defined:way_id=80W -edge,14244,14244;41.6858712;-108.8103351:14245;41.6852955;-108.8090957,way_type=user_defined:way_id=80W -edge,14245,14245;41.6852955;-108.8090957:14246;41.6849666;-108.8083955,way_type=user_defined:way_id=80W -edge,14246,14246;41.6849666;-108.8083955:14247;41.6844715;-108.8073332,way_type=user_defined:way_id=80W -edge,14247,14247;41.6844715;-108.8073332:14248;41.6839993;-108.8063125,way_type=user_defined:way_id=80W -edge,14248,14248;41.6839993;-108.8063125:14249;41.6838769;-108.8060393,way_type=user_defined:way_id=80W -edge,14249,14249;41.6838769;-108.8060393:14250;41.6837797;-108.8058134,way_type=user_defined:way_id=80W -edge,14250,14250;41.6837797;-108.8058134:14251;41.6836644;-108.8055345,way_type=user_defined:way_id=80W -edge,14251,14251;41.6836644;-108.8055345:14252;41.6835595;-108.8052702,way_type=user_defined:way_id=80W -edge,14252,14252;41.6835595;-108.8052702:14253;41.6834619;-108.8050125,way_type=user_defined:way_id=80W -edge,14253,14253;41.6834619;-108.8050125:14254;41.6833674;-108.8047529,way_type=user_defined:way_id=80W -edge,14254,14254;41.6833674;-108.8047529:14255;41.6832729;-108.8044838,way_type=user_defined:way_id=80W -edge,14255,14255;41.6832729;-108.8044838:14256;41.6831732;-108.8041869,way_type=user_defined:way_id=80W -edge,14256,14256;41.6831732;-108.8041869:14257;41.6830863;-108.8039154,way_type=user_defined:way_id=80W -edge,14257,14257;41.6830863;-108.8039154:14258;41.6830083;-108.8036589,way_type=user_defined:way_id=80W -edge,14258,14258;41.6830083;-108.8036589:14259;41.682929;-108.8033837,way_type=user_defined:way_id=80W -edge,14259,14259;41.682929;-108.8033837:14260;41.6828565;-108.8031158,way_type=user_defined:way_id=80W -edge,14260,14260;41.6828565;-108.8031158:14261;41.6827838;-108.8028281,way_type=user_defined:way_id=80W -edge,14261,14261;41.6827838;-108.8028281:14262;41.6827199;-108.8025573,way_type=user_defined:way_id=80W -edge,14262,14262;41.6827199;-108.8025573:14263;41.6826492;-108.8022376,way_type=user_defined:way_id=80W -edge,14263,14263;41.6826492;-108.8022376:14264;41.6824855;-108.8014744,way_type=user_defined:way_id=80W -edge,14264,14264;41.6824855;-108.8014744:14265;41.6822442;-108.8003224,way_type=user_defined:way_id=80W -edge,14265,14265;41.6822442;-108.8003224:14266;41.6821715;-108.7999722,way_type=user_defined:way_id=80W -edge,14266,14266;41.6821715;-108.7999722:14267;41.681957;-108.7989173,way_type=user_defined:way_id=80W -edge,14267,14267;41.681957;-108.7989173:14268;41.6817062;-108.797695,way_type=user_defined:way_id=80W -edge,14268,14268;41.6817062;-108.797695:14269;41.6817062;-108.797695,way_type=user_defined:way_id=80W -edge,14269,14269;41.6817062;-108.797695:14270;41.6812175;-108.7953385,way_type=user_defined:way_id=80W -edge,14270,14270;41.6812175;-108.7953385:14271;41.6809704;-108.7941595,way_type=user_defined:way_id=80W -edge,14271,14271;41.6809704;-108.7941595:14272;41.6807309;-108.792999,way_type=user_defined:way_id=80W -edge,14272,14272;41.6807309;-108.792999:14273;41.6805628;-108.7921954,way_type=user_defined:way_id=80W -edge,14273,14273;41.6805628;-108.7921954:14274;41.6802028;-108.7904478,way_type=user_defined:way_id=80W -edge,14274,14274;41.6802028;-108.7904478:14275;41.6800771;-108.7898516,way_type=user_defined:way_id=80W -edge,14275,14275;41.6800771;-108.7898516:14276;41.6800771;-108.7898516,way_type=user_defined:way_id=80W -edge,14276,14276;41.6800771;-108.7898516:14277;41.67913677;-108.7853303,way_type=user_defined:way_id=80W -edge,14277,14277;41.67913677;-108.7853303:14278;41.67854891;-108.7825037,way_type=user_defined:way_id=80W -edge,14278,14278;41.67854891;-108.7825037:14279;41.67854891;-108.7825037,way_type=user_defined:way_id=80W -edge,14279,14279;41.67854891;-108.7825037:14280;41.6783131;-108.7813691,way_type=user_defined:way_id=80W -edge,14280,14280;41.6783131;-108.7813691:14281;41.6781195;-108.7804285,way_type=user_defined:way_id=80W -edge,14281,14281;41.6781195;-108.7804285:14282;41.67792659;-108.7795056,way_type=user_defined:way_id=80W -edge,14282,14282;41.67792659;-108.7795056:14283;41.6775924;-108.7779067,way_type=user_defined:way_id=80W -edge,14283,14283;41.6775924;-108.7779067:14284;41.67732271;-108.7766053,way_type=user_defined:way_id=80W -edge,14284,14284;41.67732271;-108.7766053:14285;41.6770788;-108.7753845,way_type=user_defined:way_id=80W -edge,14285,14285;41.6770788;-108.7753845:14286;41.6770788;-108.7753845,way_type=user_defined:way_id=80W -edge,14286,14286;41.6770788;-108.7753845:14287;41.6769794;-108.7748602,way_type=user_defined:way_id=80W -edge,14287,14287;41.6769794;-108.7748602:14288;41.6769291;-108.7745777,way_type=user_defined:way_id=80W -edge,14288,14288;41.6769291;-108.7745777:14289;41.67690062;-108.7744085,way_type=user_defined:way_id=80W -edge,14289,14289;41.67690062;-108.7744085:14290;41.6768812;-108.7742931,way_type=user_defined:way_id=80W -edge,14290,14290;41.6768812;-108.7742931:14291;41.6767423;-108.773437,way_type=user_defined:way_id=80W -edge,14291,14291;41.6767423;-108.773437:14292;41.676699;-108.7731505,way_type=user_defined:way_id=80W -edge,14292,14292;41.676699;-108.7731505:14293;41.6766307;-108.7726814,way_type=user_defined:way_id=80W -edge,14293,14293;41.6766307;-108.7726814:14294;41.6765367;-108.7720099,way_type=user_defined:way_id=80W -edge,14294,14294;41.6765367;-108.7720099:14295;41.6764962;-108.771702,way_type=user_defined:way_id=80W -edge,14295,14295;41.6764962;-108.771702:14296;41.6764627;-108.7714322,way_type=user_defined:way_id=80W -edge,14296,14296;41.6764627;-108.7714322:14297;41.6764304;-108.771152,way_type=user_defined:way_id=80W -edge,14297,14297;41.6764304;-108.771152:14298;41.6763961;-108.7708342,way_type=user_defined:way_id=80W -edge,14298,14298;41.6763961;-108.7708342:14299;41.6763669;-108.7705441,way_type=user_defined:way_id=80W -edge,14299,14299;41.6763669;-108.7705441:14300;41.6763376;-108.770224,way_type=user_defined:way_id=80W -edge,14300,14300;41.6763376;-108.770224:14301;41.6762923;-108.7696822,way_type=user_defined:way_id=80W -edge,14301,14301;41.6762923;-108.7696822:14302;41.676225;-108.7688096,way_type=user_defined:way_id=80W -edge,14302,14302;41.676225;-108.7688096:14303;41.6761829;-108.7682355,way_type=user_defined:way_id=80W -edge,14303,14303;41.6761829;-108.7682355:14304;41.6760801;-108.7667853,way_type=user_defined:way_id=80W -edge,14304,14304;41.6760801;-108.7667853:14305;41.6760584;-108.7664937,way_type=user_defined:way_id=80W -edge,14305,14305;41.6760584;-108.7664937:14306;41.6760102;-108.7658806,way_type=user_defined:way_id=80W -edge,14306,14306;41.6760102;-108.7658806:14307;41.6759054;-108.7644672,way_type=user_defined:way_id=80W -edge,14307,14307;41.6759054;-108.7644672:14308;41.6758628;-108.7638556,way_type=user_defined:way_id=80W -edge,14308,14308;41.6758628;-108.7638556:14309;41.6757961;-108.7629436,way_type=user_defined:way_id=80W -edge,14309,14309;41.6757961;-108.7629436:14310;41.6756075;-108.7603122,way_type=user_defined:way_id=80W -edge,14310,14310;41.6756075;-108.7603122:14311;41.6755421;-108.7594338,way_type=user_defined:way_id=80W -edge,14311,14311;41.6755421;-108.7594338:14312;41.6754528;-108.7582066,way_type=user_defined:way_id=80W -edge,14312,14312;41.6754528;-108.7582066:14313;41.6753581;-108.7568616,way_type=user_defined:way_id=80W -edge,14313,14313;41.6753581;-108.7568616:14314;41.6752472;-108.7553874,way_type=user_defined:way_id=80W -edge,14314,14314;41.6752472;-108.7553874:14315;41.67523574;-108.7552203,way_type=user_defined:way_id=80W -edge,14315,14315;41.67523574;-108.7552203:14316;41.6751241;-108.7535917,way_type=user_defined:way_id=80W -edge,14316,14316;41.6751241;-108.7535917:14317;41.6750583;-108.7527193,way_type=user_defined:way_id=80W -edge,14317,14317;41.6750583;-108.7527193:14318;41.6749543;-108.7512496,way_type=user_defined:way_id=80W -edge,14318,14318;41.6749543;-108.7512496:14319;41.6749091;-108.7506314,way_type=user_defined:way_id=80W -edge,14319,14319;41.6749091;-108.7506314:14320;41.6748852;-108.7503094,way_type=user_defined:way_id=80W -edge,14320,14320;41.6748852;-108.7503094:14321;41.6748425;-108.7497708,way_type=user_defined:way_id=80W -edge,14321,14321;41.6748425;-108.7497708:14322;41.67479656;-108.7490974,way_type=user_defined:way_id=80W -edge,14322,14322;41.67479656;-108.7490974:14323;41.6747909;-108.7490145,way_type=user_defined:way_id=80W -edge,14323,14323;41.6747909;-108.7490145:14324;41.6747641;-108.7486417,way_type=user_defined:way_id=80W -edge,14324,14324;41.6747641;-108.7486417:14325;41.6745658;-108.7460078,way_type=user_defined:way_id=80W -edge,14325,14325;41.6745658;-108.7460078:14326;41.6745394;-108.7456834,way_type=user_defined:way_id=80W -edge,14326,14326;41.6745394;-108.7456834:14327;41.6745115;-108.7453889,way_type=user_defined:way_id=80W -edge,14327,14327;41.6745115;-108.7453889:14328;41.6744816;-108.7451128,way_type=user_defined:way_id=80W -edge,14328,14328;41.6744816;-108.7451128:14329;41.6744163;-108.7445639,way_type=user_defined:way_id=80W -edge,14329,14329;41.6744163;-108.7445639:14330;41.6743791;-108.7442805,way_type=user_defined:way_id=80W -edge,14330,14330;41.6743791;-108.7442805:14331;41.6743384;-108.7439979,way_type=user_defined:way_id=80W -edge,14331,14331;41.6743384;-108.7439979:14332;41.6742923;-108.7437067,way_type=user_defined:way_id=80W -edge,14332,14332;41.6742923;-108.7437067:14333;41.6742445;-108.7434258,way_type=user_defined:way_id=80W -edge,14333,14333;41.6742445;-108.7434258:14334;41.6741948;-108.7431444,way_type=user_defined:way_id=80W -edge,14334,14334;41.6741948;-108.7431444:14335;41.6741432;-108.7428636,way_type=user_defined:way_id=80W -edge,14335,14335;41.6741432;-108.7428636:14336;41.6740882;-108.7425826,way_type=user_defined:way_id=80W -edge,14336,14336;41.6740882;-108.7425826:14337;41.674038;-108.7423395,way_type=user_defined:way_id=80W -edge,14337,14337;41.674038;-108.7423395:14338;41.6739689;-108.742022,way_type=user_defined:way_id=80W -edge,14338,14338;41.6739689;-108.742022:14339;41.6739012;-108.7417335,way_type=user_defined:way_id=80W -edge,14339,14339;41.6739012;-108.7417335:14340;41.6738345;-108.7414622,way_type=user_defined:way_id=80W -edge,14340,14340;41.6738345;-108.7414622:14341;41.6737725;-108.7412177,way_type=user_defined:way_id=80W -edge,14341,14341;41.6737725;-108.7412177:14342;41.6736919;-108.7409106,way_type=user_defined:way_id=80W -edge,14342,14342;41.6736919;-108.7409106:14343;41.6736181;-108.7406408,way_type=user_defined:way_id=80W -edge,14343,14343;41.6736181;-108.7406408:14344;41.6735389;-108.7403639,way_type=user_defined:way_id=80W -edge,14344,14344;41.6735389;-108.7403639:14345;41.6734589;-108.7400981,way_type=user_defined:way_id=80W -edge,14345,14345;41.6734589;-108.7400981:14346;41.6733642;-108.7397992,way_type=user_defined:way_id=80W -edge,14346,14346;41.6733642;-108.7397992:14347;41.6732741;-108.7395289,way_type=user_defined:way_id=80W -edge,14347,14347;41.6732741;-108.7395289:14348;41.6731838;-108.7392688,way_type=user_defined:way_id=80W -edge,14348,14348;41.6731838;-108.7392688:14349;41.673088;-108.7390014,way_type=user_defined:way_id=80W -edge,14349,14349;41.673088;-108.7390014:14350;41.6729894;-108.7387358,way_type=user_defined:way_id=80W -edge,14350,14350;41.6729894;-108.7387358:14351;41.6728941;-108.7384884,way_type=user_defined:way_id=80W -edge,14351,14351;41.6728941;-108.7384884:14352;41.67279;-108.7382266,way_type=user_defined:way_id=80W -edge,14352,14352;41.67279;-108.7382266:14353;41.6726692;-108.7379323,way_type=user_defined:way_id=80W -edge,14353,14353;41.6726692;-108.7379323:14354;41.672563;-108.7376814,way_type=user_defined:way_id=80W -edge,14354,14354;41.672563;-108.7376814:14355;41.6723447;-108.7371837,way_type=user_defined:way_id=80W -edge,14355,14355;41.6723447;-108.7371837:14356;41.6722186;-108.7369043,way_type=user_defined:way_id=80W -edge,14356,14356;41.6722186;-108.7369043:14357;41.6721002;-108.7366522,way_type=user_defined:way_id=80W -edge,14357,14357;41.6721002;-108.7366522:14358;41.6719819;-108.7364118,way_type=user_defined:way_id=80W -edge,14358,14358;41.6719819;-108.7364118:14359;41.6718435;-108.7361422,way_type=user_defined:way_id=80W -edge,14359,14359;41.6718435;-108.7361422:14360;41.6717317;-108.7359297,way_type=user_defined:way_id=80W -edge,14360,14360;41.6717317;-108.7359297:14361;41.671635;-108.7357499,way_type=user_defined:way_id=80W -edge,14361,14361;41.671635;-108.7357499:14362;41.6714772;-108.7354619,way_type=user_defined:way_id=80W -edge,14362,14362;41.6714772;-108.7354619:14363;41.6713252;-108.7351942,way_type=user_defined:way_id=80W -edge,14363,14363;41.6713252;-108.7351942:14364;41.6711962;-108.7349754,way_type=user_defined:way_id=80W -edge,14364,14364;41.6711962;-108.7349754:14365;41.6710557;-108.7347443,way_type=user_defined:way_id=80W -edge,14365,14365;41.6710557;-108.7347443:14366;41.6708994;-108.7344939,way_type=user_defined:way_id=80W -edge,14366,14366;41.6708994;-108.7344939:14367;41.6706203;-108.7340608,way_type=user_defined:way_id=80W -edge,14367,14367;41.6706203;-108.7340608:14368;41.6691814;-108.7318755,way_type=user_defined:way_id=80W -edge,14368,14368;41.6691814;-108.7318755:14369;41.6687471;-108.7312188,way_type=user_defined:way_id=80W -edge,14369,14369;41.6687471;-108.7312188:14370;41.6683;-108.730536,way_type=user_defined:way_id=80W -edge,14370,14370;41.6683;-108.730536:14371;41.6678613;-108.7298795,way_type=user_defined:way_id=80W -edge,14371,14371;41.6678613;-108.7298795:14372;41.6674196;-108.7292023,way_type=user_defined:way_id=80W -edge,14372,14372;41.6674196;-108.7292023:14373;41.6669849;-108.728546,way_type=user_defined:way_id=80W -edge,14373,14373;41.6669849;-108.728546:14374;41.6664085;-108.72767,way_type=user_defined:way_id=80W -edge,14374,14374;41.6664085;-108.72767:14375;41.6659775;-108.727021,way_type=user_defined:way_id=80W -edge,14375,14375;41.6659775;-108.727021:14376;41.6655235;-108.7263301,way_type=user_defined:way_id=80W -edge,14376,14376;41.6655235;-108.7263301:14377;41.6649664;-108.7254902,way_type=user_defined:way_id=80W -edge,14377,14377;41.6649664;-108.7254902:14378;41.6637299;-108.7236156,way_type=user_defined:way_id=80W -edge,14378,14378;41.6637299;-108.7236156:14379;41.6632205;-108.7228403,way_type=user_defined:way_id=80W -edge,14379,14379;41.6632205;-108.7228403:14380;41.6628064;-108.7222157,way_type=user_defined:way_id=80W -edge,14380,14380;41.6628064;-108.7222157:14381;41.662125;-108.7211785,way_type=user_defined:way_id=80W -edge,14381,14381;41.662125;-108.7211785:14382;41.661509;-108.7202475,way_type=user_defined:way_id=80W -edge,14382,14382;41.661509;-108.7202475:14383;41.660803;-108.7191868,way_type=user_defined:way_id=80W -edge,14383,14383;41.660803;-108.7191868:14384;41.6598833;-108.7177892,way_type=user_defined:way_id=80W -edge,14384,14384;41.6598833;-108.7177892:14385;41.6590604;-108.7165458,way_type=user_defined:way_id=80W -edge,14385,14385;41.6590604;-108.7165458:14386;41.6587324;-108.7160467,way_type=user_defined:way_id=80W -edge,14386,14386;41.6587324;-108.7160467:14387;41.6576887;-108.7144669,way_type=user_defined:way_id=80W -edge,14387,14387;41.6576887;-108.7144669:14388;41.6570374;-108.7134861,way_type=user_defined:way_id=80W -edge,14388,14388;41.6570374;-108.7134861:14389;41.6563713;-108.7124771,way_type=user_defined:way_id=80W -edge,14389,14389;41.6563713;-108.7124771:14390;41.6556484;-108.7113907,way_type=user_defined:way_id=80W -edge,14390,14390;41.6556484;-108.7113907:14391;41.6553613;-108.7109496,way_type=user_defined:way_id=80W -edge,14391,14391;41.6553613;-108.7109496:14392;41.65525036;-108.7107747,way_type=user_defined:way_id=80W -edge,14392,14392;41.65525036;-108.7107747:14393;41.6548161;-108.7100903,way_type=user_defined:way_id=80W -edge,14393,14393;41.6548161;-108.7100903:14394;41.6546548;-108.7098307,way_type=user_defined:way_id=80W -edge,14394,14394;41.6546548;-108.7098307:14395;41.6545182;-108.7096048,way_type=user_defined:way_id=80W -edge,14395,14395;41.6545182;-108.7096048:14396;41.6543829;-108.7093772,way_type=user_defined:way_id=80W -edge,14396,14396;41.6543829;-108.7093772:14397;41.6542178;-108.7090935,way_type=user_defined:way_id=80W -edge,14397,14397;41.6542178;-108.7090935:14398;41.6541161;-108.7089156,way_type=user_defined:way_id=80W -edge,14398,14398;41.6541161;-108.7089156:14399;41.6538571;-108.7084546,way_type=user_defined:way_id=80W -edge,14399,14399;41.6538571;-108.7084546:14400;41.6537267;-108.7082177,way_type=user_defined:way_id=80W -edge,14400,14400;41.6537267;-108.7082177:14401;41.6535975;-108.7079785,way_type=user_defined:way_id=80W -edge,14401,14401;41.6535975;-108.7079785:14402;41.6534283;-108.7076598,way_type=user_defined:way_id=80W -edge,14402,14402;41.6534283;-108.7076598:14403;41.6532228;-108.7072681,way_type=user_defined:way_id=80W -edge,14403,14403;41.6532228;-108.7072681:14404;41.6529583;-108.7067534,way_type=user_defined:way_id=80W -edge,14404,14404;41.6529583;-108.7067534:14405;41.652838;-108.7065134,way_type=user_defined:way_id=80W -edge,14405,14405;41.652838;-108.7065134:14406;41.6527191;-108.7062722,way_type=user_defined:way_id=80W -edge,14406,14406;41.6527191;-108.7062722:14407;41.6525814;-108.7059895,way_type=user_defined:way_id=80W -edge,14407,14407;41.6525814;-108.7059895:14408;41.6524681;-108.7057531,way_type=user_defined:way_id=80W -edge,14408,14408;41.6524681;-108.7057531:14409;41.6523489;-108.7054995,way_type=user_defined:way_id=80W -edge,14409,14409;41.6523489;-108.7054995:14410;41.6522236;-108.7052286,way_type=user_defined:way_id=80W -edge,14410,14410;41.6522236;-108.7052286:14411;41.6521223;-108.7050067,way_type=user_defined:way_id=80W -edge,14411,14411;41.6521223;-108.7050067:14412;41.6520008;-108.7047343,way_type=user_defined:way_id=80W -edge,14412,14412;41.6520008;-108.7047343:14413;41.651779;-108.7042208,way_type=user_defined:way_id=80W -edge,14413,14413;41.651779;-108.7042208:14414;41.6516737;-108.7039727,way_type=user_defined:way_id=80W -edge,14414,14414;41.6516737;-108.7039727:14415;41.651567;-108.7037163,way_type=user_defined:way_id=80W -edge,14415,14415;41.651567;-108.7037163:14416;41.6514624;-108.7034603,way_type=user_defined:way_id=80W -edge,14416,14416;41.6514624;-108.7034603:14417;41.6513493;-108.7031785,way_type=user_defined:way_id=80W -edge,14417,14417;41.6513493;-108.7031785:14418;41.651158;-108.7026899,way_type=user_defined:way_id=80W -edge,14418,14418;41.651158;-108.7026899:14419;41.6509624;-108.7021758,way_type=user_defined:way_id=80W -edge,14419,14419;41.6509624;-108.7021758:14420;41.6507643;-108.7016445,way_type=user_defined:way_id=80W -edge,14420,14420;41.6507643;-108.7016445:14421;41.6506739;-108.701394,way_type=user_defined:way_id=80W -edge,14421,14421;41.6506739;-108.701394:14422;41.6503882;-108.7005653,way_type=user_defined:way_id=80W -edge,14422,14422;41.6503882;-108.7005653:14423;41.6503109;-108.7003346,way_type=user_defined:way_id=80W -edge,14423,14423;41.6503109;-108.7003346:14424;41.6502213;-108.7000586,way_type=user_defined:way_id=80W -edge,14424,14424;41.6502213;-108.7000586:14425;41.6500551;-108.6995319,way_type=user_defined:way_id=80W -edge,14425,14425;41.6500551;-108.6995319:14426;41.6498941;-108.6990002,way_type=user_defined:way_id=80W -edge,14426,14426;41.6498941;-108.6990002:14427;41.6497255;-108.6984253,way_type=user_defined:way_id=80W -edge,14427,14427;41.6497255;-108.6984253:14428;41.6496546;-108.6981773,way_type=user_defined:way_id=80W -edge,14428,14428;41.6496546;-108.6981773:14429;41.6495876;-108.6979362,way_type=user_defined:way_id=80W -edge,14429,14429;41.6495876;-108.6979362:14430;41.6494307;-108.6973627,way_type=user_defined:way_id=80W -edge,14430,14430;41.6494307;-108.6973627:14431;41.6493501;-108.6970548,way_type=user_defined:way_id=80W -edge,14431,14431;41.6493501;-108.6970548:14432;41.649273;-108.6967444,way_type=user_defined:way_id=80W -edge,14432,14432;41.649273;-108.6967444:14433;41.6492133;-108.6964971,way_type=user_defined:way_id=80W -edge,14433,14433;41.6492133;-108.6964971:14434;41.649076;-108.6959108,way_type=user_defined:way_id=80W -edge,14434,14434;41.649076;-108.6959108:14435;41.6488845;-108.6950697,way_type=user_defined:way_id=80W -edge,14435,14435;41.6488845;-108.6950697:14436;41.648826;-108.6948028,way_type=user_defined:way_id=80W -edge,14436,14436;41.648826;-108.6948028:14437;41.6487657;-108.6945167,way_type=user_defined:way_id=80W -edge,14437,14437;41.6487657;-108.6945167:14438;41.6487023;-108.6942004,way_type=user_defined:way_id=80W -edge,14438,14438;41.6487023;-108.6942004:14439;41.6485956;-108.6936392,way_type=user_defined:way_id=80W -edge,14439,14439;41.6485956;-108.6936392:14440;41.6485421;-108.6933487,way_type=user_defined:way_id=80W -edge,14440,14440;41.6485421;-108.6933487:14441;41.6484554;-108.6928602,way_type=user_defined:way_id=80W -edge,14441,14441;41.6484554;-108.6928602:14442;41.6483878;-108.6924644,way_type=user_defined:way_id=80W -edge,14442,14442;41.6483878;-108.6924644:14443;41.6483411;-108.6921813,way_type=user_defined:way_id=80W -edge,14443,14443;41.6483411;-108.6921813:14444;41.6482503;-108.6916063,way_type=user_defined:way_id=80W -edge,14444,14444;41.6482503;-108.6916063:14445;41.6482083;-108.6913241,way_type=user_defined:way_id=80W -edge,14445,14445;41.6482083;-108.6913241:14446;41.6481636;-108.6910046,way_type=user_defined:way_id=80W -edge,14446,14446;41.6481636;-108.6910046:14447;41.64808001;-108.6903583,way_type=user_defined:way_id=80W -edge,14447,14447;41.64808001;-108.6903583:14448;41.64806055;-108.6901887,way_type=user_defined:way_id=80W -edge,14448,14448;41.64806055;-108.6901887:14449;41.64803523;-108.6899942,way_type=user_defined:way_id=80W -edge,14449,14449;41.64803523;-108.6899942:14450;41.64801771;-108.6898342,way_type=user_defined:way_id=80W -edge,14450,14450;41.64801771;-108.6898342:14451;41.64799605;-108.6896587,way_type=user_defined:way_id=80W -edge,14451,14451;41.64799605;-108.6896587:14452;41.64797757;-108.6894795,way_type=user_defined:way_id=80W -edge,14452,14452;41.64797757;-108.6894795:14453;41.6479749;-108.6894339,way_type=user_defined:way_id=80W -edge,14453,14453;41.6479749;-108.6894339:14454;41.647926;-108.6889596,way_type=user_defined:way_id=80W -edge,14454,14454;41.647926;-108.6889596:14455;41.6479016;-108.6887085,way_type=user_defined:way_id=80W -edge,14455,14455;41.6479016;-108.6887085:14456;41.6478714;-108.6883729,way_type=user_defined:way_id=80W -edge,14456,14456;41.6478714;-108.6883729:14457;41.6478274;-108.687839,way_type=user_defined:way_id=80W -edge,14457,14457;41.6478274;-108.687839:14458;41.6478059;-108.6875567,way_type=user_defined:way_id=80W -edge,14458,14458;41.6478059;-108.6875567:14459;41.6477828;-108.6872263,way_type=user_defined:way_id=80W -edge,14459,14459;41.6477828;-108.6872263:14460;41.6477642;-108.6869419,way_type=user_defined:way_id=80W -edge,14460,14460;41.6477642;-108.6869419:14461;41.6477492;-108.686685,way_type=user_defined:way_id=80W -edge,14461,14461;41.6477492;-108.686685:14462;41.6477329;-108.6863609,way_type=user_defined:way_id=80W -edge,14462,14462;41.6477329;-108.6863609:14463;41.647719;-108.6860275,way_type=user_defined:way_id=80W -edge,14463,14463;41.647719;-108.6860275:14464;41.64769755;-108.6853945,way_type=user_defined:way_id=80W -edge,14464,14464;41.64769755;-108.6853945:14465;41.647665;-108.6842562,way_type=user_defined:way_id=80W -edge,14465,14465;41.647665;-108.6842562:14466;41.647665;-108.6842562,way_type=user_defined:way_id=80W -edge,14466,14466;41.647665;-108.6842562:14467;41.6475554;-108.6801113,way_type=user_defined:way_id=80W -edge,14467,14467;41.6475554;-108.6801113:14468;41.6474585;-108.6764469,way_type=user_defined:way_id=80W -edge,14468,14468;41.6474585;-108.6764469:14469;41.6474585;-108.6764469,way_type=user_defined:way_id=80W -edge,14469,14469;41.6474585;-108.6764469:14470;41.6474355;-108.6755599,way_type=user_defined:way_id=80W -edge,14470,14470;41.6474355;-108.6755599:14471;41.6474011;-108.6744076,way_type=user_defined:way_id=80W -edge,14471,14471;41.6474011;-108.6744076:14472;41.6472951;-108.6702526,way_type=user_defined:way_id=80W -edge,14472,14472;41.6472951;-108.6702526:14473;41.64726975;-108.6693632,way_type=user_defined:way_id=80W -edge,14473,14473;41.64726975;-108.6693632:14474;41.647267;-108.6692668,way_type=user_defined:way_id=80W -edge,14474,14474;41.647267;-108.6692668:14475;41.64723406;-108.668036,way_type=user_defined:way_id=80W -edge,14475,14475;41.64723406;-108.668036:14476;41.64723406;-108.668036,way_type=user_defined:way_id=80W -edge,14476,14476;41.64723406;-108.668036:14477;41.6472277;-108.6678152,way_type=user_defined:way_id=80W -edge,14477,14477;41.6472277;-108.6678152:14478;41.64720513;-108.6670312,way_type=user_defined:way_id=80W -edge,14478,14478;41.64720513;-108.6670312:14479;41.6471836;-108.6661484,way_type=user_defined:way_id=80W -edge,14479,14479;41.6471836;-108.6661484:14480;41.6471531;-108.6650179,way_type=user_defined:way_id=80W -edge,14480,14480;41.6471531;-108.6650179:14481;41.6471346;-108.6644127,way_type=user_defined:way_id=80W -edge,14481,14481;41.6471346;-108.6644127:14482;41.6471123;-108.6635661,way_type=user_defined:way_id=80W -edge,14482,14482;41.6471123;-108.6635661:14483;41.6470843;-108.6626189,way_type=user_defined:way_id=80W -edge,14483,14483;41.6470843;-108.6626189:14484;41.6470476;-108.6612068,way_type=user_defined:way_id=80W -edge,14484,14484;41.6470476;-108.6612068:14485;41.6470217;-108.6603275,way_type=user_defined:way_id=80W -edge,14485,14485;41.6470217;-108.6603275:14486;41.6470059;-108.6597108,way_type=user_defined:way_id=80W -edge,14486,14486;41.6470059;-108.6597108:14487;41.6469724;-108.6585485,way_type=user_defined:way_id=80W -edge,14487,14487;41.6469724;-108.6585485:14488;41.6469503;-108.6576786,way_type=user_defined:way_id=80W -edge,14488,14488;41.6469503;-108.6576786:14489;41.6469245;-108.6567734,way_type=user_defined:way_id=80W -edge,14489,14489;41.6469245;-108.6567734:14490;41.6469099;-108.6561927,way_type=user_defined:way_id=80W -edge,14490,14490;41.6469099;-108.6561927:14491;41.6468821;-108.6552493,way_type=user_defined:way_id=80W -edge,14491,14491;41.6468821;-108.6552493:14492;41.6468821;-108.6552493,way_type=user_defined:way_id=80W -edge,14492,14492;41.6468821;-108.6552493:14493;41.6468584;-108.6543062,way_type=user_defined:way_id=80W -edge,14493,14493;41.6468584;-108.6543062:14494;41.6468483;-108.6538301,way_type=user_defined:way_id=80W -edge,14494,14494;41.6468483;-108.6538301:14495;41.6468424;-108.6534685,way_type=user_defined:way_id=80W -edge,14495,14495;41.6468424;-108.6534685:14496;41.6468369;-108.6529551,way_type=user_defined:way_id=80W -edge,14496,14496;41.6468369;-108.6529551:14497;41.6468359;-108.6526701,way_type=user_defined:way_id=80W -edge,14497,14497;41.6468359;-108.6526701:14498;41.6468371;-108.6523475,way_type=user_defined:way_id=80W -edge,14498,14498;41.6468371;-108.6523475:14499;41.6468401;-108.6520818,way_type=user_defined:way_id=80W -edge,14499,14499;41.6468401;-108.6520818:14500;41.6468499;-108.6515019,way_type=user_defined:way_id=80W -edge,14500,14500;41.6468499;-108.6515019:14501;41.646857;-108.651178,way_type=user_defined:way_id=80W -edge,14501,14501;41.646857;-108.651178:14502;41.6468669;-108.6508443,way_type=user_defined:way_id=80W -edge,14502,14502;41.6468669;-108.6508443:14503;41.6468857;-108.6503385,way_type=user_defined:way_id=80W -edge,14503,14503;41.6468857;-108.6503385:14504;41.6469007;-108.6500138,way_type=user_defined:way_id=80W -edge,14504,14504;41.6469007;-108.6500138:14505;41.6469188;-108.6496803,way_type=user_defined:way_id=80W -edge,14505,14505;41.6469188;-108.6496803:14506;41.6469403;-108.6493266,way_type=user_defined:way_id=80W -edge,14506,14506;41.6469403;-108.6493266:14507;41.6469739;-108.6488138,way_type=user_defined:way_id=80W -edge,14507,14507;41.6469739;-108.6488138:14508;41.6469944;-108.6485302,way_type=user_defined:way_id=80W -edge,14508,14508;41.6469944;-108.6485302:14509;41.6470176;-108.6482382,way_type=user_defined:way_id=80W -edge,14509,14509;41.6470176;-108.6482382:14510;41.6470671;-108.6476562,way_type=user_defined:way_id=80W -edge,14510,14510;41.6470671;-108.6476562:14511;41.6473524;-108.6445877,way_type=user_defined:way_id=80W -edge,14511,14511;41.6473524;-108.6445877:14512;41.6475471;-108.6424302,way_type=user_defined:way_id=80W -edge,14512,14512;41.6475471;-108.6424302:14513;41.6476898;-108.6409111,way_type=user_defined:way_id=80W -edge,14513,14513;41.6476898;-108.6409111:14514;41.6478174;-108.6395074,way_type=user_defined:way_id=80W -edge,14514,14514;41.6478174;-108.6395074:14515;41.6480064;-108.6374957,way_type=user_defined:way_id=80W -edge,14515,14515;41.6480064;-108.6374957:14516;41.6481173;-108.6362661,way_type=user_defined:way_id=80W -edge,14516,14516;41.6481173;-108.6362661:14517;41.64817309;-108.6356726,way_type=user_defined:way_id=80W -edge,14517,14517;41.64817309;-108.6356726:14518;41.6482259;-108.6351108,way_type=user_defined:way_id=80W -edge,14518,14518;41.6482259;-108.6351108:14519;41.64843112;-108.6328672,way_type=user_defined:way_id=80W -edge,14519,14519;41.64843112;-108.6328672:14520;41.64843112;-108.6328672,way_type=user_defined:way_id=80W -edge,14520,14520;41.64843112;-108.6328672:14521;41.6485481;-108.6315815,way_type=user_defined:way_id=80W -edge,14521,14521;41.6485481;-108.6315815:14522;41.6486257;-108.630713,way_type=user_defined:way_id=80W -edge,14522,14522;41.6486257;-108.630713:14523;41.6486908;-108.6300246,way_type=user_defined:way_id=80W -edge,14523,14523;41.6486908;-108.6300246:14524;41.64875348;-108.629345,way_type=user_defined:way_id=80W -edge,14524,14524;41.64875348;-108.629345:14525;41.6488386;-108.628422,way_type=user_defined:way_id=80W -edge,14525,14525;41.6488386;-108.628422:14526;41.6488844;-108.6279116,way_type=user_defined:way_id=80W -edge,14526,14526;41.6488844;-108.6279116:14527;41.64893906;-108.6273452,way_type=user_defined:way_id=80W -edge,14527,14527;41.64893906;-108.6273452:14528;41.64893906;-108.6273452,way_type=user_defined:way_id=80W -edge,14528,14528;41.64893906;-108.6273452:14529;41.6489583;-108.6271449,way_type=user_defined:way_id=80W -edge,14529,14529;41.6489583;-108.6271449:14530;41.6490384;-108.6262442,way_type=user_defined:way_id=80W -edge,14530,14530;41.6490384;-108.6262442:14531;41.64904;-108.6262086,way_type=user_defined:way_id=80W -edge,14531,14531;41.64904;-108.6262086:14532;41.6490596;-108.625992,way_type=user_defined:way_id=80W -edge,14532,14532;41.6490596;-108.625992:14533;41.64909206;-108.6256411,way_type=user_defined:way_id=80W -edge,14533,14533;41.64909206;-108.6256411:14534;41.6492503;-108.6239307,way_type=user_defined:way_id=80W -edge,14534,14534;41.6492503;-108.6239307:14535;41.6493306;-108.623029,way_type=user_defined:way_id=80W -edge,14535,14535;41.6493306;-108.623029:14536;41.6494596;-108.6216571,way_type=user_defined:way_id=80W -edge,14536,14536;41.6494596;-108.6216571:14537;41.6494596;-108.6216571,way_type=user_defined:way_id=80W -edge,14537,14537;41.6494596;-108.6216571:14538;41.64952027;-108.6209856,way_type=user_defined:way_id=80W -edge,14538,14538;41.64952027;-108.6209856:14539;41.6495446;-108.6207164,way_type=user_defined:way_id=80W -edge,14539,14539;41.6495446;-108.6207164:14540;41.6496169;-108.6198508,way_type=user_defined:way_id=80W -edge,14540,14540;41.6496169;-108.6198508:14541;41.6496614;-108.6192661,way_type=user_defined:way_id=80W -edge,14541,14541;41.6496614;-108.6192661:14542;41.6497011;-108.6186526,way_type=user_defined:way_id=80W -edge,14542,14542;41.6497011;-108.6186526:14543;41.6497152;-108.6184072,way_type=user_defined:way_id=80W -edge,14543,14543;41.6497152;-108.6184072:14544;41.6497315;-108.618086,way_type=user_defined:way_id=80W -edge,14544,14544;41.6497315;-108.618086:14545;41.649756;-108.6174917,way_type=user_defined:way_id=80W -edge,14545,14545;41.649756;-108.6174917:14546;41.6497703;-108.6170668,way_type=user_defined:way_id=80W -edge,14546,14546;41.6497703;-108.6170668:14547;41.6497823;-108.6166324,way_type=user_defined:way_id=80W -edge,14547,14547;41.6497823;-108.6166324:14548;41.6497935;-108.616037,way_type=user_defined:way_id=80W -edge,14548,14548;41.6497935;-108.616037:14549;41.6497962;-108.6157529,way_type=user_defined:way_id=80W -edge,14549,14549;41.6497962;-108.6157529:14550;41.6497966;-108.6154689,way_type=user_defined:way_id=80W -edge,14550,14550;41.6497966;-108.6154689:14551;41.649795;-108.6151488,way_type=user_defined:way_id=80W -edge,14551,14551;41.649795;-108.6151488:14552;41.6497887;-108.6145592,way_type=user_defined:way_id=80W -edge,14552,14552;41.6497887;-108.6145592:14553;41.6497788;-108.6139654,way_type=user_defined:way_id=80W -edge,14553,14553;41.6497788;-108.6139654:14554;41.6497716;-108.6136907,way_type=user_defined:way_id=80W -edge,14554,14554;41.6497716;-108.6136907:14555;41.6497617;-108.613395,way_type=user_defined:way_id=80W -edge,14555,14555;41.6497617;-108.613395:14556;41.6497352;-108.6127516,way_type=user_defined:way_id=80W -edge,14556,14556;41.6497352;-108.6127516:14557;41.6497152;-108.6123509,way_type=user_defined:way_id=80W -edge,14557,14557;41.6497152;-108.6123509:14558;41.6496904;-108.6118994,way_type=user_defined:way_id=80W -edge,14558,14558;41.6496904;-108.6118994:14559;41.6496604;-108.6114206,way_type=user_defined:way_id=80W -edge,14559,14559;41.6496604;-108.6114206:14560;41.6496358;-108.6110709,way_type=user_defined:way_id=80W -edge,14560,14560;41.6496358;-108.6110709:14561;41.6496113;-108.6107513,way_type=user_defined:way_id=80W -edge,14561,14561;41.6496113;-108.6107513:14562;41.6495871;-108.6104605,way_type=user_defined:way_id=80W -edge,14562,14562;41.6495871;-108.6104605:14563;41.6495606;-108.6101707,way_type=user_defined:way_id=80W -edge,14563,14563;41.6495606;-108.6101707:14564;41.6495319;-108.6098819,way_type=user_defined:way_id=80W -edge,14564,14564;41.6495319;-108.6098819:14565;41.6494684;-108.6092811,way_type=user_defined:way_id=80W -edge,14565,14565;41.6494684;-108.6092811:14566;41.6494392;-108.6090196,way_type=user_defined:way_id=80W -edge,14566,14566;41.6494392;-108.6090196:14567;41.6494055;-108.6087335,way_type=user_defined:way_id=80W -edge,14567,14567;41.6494055;-108.6087335:14568;41.6493001;-108.6078679,way_type=user_defined:way_id=80W -edge,14568,14568;41.6493001;-108.6078679:14569;41.6491525;-108.6067271,way_type=user_defined:way_id=80W -edge,14569,14569;41.6491525;-108.6067271:14570;41.6490112;-108.6055813,way_type=user_defined:way_id=80W -edge,14570,14570;41.6490112;-108.6055813:14571;41.6488994;-108.6047234,way_type=user_defined:way_id=80W -edge,14571,14571;41.6488994;-108.6047234:14572;41.6487901;-108.6038596,way_type=user_defined:way_id=80W -edge,14572,14572;41.6487901;-108.6038596:14573;41.6485272;-108.6018182,way_type=user_defined:way_id=80W -edge,14573,14573;41.6485272;-108.6018182:14574;41.648384;-108.6006708,way_type=user_defined:way_id=80W -edge,14574,14574;41.648384;-108.6006708:14575;41.6482108;-108.5993127,way_type=user_defined:way_id=80W -edge,14575,14575;41.6482108;-108.5993127:14576;41.647982;-108.5975521,way_type=user_defined:way_id=80W -edge,14576,14576;41.647982;-108.5975521:14577;41.6478017;-108.5961155,way_type=user_defined:way_id=80W -edge,14577,14577;41.6478017;-108.5961155:14578;41.6476085;-108.5946053,way_type=user_defined:way_id=80W -edge,14578,14578;41.6476085;-108.5946053:14579;41.6474664;-108.5934718,way_type=user_defined:way_id=80W -edge,14579,14579;41.6474664;-108.5934718:14580;41.6473882;-108.592866,way_type=user_defined:way_id=80W -edge,14580,14580;41.6473882;-108.592866:14581;41.6472304;-108.5916234,way_type=user_defined:way_id=80W -edge,14581,14581;41.6472304;-108.5916234:14582;41.6469855;-108.589722,way_type=user_defined:way_id=80W -edge,14582,14582;41.6469855;-108.589722:14583;41.6466487;-108.5870841,way_type=user_defined:way_id=80W -edge,14583,14583;41.6466487;-108.5870841:14584;41.6465719;-108.5864976,way_type=user_defined:way_id=80W -edge,14584,14584;41.6465719;-108.5864976:14585;41.6464652;-108.5856477,way_type=user_defined:way_id=80W -edge,14585,14585;41.6464652;-108.5856477:14586;41.64642472;-108.5853329,way_type=user_defined:way_id=80W -edge,14586,14586;41.64642472;-108.5853329:14587;41.6463264;-108.5845684,way_type=user_defined:way_id=80W -edge,14587,14587;41.6463264;-108.5845684:14588;41.6462365;-108.5838539,way_type=user_defined:way_id=80W -edge,14588,14588;41.6462365;-108.5838539:14589;41.6461708;-108.5833078,way_type=user_defined:way_id=80W -edge,14589,14589;41.6461708;-108.5833078:14590;41.646131;-108.5829459,way_type=user_defined:way_id=80W -edge,14590,14590;41.646131;-108.5829459:14591;41.6460911;-108.5825521,way_type=user_defined:way_id=80W -edge,14591,14591;41.6460911;-108.5825521:14592;41.6460911;-108.5825521,way_type=user_defined:way_id=80W -edge,14592,14592;41.6460911;-108.5825521:14593;41.6460485;-108.5820917,way_type=user_defined:way_id=80W -edge,14593,14593;41.6460485;-108.5820917:14594;41.6460211;-108.5817588,way_type=user_defined:way_id=80W -edge,14594,14594;41.6460211;-108.5817588:14595;41.6459671;-108.5810407,way_type=user_defined:way_id=80W -edge,14595,14595;41.6459671;-108.5810407:14596;41.64594;-108.5806459,way_type=user_defined:way_id=80W -edge,14596,14596;41.64594;-108.5806459:14597;41.64579286;-108.5782842,way_type=user_defined:way_id=80W -edge,14597,14597;41.64579286;-108.5782842:14598;41.64568517;-108.5764128,way_type=user_defined:way_id=80W -edge,14598,14598;41.64568517;-108.5764128:14599;41.64568517;-108.5764128,way_type=user_defined:way_id=80W -edge,14599,14599;41.64568517;-108.5764128:14600;41.64557609;-108.5746052,way_type=user_defined:way_id=80W -edge,14600,14600;41.64557609;-108.5746052:14601;41.6455305;-108.5738497,way_type=user_defined:way_id=80W -edge,14601,14601;41.6455305;-108.5738497:14602;41.645448;-108.5724375,way_type=user_defined:way_id=80W -edge,14602,14602;41.645448;-108.5724375:14603;41.6453441;-108.5707678,way_type=user_defined:way_id=80W -edge,14603,14603;41.6453441;-108.5707678:14604;41.6453441;-108.5707678,way_type=user_defined:way_id=80W -edge,14604,14604;41.6453441;-108.5707678:14605;41.64533007;-108.5705441,way_type=user_defined:way_id=80W -edge,14605,14605;41.64533007;-108.5705441:14606;41.64528863;-108.5698089,way_type=user_defined:way_id=80W -edge,14606,14606;41.64528863;-108.5698089:14607;41.6452779;-108.5696576,way_type=user_defined:way_id=80W -edge,14607,14607;41.6452779;-108.5696576:14608;41.6452779;-108.5696576,way_type=user_defined:way_id=80W -edge,14608,14608;41.6452779;-108.5696576:14609;41.6451832;-108.5680147,way_type=user_defined:way_id=80W -edge,14609,14609;41.6451832;-108.5680147:14610;41.6450924;-108.5665671,way_type=user_defined:way_id=80W -edge,14610,14610;41.6450924;-108.5665671:14611;41.6450381;-108.5656266,way_type=user_defined:way_id=80W -edge,14611,14611;41.6450381;-108.5656266:14612;41.6448687;-108.5627737,way_type=user_defined:way_id=80W -edge,14612,14612;41.6448687;-108.5627737:14613;41.6448687;-108.5627737,way_type=user_defined:way_id=80W -edge,14613,14613;41.6448687;-108.5627737:14614;41.6447459;-108.5607116,way_type=user_defined:way_id=80W -edge,14614,14614;41.6447459;-108.5607116:14615;41.6446799;-108.5595544,way_type=user_defined:way_id=80W -edge,14615,14615;41.6446799;-108.5595544:14616;41.6446159;-108.5585114,way_type=user_defined:way_id=80W -edge,14616,14616;41.6446159;-108.5585114:14617;41.6445067;-108.5566547,way_type=user_defined:way_id=80W -edge,14617,14617;41.6445067;-108.5566547:14618;41.6444299;-108.5554008,way_type=user_defined:way_id=80W -edge,14618,14618;41.6444299;-108.5554008:14619;41.6443109;-108.5533375,way_type=user_defined:way_id=80W -edge,14619,14619;41.6443109;-108.5533375:14620;41.64416436;-108.5510217,way_type=user_defined:way_id=80W -edge,14620,14620;41.64416436;-108.5510217:14621;41.64409426;-108.5497911,way_type=user_defined:way_id=80W -edge,14621,14621;41.64409426;-108.5497911:14622;41.64406371;-108.549308,way_type=user_defined:way_id=80W -edge,14622,14622;41.64406371;-108.549308:14623;41.6440109;-108.5483938,way_type=user_defined:way_id=80W -edge,14623,14623;41.6440109;-108.5483938:14624;41.6439574;-108.5475556,way_type=user_defined:way_id=80W -edge,14624,14624;41.6439574;-108.5475556:14625;41.6438976;-108.5465715,way_type=user_defined:way_id=80W -edge,14625,14625;41.6438976;-108.5465715:14626;41.6438502;-108.5457837,way_type=user_defined:way_id=80W -edge,14626,14626;41.6438502;-108.5457837:14627;41.6437836;-108.5446296,way_type=user_defined:way_id=80W -edge,14627,14627;41.6437836;-108.5446296:14628;41.6436949;-108.543186,way_type=user_defined:way_id=80W -edge,14628,14628;41.6436949;-108.543186:14629;41.6436074;-108.5416966,way_type=user_defined:way_id=80W -edge,14629,14629;41.6436074;-108.5416966:14630;41.6435354;-108.5405324,way_type=user_defined:way_id=80W -edge,14630,14630;41.6435354;-108.5405324:14631;41.6434678;-108.5393825,way_type=user_defined:way_id=80W -edge,14631,14631;41.6434678;-108.5393825:14632;41.6433939;-108.5381863,way_type=user_defined:way_id=80W -edge,14632,14632;41.6433939;-108.5381863:14633;41.6433103;-108.5367429,way_type=user_defined:way_id=80W -edge,14633,14633;41.6433103;-108.5367429:14634;41.64319024;-108.5347327,way_type=user_defined:way_id=80W -edge,14634,14634;41.64319024;-108.5347327:14635;41.64309936;-108.5330902,way_type=user_defined:way_id=80W -edge,14635,14635;41.64309936;-108.5330902:14636;41.64301226;-108.5317122,way_type=user_defined:way_id=80W -edge,14636,14636;41.64301226;-108.5317122:14637;41.64292666;-108.530163,way_type=user_defined:way_id=80W -edge,14637,14637;41.64292666;-108.530163:14638;41.64281361;-108.5284187,way_type=user_defined:way_id=80W -edge,14638,14638;41.64281361;-108.5284187:14639;41.64272215;-108.5268927,way_type=user_defined:way_id=80W -edge,14639,14639;41.64272215;-108.5268927:14640;41.64261941;-108.5252967,way_type=user_defined:way_id=80W -edge,14640,14640;41.64261941;-108.5252967:14641;41.6425937;-108.5249139,way_type=user_defined:way_id=80W -edge,14641,14641;41.6425937;-108.5249139:14642;41.642535;-108.5238584,way_type=user_defined:way_id=80W -edge,14642,14642;41.642535;-108.5238584:14643;41.6424081;-108.5218172,way_type=user_defined:way_id=80W -edge,14643,14643;41.6424081;-108.5218172:14644;41.6423264;-108.5203957,way_type=user_defined:way_id=80W -edge,14644,14644;41.6423264;-108.5203957:14645;41.6422554;-108.5192407,way_type=user_defined:way_id=80W -edge,14645,14645;41.6422554;-108.5192407:14646;41.64212685;-108.5170788,way_type=user_defined:way_id=80W -edge,14646,14646;41.64212685;-108.5170788:14647;41.6421175;-108.5169215,way_type=user_defined:way_id=80W -edge,14647,14647;41.6421175;-108.5169215:14648;41.6420171;-108.5153006,way_type=user_defined:way_id=80W -edge,14648,14648;41.6420171;-108.5153006:14649;41.6419446;-108.5140629,way_type=user_defined:way_id=80W -edge,14649,14649;41.6419446;-108.5140629:14650;41.6418307;-108.512205,way_type=user_defined:way_id=80W -edge,14650,14650;41.6418307;-108.512205:14651;41.6417573;-108.5109463,way_type=user_defined:way_id=80W -edge,14651,14651;41.6417573;-108.5109463:14652;41.6416163;-108.5086679,way_type=user_defined:way_id=80W -edge,14652,14652;41.6416163;-108.5086679:14653;41.6415132;-108.5069312,way_type=user_defined:way_id=80W -edge,14653,14653;41.6415132;-108.5069312:14654;41.641429;-108.5054866,way_type=user_defined:way_id=80W -edge,14654,14654;41.641429;-108.5054866:14655;41.6411168;-108.5003786,way_type=user_defined:way_id=80W -edge,14655,14655;41.6411168;-108.5003786:14656;41.6410014;-108.4984383,way_type=user_defined:way_id=80W -edge,14656,14656;41.6410014;-108.4984383:14657;41.640871;-108.4963304,way_type=user_defined:way_id=80W -edge,14657,14657;41.640871;-108.4963304:14658;41.6407233;-108.493865,way_type=user_defined:way_id=80W -edge,14658,14658;41.6407233;-108.493865:14659;41.6406673;-108.4929687,way_type=user_defined:way_id=80W -edge,14659,14659;41.6406673;-108.4929687:14660;41.64056;-108.4911873,way_type=user_defined:way_id=80W -edge,14660,14660;41.64056;-108.4911873:14661;41.64052075;-108.4905665,way_type=user_defined:way_id=80W -edge,14661,14661;41.64052075;-108.4905665:14662;41.64036974;-108.4879737,way_type=user_defined:way_id=80W -edge,14662,14662;41.64036974;-108.4879737:14663;41.64027361;-108.4864577,way_type=user_defined:way_id=80W -edge,14663,14663;41.64027361;-108.4864577:14664;41.64027361;-108.4864577,way_type=user_defined:way_id=80W -edge,14664,14664;41.64027361;-108.4864577:14665;41.6402077;-108.4853872,way_type=user_defined:way_id=80W -edge,14665,14665;41.6402077;-108.4853872:14666;41.6402077;-108.4853872,way_type=user_defined:way_id=80W -edge,14666,14666;41.6402077;-108.4853872:14667;41.6401291;-108.484154,way_type=user_defined:way_id=80W -edge,14667,14667;41.6401291;-108.484154:14668;41.64009888;-108.4836581,way_type=user_defined:way_id=80W -edge,14668,14668;41.64009888;-108.4836581:14669;41.6400104;-108.4822065,way_type=user_defined:way_id=80W -edge,14669,14669;41.6400104;-108.4822065:14670;41.6399529;-108.4812243,way_type=user_defined:way_id=80W -edge,14670,14670;41.6399529;-108.4812243:14671;41.639915;-108.480546,way_type=user_defined:way_id=80W -edge,14671,14671;41.639915;-108.480546:14672;41.639915;-108.480546,way_type=user_defined:way_id=80W -edge,14672,14672;41.639915;-108.480546:14673;41.6398868;-108.4800662,way_type=user_defined:way_id=80W -edge,14673,14673;41.6398868;-108.4800662:14674;41.63983416;-108.4792286,way_type=user_defined:way_id=80W -edge,14674,14674;41.63983416;-108.4792286:14675;41.6398256;-108.4790923,way_type=user_defined:way_id=80W -edge,14675,14675;41.6398256;-108.4790923:14676;41.6396825;-108.4766884,way_type=user_defined:way_id=80W -edge,14676,14676;41.6396825;-108.4766884:14677;41.63957;-108.4748429,way_type=user_defined:way_id=80W -edge,14677,14677;41.63957;-108.4748429:14678;41.6394977;-108.4735795,way_type=user_defined:way_id=80W -edge,14678,14678;41.6394977;-108.4735795:14679;41.6393555;-108.4712887,way_type=user_defined:way_id=80W -edge,14679,14679;41.6393555;-108.4712887:14680;41.639158;-108.4680027,way_type=user_defined:way_id=80W -edge,14680,14680;41.639158;-108.4680027:14681;41.6390455;-108.4661844,way_type=user_defined:way_id=80W -edge,14681,14681;41.6390455;-108.4661844:14682;41.6389745;-108.4650024,way_type=user_defined:way_id=80W -edge,14682,14682;41.6389745;-108.4650024:14683;41.6389038;-108.4638734,way_type=user_defined:way_id=80W -edge,14683,14683;41.6389038;-108.4638734:14684;41.63882808;-108.4626061,way_type=user_defined:way_id=80W -edge,14684,14684;41.63882808;-108.4626061:14685;41.6387946;-108.4620458,way_type=user_defined:way_id=80W -edge,14685,14685;41.6387946;-108.4620458:14686;41.6386579;-108.4598471,way_type=user_defined:way_id=80W -edge,14686,14686;41.6386579;-108.4598471:14687;41.638577;-108.4584703,way_type=user_defined:way_id=80W -edge,14687,14687;41.638577;-108.4584703:14688;41.638512;-108.4574155,way_type=user_defined:way_id=80W -edge,14688,14688;41.638512;-108.4574155:14689;41.6383765;-108.4551442,way_type=user_defined:way_id=80W -edge,14689,14689;41.6383765;-108.4551442:14690;41.6382887;-108.4537353,way_type=user_defined:way_id=80W -edge,14690,14690;41.6382887;-108.4537353:14691;41.6382466;-108.4530131,way_type=user_defined:way_id=80W -edge,14691,14691;41.6382466;-108.4530131:14692;41.6381074;-108.4507315,way_type=user_defined:way_id=80W -edge,14692,14692;41.6381074;-108.4507315:14693;41.6380369;-108.4495361,way_type=user_defined:way_id=80W -edge,14693,14693;41.6380369;-108.4495361:14694;41.6379826;-108.4486619,way_type=user_defined:way_id=80W -edge,14694,14694;41.6379826;-108.4486619:14695;41.6379316;-108.4477982,way_type=user_defined:way_id=80W -edge,14695,14695;41.6379316;-108.4477982:14696;41.6378617;-108.4466791,way_type=user_defined:way_id=80W -edge,14696,14696;41.6378617;-108.4466791:14697;41.6377689;-108.4451284,way_type=user_defined:way_id=80W -edge,14697,14697;41.6377689;-108.4451284:14698;41.637716;-108.4442933,way_type=user_defined:way_id=80W -edge,14698,14698;41.637716;-108.4442933:14699;41.6376274;-108.4428091,way_type=user_defined:way_id=80W -edge,14699,14699;41.6376274;-108.4428091:14700;41.6375721;-108.441945,way_type=user_defined:way_id=80W -edge,14700,14700;41.6375721;-108.441945:14701;41.6374825;-108.4404997,way_type=user_defined:way_id=80W -edge,14701,14701;41.6374825;-108.4404997:14702;41.6374137;-108.4393424,way_type=user_defined:way_id=80W -edge,14702,14702;41.6374137;-108.4393424:14703;41.637317;-108.4377807,way_type=user_defined:way_id=80W -edge,14703,14703;41.637317;-108.4377807:14704;41.6371153;-108.4344536,way_type=user_defined:way_id=80W -edge,14704,14704;41.6371153;-108.4344536:14705;41.6369782;-108.4322373,way_type=user_defined:way_id=80W -edge,14705,14705;41.6369782;-108.4322373:14706;41.6368768;-108.4305307,way_type=user_defined:way_id=80W -edge,14706,14706;41.6368768;-108.4305307:14707;41.6368066;-108.4294157,way_type=user_defined:way_id=80W -edge,14707,14707;41.6368066;-108.4294157:14708;41.6367553;-108.4285105,way_type=user_defined:way_id=80W -edge,14708,14708;41.6367553;-108.4285105:14709;41.6366647;-108.427026,way_type=user_defined:way_id=80W -edge,14709,14709;41.6366647;-108.427026:14710;41.6365749;-108.4256092,way_type=user_defined:way_id=80W -edge,14710,14710;41.6365749;-108.4256092:14711;41.6364813;-108.4240514,way_type=user_defined:way_id=80W -edge,14711,14711;41.6364813;-108.4240514:14712;41.6363046;-108.421205,way_type=user_defined:way_id=80W -edge,14712,14712;41.6363046;-108.421205:14713;41.6362389;-108.4200708,way_type=user_defined:way_id=80W -edge,14713,14713;41.6362389;-108.4200708:14714;41.63613828;-108.4184449,way_type=user_defined:way_id=80W -edge,14714,14714;41.63613828;-108.4184449:14715;41.6360731;-108.4173916,way_type=user_defined:way_id=80W -edge,14715,14715;41.6360731;-108.4173916:14716;41.6360247;-108.4165586,way_type=user_defined:way_id=80W -edge,14716,14716;41.6360247;-108.4165586:14717;41.6359961;-108.416016,way_type=user_defined:way_id=80W -edge,14717,14717;41.6359961;-108.416016:14718;41.6359961;-108.416016,way_type=user_defined:way_id=80W -edge,14718,14718;41.6359961;-108.416016:14719;41.6359777;-108.4156537,way_type=user_defined:way_id=80W -edge,14719,14719;41.6359777;-108.4156537:14720;41.6359382;-108.4148142,way_type=user_defined:way_id=80W -edge,14720,14720;41.6359382;-108.4148142:14721;41.635858;-108.4129905,way_type=user_defined:way_id=80W -edge,14721,14721;41.635858;-108.4129905:14722;41.63583903;-108.4125941,way_type=user_defined:way_id=80W -edge,14722,14722;41.63583903;-108.4125941:14723;41.6358321;-108.4124494,way_type=user_defined:way_id=80W -edge,14723,14723;41.6358321;-108.4124494:14724;41.63573479;-108.4103196,way_type=user_defined:way_id=80W -edge,14724,14724;41.63573479;-108.4103196:14725;41.63573479;-108.4103196,way_type=user_defined:way_id=80W -edge,14725,14725;41.63573479;-108.4103196:14726;41.6356861;-108.4092562,way_type=user_defined:way_id=80W -edge,14726,14726;41.6356861;-108.4092562:14727;41.6356372;-108.4082404,way_type=user_defined:way_id=80W -edge,14727,14727;41.6356372;-108.4082404:14728;41.63560162;-108.4074692,way_type=user_defined:way_id=80W -edge,14728,14728;41.63560162;-108.4074692:14729;41.6355852;-108.4071132,way_type=user_defined:way_id=80W -edge,14729,14729;41.6355852;-108.4071132:14730;41.6355521;-108.4064714,way_type=user_defined:way_id=80W -edge,14730,14730;41.6355521;-108.4064714:14731;41.6355034;-108.4055994,way_type=user_defined:way_id=80W -edge,14731,14731;41.6355034;-108.4055994:14732;41.6354836;-108.4052732,way_type=user_defined:way_id=80W -edge,14732,14732;41.6354836;-108.4052732:14733;41.6354336;-108.4045074,way_type=user_defined:way_id=80W -edge,14733,14733;41.6354336;-108.4045074:14734;41.635374;-108.4036731,way_type=user_defined:way_id=80W -edge,14734,14734;41.635374;-108.4036731:14735;41.635374;-108.4036731,way_type=user_defined:way_id=80W -edge,14735,14735;41.635374;-108.4036731:14736;41.6353265;-108.4030347,way_type=user_defined:way_id=80W -edge,14736,14736;41.6353265;-108.4030347:14737;41.63529753;-108.4026658,way_type=user_defined:way_id=80W -edge,14737,14737;41.63529753;-108.4026658:14738;41.6351823;-108.4011985,way_type=user_defined:way_id=80W -edge,14738,14738;41.6351823;-108.4011985:14739;41.6349527;-108.3981978,way_type=user_defined:way_id=80W -edge,14739,14739;41.6349527;-108.3981978:14740;41.6348232;-108.3965354,way_type=user_defined:way_id=80W -edge,14740,14740;41.6348232;-108.3965354:14741;41.6347336;-108.3953393,way_type=user_defined:way_id=80W -edge,14741,14741;41.6347336;-108.3953393:14742;41.6346787;-108.3945802,way_type=user_defined:way_id=80W -edge,14742,14742;41.6346787;-108.3945802:14743;41.6346334;-108.3938954,way_type=user_defined:way_id=80W -edge,14743,14743;41.6346334;-108.3938954:14744;41.6344958;-108.3916436,way_type=user_defined:way_id=80W -edge,14744,14744;41.6344958;-108.3916436:14745;41.6342879;-108.3882928,way_type=user_defined:way_id=80W -edge,14745,14745;41.6342879;-108.3882928:14746;41.6342384;-108.3875117,way_type=user_defined:way_id=80W -edge,14746,14746;41.6342384;-108.3875117:14747;41.6342207;-108.3872324,way_type=user_defined:way_id=80W -edge,14747,14747;41.6342207;-108.3872324:14748;41.6340918;-108.3850905,way_type=user_defined:way_id=80W -edge,14748,14748;41.6340918;-108.3850905:14749;41.6340377;-108.3842206,way_type=user_defined:way_id=80W -edge,14749,14749;41.6340377;-108.3842206:14750;41.6340377;-108.3842206,way_type=user_defined:way_id=80W -edge,14750,14750;41.6340377;-108.3842206:14751;41.6339253;-108.3824505,way_type=user_defined:way_id=80W -edge,14751,14751;41.6339253;-108.3824505:14752;41.633842;-108.3810787,way_type=user_defined:way_id=80W -edge,14752,14752;41.633842;-108.3810787:14753;41.63380768;-108.3804923,way_type=user_defined:way_id=80W -edge,14753,14753;41.63380768;-108.3804923:14754;41.6337737;-108.3799117,way_type=user_defined:way_id=80W -edge,14754,14754;41.6337737;-108.3799117:14755;41.63369588;-108.3786419,way_type=user_defined:way_id=80W -edge,14755,14755;41.63369588;-108.3786419:14756;41.63369588;-108.3786419,way_type=user_defined:way_id=80W -edge,14756,14756;41.63369588;-108.3786419:14757;41.633647;-108.377838,way_type=user_defined:way_id=80W -edge,14757,14757;41.633647;-108.377838:14758;41.63358161;-108.3767901,way_type=user_defined:way_id=80W -edge,14758,14758;41.63358161;-108.3767901:14759;41.6335255;-108.3758909,way_type=user_defined:way_id=80W -edge,14759,14759;41.6335255;-108.3758909:14760;41.6334309;-108.3742861,way_type=user_defined:way_id=80W -edge,14760,14760;41.6334309;-108.3742861:14761;41.6334309;-108.3742861,way_type=user_defined:way_id=80W -edge,14761,14761;41.6334309;-108.3742861:14762;41.63336543;-108.3732258,way_type=user_defined:way_id=80W -edge,14762,14762;41.63336543;-108.3732258:14763;41.6333103;-108.372333,way_type=user_defined:way_id=80W -edge,14763,14763;41.6333103;-108.372333:14764;41.6332761;-108.3717617,way_type=user_defined:way_id=80W -edge,14764,14764;41.6332761;-108.3717617:14765;41.6332389;-108.3711822,way_type=user_defined:way_id=80W -edge,14765,14765;41.6332389;-108.3711822:14766;41.6331355;-108.3695139,way_type=user_defined:way_id=80W -edge,14766,14766;41.6331355;-108.3695139:14767;41.633064;-108.3683216,way_type=user_defined:way_id=80W -edge,14767,14767;41.633064;-108.3683216:14768;41.6328615;-108.365062,way_type=user_defined:way_id=80W -edge,14768,14768;41.6328615;-108.365062:14769;41.6327911;-108.3638742,way_type=user_defined:way_id=80W -edge,14769,14769;41.6327911;-108.3638742:14770;41.6327225;-108.3627805,way_type=user_defined:way_id=80W -edge,14770,14770;41.6327225;-108.3627805:14771;41.6326738;-108.3620495,way_type=user_defined:way_id=80W -edge,14771,14771;41.6326738;-108.3620495:14772;41.6326157;-108.361215,way_type=user_defined:way_id=80W -edge,14772,14772;41.6326157;-108.361215:14773;41.6325727;-108.3606474,way_type=user_defined:way_id=80W -edge,14773,14773;41.6325727;-108.3606474:14774;41.6325227;-108.3600639,way_type=user_defined:way_id=80W -edge,14774,14774;41.6325227;-108.3600639:14775;41.6324176;-108.3588877,way_type=user_defined:way_id=80W -edge,14775,14775;41.6324176;-108.3588877:14776;41.6323499;-108.3580582,way_type=user_defined:way_id=80W -edge,14776,14776;41.6323499;-108.3580582:14777;41.6323037;-108.3574395,way_type=user_defined:way_id=80W -edge,14777,14777;41.6323037;-108.3574395:14778;41.6322459;-108.3566348,way_type=user_defined:way_id=80W -edge,14778,14778;41.6322459;-108.3566348:14779;41.6321948;-108.3558376,way_type=user_defined:way_id=80W -edge,14779,14779;41.6321948;-108.3558376:14780;41.6321711;-108.3554526,way_type=user_defined:way_id=80W -edge,14780,14780;41.6321711;-108.3554526:14781;41.6321398;-108.3549022,way_type=user_defined:way_id=80W -edge,14781,14781;41.6321398;-108.3549022:14782;41.6321096;-108.3543211,way_type=user_defined:way_id=80W -edge,14782,14782;41.6321096;-108.3543211:14783;41.6320965;-108.354028,way_type=user_defined:way_id=80W -edge,14783,14783;41.6320965;-108.354028:14784;41.6320735;-108.353412,way_type=user_defined:way_id=80W -edge,14784,14784;41.6320735;-108.353412:14785;41.6320441;-108.3525393,way_type=user_defined:way_id=80W -edge,14785,14785;41.6320441;-108.3525393:14786;41.6320236;-108.3518837,way_type=user_defined:way_id=80W -edge,14786,14786;41.6320236;-108.3518837:14787;41.6320236;-108.3518837,way_type=user_defined:way_id=80W -edge,14787,14787;41.6320236;-108.3518837:14788;41.63199521;-108.3510056,way_type=user_defined:way_id=80W -edge,14788,14788;41.63199521;-108.3510056:14789;41.6319122;-108.348757,way_type=user_defined:way_id=80W -edge,14789,14789;41.6319122;-108.348757:14790;41.6319122;-108.348757,way_type=user_defined:way_id=80W -edge,14790,14790;41.6319122;-108.348757:14791;41.6318807;-108.3478147,way_type=user_defined:way_id=80W -edge,14791,14791;41.6318807;-108.3478147:14792;41.6318807;-108.3478147,way_type=user_defined:way_id=80W -edge,14792,14792;41.6318807;-108.3478147:14793;41.6318704;-108.3475297,way_type=user_defined:way_id=80W -edge,14793,14793;41.6318704;-108.3475297:14794;41.631847;-108.346796,way_type=user_defined:way_id=80W -edge,14794,14794;41.631847;-108.346796:14795;41.6317297;-108.3433919,way_type=user_defined:way_id=80W -edge,14795,14795;41.6317297;-108.3433919:14796;41.6316622;-108.3413589,way_type=user_defined:way_id=80W -edge,14796,14796;41.6316622;-108.3413589:14797;41.6316276;-108.3404101,way_type=user_defined:way_id=80W -edge,14797,14797;41.6316276;-108.3404101:14798;41.6315283;-108.3374766,way_type=user_defined:way_id=80W -edge,14798,14798;41.6315283;-108.3374766:14799;41.6314768;-108.3360242,way_type=user_defined:way_id=80W -edge,14799,14799;41.6314768;-108.3360242:14800;41.6314434;-108.3351472,way_type=user_defined:way_id=80W -edge,14800,14800;41.6314434;-108.3351472:14801;41.6314187;-108.334431,way_type=user_defined:way_id=80W -edge,14801,14801;41.6314187;-108.334431:14802;41.6313891;-108.3336273,way_type=user_defined:way_id=80W -edge,14802,14802;41.6313891;-108.3336273:14803;41.6313323;-108.3318947,way_type=user_defined:way_id=80W -edge,14803,14803;41.6313323;-108.3318947:14804;41.6312979;-108.3309079,way_type=user_defined:way_id=80W -edge,14804,14804;41.6312979;-108.3309079:14805;41.6312351;-108.3292046,way_type=user_defined:way_id=80W -edge,14805,14805;41.6312351;-108.3292046:14806;41.6312042;-108.3282973,way_type=user_defined:way_id=80W -edge,14806,14806;41.6312042;-108.3282973:14807;41.6311752;-108.3275031,way_type=user_defined:way_id=80W -edge,14807,14807;41.6311752;-108.3275031:14808;41.6311153;-108.3257351,way_type=user_defined:way_id=80W -edge,14808,14808;41.6311153;-108.3257351:14809;41.6310517;-108.3240254,way_type=user_defined:way_id=80W -edge,14809,14809;41.6310517;-108.3240254:14810;41.6310131;-108.3227894,way_type=user_defined:way_id=80W -edge,14810,14810;41.6310131;-108.3227894:14811;41.6309946;-108.3222447,way_type=user_defined:way_id=80W -edge,14811,14811;41.6309946;-108.3222447:14812;41.6309417;-108.3207907,way_type=user_defined:way_id=80W -edge,14812,14812;41.6309417;-108.3207907:14813;41.63090983;-108.3199412,way_type=user_defined:way_id=80W -edge,14813,14813;41.63090983;-108.3199412:14814;41.6308547;-108.3184714,way_type=user_defined:way_id=80W -edge,14814,14814;41.6308547;-108.3184714:14815;41.6307954;-108.3166875,way_type=user_defined:way_id=80W -edge,14815,14815;41.6307954;-108.3166875:14816;41.63078676;-108.3164508,way_type=user_defined:way_id=80W -edge,14816,14816;41.63078676;-108.3164508:14817;41.63078676;-108.3164508,way_type=user_defined:way_id=80W -edge,14817,14817;41.63078676;-108.3164508:14818;41.6307625;-108.315786,way_type=user_defined:way_id=80W -edge,14818,14818;41.6307625;-108.315786:14819;41.6307462;-108.3152962,way_type=user_defined:way_id=80W -edge,14819,14819;41.6307462;-108.3152962:14820;41.6306447;-108.3123664,way_type=user_defined:way_id=80W -edge,14820,14820;41.6306447;-108.3123664:14821;41.63055836;-108.3098741,way_type=user_defined:way_id=80W -edge,14821,14821;41.63055836;-108.3098741:14822;41.63055836;-108.3098741,way_type=user_defined:way_id=80W -edge,14822,14822;41.63055836;-108.3098741:14823;41.6305468;-108.3095641,way_type=user_defined:way_id=80W -edge,14823,14823;41.6305468;-108.3095641:14824;41.6305166;-108.308655,way_type=user_defined:way_id=80W -edge,14824,14824;41.6305166;-108.308655:14825;41.63049332;-108.3080045,way_type=user_defined:way_id=80W -edge,14825,14825;41.63049332;-108.3080045:14826;41.6304751;-108.3074954,way_type=user_defined:way_id=80W -edge,14826,14826;41.6304751;-108.3074954:14827;41.630433;-108.3063723,way_type=user_defined:way_id=80W -edge,14827,14827;41.630433;-108.3063723:14828;41.630433;-108.3063723,way_type=user_defined:way_id=80W -edge,14828,14828;41.630433;-108.3063723:14829;41.63037754;-108.3047785,way_type=user_defined:way_id=80W -edge,14829,14829;41.63037754;-108.3047785:14830;41.6303373;-108.3036223,way_type=user_defined:way_id=80W -edge,14830,14830;41.6303373;-108.3036223:14831;41.6303114;-108.3028261,way_type=user_defined:way_id=80W -edge,14831,14831;41.6303114;-108.3028261:14832;41.6302674;-108.3017008,way_type=user_defined:way_id=80W -edge,14832,14832;41.6302674;-108.3017008:14833;41.63024472;-108.3010659,way_type=user_defined:way_id=80W -edge,14833,14833;41.63024472;-108.3010659:14834;41.63019435;-108.299295,way_type=user_defined:way_id=80W -edge,14834,14834;41.63019435;-108.299295:14835;41.63008691;-108.2965895,way_type=user_defined:way_id=80W -edge,14835,14835;41.63008691;-108.2965895:14836;41.6300667;-108.2960367,way_type=user_defined:way_id=80W -edge,14836,14836;41.6300667;-108.2960367:14837;41.630039;-108.2951641,way_type=user_defined:way_id=80W -edge,14837,14837;41.630039;-108.2951641:14838;41.6300061;-108.2942561,way_type=user_defined:way_id=80W -edge,14838,14838;41.6300061;-108.2942561:14839;41.629949;-108.2925289,way_type=user_defined:way_id=80W -edge,14839,14839;41.629949;-108.2925289:14840;41.6299059;-108.2913227,way_type=user_defined:way_id=80W -edge,14840,14840;41.6299059;-108.2913227:14841;41.6298907;-108.2908249,way_type=user_defined:way_id=80W -edge,14841,14841;41.6298907;-108.2908249:14842;41.629883;-108.2904941,way_type=user_defined:way_id=80W -edge,14842,14842;41.629883;-108.2904941:14843;41.629879;-108.2902111,way_type=user_defined:way_id=80W -edge,14843,14843;41.629879;-108.2902111:14844;41.6298779;-108.2899482,way_type=user_defined:way_id=80W -edge,14844,14844;41.6298779;-108.2899482:14845;41.6298802;-108.2896548,way_type=user_defined:way_id=80W -edge,14845,14845;41.6298802;-108.2896548:14846;41.6298858;-108.2893695,way_type=user_defined:way_id=80W -edge,14846,14846;41.6298858;-108.2893695:14847;41.6298943;-108.2890827,way_type=user_defined:way_id=80W -edge,14847,14847;41.6298943;-108.2890827:14848;41.6299061;-108.2887949,way_type=user_defined:way_id=80W -edge,14848,14848;41.6299061;-108.2887949:14849;41.6299189;-108.288535,way_type=user_defined:way_id=80W -edge,14849,14849;41.6299189;-108.288535:14850;41.6299382;-108.2882069,way_type=user_defined:way_id=80W -edge,14850,14850;41.6299382;-108.2882069:14851;41.6299812;-108.2876356,way_type=user_defined:way_id=80W -edge,14851,14851;41.6299812;-108.2876356:14852;41.6300081;-108.287344,way_type=user_defined:way_id=80W -edge,14852,14852;41.6300081;-108.287344:14853;41.6300396;-108.2870521,way_type=user_defined:way_id=80W -edge,14853,14853;41.6300396;-108.2870521:14854;41.6300731;-108.2867701,way_type=user_defined:way_id=80W -edge,14854,14854;41.6300731;-108.2867701:14855;41.6301161;-108.2864421,way_type=user_defined:way_id=80W -edge,14855,14855;41.6301161;-108.2864421:14856;41.6301554;-108.2861615,way_type=user_defined:way_id=80W -edge,14856,14856;41.6301554;-108.2861615:14857;41.6302355;-108.2856205,way_type=user_defined:way_id=80W -edge,14857,14857;41.6302355;-108.2856205:14858;41.6304528;-108.2842059,way_type=user_defined:way_id=80W -edge,14858,14858;41.6304528;-108.2842059:14859;41.6306399;-108.2829599,way_type=user_defined:way_id=80W -edge,14859,14859;41.6306399;-108.2829599:14860;41.630859;-108.28157,way_type=user_defined:way_id=80W -edge,14860,14860;41.630859;-108.28157:14861;41.6314365;-108.277838,way_type=user_defined:way_id=80W -edge,14861,14861;41.6314365;-108.277838:14862;41.631727;-108.275993,way_type=user_defined:way_id=80W -edge,14862,14862;41.631727;-108.275993:14863;41.6319825;-108.2743528,way_type=user_defined:way_id=80W -edge,14863,14863;41.6319825;-108.2743528:14864;41.6320593;-108.2738527,way_type=user_defined:way_id=80W -edge,14864,14864;41.6320593;-108.2738527:14865;41.6321565;-108.2732061,way_type=user_defined:way_id=80W -edge,14865,14865;41.6321565;-108.2732061:14866;41.63224378;-108.2726434,way_type=user_defined:way_id=80W -edge,14866,14866;41.63224378;-108.2726434:14867;41.6322834;-108.2724051,way_type=user_defined:way_id=80W -edge,14867,14867;41.6322834;-108.2724051:14868;41.6323091;-108.2722375,way_type=user_defined:way_id=80W -edge,14868,14868;41.6323091;-108.2722375:14869;41.63260591;-108.2703019,way_type=user_defined:way_id=80W -edge,14869,14869;41.63260591;-108.2703019:14870;41.63276635;-108.2692861,way_type=user_defined:way_id=80W -edge,14870,14870;41.63276635;-108.2692861:14871;41.63276635;-108.2692861,way_type=user_defined:way_id=80W -edge,14871,14871;41.63276635;-108.2692861:14872;41.6327871;-108.2691547,way_type=user_defined:way_id=80W -edge,14872,14872;41.6327871;-108.2691547:14873;41.6329531;-108.2680779,way_type=user_defined:way_id=80W -edge,14873,14873;41.6329531;-108.2680779:14874;41.6330902;-108.2671914,way_type=user_defined:way_id=80W -edge,14874,14874;41.6330902;-108.2671914:14875;41.6332307;-108.2662658,way_type=user_defined:way_id=80W -edge,14875,14875;41.6332307;-108.2662658:14876;41.63344066;-108.264907,way_type=user_defined:way_id=80W -edge,14876,14876;41.63344066;-108.264907:14877;41.6334516;-108.2648362,way_type=user_defined:way_id=80W -edge,14877,14877;41.6334516;-108.2648362:14878;41.633811;-108.2625406,way_type=user_defined:way_id=80W -edge,14878,14878;41.633811;-108.2625406:14879;41.6338555;-108.2622515,way_type=user_defined:way_id=80W -edge,14879,14879;41.6338555;-108.2622515:14880;41.63392183;-108.2617998,way_type=user_defined:way_id=80W -edge,14880,14880;41.63392183;-108.2617998:14881;41.63392183;-108.2617998,way_type=user_defined:way_id=80W -edge,14881,14881;41.63392183;-108.2617998:14882;41.633952;-108.2615953,way_type=user_defined:way_id=80W -edge,14882,14882;41.633952;-108.2615953:14883;41.6341215;-108.2604895,way_type=user_defined:way_id=80W -edge,14883,14883;41.6341215;-108.2604895:14884;41.6343046;-108.2593142,way_type=user_defined:way_id=80W -edge,14884,14884;41.6343046;-108.2593142:14885;41.634428;-108.2585154,way_type=user_defined:way_id=80W -edge,14885,14885;41.634428;-108.2585154:14886;41.6345248;-108.2578888,way_type=user_defined:way_id=80W -edge,14886,14886;41.6345248;-108.2578888:14887;41.63469805;-108.2567585,way_type=user_defined:way_id=80W -edge,14887,14887;41.63469805;-108.2567585:14888;41.63469805;-108.2567585,way_type=user_defined:way_id=80W -edge,14888,14888;41.63469805;-108.2567585:14889;41.63471937;-108.2566209,way_type=user_defined:way_id=80W -edge,14889,14889;41.63471937;-108.2566209:14890;41.6349622;-108.2550529,way_type=user_defined:way_id=80W -edge,14890,14890;41.6349622;-108.2550529:14891;41.6350559;-108.2544371,way_type=user_defined:way_id=80W -edge,14891,14891;41.6350559;-108.2544371:14892;41.635459;-108.2518549,way_type=user_defined:way_id=80W -edge,14892,14892;41.635459;-108.2518549:14893;41.6356816;-108.2503948,way_type=user_defined:way_id=80W -edge,14893,14893;41.6356816;-108.2503948:14894;41.6358953;-108.2490147,way_type=user_defined:way_id=80W -edge,14894,14894;41.6358953;-108.2490147:14895;41.6360412;-108.2480567,way_type=user_defined:way_id=80W -edge,14895,14895;41.6360412;-108.2480567:14896;41.6361639;-108.2472733,way_type=user_defined:way_id=80W -edge,14896,14896;41.6361639;-108.2472733:14897;41.6363386;-108.2461304,way_type=user_defined:way_id=80W -edge,14897,14897;41.6363386;-108.2461304:14898;41.636476;-108.2452456,way_type=user_defined:way_id=80W -edge,14898,14898;41.636476;-108.2452456:14899;41.6366117;-108.2443593,way_type=user_defined:way_id=80W -edge,14899,14899;41.6366117;-108.2443593:14900;41.6370149;-108.241768,way_type=user_defined:way_id=80W -edge,14900,14900;41.6370149;-108.241768:14901;41.6371819;-108.2406722,way_type=user_defined:way_id=80W -edge,14901,14901;41.6371819;-108.2406722:14902;41.6374047;-108.2392464,way_type=user_defined:way_id=80W -edge,14902,14902;41.6374047;-108.2392464:14903;41.6374748;-108.238781,way_type=user_defined:way_id=80W -edge,14903,14903;41.6374748;-108.238781:14904;41.637617;-108.2378197,way_type=user_defined:way_id=80W -edge,14904,14904;41.637617;-108.2378197:14905;41.6376729;-108.2374274,way_type=user_defined:way_id=80W -edge,14905,14905;41.6376729;-108.2374274:14906;41.6377364;-108.2369608,way_type=user_defined:way_id=80W -edge,14906,14906;41.6377364;-108.2369608:14907;41.6377783;-108.2366337,way_type=user_defined:way_id=80W -edge,14907,14907;41.6377783;-108.2366337:14908;41.6378572;-108.2359602,way_type=user_defined:way_id=80W -edge,14908,14908;41.6378572;-108.2359602:14909;41.6379112;-108.2354634,way_type=user_defined:way_id=80W -edge,14909,14909;41.6379112;-108.2354634:14910;41.6379989;-108.2346307,way_type=user_defined:way_id=80W -edge,14910,14910;41.6379989;-108.2346307:14911;41.6380931;-108.2336937,way_type=user_defined:way_id=80W -edge,14911,14911;41.6380931;-108.2336937:14912;41.638179;-108.2328602,way_type=user_defined:way_id=80W -edge,14912,14912;41.638179;-108.2328602:14913;41.6383548;-108.2311055,way_type=user_defined:way_id=80W -edge,14913,14913;41.6383548;-108.2311055:14914;41.6385032;-108.2296627,way_type=user_defined:way_id=80W -edge,14914,14914;41.6385032;-108.2296627:14915;41.6387051;-108.2276574,way_type=user_defined:way_id=80W -edge,14915,14915;41.6387051;-108.2276574:14916;41.6387974;-108.2267123,way_type=user_defined:way_id=80W -edge,14916,14916;41.6387974;-108.2267123:14917;41.6388859;-108.2258514,way_type=user_defined:way_id=80W -edge,14917,14917;41.6388859;-108.2258514:14918;41.6390823;-108.223913,way_type=user_defined:way_id=80W -edge,14918,14918;41.6390823;-108.223913:14919;41.639182;-108.222906,way_type=user_defined:way_id=80W -edge,14919,14919;41.639182;-108.222906:14920;41.6393941;-108.2208191,way_type=user_defined:way_id=80W -edge,14920,14920;41.6393941;-108.2208191:14921;41.6394913;-108.2198162,way_type=user_defined:way_id=80W -edge,14921,14921;41.6394913;-108.2198162:14922;41.6395521;-108.2192058,way_type=user_defined:way_id=80W -edge,14922,14922;41.6395521;-108.2192058:14923;41.6396769;-108.2180181,way_type=user_defined:way_id=80W -edge,14923,14923;41.6396769;-108.2180181:14924;41.6399404;-108.2153569,way_type=user_defined:way_id=80W -edge,14924,14924;41.6399404;-108.2153569:14925;41.6400339;-108.214447,way_type=user_defined:way_id=80W -edge,14925,14925;41.6400339;-108.214447:14926;41.6402024;-108.2127628,way_type=user_defined:way_id=80W -edge,14926,14926;41.6402024;-108.2127628:14927;41.6404102;-108.210717,way_type=user_defined:way_id=80W -edge,14927,14927;41.6404102;-108.210717:14928;41.640504;-108.2097739,way_type=user_defined:way_id=80W -edge,14928,14928;41.640504;-108.2097739:14929;41.6406204;-108.2086289,way_type=user_defined:way_id=80W -edge,14929,14929;41.6406204;-108.2086289:14930;41.6407587;-108.2072957,way_type=user_defined:way_id=80W -edge,14930,14930;41.6407587;-108.2072957:14931;41.6408142;-108.2067235,way_type=user_defined:way_id=80W -edge,14931,14931;41.6408142;-108.2067235:14932;41.6409883;-108.204995,way_type=user_defined:way_id=80W -edge,14932,14932;41.6409883;-108.204995:14933;41.641051;-108.2043856,way_type=user_defined:way_id=80W -edge,14933,14933;41.641051;-108.2043856:14934;41.6411363;-108.2035221,way_type=user_defined:way_id=80W -edge,14934,14934;41.6411363;-108.2035221:14935;41.6413177;-108.2017702,way_type=user_defined:way_id=80W -edge,14935,14935;41.6413177;-108.2017702:14936;41.6414643;-108.2002841,way_type=user_defined:way_id=80W -edge,14936,14936;41.6414643;-108.2002841:14937;41.6415499;-108.1993947,way_type=user_defined:way_id=80W -edge,14937,14937;41.6415499;-108.1993947:14938;41.6416099;-108.1988105,way_type=user_defined:way_id=80W -edge,14938,14938;41.6416099;-108.1988105:14939;41.6417241;-108.1976619,way_type=user_defined:way_id=80W -edge,14939,14939;41.6417241;-108.1976619:14940;41.6417845;-108.1970915,way_type=user_defined:way_id=80W -edge,14940,14940;41.6417845;-108.1970915:14941;41.6419793;-108.1951487,way_type=user_defined:way_id=80W -edge,14941,14941;41.6419793;-108.1951487:14942;41.6420724;-108.194243,way_type=user_defined:way_id=80W -edge,14942,14942;41.6420724;-108.194243:14943;41.6423669;-108.1912915,way_type=user_defined:way_id=80W -edge,14943,14943;41.6423669;-108.1912915:14944;41.6425365;-108.1896403,way_type=user_defined:way_id=80W -edge,14944,14944;41.6425365;-108.1896403:14945;41.6427968;-108.1870198,way_type=user_defined:way_id=80W -edge,14945,14945;41.6427968;-108.1870198:14946;41.6428778;-108.1861894,way_type=user_defined:way_id=80W -edge,14946,14946;41.6428778;-108.1861894:14947;41.6430057;-108.1849626,way_type=user_defined:way_id=80W -edge,14947,14947;41.6430057;-108.1849626:14948;41.6430916;-108.184094,way_type=user_defined:way_id=80W -edge,14948,14948;41.6430916;-108.184094:14949;41.6432556;-108.1824736,way_type=user_defined:way_id=80W -edge,14949,14949;41.6432556;-108.1824736:14950;41.6434433;-108.1805588,way_type=user_defined:way_id=80W -edge,14950,14950;41.6434433;-108.1805588:14951;41.6436179;-108.1788384,way_type=user_defined:way_id=80W -edge,14951,14951;41.6436179;-108.1788384:14952;41.6437273;-108.17778,way_type=user_defined:way_id=80W -edge,14952,14952;41.6437273;-108.17778:14953;41.6438397;-108.1766671,way_type=user_defined:way_id=80W -edge,14953,14953;41.6438397;-108.1766671:14954;41.6439482;-108.1756139,way_type=user_defined:way_id=80W -edge,14954,14954;41.6439482;-108.1756139:14955;41.6443022;-108.1720434,way_type=user_defined:way_id=80W -edge,14955,14955;41.6443022;-108.1720434:14956;41.6445019;-108.1700981,way_type=user_defined:way_id=80W -edge,14956,14956;41.6445019;-108.1700981:14957;41.6447256;-108.1678318,way_type=user_defined:way_id=80W -edge,14957,14957;41.6447256;-108.1678318:14958;41.6448273;-108.166861,way_type=user_defined:way_id=80W -edge,14958,14958;41.6448273;-108.166861:14959;41.6448903;-108.1662452,way_type=user_defined:way_id=80W -edge,14959,14959;41.6448903;-108.1662452:14960;41.6450069;-108.1650572,way_type=user_defined:way_id=80W -edge,14960,14960;41.6450069;-108.1650572:14961;41.6451427;-108.1636917,way_type=user_defined:way_id=80W -edge,14961,14961;41.6451427;-108.1636917:14962;41.6452283;-108.1628626,way_type=user_defined:way_id=80W -edge,14962,14962;41.6452283;-108.1628626:14963;41.6454047;-108.1611285,way_type=user_defined:way_id=80W -edge,14963,14963;41.6454047;-108.1611285:14964;41.645548;-108.159659,way_type=user_defined:way_id=80W -edge,14964,14964;41.645548;-108.159659:14965;41.6456088;-108.1590718,way_type=user_defined:way_id=80W -edge,14965,14965;41.6456088;-108.1590718:14966;41.645651;-108.15869,way_type=user_defined:way_id=80W -edge,14966,14966;41.645651;-108.15869:14967;41.6457021;-108.1582521,way_type=user_defined:way_id=80W -edge,14967,14967;41.6457021;-108.1582521:14968;41.6457431;-108.1579258,way_type=user_defined:way_id=80W -edge,14968,14968;41.6457431;-108.1579258:14969;41.6458232;-108.1573332,way_type=user_defined:way_id=80W -edge,14969,14969;41.6458232;-108.1573332:14970;41.6458999;-108.1567924,way_type=user_defined:way_id=80W -edge,14970,14970;41.6458999;-108.1567924:14971;41.6459626;-108.1563849,way_type=user_defined:way_id=80W -edge,14971,14971;41.6459626;-108.1563849:14972;41.6460409;-108.1559035,way_type=user_defined:way_id=80W -edge,14972,14972;41.6460409;-108.1559035:14973;41.6461202;-108.15544,way_type=user_defined:way_id=80W -edge,14973,14973;41.6461202;-108.15544:14974;41.6461857;-108.1550772,way_type=user_defined:way_id=80W -edge,14974,14974;41.6461857;-108.1550772:14975;41.6462443;-108.1547635,way_type=user_defined:way_id=80W -edge,14975,14975;41.6462443;-108.1547635:14976;41.6462974;-108.1544881,way_type=user_defined:way_id=80W -edge,14976,14976;41.6462974;-108.1544881:14977;41.6464013;-108.1539697,way_type=user_defined:way_id=80W -edge,14977,14977;41.6464013;-108.1539697:14978;41.6465289;-108.1533609,way_type=user_defined:way_id=80W -edge,14978,14978;41.6465289;-108.1533609:14979;41.6466539;-108.1527759,way_type=user_defined:way_id=80W -edge,14979,14979;41.6466539;-108.1527759:14980;41.6469415;-108.1514065,way_type=user_defined:way_id=80W -edge,14980,14980;41.6469415;-108.1514065:14981;41.6474812;-108.1488658,way_type=user_defined:way_id=80W -edge,14981,14981;41.6474812;-108.1488658:14982;41.6477299;-108.1476747,way_type=user_defined:way_id=80W -edge,14982,14982;41.6477299;-108.1476747:14983;41.648083;-108.1460297,way_type=user_defined:way_id=80W -edge,14983,14983;41.648083;-108.1460297:14984;41.6484363;-108.1443481,way_type=user_defined:way_id=80W -edge,14984,14984;41.6484363;-108.1443481:14985;41.6486829;-108.1431994,way_type=user_defined:way_id=80W -edge,14985,14985;41.6486829;-108.1431994:14986;41.6489042;-108.1421476,way_type=user_defined:way_id=80W -edge,14986,14986;41.6489042;-108.1421476:14987;41.6491063;-108.1412017,way_type=user_defined:way_id=80W -edge,14987,14987;41.6491063;-108.1412017:14988;41.649439;-108.1396265,way_type=user_defined:way_id=80W -edge,14988,14988;41.649439;-108.1396265:14989;41.6497602;-108.1381193,way_type=user_defined:way_id=80W -edge,14989,14989;41.6497602;-108.1381193:14990;41.64983087;-108.1377828,way_type=user_defined:way_id=80W -edge,14990,14990;41.64983087;-108.1377828:14991;41.6500505;-108.1367368,way_type=user_defined:way_id=80W -edge,14991,14991;41.6500505;-108.1367368:14992;41.6502334;-108.1358843,way_type=user_defined:way_id=80W -edge,14992,14992;41.6502334;-108.1358843:14993;41.6504025;-108.1350814,way_type=user_defined:way_id=80W -edge,14993,14993;41.6504025;-108.1350814:14994;41.6504025;-108.1350814,way_type=user_defined:way_id=80W -edge,14994,14994;41.6504025;-108.1350814:14995;41.6511924;-108.1313781,way_type=user_defined:way_id=80W -edge,14995,14995;41.6511924;-108.1313781:14996;41.65126859;-108.1310101,way_type=user_defined:way_id=80W -edge,14996,14996;41.65126859;-108.1310101:14997;41.6513526;-108.1306043,way_type=user_defined:way_id=80W -edge,14997,14997;41.6513526;-108.1306043:14998;41.6515511;-108.1296595,way_type=user_defined:way_id=80W -edge,14998,14998;41.6515511;-108.1296595:14999;41.6516893;-108.1289925,way_type=user_defined:way_id=80W -edge,14999,14999;41.6516893;-108.1289925:15000;41.6518247;-108.1283533,way_type=user_defined:way_id=80W -edge,15000,15000;41.6518247;-108.1283533:15001;41.6518247;-108.1283533,way_type=user_defined:way_id=80W -edge,15001,15001;41.6518247;-108.1283533:15002;41.6521643;-108.1267626,way_type=user_defined:way_id=80W -edge,15002,15002;41.6521643;-108.1267626:15003;41.6526291;-108.1245544,way_type=user_defined:way_id=80W -edge,15003,15003;41.6526291;-108.1245544:15004;41.65277017;-108.1238891,way_type=user_defined:way_id=80W -edge,15004,15004;41.65277017;-108.1238891:15005;41.6532086;-108.1218215,way_type=user_defined:way_id=80W -edge,15005,15005;41.6532086;-108.1218215:15006;41.6533542;-108.1211228,way_type=user_defined:way_id=80W -edge,15006,15006;41.6533542;-108.1211228:15007;41.6534116;-108.1208428,way_type=user_defined:way_id=80W -edge,15007,15007;41.6534116;-108.1208428:15008;41.6534961;-108.1204192,way_type=user_defined:way_id=80W -edge,15008,15008;41.6534961;-108.1204192:15009;41.6534961;-108.1204192,way_type=user_defined:way_id=80W -edge,15009,15009;41.6534961;-108.1204192:15010;41.6536387;-108.1196853,way_type=user_defined:way_id=80W -edge,15010,15010;41.6536387;-108.1196853:15011;41.6537394;-108.1191527,way_type=user_defined:way_id=80W -edge,15011,15011;41.6537394;-108.1191527:15012;41.6538014;-108.1188116,way_type=user_defined:way_id=80W -edge,15012,15012;41.6538014;-108.1188116:15013;41.653894;-108.1182737,way_type=user_defined:way_id=80W -edge,15013,15013;41.653894;-108.1182737:15014;41.6539926;-108.1176771,way_type=user_defined:way_id=80W -edge,15014,15014;41.6539926;-108.1176771:15015;41.6540898;-108.117059,way_type=user_defined:way_id=80W -edge,15015,15015;41.6540898;-108.117059:15016;41.6541274;-108.1168137,way_type=user_defined:way_id=80W -edge,15016,15016;41.6541274;-108.1168137:15017;41.6542873;-108.1157211,way_type=user_defined:way_id=80W -edge,15017,15017;41.6542873;-108.1157211:15018;41.6543388;-108.1153594,way_type=user_defined:way_id=80W -edge,15018,15018;41.6543388;-108.1153594:15019;41.6544232;-108.1147496,way_type=user_defined:way_id=80W -edge,15019,15019;41.6544232;-108.1147496:15020;41.6545266;-108.1139766,way_type=user_defined:way_id=80W -edge,15020,15020;41.6545266;-108.1139766:15021;41.6546493;-108.1130822,way_type=user_defined:way_id=80W -edge,15021,15021;41.6546493;-108.1130822:15022;41.6548826;-108.1113553,way_type=user_defined:way_id=80W -edge,15022,15022;41.6548826;-108.1113553:15023;41.6551141;-108.1096757,way_type=user_defined:way_id=80W -edge,15023,15023;41.6551141;-108.1096757:15024;41.6553952;-108.1075712,way_type=user_defined:way_id=80W -edge,15024,15024;41.6553952;-108.1075712:15025;41.6560098;-108.1030583,way_type=user_defined:way_id=80W -edge,15025,15025;41.6560098;-108.1030583:15026;41.6560098;-108.1030583,way_type=user_defined:way_id=80W -edge,15026,15026;41.6560098;-108.1030583:15027;41.65620469;-108.1016508,way_type=user_defined:way_id=80W -edge,15027,15027;41.65620469;-108.1016508:15028;41.6564126;-108.1000609,way_type=user_defined:way_id=80W -edge,15028,15028;41.6564126;-108.1000609:15029;41.6567635;-108.0974854,way_type=user_defined:way_id=80W -edge,15029,15029;41.6567635;-108.0974854:15030;41.6569717;-108.0959826,way_type=user_defined:way_id=80W -edge,15030,15030;41.6569717;-108.0959826:15031;41.6571615;-108.0945534,way_type=user_defined:way_id=80W -edge,15031,15031;41.6571615;-108.0945534:15032;41.6573089;-108.0934855,way_type=user_defined:way_id=80W -edge,15032,15032;41.6573089;-108.0934855:15033;41.6575093;-108.0919834,way_type=user_defined:way_id=80W -edge,15033,15033;41.6575093;-108.0919834:15034;41.6581419;-108.0873296,way_type=user_defined:way_id=80W -edge,15034,15034;41.6581419;-108.0873296:15035;41.6584513;-108.0850069,way_type=user_defined:way_id=80W -edge,15035,15035;41.6584513;-108.0850069:15036;41.6586436;-108.0836025,way_type=user_defined:way_id=80W -edge,15036,15036;41.6586436;-108.0836025:15037;41.658762;-108.0827125,way_type=user_defined:way_id=80W -edge,15037,15037;41.658762;-108.0827125:15038;41.6592743;-108.0789249,way_type=user_defined:way_id=80W -edge,15038,15038;41.6592743;-108.0789249:15039;41.6593483;-108.0783867,way_type=user_defined:way_id=80W -edge,15039,15039;41.6593483;-108.0783867:15040;41.6594584;-108.0775609,way_type=user_defined:way_id=80W -edge,15040,15040;41.6594584;-108.0775609:15041;41.6595897;-108.0765981,way_type=user_defined:way_id=80W -edge,15041,15041;41.6595897;-108.0765981:15042;41.6598195;-108.0748881,way_type=user_defined:way_id=80W -edge,15042,15042;41.6598195;-108.0748881:15043;41.6601975;-108.0721072,way_type=user_defined:way_id=80W -edge,15043,15043;41.6601975;-108.0721072:15044;41.6607047;-108.0683137,way_type=user_defined:way_id=80W -edge,15044,15044;41.6607047;-108.0683137:15045;41.6612027;-108.0646258,way_type=user_defined:way_id=80W -edge,15045,15045;41.6612027;-108.0646258:15046;41.6612027;-108.0646258,way_type=user_defined:way_id=80W -edge,15046,15046;41.6612027;-108.0646258:15047;41.6613742;-108.0633685,way_type=user_defined:way_id=80W -edge,15047,15047;41.6613742;-108.0633685:15048;41.6615656;-108.0619392,way_type=user_defined:way_id=80W -edge,15048,15048;41.6615656;-108.0619392:15049;41.6617817;-108.0603479,way_type=user_defined:way_id=80W -edge,15049,15049;41.6617817;-108.0603479:15050;41.6619654;-108.0589769,way_type=user_defined:way_id=80W -edge,15050,15050;41.6619654;-108.0589769:15051;41.6622541;-108.0568388,way_type=user_defined:way_id=80W -edge,15051,15051;41.6622541;-108.0568388:15052;41.6625553;-108.054633,way_type=user_defined:way_id=80W -edge,15052,15052;41.6625553;-108.054633:15053;41.6627284;-108.0533393,way_type=user_defined:way_id=80W -edge,15053,15053;41.6627284;-108.0533393:15054;41.6629967;-108.0513707,way_type=user_defined:way_id=80W -edge,15054,15054;41.6629967;-108.0513707:15055;41.6633363;-108.0488343,way_type=user_defined:way_id=80W -edge,15055,15055;41.6633363;-108.0488343:15056;41.6634345;-108.0481165,way_type=user_defined:way_id=80W -edge,15056,15056;41.6634345;-108.0481165:15057;41.6635557;-108.0472125,way_type=user_defined:way_id=80W -edge,15057,15057;41.6635557;-108.0472125:15058;41.6636676;-108.0463903,way_type=user_defined:way_id=80W -edge,15058,15058;41.6636676;-108.0463903:15059;41.6638102;-108.0453223,way_type=user_defined:way_id=80W -edge,15059,15059;41.6638102;-108.0453223:15060;41.6641334;-108.0429292,way_type=user_defined:way_id=80W -edge,15060,15060;41.6641334;-108.0429292:15061;41.6642556;-108.0419977,way_type=user_defined:way_id=80W -edge,15061,15061;41.6642556;-108.0419977:15062;41.6644813;-108.04032,way_type=user_defined:way_id=80W -edge,15062,15062;41.6644813;-108.04032:15063;41.664633;-108.039209,way_type=user_defined:way_id=80W -edge,15063,15063;41.664633;-108.039209:15064;41.66466146;-108.0389936,way_type=user_defined:way_id=80W -edge,15064,15064;41.66466146;-108.0389936:15065;41.66466146;-108.0389936,way_type=user_defined:way_id=80W -edge,15065,15065;41.66466146;-108.0389936:15066;41.6647562;-108.0382766,way_type=user_defined:way_id=80W -edge,15066,15066;41.6647562;-108.0382766:15067;41.6648578;-108.0375277,way_type=user_defined:way_id=80W -edge,15067,15067;41.6648578;-108.0375277:15068;41.6649479;-108.0368511,way_type=user_defined:way_id=80W -edge,15068,15068;41.6649479;-108.0368511:15069;41.66505339;-108.0360808,way_type=user_defined:way_id=80W -edge,15069,15069;41.66505339;-108.0360808:15070;41.6650667;-108.0359836,way_type=user_defined:way_id=80W -edge,15070,15070;41.6650667;-108.0359836:15071;41.6652292;-108.0347738,way_type=user_defined:way_id=80W -edge,15071,15071;41.6652292;-108.0347738:15072;41.6653455;-108.033919,way_type=user_defined:way_id=80W -edge,15072,15072;41.6653455;-108.033919:15073;41.6654563;-108.0330891,way_type=user_defined:way_id=80W -edge,15073,15073;41.6654563;-108.0330891:15074;41.6655837;-108.0321586,way_type=user_defined:way_id=80W -edge,15074,15074;41.6655837;-108.0321586:15075;41.66564569;-108.0316899,way_type=user_defined:way_id=80W -edge,15075,15075;41.66564569;-108.0316899:15076;41.66564569;-108.0316899,way_type=user_defined:way_id=80W -edge,15076,15076;41.66564569;-108.0316899:15077;41.6658945;-108.0298481,way_type=user_defined:way_id=80W -edge,15077,15077;41.6658945;-108.0298481:15078;41.6660168;-108.0289138,way_type=user_defined:way_id=80W -edge,15078,15078;41.6660168;-108.0289138:15079;41.66617883;-108.0277199,way_type=user_defined:way_id=80W -edge,15079,15079;41.66617883;-108.0277199:15080;41.666239;-108.0272765,way_type=user_defined:way_id=80W -edge,15080,15080;41.666239;-108.0272765:15081;41.6664672;-108.0255625,way_type=user_defined:way_id=80W -edge,15081,15081;41.6664672;-108.0255625:15082;41.6664672;-108.0255625,way_type=user_defined:way_id=80W -edge,15082,15082;41.6664672;-108.0255625:15083;41.6665453;-108.0249817,way_type=user_defined:way_id=80W -edge,15083,15083;41.6665453;-108.0249817:15084;41.6667075;-108.0237986,way_type=user_defined:way_id=80W -edge,15084,15084;41.6667075;-108.0237986:15085;41.6668195;-108.0229445,way_type=user_defined:way_id=80W -edge,15085,15085;41.6668195;-108.0229445:15086;41.6669417;-108.0220482,way_type=user_defined:way_id=80W -edge,15086,15086;41.6669417;-108.0220482:15087;41.6672086;-108.0200482,way_type=user_defined:way_id=80W -edge,15087,15087;41.6672086;-108.0200482:15088;41.6674502;-108.0182622,way_type=user_defined:way_id=80W -edge,15088,15088;41.6674502;-108.0182622:15089;41.6675593;-108.0174397,way_type=user_defined:way_id=80W -edge,15089,15089;41.6675593;-108.0174397:15090;41.6678245;-108.0154748,way_type=user_defined:way_id=80W -edge,15090,15090;41.6678245;-108.0154748:15091;41.6679422;-108.0146154,way_type=user_defined:way_id=80W -edge,15091,15091;41.6679422;-108.0146154:15092;41.6681763;-108.0128484,way_type=user_defined:way_id=80W -edge,15092,15092;41.6681763;-108.0128484:15093;41.6685111;-108.010398,way_type=user_defined:way_id=80W -edge,15093,15093;41.6685111;-108.010398:15094;41.668615;-108.0096157,way_type=user_defined:way_id=80W -edge,15094,15094;41.668615;-108.0096157:15095;41.6687951;-108.0082858,way_type=user_defined:way_id=80W -edge,15095,15095;41.6687951;-108.0082858:15096;41.6689968;-108.0067481,way_type=user_defined:way_id=80W -edge,15096,15096;41.6689968;-108.0067481:15097;41.6692522;-108.0048531,way_type=user_defined:way_id=80W -edge,15097,15097;41.6692522;-108.0048531:15098;41.6695212;-108.0028336,way_type=user_defined:way_id=80W -edge,15098,15098;41.6695212;-108.0028336:15099;41.6696966;-108.0015534,way_type=user_defined:way_id=80W -edge,15099,15099;41.6696966;-108.0015534:15100;41.6698589;-108.0003373,way_type=user_defined:way_id=80W -edge,15100,15100;41.6698589;-108.0003373:15101;41.66995089;-107.9996348,way_type=user_defined:way_id=80W -edge,15101,15101;41.66995089;-107.9996348:15102;41.6700289;-107.999039,way_type=user_defined:way_id=80W -edge,15102,15102;41.6700289;-107.999039:15103;41.6701463;-107.9981804,way_type=user_defined:way_id=80W -edge,15103,15103;41.6701463;-107.9981804:15104;41.6703082;-107.9969638,way_type=user_defined:way_id=80W -edge,15104,15104;41.6703082;-107.9969638:15105;41.6705927;-107.9948528,way_type=user_defined:way_id=80W -edge,15105,15105;41.6705927;-107.9948528:15106;41.6707402;-107.9937751,way_type=user_defined:way_id=80W -edge,15106,15106;41.6707402;-107.9937751:15107;41.6709485;-107.9922704,way_type=user_defined:way_id=80W -edge,15107,15107;41.6709485;-107.9922704:15108;41.6710246;-107.9917406,way_type=user_defined:way_id=80W -edge,15108,15108;41.6710246;-107.9917406:15109;41.6710652;-107.9914687,way_type=user_defined:way_id=80W -edge,15109,15109;41.6710652;-107.9914687:15110;41.6711101;-107.9911804,way_type=user_defined:way_id=80W -edge,15110,15110;41.6711101;-107.9911804:15111;41.6711254;-107.9910876,way_type=user_defined:way_id=80W -edge,15111,15111;41.6711254;-107.9910876:15112;41.6711574;-107.9908937,way_type=user_defined:way_id=80W -edge,15112,15112;41.6711574;-107.9908937:15113;41.6712073;-107.9906091,way_type=user_defined:way_id=80W -edge,15113,15113;41.6712073;-107.9906091:15114;41.6712675;-107.9902893,way_type=user_defined:way_id=80W -edge,15114,15114;41.6712675;-107.9902893:15115;41.671322;-107.9900165,way_type=user_defined:way_id=80W -edge,15115,15115;41.671322;-107.9900165:15116;41.6713747;-107.9897644,way_type=user_defined:way_id=80W -edge,15116,15116;41.6713747;-107.9897644:15117;41.6714361;-107.9894848,way_type=user_defined:way_id=80W -edge,15117,15117;41.6714361;-107.9894848:15118;41.6714988;-107.9892157,way_type=user_defined:way_id=80W -edge,15118,15118;41.6714988;-107.9892157:15119;41.6715691;-107.9889304,way_type=user_defined:way_id=80W -edge,15119,15119;41.6715691;-107.9889304:15120;41.671638;-107.9886636,way_type=user_defined:way_id=80W -edge,15120,15120;41.671638;-107.9886636:15121;41.6717313;-107.9883189,way_type=user_defined:way_id=80W -edge,15121,15121;41.6717313;-107.9883189:15122;41.6717313;-107.9883189,way_type=user_defined:way_id=80W -edge,15122,15122;41.6717313;-107.9883189:15123;41.671798;-107.9880811,way_type=user_defined:way_id=80W -edge,15123,15123;41.671798;-107.9880811:15124;41.6718666;-107.9878441,way_type=user_defined:way_id=80W -edge,15124,15124;41.6718666;-107.9878441:15125;41.6719583;-107.9875381,way_type=user_defined:way_id=80W -edge,15125,15125;41.6719583;-107.9875381:15126;41.672042;-107.9872683,way_type=user_defined:way_id=80W -edge,15126,15126;41.672042;-107.9872683:15127;41.6721063;-107.9870691,way_type=user_defined:way_id=80W -edge,15127,15127;41.6721063;-107.9870691:15128;41.6722046;-107.9867762,way_type=user_defined:way_id=80W -edge,15128,15128;41.6722046;-107.9867762:15129;41.6723105;-107.986477,way_type=user_defined:way_id=80W -edge,15129,15129;41.6723105;-107.986477:15130;41.672408;-107.9862135,way_type=user_defined:way_id=80W -edge,15130,15130;41.672408;-107.9862135:15131;41.6725084;-107.9859512,way_type=user_defined:way_id=80W -edge,15131,15131;41.6725084;-107.9859512:15132;41.6725947;-107.9857319,way_type=user_defined:way_id=80W -edge,15132,15132;41.6725947;-107.9857319:15133;41.6727135;-107.9854377,way_type=user_defined:way_id=80W -edge,15133,15133;41.6727135;-107.9854377:15134;41.6728182;-107.985187,way_type=user_defined:way_id=80W -edge,15134,15134;41.6728182;-107.985187:15135;41.672926;-107.9849373,way_type=user_defined:way_id=80W -edge,15135,15135;41.672926;-107.9849373:15136;41.67298125;-107.9848131,way_type=user_defined:way_id=80W -edge,15136,15136;41.67298125;-107.9848131:15137;41.6731641;-107.9844021,way_type=user_defined:way_id=80W -edge,15137,15137;41.6731641;-107.9844021:15138;41.673958;-107.9826633,way_type=user_defined:way_id=80W -edge,15138,15138;41.673958;-107.9826633:15139;41.67482355;-107.980773,way_type=user_defined:way_id=80W -edge,15139,15139;41.67482355;-107.980773:15140;41.67482355;-107.980773,way_type=user_defined:way_id=80W -edge,15140,15140;41.67482355;-107.980773:15141;41.6751391;-107.9800849,way_type=user_defined:way_id=80W -edge,15141,15141;41.6751391;-107.9800849:15142;41.675492;-107.9793047,way_type=user_defined:way_id=80W -edge,15142,15142;41.675492;-107.9793047:15143;41.6761717;-107.9778198,way_type=user_defined:way_id=80W -edge,15143,15143;41.6761717;-107.9778198:15144;41.67671852;-107.9766178,way_type=user_defined:way_id=80W -edge,15144,15144;41.67671852;-107.9766178:15145;41.6768338;-107.9763644,way_type=user_defined:way_id=80W -edge,15145,15145;41.6768338;-107.9763644:15146;41.677574;-107.9747488,way_type=user_defined:way_id=80W -edge,15146,15146;41.677574;-107.9747488:15147;41.6778711;-107.9740958,way_type=user_defined:way_id=80W -edge,15147,15147;41.6778711;-107.9740958:15148;41.6778711;-107.9740958,way_type=user_defined:way_id=80W -edge,15148,15148;41.6778711;-107.9740958:15149;41.67794153;-107.973935,way_type=user_defined:way_id=80W -edge,15149,15149;41.67794153;-107.973935:15150;41.6782389;-107.9732871,way_type=user_defined:way_id=80W -edge,15150,15150;41.6782389;-107.9732871:15151;41.67839663;-107.9729434,way_type=user_defined:way_id=80W -edge,15151,15151;41.67839663;-107.9729434:15152;41.67839663;-107.9729434,way_type=user_defined:way_id=80W -edge,15152,15152;41.67839663;-107.9729434:15153;41.6787143;-107.9722524,way_type=user_defined:way_id=80W -edge,15153,15153;41.6787143;-107.9722524:15154;41.6790482;-107.9715158,way_type=user_defined:way_id=80W -edge,15154,15154;41.6790482;-107.9715158:15155;41.6792771;-107.9710151,way_type=user_defined:way_id=80W -edge,15155,15155;41.6792771;-107.9710151:15156;41.6796134;-107.9702708,way_type=user_defined:way_id=80W -edge,15156,15156;41.6796134;-107.9702708:15157;41.679967;-107.9694998,way_type=user_defined:way_id=80W -edge,15157,15157;41.679967;-107.9694998:15158;41.6806168;-107.9680665,way_type=user_defined:way_id=80W -edge,15158,15158;41.6806168;-107.9680665:15159;41.6812973;-107.9665798,way_type=user_defined:way_id=80W -edge,15159,15159;41.6812973;-107.9665798:15160;41.6815353;-107.9660547,way_type=user_defined:way_id=80W -edge,15160,15160;41.6815353;-107.9660547:15161;41.6818876;-107.9652831,way_type=user_defined:way_id=80W -edge,15161,15161;41.6818876;-107.9652831:15162;41.6824293;-107.9641015,way_type=user_defined:way_id=80W -edge,15162,15162;41.6824293;-107.9641015:15163;41.6828548;-107.9631634,way_type=user_defined:way_id=80W -edge,15163,15163;41.6828548;-107.9631634:15164;41.6833784;-107.9620172,way_type=user_defined:way_id=80W -edge,15164,15164;41.6833784;-107.9620172:15165;41.6839025;-107.9608746,way_type=user_defined:way_id=80W -edge,15165,15165;41.6839025;-107.9608746:15166;41.6842585;-107.9600924,way_type=user_defined:way_id=80W -edge,15166,15166;41.6842585;-107.9600924:15167;41.6848244;-107.9588593,way_type=user_defined:way_id=80W -edge,15167,15167;41.6848244;-107.9588593:15168;41.685265;-107.9578892,way_type=user_defined:way_id=80W -edge,15168,15168;41.685265;-107.9578892:15169;41.6857148;-107.9568929,way_type=user_defined:way_id=80W -edge,15169,15169;41.6857148;-107.9568929:15170;41.6861801;-107.9558693,way_type=user_defined:way_id=80W -edge,15170,15170;41.6861801;-107.9558693:15171;41.6869037;-107.9542914,way_type=user_defined:way_id=80W -edge,15171,15171;41.6869037;-107.9542914:15172;41.6872327;-107.9535676,way_type=user_defined:way_id=80W -edge,15172,15172;41.6872327;-107.9535676:15173;41.6875852;-107.9527974,way_type=user_defined:way_id=80W -edge,15173,15173;41.6875852;-107.9527974:15174;41.6878248;-107.9522685,way_type=user_defined:way_id=80W -edge,15174,15174;41.6878248;-107.9522685:15175;41.6882897;-107.9512509,way_type=user_defined:way_id=80W -edge,15175,15175;41.6882897;-107.9512509:15176;41.6885003;-107.9507766,way_type=user_defined:way_id=80W -edge,15176,15176;41.6885003;-107.9507766:15177;41.6886107;-107.9505216,way_type=user_defined:way_id=80W -edge,15177,15177;41.6886107;-107.9505216:15178;41.6887298;-107.9502378,way_type=user_defined:way_id=80W -edge,15178,15178;41.6887298;-107.9502378:15179;41.6888319;-107.949986,way_type=user_defined:way_id=80W -edge,15179,15179;41.6888319;-107.949986:15180;41.6889361;-107.9497228,way_type=user_defined:way_id=80W -edge,15180,15180;41.6889361;-107.9497228:15181;41.6890344;-107.9494659,way_type=user_defined:way_id=80W -edge,15181,15181;41.6890344;-107.9494659:15182;41.6891294;-107.9492074,way_type=user_defined:way_id=80W -edge,15182,15182;41.6891294;-107.9492074:15183;41.6892243;-107.9489382,way_type=user_defined:way_id=80W -edge,15183,15183;41.6892243;-107.9489382:15184;41.6893211;-107.948651,way_type=user_defined:way_id=80W -edge,15184,15184;41.6893211;-107.948651:15185;41.6894069;-107.9483904,way_type=user_defined:way_id=80W -edge,15185,15185;41.6894069;-107.9483904:15186;41.6894926;-107.9481201,way_type=user_defined:way_id=80W -edge,15186,15186;41.6894926;-107.9481201:15187;41.6897427;-107.9473079,way_type=user_defined:way_id=80W -edge,15187,15187;41.6897427;-107.9473079:15188;41.6898333;-107.9470076,way_type=user_defined:way_id=80W -edge,15188,15188;41.6898333;-107.9470076:15189;41.6900039;-107.9464321,way_type=user_defined:way_id=80W -edge,15189,15189;41.6900039;-107.9464321:15190;41.6905484;-107.944608,way_type=user_defined:way_id=80W -edge,15190,15190;41.6905484;-107.944608:15191;41.6911976;-107.942422,way_type=user_defined:way_id=80W -edge,15191,15191;41.6911976;-107.942422:15192;41.6917959;-107.9404256,way_type=user_defined:way_id=80W -edge,15192,15192;41.6917959;-107.9404256:15193;41.6922162;-107.9390049,way_type=user_defined:way_id=80W -edge,15193,15193;41.6922162;-107.9390049:15194;41.6924891;-107.9380859,way_type=user_defined:way_id=80W -edge,15194,15194;41.6924891;-107.9380859:15195;41.6927318;-107.9372742,way_type=user_defined:way_id=80W -edge,15195,15195;41.6927318;-107.9372742:15196;41.6928908;-107.9367363,way_type=user_defined:way_id=80W -edge,15196,15196;41.6928908;-107.9367363:15197;41.6934742;-107.9347924,way_type=user_defined:way_id=80W -edge,15197,15197;41.6934742;-107.9347924:15198;41.694103;-107.9326621,way_type=user_defined:way_id=80W -edge,15198,15198;41.694103;-107.9326621:15199;41.6943605;-107.9317831,way_type=user_defined:way_id=80W -edge,15199,15199;41.6943605;-107.9317831:15200;41.6947793;-107.930391,way_type=user_defined:way_id=80W -edge,15200,15200;41.6947793;-107.930391:15201;41.6950907;-107.9293433,way_type=user_defined:way_id=80W -edge,15201,15201;41.6950907;-107.9293433:15202;41.6952494;-107.9288019,way_type=user_defined:way_id=80W -edge,15202,15202;41.6952494;-107.9288019:15203;41.6954497;-107.9281263,way_type=user_defined:way_id=80W -edge,15203,15203;41.6954497;-107.9281263:15204;41.6958939;-107.9266491,way_type=user_defined:way_id=80W -edge,15204,15204;41.6958939;-107.9266491:15205;41.6960564;-107.9260995,way_type=user_defined:way_id=80W -edge,15205,15205;41.6960564;-107.9260995:15206;41.696307;-107.9252635,way_type=user_defined:way_id=80W -edge,15206,15206;41.696307;-107.9252635:15207;41.6971807;-107.9223125,way_type=user_defined:way_id=80W -edge,15207,15207;41.6971807;-107.9223125:15208;41.6975118;-107.9212027,way_type=user_defined:way_id=80W -edge,15208,15208;41.6975118;-107.9212027:15209;41.6976619;-107.9206944,way_type=user_defined:way_id=80W -edge,15209,15209;41.6976619;-107.9206944:15210;41.6979374;-107.9197738,way_type=user_defined:way_id=80W -edge,15210,15210;41.6979374;-107.9197738:15211;41.6984161;-107.9181597,way_type=user_defined:way_id=80W -edge,15211,15211;41.6984161;-107.9181597:15212;41.69877;-107.9169817,way_type=user_defined:way_id=80W -edge,15212,15212;41.69877;-107.9169817:15213;41.6999009;-107.9131656,way_type=user_defined:way_id=80W -edge,15213,15213;41.6999009;-107.9131656:15214;41.7004756;-107.9112463,way_type=user_defined:way_id=80W -edge,15214,15214;41.7004756;-107.9112463:15215;41.70091614;-107.9097595,way_type=user_defined:way_id=80W -edge,15215,15215;41.70091614;-107.9097595:15216;41.7010198;-107.9094097,way_type=user_defined:way_id=80W -edge,15216,15216;41.7010198;-107.9094097:15217;41.7012547;-107.9086291,way_type=user_defined:way_id=80W -edge,15217,15217;41.7012547;-107.9086291:15218;41.7015895;-107.9074866,way_type=user_defined:way_id=80W -edge,15218,15218;41.7015895;-107.9074866:15219;41.7019026;-107.9064361,way_type=user_defined:way_id=80W -edge,15219,15219;41.7019026;-107.9064361:15220;41.7021402;-107.9056271,way_type=user_defined:way_id=80W -edge,15220,15220;41.7021402;-107.9056271:15221;41.7024529;-107.9045805,way_type=user_defined:way_id=80W -edge,15221,15221;41.7024529;-107.9045805:15222;41.7026269;-107.9040038,way_type=user_defined:way_id=80W -edge,15222,15222;41.7026269;-107.9040038:15223;41.7028644;-107.9031931,way_type=user_defined:way_id=80W -edge,15223,15223;41.7028644;-107.9031931:15224;41.7032451;-107.9019058,way_type=user_defined:way_id=80W -edge,15224,15224;41.7032451;-107.9019058:15225;41.7034447;-107.9012191,way_type=user_defined:way_id=80W -edge,15225,15225;41.7034447;-107.9012191:15226;41.7035204;-107.9009508,way_type=user_defined:way_id=80W -edge,15226,15226;41.7035204;-107.9009508:15227;41.7035941;-107.9006817,way_type=user_defined:way_id=80W -edge,15227,15227;41.7035941;-107.9006817:15228;41.7036618;-107.9004304,way_type=user_defined:way_id=80W -edge,15228,15228;41.7036618;-107.9004304:15229;41.7037413;-107.9001248,way_type=user_defined:way_id=80W -edge,15229,15229;41.7037413;-107.9001248:15230;41.7039457;-107.8993063,way_type=user_defined:way_id=80W -edge,15230,15230;41.7039457;-107.8993063:15231;41.7040127;-107.8990268,way_type=user_defined:way_id=80W -edge,15231,15231;41.7040127;-107.8990268:15232;41.7040776;-107.8987463,way_type=user_defined:way_id=80W -edge,15232,15232;41.7040776;-107.8987463:15233;41.7041991;-107.898194,way_type=user_defined:way_id=80W -edge,15233,15233;41.7041991;-107.898194:15234;41.7043256;-107.897592,way_type=user_defined:way_id=80W -edge,15234,15234;41.7043256;-107.897592:15235;41.7044379;-107.8970381,way_type=user_defined:way_id=80W -edge,15235,15235;41.7044379;-107.8970381:15236;41.7045419;-107.8965038,way_type=user_defined:way_id=80W -edge,15236,15236;41.7045419;-107.8965038:15237;41.7046006;-107.8961942,way_type=user_defined:way_id=80W -edge,15237,15237;41.7046006;-107.8961942:15238;41.7046515;-107.8959118,way_type=user_defined:way_id=80W -edge,15238,15238;41.7046515;-107.8959118:15239;41.7047494;-107.895342,way_type=user_defined:way_id=80W -edge,15239,15239;41.7047494;-107.895342:15240;41.7047946;-107.8950643,way_type=user_defined:way_id=80W -edge,15240,15240;41.7047946;-107.8950643:15241;41.7048396;-107.8947753,way_type=user_defined:way_id=80W -edge,15241,15241;41.7048396;-107.8947753:15242;41.704907;-107.8943135,way_type=user_defined:way_id=80W -edge,15242,15242;41.704907;-107.8943135:15243;41.7049663;-107.8938849,way_type=user_defined:way_id=80W -edge,15243,15243;41.7049663;-107.8938849:15244;41.7049996;-107.8936306,way_type=user_defined:way_id=80W -edge,15244,15244;41.7049996;-107.8936306:15245;41.7050357;-107.8933382,way_type=user_defined:way_id=80W -edge,15245,15245;41.7050357;-107.8933382:15246;41.7051381;-107.8924807,way_type=user_defined:way_id=80W -edge,15246,15246;41.7051381;-107.8924807:15247;41.7051747;-107.89215,way_type=user_defined:way_id=80W -edge,15247,15247;41.7051747;-107.89215:15248;41.705205;-107.8918561,way_type=user_defined:way_id=80W -edge,15248,15248;41.705205;-107.8918561:15249;41.7052327;-107.8915712,way_type=user_defined:way_id=80W -edge,15249,15249;41.7052327;-107.8915712:15250;41.7052579;-107.8912948,way_type=user_defined:way_id=80W -edge,15250,15250;41.7052579;-107.8912948:15251;41.7052858;-107.8909626,way_type=user_defined:way_id=80W -edge,15251,15251;41.7052858;-107.8909626:15252;41.7053076;-107.8906775,way_type=user_defined:way_id=80W -edge,15252,15252;41.7053076;-107.8906775:15253;41.7053263;-107.8904119,way_type=user_defined:way_id=80W -edge,15253,15253;41.7053263;-107.8904119:15254;41.705376;-107.8896282,way_type=user_defined:way_id=80W -edge,15254,15254;41.705376;-107.8896282:15255;41.7054328;-107.8886413,way_type=user_defined:way_id=80W -edge,15255,15255;41.7054328;-107.8886413:15256;41.7055401;-107.8866117,way_type=user_defined:way_id=80W -edge,15256,15256;41.7055401;-107.8866117:15257;41.7056044;-107.8854519,way_type=user_defined:way_id=80W -edge,15257,15257;41.7056044;-107.8854519:15258;41.7057808;-107.8821806,way_type=user_defined:way_id=80W -edge,15258,15258;41.7057808;-107.8821806:15259;41.7058301;-107.881305,way_type=user_defined:way_id=80W -edge,15259,15259;41.7058301;-107.881305:15260;41.7058717;-107.8804807,way_type=user_defined:way_id=80W -edge,15260,15260;41.7058717;-107.8804807:15261;41.7059592;-107.8788116,way_type=user_defined:way_id=80W -edge,15261,15261;41.7059592;-107.8788116:15262;41.7061417;-107.8754748,way_type=user_defined:way_id=80W -edge,15262,15262;41.7061417;-107.8754748:15263;41.7061888;-107.8745711,way_type=user_defined:way_id=80W -edge,15263,15263;41.7061888;-107.8745711:15264;41.7062958;-107.8724309,way_type=user_defined:way_id=80W -edge,15264,15264;41.7062958;-107.8724309:15265;41.7063259;-107.8717764,way_type=user_defined:way_id=80W -edge,15265,15265;41.7063259;-107.8717764:15266;41.7063551;-107.8710927,way_type=user_defined:way_id=80W -edge,15266,15266;41.7063551;-107.8710927:15267;41.706384;-107.8702909,way_type=user_defined:way_id=80W -edge,15267,15267;41.706384;-107.8702909:15268;41.7064072;-107.8695596,way_type=user_defined:way_id=80W -edge,15268,15268;41.7064072;-107.8695596:15269;41.7064207;-107.8689728,way_type=user_defined:way_id=80W -edge,15269,15269;41.7064207;-107.8689728:15270;41.706426;-107.8686459,way_type=user_defined:way_id=80W -edge,15270,15270;41.706426;-107.8686459:15271;41.7064358;-107.867702,way_type=user_defined:way_id=80W -edge,15271,15271;41.7064358;-107.867702:15272;41.7064398;-107.8668383,way_type=user_defined:way_id=80W -edge,15272,15272;41.7064398;-107.8668383:15273;41.7064402;-107.8662904,way_type=user_defined:way_id=80W -edge,15273,15273;41.7064402;-107.8662904:15274;41.7064372;-107.8657437,way_type=user_defined:way_id=80W -edge,15274,15274;41.7064372;-107.8657437:15275;41.7064339;-107.8654104,way_type=user_defined:way_id=80W -edge,15275,15275;41.7064339;-107.8654104:15276;41.7064204;-107.8645781,way_type=user_defined:way_id=80W -edge,15276,15276;41.7064204;-107.8645781:15277;41.7063919;-107.8633842,way_type=user_defined:way_id=80W -edge,15277,15277;41.7063919;-107.8633842:15278;41.7063823;-107.8630521,way_type=user_defined:way_id=80W -edge,15278,15278;41.7063823;-107.8630521:15279;41.7063641;-107.8625104,way_type=user_defined:way_id=80W -edge,15279,15279;41.7063641;-107.8625104:15280;41.7063421;-107.8619314,way_type=user_defined:way_id=80W -edge,15280,15280;41.7063421;-107.8619314:15281;41.7063292;-107.8616379,way_type=user_defined:way_id=80W -edge,15281,15281;41.7063292;-107.8616379:15282;41.706299;-107.8610152,way_type=user_defined:way_id=80W -edge,15282,15282;41.706299;-107.8610152:15283;41.7062169;-107.8595026,way_type=user_defined:way_id=80W -edge,15283,15283;41.7062169;-107.8595026:15284;41.7061546;-107.858409,way_type=user_defined:way_id=80W -edge,15284,15284;41.7061546;-107.858409:15285;41.706081;-107.8570491,way_type=user_defined:way_id=80W -edge,15285,15285;41.706081;-107.8570491:15286;41.7059917;-107.8555036,way_type=user_defined:way_id=80W -edge,15286,15286;41.7059917;-107.8555036:15287;41.7059144;-107.8540601,way_type=user_defined:way_id=80W -edge,15287,15287;41.7059144;-107.8540601:15288;41.7058781;-107.8534103,way_type=user_defined:way_id=80W -edge,15288,15288;41.7058781;-107.8534103:15289;41.7058295;-107.8525783,way_type=user_defined:way_id=80W -edge,15289,15289;41.7058295;-107.8525783:15290;41.7057487;-107.8511224,way_type=user_defined:way_id=80W -edge,15290,15290;41.7057487;-107.8511224:15291;41.7057138;-107.8505306,way_type=user_defined:way_id=80W -edge,15291,15291;41.7057138;-107.8505306:15292;41.7056654;-107.8496386,way_type=user_defined:way_id=80W -edge,15292,15292;41.7056654;-107.8496386:15293;41.7055959;-107.8484399,way_type=user_defined:way_id=80W -edge,15293,15293;41.7055959;-107.8484399:15294;41.7055495;-107.8476854,way_type=user_defined:way_id=80W -edge,15294,15294;41.7055495;-107.8476854:15295;41.70552297;-107.8471743,way_type=user_defined:way_id=80W -edge,15295,15295;41.70552297;-107.8471743:15296;41.7054981;-107.8466954,way_type=user_defined:way_id=80W -edge,15296,15296;41.7054981;-107.8466954:15297;41.705425;-107.845358,way_type=user_defined:way_id=80W -edge,15297,15297;41.705425;-107.845358:15298;41.7052858;-107.8428522,way_type=user_defined:way_id=80W -edge,15298,15298;41.7052858;-107.8428522:15299;41.705201;-107.8413785,way_type=user_defined:way_id=80W -edge,15299,15299;41.705201;-107.8413785:15300;41.7051717;-107.8408284,way_type=user_defined:way_id=80W -edge,15300,15300;41.7051717;-107.8408284:15301;41.7051429;-107.8402387,way_type=user_defined:way_id=80W -edge,15301,15301;41.7051429;-107.8402387:15302;41.7051296;-107.8399234,way_type=user_defined:way_id=80W -edge,15302,15302;41.7051296;-107.8399234:15303;41.7051182;-107.839598,way_type=user_defined:way_id=80W -edge,15303,15303;41.7051182;-107.839598:15304;41.7051061;-107.8391194,way_type=user_defined:way_id=80W -edge,15304,15304;41.7051061;-107.8391194:15305;41.7050996;-107.8387557,way_type=user_defined:way_id=80W -edge,15305,15305;41.7050996;-107.8387557:15306;41.7050944;-107.8381436,way_type=user_defined:way_id=80W -edge,15306,15306;41.7050944;-107.8381436:15307;41.705093;-107.8375609,way_type=user_defined:way_id=80W -edge,15307,15307;41.705093;-107.8375609:15308;41.7050946;-107.837265,way_type=user_defined:way_id=80W -edge,15308,15308;41.7050946;-107.837265:15309;41.7051031;-107.8366929,way_type=user_defined:way_id=80W -edge,15309,15309;41.7051031;-107.8366929:15310;41.7051097;-107.8363854,way_type=user_defined:way_id=80W -edge,15310,15310;41.7051097;-107.8363854:15311;41.7051261;-107.8358093,way_type=user_defined:way_id=80W -edge,15311,15311;41.7051261;-107.8358093:15312;41.705138;-107.8354828,way_type=user_defined:way_id=80W -edge,15312,15312;41.705138;-107.8354828:15313;41.7051505;-107.8351981,way_type=user_defined:way_id=80W -edge,15313,15313;41.7051505;-107.8351981:15314;41.7051661;-107.8348933,way_type=user_defined:way_id=80W -edge,15314,15314;41.7051661;-107.8348933:15315;41.7051843;-107.8345819,way_type=user_defined:way_id=80W -edge,15315,15315;41.7051843;-107.8345819:15316;41.7052195;-107.8340358,way_type=user_defined:way_id=80W -edge,15316,15316;41.7052195;-107.8340358:15317;41.7052428;-107.8337086,way_type=user_defined:way_id=80W -edge,15317,15317;41.7052428;-107.8337086:15318;41.7052835;-107.8332058,way_type=user_defined:way_id=80W -edge,15318,15318;41.7052835;-107.8332058:15319;41.7053118;-107.8328805,way_type=user_defined:way_id=80W -edge,15319,15319;41.7053118;-107.8328805:15320;41.7053661;-107.832302,way_type=user_defined:way_id=80W -edge,15320,15320;41.7053661;-107.832302:15321;41.705398;-107.8319846,way_type=user_defined:way_id=80W -edge,15321,15321;41.705398;-107.8319846:15322;41.7054492;-107.8315138,way_type=user_defined:way_id=80W -edge,15322,15322;41.7054492;-107.8315138:15323;41.7054902;-107.8311588,way_type=user_defined:way_id=80W -edge,15323,15323;41.7054902;-107.8311588:15324;41.7055346;-107.8307979,way_type=user_defined:way_id=80W -edge,15324,15324;41.7055346;-107.8307979:15325;41.705567;-107.8305477,way_type=user_defined:way_id=80W -edge,15325,15325;41.705567;-107.8305477:15326;41.7056416;-107.8300032,way_type=user_defined:way_id=80W -edge,15326,15326;41.7056416;-107.8300032:15327;41.7057234;-107.8294402,way_type=user_defined:way_id=80W -edge,15327,15327;41.7057234;-107.8294402:15328;41.7057727;-107.8291168,way_type=user_defined:way_id=80W -edge,15328,15328;41.7057727;-107.8291168:15329;41.7058167;-107.8288406,way_type=user_defined:way_id=80W -edge,15329,15329;41.7058167;-107.8288406:15330;41.7058655;-107.828547,way_type=user_defined:way_id=80W -edge,15330,15330;41.7058655;-107.828547:15331;41.7059157;-107.8282627,way_type=user_defined:way_id=80W -edge,15331,15331;41.7059157;-107.8282627:15332;41.7060138;-107.8277326,way_type=user_defined:way_id=80W -edge,15332,15332;41.7060138;-107.8277326:15333;41.7060868;-107.8273484,way_type=user_defined:way_id=80W -edge,15333,15333;41.7060868;-107.8273484:15334;41.7061551;-107.8270014,way_type=user_defined:way_id=80W -edge,15334,15334;41.7061551;-107.8270014:15335;41.7062428;-107.8265718,way_type=user_defined:way_id=80W -edge,15335,15335;41.7062428;-107.8265718:15336;41.7063036;-107.8262884,way_type=user_defined:way_id=80W -edge,15336,15336;41.7063036;-107.8262884:15337;41.7064358;-107.8256943,way_type=user_defined:way_id=80W -edge,15337,15337;41.7064358;-107.8256943:15338;41.7066243;-107.8248651,way_type=user_defined:way_id=80W -edge,15338,15338;41.7066243;-107.8248651:15339;41.7069443;-107.8234744,way_type=user_defined:way_id=80W -edge,15339,15339;41.7069443;-107.8234744:15340;41.707143;-107.8226029,way_type=user_defined:way_id=80W -edge,15340,15340;41.707143;-107.8226029:15341;41.7075819;-107.8206902,way_type=user_defined:way_id=80W -edge,15341,15341;41.7075819;-107.8206902:15342;41.7079158;-107.819223,way_type=user_defined:way_id=80W -edge,15342,15342;41.7079158;-107.819223:15343;41.70808655;-107.8184795,way_type=user_defined:way_id=80W -edge,15343,15343;41.70808655;-107.8184795:15344;41.70820414;-107.8179534,way_type=user_defined:way_id=80W -edge,15344,15344;41.70820414;-107.8179534:15345;41.70831671;-107.817472,way_type=user_defined:way_id=80W -edge,15345,15345;41.70831671;-107.817472:15346;41.7086931;-107.8158202,way_type=user_defined:way_id=80W -edge,15346,15346;41.7086931;-107.8158202:15347;41.7090757;-107.8141579,way_type=user_defined:way_id=80W -edge,15347,15347;41.7090757;-107.8141579:15348;41.70922836;-107.813486,way_type=user_defined:way_id=80W -edge,15348,15348;41.70922836;-107.813486:15349;41.70967731;-107.8115363,way_type=user_defined:way_id=80W -edge,15349,15349;41.70967731;-107.8115363:15350;41.7098366;-107.8108247,way_type=user_defined:way_id=80W -edge,15350,15350;41.7098366;-107.8108247:15351;41.7106096;-107.8074481,way_type=user_defined:way_id=80W -edge,15351,15351;41.7106096;-107.8074481:15352;41.71091753;-107.8060827,way_type=user_defined:way_id=80W -edge,15352,15352;41.71091753;-107.8060827:15353;41.71115619;-107.805048,way_type=user_defined:way_id=80W -edge,15353,15353;41.71115619;-107.805048:15354;41.71146128;-107.8037038,way_type=user_defined:way_id=80W -edge,15354,15354;41.71146128;-107.8037038:15355;41.7116329;-107.8029601,way_type=user_defined:way_id=80W -edge,15355,15355;41.7116329;-107.8029601:15356;41.7120066;-107.8013129,way_type=user_defined:way_id=80W -edge,15356,15356;41.7120066;-107.8013129:15357;41.7134915;-107.7948353,way_type=user_defined:way_id=80W -edge,15357,15357;41.7134915;-107.7948353:15358;41.7137952;-107.7934859,way_type=user_defined:way_id=80W -edge,15358,15358;41.7137952;-107.7934859:15359;41.71453749;-107.7902393,way_type=user_defined:way_id=80W -edge,15359,15359;41.71453749;-107.7902393:15360;41.71464767;-107.7897539,way_type=user_defined:way_id=80W -edge,15360,15360;41.71464767;-107.7897539:15361;41.7149225;-107.7885432,way_type=user_defined:way_id=80W -edge,15361,15361;41.7149225;-107.7885432:15362;41.7149225;-107.7885432,way_type=user_defined:way_id=80W -edge,15362,15362;41.7149225;-107.7885432:15363;41.7151043;-107.78774,way_type=user_defined:way_id=80W -edge,15363,15363;41.7151043;-107.78774:15364;41.71558981;-107.785625,way_type=user_defined:way_id=80W -edge,15364,15364;41.71558981;-107.785625:15365;41.7157692;-107.7848435,way_type=user_defined:way_id=80W -edge,15365,15365;41.7157692;-107.7848435:15366;41.71621115;-107.7828996,way_type=user_defined:way_id=80W -edge,15366,15366;41.71621115;-107.7828996:15367;41.71621115;-107.7828996,way_type=user_defined:way_id=80W -edge,15367,15367;41.71621115;-107.7828996:15368;41.71671951;-107.7806777,way_type=user_defined:way_id=80W -edge,15368,15368;41.71671951;-107.7806777:15369;41.7168889;-107.7799374,way_type=user_defined:way_id=80W -edge,15369,15369;41.7168889;-107.7799374:15370;41.7173719;-107.7778158,way_type=user_defined:way_id=80W -edge,15370,15370;41.7173719;-107.7778158:15371;41.7173719;-107.7778158,way_type=user_defined:way_id=80W -edge,15371,15371;41.7173719;-107.7778158:15372;41.7175144;-107.7771936,way_type=user_defined:way_id=80W -edge,15372,15372;41.7175144;-107.7771936:15373;41.7177995;-107.7759358,way_type=user_defined:way_id=80W -edge,15373,15373;41.7177995;-107.7759358:15374;41.7179502;-107.775271,way_type=user_defined:way_id=80W -edge,15374,15374;41.7179502;-107.775271:15375;41.7181288;-107.7744925,way_type=user_defined:way_id=80W -edge,15375,15375;41.7181288;-107.7744925:15376;41.718311;-107.7736899,way_type=user_defined:way_id=80W -edge,15376,15376;41.718311;-107.7736899:15377;41.7187076;-107.7719749,way_type=user_defined:way_id=80W -edge,15377,15377;41.7187076;-107.7719749:15378;41.7191415;-107.7700611,way_type=user_defined:way_id=80W -edge,15378,15378;41.7191415;-107.7700611:15379;41.7193802;-107.769023,way_type=user_defined:way_id=80W -edge,15379,15379;41.7193802;-107.769023:15380;41.7195927;-107.7680855,way_type=user_defined:way_id=80W -edge,15380,15380;41.7195927;-107.7680855:15381;41.7199915;-107.766339,way_type=user_defined:way_id=80W -edge,15381,15381;41.7199915;-107.766339:15382;41.7203054;-107.7649465,way_type=user_defined:way_id=80W -edge,15382,15382;41.7203054;-107.7649465:15383;41.720752;-107.7630043,way_type=user_defined:way_id=80W -edge,15383,15383;41.720752;-107.7630043:15384;41.720948;-107.7621335,way_type=user_defined:way_id=80W -edge,15384,15384;41.720948;-107.7621335:15385;41.7212471;-107.7608176,way_type=user_defined:way_id=80W -edge,15385,15385;41.7212471;-107.7608176:15386;41.7213847;-107.7602194,way_type=user_defined:way_id=80W -edge,15386,15386;41.7213847;-107.7602194:15387;41.7215819;-107.7593442,way_type=user_defined:way_id=80W -edge,15387,15387;41.7215819;-107.7593442:15388;41.7217427;-107.7586461,way_type=user_defined:way_id=80W -edge,15388,15388;41.7217427;-107.7586461:15389;41.7221788;-107.7567335,way_type=user_defined:way_id=80W -edge,15389,15389;41.7221788;-107.7567335:15390;41.7223641;-107.7559328,way_type=user_defined:way_id=80W -edge,15390,15390;41.7223641;-107.7559328:15391;41.7226002;-107.7549003,way_type=user_defined:way_id=80W -edge,15391,15391;41.7226002;-107.7549003:15392;41.7229213;-107.7534756,way_type=user_defined:way_id=80W -edge,15392,15392;41.7229213;-107.7534756:15393;41.7233178;-107.7517333,way_type=user_defined:way_id=80W -edge,15393,15393;41.7233178;-107.7517333:15394;41.7235823;-107.7505889,way_type=user_defined:way_id=80W -edge,15394,15394;41.7235823;-107.7505889:15395;41.7239109;-107.7491561,way_type=user_defined:way_id=80W -edge,15395,15395;41.7239109;-107.7491561:15396;41.7240429;-107.7485709,way_type=user_defined:way_id=80W -edge,15396,15396;41.7240429;-107.7485709:15397;41.7242974;-107.7474638,way_type=user_defined:way_id=80W -edge,15397,15397;41.7242974;-107.7474638:15398;41.7244854;-107.74663,way_type=user_defined:way_id=80W -edge,15398,15398;41.7244854;-107.74663:15399;41.7247987;-107.7452662,way_type=user_defined:way_id=80W -edge,15399,15399;41.7247987;-107.7452662:15400;41.7252675;-107.7431774,way_type=user_defined:way_id=80W -edge,15400,15400;41.7252675;-107.7431774:15401;41.7257067;-107.7412637,way_type=user_defined:way_id=80W -edge,15401,15401;41.7257067;-107.7412637:15402;41.7259584;-107.7401502,way_type=user_defined:way_id=80W -edge,15402,15402;41.7259584;-107.7401502:15403;41.72616114;-107.7392641,way_type=user_defined:way_id=80W -edge,15403,15403;41.72616114;-107.7392641:15404;41.72646826;-107.7379074,way_type=user_defined:way_id=80W -edge,15404,15404;41.72646826;-107.7379074:15405;41.72687602;-107.7361287,way_type=user_defined:way_id=80W -edge,15405,15405;41.72687602;-107.7361287:15406;41.726933;-107.7358705,way_type=user_defined:way_id=80W -edge,15406,15406;41.726933;-107.7358705:15407;41.726933;-107.7358705,way_type=user_defined:way_id=80W -edge,15407,15407;41.726933;-107.7358705:15408;41.7270291;-107.7354489,way_type=user_defined:way_id=80W -edge,15408,15408;41.7270291;-107.7354489:15409;41.7273417;-107.7340587,way_type=user_defined:way_id=80W -edge,15409,15409;41.7273417;-107.7340587:15410;41.7275388;-107.733204,way_type=user_defined:way_id=80W -edge,15410,15410;41.7275388;-107.733204:15411;41.72773399;-107.7323496,way_type=user_defined:way_id=80W -edge,15411,15411;41.72773399;-107.7323496:15412;41.7279231;-107.7315218,way_type=user_defined:way_id=80W -edge,15412,15412;41.7279231;-107.7315218:15413;41.728066;-107.7309051,way_type=user_defined:way_id=80W -edge,15413,15413;41.728066;-107.7309051:15414;41.72859673;-107.7285943,way_type=user_defined:way_id=80W -edge,15414,15414;41.72859673;-107.7285943:15415;41.72859673;-107.7285943,way_type=user_defined:way_id=80W -edge,15415,15415;41.72859673;-107.7285943:15416;41.7287752;-107.7277988,way_type=user_defined:way_id=80W -edge,15416,15416;41.7287752;-107.7277988:15417;41.7292938;-107.7255081,way_type=user_defined:way_id=80W -edge,15417,15417;41.7292938;-107.7255081:15418;41.72942072;-107.7249547,way_type=user_defined:way_id=80W -edge,15418,15418;41.72942072;-107.7249547:15419;41.729678;-107.7238328,way_type=user_defined:way_id=80W -edge,15419,15419;41.729678;-107.7238328:15420;41.7299063;-107.7228245,way_type=user_defined:way_id=80W -edge,15420,15420;41.7299063;-107.7228245:15421;41.73029747;-107.7211174,way_type=user_defined:way_id=80W -edge,15421,15421;41.73029747;-107.7211174:15422;41.73029747;-107.7211174,way_type=user_defined:way_id=80W -edge,15422,15422;41.73029747;-107.7211174:15423;41.73037781;-107.7207641,way_type=user_defined:way_id=80W -edge,15423,15423;41.73037781;-107.7207641:15424;41.730495;-107.7202487,way_type=user_defined:way_id=80W -edge,15424,15424;41.730495;-107.7202487:15425;41.730814;-107.7188596,way_type=user_defined:way_id=80W -edge,15425,15425;41.730814;-107.7188596:15426;41.7311447;-107.717395,way_type=user_defined:way_id=80W -edge,15426,15426;41.7311447;-107.717395:15427;41.7317255;-107.7148446,way_type=user_defined:way_id=80W -edge,15427,15427;41.7317255;-107.7148446:15428;41.7320525;-107.7133972,way_type=user_defined:way_id=80W -edge,15428,15428;41.7320525;-107.7133972:15429;41.7324197;-107.7117981,way_type=user_defined:way_id=80W -edge,15429,15429;41.7324197;-107.7117981:15430;41.7329795;-107.7093292,way_type=user_defined:way_id=80W -edge,15430,15430;41.7329795;-107.7093292:15431;41.7332422;-107.7081862,way_type=user_defined:way_id=80W -edge,15431,15431;41.7332422;-107.7081862:15432;41.733557;-107.7067917,way_type=user_defined:way_id=80W -edge,15432,15432;41.733557;-107.7067917:15433;41.7337493;-107.7059564,way_type=user_defined:way_id=80W -edge,15433,15433;41.7337493;-107.7059564:15434;41.7343286;-107.7034035,way_type=user_defined:way_id=80W -edge,15434,15434;41.7343286;-107.7034035:15435;41.7344519;-107.7028536,way_type=user_defined:way_id=80W -edge,15435,15435;41.7344519;-107.7028536:15436;41.734766;-107.7014896,way_type=user_defined:way_id=80W -edge,15436,15436;41.734766;-107.7014896:15437;41.7350949;-107.7000318,way_type=user_defined:way_id=80W -edge,15437,15437;41.7350949;-107.7000318:15438;41.7352946;-107.6991637,way_type=user_defined:way_id=80W -edge,15438,15438;41.7352946;-107.6991637:15439;41.7355011;-107.6982583,way_type=user_defined:way_id=80W -edge,15439,15439;41.7355011;-107.6982583:15440;41.7357448;-107.6971719,way_type=user_defined:way_id=80W -edge,15440,15440;41.7357448;-107.6971719:15441;41.7358782;-107.6965832,way_type=user_defined:way_id=80W -edge,15441,15441;41.7358782;-107.6965832:15442;41.7362605;-107.6949232,way_type=user_defined:way_id=80W -edge,15442,15442;41.7362605;-107.6949232:15443;41.7364487;-107.694085,way_type=user_defined:way_id=80W -edge,15443,15443;41.7364487;-107.694085:15444;41.7366327;-107.6932902,way_type=user_defined:way_id=80W -edge,15444,15444;41.7366327;-107.6932902:15445;41.7369509;-107.6918571,way_type=user_defined:way_id=80W -edge,15445,15445;41.7369509;-107.6918571:15446;41.7371528;-107.6909891,way_type=user_defined:way_id=80W -edge,15446,15446;41.7371528;-107.6909891:15447;41.7374603;-107.6896271,way_type=user_defined:way_id=80W -edge,15447,15447;41.7374603;-107.6896271:15448;41.7376525;-107.688796,way_type=user_defined:way_id=80W -edge,15448,15448;41.7376525;-107.688796:15449;41.73781295;-107.6880783,way_type=user_defined:way_id=80W -edge,15449,15449;41.73781295;-107.6880783:15450;41.73785697;-107.6878893,way_type=user_defined:way_id=80W -edge,15450,15450;41.73785697;-107.6878893:15451;41.73795635;-107.6874415,way_type=user_defined:way_id=80W -edge,15451,15451;41.73795635;-107.6874415:15452;41.7381311;-107.6866674,way_type=user_defined:way_id=80W -edge,15452,15452;41.7381311;-107.6866674:15453;41.7383558;-107.6856939,way_type=user_defined:way_id=80W -edge,15453,15453;41.7383558;-107.6856939:15454;41.7389289;-107.6831546,way_type=user_defined:way_id=80W -edge,15454,15454;41.7389289;-107.6831546:15455;41.7392554;-107.6817253,way_type=user_defined:way_id=80W -edge,15455,15455;41.7392554;-107.6817253:15456;41.7394409;-107.6809217,way_type=user_defined:way_id=80W -edge,15456,15456;41.7394409;-107.6809217:15457;41.7397722;-107.6794649,way_type=user_defined:way_id=80W -edge,15457,15457;41.7397722;-107.6794649:15458;41.7400219;-107.6783529,way_type=user_defined:way_id=80W -edge,15458,15458;41.7400219;-107.6783529:15459;41.7402771;-107.6772302,way_type=user_defined:way_id=80W -edge,15459,15459;41.7402771;-107.6772302:15460;41.7406588;-107.6755621,way_type=user_defined:way_id=80W -edge,15460,15460;41.7406588;-107.6755621:15461;41.7408511;-107.6746904,way_type=user_defined:way_id=80W -edge,15461,15461;41.7408511;-107.6746904:15462;41.7409639;-107.6741644,way_type=user_defined:way_id=80W -edge,15462,15462;41.7409639;-107.6741644:15463;41.7410654;-107.6736642,way_type=user_defined:way_id=80W -edge,15463,15463;41.7410654;-107.6736642:15464;41.7411461;-107.6732554,way_type=user_defined:way_id=80W -edge,15464,15464;41.7411461;-107.6732554:15465;41.7412015;-107.6729661,way_type=user_defined:way_id=80W -edge,15465,15465;41.7412015;-107.6729661:15466;41.7412587;-107.6726491,way_type=user_defined:way_id=80W -edge,15466,15466;41.7412587;-107.6726491:15467;41.7413534;-107.6720908,way_type=user_defined:way_id=80W -edge,15467,15467;41.7413534;-107.6720908:15468;41.7414465;-107.6715177,way_type=user_defined:way_id=80W -edge,15468,15468;41.7414465;-107.6715177:15469;41.7414911;-107.6712326,way_type=user_defined:way_id=80W -edge,15469,15469;41.7414911;-107.6712326:15470;41.7415324;-107.6709574,way_type=user_defined:way_id=80W -edge,15470,15470;41.7415324;-107.6709574:15471;41.7416144;-107.6703824,way_type=user_defined:way_id=80W -edge,15471,15471;41.7416144;-107.6703824:15472;41.741687;-107.6698387,way_type=user_defined:way_id=80W -edge,15472,15472;41.741687;-107.6698387:15473;41.7417262;-107.6695186,way_type=user_defined:way_id=80W -edge,15473,15473;41.7417262;-107.6695186:15474;41.7417855;-107.6689853,way_type=user_defined:way_id=80W -edge,15474,15474;41.7417855;-107.6689853:15475;41.741847;-107.6683991,way_type=user_defined:way_id=80W -edge,15475,15475;41.741847;-107.6683991:15476;41.7419016;-107.6678269,way_type=user_defined:way_id=80W -edge,15476,15476;41.7419016;-107.6678269:15477;41.7419521;-107.6672413,way_type=user_defined:way_id=80W -edge,15477,15477;41.7419521;-107.6672413:15478;41.741994;-107.6667008,way_type=user_defined:way_id=80W -edge,15478,15478;41.741994;-107.6667008:15479;41.7420603;-107.6657984,way_type=user_defined:way_id=80W -edge,15479,15479;41.7420603;-107.6657984:15480;41.7421485;-107.6645567,way_type=user_defined:way_id=80W -edge,15480,15480;41.7421485;-107.6645567:15481;41.7422377;-107.6633774,way_type=user_defined:way_id=80W -edge,15481,15481;41.7422377;-107.6633774:15482;41.7423406;-107.6619624,way_type=user_defined:way_id=80W -edge,15482,15482;41.7423406;-107.6619624:15483;41.7424144;-107.6610102,way_type=user_defined:way_id=80W -edge,15483,15483;41.7424144;-107.6610102:15484;41.74253444;-107.6592701,way_type=user_defined:way_id=80W -edge,15484,15484;41.74253444;-107.6592701:15485;41.74259738;-107.6582691,way_type=user_defined:way_id=80W -edge,15485,15485;41.74259738;-107.6582691:15486;41.74263193;-107.6577575,way_type=user_defined:way_id=80W -edge,15486,15486;41.74263193;-107.6577575:15487;41.7427129;-107.656634,way_type=user_defined:way_id=80W -edge,15487,15487;41.7427129;-107.656634:15488;41.7427771;-107.6557195,way_type=user_defined:way_id=80W -edge,15488,15488;41.7427771;-107.6557195:15489;41.7428473;-107.6547512,way_type=user_defined:way_id=80W -edge,15489,15489;41.7428473;-107.6547512:15490;41.7429586;-107.6531222,way_type=user_defined:way_id=80W -edge,15490,15490;41.7429586;-107.6531222:15491;41.7430887;-107.6513429,way_type=user_defined:way_id=80W -edge,15491,15491;41.7430887;-107.6513429:15492;41.7432406;-107.6492043,way_type=user_defined:way_id=80W -edge,15492,15492;41.7432406;-107.6492043:15493;41.7432978;-107.648415,way_type=user_defined:way_id=80W -edge,15493,15493;41.7432978;-107.648415:15494;41.7433556;-107.6475783,way_type=user_defined:way_id=80W -edge,15494,15494;41.7433556;-107.6475783:15495;41.7434912;-107.6456956,way_type=user_defined:way_id=80W -edge,15495,15495;41.7434912;-107.6456956:15496;41.743636;-107.643627,way_type=user_defined:way_id=80W -edge,15496,15496;41.743636;-107.643627:15497;41.7437132;-107.642577,way_type=user_defined:way_id=80W -edge,15497,15497;41.7437132;-107.642577:15498;41.7438502;-107.6405884,way_type=user_defined:way_id=80W -edge,15498,15498;41.7438502;-107.6405884:15499;41.7441226;-107.6367984,way_type=user_defined:way_id=80W -edge,15499,15499;41.7441226;-107.6367984:15500;41.7442196;-107.6354163,way_type=user_defined:way_id=80W -edge,15500,15500;41.7442196;-107.6354163:15501;41.7442995;-107.6343016,way_type=user_defined:way_id=80W -edge,15501,15501;41.7442995;-107.6343016:15502;41.7446168;-107.6297783,way_type=user_defined:way_id=80W -edge,15502,15502;41.7446168;-107.6297783:15503;41.7446774;-107.6288948,way_type=user_defined:way_id=80W -edge,15503,15503;41.7446774;-107.6288948:15504;41.7448028;-107.6271992,way_type=user_defined:way_id=80W -edge,15504,15504;41.7448028;-107.6271992:15505;41.7448305;-107.6267987,way_type=user_defined:way_id=80W -edge,15505,15505;41.7448305;-107.6267987:15506;41.7448852;-107.6259633,way_type=user_defined:way_id=80W -edge,15506,15506;41.7448852;-107.6259633:15507;41.7449877;-107.6244828,way_type=user_defined:way_id=80W -edge,15507,15507;41.7449877;-107.6244828:15508;41.7451029;-107.6229254,way_type=user_defined:way_id=80W -edge,15508,15508;41.7451029;-107.6229254:15509;41.7451481;-107.6222819,way_type=user_defined:way_id=80W -edge,15509,15509;41.7451481;-107.6222819:15510;41.7452153;-107.6212923,way_type=user_defined:way_id=80W -edge,15510,15510;41.7452153;-107.6212923:15511;41.7454013;-107.6187277,way_type=user_defined:way_id=80W -edge,15511,15511;41.7454013;-107.6187277:15512;41.74541856;-107.6184788,way_type=user_defined:way_id=80W -edge,15512,15512;41.74541856;-107.6184788:15513;41.74541856;-107.6184788,way_type=user_defined:way_id=80W -edge,15513,15513;41.74541856;-107.6184788:15514;41.7455341;-107.6168315,way_type=user_defined:way_id=80W -edge,15514,15514;41.7455341;-107.6168315:15515;41.7456237;-107.6154961,way_type=user_defined:way_id=80W -edge,15515,15515;41.7456237;-107.6154961:15516;41.7457299;-107.6140472,way_type=user_defined:way_id=80W -edge,15516,15516;41.7457299;-107.6140472:15517;41.74575137;-107.6137384,way_type=user_defined:way_id=80W -edge,15517,15517;41.74575137;-107.6137384:15518;41.7457906;-107.6131741,way_type=user_defined:way_id=80W -edge,15518,15518;41.7457906;-107.6131741:15519;41.7458501;-107.6123561,way_type=user_defined:way_id=80W -edge,15519,15519;41.7458501;-107.6123561:15520;41.7459146;-107.6114007,way_type=user_defined:way_id=80W -edge,15520,15520;41.7459146;-107.6114007:15521;41.7460249;-107.609879,way_type=user_defined:way_id=80W -edge,15521,15521;41.7460249;-107.609879:15522;41.7462439;-107.6067257,way_type=user_defined:way_id=80W -edge,15522,15522;41.7462439;-107.6067257:15523;41.746351;-107.6052494,way_type=user_defined:way_id=80W -edge,15523,15523;41.746351;-107.6052494:15524;41.7467213;-107.5999484,way_type=user_defined:way_id=80W -edge,15524,15524;41.7467213;-107.5999484:15525;41.7468003;-107.5988573,way_type=user_defined:way_id=80W -edge,15525,15525;41.7468003;-107.5988573:15526;41.746861;-107.5979891,way_type=user_defined:way_id=80W -edge,15526,15526;41.746861;-107.5979891:15527;41.7469278;-107.5970841,way_type=user_defined:way_id=80W -edge,15527,15527;41.7469278;-107.5970841:15528;41.7470714;-107.594985,way_type=user_defined:way_id=80W -edge,15528,15528;41.7470714;-107.594985:15529;41.7471975;-107.5932375,way_type=user_defined:way_id=80W -edge,15529,15529;41.7471975;-107.5932375:15530;41.7473009;-107.591754,way_type=user_defined:way_id=80W -edge,15530,15530;41.7473009;-107.591754:15531;41.7474829;-107.5891754,way_type=user_defined:way_id=80W -edge,15531,15531;41.7474829;-107.5891754:15532;41.7475953;-107.5876132,way_type=user_defined:way_id=80W -edge,15532,15532;41.7475953;-107.5876132:15533;41.7476924;-107.5861705,way_type=user_defined:way_id=80W -edge,15533,15533;41.7476924;-107.5861705:15534;41.7477129;-107.5858813,way_type=user_defined:way_id=80W -edge,15534,15534;41.7477129;-107.5858813:15535;41.7477374;-107.5855547,way_type=user_defined:way_id=80W -edge,15535,15535;41.7477374;-107.5855547:15536;41.7477842;-107.5849672,way_type=user_defined:way_id=80W -edge,15536,15536;41.7477842;-107.5849672:15537;41.7478615;-107.5840558,way_type=user_defined:way_id=80W -edge,15537,15537;41.7478615;-107.5840558:15538;41.7478866;-107.5837779,way_type=user_defined:way_id=80W -edge,15538,15538;41.7478866;-107.5837779:15539;41.7479145;-107.5834921,way_type=user_defined:way_id=80W -edge,15539,15539;41.7479145;-107.5834921:15540;41.7479758;-107.5829036,way_type=user_defined:way_id=80W -edge,15540,15540;41.7479758;-107.5829036:15541;41.748016;-107.5825532,way_type=user_defined:way_id=80W -edge,15541,15541;41.748016;-107.5825532:15542;41.74815;-107.5814419,way_type=user_defined:way_id=80W -edge,15542,15542;41.74815;-107.5814419:15543;41.7482208;-107.5808677,way_type=user_defined:way_id=80W -edge,15543,15543;41.7482208;-107.5808677:15544;41.7483004;-107.5802583,way_type=user_defined:way_id=80W -edge,15544,15544;41.7483004;-107.5802583:15545;41.748341;-107.5799648,way_type=user_defined:way_id=80W -edge,15545,15545;41.748341;-107.5799648:15546;41.7483861;-107.579653,way_type=user_defined:way_id=80W -edge,15546,15546;41.7483861;-107.579653:15547;41.7484741;-107.5790716,way_type=user_defined:way_id=80W -edge,15547,15547;41.7484741;-107.5790716:15548;41.7485279;-107.5787272,way_type=user_defined:way_id=80W -edge,15548,15548;41.7485279;-107.5787272:15549;41.7486144;-107.57819,way_type=user_defined:way_id=80W -edge,15549,15549;41.7486144;-107.57819:15550;41.7487036;-107.5776551,way_type=user_defined:way_id=80W -edge,15550,15550;41.7487036;-107.5776551:15551;41.7487579;-107.5773426,way_type=user_defined:way_id=80W -edge,15551,15551;41.7487579;-107.5773426:15552;41.7488219;-107.5769858,way_type=user_defined:way_id=80W -edge,15552,15552;41.7488219;-107.5769858:15553;41.7489728;-107.5761729,way_type=user_defined:way_id=80W -edge,15553,15553;41.7489728;-107.5761729:15554;41.7490755;-107.5756433,way_type=user_defined:way_id=80W -edge,15554,15554;41.7490755;-107.5756433:15555;41.7491888;-107.5750886,way_type=user_defined:way_id=80W -edge,15555,15555;41.7491888;-107.5750886:15556;41.749248;-107.5748072,way_type=user_defined:way_id=80W -edge,15556,15556;41.749248;-107.5748072:15557;41.7494271;-107.5739751,way_type=user_defined:way_id=80W -edge,15557,15557;41.7494271;-107.5739751:15558;41.7495585;-107.5733787,way_type=user_defined:way_id=80W -edge,15558,15558;41.7495585;-107.5733787:15559;41.7498084;-107.5722257,way_type=user_defined:way_id=80W -edge,15559,15559;41.7498084;-107.5722257:15560;41.75018277;-107.5705147,way_type=user_defined:way_id=80W -edge,15560,15560;41.75018277;-107.5705147:15561;41.7504097;-107.5694775,way_type=user_defined:way_id=80W -edge,15561,15561;41.7504097;-107.5694775:15562;41.7508406;-107.5675283,way_type=user_defined:way_id=80W -edge,15562,15562;41.7508406;-107.5675283:15563;41.7512077;-107.565853,way_type=user_defined:way_id=80W -edge,15563,15563;41.7512077;-107.565853:15564;41.7512077;-107.565853,way_type=user_defined:way_id=80W -edge,15564,15564;41.7512077;-107.565853:15565;41.7518086;-107.5631043,way_type=user_defined:way_id=80W -edge,15565,15565;41.7518086;-107.5631043:15566;41.75202796;-107.5621146,way_type=user_defined:way_id=80W -edge,15566,15566;41.75202796;-107.5621146:15567;41.7525216;-107.5598874,way_type=user_defined:way_id=80W -edge,15567,15567;41.7525216;-107.5598874:15568;41.75265658;-107.5592732,way_type=user_defined:way_id=80W -edge,15568,15568;41.75265658;-107.5592732:15569;41.75265658;-107.5592732,way_type=user_defined:way_id=80W -edge,15569,15569;41.75265658;-107.5592732:15570;41.7529987;-107.5577087,way_type=user_defined:way_id=80W -edge,15570,15570;41.7529987;-107.5577087:15571;41.75325966;-107.5565038,way_type=user_defined:way_id=80W -edge,15571,15571;41.75325966;-107.5565038:15572;41.7533564;-107.5560571,way_type=user_defined:way_id=80W -edge,15572,15572;41.7533564;-107.5560571:15573;41.7536069;-107.5549078,way_type=user_defined:way_id=80W -edge,15573,15573;41.7536069;-107.5549078:15574;41.7539302;-107.5534404,way_type=user_defined:way_id=80W -edge,15574,15574;41.7539302;-107.5534404:15575;41.7539302;-107.5534404,way_type=user_defined:way_id=80W -edge,15575,15575;41.7539302;-107.5534404:15576;41.7542322;-107.5520716,way_type=user_defined:way_id=80W -edge,15576,15576;41.7542322;-107.5520716:15577;41.75427714;-107.55187,way_type=user_defined:way_id=80W -edge,15577,15577;41.75427714;-107.55187:15578;41.7545116;-107.5508181,way_type=user_defined:way_id=80W -edge,15578,15578;41.7545116;-107.5508181:15579;41.7547897;-107.5495318,way_type=user_defined:way_id=80W -edge,15579,15579;41.7547897;-107.5495318:15580;41.7550411;-107.548396,way_type=user_defined:way_id=80W -edge,15580,15580;41.7550411;-107.548396:15581;41.7551653;-107.5478257,way_type=user_defined:way_id=80W -edge,15581,15581;41.7551653;-107.5478257:15582;41.7553495;-107.5469918,way_type=user_defined:way_id=80W -edge,15582,15582;41.7553495;-107.5469918:15583;41.7563417;-107.5424736,way_type=user_defined:way_id=80W -edge,15583,15583;41.7563417;-107.5424736:15584;41.7566648;-107.5410158,way_type=user_defined:way_id=80W -edge,15584,15584;41.7566648;-107.5410158:15585;41.7569097;-107.5398911,way_type=user_defined:way_id=80W -edge,15585,15585;41.7569097;-107.5398911:15586;41.7571605;-107.5387557,way_type=user_defined:way_id=80W -edge,15586,15586;41.7571605;-107.5387557:15587;41.7573956;-107.5376619,way_type=user_defined:way_id=80W -edge,15587,15587;41.7573956;-107.5376619:15588;41.7577568;-107.5360281,way_type=user_defined:way_id=80W -edge,15588,15588;41.7577568;-107.5360281:15589;41.75801;-107.534863,way_type=user_defined:way_id=80W -edge,15589,15589;41.75801;-107.534863:15590;41.758377;-107.5331881,way_type=user_defined:way_id=80W -edge,15590,15590;41.758377;-107.5331881:15591;41.7585264;-107.5324968,way_type=user_defined:way_id=80W -edge,15591,15591;41.7585264;-107.5324968:15592;41.7587139;-107.5316461,way_type=user_defined:way_id=80W -edge,15592,15592;41.7587139;-107.5316461:15593;41.7592513;-107.5291824,way_type=user_defined:way_id=80W -edge,15593,15593;41.7592513;-107.5291824:15594;41.7599569;-107.5260019,way_type=user_defined:way_id=80W -edge,15594,15594;41.7599569;-107.5260019:15595;41.75998573;-107.5258703,way_type=user_defined:way_id=80W -edge,15595,15595;41.75998573;-107.5258703:15596;41.760201;-107.5248874,way_type=user_defined:way_id=80W -edge,15596,15596;41.760201;-107.5248874:15597;41.7604959;-107.5235244,way_type=user_defined:way_id=80W -edge,15597,15597;41.7604959;-107.5235244:15598;41.7607968;-107.5221631,way_type=user_defined:way_id=80W -edge,15598,15598;41.7607968;-107.5221631:15599;41.7612925;-107.5198986,way_type=user_defined:way_id=80W -edge,15599,15599;41.7612925;-107.5198986:15600;41.7615494;-107.5187341,way_type=user_defined:way_id=80W -edge,15600,15600;41.7615494;-107.5187341:15601;41.7619221;-107.517027,way_type=user_defined:way_id=80W -edge,15601,15601;41.7619221;-107.517027:15602;41.76197977;-107.5167668,way_type=user_defined:way_id=80W -edge,15602,15602;41.76197977;-107.5167668:15603;41.7620537;-107.5164332,way_type=user_defined:way_id=80W -edge,15603,15603;41.7620537;-107.5164332:15604;41.7624709;-107.5145192,way_type=user_defined:way_id=80W -edge,15604,15604;41.7624709;-107.5145192:15605;41.762947;-107.512353,way_type=user_defined:way_id=80W -edge,15605,15605;41.762947;-107.512353:15606;41.763084;-107.5117212,way_type=user_defined:way_id=80W -edge,15606,15606;41.763084;-107.5117212:15607;41.7634691;-107.5099741,way_type=user_defined:way_id=80W -edge,15607,15607;41.7634691;-107.5099741:15608;41.7635744;-107.5094887,way_type=user_defined:way_id=80W -edge,15608,15608;41.7635744;-107.5094887:15609;41.7636478;-107.5091409,way_type=user_defined:way_id=80W -edge,15609,15609;41.7636478;-107.5091409:15610;41.76376169;-107.5086426,way_type=user_defined:way_id=80W -edge,15610,15610;41.76376169;-107.5086426:15611;41.76392851;-107.5078711,way_type=user_defined:way_id=80W -edge,15611,15611;41.76392851;-107.5078711:15612;41.76412511;-107.5069803,way_type=user_defined:way_id=80W -edge,15612,15612;41.76412511;-107.5069803:15613;41.76430384;-107.506181,way_type=user_defined:way_id=80W -edge,15613,15613;41.76430384;-107.506181:15614;41.7644349;-107.5055765,way_type=user_defined:way_id=80W -edge,15614,15614;41.7644349;-107.5055765:15615;41.76447512;-107.5053979,way_type=user_defined:way_id=80W -edge,15615,15615;41.76447512;-107.5053979:15616;41.76447512;-107.5053979,way_type=user_defined:way_id=80W -edge,15616,15616;41.76447512;-107.5053979:15617;41.76469105;-107.5044391,way_type=user_defined:way_id=80W -edge,15617,15617;41.76469105;-107.5044391:15618;41.7648638;-107.5036636,way_type=user_defined:way_id=80W -edge,15618,15618;41.7648638;-107.5036636:15619;41.76508717;-107.5026813,way_type=user_defined:way_id=80W -edge,15619,15619;41.76508717;-107.5026813:15620;41.76527778;-107.5018183,way_type=user_defined:way_id=80W -edge,15620,15620;41.76527778;-107.5018183:15621;41.76573044;-107.4998219,way_type=user_defined:way_id=80W -edge,15621,15621;41.76573044;-107.4998219:15622;41.766192;-107.4977419,way_type=user_defined:way_id=80W -edge,15622,15622;41.766192;-107.4977419:15623;41.76655526;-107.4961431,way_type=user_defined:way_id=80W -edge,15623,15623;41.76655526;-107.4961431:15624;41.76673986;-107.4953119,way_type=user_defined:way_id=80W -edge,15624,15624;41.76673986;-107.4953119:15625;41.76693636;-107.4944409,way_type=user_defined:way_id=80W -edge,15625,15625;41.76693636;-107.4944409:15626;41.76709118;-107.4937329,way_type=user_defined:way_id=80W -edge,15626,15626;41.76709118;-107.4937329:15627;41.76726088;-107.4929813,way_type=user_defined:way_id=80W -edge,15627,15627;41.76726088;-107.4929813:15628;41.76739187;-107.4923807,way_type=user_defined:way_id=80W -edge,15628,15628;41.76739187;-107.4923807:15629;41.76761216;-107.4913983,way_type=user_defined:way_id=80W -edge,15629,15629;41.76761216;-107.4913983:15630;41.76779078;-107.4906148,way_type=user_defined:way_id=80W -edge,15630,15630;41.76779078;-107.4906148:15631;41.76793068;-107.4899784,way_type=user_defined:way_id=80W -edge,15631,15631;41.76793068;-107.4899784:15632;41.76810036;-107.4892426,way_type=user_defined:way_id=80W -edge,15632,15632;41.76810036;-107.4892426:15633;41.76859446;-107.4870392,way_type=user_defined:way_id=80W -edge,15633,15633;41.76859446;-107.4870392:15634;41.76871352;-107.4864983,way_type=user_defined:way_id=80W -edge,15634,15634;41.76871352;-107.4864983:15635;41.76890102;-107.4856272,way_type=user_defined:way_id=80W -edge,15635,15635;41.76890102;-107.4856272:15636;41.76932065;-107.4837777,way_type=user_defined:way_id=80W -edge,15636,15636;41.76932065;-107.4837777:15637;41.76988309;-107.481256,way_type=user_defined:way_id=80W -edge,15637,15637;41.76988309;-107.481256:15638;41.77022231;-107.4797485,way_type=user_defined:way_id=80W -edge,15638,15638;41.77022231;-107.4797485:15639;41.77038298;-107.4790206,way_type=user_defined:way_id=80W -edge,15639,15639;41.77038298;-107.4790206:15640;41.77062995;-107.4779387,way_type=user_defined:way_id=80W -edge,15640,15640;41.77062995;-107.4779387:15641;41.77101672;-107.4762004,way_type=user_defined:way_id=80W -edge,15641,15641;41.77101672;-107.4762004:15642;41.77122795;-107.4752418,way_type=user_defined:way_id=80W -edge,15642,15642;41.77122795;-107.4752418:15643;41.77149569;-107.4740525,way_type=user_defined:way_id=80W -edge,15643,15643;41.77149569;-107.4740525:15644;41.77170096;-107.4731495,way_type=user_defined:way_id=80W -edge,15644,15644;41.77170096;-107.4731495:15645;41.77191513;-107.4721789,way_type=user_defined:way_id=80W -edge,15645,15645;41.77191513;-107.4721789:15646;41.77199939;-107.4718029,way_type=user_defined:way_id=80W -edge,15646,15646;41.77199939;-107.4718029:15647;41.77220752;-107.470874,way_type=user_defined:way_id=80W -edge,15647,15647;41.77220752;-107.470874:15648;41.77220752;-107.470874,way_type=user_defined:way_id=80W -edge,15648,15648;41.77220752;-107.470874:15649;41.77233454;-107.4703094,way_type=user_defined:way_id=80W -edge,15649,15649;41.77233454;-107.4703094:15650;41.77245648;-107.4697525,way_type=user_defined:way_id=80W -edge,15650,15650;41.77245648;-107.4697525:15651;41.77267361;-107.4688057,way_type=user_defined:way_id=80W -edge,15651,15651;41.77267361;-107.4688057:15652;41.77274725;-107.468477,way_type=user_defined:way_id=80W -edge,15652,15652;41.77274725;-107.468477:15653;41.77287586;-107.4679027,way_type=user_defined:way_id=80W -edge,15653,15653;41.77287586;-107.4679027:15654;41.77306322;-107.4670395,way_type=user_defined:way_id=80W -edge,15654,15654;41.77306322;-107.4670395:15655;41.77321346;-107.4663828,way_type=user_defined:way_id=80W -edge,15655,15655;41.77321346;-107.4663828:15656;41.77321346;-107.4663828,way_type=user_defined:way_id=80W -edge,15656,15656;41.77321346;-107.4663828:15657;41.77330709;-107.4659734,way_type=user_defined:way_id=80W -edge,15657,15657;41.77330709;-107.4659734:15658;41.77375693;-107.463947,way_type=user_defined:way_id=80W -edge,15658,15658;41.77375693;-107.463947:15659;41.77380073;-107.4637497,way_type=user_defined:way_id=80W -edge,15659,15659;41.77380073;-107.4637497:15660;41.77421406;-107.4619357,way_type=user_defined:way_id=80W -edge,15660,15660;41.77421406;-107.4619357:15661;41.77421406;-107.4619357,way_type=user_defined:way_id=80W -edge,15661,15661;41.77421406;-107.4619357:15662;41.77423632;-107.4618366,way_type=user_defined:way_id=80W -edge,15662,15662;41.77423632;-107.4618366:15663;41.77444896;-107.4608895,way_type=user_defined:way_id=80W -edge,15663,15663;41.77444896;-107.4608895:15664;41.77461248;-107.4601496,way_type=user_defined:way_id=80W -edge,15664,15664;41.77461248;-107.4601496:15665;41.77481763;-107.4592386,way_type=user_defined:way_id=80W -edge,15665,15665;41.77481763;-107.4592386:15666;41.77507331;-107.4580889,way_type=user_defined:way_id=80W -edge,15666,15666;41.77507331;-107.4580889:15667;41.77521898;-107.4574444,way_type=user_defined:way_id=80W -edge,15667,15667;41.77521898;-107.4574444:15668;41.77553113;-107.456048,way_type=user_defined:way_id=80W -edge,15668,15668;41.77553113;-107.456048:15669;41.77572733;-107.4551887,way_type=user_defined:way_id=80W -edge,15669,15669;41.77572733;-107.4551887:15670;41.77587893;-107.4545164,way_type=user_defined:way_id=80W -edge,15670,15670;41.77587893;-107.4545164:15671;41.776087;-107.4535775,way_type=user_defined:way_id=80W -edge,15671,15671;41.776087;-107.4535775:15672;41.77624454;-107.4528773,way_type=user_defined:way_id=80W -edge,15672,15672;41.77624454;-107.4528773:15673;41.77633073;-107.4524795,way_type=user_defined:way_id=80W -edge,15673,15673;41.77633073;-107.4524795:15674;41.7764526;-107.4519544,way_type=user_defined:way_id=80W -edge,15674,15674;41.7764526;-107.4519544:15675;41.77658635;-107.4513616,way_type=user_defined:way_id=80W -edge,15675,15675;41.77658635;-107.4513616:15676;41.77676171;-107.4505739,way_type=user_defined:way_id=80W -edge,15676,15676;41.77676171;-107.4505739:15677;41.77694004;-107.4497941,way_type=user_defined:way_id=80W -edge,15677,15677;41.77694004;-107.4497941:15678;41.77708566;-107.4491337,way_type=user_defined:way_id=80W -edge,15678,15678;41.77708566;-107.4491337:15679;41.77714806;-107.4488432,way_type=user_defined:way_id=80W -edge,15679,15679;41.77714806;-107.4488432:15680;41.77728632;-107.4482263,way_type=user_defined:way_id=80W -edge,15680,15680;41.77728632;-107.4482263:15681;41.7777008;-107.4463766,way_type=user_defined:way_id=80W -edge,15681,15681;41.7777008;-107.4463766:15682;41.7780544;-107.4447852,way_type=user_defined:way_id=80W -edge,15682,15682;41.7780544;-107.4447852:15683;41.77819408;-107.4441963,way_type=user_defined:way_id=80W -edge,15683,15683;41.77819408;-107.4441963:15684;41.7783456;-107.443504,way_type=user_defined:way_id=80W -edge,15684,15684;41.7783456;-107.443504:15685;41.77863381;-107.4422189,way_type=user_defined:way_id=80W -edge,15685,15685;41.77863381;-107.4422189:15686;41.77889228;-107.4410572,way_type=user_defined:way_id=80W -edge,15686,15686;41.77889228;-107.4410572:15687;41.77899924;-107.4405917,way_type=user_defined:way_id=80W -edge,15687,15687;41.77899924;-107.4405917:15688;41.77955774;-107.438093,way_type=user_defined:way_id=80W -edge,15688,15688;41.77955774;-107.438093:15689;41.77973597;-107.4373013,way_type=user_defined:way_id=80W -edge,15689,15689;41.77973597;-107.4373013:15690;41.78012509;-107.4355546,way_type=user_defined:way_id=80W -edge,15690,15690;41.78012509;-107.4355546:15691;41.7806033;-107.4334338,way_type=user_defined:way_id=80W -edge,15691,15691;41.7806033;-107.4334338:15692;41.78079338;-107.4325823,way_type=user_defined:way_id=80W -edge,15692,15692;41.78079338;-107.4325823:15693;41.78105175;-107.4314125,way_type=user_defined:way_id=80W -edge,15693,15693;41.78105175;-107.4314125:15694;41.78126557;-107.4304655,way_type=user_defined:way_id=80W -edge,15694,15694;41.78126557;-107.4304655:15695;41.78173476;-107.4283606,way_type=user_defined:way_id=80W -edge,15695,15695;41.78173476;-107.4283606:15696;41.78192481;-107.4275211,way_type=user_defined:way_id=80W -edge,15696,15696;41.78192481;-107.4275211:15697;41.78226626;-107.4259812,way_type=user_defined:way_id=80W -edge,15697,15697;41.78226626;-107.4259812:15698;41.78247113;-107.4250739,way_type=user_defined:way_id=80W -edge,15698,15698;41.78247113;-107.4250739:15699;41.78262257;-107.4244174,way_type=user_defined:way_id=80W -edge,15699,15699;41.78262257;-107.4244174:15700;41.78276804;-107.4237528,way_type=user_defined:way_id=80W -edge,15700,15700;41.78276804;-107.4237528:15701;41.78288382;-107.4232395,way_type=user_defined:way_id=80W -edge,15701,15701;41.78288382;-107.4232395:15702;41.78305009;-107.4225153,way_type=user_defined:way_id=80W -edge,15702,15702;41.78305009;-107.4225153:15703;41.78319851;-107.4218309,way_type=user_defined:way_id=80W -edge,15703,15703;41.78319851;-107.4218309:15704;41.78334695;-107.4211783,way_type=user_defined:way_id=80W -edge,15704,15704;41.78334695;-107.4211783:15705;41.78350132;-107.4204899,way_type=user_defined:way_id=80W -edge,15705,15705;41.78350132;-107.4204899:15706;41.78387533;-107.4188067,way_type=user_defined:way_id=80W -edge,15706,15706;41.78387533;-107.4188067:15707;41.78408014;-107.4178914,way_type=user_defined:way_id=80W -edge,15707,15707;41.78408014;-107.4178914:15708;41.78428792;-107.4169801,way_type=user_defined:way_id=80W -edge,15708,15708;41.78428792;-107.4169801:15709;41.78443333;-107.4162917,way_type=user_defined:way_id=80W -edge,15709,15709;41.78443333;-107.4162917:15710;41.78456392;-107.4157187,way_type=user_defined:way_id=80W -edge,15710,15710;41.78456392;-107.4157187:15711;41.78467077;-107.4152372,way_type=user_defined:way_id=80W -edge,15711,15711;41.78467077;-107.4152372:15712;41.78479543;-107.414696,way_type=user_defined:way_id=80W -edge,15712,15712;41.78479543;-107.414696:15713;41.78493193;-107.4140632,way_type=user_defined:way_id=80W -edge,15713,15713;41.78493193;-107.4140632:15714;41.78504767;-107.4135419,way_type=user_defined:way_id=80W -edge,15714,15714;41.78504767;-107.4135419:15715;41.78521382;-107.4127461,way_type=user_defined:way_id=80W -edge,15715,15715;41.78521382;-107.4127461:15716;41.78523751;-107.4125869,way_type=user_defined:way_id=80W -edge,15716,15716;41.78523751;-107.4125869:15717;41.7852998;-107.4122685,way_type=user_defined:way_id=80W -edge,15717,15717;41.7852998;-107.4122685:15718;41.78537987;-107.4118348,way_type=user_defined:way_id=80W -edge,15718,15718;41.78537987;-107.4118348:15719;41.78545697;-107.4114289,way_type=user_defined:way_id=80W -edge,15719,15719;41.78545697;-107.4114289:15720;41.78549845;-107.4111623,way_type=user_defined:way_id=80W -edge,15720,15720;41.78549845;-107.4111623:15721;41.78561013;-107.4104653,way_type=user_defined:way_id=80W -edge,15721,15721;41.78561013;-107.4104653:15722;41.78561013;-107.4104653,way_type=user_defined:way_id=80W -edge,15722,15722;41.78561013;-107.4104653:15723;41.78564508;-107.4102381,way_type=user_defined:way_id=80W -edge,15723,15723;41.78564508;-107.4102381:15724;41.78567919;-107.4100163,way_type=user_defined:way_id=80W -edge,15724,15724;41.78567919;-107.4100163:15725;41.7857443;-107.409515,way_type=user_defined:way_id=80W -edge,15725,15725;41.7857443;-107.409515:15726;41.78578429;-107.4092185,way_type=user_defined:way_id=80W -edge,15726,15726;41.78578429;-107.4092185:15727;41.78578429;-107.4092185,way_type=user_defined:way_id=80W -edge,15727,15727;41.78578429;-107.4092185:15728;41.78584199;-107.4087908,way_type=user_defined:way_id=80W -edge,15728,15728;41.78584199;-107.4087908:15729;41.7859551;-107.4080091,way_type=user_defined:way_id=80W -edge,15729,15729;41.7859551;-107.4080091:15730;41.78596636;-107.4079313,way_type=user_defined:way_id=80W -edge,15730,15730;41.78596636;-107.4079313:15731;41.78599441;-107.4077347,way_type=user_defined:way_id=80W -edge,15731,15731;41.78599441;-107.4077347:15732;41.78609071;-107.4070599,way_type=user_defined:way_id=80W -edge,15732,15732;41.78609071;-107.4070599:15733;41.78617713;-107.4064975,way_type=user_defined:way_id=80W -edge,15733,15733;41.78617713;-107.4064975:15734;41.78617713;-107.4064975,way_type=user_defined:way_id=80W -edge,15734,15734;41.78617713;-107.4064975:15735;41.78629972;-107.4056449,way_type=user_defined:way_id=80W -edge,15735,15735;41.78629972;-107.4056449:15736;41.78635131;-107.405313,way_type=user_defined:way_id=80W -edge,15736,15736;41.78635131;-107.405313:15737;41.78644611;-107.404728,way_type=user_defined:way_id=80W -edge,15737,15737;41.78644611;-107.404728:15738;41.78655577;-107.4041232,way_type=user_defined:way_id=80W -edge,15738,15738;41.78655577;-107.4041232:15739;41.78666842;-107.4035302,way_type=user_defined:way_id=80W -edge,15739,15739;41.78666842;-107.4035302:15740;41.78678999;-107.4029174,way_type=user_defined:way_id=80W -edge,15740,15740;41.78678999;-107.4029174:15741;41.78692643;-107.4022886,way_type=user_defined:way_id=80W -edge,15741,15741;41.78692643;-107.4022886:15742;41.78703915;-107.4017831,way_type=user_defined:way_id=80W -edge,15742,15742;41.78703915;-107.4017831:15743;41.78716668;-107.4011981,way_type=user_defined:way_id=80W -edge,15743,15743;41.78716668;-107.4011981:15744;41.7872972;-107.4006131,way_type=user_defined:way_id=80W -edge,15744,15744;41.7872972;-107.4006131:15745;41.78743366;-107.400032,way_type=user_defined:way_id=80W -edge,15745,15745;41.78743366;-107.400032:15746;41.78753745;-107.3995425,way_type=user_defined:way_id=80W -edge,15746,15746;41.78753745;-107.3995425:15747;41.78783999;-107.3982013,way_type=user_defined:way_id=80W -edge,15747,15747;41.78783999;-107.3982013:15748;41.78796158;-107.3976442,way_type=user_defined:way_id=80W -edge,15748,15748;41.78796158;-107.3976442:15749;41.78815436;-107.3967845,way_type=user_defined:way_id=80W -edge,15749,15749;41.78815436;-107.3967845:15750;41.7882789;-107.3962114,way_type=user_defined:way_id=80W -edge,15750,15750;41.7882789;-107.3962114:15751;41.78848939;-107.3952005,way_type=user_defined:way_id=80W -edge,15751,15751;41.78848939;-107.3952005:15752;41.78866719;-107.3942732,way_type=user_defined:way_id=80W -edge,15752,15752;41.78866719;-107.3942732:15753;41.78870867;-107.3940424,way_type=user_defined:way_id=80W -edge,15753,15753;41.78870867;-107.3940424:15754;41.78875604;-107.3937479,way_type=user_defined:way_id=80W -edge,15754,15754;41.78875604;-107.3937479:15755;41.78881526;-107.3933977,way_type=user_defined:way_id=80W -edge,15755,15755;41.78881526;-107.3933977:15756;41.78883596;-107.3932386,way_type=user_defined:way_id=80W -edge,15756,15756;41.78883596;-107.3932386:15757;41.78890402;-107.3927849,way_type=user_defined:way_id=80W -edge,15757,15757;41.78890402;-107.3927849:15758;41.78897498;-107.3922596,way_type=user_defined:way_id=80W -edge,15758,15758;41.78897498;-107.3922596:15759;41.78903999;-107.3917383,way_type=user_defined:way_id=80W -edge,15759,15759;41.78903999;-107.3917383:15760;41.78910198;-107.3911653,way_type=user_defined:way_id=80W -edge,15760,15760;41.78910198;-107.3911653:15761;41.78914918;-107.3907117,way_type=user_defined:way_id=80W -edge,15761,15761;41.78914918;-107.3907117:15762;41.78919338;-107.3902302,way_type=user_defined:way_id=80W -edge,15762,15762;41.78919338;-107.3902302:15763;41.78922869;-107.3898005,way_type=user_defined:way_id=80W -edge,15763,15763;41.78922869;-107.3898005:15764;41.78926393;-107.3892912,way_type=user_defined:way_id=80W -edge,15764,15764;41.78926393;-107.3892912:15765;41.78931087;-107.3885829,way_type=user_defined:way_id=80W -edge,15765,15765;41.78931087;-107.3885829:15766;41.78932246;-107.3882527,way_type=user_defined:way_id=80W -edge,15766,15766;41.78932246;-107.3882527:15767;41.78934282;-107.3877672,way_type=user_defined:way_id=80W -edge,15767,15767;41.78934282;-107.3877672:15768;41.78935437;-107.3874092,way_type=user_defined:way_id=80W -edge,15768,15768;41.78935437;-107.3874092:15769;41.78936492;-107.3864992,way_type=user_defined:way_id=80W -edge,15769,15769;41.78936492;-107.3864992:15770;41.78936424;-107.3853881,way_type=user_defined:way_id=80W -edge,15770,15770;41.78936424;-107.3853881:15771;41.78935177;-107.384847,way_type=user_defined:way_id=80W -edge,15771,15771;41.78935177;-107.384847:15772;41.78933343;-107.3843895,way_type=user_defined:way_id=80W -edge,15772,15772;41.78933343;-107.3843895:15773;41.78930905;-107.3838485,way_type=user_defined:way_id=80W -edge,15773,15773;41.78930905;-107.3838485:15774;41.78927569;-107.3832637,way_type=user_defined:way_id=80W -edge,15774,15774;41.78927569;-107.3832637:15775;41.78924243;-107.3827863,way_type=user_defined:way_id=80W -edge,15775,15775;41.78924243;-107.3827863:15776;41.78919117;-107.3821698,way_type=user_defined:way_id=80W -edge,15776,15776;41.78919117;-107.3821698:15777;41.78915203;-107.381768,way_type=user_defined:way_id=80W -edge,15777,15777;41.78915203;-107.381768:15778;41.78912188;-107.381418,way_type=user_defined:way_id=80W -edge,15778,15778;41.78912188;-107.381418:15779;41.78909184;-107.3811674,way_type=user_defined:way_id=80W -edge,15779,15779;41.78909184;-107.3811674:15780;41.78904671;-107.3807378,way_type=user_defined:way_id=80W -edge,15780,15780;41.78904671;-107.3807378:15781;41.78898066;-107.3802287,way_type=user_defined:way_id=80W -edge,15781,15781;41.78898066;-107.3802287:15782;41.78890563;-107.3796838,way_type=user_defined:way_id=80W -edge,15782,15782;41.78890563;-107.3796838:15783;41.78881864;-107.3790951,way_type=user_defined:way_id=80W -edge,15783,15783;41.78881864;-107.3790951:15784;41.78874368;-107.3786258,way_type=user_defined:way_id=80W -edge,15784,15784;41.78874368;-107.3786258:15785;41.78865678;-107.3781247,way_type=user_defined:way_id=80W -edge,15785,15785;41.78865678;-107.3781247:15786;41.78856994;-107.3776793,way_type=user_defined:way_id=80W -edge,15786,15786;41.78856994;-107.3776793:15787;41.78847707;-107.3771782,way_type=user_defined:way_id=80W -edge,15787,15787;41.78847707;-107.3771782:15788;41.78836331;-107.3766254,way_type=user_defined:way_id=80W -edge,15788,15788;41.78836331;-107.3766254:15789;41.78825556;-107.3761283,way_type=user_defined:way_id=80W -edge,15789,15789;41.78825556;-107.3761283:15790;41.78812691;-107.3755875,way_type=user_defined:way_id=80W -edge,15790,15790;41.78812691;-107.3755875:15791;41.78799528;-107.3750506,way_type=user_defined:way_id=80W -edge,15791,15791;41.78799528;-107.3750506:15792;41.78778295;-107.3742395,way_type=user_defined:way_id=80W -edge,15792,15792;41.78778295;-107.3742395:15793;41.78763045;-107.3736828,way_type=user_defined:way_id=80W -edge,15793,15793;41.78763045;-107.3736828:15794;41.78714907;-107.3719731,way_type=user_defined:way_id=80W -edge,15794,15794;41.78714907;-107.3719731:15795;41.7871029;-107.3718129,way_type=user_defined:way_id=80W -edge,15795,15795;41.7871029;-107.3718129:15796;41.7871029;-107.3718129,way_type=user_defined:way_id=80W -edge,15796,15796;41.7871029;-107.3718129:15797;41.78701416;-107.3715052,way_type=user_defined:way_id=80W -edge,15797,15797;41.78701416;-107.3715052:15798;41.78691562;-107.3711635,way_type=user_defined:way_id=80W -edge,15798,15798;41.78691562;-107.3711635:15799;41.78691562;-107.3711635,way_type=user_defined:way_id=80W -edge,15799,15799;41.78691562;-107.3711635:15800;41.78664379;-107.3702196,way_type=user_defined:way_id=80W -edge,15800,15800;41.78664379;-107.3702196:15801;41.78644942;-107.3695278,way_type=user_defined:way_id=80W -edge,15801,15801;41.78644942;-107.3695278:15802;41.78634405;-107.3691445,way_type=user_defined:way_id=80W -edge,15802,15802;41.78634405;-107.3691445:15803;41.78629092;-107.3689513,way_type=user_defined:way_id=80W -edge,15803,15803;41.78629092;-107.3689513:15804;41.78623329;-107.368752,way_type=user_defined:way_id=80W -edge,15804,15804;41.78623329;-107.368752:15805;41.78606667;-107.368176,way_type=user_defined:way_id=80W -edge,15805,15805;41.78606667;-107.368176:15806;41.78588424;-107.367516,way_type=user_defined:way_id=80W -edge,15806,15806;41.78588424;-107.367516:15807;41.78573751;-107.3670002,way_type=user_defined:way_id=80W -edge,15807,15807;41.78573751;-107.3670002:15808;41.78573751;-107.3670002,way_type=user_defined:way_id=80W -edge,15808,15808;41.78573751;-107.3670002:15809;41.78566595;-107.3667486,way_type=user_defined:way_id=80W -edge,15809,15809;41.78566595;-107.3667486:15810;41.78548651;-107.3661045,way_type=user_defined:way_id=80W -edge,15810,15810;41.78548651;-107.3661045:15811;41.78490635;-107.3640769,way_type=user_defined:way_id=80W -edge,15811,15811;41.78490635;-107.3640769:15812;41.78471196;-107.3633891,way_type=user_defined:way_id=80W -edge,15812,15812;41.78471196;-107.3633891:15813;41.78442784;-107.3623951,way_type=user_defined:way_id=80W -edge,15813,15813;41.78442784;-107.3623951:15814;41.7842095;-107.3616199,way_type=user_defined:way_id=80W -edge,15814,15814;41.7842095;-107.3616199:15815;41.78377283;-107.3600932,way_type=user_defined:way_id=80W -edge,15815,15815;41.78377283;-107.3600932:15816;41.78352157;-107.3592027,way_type=user_defined:way_id=80W -edge,15816,15816;41.78352157;-107.3592027:15817;41.78283361;-107.3567975,way_type=user_defined:way_id=80W -edge,15817,15817;41.78283361;-107.3567975:15818;41.78257633;-107.3558751,way_type=user_defined:way_id=80W -edge,15818,15818;41.78257633;-107.3558751:15819;41.78236692;-107.3551317,way_type=user_defined:way_id=80W -edge,15819,15819;41.78236692;-107.3551317:15820;41.78187333;-107.3534143,way_type=user_defined:way_id=80W -edge,15820,15820;41.78187333;-107.3534143:15821;41.78156817;-107.352333,way_type=user_defined:way_id=80W -edge,15821,15821;41.78156817;-107.352333:15822;41.78131086;-107.3514147,way_type=user_defined:way_id=80W -edge,15822,15822;41.78131086;-107.3514147:15823;41.7811134;-107.350723,way_type=user_defined:way_id=80W -edge,15823,15823;41.7811134;-107.350723:15824;41.78042521;-107.3482901,way_type=user_defined:way_id=80W -edge,15824,15824;41.78042521;-107.3482901:15825;41.78017392;-107.3474395,way_type=user_defined:way_id=80W -edge,15825,15825;41.78017392;-107.3474395:15826;41.77997638;-107.346712,way_type=user_defined:way_id=80W -edge,15826,15826;41.77997638;-107.346712:15827;41.77978789;-107.346068,way_type=user_defined:way_id=80W -edge,15827,15827;41.77978789;-107.346068:15828;41.77959637;-107.3453883,way_type=user_defined:way_id=80W -edge,15828,15828;41.77959637;-107.3453883:15829;41.77927022;-107.3442633,way_type=user_defined:way_id=80W -edge,15829,15829;41.77927022;-107.3442633:15830;41.77899487;-107.3432696,way_type=user_defined:way_id=80W -edge,15830,15830;41.77899487;-107.3432696:15831;41.77879737;-107.3425859,way_type=user_defined:way_id=80W -edge,15831,15831;41.77879737;-107.3425859:15832;41.77860882;-107.3419141,way_type=user_defined:way_id=80W -edge,15832,15832;41.77860882;-107.3419141:15833;41.77818982;-107.3404394,way_type=user_defined:way_id=80W -edge,15833,15833;41.77818982;-107.3404394:15834;41.77805513;-107.3399584,way_type=user_defined:way_id=80W -edge,15834,15834;41.77805513;-107.3399584:15835;41.77793537;-107.3395092,way_type=user_defined:way_id=80W -edge,15835,15835;41.77793537;-107.3395092:15836;41.77779162;-107.3389408,way_type=user_defined:way_id=80W -edge,15836,15836;41.77779162;-107.3389408:15837;41.77756698;-107.3380424,way_type=user_defined:way_id=80W -edge,15837,15837;41.77756698;-107.3380424:15838;41.7774081;-107.3373188,way_type=user_defined:way_id=80W -edge,15838,15838;41.7774081;-107.3373188:15839;41.77733615;-107.3369849,way_type=user_defined:way_id=80W -edge,15839,15839;41.77733615;-107.3369849:15840;41.77724319;-107.3365396,way_type=user_defined:way_id=80W -edge,15840,15840;41.77724319;-107.3365396:15841;41.77714415;-107.3360148,way_type=user_defined:way_id=80W -edge,15841,15841;41.77714415;-107.3360148:15842;41.77702712;-107.3354065,way_type=user_defined:way_id=80W -edge,15842,15842;41.77702712;-107.3354065:15843;41.77691907;-107.33483,way_type=user_defined:way_id=80W -edge,15843,15843;41.77691907;-107.33483:15844;41.77685297;-107.3344324,way_type=user_defined:way_id=80W -edge,15844,15844;41.77685297;-107.3344324:15845;41.77663342;-107.3329732,way_type=user_defined:way_id=80W -edge,15845,15845;41.77663342;-107.3329732:15846;41.77655813;-107.3324125,way_type=user_defined:way_id=80W -edge,15846,15846;41.77655813;-107.3324125:15847;41.77650386;-107.3319632,way_type=user_defined:way_id=80W -edge,15847,15847;41.77650386;-107.3319632:15848;41.77640423;-107.3310565,way_type=user_defined:way_id=80W -edge,15848,15848;41.77640423;-107.3310565:15849;41.77632557;-107.3302413,way_type=user_defined:way_id=80W -edge,15849,15849;41.77632557;-107.3302413:15850;41.77625262;-107.329267,way_type=user_defined:way_id=80W -edge,15850,15850;41.77625262;-107.329267:15851;41.77618549;-107.3282051,way_type=user_defined:way_id=80W -edge,15851,15851;41.77618549;-107.3282051:15852;41.77615469;-107.3275409,way_type=user_defined:way_id=80W -edge,15852,15852;41.77615469;-107.3275409:15853;41.77613603;-107.3270279,way_type=user_defined:way_id=80W -edge,15853,15853;41.77613603;-107.3270279:15854;41.77613046;-107.3268524,way_type=user_defined:way_id=80W -edge,15854,15854;41.77613046;-107.3268524:15855;41.77612038;-107.3265347,way_type=user_defined:way_id=80W -edge,15855,15855;41.77612038;-107.3265347:15856;41.77610796;-107.3262046,way_type=user_defined:way_id=80W -edge,15856,15856;41.77610796;-107.3262046:15857;41.77610148;-107.3258705,way_type=user_defined:way_id=80W -edge,15857,15857;41.77610148;-107.3258705:15858;41.77610069;-107.3253573,way_type=user_defined:way_id=80W -edge,15858,15858;41.77610069;-107.3253573:15859;41.77610285;-107.3248363,way_type=user_defined:way_id=80W -edge,15859,15859;41.77610285;-107.3248363:15860;41.77610823;-107.3244624,way_type=user_defined:way_id=80W -edge,15860,15860;41.77610823;-107.3244624:15861;41.77611074;-107.324164,way_type=user_defined:way_id=80W -edge,15861,15861;41.77611074;-107.324164:15862;41.77612202;-107.3237622,way_type=user_defined:way_id=80W -edge,15862,15862;41.77612202;-107.3237622:15863;41.77614474;-107.3230621,way_type=user_defined:way_id=80W -edge,15863,15863;41.77614474;-107.3230621:15864;41.77617049;-107.3223938,way_type=user_defined:way_id=80W -edge,15864,15864;41.77617049;-107.3223938:15865;41.77620229;-107.3217931,way_type=user_defined:way_id=80W -edge,15865,15865;41.77620229;-107.3217931:15866;41.7762663;-107.3208502,way_type=user_defined:way_id=80W -edge,15866,15866;41.7762663;-107.3208502:15867;41.77631587;-107.3201897,way_type=user_defined:way_id=80W -edge,15867,15867;41.77631587;-107.3201897:15868;41.77638017;-107.3194298,way_type=user_defined:way_id=80W -edge,15868,15868;41.77638017;-107.3194298:15869;41.77640214;-107.3191025,way_type=user_defined:way_id=80W -edge,15869,15869;41.77640214;-107.3191025:15870;41.77643251;-107.31865,way_type=user_defined:way_id=80W -edge,15870,15870;41.77643251;-107.31865:15871;41.77644988;-107.3183397,way_type=user_defined:way_id=80W -edge,15871,15871;41.77644988;-107.3183397:15872;41.77650829;-107.3176315,way_type=user_defined:way_id=80W -edge,15872,15872;41.77650829;-107.3176315:15873;41.77650829;-107.3176315,way_type=user_defined:way_id=80W -edge,15873,15873;41.77650829;-107.3176315:15874;41.77659864;-107.31643,way_type=user_defined:way_id=80W -edge,15874,15874;41.77659864;-107.31643:15875;41.77665408;-107.3157337,way_type=user_defined:way_id=80W -edge,15875,15875;41.77665408;-107.3157337:15876;41.77671204;-107.3149725,way_type=user_defined:way_id=80W -edge,15876,15876;41.77671204;-107.3149725:15877;41.77678525;-107.314011,way_type=user_defined:way_id=80W -edge,15877,15877;41.77678525;-107.314011:15878;41.77692812;-107.3121808,way_type=user_defined:way_id=80W -edge,15878,15878;41.77692812;-107.3121808:15879;41.77696593;-107.3116397,way_type=user_defined:way_id=80W -edge,15879,15879;41.77696593;-107.3116397:15880;41.7770061;-107.311129,way_type=user_defined:way_id=80W -edge,15880,15880;41.7770061;-107.311129:15881;41.7770061;-107.311129,way_type=user_defined:way_id=80W -edge,15881,15881;41.7770061;-107.311129:15882;41.77715241;-107.3092128,way_type=user_defined:way_id=80W -edge,15882,15882;41.77715241;-107.3092128:15883;41.77720493;-107.3085762,way_type=user_defined:way_id=80W -edge,15883,15883;41.77720493;-107.3085762:15884;41.77736251;-107.3065071,way_type=user_defined:way_id=80W -edge,15884,15884;41.77736251;-107.3065071:15885;41.77748158;-107.3049436,way_type=user_defined:way_id=80W -edge,15885,15885;41.77748158;-107.3049436:15886;41.77756322;-107.3039449,way_type=user_defined:way_id=80W -edge,15886,15886;41.77756322;-107.3039449:15887;41.77758936;-107.303567,way_type=user_defined:way_id=80W -edge,15887,15887;41.77758936;-107.303567:15888;41.77758936;-107.303567,way_type=user_defined:way_id=80W -edge,15888,15888;41.77758936;-107.303567:15889;41.77760751;-107.3033253,way_type=user_defined:way_id=80W -edge,15889,15889;41.77760751;-107.3033253:15890;41.77766793;-107.3025206,way_type=user_defined:way_id=80W -edge,15890,15890;41.77766793;-107.3025206:15891;41.77773198;-107.301689,way_type=user_defined:way_id=80W -edge,15891,15891;41.77773198;-107.301689:15892;41.77780755;-107.3006426,way_type=user_defined:way_id=80W -edge,15892,15892;41.77780755;-107.3006426:15893;41.77787748;-107.2997752,way_type=user_defined:way_id=80W -edge,15893,15893;41.77787748;-107.2997752:15894;41.7779531;-107.2987646,way_type=user_defined:way_id=80W -edge,15894,15894;41.7779531;-107.2987646:15895;41.77808697;-107.2970378,way_type=user_defined:way_id=80W -edge,15895,15895;41.77808697;-107.2970378:15896;41.77826728;-107.2946625,way_type=user_defined:way_id=80W -edge,15896,15896;41.77826728;-107.2946625:15897;41.77833717;-107.2937991,way_type=user_defined:way_id=80W -edge,15897,15897;41.77833717;-107.2937991:15898;41.77841003;-107.2929357,way_type=user_defined:way_id=80W -edge,15898,15898;41.77841003;-107.2929357:15899;41.77852626;-107.291376,way_type=user_defined:way_id=80W -edge,15899,15899;41.77852626;-107.291376:15900;41.77856975;-107.2907473,way_type=user_defined:way_id=80W -edge,15900,15900;41.77856975;-107.2907473:15901;41.77862797;-107.2900272,way_type=user_defined:way_id=80W -edge,15901,15901;41.77862797;-107.2900272:15902;41.77873559;-107.2886624,way_type=user_defined:way_id=80W -edge,15902,15902;41.77873559;-107.2886624:15903;41.77883151;-107.287417,way_type=user_defined:way_id=80W -edge,15903,15903;41.77883151;-107.287417:15904;41.7788896;-107.2866451,way_type=user_defined:way_id=80W -edge,15904,15904;41.7788896;-107.2866451:15905;41.77896231;-107.2857299,way_type=user_defined:way_id=80W -edge,15905,15905;41.77896231;-107.2857299:15906;41.7790117;-107.2850854,way_type=user_defined:way_id=80W -edge,15906,15906;41.7790117;-107.2850854:15907;41.77911347;-107.2838041,way_type=user_defined:way_id=80W -edge,15907,15907;41.77911347;-107.2838041:15908;41.77915428;-107.2833505,way_type=user_defined:way_id=80W -edge,15908,15908;41.77915428;-107.2833505:15909;41.77919525;-107.2829765,way_type=user_defined:way_id=80W -edge,15909,15909;41.77919525;-107.2829765:15910;41.77926416;-107.2824202,way_type=user_defined:way_id=80W -edge,15910,15910;41.77926416;-107.2824202:15911;41.77926416;-107.2824202,way_type=user_defined:way_id=80W -edge,15911,15911;41.77926416;-107.2824202:15912;41.77951267;-107.2808154,way_type=user_defined:way_id=80W -edge,15912,15912;41.77951267;-107.2808154:15913;41.77965402;-107.2800034,way_type=user_defined:way_id=80W -edge,15913,15913;41.77965402;-107.2800034:15914;41.77978347;-107.2791994,way_type=user_defined:way_id=80W -edge,15914,15914;41.77978347;-107.2791994:15915;41.77985461;-107.2787889,way_type=user_defined:way_id=80W -edge,15915,15915;41.77985461;-107.2787889:15916;41.77998075;-107.278061,way_type=user_defined:way_id=80W -edge,15916,15916;41.77998075;-107.278061:15917;41.7801104;-107.2773684,way_type=user_defined:way_id=80W -edge,15917,15917;41.7801104;-107.2773684:15918;41.78015145;-107.277138,way_type=user_defined:way_id=80W -edge,15918,15918;41.78015145;-107.277138:15919;41.78015145;-107.277138,way_type=user_defined:way_id=80W -edge,15919,15919;41.78015145;-107.277138:15920;41.7804167;-107.2756568,way_type=user_defined:way_id=80W -edge,15920,15920;41.7804167;-107.2756568:15921;41.78053455;-107.2750239,way_type=user_defined:way_id=80W -edge,15921,15921;41.78053455;-107.2750239:15922;41.78057104;-107.2748158,way_type=user_defined:way_id=80W -edge,15922,15922;41.78057104;-107.2748158:15923;41.78062876;-107.2744865,way_type=user_defined:way_id=80W -edge,15923,15923;41.78062876;-107.2744865:15924;41.78072303;-107.273977,way_type=user_defined:way_id=80W -edge,15924,15924;41.78072303;-107.273977:15925;41.78080544;-107.2734954,way_type=user_defined:way_id=80W -edge,15925,15925;41.78080544;-107.2734954:15926;41.78088792;-107.2730495,way_type=user_defined:way_id=80W -edge,15926,15926;41.78088792;-107.2730495:15927;41.78099394;-107.2724604,way_type=user_defined:way_id=80W -edge,15927,15927;41.78099394;-107.2724604:15928;41.78112065;-107.2718036,way_type=user_defined:way_id=80W -edge,15928,15928;41.78112065;-107.2718036:15929;41.78123541;-107.2711229,way_type=user_defined:way_id=80W -edge,15929,15929;41.78123541;-107.2711229:15930;41.78143561;-107.2700004,way_type=user_defined:way_id=80W -edge,15930,15930;41.78143561;-107.2700004:15931;41.7817273;-107.2684797,way_type=user_defined:way_id=80W -edge,15931,15931;41.7817273;-107.2684797:15932;41.78188627;-107.267592,way_type=user_defined:way_id=80W -edge,15932,15932;41.78188627;-107.267592:15933;41.78194237;-107.2672584,way_type=user_defined:way_id=80W -edge,15933,15933;41.78194237;-107.2672584:15934;41.78194237;-107.2672584,way_type=user_defined:way_id=80W -edge,15934,15934;41.78194237;-107.2672584:15935;41.78201276;-107.2668397,way_type=user_defined:way_id=80W -edge,15935,15935;41.78201276;-107.2668397:15936;41.78212754;-107.2661869,way_type=user_defined:way_id=80W -edge,15936,15936;41.78212754;-107.2661869:15937;41.7821893;-107.2658127,way_type=user_defined:way_id=80W -edge,15937,15937;41.7821893;-107.2658127:15938;41.78223042;-107.2655381,way_type=user_defined:way_id=80W -edge,15938,15938;41.78223042;-107.2655381:15939;41.7822656;-107.2652754,way_type=user_defined:way_id=80W -edge,15939,15939;41.7822656;-107.2652754:15940;41.78229488;-107.2650326,way_type=user_defined:way_id=80W -edge,15940,15940;41.78229488;-107.2650326:15941;41.78232108;-107.2647461,way_type=user_defined:way_id=80W -edge,15941,15941;41.78232108;-107.2647461:15942;41.7823471;-107.264376,way_type=user_defined:way_id=80W -edge,15942,15942;41.7823471;-107.264376:15943;41.78236435;-107.2640816,way_type=user_defined:way_id=80W -edge,15943,15943;41.78236435;-107.2640816:15944;41.78238422;-107.2636161,way_type=user_defined:way_id=80W -edge,15944,15944;41.78238422;-107.2636161:15945;41.78238654;-107.2633058,way_type=user_defined:way_id=80W -edge,15945,15945;41.78238654;-107.2633058:15946;41.782386;-107.2630512,way_type=user_defined:way_id=80W -edge,15946,15946;41.782386;-107.2630512:15947;41.78237949;-107.2627887,way_type=user_defined:way_id=80W -edge,15947,15947;41.78237949;-107.2627887:15948;41.78237536;-107.2626841,way_type=user_defined:way_id=80W -edge,15948,15948;41.78237536;-107.2626841:15949;41.78237005;-107.26255,way_type=user_defined:way_id=80W -edge,15949,15949;41.78237005;-107.26255:15950;41.7823576;-107.2622915,way_type=user_defined:way_id=80W -edge,15950,15950;41.7823576;-107.2622915:15951;41.78231477;-107.2617586,way_type=user_defined:way_id=80W -edge,15951,15951;41.78231477;-107.2617586:15952;41.7822905;-107.2615479,way_type=user_defined:way_id=80W -edge,15952,15952;41.7822905;-107.2615479:15953;41.78226616;-107.2613053,way_type=user_defined:way_id=80W -edge,15953,15953;41.78226616;-107.2613053:15954;41.78222987;-107.2610429,way_type=user_defined:way_id=80W -edge,15954,15954;41.78222987;-107.2610429:15955;41.78218156;-107.2607328,way_type=user_defined:way_id=80W -edge,15955,15955;41.78218156;-107.2607328:15956;41.78213634;-107.2604744,way_type=user_defined:way_id=80W -edge,15956,15956;41.78213634;-107.2604744:15957;41.782036;-107.259982,way_type=user_defined:way_id=80W -edge,15957,15957;41.782036;-107.259982:15958;41.782036;-107.259982,way_type=user_defined:way_id=80W -edge,15958,15958;41.782036;-107.259982:15959;41.78199;-107.2597704,way_type=user_defined:way_id=80W -edge,15959,15959;41.78199;-107.2597704:15960;41.7819169;-107.2594602,way_type=user_defined:way_id=80W -edge,15960,15960;41.7819169;-107.2594602:15961;41.7818478;-107.2591876,way_type=user_defined:way_id=80W -edge,15961,15961;41.7818478;-107.2591876:15962;41.7817717;-107.2589093,way_type=user_defined:way_id=80W -edge,15962,15962;41.7817717;-107.2589093:15963;41.781693;-107.2586436,way_type=user_defined:way_id=80W -edge,15963,15963;41.781693;-107.2586436:15964;41.7816063;-107.2583729,way_type=user_defined:way_id=80W -edge,15964,15964;41.7816063;-107.2583729:15965;41.78147286;-107.2579859,way_type=user_defined:way_id=80W -edge,15965,15965;41.78147286;-107.2579859:15966;41.78147286;-107.2579859,way_type=user_defined:way_id=80W -edge,15966,15966;41.78147286;-107.2579859:15967;41.781271;-107.2574175,way_type=user_defined:way_id=80W -edge,15967,15967;41.781271;-107.2574175:15968;41.78099036;-107.2566429,way_type=user_defined:way_id=80W -edge,15968,15968;41.78099036;-107.2566429:15969;41.780979;-107.2566115,way_type=user_defined:way_id=80W -edge,15969,15969;41.780979;-107.2566115:15970;41.7806964;-107.2558155,way_type=user_defined:way_id=80W -edge,15970,15970;41.7806964;-107.2558155:15971;41.7804389;-107.2550984,way_type=user_defined:way_id=80W -edge,15971,15971;41.7804389;-107.2550984:15972;41.7803213;-107.2547748,way_type=user_defined:way_id=80W -edge,15972,15972;41.7803213;-107.2547748:15973;41.7801264;-107.2542482,way_type=user_defined:way_id=80W -edge,15973,15973;41.7801264;-107.2542482:15974;41.7800295;-107.2539824,way_type=user_defined:way_id=80W -edge,15974,15974;41.7800295;-107.2539824:15975;41.7799145;-107.253655,way_type=user_defined:way_id=80W -edge,15975,15975;41.7799145;-107.253655:15976;41.7797466;-107.2531646,way_type=user_defined:way_id=80W -edge,15976,15976;41.7797466;-107.2531646:15977;41.7796563;-107.2528924,way_type=user_defined:way_id=80W -edge,15977,15977;41.7796563;-107.2528924:15978;41.7795795;-107.2526538,way_type=user_defined:way_id=80W -edge,15978,15978;41.7795795;-107.2526538:15979;41.7794877;-107.2523595,way_type=user_defined:way_id=80W -edge,15979,15979;41.7794877;-107.2523595:15980;41.7794041;-107.2520814,way_type=user_defined:way_id=80W -edge,15980,15980;41.7794041;-107.2520814:15981;41.7793283;-107.2518188,way_type=user_defined:way_id=80W -edge,15981,15981;41.7793283;-107.2518188:15982;41.7792405;-107.2515026,way_type=user_defined:way_id=80W -edge,15982,15982;41.7792405;-107.2515026:15983;41.7791691;-107.2512291,way_type=user_defined:way_id=80W -edge,15983,15983;41.7791691;-107.2512291:15984;41.7791015;-107.2509533,way_type=user_defined:way_id=80W -edge,15984,15984;41.7791015;-107.2509533:15985;41.77904997;-107.2507334,way_type=user_defined:way_id=80W -edge,15985,15985;41.77904997;-107.2507334:15986;41.77904997;-107.2507334,way_type=user_defined:way_id=80W -edge,15986,15986;41.77904997;-107.2507334:15987;41.7789667;-107.2503593,way_type=user_defined:way_id=80W -edge,15987,15987;41.7789667;-107.2503593:15988;41.7789084;-107.2500793,way_type=user_defined:way_id=80W -edge,15988,15988;41.7789084;-107.2500793:15989;41.7788384;-107.2497238,way_type=user_defined:way_id=80W -edge,15989,15989;41.7788384;-107.2497238:15990;41.778798;-107.2495078,way_type=user_defined:way_id=80W -edge,15990,15990;41.778798;-107.2495078:15991;41.7787431;-107.2491962,way_type=user_defined:way_id=80W -edge,15991,15991;41.7787431;-107.2491962:15992;41.7786948;-107.2489025,way_type=user_defined:way_id=80W -edge,15992,15992;41.7786948;-107.2489025:15993;41.7786463;-107.2485892,way_type=user_defined:way_id=80W -edge,15993,15993;41.7786463;-107.2485892:15994;41.7786051;-107.2483024,way_type=user_defined:way_id=80W -edge,15994,15994;41.7786051;-107.2483024:15995;41.7785679;-107.2480167,way_type=user_defined:way_id=80W -edge,15995,15995;41.7785679;-107.2480167:15996;41.7785344;-107.2477307,way_type=user_defined:way_id=80W -edge,15996,15996;41.7785344;-107.2477307:15997;41.7785039;-107.2474456,way_type=user_defined:way_id=80W -edge,15997,15997;41.7785039;-107.2474456:15998;41.7784741;-107.2471518,way_type=user_defined:way_id=80W -edge,15998,15998;41.7784741;-107.2471518:15999;41.7784482;-107.2468681,way_type=user_defined:way_id=80W -edge,15999,15999;41.7784482;-107.2468681:16000;41.7784248;-107.2465748,way_type=user_defined:way_id=80W -edge,16000,16000;41.7784248;-107.2465748:16001;41.7784044;-107.2462812,way_type=user_defined:way_id=80W -edge,16001,16001;41.7784044;-107.2462812:16002;41.7783867;-107.2459593,way_type=user_defined:way_id=80W -edge,16002,16002;41.7783867;-107.2459593:16003;41.7783744;-107.245666,way_type=user_defined:way_id=80W -edge,16003,16003;41.7783744;-107.245666:16004;41.7783494;-107.244946,way_type=user_defined:way_id=80W -edge,16004,16004;41.7783494;-107.244946:16005;41.77833517;-107.244495,way_type=user_defined:way_id=80W -edge,16005,16005;41.77833517;-107.244495:16006;41.77832903;-107.2443498,way_type=user_defined:way_id=80W -edge,16006,16006;41.77832903;-107.2443498:16007;41.778262;-107.2421749,way_type=user_defined:way_id=80W -edge,16007,16007;41.778262;-107.2421749:16008;41.7782216;-107.2409224,way_type=user_defined:way_id=80W -edge,16008,16008;41.7782216;-107.2409224:16009;41.7781697;-107.2390999,way_type=user_defined:way_id=80W -edge,16009,16009;41.7781697;-107.2390999:16010;41.7780893;-107.2364683,way_type=user_defined:way_id=80W -edge,16010,16010;41.7780893;-107.2364683:16011;41.77806608;-107.2358108,way_type=user_defined:way_id=80W -edge,16011,16011;41.77806608;-107.2358108:16012;41.7780498;-107.2353497,way_type=user_defined:way_id=80W -edge,16012,16012;41.7780498;-107.2353497:16013;41.7780498;-107.2353497,way_type=user_defined:way_id=80W -edge,16013,16013;41.7780498;-107.2353497:16014;41.7780112;-107.2341485,way_type=user_defined:way_id=80W -edge,16014,16014;41.7780112;-107.2341485:16015;41.7779857;-107.2331945,way_type=user_defined:way_id=80W -edge,16015,16015;41.7779857;-107.2331945:16016;41.77796362;-107.2324767,way_type=user_defined:way_id=80W -edge,16016,16016;41.77796362;-107.2324767:16017;41.7779132;-107.2308379,way_type=user_defined:way_id=80W -edge,16017,16017;41.7779132;-107.2308379:16018;41.7779047;-107.2305168,way_type=user_defined:way_id=80W -edge,16018,16018;41.7779047;-107.2305168:16019;41.7778977;-107.2301186,way_type=user_defined:way_id=80W -edge,16019,16019;41.7778977;-107.2301186:16020;41.7778959;-107.2299253,way_type=user_defined:way_id=80W -edge,16020,16020;41.7778959;-107.2299253:16021;41.7778961;-107.2296451,way_type=user_defined:way_id=80W -edge,16021,16021;41.7778961;-107.2296451:16022;41.7779021;-107.2292079,way_type=user_defined:way_id=80W -edge,16022,16022;41.7779021;-107.2292079:16023;41.7779134;-107.2287718,way_type=user_defined:way_id=80W -edge,16023,16023;41.7779134;-107.2287718:16024;41.7779243;-107.2284852,way_type=user_defined:way_id=80W -edge,16024,16024;41.7779243;-107.2284852:16025;41.7779367;-107.2282274,way_type=user_defined:way_id=80W -edge,16025,16025;41.7779367;-107.2282274:16026;41.7779581;-107.2278744,way_type=user_defined:way_id=80W -edge,16026,16026;41.7779581;-107.2278744:16027;41.7779736;-107.227655,way_type=user_defined:way_id=80W -edge,16027,16027;41.7779736;-107.227655:16028;41.7779973;-107.2273593,way_type=user_defined:way_id=80W -edge,16028,16028;41.7779973;-107.2273593:16029;41.7780231;-107.2270734,way_type=user_defined:way_id=80W -edge,16029,16029;41.7780231;-107.2270734:16030;41.7780559;-107.2267498,way_type=user_defined:way_id=80W -edge,16030,16030;41.7780559;-107.2267498:16031;41.7780849;-107.226493,way_type=user_defined:way_id=80W -edge,16031,16031;41.7780849;-107.226493:16032;41.7781207;-107.2262078,way_type=user_defined:way_id=80W -edge,16032,16032;41.7781207;-107.2262078:16033;41.778157;-107.2259408,way_type=user_defined:way_id=80W -edge,16033,16033;41.778157;-107.2259408:16034;41.7781991;-107.2256464,way_type=user_defined:way_id=80W -edge,16034,16034;41.7781991;-107.2256464:16035;41.7782867;-107.2250754,way_type=user_defined:way_id=80W -edge,16035,16035;41.7782867;-107.2250754:16036;41.7783352;-107.224792,way_type=user_defined:way_id=80W -edge,16036,16036;41.7783352;-107.224792:16037;41.77837855;-107.2245758,way_type=user_defined:way_id=80W -edge,16037,16037;41.77837855;-107.2245758:16038;41.77837855;-107.2245758,way_type=user_defined:way_id=80W -edge,16038,16038;41.77837855;-107.2245758:16039;41.7784597;-107.2241816,way_type=user_defined:way_id=80W -edge,16039,16039;41.7784597;-107.2241816:16040;41.7785121;-107.223934,way_type=user_defined:way_id=80W -edge,16040,16040;41.7785121;-107.223934:16041;41.7785744;-107.2236497,way_type=user_defined:way_id=80W -edge,16041,16041;41.7785744;-107.2236497:16042;41.7786372;-107.223375,way_type=user_defined:way_id=80W -edge,16042,16042;41.7786372;-107.223375:16043;41.7787035;-107.2231009,way_type=user_defined:way_id=80W -edge,16043,16043;41.7787035;-107.2231009:16044;41.7787824;-107.2227934,way_type=user_defined:way_id=80W -edge,16044,16044;41.7787824;-107.2227934:16045;41.7788575;-107.2225145,way_type=user_defined:way_id=80W -edge,16045,16045;41.7788575;-107.2225145:16046;41.7789253;-107.2222732,way_type=user_defined:way_id=80W -edge,16046,16046;41.7789253;-107.2222732:16047;41.7790212;-107.2219475,way_type=user_defined:way_id=80W -edge,16047,16047;41.7790212;-107.2219475:16048;41.7790976;-107.221699,way_type=user_defined:way_id=80W -edge,16048,16048;41.7790976;-107.221699:16049;41.7791811;-107.2214365,way_type=user_defined:way_id=80W -edge,16049,16049;41.7791811;-107.2214365:16050;41.7792689;-107.2211664,way_type=user_defined:way_id=80W -edge,16050,16050;41.7792689;-107.2211664:16051;41.7793691;-107.2208706,way_type=user_defined:way_id=80W -edge,16051,16051;41.7793691;-107.2208706:16052;41.77946;-107.2206161,way_type=user_defined:way_id=80W -edge,16052,16052;41.77946;-107.2206161:16053;41.7795593;-107.2203512,way_type=user_defined:way_id=80W -edge,16053,16053;41.7795593;-107.2203512:16054;41.7796567;-107.2200991,way_type=user_defined:way_id=80W -edge,16054,16054;41.7796567;-107.2200991:16055;41.77976;-107.2198396,way_type=user_defined:way_id=80W -edge,16055,16055;41.77976;-107.2198396:16056;41.7798765;-107.2195575,way_type=user_defined:way_id=80W -edge,16056,16056;41.7798765;-107.2195575:16057;41.7799712;-107.2193351,way_type=user_defined:way_id=80W -edge,16057,16057;41.7799712;-107.2193351:16058;41.7800931;-107.2190561,way_type=user_defined:way_id=80W -edge,16058,16058;41.7800931;-107.2190561:16059;41.780195;-107.2188292,way_type=user_defined:way_id=80W -edge,16059,16059;41.780195;-107.2188292:16060;41.7803237;-107.2185561,way_type=user_defined:way_id=80W -edge,16060,16060;41.7803237;-107.2185561:16061;41.7806832;-107.2178268,way_type=user_defined:way_id=80W -edge,16061,16061;41.7806832;-107.2178268:16062;41.7809991;-107.217195,way_type=user_defined:way_id=80W -edge,16062,16062;41.7809991;-107.217195:16063;41.7809991;-107.217195,way_type=user_defined:way_id=80W -edge,16063,16063;41.7809991;-107.217195:16064;41.78121857;-107.216764,way_type=user_defined:way_id=80W -edge,16064,16064;41.78121857;-107.216764:16065;41.7814917;-107.2162276,way_type=user_defined:way_id=80W -edge,16065,16065;41.7814917;-107.2162276:16066;41.7817984;-107.2156304,way_type=user_defined:way_id=80W -edge,16066,16066;41.7817984;-107.2156304:16067;41.7830356;-107.2131876,way_type=user_defined:way_id=80W -edge,16067,16067;41.7830356;-107.2131876:16068;41.7838966;-107.2115039,way_type=user_defined:way_id=80W -edge,16068,16068;41.7838966;-107.2115039:16069;41.7843972;-107.2105088,way_type=user_defined:way_id=80W -edge,16069,16069;41.7843972;-107.2105088:16070;41.7852816;-107.2087658,way_type=user_defined:way_id=80W -edge,16070,16070;41.7852816;-107.2087658:16071;41.7857921;-107.2077634,way_type=user_defined:way_id=80W -edge,16071,16071;41.7857921;-107.2077634:16072;41.78631729;-107.2067285,way_type=user_defined:way_id=80W -edge,16072,16072;41.78631729;-107.2067285:16073;41.78642321;-107.2065197,way_type=user_defined:way_id=80W -edge,16073,16073;41.78642321;-107.2065197:16074;41.78724283;-107.2049169,way_type=user_defined:way_id=80W -edge,16074,16074;41.78724283;-107.2049169:16075;41.7872948;-107.2048104,way_type=user_defined:way_id=80W -edge,16075,16075;41.7872948;-107.2048104:16076;41.7872948;-107.2048104,way_type=user_defined:way_id=80W -edge,16076,16076;41.7872948;-107.2048104:16077;41.7874443;-107.2045163,way_type=user_defined:way_id=80W -edge,16077,16077;41.7874443;-107.2045163:16078;41.78753607;-107.204334,way_type=user_defined:way_id=80W -edge,16078,16078;41.78753607;-107.204334:16079;41.7878128;-107.2037843,way_type=user_defined:way_id=80W -edge,16079,16079;41.7878128;-107.2037843:16080;41.7881222;-107.2031807,way_type=user_defined:way_id=80W -edge,16080,16080;41.7881222;-107.2031807:16081;41.788178;-107.2030718,way_type=user_defined:way_id=80W -edge,16081,16081;41.788178;-107.2030718:16082;41.7883042;-107.2028224,way_type=user_defined:way_id=80W -edge,16082,16082;41.7883042;-107.2028224:16083;41.7884334;-107.202557,way_type=user_defined:way_id=80W -edge,16083,16083;41.7884334;-107.202557:16084;41.7885508;-107.2023038,way_type=user_defined:way_id=80W -edge,16084,16084;41.7885508;-107.2023038:16085;41.7886605;-107.2020568,way_type=user_defined:way_id=80W -edge,16085,16085;41.7886605;-107.2020568:16086;41.7887692;-107.2017986,way_type=user_defined:way_id=80W -edge,16086,16086;41.7887692;-107.2017986:16087;41.7888816;-107.2015111,way_type=user_defined:way_id=80W -edge,16087,16087;41.7888816;-107.2015111:16088;41.7889774;-107.2012455,way_type=user_defined:way_id=80W -edge,16088,16088;41.7889774;-107.2012455:16089;41.7890631;-107.2009852,way_type=user_defined:way_id=80W -edge,16089,16089;41.7890631;-107.2009852:16090;41.7891433;-107.2007123,way_type=user_defined:way_id=80W -edge,16090,16090;41.7891433;-107.2007123:16091;41.7891757;-107.2005867,way_type=user_defined:way_id=80W -edge,16091,16091;41.7891757;-107.2005867:16092;41.7891757;-107.2005867,way_type=user_defined:way_id=80W -edge,16092,16092;41.7891757;-107.2005867:16093;41.78918584;-107.2005474,way_type=user_defined:way_id=80W -edge,16093,16093;41.78918584;-107.2005474:16094;41.78918584;-107.2005474,way_type=user_defined:way_id=80W -edge,16094,16094;41.78918584;-107.2005474:16095;41.78919482;-107.2005125,way_type=user_defined:way_id=80W -edge,16095,16095;41.78919482;-107.2005125:16096;41.78919482;-107.2005125,way_type=user_defined:way_id=80W -edge,16096,16096;41.78919482;-107.2005125:16097;41.7892123;-107.2004448,way_type=user_defined:way_id=80W -edge,16097,16097;41.7892123;-107.2004448:16098;41.7892752;-107.2001652,way_type=user_defined:way_id=80W -edge,16098,16098;41.7892752;-107.2001652:16099;41.7893299;-107.1998922,way_type=user_defined:way_id=80W -edge,16099,16099;41.7893299;-107.1998922:16100;41.7893816;-107.1995987,way_type=user_defined:way_id=80W -edge,16100,16100;41.7893816;-107.1995987:16101;41.7894278;-107.1992847,way_type=user_defined:way_id=80W -edge,16101,16101;41.7894278;-107.1992847:16102;41.7894588;-107.1990343,way_type=user_defined:way_id=80W -edge,16102,16102;41.7894588;-107.1990343:16103;41.7894889;-107.1987361,way_type=user_defined:way_id=80W -edge,16103,16103;41.7894889;-107.1987361:16104;41.7895098;-107.1984553,way_type=user_defined:way_id=80W -edge,16104,16104;41.7895098;-107.1984553:16105;41.7895219;-107.1982018,way_type=user_defined:way_id=80W -edge,16105,16105;41.7895219;-107.1982018:16106;41.78952658;-107.1980439,way_type=user_defined:way_id=80W -edge,16106,16106;41.78952658;-107.1980439:16107;41.7895297;-107.1978632,way_type=user_defined:way_id=80W -edge,16107,16107;41.7895297;-107.1978632:16108;41.789528;-107.1975805,way_type=user_defined:way_id=80W -edge,16108,16108;41.789528;-107.1975805:16109;41.7895195;-107.1972884,way_type=user_defined:way_id=80W -edge,16109,16109;41.7895195;-107.1972884:16110;41.789504;-107.1970062,way_type=user_defined:way_id=80W -edge,16110,16110;41.789504;-107.1970062:16111;41.7894765;-107.1966771,way_type=user_defined:way_id=80W -edge,16111,16111;41.7894765;-107.1966771:16112;41.7894437;-107.196388,way_type=user_defined:way_id=80W -edge,16112,16112;41.7894437;-107.196388:16113;41.7894099;-107.1961365,way_type=user_defined:way_id=80W -edge,16113,16113;41.7894099;-107.1961365:16114;41.7893667;-107.1958489,way_type=user_defined:way_id=80W -edge,16114,16114;41.7893667;-107.1958489:16115;41.7893131;-107.1955352,way_type=user_defined:way_id=80W -edge,16115,16115;41.7893131;-107.1955352:16116;41.7892588;-107.1952507,way_type=user_defined:way_id=80W -edge,16116,16116;41.7892588;-107.1952507:16117;41.7891395;-107.1946633,way_type=user_defined:way_id=80W -edge,16117,16117;41.7891395;-107.1946633:16118;41.7889104;-107.1935698,way_type=user_defined:way_id=80W -edge,16118,16118;41.7889104;-107.1935698:16119;41.7886862;-107.1925179,way_type=user_defined:way_id=80W -edge,16119,16119;41.7886862;-107.1925179:16120;41.7886862;-107.1925179,way_type=user_defined:way_id=80W -edge,16120,16120;41.7886862;-107.1925179:16121;41.78857022;-107.1919711,way_type=user_defined:way_id=80W -edge,16121,16121;41.78857022;-107.1919711:16122;41.788004;-107.1893017,way_type=user_defined:way_id=80W -edge,16122,16122;41.788004;-107.1893017:16123;41.7878813;-107.1887038,way_type=user_defined:way_id=80W -edge,16123,16123;41.7878813;-107.1887038:16124;41.7877703;-107.1881466,way_type=user_defined:way_id=80W -edge,16124,16124;41.7877703;-107.1881466:16125;41.7877036;-107.1878214,way_type=user_defined:way_id=80W -edge,16125,16125;41.7877036;-107.1878214:16126;41.787594;-107.1873007,way_type=user_defined:way_id=80W -edge,16126,16126;41.787594;-107.1873007:16127;41.787356;-107.1861861,way_type=user_defined:way_id=80W -edge,16127,16127;41.787356;-107.1861861:16128;41.7871704;-107.1853059,way_type=user_defined:way_id=80W -edge,16128,16128;41.7871704;-107.1853059:16129;41.7868055;-107.1835585,way_type=user_defined:way_id=80W -edge,16129,16129;41.7868055;-107.1835585:16130;41.7864502;-107.1818434,way_type=user_defined:way_id=80W -edge,16130,16130;41.7864502;-107.1818434:16131;41.7862717;-107.181,way_type=user_defined:way_id=80W -edge,16131,16131;41.7862717;-107.181:16132;41.7860772;-107.1800871,way_type=user_defined:way_id=80W -edge,16132,16132;41.7860772;-107.1800871:16133;41.785889;-107.1792122,way_type=user_defined:way_id=80W -edge,16133,16133;41.785889;-107.1792122:16134;41.7856664;-107.1781628,way_type=user_defined:way_id=80W -edge,16134,16134;41.7856664;-107.1781628:16135;41.7854904;-107.177329,way_type=user_defined:way_id=80W -edge,16135,16135;41.7854904;-107.177329:16136;41.7853738;-107.1767605,way_type=user_defined:way_id=80W -edge,16136,16136;41.7853738;-107.1767605:16137;41.7852627;-107.1761906,way_type=user_defined:way_id=80W -edge,16137,16137;41.7852627;-107.1761906:16138;41.7852107;-107.1759133,way_type=user_defined:way_id=80W -edge,16138,16138;41.7852107;-107.1759133:16139;41.7851587;-107.1756267,way_type=user_defined:way_id=80W -edge,16139,16139;41.7851587;-107.1756267:16140;41.785047;-107.174988,way_type=user_defined:way_id=80W -edge,16140,16140;41.785047;-107.174988:16141;41.7850063;-107.1747471,way_type=user_defined:way_id=80W -edge,16141,16141;41.7850063;-107.1747471:16142;41.7849601;-107.1744593,way_type=user_defined:way_id=80W -edge,16142,16142;41.7849601;-107.1744593:16143;41.784875;-107.1738907,way_type=user_defined:way_id=80W -edge,16143,16143;41.784875;-107.1738907:16144;41.7847887;-107.1732837,way_type=user_defined:way_id=80W -edge,16144,16144;41.7847887;-107.1732837:16145;41.78475;-107.1729939,way_type=user_defined:way_id=80W -edge,16145,16145;41.78475;-107.1729939:16146;41.7847143;-107.1727127,way_type=user_defined:way_id=80W -edge,16146,16146;41.7847143;-107.1727127:16147;41.7846444;-107.1721309,way_type=user_defined:way_id=80W -edge,16147,16147;41.7846444;-107.1721309:16148;41.7846118;-107.1718391,way_type=user_defined:way_id=80W -edge,16148,16148;41.7846118;-107.1718391:16149;41.7845812;-107.1715466,way_type=user_defined:way_id=80W -edge,16149,16149;41.7845812;-107.1715466:16150;41.7845535;-107.171263,way_type=user_defined:way_id=80W -edge,16150,16150;41.7845535;-107.171263:16151;41.7845268;-107.1709695,way_type=user_defined:way_id=80W -edge,16151,16151;41.7845268;-107.1709695:16152;41.7845032;-107.1706852,way_type=user_defined:way_id=80W -edge,16152,16152;41.7845032;-107.1706852:16153;41.7843472;-107.168625,way_type=user_defined:way_id=80W -edge,16153,16153;41.7843472;-107.168625:16154;41.7842817;-107.167711,way_type=user_defined:way_id=80W -edge,16154,16154;41.7842817;-107.167711:16155;41.784188;-107.1664467,way_type=user_defined:way_id=80W -edge,16155,16155;41.784188;-107.1664467:16156;41.7840718;-107.1648236,way_type=user_defined:way_id=80W -edge,16156,16156;41.7840718;-107.1648236:16157;41.7839363;-107.1629976,way_type=user_defined:way_id=80W -edge,16157,16157;41.7839363;-107.1629976:16158;41.7836169;-107.1585872,way_type=user_defined:way_id=80W -edge,16158,16158;41.7836169;-107.1585872:16159;41.7835249;-107.1573538,way_type=user_defined:way_id=80W -edge,16159,16159;41.7835249;-107.1573538:16160;41.7834846;-107.1567811,way_type=user_defined:way_id=80W -edge,16160,16160;41.7834846;-107.1567811:16161;41.7833554;-107.1550343,way_type=user_defined:way_id=80W -edge,16161,16161;41.7833554;-107.1550343:16162;41.7832991;-107.1543536,way_type=user_defined:way_id=80W -edge,16162,16162;41.7832991;-107.1543536:16163;41.7832508;-107.1537334,way_type=user_defined:way_id=80W -edge,16163,16163;41.7832508;-107.1537334:16164;41.7830552;-107.1511671,way_type=user_defined:way_id=80W -edge,16164,16164;41.7830552;-107.1511671:16165;41.7829385;-107.1495584,way_type=user_defined:way_id=80W -edge,16165,16165;41.7829385;-107.1495584:16166;41.7828368;-107.1482629,way_type=user_defined:way_id=80W -edge,16166,16166;41.7828368;-107.1482629:16167;41.7827677;-107.1472875,way_type=user_defined:way_id=80W -edge,16167,16167;41.7827677;-107.1472875:16168;41.782411;-107.1424373,way_type=user_defined:way_id=80W -edge,16168,16168;41.782411;-107.1424373:16169;41.7822953;-107.1407907,way_type=user_defined:way_id=80W -edge,16169,16169;41.7822953;-107.1407907:16170;41.7822037;-107.1395763,way_type=user_defined:way_id=80W -edge,16170,16170;41.7822037;-107.1395763:16171;41.7821416;-107.1387176,way_type=user_defined:way_id=80W -edge,16171,16171;41.7821416;-107.1387176:16172;41.7820597;-107.1376252,way_type=user_defined:way_id=80W -edge,16172,16172;41.7820597;-107.1376252:16173;41.7819815;-107.1365493,way_type=user_defined:way_id=80W -edge,16173,16173;41.7819815;-107.1365493:16174;41.78194885;-107.136116,way_type=user_defined:way_id=80W -edge,16174,16174;41.78194885;-107.136116:16175;41.7819091;-107.1355885,way_type=user_defined:way_id=80W -edge,16175,16175;41.7819091;-107.1355885:16176;41.781746;-107.133278,way_type=user_defined:way_id=80W -edge,16176,16176;41.781746;-107.133278:16177;41.781662;-107.1322304,way_type=user_defined:way_id=80W -edge,16177,16177;41.781662;-107.1322304:16178;41.781662;-107.1322304,way_type=user_defined:way_id=80W -edge,16178,16178;41.781662;-107.1322304:16179;41.7815867;-107.1312408,way_type=user_defined:way_id=80W -edge,16179,16179;41.7815867;-107.1312408:16180;41.7815638;-107.1309567,way_type=user_defined:way_id=80W -edge,16180,16180;41.7815638;-107.1309567:16181;41.7815372;-107.1306631,way_type=user_defined:way_id=80W -edge,16181,16181;41.7815372;-107.1306631:16182;41.781503;-107.1303412,way_type=user_defined:way_id=80W -edge,16182,16182;41.781503;-107.1303412:16183;41.7814732;-107.1300936,way_type=user_defined:way_id=80W -edge,16183,16183;41.7814732;-107.1300936:16184;41.78145462;-107.1299571,way_type=user_defined:way_id=80W -edge,16184,16184;41.78145462;-107.1299571:16185;41.7814297;-107.129774,way_type=user_defined:way_id=80W -edge,16185,16185;41.7814297;-107.129774:16186;41.7813758;-107.1294462,way_type=user_defined:way_id=80W -edge,16186,16186;41.7813758;-107.1294462:16187;41.7813226;-107.1291675,way_type=user_defined:way_id=80W -edge,16187,16187;41.7813226;-107.1291675:16188;41.7812613;-107.1288822,way_type=user_defined:way_id=80W -edge,16188,16188;41.7812613;-107.1288822:16189;41.7811968;-107.1286166,way_type=user_defined:way_id=80W -edge,16189,16189;41.7811968;-107.1286166:16190;41.7811201;-107.1283367,way_type=user_defined:way_id=80W -edge,16190,16190;41.7811201;-107.1283367:16191;41.7810267;-107.1280347,way_type=user_defined:way_id=80W -edge,16191,16191;41.7810267;-107.1280347:16192;41.7809468;-107.1277977,way_type=user_defined:way_id=80W -edge,16192,16192;41.7809468;-107.1277977:16193;41.7808511;-107.1275379,way_type=user_defined:way_id=80W -edge,16193,16193;41.7808511;-107.1275379:16194;41.7807347;-107.1272503,way_type=user_defined:way_id=80W -edge,16194,16194;41.7807347;-107.1272503:16195;41.7806366;-107.1270252,way_type=user_defined:way_id=80W -edge,16195,16195;41.7806366;-107.1270252:16196;41.7804945;-107.1267231,way_type=user_defined:way_id=80W -edge,16196,16196;41.7804945;-107.1267231:16197;41.780385;-107.1265079,way_type=user_defined:way_id=80W -edge,16197,16197;41.780385;-107.1265079:16198;41.7802575;-107.1262742,way_type=user_defined:way_id=80W -edge,16198,16198;41.7802575;-107.1262742:16199;41.7801066;-107.1260154,way_type=user_defined:way_id=80W -edge,16199,16199;41.7801066;-107.1260154:16200;41.779968;-107.125792,way_type=user_defined:way_id=80W -edge,16200,16200;41.779968;-107.125792:16201;41.7798251;-107.1255726,way_type=user_defined:way_id=80W -edge,16201,16201;41.7798251;-107.1255726:16202;41.7796618;-107.125328,way_type=user_defined:way_id=80W -edge,16202,16202;41.7796618;-107.125328:16203;41.7794238;-107.1249763,way_type=user_defined:way_id=80W -edge,16203,16203;41.7794238;-107.1249763:16204;41.77905832;-107.1244479,way_type=user_defined:way_id=80W -edge,16204,16204;41.77905832;-107.1244479:16205;41.77905832;-107.1244479,way_type=user_defined:way_id=80W -edge,16205,16205;41.77905832;-107.1244479:16206;41.7787394;-107.1239915,way_type=user_defined:way_id=80W -edge,16206,16206;41.7787394;-107.1239915:16207;41.77837815;-107.1234702,way_type=user_defined:way_id=80W -edge,16207,16207;41.77837815;-107.1234702:16208;41.77837815;-107.1234702,way_type=user_defined:way_id=80W -edge,16208,16208;41.77837815;-107.1234702:16209;41.77782827;-107.1226774,way_type=user_defined:way_id=80W -edge,16209,16209;41.77782827;-107.1226774:16210;41.77765092;-107.1224217,way_type=user_defined:way_id=80W -edge,16210,16210;41.77765092;-107.1224217:16211;41.77744667;-107.1221288,way_type=user_defined:way_id=80W -edge,16211,16211;41.77744667;-107.1221288:16212;41.7774038;-107.1220673,way_type=user_defined:way_id=80W -edge,16212,16212;41.7774038;-107.1220673:16213;41.7767763;-107.1211617,way_type=user_defined:way_id=80W -edge,16213,16213;41.7767763;-107.1211617:16214;41.7757419;-107.1196616,way_type=user_defined:way_id=80W -edge,16214,16214;41.7757419;-107.1196616:16215;41.7755788;-107.1194211,way_type=user_defined:way_id=80W -edge,16215,16215;41.7755788;-107.1194211:16216;41.7754349;-107.1191964,way_type=user_defined:way_id=80W -edge,16216,16216;41.7754349;-107.1191964:16217;41.7753004;-107.1189739,way_type=user_defined:way_id=80W -edge,16217,16217;41.7753004;-107.1189739:16218;41.7751658;-107.11874,way_type=user_defined:way_id=80W -edge,16218,16218;41.7751658;-107.11874:16219;41.7750411;-107.1185093,way_type=user_defined:way_id=80W -edge,16219,16219;41.7750411;-107.1185093:16220;41.7749178;-107.1182677,way_type=user_defined:way_id=80W -edge,16220,16220;41.7749178;-107.1182677:16221;41.7748006;-107.1180226,way_type=user_defined:way_id=80W -edge,16221,16221;41.7748006;-107.1180226:16222;41.7747052;-107.1178066,way_type=user_defined:way_id=80W -edge,16222,16222;41.7747052;-107.1178066:16223;41.774677;-107.1177401,way_type=user_defined:way_id=80W -edge,16223,16223;41.774677;-107.1177401:16224;41.7745876;-107.1175169,way_type=user_defined:way_id=80W -edge,16224,16224;41.7745876;-107.1175169:16225;41.7744921;-107.1172542,way_type=user_defined:way_id=80W -edge,16225,16225;41.7744921;-107.1172542:16226;41.7744031;-107.1169853,way_type=user_defined:way_id=80W -edge,16226,16226;41.7744031;-107.1169853:16227;41.7743241;-107.1167205,way_type=user_defined:way_id=80W -edge,16227,16227;41.7743241;-107.1167205:16228;41.7742494;-107.1164422,way_type=user_defined:way_id=80W -edge,16228,16228;41.7742494;-107.1164422:16229;41.7741744;-107.1161324,way_type=user_defined:way_id=80W -edge,16229,16229;41.7741744;-107.1161324:16230;41.7741135;-107.1158465,way_type=user_defined:way_id=80W -edge,16230,16230;41.7741135;-107.1158465:16231;41.7740623;-107.1155661,way_type=user_defined:way_id=80W -edge,16231,16231;41.7740623;-107.1155661:16232;41.7740197;-107.1152834,way_type=user_defined:way_id=80W -edge,16232,16232;41.7740197;-107.1152834:16233;41.7739844;-107.1149886,way_type=user_defined:way_id=80W -edge,16233,16233;41.7739844;-107.1149886:16234;41.7739562;-107.114672,way_type=user_defined:way_id=80W -edge,16234,16234;41.7739562;-107.114672:16235;41.7739362;-107.1143736,way_type=user_defined:way_id=80W -edge,16235,16235;41.7739362;-107.1143736:16236;41.7739222;-107.1140842,way_type=user_defined:way_id=80W -edge,16236,16236;41.7739222;-107.1140842:16237;41.7739131;-107.1137941,way_type=user_defined:way_id=80W -edge,16237,16237;41.7739131;-107.1137941:16238;41.7739076;-107.1135047,way_type=user_defined:way_id=80W -edge,16238,16238;41.7739076;-107.1135047:16239;41.7738977;-107.1125907,way_type=user_defined:way_id=80W -edge,16239,16239;41.7738977;-107.1125907:16240;41.7738977;-107.1125907,way_type=user_defined:way_id=80W -edge,16240,16240;41.7738977;-107.1125907:16241;41.7738936;-107.112294,way_type=user_defined:way_id=80W -edge,16241,16241;41.7738936;-107.112294:16242;41.7738818;-107.1111393,way_type=user_defined:way_id=80W -edge,16242,16242;41.7738818;-107.1111393:16243;41.773872;-107.110521,way_type=user_defined:way_id=80W -edge,16243,16243;41.773872;-107.110521:16244;41.7738666;-107.1098629,way_type=user_defined:way_id=80W -edge,16244,16244;41.7738666;-107.1098629:16245;41.7738526;-107.1087325,way_type=user_defined:way_id=80W -edge,16245,16245;41.7738526;-107.1087325:16246;41.7738457;-107.1075504,way_type=user_defined:way_id=80W -edge,16246,16246;41.7738457;-107.1075504:16247;41.7738272;-107.1060894,way_type=user_defined:way_id=80W -edge,16247,16247;41.7738272;-107.1060894:16248;41.7738192;-107.1052114,way_type=user_defined:way_id=80W -edge,16248,16248;41.7738192;-107.1052114:16249;41.7738152;-107.1049157,way_type=user_defined:way_id=80W -edge,16249,16249;41.7738152;-107.1049157:16250;41.773809;-107.1045912,way_type=user_defined:way_id=80W -edge,16250,16250;41.773809;-107.1045912:16251;41.7737944;-107.1040458,way_type=user_defined:way_id=80W -edge,16251,16251;41.7737944;-107.1040458:16252;41.7737829;-107.1037107,way_type=user_defined:way_id=80W -edge,16252,16252;41.7737829;-107.1037107:16253;41.773758;-107.1031351,way_type=user_defined:way_id=80W -edge,16253,16253;41.773758;-107.1031351:16254;41.7737436;-107.102847,way_type=user_defined:way_id=80W -edge,16254,16254;41.7737436;-107.102847:16255;41.7737153;-107.1023377,way_type=user_defined:way_id=80W -edge,16255,16255;41.7737153;-107.1023377:16256;41.7736903;-107.1019352,way_type=user_defined:way_id=80W -edge,16256,16256;41.7736903;-107.1019352:16257;41.7736532;-107.1014018,way_type=user_defined:way_id=80W -edge,16257,16257;41.7736532;-107.1014018:16258;41.7736269;-107.1010707,way_type=user_defined:way_id=80W -edge,16258,16258;41.7736269;-107.1010707:16259;41.7736019;-107.1007891,way_type=user_defined:way_id=80W -edge,16259,16259;41.7736019;-107.1007891:16260;41.7735734;-107.1004914,way_type=user_defined:way_id=80W -edge,16260,16260;41.7735734;-107.1004914:16261;41.7735162;-107.0999218,way_type=user_defined:way_id=80W -edge,16261,16261;41.7735162;-107.0999218:16262;41.7734815;-107.0995945,way_type=user_defined:way_id=80W -edge,16262,16262;41.7734815;-107.0995945:16263;41.7734163;-107.099021,way_type=user_defined:way_id=80W -edge,16263,16263;41.7734163;-107.099021:16264;41.7733804;-107.0987289,way_type=user_defined:way_id=80W -edge,16264,16264;41.7733804;-107.0987289:16265;41.7733385;-107.0984092,way_type=user_defined:way_id=80W -edge,16265,16265;41.7733385;-107.0984092:16266;41.7732984;-107.0981182,way_type=user_defined:way_id=80W -edge,16266,16266;41.7732984;-107.0981182:16267;41.7732103;-107.097509,way_type=user_defined:way_id=80W -edge,16267,16267;41.7732103;-107.097509:16268;41.7731569;-107.0971531,way_type=user_defined:way_id=80W -edge,16268,16268;41.7731569;-107.0971531:16269;41.7730847;-107.0966947,way_type=user_defined:way_id=80W -edge,16269,16269;41.7730847;-107.0966947:16270;41.772935;-107.0958049,way_type=user_defined:way_id=80W -edge,16270,16270;41.772935;-107.0958049:16271;41.7726946;-107.0943457,way_type=user_defined:way_id=80W -edge,16271,16271;41.7726946;-107.0943457:16272;41.7724621;-107.0928822,way_type=user_defined:way_id=80W -edge,16272,16272;41.7724621;-107.0928822:16273;41.7723213;-107.092023,way_type=user_defined:way_id=80W -edge,16273,16273;41.7723213;-107.092023:16274;41.7721745;-107.0911404,way_type=user_defined:way_id=80W -edge,16274,16274;41.7721745;-107.0911404:16275;41.77213255;-107.0908787,way_type=user_defined:way_id=80W -edge,16275,16275;41.77213255;-107.0908787:16276;41.772083;-107.0905697,way_type=user_defined:way_id=80W -edge,16276,16276;41.772083;-107.0905697:16277;41.7720033;-107.090035,way_type=user_defined:way_id=80W -edge,16277,16277;41.7720033;-107.090035:16278;41.7720033;-107.090035,way_type=user_defined:way_id=80W -edge,16278,16278;41.7720033;-107.090035:16279;41.7719594;-107.0897136,way_type=user_defined:way_id=80W -edge,16279,16279;41.7719594;-107.0897136:16280;41.77191636;-107.0893768,way_type=user_defined:way_id=80W -edge,16280,16280;41.77191636;-107.0893768:16281;41.7718857;-107.089065,way_type=user_defined:way_id=80W -edge,16281,16281;41.7718857;-107.089065:16282;41.771862;-107.0888066,way_type=user_defined:way_id=80W -edge,16282,16282;41.771862;-107.0888066:16283;41.7718399;-107.0885196,way_type=user_defined:way_id=80W -edge,16283,16283;41.7718399;-107.0885196:16284;41.7718218;-107.0882325,way_type=user_defined:way_id=80W -edge,16284,16284;41.7718218;-107.0882325:16285;41.7718077;-107.0879468,way_type=user_defined:way_id=80W -edge,16285,16285;41.7718077;-107.0879468:16286;41.7717958;-107.0875846,way_type=user_defined:way_id=80W -edge,16286,16286;41.7717958;-107.0875846:16287;41.7717915;-107.0873273,way_type=user_defined:way_id=80W -edge,16287,16287;41.7717915;-107.0873273:16288;41.7717919;-107.0870321,way_type=user_defined:way_id=80W -edge,16288,16288;41.7717919;-107.0870321:16289;41.77179367;-107.0869537,way_type=user_defined:way_id=80W -edge,16289,16289;41.77179367;-107.0869537:16290;41.7717992;-107.0867089,way_type=user_defined:way_id=80W -edge,16290,16290;41.7717992;-107.0867089:16291;41.7718095;-107.0864524,way_type=user_defined:way_id=80W -edge,16291,16291;41.7718095;-107.0864524:16292;41.7718232;-107.0861964,way_type=user_defined:way_id=80W -edge,16292,16292;41.7718232;-107.0861964:16293;41.771847;-107.0858362,way_type=user_defined:way_id=80W -edge,16293,16293;41.771847;-107.0858362:16294;41.7718678;-107.0855806,way_type=user_defined:way_id=80W -edge,16294,16294;41.7718678;-107.0855806:16295;41.7718988;-107.0852595,way_type=user_defined:way_id=80W -edge,16295,16295;41.7718988;-107.0852595:16296;41.7719279;-107.085005,way_type=user_defined:way_id=80W -edge,16296,16296;41.7719279;-107.085005:16297;41.7719412;-107.0849016,way_type=user_defined:way_id=80W -edge,16297,16297;41.7719412;-107.0849016:16298;41.7719705;-107.0846856,way_type=user_defined:way_id=80W -edge,16298,16298;41.7719705;-107.0846856:16299;41.7720147;-107.0843953,way_type=user_defined:way_id=80W -edge,16299,16299;41.7720147;-107.0843953:16300;41.7720595;-107.0841234,way_type=user_defined:way_id=80W -edge,16300,16300;41.7720595;-107.0841234:16301;41.7721188;-107.0837979,way_type=user_defined:way_id=80W -edge,16301,16301;41.7721188;-107.0837979:16302;41.7721744;-107.0835199,way_type=user_defined:way_id=80W -edge,16302,16302;41.7721744;-107.0835199:16303;41.7722339;-107.0832339,way_type=user_defined:way_id=80W -edge,16303,16303;41.7722339;-107.0832339:16304;41.772349;-107.082683,way_type=user_defined:way_id=80W -edge,16304,16304;41.772349;-107.082683:16305;41.77242984;-107.0823093,way_type=user_defined:way_id=80W -edge,16305,16305;41.77242984;-107.0823093:16306;41.77242984;-107.0823093,way_type=user_defined:way_id=80W -edge,16306,16306;41.77242984;-107.0823093:16307;41.7728441;-107.0804096,way_type=user_defined:way_id=80W -edge,16307,16307;41.7728441;-107.0804096:16308;41.7730833;-107.0792936,way_type=user_defined:way_id=80W -edge,16308,16308;41.7730833;-107.0792936:16309;41.773146;-107.0789795,way_type=user_defined:way_id=80W -edge,16309,16309;41.773146;-107.0789795:16310;41.7731984;-107.0786987,way_type=user_defined:way_id=80W -edge,16310,16310;41.7731984;-107.0786987:16311;41.7732483;-107.0784172,way_type=user_defined:way_id=80W -edge,16311,16311;41.7732483;-107.0784172:16312;41.7732963;-107.0781254,way_type=user_defined:way_id=80W -edge,16312,16312;41.7732963;-107.0781254:16313;41.7733386;-107.077842,way_type=user_defined:way_id=80W -edge,16313,16313;41.7733386;-107.077842:16314;41.773378;-107.0775592,way_type=user_defined:way_id=80W -edge,16314,16314;41.773378;-107.0775592:16315;41.7734453;-107.0770512,way_type=user_defined:way_id=80W -edge,16315,16315;41.7734453;-107.0770512:16316;41.7734584;-107.0769479,way_type=user_defined:way_id=80W -edge,16316,16316;41.7734584;-107.0769479:16317;41.773492;-107.0766573,way_type=user_defined:way_id=80W -edge,16317,16317;41.773492;-107.0766573:16318;41.7735208;-107.076377,way_type=user_defined:way_id=80W -edge,16318,16318;41.7735208;-107.076377:16319;41.77352796;-107.076296,way_type=user_defined:way_id=80W -edge,16319,16319;41.77352796;-107.076296:16320;41.7735523;-107.0760206,way_type=user_defined:way_id=80W -edge,16320,16320;41.7735523;-107.0760206:16321;41.7735695;-107.0757983,way_type=user_defined:way_id=80W -edge,16321,16321;41.7735695;-107.0757983:16322;41.7735885;-107.0755058,way_type=user_defined:way_id=80W -edge,16322,16322;41.7735885;-107.0755058:16323;41.7736045;-107.0752109,way_type=user_defined:way_id=80W -edge,16323,16323;41.7736045;-107.0752109:16324;41.7736179;-107.0749236,way_type=user_defined:way_id=80W -edge,16324,16324;41.7736179;-107.0749236:16325;41.7736371;-107.0744141,way_type=user_defined:way_id=80W -edge,16325,16325;41.7736371;-107.0744141:16326;41.7736371;-107.0744141,way_type=user_defined:way_id=80W -edge,16326,16326;41.7736371;-107.0744141:16327;41.7736467;-107.0740106,way_type=user_defined:way_id=80W -edge,16327,16327;41.7736467;-107.0740106:16328;41.77364812;-107.0738307,way_type=user_defined:way_id=80W -edge,16328,16328;41.77364812;-107.0738307:16329;41.7736489;-107.0737319,way_type=user_defined:way_id=80W -edge,16329,16329;41.7736489;-107.0737319:16330;41.7736479;-107.0733973,way_type=user_defined:way_id=80W -edge,16330,16330;41.7736479;-107.0733973:16331;41.7736451;-107.0731493,way_type=user_defined:way_id=80W -edge,16331,16331;41.7736451;-107.0731493:16332;41.7736394;-107.0728547,way_type=user_defined:way_id=80W -edge,16332,16332;41.7736394;-107.0728547:16333;41.7736291;-107.0725334,way_type=user_defined:way_id=80W -edge,16333,16333;41.7736291;-107.0725334:16334;41.7736164;-107.0722713,way_type=user_defined:way_id=80W -edge,16334,16334;41.7736164;-107.0722713:16335;41.7735987;-107.0719791,way_type=user_defined:way_id=80W -edge,16335,16335;41.7735987;-107.0719791:16336;41.7735758;-107.0716593,way_type=user_defined:way_id=80W -edge,16336,16336;41.7735758;-107.0716593:16337;41.7735519;-107.0713677,way_type=user_defined:way_id=80W -edge,16337,16337;41.7735519;-107.0713677:16338;41.773527;-107.0710854,way_type=user_defined:way_id=80W -edge,16338,16338;41.773527;-107.0710854:16339;41.7734982;-107.0707839,way_type=user_defined:way_id=80W -edge,16339,16339;41.7734982;-107.0707839:16340;41.7734677;-107.0705017,way_type=user_defined:way_id=80W -edge,16340,16340;41.7734677;-107.0705017:16341;41.7734308;-107.070211,way_type=user_defined:way_id=80W -edge,16341,16341;41.7734308;-107.070211:16342;41.7733903;-107.069921,way_type=user_defined:way_id=80W -edge,16342,16342;41.7733903;-107.069921:16343;41.773301;-107.0693135,way_type=user_defined:way_id=80W -edge,16343,16343;41.773301;-107.0693135:16344;41.7732246;-107.0688186,way_type=user_defined:way_id=80W -edge,16344,16344;41.7732246;-107.0688186:16345;41.7731667;-107.0684639,way_type=user_defined:way_id=80W -edge,16345,16345;41.7731667;-107.0684639:16346;41.7730582;-107.067826,way_type=user_defined:way_id=80W -edge,16346,16346;41.7730582;-107.067826:16347;41.772814;-107.0664496,way_type=user_defined:way_id=80W -edge,16347,16347;41.772814;-107.0664496:16348;41.7725121;-107.0647183,way_type=user_defined:way_id=80W -edge,16348,16348;41.7725121;-107.0647183:16349;41.7720238;-107.0618705,way_type=user_defined:way_id=80W -edge,16349,16349;41.7720238;-107.0618705:16350;41.771724;-107.0601689,way_type=user_defined:way_id=80W -edge,16350,16350;41.771724;-107.0601689:16351;41.7715682;-107.0592541,way_type=user_defined:way_id=80W -edge,16351,16351;41.7715682;-107.0592541:16352;41.7714566;-107.0586176,way_type=user_defined:way_id=80W -edge,16352,16352;41.7714566;-107.0586176:16353;41.7711083;-107.0565904,way_type=user_defined:way_id=80W -edge,16353,16353;41.7711083;-107.0565904:16354;41.7708097;-107.0548913,way_type=user_defined:way_id=80W -edge,16354,16354;41.7708097;-107.0548913:16355;41.7706632;-107.0540428,way_type=user_defined:way_id=80W -edge,16355,16355;41.7706632;-107.0540428:16356;41.7704191;-107.0526571,way_type=user_defined:way_id=80W -edge,16356,16356;41.7704191;-107.0526571:16357;41.7699553;-107.0499695,way_type=user_defined:way_id=80W -edge,16357,16357;41.7699553;-107.0499695:16358;41.7698574;-107.0493958,way_type=user_defined:way_id=80W -edge,16358,16358;41.7698574;-107.0493958:16359;41.7697093;-107.0485549,way_type=user_defined:way_id=80W -edge,16359,16359;41.7697093;-107.0485549:16360;41.769563;-107.0476999,way_type=user_defined:way_id=80W -edge,16360,16360;41.769563;-107.0476999:16361;41.7694076;-107.0468153,way_type=user_defined:way_id=80W -edge,16361,16361;41.7694076;-107.0468153:16362;41.7692561;-107.0459319,way_type=user_defined:way_id=80W -edge,16362,16362;41.7692561;-107.0459319:16363;41.7690463;-107.04473,way_type=user_defined:way_id=80W -edge,16363,16363;41.7690463;-107.04473:16364;41.7688511;-107.0435973,way_type=user_defined:way_id=80W -edge,16364,16364;41.7688511;-107.0435973:16365;41.7686098;-107.042216,way_type=user_defined:way_id=80W -edge,16365,16365;41.7686098;-107.042216:16366;41.7684573;-107.0413583,way_type=user_defined:way_id=80W -edge,16366,16366;41.7684573;-107.0413583:16367;41.7683482;-107.0407347,way_type=user_defined:way_id=80W -edge,16367,16367;41.7683482;-107.0407347:16368;41.7679651;-107.0384946,way_type=user_defined:way_id=80W -edge,16368,16368;41.7679651;-107.0384946:16369;41.767808;-107.0376084,way_type=user_defined:way_id=80W -edge,16369,16369;41.767808;-107.0376084:16370;41.7675006;-107.035831,way_type=user_defined:way_id=80W -edge,16370,16370;41.7675006;-107.035831:16371;41.7672541;-107.034425,way_type=user_defined:way_id=80W -edge,16371,16371;41.7672541;-107.034425:16372;41.7670199;-107.0330658,way_type=user_defined:way_id=80W -edge,16372,16372;41.7670199;-107.0330658:16373;41.7667224;-107.0313717,way_type=user_defined:way_id=80W -edge,16373,16373;41.7667224;-107.0313717:16374;41.7664707;-107.0299086,way_type=user_defined:way_id=80W -edge,16374,16374;41.7664707;-107.0299086:16375;41.7661588;-107.0281391,way_type=user_defined:way_id=80W -edge,16375,16375;41.7661588;-107.0281391:16376;41.7659414;-107.0268946,way_type=user_defined:way_id=80W -edge,16376,16376;41.7659414;-107.0268946:16377;41.7657039;-107.0255155,way_type=user_defined:way_id=80W -edge,16377,16377;41.7657039;-107.0255155:16378;41.7655747;-107.0247742,way_type=user_defined:way_id=80W -edge,16378,16378;41.7655747;-107.0247742:16379;41.7654046;-107.0237763,way_type=user_defined:way_id=80W -edge,16379,16379;41.7654046;-107.0237763:16380;41.7650368;-107.0216883,way_type=user_defined:way_id=80W -edge,16380,16380;41.7650368;-107.0216883:16381;41.7638775;-107.0150214,way_type=user_defined:way_id=80W -edge,16381,16381;41.7638775;-107.0150214:16382;41.7635809;-107.0132861,way_type=user_defined:way_id=80W -edge,16382,16382;41.7635809;-107.0132861:16383;41.7632015;-107.0111184,way_type=user_defined:way_id=80W -edge,16383,16383;41.7632015;-107.0111184:16384;41.7626938;-107.0082066,way_type=user_defined:way_id=80W -edge,16384,16384;41.7626938;-107.0082066:16385;41.762451;-107.006825,way_type=user_defined:way_id=80W -edge,16385,16385;41.762451;-107.006825:16386;41.7620946;-107.0047627,way_type=user_defined:way_id=80W -edge,16386,16386;41.7620946;-107.0047627:16387;41.7617395;-107.002745,way_type=user_defined:way_id=80W -edge,16387,16387;41.7617395;-107.002745:16388;41.7615627;-107.0017163,way_type=user_defined:way_id=80W -edge,16388,16388;41.7615627;-107.0017163:16389;41.761089;-106.9989858,way_type=user_defined:way_id=80W -edge,16389,16389;41.761089;-106.9989858:16390;41.7607839;-106.9972543,way_type=user_defined:way_id=80W -edge,16390,16390;41.7607839;-106.9972543:16391;41.7602152;-106.9939846,way_type=user_defined:way_id=80W -edge,16391,16391;41.7602152;-106.9939846:16392;41.760067;-106.9931416,way_type=user_defined:way_id=80W -edge,16392,16392;41.760067;-106.9931416:16393;41.7597798;-106.9914716,way_type=user_defined:way_id=80W -edge,16393,16393;41.7597798;-106.9914716:16394;41.7592958;-106.9887063,way_type=user_defined:way_id=80W -edge,16394,16394;41.7592958;-106.9887063:16395;41.7587713;-106.9856892,way_type=user_defined:way_id=80W -edge,16395,16395;41.7587713;-106.9856892:16396;41.7585684;-106.9845149,way_type=user_defined:way_id=80W -edge,16396,16396;41.7585684;-106.9845149:16397;41.7584182;-106.9836618,way_type=user_defined:way_id=80W -edge,16397,16397;41.7584182;-106.9836618:16398;41.7582159;-106.9824963,way_type=user_defined:way_id=80W -edge,16398,16398;41.7582159;-106.9824963:16399;41.7579605;-106.9810422,way_type=user_defined:way_id=80W -edge,16399,16399;41.7579605;-106.9810422:16400;41.7577623;-106.9799022,way_type=user_defined:way_id=80W -edge,16400,16400;41.7577623;-106.9799022:16401;41.757458;-106.9781363,way_type=user_defined:way_id=80W -edge,16401,16401;41.757458;-106.9781363:16402;41.7572836;-106.9771478,way_type=user_defined:way_id=80W -edge,16402,16402;41.7572836;-106.9771478:16403;41.7572836;-106.9771478,way_type=user_defined:way_id=80W -edge,16403,16403;41.7572836;-106.9771478:16404;41.7571541;-106.9764093,way_type=user_defined:way_id=80W -edge,16404,16404;41.7571541;-106.9764093:16405;41.7569003;-106.9749455,way_type=user_defined:way_id=80W -edge,16405,16405;41.7569003;-106.9749455:16406;41.7567613;-106.9741355,way_type=user_defined:way_id=80W -edge,16406,16406;41.7567613;-106.9741355:16407;41.7564055;-106.9720798,way_type=user_defined:way_id=80W -edge,16407,16407;41.7564055;-106.9720798:16408;41.7560985;-106.9703462,way_type=user_defined:way_id=80W -edge,16408,16408;41.7560985;-106.9703462:16409;41.7559947;-106.9697443,way_type=user_defined:way_id=80W -edge,16409,16409;41.7559947;-106.9697443:16410;41.755869;-106.969026,way_type=user_defined:way_id=80W -edge,16410,16410;41.755869;-106.969026:16411;41.7557093;-106.9681133,way_type=user_defined:way_id=80W -edge,16411,16411;41.7557093;-106.9681133:16412;41.7557093;-106.9681133,way_type=user_defined:way_id=80W -edge,16412,16412;41.7557093;-106.9681133:16413;41.75553417;-106.9671221,way_type=user_defined:way_id=80W -edge,16413,16413;41.75553417;-106.9671221:16414;41.7552938;-106.965746,way_type=user_defined:way_id=80W -edge,16414,16414;41.7552938;-106.965746:16415;41.7551251;-106.9647936,way_type=user_defined:way_id=80W -edge,16415,16415;41.7551251;-106.9647936:16416;41.7549812;-106.963972,way_type=user_defined:way_id=80W -edge,16416,16416;41.7549812;-106.963972:16417;41.75493427;-106.96371,way_type=user_defined:way_id=80W -edge,16417,16417;41.75493427;-106.96371:16418;41.7548301;-106.9631284,way_type=user_defined:way_id=80W -edge,16418,16418;41.7548301;-106.9631284:16419;41.7547257;-106.9625632,way_type=user_defined:way_id=80W -edge,16419,16419;41.7547257;-106.9625632:16420;41.7546733;-106.9622887,way_type=user_defined:way_id=80W -edge,16420,16420;41.7546733;-106.9622887:16421;41.7545873;-106.9618624,way_type=user_defined:way_id=80W -edge,16421,16421;41.7545873;-106.9618624:16422;41.75449422;-106.9614227,way_type=user_defined:way_id=80W -edge,16422,16422;41.75449422;-106.9614227:16423;41.75449422;-106.9614227,way_type=user_defined:way_id=80W -edge,16423,16423;41.75449422;-106.9614227:16424;41.7544337;-106.9611512,way_type=user_defined:way_id=80W -edge,16424,16424;41.7544337;-106.9611512:16425;41.754389;-106.9609585,way_type=user_defined:way_id=80W -edge,16425,16425;41.754389;-106.9609585:16426;41.7542407;-106.960333,way_type=user_defined:way_id=80W -edge,16426,16426;41.7542407;-106.960333:16427;41.7541655;-106.9600231,way_type=user_defined:way_id=80W -edge,16427,16427;41.7541655;-106.9600231:16428;41.7540417;-106.9595322,way_type=user_defined:way_id=80W -edge,16428,16428;41.7540417;-106.9595322:16429;41.75391135;-106.9590268,way_type=user_defined:way_id=80W -edge,16429,16429;41.75391135;-106.9590268:16430;41.7538168;-106.9586602,way_type=user_defined:way_id=80W -edge,16430,16430;41.7538168;-106.9586602:16431;41.7536696;-106.9580977,way_type=user_defined:way_id=80W -edge,16431,16431;41.7536696;-106.9580977:16432;41.7533667;-106.9569615,way_type=user_defined:way_id=80W -edge,16432,16432;41.7533667;-106.9569615:16433;41.7532141;-106.9563839,way_type=user_defined:way_id=80W -edge,16433,16433;41.7532141;-106.9563839:16434;41.752976;-106.9555024,way_type=user_defined:way_id=80W -edge,16434,16434;41.752976;-106.9555024:16435;41.752976;-106.9555024,way_type=user_defined:way_id=80W -edge,16435,16435;41.752976;-106.9555024:16436;41.7527818;-106.9547802,way_type=user_defined:way_id=80W -edge,16436,16436;41.7527818;-106.9547802:16437;41.7525539;-106.9539254,way_type=user_defined:way_id=80W -edge,16437,16437;41.7525539;-106.9539254:16438;41.7523296;-106.9530685,way_type=user_defined:way_id=80W -edge,16438,16438;41.7523296;-106.9530685:16439;41.752048;-106.9520028,way_type=user_defined:way_id=80W -edge,16439,16439;41.752048;-106.9520028:16440;41.7518079;-106.9511133,way_type=user_defined:way_id=80W -edge,16440,16440;41.7518079;-106.9511133:16441;41.75117855;-106.9487468,way_type=user_defined:way_id=80W -edge,16441,16441;41.75117855;-106.9487468:16442;41.7511532;-106.9486515,way_type=user_defined:way_id=80W -edge,16442,16442;41.7511532;-106.9486515:16443;41.7509366;-106.9478212,way_type=user_defined:way_id=80W -edge,16443,16443;41.7509366;-106.9478212:16444;41.7506931;-106.9469005,way_type=user_defined:way_id=80W -edge,16444,16444;41.7506931;-106.9469005:16445;41.7504957;-106.9461469,way_type=user_defined:way_id=80W -edge,16445,16445;41.7504957;-106.9461469:16446;41.7499769;-106.9442231,way_type=user_defined:way_id=80W -edge,16446,16446;41.7499769;-106.9442231:16447;41.7498482;-106.943739,way_type=user_defined:way_id=80W -edge,16447,16447;41.7498482;-106.943739:16448;41.74968001;-106.9430984,way_type=user_defined:way_id=80W -edge,16448,16448;41.74968001;-106.9430984:16449;41.7495954;-106.9427762,way_type=user_defined:way_id=80W -edge,16449,16449;41.7495954;-106.9427762:16450;41.7491605;-106.941161,way_type=user_defined:way_id=80W -edge,16450,16450;41.7491605;-106.941161:16451;41.7488489;-106.9399895,way_type=user_defined:way_id=80W -edge,16451,16451;41.7488489;-106.9399895:16452;41.7485385;-106.9388324,way_type=user_defined:way_id=80W -edge,16452,16452;41.7485385;-106.9388324:16453;41.7479561;-106.9366333,way_type=user_defined:way_id=80W -edge,16453,16453;41.7479561;-106.9366333:16454;41.7477349;-106.9358077,way_type=user_defined:way_id=80W -edge,16454,16454;41.7477349;-106.9358077:16455;41.7471993;-106.9337875,way_type=user_defined:way_id=80W -edge,16455,16455;41.7471993;-106.9337875:16456;41.7466497;-106.931726,way_type=user_defined:way_id=80W -edge,16456,16456;41.7466497;-106.931726:16457;41.7465416;-106.931313,way_type=user_defined:way_id=80W -edge,16457,16457;41.7465416;-106.931313:16458;41.7464466;-106.9309348,way_type=user_defined:way_id=80W -edge,16458,16458;41.7464466;-106.9309348:16459;41.746237;-106.9300748,way_type=user_defined:way_id=80W -edge,16459,16459;41.746237;-106.9300748:16460;41.7460812;-106.9294088,way_type=user_defined:way_id=80W -edge,16460,16460;41.7460812;-106.9294088:16461;41.7460026;-106.9290632,way_type=user_defined:way_id=80W -edge,16461,16461;41.7460026;-106.9290632:16462;41.7459489;-106.928817,way_type=user_defined:way_id=80W -edge,16462,16462;41.7459489;-106.928817:16463;41.745897;-106.9285703,way_type=user_defined:way_id=80W -edge,16463,16463;41.745897;-106.9285703:16464;41.7458263;-106.928222,way_type=user_defined:way_id=80W -edge,16464,16464;41.7458263;-106.928222:16465;41.745745;-106.9277981,way_type=user_defined:way_id=80W -edge,16465,16465;41.745745;-106.9277981:16466;41.7456734;-106.9274102,way_type=user_defined:way_id=80W -edge,16466,16466;41.7456734;-106.9274102:16467;41.7456182;-106.9270951,way_type=user_defined:way_id=80W -edge,16467,16467;41.7456182;-106.9270951:16468;41.7455059;-106.9264147,way_type=user_defined:way_id=80W -edge,16468,16468;41.7455059;-106.9264147:16469;41.7454274;-106.9259175,way_type=user_defined:way_id=80W -edge,16469,16469;41.7454274;-106.9259175:16470;41.7453418;-106.9253525,way_type=user_defined:way_id=80W -edge,16470,16470;41.7453418;-106.9253525:16471;41.7452945;-106.9250232,way_type=user_defined:way_id=80W -edge,16471,16471;41.7452945;-106.9250232:16472;41.7452216;-106.9244866,way_type=user_defined:way_id=80W -edge,16472,16472;41.7452216;-106.9244866:16473;41.7451768;-106.9241283,way_type=user_defined:way_id=80W -edge,16473,16473;41.7451768;-106.9241283:16474;41.745147;-106.9238731,way_type=user_defined:way_id=80W -edge,16474,16474;41.745147;-106.9238731:16475;41.7451147;-106.9235796,way_type=user_defined:way_id=80W -edge,16475,16475;41.7451147;-106.9235796:16476;41.7450555;-106.9230082,way_type=user_defined:way_id=80W -edge,16476,16476;41.7450555;-106.9230082:16477;41.7450239;-106.9226839,way_type=user_defined:way_id=80W -edge,16477,16477;41.7450239;-106.9226839:16478;41.7450002;-106.9224265,way_type=user_defined:way_id=80W -edge,16478,16478;41.7450002;-106.9224265:16479;41.7449735;-106.922112,way_type=user_defined:way_id=80W -edge,16479,16479;41.7449735;-106.922112:16480;41.7449512;-106.9218161,way_type=user_defined:way_id=80W -edge,16480,16480;41.7449512;-106.9218161:16481;41.7449066;-106.921157,way_type=user_defined:way_id=80W -edge,16481,16481;41.7449066;-106.921157:16482;41.7448739;-106.9206217,way_type=user_defined:way_id=80W -edge,16482,16482;41.7448739;-106.9206217:16483;41.7448437;-106.920039,way_type=user_defined:way_id=80W -edge,16483,16483;41.7448437;-106.920039:16484;41.7448141;-106.919344,way_type=user_defined:way_id=80W -edge,16484,16484;41.7448141;-106.919344:16485;41.7447667;-106.9179652,way_type=user_defined:way_id=80W -edge,16485,16485;41.7447667;-106.9179652:16486;41.7447012;-106.9162276,way_type=user_defined:way_id=80W -edge,16486,16486;41.7447012;-106.9162276:16487;41.7446381;-106.9144107,way_type=user_defined:way_id=80W -edge,16487,16487;41.7446381;-106.9144107:16488;41.7445909;-106.9131725,way_type=user_defined:way_id=80W -edge,16488,16488;41.7445909;-106.9131725:16489;41.7445107;-106.9108844,way_type=user_defined:way_id=80W -edge,16489,16489;41.7445107;-106.9108844:16490;41.7444658;-106.9097108,way_type=user_defined:way_id=80W -edge,16490,16490;41.7444658;-106.9097108:16491;41.7444331;-106.9086918,way_type=user_defined:way_id=80W -edge,16491,16491;41.7444331;-106.9086918:16492;41.7443835;-106.90731,way_type=user_defined:way_id=80W -edge,16492,16492;41.7443835;-106.90731:16493;41.744339;-106.9061187,way_type=user_defined:way_id=80W -edge,16493,16493;41.744339;-106.9061187:16494;41.7443087;-106.9052379,way_type=user_defined:way_id=80W -edge,16494,16494;41.7443087;-106.9052379:16495;41.7442789;-106.9044824,way_type=user_defined:way_id=80W -edge,16495,16495;41.7442789;-106.9044824:16496;41.7442449;-106.9034639,way_type=user_defined:way_id=80W -edge,16496,16496;41.7442449;-106.9034639:16497;41.7441977;-106.9022613,way_type=user_defined:way_id=80W -edge,16497,16497;41.7441977;-106.9022613:16498;41.7440479;-106.8979738,way_type=user_defined:way_id=80W -edge,16498,16498;41.7440479;-106.8979738:16499;41.7440099;-106.8969671,way_type=user_defined:way_id=80W -edge,16499,16499;41.7440099;-106.8969671:16500;41.7439359;-106.8949221,way_type=user_defined:way_id=80W -edge,16500,16500;41.7439359;-106.8949221:16501;41.7439025;-106.8940475,way_type=user_defined:way_id=80W -edge,16501,16501;41.7439025;-106.8940475:16502;41.7438718;-106.89317,way_type=user_defined:way_id=80W -edge,16502,16502;41.7438718;-106.89317:16503;41.7438479;-106.8925597,way_type=user_defined:way_id=80W -edge,16503,16503;41.7438479;-106.8925597:16504;41.7438172;-106.8916802,way_type=user_defined:way_id=80W -edge,16504,16504;41.7438172;-106.8916802:16505;41.743771;-106.8904801,way_type=user_defined:way_id=80W -edge,16505,16505;41.743771;-106.8904801:16506;41.743738;-106.8895362,way_type=user_defined:way_id=80W -edge,16506,16506;41.743738;-106.8895362:16507;41.7437109;-106.8886978,way_type=user_defined:way_id=80W -edge,16507,16507;41.7437109;-106.8886978:16508;41.7436863;-106.8880747,way_type=user_defined:way_id=80W -edge,16508,16508;41.7436863;-106.8880747:16509;41.7436559;-106.8871714,way_type=user_defined:way_id=80W -edge,16509,16509;41.7436559;-106.8871714:16510;41.7435247;-106.8836365,way_type=user_defined:way_id=80W -edge,16510,16510;41.7435247;-106.8836365:16511;41.7434866;-106.8824738,way_type=user_defined:way_id=80W -edge,16511,16511;41.7434866;-106.8824738:16512;41.7434495;-106.8815233,way_type=user_defined:way_id=80W -edge,16512,16512;41.7434495;-106.8815233:16513;41.7433952;-106.8800018,way_type=user_defined:way_id=80W -edge,16513,16513;41.7433952;-106.8800018:16514;41.7433331;-106.8781864,way_type=user_defined:way_id=80W -edge,16514,16514;41.7433331;-106.8781864:16515;41.7432786;-106.8767545,way_type=user_defined:way_id=80W -edge,16515,16515;41.7432786;-106.8767545:16516;41.7432278;-106.87527,way_type=user_defined:way_id=80W -edge,16516,16516;41.7432278;-106.87527:16517;41.7431931;-106.8743566,way_type=user_defined:way_id=80W -edge,16517,16517;41.7431931;-106.8743566:16518;41.7431586;-106.8733625,way_type=user_defined:way_id=80W -edge,16518,16518;41.7431586;-106.8733625:16519;41.7431062;-106.8720103,way_type=user_defined:way_id=80W -edge,16519,16519;41.7431062;-106.8720103:16520;41.7430771;-106.8711384,way_type=user_defined:way_id=80W -edge,16520,16520;41.7430771;-106.8711384:16521;41.7430183;-106.8695757,way_type=user_defined:way_id=80W -edge,16521,16521;41.7430183;-106.8695757:16522;41.7428971;-106.8661245,way_type=user_defined:way_id=80W -edge,16522,16522;41.7428971;-106.8661245:16523;41.7428224;-106.86413,way_type=user_defined:way_id=80W -edge,16523,16523;41.7428224;-106.86413:16524;41.7427652;-106.862671,way_type=user_defined:way_id=80W -edge,16524,16524;41.7427652;-106.862671:16525;41.7427141;-106.8612483,way_type=user_defined:way_id=80W -edge,16525,16525;41.7427141;-106.8612483:16526;41.7426549;-106.8596522,way_type=user_defined:way_id=80W -edge,16526,16526;41.7426549;-106.8596522:16527;41.7426032;-106.8583435,way_type=user_defined:way_id=80W -edge,16527,16527;41.7426032;-106.8583435:16528;41.7426032;-106.8583435,way_type=user_defined:way_id=80W -edge,16528,16528;41.7426032;-106.8583435:16529;41.742566;-106.8573516,way_type=user_defined:way_id=80W -edge,16529,16529;41.742566;-106.8573516:16530;41.7425321;-106.8563694,way_type=user_defined:way_id=80W -edge,16530,16530;41.7425321;-106.8563694:16531;41.7424826;-106.8550675,way_type=user_defined:way_id=80W -edge,16531,16531;41.7424826;-106.8550675:16532;41.7423885;-106.8524525,way_type=user_defined:way_id=80W -edge,16532,16532;41.7423885;-106.8524525:16533;41.7423129;-106.850414,way_type=user_defined:way_id=80W -edge,16533,16533;41.7423129;-106.850414:16534;41.7422843;-106.8496127,way_type=user_defined:way_id=80W -edge,16534,16534;41.7422843;-106.8496127:16535;41.7422594;-106.8488502,way_type=user_defined:way_id=80W -edge,16535,16535;41.7422594;-106.8488502:16536;41.7421726;-106.8465619,way_type=user_defined:way_id=80W -edge,16536,16536;41.7421726;-106.8465619:16537;41.7421367;-106.845655,way_type=user_defined:way_id=80W -edge,16537,16537;41.7421367;-106.845655:16538;41.742091;-106.8442037,way_type=user_defined:way_id=80W -edge,16538,16538;41.742091;-106.8442037:16539;41.74205483;-106.8432163,way_type=user_defined:way_id=80W -edge,16539,16539;41.74205483;-106.8432163:16540;41.74203106;-106.8425678,way_type=user_defined:way_id=80W -edge,16540,16540;41.74203106;-106.8425678:16541;41.7419917;-106.8414937,way_type=user_defined:way_id=80W -edge,16541,16541;41.7419917;-106.8414937:16542;41.7419693;-106.8408486,way_type=user_defined:way_id=80W -edge,16542,16542;41.7419693;-106.8408486:16543;41.7419693;-106.8408486,way_type=user_defined:way_id=80W -edge,16543,16543;41.7419693;-106.8408486:16544;41.7419484;-106.8403001,way_type=user_defined:way_id=80W -edge,16544,16544;41.7419484;-106.8403001:16545;41.7418892;-106.8388478,way_type=user_defined:way_id=80W -edge,16545,16545;41.7418892;-106.8388478:16546;41.7418647;-106.8381952,way_type=user_defined:way_id=80W -edge,16546,16546;41.7418647;-106.8381952:16547;41.7418123;-106.8367412,way_type=user_defined:way_id=80W -edge,16547,16547;41.7418123;-106.8367412:16548;41.7417793;-106.8357688,way_type=user_defined:way_id=80W -edge,16548,16548;41.7417793;-106.8357688:16549;41.7417131;-106.8340558,way_type=user_defined:way_id=80W -edge,16549,16549;41.7417131;-106.8340558:16550;41.7416616;-106.8325693,way_type=user_defined:way_id=80W -edge,16550,16550;41.7416616;-106.8325693:16551;41.7416228;-106.8313778,way_type=user_defined:way_id=80W -edge,16551,16551;41.7416228;-106.8313778:16552;41.7416105;-106.8310435,way_type=user_defined:way_id=80W -edge,16552,16552;41.7416105;-106.8310435:16553;41.74158961;-106.8305367,way_type=user_defined:way_id=80W -edge,16553,16553;41.74158961;-106.8305367:16554;41.74158961;-106.8305367,way_type=user_defined:way_id=80W -edge,16554,16554;41.74158961;-106.8305367:16555;41.7415756;-106.8301864,way_type=user_defined:way_id=80W -edge,16555,16555;41.7415756;-106.8301864:16556;41.7415548;-106.829602,way_type=user_defined:way_id=80W -edge,16556,16556;41.7415548;-106.829602:16557;41.7414585;-106.8270274,way_type=user_defined:way_id=80W -edge,16557,16557;41.7414585;-106.8270274:16558;41.741434;-106.8264135,way_type=user_defined:way_id=80W -edge,16558,16558;41.741434;-106.8264135:16559;41.7414238;-106.8261255,way_type=user_defined:way_id=80W -edge,16559,16559;41.7414238;-106.8261255:16560;41.7414165;-106.8258663,way_type=user_defined:way_id=80W -edge,16560,16560;41.7414165;-106.8258663:16561;41.7414105;-106.8255495,way_type=user_defined:way_id=80W -edge,16561,16561;41.7414105;-106.8255495:16562;41.7414085;-106.8252521,way_type=user_defined:way_id=80W -edge,16562,16562;41.7414085;-106.8252521:16563;41.7414096;-106.8249721,way_type=user_defined:way_id=80W -edge,16563,16563;41.7414096;-106.8249721:16564;41.7414131;-106.8247121,way_type=user_defined:way_id=80W -edge,16564,16564;41.7414131;-106.8247121:16565;41.7414194;-106.8244135,way_type=user_defined:way_id=80W -edge,16565,16565;41.7414194;-106.8244135:16566;41.74142811;-106.8241023,way_type=user_defined:way_id=80W -edge,16566,16566;41.74142811;-106.8241023:16567;41.7414356;-106.8238884,way_type=user_defined:way_id=80W -edge,16567,16567;41.7414356;-106.8238884:16568;41.7414894;-106.8223534,way_type=user_defined:way_id=80W -edge,16568,16568;41.7414894;-106.8223534:16569;41.7414894;-106.8223534,way_type=user_defined:way_id=80W -edge,16569,16569;41.7414894;-106.8223534:16570;41.74150333;-106.8219655,way_type=user_defined:way_id=80W -edge,16570,16570;41.74150333;-106.8219655:16571;41.7415091;-106.821805,way_type=user_defined:way_id=80W -edge,16571,16571;41.7415091;-106.821805:16572;41.7415564;-106.8206493,way_type=user_defined:way_id=80W -edge,16572,16572;41.7415564;-106.8206493:16573;41.7415994;-106.8194587,way_type=user_defined:way_id=80W -edge,16573,16573;41.7415994;-106.8194587:16574;41.7416457;-106.8180415,way_type=user_defined:way_id=80W -edge,16574,16574;41.7416457;-106.8180415:16575;41.7417188;-106.8160364,way_type=user_defined:way_id=80W -edge,16575,16575;41.7417188;-106.8160364:16576;41.7417396;-106.8153976,way_type=user_defined:way_id=80W -edge,16576,16576;41.7417396;-106.8153976:16577;41.7418024;-106.8137864,way_type=user_defined:way_id=80W -edge,16577,16577;41.7418024;-106.8137864:16578;41.741854;-106.8122676,way_type=user_defined:way_id=80W -edge,16578,16578;41.741854;-106.8122676:16579;41.7420122;-106.8080191,way_type=user_defined:way_id=80W -edge,16579,16579;41.7420122;-106.8080191:16580;41.7420321;-106.8074033,way_type=user_defined:way_id=80W -edge,16580,16580;41.7420321;-106.8074033:16581;41.74206028;-106.8066532,way_type=user_defined:way_id=80W -edge,16581,16581;41.74206028;-106.8066532:16582;41.7420649;-106.8065301,way_type=user_defined:way_id=80W -edge,16582,16582;41.7420649;-106.8065301:16583;41.7421143;-106.8050235,way_type=user_defined:way_id=80W -edge,16583,16583;41.7421143;-106.8050235:16584;41.7422385;-106.8014992,way_type=user_defined:way_id=80W -edge,16584,16584;41.7422385;-106.8014992:16585;41.7422964;-106.7997209,way_type=user_defined:way_id=80W -edge,16585,16585;41.7422964;-106.7997209:16586;41.7423531;-106.7982695,way_type=user_defined:way_id=80W -edge,16586,16586;41.7423531;-106.7982695:16587;41.7423824;-106.7973644,way_type=user_defined:way_id=80W -edge,16587,16587;41.7423824;-106.7973644:16588;41.742432;-106.7960534,way_type=user_defined:way_id=80W -edge,16588,16588;41.742432;-106.7960534:16589;41.7425387;-106.7931121,way_type=user_defined:way_id=80W -edge,16589,16589;41.7425387;-106.7931121:16590;41.742569;-106.7923109,way_type=user_defined:way_id=80W -edge,16590,16590;41.742569;-106.7923109:16591;41.7425998;-106.7913684,way_type=user_defined:way_id=80W -edge,16591,16591;41.7425998;-106.7913684:16592;41.7426503;-106.7899894,way_type=user_defined:way_id=80W -edge,16592,16592;41.7426503;-106.7899894:16593;41.7427022;-106.7884667,way_type=user_defined:way_id=80W -edge,16593,16593;41.7427022;-106.7884667:16594;41.7427346;-106.7876322,way_type=user_defined:way_id=80W -edge,16594,16594;41.7427346;-106.7876322:16595;41.7427878;-106.7861103,way_type=user_defined:way_id=80W -edge,16595,16595;41.7427878;-106.7861103:16596;41.7428963;-106.783133,way_type=user_defined:way_id=80W -edge,16596,16596;41.7428963;-106.783133:16597;41.7429354;-106.7820083,way_type=user_defined:way_id=80W -edge,16597,16597;41.7429354;-106.7820083:16598;41.7429684;-106.7811328,way_type=user_defined:way_id=80W -edge,16598,16598;41.7429684;-106.7811328:16599;41.74298096;-106.7807625,way_type=user_defined:way_id=80W -edge,16599,16599;41.74298096;-106.7807625:16600;41.7430065;-106.7800094,way_type=user_defined:way_id=80W -edge,16600,16600;41.7430065;-106.7800094:16601;41.7430255;-106.7794962,way_type=user_defined:way_id=80W -edge,16601,16601;41.7430255;-106.7794962:16602;41.7430255;-106.7794962,way_type=user_defined:way_id=80W -edge,16602,16602;41.7430255;-106.7794962:16603;41.7430495;-106.778839,way_type=user_defined:way_id=80W -edge,16603,16603;41.7430495;-106.778839:16604;41.7431136;-106.7769842,way_type=user_defined:way_id=80W -edge,16604,16604;41.7431136;-106.7769842:16605;41.743168;-106.7755641,way_type=user_defined:way_id=80W -edge,16605,16605;41.743168;-106.7755641:16606;41.7432086;-106.7745864,way_type=user_defined:way_id=80W -edge,16606,16606;41.7432086;-106.7745864:16607;41.7432182;-106.7743278,way_type=user_defined:way_id=80W -edge,16607,16607;41.7432182;-106.7743278:16608;41.74323203;-106.7738948,way_type=user_defined:way_id=80W -edge,16608,16608;41.74323203;-106.7738948:16609;41.74323203;-106.7738948,way_type=user_defined:way_id=80W -edge,16609,16609;41.74323203;-106.7738948:16610;41.74324492;-106.7734899,way_type=user_defined:way_id=80W -edge,16610,16610;41.74324492;-106.7734899:16611;41.743261;-106.7728508,way_type=user_defined:way_id=80W -edge,16611,16611;41.743261;-106.7728508:16612;41.7432793;-106.7719813,way_type=user_defined:way_id=80W -edge,16612,16612;41.7432793;-106.7719813:16613;41.7432836;-106.7717216,way_type=user_defined:way_id=80W -edge,16613,16613;41.7432836;-106.7717216:16614;41.7432872;-106.7713655,way_type=user_defined:way_id=80W -edge,16614,16614;41.7432872;-106.7713655:16615;41.7432875;-106.7710673,way_type=user_defined:way_id=80W -edge,16615,16615;41.7432875;-106.7710673:16616;41.7432826;-106.7707784,way_type=user_defined:way_id=80W -edge,16616,16616;41.7432826;-106.7707784:16617;41.7432709;-106.7704799,way_type=user_defined:way_id=80W -edge,16617,16617;41.7432709;-106.7704799:16618;41.7432672;-106.7704144,way_type=user_defined:way_id=80W -edge,16618,16618;41.7432672;-106.7704144:16619;41.74326205;-106.7703304,way_type=user_defined:way_id=80W -edge,16619,16619;41.74326205;-106.7703304:16620;41.7432517;-106.7701617,way_type=user_defined:way_id=80W -edge,16620,16620;41.7432517;-106.7701617:16621;41.74325001;-106.7701403,way_type=user_defined:way_id=80W -edge,16621,16621;41.74325001;-106.7701403:16622;41.7432291;-106.7698754,way_type=user_defined:way_id=80W -edge,16622,16622;41.7432291;-106.7698754:16623;41.7432009;-106.7695795,way_type=user_defined:way_id=80W -edge,16623,16623;41.7432009;-106.7695795:16624;41.7431689;-106.769294,way_type=user_defined:way_id=80W -edge,16624,16624;41.7431689;-106.769294:16625;41.7431456;-106.7691144,way_type=user_defined:way_id=80W -edge,16625,16625;41.7431456;-106.7691144:16626;41.7431456;-106.7691144,way_type=user_defined:way_id=80W -edge,16626,16626;41.7431456;-106.7691144:16627;41.7431266;-106.7689726,way_type=user_defined:way_id=80W -edge,16627,16627;41.7431266;-106.7689726:16628;41.7430878;-106.7687186,way_type=user_defined:way_id=80W -edge,16628,16628;41.7430878;-106.7687186:16629;41.7430395;-106.7684415,way_type=user_defined:way_id=80W -edge,16629,16629;41.7430395;-106.7684415:16630;41.7429798;-106.7681322,way_type=user_defined:way_id=80W -edge,16630,16630;41.7429798;-106.7681322:16631;41.7429199;-106.7678467,way_type=user_defined:way_id=80W -edge,16631,16631;41.7429199;-106.7678467:16632;41.7428577;-106.7675718,way_type=user_defined:way_id=80W -edge,16632,16632;41.7428577;-106.7675718:16633;41.7427893;-106.7672896,way_type=user_defined:way_id=80W -edge,16633,16633;41.7427893;-106.7672896:16634;41.7427098;-106.7669822,way_type=user_defined:way_id=80W -edge,16634,16634;41.7427098;-106.7669822:16635;41.7425707;-106.7664679,way_type=user_defined:way_id=80W -edge,16635,16635;41.7425707;-106.7664679:16636;41.7424859;-106.7661616,way_type=user_defined:way_id=80W -edge,16636,16636;41.7424859;-106.7661616:16637;41.7422427;-106.7653087,way_type=user_defined:way_id=80W -edge,16637,16637;41.7422427;-106.7653087:16638;41.7420886;-106.7647596,way_type=user_defined:way_id=80W -edge,16638,16638;41.7420886;-106.7647596:16639;41.7418563;-106.7639426,way_type=user_defined:way_id=80W -edge,16639,16639;41.7418563;-106.7639426:16640;41.7415936;-106.763029,way_type=user_defined:way_id=80W -edge,16640,16640;41.7415936;-106.763029:16641;41.7413052;-106.7620108,way_type=user_defined:way_id=80W -edge,16641,16641;41.7413052;-106.7620108:16642;41.7410496;-106.7611295,way_type=user_defined:way_id=80W -edge,16642,16642;41.7410496;-106.7611295:16643;41.7409726;-106.7608595,way_type=user_defined:way_id=80W -edge,16643,16643;41.7409726;-106.7608595:16644;41.7407429;-106.7600415,way_type=user_defined:way_id=80W -edge,16644,16644;41.7407429;-106.7600415:16645;41.7402683;-106.7583757,way_type=user_defined:way_id=80W -edge,16645,16645;41.7402683;-106.7583757:16646;41.7395751;-106.7559299,way_type=user_defined:way_id=80W -edge,16646,16646;41.7395751;-106.7559299:16647;41.7392507;-106.7548007,way_type=user_defined:way_id=80W -edge,16647,16647;41.7392507;-106.7548007:16648;41.7389246;-106.7536493,way_type=user_defined:way_id=80W -edge,16648,16648;41.7389246;-106.7536493:16649;41.7383657;-106.7517158,way_type=user_defined:way_id=80W -edge,16649,16649;41.7383657;-106.7517158:16650;41.7381559;-106.7509719,way_type=user_defined:way_id=80W -edge,16650,16650;41.7381559;-106.7509719:16651;41.7378991;-106.7500786,way_type=user_defined:way_id=80W -edge,16651,16651;41.7378991;-106.7500786:16652;41.7374107;-106.7483438,way_type=user_defined:way_id=80W -edge,16652,16652;41.7374107;-106.7483438:16653;41.7372088;-106.7476433,way_type=user_defined:way_id=80W -edge,16653,16653;41.7372088;-106.7476433:16654;41.7368884;-106.7465226,way_type=user_defined:way_id=80W -edge,16654,16654;41.7368884;-106.7465226:16655;41.7368122;-106.7462457,way_type=user_defined:way_id=80W -edge,16655,16655;41.7368122;-106.7462457:16656;41.7367481;-106.7460033,way_type=user_defined:way_id=80W -edge,16656,16656;41.7367481;-106.7460033:16657;41.7366788;-106.7457331,way_type=user_defined:way_id=80W -edge,16657,16657;41.7366788;-106.7457331:16658;41.7366011;-106.7454158,way_type=user_defined:way_id=80W -edge,16658,16658;41.7366011;-106.7454158:16659;41.7365461;-106.7451783,way_type=user_defined:way_id=80W -edge,16659,16659;41.7365461;-106.7451783:16660;41.7364756;-106.7448566,way_type=user_defined:way_id=80W -edge,16660,16660;41.7364756;-106.7448566:16661;41.7364186;-106.7445793,way_type=user_defined:way_id=80W -edge,16661,16661;41.7364186;-106.7445793:16662;41.7363624;-106.7442917,way_type=user_defined:way_id=80W -edge,16662,16662;41.7363624;-106.7442917:16663;41.736312;-106.744021,way_type=user_defined:way_id=80W -edge,16663,16663;41.736312;-106.744021:16664;41.7362549;-106.7436954,way_type=user_defined:way_id=80W -edge,16664,16664;41.7362549;-106.7436954:16665;41.7362094;-106.7434144,way_type=user_defined:way_id=80W -edge,16665,16665;41.7362094;-106.7434144:16666;41.736166;-106.7431229,way_type=user_defined:way_id=80W -edge,16666,16666;41.736166;-106.7431229:16667;41.7360978;-106.7426197,way_type=user_defined:way_id=80W -edge,16667,16667;41.7360978;-106.7426197:16668;41.7360113;-106.7419413,way_type=user_defined:way_id=80W -edge,16668,16668;41.7360113;-106.7419413:16669;41.7358201;-106.740506,way_type=user_defined:way_id=80W -edge,16669,16669;41.7358201;-106.740506:16670;41.7356218;-106.7389664,way_type=user_defined:way_id=80W -edge,16670,16670;41.7356218;-106.7389664:16671;41.7353995;-106.7372811,way_type=user_defined:way_id=80W -edge,16671,16671;41.7353995;-106.7372811:16672;41.7351414;-106.7353086,way_type=user_defined:way_id=80W -edge,16672,16672;41.7351414;-106.7353086:16673;41.7347869;-106.7326249,way_type=user_defined:way_id=80W -edge,16673,16673;41.7347869;-106.7326249:16674;41.7346703;-106.7317273,way_type=user_defined:way_id=80W -edge,16674,16674;41.7346703;-106.7317273:16675;41.734488;-106.7303045,way_type=user_defined:way_id=80W -edge,16675,16675;41.734488;-106.7303045:16676;41.7343668;-106.7293958,way_type=user_defined:way_id=80W -edge,16676,16676;41.7343668;-106.7293958:16677;41.734231;-106.7283498,way_type=user_defined:way_id=80W -edge,16677,16677;41.734231;-106.7283498:16678;41.7338388;-106.7253882,way_type=user_defined:way_id=80W -edge,16678,16678;41.7338388;-106.7253882:16679;41.733647;-106.7239199,way_type=user_defined:way_id=80W -edge,16679,16679;41.733647;-106.7239199:16680;41.7335184;-106.7229501,way_type=user_defined:way_id=80W -edge,16680,16680;41.7335184;-106.7229501:16681;41.7333044;-106.7212966,way_type=user_defined:way_id=80W -edge,16681,16681;41.7333044;-106.7212966:16682;41.7329836;-106.7188641,way_type=user_defined:way_id=80W -edge,16682,16682;41.7329836;-106.7188641:16683;41.7327717;-106.717218,way_type=user_defined:way_id=80W -edge,16683,16683;41.7327717;-106.717218:16684;41.7326464;-106.7162761,way_type=user_defined:way_id=80W -edge,16684,16684;41.7326464;-106.7162761:16685;41.732422;-106.7145616,way_type=user_defined:way_id=80W -edge,16685,16685;41.732422;-106.7145616:16686;41.7321134;-106.7122264,way_type=user_defined:way_id=80W -edge,16686,16686;41.7321134;-106.7122264:16687;41.7319595;-106.7110421,way_type=user_defined:way_id=80W -edge,16687,16687;41.7319595;-106.7110421:16688;41.731736;-106.7093567,way_type=user_defined:way_id=80W -edge,16688,16688;41.731736;-106.7093567:16689;41.7315829;-106.7081721,way_type=user_defined:way_id=80W -edge,16689,16689;41.7315829;-106.7081721:16690;41.731237;-106.7055541,way_type=user_defined:way_id=80W -edge,16690,16690;41.731237;-106.7055541:16691;41.7311224;-106.7046662,way_type=user_defined:way_id=80W -edge,16691,16691;41.7311224;-106.7046662:16692;41.7310015;-106.7037591,way_type=user_defined:way_id=80W -edge,16692,16692;41.7310015;-106.7037591:16693;41.7308868;-106.7028691,way_type=user_defined:way_id=80W -edge,16693,16693;41.7308868;-106.7028691:16694;41.7308163;-106.7022996,way_type=user_defined:way_id=80W -edge,16694,16694;41.7308163;-106.7022996:16695;41.7307778;-106.7019677,way_type=user_defined:way_id=80W -edge,16695,16695;41.7307778;-106.7019677:16696;41.7307492;-106.7016829,way_type=user_defined:way_id=80W -edge,16696,16696;41.7307492;-106.7016829:16697;41.7307238;-106.7013886,way_type=user_defined:way_id=80W -edge,16697,16697;41.7307238;-106.7013886:16698;41.7307043;-106.7011324,way_type=user_defined:way_id=80W -edge,16698,16698;41.7307043;-106.7011324:16699;41.730685;-106.7008482,way_type=user_defined:way_id=80W -edge,16699,16699;41.730685;-106.7008482:16700;41.7306742;-106.7006685,way_type=user_defined:way_id=80W -edge,16700,16700;41.7306742;-106.7006685:16701;41.7306655;-106.7005173,way_type=user_defined:way_id=80W -edge,16701,16701;41.7306655;-106.7005173:16702;41.7306516;-106.7002338,way_type=user_defined:way_id=80W -edge,16702,16702;41.7306516;-106.7002338:16703;41.73064;-106.6999024,way_type=user_defined:way_id=80W -edge,16703,16703;41.73064;-106.6999024:16704;41.7306339;-106.6996559,way_type=user_defined:way_id=80W -edge,16704,16704;41.7306339;-106.6996559:16705;41.7306285;-106.6993237,way_type=user_defined:way_id=80W -edge,16705,16705;41.7306285;-106.6993237:16706;41.730627;-106.6990669,way_type=user_defined:way_id=80W -edge,16706,16706;41.730627;-106.6990669:16707;41.7306281;-106.6987812,way_type=user_defined:way_id=80W -edge,16707,16707;41.7306281;-106.6987812:16708;41.7306366;-106.698162,way_type=user_defined:way_id=80W -edge,16708,16708;41.7306366;-106.698162:16709;41.7306555;-106.6973631,way_type=user_defined:way_id=80W -edge,16709,16709;41.7306555;-106.6973631:16710;41.7306801;-106.6964063,way_type=user_defined:way_id=80W -edge,16710,16710;41.7306801;-106.6964063:16711;41.7306978;-106.6955805,way_type=user_defined:way_id=80W -edge,16711,16711;41.7306978;-106.6955805:16712;41.7307542;-106.6931698,way_type=user_defined:way_id=80W -edge,16712,16712;41.7307542;-106.6931698:16713;41.7307946;-106.6916464,way_type=user_defined:way_id=80W -edge,16713,16713;41.7307946;-106.6916464:16714;41.7308686;-106.688412,way_type=user_defined:way_id=80W -edge,16714,16714;41.7308686;-106.688412:16715;41.7309067;-106.6869519,way_type=user_defined:way_id=80W -edge,16715,16715;41.7309067;-106.6869519:16716;41.7309377;-106.6855048,way_type=user_defined:way_id=80W -edge,16716,16716;41.7309377;-106.6855048:16717;41.7309739;-106.6839645,way_type=user_defined:way_id=80W -edge,16717,16717;41.7309739;-106.6839645:16718;41.7310187;-106.6821815,way_type=user_defined:way_id=80W -edge,16718,16718;41.7310187;-106.6821815:16719;41.7310504;-106.6807254,way_type=user_defined:way_id=80W -edge,16719,16719;41.7310504;-106.6807254:16720;41.7310889;-106.6792287,way_type=user_defined:way_id=80W -edge,16720,16720;41.7310889;-106.6792287:16721;41.7311136;-106.6781098,way_type=user_defined:way_id=80W -edge,16721,16721;41.7311136;-106.6781098:16722;41.7311554;-106.6764699,way_type=user_defined:way_id=80W -edge,16722,16722;41.7311554;-106.6764699:16723;41.7312297;-106.6732708,way_type=user_defined:way_id=80W -edge,16723,16723;41.7312297;-106.6732708:16724;41.7312491;-106.6723885,way_type=user_defined:way_id=80W -edge,16724,16724;41.7312491;-106.6723885:16725;41.7313061;-106.6700222,way_type=user_defined:way_id=80W -edge,16725,16725;41.7313061;-106.6700222:16726;41.7313562;-106.6678471,way_type=user_defined:way_id=80W -edge,16726,16726;41.7313562;-106.6678471:16727;41.7314075;-106.6654221,way_type=user_defined:way_id=80W -edge,16727,16727;41.7314075;-106.6654221:16728;41.73141154;-106.6652604,way_type=user_defined:way_id=80W -edge,16728,16728;41.73141154;-106.6652604:16729;41.7314407;-106.6640934,way_type=user_defined:way_id=80W -edge,16729,16729;41.7314407;-106.6640934:16730;41.7314716;-106.6630082,way_type=user_defined:way_id=80W -edge,16730,16730;41.7314716;-106.6630082:16731;41.731492;-106.662235,way_type=user_defined:way_id=80W -edge,16731,16731;41.731492;-106.662235:16732;41.7314983;-106.6619524,way_type=user_defined:way_id=80W -edge,16732,16732;41.7314983;-106.6619524:16733;41.7315202;-106.6611532,way_type=user_defined:way_id=80W -edge,16733,16733;41.7315202;-106.6611532:16734;41.731571;-106.6591183,way_type=user_defined:way_id=80W -edge,16734,16734;41.731571;-106.6591183:16735;41.7315865;-106.6586035,way_type=user_defined:way_id=80W -edge,16735,16735;41.7315865;-106.6586035:16736;41.7315978;-106.6583184,way_type=user_defined:way_id=80W -edge,16736,16736;41.7315978;-106.6583184:16737;41.7316097;-106.658062,way_type=user_defined:way_id=80W -edge,16737,16737;41.7316097;-106.658062:16738;41.7316244;-106.6577976,way_type=user_defined:way_id=80W -edge,16738,16738;41.7316244;-106.6577976:16739;41.7316565;-106.6573267,way_type=user_defined:way_id=80W -edge,16739,16739;41.7316565;-106.6573267:16740;41.7316793;-106.6570449,way_type=user_defined:way_id=80W -edge,16740,16740;41.7316793;-106.6570449:16741;41.731704;-106.6567834,way_type=user_defined:way_id=80W -edge,16741,16741;41.731704;-106.6567834:16742;41.7317333;-106.6565043,way_type=user_defined:way_id=80W -edge,16742,16742;41.7317333;-106.6565043:16743;41.7317579;-106.6562909,way_type=user_defined:way_id=80W -edge,16743,16743;41.7317579;-106.6562909:16744;41.731817;-106.6558217,way_type=user_defined:way_id=80W -edge,16744,16744;41.731817;-106.6558217:16745;41.7318519;-106.6555658,way_type=user_defined:way_id=80W -edge,16745,16745;41.7318519;-106.6555658:16746;41.7318944;-106.6552825,way_type=user_defined:way_id=80W -edge,16746,16746;41.7318944;-106.6552825:16747;41.7319286;-106.6550664,way_type=user_defined:way_id=80W -edge,16747,16747;41.7319286;-106.6550664:16748;41.731969;-106.6548232,way_type=user_defined:way_id=80W -edge,16748,16748;41.731969;-106.6548232:16749;41.7320129;-106.6545719,way_type=user_defined:way_id=80W -edge,16749,16749;41.7320129;-106.6545719:16750;41.732052;-106.6543591,way_type=user_defined:way_id=80W -edge,16750,16750;41.732052;-106.6543591:16751;41.7321061;-106.6540834,way_type=user_defined:way_id=80W -edge,16751,16751;41.7321061;-106.6540834:16752;41.7321581;-106.6538365,way_type=user_defined:way_id=80W -edge,16752,16752;41.7321581;-106.6538365:16753;41.7322287;-106.6535224,way_type=user_defined:way_id=80W -edge,16753,16753;41.7322287;-106.6535224:16754;41.7323128;-106.6531664,way_type=user_defined:way_id=80W -edge,16754,16754;41.7323128;-106.6531664:16755;41.7323539;-106.6529996,way_type=user_defined:way_id=80W -edge,16755,16755;41.7323539;-106.6529996:16756;41.7324218;-106.6527303,way_type=user_defined:way_id=80W -edge,16756,16756;41.7324218;-106.6527303:16757;41.7324846;-106.6524886,way_type=user_defined:way_id=80W -edge,16757,16757;41.7324846;-106.6524886:16758;41.7326036;-106.6520385,way_type=user_defined:way_id=80W -edge,16758,16758;41.7326036;-106.6520385:16759;41.7328316;-106.6511864,way_type=user_defined:way_id=80W -edge,16759,16759;41.7328316;-106.6511864:16760;41.7329408;-106.6507721,way_type=user_defined:way_id=80W -edge,16760,16760;41.7329408;-106.6507721:16761;41.733648;-106.6480716,way_type=user_defined:way_id=80W -edge,16761,16761;41.733648;-106.6480716:16762;41.7338612;-106.6472441,way_type=user_defined:way_id=80W -edge,16762,16762;41.7338612;-106.6472441:16763;41.7341255;-106.6462372,way_type=user_defined:way_id=80W -edge,16763,16763;41.7341255;-106.6462372:16764;41.7342864;-106.6456159,way_type=user_defined:way_id=80W -edge,16764,16764;41.7342864;-106.6456159:16765;41.7346189;-106.6443508,way_type=user_defined:way_id=80W -edge,16765,16765;41.7346189;-106.6443508:16766;41.7347812;-106.6437358,way_type=user_defined:way_id=80W -edge,16766,16766;41.7347812;-106.6437358:16767;41.7349565;-106.6430867,way_type=user_defined:way_id=80W -edge,16767,16767;41.7349565;-106.6430867:16768;41.7352709;-106.6418879,way_type=user_defined:way_id=80W -edge,16768,16768;41.7352709;-106.6418879:16769;41.7354996;-106.6410301,way_type=user_defined:way_id=80W -edge,16769,16769;41.7354996;-106.6410301:16770;41.7356541;-106.6404431,way_type=user_defined:way_id=80W -edge,16770,16770;41.7356541;-106.6404431:16771;41.7358648;-106.6396288,way_type=user_defined:way_id=80W -edge,16771,16771;41.7358648;-106.6396288:16772;41.7361104;-106.6386939,way_type=user_defined:way_id=80W -edge,16772,16772;41.7361104;-106.6386939:16773;41.7364485;-106.63739,way_type=user_defined:way_id=80W -edge,16773,16773;41.7364485;-106.63739:16774;41.7366708;-106.6365446,way_type=user_defined:way_id=80W -edge,16774,16774;41.7366708;-106.6365446:16775;41.7369737;-106.6353798,way_type=user_defined:way_id=80W -edge,16775,16775;41.7369737;-106.6353798:16776;41.7374122;-106.6337104,way_type=user_defined:way_id=80W -edge,16776,16776;41.7374122;-106.6337104:16777;41.7377879;-106.6322729,way_type=user_defined:way_id=80W -edge,16777,16777;41.7377879;-106.6322729:16778;41.7380882;-106.6311365,way_type=user_defined:way_id=80W -edge,16778,16778;41.7380882;-106.6311365:16779;41.7382999;-106.6303147,way_type=user_defined:way_id=80W -edge,16779,16779;41.7382999;-106.6303147:16780;41.7386325;-106.6290615,way_type=user_defined:way_id=80W -edge,16780,16780;41.7386325;-106.6290615:16781;41.7388986;-106.6280383,way_type=user_defined:way_id=80W -edge,16781,16781;41.7388986;-106.6280383:16782;41.7389847;-106.6276934,way_type=user_defined:way_id=80W -edge,16782,16782;41.7389847;-106.6276934:16783;41.73905677;-106.6273925,way_type=user_defined:way_id=80W -edge,16783,16783;41.73905677;-106.6273925:16784;41.7391264;-106.6271017,way_type=user_defined:way_id=80W -edge,16784,16784;41.7391264;-106.6271017:16785;41.7391887;-106.6268272,way_type=user_defined:way_id=80W -edge,16785,16785;41.7391887;-106.6268272:16786;41.7392503;-106.6265422,way_type=user_defined:way_id=80W -edge,16786,16786;41.7392503;-106.6265422:16787;41.7393073;-106.6262654,way_type=user_defined:way_id=80W -edge,16787,16787;41.7393073;-106.6262654:16788;41.7393626;-106.6259782,way_type=user_defined:way_id=80W -edge,16788,16788;41.7393626;-106.6259782:16789;41.7394153;-106.6256899,way_type=user_defined:way_id=80W -edge,16789,16789;41.7394153;-106.6256899:16790;41.7394631;-106.6254098,way_type=user_defined:way_id=80W -edge,16790,16790;41.7394631;-106.6254098:16791;41.739514;-106.6250908,way_type=user_defined:way_id=80W -edge,16791,16791;41.739514;-106.6250908:16792;41.7395566;-106.6248081,way_type=user_defined:way_id=80W -edge,16792,16792;41.7395566;-106.6248081:16793;41.7395977;-106.6245155,way_type=user_defined:way_id=80W -edge,16793,16793;41.7395977;-106.6245155:16794;41.7396337;-106.6242409,way_type=user_defined:way_id=80W -edge,16794,16794;41.7396337;-106.6242409:16795;41.7396688;-106.6239484,way_type=user_defined:way_id=80W -edge,16795,16795;41.7396688;-106.6239484:16796;41.7396996;-106.6236652,way_type=user_defined:way_id=80W -edge,16796,16796;41.7396996;-106.6236652:16797;41.739729;-106.6233727,way_type=user_defined:way_id=80W -edge,16797,16797;41.739729;-106.6233727:16798;41.7397585;-106.6230527,way_type=user_defined:way_id=80W -edge,16798,16798;41.7397585;-106.6230527:16799;41.7397867;-106.6226843,way_type=user_defined:way_id=80W -edge,16799,16799;41.7397867;-106.6226843:16800;41.7398013;-106.6224628,way_type=user_defined:way_id=80W -edge,16800,16800;41.7398013;-106.6224628:16801;41.7398168;-106.6221829,way_type=user_defined:way_id=80W -edge,16801,16801;41.7398168;-106.6221829:16802;41.7398289;-106.6218853,way_type=user_defined:way_id=80W -edge,16802,16802;41.7398289;-106.6218853:16803;41.7398377;-106.6216061,way_type=user_defined:way_id=80W -edge,16803,16803;41.7398377;-106.6216061:16804;41.7398442;-106.6213469,way_type=user_defined:way_id=80W -edge,16804,16804;41.7398442;-106.6213469:16805;41.7398498;-106.6209481,way_type=user_defined:way_id=80W -edge,16805,16805;41.7398498;-106.6209481:16806;41.7398511;-106.6207348,way_type=user_defined:way_id=80W -edge,16806,16806;41.7398511;-106.6207348:16807;41.7398508;-106.6204771,way_type=user_defined:way_id=80W -edge,16807,16807;41.7398508;-106.6204771:16808;41.7398458;-106.620153,way_type=user_defined:way_id=80W -edge,16808,16808;41.7398458;-106.620153:16809;41.7398306;-106.6196382,way_type=user_defined:way_id=80W -edge,16809,16809;41.7398306;-106.6196382:16810;41.7398172;-106.6193141,way_type=user_defined:way_id=80W -edge,16810,16810;41.7398172;-106.6193141:16811;41.7398006;-106.6190198,way_type=user_defined:way_id=80W -edge,16811,16811;41.7398006;-106.6190198:16812;41.7397813;-106.6187436,way_type=user_defined:way_id=80W -edge,16812,16812;41.7397813;-106.6187436:16813;41.7397611;-106.6184871,way_type=user_defined:way_id=80W -edge,16813,16813;41.7397611;-106.6184871:16814;41.7397338;-106.6181743,way_type=user_defined:way_id=80W -edge,16814,16814;41.7397338;-106.6181743:16815;41.739677;-106.6176133,way_type=user_defined:way_id=80W -edge,16815,16815;41.739677;-106.6176133:16816;41.7396417;-106.6173003,way_type=user_defined:way_id=80W -edge,16816,16816;41.7396417;-106.6173003:16817;41.73961;-106.6170445,way_type=user_defined:way_id=80W -edge,16817,16817;41.73961;-106.6170445:16818;41.7395774;-106.6168029,way_type=user_defined:way_id=80W -edge,16818,16818;41.7395774;-106.6168029:16819;41.7395303;-106.616478,way_type=user_defined:way_id=80W -edge,16819,16819;41.7395303;-106.616478:16820;41.7394843;-106.6161864,way_type=user_defined:way_id=80W -edge,16820,16820;41.7394843;-106.6161864:16821;41.7394389;-106.6159133,way_type=user_defined:way_id=80W -edge,16821,16821;41.7394389;-106.6159133:16822;41.7393871;-106.6156216,way_type=user_defined:way_id=80W -edge,16822,16822;41.7393871;-106.6156216:16823;41.7393361;-106.6153516,way_type=user_defined:way_id=80W -edge,16823,16823;41.7393361;-106.6153516:16824;41.7392784;-106.6150615,way_type=user_defined:way_id=80W -edge,16824,16824;41.7392784;-106.6150615:16825;41.7392206;-106.6147838,way_type=user_defined:way_id=80W -edge,16825,16825;41.7392206;-106.6147838:16826;41.7391625;-106.6145146,way_type=user_defined:way_id=80W -edge,16826,16826;41.7391625;-106.6145146:16827;41.7390468;-106.613995,way_type=user_defined:way_id=80W -edge,16827,16827;41.7390468;-106.613995:16828;41.7386614;-106.6122837,way_type=user_defined:way_id=80W -edge,16828,16828;41.7386614;-106.6122837:16829;41.7384179;-106.6112105,way_type=user_defined:way_id=80W -edge,16829,16829;41.7384179;-106.6112105:16830;41.7381557;-106.610063,way_type=user_defined:way_id=80W -edge,16830,16830;41.7381557;-106.610063:16831;41.7376528;-106.6078032,way_type=user_defined:way_id=80W -edge,16831,16831;41.7376528;-106.6078032:16832;41.7373077;-106.6062736,way_type=user_defined:way_id=80W -edge,16832,16832;41.7373077;-106.6062736:16833;41.7371723;-106.6056852,way_type=user_defined:way_id=80W -edge,16833,16833;41.7371723;-106.6056852:16834;41.7371169;-106.6054388,way_type=user_defined:way_id=80W -edge,16834,16834;41.7371169;-106.6054388:16835;41.7370575;-106.6051626,way_type=user_defined:way_id=80W -edge,16835,16835;41.7370575;-106.6051626:16836;41.7369983;-106.604875,way_type=user_defined:way_id=80W -edge,16836,16836;41.7369983;-106.604875:16837;41.7369437;-106.6045948,way_type=user_defined:way_id=80W -edge,16837,16837;41.7369437;-106.6045948:16838;41.7369118;-106.604422,way_type=user_defined:way_id=80W -edge,16838,16838;41.7369118;-106.604422:16839;41.736842;-106.6040293,way_type=user_defined:way_id=80W -edge,16839,16839;41.736842;-106.6040293:16840;41.7367956;-106.6037439,way_type=user_defined:way_id=80W -edge,16840,16840;41.7367956;-106.6037439:16841;41.7367525;-106.603457,way_type=user_defined:way_id=80W -edge,16841,16841;41.7367525;-106.603457:16842;41.736714;-106.6031784,way_type=user_defined:way_id=80W -edge,16842,16842;41.736714;-106.6031784:16843;41.7366761;-106.6028803,way_type=user_defined:way_id=80W -edge,16843,16843;41.7366761;-106.6028803:16844;41.7366396;-106.6025625,way_type=user_defined:way_id=80W -edge,16844,16844;41.7366396;-106.6025625:16845;41.7366135;-106.6023092,way_type=user_defined:way_id=80W -edge,16845,16845;41.7366135;-106.6023092:16846;41.7365868;-106.6020175,way_type=user_defined:way_id=80W -edge,16846,16846;41.7365868;-106.6020175:16847;41.7365628;-106.6017349,way_type=user_defined:way_id=80W -edge,16847,16847;41.7365628;-106.6017349:16848;41.7365392;-106.6014338,way_type=user_defined:way_id=80W -edge,16848,16848;41.7365392;-106.6014338:16849;41.7365178;-106.6011128,way_type=user_defined:way_id=80W -edge,16849,16849;41.7365178;-106.6011128:16850;41.7365036;-106.6008577,way_type=user_defined:way_id=80W -edge,16850,16850;41.7365036;-106.6008577:16851;41.736494;-106.6006402,way_type=user_defined:way_id=80W -edge,16851,16851;41.736494;-106.6006402:16852;41.7364897;-106.6005361,way_type=user_defined:way_id=80W -edge,16852,16852;41.7364897;-106.6005361:16853;41.7364808;-106.6002425,way_type=user_defined:way_id=80W -edge,16853,16853;41.7364808;-106.6002425:16854;41.7364743;-106.599958,way_type=user_defined:way_id=80W -edge,16854,16854;41.7364743;-106.599958:16855;41.7364702;-106.5996638,way_type=user_defined:way_id=80W -edge,16855,16855;41.7364702;-106.5996638:16856;41.7364694;-106.5993599,way_type=user_defined:way_id=80W -edge,16856,16856;41.7364694;-106.5993599:16857;41.7364726;-106.5990746,way_type=user_defined:way_id=80W -edge,16857,16857;41.7364726;-106.5990746:16858;41.7364791;-106.5987794,way_type=user_defined:way_id=80W -edge,16858,16858;41.7364791;-106.5987794:16859;41.7364905;-106.5984557,way_type=user_defined:way_id=80W -edge,16859,16859;41.7364905;-106.5984557:16860;41.7365027;-106.5981987,way_type=user_defined:way_id=80W -edge,16860,16860;41.7365027;-106.5981987:16861;41.7365214;-106.597876,way_type=user_defined:way_id=80W -edge,16861,16861;41.7365214;-106.597876:16862;41.7365406;-106.5975905,way_type=user_defined:way_id=80W -edge,16862,16862;41.7365406;-106.5975905:16863;41.7365626;-106.5973059,way_type=user_defined:way_id=80W -edge,16863,16863;41.7365626;-106.5973059:16864;41.7365881;-106.5970227,way_type=user_defined:way_id=80W -edge,16864,16864;41.7365881;-106.5970227:16865;41.7366218;-106.5966906,way_type=user_defined:way_id=80W -edge,16865,16865;41.7366218;-106.5966906:16866;41.7366498;-106.5964355,way_type=user_defined:way_id=80W -edge,16866,16866;41.7366498;-106.5964355:16867;41.7366844;-106.5961432,way_type=user_defined:way_id=80W -edge,16867,16867;41.7366844;-106.5961432:16868;41.7367268;-106.5958216,way_type=user_defined:way_id=80W -edge,16868,16868;41.7367268;-106.5958216:16869;41.7367671;-106.5955425,way_type=user_defined:way_id=80W -edge,16869,16869;41.7367671;-106.5955425:16870;41.7368102;-106.5952621,way_type=user_defined:way_id=80W -edge,16870,16870;41.7368102;-106.5952621:16871;41.7369553;-106.5943669,way_type=user_defined:way_id=80W -edge,16871,16871;41.7369553;-106.5943669:16872;41.7370953;-106.5935558,way_type=user_defined:way_id=80W -edge,16872,16872;41.7370953;-106.5935558:16873;41.7372046;-106.592916,way_type=user_defined:way_id=80W -edge,16873,16873;41.7372046;-106.592916:16874;41.7373345;-106.5921424,way_type=user_defined:way_id=80W -edge,16874,16874;41.7373345;-106.5921424:16875;41.7374331;-106.5915728,way_type=user_defined:way_id=80W -edge,16875,16875;41.7374331;-106.5915728:16876;41.737569;-106.5907593,way_type=user_defined:way_id=80W -edge,16876,16876;41.737569;-106.5907593:16877;41.7377113;-106.5899184,way_type=user_defined:way_id=80W -edge,16877,16877;41.7377113;-106.5899184:16878;41.7378218;-106.5892762,way_type=user_defined:way_id=80W -edge,16878,16878;41.7378218;-106.5892762:16879;41.7380985;-106.5876332,way_type=user_defined:way_id=80W -edge,16879,16879;41.7380985;-106.5876332:16880;41.7383224;-106.5863247,way_type=user_defined:way_id=80W -edge,16880,16880;41.7383224;-106.5863247:16881;41.7386185;-106.5845788,way_type=user_defined:way_id=80W -edge,16881,16881;41.7386185;-106.5845788:16882;41.7387948;-106.5835504,way_type=user_defined:way_id=80W -edge,16882,16882;41.7387948;-106.5835504:16883;41.7391091;-106.5816727,way_type=user_defined:way_id=80W -edge,16883,16883;41.7391091;-106.5816727:16884;41.7392991;-106.5805613,way_type=user_defined:way_id=80W -edge,16884,16884;41.7392991;-106.5805613:16885;41.7394405;-106.5797228,way_type=user_defined:way_id=80W -edge,16885,16885;41.7394405;-106.5797228:16886;41.7395815;-106.5789033,way_type=user_defined:way_id=80W -edge,16886,16886;41.7395815;-106.5789033:16887;41.7397795;-106.5777287,way_type=user_defined:way_id=80W -edge,16887,16887;41.7397795;-106.5777287:16888;41.7399249;-106.5768795,way_type=user_defined:way_id=80W -edge,16888,16888;41.7399249;-106.5768795:16889;41.7402145;-106.5751693,way_type=user_defined:way_id=80W -edge,16889,16889;41.7402145;-106.5751693:16890;41.7403133;-106.5745998,way_type=user_defined:way_id=80W -edge,16890,16890;41.7403133;-106.5745998:16891;41.7404554;-106.5737535,way_type=user_defined:way_id=80W -edge,16891,16891;41.7404554;-106.5737535:16892;41.7406058;-106.5728359,way_type=user_defined:way_id=80W -edge,16892,16892;41.7406058;-106.5728359:16893;41.7412325;-106.5691416,way_type=user_defined:way_id=80W -edge,16893,16893;41.7412325;-106.5691416:16894;41.741282;-106.5688532,way_type=user_defined:way_id=80W -edge,16894,16894;41.741282;-106.5688532:16895;41.7413334;-106.5685657,way_type=user_defined:way_id=80W -edge,16895,16895;41.7413334;-106.5685657:16896;41.7413925;-106.568251,way_type=user_defined:way_id=80W -edge,16896,16896;41.7413925;-106.568251:16897;41.7414485;-106.5679648,way_type=user_defined:way_id=80W -edge,16897,16897;41.7414485;-106.5679648:16898;41.7414975;-106.5677256,way_type=user_defined:way_id=80W -edge,16898,16898;41.7414975;-106.5677256:16899;41.7415585;-106.5674419,way_type=user_defined:way_id=80W -edge,16899,16899;41.7415585;-106.5674419:16900;41.7416284;-106.5671321,way_type=user_defined:way_id=80W -edge,16900,16900;41.7416284;-106.5671321:16901;41.7416944;-106.5668509,way_type=user_defined:way_id=80W -edge,16901,16901;41.7416944;-106.5668509:16902;41.741888;-106.5660544,way_type=user_defined:way_id=80W -edge,16902,16902;41.741888;-106.5660544:16903;41.7421882;-106.5648505,way_type=user_defined:way_id=80W -edge,16903,16903;41.7421882;-106.5648505:16904;41.7425549;-106.563372,way_type=user_defined:way_id=80W -edge,16904,16904;41.7425549;-106.563372:16905;41.7427628;-106.562543,way_type=user_defined:way_id=80W -edge,16905,16905;41.7427628;-106.562543:16906;41.7431175;-106.5610944,way_type=user_defined:way_id=80W -edge,16906,16906;41.7431175;-106.5610944:16907;41.7435986;-106.5591588,way_type=user_defined:way_id=80W -edge,16907,16907;41.7435986;-106.5591588:16908;41.7439389;-106.5577815,way_type=user_defined:way_id=80W -edge,16908,16908;41.7439389;-106.5577815:16909;41.744152;-106.5569076,way_type=user_defined:way_id=80W -edge,16909,16909;41.744152;-106.5569076:16910;41.7444062;-106.5558733,way_type=user_defined:way_id=80W -edge,16910,16910;41.7444062;-106.5558733:16911;41.7446104;-106.5550485,way_type=user_defined:way_id=80W -edge,16911,16911;41.7446104;-106.5550485:16912;41.7447457;-106.5544948,way_type=user_defined:way_id=80W -edge,16912,16912;41.7447457;-106.5544948:16913;41.7449706;-106.5535951,way_type=user_defined:way_id=80W -edge,16913,16913;41.7449706;-106.5535951:16914;41.7459129;-106.5497618,way_type=user_defined:way_id=80W -edge,16914,16914;41.7459129;-106.5497618:16915;41.7463361;-106.5480693,way_type=user_defined:way_id=80W -edge,16915,16915;41.7463361;-106.5480693:16916;41.7466015;-106.5469967,way_type=user_defined:way_id=80W -edge,16916,16916;41.7466015;-106.5469967:16917;41.7468031;-106.5461756,way_type=user_defined:way_id=80W -edge,16917,16917;41.7468031;-106.5461756:16918;41.7472918;-106.5442024,way_type=user_defined:way_id=80W -edge,16918,16918;41.7472918;-106.5442024:16919;41.7474228;-106.5436816,way_type=user_defined:way_id=80W -edge,16919,16919;41.7474228;-106.5436816:16920;41.747562;-106.5431361,way_type=user_defined:way_id=80W -edge,16920,16920;41.747562;-106.5431361:16921;41.7477002;-106.5425801,way_type=user_defined:way_id=80W -edge,16921,16921;41.7477002;-106.5425801:16922;41.7480386;-106.5411985,way_type=user_defined:way_id=80W -edge,16922,16922;41.7480386;-106.5411985:16923;41.7481806;-106.5406118,way_type=user_defined:way_id=80W -edge,16923,16923;41.7481806;-106.5406118:16924;41.7482951;-106.5401261,way_type=user_defined:way_id=80W -edge,16924,16924;41.7482951;-106.5401261:16925;41.7483597;-106.5398424,way_type=user_defined:way_id=80W -edge,16925,16925;41.7483597;-106.5398424:16926;41.7484107;-106.539611,way_type=user_defined:way_id=80W -edge,16926,16926;41.7484107;-106.539611:16927;41.7484786;-106.5392885,way_type=user_defined:way_id=80W -edge,16927,16927;41.7484786;-106.5392885:16928;41.7485341;-106.5390096,way_type=user_defined:way_id=80W -edge,16928,16928;41.7485341;-106.5390096:16929;41.7485817;-106.5387575,way_type=user_defined:way_id=80W -edge,16929,16929;41.7485817;-106.5387575:16930;41.7486381;-106.5384391,way_type=user_defined:way_id=80W -edge,16930,16930;41.7486381;-106.5384391:16931;41.7486837;-106.5381573,way_type=user_defined:way_id=80W -edge,16931,16931;41.7486837;-106.5381573:16932;41.7488935;-106.5367725,way_type=user_defined:way_id=80W -edge,16932,16932;41.7488935;-106.5367725:16933;41.7490341;-106.5358284,way_type=user_defined:way_id=80W -edge,16933,16933;41.7490341;-106.5358284:16934;41.7492302;-106.5344754,way_type=user_defined:way_id=80W -edge,16934,16934;41.7492302;-106.5344754:16935;41.7493147;-106.5339138,way_type=user_defined:way_id=80W -edge,16935,16935;41.7493147;-106.5339138:16936;41.7494815;-106.5327721,way_type=user_defined:way_id=80W -edge,16936,16936;41.7494815;-106.5327721:16937;41.7496041;-106.5319458,way_type=user_defined:way_id=80W -edge,16937,16937;41.7496041;-106.5319458:16938;41.7497735;-106.5307655,way_type=user_defined:way_id=80W -edge,16938,16938;41.7497735;-106.5307655:16939;41.7498927;-106.5299473,way_type=user_defined:way_id=80W -edge,16939,16939;41.7498927;-106.5299473:16940;41.7499533;-106.5295538,way_type=user_defined:way_id=80W -edge,16940,16940;41.7499533;-106.5295538:16941;41.7499875;-106.5293435,way_type=user_defined:way_id=80W -edge,16941,16941;41.7499875;-106.5293435:16942;41.7500376;-106.5290523,way_type=user_defined:way_id=80W -edge,16942,16942;41.7500376;-106.5290523:16943;41.7500837;-106.5287996,way_type=user_defined:way_id=80W -edge,16943,16943;41.7500837;-106.5287996:16944;41.7501431;-106.5284922,way_type=user_defined:way_id=80W -edge,16944,16944;41.7501431;-106.5284922:16945;41.7501942;-106.5282413,way_type=user_defined:way_id=80W -edge,16945,16945;41.7501942;-106.5282413:16946;41.7502539;-106.5279636,way_type=user_defined:way_id=80W -edge,16946,16946;41.7502539;-106.5279636:16947;41.7503162;-106.5276863,way_type=user_defined:way_id=80W -edge,16947,16947;41.7503162;-106.5276863:16948;41.7503834;-106.5274012,way_type=user_defined:way_id=80W -edge,16948,16948;41.7503834;-106.5274012:16949;41.7504519;-106.5271261,way_type=user_defined:way_id=80W -edge,16949,16949;41.7504519;-106.5271261:16950;41.7505231;-106.5268519,way_type=user_defined:way_id=80W -edge,16950,16950;41.7505231;-106.5268519:16951;41.7505975;-106.526579,way_type=user_defined:way_id=80W -edge,16951,16951;41.7505975;-106.526579:16952;41.7506748;-106.5263076,way_type=user_defined:way_id=80W -edge,16952,16952;41.7506748;-106.5263076:16953;41.7507466;-106.5260641,way_type=user_defined:way_id=80W -edge,16953,16953;41.7507466;-106.5260641:16954;41.7508372;-106.5257678,way_type=user_defined:way_id=80W -edge,16954,16954;41.7508372;-106.5257678:16955;41.7509453;-106.5254321,way_type=user_defined:way_id=80W -edge,16955,16955;41.7509453;-106.5254321:16956;41.7510105;-106.5252357,way_type=user_defined:way_id=80W -edge,16956,16956;41.7510105;-106.5252357:16957;41.7511036;-106.524965,way_type=user_defined:way_id=80W -edge,16957,16957;41.7511036;-106.524965:16958;41.7511962;-106.5247059,way_type=user_defined:way_id=80W -edge,16958,16958;41.7511962;-106.5247059:16959;41.7512794;-106.5244812,way_type=user_defined:way_id=80W -edge,16959,16959;41.7512794;-106.5244812:16960;41.7513908;-106.5241903,way_type=user_defined:way_id=80W -edge,16960,16960;41.7513908;-106.5241903:16961;41.7514963;-106.5239262,way_type=user_defined:way_id=80W -edge,16961,16961;41.7514963;-106.5239262:16962;41.7516413;-106.5235778,way_type=user_defined:way_id=80W -edge,16962,16962;41.7516413;-106.5235778:16963;41.751805;-106.5231975,way_type=user_defined:way_id=80W -edge,16963,16963;41.751805;-106.5231975:16964;41.751929;-106.5229218,way_type=user_defined:way_id=80W -edge,16964,16964;41.751929;-106.5229218:16965;41.752034;-106.5226984,way_type=user_defined:way_id=80W -edge,16965,16965;41.752034;-106.5226984:16966;41.7521643;-106.5224268,way_type=user_defined:way_id=80W -edge,16966,16966;41.7521643;-106.5224268:16967;41.7527575;-106.5211996,way_type=user_defined:way_id=80W -edge,16967,16967;41.7527575;-106.5211996:16968;41.7530104;-106.5206852,way_type=user_defined:way_id=80W -edge,16968,16968;41.7530104;-106.5206852:16969;41.7531294;-106.5204332,way_type=user_defined:way_id=80W -edge,16969,16969;41.7531294;-106.5204332:16970;41.7532406;-106.5201862,way_type=user_defined:way_id=80W -edge,16970,16970;41.7532406;-106.5201862:16971;41.7533515;-106.5199279,way_type=user_defined:way_id=80W -edge,16971,16971;41.7533515;-106.5199279:16972;41.7534418;-106.519708,way_type=user_defined:way_id=80W -edge,16972,16972;41.7534418;-106.519708:16973;41.7535544;-106.5194213,way_type=user_defined:way_id=80W -edge,16973,16973;41.7535544;-106.5194213:16974;41.7536508;-106.5191551,way_type=user_defined:way_id=80W -edge,16974,16974;41.7536508;-106.5191551:16975;41.7537471;-106.5188578,way_type=user_defined:way_id=80W -edge,16975,16975;41.7537471;-106.5188578:16976;41.7538274;-106.5185826,way_type=user_defined:way_id=80W -edge,16976,16976;41.7538274;-106.5185826:16977;41.7538998;-106.5183131,way_type=user_defined:way_id=80W -edge,16977,16977;41.7538998;-106.5183131:16978;41.7539684;-106.5180314,way_type=user_defined:way_id=80W -edge,16978,16978;41.7539684;-106.5180314:16979;41.7540279;-106.5177567,way_type=user_defined:way_id=80W -edge,16979,16979;41.7540279;-106.5177567:16980;41.7540825;-106.517467,way_type=user_defined:way_id=80W -edge,16980,16980;41.7540825;-106.517467:16981;41.7541234;-106.517215,way_type=user_defined:way_id=80W -edge,16981,16981;41.7541234;-106.517215:16982;41.7541335;-106.5171493,way_type=user_defined:way_id=80W -edge,16982,16982;41.7541335;-106.5171493:16983;41.7541725;-106.516857,way_type=user_defined:way_id=80W -edge,16983,16983;41.7541725;-106.516857:16984;41.754204;-106.5165614,way_type=user_defined:way_id=80W -edge,16984,16984;41.754204;-106.5165614:16985;41.7542263;-106.5162879,way_type=user_defined:way_id=80W -edge,16985,16985;41.7542263;-106.5162879:16986;41.7542423;-106.5159932,way_type=user_defined:way_id=80W -edge,16986,16986;41.7542423;-106.5159932:16987;41.7542502;-106.5157081,way_type=user_defined:way_id=80W -edge,16987,16987;41.7542502;-106.5157081:16988;41.7542514;-106.5154138,way_type=user_defined:way_id=80W -edge,16988,16988;41.7542514;-106.5154138:16989;41.7542463;-106.5151196,way_type=user_defined:way_id=80W -edge,16989,16989;41.7542463;-106.5151196:16990;41.754234;-106.5148359,way_type=user_defined:way_id=80W -edge,16990,16990;41.754234;-106.5148359:16991;41.7542121;-106.5145368,way_type=user_defined:way_id=80W -edge,16991,16991;41.7542121;-106.5145368:16992;41.7541938;-106.514359,way_type=user_defined:way_id=80W -edge,16992,16992;41.7541938;-106.514359:16993;41.7541784;-106.5142169,way_type=user_defined:way_id=80W -edge,16993,16993;41.7541784;-106.5142169:16994;41.7541375;-106.513925,way_type=user_defined:way_id=80W -edge,16994,16994;41.7541375;-106.513925:16995;41.75409;-106.5136439,way_type=user_defined:way_id=80W -edge,16995,16995;41.75409;-106.5136439:16996;41.7540361;-106.5133654,way_type=user_defined:way_id=80W -edge,16996,16996;41.7540361;-106.5133654:16997;41.7539751;-106.5130855,way_type=user_defined:way_id=80W -edge,16997,16997;41.7539751;-106.5130855:16998;41.7538986;-106.5127792,way_type=user_defined:way_id=80W -edge,16998,16998;41.7538986;-106.5127792:16999;41.753819;-106.5125016,way_type=user_defined:way_id=80W -edge,16999,16999;41.753819;-106.5125016:17000;41.7537319;-106.512229,way_type=user_defined:way_id=80W -edge,17000,17000;41.7537319;-106.512229:17001;41.7536434;-106.5119713,way_type=user_defined:way_id=80W -edge,17001,17001;41.7536434;-106.5119713:17002;41.7535505;-106.5117169,way_type=user_defined:way_id=80W -edge,17002,17002;41.7535505;-106.5117169:17003;41.7534457;-106.511451,way_type=user_defined:way_id=80W -edge,17003,17003;41.7534457;-106.511451:17004;41.75332343;-106.5111662,way_type=user_defined:way_id=80W -edge,17004,17004;41.75332343;-106.5111662:17005;41.75329954;-106.5111077,way_type=user_defined:way_id=80W -edge,17005,17005;41.75329954;-106.5111077:17006;41.75327827;-106.5110666,way_type=user_defined:way_id=80W -edge,17006,17006;41.75327827;-106.5110666:17007;41.7532302;-106.5109604,way_type=user_defined:way_id=80W -edge,17007,17007;41.7532302;-106.5109604:17008;41.7531163;-106.5107171,way_type=user_defined:way_id=80W -edge,17008,17008;41.7531163;-106.5107171:17009;41.7529963;-106.5104685,way_type=user_defined:way_id=80W -edge,17009,17009;41.7529963;-106.5104685:17010;41.7528743;-106.5102225,way_type=user_defined:way_id=80W -edge,17010,17010;41.7528743;-106.5102225:17011;41.7527541;-106.5099868,way_type=user_defined:way_id=80W -edge,17011,17011;41.7527541;-106.5099868:17012;41.7525053;-106.5095112,way_type=user_defined:way_id=80W -edge,17012,17012;41.7525053;-106.5095112:17013;41.7522569;-106.5090453,way_type=user_defined:way_id=80W -edge,17013,17013;41.7522569;-106.5090453:17014;41.7517616;-106.5081274,way_type=user_defined:way_id=80W -edge,17014,17014;41.7517616;-106.5081274:17015;41.75151845;-106.5076712,way_type=user_defined:way_id=80W -edge,17015,17015;41.75151845;-106.5076712:17016;41.7512678;-106.507201,way_type=user_defined:way_id=80W -edge,17016,17016;41.7512678;-106.507201:17017;41.7504017;-106.5055667,way_type=user_defined:way_id=80W -edge,17017,17017;41.7504017;-106.5055667:17018;41.7491378;-106.5031967,way_type=user_defined:way_id=80W -edge,17018,17018;41.7491378;-106.5031967:17019;41.7478686;-106.5008068,way_type=user_defined:way_id=80W -edge,17019,17019;41.7478686;-106.5008068:17020;41.7469051;-106.4990057,way_type=user_defined:way_id=80W -edge,17020,17020;41.7469051;-106.4990057:17021;41.7467748;-106.4987672,way_type=user_defined:way_id=80W -edge,17021,17021;41.7467748;-106.4987672:17022;41.7465308;-106.4983317,way_type=user_defined:way_id=80W -edge,17022,17022;41.7465308;-106.4983317:17023;41.746357;-106.4980328,way_type=user_defined:way_id=80W -edge,17023,17023;41.746357;-106.4980328:17024;41.7462461;-106.4978485,way_type=user_defined:way_id=80W -edge,17024,17024;41.7462461;-106.4978485:17025;41.7461079;-106.4976271,way_type=user_defined:way_id=80W -edge,17025,17025;41.7461079;-106.4976271:17026;41.7459748;-106.4974217,way_type=user_defined:way_id=80W -edge,17026,17026;41.7459748;-106.4974217:17027;41.7457963;-106.4971573,way_type=user_defined:way_id=80W -edge,17027,17027;41.7457963;-106.4971573:17028;41.7456832;-106.4969946,way_type=user_defined:way_id=80W -edge,17028,17028;41.7456832;-106.4969946:17029;41.7455232;-106.4967713,way_type=user_defined:way_id=80W -edge,17029,17029;41.7455232;-106.4967713:17030;41.7453648;-106.4965595,way_type=user_defined:way_id=80W -edge,17030,17030;41.7453648;-106.4965595:17031;41.7452077;-106.496357,way_type=user_defined:way_id=80W -edge,17031,17031;41.7452077;-106.496357:17032;41.7450487;-106.496158,way_type=user_defined:way_id=80W -edge,17032,17032;41.7450487;-106.496158:17033;41.7448865;-106.4959612,way_type=user_defined:way_id=80W -edge,17033,17033;41.7448865;-106.4959612:17034;41.7447221;-106.4957688,way_type=user_defined:way_id=80W -edge,17034,17034;41.7447221;-106.4957688:17035;41.7445541;-106.4955802,way_type=user_defined:way_id=80W -edge,17035,17035;41.7445541;-106.4955802:17036;41.7443832;-106.495395,way_type=user_defined:way_id=80W -edge,17036,17036;41.7443832;-106.495395:17037;41.7442152;-106.4952193,way_type=user_defined:way_id=80W -edge,17037,17037;41.7442152;-106.4952193:17038;41.7440392;-106.4950415,way_type=user_defined:way_id=80W -edge,17038,17038;41.7440392;-106.4950415:17039;41.7438669;-106.4948732,way_type=user_defined:way_id=80W -edge,17039,17039;41.7438669;-106.4948732:17040;41.7436864;-106.4947035,way_type=user_defined:way_id=80W -edge,17040,17040;41.7436864;-106.4947035:17041;41.7435094;-106.4945439,way_type=user_defined:way_id=80W -edge,17041,17041;41.7435094;-106.4945439:17042;41.7433242;-106.4943833,way_type=user_defined:way_id=80W -edge,17042,17042;41.7433242;-106.4943833:17043;41.7431363;-106.4942274,way_type=user_defined:way_id=80W -edge,17043,17043;41.7431363;-106.4942274:17044;41.7429273;-106.4940622,way_type=user_defined:way_id=80W -edge,17044,17044;41.7429273;-106.4940622:17045;41.74264981;-106.4938517,way_type=user_defined:way_id=80W -edge,17045,17045;41.74264981;-106.4938517:17046;41.74229306;-106.4935978,way_type=user_defined:way_id=80W -edge,17046,17046;41.74229306;-106.4935978:17047;41.7421622;-106.4935087,way_type=user_defined:way_id=80W -edge,17047,17047;41.7421622;-106.4935087:17048;41.7419644;-106.4933798,way_type=user_defined:way_id=80W -edge,17048,17048;41.7419644;-106.4933798:17049;41.7417655;-106.4932561,way_type=user_defined:way_id=80W -edge,17049,17049;41.7417655;-106.4932561:17050;41.7415657;-106.4931373,way_type=user_defined:way_id=80W -edge,17050,17050;41.7415657;-106.4931373:17051;41.7413658;-106.4930209,way_type=user_defined:way_id=80W -edge,17051,17051;41.7413658;-106.4930209:17052;41.7399894;-106.49223,way_type=user_defined:way_id=80W -edge,17052,17052;41.7399894;-106.49223:17053;41.7397921;-106.4921136,way_type=user_defined:way_id=80W -edge,17053,17053;41.7397921;-106.4921136:17054;41.739595;-106.4919939,way_type=user_defined:way_id=80W -edge,17054,17054;41.739595;-106.4919939:17055;41.7393995;-106.4918717,way_type=user_defined:way_id=80W -edge,17055,17055;41.7393995;-106.4918717:17056;41.7391984;-106.4917404,way_type=user_defined:way_id=80W -edge,17056,17056;41.7391984;-106.4917404:17057;41.7390051;-106.4916078,way_type=user_defined:way_id=80W -edge,17057,17057;41.7390051;-106.4916078:17058;41.7388136;-106.4914711,way_type=user_defined:way_id=80W -edge,17058,17058;41.7388136;-106.4914711:17059;41.7386234;-106.4913298,way_type=user_defined:way_id=80W -edge,17059,17059;41.7386234;-106.4913298:17060;41.7384356;-106.491184,way_type=user_defined:way_id=80W -edge,17060,17060;41.7384356;-106.491184:17061;41.7382494;-106.4910328,way_type=user_defined:way_id=80W -edge,17061,17061;41.7382494;-106.4910328:17062;41.738071;-106.4908817,way_type=user_defined:way_id=80W -edge,17062,17062;41.738071;-106.4908817:17063;41.7378824;-106.4907169,way_type=user_defined:way_id=80W -edge,17063,17063;41.7378824;-106.4907169:17064;41.7376828;-106.4905364,way_type=user_defined:way_id=80W -edge,17064,17064;41.7376828;-106.4905364:17065;41.7375029;-106.4903663,way_type=user_defined:way_id=80W -edge,17065,17065;41.7375029;-106.4903663:17066;41.7373249;-106.4901907,way_type=user_defined:way_id=80W -edge,17066,17066;41.7373249;-106.4901907:17067;41.7371553;-106.4900158,way_type=user_defined:way_id=80W -edge,17067,17067;41.7371553;-106.4900158:17068;41.7369827;-106.4898301,way_type=user_defined:way_id=80W -edge,17068,17068;41.7369827;-106.4898301:17069;41.7368185;-106.4896467,way_type=user_defined:way_id=80W -edge,17069,17069;41.7368185;-106.4896467:17070;41.7366728;-106.4894792,way_type=user_defined:way_id=80W -edge,17070,17070;41.7366728;-106.4894792:17071;41.7364917;-106.4892651,way_type=user_defined:way_id=80W -edge,17071,17071;41.7364917;-106.4892651:17072;41.7363314;-106.4890647,way_type=user_defined:way_id=80W -edge,17072,17072;41.7363314;-106.4890647:17073;41.7361939;-106.4888873,way_type=user_defined:way_id=80W -edge,17073,17073;41.7361939;-106.4888873:17074;41.735997;-106.4886272,way_type=user_defined:way_id=80W -edge,17074,17074;41.735997;-106.4886272:17075;41.7358626;-106.4884435,way_type=user_defined:way_id=80W -edge,17075,17075;41.7358626;-106.4884435:17076;41.7357145;-106.4882368,way_type=user_defined:way_id=80W -edge,17076,17076;41.7357145;-106.4882368:17077;41.7355491;-106.4879983,way_type=user_defined:way_id=80W -edge,17077,17077;41.7355491;-106.4879983:17078;41.7354057;-106.4877838,way_type=user_defined:way_id=80W -edge,17078,17078;41.7354057;-106.4877838:17079;41.7352606;-106.4875582,way_type=user_defined:way_id=80W -edge,17079,17079;41.7352606;-106.4875582:17080;41.7351239;-106.4873354,way_type=user_defined:way_id=80W -edge,17080,17080;41.7351239;-106.4873354:17081;41.7349903;-106.4871075,way_type=user_defined:way_id=80W -edge,17081,17081;41.7349903;-106.4871075:17082;41.7348432;-106.4868475,way_type=user_defined:way_id=80W -edge,17082,17082;41.7348432;-106.4868475:17083;41.7347124;-106.4866054,way_type=user_defined:way_id=80W -edge,17083,17083;41.7347124;-106.4866054:17084;41.7345893;-106.4863686,way_type=user_defined:way_id=80W -edge,17084,17084;41.7345893;-106.4863686:17085;41.7344699;-106.48613,way_type=user_defined:way_id=80W -edge,17085,17085;41.7344699;-106.48613:17086;41.7343496;-106.4858827,way_type=user_defined:way_id=80W -edge,17086,17086;41.7343496;-106.4858827:17087;41.7342257;-106.4856192,way_type=user_defined:way_id=80W -edge,17087,17087;41.7342257;-106.4856192:17088;41.7341097;-106.4853599,way_type=user_defined:way_id=80W -edge,17088,17088;41.7341097;-106.4853599:17089;41.7340037;-106.4851083,way_type=user_defined:way_id=80W -edge,17089,17089;41.7340037;-106.4851083:17090;41.7338986;-106.4848478,way_type=user_defined:way_id=80W -edge,17090,17090;41.7338986;-106.4848478:17091;41.7336156;-106.4841225,way_type=user_defined:way_id=80W -edge,17091,17091;41.7336156;-106.4841225:17092;41.733368;-106.483476,way_type=user_defined:way_id=80W -edge,17092,17092;41.733368;-106.483476:17093;41.7324088;-106.4809518,way_type=user_defined:way_id=80W -edge,17093,17093;41.7324088;-106.4809518:17094;41.7320444;-106.4799746,way_type=user_defined:way_id=80W -edge,17094,17094;41.7320444;-106.4799746:17095;41.7315663;-106.4787149,way_type=user_defined:way_id=80W -edge,17095,17095;41.7315663;-106.4787149:17096;41.7312831;-106.4779737,way_type=user_defined:way_id=80W -edge,17096,17096;41.7312831;-106.4779737:17097;41.7308894;-106.4769375,way_type=user_defined:way_id=80W -edge,17097,17097;41.7308894;-106.4769375:17098;41.7308018;-106.4767045,way_type=user_defined:way_id=80W -edge,17098,17098;41.7308018;-106.4767045:17099;41.7306252;-106.4762221,way_type=user_defined:way_id=80W -edge,17099,17099;41.7306252;-106.4762221:17100;41.7305258;-106.4759591,way_type=user_defined:way_id=80W -edge,17100,17100;41.7305258;-106.4759591:17101;41.7302273;-106.4751738,way_type=user_defined:way_id=80W -edge,17101,17101;41.7302273;-106.4751738:17102;41.7297338;-106.4738824,way_type=user_defined:way_id=80W -edge,17102,17102;41.7297338;-106.4738824:17103;41.7292551;-106.4726103,way_type=user_defined:way_id=80W -edge,17103,17103;41.7292551;-106.4726103:17104;41.7289608;-106.471842,way_type=user_defined:way_id=80W -edge,17104,17104;41.7289608;-106.471842:17105;41.7286157;-106.4709314,way_type=user_defined:way_id=80W -edge,17105,17105;41.7286157;-106.4709314:17106;41.7282616;-106.4699887,way_type=user_defined:way_id=80W -edge,17106,17106;41.7282616;-106.4699887:17107;41.7278868;-106.4690168,way_type=user_defined:way_id=80W -edge,17107,17107;41.7278868;-106.4690168:17108;41.7277636;-106.468694,way_type=user_defined:way_id=80W -edge,17108,17108;41.7277636;-106.468694:17109;41.7272873;-106.4674292,way_type=user_defined:way_id=80W -edge,17109,17109;41.7272873;-106.4674292:17110;41.72695989;-106.4665647,way_type=user_defined:way_id=80W -edge,17110,17110;41.72695989;-106.4665647:17111;41.72692314;-106.466466,way_type=user_defined:way_id=80W -edge,17111,17111;41.72692314;-106.466466:17112;41.72677263;-106.4660618,way_type=user_defined:way_id=80W -edge,17112,17112;41.72677263;-106.4660618:17113;41.7265766;-106.4655511,way_type=user_defined:way_id=80W -edge,17113,17113;41.7265766;-106.4655511:17114;41.7265766;-106.4655511,way_type=user_defined:way_id=80W -edge,17114,17114;41.7265766;-106.4655511:17115;41.7262062;-106.4645692,way_type=user_defined:way_id=80W -edge,17115,17115;41.7262062;-106.4645692:17116;41.72590454;-106.4637824,way_type=user_defined:way_id=80W -edge,17116,17116;41.72590454;-106.4637824:17117;41.72582309;-106.4635699,way_type=user_defined:way_id=80W -edge,17117,17117;41.72582309;-106.4635699:17118;41.7251738;-106.4618455,way_type=user_defined:way_id=80W -edge,17118,17118;41.7251738;-106.4618455:17119;41.72437136;-106.4597458,way_type=user_defined:way_id=80W -edge,17119,17119;41.72437136;-106.4597458:17120;41.72437136;-106.4597458,way_type=user_defined:way_id=80W -edge,17120,17120;41.72437136;-106.4597458:17121;41.7232812;-106.4568599,way_type=user_defined:way_id=80W -edge,17121,17121;41.7232812;-106.4568599:17122;41.7228849;-106.4558151,way_type=user_defined:way_id=80W -edge,17122,17122;41.7228849;-106.4558151:17123;41.72267433;-106.455267,way_type=user_defined:way_id=80W -edge,17123,17123;41.72267433;-106.455267:17124;41.7221877;-106.4540005,way_type=user_defined:way_id=80W -edge,17124,17124;41.7221877;-106.4540005:17125;41.7217161;-106.4527873,way_type=user_defined:way_id=80W -edge,17125,17125;41.7217161;-106.4527873:17126;41.7217161;-106.4527873,way_type=user_defined:way_id=80W -edge,17126,17126;41.7217161;-106.4527873:17127;41.7214997;-106.4522391,way_type=user_defined:way_id=80W -edge,17127,17127;41.7214997;-106.4522391:17128;41.7211228;-106.4513072,way_type=user_defined:way_id=80W -edge,17128,17128;41.7211228;-106.4513072:17129;41.7209923;-106.4509888,way_type=user_defined:way_id=80W -edge,17129,17129;41.7209923;-106.4509888:17130;41.7208879;-106.4507384,way_type=user_defined:way_id=80W -edge,17130,17130;41.7208879;-106.4507384:17131;41.7206861;-106.4502643,way_type=user_defined:way_id=80W -edge,17131,17131;41.7206861;-106.4502643:17132;41.720467;-106.4497585,way_type=user_defined:way_id=80W -edge,17132,17132;41.720467;-106.4497585:17133;41.7201342;-106.4490064,way_type=user_defined:way_id=80W -edge,17133,17133;41.7201342;-106.4490064:17134;41.7198;-106.4482641,way_type=user_defined:way_id=80W -edge,17134,17134;41.7198;-106.4482641:17135;41.7195849;-106.4477953,way_type=user_defined:way_id=80W -edge,17135,17135;41.7195849;-106.4477953:17136;41.7194262;-106.4474535,way_type=user_defined:way_id=80W -edge,17136,17136;41.7194262;-106.4474535:17137;41.7192276;-106.4470312,way_type=user_defined:way_id=80W -edge,17137,17137;41.7192276;-106.4470312:17138;41.7190048;-106.4465624,way_type=user_defined:way_id=80W -edge,17138,17138;41.7190048;-106.4465624:17139;41.7187679;-106.446073,way_type=user_defined:way_id=80W -edge,17139,17139;41.7187679;-106.446073:17140;41.7184217;-106.445373,way_type=user_defined:way_id=80W -edge,17140,17140;41.7184217;-106.445373:17141;41.7179386;-106.4444171,way_type=user_defined:way_id=80W -edge,17141,17141;41.7179386;-106.4444171:17142;41.7176749;-106.4439058,way_type=user_defined:way_id=80W -edge,17142,17142;41.7176749;-106.4439058:17143;41.7174567;-106.4434898,way_type=user_defined:way_id=80W -edge,17143,17143;41.7174567;-106.4434898:17144;41.7173101;-106.4432169,way_type=user_defined:way_id=80W -edge,17144,17144;41.7173101;-106.4432169:17145;41.7168477;-106.4423664,way_type=user_defined:way_id=80W -edge,17145,17145;41.7168477;-106.4423664:17146;41.7166849;-106.4420703,way_type=user_defined:way_id=80W -edge,17146,17146;41.7166849;-106.4420703:17147;41.7165225;-106.4417788,way_type=user_defined:way_id=80W -edge,17147,17147;41.7165225;-106.4417788:17148;41.7161804;-106.4411721,way_type=user_defined:way_id=80W -edge,17148,17148;41.7161804;-106.4411721:17149;41.7157524;-106.4404258,way_type=user_defined:way_id=80W -edge,17149,17149;41.7157524;-106.4404258:17150;41.7154453;-106.4398997,way_type=user_defined:way_id=80W -edge,17150,17150;41.7154453;-106.4398997:17151;41.715209;-106.4395012,way_type=user_defined:way_id=80W -edge,17151,17151;41.715209;-106.4395012:17152;41.7149227;-106.4390274,way_type=user_defined:way_id=80W -edge,17152,17152;41.7149227;-106.4390274:17153;41.7145025;-106.4383428,way_type=user_defined:way_id=80W -edge,17153,17153;41.7145025;-106.4383428:17154;41.7142755;-106.4379789,way_type=user_defined:way_id=80W -edge,17154,17154;41.7142755;-106.4379789:17155;41.714101;-106.4377025,way_type=user_defined:way_id=80W -edge,17155,17155;41.714101;-106.4377025:17156;41.7138386;-106.4372907,way_type=user_defined:way_id=80W -edge,17156,17156;41.7138386;-106.4372907:17157;41.7136645;-106.4370213,way_type=user_defined:way_id=80W -edge,17157,17157;41.7136645;-106.4370213:17158;41.7128411;-106.4357713,way_type=user_defined:way_id=80W -edge,17158,17158;41.7128411;-106.4357713:17159;41.711985;-106.4344857,way_type=user_defined:way_id=80W -edge,17159,17159;41.711985;-106.4344857:17160;41.7114051;-106.4336216,way_type=user_defined:way_id=80W -edge,17160,17160;41.7114051;-106.4336216:17161;41.7109848;-106.4330015,way_type=user_defined:way_id=80W -edge,17161,17161;41.7109848;-106.4330015:17162;41.7108198;-106.4327557,way_type=user_defined:way_id=80W -edge,17162,17162;41.7108198;-106.4327557:17163;41.7103817;-106.4320977,way_type=user_defined:way_id=80W -edge,17163,17163;41.7103817;-106.4320977:17164;41.71023239;-106.431871,way_type=user_defined:way_id=80W -edge,17164,17164;41.71023239;-106.431871:17165;41.71019154;-106.4318126,way_type=user_defined:way_id=80W -edge,17165,17165;41.71019154;-106.4318126:17166;41.7100938;-106.4316661,way_type=user_defined:way_id=80W -edge,17166,17166;41.7100938;-106.4316661:17167;41.7094074;-106.4306316,way_type=user_defined:way_id=80W -edge,17167,17167;41.7094074;-106.4306316:17168;41.7092114;-106.4303297,way_type=user_defined:way_id=80W -edge,17168,17168;41.7092114;-106.4303297:17169;41.70907;-106.4301033,way_type=user_defined:way_id=80W -edge,17169,17169;41.70907;-106.4301033:17170;41.7089353;-106.4298804,way_type=user_defined:way_id=80W -edge,17170,17170;41.7089353;-106.4298804:17171;41.7087994;-106.4296479,way_type=user_defined:way_id=80W -edge,17171,17171;41.7087994;-106.4296479:17172;41.708667;-106.4294134,way_type=user_defined:way_id=80W -edge,17172,17172;41.708667;-106.4294134:17173;41.7085384;-106.4291769,way_type=user_defined:way_id=80W -edge,17173,17173;41.7085384;-106.4291769:17174;41.7084182;-106.4289454,way_type=user_defined:way_id=80W -edge,17174,17174;41.7084182;-106.4289454:17175;41.7083701;-106.4288491,way_type=user_defined:way_id=80W -edge,17175,17175;41.7083701;-106.4288491:17176;41.708294;-106.4286961,way_type=user_defined:way_id=80W -edge,17176,17176;41.708294;-106.4286961:17177;41.7081776;-106.4284522,way_type=user_defined:way_id=80W -edge,17177,17177;41.7081776;-106.4284522:17178;41.7080649;-106.428206,way_type=user_defined:way_id=80W -edge,17178,17178;41.7080649;-106.428206:17179;41.7079551;-106.4279577,way_type=user_defined:way_id=80W -edge,17179,17179;41.7079551;-106.4279577:17180;41.7078484;-106.4277071,way_type=user_defined:way_id=80W -edge,17180,17180;41.7078484;-106.4277071:17181;41.7077691;-106.427513,way_type=user_defined:way_id=80W -edge,17181,17181;41.7077691;-106.427513:17182;41.7076386;-106.4271812,way_type=user_defined:way_id=80W -edge,17182,17182;41.7076386;-106.4271812:17183;41.7075451;-106.42693,way_type=user_defined:way_id=80W -edge,17183,17183;41.7075451;-106.42693:17184;41.7074607;-106.4266947,way_type=user_defined:way_id=80W -edge,17184,17184;41.7074607;-106.4266947:17185;41.7073604;-106.4264048,way_type=user_defined:way_id=80W -edge,17185,17185;41.7073604;-106.4264048:17186;41.7072703;-106.4261297,way_type=user_defined:way_id=80W -edge,17186,17186;41.7072703;-106.4261297:17187;41.7071885;-106.4258676,way_type=user_defined:way_id=80W -edge,17187,17187;41.7071885;-106.4258676:17188;41.7071102;-106.4256047,way_type=user_defined:way_id=80W -edge,17188,17188;41.7071102;-106.4256047:17189;41.7070334;-106.4253299,way_type=user_defined:way_id=80W -edge,17189,17189;41.7070334;-106.4253299:17190;41.7069608;-106.4250542,way_type=user_defined:way_id=80W -edge,17190,17190;41.7069608;-106.4250542:17191;41.7068922;-106.424778,way_type=user_defined:way_id=80W -edge,17191,17191;41.7068922;-106.424778:17192;41.706827;-106.4245021,way_type=user_defined:way_id=80W -edge,17192,17192;41.706827;-106.4245021:17193;41.7067658;-106.424227,way_type=user_defined:way_id=80W -edge,17193,17193;41.7067658;-106.424227:17194;41.70673584;-106.4240837,way_type=user_defined:way_id=80W -edge,17194,17194;41.70673584;-106.4240837:17195;41.70672492;-106.4240388,way_type=user_defined:way_id=80W -edge,17195,17195;41.70672492;-106.4240388:17196;41.70656094;-106.4231358,way_type=user_defined:way_id=80W -edge,17196,17196;41.70656094;-106.4231358:17197;41.70645685;-106.422396,way_type=user_defined:way_id=80W -edge,17197,17197;41.70645685;-106.422396:17198;41.70635689;-106.4213971,way_type=user_defined:way_id=80W -edge,17198,17198;41.70635689;-106.4213971:17199;41.70631088;-106.4205715,way_type=user_defined:way_id=80W -edge,17199,17199;41.70631088;-106.4205715:17200;41.706287;-106.419963,way_type=user_defined:way_id=80W -edge,17200,17200;41.706287;-106.419963:17201;41.7062226;-106.4185058,way_type=user_defined:way_id=80W -edge,17201,17201;41.7062226;-106.4185058:17202;41.7061562;-106.4167738,way_type=user_defined:way_id=80W -edge,17202,17202;41.7061562;-106.4167738:17203;41.7060714;-106.4147868,way_type=user_defined:way_id=80W -edge,17203,17203;41.7060714;-106.4147868:17204;41.706032;-106.413627,way_type=user_defined:way_id=80W -edge,17204,17204;41.706032;-106.413627:17205;41.7059932;-106.4127103,way_type=user_defined:way_id=80W -edge,17205,17205;41.7059932;-106.4127103:17206;41.7059591;-106.4116572,way_type=user_defined:way_id=80W -edge,17206,17206;41.7059591;-106.4116572:17207;41.7059464;-106.4113307,way_type=user_defined:way_id=80W -edge,17207,17207;41.7059464;-106.4113307:17208;41.7058605;-106.4093013,way_type=user_defined:way_id=80W -edge,17208,17208;41.7058605;-106.4093013:17209;41.7058479;-106.4090413,way_type=user_defined:way_id=80W -edge,17209,17209;41.7058479;-106.4090413:17210;41.7058311;-106.4087619,way_type=user_defined:way_id=80W -edge,17210,17210;41.7058311;-106.4087619:17211;41.7058092;-106.4084652,way_type=user_defined:way_id=80W -edge,17211,17211;41.7058092;-106.4084652:17212;41.705784;-106.408178,way_type=user_defined:way_id=80W -edge,17212,17212;41.705784;-106.408178:17213;41.7057509;-106.4078541,way_type=user_defined:way_id=80W -edge,17213,17213;41.7057509;-106.4078541:17214;41.705722;-106.4075973,way_type=user_defined:way_id=80W -edge,17214,17214;41.705722;-106.4075973:17215;41.7056881;-106.4073216,way_type=user_defined:way_id=80W -edge,17215,17215;41.7056881;-106.4073216:17216;41.705649;-106.407028,way_type=user_defined:way_id=80W -edge,17216,17216;41.705649;-106.407028:17217;41.7056066;-106.4067351,way_type=user_defined:way_id=80W -edge,17217,17217;41.7056066;-106.4067351:17218;41.7055635;-106.4064614,way_type=user_defined:way_id=80W -edge,17218,17218;41.7055635;-106.4064614:17219;41.7055209;-106.4062174,way_type=user_defined:way_id=80W -edge,17219,17219;41.7055209;-106.4062174:17220;41.7054601;-106.4059005,way_type=user_defined:way_id=80W -edge,17220,17220;41.7054601;-106.4059005:17221;41.7053887;-106.4055643,way_type=user_defined:way_id=80W -edge,17221,17221;41.7053887;-106.4055643:17222;41.7053385;-106.4053374,way_type=user_defined:way_id=80W -edge,17222,17222;41.7053385;-106.4053374:17223;41.7052816;-106.4050899,way_type=user_defined:way_id=80W -edge,17223,17223;41.7052816;-106.4050899:17224;41.7052062;-106.4047799,way_type=user_defined:way_id=80W -edge,17224,17224;41.7052062;-106.4047799:17225;41.7051357;-106.4045061,way_type=user_defined:way_id=80W -edge,17225,17225;41.7051357;-106.4045061:17226;41.7050637;-106.4042393,way_type=user_defined:way_id=80W -edge,17226,17226;41.7050637;-106.4042393:17227;41.7049946;-106.4039947,way_type=user_defined:way_id=80W -edge,17227,17227;41.7049946;-106.4039947:17228;41.7049123;-106.4037199,way_type=user_defined:way_id=80W -edge,17228,17228;41.7049123;-106.4037199:17229;41.70483719;-106.4034843,way_type=user_defined:way_id=80W -edge,17229,17229;41.70483719;-106.4034843:17230;41.70472532;-106.4031493,way_type=user_defined:way_id=80W -edge,17230,17230;41.70472532;-106.4031493:17231;41.70448835;-106.402478,way_type=user_defined:way_id=80W -edge,17231,17231;41.70448835;-106.402478:17232;41.7042839;-106.4018987,way_type=user_defined:way_id=80W -edge,17232,17232;41.7042839;-106.4018987:17233;41.7039149;-106.4008781,way_type=user_defined:way_id=80W -edge,17233,17233;41.7039149;-106.4008781:17234;41.7034492;-106.3995734,way_type=user_defined:way_id=80W -edge,17234,17234;41.7034492;-106.3995734:17235;41.7030619;-106.3984971,way_type=user_defined:way_id=80W -edge,17235,17235;41.7030619;-106.3984971:17236;41.7025923;-106.3971854,way_type=user_defined:way_id=80W -edge,17236,17236;41.7025923;-106.3971854:17237;41.7021691;-106.39601,way_type=user_defined:way_id=80W -edge,17237,17237;41.7021691;-106.39601:17238;41.7016724;-106.3946225,way_type=user_defined:way_id=80W -edge,17238,17238;41.7016724;-106.3946225:17239;41.7010085;-106.3927943,way_type=user_defined:way_id=80W -edge,17239,17239;41.7010085;-106.3927943:17240;41.7009216;-106.3925598,way_type=user_defined:way_id=80W -edge,17240,17240;41.7009216;-106.3925598:17241;41.7008263;-106.3923094,way_type=user_defined:way_id=80W -edge,17241,17241;41.7008263;-106.3923094:17242;41.70081232;-106.392274,way_type=user_defined:way_id=80W -edge,17242,17242;41.70081232;-106.392274:17243;41.7007222;-106.3920458,way_type=user_defined:way_id=80W -edge,17243,17243;41.7007222;-106.3920458:17244;41.70066536;-106.3919076,way_type=user_defined:way_id=80W -edge,17244,17244;41.70066536;-106.3919076:17245;41.70065158;-106.3918707,way_type=user_defined:way_id=80W -edge,17245,17245;41.70065158;-106.3918707:17246;41.70040683;-106.3913145,way_type=user_defined:way_id=80W -edge,17246,17246;41.70040683;-106.3913145:17247;41.70016241;-106.3907927,way_type=user_defined:way_id=80W -edge,17247,17247;41.70016241;-106.3907927:17248;41.69989886;-106.3902798,way_type=user_defined:way_id=80W -edge,17248,17248;41.69989886;-106.3902798:17249;41.69969454;-106.3899039,way_type=user_defined:way_id=80W -edge,17249,17249;41.69969454;-106.3899039:17250;41.69951048;-106.3895882,way_type=user_defined:way_id=80W -edge,17250,17250;41.69951048;-106.3895882:17251;41.69925656;-106.389178,way_type=user_defined:way_id=80W -edge,17251,17251;41.69925656;-106.389178:17252;41.6991287;-106.3889779,way_type=user_defined:way_id=80W -edge,17252,17252;41.6991287;-106.3889779:17253;41.6989817;-106.388755,way_type=user_defined:way_id=80W -edge,17253,17253;41.6989817;-106.388755:17254;41.6988316;-106.3885362,way_type=user_defined:way_id=80W -edge,17254,17254;41.6988316;-106.3885362:17255;41.698688;-106.3883342,way_type=user_defined:way_id=80W -edge,17255,17255;41.698688;-106.3883342:17256;41.6985868;-106.3881975,way_type=user_defined:way_id=80W -edge,17256,17256;41.6985868;-106.3881975:17257;41.6985868;-106.3881975,way_type=user_defined:way_id=80W -edge,17257,17257;41.6985868;-106.3881975:17258;41.6985311;-106.3881224,way_type=user_defined:way_id=80W -edge,17258,17258;41.6985311;-106.3881224:17259;41.6983765;-106.3879211,way_type=user_defined:way_id=80W -edge,17259,17259;41.6983765;-106.3879211:17260;41.6982191;-106.3877225,way_type=user_defined:way_id=80W -edge,17260,17260;41.6982191;-106.3877225:17261;41.6980544;-106.3875208,way_type=user_defined:way_id=80W -edge,17261,17261;41.6980544;-106.3875208:17262;41.6978925;-106.3873295,way_type=user_defined:way_id=80W -edge,17262,17262;41.6978925;-106.3873295:17263;41.6977504;-106.3871666,way_type=user_defined:way_id=80W -edge,17263,17263;41.6977504;-106.3871666:17264;41.6975622;-106.3869575,way_type=user_defined:way_id=80W -edge,17264,17264;41.6975622;-106.3869575:17265;41.697411;-106.3867952,way_type=user_defined:way_id=80W -edge,17265,17265;41.697411;-106.3867952:17266;41.6972174;-106.3865968,way_type=user_defined:way_id=80W -edge,17266,17266;41.6972174;-106.3865968:17267;41.6970616;-106.3864434,way_type=user_defined:way_id=80W -edge,17267,17267;41.6970616;-106.3864434:17268;41.6968625;-106.3862546,way_type=user_defined:way_id=80W -edge,17268,17268;41.6968625;-106.3862546:17269;41.6967087;-106.3861126,way_type=user_defined:way_id=80W -edge,17269,17269;41.6967087;-106.3861126:17270;41.6965236;-106.3859467,way_type=user_defined:way_id=80W -edge,17270,17270;41.6965236;-106.3859467:17271;41.6963429;-106.3857893,way_type=user_defined:way_id=80W -edge,17271,17271;41.6963429;-106.3857893:17272;41.6961783;-106.3856513,way_type=user_defined:way_id=80W -edge,17272,17272;41.6961783;-106.3856513:17273;41.69614712;-106.3856263,way_type=user_defined:way_id=80W -edge,17273,17273;41.69614712;-106.3856263:17274;41.6959745;-106.385488,way_type=user_defined:way_id=80W -edge,17274,17274;41.6959745;-106.385488:17275;41.6957996;-106.3853536,way_type=user_defined:way_id=80W -edge,17275,17275;41.6957996;-106.3853536:17276;41.6956105;-106.385213,way_type=user_defined:way_id=80W -edge,17276,17276;41.6956105;-106.385213:17277;41.6954;-106.385064,way_type=user_defined:way_id=80W -edge,17277,17277;41.6954;-106.385064:17278;41.6952259;-106.3849469,way_type=user_defined:way_id=80W -edge,17278,17278;41.6952259;-106.3849469:17279;41.6950249;-106.3848161,way_type=user_defined:way_id=80W -edge,17279,17279;41.6950249;-106.3848161:17280;41.6948176;-106.3846857,way_type=user_defined:way_id=80W -edge,17280,17280;41.6948176;-106.3846857:17281;41.6946332;-106.3845734,way_type=user_defined:way_id=80W -edge,17281,17281;41.6946332;-106.3845734:17282;41.6944363;-106.3844566,way_type=user_defined:way_id=80W -edge,17282,17282;41.6944363;-106.3844566:17283;41.6939183;-106.3841553,way_type=user_defined:way_id=80W -edge,17283,17283;41.6939183;-106.3841553:17284;41.69336074;-106.3838354,way_type=user_defined:way_id=80W -edge,17284,17284;41.69336074;-106.3838354:17285;41.69336074;-106.3838354,way_type=user_defined:way_id=80W -edge,17285,17285;41.69336074;-106.3838354:17286;41.6924645;-106.3833214,way_type=user_defined:way_id=80W -edge,17286,17286;41.6924645;-106.3833214:17287;41.6904882;-106.3821774,way_type=user_defined:way_id=80W -edge,17287,17287;41.6904882;-106.3821774:17288;41.6897057;-106.3817315,way_type=user_defined:way_id=80W -edge,17288,17288;41.6897057;-106.3817315:17289;41.68963762;-106.3816916,way_type=user_defined:way_id=80W -edge,17289,17289;41.68963762;-106.3816916:17290;41.6891031;-106.3813787,way_type=user_defined:way_id=80W -edge,17290,17290;41.6891031;-106.3813787:17291;41.6886797;-106.3811259,way_type=user_defined:way_id=80W -edge,17291,17291;41.6886797;-106.3811259:17292;41.6883149;-106.380904,way_type=user_defined:way_id=80W -edge,17292,17292;41.6883149;-106.380904:17293;41.688065;-106.3807482,way_type=user_defined:way_id=80W -edge,17293,17293;41.688065;-106.3807482:17294;41.6873441;-106.3802928,way_type=user_defined:way_id=80W -edge,17294,17294;41.6873441;-106.3802928:17295;41.6870697;-106.3801166,way_type=user_defined:way_id=80W -edge,17295,17295;41.6870697;-106.3801166:17296;41.6870697;-106.3801166,way_type=user_defined:way_id=80W -edge,17296,17296;41.6870697;-106.3801166:17297;41.6867377;-106.3798987,way_type=user_defined:way_id=80W -edge,17297,17297;41.6867377;-106.3798987:17298;41.68656707;-106.3797841,way_type=user_defined:way_id=80W -edge,17298,17298;41.68656707;-106.3797841:17299;41.6859857;-106.3793935,way_type=user_defined:way_id=80W -edge,17299,17299;41.6859857;-106.3793935:17300;41.6857364;-106.3792239,way_type=user_defined:way_id=80W -edge,17300,17300;41.6857364;-106.3792239:17301;41.6853735;-106.3789715,way_type=user_defined:way_id=80W -edge,17301,17301;41.6853735;-106.3789715:17302;41.6849659;-106.3786811,way_type=user_defined:way_id=80W -edge,17302,17302;41.6849659;-106.3786811:17303;41.6843932;-106.3782679,way_type=user_defined:way_id=80W -edge,17303,17303;41.6843932;-106.3782679:17304;41.6838163;-106.3778461,way_type=user_defined:way_id=80W -edge,17304,17304;41.6838163;-106.3778461:17305;41.6832223;-106.3774058,way_type=user_defined:way_id=80W -edge,17305,17305;41.6832223;-106.3774058:17306;41.6822829;-106.3767242,way_type=user_defined:way_id=80W -edge,17306,17306;41.6822829;-106.3767242:17307;41.6820893;-106.3765849,way_type=user_defined:way_id=80W -edge,17307,17307;41.6820893;-106.3765849:17308;41.6818451;-106.3764142,way_type=user_defined:way_id=80W -edge,17308,17308;41.6818451;-106.3764142:17309;41.6816803;-106.3763026,way_type=user_defined:way_id=80W -edge,17309,17309;41.6816803;-106.3763026:17310;41.681509;-106.3761907,way_type=user_defined:way_id=80W -edge,17310,17310;41.681509;-106.3761907:17311;41.6812913;-106.376055,way_type=user_defined:way_id=80W -edge,17311,17311;41.6812913;-106.376055:17312;41.6811118;-106.3759475,way_type=user_defined:way_id=80W -edge,17312,17312;41.6811118;-106.3759475:17313;41.680885;-106.3758156,way_type=user_defined:way_id=80W -edge,17313,17313;41.680885;-106.3758156:17314;41.6807108;-106.3757177,way_type=user_defined:way_id=80W -edge,17314,17314;41.6807108;-106.3757177:17315;41.6805087;-106.3756073,way_type=user_defined:way_id=80W -edge,17315,17315;41.6805087;-106.3756073:17316;41.6802862;-106.3754904,way_type=user_defined:way_id=80W -edge,17316,17316;41.6802862;-106.3754904:17317;41.6800762;-106.3753847,way_type=user_defined:way_id=80W -edge,17317,17317;41.6800762;-106.3753847:17318;41.679871;-106.3752858,way_type=user_defined:way_id=80W -edge,17318,17318;41.679871;-106.3752858:17319;41.6796925;-106.3752044,way_type=user_defined:way_id=80W -edge,17319,17319;41.6796925;-106.3752044:17320;41.6794783;-106.3751127,way_type=user_defined:way_id=80W -edge,17320,17320;41.6794783;-106.3751127:17321;41.6792494;-106.3750202,way_type=user_defined:way_id=80W -edge,17321,17321;41.6792494;-106.3750202:17322;41.6788526;-106.374867,way_type=user_defined:way_id=80W -edge,17322,17322;41.6788526;-106.374867:17323;41.6786433;-106.3747904,way_type=user_defined:way_id=80W -edge,17323,17323;41.6786433;-106.3747904:17324;41.6784049;-106.3747087,way_type=user_defined:way_id=80W -edge,17324,17324;41.6784049;-106.3747087:17325;41.6782218;-106.3746502,way_type=user_defined:way_id=80W -edge,17325,17325;41.6782218;-106.3746502:17326;41.6780027;-106.3745847,way_type=user_defined:way_id=80W -edge,17326,17326;41.6780027;-106.3745847:17327;41.677797;-106.3745269,way_type=user_defined:way_id=80W -edge,17327,17327;41.677797;-106.3745269:17328;41.6775769;-106.3744674,way_type=user_defined:way_id=80W -edge,17328,17328;41.6775769;-106.3744674:17329;41.6772848;-106.3743907,way_type=user_defined:way_id=80W -edge,17329,17329;41.6772848;-106.3743907:17330;41.6767205;-106.3742484,way_type=user_defined:way_id=80W -edge,17330,17330;41.6767205;-106.3742484:17331;41.6754343;-106.3739186,way_type=user_defined:way_id=80W -edge,17331,17331;41.6754343;-106.3739186:17332;41.6752195;-106.3738606,way_type=user_defined:way_id=80W -edge,17332,17332;41.6752195;-106.3738606:17333;41.6750047;-106.3737979,way_type=user_defined:way_id=80W -edge,17333,17333;41.6750047;-106.3737979:17334;41.6747976;-106.373732,way_type=user_defined:way_id=80W -edge,17334,17334;41.6747976;-106.373732:17335;41.6745845;-106.3736587,way_type=user_defined:way_id=80W -edge,17335,17335;41.6745845;-106.3736587:17336;41.6743515;-106.3735706,way_type=user_defined:way_id=80W -edge,17336,17336;41.6743515;-106.3735706:17337;41.6741616;-106.373494,way_type=user_defined:way_id=80W -edge,17337,17337;41.6741616;-106.373494:17338;41.6739308;-106.3733969,way_type=user_defined:way_id=80W -edge,17338,17338;41.6739308;-106.3733969:17339;41.6737217;-106.3733043,way_type=user_defined:way_id=80W -edge,17339,17339;41.6737217;-106.3733043:17340;41.6735407;-106.3732193,way_type=user_defined:way_id=80W -edge,17340,17340;41.6735407;-106.3732193:17341;41.6733607;-106.37313,way_type=user_defined:way_id=80W -edge,17341,17341;41.6733607;-106.37313:17342;41.6731087;-106.3729987,way_type=user_defined:way_id=80W -edge,17342,17342;41.6731087;-106.3729987:17343;41.6729112;-106.3728901,way_type=user_defined:way_id=80W -edge,17343,17343;41.6729112;-106.3728901:17344;41.672709;-106.3727726,way_type=user_defined:way_id=80W -edge,17344,17344;41.672709;-106.3727726:17345;41.6725022;-106.3726461,way_type=user_defined:way_id=80W -edge,17345,17345;41.6725022;-106.3726461:17346;41.6723098;-106.3725235,way_type=user_defined:way_id=80W -edge,17346,17346;41.6723098;-106.3725235:17347;41.6721126;-106.3723922,way_type=user_defined:way_id=80W -edge,17347,17347;41.6721126;-106.3723922:17348;41.6719235;-106.3722604,way_type=user_defined:way_id=80W -edge,17348,17348;41.6719235;-106.3722604:17349;41.6717125;-106.3721064,way_type=user_defined:way_id=80W -edge,17349,17349;41.6717125;-106.3721064:17350;41.6715378;-106.3719741,way_type=user_defined:way_id=80W -edge,17350,17350;41.6715378;-106.3719741:17351;41.671329;-106.3718084,way_type=user_defined:way_id=80W -edge,17351,17351;41.671329;-106.3718084:17352;41.6711502;-106.3716593,way_type=user_defined:way_id=80W -edge,17352,17352;41.6711502;-106.3716593:17353;41.6709894;-106.37152,way_type=user_defined:way_id=80W -edge,17353,17353;41.6709894;-106.37152:17354;41.6707889;-106.3713401,way_type=user_defined:way_id=80W -edge,17354,17354;41.6707889;-106.3713401:17355;41.6706081;-106.3711714,way_type=user_defined:way_id=80W -edge,17355,17355;41.6706081;-106.3711714:17356;41.6704291;-106.3709983,way_type=user_defined:way_id=80W -edge,17356,17356;41.6704291;-106.3709983:17357;41.6703662;-106.3709356,way_type=user_defined:way_id=80W -edge,17357,17357;41.6703662;-106.3709356:17358;41.6702576;-106.3708272,way_type=user_defined:way_id=80W -edge,17358,17358;41.6702576;-106.3708272:17359;41.67006;-106.3706234,way_type=user_defined:way_id=80W -edge,17359,17359;41.67006;-106.3706234:17360;41.6698932;-106.3704441,way_type=user_defined:way_id=80W -edge,17360,17360;41.6698932;-106.3704441:17361;41.6697453;-106.3702786,way_type=user_defined:way_id=80W -edge,17361,17361;41.6697453;-106.3702786:17362;41.6695779;-106.3700843,way_type=user_defined:way_id=80W -edge,17362,17362;41.6695779;-106.3700843:17363;41.669418;-106.3698928,way_type=user_defined:way_id=80W -edge,17363,17363;41.669418;-106.3698928:17364;41.6692348;-106.3696652,way_type=user_defined:way_id=80W -edge,17364,17364;41.6692348;-106.3696652:17365;41.669081;-106.3694659,way_type=user_defined:way_id=80W -edge,17365,17365;41.669081;-106.3694659:17366;41.668925;-106.369256,way_type=user_defined:way_id=80W -edge,17366,17366;41.668925;-106.369256:17367;41.6687716;-106.3690424,way_type=user_defined:way_id=80W -edge,17367,17367;41.6687716;-106.3690424:17368;41.668645;-106.3688602,way_type=user_defined:way_id=80W -edge,17368,17368;41.668645;-106.3688602:17369;41.6684678;-106.3685967,way_type=user_defined:way_id=80W -edge,17369,17369;41.6684678;-106.3685967:17370;41.668323;-106.3683715,way_type=user_defined:way_id=80W -edge,17370,17370;41.668323;-106.3683715:17371;41.6681863;-106.3681508,way_type=user_defined:way_id=80W -edge,17371,17371;41.6681863;-106.3681508:17372;41.6680481;-106.3679207,way_type=user_defined:way_id=80W -edge,17372,17372;41.6680481;-106.3679207:17373;41.6679129;-106.3676893,way_type=user_defined:way_id=80W -edge,17373,17373;41.6679129;-106.3676893:17374;41.6677691;-106.3674332,way_type=user_defined:way_id=80W -edge,17374,17374;41.6677691;-106.3674332:17375;41.6676256;-106.3671647,way_type=user_defined:way_id=80W -edge,17375,17375;41.6676256;-106.3671647:17376;41.6675355;-106.3669901,way_type=user_defined:way_id=80W -edge,17376,17376;41.6675355;-106.3669901:17377;41.6674121;-106.3667425,way_type=user_defined:way_id=80W -edge,17377,17377;41.6674121;-106.3667425:17378;41.6671771;-106.3662639,way_type=user_defined:way_id=80W -edge,17378,17378;41.6671771;-106.3662639:17379;41.6664837;-106.364831,way_type=user_defined:way_id=80W -edge,17379,17379;41.6664837;-106.364831:17380;41.6661558;-106.3641584,way_type=user_defined:way_id=80W -edge,17380,17380;41.6661558;-106.3641584:17381;41.6656877;-106.3631855,way_type=user_defined:way_id=80W -edge,17381,17381;41.6656877;-106.3631855:17382;41.6653308;-106.3624513,way_type=user_defined:way_id=80W -edge,17382,17382;41.6653308;-106.3624513:17383;41.6647445;-106.3612336,way_type=user_defined:way_id=80W -edge,17383,17383;41.6647445;-106.3612336:17384;41.6641679;-106.3600447,way_type=user_defined:way_id=80W -edge,17384,17384;41.6641679;-106.3600447:17385;41.6631123;-106.3578503,way_type=user_defined:way_id=80W -edge,17385,17385;41.6631123;-106.3578503:17386;41.662771;-106.3571511,way_type=user_defined:way_id=80W -edge,17386,17386;41.662771;-106.3571511:17387;41.6624238;-106.3564345,way_type=user_defined:way_id=80W -edge,17387,17387;41.6624238;-106.3564345:17388;41.662049;-106.3556561,way_type=user_defined:way_id=80W -edge,17388,17388;41.662049;-106.3556561:17389;41.661607;-106.354748,way_type=user_defined:way_id=80W -edge,17389,17389;41.661607;-106.354748:17390;41.6609268;-106.3533393,way_type=user_defined:way_id=80W -edge,17390,17390;41.6609268;-106.3533393:17391;41.6605606;-106.3525863,way_type=user_defined:way_id=80W -edge,17391,17391;41.6605606;-106.3525863:17392;41.660108;-106.3516426,way_type=user_defined:way_id=80W -edge,17392,17392;41.660108;-106.3516426:17393;41.6596607;-106.3507232,way_type=user_defined:way_id=80W -edge,17393,17393;41.6596607;-106.3507232:17394;41.6592763;-106.3499199,way_type=user_defined:way_id=80W -edge,17394,17394;41.6592763;-106.3499199:17395;41.6586997;-106.3487345,way_type=user_defined:way_id=80W -edge,17395,17395;41.6586997;-106.3487345:17396;41.6581379;-106.3475731,way_type=user_defined:way_id=80W -edge,17396,17396;41.6581379;-106.3475731:17397;41.6576481;-106.34657,way_type=user_defined:way_id=80W -edge,17397,17397;41.6576481;-106.34657:17398;41.6569568;-106.3451288,way_type=user_defined:way_id=80W -edge,17398,17398;41.6569568;-106.3451288:17399;41.65665708;-106.3445112,way_type=user_defined:way_id=80W -edge,17399,17399;41.65665708;-106.3445112:17400;41.6560035;-106.3431645,way_type=user_defined:way_id=80W -edge,17400,17400;41.6560035;-106.3431645:17401;41.6555156;-106.3421523,way_type=user_defined:way_id=80W -edge,17401,17401;41.6555156;-106.3421523:17402;41.6552791;-106.341667,way_type=user_defined:way_id=80W -edge,17402,17402;41.6552791;-106.341667:17403;41.6547939;-106.340662,way_type=user_defined:way_id=80W -edge,17403,17403;41.6547939;-106.340662:17404;41.6544044;-106.3398611,way_type=user_defined:way_id=80W -edge,17404,17404;41.6544044;-106.3398611:17405;41.6533433;-106.3376671,way_type=user_defined:way_id=80W -edge,17405,17405;41.6533433;-106.3376671:17406;41.6528578;-106.3366581,way_type=user_defined:way_id=80W -edge,17406,17406;41.6528578;-106.3366581:17407;41.6520968;-106.3350948,way_type=user_defined:way_id=80W -edge,17407,17407;41.6520968;-106.3350948:17408;41.6511852;-106.3332058,way_type=user_defined:way_id=80W -edge,17408,17408;41.6511852;-106.3332058:17409;41.6498967;-106.3305492,way_type=user_defined:way_id=80W -edge,17409,17409;41.6498967;-106.3305492:17410;41.6491303;-106.3289597,way_type=user_defined:way_id=80W -edge,17410,17410;41.6491303;-106.3289597:17411;41.6481963;-106.3270305,way_type=user_defined:way_id=80W -edge,17411,17411;41.6481963;-106.3270305:17412;41.6478554;-106.3263294,way_type=user_defined:way_id=80W -edge,17412,17412;41.6478554;-106.3263294:17413;41.647477;-106.3255409,way_type=user_defined:way_id=80W -edge,17413,17413;41.647477;-106.3255409:17414;41.647019;-106.3245927,way_type=user_defined:way_id=80W -edge,17414,17414;41.647019;-106.3245927:17415;41.6466462;-106.3238298,way_type=user_defined:way_id=80W -edge,17415,17415;41.6466462;-106.3238298:17416;41.6458887;-106.3222634,way_type=user_defined:way_id=80W -edge,17416,17416;41.6458887;-106.3222634:17417;41.6457488;-106.3219708,way_type=user_defined:way_id=80W -edge,17417,17417;41.6457488;-106.3219708:17418;41.6456315;-106.3217207,way_type=user_defined:way_id=80W -edge,17418,17418;41.6456315;-106.3217207:17419;41.6455073;-106.3214503,way_type=user_defined:way_id=80W -edge,17419,17419;41.6455073;-106.3214503:17420;41.6453921;-106.3211931,way_type=user_defined:way_id=80W -edge,17420,17420;41.6453921;-106.3211931:17421;41.6452874;-106.3209528,way_type=user_defined:way_id=80W -edge,17421,17421;41.6452874;-106.3209528:17422;41.6451818;-106.3207012,way_type=user_defined:way_id=80W -edge,17422,17422;41.6451818;-106.3207012:17423;41.6450782;-106.3204447,way_type=user_defined:way_id=80W -edge,17423,17423;41.6450782;-106.3204447:17424;41.6449844;-106.3202038,way_type=user_defined:way_id=80W -edge,17424,17424;41.6449844;-106.3202038:17425;41.6448895;-106.3199512,way_type=user_defined:way_id=80W -edge,17425,17425;41.6448895;-106.3199512:17426;41.644785;-106.3196622,way_type=user_defined:way_id=80W -edge,17426,17426;41.644785;-106.3196622:17427;41.6446936;-106.3193985,way_type=user_defined:way_id=80W -edge,17427,17427;41.6446936;-106.3193985:17428;41.6446044;-106.3191314,way_type=user_defined:way_id=80W -edge,17428,17428;41.6446044;-106.3191314:17429;41.6445209;-106.3188746,way_type=user_defined:way_id=80W -edge,17429,17429;41.6445209;-106.3188746:17430;41.6444338;-106.3185984,way_type=user_defined:way_id=80W -edge,17430,17430;41.6444338;-106.3185984:17431;41.6443552;-106.318338,way_type=user_defined:way_id=80W -edge,17431,17431;41.6443552;-106.318338:17432;41.6442747;-106.3180586,way_type=user_defined:way_id=80W -edge,17432,17432;41.6442747;-106.3180586:17433;41.6442025;-106.317795,way_type=user_defined:way_id=80W -edge,17433,17433;41.6442025;-106.317795:17434;41.6441291;-106.3175118,way_type=user_defined:way_id=80W -edge,17434,17434;41.6441291;-106.3175118:17435;41.6440607;-106.3172359,way_type=user_defined:way_id=80W -edge,17435,17435;41.6440607;-106.3172359:17436;41.6439975;-106.3169675,way_type=user_defined:way_id=80W -edge,17436,17436;41.6439975;-106.3169675:17437;41.6439337;-106.3166793,way_type=user_defined:way_id=80W -edge,17437,17437;41.6439337;-106.3166793:17438;41.6438765;-106.316408,way_type=user_defined:way_id=80W -edge,17438,17438;41.6438765;-106.316408:17439;41.6438194;-106.3161266,way_type=user_defined:way_id=80W -edge,17439,17439;41.6438194;-106.3161266:17440;41.6437625;-106.3158349,way_type=user_defined:way_id=80W -edge,17440,17440;41.6437625;-106.3158349:17441;41.6436723;-106.3153495,way_type=user_defined:way_id=80W -edge,17441,17441;41.6436723;-106.3153495:17442;41.6435979;-106.3149258,way_type=user_defined:way_id=80W -edge,17442,17442;41.6435979;-106.3149258:17443;41.6434576;-106.3141036,way_type=user_defined:way_id=80W -edge,17443,17443;41.6434576;-106.3141036:17444;41.6433213;-106.3132905,way_type=user_defined:way_id=80W -edge,17444,17444;41.6433213;-106.3132905:17445;41.6432064;-106.3126294,way_type=user_defined:way_id=80W -edge,17445,17445;41.6432064;-106.3126294:17446;41.6426571;-106.3093803,way_type=user_defined:way_id=80W -edge,17446,17446;41.6426571;-106.3093803:17447;41.6425154;-106.3085639,way_type=user_defined:way_id=80W -edge,17447,17447;41.6425154;-106.3085639:17448;41.6423723;-106.3077234,way_type=user_defined:way_id=80W -edge,17448,17448;41.6423723;-106.3077234:17449;41.6422283;-106.3069012,way_type=user_defined:way_id=80W -edge,17449,17449;41.6422283;-106.3069012:17450;41.6420623;-106.3059049,way_type=user_defined:way_id=80W -edge,17450,17450;41.6420623;-106.3059049:17451;41.6419011;-106.3049518,way_type=user_defined:way_id=80W -edge,17451,17451;41.6419011;-106.3049518:17452;41.641717;-106.303889,way_type=user_defined:way_id=80W -edge,17452,17452;41.641717;-106.303889:17453;41.6412504;-106.3011364,way_type=user_defined:way_id=80W -edge,17453,17453;41.6412504;-106.3011364:17454;41.6410714;-106.3000952,way_type=user_defined:way_id=80W -edge,17454,17454;41.6410714;-106.3000952:17455;41.6407552;-106.2982418,way_type=user_defined:way_id=80W -edge,17455,17455;41.6407552;-106.2982418:17456;41.64056;-106.2971146,way_type=user_defined:way_id=80W -edge,17456,17456;41.64056;-106.2971146:17457;41.6404404;-106.2964378,way_type=user_defined:way_id=80W -edge,17457,17457;41.6404404;-106.2964378:17458;41.6403945;-106.2961887,way_type=user_defined:way_id=80W -edge,17458,17458;41.6403945;-106.2961887:17459;41.6403338;-106.2958765,way_type=user_defined:way_id=80W -edge,17459,17459;41.6403338;-106.2958765:17460;41.6402765;-106.2956029,way_type=user_defined:way_id=80W -edge,17460,17460;41.6402765;-106.2956029:17461;41.6402135;-106.2953217,way_type=user_defined:way_id=80W -edge,17461,17461;41.6402135;-106.2953217:17462;41.6401356;-106.2949972,way_type=user_defined:way_id=80W -edge,17462,17462;41.6401356;-106.2949972:17463;41.6400667;-106.2947291,way_type=user_defined:way_id=80W -edge,17463,17463;41.6400667;-106.2947291:17464;41.6400115;-106.2945253,way_type=user_defined:way_id=80W -edge,17464,17464;41.6400115;-106.2945253:17465;41.6399822;-106.2944186,way_type=user_defined:way_id=80W -edge,17465,17465;41.6399822;-106.2944186:17466;41.6399044;-106.2941471,way_type=user_defined:way_id=80W -edge,17466,17466;41.6399044;-106.2941471:17467;41.6398231;-106.2938775,way_type=user_defined:way_id=80W -edge,17467,17467;41.6398231;-106.2938775:17468;41.639747;-106.2936373,way_type=user_defined:way_id=80W -edge,17468,17468;41.639747;-106.2936373:17469;41.6396387;-106.2933109,way_type=user_defined:way_id=80W -edge,17469,17469;41.6396387;-106.2933109:17470;41.6395442;-106.2930403,way_type=user_defined:way_id=80W -edge,17470,17470;41.6395442;-106.2930403:17471;41.6394503;-106.2927815,way_type=user_defined:way_id=80W -edge,17471,17471;41.6394503;-106.2927815:17472;41.6393538;-106.2925247,way_type=user_defined:way_id=80W -edge,17472,17472;41.6393538;-106.2925247:17473;41.6392548;-106.2922713,way_type=user_defined:way_id=80W -edge,17473,17473;41.6392548;-106.2922713:17474;41.6391495;-106.292013,way_type=user_defined:way_id=80W -edge,17474,17474;41.6391495;-106.292013:17475;41.6390418;-106.2917581,way_type=user_defined:way_id=80W -edge,17475,17475;41.6390418;-106.2917581:17476;41.638931;-106.2915071,way_type=user_defined:way_id=80W -edge,17476,17476;41.638931;-106.2915071:17477;41.6388039;-106.2912347,way_type=user_defined:way_id=80W -edge,17477,17477;41.6388039;-106.2912347:17478;41.6386967;-106.2910143,way_type=user_defined:way_id=80W -edge,17478,17478;41.6386967;-106.2910143:17479;41.6385781;-106.2907794,way_type=user_defined:way_id=80W -edge,17479,17479;41.6385781;-106.2907794:17480;41.6384527;-106.2905387,way_type=user_defined:way_id=80W -edge,17480,17480;41.6384527;-106.2905387:17481;41.6383578;-106.2903618,way_type=user_defined:way_id=80W -edge,17481,17481;41.6383578;-106.2903618:17482;41.6383076;-106.2902693,way_type=user_defined:way_id=80W -edge,17482,17482;41.6383076;-106.2902693:17483;41.6381936;-106.2900656,way_type=user_defined:way_id=80W -edge,17483,17483;41.6381936;-106.2900656:17484;41.6380589;-106.289833,way_type=user_defined:way_id=80W -edge,17484,17484;41.6380589;-106.289833:17485;41.6379751;-106.2896921,way_type=user_defined:way_id=80W -edge,17485,17485;41.6379751;-106.2896921:17486;41.6379087;-106.2895812,way_type=user_defined:way_id=80W -edge,17486,17486;41.6379087;-106.2895812:17487;41.637787;-106.2893837,way_type=user_defined:way_id=80W -edge,17487,17487;41.637787;-106.2893837:17488;41.63753269;-106.2889812,way_type=user_defined:way_id=80W -edge,17488,17488;41.63753269;-106.2889812:17489;41.6374859;-106.2889072,way_type=user_defined:way_id=80W -edge,17489,17489;41.6374859;-106.2889072:17490;41.6371679;-106.288411,way_type=user_defined:way_id=80W -edge,17490,17490;41.6371679;-106.288411:17491;41.6371679;-106.288411,way_type=user_defined:way_id=80W -edge,17491,17491;41.6371679;-106.288411:17492;41.6366361;-106.287578,way_type=user_defined:way_id=80W -edge,17492,17492;41.6366361;-106.287578:17493;41.6360523;-106.2866585,way_type=user_defined:way_id=80W -edge,17493,17493;41.6360523;-106.2866585:17494;41.63583849;-106.2863234,way_type=user_defined:way_id=80W -edge,17494,17494;41.63583849;-106.2863234:17495;41.63425928;-106.2838484,way_type=user_defined:way_id=80W -edge,17495,17495;41.63425928;-106.2838484:17496;41.63425928;-106.2838484,way_type=user_defined:way_id=80W -edge,17496,17496;41.63425928;-106.2838484:17497;41.6335458;-106.2827301,way_type=user_defined:way_id=80W -edge,17497,17497;41.6335458;-106.2827301:17498;41.6326152;-106.2812794,way_type=user_defined:way_id=80W -edge,17498,17498;41.6326152;-106.2812794:17499;41.63229243;-106.2807727,way_type=user_defined:way_id=80W -edge,17499,17499;41.63229243;-106.2807727:17500;41.632244;-106.2806967,way_type=user_defined:way_id=80W -edge,17500,17500;41.632244;-106.2806967:17501;41.6319459;-106.2802245,way_type=user_defined:way_id=80W -edge,17501,17501;41.6319459;-106.2802245:17502;41.6315587;-106.2796161,way_type=user_defined:way_id=80W -edge,17502,17502;41.6315587;-106.2796161:17503;41.6311035;-106.2789069,way_type=user_defined:way_id=80W -edge,17503,17503;41.6311035;-106.2789069:17504;41.6309784;-106.2787072,way_type=user_defined:way_id=80W -edge,17504,17504;41.6309784;-106.2787072:17505;41.6308771;-106.278539,way_type=user_defined:way_id=80W -edge,17505,17505;41.6308771;-106.278539:17506;41.6308771;-106.278539,way_type=user_defined:way_id=80W -edge,17506,17506;41.6308771;-106.278539:17507;41.630708;-106.2782498,way_type=user_defined:way_id=80W -edge,17507,17507;41.630708;-106.2782498:17508;41.6305803;-106.2780232,way_type=user_defined:way_id=80W -edge,17508,17508;41.6305803;-106.2780232:17509;41.6304626;-106.2778093,way_type=user_defined:way_id=80W -edge,17509,17509;41.6304626;-106.2778093:17510;41.6303378;-106.2775777,way_type=user_defined:way_id=80W -edge,17510,17510;41.6303378;-106.2775777:17511;41.6302438;-106.277398,way_type=user_defined:way_id=80W -edge,17511,17511;41.6302438;-106.277398:17512;41.6300912;-106.2770974,way_type=user_defined:way_id=80W -edge,17512,17512;41.6300912;-106.2770974:17513;41.6299739;-106.2768566,way_type=user_defined:way_id=80W -edge,17513,17513;41.6299739;-106.2768566:17514;41.6298746;-106.2766455,way_type=user_defined:way_id=80W -edge,17514,17514;41.6298746;-106.2766455:17515;41.629729;-106.2763258,way_type=user_defined:way_id=80W -edge,17515,17515;41.629729;-106.2763258:17516;41.6296305;-106.2761034,way_type=user_defined:way_id=80W -edge,17516,17516;41.6296305;-106.2761034:17517;41.629526;-106.2758622,way_type=user_defined:way_id=80W -edge,17517,17517;41.629526;-106.2758622:17518;41.6294206;-106.2756116,way_type=user_defined:way_id=80W -edge,17518,17518;41.6294206;-106.2756116:17519;41.6293282;-106.2753845,way_type=user_defined:way_id=80W -edge,17519,17519;41.6293282;-106.2753845:17520;41.629215;-106.2750968,way_type=user_defined:way_id=80W -edge,17520,17520;41.629215;-106.2750968:17521;41.6291278;-106.2748667,way_type=user_defined:way_id=80W -edge,17521,17521;41.6291278;-106.2748667:17522;41.6290307;-106.2746007,way_type=user_defined:way_id=80W -edge,17522,17522;41.6290307;-106.2746007:17523;41.6289399;-106.2743413,way_type=user_defined:way_id=80W -edge,17523,17523;41.6289399;-106.2743413:17524;41.6288957;-106.2742109,way_type=user_defined:way_id=80W -edge,17524,17524;41.6288957;-106.2742109:17525;41.6288516;-106.2740805,way_type=user_defined:way_id=80W -edge,17525,17525;41.6288516;-106.2740805:17526;41.6287629;-106.2738092,way_type=user_defined:way_id=80W -edge,17526,17526;41.6287629;-106.2738092:17527;41.6286796;-106.2735451,way_type=user_defined:way_id=80W -edge,17527,17527;41.6286796;-106.2735451:17528;41.6286064;-106.2733058,way_type=user_defined:way_id=80W -edge,17528,17528;41.6286064;-106.2733058:17529;41.6285278;-106.2730377,way_type=user_defined:way_id=80W -edge,17529,17529;41.6285278;-106.2730377:17530;41.6284426;-106.2727308,way_type=user_defined:way_id=80W -edge,17530,17530;41.6284426;-106.2727308:17531;41.6283782;-106.272485,way_type=user_defined:way_id=80W -edge,17531,17531;41.6283782;-106.272485:17532;41.6283095;-106.27221,way_type=user_defined:way_id=80W -edge,17532,17532;41.6283095;-106.27221:17533;41.6282431;-106.271933,way_type=user_defined:way_id=80W -edge,17533,17533;41.6282431;-106.271933:17534;41.6281808;-106.2716636,way_type=user_defined:way_id=80W -edge,17534,17534;41.6281808;-106.2716636:17535;41.628117;-106.2713744,way_type=user_defined:way_id=80W -edge,17535,17535;41.628117;-106.2713744:17536;41.6280732;-106.2711648,way_type=user_defined:way_id=80W -edge,17536,17536;41.6280732;-106.2711648:17537;41.627954;-106.2705718,way_type=user_defined:way_id=80W -edge,17537,17537;41.627954;-106.2705718:17538;41.6277804;-106.2696876,way_type=user_defined:way_id=80W -edge,17538,17538;41.6277804;-106.2696876:17539;41.6276329;-106.2689465,way_type=user_defined:way_id=80W -edge,17539,17539;41.6276329;-106.2689465:17540;41.6271207;-106.2663137,way_type=user_defined:way_id=80W -edge,17540,17540;41.6271207;-106.2663137:17541;41.6265744;-106.2635155,way_type=user_defined:way_id=80W -edge,17541,17541;41.6265744;-106.2635155:17542;41.6263394;-106.2623043,way_type=user_defined:way_id=80W -edge,17542,17542;41.6263394;-106.2623043:17543;41.6260091;-106.2606212,way_type=user_defined:way_id=80W -edge,17543,17543;41.6260091;-106.2606212:17544;41.6255248;-106.2581273,way_type=user_defined:way_id=80W -edge,17544,17544;41.6255248;-106.2581273:17545;41.6250204;-106.255566,way_type=user_defined:way_id=80W -edge,17545,17545;41.6250204;-106.255566:17546;41.6248395;-106.2546255,way_type=user_defined:way_id=80W -edge,17546,17546;41.6248395;-106.2546255:17547;41.6245891;-106.253356,way_type=user_defined:way_id=80W -edge,17547,17547;41.6245891;-106.253356:17548;41.6239954;-106.2502981,way_type=user_defined:way_id=80W -edge,17548,17548;41.6239954;-106.2502981:17549;41.6237785;-106.2492067,way_type=user_defined:way_id=80W -edge,17549,17549;41.6237785;-106.2492067:17550;41.6236078;-106.2483299,way_type=user_defined:way_id=80W -edge,17550,17550;41.6236078;-106.2483299:17551;41.6235516;-106.2480494,way_type=user_defined:way_id=80W -edge,17551,17551;41.6235516;-106.2480494:17552;41.6234863;-106.2477346,way_type=user_defined:way_id=80W -edge,17552,17552;41.6234863;-106.2477346:17553;41.6234337;-106.2474913,way_type=user_defined:way_id=80W -edge,17553,17553;41.6234337;-106.2474913:17554;41.6233688;-106.2472054,way_type=user_defined:way_id=80W -edge,17554,17554;41.6233688;-106.2472054:17555;41.6233137;-106.2469736,way_type=user_defined:way_id=80W -edge,17555,17555;41.6233137;-106.2469736:17556;41.6232449;-106.2467017,way_type=user_defined:way_id=80W -edge,17556,17556;41.6232449;-106.2467017:17557;41.623164;-106.2464005,way_type=user_defined:way_id=80W -edge,17557,17557;41.623164;-106.2464005:17558;41.6230922;-106.2461452,way_type=user_defined:way_id=80W -edge,17558,17558;41.6230922;-106.2461452:17559;41.6230155;-106.2458838,way_type=user_defined:way_id=80W -edge,17559,17559;41.6230155;-106.2458838:17560;41.6229307;-106.2456063,way_type=user_defined:way_id=80W -edge,17560,17560;41.6229307;-106.2456063:17561;41.6228457;-106.2453382,way_type=user_defined:way_id=80W -edge,17561,17561;41.6228457;-106.2453382:17562;41.6227525;-106.2450539,way_type=user_defined:way_id=80W -edge,17562,17562;41.6227525;-106.2450539:17563;41.6226591;-106.2447797,way_type=user_defined:way_id=80W -edge,17563,17563;41.6226591;-106.2447797:17564;41.6225684;-106.2445245,way_type=user_defined:way_id=80W -edge,17564,17564;41.6225684;-106.2445245:17565;41.6224792;-106.2442851,way_type=user_defined:way_id=80W -edge,17565,17565;41.6224792;-106.2442851:17566;41.6223783;-106.244026,way_type=user_defined:way_id=80W -edge,17566,17566;41.6223783;-106.244026:17567;41.6222671;-106.2437503,way_type=user_defined:way_id=80W -edge,17567,17567;41.6222671;-106.2437503:17568;41.6221604;-106.2434924,way_type=user_defined:way_id=80W -edge,17568,17568;41.6221604;-106.2434924:17569;41.6220404;-106.2432109,way_type=user_defined:way_id=80W -edge,17569,17569;41.6220404;-106.2432109:17570;41.6219399;-106.242983,way_type=user_defined:way_id=80W -edge,17570,17570;41.6219399;-106.242983:17571;41.6218257;-106.242733,way_type=user_defined:way_id=80W -edge,17571,17571;41.6218257;-106.242733:17572;41.6217128;-106.2424939,way_type=user_defined:way_id=80W -edge,17572,17572;41.6217128;-106.2424939:17573;41.6215933;-106.2422498,way_type=user_defined:way_id=80W -edge,17573,17573;41.6215933;-106.2422498:17574;41.6214701;-106.242009,way_type=user_defined:way_id=80W -edge,17574,17574;41.6214701;-106.242009:17575;41.6213435;-106.2417703,way_type=user_defined:way_id=80W -edge,17575,17575;41.6213435;-106.2417703:17576;41.6212148;-106.2415345,way_type=user_defined:way_id=80W -edge,17576,17576;41.6212148;-106.2415345:17577;41.621071;-106.2412791,way_type=user_defined:way_id=80W -edge,17577,17577;41.621071;-106.2412791:17578;41.6209513;-106.2410726,way_type=user_defined:way_id=80W -edge,17578,17578;41.6209513;-106.2410726:17579;41.6208032;-106.240823,way_type=user_defined:way_id=80W -edge,17579,17579;41.6208032;-106.240823:17580;41.6206801;-106.2406212,way_type=user_defined:way_id=80W -edge,17580,17580;41.6206801;-106.2406212:17581;41.6205764;-106.2404567,way_type=user_defined:way_id=80W -edge,17581,17581;41.6205764;-106.2404567:17582;41.6203792;-106.2401529,way_type=user_defined:way_id=80W -edge,17582,17582;41.6203792;-106.2401529:17583;41.6202523;-106.2399651,way_type=user_defined:way_id=80W -edge,17583,17583;41.6202523;-106.2399651:17584;41.6201041;-106.2397528,way_type=user_defined:way_id=80W -edge,17584,17584;41.6201041;-106.2397528:17585;41.6199381;-106.2395225,way_type=user_defined:way_id=80W -edge,17585,17585;41.6199381;-106.2395225:17586;41.6198003;-106.2393368,way_type=user_defined:way_id=80W -edge,17586,17586;41.6198003;-106.2393368:17587;41.6196449;-106.2391337,way_type=user_defined:way_id=80W -edge,17587,17587;41.6196449;-106.2391337:17588;41.6194878;-106.238934,way_type=user_defined:way_id=80W -edge,17588,17588;41.6194878;-106.238934:17589;41.619329;-106.238736,way_type=user_defined:way_id=80W -edge,17589,17589;41.619329;-106.238736:17590;41.6191691;-106.2385414,way_type=user_defined:way_id=80W -edge,17590,17590;41.6191691;-106.2385414:17591;41.6190069;-106.2383504,way_type=user_defined:way_id=80W -edge,17591,17591;41.6190069;-106.2383504:17592;41.6189034;-106.2382322,way_type=user_defined:way_id=80W -edge,17592,17592;41.6189034;-106.2382322:17593;41.6188378;-106.2381576,way_type=user_defined:way_id=80W -edge,17593,17593;41.6188378;-106.2381576:17594;41.6186722;-106.237975,way_type=user_defined:way_id=80W -edge,17594,17594;41.6186722;-106.237975:17595;41.6185047;-106.2377967,way_type=user_defined:way_id=80W -edge,17595,17595;41.6185047;-106.2377967:17596;41.6183355;-106.2376226,way_type=user_defined:way_id=80W -edge,17596,17596;41.6183355;-106.2376226:17597;41.6181595;-106.2374468,way_type=user_defined:way_id=80W -edge,17597,17597;41.6181595;-106.2374468:17598;41.6180007;-106.2372926,way_type=user_defined:way_id=80W -edge,17598,17598;41.6180007;-106.2372926:17599;41.6178292;-106.2371311,way_type=user_defined:way_id=80W -edge,17599,17599;41.6178292;-106.2371311:17600;41.61776499;-106.2370728,way_type=user_defined:way_id=80W -edge,17600,17600;41.61776499;-106.2370728:17601;41.61726961;-106.2366377,way_type=user_defined:way_id=80W -edge,17601,17601;41.61726961;-106.2366377:17602;41.6167963;-106.2362425,way_type=user_defined:way_id=80W -edge,17602,17602;41.6167963;-106.2362425:17603;41.6164034;-106.2359172,way_type=user_defined:way_id=80W -edge,17603,17603;41.6164034;-106.2359172:17604;41.6147504;-106.2345666,way_type=user_defined:way_id=80W -edge,17604,17604;41.6147504;-106.2345666:17605;41.614193;-106.2341073,way_type=user_defined:way_id=80W -edge,17605,17605;41.614193;-106.2341073:17606;41.61387652;-106.2338444,way_type=user_defined:way_id=80W -edge,17606,17606;41.61387652;-106.2338444:17607;41.61218837;-106.2324878,way_type=user_defined:way_id=80W -edge,17607,17607;41.61218837;-106.2324878:17608;41.61130302;-106.231773,way_type=user_defined:way_id=80W -edge,17608,17608;41.61130302;-106.231773:17609;41.61130302;-106.231773,way_type=user_defined:way_id=80W -edge,17609,17609;41.61130302;-106.231773:17610;41.6097618;-106.2304887,way_type=user_defined:way_id=80W -edge,17610,17610;41.6097618;-106.2304887:17611;41.608499;-106.2294531,way_type=user_defined:way_id=80W -edge,17611,17611;41.608499;-106.2294531:17612;41.6078967;-106.2289619,way_type=user_defined:way_id=80W -edge,17612,17612;41.6078967;-106.2289619:17613;41.6071026;-106.2283108,way_type=user_defined:way_id=80W -edge,17613,17613;41.6071026;-106.2283108:17614;41.6062406;-106.2276076,way_type=user_defined:way_id=80W -edge,17614,17614;41.6062406;-106.2276076:17615;41.6053112;-106.2268461,way_type=user_defined:way_id=80W -edge,17615,17615;41.6053112;-106.2268461:17616;41.6049366;-106.2265418,way_type=user_defined:way_id=80W -edge,17616,17616;41.6049366;-106.2265418:17617;41.6037595;-106.2255748,way_type=user_defined:way_id=80W -edge,17617,17617;41.6037595;-106.2255748:17618;41.6023019;-106.224387,way_type=user_defined:way_id=80W -edge,17618,17618;41.6023019;-106.224387:17619;41.6018933;-106.224048,way_type=user_defined:way_id=80W -edge,17619,17619;41.6018933;-106.224048:17620;41.6017074;-106.2238907,way_type=user_defined:way_id=80W -edge,17620,17620;41.6017074;-106.2238907:17621;41.6015434;-106.2237487,way_type=user_defined:way_id=80W -edge,17621,17621;41.6015434;-106.2237487:17622;41.6013252;-106.2235495,way_type=user_defined:way_id=80W -edge,17622,17622;41.6013252;-106.2235495:17623;41.6011533;-106.2233841,way_type=user_defined:way_id=80W -edge,17623,17623;41.6011533;-106.2233841:17624;41.6009983;-106.2232276,way_type=user_defined:way_id=80W -edge,17624,17624;41.6009983;-106.2232276:17625;41.6008321;-106.2230495,way_type=user_defined:way_id=80W -edge,17625,17625;41.6008321;-106.2230495:17626;41.6006669;-106.222861,way_type=user_defined:way_id=80W -edge,17626,17626;41.6006669;-106.222861:17627;41.6005239;-106.2226872,way_type=user_defined:way_id=80W -edge,17627,17627;41.6005239;-106.2226872:17628;41.6003652;-106.2224841,way_type=user_defined:way_id=80W -edge,17628,17628;41.6003652;-106.2224841:17629;41.6002169;-106.2222844,way_type=user_defined:way_id=80W -edge,17629,17629;41.6002169;-106.2222844:17630;41.6000832;-106.2220963,way_type=user_defined:way_id=80W -edge,17630,17630;41.6000832;-106.2220963:17631;41.5999548;-106.2219053,way_type=user_defined:way_id=80W -edge,17631,17631;41.5999548;-106.2219053:17632;41.5998272;-106.2217048,way_type=user_defined:way_id=80W -edge,17632,17632;41.5998272;-106.2217048:17633;41.5996995;-106.2214935,way_type=user_defined:way_id=80W -edge,17633,17633;41.5996995;-106.2214935:17634;41.5995811;-106.2212877,way_type=user_defined:way_id=80W -edge,17634,17634;41.5995811;-106.2212877:17635;41.5994715;-106.2210868,way_type=user_defined:way_id=80W -edge,17635,17635;41.5994715;-106.2210868:17636;41.5994432;-106.2210325,way_type=user_defined:way_id=80W -edge,17636,17636;41.5994432;-106.2210325:17637;41.5993498;-106.2208506,way_type=user_defined:way_id=80W -edge,17637,17637;41.5993498;-106.2208506:17638;41.5992628;-106.2206726,way_type=user_defined:way_id=80W -edge,17638,17638;41.5992628;-106.2206726:17639;41.5991607;-106.2204531,way_type=user_defined:way_id=80W -edge,17639,17639;41.5991607;-106.2204531:17640;41.5990515;-106.2202032,way_type=user_defined:way_id=80W -edge,17640,17640;41.5990515;-106.2202032:17641;41.5989607;-106.2199789,way_type=user_defined:way_id=80W -edge,17641,17641;41.5989607;-106.2199789:17642;41.5988797;-106.219764,way_type=user_defined:way_id=80W -edge,17642,17642;41.5988797;-106.219764:17643;41.5987987;-106.219536,way_type=user_defined:way_id=80W -edge,17643,17643;41.5987987;-106.219536:17644;41.5987331;-106.219342,way_type=user_defined:way_id=80W -edge,17644,17644;41.5987331;-106.219342:17645;41.5986471;-106.2190756,way_type=user_defined:way_id=80W -edge,17645,17645;41.5986471;-106.2190756:17646;41.5985748;-106.2188336,way_type=user_defined:way_id=80W -edge,17646,17646;41.5985748;-106.2188336:17647;41.5985095;-106.2185966,way_type=user_defined:way_id=80W -edge,17647,17647;41.5985095;-106.2185966:17648;41.5984477;-106.2183495,way_type=user_defined:way_id=80W -edge,17648,17648;41.5984477;-106.2183495:17649;41.5984004;-106.2181442,way_type=user_defined:way_id=80W -edge,17649,17649;41.5984004;-106.2181442:17650;41.5983503;-106.2179105,way_type=user_defined:way_id=80W -edge,17650,17650;41.5983503;-106.2179105:17651;41.5982938;-106.2176205,way_type=user_defined:way_id=80W -edge,17651,17651;41.5982938;-106.2176205:17652;41.5982566;-106.2174107,way_type=user_defined:way_id=80W -edge,17652,17652;41.5982566;-106.2174107:17653;41.5982179;-106.2171624,way_type=user_defined:way_id=80W -edge,17653,17653;41.5982179;-106.2171624:17654;41.5981858;-106.2169213,way_type=user_defined:way_id=80W -edge,17654,17654;41.5981858;-106.2169213:17655;41.598157;-106.2166695,way_type=user_defined:way_id=80W -edge,17655,17655;41.598157;-106.2166695:17656;41.5981316;-106.2164078,way_type=user_defined:way_id=80W -edge,17656,17656;41.5981316;-106.2164078:17657;41.5981118;-106.2161538,way_type=user_defined:way_id=80W -edge,17657,17657;41.5981118;-106.2161538:17658;41.5980968;-106.2159089,way_type=user_defined:way_id=80W -edge,17658,17658;41.5980968;-106.2159089:17659;41.5980851;-106.2156543,way_type=user_defined:way_id=80W -edge,17659,17659;41.5980851;-106.2156543:17660;41.5980774;-106.2153709,way_type=user_defined:way_id=80W -edge,17660,17660;41.5980774;-106.2153709:17661;41.5980742;-106.2151158,way_type=user_defined:way_id=80W -edge,17661,17661;41.5980742;-106.2151158:17662;41.5980728;-106.2148608,way_type=user_defined:way_id=80W -edge,17662,17662;41.5980728;-106.2148608:17663;41.59807262;-106.2139911,way_type=user_defined:way_id=80W -edge,17663,17663;41.59807262;-106.2139911:17664;41.5980722;-106.2120009,way_type=user_defined:way_id=80W -edge,17664,17664;41.5980722;-106.2120009:17665;41.5980723;-106.2118233,way_type=user_defined:way_id=80W -edge,17665,17665;41.5980723;-106.2118233:17666;41.5980746;-106.2115626,way_type=user_defined:way_id=80W -edge,17666,17666;41.5980746;-106.2115626:17667;41.5980746;-106.2115626,way_type=user_defined:way_id=80W -edge,17667,17667;41.5980746;-106.2115626:17668;41.59809459;-106.2098593,way_type=user_defined:way_id=80W -edge,17668,17668;41.59809459;-106.2098593:17669;41.59809459;-106.2098593,way_type=user_defined:way_id=80W -edge,17669,17669;41.59809459;-106.2098593:17670;41.59808961;-106.2094276,way_type=user_defined:way_id=80W -edge,17670,17670;41.59808961;-106.2094276:17671;41.59809436;-106.2075268,way_type=user_defined:way_id=80W -edge,17671,17671;41.59809436;-106.2075268:17672;41.59809448;-106.2073837,way_type=user_defined:way_id=80W -edge,17672,17672;41.59809448;-106.2073837:17673;41.59809551;-106.2061267,way_type=user_defined:way_id=80W -edge,17673,17673;41.59809551;-106.2061267:17674;41.5980912;-106.2046552,way_type=user_defined:way_id=80W -edge,17674,17674;41.5980912;-106.2046552:17675;41.5980865;-106.204106,way_type=user_defined:way_id=80W -edge,17675,17675;41.5980865;-106.204106:17676;41.59808585;-106.2039209,way_type=user_defined:way_id=80W -edge,17676,17676;41.59808585;-106.2039209:17677;41.5980844;-106.2035092,way_type=user_defined:way_id=80W -edge,17677,17677;41.5980844;-106.2035092:17678;41.5980785;-106.2030759,way_type=user_defined:way_id=80W -edge,17678,17678;41.5980785;-106.2030759:17679;41.5980733;-106.2028332,way_type=user_defined:way_id=80W -edge,17679,17679;41.5980733;-106.2028332:17680;41.5980685;-106.2026535,way_type=user_defined:way_id=80W -edge,17680,17680;41.5980685;-106.2026535:17681;41.5980613;-106.2024544,way_type=user_defined:way_id=80W -edge,17681,17681;41.5980613;-106.2024544:17682;41.5980613;-106.2024544,way_type=user_defined:way_id=80W -edge,17682,17682;41.5980613;-106.2024544:17683;41.5980489;-106.202204,way_type=user_defined:way_id=80W -edge,17683,17683;41.5980489;-106.202204:17684;41.598031;-106.2019428,way_type=user_defined:way_id=80W -edge,17684,17684;41.598031;-106.2019428:17685;41.5980118;-106.2017299,way_type=user_defined:way_id=80W -edge,17685,17685;41.5980118;-106.2017299:17686;41.5980048;-106.2016654,way_type=user_defined:way_id=80W -edge,17686,17686;41.5980048;-106.2016654:17687;41.59799723;-106.2015983,way_type=user_defined:way_id=80W -edge,17687,17687;41.59799723;-106.2015983:17688;41.597984;-106.2014811,way_type=user_defined:way_id=80W -edge,17688,17688;41.597984;-106.2014811:17689;41.5979557;-106.201262,way_type=user_defined:way_id=80W -edge,17689,17689;41.5979557;-106.201262:17690;41.5979245;-106.2010445,way_type=user_defined:way_id=80W -edge,17690,17690;41.5979245;-106.2010445:17691;41.5979019;-106.2008995,way_type=user_defined:way_id=80W -edge,17691,17691;41.5979019;-106.2008995:17692;41.5978845;-106.2007904,way_type=user_defined:way_id=80W -edge,17692,17692;41.5978845;-106.2007904:17693;41.5978507;-106.2005939,way_type=user_defined:way_id=80W -edge,17693,17693;41.5978507;-106.2005939:17694;41.5978025;-106.2003435,way_type=user_defined:way_id=80W -edge,17694,17694;41.5978025;-106.2003435:17695;41.5977566;-106.2001321,way_type=user_defined:way_id=80W -edge,17695,17695;41.5977566;-106.2001321:17696;41.5977081;-106.1999291,way_type=user_defined:way_id=80W -edge,17696,17696;41.5977081;-106.1999291:17697;41.5976436;-106.1996806,way_type=user_defined:way_id=80W -edge,17697,17697;41.5976436;-106.1996806:17698;41.5975861;-106.1994751,way_type=user_defined:way_id=80W -edge,17698,17698;41.5975861;-106.1994751:17699;41.597525;-106.1992695,way_type=user_defined:way_id=80W -edge,17699,17699;41.597525;-106.1992695:17700;41.5974551;-106.1990465,way_type=user_defined:way_id=80W -edge,17700,17700;41.5974551;-106.1990465:17701;41.5973794;-106.1988175,way_type=user_defined:way_id=80W -edge,17701,17701;41.5973794;-106.1988175:17702;41.5973093;-106.1986149,way_type=user_defined:way_id=80W -edge,17702,17702;41.5973093;-106.1986149:17703;41.5972629;-106.1984856,way_type=user_defined:way_id=80W -edge,17703,17703;41.5972629;-106.1984856:17704;41.5972156;-106.1983558,way_type=user_defined:way_id=80W -edge,17704,17704;41.5972156;-106.1983558:17705;41.5971412;-106.1981585,way_type=user_defined:way_id=80W -edge,17705,17705;41.5971412;-106.1981585:17706;41.5970536;-106.1979388,way_type=user_defined:way_id=80W -edge,17706,17706;41.5970536;-106.1979388:17707;41.5969589;-106.1977147,way_type=user_defined:way_id=80W -edge,17707,17707;41.5969589;-106.1977147:17708;41.59688;-106.197535,way_type=user_defined:way_id=80W -edge,17708,17708;41.59688;-106.197535:17709;41.5967929;-106.1973418,way_type=user_defined:way_id=80W -edge,17709,17709;41.5967929;-106.1973418:17710;41.5966078;-106.1969398,way_type=user_defined:way_id=80W -edge,17710,17710;41.5966078;-106.1969398:17711;41.59645178;-106.1966064,way_type=user_defined:way_id=80W -edge,17711,17711;41.59645178;-106.1966064:17712;41.5964217;-106.1965421,way_type=user_defined:way_id=80W -edge,17712,17712;41.5964217;-106.1965421:17713;41.5961638;-106.1959802,way_type=user_defined:way_id=80W -edge,17713,17713;41.5961638;-106.1959802:17714;41.5960586;-106.1957607,way_type=user_defined:way_id=80W -edge,17714,17714;41.5960586;-106.1957607:17715;41.5958647;-106.1953722,way_type=user_defined:way_id=80W -edge,17715,17715;41.5958647;-106.1953722:17716;41.5957774;-106.195191,way_type=user_defined:way_id=80W -edge,17716,17716;41.5957774;-106.195191:17717;41.5956883;-106.1950009,way_type=user_defined:way_id=80W -edge,17717,17717;41.5956883;-106.1950009:17718;41.5947272;-106.1929282,way_type=user_defined:way_id=80W -edge,17718,17718;41.5947272;-106.1929282:17719;41.5941607;-106.1917199,way_type=user_defined:way_id=80W -edge,17719,17719;41.5941607;-106.1917199:17720;41.5935475;-106.1903943,way_type=user_defined:way_id=80W -edge,17720,17720;41.5935475;-106.1903943:17721;41.5928793;-106.1889601,way_type=user_defined:way_id=80W -edge,17721,17721;41.5928793;-106.1889601:17722;41.5922328;-106.1875627,way_type=user_defined:way_id=80W -edge,17722,17722;41.5922328;-106.1875627:17723;41.5915744;-106.1861472,way_type=user_defined:way_id=80W -edge,17723,17723;41.5915744;-106.1861472:17724;41.59154012;-106.1860727,way_type=user_defined:way_id=80W -edge,17724,17724;41.59154012;-106.1860727:17725;41.5910914;-106.1850983,way_type=user_defined:way_id=80W -edge,17725,17725;41.5910914;-106.1850983:17726;41.590627;-106.1841045,way_type=user_defined:way_id=80W -edge,17726,17726;41.590627;-106.1841045:17727;41.5903966;-106.1836151,way_type=user_defined:way_id=80W -edge,17727,17727;41.5903966;-106.1836151:17728;41.5901601;-106.1831246,way_type=user_defined:way_id=80W -edge,17728,17728;41.5901601;-106.1831246:17729;41.5900399;-106.1828825,way_type=user_defined:way_id=80W -edge,17729,17729;41.5900399;-106.1828825:17730;41.5899186;-106.1826424,way_type=user_defined:way_id=80W -edge,17730,17730;41.5899186;-106.1826424:17731;41.5896738;-106.1821659,way_type=user_defined:way_id=80W -edge,17731,17731;41.5896738;-106.1821659:17732;41.5895463;-106.1819218,way_type=user_defined:way_id=80W -edge,17732,17732;41.5895463;-106.1819218:17733;41.5894257;-106.1816949,way_type=user_defined:way_id=80W -edge,17733,17733;41.5894257;-106.1816949:17734;41.5891709;-106.1812228,way_type=user_defined:way_id=80W -edge,17734,17734;41.5891709;-106.1812228:17735;41.5890566;-106.181016,way_type=user_defined:way_id=80W -edge,17735,17735;41.5890566;-106.181016:17736;41.5888079;-106.1805763,way_type=user_defined:way_id=80W -edge,17736,17736;41.5888079;-106.1805763:17737;41.5882625;-106.179623,way_type=user_defined:way_id=80W -edge,17737,17737;41.5882625;-106.179623:17738;41.5874984;-106.1783105,way_type=user_defined:way_id=80W -edge,17738,17738;41.5874984;-106.1783105:17739;41.5870653;-106.1775616,way_type=user_defined:way_id=80W -edge,17739,17739;41.5870653;-106.1775616:17740;41.5865619;-106.1766992,way_type=user_defined:way_id=80W -edge,17740,17740;41.5865619;-106.1766992:17741;41.5858829;-106.1755253,way_type=user_defined:way_id=80W -edge,17741,17741;41.5858829;-106.1755253:17742;41.5853472;-106.1746051,way_type=user_defined:way_id=80W -edge,17742,17742;41.5853472;-106.1746051:17743;41.5847011;-106.1734874,way_type=user_defined:way_id=80W -edge,17743,17743;41.5847011;-106.1734874:17744;41.584317;-106.1728196,way_type=user_defined:way_id=80W -edge,17744,17744;41.584317;-106.1728196:17745;41.5836464;-106.1716712,way_type=user_defined:way_id=80W -edge,17745,17745;41.5836464;-106.1716712:17746;41.5824859;-106.1696695,way_type=user_defined:way_id=80W -edge,17746,17746;41.5824859;-106.1696695:17747;41.5811147;-106.1673113,way_type=user_defined:way_id=80W -edge,17747,17747;41.5811147;-106.1673113:17748;41.5806358;-106.1664832,way_type=user_defined:way_id=80W -edge,17748,17748;41.5806358;-106.1664832:17749;41.5797953;-106.1650445,way_type=user_defined:way_id=80W -edge,17749,17749;41.5797953;-106.1650445:17750;41.5791538;-106.1639329,way_type=user_defined:way_id=80W -edge,17750,17750;41.5791538;-106.1639329:17751;41.57835;-106.1625525,way_type=user_defined:way_id=80W -edge,17751,17751;41.57835;-106.1625525:17752;41.5778487;-106.1616863,way_type=user_defined:way_id=80W -edge,17752,17752;41.5778487;-106.1616863:17753;41.5773517;-106.1608332,way_type=user_defined:way_id=80W -edge,17753,17753;41.5773517;-106.1608332:17754;41.5770518;-106.1603142,way_type=user_defined:way_id=80W -edge,17754,17754;41.5770518;-106.1603142:17755;41.5766306;-106.1595968,way_type=user_defined:way_id=80W -edge,17755,17755;41.5766306;-106.1595968:17756;41.5758499;-106.1582411,way_type=user_defined:way_id=80W -edge,17756,17756;41.5758499;-106.1582411:17757;41.5755315;-106.1576974,way_type=user_defined:way_id=80W -edge,17757,17757;41.5755315;-106.1576974:17758;41.5750154;-106.1568113,way_type=user_defined:way_id=80W -edge,17758,17758;41.5750154;-106.1568113:17759;41.57436531;-106.1556908,way_type=user_defined:way_id=80W -edge,17759,17759;41.57436531;-106.1556908:17760;41.5723483;-106.1522144,way_type=user_defined:way_id=80W -edge,17760,17760;41.5723483;-106.1522144:17761;41.5718251;-106.1513218,way_type=user_defined:way_id=80W -edge,17761,17761;41.5718251;-106.1513218:17762;41.5714293;-106.1506362,way_type=user_defined:way_id=80W -edge,17762,17762;41.5714293;-106.1506362:17763;41.5708768;-106.1496858,way_type=user_defined:way_id=80W -edge,17763,17763;41.5708768;-106.1496858:17764;41.5704665;-106.1489736,way_type=user_defined:way_id=80W -edge,17764,17764;41.5704665;-106.1489736:17765;41.5699506;-106.1480889,way_type=user_defined:way_id=80W -edge,17765,17765;41.5699506;-106.1480889:17766;41.5690484;-106.1465306,way_type=user_defined:way_id=80W -edge,17766,17766;41.5690484;-106.1465306:17767;41.5686443;-106.1458403,way_type=user_defined:way_id=80W -edge,17767,17767;41.5686443;-106.1458403:17768;41.5682636;-106.1451808,way_type=user_defined:way_id=80W -edge,17768,17768;41.5682636;-106.1451808:17769;41.5680978;-106.1448902,way_type=user_defined:way_id=80W -edge,17769,17769;41.5680978;-106.1448902:17770;41.5678558;-106.1444575,way_type=user_defined:way_id=80W -edge,17770,17770;41.5678558;-106.1444575:17771;41.5677112;-106.1441932,way_type=user_defined:way_id=80W -edge,17771,17771;41.5677112;-106.1441932:17772;41.5676012;-106.1439872,way_type=user_defined:way_id=80W -edge,17772,17772;41.5676012;-106.1439872:17773;41.5675533;-106.1438943,way_type=user_defined:way_id=80W -edge,17773,17773;41.5675533;-106.1438943:17774;41.5674775;-106.1437469,way_type=user_defined:way_id=80W -edge,17774,17774;41.5674775;-106.1437469:17775;41.5673536;-106.1434952,way_type=user_defined:way_id=80W -edge,17775,17775;41.5673536;-106.1434952:17776;41.5672405;-106.1432559,way_type=user_defined:way_id=80W -edge,17776,17776;41.5672405;-106.1432559:17777;41.5671265;-106.1430067,way_type=user_defined:way_id=80W -edge,17777,17777;41.5671265;-106.1430067:17778;41.5670184;-106.1427645,way_type=user_defined:way_id=80W -edge,17778,17778;41.5670184;-106.1427645:17779;41.566906;-106.1425044,way_type=user_defined:way_id=80W -edge,17779,17779;41.566906;-106.1425044:17780;41.5668;-106.1422506,way_type=user_defined:way_id=80W -edge,17780,17780;41.5668;-106.1422506:17781;41.5667241;-106.142064,way_type=user_defined:way_id=80W -edge,17781,17781;41.5667241;-106.142064:17782;41.5665961;-106.1417404,way_type=user_defined:way_id=80W -edge,17782,17782;41.5665961;-106.1417404:17783;41.5664986;-106.1414834,way_type=user_defined:way_id=80W -edge,17783,17783;41.5664986;-106.1414834:17784;41.5664038;-106.1412243,way_type=user_defined:way_id=80W -edge,17784,17784;41.5664038;-106.1412243:17785;41.5663209;-106.14099,way_type=user_defined:way_id=80W -edge,17785,17785;41.5663209;-106.14099:17786;41.5662317;-106.1407282,way_type=user_defined:way_id=80W -edge,17786,17786;41.5662317;-106.1407282:17787;41.5661258;-106.1404025,way_type=user_defined:way_id=80W -edge,17787,17787;41.5661258;-106.1404025:17788;41.5660509;-106.1401631,way_type=user_defined:way_id=80W -edge,17788,17788;41.5660509;-106.1401631:17789;41.5659887;-106.1399582,way_type=user_defined:way_id=80W -edge,17789,17789;41.5659887;-106.1399582:17790;41.565902;-106.1396619,way_type=user_defined:way_id=80W -edge,17790,17790;41.565902;-106.1396619:17791;41.5658144;-106.1393475,way_type=user_defined:way_id=80W -edge,17791,17791;41.5658144;-106.1393475:17792;41.5657353;-106.1390467,way_type=user_defined:way_id=80W -edge,17792,17792;41.5657353;-106.1390467:17793;41.5656823;-106.1388367,way_type=user_defined:way_id=80W -edge,17793,17793;41.5656823;-106.1388367:17794;41.5656154;-106.1385614,way_type=user_defined:way_id=80W -edge,17794,17794;41.5656154;-106.1385614:17795;41.5655449;-106.1382606,way_type=user_defined:way_id=80W -edge,17795,17795;41.5655449;-106.1382606:17796;41.5655101;-106.1381059,way_type=user_defined:way_id=80W -edge,17796,17796;41.5655101;-106.1381059:17797;41.5654292;-106.1377314,way_type=user_defined:way_id=80W -edge,17797,17797;41.5654292;-106.1377314:17798;41.5653716;-106.1374433,way_type=user_defined:way_id=80W -edge,17798,17798;41.5653716;-106.1374433:17799;41.5653193;-106.1371635,way_type=user_defined:way_id=80W -edge,17799,17799;41.5653193;-106.1371635:17800;41.5652721;-106.1368932,way_type=user_defined:way_id=80W -edge,17800,17800;41.5652721;-106.1368932:17801;41.5652254;-106.1366013,way_type=user_defined:way_id=80W -edge,17801,17801;41.5652254;-106.1366013:17802;41.565186;-106.1363298,way_type=user_defined:way_id=80W -edge,17802,17802;41.565186;-106.1363298:17803;41.5650267;-106.135184,way_type=user_defined:way_id=80W -edge,17803,17803;41.5650267;-106.135184:17804;41.5649094;-106.1343262,way_type=user_defined:way_id=80W -edge,17804,17804;41.5649094;-106.1343262:17805;41.5647903;-106.133436,way_type=user_defined:way_id=80W -edge,17805,17805;41.5647903;-106.133436:17806;41.564564;-106.1317936,way_type=user_defined:way_id=80W -edge,17806,17806;41.564564;-106.1317936:17807;41.5641367;-106.1286591,way_type=user_defined:way_id=80W -edge,17807,17807;41.5641367;-106.1286591:17808;41.5639991;-106.1276256,way_type=user_defined:way_id=80W -edge,17808,17808;41.5639991;-106.1276256:17809;41.5635688;-106.1244762,way_type=user_defined:way_id=80W -edge,17809,17809;41.5635688;-106.1244762:17810;41.5633365;-106.1227554,way_type=user_defined:way_id=80W -edge,17810,17810;41.5633365;-106.1227554:17811;41.563099;-106.1210461,way_type=user_defined:way_id=80W -edge,17811,17811;41.563099;-106.1210461:17812;41.562782;-106.1187104,way_type=user_defined:way_id=80W -edge,17812,17812;41.562782;-106.1187104:17813;41.5626257;-106.1175712,way_type=user_defined:way_id=80W -edge,17813,17813;41.5626257;-106.1175712:17814;41.5623852;-106.1158693,way_type=user_defined:way_id=80W -edge,17814,17814;41.5623852;-106.1158693:17815;41.5621886;-106.1144391,way_type=user_defined:way_id=80W -edge,17815,17815;41.5621886;-106.1144391:17816;41.5621464;-106.1141582,way_type=user_defined:way_id=80W -edge,17816,17816;41.5621464;-106.1141582:17817;41.5620982;-106.1138696,way_type=user_defined:way_id=80W -edge,17817,17817;41.5620982;-106.1138696:17818;41.5620468;-106.1135915,way_type=user_defined:way_id=80W -edge,17818,17818;41.5620468;-106.1135915:17819;41.5619918;-106.1133136,way_type=user_defined:way_id=80W -edge,17819,17819;41.5619918;-106.1133136:17820;41.5619326;-106.1130265,way_type=user_defined:way_id=80W -edge,17820,17820;41.5619326;-106.1130265:17821;41.5618728;-106.1127492,way_type=user_defined:way_id=80W -edge,17821,17821;41.5618728;-106.1127492:17822;41.5618102;-106.1124711,way_type=user_defined:way_id=80W -edge,17822,17822;41.5618102;-106.1124711:17823;41.5617448;-106.1121935,way_type=user_defined:way_id=80W -edge,17823,17823;41.5617448;-106.1121935:17824;41.5616607;-106.1118533,way_type=user_defined:way_id=80W -edge,17824,17824;41.5616607;-106.1118533:17825;41.5616085;-106.111648,way_type=user_defined:way_id=80W -edge,17825,17825;41.5616085;-106.111648:17826;41.5615379;-106.1113819,way_type=user_defined:way_id=80W -edge,17826,17826;41.5615379;-106.1113819:17827;41.5614588;-106.1111005,way_type=user_defined:way_id=80W -edge,17827,17827;41.5614588;-106.1111005:17828;41.5613784;-106.11083,way_type=user_defined:way_id=80W -edge,17828,17828;41.5613784;-106.11083:17829;41.5612975;-106.1105698,way_type=user_defined:way_id=80W -edge,17829,17829;41.5612975;-106.1105698:17830;41.5612088;-106.1102932,way_type=user_defined:way_id=80W -edge,17830,17830;41.5612088;-106.1102932:17831;41.5611235;-106.1100347,way_type=user_defined:way_id=80W -edge,17831,17831;41.5611235;-106.1100347:17832;41.5610329;-106.1097688,way_type=user_defined:way_id=80W -edge,17832,17832;41.5610329;-106.1097688:17833;41.5609394;-106.109505,way_type=user_defined:way_id=80W -edge,17833,17833;41.5609394;-106.109505:17834;41.5608929;-106.1093782,way_type=user_defined:way_id=80W -edge,17834,17834;41.5608929;-106.1093782:17835;41.5608335;-106.1092172,way_type=user_defined:way_id=80W -edge,17835,17835;41.5608335;-106.1092172:17836;41.5607446;-106.1089831,way_type=user_defined:way_id=80W -edge,17836,17836;41.5607446;-106.1089831:17837;41.5606303;-106.1086916,way_type=user_defined:way_id=80W -edge,17837,17837;41.5606303;-106.1086916:17838;41.5605293;-106.1084442,way_type=user_defined:way_id=80W -edge,17838,17838;41.5605293;-106.1084442:17839;41.5604328;-106.1082168,way_type=user_defined:way_id=80W -edge,17839,17839;41.5604328;-106.1082168:17840;41.560297;-106.1079085,way_type=user_defined:way_id=80W -edge,17840,17840;41.560297;-106.1079085:17841;41.5601959;-106.1076866,way_type=user_defined:way_id=80W -edge,17841,17841;41.5601959;-106.1076866:17842;41.56009733;-106.1074763,way_type=user_defined:way_id=80W -edge,17842,17842;41.56009733;-106.1074763:17843;41.5600689;-106.1074157,way_type=user_defined:way_id=80W -edge,17843,17843;41.5600689;-106.1074157:17844;41.5599755;-106.1072204,way_type=user_defined:way_id=80W -edge,17844,17844;41.5599755;-106.1072204:17845;41.5598529;-106.1069706,way_type=user_defined:way_id=80W -edge,17845,17845;41.5598529;-106.1069706:17846;41.5597445;-106.1067551,way_type=user_defined:way_id=80W -edge,17846,17846;41.5597445;-106.1067551:17847;41.5596379;-106.1065483,way_type=user_defined:way_id=80W -edge,17847,17847;41.5596379;-106.1065483:17848;41.559499;-106.1062832,way_type=user_defined:way_id=80W -edge,17848,17848;41.559499;-106.1062832:17849;41.5592472;-106.1058082,way_type=user_defined:way_id=80W -edge,17849,17849;41.5592472;-106.1058082:17850;41.5580316;-106.1035399,way_type=user_defined:way_id=80W -edge,17850,17850;41.5580316;-106.1035399:17851;41.5573811;-106.1023201,way_type=user_defined:way_id=80W -edge,17851,17851;41.5573811;-106.1023201:17852;41.557019;-106.1016478,way_type=user_defined:way_id=80W -edge,17852,17852;41.557019;-106.1016478:17853;41.5561784;-106.1000732,way_type=user_defined:way_id=80W -edge,17853,17853;41.5561784;-106.1000732:17854;41.5549988;-106.0978774,way_type=user_defined:way_id=80W -edge,17854,17854;41.5549988;-106.0978774:17855;41.554268;-106.0965057,way_type=user_defined:way_id=80W -edge,17855,17855;41.554268;-106.0965057:17856;41.5537749;-106.0956006,way_type=user_defined:way_id=80W -edge,17856,17856;41.5537749;-106.0956006:17857;41.5531322;-106.0944161,way_type=user_defined:way_id=80W -edge,17857,17857;41.5531322;-106.0944161:17858;41.5530077;-106.0941919,way_type=user_defined:way_id=80W -edge,17858,17858;41.5530077;-106.0941919:17859;41.5528723;-106.0939545,way_type=user_defined:way_id=80W -edge,17859,17859;41.5528723;-106.0939545:17860;41.5527398;-106.0937264,way_type=user_defined:way_id=80W -edge,17860,17860;41.5527398;-106.0937264:17861;41.552605;-106.0934995,way_type=user_defined:way_id=80W -edge,17861,17861;41.552605;-106.0934995:17862;41.5524815;-106.0932976,way_type=user_defined:way_id=80W -edge,17862,17862;41.5524815;-106.0932976:17863;41.5523595;-106.093104,way_type=user_defined:way_id=80W -edge,17863,17863;41.5523595;-106.093104:17864;41.5521801;-106.0928279,way_type=user_defined:way_id=80W -edge,17864,17864;41.5521801;-106.0928279:17865;41.5519965;-106.0925577,way_type=user_defined:way_id=80W -edge,17865,17865;41.5519965;-106.0925577:17866;41.5519008;-106.0924204,way_type=user_defined:way_id=80W -edge,17866,17866;41.5519008;-106.0924204:17867;41.5517549;-106.0922174,way_type=user_defined:way_id=80W -edge,17867,17867;41.5517549;-106.0922174:17868;41.5515975;-106.0920035,way_type=user_defined:way_id=80W -edge,17868,17868;41.5515975;-106.0920035:17869;41.5514679;-106.0918311,way_type=user_defined:way_id=80W -edge,17869,17869;41.5514679;-106.0918311:17870;41.5512714;-106.0915759,way_type=user_defined:way_id=80W -edge,17870,17870;41.5512714;-106.0915759:17871;41.5511123;-106.0913767,way_type=user_defined:way_id=80W -edge,17871,17871;41.5511123;-106.0913767:17872;41.550973;-106.0912073,way_type=user_defined:way_id=80W -edge,17872,17872;41.550973;-106.0912073:17873;41.5508103;-106.0910139,way_type=user_defined:way_id=80W -edge,17873,17873;41.5508103;-106.0910139:17874;41.5506413;-106.0908179,way_type=user_defined:way_id=80W -edge,17874,17874;41.5506413;-106.0908179:17875;41.5504594;-106.0906119,way_type=user_defined:way_id=80W -edge,17875,17875;41.5504594;-106.0906119:17876;41.5503094;-106.0904456,way_type=user_defined:way_id=80W -edge,17876,17876;41.5503094;-106.0904456:17877;41.5501406;-106.0902644,way_type=user_defined:way_id=80W -edge,17877,17877;41.5501406;-106.0902644:17878;41.54876989;-106.0888429,way_type=user_defined:way_id=80W -edge,17878,17878;41.54876989;-106.0888429:17879;41.5485855;-106.0886517,way_type=user_defined:way_id=80W -edge,17879,17879;41.5485855;-106.0886517:17880;41.5478503;-106.0879013,way_type=user_defined:way_id=80W -edge,17880,17880;41.5478503;-106.0879013:17881;41.5478503;-106.0879013,way_type=user_defined:way_id=80W -edge,17881,17881;41.5478503;-106.0879013:17882;41.5472235;-106.087264,way_type=user_defined:way_id=80W -edge,17882,17882;41.5472235;-106.087264:17883;41.5463365;-106.0863524,way_type=user_defined:way_id=80W -edge,17883,17883;41.5463365;-106.0863524:17884;41.5456193;-106.0856282,way_type=user_defined:way_id=80W -edge,17884,17884;41.5456193;-106.0856282:17885;41.54535909;-106.0853604,way_type=user_defined:way_id=80W -edge,17885,17885;41.54535909;-106.0853604:17886;41.5449525;-106.0849419,way_type=user_defined:way_id=80W -edge,17886,17886;41.5449525;-106.0849419:17887;41.5446712;-106.0846548,way_type=user_defined:way_id=80W -edge,17887,17887;41.5446712;-106.0846548:17888;41.5438928;-106.0838635,way_type=user_defined:way_id=80W -edge,17888,17888;41.5438928;-106.0838635:17889;41.543418;-106.0833772,way_type=user_defined:way_id=80W -edge,17889,17889;41.543418;-106.0833772:17890;41.54304146;-106.0829979,way_type=user_defined:way_id=80W -edge,17890,17890;41.54304146;-106.0829979:17891;41.54304146;-106.0829979,way_type=user_defined:way_id=80W -edge,17891,17891;41.54304146;-106.0829979:17892;41.54274406;-106.0826907,way_type=user_defined:way_id=80W -edge,17892,17892;41.54274406;-106.0826907:17893;41.5420292;-106.0819594,way_type=user_defined:way_id=80W -edge,17893,17893;41.5420292;-106.0819594:17894;41.5411643;-106.0810697,way_type=user_defined:way_id=80W -edge,17894,17894;41.5411643;-106.0810697:17895;41.5405421;-106.0804351,way_type=user_defined:way_id=80W -edge,17895,17895;41.5405421;-106.0804351:17896;41.5398478;-106.0797236,way_type=user_defined:way_id=80W -edge,17896,17896;41.5398478;-106.0797236:17897;41.5393688;-106.0792358,way_type=user_defined:way_id=80W -edge,17897,17897;41.5393688;-106.0792358:17898;41.5393688;-106.0792358,way_type=user_defined:way_id=80W -edge,17898,17898;41.5393688;-106.0792358:17899;41.53886772;-106.078723,way_type=user_defined:way_id=80W -edge,17899,17899;41.53886772;-106.078723:17900;41.5368417;-106.0766494,way_type=user_defined:way_id=80W -edge,17900,17900;41.5368417;-106.0766494:17901;41.5345042;-106.07426,way_type=user_defined:way_id=80W -edge,17901,17901;41.5345042;-106.07426:17902;41.53363386;-106.0733713,way_type=user_defined:way_id=80W -edge,17902,17902;41.53363386;-106.0733713:17903;41.5329123;-106.0726379,way_type=user_defined:way_id=80W -edge,17903,17903;41.5329123;-106.0726379:17904;41.5324514;-106.072166,way_type=user_defined:way_id=80W -edge,17904,17904;41.5324514;-106.072166:17905;41.531931;-106.0716368,way_type=user_defined:way_id=80W -edge,17905,17905;41.531931;-106.0716368:17906;41.53142568;-106.0711154,way_type=user_defined:way_id=80W -edge,17906,17906;41.53142568;-106.0711154:17907;41.53142568;-106.0711154,way_type=user_defined:way_id=80W -edge,17907,17907;41.53142568;-106.0711154:17908;41.5311057;-106.0707855,way_type=user_defined:way_id=80W -edge,17908,17908;41.5311057;-106.0707855:17909;41.5305974;-106.0702682,way_type=user_defined:way_id=80W -edge,17909,17909;41.5305974;-106.0702682:17910;41.5304458;-106.0701087,way_type=user_defined:way_id=80W -edge,17910,17910;41.5304458;-106.0701087:17911;41.5302568;-106.0699048,way_type=user_defined:way_id=80W -edge,17911,17911;41.5302568;-106.0699048:17912;41.5301083;-106.0697409,way_type=user_defined:way_id=80W -edge,17912,17912;41.5301083;-106.0697409:17913;41.5299242;-106.0695305,way_type=user_defined:way_id=80W -edge,17913,17913;41.5299242;-106.0695305:17914;41.529781;-106.0693589,way_type=user_defined:way_id=80W -edge,17914,17914;41.529781;-106.0693589:17915;41.5296405;-106.0691833,way_type=user_defined:way_id=80W -edge,17915,17915;41.5296405;-106.0691833:17916;41.5294921;-106.0689908,way_type=user_defined:way_id=80W -edge,17916,17916;41.5294921;-106.0689908:17917;41.5293364;-106.0687805,way_type=user_defined:way_id=80W -edge,17917,17917;41.5293364;-106.0687805:17918;41.529203;-106.0685942,way_type=user_defined:way_id=80W -edge,17918,17918;41.529203;-106.0685942:17919;41.5290581;-106.0683827,way_type=user_defined:way_id=80W -edge,17919,17919;41.5290581;-106.0683827:17920;41.5289308;-106.0681885,way_type=user_defined:way_id=80W -edge,17920,17920;41.5289308;-106.0681885:17921;41.5287966;-106.0679763,way_type=user_defined:way_id=80W -edge,17921,17921;41.5287966;-106.0679763:17922;41.5286567;-106.067746,way_type=user_defined:way_id=80W -edge,17922,17922;41.5286567;-106.067746:17923;41.5285372;-106.0675419,way_type=user_defined:way_id=80W -edge,17923,17923;41.5285372;-106.0675419:17924;41.5284074;-106.0673116,way_type=user_defined:way_id=80W -edge,17924,17924;41.5284074;-106.0673116:17925;41.528298;-106.0671087,way_type=user_defined:way_id=80W -edge,17925,17925;41.528298;-106.0671087:17926;41.528175;-106.0668704,way_type=user_defined:way_id=80W -edge,17926,17926;41.528175;-106.0668704:17927;41.5280523;-106.0666211,way_type=user_defined:way_id=80W -edge,17927,17927;41.5280523;-106.0666211:17928;41.527942;-106.0663826,way_type=user_defined:way_id=80W -edge,17928,17928;41.527942;-106.0663826:17929;41.5278311;-106.0661325,way_type=user_defined:way_id=80W -edge,17929,17929;41.5278311;-106.0661325:17930;41.5277366;-106.0659125,way_type=user_defined:way_id=80W -edge,17930,17930;41.5277366;-106.0659125:17931;41.5276306;-106.0656574,way_type=user_defined:way_id=80W -edge,17931,17931;41.5276306;-106.0656574:17932;41.52754;-106.0654338,way_type=user_defined:way_id=80W -edge,17932,17932;41.52754;-106.0654338:17933;41.5274277;-106.065151,way_type=user_defined:way_id=80W -edge,17933,17933;41.5274277;-106.065151:17934;41.5271256;-106.0643726,way_type=user_defined:way_id=80W -edge,17934,17934;41.5271256;-106.0643726:17935;41.5268117;-106.0635801,way_type=user_defined:way_id=80W -edge,17935,17935;41.5268117;-106.0635801:17936;41.5266319;-106.0631313,way_type=user_defined:way_id=80W -edge,17936,17936;41.5266319;-106.0631313:17937;41.5265375;-106.0629013,way_type=user_defined:way_id=80W -edge,17937,17937;41.5265375;-106.0629013:17938;41.5264342;-106.0626561,way_type=user_defined:way_id=80W -edge,17938,17938;41.5264342;-106.0626561:17939;41.5263242;-106.0624051,way_type=user_defined:way_id=80W -edge,17939,17939;41.5263242;-106.0624051:17940;41.5262252;-106.062191,way_type=user_defined:way_id=80W -edge,17940,17940;41.5262252;-106.062191:17941;41.5261062;-106.0619477,way_type=user_defined:way_id=80W -edge,17941,17941;41.5261062;-106.0619477:17942;41.5259709;-106.0616845,way_type=user_defined:way_id=80W -edge,17942,17942;41.5259709;-106.0616845:17943;41.5258574;-106.0614715,way_type=user_defined:way_id=80W -edge,17943,17943;41.5258574;-106.0614715:17944;41.5257449;-106.0612678,way_type=user_defined:way_id=80W -edge,17944,17944;41.5257449;-106.0612678:17945;41.525613;-106.0610371,way_type=user_defined:way_id=80W -edge,17945,17945;41.525613;-106.0610371:17946;41.5254776;-106.0608101,way_type=user_defined:way_id=80W -edge,17946,17946;41.5254776;-106.0608101:17947;41.5253386;-106.0605871,way_type=user_defined:way_id=80W -edge,17947,17947;41.5253386;-106.0605871:17948;41.525201;-106.0603747,way_type=user_defined:way_id=80W -edge,17948,17948;41.525201;-106.0603747:17949;41.5250704;-106.0601803,way_type=user_defined:way_id=80W -edge,17949,17949;41.5250704;-106.0601803:17950;41.5249224;-106.0599681,way_type=user_defined:way_id=80W -edge,17950,17950;41.5249224;-106.0599681:17951;41.5247711;-106.059761,way_type=user_defined:way_id=80W -edge,17951,17951;41.5247711;-106.059761:17952;41.5246367;-106.0595845,way_type=user_defined:way_id=80W -edge,17952,17952;41.5246367;-106.0595845:17953;41.5244744;-106.05938,way_type=user_defined:way_id=80W -edge,17953,17953;41.5244744;-106.05938:17954;41.5243198;-106.0591928,way_type=user_defined:way_id=80W -edge,17954,17954;41.5243198;-106.0591928:17955;41.5241524;-106.0589973,way_type=user_defined:way_id=80W -edge,17955,17955;41.5241524;-106.0589973:17956;41.5240093;-106.0588369,way_type=user_defined:way_id=80W -edge,17956,17956;41.5240093;-106.0588369:17957;41.5238402;-106.058655,way_type=user_defined:way_id=80W -edge,17957,17957;41.5238402;-106.058655:17958;41.523662;-106.0584712,way_type=user_defined:way_id=80W -edge,17958,17958;41.523662;-106.0584712:17959;41.52353393;-106.0583446,way_type=user_defined:way_id=80W -edge,17959,17959;41.52353393;-106.0583446:17960;41.52336934;-106.0581873,way_type=user_defined:way_id=80W -edge,17960,17960;41.52336934;-106.0581873:17961;41.5231582;-106.0579968,way_type=user_defined:way_id=80W -edge,17961,17961;41.5231582;-106.0579968:17962;41.5229725;-106.0578369,way_type=user_defined:way_id=80W -edge,17962,17962;41.5229725;-106.0578369:17963;41.5227899;-106.0576868,way_type=user_defined:way_id=80W -edge,17963,17963;41.5227899;-106.0576868:17964;41.5225978;-106.0575358,way_type=user_defined:way_id=80W -edge,17964,17964;41.5225978;-106.0575358:17965;41.5224114;-106.0573958,way_type=user_defined:way_id=80W -edge,17965,17965;41.5224114;-106.0573958:17966;41.5222204;-106.057259,way_type=user_defined:way_id=80W -edge,17966,17966;41.5222204;-106.057259:17967;41.5220217;-106.0571231,way_type=user_defined:way_id=80W -edge,17967,17967;41.5220217;-106.0571231:17968;41.5218468;-106.057009,way_type=user_defined:way_id=80W -edge,17968,17968;41.5218468;-106.057009:17969;41.5216288;-106.0568751,way_type=user_defined:way_id=80W -edge,17969,17969;41.5216288;-106.0568751:17970;41.5214321;-106.0567615,way_type=user_defined:way_id=80W -edge,17970,17970;41.5214321;-106.0567615:17971;41.5212428;-106.0566577,way_type=user_defined:way_id=80W -edge,17971,17971;41.5212428;-106.0566577:17972;41.5210457;-106.0565557,way_type=user_defined:way_id=80W -edge,17972,17972;41.5210457;-106.0565557:17973;41.52082;-106.0564458,way_type=user_defined:way_id=80W -edge,17973,17973;41.52082;-106.0564458:17974;41.5206407;-106.0563641,way_type=user_defined:way_id=80W -edge,17974,17974;41.5206407;-106.0563641:17975;41.5204115;-106.0562669,way_type=user_defined:way_id=80W -edge,17975,17975;41.5204115;-106.0562669:17976;41.5202226;-106.0561929,way_type=user_defined:way_id=80W -edge,17976,17976;41.5202226;-106.0561929:17977;41.5199906;-106.05611,way_type=user_defined:way_id=80W -edge,17977,17977;41.5199906;-106.05611:17978;41.5197781;-106.0560421,way_type=user_defined:way_id=80W -edge,17978,17978;41.5197781;-106.0560421:17979;41.5195862;-106.0559862,way_type=user_defined:way_id=80W -edge,17979,17979;41.5195862;-106.0559862:17980;41.5193721;-106.0559282,way_type=user_defined:way_id=80W -edge,17980,17980;41.5193721;-106.0559282:17981;41.5189436;-106.0558184,way_type=user_defined:way_id=80W -edge,17981,17981;41.5189436;-106.0558184:17982;41.5174171;-106.0554422,way_type=user_defined:way_id=80W -edge,17982,17982;41.5174171;-106.0554422:17983;41.5163965;-106.0551973,way_type=user_defined:way_id=80W -edge,17983,17983;41.5163965;-106.0551973:17984;41.5155414;-106.0549889,way_type=user_defined:way_id=80W -edge,17984,17984;41.5155414;-106.0549889:17985;41.5148917;-106.0548336,way_type=user_defined:way_id=80W -edge,17985,17985;41.5148917;-106.0548336:17986;41.51350222;-106.0544958,way_type=user_defined:way_id=80W -edge,17986,17986;41.51350222;-106.0544958:17987;41.51350222;-106.0544958,way_type=user_defined:way_id=80W -edge,17987,17987;41.51350222;-106.0544958:17988;41.5126748;-106.0542961,way_type=user_defined:way_id=80W -edge,17988,17988;41.5126748;-106.0542961:17989;41.5116508;-106.0540445,way_type=user_defined:way_id=80W -edge,17989,17989;41.5116508;-106.0540445:17990;41.5104196;-106.05375,way_type=user_defined:way_id=80W -edge,17990,17990;41.5104196;-106.05375:17991;41.5081082;-106.053193,way_type=user_defined:way_id=80W -edge,17991,17991;41.5081082;-106.053193:17992;41.507691;-106.0530901,way_type=user_defined:way_id=80W -edge,17992,17992;41.507691;-106.0530901:17993;41.5074671;-106.0530307,way_type=user_defined:way_id=80W -edge,17993,17993;41.5074671;-106.0530307:17994;41.5072285;-106.0529625,way_type=user_defined:way_id=80W -edge,17994,17994;41.5072285;-106.0529625:17995;41.5070386;-106.0529049,way_type=user_defined:way_id=80W -edge,17995,17995;41.5070386;-106.0529049:17996;41.5068351;-106.0528401,way_type=user_defined:way_id=80W -edge,17996,17996;41.5068351;-106.0528401:17997;41.5065987;-106.0527602,way_type=user_defined:way_id=80W -edge,17997,17997;41.5065987;-106.0527602:17998;41.5064113;-106.052693,way_type=user_defined:way_id=80W -edge,17998,17998;41.5064113;-106.052693:17999;41.506196;-106.0526115,way_type=user_defined:way_id=80W -edge,17999,17999;41.506196;-106.0526115:18000;41.5059947;-106.0525307,way_type=user_defined:way_id=80W -edge,18000,18000;41.5059947;-106.0525307:18001;41.5057809;-106.0524398,way_type=user_defined:way_id=80W -edge,18001,18001;41.5057809;-106.0524398:18002;41.5055539;-106.0523383,way_type=user_defined:way_id=80W -edge,18002,18002;41.5055539;-106.0523383:18003;41.5053687;-106.0522525,way_type=user_defined:way_id=80W -edge,18003,18003;41.5053687;-106.0522525:18004;41.5051639;-106.052153,way_type=user_defined:way_id=80W -edge,18004,18004;41.5051639;-106.052153:18005;41.5049604;-106.052049,way_type=user_defined:way_id=80W -edge,18005,18005;41.5049604;-106.052049:18006;41.5047385;-106.0519306,way_type=user_defined:way_id=80W -edge,18006,18006;41.5047385;-106.0519306:18007;41.5041468;-106.0516052,way_type=user_defined:way_id=80W -edge,18007,18007;41.5041468;-106.0516052:18008;41.5034718;-106.0512267,way_type=user_defined:way_id=80W -edge,18008,18008;41.5034718;-106.0512267:18009;41.5023973;-106.0506203,way_type=user_defined:way_id=80W -edge,18009,18009;41.5023973;-106.0506203:18010;41.5017681;-106.0502695,way_type=user_defined:way_id=80W -edge,18010,18010;41.5017681;-106.0502695:18011;41.5013397;-106.0500276,way_type=user_defined:way_id=80W -edge,18011,18011;41.5013397;-106.0500276:18012;41.501162;-106.0499255,way_type=user_defined:way_id=80W -edge,18012,18012;41.501162;-106.0499255:18013;41.5007921;-106.0497066,way_type=user_defined:way_id=80W -edge,18013,18013;41.5007921;-106.0497066:18014;41.5005878;-106.0495819,way_type=user_defined:way_id=80W -edge,18014,18014;41.5005878;-106.0495819:18015;41.5003642;-106.0494412,way_type=user_defined:way_id=80W -edge,18015,18015;41.5003642;-106.0494412:18016;41.5001687;-106.0493127,way_type=user_defined:way_id=80W -edge,18016,18016;41.5001687;-106.0493127:18017;41.4999992;-106.0491959,way_type=user_defined:way_id=80W -edge,18017,18017;41.4999992;-106.0491959:18018;41.4997871;-106.049044,way_type=user_defined:way_id=80W -edge,18018,18018;41.4997871;-106.049044:18019;41.4996009;-106.0489059,way_type=user_defined:way_id=80W -edge,18019,18019;41.4996009;-106.0489059:18020;41.4994038;-106.0487545,way_type=user_defined:way_id=80W -edge,18020,18020;41.4994038;-106.0487545:18021;41.4992198;-106.0486087,way_type=user_defined:way_id=80W -edge,18021,18021;41.4992198;-106.0486087:18022;41.4990307;-106.0484546,way_type=user_defined:way_id=80W -edge,18022,18022;41.4990307;-106.0484546:18023;41.498843;-106.048298,way_type=user_defined:way_id=80W -edge,18023,18023;41.498843;-106.048298:18024;41.4986442;-106.0481284,way_type=user_defined:way_id=80W -edge,18024,18024;41.4986442;-106.0481284:18025;41.498483;-106.0479873,way_type=user_defined:way_id=80W -edge,18025,18025;41.498483;-106.0479873:18026;41.4983057;-106.0478267,way_type=user_defined:way_id=80W -edge,18026,18026;41.4983057;-106.0478267:18027;41.4981017;-106.047634,way_type=user_defined:way_id=80W -edge,18027,18027;41.4981017;-106.047634:18028;41.4979232;-106.0474598,way_type=user_defined:way_id=80W -edge,18028,18028;41.4979232;-106.0474598:18029;41.4977524;-106.0472883,way_type=user_defined:way_id=80W -edge,18029,18029;41.4977524;-106.0472883:18030;41.4975781;-106.0471077,way_type=user_defined:way_id=80W -edge,18030,18030;41.4975781;-106.0471077:18031;41.4974051;-106.0469243,way_type=user_defined:way_id=80W -edge,18031,18031;41.4974051;-106.0469243:18032;41.4972347;-106.0467383,way_type=user_defined:way_id=80W -edge,18032,18032;41.4972347;-106.0467383:18033;41.4970664;-106.0465491,way_type=user_defined:way_id=80W -edge,18033,18033;41.4970664;-106.0465491:18034;41.4969058;-106.0463625,way_type=user_defined:way_id=80W -edge,18034,18034;41.4969058;-106.0463625:18035;41.4967265;-106.0461471,way_type=user_defined:way_id=80W -edge,18035,18035;41.4967265;-106.0461471:18036;41.4965856;-106.0459738,way_type=user_defined:way_id=80W -edge,18036,18036;41.4965856;-106.0459738:18037;41.4964462;-106.0457982,way_type=user_defined:way_id=80W -edge,18037,18037;41.4964462;-106.0457982:18038;41.4962521;-106.0455479,way_type=user_defined:way_id=80W -edge,18038,18038;41.4962521;-106.0455479:18039;41.4961159;-106.0453678,way_type=user_defined:way_id=80W -edge,18039,18039;41.4961159;-106.0453678:18040;41.4959466;-106.0451382,way_type=user_defined:way_id=80W -edge,18040,18040;41.4959466;-106.0451382:18041;41.4957911;-106.0449188,way_type=user_defined:way_id=80W -edge,18041,18041;41.4957911;-106.0449188:18042;41.4956433;-106.0447029,way_type=user_defined:way_id=80W -edge,18042,18042;41.4956433;-106.0447029:18043;41.4955211;-106.0445205,way_type=user_defined:way_id=80W -edge,18043,18043;41.4955211;-106.0445205:18044;41.4953596;-106.044272,way_type=user_defined:way_id=80W -edge,18044,18044;41.4953596;-106.044272:18045;41.4952193;-106.0440493,way_type=user_defined:way_id=80W -edge,18045,18045;41.4952193;-106.0440493:18046;41.4950812;-106.0438234,way_type=user_defined:way_id=80W -edge,18046,18046;41.4950812;-106.0438234:18047;41.49490254;-106.0435216,way_type=user_defined:way_id=80W -edge,18047,18047;41.49490254;-106.0435216:18048;41.4946568;-106.0430916,way_type=user_defined:way_id=80W -edge,18048,18048;41.4946568;-106.0430916:18049;41.4941426;-106.0421761,way_type=user_defined:way_id=80W -edge,18049,18049;41.4941426;-106.0421761:18050;41.493658;-106.0413195,way_type=user_defined:way_id=80W -edge,18050,18050;41.493658;-106.0413195:18051;41.4923056;-106.0389128,way_type=user_defined:way_id=80W -edge,18051,18051;41.4923056;-106.0389128:18052;41.4918166;-106.0380405,way_type=user_defined:way_id=80W -edge,18052,18052;41.4918166;-106.0380405:18053;41.4915459;-106.0375466,way_type=user_defined:way_id=80W -edge,18053,18053;41.4915459;-106.0375466:18054;41.4913044;-106.0370972,way_type=user_defined:way_id=80W -edge,18054,18054;41.4913044;-106.0370972:18055;41.4909163;-106.0363654,way_type=user_defined:way_id=80W -edge,18055,18055;41.4909163;-106.0363654:18056;41.4902989;-106.0352138,way_type=user_defined:way_id=80W -edge,18056,18056;41.4902989;-106.0352138:18057;41.4897027;-106.0340862,way_type=user_defined:way_id=80W -edge,18057,18057;41.4897027;-106.0340862:18058;41.4893097;-106.033351,way_type=user_defined:way_id=80W -edge,18058,18058;41.4893097;-106.033351:18059;41.48776577;-106.0304346,way_type=user_defined:way_id=80W -edge,18059,18059;41.48776577;-106.0304346:18060;41.4873965;-106.0297436,way_type=user_defined:way_id=80W -edge,18060,18060;41.4873965;-106.0297436:18061;41.48683;-106.028675,way_type=user_defined:way_id=80W -edge,18061,18061;41.48683;-106.028675:18062;41.4864017;-106.0278737,way_type=user_defined:way_id=80W -edge,18062,18062;41.4864017;-106.0278737:18063;41.4860081;-106.0271317,way_type=user_defined:way_id=80W -edge,18063,18063;41.4860081;-106.0271317:18064;41.4854079;-106.0260115,way_type=user_defined:way_id=80W -edge,18064,18064;41.4854079;-106.0260115:18065;41.48493845;-106.0251216,way_type=user_defined:way_id=80W -edge,18065,18065;41.48493845;-106.0251216:18066;41.48493845;-106.0251216,way_type=user_defined:way_id=80W -edge,18066,18066;41.48493845;-106.0251216:18067;41.4846731;-106.0246201,way_type=user_defined:way_id=80W -edge,18067,18067;41.4846731;-106.0246201:18068;41.4843871;-106.0240853,way_type=user_defined:way_id=80W -edge,18068,18068;41.4843871;-106.0240853:18069;41.4838908;-106.0231478,way_type=user_defined:way_id=80W -edge,18069,18069;41.4838908;-106.0231478:18070;41.4830784;-106.0216231,way_type=user_defined:way_id=80W -edge,18070,18070;41.4830784;-106.0216231:18071;41.4827484;-106.0209978,way_type=user_defined:way_id=80W -edge,18071,18071;41.4827484;-106.0209978:18072;41.4820194;-106.0196253,way_type=user_defined:way_id=80W -edge,18072,18072;41.4820194;-106.0196253:18073;41.48194788;-106.0194899,way_type=user_defined:way_id=80W -edge,18073,18073;41.48194788;-106.0194899:18074;41.4817868;-106.0191849,way_type=user_defined:way_id=80W -edge,18074,18074;41.4817868;-106.0191849:18075;41.481185;-106.0180383,way_type=user_defined:way_id=80W -edge,18075,18075;41.481185;-106.0180383:18076;41.4803901;-106.0165486,way_type=user_defined:way_id=80W -edge,18076,18076;41.4803901;-106.0165486:18077;41.4795984;-106.0150608,way_type=user_defined:way_id=80W -edge,18077,18077;41.4795984;-106.0150608:18078;41.4790785;-106.0140893,way_type=user_defined:way_id=80W -edge,18078,18078;41.4790785;-106.0140893:18079;41.4781554;-106.0123496,way_type=user_defined:way_id=80W -edge,18079,18079;41.4781554;-106.0123496:18080;41.477543;-106.0111838,way_type=user_defined:way_id=80W -edge,18080,18080;41.477543;-106.0111838:18081;41.4770521;-106.0102708,way_type=user_defined:way_id=80W -edge,18081,18081;41.4770521;-106.0102708:18082;41.476441;-106.0091192,way_type=user_defined:way_id=80W -edge,18082,18082;41.476441;-106.0091192:18083;41.4761745;-106.0086129,way_type=user_defined:way_id=80W -edge,18083,18083;41.4761745;-106.0086129:18084;41.475605;-106.0075448,way_type=user_defined:way_id=80W -edge,18084,18084;41.475605;-106.0075448:18085;41.4752322;-106.0068403,way_type=user_defined:way_id=80W -edge,18085,18085;41.4752322;-106.0068403:18086;41.4742367;-106.0049788,way_type=user_defined:way_id=80W -edge,18086,18086;41.4742367;-106.0049788:18087;41.4728237;-106.0023069,way_type=user_defined:way_id=80W -edge,18087,18087;41.4728237;-106.0023069:18088;41.4719317;-106.0006349,way_type=user_defined:way_id=80W -edge,18088,18088;41.4719317;-106.0006349:18089;41.4711905;-105.9992298,way_type=user_defined:way_id=80W -edge,18089,18089;41.4711905;-105.9992298:18090;41.4707696;-105.9984377,way_type=user_defined:way_id=80W -edge,18090,18090;41.4707696;-105.9984377:18091;41.4703306;-105.9976049,way_type=user_defined:way_id=80W -edge,18091,18091;41.4703306;-105.9976049:18092;41.4696115;-105.9962478,way_type=user_defined:way_id=80W -edge,18092,18092;41.4696115;-105.9962478:18093;41.4686284;-105.9944193,way_type=user_defined:way_id=80W -edge,18093,18093;41.4686284;-105.9944193:18094;41.4675038;-105.9922946,way_type=user_defined:way_id=80W -edge,18094,18094;41.4675038;-105.9922946:18095;41.4667974;-105.9909662,way_type=user_defined:way_id=80W -edge,18095,18095;41.4667974;-105.9909662:18096;41.4654008;-105.9883308,way_type=user_defined:way_id=80W -edge,18096,18096;41.4654008;-105.9883308:18097;41.4649495;-105.9874719,way_type=user_defined:way_id=80W -edge,18097,18097;41.4649495;-105.9874719:18098;41.4646502;-105.9869058,way_type=user_defined:way_id=80W -edge,18098,18098;41.4646502;-105.9869058:18099;41.464067;-105.9858193,way_type=user_defined:way_id=80W -edge,18099,18099;41.464067;-105.9858193:18100;41.4635805;-105.9849091,way_type=user_defined:way_id=80W -edge,18100,18100;41.4635805;-105.9849091:18101;41.4634516;-105.9846703,way_type=user_defined:way_id=80W -edge,18101,18101;41.4634516;-105.9846703:18102;41.4633261;-105.9844442,way_type=user_defined:way_id=80W -edge,18102,18102;41.4633261;-105.9844442:18103;41.4632089;-105.9842403,way_type=user_defined:way_id=80W -edge,18103,18103;41.4632089;-105.9842403:18104;41.4630617;-105.9839925,way_type=user_defined:way_id=80W -edge,18104,18104;41.4630617;-105.9839925:18105;41.462936;-105.9837879,way_type=user_defined:way_id=80W -edge,18105,18105;41.462936;-105.9837879:18106;41.4627999;-105.9835728,way_type=user_defined:way_id=80W -edge,18106,18106;41.4627999;-105.9835728:18107;41.4626568;-105.9833532,way_type=user_defined:way_id=80W -edge,18107,18107;41.4626568;-105.9833532:18108;41.4625153;-105.9831437,way_type=user_defined:way_id=80W -edge,18108,18108;41.4625153;-105.9831437:18109;41.4623855;-105.9829578,way_type=user_defined:way_id=80W -edge,18109,18109;41.4623855;-105.9829578:18110;41.4622339;-105.9827471,way_type=user_defined:way_id=80W -edge,18110,18110;41.4622339;-105.9827471:18111;41.4620799;-105.9825389,way_type=user_defined:way_id=80W -edge,18111,18111;41.4620799;-105.9825389:18112;41.461944;-105.9823596,way_type=user_defined:way_id=80W -edge,18112,18112;41.461944;-105.9823596:18113;41.461764;-105.9821319,way_type=user_defined:way_id=80W -edge,18113,18113;41.461764;-105.9821319:18114;41.461627;-105.9819662,way_type=user_defined:way_id=80W -edge,18114,18114;41.461627;-105.9819662:18115;41.4614602;-105.9817717,way_type=user_defined:way_id=80W -edge,18115,18115;41.4614602;-105.9817717:18116;41.4613008;-105.9815937,way_type=user_defined:way_id=80W -edge,18116,18116;41.4613008;-105.9815937:18117;41.4611294;-105.981408,way_type=user_defined:way_id=80W -edge,18117,18117;41.4611294;-105.981408:18118;41.4609616;-105.9812315,way_type=user_defined:way_id=80W -edge,18118,18118;41.4609616;-105.9812315:18119;41.460787;-105.9810519,way_type=user_defined:way_id=80W -edge,18119,18119;41.460787;-105.9810519:18120;41.4602883;-105.980552,way_type=user_defined:way_id=80W -edge,18120,18120;41.4602883;-105.980552:18121;41.4596554;-105.979926,way_type=user_defined:way_id=80W -edge,18121,18121;41.4596554;-105.979926:18122;41.458233;-105.9785408,way_type=user_defined:way_id=80W -edge,18122,18122;41.458233;-105.9785408:18123;41.4573638;-105.977684,way_type=user_defined:way_id=80W -edge,18123,18123;41.4573638;-105.977684:18124;41.4560918;-105.9764398,way_type=user_defined:way_id=80W -edge,18124,18124;41.4560918;-105.9764398:18125;41.4551547;-105.9755137,way_type=user_defined:way_id=80W -edge,18125,18125;41.4551547;-105.9755137:18126;41.4546288;-105.9749967,way_type=user_defined:way_id=80W -edge,18126,18126;41.4546288;-105.9749967:18127;41.4541476;-105.9745192,way_type=user_defined:way_id=80W -edge,18127,18127;41.4541476;-105.9745192:18128;41.4530781;-105.9734652,way_type=user_defined:way_id=80W -edge,18128,18128;41.4530781;-105.9734652:18129;41.4525508;-105.9729525,way_type=user_defined:way_id=80W -edge,18129,18129;41.4525508;-105.9729525:18130;41.4520653;-105.9724705,way_type=user_defined:way_id=80W -edge,18130,18130;41.4520653;-105.9724705:18131;41.4514051;-105.9718242,way_type=user_defined:way_id=80W -edge,18131,18131;41.4514051;-105.9718242:18132;41.450138;-105.9705761,way_type=user_defined:way_id=80W -edge,18132,18132;41.450138;-105.9705761:18133;41.4489074;-105.9693722,way_type=user_defined:way_id=80W -edge,18133,18133;41.4489074;-105.9693722:18134;41.4482521;-105.9687289,way_type=user_defined:way_id=80W -edge,18134,18134;41.4482521;-105.9687289:18135;41.4478589;-105.9683369,way_type=user_defined:way_id=80W -edge,18135,18135;41.4478589;-105.9683369:18136;41.4476684;-105.9681431,way_type=user_defined:way_id=80W -edge,18136,18136;41.4476684;-105.9681431:18137;41.4475137;-105.9679832,way_type=user_defined:way_id=80W -edge,18137,18137;41.4475137;-105.9679832:18138;41.4473436;-105.9678016,way_type=user_defined:way_id=80W -edge,18138,18138;41.4473436;-105.9678016:18139;41.4472033;-105.9676452,way_type=user_defined:way_id=80W -edge,18139,18139;41.4472033;-105.9676452:18140;41.4470126;-105.9674232,way_type=user_defined:way_id=80W -edge,18140,18140;41.4470126;-105.9674232:18141;41.4468521;-105.9672271,way_type=user_defined:way_id=80W -edge,18141,18141;41.4468521;-105.9672271:18142;41.4466953;-105.9670272,way_type=user_defined:way_id=80W -edge,18142,18142;41.4466953;-105.9670272:18143;41.4465612;-105.96685,way_type=user_defined:way_id=80W -edge,18143,18143;41.4465612;-105.96685:18144;41.4463856;-105.9666097,way_type=user_defined:way_id=80W -edge,18144,18144;41.4463856;-105.9666097:18145;41.4462427;-105.9664051,way_type=user_defined:way_id=80W -edge,18145,18145;41.4462427;-105.9664051:18146;41.4461324;-105.96624,way_type=user_defined:way_id=80W -edge,18146,18146;41.4461324;-105.96624:18147;41.445973;-105.965992,way_type=user_defined:way_id=80W -edge,18147,18147;41.445973;-105.965992:18148;41.4458049;-105.9657165,way_type=user_defined:way_id=80W -edge,18148,18148;41.4458049;-105.9657165:18149;41.4457031;-105.9655426,way_type=user_defined:way_id=80W -edge,18149,18149;41.4457031;-105.9655426:18150;41.4455747;-105.9653108,way_type=user_defined:way_id=80W -edge,18150,18150;41.4455747;-105.9653108:18151;41.4454471;-105.9650685,way_type=user_defined:way_id=80W -edge,18151,18151;41.4454471;-105.9650685:18152;41.4453269;-105.9648306,way_type=user_defined:way_id=80W -edge,18152,18152;41.4453269;-105.9648306:18153;41.4452068;-105.9645811,way_type=user_defined:way_id=80W -edge,18153,18153;41.4452068;-105.9645811:18154;41.4450976;-105.9643442,way_type=user_defined:way_id=80W -edge,18154,18154;41.4450976;-105.9643442:18155;41.4449876;-105.9640987,way_type=user_defined:way_id=80W -edge,18155,18155;41.4449876;-105.9640987:18156;41.4448754;-105.9638405,way_type=user_defined:way_id=80W -edge,18156,18156;41.4448754;-105.9638405:18157;41.4447709;-105.9635886,way_type=user_defined:way_id=80W -edge,18157,18157;41.4447709;-105.9635886:18158;41.4447446;-105.9635202,way_type=user_defined:way_id=80W -edge,18158,18158;41.4447446;-105.9635202:18159;41.4446693;-105.9633236,way_type=user_defined:way_id=80W -edge,18159,18159;41.4446693;-105.9633236:18160;41.4445764;-105.9630625,way_type=user_defined:way_id=80W -edge,18160,18160;41.4445764;-105.9630625:18161;41.4444911;-105.9628083,way_type=user_defined:way_id=80W -edge,18161,18161;41.4444911;-105.9628083:18162;41.4444064;-105.9625421,way_type=user_defined:way_id=80W -edge,18162,18162;41.4444064;-105.9625421:18163;41.444323;-105.9622647,way_type=user_defined:way_id=80W -edge,18163,18163;41.444323;-105.9622647:18164;41.4442453;-105.9619922,way_type=user_defined:way_id=80W -edge,18164,18164;41.4442453;-105.9619922:18165;41.4441745;-105.961729,way_type=user_defined:way_id=80W -edge,18165,18165;41.4441745;-105.961729:18166;41.4441049;-105.9614537,way_type=user_defined:way_id=80W -edge,18166,18166;41.4441049;-105.9614537:18167;41.444038;-105.9611774,way_type=user_defined:way_id=80W -edge,18167,18167;41.444038;-105.9611774:18168;41.4439737;-105.9609004,way_type=user_defined:way_id=80W -edge,18168,18168;41.4439737;-105.9609004:18169;41.4439131;-105.9606318,way_type=user_defined:way_id=80W -edge,18169,18169;41.4439131;-105.9606318:18170;41.4437284;-105.9597874,way_type=user_defined:way_id=80W -edge,18170,18170;41.4437284;-105.9597874:18171;41.4435423;-105.9589513,way_type=user_defined:way_id=80W -edge,18171,18171;41.4435423;-105.9589513:18172;41.4432545;-105.9576337,way_type=user_defined:way_id=80W -edge,18172,18172;41.4432545;-105.9576337:18173;41.443045;-105.9566975,way_type=user_defined:way_id=80W -edge,18173,18173;41.443045;-105.9566975:18174;41.4429537;-105.9562836,way_type=user_defined:way_id=80W -edge,18174,18174;41.4429537;-105.9562836:18175;41.4424802;-105.9541064,way_type=user_defined:way_id=80W -edge,18175,18175;41.4424802;-105.9541064:18176;41.4423861;-105.9536737,way_type=user_defined:way_id=80W -edge,18176,18176;41.4423861;-105.9536737:18177;41.4423282;-105.9533957,way_type=user_defined:way_id=80W -edge,18177,18177;41.4423282;-105.9533957:18178;41.4422732;-105.9531162,way_type=user_defined:way_id=80W -edge,18178,18178;41.4422732;-105.9531162:18179;41.4422197;-105.9528284,way_type=user_defined:way_id=80W -edge,18179,18179;41.4422197;-105.9528284:18180;41.4421663;-105.9525207,way_type=user_defined:way_id=80W -edge,18180,18180;41.4421663;-105.9525207:18181;41.4421248;-105.9522686,way_type=user_defined:way_id=80W -edge,18181,18181;41.4421248;-105.9522686:18182;41.4421248;-105.9522686,way_type=user_defined:way_id=80W -edge,18182,18182;41.4421248;-105.9522686:18183;41.442036;-105.9516988,way_type=user_defined:way_id=80W -edge,18183,18183;41.442036;-105.9516988:18184;41.4419085;-105.9508398,way_type=user_defined:way_id=80W -edge,18184,18184;41.4419085;-105.9508398:18185;41.4417422;-105.9497398,way_type=user_defined:way_id=80W -edge,18185,18185;41.4417422;-105.9497398:18186;41.4414824;-105.9479663,way_type=user_defined:way_id=80W -edge,18186,18186;41.4414824;-105.9479663:18187;41.44139969;-105.9474068,way_type=user_defined:way_id=80W -edge,18187,18187;41.44139969;-105.9474068:18188;41.4411562;-105.9457596,way_type=user_defined:way_id=80W -edge,18188,18188;41.4411562;-105.9457596:18189;41.4410073;-105.9447608,way_type=user_defined:way_id=80W -edge,18189,18189;41.4410073;-105.9447608:18190;41.44084192;-105.9436276,way_type=user_defined:way_id=80W -edge,18190,18190;41.44084192;-105.9436276:18191;41.44084192;-105.9436276,way_type=user_defined:way_id=80W -edge,18191,18191;41.44084192;-105.9436276:18192;41.4406907;-105.9425952,way_type=user_defined:way_id=80W -edge,18192,18192;41.4406907;-105.9425952:18193;41.4402793;-105.9398305,way_type=user_defined:way_id=80W -edge,18193,18193;41.4402793;-105.9398305:18194;41.44018958;-105.9392152,way_type=user_defined:way_id=80W -edge,18194,18194;41.44018958;-105.9392152:18195;41.4399486;-105.9375624,way_type=user_defined:way_id=80W -edge,18195,18195;41.4399486;-105.9375624:18196;41.4397883;-105.936453,way_type=user_defined:way_id=80W -edge,18196,18196;41.4397883;-105.936453:18197;41.4397883;-105.936453,way_type=user_defined:way_id=80W -edge,18197,18197;41.4397883;-105.936453:18198;41.43965235;-105.9355396,way_type=user_defined:way_id=80W -edge,18198,18198;41.43965235;-105.9355396:18199;41.4396148;-105.9352873,way_type=user_defined:way_id=80W -edge,18199,18199;41.4396148;-105.9352873:18200;41.4393668;-105.9335793,way_type=user_defined:way_id=80W -edge,18200,18200;41.4393668;-105.9335793:18201;41.43879396;-105.9297307,way_type=user_defined:way_id=80W -edge,18201,18201;41.43879396;-105.9297307:18202;41.4385472;-105.9280377,way_type=user_defined:way_id=80W -edge,18202,18202;41.4385472;-105.9280377:18203;41.438246;-105.9260038,way_type=user_defined:way_id=80W -edge,18203,18203;41.438246;-105.9260038:18204;41.4381078;-105.9250897,way_type=user_defined:way_id=80W -edge,18204,18204;41.4381078;-105.9250897:18205;41.4379747;-105.9241956,way_type=user_defined:way_id=80W -edge,18205,18205;41.4379747;-105.9241956:18206;41.4378855;-105.9235892,way_type=user_defined:way_id=80W -edge,18206,18206;41.4378855;-105.9235892:18207;41.4376902;-105.9222421,way_type=user_defined:way_id=80W -edge,18207,18207;41.4376902;-105.9222421:18208;41.4374737;-105.9207969,way_type=user_defined:way_id=80W -edge,18208,18208;41.4374737;-105.9207969:18209;41.4371859;-105.9188407,way_type=user_defined:way_id=80W -edge,18209,18209;41.4371859;-105.9188407:18210;41.4369812;-105.917485,way_type=user_defined:way_id=80W -edge,18210,18210;41.4369812;-105.917485:18211;41.4368055;-105.9162787,way_type=user_defined:way_id=80W -edge,18211,18211;41.4368055;-105.9162787:18212;41.4365105;-105.9142838,way_type=user_defined:way_id=80W -edge,18212,18212;41.4365105;-105.9142838:18213;41.4361843;-105.9120539,way_type=user_defined:way_id=80W -edge,18213,18213;41.4361843;-105.9120539:18214;41.4359302;-105.9103433,way_type=user_defined:way_id=80W -edge,18214,18214;41.4359302;-105.9103433:18215;41.4356409;-105.9083576,way_type=user_defined:way_id=80W -edge,18215,18215;41.4356409;-105.9083576:18216;41.4352911;-105.9060137,way_type=user_defined:way_id=80W -edge,18216,18216;41.4352911;-105.9060137:18217;41.4351045;-105.9047356,way_type=user_defined:way_id=80W -edge,18217,18217;41.4351045;-105.9047356:18218;41.4347897;-105.9025977,way_type=user_defined:way_id=80W -edge,18218,18218;41.4347897;-105.9025977:18219;41.4346259;-105.9015011,way_type=user_defined:way_id=80W -edge,18219,18219;41.4346259;-105.9015011:18220;41.4344645;-105.9004081,way_type=user_defined:way_id=80W -edge,18220,18220;41.4344645;-105.9004081:18221;41.4342939;-105.8992724,way_type=user_defined:way_id=80W -edge,18221,18221;41.4342939;-105.8992724:18222;41.4341269;-105.898133,way_type=user_defined:way_id=80W -edge,18222,18222;41.4341269;-105.898133:18223;41.4339557;-105.8969954,way_type=user_defined:way_id=80W -edge,18223,18223;41.4339557;-105.8969954:18224;41.4337888;-105.8958612,way_type=user_defined:way_id=80W -edge,18224,18224;41.4337888;-105.8958612:18225;41.4337438;-105.8955692,way_type=user_defined:way_id=80W -edge,18225,18225;41.4337438;-105.8955692:18226;41.4336978;-105.8952871,way_type=user_defined:way_id=80W -edge,18226,18226;41.4336978;-105.8952871:18227;41.433649;-105.8950065,way_type=user_defined:way_id=80W -edge,18227,18227;41.433649;-105.8950065:18228;41.433597;-105.8947262,way_type=user_defined:way_id=80W -edge,18228,18228;41.433597;-105.8947262:18229;41.433542;-105.8944473,way_type=user_defined:way_id=80W -edge,18229,18229;41.433542;-105.8944473:18230;41.4334918;-105.8942043,way_type=user_defined:way_id=80W -edge,18230,18230;41.4334918;-105.8942043:18231;41.4334299;-105.8939175,way_type=user_defined:way_id=80W -edge,18231,18231;41.4334299;-105.8939175:18232;41.433361;-105.8936121,way_type=user_defined:way_id=80W -edge,18232,18232;41.433361;-105.8936121:18233;41.4332805;-105.8932696,way_type=user_defined:way_id=80W -edge,18233,18233;41.4332805;-105.8932696:18234;41.433229;-105.8930577,way_type=user_defined:way_id=80W -edge,18234,18234;41.433229;-105.8930577:18235;41.433177;-105.8928531,way_type=user_defined:way_id=80W -edge,18235,18235;41.433177;-105.8928531:18236;41.4330859;-105.8925067,way_type=user_defined:way_id=80W -edge,18236,18236;41.4330859;-105.8925067:18237;41.4330124;-105.8922412,way_type=user_defined:way_id=80W -edge,18237,18237;41.4330124;-105.8922412:18238;41.4329304;-105.8919597,way_type=user_defined:way_id=80W -edge,18238,18238;41.4329304;-105.8919597:18239;41.4328502;-105.8916976,way_type=user_defined:way_id=80W -edge,18239,18239;41.4328502;-105.8916976:18240;41.4327667;-105.8914373,way_type=user_defined:way_id=80W -edge,18240,18240;41.4327667;-105.8914373:18241;41.4326774;-105.8911701,way_type=user_defined:way_id=80W -edge,18241,18241;41.4326774;-105.8911701:18242;41.4325851;-105.890905,way_type=user_defined:way_id=80W -edge,18242,18242;41.4325851;-105.890905:18243;41.4324804;-105.8906166,way_type=user_defined:way_id=80W -edge,18243,18243;41.4324804;-105.8906166:18244;41.4323931;-105.8903825,way_type=user_defined:way_id=80W -edge,18244,18244;41.4323931;-105.8903825:18245;41.4323072;-105.8901571,way_type=user_defined:way_id=80W -edge,18245,18245;41.4323072;-105.8901571:18246;41.4321941;-105.8898675,way_type=user_defined:way_id=80W -edge,18246,18246;41.4321941;-105.8898675:18247;41.4319926;-105.8893647,way_type=user_defined:way_id=80W -edge,18247,18247;41.4319926;-105.8893647:18248;41.4318854;-105.8891016,way_type=user_defined:way_id=80W -edge,18248,18248;41.4318854;-105.8891016:18249;41.4314796;-105.8881223,way_type=user_defined:way_id=80W -edge,18249,18249;41.4314796;-105.8881223:18250;41.4309452;-105.8868151,way_type=user_defined:way_id=80W -edge,18250,18250;41.4309452;-105.8868151:18251;41.4299807;-105.88448,way_type=user_defined:way_id=80W -edge,18251,18251;41.4299807;-105.88448:18252;41.4295583;-105.8834531,way_type=user_defined:way_id=80W -edge,18252,18252;41.4295583;-105.8834531:18253;41.4286579;-105.8812714,way_type=user_defined:way_id=80W -edge,18253,18253;41.4286579;-105.8812714:18254;41.4281384;-105.8800039,way_type=user_defined:way_id=80W -edge,18254,18254;41.4281384;-105.8800039:18255;41.42801713;-105.8797113,way_type=user_defined:way_id=80W -edge,18255,18255;41.42801713;-105.8797113:18256;41.4273078;-105.8780001,way_type=user_defined:way_id=80W -edge,18256,18256;41.4273078;-105.8780001:18257;41.42659;-105.8762531,way_type=user_defined:way_id=80W -edge,18257,18257;41.42659;-105.8762531:18258;41.4261453;-105.8751758,way_type=user_defined:way_id=80W -edge,18258,18258;41.4261453;-105.8751758:18259;41.4257412;-105.8741907,way_type=user_defined:way_id=80W -edge,18259,18259;41.4257412;-105.8741907:18260;41.4253337;-105.8732028,way_type=user_defined:way_id=80W -edge,18260,18260;41.4253337;-105.8732028:18261;41.4247498;-105.8717769,way_type=user_defined:way_id=80W -edge,18261,18261;41.4247498;-105.8717769:18262;41.4236604;-105.8691417,way_type=user_defined:way_id=80W -edge,18262,18262;41.4236604;-105.8691417:18263;41.4231148;-105.8678139,way_type=user_defined:way_id=80W -edge,18263,18263;41.4231148;-105.8678139:18264;41.4222866;-105.8658064,way_type=user_defined:way_id=80W -edge,18264,18264;41.4222866;-105.8658064:18265;41.421856;-105.8647543,way_type=user_defined:way_id=80W -edge,18265,18265;41.421856;-105.8647543:18266;41.4211395;-105.8630139,way_type=user_defined:way_id=80W -edge,18266,18266;41.4211395;-105.8630139:18267;41.4204616;-105.8613776,way_type=user_defined:way_id=80W -edge,18267,18267;41.4204616;-105.8613776:18268;41.4199294;-105.8600791,way_type=user_defined:way_id=80W -edge,18268,18268;41.4199294;-105.8600791:18269;41.4191947;-105.8583022,way_type=user_defined:way_id=80W -edge,18269,18269;41.4191947;-105.8583022:18270;41.4186993;-105.8570869,way_type=user_defined:way_id=80W -edge,18270,18270;41.4186993;-105.8570869:18271;41.4181714;-105.855815,way_type=user_defined:way_id=80W -edge,18271,18271;41.4181714;-105.855815:18272;41.4172168;-105.8534941,way_type=user_defined:way_id=80W -edge,18272,18272;41.4172168;-105.8534941:18273;41.4168887;-105.8527019,way_type=user_defined:way_id=80W -edge,18273,18273;41.4168887;-105.8527019:18274;41.416366;-105.8514255,way_type=user_defined:way_id=80W -edge,18274,18274;41.416366;-105.8514255:18275;41.4157215;-105.8498747,way_type=user_defined:way_id=80W -edge,18275,18275;41.4157215;-105.8498747:18276;41.4153087;-105.8488665,way_type=user_defined:way_id=80W -edge,18276,18276;41.4153087;-105.8488665:18277;41.4146404;-105.847244,way_type=user_defined:way_id=80W -edge,18277,18277;41.4146404;-105.847244:18278;41.4139769;-105.8456399,way_type=user_defined:way_id=80W -edge,18278,18278;41.4139769;-105.8456399:18279;41.41391844;-105.8454973,way_type=user_defined:way_id=80W -edge,18279,18279;41.41391844;-105.8454973:18280;41.4134659;-105.8443938,way_type=user_defined:way_id=80W -edge,18280,18280;41.4134659;-105.8443938:18281;41.413285;-105.8439563,way_type=user_defined:way_id=80W -edge,18281,18281;41.413285;-105.8439563:18282;41.413072;-105.8434442,way_type=user_defined:way_id=80W -edge,18282,18282;41.413072;-105.8434442:18283;41.4127239;-105.842617,way_type=user_defined:way_id=80W -edge,18283,18283;41.4127239;-105.842617:18284;41.412408;-105.8418539,way_type=user_defined:way_id=80W -edge,18284,18284;41.412408;-105.8418539:18285;41.4123049;-105.8416093,way_type=user_defined:way_id=80W -edge,18285,18285;41.4123049;-105.8416093:18286;41.4121931;-105.8413501,way_type=user_defined:way_id=80W -edge,18286,18286;41.4121931;-105.8413501:18287;41.4120297;-105.8409863,way_type=user_defined:way_id=80W -edge,18287,18287;41.4120297;-105.8409863:18288;41.4119732;-105.840863,way_type=user_defined:way_id=80W -edge,18288,18288;41.4119732;-105.840863:18289;41.4118579;-105.8406183,way_type=user_defined:way_id=80W -edge,18289,18289;41.4118579;-105.8406183:18290;41.4117365;-105.8403684,way_type=user_defined:way_id=80W -edge,18290,18290;41.4117365;-105.8403684:18291;41.4116205;-105.8401365,way_type=user_defined:way_id=80W -edge,18291,18291;41.4116205;-105.8401365:18292;41.4114948;-105.8398912,way_type=user_defined:way_id=80W -edge,18292,18292;41.4114948;-105.8398912:18293;41.4113708;-105.8396561,way_type=user_defined:way_id=80W -edge,18293,18293;41.4113708;-105.8396561:18294;41.4112444;-105.8394233,way_type=user_defined:way_id=80W -edge,18294,18294;41.4112444;-105.8394233:18295;41.4111113;-105.8391853,way_type=user_defined:way_id=80W -edge,18295,18295;41.4111113;-105.8391853:18296;41.4109798;-105.8389578,way_type=user_defined:way_id=80W -edge,18296,18296;41.4109798;-105.8389578:18297;41.4108588;-105.8387558,way_type=user_defined:way_id=80W -edge,18297,18297;41.4108588;-105.8387558:18298;41.4107214;-105.8385337,way_type=user_defined:way_id=80W -edge,18298,18298;41.4107214;-105.8385337:18299;41.4105633;-105.8382858,way_type=user_defined:way_id=80W -edge,18299,18299;41.4105633;-105.8382858:18300;41.4104353;-105.8380905,way_type=user_defined:way_id=80W -edge,18300,18300;41.4104353;-105.8380905:18301;41.4102767;-105.8378541,way_type=user_defined:way_id=80W -edge,18301,18301;41.4102767;-105.8378541:18302;41.4101452;-105.8376623,way_type=user_defined:way_id=80W -edge,18302,18302;41.4101452;-105.8376623:18303;41.4100018;-105.8374578,way_type=user_defined:way_id=80W -edge,18303,18303;41.4100018;-105.8374578:18304;41.409847;-105.8372423,way_type=user_defined:way_id=80W -edge,18304,18304;41.409847;-105.8372423:18305;41.4096792;-105.8370159,way_type=user_defined:way_id=80W -edge,18305,18305;41.4096792;-105.8370159:18306;41.4095398;-105.8368332,way_type=user_defined:way_id=80W -edge,18306,18306;41.4095398;-105.8368332:18307;41.4094028;-105.8366587,way_type=user_defined:way_id=80W -edge,18307,18307;41.4094028;-105.8366587:18308;41.4092229;-105.8364366,way_type=user_defined:way_id=80W -edge,18308,18308;41.4092229;-105.8364366:18309;41.4090606;-105.8362433,way_type=user_defined:way_id=80W -edge,18309,18309;41.4090606;-105.8362433:18310;41.4088752;-105.8360288,way_type=user_defined:way_id=80W -edge,18310,18310;41.4088752;-105.8360288:18311;41.4087307;-105.8358658,way_type=user_defined:way_id=80W -edge,18311,18311;41.4087307;-105.8358658:18312;41.4085635;-105.8356811,way_type=user_defined:way_id=80W -edge,18312,18312;41.4085635;-105.8356811:18313;41.4083949;-105.8354978,way_type=user_defined:way_id=80W -edge,18313,18313;41.4083949;-105.8354978:18314;41.4082194;-105.8353118,way_type=user_defined:way_id=80W -edge,18314,18314;41.4082194;-105.8353118:18315;41.4080527;-105.8351415,way_type=user_defined:way_id=80W -edge,18315,18315;41.4080527;-105.8351415:18316;41.4078497;-105.834943,way_type=user_defined:way_id=80W -edge,18316,18316;41.4078497;-105.834943:18317;41.4077009;-105.8348034,way_type=user_defined:way_id=80W -edge,18317,18317;41.4077009;-105.8348034:18318;41.4075159;-105.8346357,way_type=user_defined:way_id=80W -edge,18318,18318;41.4075159;-105.8346357:18319;41.4073353;-105.8344763,way_type=user_defined:way_id=80W -edge,18319,18319;41.4073353;-105.8344763:18320;41.4071718;-105.8343346,way_type=user_defined:way_id=80W -edge,18320,18320;41.4071718;-105.8343346:18321;41.4064175;-105.8336869,way_type=user_defined:way_id=80W -edge,18321,18321;41.4064175;-105.8336869:18322;41.4058959;-105.8332438,way_type=user_defined:way_id=80W -edge,18322,18322;41.4058959;-105.8332438:18323;41.4053221;-105.8327534,way_type=user_defined:way_id=80W -edge,18323,18323;41.4053221;-105.8327534:18324;41.4037952;-105.8314685,way_type=user_defined:way_id=80W -edge,18324,18324;41.4037952;-105.8314685:18325;41.4025607;-105.8304335,way_type=user_defined:way_id=80W -edge,18325,18325;41.4025607;-105.8304335:18326;41.4014567;-105.8294999,way_type=user_defined:way_id=80W -edge,18326,18326;41.4014567;-105.8294999:18327;41.4007003;-105.8288644,way_type=user_defined:way_id=80W -edge,18327,18327;41.4007003;-105.8288644:18328;41.40055709;-105.8287434,way_type=user_defined:way_id=80W -edge,18328,18328;41.40055709;-105.8287434:18329;41.3996904;-105.8280114,way_type=user_defined:way_id=80W -edge,18329,18329;41.3996904;-105.8280114:18330;41.3996904;-105.8280114,way_type=user_defined:way_id=80W -edge,18330,18330;41.3996904;-105.8280114:18331;41.39900458;-105.8274371,way_type=user_defined:way_id=80W -edge,18331,18331;41.39900458;-105.8274371:18332;41.3985311;-105.8270431,way_type=user_defined:way_id=80W -edge,18332,18332;41.3985311;-105.8270431:18333;41.3981623;-105.8267333,way_type=user_defined:way_id=80W -edge,18333,18333;41.3981623;-105.8267333:18334;41.39749631;-105.8261676,way_type=user_defined:way_id=80W -edge,18334,18334;41.39749631;-105.8261676:18335;41.3972665;-105.8259724,way_type=user_defined:way_id=80W -edge,18335,18335;41.3972665;-105.8259724:18336;41.3960974;-105.8249831,way_type=user_defined:way_id=80W -edge,18336,18336;41.3960974;-105.8249831:18337;41.3956316;-105.8245927,way_type=user_defined:way_id=80W -edge,18337,18337;41.3956316;-105.8245927:18338;41.3950092;-105.824064,way_type=user_defined:way_id=80W -edge,18338,18338;41.3950092;-105.824064:18339;41.3950092;-105.824064,way_type=user_defined:way_id=80W -edge,18339,18339;41.3950092;-105.824064:18340;41.39410935;-105.823304,way_type=user_defined:way_id=80W -edge,18340,18340;41.39410935;-105.823304:18341;41.3939701;-105.8231864,way_type=user_defined:way_id=80W -edge,18341,18341;41.3939701;-105.8231864:18342;41.3935823;-105.822857,way_type=user_defined:way_id=80W -edge,18342,18342;41.3935823;-105.822857:18343;41.3926851;-105.8221063,way_type=user_defined:way_id=80W -edge,18343,18343;41.3926851;-105.8221063:18344;41.39209271;-105.8216064,way_type=user_defined:way_id=80W -edge,18344,18344;41.39209271;-105.8216064:18345;41.3910805;-105.8207523,way_type=user_defined:way_id=80W -edge,18345,18345;41.3910805;-105.8207523:18346;41.3910805;-105.8207523,way_type=user_defined:way_id=80W -edge,18346,18346;41.3910805;-105.8207523:18347;41.3904223;-105.8201981,way_type=user_defined:way_id=80W -edge,18347,18347;41.3904223;-105.8201981:18348;41.39020913;-105.8200173,way_type=user_defined:way_id=80W -edge,18348,18348;41.39020913;-105.8200173:18349;41.3900304;-105.8198657,way_type=user_defined:way_id=80W -edge,18349,18349;41.3900304;-105.8198657:18350;41.38965005;-105.8195481,way_type=user_defined:way_id=80W -edge,18350,18350;41.38965005;-105.8195481:18351;41.3894988;-105.8194218,way_type=user_defined:way_id=80W -edge,18351,18351;41.3894988;-105.8194218:18352;41.3886038;-105.8186665,way_type=user_defined:way_id=80W -edge,18352,18352;41.3886038;-105.8186665:18353;41.3878891;-105.8180576,way_type=user_defined:way_id=80W -edge,18353,18353;41.3878891;-105.8180576:18354;41.3869896;-105.8173081,way_type=user_defined:way_id=80W -edge,18354,18354;41.3869896;-105.8173081:18355;41.3864807;-105.8168776,way_type=user_defined:way_id=80W -edge,18355,18355;41.3864807;-105.8168776:18356;41.3859079;-105.8163971,way_type=user_defined:way_id=80W -edge,18356,18356;41.3859079;-105.8163971:18357;41.3854937;-105.8160442,way_type=user_defined:way_id=80W -edge,18357,18357;41.3854937;-105.8160442:18358;41.3850319;-105.8156535,way_type=user_defined:way_id=80W -edge,18358,18358;41.3850319;-105.8156535:18359;41.3848297;-105.8154791,way_type=user_defined:way_id=80W -edge,18359,18359;41.3848297;-105.8154791:18360;41.3846705;-105.8153387,way_type=user_defined:way_id=80W -edge,18360,18360;41.3846705;-105.8153387:18361;41.3844709;-105.8151594,way_type=user_defined:way_id=80W -edge,18361,18361;41.3844709;-105.8151594:18362;41.3843083;-105.8150108,way_type=user_defined:way_id=80W -edge,18362,18362;41.3843083;-105.8150108:18363;41.3841755;-105.8148865,way_type=user_defined:way_id=80W -edge,18363,18363;41.3841755;-105.8148865:18364;41.3839805;-105.8147001,way_type=user_defined:way_id=80W -edge,18364,18364;41.3839805;-105.8147001:18365;41.3838046;-105.8145266,way_type=user_defined:way_id=80W -edge,18365,18365;41.3838046;-105.8145266:18366;41.3836252;-105.8143439,way_type=user_defined:way_id=80W -edge,18366,18366;41.3836252;-105.8143439:18367;41.383459;-105.8141689,way_type=user_defined:way_id=80W -edge,18367,18367;41.383459;-105.8141689:18368;41.3832894;-105.8139842,way_type=user_defined:way_id=80W -edge,18368,18368;41.3832894;-105.8139842:18369;41.3831272;-105.8138019,way_type=user_defined:way_id=80W -edge,18369,18369;41.3831272;-105.8138019:18370;41.382978;-105.8136296,way_type=user_defined:way_id=80W -edge,18370,18370;41.382978;-105.8136296:18371;41.3828354;-105.8134603,way_type=user_defined:way_id=80W -edge,18371,18371;41.3828354;-105.8134603:18372;41.3826582;-105.813244,way_type=user_defined:way_id=80W -edge,18372,18372;41.3826582;-105.813244:18373;41.3824988;-105.8130436,way_type=user_defined:way_id=80W -edge,18373,18373;41.3824988;-105.8130436:18374;41.3823464;-105.8128466,way_type=user_defined:way_id=80W -edge,18374,18374;41.3823464;-105.8128466:18375;41.3821701;-105.812612,way_type=user_defined:way_id=80W -edge,18375,18375;41.3821701;-105.812612:18376;41.3820571;-105.8124588,way_type=user_defined:way_id=80W -edge,18376,18376;41.3820571;-105.8124588:18377;41.3819391;-105.8122949,way_type=user_defined:way_id=80W -edge,18377,18377;41.3819391;-105.8122949:18378;41.3817934;-105.8120879,way_type=user_defined:way_id=80W -edge,18378,18378;41.3817934;-105.8120879:18379;41.3816118;-105.8118219,way_type=user_defined:way_id=80W -edge,18379,18379;41.3816118;-105.8118219:18380;41.3814848;-105.8116303,way_type=user_defined:way_id=80W -edge,18380,18380;41.3814848;-105.8116303:18381;41.3813404;-105.8114083,way_type=user_defined:way_id=80W -edge,18381,18381;41.3813404;-105.8114083:18382;41.381203;-105.8111904,way_type=user_defined:way_id=80W -edge,18382,18382;41.381203;-105.8111904:18383;41.3810635;-105.8109616,way_type=user_defined:way_id=80W -edge,18383,18383;41.3810635;-105.8109616:18384;41.3809309;-105.8107368,way_type=user_defined:way_id=80W -edge,18384,18384;41.3809309;-105.8107368:18385;41.3807966;-105.8105025,way_type=user_defined:way_id=80W -edge,18385,18385;41.3807966;-105.8105025:18386;41.3806856;-105.8103028,way_type=user_defined:way_id=80W -edge,18386,18386;41.3806856;-105.8103028:18387;41.3805441;-105.8100402,way_type=user_defined:way_id=80W -edge,18387,18387;41.3805441;-105.8100402:18388;41.3804397;-105.8098415,way_type=user_defined:way_id=80W -edge,18388,18388;41.3804397;-105.8098415:18389;41.38034772;-105.8096636,way_type=user_defined:way_id=80W -edge,18389,18389;41.38034772;-105.8096636:18390;41.3801772;-105.8093338,way_type=user_defined:way_id=80W -edge,18390,18390;41.3801772;-105.8093338:18391;41.3798133;-105.8086044,way_type=user_defined:way_id=80W -edge,18391,18391;41.3798133;-105.8086044:18392;41.37936;-105.8077019,way_type=user_defined:way_id=80W -edge,18392,18392;41.37936;-105.8077019:18393;41.3789081;-105.8067974,way_type=user_defined:way_id=80W -edge,18393,18393;41.3789081;-105.8067974:18394;41.3784083;-105.8058043,way_type=user_defined:way_id=80W -edge,18394,18394;41.3784083;-105.8058043:18395;41.3777318;-105.8044497,way_type=user_defined:way_id=80W -edge,18395,18395;41.3777318;-105.8044497:18396;41.3772326;-105.8034567,way_type=user_defined:way_id=80W -edge,18396,18396;41.3772326;-105.8034567:18397;41.3768374;-105.8026777,way_type=user_defined:way_id=80W -edge,18397,18397;41.3768374;-105.8026777:18398;41.3761591;-105.8013251,way_type=user_defined:way_id=80W -edge,18398,18398;41.3761591;-105.8013251:18399;41.374511;-105.7980534,way_type=user_defined:way_id=80W -edge,18399,18399;41.374511;-105.7980534:18400;41.3739364;-105.7969074,way_type=user_defined:way_id=80W -edge,18400,18400;41.3739364;-105.7969074:18401;41.3735716;-105.7961842,way_type=user_defined:way_id=80W -edge,18401,18401;41.3735716;-105.7961842:18402;41.3730885;-105.7952215,way_type=user_defined:way_id=80W -edge,18402,18402;41.3730885;-105.7952215:18403;41.3726216;-105.7942857,way_type=user_defined:way_id=80W -edge,18403,18403;41.3726216;-105.7942857:18404;41.3722553;-105.7935606,way_type=user_defined:way_id=80W -edge,18404,18404;41.3722553;-105.7935606:18405;41.3711757;-105.7914028,way_type=user_defined:way_id=80W -edge,18405,18405;41.3711757;-105.7914028:18406;41.3701189;-105.7893042,way_type=user_defined:way_id=80W -edge,18406,18406;41.3701189;-105.7893042:18407;41.3692441;-105.7875576,way_type=user_defined:way_id=80W -edge,18407,18407;41.3692441;-105.7875576:18408;41.3689281;-105.7869301,way_type=user_defined:way_id=80W -edge,18408,18408;41.3689281;-105.7869301:18409;41.3686063;-105.7862982,way_type=user_defined:way_id=80W -edge,18409,18409;41.3686063;-105.7862982:18410;41.3683958;-105.7858759,way_type=user_defined:way_id=80W -edge,18410,18410;41.3683958;-105.7858759:18411;41.36829326;-105.7856757,way_type=user_defined:way_id=80W -edge,18411,18411;41.36829326;-105.7856757:18412;41.3682118;-105.7855166,way_type=user_defined:way_id=80W -edge,18412,18412;41.3682118;-105.7855166:18413;41.3680071;-105.7851052,way_type=user_defined:way_id=80W -edge,18413,18413;41.3680071;-105.7851052:18414;41.3667008;-105.7825129,way_type=user_defined:way_id=80W -edge,18414,18414;41.3667008;-105.7825129:18415;41.3658864;-105.7808918,way_type=user_defined:way_id=80W -edge,18415,18415;41.3658864;-105.7808918:18416;41.3655846;-105.7802856,way_type=user_defined:way_id=80W -edge,18416,18416;41.3655846;-105.7802856:18417;41.3652817;-105.779685,way_type=user_defined:way_id=80W -edge,18417,18417;41.3652817;-105.779685:18418;41.364572;-105.7782684,way_type=user_defined:way_id=80W -edge,18418,18418;41.364572;-105.7782684:18419;41.3644095;-105.7779366,way_type=user_defined:way_id=80W -edge,18419,18419;41.3644095;-105.7779366:18420;41.3643077;-105.7777239,way_type=user_defined:way_id=80W -edge,18420,18420;41.3643077;-105.7777239:18421;41.3642084;-105.7775117,way_type=user_defined:way_id=80W -edge,18421,18421;41.3642084;-105.7775117:18422;41.3640966;-105.777266,way_type=user_defined:way_id=80W -edge,18422,18422;41.3640966;-105.777266:18423;41.3639863;-105.7770153,way_type=user_defined:way_id=80W -edge,18423,18423;41.3639863;-105.7770153:18424;41.3638761;-105.7767571,way_type=user_defined:way_id=80W -edge,18424,18424;41.3638761;-105.7767571:18425;41.3637716;-105.7765045,way_type=user_defined:way_id=80W -edge,18425,18425;41.3637716;-105.7765045:18426;41.3636697;-105.7762501,way_type=user_defined:way_id=80W -edge,18426,18426;41.3636697;-105.7762501:18427;41.3635606;-105.775968,way_type=user_defined:way_id=80W -edge,18427,18427;41.3635606;-105.775968:18428;41.3634738;-105.7757354,way_type=user_defined:way_id=80W -edge,18428,18428;41.3634738;-105.7757354:18429;41.3633807;-105.7754744,way_type=user_defined:way_id=80W -edge,18429,18429;41.3633807;-105.7754744:18430;41.3633265;-105.7753166,way_type=user_defined:way_id=80W -edge,18430,18430;41.3633265;-105.7753166:18431;41.3632024;-105.7749467,way_type=user_defined:way_id=80W -edge,18431,18431;41.3632024;-105.7749467:18432;41.3631163;-105.7746811,way_type=user_defined:way_id=80W -edge,18432,18432;41.3631163;-105.7746811:18433;41.3630327;-105.7744141,way_type=user_defined:way_id=80W -edge,18433,18433;41.3630327;-105.7744141:18434;41.3629526;-105.7741451,way_type=user_defined:way_id=80W -edge,18434,18434;41.3629526;-105.7741451:18435;41.3628779;-105.773884,way_type=user_defined:way_id=80W -edge,18435,18435;41.3628779;-105.773884:18436;41.3628027;-105.7736129,way_type=user_defined:way_id=80W -edge,18436,18436;41.3628027;-105.7736129:18437;41.362554;-105.7726919,way_type=user_defined:way_id=80W -edge,18437,18437;41.362554;-105.7726919:18438;41.3623081;-105.7717711,way_type=user_defined:way_id=80W -edge,18438,18438;41.3623081;-105.7717711:18439;41.361929;-105.770339,way_type=user_defined:way_id=80W -edge,18439,18439;41.361929;-105.770339:18440;41.361342;-105.7681507,way_type=user_defined:way_id=80W -edge,18440,18440;41.361342;-105.7681507:18441;41.361098;-105.7672324,way_type=user_defined:way_id=80W -edge,18441,18441;41.361098;-105.7672324:18442;41.3604057;-105.7646492,way_type=user_defined:way_id=80W -edge,18442,18442;41.3604057;-105.7646492:18443;41.3601127;-105.7635488,way_type=user_defined:way_id=80W -edge,18443,18443;41.3601127;-105.7635488:18444;41.3598853;-105.7627041,way_type=user_defined:way_id=80W -edge,18444,18444;41.3598853;-105.7627041:18445;41.3593834;-105.7608186,way_type=user_defined:way_id=80W -edge,18445,18445;41.3593834;-105.7608186:18446;41.3590204;-105.7594633,way_type=user_defined:way_id=80W -edge,18446,18446;41.3590204;-105.7594633:18447;41.3587844;-105.7585723,way_type=user_defined:way_id=80W -edge,18447,18447;41.3587844;-105.7585723:18448;41.3581564;-105.7562304,way_type=user_defined:way_id=80W -edge,18448,18448;41.3581564;-105.7562304:18449;41.3572957;-105.7529904,way_type=user_defined:way_id=80W -edge,18449,18449;41.3572957;-105.7529904:18450;41.3570663;-105.7521367,way_type=user_defined:way_id=80W -edge,18450,18450;41.3570663;-105.7521367:18451;41.3559953;-105.7481204,way_type=user_defined:way_id=80W -edge,18451,18451;41.3559953;-105.7481204:18452;41.3556825;-105.7469645,way_type=user_defined:way_id=80W -edge,18452,18452;41.3556825;-105.7469645:18453;41.355539;-105.7464186,way_type=user_defined:way_id=80W -edge,18453,18453;41.355539;-105.7464186:18454;41.3554158;-105.745931,way_type=user_defined:way_id=80W -edge,18454,18454;41.3554158;-105.745931:18455;41.3553313;-105.7455833,way_type=user_defined:way_id=80W -edge,18455,18455;41.3553313;-105.7455833:18456;41.3552779;-105.7453501,way_type=user_defined:way_id=80W -edge,18456,18456;41.3552779;-105.7453501:18457;41.3552178;-105.7450706,way_type=user_defined:way_id=80W -edge,18457,18457;41.3552178;-105.7450706:18458;41.3551541;-105.7447527,way_type=user_defined:way_id=80W -edge,18458,18458;41.3551541;-105.7447527:18459;41.3551083;-105.7445081,way_type=user_defined:way_id=80W -edge,18459,18459;41.3551083;-105.7445081:18460;41.3550514;-105.7441879,way_type=user_defined:way_id=80W -edge,18460,18460;41.3550514;-105.7441879:18461;41.3549556;-105.7436194,way_type=user_defined:way_id=80W -edge,18461,18461;41.3549556;-105.7436194:18462;41.3549102;-105.7433345,way_type=user_defined:way_id=80W -edge,18462,18462;41.3549102;-105.7433345:18463;41.354868;-105.7430588,way_type=user_defined:way_id=80W -edge,18463,18463;41.354868;-105.7430588:18464;41.35475932;-105.7423114,way_type=user_defined:way_id=80W -edge,18464,18464;41.35475932;-105.7423114:18465;41.35475932;-105.7423114,way_type=user_defined:way_id=80W -edge,18465,18465;41.35475932;-105.7423114:18466;41.3546662;-105.7416456,way_type=user_defined:way_id=80W -edge,18466,18466;41.3546662;-105.7416456:18467;41.3545742;-105.7410022,way_type=user_defined:way_id=80W -edge,18467,18467;41.3545742;-105.7410022:18468;41.3542279;-105.7385851,way_type=user_defined:way_id=80W -edge,18468,18468;41.3542279;-105.7385851:18469;41.3540525;-105.7373806,way_type=user_defined:way_id=80W -edge,18469,18469;41.3540525;-105.7373806:18470;41.3538164;-105.7357111,way_type=user_defined:way_id=80W -edge,18470,18470;41.3538164;-105.7357111:18471;41.3532003;-105.7314199,way_type=user_defined:way_id=80W -edge,18471,18471;41.3532003;-105.7314199:18472;41.353085;-105.7306013,way_type=user_defined:way_id=80W -edge,18472,18472;41.353085;-105.7306013:18473;41.3528801;-105.7291798,way_type=user_defined:way_id=80W -edge,18473,18473;41.3528801;-105.7291798:18474;41.3525977;-105.7271926,way_type=user_defined:way_id=80W -edge,18474,18474;41.3525977;-105.7271926:18475;41.3524002;-105.725831,way_type=user_defined:way_id=80W -edge,18475,18475;41.3524002;-105.725831:18476;41.352199;-105.7244086,way_type=user_defined:way_id=80W -edge,18476,18476;41.352199;-105.7244086:18477;41.351903;-105.7223559,way_type=user_defined:way_id=80W -edge,18477,18477;41.351903;-105.7223559:18478;41.3517876;-105.7215421,way_type=user_defined:way_id=80W -edge,18478,18478;41.3517876;-105.7215421:18479;41.3517105;-105.7210122,way_type=user_defined:way_id=80W -edge,18479,18479;41.3517105;-105.7210122:18480;41.3515129;-105.719612,way_type=user_defined:way_id=80W -edge,18480,18480;41.3515129;-105.719612:18481;41.3512903;-105.718079,way_type=user_defined:way_id=80W -edge,18481,18481;41.3512903;-105.718079:18482;41.3508518;-105.7150361,way_type=user_defined:way_id=80W -edge,18482,18482;41.3508518;-105.7150361:18483;41.3504909;-105.7124746,way_type=user_defined:way_id=80W -edge,18483,18483;41.3504909;-105.7124746:18484;41.3503574;-105.7115581,way_type=user_defined:way_id=80W -edge,18484,18484;41.3503574;-105.7115581:18485;41.3502354;-105.7106954,way_type=user_defined:way_id=80W -edge,18485,18485;41.3502354;-105.7106954:18486;41.35007327;-105.7095722,way_type=user_defined:way_id=80W -edge,18486,18486;41.35007327;-105.7095722:18487;41.34988337;-105.7082091,way_type=user_defined:way_id=80W -edge,18487,18487;41.34988337;-105.7082091:18488;41.34970816;-105.7070497,way_type=user_defined:way_id=80W -edge,18488,18488;41.34970816;-105.7070497:18489;41.3496159;-105.7064036,way_type=user_defined:way_id=80W -edge,18489,18489;41.3496159;-105.7064036:18490;41.3495737;-105.7060861,way_type=user_defined:way_id=80W -edge,18490,18490;41.3495737;-105.7060861:18491;41.3495425;-105.7058232,way_type=user_defined:way_id=80W -edge,18491,18491;41.3495425;-105.7058232:18492;41.3495097;-105.7055038,way_type=user_defined:way_id=80W -edge,18492,18492;41.3495097;-105.7055038:18493;41.3494867;-105.705222,way_type=user_defined:way_id=80W -edge,18493,18493;41.3494867;-105.705222:18494;41.3494679;-105.7049312,way_type=user_defined:way_id=80W -edge,18494,18494;41.3494679;-105.7049312:18495;41.3494558;-105.7046502,way_type=user_defined:way_id=80W -edge,18495,18495;41.3494558;-105.7046502:18496;41.3494484;-105.7043519,way_type=user_defined:way_id=80W -edge,18496,18496;41.3494484;-105.7043519:18497;41.3494469;-105.7040633,way_type=user_defined:way_id=80W -edge,18497,18497;41.3494469;-105.7040633:18498;41.349452;-105.703776,way_type=user_defined:way_id=80W -edge,18498,18498;41.349452;-105.703776:18499;41.349463;-105.703489,way_type=user_defined:way_id=80W -edge,18499,18499;41.349463;-105.703489:18500;41.3494803;-105.7032037,way_type=user_defined:way_id=80W -edge,18500,18500;41.3494803;-105.7032037:18501;41.3495047;-105.7029103,way_type=user_defined:way_id=80W -edge,18501,18501;41.3495047;-105.7029103:18502;41.349534;-105.7026279,way_type=user_defined:way_id=80W -edge,18502,18502;41.349534;-105.7026279:18503;41.3495694;-105.7023471,way_type=user_defined:way_id=80W -edge,18503,18503;41.3495694;-105.7023471:18504;41.349614;-105.7020592,way_type=user_defined:way_id=80W -edge,18504,18504;41.349614;-105.7020592:18505;41.349665;-105.7017824,way_type=user_defined:way_id=80W -edge,18505,18505;41.349665;-105.7017824:18506;41.3497227;-105.7014975,way_type=user_defined:way_id=80W -edge,18506,18506;41.3497227;-105.7014975:18507;41.3497753;-105.7012501,way_type=user_defined:way_id=80W -edge,18507,18507;41.3497753;-105.7012501:18508;41.3498348;-105.7009847,way_type=user_defined:way_id=80W -edge,18508,18508;41.3498348;-105.7009847:18509;41.3499013;-105.7007028,way_type=user_defined:way_id=80W -edge,18509,18509;41.3499013;-105.7007028:18510;41.3499765;-105.7003942,way_type=user_defined:way_id=80W -edge,18510,18510;41.3499765;-105.7003942:18511;41.3501632;-105.6996415,way_type=user_defined:way_id=80W -edge,18511,18511;41.3501632;-105.6996415:18512;41.3503805;-105.6987787,way_type=user_defined:way_id=80W -edge,18512,18512;41.3503805;-105.6987787:18513;41.3504548;-105.6984744,way_type=user_defined:way_id=80W -edge,18513,18513;41.3504548;-105.6984744:18514;41.3505203;-105.698194,way_type=user_defined:way_id=80W -edge,18514,18514;41.3505203;-105.698194:18515;41.3505772;-105.697934,way_type=user_defined:way_id=80W -edge,18515,18515;41.3505772;-105.697934:18516;41.3506344;-105.6976431,way_type=user_defined:way_id=80W -edge,18516,18516;41.3506344;-105.6976431:18517;41.3506834;-105.6973692,way_type=user_defined:way_id=80W -edge,18517,18517;41.3506834;-105.6973692:18518;41.3507085;-105.697218,way_type=user_defined:way_id=80W -edge,18518,18518;41.3507085;-105.697218:18519;41.3507318;-105.6970765,way_type=user_defined:way_id=80W -edge,18519,18519;41.3507318;-105.6970765:18520;41.350763;-105.696866,way_type=user_defined:way_id=80W -edge,18520,18520;41.350763;-105.696866:18521;41.3507738;-105.6967914,way_type=user_defined:way_id=80W -edge,18521,18521;41.3507738;-105.6967914:18522;41.350809;-105.6965183,way_type=user_defined:way_id=80W -edge,18522,18522;41.350809;-105.6965183:18523;41.3508323;-105.6962989,way_type=user_defined:way_id=80W -edge,18523,18523;41.3508323;-105.6962989:18524;41.350839;-105.6962349,way_type=user_defined:way_id=80W -edge,18524,18524;41.350839;-105.6962349:18525;41.3508632;-105.6959431,way_type=user_defined:way_id=80W -edge,18525,18525;41.3508632;-105.6959431:18526;41.3508813;-105.6956623,way_type=user_defined:way_id=80W -edge,18526,18526;41.3508813;-105.6956623:18527;41.3508947;-105.6953823,way_type=user_defined:way_id=80W -edge,18527,18527;41.3508947;-105.6953823:18528;41.3509046;-105.6950913,way_type=user_defined:way_id=80W -edge,18528,18528;41.3509046;-105.6950913:18529;41.350912;-105.6947631,way_type=user_defined:way_id=80W -edge,18529,18529;41.350912;-105.6947631:18530;41.3509152;-105.694537,way_type=user_defined:way_id=80W -edge,18530,18530;41.3509152;-105.694537:18531;41.3509171;-105.6942533,way_type=user_defined:way_id=80W -edge,18531,18531;41.3509171;-105.6942533:18532;41.3509264;-105.6908217,way_type=user_defined:way_id=80W -edge,18532,18532;41.3509264;-105.6908217:18533;41.3509268;-105.689378,way_type=user_defined:way_id=80W -edge,18533,18533;41.3509268;-105.689378:18534;41.3509289;-105.6882269,way_type=user_defined:way_id=80W -edge,18534,18534;41.3509289;-105.6882269:18535;41.3509348;-105.6862403,way_type=user_defined:way_id=80W -edge,18535,18535;41.3509348;-105.6862403:18536;41.3509368;-105.6850749,way_type=user_defined:way_id=80W -edge,18536,18536;41.3509368;-105.6850749:18537;41.3509421;-105.6838163,way_type=user_defined:way_id=80W -edge,18537,18537;41.3509421;-105.6838163:18538;41.3509419;-105.6827572,way_type=user_defined:way_id=80W -edge,18538,18538;41.3509419;-105.6827572:18539;41.3509445;-105.6821833,way_type=user_defined:way_id=80W -edge,18539,18539;41.3509445;-105.6821833:18540;41.350945;-105.680785,way_type=user_defined:way_id=80W -edge,18540,18540;41.350945;-105.680785:18541;41.3509516;-105.6784652,way_type=user_defined:way_id=80W -edge,18541,18541;41.3509516;-105.6784652:18542;41.3509513;-105.6778243,way_type=user_defined:way_id=80W -edge,18542,18542;41.3509513;-105.6778243:18543;41.3509544;-105.6767219,way_type=user_defined:way_id=80W -edge,18543,18543;41.3509544;-105.6767219:18544;41.3509562;-105.6752839,way_type=user_defined:way_id=80W -edge,18544,18544;41.3509562;-105.6752839:18545;41.3509618;-105.672724,way_type=user_defined:way_id=80W -edge,18545,18545;41.3509618;-105.672724:18546;41.3509653;-105.6717123,way_type=user_defined:way_id=80W -edge,18546,18546;41.3509653;-105.6717123:18547;41.3509707;-105.6687191,way_type=user_defined:way_id=80W -edge,18547,18547;41.3509707;-105.6687191:18548;41.3509712;-105.6677372,way_type=user_defined:way_id=80W -edge,18548,18548;41.3509712;-105.6677372:18549;41.3509756;-105.6665792,way_type=user_defined:way_id=80W -edge,18549,18549;41.3509756;-105.6665792:18550;41.3509751;-105.6651709,way_type=user_defined:way_id=80W -edge,18550,18550;41.3509751;-105.6651709:18551;41.3509792;-105.6642746,way_type=user_defined:way_id=80W -edge,18551,18551;41.3509792;-105.6642746:18552;41.3509826;-105.6626423,way_type=user_defined:way_id=80W -edge,18552,18552;41.3509826;-105.6626423:18553;41.3509854;-105.661997,way_type=user_defined:way_id=80W -edge,18553,18553;41.3509854;-105.661997:18554;41.3509846;-105.6608019,way_type=user_defined:way_id=80W -edge,18554,18554;41.3509846;-105.6608019:18555;41.3509877;-105.6594274,way_type=user_defined:way_id=80W -edge,18555,18555;41.3509877;-105.6594274:18556;41.3509876;-105.6587793,way_type=user_defined:way_id=80W -edge,18556,18556;41.3509876;-105.6587793:18557;41.3509922;-105.6559588,way_type=user_defined:way_id=80W -edge,18557,18557;41.3509922;-105.6559588:18558;41.350997;-105.6544522,way_type=user_defined:way_id=80W -edge,18558,18558;41.350997;-105.6544522:18559;41.3510038;-105.6504766,way_type=user_defined:way_id=80W -edge,18559,18559;41.3510038;-105.6504766:18560;41.3510066;-105.6492745,way_type=user_defined:way_id=80W -edge,18560,18560;41.3510066;-105.6492745:18561;41.3510119;-105.6478356,way_type=user_defined:way_id=80W -edge,18561,18561;41.3510119;-105.6478356:18562;41.3510133;-105.6468615,way_type=user_defined:way_id=80W -edge,18562,18562;41.3510133;-105.6468615:18563;41.351012;-105.6460604,way_type=user_defined:way_id=80W -edge,18563,18563;41.351012;-105.6460604:18564;41.35101;-105.6457774,way_type=user_defined:way_id=80W -edge,18564,18564;41.35101;-105.6457774:18565;41.3510053;-105.6454852,way_type=user_defined:way_id=80W -edge,18565,18565;41.3510053;-105.6454852:18566;41.3509973;-105.6452029,way_type=user_defined:way_id=80W -edge,18566,18566;41.3509973;-105.6452029:18567;41.3509873;-105.6449493,way_type=user_defined:way_id=80W -edge,18567,18567;41.3509873;-105.6449493:18568;41.3509684;-105.6445932,way_type=user_defined:way_id=80W -edge,18568,18568;41.3509684;-105.6445932:18569;41.3509477;-105.6443033,way_type=user_defined:way_id=80W -edge,18569,18569;41.3509477;-105.6443033:18570;41.350922;-105.6440055,way_type=user_defined:way_id=80W -edge,18570,18570;41.350922;-105.6440055:18571;41.3508938;-105.6437268,way_type=user_defined:way_id=80W -edge,18571,18571;41.3508938;-105.6437268:18572;41.35086;-105.6434398,way_type=user_defined:way_id=80W -edge,18572,18572;41.35086;-105.6434398:18573;41.3508232;-105.6431631,way_type=user_defined:way_id=80W -edge,18573,18573;41.3508232;-105.6431631:18574;41.3507797;-105.6428692,way_type=user_defined:way_id=80W -edge,18574,18574;41.3507797;-105.6428692:18575;41.3507328;-105.6425861,way_type=user_defined:way_id=80W -edge,18575,18575;41.3507328;-105.6425861:18576;41.3506828;-105.6423137,way_type=user_defined:way_id=80W -edge,18576,18576;41.3506828;-105.6423137:18577;41.3506272;-105.642034,way_type=user_defined:way_id=80W -edge,18577,18577;41.3506272;-105.642034:18578;41.350568;-105.641756,way_type=user_defined:way_id=80W -edge,18578,18578;41.350568;-105.641756:18579;41.350503;-105.6414709,way_type=user_defined:way_id=80W -edge,18579,18579;41.350503;-105.6414709:18580;41.3504384;-105.6412055,way_type=user_defined:way_id=80W -edge,18580,18580;41.3504384;-105.6412055:18581;41.3503639;-105.640925,way_type=user_defined:way_id=80W -edge,18581,18581;41.3503639;-105.640925:18582;41.350289;-105.6406648,way_type=user_defined:way_id=80W -edge,18582,18582;41.350289;-105.6406648:18583;41.3502039;-105.6403905,way_type=user_defined:way_id=80W -edge,18583,18583;41.3502039;-105.6403905:18584;41.3501287;-105.6401611,way_type=user_defined:way_id=80W -edge,18584,18584;41.3501287;-105.6401611:18585;41.350027;-105.6398662,way_type=user_defined:way_id=80W -edge,18585,18585;41.350027;-105.6398662:18586;41.3499303;-105.6396,way_type=user_defined:way_id=80W -edge,18586,18586;41.3499303;-105.6396:18587;41.3498359;-105.6393525,way_type=user_defined:way_id=80W -edge,18587,18587;41.3498359;-105.6393525:18588;41.3497448;-105.639125,way_type=user_defined:way_id=80W -edge,18588,18588;41.3497448;-105.639125:18589;41.3496368;-105.6388664,way_type=user_defined:way_id=80W -edge,18589,18589;41.3496368;-105.6388664:18590;41.3494219;-105.6383695,way_type=user_defined:way_id=80W -edge,18590,18590;41.3494219;-105.6383695:18591;41.3491922;-105.6378512,way_type=user_defined:way_id=80W -edge,18591,18591;41.3491922;-105.6378512:18592;41.3487556;-105.6368868,way_type=user_defined:way_id=80W -edge,18592,18592;41.3487556;-105.6368868:18593;41.3481848;-105.635618,way_type=user_defined:way_id=80W -edge,18593,18593;41.3481848;-105.635618:18594;41.3477627;-105.6346895,way_type=user_defined:way_id=80W -edge,18594,18594;41.3477627;-105.6346895:18595;41.3475187;-105.63416,way_type=user_defined:way_id=80W -edge,18595,18595;41.3475187;-105.63416:18596;41.3474032;-105.6339066,way_type=user_defined:way_id=80W -edge,18596,18596;41.3474032;-105.6339066:18597;41.3474032;-105.6339066,way_type=user_defined:way_id=80W -edge,18597,18597;41.3474032;-105.6339066:18598;41.34737759;-105.6338504,way_type=user_defined:way_id=80W -edge,18598,18598;41.34737759;-105.6338504:18599;41.346758;-105.6324855,way_type=user_defined:way_id=80W -edge,18599,18599;41.346758;-105.6324855:18600;41.3461848;-105.6312095,way_type=user_defined:way_id=80W -edge,18600,18600;41.3461848;-105.6312095:18601;41.3449284;-105.6284396,way_type=user_defined:way_id=80W -edge,18601,18601;41.3449284;-105.6284396:18602;41.3440811;-105.6265756,way_type=user_defined:way_id=80W -edge,18602,18602;41.3440811;-105.6265756:18603;41.343447;-105.6251856,way_type=user_defined:way_id=80W -edge,18603,18603;41.343447;-105.6251856:18604;41.342833;-105.6238245,way_type=user_defined:way_id=80W -edge,18604,18604;41.342833;-105.6238245:18605;41.3420174;-105.6220255,way_type=user_defined:way_id=80W -edge,18605,18605;41.3420174;-105.6220255:18606;41.3415964;-105.6211083,way_type=user_defined:way_id=80W -edge,18606,18606;41.3415964;-105.6211083:18607;41.3414638;-105.6208223,way_type=user_defined:way_id=80W -edge,18607,18607;41.3414638;-105.6208223:18608;41.3413668;-105.620617,way_type=user_defined:way_id=80W -edge,18608,18608;41.3413668;-105.620617:18609;41.3412601;-105.6203994,way_type=user_defined:way_id=80W -edge,18609,18609;41.3412601;-105.6203994:18610;41.3411372;-105.6201611,way_type=user_defined:way_id=80W -edge,18610,18610;41.3411372;-105.6201611:18611;41.3409933;-105.6198977,way_type=user_defined:way_id=80W -edge,18611,18611;41.3409933;-105.6198977:18612;41.3408666;-105.619678,way_type=user_defined:way_id=80W -edge,18612,18612;41.3408666;-105.619678:18613;41.3407304;-105.6194553,way_type=user_defined:way_id=80W -edge,18613,18613;41.3407304;-105.6194553:18614;41.3405794;-105.6192252,way_type=user_defined:way_id=80W -edge,18614,18614;41.3405794;-105.6192252:18615;41.3404317;-105.6190154,way_type=user_defined:way_id=80W -edge,18615,18615;41.3404317;-105.6190154:18616;41.340279;-105.618813,way_type=user_defined:way_id=80W -edge,18616,18616;41.340279;-105.618813:18617;41.3401372;-105.618637,way_type=user_defined:way_id=80W -edge,18617,18617;41.3401372;-105.618637:18618;41.3399642;-105.6184363,way_type=user_defined:way_id=80W -edge,18618,18618;41.3399642;-105.6184363:18619;41.3397916;-105.6182494,way_type=user_defined:way_id=80W -edge,18619,18619;41.3397916;-105.6182494:18620;41.3396376;-105.6180929,way_type=user_defined:way_id=80W -edge,18620,18620;41.3396376;-105.6180929:18621;41.3394618;-105.617927,way_type=user_defined:way_id=80W -edge,18621,18621;41.3394618;-105.617927:18622;41.3392813;-105.6177691,way_type=user_defined:way_id=80W -edge,18622,18622;41.3392813;-105.6177691:18623;41.3390913;-105.617614,way_type=user_defined:way_id=80W -edge,18623,18623;41.3390913;-105.617614:18624;41.338903;-105.6174717,way_type=user_defined:way_id=80W -edge,18624,18624;41.338903;-105.6174717:18625;41.3387168;-105.6173426,way_type=user_defined:way_id=80W -edge,18625,18625;41.3387168;-105.6173426:18626;41.3385141;-105.617214,way_type=user_defined:way_id=80W -edge,18626,18626;41.3385141;-105.617214:18627;41.3383206;-105.6171018,way_type=user_defined:way_id=80W -edge,18627,18627;41.3383206;-105.6171018:18628;41.3381179;-105.6169938,way_type=user_defined:way_id=80W -edge,18628,18628;41.3381179;-105.6169938:18629;41.337906;-105.6168917,way_type=user_defined:way_id=80W -edge,18629,18629;41.337906;-105.6168917:18630;41.337705;-105.6168049,way_type=user_defined:way_id=80W -edge,18630,18630;41.337705;-105.6168049:18631;41.3374951;-105.6167254,way_type=user_defined:way_id=80W -edge,18631,18631;41.3374951;-105.6167254:18632;41.3372558;-105.616649,way_type=user_defined:way_id=80W -edge,18632,18632;41.3372558;-105.616649:18633;41.3370701;-105.6165981,way_type=user_defined:way_id=80W -edge,18633,18633;41.3370701;-105.6165981:18634;41.3368492;-105.6165467,way_type=user_defined:way_id=80W -edge,18634,18634;41.3368492;-105.6165467:18635;41.3366416;-105.6165066,way_type=user_defined:way_id=80W -edge,18635,18635;41.3366416;-105.6165066:18636;41.3365845;-105.6164971,way_type=user_defined:way_id=80W -edge,18636,18636;41.3365845;-105.6164971:18637;41.3364196;-105.6164705,way_type=user_defined:way_id=80W -edge,18637,18637;41.3364196;-105.6164705:18638;41.3362112;-105.6164419,way_type=user_defined:way_id=80W -edge,18638,18638;41.3362112;-105.6164419:18639;41.3359888;-105.616416,way_type=user_defined:way_id=80W -edge,18639,18639;41.3359888;-105.616416:18640;41.3358521;-105.6164024,way_type=user_defined:way_id=80W -edge,18640,18640;41.3358521;-105.6164024:18641;41.33504626;-105.6163281,way_type=user_defined:way_id=80W -edge,18641,18641;41.33504626;-105.6163281:18642;41.33497944;-105.616325,way_type=user_defined:way_id=80W -edge,18642,18642;41.33497944;-105.616325:18643;41.33488283;-105.6163176,way_type=user_defined:way_id=80W -edge,18643,18643;41.33488283;-105.6163176:18644;41.33414989;-105.6162616,way_type=user_defined:way_id=80W -edge,18644,18644;41.33414989;-105.6162616:18645;41.333158;-105.6161659,way_type=user_defined:way_id=80W -edge,18645,18645;41.333158;-105.6161659:18646;41.333158;-105.6161659,way_type=user_defined:way_id=80W -edge,18646,18646;41.333158;-105.6161659:18647;41.33282426;-105.6161352,way_type=user_defined:way_id=80W -edge,18647,18647;41.33282426;-105.6161352:18648;41.33258737;-105.6161167,way_type=user_defined:way_id=80W -edge,18648,18648;41.33258737;-105.6161167:18649;41.33130448;-105.6160053,way_type=user_defined:way_id=80W -edge,18649,18649;41.33130448;-105.6160053:18650;41.3305798;-105.6159423,way_type=user_defined:way_id=80W -edge,18650,18650;41.3305798;-105.6159423:18651;41.329767;-105.6158695,way_type=user_defined:way_id=80W -edge,18651,18651;41.329767;-105.6158695:18652;41.3291146;-105.6158133,way_type=user_defined:way_id=80W -edge,18652,18652;41.3291146;-105.6158133:18653;41.3284435;-105.6157521,way_type=user_defined:way_id=80W -edge,18653,18653;41.3284435;-105.6157521:18654;41.328218;-105.6157358,way_type=user_defined:way_id=80W -edge,18654,18654;41.328218;-105.6157358:18655;41.32794907;-105.6157126,way_type=user_defined:way_id=80W -edge,18655,18655;41.32794907;-105.6157126:18656;41.32794907;-105.6157126,way_type=user_defined:way_id=80W -edge,18656,18656;41.32794907;-105.6157126:18657;41.327102;-105.6156383,way_type=user_defined:way_id=80W -edge,18657,18657;41.327102;-105.6156383:18658;41.3258222;-105.615531,way_type=user_defined:way_id=80W -edge,18658,18658;41.3258222;-105.615531:18659;41.32440379;-105.6154065,way_type=user_defined:way_id=80W -edge,18659,18659;41.32440379;-105.6154065:18660;41.3235766;-105.6153339,way_type=user_defined:way_id=80W -edge,18660,18660;41.3235766;-105.6153339:18661;41.3235766;-105.6153339,way_type=user_defined:way_id=80W -edge,18661,18661;41.3235766;-105.6153339:18662;41.32317346;-105.6152988,way_type=user_defined:way_id=80W -edge,18662,18662;41.32317346;-105.6152988:18663;41.3229206;-105.6152768,way_type=user_defined:way_id=80W -edge,18663,18663;41.3229206;-105.6152768:18664;41.3215058;-105.6151495,way_type=user_defined:way_id=80W -edge,18664,18664;41.3215058;-105.6151495:18665;41.3208012;-105.6150901,way_type=user_defined:way_id=80W -edge,18665,18665;41.3208012;-105.6150901:18666;41.3197701;-105.6149988,way_type=user_defined:way_id=80W -edge,18666,18666;41.3197701;-105.6149988:18667;41.3191951;-105.6149503,way_type=user_defined:way_id=80W -edge,18667,18667;41.3191951;-105.6149503:18668;41.3183893;-105.6148763,way_type=user_defined:way_id=80W -edge,18668,18668;41.3183893;-105.6148763:18669;41.3179455;-105.614843,way_type=user_defined:way_id=80W -edge,18669,18669;41.3179455;-105.614843:18670;41.31765561;-105.6148182,way_type=user_defined:way_id=80W -edge,18670,18670;41.31765561;-105.6148182:18671;41.31765561;-105.6148182,way_type=user_defined:way_id=80W -edge,18671,18671;41.31765561;-105.6148182:18672;41.31646644;-105.6147154,way_type=user_defined:way_id=80W -edge,18672,18672;41.31646644;-105.6147154:18673;41.3152855;-105.6146134,way_type=user_defined:way_id=80W -edge,18673,18673;41.3152855;-105.6146134:18674;41.3152855;-105.6146134,way_type=user_defined:way_id=80W -edge,18674,18674;41.3152855;-105.6146134:18675;41.3147212;-105.6145661,way_type=user_defined:way_id=80W -edge,18675,18675;41.3147212;-105.6145661:18676;41.3129833;-105.6144132,way_type=user_defined:way_id=80W -edge,18676,18676;41.3129833;-105.6144132:18677;41.31233138;-105.6143574,way_type=user_defined:way_id=80W -edge,18677,18677;41.31233138;-105.6143574:18678;41.3114269;-105.61428,way_type=user_defined:way_id=80W -edge,18678,18678;41.3114269;-105.61428:18679;41.31064;-105.6142077,way_type=user_defined:way_id=80W -edge,18679,18679;41.31064;-105.6142077:18680;41.3100036;-105.6141534,way_type=user_defined:way_id=80W -edge,18680,18680;41.3100036;-105.6141534:18681;41.3097985;-105.6141335,way_type=user_defined:way_id=80W -edge,18681,18681;41.3097985;-105.6141335:18682;41.3095985;-105.6141105,way_type=user_defined:way_id=80W -edge,18682,18682;41.3095985;-105.6141105:18683;41.3092116;-105.6140609,way_type=user_defined:way_id=80W -edge,18683,18683;41.3092116;-105.6140609:18684;41.30902139;-105.6140427,way_type=user_defined:way_id=80W -edge,18684,18684;41.30902139;-105.6140427:18685;41.30902139;-105.6140427,way_type=user_defined:way_id=80W -edge,18685,18685;41.30902139;-105.6140427:18686;41.3087787;-105.6140251,way_type=user_defined:way_id=80W -edge,18686,18686;41.3087787;-105.6140251:18687;41.3081829;-105.6139872,way_type=user_defined:way_id=80W -edge,18687,18687;41.3081829;-105.6139872:18688;41.3079868;-105.6139717,way_type=user_defined:way_id=80W -edge,18688,18688;41.3079868;-105.6139717:18689;41.3064494;-105.6138373,way_type=user_defined:way_id=80W -edge,18689,18689;41.3064494;-105.6138373:18690;41.306336;-105.6138271,way_type=user_defined:way_id=80W -edge,18690,18690;41.306336;-105.6138271:18691;41.3061164;-105.613804,way_type=user_defined:way_id=80W -edge,18691,18691;41.3061164;-105.613804:18692;41.3059182;-105.6137776,way_type=user_defined:way_id=80W -edge,18692,18692;41.3059182;-105.6137776:18693;41.305837;-105.6137635,way_type=user_defined:way_id=80W -edge,18693,18693;41.305837;-105.6137635:18694;41.3057124;-105.6137418,way_type=user_defined:way_id=80W -edge,18694,18694;41.3057124;-105.6137418:18695;41.3055194;-105.6136992,way_type=user_defined:way_id=80W -edge,18695,18695;41.3055194;-105.6136992:18696;41.3053105;-105.6136425,way_type=user_defined:way_id=80W -edge,18696,18696;41.3053105;-105.6136425:18697;41.3050942;-105.6135711,way_type=user_defined:way_id=80W -edge,18697,18697;41.3050942;-105.6135711:18698;41.3048838;-105.6134904,way_type=user_defined:way_id=80W -edge,18698,18698;41.3048838;-105.6134904:18699;41.3046737;-105.6133978,way_type=user_defined:way_id=80W -edge,18699,18699;41.3046737;-105.6133978:18700;41.3044464;-105.6132815,way_type=user_defined:way_id=80W -edge,18700,18700;41.3044464;-105.6132815:18701;41.3042497;-105.6131668,way_type=user_defined:way_id=80W -edge,18701,18701;41.3042497;-105.6131668:18702;41.3040767;-105.613054,way_type=user_defined:way_id=80W -edge,18702,18702;41.3040767;-105.613054:18703;41.3038574;-105.6128964,way_type=user_defined:way_id=80W -edge,18703,18703;41.3038574;-105.6128964:18704;41.3036752;-105.6127501,way_type=user_defined:way_id=80W -edge,18704,18704;41.3036752;-105.6127501:18705;41.3034927;-105.612588,way_type=user_defined:way_id=80W -edge,18705,18705;41.3034927;-105.612588:18706;41.3033213;-105.6124225,way_type=user_defined:way_id=80W -edge,18706,18706;41.3033213;-105.6124225:18707;41.3031448;-105.6122365,way_type=user_defined:way_id=80W -edge,18707,18707;41.3031448;-105.6122365:18708;41.3029866;-105.6120521,way_type=user_defined:way_id=80W -edge,18708,18708;41.3029866;-105.6120521:18709;41.3029082;-105.6119531,way_type=user_defined:way_id=80W -edge,18709,18709;41.3029082;-105.6119531:18710;41.3029082;-105.6119531,way_type=user_defined:way_id=80W -edge,18710,18710;41.3029082;-105.6119531:18711;41.3028298;-105.6118536,way_type=user_defined:way_id=80W -edge,18711,18711;41.3028298;-105.6118536:18712;41.3026794;-105.6116468,way_type=user_defined:way_id=80W -edge,18712,18712;41.3026794;-105.6116468:18713;41.3025318;-105.6114258,way_type=user_defined:way_id=80W -edge,18713,18713;41.3025318;-105.6114258:18714;41.302396;-105.6112051,way_type=user_defined:way_id=80W -edge,18714,18714;41.302396;-105.6112051:18715;41.3022677;-105.610978,way_type=user_defined:way_id=80W -edge,18715,18715;41.3022677;-105.610978:18716;41.3021469;-105.6107451,way_type=user_defined:way_id=80W -edge,18716,18716;41.3021469;-105.6107451:18717;41.3020409;-105.6105243,way_type=user_defined:way_id=80W -edge,18717,18717;41.3020409;-105.6105243:18718;41.302012;-105.6104594,way_type=user_defined:way_id=80W -edge,18718,18718;41.302012;-105.6104594:18719;41.3019316;-105.6102733,way_type=user_defined:way_id=80W -edge,18719,18719;41.3019316;-105.6102733:18720;41.3018317;-105.6100178,way_type=user_defined:way_id=80W -edge,18720,18720;41.3018317;-105.6100178:18721;41.3017388;-105.6097595,way_type=user_defined:way_id=80W -edge,18721,18721;41.3017388;-105.6097595:18722;41.3016725;-105.6095602,way_type=user_defined:way_id=80W -edge,18722,18722;41.3016725;-105.6095602:18723;41.301581;-105.609264,way_type=user_defined:way_id=80W -edge,18723,18723;41.301581;-105.609264:18724;41.3015039;-105.6089927,way_type=user_defined:way_id=80W -edge,18724,18724;41.3015039;-105.6089927:18725;41.3014483;-105.60879,way_type=user_defined:way_id=80W -edge,18725,18725;41.3014483;-105.60879:18726;41.3013013;-105.6082448,way_type=user_defined:way_id=80W -edge,18726,18726;41.3013013;-105.6082448:18727;41.3011889;-105.6078338,way_type=user_defined:way_id=80W -edge,18727,18727;41.3011889;-105.6078338:18728;41.3011554;-105.6076865,way_type=user_defined:way_id=80W -edge,18728,18728;41.3011554;-105.6076865:18729;41.3009993;-105.6071104,way_type=user_defined:way_id=80W -edge,18729,18729;41.3009993;-105.6071104:18730;41.3002637;-105.6043689,way_type=user_defined:way_id=80W -edge,18730,18730;41.3002637;-105.6043689:18731;41.3000434;-105.6035533,way_type=user_defined:way_id=80W -edge,18731,18731;41.3000434;-105.6035533:18732;41.2999057;-105.6030369,way_type=user_defined:way_id=80W -edge,18732,18732;41.2999057;-105.6030369:18733;41.2995819;-105.6018466,way_type=user_defined:way_id=80W -edge,18733,18733;41.2995819;-105.6018466:18734;41.299387;-105.6011244,way_type=user_defined:way_id=80W -edge,18734,18734;41.299387;-105.6011244:18735;41.2989327;-105.5994226,way_type=user_defined:way_id=80W -edge,18735,18735;41.2989327;-105.5994226:18736;41.29855796;-105.5980419,way_type=user_defined:way_id=80W -edge,18736,18736;41.29855796;-105.5980419:18737;41.2984147;-105.5975141,way_type=user_defined:way_id=80W -edge,18737,18737;41.2984147;-105.5975141:18738;41.29832312;-105.5971689,way_type=user_defined:way_id=80W -edge,18738,18738;41.29832312;-105.5971689:18739;41.2980342;-105.5960797,way_type=user_defined:way_id=80W -edge,18739,18739;41.2980342;-105.5960797:18740;41.2978974;-105.5955731,way_type=user_defined:way_id=80W -edge,18740,18740;41.2978974;-105.5955731:18741;41.29766462;-105.594722,way_type=user_defined:way_id=80W -edge,18741,18741;41.29766462;-105.594722:18742;41.29766462;-105.594722,way_type=user_defined:way_id=80W -edge,18742,18742;41.29766462;-105.594722:18743;41.29764884;-105.5946641,way_type=user_defined:way_id=80W -edge,18743,18743;41.29764884;-105.5946641:18744;41.29764884;-105.5946641,way_type=user_defined:way_id=80W -edge,18744,18744;41.29764884;-105.5946641:18745;41.2972911;-105.5933367,way_type=user_defined:way_id=80W -edge,18745,18745;41.2972911;-105.5933367:18746;41.2970986;-105.5926167,way_type=user_defined:way_id=80W -edge,18746,18746;41.2970986;-105.5926167:18747;41.296843;-105.5916713,way_type=user_defined:way_id=80W -edge,18747,18747;41.296843;-105.5916713:18748;41.29681875;-105.5915807,way_type=user_defined:way_id=80W -edge,18748,18748;41.29681875;-105.5915807:18749;41.2966496;-105.5909489,way_type=user_defined:way_id=80W -edge,18749,18749;41.2966496;-105.5909489:18750;41.2964213;-105.5901069,way_type=user_defined:way_id=80W -edge,18750,18750;41.2964213;-105.5901069:18751;41.2961221;-105.5889942,way_type=user_defined:way_id=80W -edge,18751,18751;41.2961221;-105.5889942:18752;41.29551781;-105.5867352,way_type=user_defined:way_id=80W -edge,18752,18752;41.29551781;-105.5867352:18753;41.2953988;-105.5862903,way_type=user_defined:way_id=80W -edge,18753,18753;41.2953988;-105.5862903:18754;41.2947301;-105.5838114,way_type=user_defined:way_id=80W -edge,18754,18754;41.2947301;-105.5838114:18755;41.2947301;-105.5838114,way_type=user_defined:way_id=80W -edge,18755,18755;41.2947301;-105.5838114:18756;41.29455842;-105.5831761,way_type=user_defined:way_id=80W -edge,18756,18756;41.29455842;-105.5831761:18757;41.2944978;-105.5829517,way_type=user_defined:way_id=80W -edge,18757,18757;41.2944978;-105.5829517:18758;41.2942733;-105.582104,way_type=user_defined:way_id=80W -edge,18758,18758;41.2942733;-105.582104:18759;41.2940988;-105.5814545,way_type=user_defined:way_id=80W -edge,18759,18759;41.2940988;-105.5814545:18760;41.29373024;-105.5801004,way_type=user_defined:way_id=80W -edge,18760,18760;41.29373024;-105.5801004:18761;41.29373024;-105.5801004,way_type=user_defined:way_id=80W -edge,18761,18761;41.29373024;-105.5801004:18762;41.2935376;-105.5793783,way_type=user_defined:way_id=80W -edge,18762,18762;41.2935376;-105.5793783:18763;41.2930208;-105.57747,way_type=user_defined:way_id=80W -edge,18763,18763;41.2930208;-105.57747:18764;41.2929497;-105.5771938,way_type=user_defined:way_id=80W -edge,18764,18764;41.2929497;-105.5771938:18765;41.2928897;-105.5769527,way_type=user_defined:way_id=80W -edge,18765,18765;41.2928897;-105.5769527:18766;41.2927383;-105.5763272,way_type=user_defined:way_id=80W -edge,18766,18766;41.2927383;-105.5763272:18767;41.2926428;-105.575915,way_type=user_defined:way_id=80W -edge,18767,18767;41.2926428;-105.575915:18768;41.2925418;-105.5754655,way_type=user_defined:way_id=80W -edge,18768,18768;41.2925418;-105.5754655:18769;41.2924302;-105.5749513,way_type=user_defined:way_id=80W -edge,18769,18769;41.2924302;-105.5749513:18770;41.2923794;-105.5747067,way_type=user_defined:way_id=80W -edge,18770,18770;41.2923794;-105.5747067:18771;41.2923151;-105.5743889,way_type=user_defined:way_id=80W -edge,18771,18771;41.2923151;-105.5743889:18772;41.2922058;-105.573824,way_type=user_defined:way_id=80W -edge,18772,18772;41.2922058;-105.573824:18773;41.2920995;-105.5732381,way_type=user_defined:way_id=80W -edge,18773,18773;41.2920995;-105.5732381:18774;41.2920439;-105.5729168,way_type=user_defined:way_id=80W -edge,18774,18774;41.2920439;-105.5729168:18775;41.2919561;-105.5723832,way_type=user_defined:way_id=80W -edge,18775,18775;41.2919561;-105.5723832:18776;41.2918795;-105.5718852,way_type=user_defined:way_id=80W -edge,18776,18776;41.2918795;-105.5718852:18777;41.2918289;-105.5715345,way_type=user_defined:way_id=80W -edge,18777,18777;41.2918289;-105.5715345:18778;41.2917753;-105.5711407,way_type=user_defined:way_id=80W -edge,18778,18778;41.2917753;-105.5711407:18779;41.2917152;-105.5706749,way_type=user_defined:way_id=80W -edge,18779,18779;41.2917152;-105.5706749:18780;41.2916767;-105.5703606,way_type=user_defined:way_id=80W -edge,18780,18780;41.2916767;-105.5703606:18781;41.2916144;-105.5698257,way_type=user_defined:way_id=80W -edge,18781,18781;41.2916144;-105.5698257:18782;41.2915839;-105.5695503,way_type=user_defined:way_id=80W -edge,18782,18782;41.2915839;-105.5695503:18783;41.2915523;-105.5692446,way_type=user_defined:way_id=80W -edge,18783,18783;41.2915523;-105.5692446:18784;41.2915257;-105.5689671,way_type=user_defined:way_id=80W -edge,18784,18784;41.2915257;-105.5689671:18785;41.2914996;-105.5686704,way_type=user_defined:way_id=80W -edge,18785,18785;41.2914996;-105.5686704:18786;41.2914712;-105.5683092,way_type=user_defined:way_id=80W -edge,18786,18786;41.2914712;-105.5683092:18787;41.2914144;-105.5675353,way_type=user_defined:way_id=80W -edge,18787,18787;41.2914144;-105.5675353:18788;41.2913745;-105.5669542,way_type=user_defined:way_id=80W -edge,18788,18788;41.2913745;-105.5669542:18789;41.291357;-105.5666623,way_type=user_defined:way_id=80W -edge,18789,18789;41.291357;-105.5666623:18790;41.2913427;-105.5663794,way_type=user_defined:way_id=80W -edge,18790,18790;41.2913427;-105.5663794:18791;41.2913302;-105.5660871,way_type=user_defined:way_id=80W -edge,18791,18791;41.2913302;-105.5660871:18792;41.2913182;-105.5657568,way_type=user_defined:way_id=80W -edge,18792,18792;41.2913182;-105.5657568:18793;41.29130883;-105.5654182,way_type=user_defined:way_id=80W -edge,18793,18793;41.29130883;-105.5654182:18794;41.2913033;-105.5651525,way_type=user_defined:way_id=80W -edge,18794,18794;41.2913033;-105.5651525:18795;41.2912973;-105.5647184,way_type=user_defined:way_id=80W -edge,18795,18795;41.2912973;-105.5647184:18796;41.291291;-105.5640316,way_type=user_defined:way_id=80W -edge,18796,18796;41.291291;-105.5640316:18797;41.2912895;-105.5637316,way_type=user_defined:way_id=80W -edge,18797,18797;41.2912895;-105.5637316:18798;41.2912906;-105.563161,way_type=user_defined:way_id=80W -edge,18798,18798;41.2912906;-105.563161:18799;41.2912873;-105.5625061,way_type=user_defined:way_id=80W -edge,18799,18799;41.2912873;-105.5625061:18800;41.2912877;-105.5613586,way_type=user_defined:way_id=80W -edge,18800,18800;41.2912877;-105.5613586:18801;41.2912844;-105.5599741,way_type=user_defined:way_id=80W -edge,18801,18801;41.2912844;-105.5599741:18802;41.2912844;-105.5549856,way_type=user_defined:way_id=80W -edge,18802,18802;41.2912844;-105.5549856:18803;41.2912816;-105.5529624,way_type=user_defined:way_id=80W -edge,18803,18803;41.2912816;-105.5529624:18804;41.2912823;-105.5523424,way_type=user_defined:way_id=80W -edge,18804,18804;41.2912823;-105.5523424:18805;41.2912802;-105.5512234,way_type=user_defined:way_id=80W -edge,18805,18805;41.2912802;-105.5512234:18806;41.2912794;-105.5491078,way_type=user_defined:way_id=80W -edge,18806,18806;41.2912794;-105.5491078:18807;41.2912756;-105.5464217,way_type=user_defined:way_id=80W -edge,18807,18807;41.2912756;-105.5464217:18808;41.2912764;-105.5455508,way_type=user_defined:way_id=80W -edge,18808,18808;41.2912764;-105.5455508:18809;41.2912736;-105.5427632,way_type=user_defined:way_id=80W -edge,18809,18809;41.2912736;-105.5427632:18810;41.2912728;-105.5395826,way_type=user_defined:way_id=80W -edge,18810,18810;41.2912728;-105.5395826:18811;41.2912716;-105.5392135,way_type=user_defined:way_id=80W -edge,18811,18811;41.2912716;-105.5392135:18812;41.291266;-105.5386657,way_type=user_defined:way_id=80W -edge,18812,18812;41.291266;-105.5386657:18813;41.29126797;-105.5381984,way_type=user_defined:way_id=80W -edge,18813,18813;41.29126797;-105.5381984:18814;41.29126797;-105.5381984,way_type=user_defined:way_id=80W -edge,18814,18814;41.29126797;-105.5381984:18815;41.29126842;-105.537705,way_type=user_defined:way_id=80W -edge,18815,18815;41.29126842;-105.537705:18816;41.2912698;-105.5361719,way_type=user_defined:way_id=80W -edge,18816,18816;41.2912698;-105.5361719:18817;41.29126941;-105.5347734,way_type=user_defined:way_id=80W -edge,18817,18817;41.29126941;-105.5347734:18818;41.29126941;-105.5347734,way_type=user_defined:way_id=80W -edge,18818,18818;41.29126941;-105.5347734:18819;41.2912691;-105.5337127,way_type=user_defined:way_id=80W -edge,18819,18819;41.2912691;-105.5337127:18820;41.2912686;-105.5331344,way_type=user_defined:way_id=80W -edge,18820,18820;41.2912686;-105.5331344:18821;41.2912653;-105.5324854,way_type=user_defined:way_id=80W -edge,18821,18821;41.2912653;-105.5324854:18822;41.2912656;-105.5313675,way_type=user_defined:way_id=80W -edge,18822,18822;41.2912656;-105.5313675:18823;41.29126457;-105.5311419,way_type=user_defined:way_id=80W -edge,18823,18823;41.29126457;-105.5311419:18824;41.2912643;-105.5310835,way_type=user_defined:way_id=80W -edge,18824,18824;41.2912643;-105.5310835:18825;41.2912618;-105.5307526,way_type=user_defined:way_id=80W -edge,18825,18825;41.2912618;-105.5307526:18826;41.291258;-105.5304979,way_type=user_defined:way_id=80W -edge,18826,18826;41.291258;-105.5304979:18827;41.2912489;-105.5301686,way_type=user_defined:way_id=80W -edge,18827,18827;41.2912489;-105.5301686:18828;41.2912357;-105.5298778,way_type=user_defined:way_id=80W -edge,18828,18828;41.2912357;-105.5298778:18829;41.2912216;-105.5296624,way_type=user_defined:way_id=80W -edge,18829,18829;41.2912216;-105.5296624:18830;41.2912165;-105.5295875,way_type=user_defined:way_id=80W -edge,18830,18830;41.2912165;-105.5295875:18831;41.291191;-105.5293071,way_type=user_defined:way_id=80W -edge,18831,18831;41.291191;-105.5293071:18832;41.2911547;-105.5290194,way_type=user_defined:way_id=80W -edge,18832,18832;41.2911547;-105.5290194:18833;41.2911066;-105.5287346,way_type=user_defined:way_id=80W -edge,18833,18833;41.2911066;-105.5287346:18834;41.2910913;-105.5286566,way_type=user_defined:way_id=80W -edge,18834,18834;41.2910913;-105.5286566:18835;41.2910913;-105.5286566,way_type=user_defined:way_id=80W -edge,18835,18835;41.2910913;-105.5286566:18836;41.29108197;-105.528609,way_type=user_defined:way_id=80W -edge,18836,18836;41.29108197;-105.528609:18837;41.29108197;-105.528609,way_type=user_defined:way_id=80W -edge,18837,18837;41.29108197;-105.528609:18838;41.29107291;-105.5285628,way_type=user_defined:way_id=80W -edge,18838,18838;41.29107291;-105.5285628:18839;41.29107291;-105.5285628,way_type=user_defined:way_id=80W -edge,18839,18839;41.29107291;-105.5285628:18840;41.2910516;-105.5284541,way_type=user_defined:way_id=80W -edge,18840,18840;41.2910516;-105.5284541:18841;41.2909885;-105.528176,way_type=user_defined:way_id=80W -edge,18841,18841;41.2909885;-105.528176:18842;41.290917;-105.5279013,way_type=user_defined:way_id=80W -edge,18842,18842;41.290917;-105.5279013:18843;41.2908367;-105.527631,way_type=user_defined:way_id=80W -edge,18843,18843;41.2908367;-105.527631:18844;41.2907417;-105.5273503,way_type=user_defined:way_id=80W -edge,18844,18844;41.2907417;-105.5273503:18845;41.2906389;-105.5270801,way_type=user_defined:way_id=80W -edge,18845,18845;41.2906389;-105.5270801:18846;41.290546;-105.5268569,way_type=user_defined:way_id=80W -edge,18846,18846;41.290546;-105.5268569:18847;41.2904356;-105.5266132,way_type=user_defined:way_id=80W -edge,18847,18847;41.2904356;-105.5266132:18848;41.2903146;-105.5263669,way_type=user_defined:way_id=80W -edge,18848,18848;41.2903146;-105.5263669:18849;41.2901782;-105.5261118,way_type=user_defined:way_id=80W -edge,18849,18849;41.2901782;-105.5261118:18850;41.2900357;-105.5258731,way_type=user_defined:way_id=80W -edge,18850,18850;41.2900357;-105.5258731:18851;41.2898955;-105.5256591,way_type=user_defined:way_id=80W -edge,18851,18851;41.2898955;-105.5256591:18852;41.2897389;-105.5254391,way_type=user_defined:way_id=80W -edge,18852,18852;41.2897389;-105.5254391:18853;41.2895867;-105.5252412,way_type=user_defined:way_id=80W -edge,18853,18853;41.2895867;-105.5252412:18854;41.2894304;-105.5250526,way_type=user_defined:way_id=80W -edge,18854,18854;41.2894304;-105.5250526:18855;41.2892636;-105.5248622,way_type=user_defined:way_id=80W -edge,18855,18855;41.2892636;-105.5248622:18856;41.28921632;-105.5248115,way_type=user_defined:way_id=80W -edge,18856,18856;41.28921632;-105.5248115:18857;41.2890932;-105.5246793,way_type=user_defined:way_id=80W -edge,18857,18857;41.2890932;-105.5246793:18858;41.2889015;-105.5244842,way_type=user_defined:way_id=80W -edge,18858,18858;41.2889015;-105.5244842:18859;41.2887421;-105.5243279,way_type=user_defined:way_id=80W -edge,18859,18859;41.2887421;-105.5243279:18860;41.2884774;-105.5240723,way_type=user_defined:way_id=80W -edge,18860,18860;41.2884774;-105.5240723:18861;41.2884774;-105.5240723,way_type=user_defined:way_id=80W -edge,18861,18861;41.2884774;-105.5240723:18862;41.28782852;-105.5234639,way_type=user_defined:way_id=80W -edge,18862,18862;41.28782852;-105.5234639:18863;41.28721643;-105.52289,way_type=user_defined:way_id=80W -edge,18863,18863;41.28721643;-105.52289:18864;41.28644654;-105.5221639,way_type=user_defined:way_id=80W -edge,18864,18864;41.28644654;-105.5221639:18865;41.28545261;-105.5212316,way_type=user_defined:way_id=80W -edge,18865,18865;41.28545261;-105.5212316:18866;41.28459183;-105.5204134,way_type=user_defined:way_id=80W -edge,18866,18866;41.28459183;-105.5204134:18867;41.28408252;-105.5199163,way_type=user_defined:way_id=80W -edge,18867,18867;41.28408252;-105.5199163:18868;41.28343401;-105.5193126,way_type=user_defined:way_id=80W -edge,18868,18868;41.28343401;-105.5193126:18869;41.28263984;-105.5185479,way_type=user_defined:way_id=80W -edge,18869,18869;41.28263984;-105.5185479:18870;41.28157312;-105.5175392,way_type=user_defined:way_id=80W -edge,18870,18870;41.28157312;-105.5175392:18871;41.28046355;-105.5164764,way_type=user_defined:way_id=80W -edge,18871,18871;41.28046355;-105.5164764:18872;41.28000306;-105.5160487,way_type=user_defined:way_id=80W -edge,18872,18872;41.28000306;-105.5160487:18873;41.27965138;-105.5157044,way_type=user_defined:way_id=80W -edge,18873,18873;41.27965138;-105.5157044:18874;41.27932311;-105.5153515,way_type=user_defined:way_id=80W -edge,18874,18874;41.27932311;-105.5153515:18875;41.27904938;-105.5150284,way_type=user_defined:way_id=80W -edge,18875,18875;41.27904938;-105.5150284:18876;41.27880558;-105.514728,way_type=user_defined:way_id=80W -edge,18876,18876;41.27880558;-105.514728:18877;41.27857975;-105.5144352,way_type=user_defined:way_id=80W -edge,18877,18877;41.27857975;-105.5144352:18878;41.27824974;-105.5139717,way_type=user_defined:way_id=80W -edge,18878,18878;41.27824974;-105.5139717:18879;41.2780291;-105.5136233,way_type=user_defined:way_id=80W -edge,18879,18879;41.2780291;-105.5136233:18880;41.27779564;-105.5132359,way_type=user_defined:way_id=80W -edge,18880,18880;41.27779564;-105.5132359:18881;41.27757406;-105.5128481,way_type=user_defined:way_id=80W -edge,18881,18881;41.27757406;-105.5128481:18882;41.27737056;-105.5124598,way_type=user_defined:way_id=80W -edge,18882,18882;41.27737056;-105.5124598:18883;41.27699007;-105.5115821,way_type=user_defined:way_id=80W -edge,18883,18883;41.27699007;-105.5115821:18884;41.27699007;-105.5115821,way_type=user_defined:way_id=80W -edge,18884,18884;41.27699007;-105.5115821:18885;41.2768901;-105.5113517,way_type=user_defined:way_id=80W -edge,18885,18885;41.2768901;-105.5113517:18886;41.2767271;-105.5109686,way_type=user_defined:way_id=80W -edge,18886,18886;41.2767271;-105.5109686:18887;41.2759755;-105.5091773,way_type=user_defined:way_id=80W -edge,18887,18887;41.2759755;-105.5091773:18888;41.2757579;-105.5086654,way_type=user_defined:way_id=80W -edge,18888,18888;41.2757579;-105.5086654:18889;41.2753455;-105.5076877,way_type=user_defined:way_id=80W -edge,18889,18889;41.2753455;-105.5076877:18890;41.2750949;-105.5070873,way_type=user_defined:way_id=80W -edge,18890,18890;41.2750949;-105.5070873:18891;41.2747894;-105.5063627,way_type=user_defined:way_id=80W -edge,18891,18891;41.2747894;-105.5063627:18892;41.2744719;-105.505594,way_type=user_defined:way_id=80W -edge,18892,18892;41.2744719;-105.505594:18893;41.2742626;-105.5050912,way_type=user_defined:way_id=80W -edge,18893,18893;41.2742626;-105.5050912:18894;41.2738064;-105.5040171,way_type=user_defined:way_id=80W -edge,18894,18894;41.2738064;-105.5040171:18895;41.2731965;-105.5025675,way_type=user_defined:way_id=80W -edge,18895,18895;41.2731965;-105.5025675:18896;41.2729726;-105.5020281,way_type=user_defined:way_id=80W -edge,18896,18896;41.2729726;-105.5020281:18897;41.2728684;-105.5017684,way_type=user_defined:way_id=80W -edge,18897,18897;41.2728684;-105.5017684:18898;41.2727691;-105.501505,way_type=user_defined:way_id=80W -edge,18898,18898;41.2727691;-105.501505:18899;41.2726818;-105.5012545,way_type=user_defined:way_id=80W -edge,18899,18899;41.2726818;-105.5012545:18900;41.2725856;-105.5009589,way_type=user_defined:way_id=80W -edge,18900,18900;41.2725856;-105.5009589:18901;41.2725031;-105.5006868,way_type=user_defined:way_id=80W -edge,18901,18901;41.2725031;-105.5006868:18902;41.2724295;-105.5004211,way_type=user_defined:way_id=80W -edge,18902,18902;41.2724295;-105.5004211:18903;41.2723644;-105.5001628,way_type=user_defined:way_id=80W -edge,18903,18903;41.2723644;-105.5001628:18904;41.2723411;-105.5000635,way_type=user_defined:way_id=80W -edge,18904,18904;41.2723411;-105.5000635:18905;41.2722956;-105.4998658,way_type=user_defined:way_id=80W -edge,18905,18905;41.2722956;-105.4998658:18906;41.2722368;-105.4995856,way_type=user_defined:way_id=80W -edge,18906,18906;41.2722368;-105.4995856:18907;41.2721842;-105.4993039,way_type=user_defined:way_id=80W -edge,18907,18907;41.2721842;-105.4993039:18908;41.2721381;-105.499021,way_type=user_defined:way_id=80W -edge,18908,18908;41.2721381;-105.499021:18909;41.2720979;-105.4987371,way_type=user_defined:way_id=80W -edge,18909,18909;41.2720979;-105.4987371:18910;41.272064;-105.498452,way_type=user_defined:way_id=80W -edge,18910,18910;41.272064;-105.498452:18911;41.2720367;-105.4981653,way_type=user_defined:way_id=80W -edge,18911,18911;41.2720367;-105.4981653:18912;41.2720147;-105.4978684,way_type=user_defined:way_id=80W -edge,18912,18912;41.2720147;-105.4978684:18913;41.2719984;-105.4975898,way_type=user_defined:way_id=80W -edge,18913,18913;41.2719984;-105.4975898:18914;41.2719846;-105.4972918,way_type=user_defined:way_id=80W -edge,18914,18914;41.2719846;-105.4972918:18915;41.271974;-105.497012,way_type=user_defined:way_id=80W -edge,18915,18915;41.271974;-105.497012:18916;41.27195;-105.4961712,way_type=user_defined:way_id=80W -edge,18916,18916;41.27195;-105.4961712:18917;41.27191;-105.4949862,way_type=user_defined:way_id=80W -edge,18917,18917;41.27191;-105.4949862:18918;41.2718867;-105.4941478,way_type=user_defined:way_id=80W -edge,18918,18918;41.2718867;-105.4941478:18919;41.2718275;-105.4923497,way_type=user_defined:way_id=80W -edge,18919,18919;41.2718275;-105.4923497:18920;41.27182;-105.4920984,way_type=user_defined:way_id=80W -edge,18920,18920;41.27182;-105.4920984:18921;41.2718147;-105.4918098,way_type=user_defined:way_id=80W -edge,18921,18921;41.2718147;-105.4918098:18922;41.2718154;-105.4914926,way_type=user_defined:way_id=80W -edge,18922,18922;41.2718154;-105.4914926:18923;41.271821;-105.4912335,way_type=user_defined:way_id=80W -edge,18923,18923;41.271821;-105.4912335:18924;41.2718331;-105.490945,way_type=user_defined:way_id=80W -edge,18924,18924;41.2718331;-105.490945:18925;41.2718512;-105.4906549,way_type=user_defined:way_id=80W -edge,18925,18925;41.2718512;-105.4906549:18926;41.2718573;-105.4905798,way_type=user_defined:way_id=80W -edge,18926,18926;41.2718573;-105.4905798:18927;41.2718749;-105.490364,way_type=user_defined:way_id=80W -edge,18927,18927;41.2718749;-105.490364:18928;41.2719033;-105.4900821,way_type=user_defined:way_id=80W -edge,18928,18928;41.2719033;-105.4900821:18929;41.2719368;-105.4897907,way_type=user_defined:way_id=80W -edge,18929,18929;41.2719368;-105.4897907:18930;41.2719791;-105.4894622,way_type=user_defined:way_id=80W -edge,18930,18930;41.2719791;-105.4894622:18931;41.2723098;-105.4871234,way_type=user_defined:way_id=80W -edge,18931,18931;41.2723098;-105.4871234:18932;41.2723403;-105.4869048,way_type=user_defined:way_id=80W -edge,18932,18932;41.2723403;-105.4869048:18933;41.2723765;-105.4866281,way_type=user_defined:way_id=80W -edge,18933,18933;41.2723765;-105.4866281:18934;41.2724099;-105.4863314,way_type=user_defined:way_id=80W -edge,18934,18934;41.2724099;-105.4863314:18935;41.2724361;-105.4860422,way_type=user_defined:way_id=80W -edge,18935,18935;41.2724361;-105.4860422:18936;41.2724542;-105.485761,way_type=user_defined:way_id=80W -edge,18936,18936;41.2724542;-105.485761:18937;41.2724636;-105.4854698,way_type=user_defined:way_id=80W -edge,18937,18937;41.2724636;-105.4854698:18938;41.2724604;-105.4851496,way_type=user_defined:way_id=80W -edge,18938,18938;41.2724604;-105.4851496:18939;41.2724474;-105.4848873,way_type=user_defined:way_id=80W -edge,18939,18939;41.2724474;-105.4848873:18940;41.2724284;-105.4846439,way_type=user_defined:way_id=80W -edge,18940,18940;41.2724284;-105.4846439:18941;41.2724218;-105.4845693,way_type=user_defined:way_id=80W -edge,18941,18941;41.2724218;-105.4845693:18942;41.2723941;-105.4843192,way_type=user_defined:way_id=80W -edge,18942,18942;41.2723941;-105.4843192:18943;41.2723517;-105.4840269,way_type=user_defined:way_id=80W -edge,18943,18943;41.2723517;-105.4840269:18944;41.272302;-105.4837555,way_type=user_defined:way_id=80W -edge,18944,18944;41.272302;-105.4837555:18945;41.272239;-105.4834689,way_type=user_defined:way_id=80W -edge,18945,18945;41.272239;-105.4834689:18946;41.2721604;-105.4831673,way_type=user_defined:way_id=80W -edge,18946,18946;41.2721604;-105.4831673:18947;41.2720812;-105.4829049,way_type=user_defined:way_id=80W -edge,18947,18947;41.2720812;-105.4829049:18948;41.2719895;-105.4826386,way_type=user_defined:way_id=80W -edge,18948,18948;41.2719895;-105.4826386:18949;41.2718875;-105.4823789,way_type=user_defined:way_id=80W -edge,18949,18949;41.2718875;-105.4823789:18950;41.2717758;-105.482128,way_type=user_defined:way_id=80W -edge,18950,18950;41.2717758;-105.482128:18951;41.2716547;-105.4818856,way_type=user_defined:way_id=80W -edge,18951,18951;41.2716547;-105.4818856:18952;41.2715302;-105.4816588,way_type=user_defined:way_id=80W -edge,18952,18952;41.2715302;-105.4816588:18953;41.2713895;-105.4814267,way_type=user_defined:way_id=80W -edge,18953,18953;41.2713895;-105.4814267:18954;41.2712514;-105.4812167,way_type=user_defined:way_id=80W -edge,18954,18954;41.2712514;-105.4812167:18955;41.2710974;-105.4809993,way_type=user_defined:way_id=80W -edge,18955,18955;41.2710974;-105.4809993:18956;41.2709423;-105.4807945,way_type=user_defined:way_id=80W -edge,18956,18956;41.2709423;-105.4807945:18957;41.2707876;-105.4806005,way_type=user_defined:way_id=80W -edge,18957,18957;41.2707876;-105.4806005:18958;41.2706189;-105.4803968,way_type=user_defined:way_id=80W -edge,18958,18958;41.2706189;-105.4803968:18959;41.2701165;-105.4797984,way_type=user_defined:way_id=80W -edge,18959,18959;41.2701165;-105.4797984:18960;41.2692959;-105.478839,way_type=user_defined:way_id=80W -edge,18960,18960;41.2692959;-105.478839:18961;41.268974;-105.4784534,way_type=user_defined:way_id=80W -edge,18961,18961;41.268974;-105.4784534:18962;41.2686453;-105.478071,way_type=user_defined:way_id=80W -edge,18962,18962;41.2686453;-105.478071:18963;41.267659;-105.4769169,way_type=user_defined:way_id=80W -edge,18963,18963;41.267659;-105.4769169:18964;41.2675012;-105.476729,way_type=user_defined:way_id=80W -edge,18964,18964;41.2675012;-105.476729:18965;41.2673355;-105.4765265,way_type=user_defined:way_id=80W -edge,18965,18965;41.2673355;-105.4765265:18966;41.2671829;-105.4763325,way_type=user_defined:way_id=80W -edge,18966,18966;41.2671829;-105.4763325:18967;41.2670061;-105.4760923,way_type=user_defined:way_id=80W -edge,18967,18967;41.2670061;-105.4760923:18968;41.2668792;-105.4759044,way_type=user_defined:way_id=80W -edge,18968,18968;41.2668792;-105.4759044:18969;41.2667408;-105.4756804,way_type=user_defined:way_id=80W -edge,18969,18969;41.2667408;-105.4756804:18970;41.2665935;-105.475417,way_type=user_defined:way_id=80W -edge,18970,18970;41.2665935;-105.475417:18971;41.2664726;-105.4751743,way_type=user_defined:way_id=80W -edge,18971,18971;41.2664726;-105.4751743:18972;41.2663762;-105.4749575,way_type=user_defined:way_id=80W -edge,18972,18972;41.2663762;-105.4749575:18973;41.2662731;-105.4746999,way_type=user_defined:way_id=80W -edge,18973,18973;41.2662731;-105.4746999:18974;41.2661818;-105.474445,way_type=user_defined:way_id=80W -edge,18974,18974;41.2661818;-105.474445:18975;41.2661701;-105.4744108,way_type=user_defined:way_id=80W -edge,18975,18975;41.2661701;-105.4744108:18976;41.2660861;-105.4741397,way_type=user_defined:way_id=80W -edge,18976,18976;41.2660861;-105.4741397:18977;41.2660178;-105.4738836,way_type=user_defined:way_id=80W -edge,18977,18977;41.2660178;-105.4738836:18978;41.2659525;-105.4735925,way_type=user_defined:way_id=80W -edge,18978,18978;41.2659525;-105.4735925:18979;41.2659007;-105.4733071,way_type=user_defined:way_id=80W -edge,18979,18979;41.2659007;-105.4733071:18980;41.2658599;-105.4730269,way_type=user_defined:way_id=80W -edge,18980,18980;41.2658599;-105.4730269:18981;41.2658254;-105.472738,way_type=user_defined:way_id=80W -edge,18981,18981;41.2658254;-105.472738:18982;41.2658021;-105.4724917,way_type=user_defined:way_id=80W -edge,18982,18982;41.2658021;-105.4724917:18983;41.2657958;-105.472419,way_type=user_defined:way_id=80W -edge,18983,18983;41.2657958;-105.472419:18984;41.2657764;-105.4721288,way_type=user_defined:way_id=80W -edge,18984,18984;41.2657764;-105.4721288:18985;41.2657622;-105.4718344,way_type=user_defined:way_id=80W -edge,18985,18985;41.2657622;-105.4718344:18986;41.265707;-105.4704008,way_type=user_defined:way_id=80W -edge,18986,18986;41.265707;-105.4704008:18987;41.2656924;-105.4700681,way_type=user_defined:way_id=80W -edge,18987,18987;41.2656924;-105.4700681:18988;41.2656769;-105.4697831,way_type=user_defined:way_id=80W -edge,18988,18988;41.2656769;-105.4697831:18989;41.2656593;-105.4695278,way_type=user_defined:way_id=80W -edge,18989,18989;41.2656593;-105.4695278:18990;41.2656331;-105.4692341,way_type=user_defined:way_id=80W -edge,18990,18990;41.2656331;-105.4692341:18991;41.2655962;-105.4689111,way_type=user_defined:way_id=80W -edge,18991,18991;41.2655962;-105.4689111:18992;41.2655569;-105.4686358,way_type=user_defined:way_id=80W -edge,18992,18992;41.2655569;-105.4686358:18993;41.2655068;-105.4683547,way_type=user_defined:way_id=80W -edge,18993,18993;41.2655068;-105.4683547:18994;41.2654464;-105.4680771,way_type=user_defined:way_id=80W -edge,18994,18994;41.2654464;-105.4680771:18995;41.265375;-105.467803,way_type=user_defined:way_id=80W -edge,18995,18995;41.265375;-105.467803:18996;41.2652927;-105.4675337,way_type=user_defined:way_id=80W -edge,18996,18996;41.2652927;-105.4675337:18997;41.2652038;-105.4672794,way_type=user_defined:way_id=80W -edge,18997,18997;41.2652038;-105.4672794:18998;41.2651026;-105.4670205,way_type=user_defined:way_id=80W -edge,18998,18998;41.2651026;-105.4670205:18999;41.2649896;-105.4667606,way_type=user_defined:way_id=80W -edge,18999,18999;41.2649896;-105.4667606:19000;41.2648767;-105.4665234,way_type=user_defined:way_id=80W -edge,19000,19000;41.2648767;-105.4665234:19001;41.2647495;-105.466277,way_type=user_defined:way_id=80W -edge,19001,19001;41.2647495;-105.466277:19002;41.2646243;-105.4660515,way_type=user_defined:way_id=80W -edge,19002,19002;41.2646243;-105.4660515:19003;41.2644911;-105.4658224,way_type=user_defined:way_id=80W -edge,19003,19003;41.2644911;-105.4658224:19004;41.2643516;-105.4655888,way_type=user_defined:way_id=80W -edge,19004,19004;41.2643516;-105.4655888:19005;41.2642197;-105.4653717,way_type=user_defined:way_id=80W -edge,19005,19005;41.2642197;-105.4653717:19006;41.2639389;-105.464921,way_type=user_defined:way_id=80W -edge,19006,19006;41.2639389;-105.464921:19007;41.2636532;-105.4644709,way_type=user_defined:way_id=80W -edge,19007,19007;41.2636532;-105.4644709:19008;41.2635178;-105.4642536,way_type=user_defined:way_id=80W -edge,19008,19008;41.2635178;-105.4642536:19009;41.2633795;-105.4640254,way_type=user_defined:way_id=80W -edge,19009,19009;41.2633795;-105.4640254:19010;41.2632491;-105.4637987,way_type=user_defined:way_id=80W -edge,19010,19010;41.2632491;-105.4637987:19011;41.26312;-105.463557,way_type=user_defined:way_id=80W -edge,19011,19011;41.26312;-105.463557:19012;41.2630011;-105.4633157,way_type=user_defined:way_id=80W -edge,19012,19012;41.2630011;-105.4633157:19013;41.2628792;-105.4630415,way_type=user_defined:way_id=80W -edge,19013,19013;41.2628792;-105.4630415:19014;41.2627742;-105.4627756,way_type=user_defined:way_id=80W -edge,19014,19014;41.2627742;-105.4627756:19015;41.2626799;-105.4625121,way_type=user_defined:way_id=80W -edge,19015,19015;41.2626799;-105.4625121:19016;41.262583;-105.4622176,way_type=user_defined:way_id=80W -edge,19016,19016;41.262583;-105.4622176:19017;41.2625107;-105.4619801,way_type=user_defined:way_id=80W -edge,19017,19017;41.2625107;-105.4619801:19018;41.2624236;-105.4616778,way_type=user_defined:way_id=80W -edge,19018,19018;41.2624236;-105.4616778:19019;41.2623466;-105.4613996,way_type=user_defined:way_id=80W -edge,19019,19019;41.2623466;-105.4613996:19020;41.2621187;-105.4605535,way_type=user_defined:way_id=80W -edge,19020,19020;41.2621187;-105.4605535:19021;41.2620243;-105.4602134,way_type=user_defined:way_id=80W -edge,19021,19021;41.2620243;-105.4602134:19022;41.2619472;-105.4599466,way_type=user_defined:way_id=80W -edge,19022,19022;41.2619472;-105.4599466:19023;41.2618858;-105.4597432,way_type=user_defined:way_id=80W -edge,19023,19023;41.2618858;-105.4597432:19024;41.2618562;-105.4596461,way_type=user_defined:way_id=80W -edge,19024,19024;41.2618562;-105.4596461:19025;41.2617693;-105.459374,way_type=user_defined:way_id=80W -edge,19025,19025;41.2617693;-105.459374:19026;41.2616811;-105.4591128,way_type=user_defined:way_id=80W -edge,19026,19026;41.2616811;-105.4591128:19027;41.2615762;-105.4588195,way_type=user_defined:way_id=80W -edge,19027,19027;41.2615762;-105.4588195:19028;41.2614753;-105.4585552,way_type=user_defined:way_id=80W -edge,19028,19028;41.2614753;-105.4585552:19029;41.2613462;-105.4582361,way_type=user_defined:way_id=80W -edge,19029,19029;41.2613462;-105.4582361:19030;41.2612575;-105.4580253,way_type=user_defined:way_id=80W -edge,19030,19030;41.2612575;-105.4580253:19031;41.2611346;-105.4577441,way_type=user_defined:way_id=80W -edge,19031,19031;41.2611346;-105.4577441:19032;41.2610135;-105.4574833,way_type=user_defined:way_id=80W -edge,19032,19032;41.2610135;-105.4574833:19033;41.2608836;-105.457219,way_type=user_defined:way_id=80W -edge,19033,19033;41.2608836;-105.457219:19034;41.2607617;-105.4569826,way_type=user_defined:way_id=80W -edge,19034,19034;41.2607617;-105.4569826:19035;41.260615;-105.4567115,way_type=user_defined:way_id=80W -edge,19035,19035;41.260615;-105.4567115:19036;41.2604816;-105.4564747,way_type=user_defined:way_id=80W -edge,19036,19036;41.2604816;-105.4564747:19037;41.2603495;-105.4562483,way_type=user_defined:way_id=80W -edge,19037,19037;41.2603495;-105.4562483:19038;41.2602022;-105.4560015,way_type=user_defined:way_id=80W -edge,19038,19038;41.2602022;-105.4560015:19039;41.2599036;-105.4555096,way_type=user_defined:way_id=80W -edge,19039,19039;41.2599036;-105.4555096:19040;41.2594742;-105.4548167,way_type=user_defined:way_id=80W -edge,19040,19040;41.2594742;-105.4548167:19041;41.2590946;-105.4541949,way_type=user_defined:way_id=80W -edge,19041,19041;41.2590946;-105.4541949:19042;41.2587525;-105.4536379,way_type=user_defined:way_id=80W -edge,19042,19042;41.2587525;-105.4536379:19043;41.2580232;-105.4524633,way_type=user_defined:way_id=80W -edge,19043,19043;41.2580232;-105.4524633:19044;41.2577492;-105.4520181,way_type=user_defined:way_id=80W -edge,19044,19044;41.2577492;-105.4520181:19045;41.2574385;-105.4515073,way_type=user_defined:way_id=80W -edge,19045,19045;41.2574385;-105.4515073:19046;41.2568907;-105.450617,way_type=user_defined:way_id=80W -edge,19046,19046;41.2568907;-105.450617:19047;41.2561794;-105.4494742,way_type=user_defined:way_id=80W -edge,19047,19047;41.2561794;-105.4494742:19048;41.2560394;-105.4492452,way_type=user_defined:way_id=80W -edge,19048,19048;41.2560394;-105.4492452:19049;41.2559056;-105.4490222,way_type=user_defined:way_id=80W -edge,19049,19049;41.2559056;-105.4490222:19050;41.2557697;-105.4488013,way_type=user_defined:way_id=80W -edge,19050,19050;41.2557697;-105.4488013:19051;41.2556117;-105.4485578,way_type=user_defined:way_id=80W -edge,19051,19051;41.2556117;-105.4485578:19052;41.2554644;-105.4483401,way_type=user_defined:way_id=80W -edge,19052,19052;41.2554644;-105.4483401:19053;41.255329;-105.4481458,way_type=user_defined:way_id=80W -edge,19053,19053;41.255329;-105.4481458:19054;41.2551609;-105.4479135,way_type=user_defined:way_id=80W -edge,19054,19054;41.2551609;-105.4479135:19055;41.2550091;-105.4477128,way_type=user_defined:way_id=80W -edge,19055,19055;41.2550091;-105.4477128:19056;41.2548481;-105.4475105,way_type=user_defined:way_id=80W -edge,19056,19056;41.2548481;-105.4475105:19057;41.2546882;-105.4473203,way_type=user_defined:way_id=80W -edge,19057,19057;41.2546882;-105.4473203:19058;41.2545244;-105.4471359,way_type=user_defined:way_id=80W -edge,19058,19058;41.2545244;-105.4471359:19059;41.2543522;-105.446952,way_type=user_defined:way_id=80W -edge,19059,19059;41.2543522;-105.446952:19060;41.2541597;-105.4467555,way_type=user_defined:way_id=80W -edge,19060,19060;41.2541597;-105.4467555:19061;41.2540049;-105.4466033,way_type=user_defined:way_id=80W -edge,19061,19061;41.2540049;-105.4466033:19062;41.2539336;-105.4465357,way_type=user_defined:way_id=80W -edge,19062,19062;41.2539336;-105.4465357:19063;41.2537954;-105.4464069,way_type=user_defined:way_id=80W -edge,19063,19063;41.2537954;-105.4464069:19064;41.2536416;-105.4462702,way_type=user_defined:way_id=80W -edge,19064,19064;41.2536416;-105.4462702:19065;41.2534615;-105.4461174,way_type=user_defined:way_id=80W -edge,19065,19065;41.2534615;-105.4461174:19066;41.2532479;-105.4459466,way_type=user_defined:way_id=80W -edge,19066,19066;41.2532479;-105.4459466:19067;41.2530555;-105.4458027,way_type=user_defined:way_id=80W -edge,19067,19067;41.2530555;-105.4458027:19068;41.2528605;-105.4456646,way_type=user_defined:way_id=80W -edge,19068,19068;41.2528605;-105.4456646:19069;41.2526946;-105.4455535,way_type=user_defined:way_id=80W -edge,19069,19069;41.2526946;-105.4455535:19070;41.2522507;-105.4452661,way_type=user_defined:way_id=80W -edge,19070,19070;41.2522507;-105.4452661:19071;41.2516669;-105.4448963,way_type=user_defined:way_id=80W -edge,19071,19071;41.2516669;-105.4448963:19072;41.2508434;-105.4443817,way_type=user_defined:way_id=80W -edge,19072,19072;41.2508434;-105.4443817:19073;41.2502038;-105.443978,way_type=user_defined:way_id=80W -edge,19073,19073;41.2502038;-105.443978:19074;41.2493669;-105.4434547,way_type=user_defined:way_id=80W -edge,19074,19074;41.2493669;-105.4434547:19075;41.2481868;-105.4427072,way_type=user_defined:way_id=80W -edge,19075,19075;41.2481868;-105.4427072:19076;41.2468809;-105.4418892,way_type=user_defined:way_id=80W -edge,19076,19076;41.2468809;-105.4418892:19077;41.2464788;-105.4416401,way_type=user_defined:way_id=80W -edge,19077,19077;41.2464788;-105.4416401:19078;41.2460895;-105.4413965,way_type=user_defined:way_id=80W -edge,19078,19078;41.2460895;-105.4413965:19079;41.24583531;-105.4412362,way_type=user_defined:way_id=80W -edge,19079,19079;41.24583531;-105.4412362:19080;41.2451254;-105.4407887,way_type=user_defined:way_id=80W -edge,19080,19080;41.2451254;-105.4407887:19081;41.2441863;-105.440196,way_type=user_defined:way_id=80W -edge,19081,19081;41.2441863;-105.440196:19082;41.24326281;-105.4396214,way_type=user_defined:way_id=80W -edge,19082,19082;41.24326281;-105.4396214:19083;41.2424867;-105.439136,way_type=user_defined:way_id=80W -edge,19083,19083;41.2424867;-105.439136:19084;41.2420857;-105.4388901,way_type=user_defined:way_id=80W -edge,19084,19084;41.2420857;-105.4388901:19085;41.2418608;-105.438759,way_type=user_defined:way_id=80W -edge,19085,19085;41.2418608;-105.438759:19086;41.2416601;-105.4386462,way_type=user_defined:way_id=80W -edge,19086,19086;41.2416601;-105.4386462:19087;41.241459;-105.4385378,way_type=user_defined:way_id=80W -edge,19087,19087;41.241459;-105.4385378:19088;41.2412627;-105.4384375,way_type=user_defined:way_id=80W -edge,19088,19088;41.2412627;-105.4384375:19089;41.2410454;-105.438332,way_type=user_defined:way_id=80W -edge,19089,19089;41.2410454;-105.438332:19090;41.2408404;-105.4382376,way_type=user_defined:way_id=80W -edge,19090,19090;41.2408404;-105.4382376:19091;41.2406144;-105.4381374,way_type=user_defined:way_id=80W -edge,19091,19091;41.2406144;-105.4381374:19092;41.2404008;-105.4380457,way_type=user_defined:way_id=80W -edge,19092,19092;41.2404008;-105.4380457:19093;41.24000768;-105.4378856,way_type=user_defined:way_id=80W -edge,19093,19093;41.24000768;-105.4378856:19094;41.24000768;-105.4378856,way_type=user_defined:way_id=80W -edge,19094,19094;41.24000768;-105.4378856:19095;41.2397692;-105.4377925,way_type=user_defined:way_id=80W -edge,19095,19095;41.2397692;-105.4377925:19096;41.239561;-105.4377163,way_type=user_defined:way_id=80W -edge,19096,19096;41.239561;-105.4377163:19097;41.2393452;-105.4376414,way_type=user_defined:way_id=80W -edge,19097,19097;41.2393452;-105.4376414:19098;41.2391847;-105.4375885,way_type=user_defined:way_id=80W -edge,19098,19098;41.2391847;-105.4375885:19099;41.2388909;-105.4374962,way_type=user_defined:way_id=80W -edge,19099,19099;41.2388909;-105.4374962:19100;41.2386801;-105.4374361,way_type=user_defined:way_id=80W -edge,19100,19100;41.2386801;-105.4374361:19101;41.2384615;-105.4373791,way_type=user_defined:way_id=80W -edge,19101,19101;41.2384615;-105.4373791:19102;41.2382493;-105.4373287,way_type=user_defined:way_id=80W -edge,19102,19102;41.2382493;-105.4373287:19103;41.2373641;-105.4371417,way_type=user_defined:way_id=80W -edge,19103,19103;41.2373641;-105.4371417:19104;41.23698773;-105.4370672,way_type=user_defined:way_id=80W -edge,19104,19104;41.23698773;-105.4370672:19105;41.2369522;-105.4370602,way_type=user_defined:way_id=80W -edge,19105,19105;41.2369522;-105.4370602:19106;41.2364744;-105.4369686,way_type=user_defined:way_id=80W -edge,19106,19106;41.2364744;-105.4369686:19107;41.235443;-105.4367633,way_type=user_defined:way_id=80W -edge,19107,19107;41.235443;-105.4367633:19108;41.235443;-105.4367633,way_type=user_defined:way_id=80W -edge,19108,19108;41.235443;-105.4367633:19109;41.2351522;-105.4367104,way_type=user_defined:way_id=80W -edge,19109,19109;41.2351522;-105.4367104:19110;41.2349309;-105.436675,way_type=user_defined:way_id=80W -edge,19110,19110;41.2349309;-105.436675:19111;41.23478847;-105.4366541,way_type=user_defined:way_id=80W -edge,19111,19111;41.23478847;-105.4366541:19112;41.2347162;-105.4366435,way_type=user_defined:way_id=80W -edge,19112,19112;41.2347162;-105.4366435:19113;41.2345012;-105.4366178,way_type=user_defined:way_id=80W -edge,19113,19113;41.2345012;-105.4366178:19114;41.2342781;-105.4365996,way_type=user_defined:way_id=80W -edge,19114,19114;41.2342781;-105.4365996:19115;41.2340398;-105.4365902,way_type=user_defined:way_id=80W -edge,19115,19115;41.2340398;-105.4365902:19116;41.2338443;-105.4365912,way_type=user_defined:way_id=80W -edge,19116,19116;41.2338443;-105.4365912:19117;41.2337876;-105.4365931,way_type=user_defined:way_id=80W -edge,19117,19117;41.2337876;-105.4365931:19118;41.2336054;-105.4366024,way_type=user_defined:way_id=80W -edge,19118,19118;41.2336054;-105.4366024:19119;41.2333895;-105.4366232,way_type=user_defined:way_id=80W -edge,19119,19119;41.2333895;-105.4366232:19120;41.233139;-105.4366595,way_type=user_defined:way_id=80W -edge,19120,19120;41.233139;-105.4366595:19121;41.2329251;-105.4367,way_type=user_defined:way_id=80W -edge,19121,19121;41.2329251;-105.4367:19122;41.2327063;-105.4367513,way_type=user_defined:way_id=80W -edge,19122,19122;41.2327063;-105.4367513:19123;41.2324967;-105.4368108,way_type=user_defined:way_id=80W -edge,19123,19123;41.2324967;-105.4368108:19124;41.2322827;-105.4368816,way_type=user_defined:way_id=80W -edge,19124,19124;41.2322827;-105.4368816:19125;41.2322077;-105.43691,way_type=user_defined:way_id=80W -edge,19125,19125;41.2322077;-105.43691:19126;41.2320783;-105.4369592,way_type=user_defined:way_id=80W -edge,19126,19126;41.2320783;-105.4369592:19127;41.2318701;-105.4370488,way_type=user_defined:way_id=80W -edge,19127,19127;41.2318701;-105.4370488:19128;41.2316645;-105.4371469,way_type=user_defined:way_id=80W -edge,19128,19128;41.2316645;-105.4371469:19129;41.2314612;-105.4372506,way_type=user_defined:way_id=80W -edge,19129,19129;41.2314612;-105.4372506:19130;41.2312377;-105.4373703,way_type=user_defined:way_id=80W -edge,19130,19130;41.2312377;-105.4373703:19131;41.2310405;-105.43748,way_type=user_defined:way_id=80W -edge,19131,19131;41.2310405;-105.43748:19132;41.230464;-105.4378128,way_type=user_defined:way_id=80W -edge,19132,19132;41.230464;-105.4378128:19133;41.2302599;-105.4379287,way_type=user_defined:way_id=80W -edge,19133,19133;41.2302599;-105.4379287:19134;41.2300694;-105.4380346,way_type=user_defined:way_id=80W -edge,19134,19134;41.2300694;-105.4380346:19135;41.2298901;-105.4381307,way_type=user_defined:way_id=80W -edge,19135,19135;41.2298901;-105.4381307:19136;41.229664;-105.4382457,way_type=user_defined:way_id=80W -edge,19136,19136;41.229664;-105.4382457:19137;41.2294573;-105.438343,way_type=user_defined:way_id=80W -edge,19137,19137;41.2294573;-105.438343:19138;41.2292735;-105.438422,way_type=user_defined:way_id=80W -edge,19138,19138;41.2292735;-105.438422:19139;41.2290455;-105.4385101,way_type=user_defined:way_id=80W -edge,19139,19139;41.2290455;-105.4385101:19140;41.2288587;-105.4385737,way_type=user_defined:way_id=80W -edge,19140,19140;41.2288587;-105.4385737:19141;41.2286437;-105.4386367,way_type=user_defined:way_id=80W -edge,19141,19141;41.2286437;-105.4386367:19142;41.2284252;-105.4386892,way_type=user_defined:way_id=80W -edge,19142,19142;41.2284252;-105.4386892:19143;41.2282109;-105.4387304,way_type=user_defined:way_id=80W -edge,19143,19143;41.2282109;-105.4387304:19144;41.2279973;-105.438762,way_type=user_defined:way_id=80W -edge,19144,19144;41.2279973;-105.438762:19145;41.2277997;-105.438782,way_type=user_defined:way_id=80W -edge,19145,19145;41.2277997;-105.438782:19146;41.2275625;-105.4387942,way_type=user_defined:way_id=80W -edge,19146,19146;41.2275625;-105.4387942:19147;41.2273359;-105.4387921,way_type=user_defined:way_id=80W -edge,19147,19147;41.2273359;-105.4387921:19148;41.227145;-105.4387817,way_type=user_defined:way_id=80W -edge,19148,19148;41.227145;-105.4387817:19149;41.2269115;-105.4387622,way_type=user_defined:way_id=80W -edge,19149,19149;41.2269115;-105.4387622:19150;41.2266855;-105.4387345,way_type=user_defined:way_id=80W -edge,19150,19150;41.2266855;-105.4387345:19151;41.2264951;-105.4387034,way_type=user_defined:way_id=80W -edge,19151,19151;41.2264951;-105.4387034:19152;41.226256;-105.4386558,way_type=user_defined:way_id=80W -edge,19152,19152;41.226256;-105.4386558:19153;41.2260387;-105.4386068,way_type=user_defined:way_id=80W -edge,19153,19153;41.2260387;-105.4386068:19154;41.2245121;-105.4382503,way_type=user_defined:way_id=80W -edge,19154,19154;41.2245121;-105.4382503:19155;41.2242718;-105.438196,way_type=user_defined:way_id=80W -edge,19155,19155;41.2242718;-105.438196:19156;41.224081;-105.4381549,way_type=user_defined:way_id=80W -edge,19156,19156;41.224081;-105.4381549:19157;41.2238623;-105.4381115,way_type=user_defined:way_id=80W -edge,19157,19157;41.2238623;-105.4381115:19158;41.2236226;-105.4380692,way_type=user_defined:way_id=80W -edge,19158,19158;41.2236226;-105.4380692:19159;41.2234115;-105.4380372,way_type=user_defined:way_id=80W -edge,19159,19159;41.2234115;-105.4380372:19160;41.2231934;-105.4380114,way_type=user_defined:way_id=80W -edge,19160,19160;41.2231934;-105.4380114:19161;41.2230265;-105.4379977,way_type=user_defined:way_id=80W -edge,19161,19161;41.2230265;-105.4379977:19162;41.2229689;-105.4379936,way_type=user_defined:way_id=80W -edge,19162,19162;41.2229689;-105.4379936:19163;41.222758;-105.4379845,way_type=user_defined:way_id=80W -edge,19163,19163;41.222758;-105.4379845:19164;41.2225336;-105.4379836,way_type=user_defined:way_id=80W -edge,19164,19164;41.2225336;-105.4379836:19165;41.2223229;-105.4379904,way_type=user_defined:way_id=80W -edge,19165,19165;41.2223229;-105.4379904:19166;41.2221203;-105.4380047,way_type=user_defined:way_id=80W -edge,19166,19166;41.2221203;-105.4380047:19167;41.22197796;-105.4380203,way_type=user_defined:way_id=80W -edge,19167,19167;41.22197796;-105.4380203:19168;41.2219201;-105.4380222,way_type=user_defined:way_id=80W -edge,19168,19168;41.2219201;-105.4380222:19169;41.22149838;-105.4380989,way_type=user_defined:way_id=80W -edge,19169,19169;41.22149838;-105.4380989:19170;41.22113252;-105.4381737,way_type=user_defined:way_id=80W -edge,19170,19170;41.22113252;-105.4381737:19171;41.221021;-105.4382024,way_type=user_defined:way_id=80W -edge,19171,19171;41.221021;-105.4382024:19172;41.2208137;-105.4382602,way_type=user_defined:way_id=80W -edge,19172,19172;41.2208137;-105.4382602:19173;41.220614;-105.4383184,way_type=user_defined:way_id=80W -edge,19173,19173;41.220614;-105.4383184:19174;41.2203794;-105.4383907,way_type=user_defined:way_id=80W -edge,19174,19174;41.2203794;-105.4383907:19175;41.2201726;-105.4384574,way_type=user_defined:way_id=80W -edge,19175,19175;41.2201726;-105.4384574:19176;41.21984609;-105.4385662,way_type=user_defined:way_id=80W -edge,19176,19176;41.21984609;-105.4385662:19177;41.21959554;-105.4386578,way_type=user_defined:way_id=80W -edge,19177,19177;41.21959554;-105.4386578:19178;41.21779504;-105.4392684,way_type=user_defined:way_id=80W -edge,19178,19178;41.21779504;-105.4392684:19179;41.21559205;-105.4400181,way_type=user_defined:way_id=80W -edge,19179,19179;41.21559205;-105.4400181:19180;41.214899;-105.4402556,way_type=user_defined:way_id=80W -edge,19180,19180;41.214899;-105.4402556:19181;41.2141773;-105.4404996,way_type=user_defined:way_id=80W -edge,19181,19181;41.2141773;-105.4404996:19182;41.2135416;-105.4407085,way_type=user_defined:way_id=80W -edge,19182,19182;41.2135416;-105.4407085:19183;41.2131143;-105.4408508,way_type=user_defined:way_id=80W -edge,19183,19183;41.2131143;-105.4408508:19184;41.2128994;-105.4409165,way_type=user_defined:way_id=80W -edge,19184,19184;41.2128994;-105.4409165:19185;41.2126905;-105.4409743,way_type=user_defined:way_id=80W -edge,19185,19185;41.2126905;-105.4409743:19186;41.2124735;-105.4410272,way_type=user_defined:way_id=80W -edge,19186,19186;41.2124735;-105.4410272:19187;41.2122552;-105.4410714,way_type=user_defined:way_id=80W -edge,19187,19187;41.2122552;-105.4410714:19188;41.212043;-105.4411049,way_type=user_defined:way_id=80W -edge,19188,19188;41.212043;-105.4411049:19189;41.2118012;-105.4411317,way_type=user_defined:way_id=80W -edge,19189,19189;41.2118012;-105.4411317:19190;41.2115801;-105.4411458,way_type=user_defined:way_id=80W -edge,19190,19190;41.2115801;-105.4411458:19191;41.2113658;-105.4411502,way_type=user_defined:way_id=80W -edge,19191,19191;41.2113658;-105.4411502:19192;41.2111443;-105.4411442,way_type=user_defined:way_id=80W -edge,19192,19192;41.2111443;-105.4411442:19193;41.2109298;-105.4411285,way_type=user_defined:way_id=80W -edge,19193,19193;41.2109298;-105.4411285:19194;41.2106799;-105.4410959,way_type=user_defined:way_id=80W -edge,19194,19194;41.2106799;-105.4410959:19195;41.2104878;-105.4410611,way_type=user_defined:way_id=80W -edge,19195,19195;41.2104878;-105.4410611:19196;41.2102542;-105.441008,way_type=user_defined:way_id=80W -edge,19196,19196;41.2102542;-105.441008:19197;41.2100366;-105.4409479,way_type=user_defined:way_id=80W -edge,19197,19197;41.2100366;-105.4409479:19198;41.2098557;-105.440889,way_type=user_defined:way_id=80W -edge,19198,19198;41.2098557;-105.440889:19199;41.2098279;-105.4408799,way_type=user_defined:way_id=80W -edge,19199,19199;41.2098279;-105.4408799:19200;41.2096143;-105.440799,way_type=user_defined:way_id=80W -edge,19200,19200;41.2096143;-105.440799:19201;41.2094027;-105.4407103,way_type=user_defined:way_id=80W -edge,19201,19201;41.2094027;-105.4407103:19202;41.2091999;-105.4406179,way_type=user_defined:way_id=80W -edge,19202,19202;41.2091999;-105.4406179:19203;41.208973;-105.4405034,way_type=user_defined:way_id=80W -edge,19203,19203;41.208973;-105.4405034:19204;41.2087686;-105.4403913,way_type=user_defined:way_id=80W -edge,19204,19204;41.2087686;-105.4403913:19205;41.2085728;-105.4402775,way_type=user_defined:way_id=80W -edge,19205,19205;41.2085728;-105.4402775:19206;41.2083464;-105.440139,way_type=user_defined:way_id=80W -edge,19206,19206;41.2083464;-105.440139:19207;41.2079795;-105.4399068,way_type=user_defined:way_id=80W -edge,19207,19207;41.2079795;-105.4399068:19208;41.20739;-105.4395203,way_type=user_defined:way_id=80W -edge,19208,19208;41.20739;-105.4395203:19209;41.2065843;-105.4390027,way_type=user_defined:way_id=80W -edge,19209,19209;41.2065843;-105.4390027:19210;41.2063928;-105.438876,way_type=user_defined:way_id=80W -edge,19210,19210;41.2063928;-105.438876:19211;41.2061973;-105.4387402,way_type=user_defined:way_id=80W -edge,19211,19211;41.2061973;-105.4387402:19212;41.2059793;-105.4385812,way_type=user_defined:way_id=80W -edge,19212,19212;41.2059793;-105.4385812:19213;41.2058187;-105.4384603,way_type=user_defined:way_id=80W -edge,19213,19213;41.2058187;-105.4384603:19214;41.2056535;-105.4383314,way_type=user_defined:way_id=80W -edge,19214,19214;41.2056535;-105.4383314:19215;41.2054474;-105.4381641,way_type=user_defined:way_id=80W -edge,19215,19215;41.2054474;-105.4381641:19216;41.2052616;-105.4380062,way_type=user_defined:way_id=80W -edge,19216,19216;41.2052616;-105.4380062:19217;41.2050536;-105.4378234,way_type=user_defined:way_id=80W -edge,19217,19217;41.2050536;-105.4378234:19218;41.2048761;-105.4376645,way_type=user_defined:way_id=80W -edge,19218,19218;41.2048761;-105.4376645:19219;41.2045172;-105.4373368,way_type=user_defined:way_id=80W -edge,19219,19219;41.2045172;-105.4373368:19220;41.2043358;-105.4371678,way_type=user_defined:way_id=80W -edge,19220,19220;41.2043358;-105.4371678:19221;41.203957;-105.4368087,way_type=user_defined:way_id=80W -edge,19221,19221;41.203957;-105.4368087:19222;41.2037988;-105.4366607,way_type=user_defined:way_id=80W -edge,19222,19222;41.2037988;-105.4366607:19223;41.2032451;-105.4361483,way_type=user_defined:way_id=80W -edge,19223,19223;41.2032451;-105.4361483:19224;41.2028203;-105.4357509,way_type=user_defined:way_id=80W -edge,19224,19224;41.2028203;-105.4357509:19225;41.2025054;-105.4354604,way_type=user_defined:way_id=80W -edge,19225,19225;41.2025054;-105.4354604:19226;41.2021387;-105.4351162,way_type=user_defined:way_id=80W -edge,19226,19226;41.2021387;-105.4351162:19227;41.2017767;-105.4347827,way_type=user_defined:way_id=80W -edge,19227,19227;41.2017767;-105.4347827:19228;41.2012629;-105.4343046,way_type=user_defined:way_id=80W -edge,19228,19228;41.2012629;-105.4343046:19229;41.2005174;-105.4336027,way_type=user_defined:way_id=80W -edge,19229,19229;41.2005174;-105.4336027:19230;41.1996207;-105.4327797,way_type=user_defined:way_id=80W -edge,19230,19230;41.1996207;-105.4327797:19231;41.1987513;-105.4319755,way_type=user_defined:way_id=80W -edge,19231,19231;41.1987513;-105.4319755:19232;41.1983968;-105.4316439,way_type=user_defined:way_id=80W -edge,19232,19232;41.1983968;-105.4316439:19233;41.1978826;-105.4311685,way_type=user_defined:way_id=80W -edge,19233,19233;41.1978826;-105.4311685:19234;41.1974567;-105.4307698,way_type=user_defined:way_id=80W -edge,19234,19234;41.1974567;-105.4307698:19235;41.1966601;-105.43003,way_type=user_defined:way_id=80W -edge,19235,19235;41.1966601;-105.43003:19236;41.19617349;-105.4295809,way_type=user_defined:way_id=80W -edge,19236,19236;41.19617349;-105.4295809:19237;41.19526246;-105.428748,way_type=user_defined:way_id=80W -edge,19237,19237;41.19526246;-105.428748:19238;41.19467429;-105.4282074,way_type=user_defined:way_id=80W -edge,19238,19238;41.19467429;-105.4282074:19239;41.19410396;-105.4276661,way_type=user_defined:way_id=80W -edge,19239,19239;41.19410396;-105.4276661:19240;41.19329142;-105.4269118,way_type=user_defined:way_id=80W -edge,19240,19240;41.19329142;-105.4269118:19241;41.1926003;-105.426288,way_type=user_defined:way_id=80W -edge,19241,19241;41.1926003;-105.426288:19242;41.19257733;-105.4262657,way_type=user_defined:way_id=80W -edge,19242,19242;41.19257733;-105.4262657:19243;41.19207217;-105.4257769,way_type=user_defined:way_id=80W -edge,19243,19243;41.19207217;-105.4257769:19244;41.19133245;-105.4250992,way_type=user_defined:way_id=80W -edge,19244,19244;41.19133245;-105.4250992:19245;41.19073832;-105.4245591,way_type=user_defined:way_id=80W -edge,19245,19245;41.19073832;-105.4245591:19246;41.19027223;-105.424172,way_type=user_defined:way_id=80W -edge,19246,19246;41.19027223;-105.424172:19247;41.18993956;-105.4239071,way_type=user_defined:way_id=80W -edge,19247,19247;41.18993956;-105.4239071:19248;41.18963765;-105.4236962,way_type=user_defined:way_id=80W -edge,19248,19248;41.18963765;-105.4236962:19249;41.18928749;-105.4234634,way_type=user_defined:way_id=80W -edge,19249,19249;41.18928749;-105.4234634:19250;41.18891987;-105.4232386,way_type=user_defined:way_id=80W -edge,19250,19250;41.18891987;-105.4232386:19251;41.18850444;-105.4230158,way_type=user_defined:way_id=80W -edge,19251,19251;41.18850444;-105.4230158:19252;41.18809526;-105.4228084,way_type=user_defined:way_id=80W -edge,19252,19252;41.18809526;-105.4228084:19253;41.18770451;-105.422632,way_type=user_defined:way_id=80W -edge,19253,19253;41.18770451;-105.422632:19254;41.18733821;-105.4224784,way_type=user_defined:way_id=80W -edge,19254,19254;41.18733821;-105.4224784:19255;41.18695414;-105.4223411,way_type=user_defined:way_id=80W -edge,19255,19255;41.18695414;-105.4223411:19256;41.18659453;-105.4222269,way_type=user_defined:way_id=80W -edge,19256,19256;41.18659453;-105.4222269:19257;41.18621699;-105.4221209,way_type=user_defined:way_id=80W -edge,19257,19257;41.18621699;-105.4221209:19258;41.18576214;-105.4220174,way_type=user_defined:way_id=80W -edge,19258,19258;41.18576214;-105.4220174:19259;41.18533139;-105.4219292,way_type=user_defined:way_id=80W -edge,19259,19259;41.18533139;-105.4219292:19260;41.18491831;-105.4218322,way_type=user_defined:way_id=80W -edge,19260,19260;41.18491831;-105.4218322:19261;41.18478256;-105.4218058,way_type=user_defined:way_id=80W -edge,19261,19261;41.18478256;-105.4218058:19262;41.18410153;-105.4216616,way_type=user_defined:way_id=80W -edge,19262,19262;41.18410153;-105.4216616:19263;41.18322187;-105.4214697,way_type=user_defined:way_id=80W -edge,19263,19263;41.18322187;-105.4214697:19264;41.18251489;-105.4212721,way_type=user_defined:way_id=80W -edge,19264,19264;41.18251489;-105.4212721:19265;41.18192737;-105.4210864,way_type=user_defined:way_id=80W -edge,19265,19265;41.18192737;-105.4210864:19266;41.18149528;-105.4209271,way_type=user_defined:way_id=80W -edge,19266,19266;41.18149528;-105.4209271:19267;41.18103867;-105.4207292,way_type=user_defined:way_id=80W -edge,19267,19267;41.18103867;-105.4207292:19268;41.18059394;-105.4205307,way_type=user_defined:way_id=80W -edge,19268,19268;41.18059394;-105.4205307:19269;41.18017881;-105.4203236,way_type=user_defined:way_id=80W -edge,19269,19269;41.18017881;-105.4203236:19270;41.17981734;-105.4201226,way_type=user_defined:way_id=80W -edge,19270,19270;41.17981734;-105.4201226:19271;41.17935925;-105.4198461,way_type=user_defined:way_id=80W -edge,19271,19271;41.17935925;-105.4198461:19272;41.17879792;-105.4194704,way_type=user_defined:way_id=80W -edge,19272,19272;41.17879792;-105.4194704:19273;41.1783269;-105.4191389,way_type=user_defined:way_id=80W -edge,19273,19273;41.1783269;-105.4191389:19274;41.17787371;-105.4188069,way_type=user_defined:way_id=80W -edge,19274,19274;41.17787371;-105.4188069:19275;41.17743287;-105.418498,way_type=user_defined:way_id=80W -edge,19275,19275;41.17743287;-105.418498:19276;41.17682278;-105.4180609,way_type=user_defined:way_id=80W -edge,19276,19276;41.17682278;-105.4180609:19277;41.17603102;-105.41748,way_type=user_defined:way_id=80W -edge,19277,19277;41.17603102;-105.41748:19278;41.17531842;-105.416983,way_type=user_defined:way_id=80W -edge,19278,19278;41.17531842;-105.416983:19279;41.17403719;-105.4160398,way_type=user_defined:way_id=80W -edge,19279,19279;41.17403719;-105.4160398:19280;41.17033395;-105.4133789,way_type=user_defined:way_id=80W -edge,19280,19280;41.17033395;-105.4133789:19281;41.16943364;-105.4127227,way_type=user_defined:way_id=80W -edge,19281,19281;41.16943364;-105.4127227:19282;41.16783854;-105.4115693,way_type=user_defined:way_id=80W -edge,19282,19282;41.16783854;-105.4115693:19283;41.16615295;-105.4103636,way_type=user_defined:way_id=80W -edge,19283,19283;41.16615295;-105.4103636:19284;41.16516754;-105.4096523,way_type=user_defined:way_id=80W -edge,19284,19284;41.16516754;-105.4096523:19285;41.16473303;-105.4093387,way_type=user_defined:way_id=80W -edge,19285,19285;41.16473303;-105.4093387:19286;41.16409272;-105.4088788,way_type=user_defined:way_id=80W -edge,19286,19286;41.16409272;-105.4088788:19287;41.1636088;-105.4085086,way_type=user_defined:way_id=80W -edge,19287,19287;41.1636088;-105.4085086:19288;41.16322167;-105.4081982,way_type=user_defined:way_id=80W -edge,19288,19288;41.16322167;-105.4081982:19289;41.16283446;-105.4078959,way_type=user_defined:way_id=80W -edge,19289,19289;41.16283446;-105.4078959:19290;41.16255734;-105.4076583,way_type=user_defined:way_id=80W -edge,19290,19290;41.16255734;-105.4076583:19291;41.16255734;-105.4076583,way_type=user_defined:way_id=80W -edge,19291,19291;41.16255734;-105.4076583:19292;41.16236856;-105.4075026,way_type=user_defined:way_id=80W -edge,19292,19292;41.16236856;-105.4075026:19293;41.16207776;-105.4072521,way_type=user_defined:way_id=80W -edge,19293,19293;41.16207776;-105.4072521:19294;41.16159051;-105.4068237,way_type=user_defined:way_id=80W -edge,19294,19294;41.16159051;-105.4068237:19295;41.16093521;-105.4062069,way_type=user_defined:way_id=80W -edge,19295,19295;41.16093521;-105.4062069:19296;41.1603238;-105.4055985,way_type=user_defined:way_id=80W -edge,19296,19296;41.1603238;-105.4055985:19297;41.15983908;-105.4051086,way_type=user_defined:way_id=80W -edge,19297,19297;41.15983908;-105.4051086:19298;41.15979512;-105.4050642,way_type=user_defined:way_id=80W -edge,19298,19298;41.15979512;-105.4050642:19299;41.15934486;-105.4045746,way_type=user_defined:way_id=80W -edge,19299,19299;41.15934486;-105.4045746:19300;41.15889402;-105.4040538,way_type=user_defined:way_id=80W -edge,19300,19300;41.15889402;-105.4040538:19301;41.15840079;-105.4034949,way_type=user_defined:way_id=80W -edge,19301,19301;41.15840079;-105.4034949:19302;41.15801219;-105.402998,way_type=user_defined:way_id=80W -edge,19302,19302;41.15801219;-105.402998:19303;41.15801219;-105.402998,way_type=user_defined:way_id=80W -edge,19303,19303;41.15801219;-105.402998:19304;41.15782829;-105.4027688,way_type=user_defined:way_id=80W -edge,19304,19304;41.15782829;-105.4027688:19305;41.1575358;-105.4023913,way_type=user_defined:way_id=80W -edge,19305,19305;41.1575358;-105.4023913:19306;41.1570374;-105.4017343,way_type=user_defined:way_id=80W -edge,19306,19306;41.1570374;-105.4017343:19307;41.1567657;-105.4013666,way_type=user_defined:way_id=80W -edge,19307,19307;41.1567657;-105.4013666:19308;41.1565664;-105.4010919,way_type=user_defined:way_id=80W -edge,19308,19308;41.1565664;-105.4010919:19309;41.15632;-105.4007458,way_type=user_defined:way_id=80W -edge,19309,19309;41.15632;-105.4007458:19310;41.1561346;-105.4004801,way_type=user_defined:way_id=80W -edge,19310,19310;41.1561346;-105.4004801:19311;41.1559559;-105.4002188,way_type=user_defined:way_id=80W -edge,19311,19311;41.1559559;-105.4002188:19312;41.1558074;-105.3999982,way_type=user_defined:way_id=80W -edge,19312,19312;41.1558074;-105.3999982:19313;41.1555237;-105.3995667,way_type=user_defined:way_id=80W -edge,19313,19313;41.1555237;-105.3995667:19314;41.1553838;-105.3993486,way_type=user_defined:way_id=80W -edge,19314,19314;41.1553838;-105.3993486:19315;41.1552227;-105.3990933,way_type=user_defined:way_id=80W -edge,19315,19315;41.1552227;-105.3990933:19316;41.1549678;-105.3986798,way_type=user_defined:way_id=80W -edge,19316,19316;41.1549678;-105.3986798:19317;41.1547978;-105.3983993,way_type=user_defined:way_id=80W -edge,19317,19317;41.1547978;-105.3983993:19318;41.1545626;-105.3980046,way_type=user_defined:way_id=80W -edge,19318,19318;41.1545626;-105.3980046:19319;41.1545626;-105.3980046,way_type=user_defined:way_id=80W -edge,19319,19319;41.1545626;-105.3980046:19320;41.1544106;-105.3977431,way_type=user_defined:way_id=80W -edge,19320,19320;41.1544106;-105.3977431:19321;41.154282;-105.3975177,way_type=user_defined:way_id=80W -edge,19321,19321;41.154282;-105.3975177:19322;41.1541377;-105.3972611,way_type=user_defined:way_id=80W -edge,19322,19322;41.1541377;-105.3972611:19323;41.1540166;-105.3970423,way_type=user_defined:way_id=80W -edge,19323,19323;41.1540166;-105.3970423:19324;41.1538799;-105.3967915,way_type=user_defined:way_id=80W -edge,19324,19324;41.1538799;-105.3967915:19325;41.1537531;-105.396555,way_type=user_defined:way_id=80W -edge,19325,19325;41.1537531;-105.396555:19326;41.1535057;-105.3960889,way_type=user_defined:way_id=80W -edge,19326,19326;41.1535057;-105.3960889:19327;41.1530081;-105.3951313,way_type=user_defined:way_id=80W -edge,19327,19327;41.1530081;-105.3951313:19328;41.1521804;-105.3935306,way_type=user_defined:way_id=80W -edge,19328,19328;41.1521804;-105.3935306:19329;41.1516735;-105.392555,way_type=user_defined:way_id=80W -edge,19329,19329;41.1516735;-105.392555:19330;41.1512922;-105.3918122,way_type=user_defined:way_id=80W -edge,19330,19330;41.1512922;-105.3918122:19331;41.1508249;-105.3909073,way_type=user_defined:way_id=80W -edge,19331,19331;41.1508249;-105.3909073:19332;41.150448;-105.3901725,way_type=user_defined:way_id=80W -edge,19332,19332;41.150448;-105.3901725:19333;41.1499506;-105.3892164,way_type=user_defined:way_id=80W -edge,19333,19333;41.1499506;-105.3892164:19334;41.1494625;-105.3882672,way_type=user_defined:way_id=80W -edge,19334,19334;41.1494625;-105.3882672:19335;41.1490753;-105.3875301,way_type=user_defined:way_id=80W -edge,19335,19335;41.1490753;-105.3875301:19336;41.1483402;-105.3860969,way_type=user_defined:way_id=80W -edge,19336,19336;41.1483402;-105.3860969:19337;41.1482204;-105.3858595,way_type=user_defined:way_id=80W -edge,19337,19337;41.1482204;-105.3858595:19338;41.1481138;-105.3856436,way_type=user_defined:way_id=80W -edge,19338,19338;41.1481138;-105.3856436:19339;41.1479941;-105.3853933,way_type=user_defined:way_id=80W -edge,19339,19339;41.1479941;-105.3853933:19340;41.1478553;-105.3850914,way_type=user_defined:way_id=80W -edge,19340,19340;41.1478553;-105.3850914:19341;41.1477432;-105.3848362,way_type=user_defined:way_id=80W -edge,19341,19341;41.1477432;-105.3848362:19342;41.1476412;-105.3845949,way_type=user_defined:way_id=80W -edge,19342,19342;41.1476412;-105.3845949:19343;41.1475352;-105.3843371,way_type=user_defined:way_id=80W -edge,19343,19343;41.1475352;-105.3843371:19344;41.1474218;-105.3840534,way_type=user_defined:way_id=80W -edge,19344,19344;41.1474218;-105.3840534:19345;41.1473235;-105.3838027,way_type=user_defined:way_id=80W -edge,19345,19345;41.1473235;-105.3838027:19346;41.1472338;-105.3835681,way_type=user_defined:way_id=80W -edge,19346,19346;41.1472338;-105.3835681:19347;41.1471289;-105.3832808,way_type=user_defined:way_id=80W -edge,19347,19347;41.1471289;-105.3832808:19348;41.1470381;-105.3830172,way_type=user_defined:way_id=80W -edge,19348,19348;41.1470381;-105.3830172:19349;41.1469511;-105.3827519,way_type=user_defined:way_id=80W -edge,19349,19349;41.1469511;-105.3827519:19350;41.1468698;-105.3824941,way_type=user_defined:way_id=80W -edge,19350,19350;41.1468698;-105.3824941:19351;41.1467855;-105.3822184,way_type=user_defined:way_id=80W -edge,19351,19351;41.1467855;-105.3822184:19352;41.1467055;-105.3819506,way_type=user_defined:way_id=80W -edge,19352,19352;41.1467055;-105.3819506:19353;41.1465416;-105.3813881,way_type=user_defined:way_id=80W -edge,19353,19353;41.1465416;-105.3813881:19354;41.1458604;-105.3790321,way_type=user_defined:way_id=80W -edge,19354,19354;41.1458604;-105.3790321:19355;41.145462;-105.3776465,way_type=user_defined:way_id=80W -edge,19355,19355;41.145462;-105.3776465:19356;41.1452263;-105.3768351,way_type=user_defined:way_id=80W -edge,19356,19356;41.1452263;-105.3768351:19357;41.1450738;-105.3763007,way_type=user_defined:way_id=80W -edge,19357,19357;41.1450738;-105.3763007:19358;41.1449987;-105.3760275,way_type=user_defined:way_id=80W -edge,19358,19358;41.1449987;-105.3760275:19359;41.144927;-105.3757523,way_type=user_defined:way_id=80W -edge,19359,19359;41.144927;-105.3757523:19360;41.1448586;-105.3754751,way_type=user_defined:way_id=80W -edge,19360,19360;41.1448586;-105.3754751:19361;41.1447959;-105.3752054,way_type=user_defined:way_id=80W -edge,19361,19361;41.1447959;-105.3752054:19362;41.1447346;-105.3749251,way_type=user_defined:way_id=80W -edge,19362,19362;41.1447346;-105.3749251:19363;41.1446702;-105.3746163,way_type=user_defined:way_id=80W -edge,19363,19363;41.1446702;-105.3746163:19364;41.1446153;-105.3743427,way_type=user_defined:way_id=80W -edge,19364,19364;41.1446153;-105.3743427:19365;41.1445612;-105.3740586,way_type=user_defined:way_id=80W -edge,19365,19365;41.1445612;-105.3740586:19366;41.1445103;-105.3737731,way_type=user_defined:way_id=80W -edge,19366,19366;41.1445103;-105.3737731:19367;41.1444654;-105.3735042,way_type=user_defined:way_id=80W -edge,19367,19367;41.1444654;-105.3735042:19368;41.144421;-105.3732167,way_type=user_defined:way_id=80W -edge,19368,19368;41.144421;-105.3732167:19369;41.1443711;-105.372863,way_type=user_defined:way_id=80W -edge,19369,19369;41.1443711;-105.372863:19370;41.1443431;-105.3726488,way_type=user_defined:way_id=80W -edge,19370,19370;41.1443431;-105.3726488:19371;41.1443196;-105.3724549,way_type=user_defined:way_id=80W -edge,19371,19371;41.1443196;-105.3724549:19372;41.1442771;-105.3720784,way_type=user_defined:way_id=80W -edge,19372,19372;41.1442771;-105.3720784:19373;41.1442445;-105.3717551,way_type=user_defined:way_id=80W -edge,19373,19373;41.1442445;-105.3717551:19374;41.1442192;-105.371476,way_type=user_defined:way_id=80W -edge,19374,19374;41.1442192;-105.371476:19375;41.1441961;-105.3711875,way_type=user_defined:way_id=80W -edge,19375,19375;41.1441961;-105.3711875:19376;41.1441769;-105.3709095,way_type=user_defined:way_id=80W -edge,19376,19376;41.1441769;-105.3709095:19377;41.1441582;-105.3706098,way_type=user_defined:way_id=80W -edge,19377,19377;41.1441582;-105.3706098:19378;41.1441334;-105.3701759,way_type=user_defined:way_id=80W -edge,19378,19378;41.1441334;-105.3701759:19379;41.1440456;-105.3685653,way_type=user_defined:way_id=80W -edge,19379,19379;41.1440456;-105.3685653:19380;41.1439966;-105.3677158,way_type=user_defined:way_id=80W -edge,19380,19380;41.1439966;-105.3677158:19381;41.1439469;-105.3668144,way_type=user_defined:way_id=80W -edge,19381,19381;41.1439469;-105.3668144:19382;41.1439291;-105.3665199,way_type=user_defined:way_id=80W -edge,19382,19382;41.1439291;-105.3665199:19383;41.1439069;-105.3661975,way_type=user_defined:way_id=80W -edge,19383,19383;41.1439069;-105.3661975:19384;41.1438845;-105.3659144,way_type=user_defined:way_id=80W -edge,19384,19384;41.1438845;-105.3659144:19385;41.1438596;-105.3656308,way_type=user_defined:way_id=80W -edge,19385,19385;41.1438596;-105.3656308:19386;41.1438315;-105.365339,way_type=user_defined:way_id=80W -edge,19386,19386;41.1438315;-105.365339:19387;41.1438098;-105.3651325,way_type=user_defined:way_id=80W -edge,19387,19387;41.1438098;-105.3651325:19388;41.1437688;-105.3647671,way_type=user_defined:way_id=80W -edge,19388,19388;41.1437688;-105.3647671:19389;41.1437336;-105.3644872,way_type=user_defined:way_id=80W -edge,19389,19389;41.1437336;-105.3644872:19390;41.143695;-105.364208,way_type=user_defined:way_id=80W -edge,19390,19390;41.143695;-105.364208:19391;41.1436458;-105.3638853,way_type=user_defined:way_id=80W -edge,19391,19391;41.1436458;-105.3638853:19392;41.1436003;-105.3636094,way_type=user_defined:way_id=80W -edge,19392,19392;41.1436003;-105.3636094:19393;41.1435492;-105.3633173,way_type=user_defined:way_id=80W -edge,19393,19393;41.1435492;-105.3633173:19394;41.1434972;-105.3630351,way_type=user_defined:way_id=80W -edge,19394,19394;41.1434972;-105.3630351:19395;41.1434443;-105.3627631,way_type=user_defined:way_id=80W -edge,19395,19395;41.1434443;-105.3627631:19396;41.1433868;-105.3624835,way_type=user_defined:way_id=80W -edge,19396,19396;41.1433868;-105.3624835:19397;41.1433359;-105.3622501,way_type=user_defined:way_id=80W -edge,19397,19397;41.1433359;-105.3622501:19398;41.1432467;-105.3618633,way_type=user_defined:way_id=80W -edge,19398,19398;41.1432467;-105.3618633:19399;41.1431979;-105.3616608,way_type=user_defined:way_id=80W -edge,19399,19399;41.1431979;-105.3616608:19400;41.1431283;-105.361386,way_type=user_defined:way_id=80W -edge,19400,19400;41.1431283;-105.361386:19401;41.1430562;-105.3611125,way_type=user_defined:way_id=80W -edge,19401,19401;41.1430562;-105.3611125:19402;41.1429838;-105.360849,way_type=user_defined:way_id=80W -edge,19402,19402;41.1429838;-105.360849:19403;41.1429039;-105.3605693,way_type=user_defined:way_id=80W -edge,19403,19403;41.1429039;-105.3605693:19404;41.1428265;-105.3603086,way_type=user_defined:way_id=80W -edge,19404,19404;41.1428265;-105.3603086:19405;41.1427437;-105.360041,way_type=user_defined:way_id=80W -edge,19405,19405;41.1427437;-105.360041:19406;41.142658;-105.3597756,way_type=user_defined:way_id=80W -edge,19406,19406;41.142658;-105.3597756:19407;41.1425696;-105.3595115,way_type=user_defined:way_id=80W -edge,19407,19407;41.1425696;-105.3595115:19408;41.1424694;-105.3592233,way_type=user_defined:way_id=80W -edge,19408,19408;41.1424694;-105.3592233:19409;41.1423849;-105.3589886,way_type=user_defined:way_id=80W -edge,19409,19409;41.1423849;-105.3589886:19410;41.1422787;-105.3587047,way_type=user_defined:way_id=80W -edge,19410,19410;41.1422787;-105.3587047:19411;41.1421782;-105.3584482,way_type=user_defined:way_id=80W -edge,19411,19411;41.1421782;-105.3584482:19412;41.1420212;-105.3580643,way_type=user_defined:way_id=80W -edge,19412,19412;41.1420212;-105.3580643:19413;41.141877;-105.3577229,way_type=user_defined:way_id=80W -edge,19413,19413;41.141877;-105.3577229:19414;41.1417678;-105.3574737,way_type=user_defined:way_id=80W -edge,19414,19414;41.1417678;-105.3574737:19415;41.1416552;-105.3572258,way_type=user_defined:way_id=80W -edge,19415,19415;41.1416552;-105.3572258:19416;41.1415284;-105.3569568,way_type=user_defined:way_id=80W -edge,19416,19416;41.1415284;-105.3569568:19417;41.1414062;-105.3567066,way_type=user_defined:way_id=80W -edge,19417,19417;41.1414062;-105.3567066:19418;41.1412724;-105.3564434,way_type=user_defined:way_id=80W -edge,19418,19418;41.1412724;-105.3564434:19419;41.1411639;-105.3562359,way_type=user_defined:way_id=80W -edge,19419,19419;41.1411639;-105.3562359:19420;41.1410542;-105.3560311,way_type=user_defined:way_id=80W -edge,19420,19420;41.1410542;-105.3560311:19421;41.1409254;-105.3557961,way_type=user_defined:way_id=80W -edge,19421,19421;41.1409254;-105.3557961:19422;41.1407778;-105.3555344,way_type=user_defined:way_id=80W -edge,19422,19422;41.1407778;-105.3555344:19423;41.1406761;-105.3553591,way_type=user_defined:way_id=80W -edge,19423,19423;41.1406761;-105.3553591:19424;41.1405107;-105.3550799,way_type=user_defined:way_id=80W -edge,19424,19424;41.1405107;-105.3550799:19425;41.1403703;-105.3548502,way_type=user_defined:way_id=80W -edge,19425,19425;41.1403703;-105.3548502:19426;41.1402365;-105.3546379,way_type=user_defined:way_id=80W -edge,19426,19426;41.1402365;-105.3546379:19427;41.1400916;-105.3544157,way_type=user_defined:way_id=80W -edge,19427,19427;41.1400916;-105.3544157:19428;41.1399484;-105.3542036,way_type=user_defined:way_id=80W -edge,19428,19428;41.1399484;-105.3542036:19429;41.139817;-105.3540134,way_type=user_defined:way_id=80W -edge,19429,19429;41.139817;-105.3540134:19430;41.1396732;-105.3538092,way_type=user_defined:way_id=80W -edge,19430,19430;41.1396732;-105.3538092:19431;41.1395074;-105.3535801,way_type=user_defined:way_id=80W -edge,19431,19431;41.1395074;-105.3535801:19432;41.1393267;-105.3533395,way_type=user_defined:way_id=80W -edge,19432,19432;41.1393267;-105.3533395:19433;41.1385317;-105.3523053,way_type=user_defined:way_id=80W -edge,19433,19433;41.1385317;-105.3523053:19434;41.1385317;-105.3523053,way_type=user_defined:way_id=80W -edge,19434,19434;41.1385317;-105.3523053:19435;41.1380872;-105.3517302,way_type=user_defined:way_id=80W -edge,19435,19435;41.1380872;-105.3517302:19436;41.1376164;-105.3511275,way_type=user_defined:way_id=80W -edge,19436,19436;41.1376164;-105.3511275:19437;41.1344542;-105.3470603,way_type=user_defined:way_id=80W -edge,19437,19437;41.1344542;-105.3470603:19438;41.1335777;-105.3459285,way_type=user_defined:way_id=80W -edge,19438,19438;41.1335777;-105.3459285:19439;41.1330263;-105.3452238,way_type=user_defined:way_id=80W -edge,19439,19439;41.1330263;-105.3452238:19440;41.1327158;-105.3448239,way_type=user_defined:way_id=80W -edge,19440,19440;41.1327158;-105.3448239:19441;41.1325445;-105.3445994,way_type=user_defined:way_id=80W -edge,19441,19441;41.1325445;-105.3445994:19442;41.1322541;-105.3442146,way_type=user_defined:way_id=80W -edge,19442,19442;41.1322541;-105.3442146:19443;41.1321;-105.3440078,way_type=user_defined:way_id=80W -edge,19443,19443;41.1321;-105.3440078:19444;41.1319477;-105.3437995,way_type=user_defined:way_id=80W -edge,19444,19444;41.1319477;-105.3437995:19445;41.1317976;-105.3435887,way_type=user_defined:way_id=80W -edge,19445,19445;41.1317976;-105.3435887:19446;41.1316548;-105.3433821,way_type=user_defined:way_id=80W -edge,19446,19446;41.1316548;-105.3433821:19447;41.1315051;-105.3431592,way_type=user_defined:way_id=80W -edge,19447,19447;41.1315051;-105.3431592:19448;41.13134902;-105.3429195,way_type=user_defined:way_id=80W -edge,19448,19448;41.13134902;-105.3429195:19449;41.13134902;-105.3429195,way_type=user_defined:way_id=80W -edge,19449,19449;41.13134902;-105.3429195:19450;41.1312272;-105.3427274,way_type=user_defined:way_id=80W -edge,19450,19450;41.1312272;-105.3427274:19451;41.1310858;-105.3424973,way_type=user_defined:way_id=80W -edge,19451,19451;41.1310858;-105.3424973:19452;41.1309558;-105.3422796,way_type=user_defined:way_id=80W -edge,19452,19452;41.1309558;-105.3422796:19453;41.13082;-105.3420452,way_type=user_defined:way_id=80W -edge,19453,19453;41.13082;-105.3420452:19454;41.1306909;-105.3418165,way_type=user_defined:way_id=80W -edge,19454,19454;41.1306909;-105.3418165:19455;41.1305644;-105.3415866,way_type=user_defined:way_id=80W -edge,19455,19455;41.1305644;-105.3415866:19456;41.1304411;-105.3413536,way_type=user_defined:way_id=80W -edge,19456,19456;41.1304411;-105.3413536:19457;41.1303158;-105.3411092,way_type=user_defined:way_id=80W -edge,19457,19457;41.1303158;-105.3411092:19458;41.1301839;-105.3408447,way_type=user_defined:way_id=80W -edge,19458,19458;41.1301839;-105.3408447:19459;41.1300777;-105.3406263,way_type=user_defined:way_id=80W -edge,19459,19459;41.1300777;-105.3406263:19460;41.1299764;-105.3404124,way_type=user_defined:way_id=80W -edge,19460,19460;41.1299764;-105.3404124:19461;41.1298512;-105.3401407,way_type=user_defined:way_id=80W -edge,19461,19461;41.1298512;-105.3401407:19462;41.1297393;-105.3398905,way_type=user_defined:way_id=80W -edge,19462,19462;41.1297393;-105.3398905:19463;41.1296306;-105.339638,way_type=user_defined:way_id=80W -edge,19463,19463;41.1296306;-105.339638:19464;41.129525;-105.339383,way_type=user_defined:way_id=80W -edge,19464,19464;41.129525;-105.339383:19465;41.1294254;-105.3391343,way_type=user_defined:way_id=80W -edge,19465,19465;41.1294254;-105.3391343:19466;41.1293606;-105.3389672,way_type=user_defined:way_id=80W -edge,19466,19466;41.1293606;-105.3389672:19467;41.1292305;-105.3386228,way_type=user_defined:way_id=80W -edge,19467,19467;41.1292305;-105.3386228:19468;41.1291325;-105.338352,way_type=user_defined:way_id=80W -edge,19468,19468;41.1291325;-105.338352:19469;41.1290431;-105.3380958,way_type=user_defined:way_id=80W -edge,19469,19469;41.1290431;-105.3380958:19470;41.1289529;-105.3378303,way_type=user_defined:way_id=80W -edge,19470,19470;41.1289529;-105.3378303:19471;41.1288654;-105.3375635,way_type=user_defined:way_id=80W -edge,19471,19471;41.1288654;-105.3375635:19472;41.1287761;-105.3372778,way_type=user_defined:way_id=80W -edge,19472,19472;41.1287761;-105.3372778:19473;41.1286936;-105.3369987,way_type=user_defined:way_id=80W -edge,19473,19473;41.1286936;-105.3369987:19474;41.1286267;-105.3367639,way_type=user_defined:way_id=80W -edge,19474,19474;41.1286267;-105.3367639:19475;41.128542;-105.3364562,way_type=user_defined:way_id=80W -edge,19475,19475;41.128542;-105.3364562:19476;41.1284699;-105.3361822,way_type=user_defined:way_id=80W -edge,19476,19476;41.1284699;-105.3361822:19477;41.1284033;-105.3359184,way_type=user_defined:way_id=80W -edge,19477,19477;41.1284033;-105.3359184:19478;41.1283352;-105.3356326,way_type=user_defined:way_id=80W -edge,19478,19478;41.1283352;-105.3356326:19479;41.1282751;-105.3353659,way_type=user_defined:way_id=80W -edge,19479,19479;41.1282751;-105.3353659:19480;41.1282158;-105.3350876,way_type=user_defined:way_id=80W -edge,19480,19480;41.1282158;-105.3350876:19481;41.1281611;-105.3348173,way_type=user_defined:way_id=80W -edge,19481,19481;41.1281611;-105.3348173:19482;41.1281057;-105.3345279,way_type=user_defined:way_id=80W -edge,19482,19482;41.1281057;-105.3345279:19483;41.1279815;-105.3338344,way_type=user_defined:way_id=80W -edge,19483,19483;41.1279815;-105.3338344:19484;41.127853;-105.3330924,way_type=user_defined:way_id=80W -edge,19484,19484;41.127853;-105.3330924:19485;41.1272296;-105.329399,way_type=user_defined:way_id=80W -edge,19485,19485;41.1272296;-105.329399:19486;41.1271355;-105.3288358,way_type=user_defined:way_id=80W -edge,19486,19486;41.1271355;-105.3288358:19487;41.127089;-105.3285497,way_type=user_defined:way_id=80W -edge,19487,19487;41.127089;-105.3285497:19488;41.126956;-105.3276984,way_type=user_defined:way_id=80W -edge,19488,19488;41.126956;-105.3276984:19489;41.1269086;-105.3273839,way_type=user_defined:way_id=80W -edge,19489,19489;41.1269086;-105.3273839:19490;41.1268619;-105.3270603,way_type=user_defined:way_id=80W -edge,19490,19490;41.1268619;-105.3270603:19491;41.1267916;-105.3265422,way_type=user_defined:way_id=80W -edge,19491,19491;41.1267916;-105.3265422:19492;41.1267552;-105.3262549,way_type=user_defined:way_id=80W -edge,19492,19492;41.1267552;-105.3262549:19493;41.1267211;-105.325967,way_type=user_defined:way_id=80W -edge,19493,19493;41.1267211;-105.325967:19494;41.1266858;-105.3256511,way_type=user_defined:way_id=80W -edge,19494,19494;41.1266858;-105.3256511:19495;41.126631;-105.3251207,way_type=user_defined:way_id=80W -edge,19495,19495;41.126631;-105.3251207:19496;41.1265667;-105.3244299,way_type=user_defined:way_id=80W -edge,19496,19496;41.1265667;-105.3244299:19497;41.1264995;-105.3236407,way_type=user_defined:way_id=80W -edge,19497,19497;41.1264995;-105.3236407:19498;41.126477;-105.3233582,way_type=user_defined:way_id=80W -edge,19498,19498;41.126477;-105.3233582:19499;41.1264556;-105.3230665,way_type=user_defined:way_id=80W -edge,19499,19499;41.1264556;-105.3230665:19500;41.1263544;-105.3216017,way_type=user_defined:way_id=80W -edge,19500,19500;41.1263544;-105.3216017:19501;41.1262821;-105.3204923,way_type=user_defined:way_id=80W -edge,19501,19501;41.1262821;-105.3204923:19502;41.1260026;-105.316399,way_type=user_defined:way_id=80W -edge,19502,19502;41.1260026;-105.316399:19503;41.1259254;-105.3152509,way_type=user_defined:way_id=80W -edge,19503,19503;41.1259254;-105.3152509:19504;41.12590885;-105.3150175,way_type=user_defined:way_id=80W -edge,19504,19504;41.12590885;-105.3150175:19505;41.1258421;-105.3140757,way_type=user_defined:way_id=80W -edge,19505,19505;41.1258421;-105.3140757:19506;41.1257736;-105.3130052,way_type=user_defined:way_id=80W -edge,19506,19506;41.1257736;-105.3130052:19507;41.1257037;-105.3119964,way_type=user_defined:way_id=80W -edge,19507,19507;41.1257037;-105.3119964:19508;41.1257037;-105.3119964,way_type=user_defined:way_id=80W -edge,19508,19508;41.1257037;-105.3119964:19509;41.1256512;-105.3112088,way_type=user_defined:way_id=80W -edge,19509,19509;41.1256512;-105.3112088:19510;41.1255712;-105.3100571,way_type=user_defined:way_id=80W -edge,19510,19510;41.1255712;-105.3100571:19511;41.1255154;-105.3092223,way_type=user_defined:way_id=80W -edge,19511,19511;41.1255154;-105.3092223:19512;41.1254918;-105.3089061,way_type=user_defined:way_id=80W -edge,19512,19512;41.1254918;-105.3089061:19513;41.1254671;-105.3086185,way_type=user_defined:way_id=80W -edge,19513,19513;41.1254671;-105.3086185:19514;41.1254401;-105.3083401,way_type=user_defined:way_id=80W -edge,19514,19514;41.1254401;-105.3083401:19515;41.1254081;-105.3080431,way_type=user_defined:way_id=80W -edge,19515,19515;41.1254081;-105.3080431:19516;41.12535652;-105.3075986,way_type=user_defined:way_id=80W -edge,19516,19516;41.12535652;-105.3075986:19517;41.125317;-105.307258,way_type=user_defined:way_id=80W -edge,19517,19517;41.125317;-105.307258:19518;41.1252019;-105.3063005,way_type=user_defined:way_id=80W -edge,19518,19518;41.1252019;-105.3063005:19519;41.12505238;-105.3051056,way_type=user_defined:way_id=80W -edge,19519,19519;41.12505238;-105.3051056:19520;41.12505238;-105.3051056,way_type=user_defined:way_id=80W -edge,19520,19520;41.12505238;-105.3051056:19521;41.12478016;-105.3029035,way_type=user_defined:way_id=80W -edge,19521,19521;41.12478016;-105.3029035:19522;41.1247447;-105.3026167,way_type=user_defined:way_id=80W -edge,19522,19522;41.1247447;-105.3026167:19523;41.1246034;-105.3015035,way_type=user_defined:way_id=80W -edge,19523,19523;41.1246034;-105.3015035:19524;41.1243924;-105.2997618,way_type=user_defined:way_id=80W -edge,19524,19524;41.1243924;-105.2997618:19525;41.1243924;-105.2997618,way_type=user_defined:way_id=80W -edge,19525,19525;41.1243924;-105.2997618:19526;41.12427284;-105.2988135,way_type=user_defined:way_id=80W -edge,19526,19526;41.12427284;-105.2988135:19527;41.1242482;-105.2986181,way_type=user_defined:way_id=80W -edge,19527,19527;41.1242482;-105.2986181:19528;41.124108;-105.2974834,way_type=user_defined:way_id=80W -edge,19528,19528;41.124108;-105.2974834:19529;41.1240666;-105.2971689,way_type=user_defined:way_id=80W -edge,19529,19529;41.1240666;-105.2971689:19530;41.1240258;-105.2968795,way_type=user_defined:way_id=80W -edge,19530,19530;41.1240258;-105.2968795:19531;41.1239833;-105.2965925,way_type=user_defined:way_id=80W -edge,19531,19531;41.1239833;-105.2965925:19532;41.1239384;-105.2963063,way_type=user_defined:way_id=80W -edge,19532,19532;41.1239384;-105.2963063:19533;41.1238928;-105.2960291,way_type=user_defined:way_id=80W -edge,19533,19533;41.1238928;-105.2960291:19534;41.12382223;-105.2956236,way_type=user_defined:way_id=80W -edge,19534,19534;41.12382223;-105.2956236:19535;41.12380158;-105.2954897,way_type=user_defined:way_id=80W -edge,19535,19535;41.12380158;-105.2954897:19536;41.12367944;-105.2948698,way_type=user_defined:way_id=80W -edge,19536,19536;41.12367944;-105.2948698:19537;41.123543;-105.2942229,way_type=user_defined:way_id=80W -edge,19537,19537;41.123543;-105.2942229:19538;41.12337078;-105.2934957,way_type=user_defined:way_id=80W -edge,19538,19538;41.12337078;-105.2934957:19539;41.1232334;-105.2929548,way_type=user_defined:way_id=80W -edge,19539,19539;41.1232334;-105.2929548:19540;41.1231621;-105.2926866,way_type=user_defined:way_id=80W -edge,19540,19540;41.1231621;-105.2926866:19541;41.1230859;-105.2924106,way_type=user_defined:way_id=80W -edge,19541,19541;41.1230859;-105.2924106:19542;41.123007;-105.2921359,way_type=user_defined:way_id=80W -edge,19542,19542;41.123007;-105.2921359:19543;41.1229209;-105.2918443,way_type=user_defined:way_id=80W -edge,19543,19543;41.1229209;-105.2918443:19544;41.1228382;-105.291571,way_type=user_defined:way_id=80W -edge,19544,19544;41.1228382;-105.291571:19545;41.122756;-105.2913075,way_type=user_defined:way_id=80W -edge,19545,19545;41.122756;-105.2913075:19546;41.122661;-105.2910106,way_type=user_defined:way_id=80W -edge,19546,19546;41.122661;-105.2910106:19547;41.1225748;-105.2907487,way_type=user_defined:way_id=80W -edge,19547,19547;41.1225748;-105.2907487:19548;41.1224833;-105.2904803,way_type=user_defined:way_id=80W -edge,19548,19548;41.1224833;-105.2904803:19549;41.1223921;-105.2902224,way_type=user_defined:way_id=80W -edge,19549,19549;41.1223921;-105.2902224:19550;41.1222368;-105.2898005,way_type=user_defined:way_id=80W -edge,19550,19550;41.1222368;-105.2898005:19551;41.1220899;-105.2894139,way_type=user_defined:way_id=80W -edge,19551,19551;41.1220899;-105.2894139:19552;41.1219879;-105.289153,way_type=user_defined:way_id=80W -edge,19552,19552;41.1219879;-105.289153:19553;41.1218878;-105.288902,way_type=user_defined:way_id=80W -edge,19553,19553;41.1218878;-105.288902:19554;41.1217827;-105.2886441,way_type=user_defined:way_id=80W -edge,19554,19554;41.1217827;-105.2886441:19555;41.1216926;-105.2884296,way_type=user_defined:way_id=80W -edge,19555,19555;41.1216926;-105.2884296:19556;41.121569;-105.2881435,way_type=user_defined:way_id=80W -edge,19556,19556;41.121569;-105.2881435:19557;41.1214568;-105.2878926,way_type=user_defined:way_id=80W -edge,19557,19557;41.1214568;-105.2878926:19558;41.1212304;-105.2874043,way_type=user_defined:way_id=80W -edge,19558,19558;41.1212304;-105.2874043:19559;41.1211141;-105.287158,way_type=user_defined:way_id=80W -edge,19559,19559;41.1211141;-105.287158:19560;41.1210004;-105.2869215,way_type=user_defined:way_id=80W -edge,19560,19560;41.1210004;-105.2869215:19561;41.1208772;-105.2866721,way_type=user_defined:way_id=80W -edge,19561,19561;41.1208772;-105.2866721:19562;41.1206358;-105.2861966,way_type=user_defined:way_id=80W -edge,19562,19562;41.1206358;-105.2861966:19563;41.1193873;-105.2837569,way_type=user_defined:way_id=80W -edge,19563,19563;41.1193873;-105.2837569:19564;41.1190506;-105.2830952,way_type=user_defined:way_id=80W -edge,19564,19564;41.1190506;-105.2830952:19565;41.118394;-105.2818107,way_type=user_defined:way_id=80W -edge,19565,19565;41.118394;-105.2818107:19566;41.1179289;-105.2808922,way_type=user_defined:way_id=80W -edge,19566,19566;41.1179289;-105.2808922:19567;41.1171077;-105.2792869,way_type=user_defined:way_id=80W -edge,19567,19567;41.1171077;-105.2792869:19568;41.1171077;-105.2792869,way_type=user_defined:way_id=80W -edge,19568,19568;41.1171077;-105.2792869:19569;41.1163182;-105.277745,way_type=user_defined:way_id=80W -edge,19569,19569;41.1163182;-105.277745:19570;41.1154878;-105.2761095,way_type=user_defined:way_id=80W -edge,19570,19570;41.1154878;-105.2761095:19571;41.1151174;-105.2753883,way_type=user_defined:way_id=80W -edge,19571,19571;41.1151174;-105.2753883:19572;41.1147691;-105.2747003,way_type=user_defined:way_id=80W -edge,19572,19572;41.1147691;-105.2747003:19573;41.1142664;-105.2737151,way_type=user_defined:way_id=80W -edge,19573,19573;41.1142664;-105.2737151:19574;41.1141484;-105.2734796,way_type=user_defined:way_id=80W -edge,19574,19574;41.1141484;-105.2734796:19575;41.1140123;-105.2732026,way_type=user_defined:way_id=80W -edge,19575,19575;41.1140123;-105.2732026:19576;41.1139089;-105.2729873,way_type=user_defined:way_id=80W -edge,19576,19576;41.1139089;-105.2729873:19577;41.1138527;-105.2728665,way_type=user_defined:way_id=80W -edge,19577,19577;41.1138527;-105.2728665:19578;41.1137966;-105.2727456,way_type=user_defined:way_id=80W -edge,19578,19578;41.1137966;-105.2727456:19579;41.1136979;-105.2725261,way_type=user_defined:way_id=80W -edge,19579,19579;41.1136979;-105.2725261:19580;41.1135585;-105.2722064,way_type=user_defined:way_id=80W -edge,19580,19580;41.1135585;-105.2722064:19581;41.1134543;-105.2719586,way_type=user_defined:way_id=80W -edge,19581,19581;41.1134543;-105.2719586:19582;41.1133496;-105.2717007,way_type=user_defined:way_id=80W -edge,19582,19582;41.1133496;-105.2717007:19583;41.113251;-105.2714492,way_type=user_defined:way_id=80W -edge,19583,19583;41.113251;-105.2714492:19584;41.1131645;-105.2712213,way_type=user_defined:way_id=80W -edge,19584,19584;41.1131645;-105.2712213:19585;41.1130551;-105.2709243,way_type=user_defined:way_id=80W -edge,19585,19585;41.1130551;-105.2709243:19586;41.1129552;-105.2706424,way_type=user_defined:way_id=80W -edge,19586,19586;41.1129552;-105.2706424:19587;41.1128641;-105.2703757,way_type=user_defined:way_id=80W -edge,19587,19587;41.1128641;-105.2703757:19588;41.1127763;-105.2701068,way_type=user_defined:way_id=80W -edge,19588,19588;41.1127763;-105.2701068:19589;41.1126944;-105.2698447,way_type=user_defined:way_id=80W -edge,19589,19589;41.1126944;-105.2698447:19590;41.1125337;-105.2693081,way_type=user_defined:way_id=80W -edge,19590,19590;41.1125337;-105.2693081:19591;41.111861;-105.2670248,way_type=user_defined:way_id=80W -edge,19591,19591;41.111861;-105.2670248:19592;41.1116459;-105.2662868,way_type=user_defined:way_id=80W -edge,19592,19592;41.1116459;-105.2662868:19593;41.1113492;-105.2652813,way_type=user_defined:way_id=80W -edge,19593,19593;41.1113492;-105.2652813:19594;41.1111739;-105.2646775,way_type=user_defined:way_id=80W -edge,19594,19594;41.1111739;-105.2646775:19595;41.1109241;-105.263839,way_type=user_defined:way_id=80W -edge,19595,19595;41.1109241;-105.263839:19596;41.1106883;-105.263035,way_type=user_defined:way_id=80W -edge,19596,19596;41.1106883;-105.263035:19597;41.1104476;-105.262223,way_type=user_defined:way_id=80W -edge,19597,19597;41.1104476;-105.262223:19598;41.1098998;-105.2603521,way_type=user_defined:way_id=80W -edge,19598,19598;41.1098998;-105.2603521:19599;41.1096588;-105.2595206,way_type=user_defined:way_id=80W -edge,19599,19599;41.1096588;-105.2595206:19600;41.109273;-105.2582069,way_type=user_defined:way_id=80W -edge,19600,19600;41.109273;-105.2582069:19601;41.1089551;-105.2571341,way_type=user_defined:way_id=80W -edge,19601,19601;41.1089551;-105.2571341:19602;41.1084715;-105.2554917,way_type=user_defined:way_id=80W -edge,19602,19602;41.1084715;-105.2554917:19603;41.1082434;-105.2547117,way_type=user_defined:way_id=80W -edge,19603,19603;41.1082434;-105.2547117:19604;41.1078294;-105.2533064,way_type=user_defined:way_id=80W -edge,19604,19604;41.1078294;-105.2533064:19605;41.1075823;-105.2524607,way_type=user_defined:way_id=80W -edge,19605,19605;41.1075823;-105.2524607:19606;41.1070254;-105.250577,way_type=user_defined:way_id=80W -edge,19606,19606;41.1070254;-105.250577:19607;41.1067895;-105.2497717,way_type=user_defined:way_id=80W -edge,19607,19607;41.1067895;-105.2497717:19608;41.1066243;-105.2491983,way_type=user_defined:way_id=80W -edge,19608,19608;41.1066243;-105.2491983:19609;41.1063172;-105.2481553,way_type=user_defined:way_id=80W -edge,19609,19609;41.1063172;-105.2481553:19610;41.1061412;-105.2475436,way_type=user_defined:way_id=80W -edge,19610,19610;41.1061412;-105.2475436:19611;41.1060685;-105.2472809,way_type=user_defined:way_id=80W -edge,19611,19611;41.1060685;-105.2472809:19612;41.1060144;-105.2470791,way_type=user_defined:way_id=80W -edge,19612,19612;41.1060144;-105.2470791:19613;41.1059349;-105.2467717,way_type=user_defined:way_id=80W -edge,19613,19613;41.1059349;-105.2467717:19614;41.1058202;-105.2463071,way_type=user_defined:way_id=80W -edge,19614,19614;41.1058202;-105.2463071:19615;41.1057346;-105.245947,way_type=user_defined:way_id=80W -edge,19615,19615;41.1057346;-105.245947:19616;41.1056651;-105.2456379,way_type=user_defined:way_id=80W -edge,19616,19616;41.1056651;-105.2456379:19617;41.1056147;-105.2453973,way_type=user_defined:way_id=80W -edge,19617,19617;41.1056147;-105.2453973:19618;41.1055579;-105.2451118,way_type=user_defined:way_id=80W -edge,19618,19618;41.1055579;-105.2451118:19619;41.1055075;-105.2448448,way_type=user_defined:way_id=80W -edge,19619,19619;41.1055075;-105.2448448:19620;41.105456;-105.2445551,way_type=user_defined:way_id=80W -edge,19620,19620;41.105456;-105.2445551:19621;41.1054034;-105.2442402,way_type=user_defined:way_id=80W -edge,19621,19621;41.1054034;-105.2442402:19622;41.1053634;-105.243989,way_type=user_defined:way_id=80W -edge,19622,19622;41.1053634;-105.243989:19623;41.1053239;-105.2437295,way_type=user_defined:way_id=80W -edge,19623,19623;41.1053239;-105.2437295:19624;41.1052804;-105.243429,way_type=user_defined:way_id=80W -edge,19624,19624;41.1052804;-105.243429:19625;41.1052416;-105.2431383,way_type=user_defined:way_id=80W -edge,19625,19625;41.1052416;-105.2431383:19626;41.1052018;-105.2428232,way_type=user_defined:way_id=80W -edge,19626,19626;41.1052018;-105.2428232:19627;41.1051692;-105.2425448,way_type=user_defined:way_id=80W -edge,19627,19627;41.1051692;-105.2425448:19628;41.1051125;-105.2420115,way_type=user_defined:way_id=80W -edge,19628,19628;41.1051125;-105.2420115:19629;41.1050859;-105.2417351,way_type=user_defined:way_id=80W -edge,19629,19629;41.1050859;-105.2417351:19630;41.1050599;-105.2414394,way_type=user_defined:way_id=80W -edge,19630,19630;41.1050599;-105.2414394:19631;41.1050151;-105.2408651,way_type=user_defined:way_id=80W -edge,19631,19631;41.1050151;-105.2408651:19632;41.1049914;-105.2405124,way_type=user_defined:way_id=80W -edge,19632,19632;41.1049914;-105.2405124:19633;41.1049609;-105.2400015,way_type=user_defined:way_id=80W -edge,19633,19633;41.1049609;-105.2400015:19634;41.104947;-105.2397224,way_type=user_defined:way_id=80W -edge,19634,19634;41.104947;-105.2397224:19635;41.1049352;-105.2394241,way_type=user_defined:way_id=80W -edge,19635,19635;41.1049352;-105.2394241:19636;41.1049262;-105.2391342,way_type=user_defined:way_id=80W -edge,19636,19636;41.1049262;-105.2391342:19637;41.1049198;-105.2388529,way_type=user_defined:way_id=80W -edge,19637,19637;41.1049198;-105.2388529:19638;41.1049143;-105.238382,way_type=user_defined:way_id=80W -edge,19638,19638;41.1049143;-105.238382:19639;41.10490976;-105.2372418,way_type=user_defined:way_id=80W -edge,19639,19639;41.10490976;-105.2372418:19640;41.1049068;-105.2364977,way_type=user_defined:way_id=80W -edge,19640,19640;41.1049068;-105.2364977:19641;41.1049091;-105.2355286,way_type=user_defined:way_id=80W -edge,19641,19641;41.1049091;-105.2355286:19642;41.1049091;-105.2355286,way_type=user_defined:way_id=80W -edge,19642,19642;41.1049091;-105.2355286:19643;41.1049035;-105.2344852,way_type=user_defined:way_id=80W -edge,19643,19643;41.1049035;-105.2344852:19644;41.1048878;-105.2326404,way_type=user_defined:way_id=80W -edge,19644,19644;41.1048878;-105.2326404:19645;41.10488736;-105.2325375,way_type=user_defined:way_id=80W -edge,19645,19645;41.10488736;-105.2325375:19646;41.1048863;-105.2322887,way_type=user_defined:way_id=80W -edge,19646,19646;41.1048863;-105.2322887:19647;41.10487835;-105.2304277,way_type=user_defined:way_id=80W -edge,19647,19647;41.10487835;-105.2304277:19648;41.10487835;-105.2304277,way_type=user_defined:way_id=80W -edge,19648,19648;41.10487835;-105.2304277:19649;41.1048791;-105.2294177,way_type=user_defined:way_id=80W -edge,19649,19649;41.1048791;-105.2294177:19650;41.1048767;-105.2291228,way_type=user_defined:way_id=80W -edge,19650,19650;41.1048767;-105.2291228:19651;41.1048715;-105.2288293,way_type=user_defined:way_id=80W -edge,19651,19651;41.1048715;-105.2288293:19652;41.1048645;-105.2285467,way_type=user_defined:way_id=80W -edge,19652,19652;41.1048645;-105.2285467:19653;41.10485977;-105.2284018,way_type=user_defined:way_id=80W -edge,19653,19653;41.10485977;-105.2284018:19654;41.104855;-105.2282555,way_type=user_defined:way_id=80W -edge,19654,19654;41.104855;-105.2282555:19655;41.1048408;-105.2279366,way_type=user_defined:way_id=80W -edge,19655,19655;41.1048408;-105.2279366:19656;41.10483267;-105.2277877,way_type=user_defined:way_id=80W -edge,19656,19656;41.10483267;-105.2277877:19657;41.104827;-105.2276838,way_type=user_defined:way_id=80W -edge,19657,19657;41.104827;-105.2276838:19658;41.1048061;-105.2273564,way_type=user_defined:way_id=80W -edge,19658,19658;41.1048061;-105.2273564:19659;41.1047848;-105.2270765,way_type=user_defined:way_id=80W -edge,19659,19659;41.1047848;-105.2270765:19660;41.1047594;-105.2267879,way_type=user_defined:way_id=80W -edge,19660,19660;41.1047594;-105.2267879:19661;41.1047311;-105.2265091,way_type=user_defined:way_id=80W -edge,19661,19661;41.1047311;-105.2265091:19662;41.1046982;-105.2262215,way_type=user_defined:way_id=80W -edge,19662,19662;41.1046982;-105.2262215:19663;41.1046624;-105.2259336,way_type=user_defined:way_id=80W -edge,19663,19663;41.1046624;-105.2259336:19664;41.1046241;-105.2256463,way_type=user_defined:way_id=80W -edge,19664,19664;41.1046241;-105.2256463:19665;41.104604;-105.2255074,way_type=user_defined:way_id=80W -edge,19665,19665;41.104604;-105.2255074:19666;41.104604;-105.2255074,way_type=user_defined:way_id=80W -edge,19666,19666;41.104604;-105.2255074:19667;41.1045782;-105.2253316,way_type=user_defined:way_id=80W -edge,19667,19667;41.1045782;-105.2253316:19668;41.1045387;-105.2250823,way_type=user_defined:way_id=80W -edge,19668,19668;41.1045387;-105.2250823:19669;41.1044873;-105.2247783,way_type=user_defined:way_id=80W -edge,19669,19669;41.1044873;-105.2247783:19670;41.1044379;-105.2245039,way_type=user_defined:way_id=80W -edge,19670,19670;41.1044379;-105.2245039:19671;41.1043816;-105.2242103,way_type=user_defined:way_id=80W -edge,19671,19671;41.1043816;-105.2242103:19672;41.1043262;-105.2239369,way_type=user_defined:way_id=80W -edge,19672,19672;41.1043262;-105.2239369:19673;41.1042669;-105.2236554,way_type=user_defined:way_id=80W -edge,19673,19673;41.1042669;-105.2236554:19674;41.1042067;-105.2233841,way_type=user_defined:way_id=80W -edge,19674,19674;41.1042067;-105.2233841:19675;41.1041349;-105.2230793,way_type=user_defined:way_id=80W -edge,19675,19675;41.1041349;-105.2230793:19676;41.1040659;-105.2228013,way_type=user_defined:way_id=80W -edge,19676,19676;41.1040659;-105.2228013:19677;41.1039752;-105.2224563,way_type=user_defined:way_id=80W -edge,19677,19677;41.1039752;-105.2224563:19678;41.103922;-105.2222606,way_type=user_defined:way_id=80W -edge,19678,19678;41.103922;-105.2222606:19679;41.103848;-105.2219969,way_type=user_defined:way_id=80W -edge,19679,19679;41.103848;-105.2219969:19680;41.1037686;-105.2217261,way_type=user_defined:way_id=80W -edge,19680,19680;41.1037686;-105.2217261:19681;41.103686;-105.2214575,way_type=user_defined:way_id=80W -edge,19681,19681;41.103686;-105.2214575:19682;41.1035912;-105.2211645,way_type=user_defined:way_id=80W -edge,19682,19682;41.1035912;-105.2211645:19683;41.103511;-105.2209251,way_type=user_defined:way_id=80W -edge,19683,19683;41.103511;-105.2209251:19684;41.1034231;-105.2206702,way_type=user_defined:way_id=80W -edge,19684,19684;41.1034231;-105.2206702:19685;41.1033206;-105.2203832,way_type=user_defined:way_id=80W -edge,19685,19685;41.1033206;-105.2203832:19686;41.1031981;-105.2200588,way_type=user_defined:way_id=80W -edge,19686,19686;41.1031981;-105.2200588:19687;41.1031237;-105.2198688,way_type=user_defined:way_id=80W -edge,19687,19687;41.1031237;-105.2198688:19688;41.1030456;-105.2196743,way_type=user_defined:way_id=80W -edge,19688,19688;41.1030456;-105.2196743:19689;41.1029187;-105.2193637,way_type=user_defined:way_id=80W -edge,19689,19689;41.1029187;-105.2193637:19690;41.1028214;-105.2191309,way_type=user_defined:way_id=80W -edge,19690,19690;41.1028214;-105.2191309:19691;41.102715;-105.2188839,way_type=user_defined:way_id=80W -edge,19691,19691;41.102715;-105.2188839:19692;41.1021759;-105.2176802,way_type=user_defined:way_id=80W -edge,19692,19692;41.1021759;-105.2176802:19693;41.1019405;-105.2171492,way_type=user_defined:way_id=80W -edge,19693,19693;41.1019405;-105.2171492:19694;41.1018293;-105.2169021,way_type=user_defined:way_id=80W -edge,19694,19694;41.1018293;-105.2169021:19695;41.1013246;-105.2157976,way_type=user_defined:way_id=80W -edge,19695,19695;41.1013246;-105.2157976:19696;41.1010433;-105.2151751,way_type=user_defined:way_id=80W -edge,19696,19696;41.1010433;-105.2151751:19697;41.1005928;-105.2141855,way_type=user_defined:way_id=80W -edge,19697,19697;41.1005928;-105.2141855:19698;41.1002433;-105.2134078,way_type=user_defined:way_id=80W -edge,19698,19698;41.1002433;-105.2134078:19699;41.100076;-105.2130395,way_type=user_defined:way_id=80W -edge,19699,19699;41.100076;-105.2130395:19700;41.0999066;-105.2126707,way_type=user_defined:way_id=80W -edge,19700,19700;41.0999066;-105.2126707:19701;41.099522;-105.2118417,way_type=user_defined:way_id=80W -edge,19701,19701;41.099522;-105.2118417:19702;41.0990836;-105.210882,way_type=user_defined:way_id=80W -edge,19702,19702;41.0990836;-105.210882:19703;41.0988545;-105.210392,way_type=user_defined:way_id=80W -edge,19703,19703;41.0988545;-105.210392:19704;41.0987371;-105.2101445,way_type=user_defined:way_id=80W -edge,19704,19704;41.0987371;-105.2101445:19705;41.0983746;-105.209393,way_type=user_defined:way_id=80W -edge,19705,19705;41.0983746;-105.209393:19706;41.0982586;-105.2091582,way_type=user_defined:way_id=80W -edge,19706,19706;41.0982586;-105.2091582:19707;41.0978959;-105.2084353,way_type=user_defined:way_id=80W -edge,19707,19707;41.0978959;-105.2084353:19708;41.09733191;-105.207321,way_type=user_defined:way_id=80W -edge,19708,19708;41.09733191;-105.207321:19709;41.0969257;-105.2065184,way_type=user_defined:way_id=80W -edge,19709,19709;41.0969257;-105.2065184:19710;41.0968094;-105.2062761,way_type=user_defined:way_id=80W -edge,19710,19710;41.0968094;-105.2062761:19711;41.0966975;-105.2060305,way_type=user_defined:way_id=80W -edge,19711,19711;41.0966975;-105.2060305:19712;41.0965902;-105.2057812,way_type=user_defined:way_id=80W -edge,19712,19712;41.0965902;-105.2057812:19713;41.0964873;-105.2055289,way_type=user_defined:way_id=80W -edge,19713,19713;41.0964873;-105.2055289:19714;41.0963881;-105.205274,way_type=user_defined:way_id=80W -edge,19714,19714;41.0963881;-105.205274:19715;41.0962927;-105.2050162,way_type=user_defined:way_id=80W -edge,19715,19715;41.0962927;-105.2050162:19716;41.0962016;-105.2047556,way_type=user_defined:way_id=80W -edge,19716,19716;41.0962016;-105.2047556:19717;41.0961784;-105.2046854,way_type=user_defined:way_id=80W -edge,19717,19717;41.0961784;-105.2046854:19718;41.0961118;-105.2044827,way_type=user_defined:way_id=80W -edge,19718,19718;41.0961118;-105.2044827:19719;41.0960352;-105.2042357,way_type=user_defined:way_id=80W -edge,19719,19719;41.0960352;-105.2042357:19720;41.0959517;-105.203949,way_type=user_defined:way_id=80W -edge,19720,19720;41.0959517;-105.203949:19721;41.0958844;-105.2036986,way_type=user_defined:way_id=80W -edge,19721,19721;41.0958844;-105.2036986:19722;41.0958147;-105.2034173,way_type=user_defined:way_id=80W -edge,19722,19722;41.0958147;-105.2034173:19723;41.0957385;-105.2030797,way_type=user_defined:way_id=80W -edge,19723,19723;41.0957385;-105.2030797:19724;41.0956938;-105.2028691,way_type=user_defined:way_id=80W -edge,19724,19724;41.0956938;-105.2028691:19725;41.0956391;-105.2025939,way_type=user_defined:way_id=80W -edge,19725,19725;41.0956391;-105.2025939:19726;41.0955861;-105.2023092,way_type=user_defined:way_id=80W -edge,19726,19726;41.0955861;-105.2023092:19727;41.0955368;-105.2020243,way_type=user_defined:way_id=80W -edge,19727,19727;41.0955368;-105.2020243:19728;41.0954976;-105.2017745,way_type=user_defined:way_id=80W -edge,19728,19728;41.0954976;-105.2017745:19729;41.0954597;-105.2015033,way_type=user_defined:way_id=80W -edge,19729,19729;41.0954597;-105.2015033:19730;41.095424;-105.2012124,way_type=user_defined:way_id=80W -edge,19730,19730;41.095424;-105.2012124:19731;41.095393;-105.2009185,way_type=user_defined:way_id=80W -edge,19731,19731;41.095393;-105.2009185:19732;41.0953695;-105.2006415,way_type=user_defined:way_id=80W -edge,19732,19732;41.0953695;-105.2006415:19733;41.0953491;-105.2003452,way_type=user_defined:way_id=80W -edge,19733,19733;41.0953491;-105.2003452:19734;41.0953336;-105.2000666,way_type=user_defined:way_id=80W -edge,19734,19734;41.0953336;-105.2000666:19735;41.0953217;-105.1997783,way_type=user_defined:way_id=80W -edge,19735,19735;41.0953217;-105.1997783:19736;41.0953145;-105.1994805,way_type=user_defined:way_id=80W -edge,19736,19736;41.0953145;-105.1994805:19737;41.0953131;-105.1992013,way_type=user_defined:way_id=80W -edge,19737,19737;41.0953131;-105.1992013:19738;41.0953157;-105.1988841,way_type=user_defined:way_id=80W -edge,19738,19738;41.0953157;-105.1988841:19739;41.0953207;-105.1986241,way_type=user_defined:way_id=80W -edge,19739,19739;41.0953207;-105.1986241:19740;41.0953318;-105.1983348,way_type=user_defined:way_id=80W -edge,19740,19740;41.0953318;-105.1983348:19741;41.0953487;-105.1980551,way_type=user_defined:way_id=80W -edge,19741,19741;41.0953487;-105.1980551:19742;41.0953718;-105.1977569,way_type=user_defined:way_id=80W -edge,19742,19742;41.0953718;-105.1977569:19743;41.0953991;-105.1974676,way_type=user_defined:way_id=80W -edge,19743,19743;41.0953991;-105.1974676:19744;41.0954339;-105.1971508,way_type=user_defined:way_id=80W -edge,19744,19744;41.0954339;-105.1971508:19745;41.0954685;-105.1968716,way_type=user_defined:way_id=80W -edge,19745,19745;41.0954685;-105.1968716:19746;41.0955023;-105.1966208,way_type=user_defined:way_id=80W -edge,19746,19746;41.0955023;-105.1966208:19747;41.0955986;-105.1959422,way_type=user_defined:way_id=80W -edge,19747,19747;41.0955986;-105.1959422:19748;41.0958245;-105.194279,way_type=user_defined:way_id=80W -edge,19748,19748;41.0958245;-105.194279:19749;41.0959891;-105.1931142,way_type=user_defined:way_id=80W -edge,19749,19749;41.0959891;-105.1931142:19750;41.0960271;-105.1928248,way_type=user_defined:way_id=80W -edge,19750,19750;41.0960271;-105.1928248:19751;41.0960628;-105.192535,way_type=user_defined:way_id=80W -edge,19751,19751;41.0960628;-105.192535:19752;41.0960903;-105.192299,way_type=user_defined:way_id=80W -edge,19752,19752;41.0960903;-105.192299:19753;41.0961294;-105.1919434,way_type=user_defined:way_id=80W -edge,19753,19753;41.0961294;-105.1919434:19754;41.0961874;-105.1913683,way_type=user_defined:way_id=80W -edge,19754,19754;41.0961874;-105.1913683:19755;41.0962396;-105.1907994,way_type=user_defined:way_id=80W -edge,19755,19755;41.0962396;-105.1907994:19756;41.0962671;-105.1904677,way_type=user_defined:way_id=80W -edge,19756,19756;41.0962671;-105.1904677:19757;41.0963101;-105.1898877,way_type=user_defined:way_id=80W -edge,19757,19757;41.0963101;-105.1898877:19758;41.0963292;-105.1896044,way_type=user_defined:way_id=80W -edge,19758,19758;41.0963292;-105.1896044:19759;41.0963463;-105.1893213,way_type=user_defined:way_id=80W -edge,19759,19759;41.0963463;-105.1893213:19760;41.0963608;-105.1890394,way_type=user_defined:way_id=80W -edge,19760,19760;41.0963608;-105.1890394:19761;41.0964407;-105.187308,way_type=user_defined:way_id=80W -edge,19761,19761;41.0964407;-105.187308:19762;41.0964914;-105.1861667,way_type=user_defined:way_id=80W -edge,19762,19762;41.0964914;-105.1861667:19763;41.0965275;-105.185269,way_type=user_defined:way_id=80W -edge,19763,19763;41.0965275;-105.185269:19764;41.0965745;-105.1841925,way_type=user_defined:way_id=80W -edge,19764,19764;41.0965745;-105.1841925:19765;41.0966122;-105.1832816,way_type=user_defined:way_id=80W -edge,19765,19765;41.0966122;-105.1832816:19766;41.0966122;-105.1832816,way_type=user_defined:way_id=80W -edge,19766,19766;41.0966122;-105.1832816:19767;41.09663483;-105.1826647,way_type=user_defined:way_id=80W -edge,19767,19767;41.09663483;-105.1826647:19768;41.09666556;-105.181882,way_type=user_defined:way_id=80W -edge,19768,19768;41.09666556;-105.181882:19769;41.09670462;-105.1809278,way_type=user_defined:way_id=80W -edge,19769,19769;41.09670462;-105.1809278:19770;41.09672493;-105.1805773,way_type=user_defined:way_id=80W -edge,19770,19770;41.09672493;-105.1805773:19771;41.0967493;-105.1800263,way_type=user_defined:way_id=80W -edge,19771,19771;41.0967493;-105.1800263:19772;41.0967641;-105.1797342,way_type=user_defined:way_id=80W -edge,19772,19772;41.0967641;-105.1797342:19773;41.0968255;-105.1785995,way_type=user_defined:way_id=80W -edge,19773,19773;41.0968255;-105.1785995:19774;41.096858;-105.1780532,way_type=user_defined:way_id=80W -edge,19774,19774;41.096858;-105.1780532:19775;41.0968777;-105.1777756,way_type=user_defined:way_id=80W -edge,19775,19775;41.0968777;-105.1777756:19776;41.0969185;-105.1772477,way_type=user_defined:way_id=80W -edge,19776,19776;41.0969185;-105.1772477:19777;41.09696164;-105.1767309,way_type=user_defined:way_id=80W -edge,19777,19777;41.09696164;-105.1767309:19778;41.0970261;-105.1759587,way_type=user_defined:way_id=80W -edge,19778,19778;41.0970261;-105.1759587:19779;41.0971846;-105.1740969,way_type=user_defined:way_id=80W -edge,19779,19779;41.0971846;-105.1740969:19780;41.0972495;-105.1732753,way_type=user_defined:way_id=80W -edge,19780,19780;41.0972495;-105.1732753:19781;41.09738158;-105.1716768,way_type=user_defined:way_id=80W -edge,19781,19781;41.09738158;-105.1716768:19782;41.09738158;-105.1716768,way_type=user_defined:way_id=80W -edge,19782,19782;41.09738158;-105.1716768:19783;41.097452;-105.1708591,way_type=user_defined:way_id=80W -edge,19783,19783;41.097452;-105.1708591:19784;41.09748893;-105.1704085,way_type=user_defined:way_id=80W -edge,19784,19784;41.09748893;-105.1704085:19785;41.0976337;-105.168642,way_type=user_defined:way_id=80W -edge,19785,19785;41.0976337;-105.168642:19786;41.097718;-105.1676668,way_type=user_defined:way_id=80W -edge,19786,19786;41.097718;-105.1676668:19787;41.097718;-105.1676668,way_type=user_defined:way_id=80W -edge,19787,19787;41.097718;-105.1676668:19788;41.0977546;-105.1672434,way_type=user_defined:way_id=80W -edge,19788,19788;41.0977546;-105.1672434:19789;41.0977762;-105.1669935,way_type=user_defined:way_id=80W -edge,19789,19789;41.0977762;-105.1669935:19790;41.0978541;-105.1660679,way_type=user_defined:way_id=80W -edge,19790,19790;41.0978541;-105.1660679:19791;41.0978808;-105.1657714,way_type=user_defined:way_id=80W -edge,19791,19791;41.0978808;-105.1657714:19792;41.0979331;-105.165235,way_type=user_defined:way_id=80W -edge,19792,19792;41.0979331;-105.165235:19793;41.0979847;-105.1647508,way_type=user_defined:way_id=80W -edge,19793,19793;41.0979847;-105.1647508:19794;41.098029;-105.1643693,way_type=user_defined:way_id=80W -edge,19794,19794;41.098029;-105.1643693:19795;41.0980638;-105.1640901,way_type=user_defined:way_id=80W -edge,19795,19795;41.0980638;-105.1640901:19796;41.0980872;-105.1639137,way_type=user_defined:way_id=80W -edge,19796,19796;41.0980872;-105.1639137:19797;41.0981456;-105.1634962,way_type=user_defined:way_id=80W -edge,19797,19797;41.0981456;-105.1634962:19798;41.0982299;-105.162925,way_type=user_defined:way_id=80W -edge,19798,19798;41.0982299;-105.162925:19799;41.098277;-105.1626208,way_type=user_defined:way_id=80W -edge,19799,19799;41.098277;-105.1626208:19800;41.0983193;-105.1623651,way_type=user_defined:way_id=80W -edge,19800,19800;41.0983193;-105.1623651:19801;41.0983694;-105.1620816,way_type=user_defined:way_id=80W -edge,19801,19801;41.0983694;-105.1620816:19802;41.0984218;-105.1617986,way_type=user_defined:way_id=80W -edge,19802,19802;41.0984218;-105.1617986:19803;41.0985143;-105.1613157,way_type=user_defined:way_id=80W -edge,19803,19803;41.0985143;-105.1613157:19804;41.0985828;-105.1609697,way_type=user_defined:way_id=80W -edge,19804,19804;41.0985828;-105.1609697:19805;41.09876;-105.1600948,way_type=user_defined:way_id=80W -edge,19805,19805;41.09876;-105.1600948:19806;41.0989827;-105.1589813,way_type=user_defined:way_id=80W -edge,19806,19806;41.0989827;-105.1589813:19807;41.0991679;-105.158068,way_type=user_defined:way_id=80W -edge,19807,19807;41.0991679;-105.158068:19808;41.0994312;-105.1567425,way_type=user_defined:way_id=80W -edge,19808,19808;41.0994312;-105.1567425:19809;41.0995175;-105.1562921,way_type=user_defined:way_id=80W -edge,19809,19809;41.0995175;-105.1562921:19810;41.0995967;-105.1558667,way_type=user_defined:way_id=80W -edge,19810,19810;41.0995967;-105.1558667:19811;41.0996536;-105.1555508,way_type=user_defined:way_id=80W -edge,19811,19811;41.0996536;-105.1555508:19812;41.0997013;-105.1552705,way_type=user_defined:way_id=80W -edge,19812,19812;41.0997013;-105.1552705:19813;41.0997617;-105.1548852,way_type=user_defined:way_id=80W -edge,19813,19813;41.0997617;-105.1548852:19814;41.0997935;-105.1546686,way_type=user_defined:way_id=80W -edge,19814,19814;41.0997935;-105.1546686:19815;41.099831;-105.1543937,way_type=user_defined:way_id=80W -edge,19815,19815;41.099831;-105.1543937:19816;41.0998723;-105.1540631,way_type=user_defined:way_id=80W -edge,19816,19816;41.0998723;-105.1540631:19817;41.0999043;-105.1537773,way_type=user_defined:way_id=80W -edge,19817,19817;41.0999043;-105.1537773:19818;41.0999292;-105.1535301,way_type=user_defined:way_id=80W -edge,19818,19818;41.0999292;-105.1535301:19819;41.0999584;-105.1532064,way_type=user_defined:way_id=80W -edge,19819,19819;41.0999584;-105.1532064:19820;41.0999814;-105.1529114,way_type=user_defined:way_id=80W -edge,19820,19820;41.0999814;-105.1529114:19821;41.0999997;-105.1526354,way_type=user_defined:way_id=80W -edge,19821,19821;41.0999997;-105.1526354:19822;41.1000164;-105.1523425,way_type=user_defined:way_id=80W -edge,19822,19822;41.1000164;-105.1523425:19823;41.100025;-105.1521632,way_type=user_defined:way_id=80W -edge,19823,19823;41.100025;-105.1521632:19824;41.1000315;-105.1520217,way_type=user_defined:way_id=80W -edge,19824,19824;41.1000315;-105.1520217:19825;41.1000416;-105.1517393,way_type=user_defined:way_id=80W -edge,19825,19825;41.1000416;-105.1517393:19826;41.100049;-105.1514477,way_type=user_defined:way_id=80W -edge,19826,19826;41.100049;-105.1514477:19827;41.1000535;-105.1511562,way_type=user_defined:way_id=80W -edge,19827,19827;41.1000535;-105.1511562:19828;41.1000551;-105.1509026,way_type=user_defined:way_id=80W -edge,19828,19828;41.1000551;-105.1509026:19829;41.1000544;-105.1505832,way_type=user_defined:way_id=80W -edge,19829,19829;41.1000544;-105.1505832:19830;41.1000494;-105.1502641,way_type=user_defined:way_id=80W -edge,19830,19830;41.1000494;-105.1502641:19831;41.1000381;-105.1498983,way_type=user_defined:way_id=80W -edge,19831,19831;41.1000381;-105.1498983:19832;41.1000292;-105.1496828,way_type=user_defined:way_id=80W -edge,19832,19832;41.1000292;-105.1496828:19833;41.1000149;-105.1494019,way_type=user_defined:way_id=80W -edge,19833,19833;41.1000149;-105.1494019:19834;41.0999976;-105.1491033,way_type=user_defined:way_id=80W -edge,19834,19834;41.0999976;-105.1491033:19835;41.0999813;-105.1488606,way_type=user_defined:way_id=80W -edge,19835,19835;41.0999813;-105.1488606:19836;41.0999565;-105.1485437,way_type=user_defined:way_id=80W -edge,19836,19836;41.0999565;-105.1485437:19837;41.0999305;-105.1482458,way_type=user_defined:way_id=80W -edge,19837,19837;41.0999305;-105.1482458:19838;41.0999037;-105.1479668,way_type=user_defined:way_id=80W -edge,19838,19838;41.0999037;-105.1479668:19839;41.0997577;-105.1465779,way_type=user_defined:way_id=80W -edge,19839,19839;41.0997577;-105.1465779:19840;41.0997177;-105.1462216,way_type=user_defined:way_id=80W -edge,19840,19840;41.0997177;-105.1462216:19841;41.0996176;-105.1453648,way_type=user_defined:way_id=80W -edge,19841,19841;41.0996176;-105.1453648:19842;41.099585;-105.1450758,way_type=user_defined:way_id=80W -edge,19842,19842;41.099585;-105.1450758:19843;41.0994923;-105.1442254,way_type=user_defined:way_id=80W -edge,19843,19843;41.0994923;-105.1442254:19844;41.0993768;-105.1432055,way_type=user_defined:way_id=80W -edge,19844,19844;41.0993768;-105.1432055:19845;41.0990707;-105.1404747,way_type=user_defined:way_id=80W -edge,19845,19845;41.0990707;-105.1404747:19846;41.0990082;-105.1399019,way_type=user_defined:way_id=80W -edge,19846,19846;41.0990082;-105.1399019:19847;41.0989754;-105.1395773,way_type=user_defined:way_id=80W -edge,19847,19847;41.0989754;-105.1395773:19848;41.0989247;-105.1390431,way_type=user_defined:way_id=80W -edge,19848,19848;41.0989247;-105.1390431:19849;41.0989031;-105.1387937,way_type=user_defined:way_id=80W -edge,19849,19849;41.0989031;-105.1387937:19850;41.0988776;-105.1384704,way_type=user_defined:way_id=80W -edge,19850,19850;41.0988776;-105.1384704:19851;41.0988575;-105.1381844,way_type=user_defined:way_id=80W -edge,19851,19851;41.0988575;-105.1381844:19852;41.0988224;-105.1376402,way_type=user_defined:way_id=80W -edge,19852,19852;41.0988224;-105.1376402:19853;41.0988039;-105.1373177,way_type=user_defined:way_id=80W -edge,19853,19853;41.0988039;-105.1373177:19854;41.09879;-105.1370417,way_type=user_defined:way_id=80W -edge,19854,19854;41.09879;-105.1370417:19855;41.0987723;-105.1366373,way_type=user_defined:way_id=80W -edge,19855,19855;41.0987723;-105.1366373:19856;41.098736;-105.1356408,way_type=user_defined:way_id=80W -edge,19856,19856;41.098736;-105.1356408:19857;41.0987265;-105.135308,way_type=user_defined:way_id=80W -edge,19857,19857;41.0987265;-105.135308:19858;41.0987213;-105.1350293,way_type=user_defined:way_id=80W -edge,19858,19858;41.0987213;-105.1350293:19859;41.0987184;-105.1347698,way_type=user_defined:way_id=80W -edge,19859,19859;41.0987184;-105.1347698:19860;41.0987175;-105.1344896,way_type=user_defined:way_id=80W -edge,19860,19860;41.0987175;-105.1344896:19861;41.0987193;-105.1341341,way_type=user_defined:way_id=80W -edge,19861,19861;41.0987193;-105.1341341:19862;41.0987259;-105.1335801,way_type=user_defined:way_id=80W -edge,19862,19862;41.0987259;-105.1335801:19863;41.0987382;-105.1330039,way_type=user_defined:way_id=80W -edge,19863,19863;41.0987382;-105.1330039:19864;41.0987629;-105.1321396,way_type=user_defined:way_id=80W -edge,19864,19864;41.0987629;-105.1321396:19865;41.0987852;-105.1312469,way_type=user_defined:way_id=80W -edge,19865,19865;41.0987852;-105.1312469:19866;41.0988194;-105.1300935,way_type=user_defined:way_id=80W -edge,19866,19866;41.0988194;-105.1300935:19867;41.0988566;-105.1286917,way_type=user_defined:way_id=80W -edge,19867,19867;41.0988566;-105.1286917:19868;41.0988829;-105.1277957,way_type=user_defined:way_id=80W -edge,19868,19868;41.0988829;-105.1277957:19869;41.0989054;-105.1268859,way_type=user_defined:way_id=80W -edge,19869,19869;41.0989054;-105.1268859:19870;41.098914;-105.1264181,way_type=user_defined:way_id=80W -edge,19870,19870;41.098914;-105.1264181:19871;41.0989205;-105.125728,way_type=user_defined:way_id=80W -edge,19871,19871;41.0989205;-105.125728:19872;41.0989226;-105.1252685,way_type=user_defined:way_id=80W -edge,19872,19872;41.0989226;-105.1252685:19873;41.0989224;-105.1248082,way_type=user_defined:way_id=80W -edge,19873,19873;41.0989224;-105.1248082:19874;41.0989186;-105.1241583,way_type=user_defined:way_id=80W -edge,19874,19874;41.0989186;-105.1241583:19875;41.0989134;-105.1236903,way_type=user_defined:way_id=80W -edge,19875,19875;41.0989134;-105.1236903:19876;41.0989079;-105.123393,way_type=user_defined:way_id=80W -edge,19876,19876;41.0989079;-105.123393:19877;41.0989012;-105.1231155,way_type=user_defined:way_id=80W -edge,19877,19877;41.0989012;-105.1231155:19878;41.0988836;-105.1225351,way_type=user_defined:way_id=80W -edge,19878,19878;41.0988836;-105.1225351:19879;41.0988836;-105.1225351,way_type=user_defined:way_id=80W -edge,19879,19879;41.0988836;-105.1225351:19880;41.0988492;-105.1216384,way_type=user_defined:way_id=80W -edge,19880,19880;41.0988492;-105.1216384:19881;41.0988378;-105.1213812,way_type=user_defined:way_id=80W -edge,19881,19881;41.0988378;-105.1213812:19882;41.0988232;-105.121094,way_type=user_defined:way_id=80W -edge,19882,19882;41.0988232;-105.121094:19883;41.0987633;-105.1199554,way_type=user_defined:way_id=80W -edge,19883,19883;41.0987633;-105.1199554:19884;41.0987409;-105.1195888,way_type=user_defined:way_id=80W -edge,19884,19884;41.0987409;-105.1195888:19885;41.098709;-105.1191251,way_type=user_defined:way_id=80W -edge,19885,19885;41.098709;-105.1191251:19886;41.098683;-105.1187971,way_type=user_defined:way_id=80W -edge,19886,19886;41.098683;-105.1187971:19887;41.09865889;-105.1185139,way_type=user_defined:way_id=80W -edge,19887,19887;41.09865889;-105.1185139:19888;41.0986092;-105.1179455,way_type=user_defined:way_id=80W -edge,19888,19888;41.0986092;-105.1179455:19889;41.0985758;-105.1175882,way_type=user_defined:way_id=80W -edge,19889,19889;41.0985758;-105.1175882:19890;41.0985044;-105.1168769,way_type=user_defined:way_id=80W -edge,19890,19890;41.0985044;-105.1168769:19891;41.09840599;-105.1159622,way_type=user_defined:way_id=80W -edge,19891,19891;41.09840599;-105.1159622:19892;41.09840599;-105.1159622,way_type=user_defined:way_id=80W -edge,19892,19892;41.09840599;-105.1159622:19893;41.0983376;-105.1153261,way_type=user_defined:way_id=80W -edge,19893,19893;41.0983376;-105.1153261:19894;41.0982998;-105.1150071,way_type=user_defined:way_id=80W -edge,19894,19894;41.0982998;-105.1150071:19895;41.09814149;-105.1137997,way_type=user_defined:way_id=80W -edge,19895,19895;41.09814149;-105.1137997:19896;41.0981001;-105.113484,way_type=user_defined:way_id=80W -edge,19896,19896;41.0981001;-105.113484:19897;41.0980269;-105.1129468,way_type=user_defined:way_id=80W -edge,19897,19897;41.0980269;-105.1129468:19898;41.0977491;-105.111007,way_type=user_defined:way_id=80W -edge,19898,19898;41.0977491;-105.111007:19899;41.0977491;-105.111007,way_type=user_defined:way_id=80W -edge,19899,19899;41.0977491;-105.111007:19900;41.0976951;-105.1106267,way_type=user_defined:way_id=80W -edge,19900,19900;41.0976951;-105.1106267:19901;41.0975989;-105.1099492,way_type=user_defined:way_id=80W -edge,19901,19901;41.0975989;-105.1099492:19902;41.0975607;-105.1096643,way_type=user_defined:way_id=80W -edge,19902,19902;41.0975607;-105.1096643:19903;41.0975252;-105.1093787,way_type=user_defined:way_id=80W -edge,19903,19903;41.0975252;-105.1093787:19904;41.0975007;-105.1091662,way_type=user_defined:way_id=80W -edge,19904,19904;41.0975007;-105.1091662:19905;41.0974586;-105.1087773,way_type=user_defined:way_id=80W -edge,19905,19905;41.0974586;-105.1087773:19906;41.0974329;-105.1085194,way_type=user_defined:way_id=80W -edge,19906,19906;41.0974329;-105.1085194:19907;41.0974071;-105.1082326,way_type=user_defined:way_id=80W -edge,19907,19907;41.0974071;-105.1082326:19908;41.0973856;-105.1079545,way_type=user_defined:way_id=80W -edge,19908,19908;41.0973856;-105.1079545:19909;41.0973678;-105.1076574,way_type=user_defined:way_id=80W -edge,19909,19909;41.0973678;-105.1076574:19910;41.0973553;-105.1073688,way_type=user_defined:way_id=80W -edge,19910,19910;41.0973553;-105.1073688:19911;41.0973461;-105.1070796,way_type=user_defined:way_id=80W -edge,19911,19911;41.0973461;-105.1070796:19912;41.0973398;-105.1067897,way_type=user_defined:way_id=80W -edge,19912,19912;41.0973398;-105.1067897:19913;41.0973363;-105.1065083,way_type=user_defined:way_id=80W -edge,19913,19913;41.0973363;-105.1065083:19914;41.0973362;-105.1064049,way_type=user_defined:way_id=80W -edge,19914,19914;41.0973362;-105.1064049:19915;41.0973364;-105.1062168,way_type=user_defined:way_id=80W -edge,19915,19915;41.0973364;-105.1062168:19916;41.0973403;-105.1059717,way_type=user_defined:way_id=80W -edge,19916,19916;41.0973403;-105.1059717:19917;41.0973507;-105.105613,way_type=user_defined:way_id=80W -edge,19917,19917;41.0973507;-105.105613:19918;41.0973636;-105.1053202,way_type=user_defined:way_id=80W -edge,19918,19918;41.0973636;-105.1053202:19919;41.09738;-105.1050275,way_type=user_defined:way_id=80W -edge,19919,19919;41.09738;-105.1050275:19920;41.0973986;-105.1047448,way_type=user_defined:way_id=80W -edge,19920,19920;41.0973986;-105.1047448:19921;41.0974212;-105.1044533,way_type=user_defined:way_id=80W -edge,19921,19921;41.0974212;-105.1044533:19922;41.0974463;-105.104172,way_type=user_defined:way_id=80W -edge,19922,19922;41.0974463;-105.104172:19923;41.0974757;-105.1038821,way_type=user_defined:way_id=80W -edge,19923,19923;41.0974757;-105.1038821:19924;41.0975074;-105.1036021,way_type=user_defined:way_id=80W -edge,19924,19924;41.0975074;-105.1036021:19925;41.0975486;-105.1032763,way_type=user_defined:way_id=80W -edge,19925,19925;41.0975486;-105.1032763:19926;41.0975891;-105.1029886,way_type=user_defined:way_id=80W -edge,19926,19926;41.0975891;-105.1029886:19927;41.0976338;-105.1027024,way_type=user_defined:way_id=80W -edge,19927,19927;41.0976338;-105.1027024:19928;41.0976799;-105.1024345,way_type=user_defined:way_id=80W -edge,19928,19928;41.0976799;-105.1024345:19929;41.0977336;-105.1021497,way_type=user_defined:way_id=80W -edge,19929,19929;41.0977336;-105.1021497:19930;41.0977888;-105.1018745,way_type=user_defined:way_id=80W -edge,19930,19930;41.0977888;-105.1018745:19931;41.0978481;-105.1015903,way_type=user_defined:way_id=80W -edge,19931,19931;41.0978481;-105.1015903:19932;41.097907;-105.1013158,way_type=user_defined:way_id=80W -edge,19932,19932;41.097907;-105.1013158:19933;41.0979765;-105.1010058,way_type=user_defined:way_id=80W -edge,19933,19933;41.0979765;-105.1010058:19934;41.0981824;-105.1001391,way_type=user_defined:way_id=80W -edge,19934,19934;41.0981824;-105.1001391:19935;41.09841766;-105.0991689,way_type=user_defined:way_id=80W -edge,19935,19935;41.09841766;-105.0991689:19936;41.0984482;-105.0990429,way_type=user_defined:way_id=80W -edge,19936,19936;41.0984482;-105.0990429:19937;41.0987435;-105.0978152,way_type=user_defined:way_id=80W -edge,19937,19937;41.0987435;-105.0978152:19938;41.0987842;-105.0976436,way_type=user_defined:way_id=80W -edge,19938,19938;41.0987842;-105.0976436:19939;41.0988478;-105.0973641,way_type=user_defined:way_id=80W -edge,19939,19939;41.0988478;-105.0973641:19940;41.0989061;-105.0970939,way_type=user_defined:way_id=80W -edge,19940,19940;41.0989061;-105.0970939:19941;41.0989706;-105.0967788,way_type=user_defined:way_id=80W -edge,19941,19941;41.0989706;-105.0967788:19942;41.0990229;-105.0965084,way_type=user_defined:way_id=80W -edge,19942,19942;41.0990229;-105.0965084:19943;41.0990691;-105.096257,way_type=user_defined:way_id=80W -edge,19943,19943;41.0990691;-105.096257:19944;41.0991243;-105.0959393,way_type=user_defined:way_id=80W -edge,19944,19944;41.0991243;-105.0959393:19945;41.099164;-105.0956956,way_type=user_defined:way_id=80W -edge,19945,19945;41.099164;-105.0956956:19946;41.0992122;-105.0953759,way_type=user_defined:way_id=80W -edge,19946,19946;41.0992122;-105.0953759:19947;41.0992463;-105.0951308,way_type=user_defined:way_id=80W -edge,19947,19947;41.0992463;-105.0951308:19948;41.0992868;-105.0948099,way_type=user_defined:way_id=80W -edge,19948,19948;41.0992868;-105.0948099:19949;41.0993191;-105.0945248,way_type=user_defined:way_id=80W -edge,19949,19949;41.0993191;-105.0945248:19950;41.0993444;-105.0942778,way_type=user_defined:way_id=80W -edge,19950,19950;41.0993444;-105.0942778:19951;41.0993699;-105.0940006,way_type=user_defined:way_id=80W -edge,19951,19951;41.0993699;-105.0940006:19952;41.0993971;-105.093668,way_type=user_defined:way_id=80W -edge,19952,19952;41.0993971;-105.093668:19953;41.0994159;-105.0934184,way_type=user_defined:way_id=80W -edge,19953,19953;41.0994159;-105.0934184:19954;41.0994561;-105.0928445,way_type=user_defined:way_id=80W -edge,19954,19954;41.0994561;-105.0928445:19955;41.0995704;-105.0910829,way_type=user_defined:way_id=80W -edge,19955,19955;41.0995704;-105.0910829:19956;41.0996614;-105.0896435,way_type=user_defined:way_id=80W -edge,19956,19956;41.0996614;-105.0896435:19957;41.0998219;-105.0870341,way_type=user_defined:way_id=80W -edge,19957,19957;41.0998219;-105.0870341:19958;41.0999139;-105.0855974,way_type=user_defined:way_id=80W -edge,19958,19958;41.0999139;-105.0855974:19959;41.1000438;-105.0835112,way_type=user_defined:way_id=80W -edge,19959,19959;41.1000438;-105.0835112:19960;41.1001511;-105.0818353,way_type=user_defined:way_id=80W -edge,19960,19960;41.1001511;-105.0818353:19961;41.1001846;-105.08126,way_type=user_defined:way_id=80W -edge,19961,19961;41.1001846;-105.08126:19962;41.1002133;-105.0807096,way_type=user_defined:way_id=80W -edge,19962,19962;41.1002133;-105.0807096:19963;41.1002298;-105.0803593,way_type=user_defined:way_id=80W -edge,19963,19963;41.1002298;-105.0803593:19964;41.1002539;-105.0797917,way_type=user_defined:way_id=80W -edge,19964,19964;41.1002539;-105.0797917:19965;41.1002655;-105.0794867,way_type=user_defined:way_id=80W -edge,19965,19965;41.1002655;-105.0794867:19966;41.1002753;-105.0791725,way_type=user_defined:way_id=80W -edge,19966,19966;41.1002753;-105.0791725:19967;41.1002827;-105.0788768,way_type=user_defined:way_id=80W -edge,19967,19967;41.1002827;-105.0788768:19968;41.1002876;-105.0785891,way_type=user_defined:way_id=80W -edge,19968,19968;41.1002876;-105.0785891:19969;41.1002901;-105.0782418,way_type=user_defined:way_id=80W -edge,19969,19969;41.1002901;-105.0782418:19970;41.1002905;-105.0778029,way_type=user_defined:way_id=80W -edge,19970,19970;41.1002905;-105.0778029:19971;41.1002892;-105.0773938,way_type=user_defined:way_id=80W -edge,19971,19971;41.1002892;-105.0773938:19972;41.1002843;-105.0765515,way_type=user_defined:way_id=80W -edge,19972,19972;41.1002843;-105.0765515:19973;41.1002743;-105.0753306,way_type=user_defined:way_id=80W -edge,19973,19973;41.1002743;-105.0753306:19974;41.1002421;-105.0723541,way_type=user_defined:way_id=80W -edge,19974,19974;41.1002421;-105.0723541:19975;41.100238;-105.0716358,way_type=user_defined:way_id=80W -edge,19975,19975;41.100238;-105.0716358:19976;41.1002293;-105.0707871,way_type=user_defined:way_id=80W -edge,19976,19976;41.1002293;-105.0707871:19977;41.10021714;-105.0693808,way_type=user_defined:way_id=80W -edge,19977,19977;41.10021714;-105.0693808:19978;41.1002094;-105.0684849,way_type=user_defined:way_id=80W -edge,19978,19978;41.1002094;-105.0684849:19979;41.1002065;-105.0678846,way_type=user_defined:way_id=80W -edge,19979,19979;41.1002065;-105.0678846:19980;41.1002074;-105.0673126,way_type=user_defined:way_id=80W -edge,19980,19980;41.1002074;-105.0673126:19981;41.1002098;-105.0670166,way_type=user_defined:way_id=80W -edge,19981,19981;41.1002098;-105.0670166:19982;41.1002149;-105.06673,way_type=user_defined:way_id=80W -edge,19982,19982;41.1002149;-105.06673:19983;41.1002204;-105.0665452,way_type=user_defined:way_id=80W -edge,19983,19983;41.1002204;-105.0665452:19984;41.1002204;-105.0665452,way_type=user_defined:way_id=80W -edge,19984,19984;41.1002204;-105.0665452:19985;41.1002234;-105.0664436,way_type=user_defined:way_id=80W -edge,19985,19985;41.1002234;-105.0664436:19986;41.1002354;-105.066148,way_type=user_defined:way_id=80W -edge,19986,19986;41.1002354;-105.066148:19987;41.1002494;-105.065871,way_type=user_defined:way_id=80W -edge,19987,19987;41.1002494;-105.065871:19988;41.1002674;-105.0655757,way_type=user_defined:way_id=80W -edge,19988,19988;41.1002674;-105.0655757:19989;41.1002875;-105.0652988,way_type=user_defined:way_id=80W -edge,19989,19989;41.1002875;-105.0652988:19990;41.1003122;-105.0650036,way_type=user_defined:way_id=80W -edge,19990,19990;41.1003122;-105.0650036:19991;41.1003394;-105.0647172,way_type=user_defined:way_id=80W -edge,19991,19991;41.1003394;-105.0647172:19992;41.1003667;-105.0644599,way_type=user_defined:way_id=80W -edge,19992,19992;41.1003667;-105.0644599:19993;41.100404;-105.0641464,way_type=user_defined:way_id=80W -edge,19993,19993;41.100404;-105.0641464:19994;41.1004394;-105.0638703,way_type=user_defined:way_id=80W -edge,19994,19994;41.1004394;-105.0638703:19995;41.10048799;-105.063511,way_type=user_defined:way_id=80W -edge,19995,19995;41.10048799;-105.063511:19996;41.1005178;-105.0632906,way_type=user_defined:way_id=80W -edge,19996,19996;41.1005178;-105.0632906:19997;41.1006007;-105.0627009,way_type=user_defined:way_id=80W -edge,19997,19997;41.1006007;-105.0627009:19998;41.10073447;-105.0617895,way_type=user_defined:way_id=80W -edge,19998,19998;41.10073447;-105.0617895:19999;41.10073447;-105.0617895,way_type=user_defined:way_id=80W -edge,19999,19999;41.10073447;-105.0617895:20000;41.10100061;-105.0600376,way_type=user_defined:way_id=80W -edge,20000,20000;41.10100061;-105.0600376:20001;41.1013262;-105.0578943,way_type=user_defined:way_id=80W -edge,20001,20001;41.1013262;-105.0578943:20002;41.1014208;-105.0572814,way_type=user_defined:way_id=80W -edge,20002,20002;41.1014208;-105.0572814:20003;41.1014208;-105.0572814,way_type=user_defined:way_id=80W -edge,20003,20003;41.1014208;-105.0572814:20004;41.1015188;-105.0566499,way_type=user_defined:way_id=80W -edge,20004,20004;41.1015188;-105.0566499:20005;41.1015561;-105.0564095,way_type=user_defined:way_id=80W -edge,20005,20005;41.1015561;-105.0564095:20006;41.1017692;-105.0550001,way_type=user_defined:way_id=80W -edge,20006,20006;41.1017692;-105.0550001:20007;41.102119;-105.0527141,way_type=user_defined:way_id=80W -edge,20007,20007;41.102119;-105.0527141:20008;41.1022895;-105.0516105,way_type=user_defined:way_id=80W -edge,20008,20008;41.1022895;-105.0516105:20009;41.1024274;-105.0506882,way_type=user_defined:way_id=80W -edge,20009,20009;41.1024274;-105.0506882:20010;41.1025496;-105.0498869,way_type=user_defined:way_id=80W -edge,20010,20010;41.1025496;-105.0498869:20011;41.1027143;-105.0487855,way_type=user_defined:way_id=80W -edge,20011,20011;41.1027143;-105.0487855:20012;41.1029397;-105.0473139,way_type=user_defined:way_id=80W -edge,20012,20012;41.1029397;-105.0473139:20013;41.1031993;-105.0455713,way_type=user_defined:way_id=80W -edge,20013,20013;41.1031993;-105.0455713:20014;41.1032744;-105.04505,way_type=user_defined:way_id=80W -edge,20014,20014;41.1032744;-105.04505:20015;41.1033293;-105.0446264,way_type=user_defined:way_id=80W -edge,20015,20015;41.1033293;-105.0446264:20016;41.1033517;-105.0444416,way_type=user_defined:way_id=80W -edge,20016,20016;41.1033517;-105.0444416:20017;41.1033837;-105.0441538,way_type=user_defined:way_id=80W -edge,20017,20017;41.1033837;-105.0441538:20018;41.1034115;-105.043874,way_type=user_defined:way_id=80W -edge,20018,20018;41.1034115;-105.043874:20019;41.1034249;-105.0437242,way_type=user_defined:way_id=80W -edge,20019,20019;41.1034249;-105.0437242:20020;41.1034373;-105.0435837,way_type=user_defined:way_id=80W -edge,20020,20020;41.1034373;-105.0435837:20021;41.1034596;-105.0433015,way_type=user_defined:way_id=80W -edge,20021,20021;41.1034596;-105.0433015:20022;41.1034788;-105.0430084,way_type=user_defined:way_id=80W -edge,20022,20022;41.1034788;-105.0430084:20023;41.103493;-105.0427143,way_type=user_defined:way_id=80W -edge,20023,20023;41.103493;-105.0427143:20024;41.1035025;-105.0424383,way_type=user_defined:way_id=80W -edge,20024,20024;41.1035025;-105.0424383:20025;41.1035191;-105.0418233,way_type=user_defined:way_id=80W -edge,20025,20025;41.1035191;-105.0418233:20026;41.1035544;-105.040707,way_type=user_defined:way_id=80W -edge,20026,20026;41.1035544;-105.040707:20027;41.10357;-105.0401044,way_type=user_defined:way_id=80W -edge,20027,20027;41.10357;-105.0401044:20028;41.1035876;-105.0392752,way_type=user_defined:way_id=80W -edge,20028,20028;41.1035876;-105.0392752:20029;41.103603;-105.0386629,way_type=user_defined:way_id=80W -edge,20029,20029;41.103603;-105.0386629:20030;41.1036334;-105.0372227,way_type=user_defined:way_id=80W -edge,20030,20030;41.1036334;-105.0372227:20031;41.1036594;-105.0360721,way_type=user_defined:way_id=80W -edge,20031,20031;41.1036594;-105.0360721:20032;41.1036631;-105.0357844,way_type=user_defined:way_id=80W -edge,20032,20032;41.1036631;-105.0357844:20033;41.1036635;-105.0355389,way_type=user_defined:way_id=80W -edge,20033,20033;41.1036635;-105.0355389:20034;41.1036604;-105.0352172,way_type=user_defined:way_id=80W -edge,20034,20034;41.1036604;-105.0352172:20035;41.1036544;-105.0349291,way_type=user_defined:way_id=80W -edge,20035,20035;41.1036544;-105.0349291:20036;41.1036459;-105.0346021,way_type=user_defined:way_id=80W -edge,20036,20036;41.1036459;-105.0346021:20037;41.1036375;-105.0343423,way_type=user_defined:way_id=80W -edge,20037,20037;41.1036375;-105.0343423:20038;41.1036235;-105.0340252,way_type=user_defined:way_id=80W -edge,20038,20038;41.1036235;-105.0340252:20039;41.1036101;-105.0337734,way_type=user_defined:way_id=80W -edge,20039,20039;41.1036101;-105.0337734:20040;41.1035931;-105.0334933,way_type=user_defined:way_id=80W -edge,20040,20040;41.1035931;-105.0334933:20041;41.1035731;-105.0332037,way_type=user_defined:way_id=80W -edge,20041,20041;41.1035731;-105.0332037:20042;41.103549;-105.0329053,way_type=user_defined:way_id=80W -edge,20042,20042;41.103549;-105.0329053:20043;41.1035191;-105.032588,way_type=user_defined:way_id=80W -edge,20043,20043;41.1035191;-105.032588:20044;41.1034845;-105.0322717,way_type=user_defined:way_id=80W -edge,20044,20044;41.1034845;-105.0322717:20045;41.1034523;-105.0320119,way_type=user_defined:way_id=80W -edge,20045,20045;41.1034523;-105.0320119:20046;41.1034191;-105.0317713,way_type=user_defined:way_id=80W -edge,20046,20046;41.1034191;-105.0317713:20047;41.1033552;-105.0313469,way_type=user_defined:way_id=80W -edge,20047,20047;41.1033552;-105.0313469:20048;41.1032061;-105.0303964,way_type=user_defined:way_id=80W -edge,20048,20048;41.1032061;-105.0303964:20049;41.1031478;-105.030035,way_type=user_defined:way_id=80W -edge,20049,20049;41.1031478;-105.030035:20050;41.1030015;-105.0291618,way_type=user_defined:way_id=80W -edge,20050,20050;41.1030015;-105.0291618:20051;41.1028623;-105.0283107,way_type=user_defined:way_id=80W -edge,20051,20051;41.1028623;-105.0283107:20052;41.1024811;-105.0260384,way_type=user_defined:way_id=80W -edge,20052,20052;41.1024811;-105.0260384:20053;41.1022915;-105.0248778,way_type=user_defined:way_id=80W -edge,20053,20053;41.1022915;-105.0248778:20054;41.1021017;-105.023741,way_type=user_defined:way_id=80W -edge,20054,20054;41.1021017;-105.023741:20055;41.1019548;-105.0228742,way_type=user_defined:way_id=80W -edge,20055,20055;41.1019548;-105.0228742:20056;41.1018096;-105.0219886,way_type=user_defined:way_id=80W -edge,20056,20056;41.1018096;-105.0219886:20057;41.1016757;-105.0211895,way_type=user_defined:way_id=80W -edge,20057,20057;41.1016757;-105.0211895:20058;41.101631;-105.0209038,way_type=user_defined:way_id=80W -edge,20058,20058;41.101631;-105.0209038:20059;41.1015844;-105.0205804,way_type=user_defined:way_id=80W -edge,20059,20059;41.1015844;-105.0205804:20060;41.1015476;-105.020303,way_type=user_defined:way_id=80W -edge,20060,20060;41.1015476;-105.020303:20061;41.1015167;-105.0200531,way_type=user_defined:way_id=80W -edge,20061,20061;41.1015167;-105.0200531:20062;41.1014811;-105.0197383,way_type=user_defined:way_id=80W -edge,20062,20062;41.1014811;-105.0197383:20063;41.1014523;-105.0194424,way_type=user_defined:way_id=80W -edge,20063,20063;41.1014523;-105.0194424:20064;41.1014277;-105.0191562,way_type=user_defined:way_id=80W -edge,20064,20064;41.1014277;-105.0191562:20065;41.1014067;-105.0188714,way_type=user_defined:way_id=80W -edge,20065,20065;41.1014067;-105.0188714:20066;41.1013705;-105.0183004,way_type=user_defined:way_id=80W -edge,20066,20066;41.1013705;-105.0183004:20067;41.101356;-105.018013,way_type=user_defined:way_id=80W -edge,20067,20067;41.101356;-105.018013:20068;41.1013451;-105.0177164,way_type=user_defined:way_id=80W -edge,20068,20068;41.1013451;-105.0177164:20069;41.1013382;-105.0174376,way_type=user_defined:way_id=80W -edge,20069,20069;41.1013382;-105.0174376:20070;41.1013339;-105.0170436,way_type=user_defined:way_id=80W -edge,20070,20070;41.1013339;-105.0170436:20071;41.1013333;-105.0168606,way_type=user_defined:way_id=80W -edge,20071,20071;41.1013333;-105.0168606:20072;41.101335;-105.0165834,way_type=user_defined:way_id=80W -edge,20072,20072;41.101335;-105.0165834:20073;41.1013395;-105.0162867,way_type=user_defined:way_id=80W -edge,20073,20073;41.1013395;-105.0162867:20074;41.1013468;-105.0159987,way_type=user_defined:way_id=80W -edge,20074,20074;41.1013468;-105.0159987:20075;41.1013578;-105.0157102,way_type=user_defined:way_id=80W -edge,20075,20075;41.1013578;-105.0157102:20076;41.1013716;-105.0154325,way_type=user_defined:way_id=80W -edge,20076,20076;41.1013716;-105.0154325:20077;41.1013893;-105.0151354,way_type=user_defined:way_id=80W -edge,20077,20077;41.1013893;-105.0151354:20078;41.1014094;-105.0148574,way_type=user_defined:way_id=80W -edge,20078,20078;41.1014094;-105.0148574:20079;41.1014334;-105.0145706,way_type=user_defined:way_id=80W -edge,20079,20079;41.1014334;-105.0145706:20080;41.1014601;-105.0142845,way_type=user_defined:way_id=80W -edge,20080,20080;41.1014601;-105.0142845:20081;41.1014896;-105.0139989,way_type=user_defined:way_id=80W -edge,20081,20081;41.1014896;-105.0139989:20082;41.1015221;-105.0137138,way_type=user_defined:way_id=80W -edge,20082,20082;41.1015221;-105.0137138:20083;41.1015575;-105.0134293,way_type=user_defined:way_id=80W -edge,20083,20083;41.1015575;-105.0134293:20084;41.1015952;-105.0131452,way_type=user_defined:way_id=80W -edge,20084,20084;41.1015952;-105.0131452:20085;41.1016359;-105.0128617,way_type=user_defined:way_id=80W -edge,20085,20085;41.1016359;-105.0128617:20086;41.1016515;-105.0127613,way_type=user_defined:way_id=80W -edge,20086,20086;41.1016515;-105.0127613:20087;41.1016799;-105.0125787,way_type=user_defined:way_id=80W -edge,20087,20087;41.1016799;-105.0125787:20088;41.1017258;-105.0123054,way_type=user_defined:way_id=80W -edge,20088,20088;41.1017258;-105.0123054:20089;41.1017782;-105.0120144,way_type=user_defined:way_id=80W -edge,20089,20089;41.1017782;-105.0120144:20090;41.1018323;-105.0117332,way_type=user_defined:way_id=80W -edge,20090,20090;41.1018323;-105.0117332:20091;41.101887;-105.0114617,way_type=user_defined:way_id=80W -edge,20091,20091;41.101887;-105.0114617:20092;41.1019461;-105.0111822,way_type=user_defined:way_id=80W -edge,20092,20092;41.1019461;-105.0111822:20093;41.1020086;-105.0109043,way_type=user_defined:way_id=80W -edge,20093,20093;41.1020086;-105.0109043:20094;41.1020821;-105.0106008,way_type=user_defined:way_id=80W -edge,20094,20094;41.1020821;-105.0106008:20095;41.1021525;-105.0103258,way_type=user_defined:way_id=80W -edge,20095,20095;41.1021525;-105.0103258:20096;41.1022351;-105.0100161,way_type=user_defined:way_id=80W -edge,20096,20096;41.1022351;-105.0100161:20097;41.1023539;-105.0095835,way_type=user_defined:way_id=80W -edge,20097,20097;41.1023539;-105.0095835:20098;41.1025997;-105.0087015,way_type=user_defined:way_id=80W -edge,20098,20098;41.1025997;-105.0087015:20099;41.1032211;-105.0065103,way_type=user_defined:way_id=80W -edge,20099,20099;41.1032211;-105.0065103:20100;41.1036825;-105.0048582,way_type=user_defined:way_id=80W -edge,20100,20100;41.1036825;-105.0048582:20101;41.1042166;-105.002973,way_type=user_defined:way_id=80W -edge,20101,20101;41.1042166;-105.002973:20102;41.1045967;-105.0016205,way_type=user_defined:way_id=80W -edge,20102,20102;41.1045967;-105.0016205:20103;41.1050633;-104.9999707,way_type=user_defined:way_id=80W -edge,20103,20103;41.1050633;-104.9999707:20104;41.1060519;-104.9964532,way_type=user_defined:way_id=80W -edge,20104,20104;41.1060519;-104.9964532:20105;41.1063646;-104.9953531,way_type=user_defined:way_id=80W -edge,20105,20105;41.1063646;-104.9953531:20106;41.1068604;-104.9935652,way_type=user_defined:way_id=80W -edge,20106,20106;41.1068604;-104.9935652:20107;41.1069529;-104.9932257,way_type=user_defined:way_id=80W -edge,20107,20107;41.1069529;-104.9932257:20108;41.1070332;-104.9929197,way_type=user_defined:way_id=80W -edge,20108,20108;41.1070332;-104.9929197:20109;41.1070925;-104.9926826,way_type=user_defined:way_id=80W -edge,20109,20109;41.1070925;-104.9926826:20110;41.1071182;-104.9925739,way_type=user_defined:way_id=80W -edge,20110,20110;41.1071182;-104.9925739:20111;41.1071646;-104.9923728,way_type=user_defined:way_id=80W -edge,20111,20111;41.1071646;-104.9923728:20112;41.1072235;-104.9920956,way_type=user_defined:way_id=80W -edge,20112,20112;41.1072235;-104.9920956:20113;41.1072817;-104.9918081,way_type=user_defined:way_id=80W -edge,20113,20113;41.1072817;-104.9918081:20114;41.1073342;-104.9915366,way_type=user_defined:way_id=80W -edge,20114,20114;41.1073342;-104.9915366:20115;41.1073797;-104.9912907,way_type=user_defined:way_id=80W -edge,20115,20115;41.1073797;-104.9912907:20116;41.1074342;-104.9909788,way_type=user_defined:way_id=80W -edge,20116,20116;41.1074342;-104.9909788:20117;41.1074808;-104.990693,way_type=user_defined:way_id=80W -edge,20117,20117;41.1074808;-104.990693:20118;41.1075251;-104.9904062,way_type=user_defined:way_id=80W -edge,20118,20118;41.1075251;-104.9904062:20119;41.1075648;-104.9901278,way_type=user_defined:way_id=80W -edge,20119,20119;41.1075648;-104.9901278:20120;41.1076029;-104.9898399,way_type=user_defined:way_id=80W -edge,20120,20120;41.1076029;-104.9898399:20121;41.1076794;-104.989236,way_type=user_defined:way_id=80W -edge,20121,20121;41.1076794;-104.989236:20122;41.1078772;-104.9876367,way_type=user_defined:way_id=80W -edge,20122,20122;41.1078772;-104.9876367:20123;41.1083475;-104.9837317,way_type=user_defined:way_id=80W -edge,20123,20123;41.1083475;-104.9837317:20124;41.1084649;-104.9827757,way_type=user_defined:way_id=80W -edge,20124,20124;41.1084649;-104.9827757:20125;41.108579;-104.9818058,way_type=user_defined:way_id=80W -edge,20125,20125;41.108579;-104.9818058:20126;41.1087564;-104.9803832,way_type=user_defined:way_id=80W -edge,20126,20126;41.1087564;-104.9803832:20127;41.1089298;-104.9789367,way_type=user_defined:way_id=80W -edge,20127,20127;41.1089298;-104.9789367:20128;41.1090398;-104.978047,way_type=user_defined:way_id=80W -edge,20128,20128;41.1090398;-104.978047:20129;41.1092161;-104.9765851,way_type=user_defined:way_id=80W -edge,20129,20129;41.1092161;-104.9765851:20130;41.1092944;-104.9759476,way_type=user_defined:way_id=80W -edge,20130,20130;41.1092944;-104.9759476:20131;41.10953;-104.9739835,way_type=user_defined:way_id=80W -edge,20131,20131;41.10953;-104.9739835:20132;41.1097364;-104.9723216,way_type=user_defined:way_id=80W -edge,20132,20132;41.1097364;-104.9723216:20133;41.1098396;-104.9714326,way_type=user_defined:way_id=80W -edge,20133,20133;41.1098396;-104.9714326:20134;41.1099425;-104.9705702,way_type=user_defined:way_id=80W -edge,20134,20134;41.1099425;-104.9705702:20135;41.1099745;-104.9702917,way_type=user_defined:way_id=80W -edge,20135,20135;41.1099745;-104.9702917:20136;41.1100375;-104.9697245,way_type=user_defined:way_id=80W -edge,20136,20136;41.1100375;-104.9697245:20137;41.1100748;-104.9693704,way_type=user_defined:way_id=80W -edge,20137,20137;41.1100748;-104.9693704:20138;41.110124;-104.968866,way_type=user_defined:way_id=80W -edge,20138,20138;41.110124;-104.968866:20139;41.1101521;-104.9685477,way_type=user_defined:way_id=80W -edge,20139,20139;41.1101521;-104.9685477:20140;41.1101981;-104.967976,way_type=user_defined:way_id=80W -edge,20140,20140;41.1101981;-104.967976:20141;41.1102318;-104.9675066,way_type=user_defined:way_id=80W -edge,20141,20141;41.1102318;-104.9675066:20142;41.1102772;-104.9668206,way_type=user_defined:way_id=80W -edge,20142,20142;41.1102772;-104.9668206:20143;41.1103314;-104.9659374,way_type=user_defined:way_id=80W -edge,20143,20143;41.1103314;-104.9659374:20144;41.1103862;-104.9651066,way_type=user_defined:way_id=80W -edge,20144,20144;41.1103862;-104.9651066:20145;41.1104424;-104.9642231,way_type=user_defined:way_id=80W -edge,20145,20145;41.1104424;-104.9642231:20146;41.1105013;-104.9633546,way_type=user_defined:way_id=80W -edge,20146,20146;41.1105013;-104.9633546:20147;41.1105548;-104.9624906,way_type=user_defined:way_id=80W -edge,20147,20147;41.1105548;-104.9624906:20148;41.1106847;-104.9605092,way_type=user_defined:way_id=80W -edge,20148,20148;41.1106847;-104.9605092:20149;41.110742;-104.9595776,way_type=user_defined:way_id=80W -edge,20149,20149;41.110742;-104.9595776:20150;41.1108034;-104.9586106,way_type=user_defined:way_id=80W -edge,20150,20150;41.1108034;-104.9586106:20151;41.1109176;-104.9568582,way_type=user_defined:way_id=80W -edge,20151,20151;41.1109176;-104.9568582:20152;41.11094167;-104.95648,way_type=user_defined:way_id=80W -edge,20152,20152;41.11094167;-104.95648:20153;41.111004;-104.9555006,way_type=user_defined:way_id=80W -edge,20153,20153;41.111004;-104.9555006:20154;41.1110426;-104.9549416,way_type=user_defined:way_id=80W -edge,20154,20154;41.1110426;-104.9549416:20155;41.1110656;-104.9546538,way_type=user_defined:way_id=80W -edge,20155,20155;41.1110656;-104.9546538:20156;41.111091;-104.9543664,way_type=user_defined:way_id=80W -edge,20156,20156;41.111091;-104.9543664:20157;41.1111254;-104.9540052,way_type=user_defined:way_id=80W -edge,20157,20157;41.1111254;-104.9540052:20158;41.11119;-104.9533675,way_type=user_defined:way_id=80W -edge,20158,20158;41.11119;-104.9533675:20159;41.111366;-104.9516853,way_type=user_defined:way_id=80W -edge,20159,20159;41.111366;-104.9516853:20160;41.1115953;-104.9494733,way_type=user_defined:way_id=80W -edge,20160,20160;41.1115953;-104.9494733:20161;41.1116866;-104.9485776,way_type=user_defined:way_id=80W -edge,20161,20161;41.1116866;-104.9485776:20162;41.1119396;-104.9461469,way_type=user_defined:way_id=80W -edge,20162,20162;41.1119396;-104.9461469:20163;41.1121085;-104.9445599,way_type=user_defined:way_id=80W -edge,20163,20163;41.1121085;-104.9445599:20164;41.1122302;-104.9433761,way_type=user_defined:way_id=80W -edge,20164,20164;41.1122302;-104.9433761:20165;41.1123649;-104.9420969,way_type=user_defined:way_id=80W -edge,20165,20165;41.1123649;-104.9420969:20166;41.1124967;-104.9408084,way_type=user_defined:way_id=80W -edge,20166,20166;41.1124967;-104.9408084:20167;41.1127658;-104.9382433,way_type=user_defined:way_id=80W -edge,20167,20167;41.1127658;-104.9382433:20168;41.1128819;-104.937098,way_type=user_defined:way_id=80W -edge,20168,20168;41.1128819;-104.937098:20169;41.1129423;-104.9365252,way_type=user_defined:way_id=80W -edge,20169,20169;41.1129423;-104.9365252:20170;41.1130598;-104.9353627,way_type=user_defined:way_id=80W -edge,20170,20170;41.1130598;-104.9353627:20171;41.1132673;-104.9333464,way_type=user_defined:way_id=80W -edge,20171,20171;41.1132673;-104.9333464:20172;41.1132688;-104.9333321,way_type=user_defined:way_id=80W -edge,20172,20172;41.1132688;-104.9333321:20173;41.1135425;-104.9307225,way_type=user_defined:way_id=80W -edge,20173,20173;41.1135425;-104.9307225:20174;41.1136652;-104.9295721,way_type=user_defined:way_id=80W -edge,20174,20174;41.1136652;-104.9295721:20175;41.1137565;-104.9286704,way_type=user_defined:way_id=80W -edge,20175,20175;41.1137565;-104.9286704:20176;41.1139927;-104.9264698,way_type=user_defined:way_id=80W -edge,20176,20176;41.1139927;-104.9264698:20177;41.1141344;-104.925072,way_type=user_defined:way_id=80W -edge,20177,20177;41.1141344;-104.925072:20178;41.114216;-104.9242839,way_type=user_defined:way_id=80W -edge,20178,20178;41.114216;-104.9242839:20179;41.114265;-104.9238283,way_type=user_defined:way_id=80W -edge,20179,20179;41.114265;-104.9238283:20180;41.1143718;-104.9229046,way_type=user_defined:way_id=80W -edge,20180,20180;41.1143718;-104.9229046:20181;41.1144374;-104.9223619,way_type=user_defined:way_id=80W -edge,20181,20181;41.1144374;-104.9223619:20182;41.1145122;-104.9218011,way_type=user_defined:way_id=80W -edge,20182,20182;41.1145122;-104.9218011:20183;41.1145533;-104.9215122,way_type=user_defined:way_id=80W -edge,20183,20183;41.1145533;-104.9215122:20184;41.1146285;-104.9210202,way_type=user_defined:way_id=80W -edge,20184,20184;41.1146285;-104.9210202:20185;41.1146903;-104.9206317,way_type=user_defined:way_id=80W -edge,20185,20185;41.1146903;-104.9206317:20186;41.1147821;-104.9200685,way_type=user_defined:way_id=80W -edge,20186,20186;41.1147821;-104.9200685:20187;41.1150631;-104.9183777,way_type=user_defined:way_id=80W -edge,20187,20187;41.1150631;-104.9183777:20188;41.1152361;-104.9173275,way_type=user_defined:way_id=80W -edge,20188,20188;41.1152361;-104.9173275:20189;41.1152964;-104.9169714,way_type=user_defined:way_id=80W -edge,20189,20189;41.1152964;-104.9169714:20190;41.1154464;-104.916104,way_type=user_defined:way_id=80W -edge,20190,20190;41.1154464;-104.916104:20191;41.1154945;-104.9158166,way_type=user_defined:way_id=80W -edge,20191,20191;41.1154945;-104.9158166:20192;41.1155855;-104.9152566,way_type=user_defined:way_id=80W -edge,20192,20192;41.1155855;-104.9152566:20193;41.115865;-104.9135741,way_type=user_defined:way_id=80W -edge,20193,20193;41.115865;-104.9135741:20194;41.1160664;-104.9123762,way_type=user_defined:way_id=80W -edge,20194,20194;41.1160664;-104.9123762:20195;41.116199;-104.9115734,way_type=user_defined:way_id=80W -edge,20195,20195;41.116199;-104.9115734:20196;41.1163333;-104.910748,way_type=user_defined:way_id=80W -edge,20196,20196;41.1163333;-104.910748:20197;41.1164317;-104.9101658,way_type=user_defined:way_id=80W -edge,20197,20197;41.1164317;-104.9101658:20198;41.1164796;-104.9098735,way_type=user_defined:way_id=80W -edge,20198,20198;41.1164796;-104.9098735:20199;41.1165233;-104.9095993,way_type=user_defined:way_id=80W -edge,20199,20199;41.1165233;-104.9095993:20200;41.1165666;-104.9093158,way_type=user_defined:way_id=80W -edge,20200,20200;41.1165666;-104.9093158:20201;41.1166058;-104.9090412,way_type=user_defined:way_id=80W -edge,20201,20201;41.1166058;-104.9090412:20202;41.1166449;-104.9087477,way_type=user_defined:way_id=80W -edge,20202,20202;41.1166449;-104.9087477:20203;41.1166801;-104.9084627,way_type=user_defined:way_id=80W -edge,20203,20203;41.1166801;-104.9084627:20204;41.1167121;-104.9081768,way_type=user_defined:way_id=80W -edge,20204,20204;41.1167121;-104.9081768:20205;41.1167412;-104.9078901,way_type=user_defined:way_id=80W -edge,20205,20205;41.1167412;-104.9078901:20206;41.1167667;-104.9076119,way_type=user_defined:way_id=80W -edge,20206,20206;41.1167667;-104.9076119:20207;41.1167906;-104.9073234,way_type=user_defined:way_id=80W -edge,20207,20207;41.1167906;-104.9073234:20208;41.1168092;-104.9070632,way_type=user_defined:way_id=80W -edge,20208,20208;41.1168092;-104.9070632:20209;41.1168287;-104.9067438,way_type=user_defined:way_id=80W -edge,20209,20209;41.1168287;-104.9067438:20210;41.1168341;-104.9066311,way_type=user_defined:way_id=80W -edge,20210,20210;41.1168341;-104.9066311:20211;41.1168439;-104.906415,way_type=user_defined:way_id=80W -edge,20211,20211;41.1168439;-104.906415:20212;41.1168535;-104.9061319,way_type=user_defined:way_id=80W -edge,20212,20212;41.1168535;-104.9061319:20213;41.1168606;-104.9058384,way_type=user_defined:way_id=80W -edge,20213,20213;41.1168606;-104.9058384:20214;41.1168653;-104.9055542,way_type=user_defined:way_id=80W -edge,20214,20214;41.1168653;-104.9055542:20215;41.1168693;-104.905232,way_type=user_defined:way_id=80W -edge,20215,20215;41.1168693;-104.905232:20216;41.1168737;-104.9046926,way_type=user_defined:way_id=80W -edge,20216,20216;41.1168737;-104.9046926:20217;41.1168808;-104.903221,way_type=user_defined:way_id=80W -edge,20217,20217;41.1168808;-104.903221:20218;41.11688212;-104.9027745,way_type=user_defined:way_id=80W -edge,20218,20218;41.11688212;-104.9027745:20219;41.1168843;-104.9020403,way_type=user_defined:way_id=80W -edge,20219,20219;41.1168843;-104.9020403:20220;41.1168903;-104.901205,way_type=user_defined:way_id=80W -edge,20220,20220;41.1168903;-104.901205:20221;41.1168903;-104.901205,way_type=user_defined:way_id=80W -edge,20221,20221;41.1168903;-104.901205:20222;41.1168927;-104.9006325,way_type=user_defined:way_id=80W -edge,20222,20222;41.1168927;-104.9006325:20223;41.1168964;-104.8986517,way_type=user_defined:way_id=80W -edge,20223,20223;41.1168964;-104.8986517:20224;41.116903;-104.897779,way_type=user_defined:way_id=80W -edge,20224,20224;41.116903;-104.897779:20225;41.1169095;-104.8965901,way_type=user_defined:way_id=80W -edge,20225,20225;41.1169095;-104.8965901:20226;41.11691336;-104.8960393,way_type=user_defined:way_id=80W -edge,20226,20226;41.11691336;-104.8960393:20227;41.1169178;-104.8954064,way_type=user_defined:way_id=80W -edge,20227,20227;41.1169178;-104.8954064:20228;41.1169201;-104.8944663,way_type=user_defined:way_id=80W -edge,20228,20228;41.1169201;-104.8944663:20229;41.1169288;-104.8928565,way_type=user_defined:way_id=80W -edge,20229,20229;41.1169288;-104.8928565:20230;41.1169278;-104.8919122,way_type=user_defined:way_id=80W -edge,20230,20230;41.1169278;-104.8919122:20231;41.116933;-104.8905082,way_type=user_defined:way_id=80W -edge,20231,20231;41.116933;-104.8905082:20232;41.1169341;-104.8887448,way_type=user_defined:way_id=80W -edge,20232,20232;41.1169341;-104.8887448:20233;41.1169378;-104.8878529,way_type=user_defined:way_id=80W -edge,20233,20233;41.1169378;-104.8878529:20234;41.11694051;-104.8864855,way_type=user_defined:way_id=80W -edge,20234,20234;41.11694051;-104.8864855:20235;41.11694051;-104.8864855,way_type=user_defined:way_id=80W -edge,20235,20235;41.11694051;-104.8864855:20236;41.1169478;-104.8848798,way_type=user_defined:way_id=80W -edge,20236,20236;41.1169478;-104.8848798:20237;41.1169484;-104.8839369,way_type=user_defined:way_id=80W -edge,20237,20237;41.1169484;-104.8839369:20238;41.1169556;-104.8825137,way_type=user_defined:way_id=80W -edge,20238,20238;41.1169556;-104.8825137:20239;41.11696;-104.8808203,way_type=user_defined:way_id=80W -edge,20239,20239;41.11696;-104.8808203:20240;41.1169713;-104.8790216,way_type=user_defined:way_id=80W -edge,20240,20240;41.1169713;-104.8790216:20241;41.116972;-104.8779118,way_type=user_defined:way_id=80W -edge,20241,20241;41.116972;-104.8779118:20242;41.1169749;-104.8774049,way_type=user_defined:way_id=80W -edge,20242,20242;41.1169749;-104.8774049:20243;41.1169776;-104.8769324,way_type=user_defined:way_id=80W -edge,20243,20243;41.1169776;-104.8769324:20244;41.1169815;-104.8759282,way_type=user_defined:way_id=80W -edge,20244,20244;41.1169815;-104.8759282:20245;41.1169815;-104.8759282,way_type=user_defined:way_id=80W -edge,20245,20245;41.1169815;-104.8759282:20246;41.11698197;-104.8758326,way_type=user_defined:way_id=80W -edge,20246,20246;41.11698197;-104.8758326:20247;41.1169867;-104.874866,way_type=user_defined:way_id=80W -edge,20247,20247;41.1169867;-104.874866:20248;41.1169909;-104.8735642,way_type=user_defined:way_id=80W -edge,20248,20248;41.1169909;-104.8735642:20249;41.1169988;-104.8721206,way_type=user_defined:way_id=80W -edge,20249,20249;41.1169988;-104.8721206:20250;41.1170011;-104.8712566,way_type=user_defined:way_id=80W -edge,20250,20250;41.1170011;-104.8712566:20251;41.11700069;-104.8701479,way_type=user_defined:way_id=80W -edge,20251,20251;41.11700069;-104.8701479:20252;41.11700145;-104.8699037,way_type=user_defined:way_id=80W -edge,20252,20252;41.11700145;-104.8699037:20253;41.1170027;-104.8695039,way_type=user_defined:way_id=80W -edge,20253,20253;41.1170027;-104.8695039:20254;41.1170027;-104.8695039,way_type=user_defined:way_id=80W -edge,20254,20254;41.1170027;-104.8695039:20255;41.1170045;-104.8690658,way_type=user_defined:way_id=80W -edge,20255,20255;41.1170045;-104.8690658:20256;41.1170041;-104.8687401,way_type=user_defined:way_id=80W -edge,20256,20256;41.1170041;-104.8687401:20257;41.1169987;-104.8682404,way_type=user_defined:way_id=80W -edge,20257,20257;41.1169987;-104.8682404:20258;41.11699146;-104.8679757,way_type=user_defined:way_id=80W -edge,20258,20258;41.11699146;-104.8679757:20259;41.1169802;-104.8676989,way_type=user_defined:way_id=80W -edge,20259,20259;41.1169802;-104.8676989:20260;41.1169736;-104.8675867,way_type=user_defined:way_id=80W -edge,20260,20260;41.1169736;-104.8675867:20261;41.1169632;-104.8674184,way_type=user_defined:way_id=80W -edge,20261,20261;41.1169632;-104.8674184:20262;41.1169392;-104.8671284,way_type=user_defined:way_id=80W -edge,20262,20262;41.1169392;-104.8671284:20263;41.1169084;-104.8668392,way_type=user_defined:way_id=80W -edge,20263,20263;41.1169084;-104.8668392:20264;41.1168727;-104.8665605,way_type=user_defined:way_id=80W -edge,20264,20264;41.1168727;-104.8665605:20265;41.1168307;-104.8662743,way_type=user_defined:way_id=80W -edge,20265,20265;41.1168307;-104.8662743:20266;41.11679;-104.8660265,way_type=user_defined:way_id=80W -edge,20266,20266;41.11679;-104.8660265:20267;41.1167322;-104.8657173,way_type=user_defined:way_id=80W -edge,20267,20267;41.1167322;-104.8657173:20268;41.1166809;-104.8654743,way_type=user_defined:way_id=80W -edge,20268,20268;41.1166809;-104.8654743:20269;41.1166147;-104.8651895,way_type=user_defined:way_id=80W -edge,20269,20269;41.1166147;-104.8651895:20270;41.116549;-104.8649249,way_type=user_defined:way_id=80W -edge,20270,20270;41.116549;-104.8649249:20271;41.1164845;-104.8646814,way_type=user_defined:way_id=80W -edge,20271,20271;41.1164845;-104.8646814:20272;41.1164088;-104.8644235,way_type=user_defined:way_id=80W -edge,20272,20272;41.1164088;-104.8644235:20273;41.1163204;-104.8641535,way_type=user_defined:way_id=80W -edge,20273,20273;41.1163204;-104.8641535:20274;41.116238;-104.8639221,way_type=user_defined:way_id=80W -edge,20274,20274;41.116238;-104.8639221:20275;41.1161559;-104.8637016,way_type=user_defined:way_id=80W -edge,20275,20275;41.1161559;-104.8637016:20276;41.1160422;-104.8634082,way_type=user_defined:way_id=80W -edge,20276,20276;41.1160422;-104.8634082:20277;41.1158624;-104.8629624,way_type=user_defined:way_id=80W -edge,20277,20277;41.1158624;-104.8629624:20278;41.11574832;-104.8626832,way_type=user_defined:way_id=80W -edge,20278,20278;41.11574832;-104.8626832:20279;41.1156548;-104.8624544,way_type=user_defined:way_id=80W -edge,20279,20279;41.1156548;-104.8624544:20280;41.1151759;-104.8612913,way_type=user_defined:way_id=80W -edge,20280,20280;41.1151759;-104.8612913:20281;41.11479261;-104.8603516,way_type=user_defined:way_id=80W -edge,20281,20281;41.11479261;-104.8603516:20282;41.11477562;-104.8603099,way_type=user_defined:way_id=80W -edge,20282,20282;41.11477562;-104.8603099:20283;41.11477562;-104.8603099,way_type=user_defined:way_id=80W -edge,20283,20283;41.11477562;-104.8603099:20284;41.11471966;-104.8601732,way_type=user_defined:way_id=80W -edge,20284,20284;41.11471966;-104.8601732:20285;41.11471966;-104.8601732,way_type=user_defined:way_id=80W -edge,20285,20285;41.11471966;-104.8601732:20286;41.11469906;-104.8601229,way_type=user_defined:way_id=80W -edge,20286,20286;41.11469906;-104.8601229:20287;41.11469906;-104.8601229,way_type=user_defined:way_id=80W -edge,20287,20287;41.11469906;-104.8601229:20288;41.11463627;-104.8599694,way_type=user_defined:way_id=80W -edge,20288,20288;41.11463627;-104.8599694:20289;41.11449852;-104.8596325,way_type=user_defined:way_id=80W -edge,20289,20289;41.11449852;-104.8596325:20290;41.1144517;-104.859518,way_type=user_defined:way_id=80W -edge,20290,20290;41.1144517;-104.859518:20291;41.11438254;-104.8593503,way_type=user_defined:way_id=80W -edge,20291,20291;41.11438254;-104.8593503:20292;41.1141645;-104.8588216,way_type=user_defined:way_id=80W -edge,20292,20292;41.1141645;-104.8588216:20293;41.1140119;-104.8584417,way_type=user_defined:way_id=80W -edge,20293,20293;41.1140119;-104.8584417:20294;41.1139102;-104.858184,way_type=user_defined:way_id=80W -edge,20294,20294;41.1139102;-104.858184:20295;41.1138286;-104.8579692,way_type=user_defined:way_id=80W -edge,20295,20295;41.1138286;-104.8579692:20296;41.1137575;-104.8577703,way_type=user_defined:way_id=80W -edge,20296,20296;41.1137575;-104.8577703:20297;41.1136736;-104.8575154,way_type=user_defined:way_id=80W -edge,20297,20297;41.1136736;-104.8575154:20298;41.11360734;-104.8572924,way_type=user_defined:way_id=80W -edge,20298,20298;41.11360734;-104.8572924:20299;41.1135451;-104.8570615,way_type=user_defined:way_id=80W -edge,20299,20299;41.1135451;-104.8570615:20300;41.1134963;-104.8568611,way_type=user_defined:way_id=80W -edge,20300,20300;41.1134963;-104.8568611:20301;41.113445;-104.8566238,way_type=user_defined:way_id=80W -edge,20301,20301;41.113445;-104.8566238:20302;41.11342664;-104.8565264,way_type=user_defined:way_id=80W -edge,20302,20302;41.11342664;-104.8565264:20303;41.1134051;-104.856412,way_type=user_defined:way_id=80W -edge,20303,20303;41.1134051;-104.856412:20304;41.1133661;-104.8561708,way_type=user_defined:way_id=80W -edge,20304,20304;41.1133661;-104.8561708:20305;41.1133344;-104.8559287,way_type=user_defined:way_id=80W -edge,20305,20305;41.1133344;-104.8559287:20306;41.1133081;-104.8556664,way_type=user_defined:way_id=80W -edge,20306,20306;41.1133081;-104.8556664:20307;41.11330183;-104.8555886,way_type=user_defined:way_id=80W -edge,20307,20307;41.11330183;-104.8555886:20308;41.11327444;-104.8550779,way_type=user_defined:way_id=80W -edge,20308,20308;41.11327444;-104.8550779:20309;41.113274;-104.8546881,way_type=user_defined:way_id=80W -edge,20309,20309;41.113274;-104.8546881:20310;41.113296;-104.8542041,way_type=user_defined:way_id=80W -edge,20310,20310;41.113296;-104.8542041:20311;41.1133237;-104.8539652,way_type=user_defined:way_id=80W -edge,20311,20311;41.1133237;-104.8539652:20312;41.1133705;-104.8536078,way_type=user_defined:way_id=80W -edge,20312,20312;41.1133705;-104.8536078:20313;41.11343921;-104.8532093,way_type=user_defined:way_id=80W -edge,20313,20313;41.11343921;-104.8532093:20314;41.11353309;-104.8527466,way_type=user_defined:way_id=80W -edge,20314,20314;41.11353309;-104.8527466:20315;41.1139113;-104.8510541,way_type=user_defined:way_id=80W -edge,20315,20315;41.1139113;-104.8510541:20316;41.1139113;-104.8510541,way_type=user_defined:way_id=80W -edge,20316,20316;41.1139113;-104.8510541:20317;41.11391932;-104.8510185,way_type=user_defined:way_id=80W -edge,20317,20317;41.11391932;-104.8510185:20318;41.11391932;-104.8510185,way_type=user_defined:way_id=80W -edge,20318,20318;41.11391932;-104.8510185:20319;41.1139347;-104.8509455,way_type=user_defined:way_id=80W -edge,20319,20319;41.1139347;-104.8509455:20320;41.1139508;-104.8508786,way_type=user_defined:way_id=80W -edge,20320,20320;41.1139508;-104.8508786:20321;41.1139508;-104.8508786,way_type=user_defined:way_id=80W -edge,20321,20321;41.1139508;-104.8508786:20322;41.11398138;-104.8507389,way_type=user_defined:way_id=80W -edge,20322,20322;41.11398138;-104.8507389:20323;41.11398138;-104.8507389,way_type=user_defined:way_id=80W -edge,20323,20323;41.11398138;-104.8507389:20324;41.11399175;-104.8506929,way_type=user_defined:way_id=80W -edge,20324,20324;41.11399175;-104.8506929:20325;41.11399175;-104.8506929,way_type=user_defined:way_id=80W -edge,20325,20325;41.11399175;-104.8506929:20326;41.1153282;-104.8447211,way_type=user_defined:way_id=80W -edge,20326,20326;41.1153282;-104.8447211:20327;41.1153282;-104.8447211,way_type=user_defined:way_id=80W -edge,20327,20327;41.1153282;-104.8447211:20328;41.11556897;-104.8436197,way_type=user_defined:way_id=80W -edge,20328,20328;41.11556897;-104.8436197:20329;41.1158009;-104.8425673,way_type=user_defined:way_id=80W -edge,20329,20329;41.1158009;-104.8425673:20330;41.1158627;-104.842279,way_type=user_defined:way_id=80W -edge,20330,20330;41.1158627;-104.842279:20331;41.115911;-104.8420458,way_type=user_defined:way_id=80W -edge,20331,20331;41.115911;-104.8420458:20332;41.115966;-104.8417676,way_type=user_defined:way_id=80W -edge,20332,20332;41.115966;-104.8417676:20333;41.1160181;-104.8414879,way_type=user_defined:way_id=80W -edge,20333,20333;41.1160181;-104.8414879:20334;41.1160625;-104.841235,way_type=user_defined:way_id=80W -edge,20334,20334;41.1160625;-104.841235:20335;41.1161089;-104.8409521,way_type=user_defined:way_id=80W -edge,20335,20335;41.1161089;-104.8409521:20336;41.1161512;-104.8406773,way_type=user_defined:way_id=80W -edge,20336,20336;41.1161512;-104.8406773:20337;41.11616882;-104.8405555,way_type=user_defined:way_id=80W -edge,20337,20337;41.11616882;-104.8405555:20338;41.1161926;-104.8403912,way_type=user_defined:way_id=80W -edge,20338,20338;41.1161926;-104.8403912:20339;41.1162261;-104.8401446,way_type=user_defined:way_id=80W -edge,20339,20339;41.1162261;-104.8401446:20340;41.1162625;-104.839853,way_type=user_defined:way_id=80W -edge,20340,20340;41.1162625;-104.839853:20341;41.116294;-104.8395728,way_type=user_defined:way_id=80W -edge,20341,20341;41.116294;-104.8395728:20342;41.1163224;-104.839291,way_type=user_defined:way_id=80W -edge,20342,20342;41.1163224;-104.839291:20343;41.1163482;-104.8390043,way_type=user_defined:way_id=80W -edge,20343,20343;41.1163482;-104.8390043:20344;41.1163715;-104.8387107,way_type=user_defined:way_id=80W -edge,20344,20344;41.1163715;-104.8387107:20345;41.1163931;-104.8383954,way_type=user_defined:way_id=80W -edge,20345,20345;41.1163931;-104.8383954:20346;41.1164075;-104.8381457,way_type=user_defined:way_id=80W -edge,20346,20346;41.1164075;-104.8381457:20347;41.1164213;-104.8378563,way_type=user_defined:way_id=80W -edge,20347,20347;41.1164213;-104.8378563:20348;41.1164329;-104.8375578,way_type=user_defined:way_id=80W -edge,20348,20348;41.1164329;-104.8375578:20349;41.116441;-104.8372784,way_type=user_defined:way_id=80W -edge,20349,20349;41.116441;-104.8372784:20350;41.1164462;-104.8369895,way_type=user_defined:way_id=80W -edge,20350,20350;41.1164462;-104.8369895:20351;41.1164484;-104.8287897,way_type=user_defined:way_id=80W -edge,20351,20351;41.1164484;-104.8287897:20352;41.1164484;-104.8287897,way_type=user_defined:way_id=80W -edge,20352,20352;41.1164484;-104.8287897:20353;41.1164497;-104.8246838,way_type=user_defined:way_id=80W -edge,20353,20353;41.1164497;-104.8246838:20354;41.116455;-104.8244263,way_type=user_defined:way_id=80W -edge,20354,20354;41.116455;-104.8244263:20355;41.1164643;-104.8241116,way_type=user_defined:way_id=80W -edge,20355,20355;41.1164643;-104.8241116:20356;41.116475;-104.823854,way_type=user_defined:way_id=80W -edge,20356,20356;41.116475;-104.823854:20357;41.1164885;-104.8235963,way_type=user_defined:way_id=80W -edge,20357,20357;41.1164885;-104.8235963:20358;41.1165081;-104.8232817,way_type=user_defined:way_id=80W -edge,20358,20358;41.1165081;-104.8232817:20359;41.1165296;-104.8229872,way_type=user_defined:way_id=80W -edge,20359,20359;41.1165296;-104.8229872:20360;41.1165564;-104.8226741,way_type=user_defined:way_id=80W -edge,20360,20360;41.1165564;-104.8226741:20361;41.1165797;-104.8224278,way_type=user_defined:way_id=80W -edge,20361,20361;41.1165797;-104.8224278:20362;41.1166032;-104.8222008,way_type=user_defined:way_id=80W -edge,20362,20362;41.1166032;-104.8222008:20363;41.1166424;-104.8218515,way_type=user_defined:way_id=80W -edge,20363,20363;41.1166424;-104.8218515:20364;41.1166774;-104.8215691,way_type=user_defined:way_id=80W -edge,20364,20364;41.1166774;-104.8215691:20365;41.1167163;-104.8212782,way_type=user_defined:way_id=80W -edge,20365,20365;41.1167163;-104.8212782:20366;41.1167571;-104.8209886,way_type=user_defined:way_id=80W -edge,20366,20366;41.1167571;-104.8209886:20367;41.1179387;-104.8129227,way_type=user_defined:way_id=80W -edge,20367,20367;41.1179387;-104.8129227:20368;41.1179387;-104.8129227,way_type=user_defined:way_id=80W -edge,20368,20368;41.1179387;-104.8129227:20369;41.11843024;-104.809531,way_type=user_defined:way_id=80W -edge,20369,20369;41.11843024;-104.809531:20370;41.11843024;-104.809531,way_type=user_defined:way_id=80W -edge,20370,20370;41.11843024;-104.809531:20371;41.1189063;-104.8062881,way_type=user_defined:way_id=80W -edge,20371,20371;41.1189063;-104.8062881:20372;41.11907766;-104.8051022,way_type=user_defined:way_id=80W -edge,20372,20372;41.11907766;-104.8051022:20373;41.11907766;-104.8051022,way_type=user_defined:way_id=80W -edge,20373,20373;41.11907766;-104.8051022:20374;41.11909491;-104.8049823,way_type=user_defined:way_id=80W -edge,20374,20374;41.11909491;-104.8049823:20375;41.11909491;-104.8049823,way_type=user_defined:way_id=80W -edge,20375,20375;41.11909491;-104.8049823:20376;41.1191099;-104.8048788,way_type=user_defined:way_id=80W -edge,20376,20376;41.1191099;-104.8048788:20377;41.1191099;-104.8048788,way_type=user_defined:way_id=80W -edge,20377,20377;41.1191099;-104.8048788:20378;41.1197697;-104.8003505,way_type=user_defined:way_id=80W -edge,20378,20378;41.1197697;-104.8003505:20379;41.1197697;-104.8003505,way_type=user_defined:way_id=80W -edge,20379,20379;41.1197697;-104.8003505:20380;41.12076935;-104.7935251,way_type=user_defined:way_id=80W -edge,20380,20380;41.12076935;-104.7935251:20381;41.12076935;-104.7935251,way_type=user_defined:way_id=80W -edge,20381,20381;41.12076935;-104.7935251:20382;41.1234993;-104.7747978,way_type=user_defined:way_id=80W -edge,20382,20382;41.1234993;-104.7747978:20383;41.1234993;-104.7747978,way_type=user_defined:way_id=80W -edge,20383,20383;41.1234993;-104.7747978:20384;41.1236801;-104.7735026,way_type=user_defined:way_id=80W -edge,20384,20384;41.1236801;-104.7735026:20385;41.1237198;-104.7732108,way_type=user_defined:way_id=80W -edge,20385,20385;41.1237198;-104.7732108:20386;41.1237552;-104.7729371,way_type=user_defined:way_id=80W -edge,20386,20386;41.1237552;-104.7729371:20387;41.1238201;-104.7723991,way_type=user_defined:way_id=80W -edge,20387,20387;41.1238201;-104.7723991:20388;41.123857;-104.77208,way_type=user_defined:way_id=80W -edge,20388,20388;41.123857;-104.77208:20389;41.12388758;-104.7717958,way_type=user_defined:way_id=80W -edge,20389,20389;41.12388758;-104.7717958:20390;41.1239188;-104.7715056,way_type=user_defined:way_id=80W -edge,20390,20390;41.1239188;-104.7715056:20391;41.1239468;-104.7712236,way_type=user_defined:way_id=80W -edge,20391,20391;41.1239468;-104.7712236:20392;41.1239711;-104.7709607,way_type=user_defined:way_id=80W -edge,20392,20392;41.1239711;-104.7709607:20393;41.1239954;-104.7706787,way_type=user_defined:way_id=80W -edge,20393,20393;41.1239954;-104.7706787:20394;41.12400402;-104.7705682,way_type=user_defined:way_id=80W -edge,20394,20394;41.12400402;-104.7705682:20395;41.1240394;-104.7701144,way_type=user_defined:way_id=80W -edge,20395,20395;41.1240394;-104.7701144:20396;41.1240671;-104.7697184,way_type=user_defined:way_id=80W -edge,20396,20396;41.1240671;-104.7697184:20397;41.1240966;-104.7692653,way_type=user_defined:way_id=80W -edge,20397,20397;41.1240966;-104.7692653:20398;41.1241134;-104.7689816,way_type=user_defined:way_id=80W -edge,20398,20398;41.1241134;-104.7689816:20399;41.1241307;-104.7686505,way_type=user_defined:way_id=80W -edge,20399,20399;41.1241307;-104.7686505:20400;41.1241307;-104.7686505,way_type=user_defined:way_id=80W -edge,20400,20400;41.1241307;-104.7686505:20401;41.1241528;-104.7681485,way_type=user_defined:way_id=80W -edge,20401,20401;41.1241528;-104.7681485:20402;41.1241628;-104.7678545,way_type=user_defined:way_id=80W -edge,20402,20402;41.1241628;-104.7678545:20403;41.12417607;-104.7673408,way_type=user_defined:way_id=80W -edge,20403,20403;41.12417607;-104.7673408:20404;41.12417618;-104.7669219,way_type=user_defined:way_id=80W -edge,20404,20404;41.12417618;-104.7669219:20405;41.12417618;-104.7669219,way_type=user_defined:way_id=80W -edge,20405,20405;41.12417618;-104.7669219:20406;41.12430226;-104.7600985,way_type=user_defined:way_id=80W -edge,20406,20406;41.12430226;-104.7600985:20407;41.12430226;-104.7600985,way_type=user_defined:way_id=80W -edge,20407,20407;41.12430226;-104.7600985:20408;41.12450184;-104.7480373,way_type=user_defined:way_id=80W -edge,20408,20408;41.12450184;-104.7480373:20409;41.12450184;-104.7480373,way_type=user_defined:way_id=80W -edge,20409,20409;41.12450184;-104.7480373:20410;41.1245993;-104.742054,way_type=user_defined:way_id=80W -edge,20410,20410;41.1245993;-104.742054:20411;41.124612;-104.7414791,way_type=user_defined:way_id=80W -edge,20411,20411;41.124612;-104.7414791:20412;41.1246283;-104.7409418,way_type=user_defined:way_id=80W -edge,20412,20412;41.1246283;-104.7409418:20413;41.1246394;-104.7406451,way_type=user_defined:way_id=80W -edge,20413,20413;41.1246394;-104.7406451:20414;41.1246548;-104.7402805,way_type=user_defined:way_id=80W -edge,20414,20414;41.1246548;-104.7402805:20415;41.124672;-104.7399201,way_type=user_defined:way_id=80W -edge,20415,20415;41.124672;-104.7399201:20416;41.1246936;-104.7395384,way_type=user_defined:way_id=80W -edge,20416,20416;41.1246936;-104.7395384:20417;41.1247151;-104.7392032,way_type=user_defined:way_id=80W -edge,20417,20417;41.1247151;-104.7392032:20418;41.1247351;-104.738914,way_type=user_defined:way_id=80W -edge,20418,20418;41.1247351;-104.738914:20419;41.1247616;-104.7385583,way_type=user_defined:way_id=80W -edge,20419,20419;41.1247616;-104.7385583:20420;41.1248002;-104.7380861,way_type=user_defined:way_id=80W -edge,20420,20420;41.1248002;-104.7380861:20421;41.1248319;-104.7377327,way_type=user_defined:way_id=80W -edge,20421,20421;41.1248319;-104.7377327:20422;41.1248638;-104.7374092,way_type=user_defined:way_id=80W -edge,20422,20422;41.1248638;-104.7374092:20423;41.1249203;-104.7368822,way_type=user_defined:way_id=80W -edge,20423,20423;41.1249203;-104.7368822:20424;41.1249844;-104.7363119,way_type=user_defined:way_id=80W -edge,20424,20424;41.1249844;-104.7363119:20425;41.1250192;-104.7360171,way_type=user_defined:way_id=80W -edge,20425,20425;41.1250192;-104.7360171:20426;41.125054;-104.7357419,way_type=user_defined:way_id=80W -edge,20426,20426;41.125054;-104.7357419:20427;41.1250929;-104.7354579,way_type=user_defined:way_id=80W -edge,20427,20427;41.1250929;-104.7354579:20428;41.1251396;-104.7351319,way_type=user_defined:way_id=80W -edge,20428,20428;41.1251396;-104.7351319:20429;41.1252185;-104.7346007,way_type=user_defined:way_id=80W -edge,20429,20429;41.1252185;-104.7346007:20430;41.1252974;-104.7341007,way_type=user_defined:way_id=80W -edge,20430,20430;41.1252974;-104.7341007:20431;41.1253624;-104.73371,way_type=user_defined:way_id=80W -edge,20431,20431;41.1253624;-104.73371:20432;41.1254478;-104.7332231,way_type=user_defined:way_id=80W -edge,20432,20432;41.1254478;-104.7332231:20433;41.1255314;-104.7327713,way_type=user_defined:way_id=80W -edge,20433,20433;41.1255314;-104.7327713:20434;41.1256132;-104.732346,way_type=user_defined:way_id=80W -edge,20434,20434;41.1256132;-104.732346:20435;41.1256645;-104.7320878,way_type=user_defined:way_id=80W -edge,20435,20435;41.1256645;-104.7320878:20436;41.125718;-104.7318276,way_type=user_defined:way_id=80W -edge,20436,20436;41.125718;-104.7318276:20437;41.125798;-104.7314526,way_type=user_defined:way_id=80W -edge,20437,20437;41.125798;-104.7314526:20438;41.12589;-104.7310315,way_type=user_defined:way_id=80W -edge,20438,20438;41.12589;-104.7310315:20439;41.1259634;-104.7307042,way_type=user_defined:way_id=80W -edge,20439,20439;41.1259634;-104.7307042:20440;41.1260205;-104.7304567,way_type=user_defined:way_id=80W -edge,20440,20440;41.1260205;-104.7304567:20441;41.1260955;-104.7301419,way_type=user_defined:way_id=80W -edge,20441,20441;41.1260955;-104.7301419:20442;41.126187;-104.7297736,way_type=user_defined:way_id=80W -edge,20442,20442;41.126187;-104.7297736:20443;41.1262928;-104.7293633,way_type=user_defined:way_id=80W -edge,20443,20443;41.1262928;-104.7293633:20444;41.1265022;-104.7285823,way_type=user_defined:way_id=80W -edge,20444,20444;41.1265022;-104.7285823:20445;41.1265743;-104.7283212,way_type=user_defined:way_id=80W -edge,20445,20445;41.1265743;-104.7283212:20446;41.1266465;-104.7280698,way_type=user_defined:way_id=80W -edge,20446,20446;41.1266465;-104.7280698:20447;41.1268806;-104.7272751,way_type=user_defined:way_id=80W -edge,20447,20447;41.1268806;-104.7272751:20448;41.1269604;-104.7270123,way_type=user_defined:way_id=80W -edge,20448,20448;41.1269604;-104.7270123:20449;41.1270476;-104.7267326,way_type=user_defined:way_id=80W -edge,20449,20449;41.1270476;-104.7267326:20450;41.1271319;-104.7264712,way_type=user_defined:way_id=80W -edge,20450,20450;41.1271319;-104.7264712:20451;41.1272181;-104.7262104,way_type=user_defined:way_id=80W -edge,20451,20451;41.1272181;-104.7262104:20452;41.13208355;-104.7124533,way_type=user_defined:way_id=80W -edge,20452,20452;41.13208355;-104.7124533:20453;41.1324081;-104.7115412,way_type=user_defined:way_id=80W -edge,20453,20453;41.1324081;-104.7115412:20454;41.1324081;-104.7115412,way_type=user_defined:way_id=80W -edge,20454,20454;41.1324081;-104.7115412:20455;41.1329683;-104.7099659,way_type=user_defined:way_id=80W -edge,20455,20455;41.1329683;-104.7099659:20456;41.1331551;-104.7094499,way_type=user_defined:way_id=80W -edge,20456,20456;41.1331551;-104.7094499:20457;41.1332409;-104.7092187,way_type=user_defined:way_id=80W -edge,20457,20457;41.1332409;-104.7092187:20458;41.13327209;-104.7091365,way_type=user_defined:way_id=80W -edge,20458,20458;41.13327209;-104.7091365:20459;41.1333509;-104.7089287,way_type=user_defined:way_id=80W -edge,20459,20459;41.1333509;-104.7089287:20460;41.1334536;-104.7086663,way_type=user_defined:way_id=80W -edge,20460,20460;41.1334536;-104.7086663:20461;41.133542;-104.7084457,way_type=user_defined:way_id=80W -edge,20461,20461;41.133542;-104.7084457:20462;41.1336593;-104.7081604,way_type=user_defined:way_id=80W -edge,20462,20462;41.1336593;-104.7081604:20463;41.1337655;-104.7079105,way_type=user_defined:way_id=80W -edge,20463,20463;41.1337655;-104.7079105:20464;41.1338748;-104.7076608,way_type=user_defined:way_id=80W -edge,20464,20464;41.1338748;-104.7076608:20465;41.1340445;-104.7072861,way_type=user_defined:way_id=80W -edge,20465,20465;41.1340445;-104.7072861:20466;41.134203;-104.7069453,way_type=user_defined:way_id=80W -edge,20466,20466;41.134203;-104.7069453:20467;41.1343316;-104.7066771,way_type=user_defined:way_id=80W -edge,20467,20467;41.1343316;-104.7066771:20468;41.1344432;-104.7064516,way_type=user_defined:way_id=80W -edge,20468,20468;41.1344432;-104.7064516:20469;41.13538465;-104.7046242,way_type=user_defined:way_id=80W -edge,20469,20469;41.13538465;-104.7046242:20470;41.13538465;-104.7046242,way_type=user_defined:way_id=80W -edge,20470,20470;41.13538465;-104.7046242:20471;41.1385961;-104.698393,way_type=user_defined:way_id=80W -edge,20471,20471;41.1385961;-104.698393:20472;41.1385961;-104.698393,way_type=user_defined:way_id=80W -edge,20472,20472;41.1385961;-104.698393:20473;41.1429769;-104.6898791,way_type=user_defined:way_id=80W -edge,20473,20473;41.1429769;-104.6898791:20474;41.1493273;-104.6775579,way_type=user_defined:way_id=80W -edge,20474,20474;41.1493273;-104.6775579:20475;41.1502174;-104.6758305,way_type=user_defined:way_id=80W -edge,20475,20475;41.1502174;-104.6758305:20476;41.1507983;-104.674689,way_type=user_defined:way_id=80W -edge,20476,20476;41.1507983;-104.674689:20477;41.1510532;-104.6741792,way_type=user_defined:way_id=80W -edge,20477,20477;41.1510532;-104.6741792:20478;41.1514246;-104.6734174,way_type=user_defined:way_id=80W -edge,20478,20478;41.1514246;-104.6734174:20479;41.1515249;-104.6732079,way_type=user_defined:way_id=80W -edge,20479,20479;41.1515249;-104.6732079:20480;41.1517306;-104.6727718,way_type=user_defined:way_id=80W -edge,20480,20480;41.1517306;-104.6727718:20481;41.1518555;-104.6725043,way_type=user_defined:way_id=80W -edge,20481,20481;41.1518555;-104.6725043:20482;41.1520115;-104.6721637,way_type=user_defined:way_id=80W -edge,20482,20482;41.1520115;-104.6721637:20483;41.1521918;-104.6717643,way_type=user_defined:way_id=80W -edge,20483,20483;41.1521918;-104.6717643:20484;41.1524028;-104.6712905,way_type=user_defined:way_id=80W -edge,20484,20484;41.1524028;-104.6712905:20485;41.1525241;-104.6710119,way_type=user_defined:way_id=80W -edge,20485,20485;41.1525241;-104.6710119:20486;41.1526471;-104.6707246,way_type=user_defined:way_id=80W -edge,20486,20486;41.1526471;-104.6707246:20487;41.152938;-104.670033,way_type=user_defined:way_id=80W -edge,20487,20487;41.152938;-104.670033:20488;41.1532863;-104.6691769,way_type=user_defined:way_id=80W -edge,20488,20488;41.1532863;-104.6691769:20489;41.1534266;-104.6688261,way_type=user_defined:way_id=80W -edge,20489,20489;41.1534266;-104.6688261:20490;41.1535389;-104.668541,way_type=user_defined:way_id=80W -edge,20490,20490;41.1535389;-104.668541:20491;41.1536401;-104.6682801,way_type=user_defined:way_id=80W -edge,20491,20491;41.1536401;-104.6682801:20492;41.1537867;-104.6678962,way_type=user_defined:way_id=80W -edge,20492,20492;41.1537867;-104.6678962:20493;41.1540144;-104.6672896,way_type=user_defined:way_id=80W -edge,20493,20493;41.1540144;-104.6672896:20494;41.1542207;-104.6667238,way_type=user_defined:way_id=80W -edge,20494,20494;41.1542207;-104.6667238:20495;41.154301;-104.6664992,way_type=user_defined:way_id=80W -edge,20495,20495;41.154301;-104.6664992:20496;41.1544009;-104.6662124,way_type=user_defined:way_id=80W -edge,20496,20496;41.1544009;-104.6662124:20497;41.1546585;-104.665452,way_type=user_defined:way_id=80W -edge,20497,20497;41.1546585;-104.665452:20498;41.1549247;-104.6646501,way_type=user_defined:way_id=80W -edge,20498,20498;41.1549247;-104.6646501:20499;41.1550109;-104.6643849,way_type=user_defined:way_id=80W -edge,20499,20499;41.1550109;-104.6643849:20500;41.155101;-104.6641027,way_type=user_defined:way_id=80W -edge,20500,20500;41.155101;-104.6641027:20501;41.1553262;-104.6633865,way_type=user_defined:way_id=80W -edge,20501,20501;41.1553262;-104.6633865:20502;41.1555066;-104.6627982,way_type=user_defined:way_id=80W -edge,20502,20502;41.1555066;-104.6627982:20503;41.155591;-104.6625164,way_type=user_defined:way_id=80W -edge,20503,20503;41.155591;-104.6625164:20504;41.15567;-104.6622467,way_type=user_defined:way_id=80W -edge,20504,20504;41.15567;-104.6622467:20505;41.15568568;-104.662191,way_type=user_defined:way_id=80W -edge,20505,20505;41.15568568;-104.662191:20506;41.1558025;-104.661776,way_type=user_defined:way_id=80W -edge,20506,20506;41.1558025;-104.661776:20507;41.1558025;-104.661776,way_type=user_defined:way_id=80W -edge,20507,20507;41.1558025;-104.661776:20508;41.1560047;-104.6610316,way_type=user_defined:way_id=80W -edge,20508,20508;41.1560047;-104.6610316:20509;41.1561844;-104.6603539,way_type=user_defined:way_id=80W -edge,20509,20509;41.1561844;-104.6603539:20510;41.15620946;-104.6602566,way_type=user_defined:way_id=80W -edge,20510,20510;41.15620946;-104.6602566:20511;41.1563878;-104.6595644,way_type=user_defined:way_id=80W -edge,20511,20511;41.1563878;-104.6595644:20512;41.1564817;-104.6591889,way_type=user_defined:way_id=80W -edge,20512,20512;41.1564817;-104.6591889:20513;41.1565915;-104.65874,way_type=user_defined:way_id=80W -edge,20513,20513;41.1565915;-104.65874:20514;41.1567189;-104.6581987,way_type=user_defined:way_id=80W -edge,20514,20514;41.1567189;-104.6581987:20515;41.156782;-104.6579178,way_type=user_defined:way_id=80W -edge,20515,20515;41.156782;-104.6579178:20516;41.1568896;-104.6574271,way_type=user_defined:way_id=80W -edge,20516,20516;41.1568896;-104.6574271:20517;41.1571308;-104.6563133,way_type=user_defined:way_id=80W -edge,20517,20517;41.1571308;-104.6563133:20518;41.15724072;-104.6557665,way_type=user_defined:way_id=80W -edge,20518,20518;41.15724072;-104.6557665:20519;41.15724072;-104.6557665,way_type=user_defined:way_id=80W -edge,20519,20519;41.15724072;-104.6557665:20520;41.1573072;-104.6554273,way_type=user_defined:way_id=80W -edge,20520,20520;41.1573072;-104.6554273:20521;41.157401;-104.6549354,way_type=user_defined:way_id=80W -edge,20521,20521;41.157401;-104.6549354:20522;41.1574521;-104.6546572,way_type=user_defined:way_id=80W -edge,20522,20522;41.1574521;-104.6546572:20523;41.1575402;-104.6541622,way_type=user_defined:way_id=80W -edge,20523,20523;41.1575402;-104.6541622:20524;41.1576959;-104.653249,way_type=user_defined:way_id=80W -edge,20524,20524;41.1576959;-104.653249:20525;41.1577776;-104.652751,way_type=user_defined:way_id=80W -edge,20525,20525;41.1577776;-104.652751:20526;41.1578325;-104.6524023,way_type=user_defined:way_id=80W -edge,20526,20526;41.1578325;-104.6524023:20527;41.1579011;-104.6519453,way_type=user_defined:way_id=80W -edge,20527,20527;41.1579011;-104.6519453:20528;41.1579636;-104.6515159,way_type=user_defined:way_id=80W -edge,20528,20528;41.1579636;-104.6515159:20529;41.1580339;-104.6510145,way_type=user_defined:way_id=80W -edge,20529,20529;41.1580339;-104.6510145:20530;41.1581141;-104.6504194,way_type=user_defined:way_id=80W -edge,20530,20530;41.1581141;-104.6504194:20531;41.15816385;-104.6500391,way_type=user_defined:way_id=80W -edge,20531,20531;41.15816385;-104.6500391:20532;41.1581847;-104.6498797,way_type=user_defined:way_id=80W -edge,20532,20532;41.1581847;-104.6498797:20533;41.15822;-104.6495937,way_type=user_defined:way_id=80W -edge,20533,20533;41.15822;-104.6495937:20534;41.1583004;-104.6488818,way_type=user_defined:way_id=80W -edge,20534,20534;41.1583004;-104.6488818:20535;41.1583004;-104.6488818,way_type=user_defined:way_id=80W -edge,20535,20535;41.1583004;-104.6488818:20536;41.15830805;-104.6488102,way_type=user_defined:way_id=80W -edge,20536,20536;41.15830805;-104.6488102:20537;41.1583501;-104.6484169,way_type=user_defined:way_id=80W -edge,20537,20537;41.1583501;-104.6484169:20538;41.1583745;-104.6481739,way_type=user_defined:way_id=80W -edge,20538,20538;41.1583745;-104.6481739:20539;41.1584606;-104.6472708,way_type=user_defined:way_id=80W -edge,20539,20539;41.1584606;-104.6472708:20540;41.1584862;-104.6469845,way_type=user_defined:way_id=80W -edge,20540,20540;41.1584862;-104.6469845:20541;41.1585164;-104.6466256,way_type=user_defined:way_id=80W -edge,20541,20541;41.1585164;-104.6466256:20542;41.1585525;-104.6461704,way_type=user_defined:way_id=80W -edge,20542,20542;41.1585525;-104.6461704:20543;41.1585694;-104.6459408,way_type=user_defined:way_id=80W -edge,20543,20543;41.1585694;-104.6459408:20544;41.1585936;-104.6455832,way_type=user_defined:way_id=80W -edge,20544,20544;41.1585936;-104.6455832:20545;41.1586477;-104.644735,way_type=user_defined:way_id=80W -edge,20545,20545;41.1586477;-104.644735:20546;41.1586692;-104.6443652,way_type=user_defined:way_id=80W -edge,20546,20546;41.1586692;-104.6443652:20547;41.1587076;-104.6436097,way_type=user_defined:way_id=80W -edge,20547,20547;41.1587076;-104.6436097:20548;41.1587444;-104.6427512,way_type=user_defined:way_id=80W -edge,20548,20548;41.1587444;-104.6427512:20549;41.1587444;-104.6427512,way_type=user_defined:way_id=80W -edge,20549,20549;41.1587444;-104.6427512:20550;41.1587562;-104.6424211,way_type=user_defined:way_id=80W -edge,20550,20550;41.1587562;-104.6424211:20551;41.1587688;-104.6420093,way_type=user_defined:way_id=80W -edge,20551,20551;41.1587688;-104.6420093:20552;41.1587855;-104.6413089,way_type=user_defined:way_id=80W -edge,20552,20552;41.1587855;-104.6413089:20553;41.1587907;-104.6410266,way_type=user_defined:way_id=80W -edge,20553,20553;41.1587907;-104.6410266:20554;41.1587951;-104.640681,way_type=user_defined:way_id=80W -edge,20554,20554;41.1587951;-104.640681:20555;41.1587972;-104.640314,way_type=user_defined:way_id=80W -edge,20555,20555;41.1587972;-104.640314:20556;41.158797;-104.6399278,way_type=user_defined:way_id=80W -edge,20556,20556;41.158797;-104.6399278:20557;41.15879;-104.6385342,way_type=user_defined:way_id=80W -edge,20557,20557;41.15879;-104.6385342:20558;41.1587783;-104.6371663,way_type=user_defined:way_id=80W -edge,20558,20558;41.1587783;-104.6371663:20559;41.1587727;-104.6362527,way_type=user_defined:way_id=80W -edge,20559,20559;41.1587727;-104.6362527:20560;41.158763;-104.6353585,way_type=user_defined:way_id=80W -edge,20560,20560;41.158763;-104.6353585:20561;41.1586961;-104.6266436,way_type=user_defined:way_id=80W -edge,20561,20561;41.1586961;-104.6266436:20562;41.1586961;-104.6266436,way_type=user_defined:way_id=80W -edge,20562,20562;41.1586961;-104.6266436:20563;41.1585853;-104.6073899,way_type=user_defined:way_id=80W -edge,20563,20563;41.1585853;-104.6073899:20564;41.1585273;-104.5936461,way_type=user_defined:way_id=80W -edge,20564,20564;41.1585273;-104.5936461:20565;41.1584538;-104.572612,way_type=user_defined:way_id=80W -edge,20565,20565;41.1584538;-104.572612:20566;41.15845675;-104.5604235,way_type=user_defined:way_id=80W -edge,20566,20566;41.15845675;-104.5604235:20567;41.15845675;-104.5604235,way_type=user_defined:way_id=80W -edge,20567,20567;41.15845675;-104.5604235:20568;41.1584532;-104.5375204,way_type=user_defined:way_id=80W -edge,20568,20568;41.1584532;-104.5375204:20569;41.1584528;-104.5286103,way_type=user_defined:way_id=80W -edge,20569,20569;41.1584528;-104.5286103:20570;41.1584528;-104.5286103,way_type=user_defined:way_id=80W -edge,20570,20570;41.1584528;-104.5286103:20571;41.15834762;-104.5225615,way_type=user_defined:way_id=80W -edge,20571,20571;41.15834762;-104.5225615:20572;41.15834762;-104.5225615,way_type=user_defined:way_id=80W -edge,20572,20572;41.15834762;-104.5225615:20573;41.1582477;-104.5168442,way_type=user_defined:way_id=80W -edge,20573,20573;41.1582477;-104.5168442:20574;41.1582477;-104.5168442,way_type=user_defined:way_id=80W -edge,20574,20574;41.1582477;-104.5168442:20575;41.1578749;-104.4990405,way_type=user_defined:way_id=80W -edge,20575,20575;41.1578749;-104.4990405:20576;41.1578571;-104.4981089,way_type=user_defined:way_id=80W -edge,20576,20576;41.1578571;-104.4981089:20577;41.1578282;-104.4968412,way_type=user_defined:way_id=80W -edge,20577,20577;41.1578282;-104.4968412:20578;41.157794;-104.4951558,way_type=user_defined:way_id=80W -edge,20578,20578;41.157794;-104.4951558:20579;41.1577795;-104.4943775,way_type=user_defined:way_id=80W -edge,20579,20579;41.1577795;-104.4943775:20580;41.1577644;-104.4937111,way_type=user_defined:way_id=80W -edge,20580,20580;41.1577644;-104.4937111:20581;41.1577407;-104.4925585,way_type=user_defined:way_id=80W -edge,20581,20581;41.1577407;-104.4925585:20582;41.1577308;-104.4920046,way_type=user_defined:way_id=80W -edge,20582,20582;41.1577308;-104.4920046:20583;41.1577115;-104.4911428,way_type=user_defined:way_id=80W -edge,20583,20583;41.1577115;-104.4911428:20584;41.1576947;-104.49028,way_type=user_defined:way_id=80W -edge,20584,20584;41.1576947;-104.49028:20585;41.1576445;-104.4879706,way_type=user_defined:way_id=80W -edge,20585,20585;41.1576445;-104.4879706:20586;41.1576269;-104.4870993,way_type=user_defined:way_id=80W -edge,20586,20586;41.1576269;-104.4870993:20587;41.1576052;-104.4862369,way_type=user_defined:way_id=80W -edge,20587,20587;41.1576052;-104.4862369:20588;41.1575803;-104.4848307,way_type=user_defined:way_id=80W -edge,20588,20588;41.1575803;-104.4848307:20589;41.1571608;-104.4648962,way_type=user_defined:way_id=80W -edge,20589,20589;41.1571608;-104.4648962:20590;41.1570762;-104.4607638,way_type=user_defined:way_id=80W -edge,20590,20590;41.1570762;-104.4607638:20591;41.1568632;-104.4508547,way_type=user_defined:way_id=80W -edge,20591,20591;41.1568632;-104.4508547:20592;41.1568383;-104.4496229,way_type=user_defined:way_id=80W -edge,20592,20592;41.1568383;-104.4496229:20593;41.1568141;-104.4485785,way_type=user_defined:way_id=80W -edge,20593,20593;41.1568141;-104.4485785:20594;41.1567814;-104.4470621,way_type=user_defined:way_id=80W -edge,20594,20594;41.1567814;-104.4470621:20595;41.1567704;-104.4464898,way_type=user_defined:way_id=80W -edge,20595,20595;41.1567704;-104.4464898:20596;41.1567636;-104.4460529,way_type=user_defined:way_id=80W -edge,20596,20596;41.1567636;-104.4460529:20597;41.156759;-104.4456541,way_type=user_defined:way_id=80W -edge,20597,20597;41.156759;-104.4456541:20598;41.1567561;-104.4451875,way_type=user_defined:way_id=80W -edge,20598,20598;41.1567561;-104.4451875:20599;41.1567557;-104.444827,way_type=user_defined:way_id=80W -edge,20599,20599;41.1567557;-104.444827:20600;41.156757;-104.4444956,way_type=user_defined:way_id=80W -edge,20600,20600;41.156757;-104.4444956:20601;41.1567614;-104.4440225,way_type=user_defined:way_id=80W -edge,20601,20601;41.1567614;-104.4440225:20602;41.156767;-104.443663,way_type=user_defined:way_id=80W -edge,20602,20602;41.156767;-104.443663:20603;41.1567859;-104.4428114,way_type=user_defined:way_id=80W -edge,20603,20603;41.1567859;-104.4428114:20604;41.1567991;-104.4423003,way_type=user_defined:way_id=80W -edge,20604,20604;41.1567991;-104.4423003:20605;41.1568113;-104.4419032,way_type=user_defined:way_id=80W -edge,20605,20605;41.1568113;-104.4419032:20606;41.1568309;-104.441403,way_type=user_defined:way_id=80W -edge,20606,20606;41.1568309;-104.441403:20607;41.1568943;-104.439986,way_type=user_defined:way_id=80W -edge,20607,20607;41.1568943;-104.439986:20608;41.1569663;-104.4385589,way_type=user_defined:way_id=80W -edge,20608,20608;41.1569663;-104.4385589:20609;41.1577702;-104.4214173,way_type=user_defined:way_id=80W -edge,20609,20609;41.1577702;-104.4214173:20610;41.1578635;-104.4193936,way_type=user_defined:way_id=80W -edge,20610,20610;41.1578635;-104.4193936:20611;41.1578978;-104.4185373,way_type=user_defined:way_id=80W -edge,20611,20611;41.1578978;-104.4185373:20612;41.157922;-104.4178533,way_type=user_defined:way_id=80W -edge,20612,20612;41.157922;-104.4178533:20613;41.1579357;-104.4173792,way_type=user_defined:way_id=80W -edge,20613,20613;41.1579357;-104.4173792:20614;41.1579532;-104.4165441,way_type=user_defined:way_id=80W -edge,20614,20614;41.1579532;-104.4165441:20615;41.1579609;-104.4159749,way_type=user_defined:way_id=80W -edge,20615,20615;41.1579609;-104.4159749:20616;41.1579636;-104.4153954,way_type=user_defined:way_id=80W -edge,20616,20616;41.1579636;-104.4153954:20617;41.15793615;-104.4075845,way_type=user_defined:way_id=80W -edge,20617,20617;41.15793615;-104.4075845:20618;41.15793615;-104.4075845,way_type=user_defined:way_id=80W -edge,20618,20618;41.15793615;-104.4075845:20619;41.1578876;-104.3943971,way_type=user_defined:way_id=80W -edge,20619,20619;41.1578876;-104.3943971:20620;41.1578758;-104.3913312,way_type=user_defined:way_id=80W -edge,20620,20620;41.1578758;-104.3913312:20621;41.1578485;-104.3833637,way_type=user_defined:way_id=80W -edge,20621,20621;41.1578485;-104.3833637:20622;41.1578075;-104.3719903,way_type=user_defined:way_id=80W -edge,20622,20622;41.1578075;-104.3719903:20623;41.1577978;-104.3699757,way_type=user_defined:way_id=80W -edge,20623,20623;41.1577978;-104.3699757:20624;41.1577714;-104.3633405,way_type=user_defined:way_id=80W -edge,20624,20624;41.1577714;-104.3633405:20625;41.1577684;-104.3618619,way_type=user_defined:way_id=80W -edge,20625,20625;41.1577684;-104.3618619:20626;41.1577642;-104.3610701,way_type=user_defined:way_id=80W -edge,20626,20626;41.1577642;-104.3610701:20627;41.1577564;-104.3584819,way_type=user_defined:way_id=80W -edge,20627,20627;41.1577564;-104.3584819:20628;41.1577602;-104.3573268,way_type=user_defined:way_id=80W -edge,20628,20628;41.1577602;-104.3573268:20629;41.1577718;-104.3555267,way_type=user_defined:way_id=80W -edge,20629,20629;41.1577718;-104.3555267:20630;41.1577718;-104.3555267,way_type=user_defined:way_id=80W -edge,20630,20630;41.1577718;-104.3555267:20631;41.15779176;-104.3521024,way_type=user_defined:way_id=80W -edge,20631,20631;41.15779176;-104.3521024:20632;41.15780707;-104.3494648,way_type=user_defined:way_id=80W -edge,20632,20632;41.15780707;-104.3494648:20633;41.15780707;-104.3494648,way_type=user_defined:way_id=80W -edge,20633,20633;41.15780707;-104.3494648:20634;41.15781897;-104.3471943,way_type=user_defined:way_id=80W -edge,20634,20634;41.15781897;-104.3471943:20635;41.1578211;-104.3467879,way_type=user_defined:way_id=80W -edge,20635,20635;41.1578211;-104.3467879:20636;41.1578243;-104.3464633,way_type=user_defined:way_id=80W -edge,20636,20636;41.1578243;-104.3464633:20637;41.1578301;-104.3461661,way_type=user_defined:way_id=80W -edge,20637,20637;41.1578301;-104.3461661:20638;41.157845;-104.3455989,way_type=user_defined:way_id=80W -edge,20638,20638;41.157845;-104.3455989:20639;41.15785872;-104.3451929,way_type=user_defined:way_id=80W -edge,20639,20639;41.15785872;-104.3451929:20640;41.1578645;-104.345022,way_type=user_defined:way_id=80W -edge,20640,20640;41.1578645;-104.345022:20641;41.1578765;-104.344734,way_type=user_defined:way_id=80W -edge,20641,20641;41.1578765;-104.344734:20642;41.1578922;-104.3444079,way_type=user_defined:way_id=80W -edge,20642,20642;41.1578922;-104.3444079:20643;41.1579187;-104.3438984,way_type=user_defined:way_id=80W -edge,20643,20643;41.1579187;-104.3438984:20644;41.1579308;-104.3436882,way_type=user_defined:way_id=80W -edge,20644,20644;41.1579308;-104.3436882:20645;41.1579308;-104.3436882,way_type=user_defined:way_id=80W -edge,20645,20645;41.1579308;-104.3436882:20646;41.15794556;-104.3434586,way_type=user_defined:way_id=80W -edge,20646,20646;41.15794556;-104.3434586:20647;41.1579561;-104.3432947,way_type=user_defined:way_id=80W -edge,20647,20647;41.1579561;-104.3432947:20648;41.1579789;-104.3429977,way_type=user_defined:way_id=80W -edge,20648,20648;41.1579789;-104.3429977:20649;41.158024;-104.3424694,way_type=user_defined:way_id=80W -edge,20649,20649;41.158024;-104.3424694:20650;41.1580546;-104.3421359,way_type=user_defined:way_id=80W -edge,20650,20650;41.1580546;-104.3421359:20651;41.1580823;-104.3418581,way_type=user_defined:way_id=80W -edge,20651,20651;41.1580823;-104.3418581:20652;41.1582328;-104.3404186,way_type=user_defined:way_id=80W -edge,20652,20652;41.1582328;-104.3404186:20653;41.1583173;-104.3396356,way_type=user_defined:way_id=80W -edge,20653,20653;41.1583173;-104.3396356:20654;41.1585042;-104.3378523,way_type=user_defined:way_id=80W -edge,20654,20654;41.1585042;-104.3378523:20655;41.158564;-104.337268,way_type=user_defined:way_id=80W -edge,20655,20655;41.158564;-104.337268:20656;41.1586241;-104.3367044,way_type=user_defined:way_id=80W -edge,20656,20656;41.1586241;-104.3367044:20657;41.1586803;-104.3361413,way_type=user_defined:way_id=80W -edge,20657,20657;41.1586803;-104.3361413:20658;41.1587045;-104.3358781,way_type=user_defined:way_id=80W -edge,20658,20658;41.1587045;-104.3358781:20659;41.1587286;-104.3355957,way_type=user_defined:way_id=80W -edge,20659,20659;41.1587286;-104.3355957:20660;41.1587539;-104.3352748,way_type=user_defined:way_id=80W -edge,20660,20660;41.1587539;-104.3352748:20661;41.1587954;-104.3346972,way_type=user_defined:way_id=80W -edge,20661,20661;41.1587954;-104.3346972:20662;41.15883;-104.334156,way_type=user_defined:way_id=80W -edge,20662,20662;41.15883;-104.334156:20663;41.1588475;-104.3338336,way_type=user_defined:way_id=80W -edge,20663,20663;41.1588475;-104.3338336:20664;41.1588734;-104.3332894,way_type=user_defined:way_id=80W -edge,20664,20664;41.1588734;-104.3332894:20665;41.1588948;-104.3327547,way_type=user_defined:way_id=80W -edge,20665,20665;41.1588948;-104.3327547:20666;41.1589115;-104.3321742,way_type=user_defined:way_id=80W -edge,20666,20666;41.1589115;-104.3321742:20667;41.1589173;-104.3318599,way_type=user_defined:way_id=80W -edge,20667,20667;41.1589173;-104.3318599:20668;41.1589201;-104.3315752,way_type=user_defined:way_id=80W -edge,20668,20668;41.1589201;-104.3315752:20669;41.158921;-104.3313072,way_type=user_defined:way_id=80W -edge,20669,20669;41.158921;-104.3313072:20670;41.1588935;-104.3070436,way_type=user_defined:way_id=80W -edge,20670,20670;41.1588935;-104.3070436:20671;41.1588797;-104.2964238,way_type=user_defined:way_id=80W -edge,20671,20671;41.1588797;-104.2964238:20672;41.1588584;-104.2841558,way_type=user_defined:way_id=80W -edge,20672,20672;41.1588584;-104.2841558:20673;41.1588285;-104.264051,way_type=user_defined:way_id=80W -edge,20673,20673;41.1588285;-104.264051:20674;41.1588181;-104.2605208,way_type=user_defined:way_id=80W -edge,20674,20674;41.1588181;-104.2605208:20675;41.1588181;-104.2605208,way_type=user_defined:way_id=80W -edge,20675,20675;41.1588181;-104.2605208:20676;41.158807;-104.2538366,way_type=user_defined:way_id=80W -edge,20676,20676;41.158807;-104.2538366:20677;41.158807;-104.2538366,way_type=user_defined:way_id=80W -edge,20677,20677;41.158807;-104.2538366:20678;41.1587964;-104.248303,way_type=user_defined:way_id=80W -edge,20678,20678;41.1587964;-104.248303:20679;41.1587964;-104.248303,way_type=user_defined:way_id=80W -edge,20679,20679;41.1587964;-104.248303:20680;41.1587892;-104.2424574,way_type=user_defined:way_id=80W -edge,20680,20680;41.1587892;-104.2424574:20681;41.1587829;-104.2401049,way_type=user_defined:way_id=80W -edge,20681,20681;41.1587829;-104.2401049:20682;41.1587836;-104.2384187,way_type=user_defined:way_id=80W -edge,20682,20682;41.1587836;-104.2384187:20683;41.1587817;-104.2374854,way_type=user_defined:way_id=80W -edge,20683,20683;41.1587817;-104.2374854:20684;41.1587745;-104.2357207,way_type=user_defined:way_id=80W -edge,20684,20684;41.1587745;-104.2357207:20685;41.1587733;-104.2340148,way_type=user_defined:way_id=80W -edge,20685,20685;41.1587733;-104.2340148:20686;41.1587698;-104.2336215,way_type=user_defined:way_id=80W -edge,20686,20686;41.1587698;-104.2336215:20687;41.158762;-104.2331412,way_type=user_defined:way_id=80W -edge,20687,20687;41.158762;-104.2331412:20688;41.1587557;-104.2328678,way_type=user_defined:way_id=80W -edge,20688,20688;41.1587557;-104.2328678:20689;41.1587398;-104.232359,way_type=user_defined:way_id=80W -edge,20689,20689;41.1587398;-104.232359:20690;41.1587267;-104.2320272,way_type=user_defined:way_id=80W -edge,20690,20690;41.1587267;-104.2320272:20691;41.1587129;-104.2317417,way_type=user_defined:way_id=80W -edge,20691,20691;41.1587129;-104.2317417:20692;41.1586815;-104.2311708,way_type=user_defined:way_id=80W -edge,20692,20692;41.1586815;-104.2311708:20693;41.1586637;-104.2308857,way_type=user_defined:way_id=80W -edge,20693,20693;41.1586637;-104.2308857:20694;41.1586236;-104.2303157,way_type=user_defined:way_id=80W -edge,20694,20694;41.1586236;-104.2303157:20695;41.1585778;-104.2297369,way_type=user_defined:way_id=80W -edge,20695,20695;41.1585778;-104.2297369:20696;41.1585495;-104.229414,way_type=user_defined:way_id=80W -edge,20696,20696;41.1585495;-104.229414:20697;41.158502;-104.2289111,way_type=user_defined:way_id=80W -edge,20697,20697;41.158502;-104.2289111:20698;41.1584422;-104.2283328,way_type=user_defined:way_id=80W -edge,20698,20698;41.1584422;-104.2283328:20699;41.158411;-104.2280486,way_type=user_defined:way_id=80W -edge,20699,20699;41.158411;-104.2280486:20700;41.1583752;-104.2277362,way_type=user_defined:way_id=80W -edge,20700,20700;41.1583752;-104.2277362:20701;41.1583443;-104.227481,way_type=user_defined:way_id=80W -edge,20701,20701;41.1583443;-104.227481:20702;41.1582696;-104.2269055,way_type=user_defined:way_id=80W -edge,20702,20702;41.1582696;-104.2269055:20703;41.1581903;-104.2263508,way_type=user_defined:way_id=80W -edge,20703,20703;41.1581903;-104.2263508:20704;41.158146;-104.2260601,way_type=user_defined:way_id=80W -edge,20704,20704;41.158146;-104.2260601:20705;41.158067;-104.2255732,way_type=user_defined:way_id=80W -edge,20705,20705;41.158067;-104.2255732:20706;41.1580075;-104.2252175,way_type=user_defined:way_id=80W -edge,20706,20706;41.1580075;-104.2252175:20707;41.1579152;-104.2246931,way_type=user_defined:way_id=80W -edge,20707,20707;41.1579152;-104.2246931:20708;41.1578557;-104.2243681,way_type=user_defined:way_id=80W -edge,20708,20708;41.1578557;-104.2243681:20709;41.1577895;-104.2240177,way_type=user_defined:way_id=80W -edge,20709,20709;41.1577895;-104.2240177:20710;41.157702;-104.2235705,way_type=user_defined:way_id=80W -edge,20710,20710;41.157702;-104.2235705:20711;41.1576331;-104.2232291,way_type=user_defined:way_id=80W -edge,20711,20711;41.1576331;-104.2232291:20712;41.1575794;-104.2229717,way_type=user_defined:way_id=80W -edge,20712,20712;41.1575794;-104.2229717:20713;41.1575199;-104.222697,way_type=user_defined:way_id=80W -edge,20713,20713;41.1575199;-104.222697:20714;41.15741;-104.2222129,way_type=user_defined:way_id=80W -edge,20714,20714;41.15741;-104.2222129:20715;41.1573372;-104.2219062,way_type=user_defined:way_id=80W -edge,20715,20715;41.1573372;-104.2219062:20716;41.157134;-104.2210858,way_type=user_defined:way_id=80W -edge,20716,20716;41.157134;-104.2210858:20717;41.1567523;-104.2195778,way_type=user_defined:way_id=80W -edge,20717,20717;41.1567523;-104.2195778:20718;41.1565079;-104.2186278,way_type=user_defined:way_id=80W -edge,20718,20718;41.1565079;-104.2186278:20719;41.1562473;-104.2176063,way_type=user_defined:way_id=80W -edge,20719,20719;41.1562473;-104.2176063:20720;41.1559634;-104.2165068,way_type=user_defined:way_id=80W -edge,20720,20720;41.1559634;-104.2165068:20721;41.1556213;-104.2151731,way_type=user_defined:way_id=80W -edge,20721,20721;41.1556213;-104.2151731:20722;41.1554137;-104.2143542,way_type=user_defined:way_id=80W -edge,20722,20722;41.1554137;-104.2143542:20723;41.1551;-104.2131299,way_type=user_defined:way_id=80W -edge,20723,20723;41.1551;-104.2131299:20724;41.1548527;-104.2121725,way_type=user_defined:way_id=80W -edge,20724,20724;41.1548527;-104.2121725:20725;41.1545792;-104.2111045,way_type=user_defined:way_id=80W -edge,20725,20725;41.1545792;-104.2111045:20726;41.1540966;-104.209237,way_type=user_defined:way_id=80W -edge,20726,20726;41.1540966;-104.209237:20727;41.1532537;-104.2059435,way_type=user_defined:way_id=80W -edge,20727,20727;41.1532537;-104.2059435:20728;41.1531168;-104.2054122,way_type=user_defined:way_id=80W -edge,20728,20728;41.1531168;-104.2054122:20729;41.1528918;-104.2045484,way_type=user_defined:way_id=80W -edge,20729,20729;41.1528918;-104.2045484:20730;41.1526983;-104.2037921,way_type=user_defined:way_id=80W -edge,20730,20730;41.1526983;-104.2037921:20731;41.152416;-104.2026637,way_type=user_defined:way_id=80W -edge,20731,20731;41.152416;-104.2026637:20732;41.1521631;-104.2016289,way_type=user_defined:way_id=80W -edge,20732,20732;41.1521631;-104.2016289:20733;41.1519195;-104.2005982,way_type=user_defined:way_id=80W -edge,20733,20733;41.1519195;-104.2005982:20734;41.1518384;-104.2002503,way_type=user_defined:way_id=80W -edge,20734,20734;41.1518384;-104.2002503:20735;41.151738;-104.1998095,way_type=user_defined:way_id=80W -edge,20735,20735;41.151738;-104.1998095:20736;41.1516045;-104.1992115,way_type=user_defined:way_id=80W -edge,20736,20736;41.1516045;-104.1992115:20737;41.1513917;-104.1982436,way_type=user_defined:way_id=80W -edge,20737,20737;41.1513917;-104.1982436:20738;41.1512265;-104.197479,way_type=user_defined:way_id=80W -edge,20738,20738;41.1512265;-104.197479:20739;41.151109;-104.1969261,way_type=user_defined:way_id=80W -edge,20739,20739;41.151109;-104.1969261:20740;41.1509865;-104.1963362,way_type=user_defined:way_id=80W -edge,20740,20740;41.1509865;-104.1963362:20741;41.1508658;-104.1957395,way_type=user_defined:way_id=80W -edge,20741,20741;41.1508658;-104.1957395:20742;41.1507753;-104.1952842,way_type=user_defined:way_id=80W -edge,20742,20742;41.1507753;-104.1952842:20743;41.1506211;-104.1944887,way_type=user_defined:way_id=80W -edge,20743,20743;41.1506211;-104.1944887:20744;41.150559;-104.1941649,way_type=user_defined:way_id=80W -edge,20744,20744;41.150559;-104.1941649:20745;41.1502953;-104.1927659,way_type=user_defined:way_id=80W -edge,20745,20745;41.1502953;-104.1927659:20746;41.1501454;-104.1919283,way_type=user_defined:way_id=80W -edge,20746,20746;41.1501454;-104.1919283:20747;41.1500124;-104.1911546,way_type=user_defined:way_id=80W -edge,20747,20747;41.1500124;-104.1911546:20748;41.1499118;-104.1905559,way_type=user_defined:way_id=80W -edge,20748,20748;41.1499118;-104.1905559:20749;41.1497698;-104.189682,way_type=user_defined:way_id=80W -edge,20749,20749;41.1497698;-104.189682:20750;41.1496792;-104.1891069,way_type=user_defined:way_id=80W -edge,20750,20750;41.1496792;-104.1891069:20751;41.1495442;-104.1882227,way_type=user_defined:way_id=80W -edge,20751,20751;41.1495442;-104.1882227:20752;41.1494303;-104.1874493,way_type=user_defined:way_id=80W -edge,20752,20752;41.1494303;-104.1874493:20753;41.1493032;-104.1865602,way_type=user_defined:way_id=80W -edge,20753,20753;41.1493032;-104.1865602:20754;41.1491566;-104.1854929,way_type=user_defined:way_id=80W -edge,20754,20754;41.1491566;-104.1854929:20755;41.149101;-104.1850728,way_type=user_defined:way_id=80W -edge,20755,20755;41.149101;-104.1850728:20756;41.1490409;-104.1846053,way_type=user_defined:way_id=80W -edge,20756,20756;41.1490409;-104.1846053:20757;41.1489135;-104.1835786,way_type=user_defined:way_id=80W -edge,20757,20757;41.1489135;-104.1835786:20758;41.1488737;-104.183252,way_type=user_defined:way_id=80W -edge,20758,20758;41.1488737;-104.183252:20759;41.1487358;-104.1820835,way_type=user_defined:way_id=80W -edge,20759,20759;41.1487358;-104.1820835:20760;41.1486728;-104.1815024,way_type=user_defined:way_id=80W -edge,20760,20760;41.1486728;-104.1815024:20761;41.1485832;-104.1806491,way_type=user_defined:way_id=80W -edge,20761,20761;41.1485832;-104.1806491:20762;41.1484438;-104.1792579,way_type=user_defined:way_id=80W -edge,20762,20762;41.1484438;-104.1792579:20763;41.1483921;-104.1787199,way_type=user_defined:way_id=80W -edge,20763,20763;41.1483921;-104.1787199:20764;41.1482982;-104.1776403,way_type=user_defined:way_id=80W -edge,20764,20764;41.1482982;-104.1776403:20765;41.1482417;-104.1769565,way_type=user_defined:way_id=80W -edge,20765,20765;41.1482417;-104.1769565:20766;41.1481301;-104.1754918,way_type=user_defined:way_id=80W -edge,20766,20766;41.1481301;-104.1754918:20767;41.1480965;-104.1750181,way_type=user_defined:way_id=80W -edge,20767,20767;41.1480965;-104.1750181:20768;41.148078;-104.1747343,way_type=user_defined:way_id=80W -edge,20768,20768;41.148078;-104.1747343:20769;41.1479876;-104.1732992,way_type=user_defined:way_id=80W -edge,20769,20769;41.1479876;-104.1732992:20770;41.1479574;-104.1727892,way_type=user_defined:way_id=80W -edge,20770,20770;41.1479574;-104.1727892:20771;41.1479089;-104.1718724,way_type=user_defined:way_id=80W -edge,20771,20771;41.1479089;-104.1718724:20772;41.1478684;-104.1710427,way_type=user_defined:way_id=80W -edge,20772,20772;41.1478684;-104.1710427:20773;41.1478217;-104.1698757,way_type=user_defined:way_id=80W -edge,20773,20773;41.1478217;-104.1698757:20774;41.1477905;-104.1689822,way_type=user_defined:way_id=80W -edge,20774,20774;41.1477905;-104.1689822:20775;41.1477575;-104.1678668,way_type=user_defined:way_id=80W -edge,20775,20775;41.1477575;-104.1678668:20776;41.1477371;-104.1670273,way_type=user_defined:way_id=80W -edge,20776,20776;41.1477371;-104.1670273:20777;41.1477161;-104.1659114,way_type=user_defined:way_id=80W -edge,20777,20777;41.1477161;-104.1659114:20778;41.1477109;-104.1655215,way_type=user_defined:way_id=80W -edge,20778,20778;41.1477109;-104.1655215:20779;41.1477006;-104.1639186,way_type=user_defined:way_id=80W -edge,20779,20779;41.1477006;-104.1639186:20780;41.1477007;-104.1632769,way_type=user_defined:way_id=80W -edge,20780,20780;41.1477007;-104.1632769:20781;41.1477048;-104.1624462,way_type=user_defined:way_id=80W -edge,20781,20781;41.1477048;-104.1624462:20782;41.1477092;-104.1618727,way_type=user_defined:way_id=80W -edge,20782,20782;41.1477092;-104.1618727:20783;41.1477228;-104.1608189,way_type=user_defined:way_id=80W -edge,20783,20783;41.1477228;-104.1608189:20784;41.1477293;-104.1604251,way_type=user_defined:way_id=80W -edge,20784,20784;41.1477293;-104.1604251:20785;41.1477473;-104.1595545,way_type=user_defined:way_id=80W -edge,20785,20785;41.1477473;-104.1595545:20786;41.14776374;-104.1589055,way_type=user_defined:way_id=80W -edge,20786,20786;41.14776374;-104.1589055:20787;41.14776374;-104.1589055,way_type=user_defined:way_id=80W -edge,20787,20787;41.14776374;-104.1589055:20788;41.1477808;-104.1583473,way_type=user_defined:way_id=80W -edge,20788,20788;41.1477808;-104.1583473:20789;41.1478091;-104.1575156,way_type=user_defined:way_id=80W -edge,20789,20789;41.1478091;-104.1575156:20790;41.1478324;-104.1569029,way_type=user_defined:way_id=80W -edge,20790,20790;41.1478324;-104.1569029:20791;41.1478491;-104.1565061,way_type=user_defined:way_id=80W -edge,20791,20791;41.1478491;-104.1565061:20792;41.1479072;-104.1552604,way_type=user_defined:way_id=80W -edge,20792,20792;41.1479072;-104.1552604:20793;41.1479424;-104.154596,way_type=user_defined:way_id=80W -edge,20793,20793;41.1479424;-104.154596:20794;41.147981;-104.1539241,way_type=user_defined:way_id=80W -edge,20794,20794;41.147981;-104.1539241:20795;41.1481621;-104.1509369,way_type=user_defined:way_id=80W -edge,20795,20795;41.1481621;-104.1509369:20796;41.148247;-104.1495785,way_type=user_defined:way_id=80W -edge,20796,20796;41.148247;-104.1495785:20797;41.1485464;-104.1446134,way_type=user_defined:way_id=80W -edge,20797,20797;41.1485464;-104.1446134:20798;41.1486478;-104.1429984,way_type=user_defined:way_id=80W -edge,20798,20798;41.1486478;-104.1429984:20799;41.1487301;-104.1416554,way_type=user_defined:way_id=80W -edge,20799,20799;41.1487301;-104.1416554:20800;41.1488138;-104.1402524,way_type=user_defined:way_id=80W -edge,20800,20800;41.1488138;-104.1402524:20801;41.1489307;-104.1383269,way_type=user_defined:way_id=80W -edge,20801,20801;41.1489307;-104.1383269:20802;41.1489908;-104.137345,way_type=user_defined:way_id=80W -edge,20802,20802;41.1489908;-104.137345:20803;41.1490449;-104.1364896,way_type=user_defined:way_id=80W -edge,20803,20803;41.1490449;-104.1364896:20804;41.1491075;-104.1354389,way_type=user_defined:way_id=80W -edge,20804,20804;41.1491075;-104.1354389:20805;41.1493087;-104.1321516,way_type=user_defined:way_id=80W -edge,20805,20805;41.1493087;-104.1321516:20806;41.1494218;-104.1302615,way_type=user_defined:way_id=80W -edge,20806,20806;41.1494218;-104.1302615:20807;41.149515;-104.1287633,way_type=user_defined:way_id=80W -edge,20807,20807;41.149515;-104.1287633:20808;41.149599;-104.1273519,way_type=user_defined:way_id=80W -edge,20808,20808;41.149599;-104.1273519:20809;41.1496864;-104.1259478,way_type=user_defined:way_id=80W -edge,20809,20809;41.1496864;-104.1259478:20810;41.149771;-104.1245459,way_type=user_defined:way_id=80W -edge,20810,20810;41.149771;-104.1245459:20811;41.149824;-104.1236374,way_type=user_defined:way_id=80W -edge,20811,20811;41.149824;-104.1236374:20812;41.1498393;-104.1233916,way_type=user_defined:way_id=80W -edge,20812,20812;41.1498393;-104.1233916:20813;41.1498597;-104.1230985,way_type=user_defined:way_id=80W -edge,20813,20813;41.1498597;-104.1230985:20814;41.149881;-104.1228239,way_type=user_defined:way_id=80W -edge,20814,20814;41.149881;-104.1228239:20815;41.1499067;-104.1225309,way_type=user_defined:way_id=80W -edge,20815,20815;41.1499067;-104.1225309:20816;41.1499359;-104.1222377,way_type=user_defined:way_id=80W -edge,20816,20816;41.1499359;-104.1222377:20817;41.1499669;-104.1219544,way_type=user_defined:way_id=80W -edge,20817,20817;41.1499669;-104.1219544:20818;41.1499992;-104.1216803,way_type=user_defined:way_id=80W -edge,20818,20818;41.1499992;-104.1216803:20819;41.1500365;-104.1213882,way_type=user_defined:way_id=80W -edge,20819,20819;41.1500365;-104.1213882:20820;41.1500757;-104.1211055,way_type=user_defined:way_id=80W -edge,20820,20820;41.1500757;-104.1211055:20821;41.1501356;-104.1207114,way_type=user_defined:way_id=80W -edge,20821,20821;41.1501356;-104.1207114:20822;41.150164;-104.1205341,way_type=user_defined:way_id=80W -edge,20822,20822;41.150164;-104.1205341:20823;41.150204;-104.1202992,way_type=user_defined:way_id=80W -edge,20823,20823;41.150204;-104.1202992:20824;41.1502631;-104.1199747,way_type=user_defined:way_id=80W -edge,20824,20824;41.1502631;-104.1199747:20825;41.1503258;-104.1196528,way_type=user_defined:way_id=80W -edge,20825,20825;41.1503258;-104.1196528:20826;41.1503657;-104.1194563,way_type=user_defined:way_id=80W -edge,20826,20826;41.1503657;-104.1194563:20827;41.1504184;-104.1192084,way_type=user_defined:way_id=80W -edge,20827,20827;41.1504184;-104.1192084:20828;41.1504801;-104.1189321,way_type=user_defined:way_id=80W -edge,20828,20828;41.1504801;-104.1189321:20829;41.1505529;-104.1186237,way_type=user_defined:way_id=80W -edge,20829,20829;41.1505529;-104.1186237:20830;41.1506226;-104.1183422,way_type=user_defined:way_id=80W -edge,20830,20830;41.1506226;-104.1183422:20831;41.1506904;-104.1180791,way_type=user_defined:way_id=80W -edge,20831,20831;41.1506904;-104.1180791:20832;41.1507828;-104.1177363,way_type=user_defined:way_id=80W -edge,20832,20832;41.1507828;-104.1177363:20833;41.1508408;-104.1175292,way_type=user_defined:way_id=80W -edge,20833,20833;41.1508408;-104.1175292:20834;41.1509193;-104.1172603,way_type=user_defined:way_id=80W -edge,20834,20834;41.1509193;-104.1172603:20835;41.1510035;-104.116984,way_type=user_defined:way_id=80W -edge,20835,20835;41.1510035;-104.116984:20836;41.1510849;-104.1167263,way_type=user_defined:way_id=80W -edge,20836,20836;41.1510849;-104.1167263:20837;41.1511683;-104.1164699,way_type=user_defined:way_id=80W -edge,20837,20837;41.1511683;-104.1164699:20838;41.1512513;-104.1162245,way_type=user_defined:way_id=80W -edge,20838,20838;41.1512513;-104.1162245:20839;41.1513413;-104.1159711,way_type=user_defined:way_id=80W -edge,20839,20839;41.1513413;-104.1159711:20840;41.1514487;-104.1156785,way_type=user_defined:way_id=80W -edge,20840,20840;41.1514487;-104.1156785:20841;41.1515458;-104.1154214,way_type=user_defined:way_id=80W -edge,20841,20841;41.1515458;-104.1154214:20842;41.1516459;-104.1151663,way_type=user_defined:way_id=80W -edge,20842,20842;41.1516459;-104.1151663:20843;41.1517488;-104.1149133,way_type=user_defined:way_id=80W -edge,20843,20843;41.1517488;-104.1149133:20844;41.151857;-104.1146534,way_type=user_defined:way_id=80W -edge,20844,20844;41.151857;-104.1146534:20845;41.1519633;-104.1144036,way_type=user_defined:way_id=80W -edge,20845,20845;41.1519633;-104.1144036:20846;41.1520577;-104.1141872,way_type=user_defined:way_id=80W -edge,20846,20846;41.1520577;-104.1141872:20847;41.1521832;-104.113909,way_type=user_defined:way_id=80W -edge,20847,20847;41.1521832;-104.113909:20848;41.1523016;-104.1136588,way_type=user_defined:way_id=80W -edge,20848,20848;41.1523016;-104.1136588:20849;41.1524042;-104.1134496,way_type=user_defined:way_id=80W -edge,20849,20849;41.1524042;-104.1134496:20850;41.1525235;-104.1132116,way_type=user_defined:way_id=80W -edge,20850,20850;41.1525235;-104.1132116:20851;41.1526622;-104.1129428,way_type=user_defined:way_id=80W -edge,20851,20851;41.1526622;-104.1129428:20852;41.1527862;-104.1127125,way_type=user_defined:way_id=80W -edge,20852,20852;41.1527862;-104.1127125:20853;41.1529023;-104.1125036,way_type=user_defined:way_id=80W -edge,20853,20853;41.1529023;-104.1125036:20854;41.153295;-104.1118124,way_type=user_defined:way_id=80W -edge,20854,20854;41.153295;-104.1118124:20855;41.1536809;-104.1111208,way_type=user_defined:way_id=80W -edge,20855,20855;41.1536809;-104.1111208:20856;41.1623495;-104.095945,way_type=user_defined:way_id=80W -edge,20856,20856;41.1623495;-104.095945:20857;41.1626755;-104.0953706,way_type=user_defined:way_id=80W -edge,20857,20857;41.1626755;-104.0953706:20858;41.1634469;-104.0940187,way_type=user_defined:way_id=80W -edge,20858,20858;41.1634469;-104.0940187:20859;41.1638449;-104.0933255,way_type=user_defined:way_id=80W -edge,20859,20859;41.1638449;-104.0933255:20860;41.1644508;-104.092265,way_type=user_defined:way_id=80W -edge,20860,20860;41.1644508;-104.092265:20861;41.1648785;-104.0915116,way_type=user_defined:way_id=80W -edge,20861,20861;41.1648785;-104.0915116:20862;41.1650107;-104.0912843,way_type=user_defined:way_id=80W -edge,20862,20862;41.1650107;-104.0912843:20863;41.1651456;-104.0910587,way_type=user_defined:way_id=80W -edge,20863,20863;41.1651456;-104.0910587:20864;41.165283;-104.0908349,way_type=user_defined:way_id=80W -edge,20864,20864;41.165283;-104.0908349:20865;41.165423;-104.0906137,way_type=user_defined:way_id=80W -edge,20865,20865;41.165423;-104.0906137:20866;41.1655696;-104.0903877,way_type=user_defined:way_id=80W -edge,20866,20866;41.1655696;-104.0903877:20867;41.1657088;-104.0901773,way_type=user_defined:way_id=80W -edge,20867,20867;41.1657088;-104.0901773:20868;41.1658556;-104.0899618,way_type=user_defined:way_id=80W -edge,20868,20868;41.1658556;-104.0899618:20869;41.1660061;-104.08975,way_type=user_defined:way_id=80W -edge,20869,20869;41.1660061;-104.08975:20870;41.1661594;-104.0895416,way_type=user_defined:way_id=80W -edge,20870,20870;41.1661594;-104.0895416:20871;41.16631;-104.0893429,way_type=user_defined:way_id=80W -edge,20871,20871;41.16631;-104.0893429:20872;41.1664728;-104.0891341,way_type=user_defined:way_id=80W -edge,20872,20872;41.1664728;-104.0891341:20873;41.1666275;-104.088941,way_type=user_defined:way_id=80W -edge,20873,20873;41.1666275;-104.088941:20874;41.1668048;-104.0887251,way_type=user_defined:way_id=80W -edge,20874,20874;41.1668048;-104.0887251:20875;41.1669721;-104.0885262,way_type=user_defined:way_id=80W -edge,20875,20875;41.1669721;-104.0885262:20876;41.1671176;-104.0883572,way_type=user_defined:way_id=80W -edge,20876,20876;41.1671176;-104.0883572:20877;41.1672997;-104.0881502,way_type=user_defined:way_id=80W -edge,20877,20877;41.1672997;-104.0881502:20878;41.1674679;-104.087964,way_type=user_defined:way_id=80W -edge,20878,20878;41.1674679;-104.087964:20879;41.1676162;-104.0878056,way_type=user_defined:way_id=80W -edge,20879,20879;41.1676162;-104.0878056:20880;41.1676791;-104.0877405,way_type=user_defined:way_id=80W -edge,20880,20880;41.1676791;-104.0877405:20881;41.1676791;-104.0877405,way_type=user_defined:way_id=80W -edge,20881,20881;41.1676791;-104.0877405:20882;41.1677943;-104.0876218,way_type=user_defined:way_id=80W -edge,20882,20882;41.1677943;-104.0876218:20883;41.1679631;-104.0874518,way_type=user_defined:way_id=80W -edge,20883,20883;41.1679631;-104.0874518:20884;41.1681338;-104.087285,way_type=user_defined:way_id=80W -edge,20884,20884;41.1681338;-104.087285:20885;41.1683174;-104.0871107,way_type=user_defined:way_id=80W -edge,20885,20885;41.1683174;-104.0871107:20886;41.1684969;-104.0869446,way_type=user_defined:way_id=80W -edge,20886,20886;41.1684969;-104.0869446:20887;41.1695521;-104.0859975,way_type=user_defined:way_id=80W -edge,20887,20887;41.1695521;-104.0859975:20888;41.1703026;-104.0853298,way_type=user_defined:way_id=80W -edge,20888,20888;41.1703026;-104.0853298:20889;41.1713373;-104.0843983,way_type=user_defined:way_id=80W -edge,20889,20889;41.1713373;-104.0843983:20890;41.1718518;-104.083938,way_type=user_defined:way_id=80W -edge,20890,20890;41.1718518;-104.083938:20891;41.1724249;-104.0834281,way_type=user_defined:way_id=80W -edge,20891,20891;41.1724249;-104.0834281:20892;41.1727522;-104.0831319,way_type=user_defined:way_id=80W -edge,20892,20892;41.1727522;-104.0831319:20893;41.1729108;-104.0829864,way_type=user_defined:way_id=80W -edge,20893,20893;41.1729108;-104.0829864:20894;41.1730914;-104.0828172,way_type=user_defined:way_id=80W -edge,20894,20894;41.1730914;-104.0828172:20895;41.1732643;-104.0826504,way_type=user_defined:way_id=80W -edge,20895,20895;41.1732643;-104.0826504:20896;41.1734348;-104.0824789,way_type=user_defined:way_id=80W -edge,20896,20896;41.1734348;-104.0824789:20897;41.1736075;-104.082295,way_type=user_defined:way_id=80W -edge,20897,20897;41.1736075;-104.082295:20898;41.1737758;-104.0821029,way_type=user_defined:way_id=80W -edge,20898,20898;41.1737758;-104.0821029:20899;41.1739397;-104.0819024,way_type=user_defined:way_id=80W -edge,20899,20899;41.1739397;-104.0819024:20900;41.1740937;-104.0817015,way_type=user_defined:way_id=80W -edge,20900,20900;41.1740937;-104.0817015:20901;41.1742198;-104.0815278,way_type=user_defined:way_id=80W -edge,20901,20901;41.1742198;-104.0815278:20902;41.1743749;-104.0813011,way_type=user_defined:way_id=80W -edge,20902,20902;41.1743749;-104.0813011:20903;41.17450911;-104.0810882,way_type=user_defined:way_id=80W -edge,20903,20903;41.17450911;-104.0810882:20904;41.1745142;-104.0810801,way_type=user_defined:way_id=80W -edge,20904,20904;41.1745142;-104.0810801:20905;41.17461654;-104.080905,way_type=user_defined:way_id=80W -edge,20905,20905;41.17461654;-104.080905:20906;41.17461654;-104.080905,way_type=user_defined:way_id=80W -edge,20906,20906;41.17461654;-104.080905:20907;41.1746599;-104.0808294,way_type=user_defined:way_id=80W -edge,20907,20907;41.1746599;-104.0808294:20908;41.1747738;-104.0806192,way_type=user_defined:way_id=80W -edge,20908,20908;41.1747738;-104.0806192:20909;41.1748903;-104.0803868,way_type=user_defined:way_id=80W -edge,20909,20909;41.1748903;-104.0803868:20910;41.1749362;-104.0802893,way_type=user_defined:way_id=80W -edge,20910,20910;41.1749362;-104.0802893:20911;41.1749362;-104.0802893,way_type=user_defined:way_id=80W -edge,20911,20911;41.1749362;-104.0802893:20912;41.1750125;-104.0801254,way_type=user_defined:way_id=80W -edge,20912,20912;41.1750125;-104.0801254:20913;41.1751178;-104.0798826,way_type=user_defined:way_id=80W -edge,20913,20913;41.1751178;-104.0798826:20914;41.1752198;-104.0796263,way_type=user_defined:way_id=80W -edge,20914,20914;41.1752198;-104.0796263:20915;41.1753271;-104.07933,way_type=user_defined:way_id=80W -edge,20915,20915;41.1753271;-104.07933:20916;41.17535023;-104.0792612,way_type=user_defined:way_id=80W -edge,20916,20916;41.17535023;-104.0792612:20917;41.1754021;-104.0791068,way_type=user_defined:way_id=80W -edge,20917,20917;41.1754021;-104.0791068:20918;41.1754873;-104.0788288,way_type=user_defined:way_id=80W -edge,20918,20918;41.1754873;-104.0788288:20919;41.175562;-104.0785548,way_type=user_defined:way_id=80W -edge,20919,20919;41.175562;-104.0785548:20920;41.1756349;-104.0782499,way_type=user_defined:way_id=80W -edge,20920,20920;41.1756349;-104.0782499:20921;41.1756937;-104.0779703,way_type=user_defined:way_id=80W -edge,20921,20921;41.1756937;-104.0779703:20922;41.1757401;-104.0777154,way_type=user_defined:way_id=80W -edge,20922,20922;41.1757401;-104.0777154:20923;41.1757819;-104.0774403,way_type=user_defined:way_id=80W -edge,20923,20923;41.1757819;-104.0774403:20924;41.1758215;-104.0771264,way_type=user_defined:way_id=80W -edge,20924,20924;41.1758215;-104.0771264:20925;41.1758482;-104.0768673,way_type=user_defined:way_id=80W -edge,20925,20925;41.1758482;-104.0768673:20926;41.1758636;-104.0766895,way_type=user_defined:way_id=80W -edge,20926,20926;41.1758636;-104.0766895:20927;41.1758751;-104.0765495,way_type=user_defined:way_id=80W -edge,20927,20927;41.1758751;-104.0765495:20928;41.1758919;-104.0762876,way_type=user_defined:way_id=80W -edge,20928,20928;41.1758919;-104.0762876:20929;41.1759015;-104.0759983,way_type=user_defined:way_id=80W -edge,20929,20929;41.1759015;-104.0759983:20930;41.175901;-104.075774,way_type=user_defined:way_id=80W -edge,20930,20930;41.175901;-104.075774:20931;41.175901;-104.075774,way_type=user_defined:way_id=80W -edge,20931,20931;41.175901;-104.075774:20932;41.1759002;-104.0756805,way_type=user_defined:way_id=80W -edge,20932,20932;41.1759002;-104.0756805:20933;41.1758908;-104.0753913,way_type=user_defined:way_id=80W -edge,20933,20933;41.1758908;-104.0753913:20934;41.1758746;-104.0751033,way_type=user_defined:way_id=80W -edge,20934,20934;41.1758746;-104.0751033:20935;41.175853;-104.0748157,way_type=user_defined:way_id=80W -edge,20935,20935;41.175853;-104.0748157:20936;41.1758272;-104.0745203,way_type=user_defined:way_id=80W -edge,20936,20936;41.1758272;-104.0745203:20937;41.1758044;-104.0742807,way_type=user_defined:way_id=80W -edge,20937,20937;41.1758044;-104.0742807:20938;41.1756862;-104.0731335,way_type=user_defined:way_id=80W -edge,20938,20938;41.1756862;-104.0731335:20939;41.17545584;-104.0709954,way_type=user_defined:way_id=80W -edge,20939,20939;41.17545584;-104.0709954:20940;41.1753238;-104.0697698,way_type=user_defined:way_id=80W -edge,20940,20940;41.1753238;-104.0697698:20941;41.1753238;-104.0697698,way_type=user_defined:way_id=80W -edge,20941,20941;41.1753238;-104.0697698:20942;41.17528732;-104.0694215,way_type=user_defined:way_id=80W -edge,20942,20942;41.17528732;-104.0694215:20943;41.1751971;-104.06856,way_type=user_defined:way_id=80W -edge,20943,20943;41.1751971;-104.06856:20944;41.1751099;-104.0677507,way_type=user_defined:way_id=80W -edge,20944,20944;41.1751099;-104.0677507:20945;41.1750457;-104.0671706,way_type=user_defined:way_id=80W -edge,20945,20945;41.1750457;-104.0671706:20946;41.1749876;-104.0665987,way_type=user_defined:way_id=80W -edge,20946,20946;41.1749876;-104.0665987:20947;41.1749609;-104.0663128,way_type=user_defined:way_id=80W -edge,20947,20947;41.1749609;-104.0663128:20948;41.1749364;-104.0660161,way_type=user_defined:way_id=80W -edge,20948,20948;41.1749364;-104.0660161:20949;41.1749183;-104.0657274,way_type=user_defined:way_id=80W -edge,20949,20949;41.1749183;-104.0657274:20950;41.1749065;-104.0654375,way_type=user_defined:way_id=80W -edge,20950,20950;41.1749065;-104.0654375:20951;41.1749011;-104.0651575,way_type=user_defined:way_id=80W -edge,20951,20951;41.1749011;-104.0651575:20952;41.174905;-104.0648376,way_type=user_defined:way_id=80W -edge,20952,20952;41.174905;-104.0648376:20953;41.1749192;-104.0645389,way_type=user_defined:way_id=80W -edge,20953,20953;41.1749192;-104.0645389:20954;41.1749371;-104.0642867,way_type=user_defined:way_id=80W -edge,20954,20954;41.1749371;-104.0642867:20955;41.1749634;-104.0640075,way_type=user_defined:way_id=80W -edge,20955,20955;41.1749634;-104.0640075:20956;41.1750006;-104.0636925,way_type=user_defined:way_id=80W -edge,20956,20956;41.1750006;-104.0636925:20957;41.175044;-104.063399,way_type=user_defined:way_id=80W -edge,20957,20957;41.175044;-104.063399:20958;41.1750945;-104.0631171,way_type=user_defined:way_id=80W -edge,20958,20958;41.1750945;-104.0631171:20959;41.1751448;-104.0628737,way_type=user_defined:way_id=80W -edge,20959,20959;41.1751448;-104.0628737:20960;41.1751725;-104.0627529,way_type=user_defined:way_id=80W -edge,20960,20960;41.1751725;-104.0627529:20961;41.1751725;-104.0627529,way_type=user_defined:way_id=80W -edge,20961,20961;41.1751725;-104.0627529:20962;41.1752172;-104.0625615,way_type=user_defined:way_id=80W -edge,20962,20962;41.1752172;-104.0625615:20963;41.1752853;-104.0622969,way_type=user_defined:way_id=80W -edge,20963,20963;41.1752853;-104.0622969:20964;41.1753655;-104.0620175,way_type=user_defined:way_id=80W -edge,20964,20964;41.1753655;-104.0620175:20965;41.1754514;-104.0617523,way_type=user_defined:way_id=80W -edge,20965,20965;41.1754514;-104.0617523:20966;41.1755427;-104.0614994,way_type=user_defined:way_id=80W -edge,20966,20966;41.1755427;-104.0614994:20967;41.1756302;-104.0612751,way_type=user_defined:way_id=80W -edge,20967,20967;41.1756302;-104.0612751:20968;41.1757497;-104.060989,way_type=user_defined:way_id=80W -edge,20968,20968;41.1757497;-104.060989:20969;41.1758623;-104.0607415,way_type=user_defined:way_id=80W -edge,20969,20969;41.1758623;-104.0607415:20970;41.1759853;-104.0604932,way_type=user_defined:way_id=80W -edge,20970,20970;41.1759853;-104.0604932:20971;41.1760906;-104.0602961,way_type=user_defined:way_id=80W -edge,20971,20971;41.1760906;-104.0602961:20972;41.1762393;-104.0600381,way_type=user_defined:way_id=80W -edge,20972,20972;41.1762393;-104.0600381:20973;41.1763774;-104.0598165,way_type=user_defined:way_id=80W -edge,20973,20973;41.1763774;-104.0598165:20974;41.176525;-104.0595951,way_type=user_defined:way_id=80W -edge,20974,20974;41.176525;-104.0595951:20975;41.1766674;-104.0593931,way_type=user_defined:way_id=80W -edge,20975,20975;41.1766674;-104.0593931:20976;41.1768021;-104.0592106,way_type=user_defined:way_id=80W -edge,20976,20976;41.1768021;-104.0592106:20977;41.1769534;-104.0590134,way_type=user_defined:way_id=80W -edge,20977,20977;41.1769534;-104.0590134:20978;41.1771216;-104.0588014,way_type=user_defined:way_id=80W -edge,20978,20978;41.1771216;-104.0588014:20979;41.1772559;-104.0586361,way_type=user_defined:way_id=80W -edge,20979,20979;41.1772559;-104.0586361:20980;41.1777786;-104.058001,way_type=user_defined:way_id=80W -edge,20980,20980;41.1777786;-104.058001:20981;41.178561;-104.0570413,way_type=user_defined:way_id=80W -edge,20981,20981;41.178561;-104.0570413:20982;41.1788369;-104.0566985,way_type=user_defined:way_id=80W -edge,20982,20982;41.1788369;-104.0566985:20983;41.1790139;-104.0564726,way_type=user_defined:way_id=80W -edge,20983,20983;41.1790139;-104.0564726:20984;41.179168;-104.0562687,way_type=user_defined:way_id=80W -edge,20984,20984;41.179168;-104.0562687:20985;41.1793238;-104.0560549,way_type=user_defined:way_id=80W -edge,20985,20985;41.1793238;-104.0560549:20986;41.1794678;-104.0558514,way_type=user_defined:way_id=80W -edge,20986,20986;41.1794678;-104.0558514:20987;41.1796135;-104.0556386,way_type=user_defined:way_id=80W -edge,20987,20987;41.1796135;-104.0556386:20988;41.1797419;-104.0554435,way_type=user_defined:way_id=80W -edge,20988,20988;41.1797419;-104.0554435:20989;41.1798811;-104.0552256,way_type=user_defined:way_id=80W -edge,20989,20989;41.1798811;-104.0552256:20990;41.1800221;-104.0549977,way_type=user_defined:way_id=80W -edge,20990,20990;41.1800221;-104.0549977:20991;41.1801168;-104.0548393,way_type=user_defined:way_id=80W -edge,20991,20991;41.1801168;-104.0548393:20992;41.1801682;-104.0547523,way_type=user_defined:way_id=80W -edge,20992,20992;41.1801682;-104.0547523:20993;41.1802668;-104.0545791,way_type=user_defined:way_id=80W -edge,20993,20993;41.1802668;-104.0545791:20994;41.1804077;-104.0543221,way_type=user_defined:way_id=80W -edge,20994,20994;41.1804077;-104.0543221:20995;41.1805367;-104.0540764,way_type=user_defined:way_id=80W -edge,20995,20995;41.1805367;-104.0540764:20996;41.1806483;-104.0538545,way_type=user_defined:way_id=80W -edge,20996,20996;41.1806483;-104.0538545:20997;41.1807421;-104.0536622,way_type=user_defined:way_id=80W -edge,20997,20997;41.1807421;-104.0536622:20998;41.18090044;-104.0533298,way_type=user_defined:way_id=80W +type,id,geography,attributes +edge,0,0;41.24762871;-111.046712:1;41.2474239;-111.0461467,way_type=user_defined:way_id=80E +edge,1,1;41.2474239;-111.0461467:2;41.247251;-111.0456566,way_type=user_defined:way_id=80E +edge,2,2;41.247251;-111.0456566:3;41.2471524;-111.045363,way_type=user_defined:way_id=80E +edge,3,3;41.2471524;-111.045363:4;41.2470787;-111.0451325,way_type=user_defined:way_id=80E +edge,4,4;41.2470787;-111.0451325:5;41.2470098;-111.0449056,way_type=user_defined:way_id=80E +edge,5,5;41.2470098;-111.0449056:6;41.2469232;-111.0446019,way_type=user_defined:way_id=80E +edge,6,6;41.2469232;-111.0446019:7;41.2468531;-111.0443351,way_type=user_defined:way_id=80E +edge,7,7;41.2468531;-111.0443351:8;41.2467839;-111.0440535,way_type=user_defined:way_id=80E +edge,8,8;41.2467839;-111.0440535:9;41.2467448;-111.0438831,way_type=user_defined:way_id=80E +edge,9,9;41.2467448;-111.0438831:10;41.2467143;-111.0437484,way_type=user_defined:way_id=80E +edge,10,10;41.2467143;-111.0437484:11;41.2466544;-111.043468,way_type=user_defined:way_id=80E +edge,11,11;41.2466544;-111.043468:12;41.2466003;-111.0431961,way_type=user_defined:way_id=80E +edge,12,12;41.2466003;-111.0431961:13;41.2465472;-111.0429057,way_type=user_defined:way_id=80E +edge,13,13;41.2465472;-111.0429057:14;41.2464943;-111.0425869,way_type=user_defined:way_id=80E +edge,14,14;41.2464943;-111.0425869:15;41.2464477;-111.0422754,way_type=user_defined:way_id=80E +edge,15,15;41.2464477;-111.0422754:16;41.2464136;-111.0420202,way_type=user_defined:way_id=80E +edge,16,16;41.2464136;-111.0420202:17;41.2463815;-111.041744,way_type=user_defined:way_id=80E +edge,17,17;41.2463815;-111.041744:18;41.246355;-111.0414815,way_type=user_defined:way_id=80E +edge,18,18;41.246355;-111.0414815:19;41.24628717;-111.0405217,way_type=user_defined:way_id=80E +edge,19,19;41.24628717;-111.0405217:20;41.2462761;-111.0402065,way_type=user_defined:way_id=80E +edge,20,20;41.2462761;-111.0402065:21;41.246271;-111.0399457,way_type=user_defined:way_id=80E +edge,21,21;41.246271;-111.0399457:22;41.2462686;-111.0396545,way_type=user_defined:way_id=80E +edge,22,22;41.2462686;-111.0396545:23;41.2462691;-111.0393348,way_type=user_defined:way_id=80E +edge,23,23;41.2462691;-111.0393348:24;41.2462712;-111.0390432,way_type=user_defined:way_id=80E +edge,24,24;41.2462712;-111.0390432:25;41.2462798;-111.0380735,way_type=user_defined:way_id=80E +edge,25,25;41.2462798;-111.0380735:26;41.2462892;-111.0371983,way_type=user_defined:way_id=80E +edge,26,26;41.2462892;-111.0371983:27;41.2462961;-111.0363303,way_type=user_defined:way_id=80E +edge,27,27;41.2462961;-111.0363303:28;41.2463268;-111.0332727,way_type=user_defined:way_id=80E +edge,28,28;41.2463268;-111.0332727:29;41.2463477;-111.0309269,way_type=user_defined:way_id=80E +edge,29,29;41.2463477;-111.0309269:30;41.2463618;-111.029127,way_type=user_defined:way_id=80E +edge,30,30;41.2463618;-111.029127:31;41.2463912;-111.0264208,way_type=user_defined:way_id=80E +edge,31,31;41.2463912;-111.0264208:32;41.2463985;-111.0255148,way_type=user_defined:way_id=80E +edge,32,32;41.2463985;-111.0255148:33;41.2464081;-111.0246492,way_type=user_defined:way_id=80E +edge,33,33;41.2464081;-111.0246492:34;41.2464171;-111.0241394,way_type=user_defined:way_id=80E +edge,34,34;41.2464171;-111.0241394:35;41.246429;-111.0237058,way_type=user_defined:way_id=80E +edge,35,35;41.246429;-111.0237058:36;41.2464404;-111.0233881,way_type=user_defined:way_id=80E +edge,36,36;41.2464404;-111.0233881:37;41.2464575;-111.0230013,way_type=user_defined:way_id=80E +edge,37,37;41.2464575;-111.0230013:38;41.2464833;-111.0225283,way_type=user_defined:way_id=80E +edge,38,38;41.2464833;-111.0225283:39;41.2465043;-111.0222015,way_type=user_defined:way_id=80E +edge,39,39;41.2465043;-111.0222015:40;41.2465247;-111.0219217,way_type=user_defined:way_id=80E +edge,40,40;41.2465247;-111.0219217:41;41.2465732;-111.0213358,way_type=user_defined:way_id=80E +edge,41,41;41.2465732;-111.0213358:42;41.246599;-111.021057,way_type=user_defined:way_id=80E +edge,42,42;41.246599;-111.021057:43;41.2466311;-111.0207324,way_type=user_defined:way_id=80E +edge,43,43;41.2466311;-111.0207324:44;41.246664;-111.0204262,way_type=user_defined:way_id=80E +edge,44,44;41.246664;-111.0204262:45;41.2466981;-111.0201301,way_type=user_defined:way_id=80E +edge,45,45;41.2466981;-111.0201301:46;41.2467331;-111.0198432,way_type=user_defined:way_id=80E +edge,46,46;41.2467331;-111.0198432:47;41.2467652;-111.0195935,way_type=user_defined:way_id=80E +edge,47,47;41.2467652;-111.0195935:48;41.2468128;-111.0192425,way_type=user_defined:way_id=80E +edge,48,48;41.2468128;-111.0192425:49;41.2468588;-111.0189283,way_type=user_defined:way_id=80E +edge,49,49;41.2468588;-111.0189283:50;41.2469375;-111.0184234,way_type=user_defined:way_id=80E +edge,50,50;41.2469375;-111.0184234:51;41.2469951;-111.018075,way_type=user_defined:way_id=80E +edge,51,51;41.2469951;-111.018075:52;41.2470427;-111.0178007,way_type=user_defined:way_id=80E +edge,52,52;41.2470427;-111.0178007:53;41.2470942;-111.0175179,way_type=user_defined:way_id=80E +edge,53,53;41.2470942;-111.0175179:54;41.247155;-111.0171994,way_type=user_defined:way_id=80E +edge,54,54;41.247155;-111.0171994:55;41.2472128;-111.0169088,way_type=user_defined:way_id=80E +edge,55,55;41.2472128;-111.0169088:56;41.2472686;-111.0166371,way_type=user_defined:way_id=80E +edge,56,56;41.2472686;-111.0166371:57;41.2473334;-111.01633,way_type=user_defined:way_id=80E +edge,57,57;41.2473334;-111.01633:58;41.2473632;-111.0161948,way_type=user_defined:way_id=80E +edge,58,58;41.2473632;-111.0161948:59;41.247395;-111.0160507,way_type=user_defined:way_id=80E +edge,59,59;41.247395;-111.0160507:60;41.2474654;-111.0157448,way_type=user_defined:way_id=80E +edge,60,60;41.2474654;-111.0157448:61;41.2475983;-111.0151899,way_type=user_defined:way_id=80E +edge,61,61;41.2475983;-111.0151899:62;41.2476779;-111.0148788,way_type=user_defined:way_id=80E +edge,62,62;41.2476779;-111.0148788:63;41.2478231;-111.0143385,way_type=user_defined:way_id=80E +edge,63,63;41.2478231;-111.0143385:64;41.2479089;-111.0140268,way_type=user_defined:way_id=80E +edge,64,64;41.2479089;-111.0140268:65;41.2479807;-111.0137734,way_type=user_defined:way_id=80E +edge,65,65;41.2479807;-111.0137734:66;41.2480684;-111.0134744,way_type=user_defined:way_id=80E +edge,66,66;41.2480684;-111.0134744:67;41.2481542;-111.0131926,way_type=user_defined:way_id=80E +edge,67,67;41.2481542;-111.0131926:68;41.24833;-111.0126347,way_type=user_defined:way_id=80E +edge,68,68;41.24833;-111.0126347:69;41.2484174;-111.012365,way_type=user_defined:way_id=80E +edge,69,69;41.2484174;-111.012365:70;41.2485041;-111.0121053,way_type=user_defined:way_id=80E +edge,70,70;41.2485041;-111.0121053:71;41.248608;-111.0118029,way_type=user_defined:way_id=80E +edge,71,71;41.248608;-111.0118029:72;41.2486981;-111.0115478,way_type=user_defined:way_id=80E +edge,72,72;41.2486981;-111.0115478:73;41.2487914;-111.0112912,way_type=user_defined:way_id=80E +edge,73,73;41.2487914;-111.0112912:74;41.2489507;-111.0108674,way_type=user_defined:way_id=80E +edge,74,74;41.2489507;-111.0108674:75;41.2491142;-111.0104461,way_type=user_defined:way_id=80E +edge,75,75;41.2491142;-111.0104461:76;41.2492182;-111.0101868,way_type=user_defined:way_id=80E +edge,76,76;41.2492182;-111.0101868:77;41.2493203;-111.0099372,way_type=user_defined:way_id=80E +edge,77,77;41.2493203;-111.0099372:78;41.2495449;-111.0093993,way_type=user_defined:way_id=80E +edge,78,78;41.2495449;-111.0093993:79;41.2496654;-111.0091198,way_type=user_defined:way_id=80E +edge,79,79;41.2496654;-111.0091198:80;41.2497777;-111.0088667,way_type=user_defined:way_id=80E +edge,80,80;41.2497777;-111.0088667:81;41.2498851;-111.008631,way_type=user_defined:way_id=80E +edge,81,81;41.2498851;-111.008631:82;41.2500159;-111.0083497,way_type=user_defined:way_id=80E +edge,82,82;41.2500159;-111.0083497:83;41.2504962;-111.0073332,way_type=user_defined:way_id=80E +edge,83,83;41.2504962;-111.0073332:84;41.2510952;-111.0060546,way_type=user_defined:way_id=80E +edge,84,84;41.2510952;-111.0060546:85;41.2513306;-111.0055576,way_type=user_defined:way_id=80E +edge,85,85;41.2513306;-111.0055576:86;41.2518061;-111.0045449,way_type=user_defined:way_id=80E +edge,86,86;41.2518061;-111.0045449:87;41.2521651;-111.0037857,way_type=user_defined:way_id=80E +edge,87,87;41.2521651;-111.0037857:88;41.2526666;-111.0027113,way_type=user_defined:way_id=80E +edge,88,88;41.2526666;-111.0027113:89;41.2532722;-111.0014283,way_type=user_defined:way_id=80E +edge,89,89;41.2532722;-111.0014283:90;41.2537188;-111.0004762,way_type=user_defined:way_id=80E +edge,90,90;41.2537188;-111.0004762:91;41.2541265;-110.9996163,way_type=user_defined:way_id=80E +edge,91,91;41.2541265;-110.9996163:92;41.2555188;-110.996649,way_type=user_defined:way_id=80E +edge,92,92;41.2555188;-110.996649:93;41.2558855;-110.9958737,way_type=user_defined:way_id=80E +edge,93,93;41.2558855;-110.9958737:94;41.2568059;-110.9939106,way_type=user_defined:way_id=80E +edge,94,94;41.2568059;-110.9939106:95;41.2569577;-110.9935888,way_type=user_defined:way_id=80E +edge,95,95;41.2569577;-110.9935888:96;41.2571583;-110.9931636,way_type=user_defined:way_id=80E +edge,96,96;41.2571583;-110.9931636:97;41.2571583;-110.9931636,way_type=user_defined:way_id=80E +edge,97,97;41.2571583;-110.9931636:98;41.25760691;-110.9922099,way_type=user_defined:way_id=80E +edge,98,98;41.25760691;-110.9922099:99;41.25786803;-110.9916547,way_type=user_defined:way_id=80E +edge,99,99;41.25786803;-110.9916547:100;41.2585641;-110.9901749,way_type=user_defined:way_id=80E +edge,100,100;41.2585641;-110.9901749:101;41.258941;-110.9893702,way_type=user_defined:way_id=80E +edge,101,101;41.258941;-110.9893702:102;41.2600182;-110.9870827,way_type=user_defined:way_id=80E +edge,102,102;41.2600182;-110.9870827:103;41.2604169;-110.9862302,way_type=user_defined:way_id=80E +edge,103,103;41.2604169;-110.9862302:104;41.2606047;-110.9858334,way_type=user_defined:way_id=80E +edge,104,104;41.2606047;-110.9858334:105;41.2606047;-110.9858334,way_type=user_defined:way_id=80E +edge,105,105;41.2606047;-110.9858334:106;41.2608185;-110.9853836,way_type=user_defined:way_id=80E +edge,106,106;41.2608185;-110.9853836:107;41.2610199;-110.9849558,way_type=user_defined:way_id=80E +edge,107,107;41.2610199;-110.9849558:108;41.261204;-110.9845613,way_type=user_defined:way_id=80E +edge,108,108;41.261204;-110.9845613:109;41.2613318;-110.984282,way_type=user_defined:way_id=80E +edge,109,109;41.2613318;-110.984282:110;41.2614392;-110.9840408,way_type=user_defined:way_id=80E +edge,110,110;41.2614392;-110.9840408:111;41.2615499;-110.9837803,way_type=user_defined:way_id=80E +edge,111,111;41.2615499;-110.9837803:112;41.2616478;-110.9835307,way_type=user_defined:way_id=80E +edge,112,112;41.2616478;-110.9835307:113;41.2617501;-110.9832425,way_type=user_defined:way_id=80E +edge,113,113;41.2617501;-110.9832425:114;41.2618342;-110.982974,way_type=user_defined:way_id=80E +edge,114,114;41.2618342;-110.982974:115;41.2618541;-110.9829038,way_type=user_defined:way_id=80E +edge,115,115;41.2618541;-110.9829038:116;41.2619187;-110.9826656,way_type=user_defined:way_id=80E +edge,116,116;41.2619187;-110.9826656:117;41.2619819;-110.982397,way_type=user_defined:way_id=80E +edge,117,117;41.2619819;-110.982397:118;41.262044;-110.982088,way_type=user_defined:way_id=80E +edge,118,118;41.262044;-110.982088:119;41.262092;-110.9818024,way_type=user_defined:way_id=80E +edge,119,119;41.262092;-110.9818024:120;41.2621304;-110.9815137,way_type=user_defined:way_id=80E +edge,120,120;41.2621304;-110.9815137:121;41.2621611;-110.9811945,way_type=user_defined:way_id=80E +edge,121,121;41.2621611;-110.9811945:122;41.26216502;-110.9811303,way_type=user_defined:way_id=80E +edge,122,122;41.26216502;-110.9811303:123;41.262179;-110.9809015,way_type=user_defined:way_id=80E +edge,123,123;41.262179;-110.9809015:124;41.2621866;-110.9806549,way_type=user_defined:way_id=80E +edge,124,124;41.2621866;-110.9806549:125;41.2621884;-110.9805796,way_type=user_defined:way_id=80E +edge,125,125;41.2621884;-110.9805796:126;41.2621887;-110.9802941,way_type=user_defined:way_id=80E +edge,126,126;41.2621887;-110.9802941:127;41.2621778;-110.9799715,way_type=user_defined:way_id=80E +edge,127,127;41.2621778;-110.9799715:128;41.2621578;-110.9796782,way_type=user_defined:way_id=80E +edge,128,128;41.2621578;-110.9796782:129;41.2621288;-110.9793958,way_type=user_defined:way_id=80E +edge,129,129;41.2621288;-110.9793958:130;41.262086;-110.9790777,way_type=user_defined:way_id=80E +edge,130,130;41.262086;-110.9790777:131;41.2620395;-110.9787994,way_type=user_defined:way_id=80E +edge,131,131;41.2620395;-110.9787994:132;41.261997;-110.9785885,way_type=user_defined:way_id=80E +edge,132,132;41.261997;-110.9785885:133;41.2619566;-110.9784066,way_type=user_defined:way_id=80E +edge,133,133;41.2619566;-110.9784066:134;41.2619566;-110.9784066,way_type=user_defined:way_id=80E +edge,134,134;41.2619566;-110.9784066:135;41.2619089;-110.9782081,way_type=user_defined:way_id=80E +edge,135,135;41.2619089;-110.9782081:136;41.2618345;-110.9779416,way_type=user_defined:way_id=80E +edge,136,136;41.2618345;-110.9779416:137;41.261737;-110.9776359,way_type=user_defined:way_id=80E +edge,137,137;41.261737;-110.9776359:138;41.2616414;-110.9773708,way_type=user_defined:way_id=80E +edge,138,138;41.2616414;-110.9773708:139;41.261541;-110.9771195,way_type=user_defined:way_id=80E +edge,139,139;41.261541;-110.9771195:140;41.2614186;-110.9768412,way_type=user_defined:way_id=80E +edge,140,140;41.2614186;-110.9768412:141;41.2612862;-110.9765717,way_type=user_defined:way_id=80E +edge,141,141;41.2612862;-110.9765717:142;41.2611582;-110.976333,way_type=user_defined:way_id=80E +edge,142,142;41.2611582;-110.976333:143;41.2610285;-110.976108,way_type=user_defined:way_id=80E +edge,143,143;41.2610285;-110.976108:144;41.2608774;-110.9758571,way_type=user_defined:way_id=80E +edge,144,144;41.2608774;-110.9758571:145;41.2607377;-110.97563,way_type=user_defined:way_id=80E +edge,145,145;41.2607377;-110.97563:146;41.2601465;-110.9746828,way_type=user_defined:way_id=80E +edge,146,146;41.2601465;-110.9746828:147;41.2600066;-110.9744564,way_type=user_defined:way_id=80E +edge,147,147;41.2600066;-110.9744564:148;41.2598861;-110.9742575,way_type=user_defined:way_id=80E +edge,148,148;41.2598861;-110.9742575:149;41.2597383;-110.9740019,way_type=user_defined:way_id=80E +edge,149,149;41.2597383;-110.9740019:150;41.2595972;-110.9737397,way_type=user_defined:way_id=80E +edge,150,150;41.2595972;-110.9737397:151;41.2594627;-110.9734711,way_type=user_defined:way_id=80E +edge,151,151;41.2594627;-110.9734711:152;41.2593456;-110.9732212,way_type=user_defined:way_id=80E +edge,152,152;41.2593456;-110.9732212:153;41.2592339;-110.9729671,way_type=user_defined:way_id=80E +edge,153,153;41.2592339;-110.9729671:154;41.25912;-110.9726928,way_type=user_defined:way_id=80E +edge,154,154;41.25912;-110.9726928:155;41.2590169;-110.972432,way_type=user_defined:way_id=80E +edge,155,155;41.2590169;-110.972432:156;41.2589126;-110.9721504,way_type=user_defined:way_id=80E +edge,156,156;41.2589126;-110.9721504:157;41.2588202;-110.9718824,way_type=user_defined:way_id=80E +edge,157,157;41.2588202;-110.9718824:158;41.2587336;-110.9716103,way_type=user_defined:way_id=80E +edge,158,158;41.2587336;-110.9716103:159;41.2586453;-110.9713105,way_type=user_defined:way_id=80E +edge,159,159;41.2586453;-110.9713105:160;41.2585727;-110.9710426,way_type=user_defined:way_id=80E +edge,160,160;41.2585727;-110.9710426:161;41.2584949;-110.970727,way_type=user_defined:way_id=80E +edge,161,161;41.2584949;-110.970727:162;41.2584319;-110.9704455,way_type=user_defined:way_id=80E +edge,162,162;41.2584319;-110.9704455:163;41.2583769;-110.970171,way_type=user_defined:way_id=80E +edge,163,163;41.2583769;-110.970171:164;41.2583214;-110.9698581,way_type=user_defined:way_id=80E +edge,164,164;41.2583214;-110.9698581:165;41.2582782;-110.9695795,way_type=user_defined:way_id=80E +edge,165,165;41.2582782;-110.9695795:166;41.2582358;-110.9692622,way_type=user_defined:way_id=80E +edge,166,166;41.2582358;-110.9692622:167;41.2582031;-110.9689713,way_type=user_defined:way_id=80E +edge,167,167;41.2582031;-110.9689713:168;41.2581761;-110.9686796,way_type=user_defined:way_id=80E +edge,168,168;41.2581761;-110.9686796:169;41.2581556;-110.9683966,way_type=user_defined:way_id=80E +edge,169,169;41.2581556;-110.9683966:170;41.2581384;-110.9680756,way_type=user_defined:way_id=80E +edge,170,170;41.2581384;-110.9680756:171;41.2581284;-110.9677827,way_type=user_defined:way_id=80E +edge,171,171;41.2581284;-110.9677827:172;41.2581233;-110.9674611,way_type=user_defined:way_id=80E +edge,172,172;41.2581233;-110.9674611:173;41.2581243;-110.9672728,way_type=user_defined:way_id=80E +edge,173,173;41.2581243;-110.9672728:174;41.2581248;-110.967168,way_type=user_defined:way_id=80E +edge,174,174;41.2581248;-110.967168:175;41.2581248;-110.967168,way_type=user_defined:way_id=80E +edge,175,175;41.2581248;-110.967168:176;41.2581339;-110.966847,way_type=user_defined:way_id=80E +edge,176,176;41.2581339;-110.966847:177;41.2581494;-110.9665548,way_type=user_defined:way_id=80E +edge,177,177;41.2581494;-110.9665548:178;41.2581712;-110.9662636,way_type=user_defined:way_id=80E +edge,178,178;41.2581712;-110.9662636:179;41.2581998;-110.9659452,way_type=user_defined:way_id=80E +edge,179,179;41.2581998;-110.9659452:180;41.2582281;-110.9656553,way_type=user_defined:way_id=80E +edge,180,180;41.2582281;-110.9656553:181;41.2583379;-110.9645804,way_type=user_defined:way_id=80E +edge,181,181;41.2583379;-110.9645804:182;41.258466;-110.9632905,way_type=user_defined:way_id=80E +edge,182,182;41.258466;-110.9632905:183;41.2585876;-110.9621098,way_type=user_defined:way_id=80E +edge,183,183;41.2585876;-110.9621098:184;41.2586218;-110.961796,way_type=user_defined:way_id=80E +edge,184,184;41.2586218;-110.961796:185;41.2586538;-110.9615403,way_type=user_defined:way_id=80E +edge,185,185;41.2586538;-110.9615403:186;41.2586991;-110.9612286,way_type=user_defined:way_id=80E +edge,186,186;41.2586991;-110.9612286:187;41.258752;-110.9609104,way_type=user_defined:way_id=80E +edge,187,187;41.258752;-110.9609104:188;41.25876687;-110.9608312,way_type=user_defined:way_id=80E +edge,188,188;41.25876687;-110.9608312:189;41.2588062;-110.9606218,way_type=user_defined:way_id=80E +edge,189,189;41.2588062;-110.9606218:190;41.2588192;-110.9605591,way_type=user_defined:way_id=80E +edge,190,190;41.2588192;-110.9605591:191;41.258862;-110.9603531,way_type=user_defined:way_id=80E +edge,191,191;41.258862;-110.9603531:192;41.2589265;-110.9600691,way_type=user_defined:way_id=80E +edge,192,192;41.2589265;-110.9600691:193;41.2590017;-110.9597696,way_type=user_defined:way_id=80E +edge,193,193;41.2590017;-110.9597696:194;41.2590754;-110.9594999,way_type=user_defined:way_id=80E +edge,194,194;41.2590754;-110.9594999:195;41.2591545;-110.9592323,way_type=user_defined:way_id=80E +edge,195,195;41.2591545;-110.9592323:196;41.259242;-110.9589595,way_type=user_defined:way_id=80E +edge,196,196;41.259242;-110.9589595:197;41.2593451;-110.958665,way_type=user_defined:way_id=80E +edge,197,197;41.2593451;-110.958665:198;41.2594421;-110.9584079,way_type=user_defined:way_id=80E +edge,198,198;41.2594421;-110.9584079:199;41.2594692;-110.9583404,way_type=user_defined:way_id=80E +edge,199,199;41.2594692;-110.9583404:200;41.2594692;-110.9583404,way_type=user_defined:way_id=80E +edge,200,200;41.2594692;-110.9583404:201;41.2595435;-110.9581545,way_type=user_defined:way_id=80E +edge,201,201;41.2595435;-110.9581545:202;41.2596497;-110.9579037,way_type=user_defined:way_id=80E +edge,202,202;41.2596497;-110.9579037:203;41.2597603;-110.957657,way_type=user_defined:way_id=80E +edge,203,203;41.2597603;-110.957657:204;41.2598913;-110.9573818,way_type=user_defined:way_id=80E +edge,204,204;41.2598913;-110.9573818:205;41.260012;-110.9571429,way_type=user_defined:way_id=80E +edge,205,205;41.260012;-110.9571429:206;41.2601379;-110.9569082,way_type=user_defined:way_id=80E +edge,206,206;41.2601379;-110.9569082:207;41.2602859;-110.9566479,way_type=user_defined:way_id=80E +edge,207,207;41.2602859;-110.9566479:208;41.2604213;-110.9564226,way_type=user_defined:way_id=80E +edge,208,208;41.2604213;-110.9564226:209;41.2605756;-110.95618,way_type=user_defined:way_id=80E +edge,209,209;41.2605756;-110.95618:210;41.2607218;-110.9559634,way_type=user_defined:way_id=80E +edge,210,210;41.2607218;-110.9559634:211;41.2608725;-110.9557527,way_type=user_defined:way_id=80E +edge,211,211;41.2608725;-110.9557527:212;41.2610077;-110.9555726,way_type=user_defined:way_id=80E +edge,212,212;41.2610077;-110.9555726:213;41.2611873;-110.9553435,way_type=user_defined:way_id=80E +edge,213,213;41.2611873;-110.9553435:214;41.2613666;-110.9551276,way_type=user_defined:way_id=80E +edge,214,214;41.2613666;-110.9551276:215;41.2615295;-110.9549426,way_type=user_defined:way_id=80E +edge,215,215;41.2615295;-110.9549426:216;41.2617186;-110.954741,way_type=user_defined:way_id=80E +edge,216,216;41.2617186;-110.954741:217;41.2618947;-110.954563,way_type=user_defined:way_id=80E +edge,217,217;41.2618947;-110.954563:218;41.26206902;-110.9543949,way_type=user_defined:way_id=80E +edge,218,218;41.26206902;-110.9543949:219;41.26214865;-110.9543216,way_type=user_defined:way_id=80E +edge,219,219;41.26214865;-110.9543216:220;41.26214865;-110.9543216,way_type=user_defined:way_id=80E +edge,220,220;41.26214865;-110.9543216:221;41.2622685;-110.9542121,way_type=user_defined:way_id=80E +edge,221,221;41.2622685;-110.9542121:222;41.262455;-110.9540526,way_type=user_defined:way_id=80E +edge,222,222;41.262455;-110.9540526:223;41.2626707;-110.9538802,way_type=user_defined:way_id=80E +edge,223,223;41.2626707;-110.9538802:224;41.262849;-110.953745,way_type=user_defined:way_id=80E +edge,224,224;41.262849;-110.953745:225;41.2630683;-110.9535855,way_type=user_defined:way_id=80E +edge,225,225;41.2630683;-110.9535855:226;41.2634829;-110.9532901,way_type=user_defined:way_id=80E +edge,226,226;41.2634829;-110.9532901:227;41.2640753;-110.952864,way_type=user_defined:way_id=80E +edge,227,227;41.2640753;-110.952864:228;41.2642697;-110.952722,way_type=user_defined:way_id=80E +edge,228,228;41.2642697;-110.952722:229;41.2644623;-110.9525775,way_type=user_defined:way_id=80E +edge,229,229;41.2644623;-110.9525775:230;41.26461255;-110.9524597,way_type=user_defined:way_id=80E +edge,230,230;41.26461255;-110.9524597:231;41.2646592;-110.9524231,way_type=user_defined:way_id=80E +edge,231,231;41.2646592;-110.9524231:232;41.2648461;-110.9522664,way_type=user_defined:way_id=80E +edge,232,232;41.2648461;-110.9522664:233;41.2650523;-110.95208,way_type=user_defined:way_id=80E +edge,233,233;41.2650523;-110.95208:234;41.2652289;-110.9519063,way_type=user_defined:way_id=80E +edge,234,234;41.2652289;-110.9519063:235;41.2653991;-110.9517233,way_type=user_defined:way_id=80E +edge,235,235;41.2653991;-110.9517233:236;41.2655207;-110.9515811,way_type=user_defined:way_id=80E +edge,236,236;41.2655207;-110.9515811:237;41.2655207;-110.9515811,way_type=user_defined:way_id=80E +edge,237,237;41.2655207;-110.9515811:238;41.26558051;-110.9515102,way_type=user_defined:way_id=80E +edge,238,238;41.26558051;-110.9515102:239;41.2657395;-110.9513044,way_type=user_defined:way_id=80E +edge,239,239;41.2657395;-110.9513044:240;41.2658827;-110.9511001,way_type=user_defined:way_id=80E +edge,240,240;41.2658827;-110.9511001:241;41.2660287;-110.950875,way_type=user_defined:way_id=80E +edge,241,241;41.2660287;-110.950875:242;41.2661462;-110.9506787,way_type=user_defined:way_id=80E +edge,242,242;41.2661462;-110.9506787:243;41.2661807;-110.9506195,way_type=user_defined:way_id=80E +edge,243,243;41.2661807;-110.9506195:244;41.2663068;-110.9503865,way_type=user_defined:way_id=80E +edge,244,244;41.2663068;-110.9503865:245;41.2664223;-110.9501539,way_type=user_defined:way_id=80E +edge,245,245;41.2664223;-110.9501539:246;41.2665229;-110.9499325,way_type=user_defined:way_id=80E +edge,246,246;41.2665229;-110.9499325:247;41.2665515;-110.9498669,way_type=user_defined:way_id=80E +edge,247,247;41.2665515;-110.9498669:248;41.2666514;-110.9496215,way_type=user_defined:way_id=80E +edge,248,248;41.2666514;-110.9496215:249;41.2667498;-110.9493547,way_type=user_defined:way_id=80E +edge,249,249;41.2667498;-110.9493547:250;41.2668372;-110.9490912,way_type=user_defined:way_id=80E +edge,250,250;41.2668372;-110.9490912:251;41.2669225;-110.9487957,way_type=user_defined:way_id=80E +edge,251,251;41.2669225;-110.9487957:252;41.2669924;-110.9485137,way_type=user_defined:way_id=80E +edge,252,252;41.2669924;-110.9485137:253;41.2670491;-110.9482453,way_type=user_defined:way_id=80E +edge,253,253;41.2670491;-110.9482453:254;41.2671067;-110.9479196,way_type=user_defined:way_id=80E +edge,254,254;41.2671067;-110.9479196:255;41.2671489;-110.9476455,way_type=user_defined:way_id=80E +edge,255,255;41.2671489;-110.9476455:256;41.2671832;-110.9473898,way_type=user_defined:way_id=80E +edge,256,256;41.2671832;-110.9473898:257;41.2672203;-110.9470757,way_type=user_defined:way_id=80E +edge,257,257;41.2672203;-110.9470757:258;41.2672859;-110.9464718,way_type=user_defined:way_id=80E +edge,258,258;41.2672859;-110.9464718:259;41.2674116;-110.9452564,way_type=user_defined:way_id=80E +edge,259,259;41.2674116;-110.9452564:260;41.26742431;-110.9451379,way_type=user_defined:way_id=80E +edge,260,260;41.26742431;-110.9451379:261;41.2675046;-110.944389,way_type=user_defined:way_id=80E +edge,261,261;41.2675046;-110.944389:262;41.26752131;-110.9442282,way_type=user_defined:way_id=80E +edge,262,262;41.26752131;-110.9442282:263;41.2675608;-110.9438483,way_type=user_defined:way_id=80E +edge,263,263;41.2675608;-110.9438483:264;41.2675608;-110.9438483,way_type=user_defined:way_id=80E +edge,264,264;41.2675608;-110.9438483:265;41.2676262;-110.9432054,way_type=user_defined:way_id=80E +edge,265,265;41.2676262;-110.9432054:266;41.2676555;-110.9428878,way_type=user_defined:way_id=80E +edge,266,266;41.2676555;-110.9428878:267;41.26766815;-110.9427398,way_type=user_defined:way_id=80E +edge,267,267;41.26766815;-110.9427398:268;41.2676795;-110.9426071,way_type=user_defined:way_id=80E +edge,268,268;41.2676795;-110.9426071:269;41.267728;-110.9419887,way_type=user_defined:way_id=80E +edge,269,269;41.267728;-110.9419887:270;41.2677506;-110.9416601,way_type=user_defined:way_id=80E +edge,270,270;41.2677506;-110.9416601:271;41.2677831;-110.9411245,way_type=user_defined:way_id=80E +edge,271,271;41.2677831;-110.9411245:272;41.267801;-110.9407955,way_type=user_defined:way_id=80E +edge,272,272;41.267801;-110.9407955:273;41.2678163;-110.9404758,way_type=user_defined:way_id=80E +edge,273,273;41.2678163;-110.9404758:274;41.2678283;-110.9401845,way_type=user_defined:way_id=80E +edge,274,274;41.2678283;-110.9401845:275;41.2678397;-110.9398652,way_type=user_defined:way_id=80E +edge,275,275;41.2678397;-110.9398652:276;41.2678567;-110.9392843,way_type=user_defined:way_id=80E +edge,276,276;41.2678567;-110.9392843:277;41.2678631;-110.938994,way_type=user_defined:way_id=80E +edge,277,277;41.2678631;-110.938994:278;41.26786697;-110.9385706,way_type=user_defined:way_id=80E +edge,278,278;41.26786697;-110.9385706:279;41.26786697;-110.9385706,way_type=user_defined:way_id=80E +edge,279,279;41.26786697;-110.9385706:280;41.2678681;-110.9381335,way_type=user_defined:way_id=80E +edge,280,280;41.2678681;-110.9381335:281;41.2678672;-110.9375222,way_type=user_defined:way_id=80E +edge,281,281;41.2678672;-110.9375222:282;41.2678647;-110.9371932,way_type=user_defined:way_id=80E +edge,282,282;41.2678647;-110.9371932:283;41.2678591;-110.9368734,way_type=user_defined:way_id=80E +edge,283,283;41.2678591;-110.9368734:284;41.2678412;-110.9362615,way_type=user_defined:way_id=80E +edge,284,284;41.2678412;-110.9362615:285;41.2678222;-110.9357178,way_type=user_defined:way_id=80E +edge,285,285;41.2678222;-110.9357178:286;41.2678067;-110.9353614,way_type=user_defined:way_id=80E +edge,286,286;41.2678067;-110.9353614:287;41.2677905;-110.9350415,way_type=user_defined:way_id=80E +edge,287,287;41.2677905;-110.9350415:288;41.267776;-110.9347822,way_type=user_defined:way_id=80E +edge,288,288;41.267776;-110.9347822:289;41.2677577;-110.934493,way_type=user_defined:way_id=80E +edge,289,289;41.2677577;-110.934493:290;41.2677385;-110.9342168,way_type=user_defined:way_id=80E +edge,290,290;41.2677385;-110.9342168:291;41.26769026;-110.9335903,way_type=user_defined:way_id=80E +edge,291,291;41.26769026;-110.9335903:292;41.2676678;-110.9333173,way_type=user_defined:way_id=80E +edge,292,292;41.2676678;-110.9333173:293;41.2676342;-110.9329396,way_type=user_defined:way_id=80E +edge,293,293;41.2676342;-110.9329396:294;41.2675858;-110.932418,way_type=user_defined:way_id=80E +edge,294,294;41.2675858;-110.932418:295;41.267525;-110.9318159,way_type=user_defined:way_id=80E +edge,295,295;41.267525;-110.9318159:296;41.2674643;-110.9312418,way_type=user_defined:way_id=80E +edge,296,296;41.2674643;-110.9312418:297;41.2674643;-110.9312418,way_type=user_defined:way_id=80E +edge,297,297;41.2674643;-110.9312418:298;41.26721111;-110.9288165,way_type=user_defined:way_id=80E +edge,298,298;41.26721111;-110.9288165:299;41.2671769;-110.9284888,way_type=user_defined:way_id=80E +edge,299,299;41.2671769;-110.9284888:300;41.266918;-110.9259878,way_type=user_defined:way_id=80E +edge,300,300;41.266918;-110.9259878:301;41.2668715;-110.9255601,way_type=user_defined:way_id=80E +edge,301,301;41.2668715;-110.9255601:302;41.2668341;-110.9252341,way_type=user_defined:way_id=80E +edge,302,302;41.2668341;-110.9252341:303;41.2667711;-110.9247072,way_type=user_defined:way_id=80E +edge,303,303;41.2667711;-110.9247072:304;41.2667351;-110.9244208,way_type=user_defined:way_id=80E +edge,304,304;41.2667351;-110.9244208:305;41.2665746;-110.9231747,way_type=user_defined:way_id=80E +edge,305,305;41.2665746;-110.9231747:306;41.2664608;-110.9223167,way_type=user_defined:way_id=80E +edge,306,306;41.2664608;-110.9223167:307;41.2663473;-110.9213988,way_type=user_defined:way_id=80E +edge,307,307;41.2663473;-110.9213988:308;41.2663136;-110.9211412,way_type=user_defined:way_id=80E +edge,308,308;41.2663136;-110.9211412:309;41.266274;-110.9208644,way_type=user_defined:way_id=80E +edge,309,309;41.266274;-110.9208644:310;41.2662243;-110.9205426,way_type=user_defined:way_id=80E +edge,310,310;41.2662243;-110.9205426:311;41.2661156;-110.9198819,way_type=user_defined:way_id=80E +edge,311,311;41.2661156;-110.9198819:312;41.2660302;-110.9193779,way_type=user_defined:way_id=80E +edge,312,312;41.2660302;-110.9193779:313;41.2659738;-110.9190576,way_type=user_defined:way_id=80E +edge,313,313;41.2659738;-110.9190576:314;41.2657649;-110.9179104,way_type=user_defined:way_id=80E +edge,314,314;41.2657649;-110.9179104:315;41.2655662;-110.916857,way_type=user_defined:way_id=80E +edge,315,315;41.2655662;-110.916857:316;41.2652729;-110.9152795,way_type=user_defined:way_id=80E +edge,316,316;41.2652729;-110.9152795:317;41.2647574;-110.9125364,way_type=user_defined:way_id=80E +edge,317,317;41.2647574;-110.9125364:318;41.2640728;-110.9088803,way_type=user_defined:way_id=80E +edge,318,318;41.2640728;-110.9088803:319;41.2638005;-110.9074416,way_type=user_defined:way_id=80E +edge,319,319;41.2638005;-110.9074416:320;41.2630914;-110.9036676,way_type=user_defined:way_id=80E +edge,320,320;41.2630914;-110.9036676:321;41.262963;-110.9029769,way_type=user_defined:way_id=80E +edge,321,321;41.262963;-110.9029769:322;41.2628213;-110.9022029,way_type=user_defined:way_id=80E +edge,322,322;41.2628213;-110.9022029:323;41.2627704;-110.9019199,way_type=user_defined:way_id=80E +edge,323,323;41.2627704;-110.9019199:324;41.2627214;-110.901636,way_type=user_defined:way_id=80E +edge,324,324;41.2627214;-110.901636:325;41.2626697;-110.901324,way_type=user_defined:way_id=80E +edge,325,325;41.2626697;-110.901324:326;41.2626243;-110.901039,way_type=user_defined:way_id=80E +edge,326,326;41.2626243;-110.901039:327;41.2625352;-110.9004486,way_type=user_defined:way_id=80E +edge,327,327;41.2625352;-110.9004486:328;41.2624892;-110.9001249,way_type=user_defined:way_id=80E +edge,328,328;41.2624892;-110.9001249:329;41.26245;-110.8998376,way_type=user_defined:way_id=80E +edge,329,329;41.26245;-110.8998376:330;41.2623936;-110.8994023,way_type=user_defined:way_id=80E +edge,330,330;41.2623936;-110.8994023:331;41.2623409;-110.8989753,way_type=user_defined:way_id=80E +edge,331,331;41.2623409;-110.8989753:332;41.2622729;-110.898381,way_type=user_defined:way_id=80E +edge,332,332;41.2622729;-110.898381:333;41.2622386;-110.8980554,way_type=user_defined:way_id=80E +edge,333,333;41.2622386;-110.8980554:334;41.2622141;-110.8978058,way_type=user_defined:way_id=80E +edge,334,334;41.2622141;-110.8978058:335;41.2621556;-110.897162,way_type=user_defined:way_id=80E +edge,335,335;41.2621556;-110.897162:336;41.2621269;-110.8968739,way_type=user_defined:way_id=80E +edge,336,336;41.2621269;-110.8968739:337;41.2620564;-110.8962625,way_type=user_defined:way_id=80E +edge,337,337;41.2620564;-110.8962625:338;41.2620308;-110.895974,way_type=user_defined:way_id=80E +edge,338,338;41.2620308;-110.895974:339;41.2620128;-110.8956933,way_type=user_defined:way_id=80E +edge,339,339;41.2620128;-110.8956933:340;41.2619827;-110.8950831,way_type=user_defined:way_id=80E +edge,340,340;41.2619827;-110.8950831:341;41.2619579;-110.8944714,way_type=user_defined:way_id=80E +edge,341,341;41.2619579;-110.8944714:342;41.2619483;-110.894189,way_type=user_defined:way_id=80E +edge,342,342;41.2619483;-110.894189:343;41.2619395;-110.8938596,way_type=user_defined:way_id=80E +edge,343,343;41.2619395;-110.8938596:344;41.2619294;-110.8933147,way_type=user_defined:way_id=80E +edge,344,344;41.2619294;-110.8933147:345;41.2619258;-110.8929839,way_type=user_defined:way_id=80E +edge,345,345;41.2619258;-110.8929839:346;41.26192435;-110.8927341,way_type=user_defined:way_id=80E +edge,346,346;41.26192435;-110.8927341:347;41.2619249;-110.8924081,way_type=user_defined:way_id=80E +edge,347,347;41.2619249;-110.8924081:348;41.2619305;-110.8917648,way_type=user_defined:way_id=80E +edge,348,348;41.2619305;-110.8917648:349;41.2619351;-110.8914412,way_type=user_defined:way_id=80E +edge,349,349;41.2619351;-110.8914412:350;41.2619413;-110.8911517,way_type=user_defined:way_id=80E +edge,350,350;41.2619413;-110.8911517:351;41.2619498;-110.8908602,way_type=user_defined:way_id=80E +edge,351,351;41.2619498;-110.8908602:352;41.2619609;-110.8905424,way_type=user_defined:way_id=80E +edge,352,352;41.2619609;-110.8905424:353;41.2619809;-110.8900513,way_type=user_defined:way_id=80E +edge,353,353;41.2619809;-110.8900513:354;41.2619976;-110.8896849,way_type=user_defined:way_id=80E +edge,354,354;41.2619976;-110.8896849:355;41.262015;-110.8893556,way_type=user_defined:way_id=80E +edge,355,355;41.262015;-110.8893556:356;41.2620521;-110.8887736,way_type=user_defined:way_id=80E +edge,356,356;41.2620521;-110.8887736:357;41.262075;-110.8884551,way_type=user_defined:way_id=80E +edge,357,357;41.262075;-110.8884551:358;41.2621216;-110.8878667,way_type=user_defined:way_id=80E +edge,358,358;41.2621216;-110.8878667:359;41.2621492;-110.8875497,way_type=user_defined:way_id=80E +edge,359,359;41.2621492;-110.8875497:360;41.2621789;-110.8872332,way_type=user_defined:way_id=80E +edge,360,360;41.2621789;-110.8872332:361;41.2622156;-110.8868708,way_type=user_defined:way_id=80E +edge,361,361;41.2622156;-110.8868708:362;41.2622698;-110.8863694,way_type=user_defined:way_id=80E +edge,362,362;41.2622698;-110.8863694:363;41.2623233;-110.8859151,way_type=user_defined:way_id=80E +edge,363,363;41.2623233;-110.8859151:364;41.2623766;-110.8854899,way_type=user_defined:way_id=80E +edge,364,364;41.2623766;-110.8854899:365;41.2624398;-110.8850197,way_type=user_defined:way_id=80E +edge,365,365;41.2624398;-110.8850197:366;41.2625002;-110.8845958,way_type=user_defined:way_id=80E +edge,366,366;41.2625002;-110.8845958:367;41.2625796;-110.8840707,way_type=user_defined:way_id=80E +edge,367,367;41.2625796;-110.8840707:368;41.2626367;-110.883712,way_type=user_defined:way_id=80E +edge,368,368;41.2626367;-110.883712:369;41.2627019;-110.8833265,way_type=user_defined:way_id=80E +edge,369,369;41.2627019;-110.8833265:370;41.2627893;-110.8828317,way_type=user_defined:way_id=80E +edge,370,370;41.2627893;-110.8828317:371;41.262891;-110.8822837,way_type=user_defined:way_id=80E +edge,371,371;41.262891;-110.8822837:372;41.2629589;-110.8819272,way_type=user_defined:way_id=80E +edge,372,372;41.2629589;-110.8819272:373;41.2630519;-110.8814621,way_type=user_defined:way_id=80E +edge,373,373;41.2630519;-110.8814621:374;41.2631297;-110.8810933,way_type=user_defined:way_id=80E +edge,374,374;41.2631297;-110.8810933:375;41.2632222;-110.8806756,way_type=user_defined:way_id=80E +edge,375,375;41.2632222;-110.8806756:376;41.2633262;-110.8802244,way_type=user_defined:way_id=80E +edge,376,376;41.2633262;-110.8802244:377;41.263457;-110.8796758,way_type=user_defined:way_id=80E +edge,377,377;41.263457;-110.8796758:378;41.2635342;-110.8793626,way_type=user_defined:way_id=80E +edge,378,378;41.2635342;-110.8793626:379;41.263612;-110.8790604,way_type=user_defined:way_id=80E +edge,379,379;41.263612;-110.8790604:380;41.2638292;-110.8782476,way_type=user_defined:way_id=80E +edge,380,380;41.2638292;-110.8782476:381;41.2639128;-110.8779396,way_type=user_defined:way_id=80E +edge,381,381;41.2639128;-110.8779396:382;41.2639917;-110.8776595,way_type=user_defined:way_id=80E +edge,382,382;41.2639917;-110.8776595:383;41.2640787;-110.8773639,way_type=user_defined:way_id=80E +edge,383,383;41.2640787;-110.8773639:384;41.2642418;-110.8768267,way_type=user_defined:way_id=80E +edge,384,384;41.2642418;-110.8768267:385;41.2644166;-110.8762654,way_type=user_defined:way_id=80E +edge,385,385;41.2644166;-110.8762654:386;41.2645049;-110.8759906,way_type=user_defined:way_id=80E +edge,386,386;41.2645049;-110.8759906:387;41.2645894;-110.875734,way_type=user_defined:way_id=80E +edge,387,387;41.2645894;-110.875734:388;41.2646875;-110.8754444,way_type=user_defined:way_id=80E +edge,388,388;41.2646875;-110.8754444:389;41.2648728;-110.8749105,way_type=user_defined:way_id=80E +edge,389,389;41.2648728;-110.8749105:390;41.2649786;-110.874614,way_type=user_defined:way_id=80E +edge,390,390;41.2649786;-110.874614:391;41.2651541;-110.8741346,way_type=user_defined:way_id=80E +edge,391,391;41.2651541;-110.8741346:392;41.2652638;-110.8738405,way_type=user_defined:way_id=80E +edge,392,392;41.2652638;-110.8738405:393;41.2654223;-110.8734267,way_type=user_defined:way_id=80E +edge,393,393;41.2654223;-110.8734267:394;41.2655741;-110.87304,way_type=user_defined:way_id=80E +edge,394,394;41.2655741;-110.87304:395;41.2656912;-110.8727504,way_type=user_defined:way_id=80E +edge,395,395;41.2656912;-110.8727504:396;41.265848;-110.8723716,way_type=user_defined:way_id=80E +edge,396,396;41.265848;-110.8723716:397;41.2660169;-110.8719695,way_type=user_defined:way_id=80E +edge,397,397;41.2660169;-110.8719695:398;41.2661257;-110.8717163,way_type=user_defined:way_id=80E +edge,398,398;41.2661257;-110.8717163:399;41.2662508;-110.8714319,way_type=user_defined:way_id=80E +edge,399,399;41.2662508;-110.8714319:400;41.2664609;-110.8709632,way_type=user_defined:way_id=80E +edge,400,400;41.2664609;-110.8709632:401;41.2665856;-110.8706904,way_type=user_defined:way_id=80E +edge,401,401;41.2665856;-110.8706904:402;41.2667158;-110.8704111,way_type=user_defined:way_id=80E +edge,402,402;41.2667158;-110.8704111:403;41.2669495;-110.8699221,way_type=user_defined:way_id=80E +edge,403,403;41.2669495;-110.8699221:404;41.2670958;-110.8696244,way_type=user_defined:way_id=80E +edge,404,404;41.2670958;-110.8696244:405;41.2673234;-110.8691729,way_type=user_defined:way_id=80E +edge,405,405;41.2673234;-110.8691729:406;41.2674431;-110.868941,way_type=user_defined:way_id=80E +edge,406,406;41.2674431;-110.868941:407;41.2675682;-110.8687026,way_type=user_defined:way_id=80E +edge,407,407;41.2675682;-110.8687026:408;41.2677737;-110.8683154,way_type=user_defined:way_id=80E +edge,408,408;41.2677737;-110.8683154:409;41.2682483;-110.8674301,way_type=user_defined:way_id=80E +edge,409,409;41.2682483;-110.8674301:410;41.2687635;-110.8664611,way_type=user_defined:way_id=80E +edge,410,410;41.2687635;-110.8664611:411;41.2691909;-110.8656649,way_type=user_defined:way_id=80E +edge,411,411;41.2691909;-110.8656649:412;41.2696863;-110.8647354,way_type=user_defined:way_id=80E +edge,412,412;41.2696863;-110.8647354:413;41.26988594;-110.8643625,way_type=user_defined:way_id=80E +edge,413,413;41.26988594;-110.8643625:414;41.2703698;-110.8634586,way_type=user_defined:way_id=80E +edge,414,414;41.2703698;-110.8634586:415;41.2706255;-110.8629781,way_type=user_defined:way_id=80E +edge,415,415;41.2706255;-110.8629781:416;41.2708864;-110.8624831,way_type=user_defined:way_id=80E +edge,416,416;41.2708864;-110.8624831:417;41.2708864;-110.8624831,way_type=user_defined:way_id=80E +edge,417,417;41.2708864;-110.8624831:418;41.2709789;-110.8623056,way_type=user_defined:way_id=80E +edge,418,418;41.2709789;-110.8623056:419;41.2711175;-110.8620334,way_type=user_defined:way_id=80E +edge,419,419;41.2711175;-110.8620334:420;41.2712288;-110.8618049,way_type=user_defined:way_id=80E +edge,420,420;41.2712288;-110.8618049:421;41.2713174;-110.8616127,way_type=user_defined:way_id=80E +edge,421,421;41.2713174;-110.8616127:422;41.2713579;-110.8615248,way_type=user_defined:way_id=80E +edge,422,422;41.2713579;-110.8615248:423;41.2714555;-110.861298,way_type=user_defined:way_id=80E +edge,423,423;41.2714555;-110.861298:424;41.2715697;-110.8610169,way_type=user_defined:way_id=80E +edge,424,424;41.2715697;-110.8610169:425;41.2716805;-110.8607239,way_type=user_defined:way_id=80E +edge,425,425;41.2716805;-110.8607239:426;41.2717706;-110.8604693,way_type=user_defined:way_id=80E +edge,426,426;41.2717706;-110.8604693:427;41.2718608;-110.8601943,way_type=user_defined:way_id=80E +edge,427,427;41.2718608;-110.8601943:428;41.2719424;-110.859925,way_type=user_defined:way_id=80E +edge,428,428;41.2719424;-110.859925:429;41.2720249;-110.8596259,way_type=user_defined:way_id=80E +edge,429,429;41.2720249;-110.8596259:430;41.2720948;-110.8593505,way_type=user_defined:way_id=80E +edge,430,430;41.2720948;-110.8593505:431;41.2721587;-110.859073,way_type=user_defined:way_id=80E +edge,431,431;41.2721587;-110.859073:432;41.2722215;-110.8587651,way_type=user_defined:way_id=80E +edge,432,432;41.2722215;-110.8587651:433;41.2722732;-110.8584827,way_type=user_defined:way_id=80E +edge,433,433;41.2722732;-110.8584827:434;41.2723267;-110.8581526,way_type=user_defined:way_id=80E +edge,434,434;41.2723267;-110.8581526:435;41.2723624;-110.8579041,way_type=user_defined:way_id=80E +edge,435,435;41.2723624;-110.8579041:436;41.27237627;-110.8577927,way_type=user_defined:way_id=80E +edge,436,436;41.27237627;-110.8577927:437;41.27237627;-110.8577927,way_type=user_defined:way_id=80E +edge,437,437;41.27237627;-110.8577927:438;41.2723989;-110.8576085,way_type=user_defined:way_id=80E +edge,438,438;41.2723989;-110.8576085:439;41.2724273;-110.8573294,way_type=user_defined:way_id=80E +edge,439,439;41.2724273;-110.8573294:440;41.2724535;-110.8570031,way_type=user_defined:way_id=80E +edge,440,440;41.2724535;-110.8570031:441;41.2724703;-110.856685,way_type=user_defined:way_id=80E +edge,441,441;41.2724703;-110.856685:442;41.2724804;-110.8563866,way_type=user_defined:way_id=80E +edge,442,442;41.2724804;-110.8563866:443;41.2724849;-110.8561062,way_type=user_defined:way_id=80E +edge,443,443;41.2724849;-110.8561062:444;41.2724837;-110.8558168,way_type=user_defined:way_id=80E +edge,444,444;41.2724837;-110.8558168:445;41.2724763;-110.8555281,way_type=user_defined:way_id=80E +edge,445,445;41.2724763;-110.8555281:446;41.2724731;-110.8554528,way_type=user_defined:way_id=80E +edge,446,446;41.2724731;-110.8554528:447;41.2724606;-110.8552009,way_type=user_defined:way_id=80E +edge,447,447;41.2724606;-110.8552009:448;41.2724403;-110.8549117,way_type=user_defined:way_id=80E +edge,448,448;41.2724403;-110.8549117:449;41.272412;-110.8545947,way_type=user_defined:way_id=80E +edge,449,449;41.272412;-110.8545947:450;41.2723816;-110.8543076,way_type=user_defined:way_id=80E +edge,450,450;41.2723816;-110.8543076:451;41.2723449;-110.8540214,way_type=user_defined:way_id=80E +edge,451,451;41.2723449;-110.8540214:452;41.2723024;-110.8537465,way_type=user_defined:way_id=80E +edge,452,452;41.2723024;-110.8537465:453;41.2722722;-110.8535736,way_type=user_defined:way_id=80E +edge,453,453;41.2722722;-110.8535736:454;41.2722462;-110.8534279,way_type=user_defined:way_id=80E +edge,454,454;41.2722462;-110.8534279:455;41.27220697;-110.8532313,way_type=user_defined:way_id=80E +edge,455,455;41.27220697;-110.8532313:456;41.2721904;-110.8531483,way_type=user_defined:way_id=80E +edge,456,456;41.2721904;-110.8531483:457;41.2721288;-110.8528707,way_type=user_defined:way_id=80E +edge,457,457;41.2721288;-110.8528707:458;41.2720622;-110.8525954,way_type=user_defined:way_id=80E +edge,458,458;41.2720622;-110.8525954:459;41.2719802;-110.8522875,way_type=user_defined:way_id=80E +edge,459,459;41.2719802;-110.8522875:460;41.2718932;-110.8519918,way_type=user_defined:way_id=80E +edge,460,460;41.2718932;-110.8519918:461;41.27184188;-110.851829,way_type=user_defined:way_id=80E +edge,461,461;41.27184188;-110.851829:462;41.2717518;-110.8515577,way_type=user_defined:way_id=80E +edge,462,462;41.2717518;-110.8515577:463;41.2717518;-110.8515577,way_type=user_defined:way_id=80E +edge,463,463;41.2717518;-110.8515577:464;41.2717189;-110.8514615,way_type=user_defined:way_id=80E +edge,464,464;41.2717189;-110.8514615:465;41.271637;-110.8512343,way_type=user_defined:way_id=80E +edge,465,465;41.271637;-110.8512343:466;41.2715379;-110.8509679,way_type=user_defined:way_id=80E +edge,466,466;41.2715379;-110.8509679:467;41.2711136;-110.8498515,way_type=user_defined:way_id=80E +edge,467,467;41.2711136;-110.8498515:468;41.27088074;-110.8492474,way_type=user_defined:way_id=80E +edge,468,468;41.27088074;-110.8492474:469;41.2707016;-110.8487827,way_type=user_defined:way_id=80E +edge,469,469;41.2707016;-110.8487827:470;41.2700163;-110.8469911,way_type=user_defined:way_id=80E +edge,470,470;41.2700163;-110.8469911:471;41.2690537;-110.8444885,way_type=user_defined:way_id=80E +edge,471,471;41.2690537;-110.8444885:472;41.2686625;-110.8434631,way_type=user_defined:way_id=80E +edge,472,472;41.2686625;-110.8434631:473;41.2685633;-110.8431949,way_type=user_defined:way_id=80E +edge,473,473;41.2685633;-110.8431949:474;41.2684734;-110.8429413,way_type=user_defined:way_id=80E +edge,474,474;41.2684734;-110.8429413:475;41.2683726;-110.8426426,way_type=user_defined:way_id=80E +edge,475,475;41.2683726;-110.8426426:476;41.26829;-110.8423837,way_type=user_defined:way_id=80E +edge,476,476;41.26829;-110.8423837:477;41.2682576;-110.8422759,way_type=user_defined:way_id=80E +edge,477,477;41.2682576;-110.8422759:478;41.2682064;-110.8421047,way_type=user_defined:way_id=80E +edge,478,478;41.2682064;-110.8421047:479;41.2681296;-110.8418311,way_type=user_defined:way_id=80E +edge,479,479;41.2681296;-110.8418311:480;41.2680415;-110.8414931,way_type=user_defined:way_id=80E +edge,480,480;41.2680415;-110.8414931:481;41.2679825;-110.8412513,way_type=user_defined:way_id=80E +edge,481,481;41.2679825;-110.8412513:482;41.2679211;-110.8409808,way_type=user_defined:way_id=80E +edge,482,482;41.2679211;-110.8409808:483;41.267857;-110.8406725,way_type=user_defined:way_id=80E +edge,483,483;41.267857;-110.8406725:484;41.2678038;-110.8403898,way_type=user_defined:way_id=80E +edge,484,484;41.2678038;-110.8403898:485;41.2677481;-110.8400694,way_type=user_defined:way_id=80E +edge,485,485;41.2677481;-110.8400694:486;41.267699;-110.8397562,way_type=user_defined:way_id=80E +edge,486,486;41.267699;-110.8397562:487;41.2676593;-110.8394713,way_type=user_defined:way_id=80E +edge,487,487;41.2676593;-110.8394713:488;41.2676284;-110.8392218,way_type=user_defined:way_id=80E +edge,488,488;41.2676284;-110.8392218:489;41.267594;-110.8389069,way_type=user_defined:way_id=80E +edge,489,489;41.267594;-110.8389069:490;41.2675648;-110.8385811,way_type=user_defined:way_id=80E +edge,490,490;41.2675648;-110.8385811:491;41.2675434;-110.8382836,way_type=user_defined:way_id=80E +edge,491,491;41.2675434;-110.8382836:492;41.2675273;-110.8380038,way_type=user_defined:way_id=80E +edge,492,492;41.2675273;-110.8380038:493;41.2675152;-110.8377144,way_type=user_defined:way_id=80E +edge,493,493;41.2675152;-110.8377144:494;41.2675094;-110.8374994,way_type=user_defined:way_id=80E +edge,494,494;41.2675094;-110.8374994:495;41.2675069;-110.8373963,way_type=user_defined:way_id=80E +edge,495,495;41.2675069;-110.8373963:496;41.2675038;-110.8371062,way_type=user_defined:way_id=80E +edge,496,496;41.2675038;-110.8371062:497;41.2675054;-110.8368155,way_type=user_defined:way_id=80E +edge,497,497;41.2675054;-110.8368155:498;41.2675114;-110.8365251,way_type=user_defined:way_id=80E +edge,498,498;41.2675114;-110.8365251:499;41.267523;-110.8362069,way_type=user_defined:way_id=80E +edge,499,499;41.267523;-110.8362069:500;41.2675389;-110.8359177,way_type=user_defined:way_id=80E +edge,500,500;41.2675389;-110.8359177:501;41.2675599;-110.8356202,way_type=user_defined:way_id=80E +edge,501,501;41.2675599;-110.8356202:502;41.2675873;-110.8353045,way_type=user_defined:way_id=80E +edge,502,502;41.2675873;-110.8353045:503;41.2676159;-110.8350268,way_type=user_defined:way_id=80E +edge,503,503;41.2676159;-110.8350268:504;41.2676518;-110.8347322,way_type=user_defined:way_id=80E +edge,504,504;41.2676518;-110.8347322:505;41.2676964;-110.8344106,way_type=user_defined:way_id=80E +edge,505,505;41.2676964;-110.8344106:506;41.2677386;-110.8341363,way_type=user_defined:way_id=80E +edge,506,506;41.2677386;-110.8341363:507;41.2677867;-110.8338543,way_type=user_defined:way_id=80E +edge,507,507;41.2677867;-110.8338543:508;41.2678391;-110.8335731,way_type=user_defined:way_id=80E +edge,508,508;41.2678391;-110.8335731:509;41.2679007;-110.8332665,way_type=user_defined:way_id=80E +edge,509,509;41.2679007;-110.8332665:510;41.2679634;-110.8329795,way_type=user_defined:way_id=80E +edge,510,510;41.2679634;-110.8329795:511;41.2680286;-110.832703,way_type=user_defined:way_id=80E +edge,511,511;41.2680286;-110.832703:512;41.2681057;-110.8324021,way_type=user_defined:way_id=80E +edge,512,512;41.2681057;-110.8324021:513;41.2681812;-110.83213,way_type=user_defined:way_id=80E +edge,513,513;41.2681812;-110.83213:514;41.268259;-110.8318683,way_type=user_defined:way_id=80E +edge,514,514;41.268259;-110.8318683:515;41.2683577;-110.8315563,way_type=user_defined:way_id=80E +edge,515,515;41.2683577;-110.8315563:516;41.2684444;-110.8312984,way_type=user_defined:way_id=80E +edge,516,516;41.2684444;-110.8312984:517;41.2685257;-110.8310682,way_type=user_defined:way_id=80E +edge,517,517;41.2685257;-110.8310682:518;41.2686448;-110.8307458,way_type=user_defined:way_id=80E +edge,518,518;41.2686448;-110.8307458:519;41.2687418;-110.8304961,way_type=user_defined:way_id=80E +edge,519,519;41.2687418;-110.8304961:520;41.2687793;-110.830404,way_type=user_defined:way_id=80E +edge,520,520;41.2687793;-110.830404:521;41.2688574;-110.8302134,way_type=user_defined:way_id=80E +edge,521,521;41.2688574;-110.8302134:522;41.2689665;-110.8299589,way_type=user_defined:way_id=80E +edge,522,522;41.2689665;-110.8299589:523;41.2691026;-110.8296541,way_type=user_defined:way_id=80E +edge,523,523;41.2691026;-110.8296541:524;41.2696654;-110.828414,way_type=user_defined:way_id=80E +edge,524,524;41.2696654;-110.828414:525;41.2700574;-110.8275442,way_type=user_defined:way_id=80E +edge,525,525;41.2700574;-110.8275442:526;41.2703658;-110.8268639,way_type=user_defined:way_id=80E +edge,526,526;41.2703658;-110.8268639:527;41.2709045;-110.825682,way_type=user_defined:way_id=80E +edge,527,527;41.2709045;-110.825682:528;41.2715016;-110.8243624,way_type=user_defined:way_id=80E +edge,528,528;41.2715016;-110.8243624:529;41.2718437;-110.823593,way_type=user_defined:way_id=80E +edge,529,529;41.2718437;-110.823593:530;41.2719521;-110.8233391,way_type=user_defined:way_id=80E +edge,530,530;41.2719521;-110.8233391:531;41.2720528;-110.8230893,way_type=user_defined:way_id=80E +edge,531,531;41.2720528;-110.8230893:532;41.27214628;-110.8228443,way_type=user_defined:way_id=80E +edge,532,532;41.27214628;-110.8228443:533;41.2722518;-110.8225497,way_type=user_defined:way_id=80E +edge,533,533;41.2722518;-110.8225497:534;41.2723381;-110.8222829,way_type=user_defined:way_id=80E +edge,534,534;41.2723381;-110.8222829:535;41.2724169;-110.8220116,way_type=user_defined:way_id=80E +edge,535,535;41.2724169;-110.8220116:536;41.2724964;-110.8217107,way_type=user_defined:way_id=80E +edge,536,536;41.2724964;-110.8217107:537;41.272625;-110.8212047,way_type=user_defined:way_id=80E +edge,537,537;41.272625;-110.8212047:538;41.2726934;-110.8209296,way_type=user_defined:way_id=80E +edge,538,538;41.2726934;-110.8209296:539;41.2727584;-110.8206527,way_type=user_defined:way_id=80E +edge,539,539;41.2727584;-110.8206527:540;41.2728183;-110.8203744,way_type=user_defined:way_id=80E +edge,540,540;41.2728183;-110.8203744:541;41.2728789;-110.8200672,way_type=user_defined:way_id=80E +edge,541,541;41.2728789;-110.8200672:542;41.2729247;-110.8198146,way_type=user_defined:way_id=80E +edge,542,542;41.2729247;-110.8198146:543;41.2729753;-110.819505,way_type=user_defined:way_id=80E +edge,543,543;41.2729753;-110.819505:544;41.2730118;-110.8192585,way_type=user_defined:way_id=80E +edge,544,544;41.2730118;-110.8192585:545;41.2730499;-110.8189755,way_type=user_defined:way_id=80E +edge,545,545;41.2730499;-110.8189755:546;41.2730869;-110.8186528,way_type=user_defined:way_id=80E +edge,546,546;41.2730869;-110.8186528:547;41.2731111;-110.8184054,way_type=user_defined:way_id=80E +edge,547,547;41.2731111;-110.8184054:548;41.2731352;-110.8181189,way_type=user_defined:way_id=80E +edge,548,548;41.2731352;-110.8181189:549;41.2731568;-110.817795,way_type=user_defined:way_id=80E +edge,549,549;41.2731568;-110.817795:550;41.2731708;-110.8175089,way_type=user_defined:way_id=80E +edge,550,550;41.2731708;-110.8175089:551;41.2731794;-110.8172592,way_type=user_defined:way_id=80E +edge,551,551;41.2731794;-110.8172592:552;41.2731853;-110.8169733,way_type=user_defined:way_id=80E +edge,552,552;41.2731853;-110.8169733:553;41.2731867;-110.8166777,way_type=user_defined:way_id=80E +edge,553,553;41.2731867;-110.8166777:554;41.2731819;-110.8163546,way_type=user_defined:way_id=80E +edge,554,554;41.2731819;-110.8163546:555;41.2731746;-110.8161084,way_type=user_defined:way_id=80E +edge,555,555;41.2731746;-110.8161084:556;41.2731655;-110.815891,way_type=user_defined:way_id=80E +edge,556,556;41.2731655;-110.815891:557;41.2731465;-110.8155327,way_type=user_defined:way_id=80E +edge,557,557;41.2731465;-110.8155327:558;41.2731258;-110.8152418,way_type=user_defined:way_id=80E +edge,558,558;41.2731258;-110.8152418:559;41.2731017;-110.8149614,way_type=user_defined:way_id=80E +edge,559,559;41.2731017;-110.8149614:560;41.2730235;-110.8141341,way_type=user_defined:way_id=80E +edge,560,560;41.2730235;-110.8141341:561;41.2729183;-110.8129589,way_type=user_defined:way_id=80E +edge,561,561;41.2729183;-110.8129589:562;41.2727776;-110.8114181,way_type=user_defined:way_id=80E +edge,562,562;41.2727776;-110.8114181:563;41.2727531;-110.8110967,way_type=user_defined:way_id=80E +edge,563,563;41.2727531;-110.8110967:564;41.2727399;-110.8108497,way_type=user_defined:way_id=80E +edge,564,564;41.2727399;-110.8108497:565;41.2727289;-110.8105282,way_type=user_defined:way_id=80E +edge,565,565;41.2727289;-110.8105282:566;41.2727253;-110.8102623,way_type=user_defined:way_id=80E +edge,566,566;41.2727253;-110.8102623:567;41.2727271;-110.809987,way_type=user_defined:way_id=80E +edge,567,567;41.2727271;-110.809987:568;41.2727328;-110.8097296,way_type=user_defined:way_id=80E +edge,568,568;41.2727328;-110.8097296:569;41.2727435;-110.8094445,way_type=user_defined:way_id=80E +edge,569,569;41.2727435;-110.8094445:570;41.2727602;-110.8091592,way_type=user_defined:way_id=80E +edge,570,570;41.2727602;-110.8091592:571;41.2727799;-110.8089124,way_type=user_defined:way_id=80E +edge,571,571;41.2727799;-110.8089124:572;41.2728076;-110.8086278,way_type=user_defined:way_id=80E +edge,572,572;41.2728076;-110.8086278:573;41.272842;-110.8083351,way_type=user_defined:way_id=80E +edge,573,573;41.272842;-110.8083351:574;41.2728796;-110.808061,way_type=user_defined:way_id=80E +edge,574,574;41.2728796;-110.808061:575;41.2729192;-110.8078068,way_type=user_defined:way_id=80E +edge,575,575;41.2729192;-110.8078068:576;41.2729687;-110.8075257,way_type=user_defined:way_id=80E +edge,576,576;41.2729687;-110.8075257:577;41.2730224;-110.8072552,way_type=user_defined:way_id=80E +edge,577,577;41.2730224;-110.8072552:578;41.2730835;-110.8069767,way_type=user_defined:way_id=80E +edge,578,578;41.2730835;-110.8069767:579;41.2731407;-110.8067367,way_type=user_defined:way_id=80E +edge,579,579;41.2731407;-110.8067367:580;41.2732022;-110.8064969,way_type=user_defined:way_id=80E +edge,580,580;41.2732022;-110.8064969:581;41.2732844;-110.8061981,way_type=user_defined:way_id=80E +edge,581,581;41.2732844;-110.8061981:582;41.2733655;-110.8059285,way_type=user_defined:way_id=80E +edge,582,582;41.2733655;-110.8059285:583;41.2734523;-110.8056605,way_type=user_defined:way_id=80E +edge,583,583;41.2734523;-110.8056605:584;41.2735013;-110.805518,way_type=user_defined:way_id=80E +edge,584,584;41.2735013;-110.805518:585;41.2735401;-110.8054059,way_type=user_defined:way_id=80E +edge,585,585;41.2735401;-110.8054059:586;41.2736251;-110.8051745,way_type=user_defined:way_id=80E +edge,586,586;41.2736251;-110.8051745:587;41.2737264;-110.804915,way_type=user_defined:way_id=80E +edge,587,587;41.2737264;-110.804915:588;41.2738274;-110.804672,way_type=user_defined:way_id=80E +edge,588,588;41.2738274;-110.804672:589;41.273952;-110.804391,way_type=user_defined:way_id=80E +edge,589,589;41.273952;-110.804391:590;41.2740688;-110.804145,way_type=user_defined:way_id=80E +edge,590,590;41.2740688;-110.804145:591;41.2741843;-110.8039157,way_type=user_defined:way_id=80E +edge,591,591;41.2741843;-110.8039157:592;41.2742345;-110.8038219,way_type=user_defined:way_id=80E +edge,592,592;41.2742345;-110.8038219:593;41.2742345;-110.8038219,way_type=user_defined:way_id=80E +edge,593,593;41.2742345;-110.8038219:594;41.274314;-110.8036733,way_type=user_defined:way_id=80E +edge,594,594;41.274314;-110.8036733:595;41.2744404;-110.8034494,way_type=user_defined:way_id=80E +edge,595,595;41.2744404;-110.8034494:596;41.2745912;-110.8031946,way_type=user_defined:way_id=80E +edge,596,596;41.2745912;-110.8031946:597;41.27461368;-110.8031587,way_type=user_defined:way_id=80E +edge,597,597;41.27461368;-110.8031587:598;41.2747466;-110.8029464,way_type=user_defined:way_id=80E +edge,598,598;41.2747466;-110.8029464:599;41.2748945;-110.8027226,way_type=user_defined:way_id=80E +edge,599,599;41.2748945;-110.8027226:600;41.2750414;-110.8025115,way_type=user_defined:way_id=80E +edge,600,600;41.2750414;-110.8025115:601;41.2752181;-110.8022699,way_type=user_defined:way_id=80E +edge,601,601;41.2752181;-110.8022699:602;41.27605332;-110.8011714,way_type=user_defined:way_id=80E +edge,602,602;41.27605332;-110.8011714:603;41.27605332;-110.8011714,way_type=user_defined:way_id=80E +edge,603,603;41.27605332;-110.8011714:604;41.277163;-110.7997169,way_type=user_defined:way_id=80E +edge,604,604;41.277163;-110.7997169:605;41.2779798;-110.7986504,way_type=user_defined:way_id=80E +edge,605,605;41.2779798;-110.7986504:606;41.2784091;-110.7980923,way_type=user_defined:way_id=80E +edge,606,606;41.2784091;-110.7980923:607;41.2784091;-110.7980923,way_type=user_defined:way_id=80E +edge,607,607;41.2784091;-110.7980923:608;41.279106;-110.7971811,way_type=user_defined:way_id=80E +edge,608,608;41.279106;-110.7971811:609;41.27954453;-110.7966059,way_type=user_defined:way_id=80E +edge,609,609;41.27954453;-110.7966059:610;41.2810496;-110.7946319,way_type=user_defined:way_id=80E +edge,610,610;41.2810496;-110.7946319:611;41.2815384;-110.793996,way_type=user_defined:way_id=80E +edge,611,611;41.2815384;-110.793996:612;41.281746;-110.7937283,way_type=user_defined:way_id=80E +edge,612,612;41.281746;-110.7937283:613;41.2819085;-110.7935227,way_type=user_defined:way_id=80E +edge,613,613;41.2819085;-110.7935227:614;41.2824005;-110.7929099,way_type=user_defined:way_id=80E +edge,614,614;41.2824005;-110.7929099:615;41.28258;-110.7926841,way_type=user_defined:way_id=80E +edge,615,615;41.28258;-110.7926841:616;41.2827577;-110.7924573,way_type=user_defined:way_id=80E +edge,616,616;41.2827577;-110.7924573:617;41.2829132;-110.7922539,way_type=user_defined:way_id=80E +edge,617,617;41.2829132;-110.7922539:618;41.2832424;-110.7918177,way_type=user_defined:way_id=80E +edge,618,618;41.2832424;-110.7918177:619;41.2840752;-110.7907285,way_type=user_defined:way_id=80E +edge,619,619;41.2840752;-110.7907285:620;41.2845643;-110.7900838,way_type=user_defined:way_id=80E +edge,620,620;41.2845643;-110.7900838:621;41.2862131;-110.7879357,way_type=user_defined:way_id=80E +edge,621,621;41.2862131;-110.7879357:622;41.2873779;-110.7864125,way_type=user_defined:way_id=80E +edge,622,622;41.2873779;-110.7864125:623;41.2883903;-110.7850845,way_type=user_defined:way_id=80E +edge,623,623;41.2883903;-110.7850845:624;41.2891268;-110.7841242,way_type=user_defined:way_id=80E +edge,624,624;41.2891268;-110.7841242:625;41.2898862;-110.7831305,way_type=user_defined:way_id=80E +edge,625,625;41.2898862;-110.7831305:626;41.2910719;-110.781585,way_type=user_defined:way_id=80E +edge,626,626;41.2910719;-110.781585:627;41.2922168;-110.7800879,way_type=user_defined:way_id=80E +edge,627,627;41.2922168;-110.7800879:628;41.2926229;-110.7795512,way_type=user_defined:way_id=80E +edge,628,628;41.2926229;-110.7795512:629;41.2928736;-110.7792123,way_type=user_defined:way_id=80E +edge,629,629;41.2928736;-110.7792123:630;41.2930208;-110.7790062,way_type=user_defined:way_id=80E +edge,630,630;41.2930208;-110.7790062:631;41.2931843;-110.7787701,way_type=user_defined:way_id=80E +edge,631,631;41.2931843;-110.7787701:632;41.2933343;-110.7785462,way_type=user_defined:way_id=80E +edge,632,632;41.2933343;-110.7785462:633;41.2934402;-110.7783843,way_type=user_defined:way_id=80E +edge,633,633;41.2934402;-110.7783843:634;41.2936173;-110.7781074,way_type=user_defined:way_id=80E +edge,634,634;41.2936173;-110.7781074:635;41.2937554;-110.7778825,way_type=user_defined:way_id=80E +edge,635,635;41.2937554;-110.7778825:636;41.293904;-110.7776327,way_type=user_defined:way_id=80E +edge,636,636;41.293904;-110.7776327:637;41.294041;-110.7773955,way_type=user_defined:way_id=80E +edge,637,637;41.294041;-110.7773955:638;41.2941795;-110.7771487,way_type=user_defined:way_id=80E +edge,638,638;41.2941795;-110.7771487:639;41.29423453;-110.7770479,way_type=user_defined:way_id=80E +edge,639,639;41.29423453;-110.7770479:640;41.2943112;-110.7769075,way_type=user_defined:way_id=80E +edge,640,640;41.2943112;-110.7769075:641;41.2944331;-110.7766788,way_type=user_defined:way_id=80E +edge,641,641;41.2944331;-110.7766788:642;41.2945601;-110.7764322,way_type=user_defined:way_id=80E +edge,642,642;41.2945601;-110.7764322:643;41.2949302;-110.7756838,way_type=user_defined:way_id=80E +edge,643,643;41.2949302;-110.7756838:644;41.2953081;-110.7749293,way_type=user_defined:way_id=80E +edge,644,644;41.2953081;-110.7749293:645;41.2958688;-110.7738018,way_type=user_defined:way_id=80E +edge,645,645;41.2958688;-110.7738018:646;41.2968278;-110.7718812,way_type=user_defined:way_id=80E +edge,646,646;41.2968278;-110.7718812:647;41.2976778;-110.770163,way_type=user_defined:way_id=80E +edge,647,647;41.2976778;-110.770163:648;41.2982001;-110.769119,way_type=user_defined:way_id=80E +edge,648,648;41.2982001;-110.769119:649;41.2985469;-110.7684178,way_type=user_defined:way_id=80E +edge,649,649;41.2985469;-110.7684178:650;41.2990558;-110.7673958,way_type=user_defined:way_id=80E +edge,650,650;41.2990558;-110.7673958:651;41.2994175;-110.7666638,way_type=user_defined:way_id=80E +edge,651,651;41.2994175;-110.7666638:652;41.2999273;-110.7656443,way_type=user_defined:way_id=80E +edge,652,652;41.2999273;-110.7656443:653;41.3005308;-110.7644313,way_type=user_defined:way_id=80E +edge,653,653;41.3005308;-110.7644313:654;41.3007698;-110.7639471,way_type=user_defined:way_id=80E +edge,654,654;41.3007698;-110.7639471:655;41.3009162;-110.7636472,way_type=user_defined:way_id=80E +edge,655,655;41.3009162;-110.7636472:656;41.3011666;-110.7631268,way_type=user_defined:way_id=80E +edge,656,656;41.3011666;-110.7631268:657;41.3012822;-110.7628804,way_type=user_defined:way_id=80E +edge,657,657;41.3012822;-110.7628804:658;41.3013921;-110.76264,way_type=user_defined:way_id=80E +edge,658,658;41.3013921;-110.76264:659;41.3015278;-110.7623306,way_type=user_defined:way_id=80E +edge,659,659;41.3015278;-110.7623306:660;41.3016277;-110.7620943,way_type=user_defined:way_id=80E +edge,660,660;41.3016277;-110.7620943:661;41.3017289;-110.7618461,way_type=user_defined:way_id=80E +edge,661,661;41.3017289;-110.7618461:662;41.3018269;-110.7615954,way_type=user_defined:way_id=80E +edge,662,662;41.3018269;-110.7615954:663;41.301938;-110.7613005,way_type=user_defined:way_id=80E +edge,663,663;41.301938;-110.7613005:664;41.302031;-110.7610459,way_type=user_defined:way_id=80E +edge,664,664;41.302031;-110.7610459:665;41.3021239;-110.7607808,way_type=user_defined:way_id=80E +edge,665,665;41.3021239;-110.7607808:666;41.3022249;-110.7604787,way_type=user_defined:way_id=80E +edge,666,666;41.3022249;-110.7604787:667;41.3023109;-110.7602098,way_type=user_defined:way_id=80E +edge,667,667;41.3023109;-110.7602098:668;41.3024026;-110.759913,way_type=user_defined:way_id=80E +edge,668,668;41.3024026;-110.759913:669;41.3024738;-110.7596764,way_type=user_defined:way_id=80E +edge,669,669;41.3024738;-110.7596764:670;41.302564;-110.7593688,way_type=user_defined:way_id=80E +edge,670,670;41.302564;-110.7593688:671;41.3028865;-110.7582305,way_type=user_defined:way_id=80E +edge,671,671;41.3028865;-110.7582305:672;41.3032001;-110.7571399,way_type=user_defined:way_id=80E +edge,672,672;41.3032001;-110.7571399:673;41.30328681;-110.7568353,way_type=user_defined:way_id=80E +edge,673,673;41.30328681;-110.7568353:674;41.3035277;-110.7559892,way_type=user_defined:way_id=80E +edge,674,674;41.3035277;-110.7559892:675;41.3037693;-110.755148,way_type=user_defined:way_id=80E +edge,675,675;41.3037693;-110.755148:676;41.3045538;-110.752377,way_type=user_defined:way_id=80E +edge,676,676;41.3045538;-110.752377:677;41.3051429;-110.7503161,way_type=user_defined:way_id=80E +edge,677,677;41.3051429;-110.7503161:678;41.3058534;-110.7478114,way_type=user_defined:way_id=80E +edge,678,678;41.3058534;-110.7478114:679;41.3061716;-110.746698,way_type=user_defined:way_id=80E +edge,679,679;41.3061716;-110.746698:680;41.306575;-110.7452791,way_type=user_defined:way_id=80E +edge,680,680;41.306575;-110.7452791:681;41.3069601;-110.7439176,way_type=user_defined:way_id=80E +edge,681,681;41.3069601;-110.7439176:682;41.3072909;-110.7427674,way_type=user_defined:way_id=80E +edge,682,682;41.3072909;-110.7427674:683;41.307549;-110.7418507,way_type=user_defined:way_id=80E +edge,683,683;41.307549;-110.7418507:684;41.3077701;-110.7410792,way_type=user_defined:way_id=80E +edge,684,684;41.3077701;-110.7410792:685;41.3080196;-110.7401957,way_type=user_defined:way_id=80E +edge,685,685;41.3080196;-110.7401957:686;41.3083291;-110.739113,way_type=user_defined:way_id=80E +edge,686,686;41.3083291;-110.739113:687;41.3084111;-110.7388139,way_type=user_defined:way_id=80E +edge,687,687;41.3084111;-110.7388139:688;41.3084817;-110.7385392,way_type=user_defined:way_id=80E +edge,688,688;41.3084817;-110.7385392:689;41.308547;-110.7382617,way_type=user_defined:way_id=80E +edge,689,689;41.308547;-110.7382617:690;41.308607;-110.7379828,way_type=user_defined:way_id=80E +edge,690,690;41.308607;-110.7379828:691;41.3086673;-110.7376741,way_type=user_defined:way_id=80E +edge,691,691;41.3086673;-110.7376741:692;41.3087152;-110.7373912,way_type=user_defined:way_id=80E +edge,692,692;41.3087152;-110.7373912:693;41.30876;-110.7370696,way_type=user_defined:way_id=80E +edge,693,693;41.30876;-110.7370696:694;41.3087912;-110.7367827,way_type=user_defined:way_id=80E +edge,694,694;41.3087912;-110.7367827:695;41.3088157;-110.7364952,way_type=user_defined:way_id=80E +edge,695,695;41.3088157;-110.7364952:696;41.3088353;-110.7361785,way_type=user_defined:way_id=80E +edge,696,696;41.3088353;-110.7361785:697;41.3088464;-110.7358898,way_type=user_defined:way_id=80E +edge,697,697;41.3088464;-110.7358898:698;41.30885;-110.7356262,way_type=user_defined:way_id=80E +edge,698,698;41.30885;-110.7356262:699;41.30885;-110.7356262,way_type=user_defined:way_id=80E +edge,699,699;41.30885;-110.7356262:700;41.3088468;-110.7353013,way_type=user_defined:way_id=80E +edge,700,700;41.3088468;-110.7353013:701;41.3088372;-110.7350217,way_type=user_defined:way_id=80E +edge,701,701;41.3088372;-110.7350217:702;41.3088183;-110.7346949,way_type=user_defined:way_id=80E +edge,702,702;41.3088183;-110.7346949:703;41.30881099;-110.734608,way_type=user_defined:way_id=80E +edge,703,703;41.30881099;-110.734608:704;41.3087941;-110.7344075,way_type=user_defined:way_id=80E +edge,704,704;41.3087941;-110.7344075:705;41.3087594;-110.7341018,way_type=user_defined:way_id=80E +edge,705,705;41.3087594;-110.7341018:706;41.3087183;-110.7338081,way_type=user_defined:way_id=80E +edge,706,706;41.3087183;-110.7338081:707;41.3086701;-110.7335132,way_type=user_defined:way_id=80E +edge,707,707;41.3086701;-110.7335132:708;41.3086115;-110.733205,way_type=user_defined:way_id=80E +edge,708,708;41.3086115;-110.733205:709;41.3085533;-110.732934,way_type=user_defined:way_id=80E +edge,709,709;41.3085533;-110.732934:710;41.3084843;-110.732649,way_type=user_defined:way_id=80E +edge,710,710;41.3084843;-110.732649:711;41.3084303;-110.7324461,way_type=user_defined:way_id=80E +edge,711,711;41.3084303;-110.7324461:712;41.3084039;-110.7323494,way_type=user_defined:way_id=80E +edge,712,712;41.3084039;-110.7323494:713;41.308336;-110.7321137,way_type=user_defined:way_id=80E +edge,713,713;41.308336;-110.7321137:714;41.3082559;-110.7318454,way_type=user_defined:way_id=80E +edge,714,714;41.3082559;-110.7318454:715;41.3081657;-110.73155,way_type=user_defined:way_id=80E +edge,715,715;41.3081657;-110.73155:716;41.30803958;-110.7311482,way_type=user_defined:way_id=80E +edge,716,716;41.30803958;-110.7311482:717;41.30803958;-110.7311482,way_type=user_defined:way_id=80E +edge,717,717;41.30803958;-110.7311482:718;41.3077383;-110.7301683,way_type=user_defined:way_id=80E +edge,718,718;41.3077383;-110.7301683:719;41.30727436;-110.7286806,way_type=user_defined:way_id=80E +edge,719,719;41.30727436;-110.7286806:720;41.3068536;-110.7273313,way_type=user_defined:way_id=80E +edge,720,720;41.3068536;-110.7273313:721;41.3068536;-110.7273313,way_type=user_defined:way_id=80E +edge,721,721;41.3068536;-110.7273313:722;41.30631533;-110.7256062,way_type=user_defined:way_id=80E +edge,722,722;41.30631533;-110.7256062:723;41.3054892;-110.7229586,way_type=user_defined:way_id=80E +edge,723,723;41.3054892;-110.7229586:724;41.305157;-110.7218893,way_type=user_defined:way_id=80E +edge,724,724;41.305157;-110.7218893:725;41.3048965;-110.7210576,way_type=user_defined:way_id=80E +edge,725,725;41.3048965;-110.7210576:726;41.3044614;-110.7196557,way_type=user_defined:way_id=80E +edge,726,726;41.3044614;-110.7196557:727;41.3037056;-110.7172386,way_type=user_defined:way_id=80E +edge,727,727;41.3037056;-110.7172386:728;41.3030551;-110.715145,way_type=user_defined:way_id=80E +edge,728,728;41.3030551;-110.715145:729;41.3029394;-110.7147789,way_type=user_defined:way_id=80E +edge,729,729;41.3029394;-110.7147789:730;41.3028533;-110.7145152,way_type=user_defined:way_id=80E +edge,730,730;41.3028533;-110.7145152:731;41.3026562;-110.7139292,way_type=user_defined:way_id=80E +edge,731,731;41.3026562;-110.7139292:732;41.30248;-110.7133964,way_type=user_defined:way_id=80E +edge,732,732;41.30248;-110.7133964:733;41.3022767;-110.7127578,way_type=user_defined:way_id=80E +edge,733,733;41.3022767;-110.7127578:734;41.3018591;-110.7114195,way_type=user_defined:way_id=80E +edge,734,734;41.3018591;-110.7114195:735;41.3016208;-110.7106496,way_type=user_defined:way_id=80E +edge,735,735;41.3016208;-110.7106496:736;41.301144;-110.7091187,way_type=user_defined:way_id=80E +edge,736,736;41.301144;-110.7091187:737;41.3006088;-110.7074115,way_type=user_defined:way_id=80E +edge,737,737;41.3006088;-110.7074115:738;41.3002687;-110.7063179,way_type=user_defined:way_id=80E +edge,738,738;41.3002687;-110.7063179:739;41.2999505;-110.7052883,way_type=user_defined:way_id=80E +edge,739,739;41.2999505;-110.7052883:740;41.2994915;-110.7038258,way_type=user_defined:way_id=80E +edge,740,740;41.2994915;-110.7038258:741;41.2987865;-110.7015599,way_type=user_defined:way_id=80E +edge,741,741;41.2987865;-110.7015599:742;41.2985996;-110.7009713,way_type=user_defined:way_id=80E +edge,742,742;41.2985996;-110.7009713:743;41.2985434;-110.7007983,way_type=user_defined:way_id=80E +edge,743,743;41.2985434;-110.7007983:744;41.2984579;-110.7005432,way_type=user_defined:way_id=80E +edge,744,744;41.2984579;-110.7005432:745;41.2983676;-110.7002895,way_type=user_defined:way_id=80E +edge,745,745;41.2983676;-110.7002895:746;41.2982933;-110.7000946,way_type=user_defined:way_id=80E +edge,746,746;41.2982933;-110.7000946:747;41.2982583;-110.7000044,way_type=user_defined:way_id=80E +edge,747,747;41.2982583;-110.7000044:748;41.2981636;-110.6997728,way_type=user_defined:way_id=80E +edge,748,748;41.2981636;-110.6997728:749;41.2980434;-110.6994979,way_type=user_defined:way_id=80E +edge,749,749;41.2980434;-110.6994979:750;41.2979324;-110.6992584,way_type=user_defined:way_id=80E +edge,750,750;41.2979324;-110.6992584:751;41.2978097;-110.6990069,way_type=user_defined:way_id=80E +edge,751,751;41.2978097;-110.6990069:752;41.2976755;-110.6987467,way_type=user_defined:way_id=80E +edge,752,752;41.2976755;-110.6987467:753;41.2975461;-110.698504,way_type=user_defined:way_id=80E +edge,753,753;41.2975461;-110.698504:754;41.2970267;-110.6975412,way_type=user_defined:way_id=80E +edge,754,754;41.2970267;-110.6975412:755;41.2968985;-110.6972998,way_type=user_defined:way_id=80E +edge,755,755;41.2968985;-110.6972998:756;41.296776;-110.6970642,way_type=user_defined:way_id=80E +edge,756,756;41.296776;-110.6970642:757;41.2966623;-110.6968357,way_type=user_defined:way_id=80E +edge,757,757;41.2966623;-110.6968357:758;41.2965277;-110.6965561,way_type=user_defined:way_id=80E +edge,758,758;41.2965277;-110.6965561:759;41.2964063;-110.6963105,way_type=user_defined:way_id=80E +edge,759,759;41.2964063;-110.6963105:760;41.2962813;-110.6960697,way_type=user_defined:way_id=80E +edge,760,760;41.2962813;-110.6960697:761;41.2960357;-110.6956083,way_type=user_defined:way_id=80E +edge,761,761;41.2960357;-110.6956083:762;41.2959291;-110.6954053,way_type=user_defined:way_id=80E +edge,762,762;41.2959291;-110.6954053:763;41.2958048;-110.6951629,way_type=user_defined:way_id=80E +edge,763,763;41.2958048;-110.6951629:764;41.295689;-110.6949263,way_type=user_defined:way_id=80E +edge,764,764;41.295689;-110.6949263:765;41.2955617;-110.6946462,way_type=user_defined:way_id=80E +edge,765,765;41.2955617;-110.6946462:766;41.2954692;-110.6944272,way_type=user_defined:way_id=80E +edge,766,766;41.2954692;-110.6944272:767;41.2953788;-110.6941977,way_type=user_defined:way_id=80E +edge,767,767;41.2953788;-110.6941977:768;41.2952869;-110.6939482,way_type=user_defined:way_id=80E +edge,768,768;41.2952869;-110.6939482:769;41.2951968;-110.6936786,way_type=user_defined:way_id=80E +edge,769,769;41.2951968;-110.6936786:770;41.2951139;-110.693405,way_type=user_defined:way_id=80E +edge,770,770;41.2951139;-110.693405:771;41.2950485;-110.693174,way_type=user_defined:way_id=80E +edge,771,771;41.2950485;-110.693174:772;41.2949854;-110.6929411,way_type=user_defined:way_id=80E +edge,772,772;41.2949854;-110.6929411:773;41.294907;-110.6926382,way_type=user_defined:way_id=80E +edge,773,773;41.294907;-110.6926382:774;41.2948496;-110.6923866,way_type=user_defined:way_id=80E +edge,774,774;41.2948496;-110.6923866:775;41.2948108;-110.6921842,way_type=user_defined:way_id=80E +edge,775,775;41.2948108;-110.6921842:776;41.2947976;-110.6921132,way_type=user_defined:way_id=80E +edge,776,776;41.2947976;-110.6921132:777;41.2947603;-110.6918717,way_type=user_defined:way_id=80E +edge,777,777;41.2947603;-110.6918717:778;41.2947243;-110.6915879,way_type=user_defined:way_id=80E +edge,778,778;41.2947243;-110.6915879:779;41.2946961;-110.6913088,way_type=user_defined:way_id=80E +edge,779,779;41.2946961;-110.6913088:780;41.2946748;-110.6910157,way_type=user_defined:way_id=80E +edge,780,780;41.2946748;-110.6910157:781;41.2946625;-110.6907276,way_type=user_defined:way_id=80E +edge,781,781;41.2946625;-110.6907276:782;41.2946578;-110.6904452,way_type=user_defined:way_id=80E +edge,782,782;41.2946578;-110.6904452:783;41.2946611;-110.6901223,way_type=user_defined:way_id=80E +edge,783,783;41.2946611;-110.6901223:784;41.2946714;-110.6898335,way_type=user_defined:way_id=80E +edge,784,784;41.2946714;-110.6898335:785;41.2946918;-110.6895142,way_type=user_defined:way_id=80E +edge,785,785;41.2946918;-110.6895142:786;41.294717;-110.6892319,way_type=user_defined:way_id=80E +edge,786,786;41.294717;-110.6892319:787;41.2947502;-110.6889412,way_type=user_defined:way_id=80E +edge,787,787;41.2947502;-110.6889412:788;41.2947956;-110.6886251,way_type=user_defined:way_id=80E +edge,788,788;41.2947956;-110.6886251:789;41.2948429;-110.688347,way_type=user_defined:way_id=80E +edge,789,789;41.2948429;-110.688347:790;41.2949053;-110.6880349,way_type=user_defined:way_id=80E +edge,790,790;41.2949053;-110.6880349:791;41.2949706;-110.6877531,way_type=user_defined:way_id=80E +edge,791,791;41.2949706;-110.6877531:792;41.2950511;-110.6874481,way_type=user_defined:way_id=80E +edge,792,792;41.2950511;-110.6874481:793;41.2951291;-110.68718,way_type=user_defined:way_id=80E +edge,793,793;41.2951291;-110.68718:794;41.2951711;-110.6870479,way_type=user_defined:way_id=80E +edge,794,794;41.2951711;-110.6870479:795;41.295216;-110.6869071,way_type=user_defined:way_id=80E +edge,795,795;41.295216;-110.6869071:796;41.2953045;-110.6866551,way_type=user_defined:way_id=80E +edge,796,796;41.2953045;-110.6866551:797;41.2954148;-110.6863658,way_type=user_defined:way_id=80E +edge,797,797;41.2954148;-110.6863658:798;41.2955341;-110.6860817,way_type=user_defined:way_id=80E +edge,798,798;41.2955341;-110.6860817:799;41.2956461;-110.6858364,way_type=user_defined:way_id=80E +edge,799,799;41.2956461;-110.6858364:800;41.295769;-110.6855862,way_type=user_defined:way_id=80E +edge,800,800;41.295769;-110.6855862:801;41.295907;-110.6853195,way_type=user_defined:way_id=80E +edge,801,801;41.295907;-110.6853195:802;41.2960492;-110.6850539,way_type=user_defined:way_id=80E +edge,802,802;41.2960492;-110.6850539:803;41.2961933;-110.6847914,way_type=user_defined:way_id=80E +edge,803,803;41.2961933;-110.6847914:804;41.2970013;-110.6833332,way_type=user_defined:way_id=80E +edge,804,804;41.2970013;-110.6833332:805;41.2974195;-110.6825712,way_type=user_defined:way_id=80E +edge,805,805;41.2974195;-110.6825712:806;41.2976747;-110.6821007,way_type=user_defined:way_id=80E +edge,806,806;41.2976747;-110.6821007:807;41.2978112;-110.6818381,way_type=user_defined:way_id=80E +edge,807,807;41.2978112;-110.6818381:808;41.2978578;-110.6817439,way_type=user_defined:way_id=80E +edge,808,808;41.2978578;-110.6817439:809;41.2979469;-110.6815625,way_type=user_defined:way_id=80E +edge,809,809;41.2979469;-110.6815625:810;41.2980465;-110.6813482,way_type=user_defined:way_id=80E +edge,810,810;41.2980465;-110.6813482:811;41.2981817;-110.681038,way_type=user_defined:way_id=80E +edge,811,811;41.2981817;-110.681038:812;41.298286;-110.6807813,way_type=user_defined:way_id=80E +edge,812,812;41.298286;-110.6807813:813;41.298398;-110.6804872,way_type=user_defined:way_id=80E +edge,813,813;41.298398;-110.6804872:814;41.2984881;-110.680231,way_type=user_defined:way_id=80E +edge,814,814;41.2984881;-110.680231:815;41.2985835;-110.6799366,way_type=user_defined:way_id=80E +edge,815,815;41.2985835;-110.6799366:816;41.298666;-110.6796561,way_type=user_defined:way_id=80E +edge,816,816;41.298666;-110.6796561:817;41.2987557;-110.6793171,way_type=user_defined:way_id=80E +edge,817,817;41.2987557;-110.6793171:818;41.2988227;-110.6790377,way_type=user_defined:way_id=80E +edge,818,818;41.2988227;-110.6790377:819;41.2988896;-110.6787286,way_type=user_defined:way_id=80E +edge,819,819;41.2988896;-110.6787286:820;41.2989433;-110.6784524,way_type=user_defined:way_id=80E +edge,820,820;41.2989433;-110.6784524:821;41.2989967;-110.6781378,way_type=user_defined:way_id=80E +edge,821,821;41.2989967;-110.6781378:822;41.2990422;-110.67782,way_type=user_defined:way_id=80E +edge,822,822;41.2990422;-110.67782:823;41.2990773;-110.6775285,way_type=user_defined:way_id=80E +edge,823,823;41.2990773;-110.6775285:824;41.2991089;-110.6772068,way_type=user_defined:way_id=80E +edge,824,824;41.2991089;-110.6772068:825;41.2991333;-110.6768826,way_type=user_defined:way_id=80E +edge,825,825;41.2991333;-110.6768826:826;41.2991503;-110.6765592,way_type=user_defined:way_id=80E +edge,826,826;41.2991503;-110.6765592:827;41.2991593;-110.6762722,way_type=user_defined:way_id=80E +edge,827,827;41.2991593;-110.6762722:828;41.2991633;-110.6759558,way_type=user_defined:way_id=80E +edge,828,828;41.2991633;-110.6759558:829;41.2991623;-110.6756096,way_type=user_defined:way_id=80E +edge,829,829;41.2991623;-110.6756096:830;41.2991585;-110.6752959,way_type=user_defined:way_id=80E +edge,830,830;41.2991585;-110.6752959:831;41.2991478;-110.6746858,way_type=user_defined:way_id=80E +edge,831,831;41.2991478;-110.6746858:832;41.2991339;-110.6737729,way_type=user_defined:way_id=80E +edge,832,832;41.2991339;-110.6737729:833;41.2991339;-110.6737729,way_type=user_defined:way_id=80E +edge,833,833;41.2991339;-110.6737729:834;41.2991103;-110.672435,way_type=user_defined:way_id=80E +edge,834,834;41.2991103;-110.672435:835;41.2991059;-110.6721858,way_type=user_defined:way_id=80E +edge,835,835;41.2991059;-110.6721858:836;41.29907587;-110.6700705,way_type=user_defined:way_id=80E +edge,836,836;41.29907587;-110.6700705:837;41.29907587;-110.6700705,way_type=user_defined:way_id=80E +edge,837,837;41.29907587;-110.6700705:838;41.2990617;-110.6690934,way_type=user_defined:way_id=80E +edge,838,838;41.2990617;-110.6690934:839;41.29903645;-110.6676885,way_type=user_defined:way_id=80E +edge,839,839;41.29903645;-110.6676885:840;41.2990221;-110.6668897,way_type=user_defined:way_id=80E +edge,840,840;41.2990221;-110.6668897:841;41.2990173;-110.6665693,way_type=user_defined:way_id=80E +edge,841,841;41.2990173;-110.6665693:842;41.2990173;-110.6665693,way_type=user_defined:way_id=80E +edge,842,842;41.2990173;-110.6665693:843;41.29900919;-110.6660401,way_type=user_defined:way_id=80E +edge,843,843;41.29900919;-110.6660401:844;41.298979;-110.6640702,way_type=user_defined:way_id=80E +edge,844,844;41.298979;-110.6640702:845;41.298963;-110.6631357,way_type=user_defined:way_id=80E +edge,845,845;41.298963;-110.6631357:846;41.2989336;-110.6610356,way_type=user_defined:way_id=80E +edge,846,846;41.2989336;-110.6610356:847;41.2988968;-110.658684,way_type=user_defined:way_id=80E +edge,847,847;41.2988968;-110.658684:848;41.2988699;-110.6570981,way_type=user_defined:way_id=80E +edge,848,848;41.2988699;-110.6570981:849;41.2988569;-110.6561861,way_type=user_defined:way_id=80E +edge,849,849;41.2988569;-110.6561861:850;41.2988376;-110.655018,way_type=user_defined:way_id=80E +edge,850,850;41.2988376;-110.655018:851;41.2988038;-110.6527998,way_type=user_defined:way_id=80E +edge,851,851;41.2988038;-110.6527998:852;41.2987825;-110.6515653,way_type=user_defined:way_id=80E +edge,852,852;41.2987825;-110.6515653:853;41.2987428;-110.6490289,way_type=user_defined:way_id=80E +edge,853,853;41.2987428;-110.6490289:854;41.29871596;-110.6474852,way_type=user_defined:way_id=80E +edge,854,854;41.29871596;-110.6474852:855;41.2987139;-110.6473664,way_type=user_defined:way_id=80E +edge,855,855;41.2987139;-110.6473664:856;41.2987139;-110.6473664,way_type=user_defined:way_id=80E +edge,856,856;41.2987139;-110.6473664:857;41.29870226;-110.6465677,way_type=user_defined:way_id=80E +edge,857,857;41.29870226;-110.6465677:858;41.2986896;-110.6456985,way_type=user_defined:way_id=80E +edge,858,858;41.2986896;-110.6456985:859;41.29866065;-110.6439314,way_type=user_defined:way_id=80E +edge,859,859;41.29866065;-110.6439314:860;41.29866065;-110.6439314,way_type=user_defined:way_id=80E +edge,860,860;41.29866065;-110.6439314:861;41.2986429;-110.6428797,way_type=user_defined:way_id=80E +edge,861,861;41.2986429;-110.6428797:862;41.2986299;-110.6419809,way_type=user_defined:way_id=80E +edge,862,862;41.2986299;-110.6419809:863;41.2986212;-110.6414596,way_type=user_defined:way_id=80E +edge,863,863;41.2986212;-110.6414596:864;41.2986004;-110.6402125,way_type=user_defined:way_id=80E +edge,864,864;41.2986004;-110.6402125:865;41.2986004;-110.6402125,way_type=user_defined:way_id=80E +edge,865,865;41.2986004;-110.6402125:866;41.2985566;-110.6374638,way_type=user_defined:way_id=80E +edge,866,866;41.2985566;-110.6374638:867;41.2985407;-110.63653,way_type=user_defined:way_id=80E +edge,867,867;41.2985407;-110.63653:868;41.2985235;-110.635619,way_type=user_defined:way_id=80E +edge,868,868;41.2985235;-110.635619:869;41.29851317;-110.6349045,way_type=user_defined:way_id=80E +edge,869,869;41.29851317;-110.6349045:870;41.29850603;-110.6344109,way_type=user_defined:way_id=80E +edge,870,870;41.29850603;-110.6344109:871;41.2984909;-110.6333652,way_type=user_defined:way_id=80E +edge,871,871;41.2984909;-110.6333652:872;41.29847827;-110.6325877,way_type=user_defined:way_id=80E +edge,872,872;41.29847827;-110.6325877:873;41.2984644;-110.6317339,way_type=user_defined:way_id=80E +edge,873,873;41.2984644;-110.6317339:874;41.29844939;-110.6308384,way_type=user_defined:way_id=80E +edge,874,874;41.29844939;-110.6308384:875;41.29841331;-110.6286866,way_type=user_defined:way_id=80E +edge,875,875;41.29841331;-110.6286866:876;41.29841331;-110.6286866,way_type=user_defined:way_id=80E +edge,876,876;41.29841331;-110.6286866:877;41.29838035;-110.6266081,way_type=user_defined:way_id=80E +edge,877,877;41.29838035;-110.6266081:878;41.2983579;-110.6251928,way_type=user_defined:way_id=80E +edge,878,878;41.2983579;-110.6251928:879;41.2983579;-110.6251928,way_type=user_defined:way_id=80E +edge,879,879;41.2983579;-110.6251928:880;41.2983471;-110.624446,way_type=user_defined:way_id=80E +edge,880,880;41.2983471;-110.624446:881;41.298305;-110.6219223,way_type=user_defined:way_id=80E +edge,881,881;41.298305;-110.6219223:882;41.29830276;-110.6217776,way_type=user_defined:way_id=80E +edge,882,882;41.29830276;-110.6217776:883;41.2982759;-110.6200436,way_type=user_defined:way_id=80E +edge,883,883;41.2982759;-110.6200436:884;41.2982194;-110.6166988,way_type=user_defined:way_id=80E +edge,884,884;41.2982194;-110.6166988:885;41.2981874;-110.6145619,way_type=user_defined:way_id=80E +edge,885,885;41.2981874;-110.6145619:886;41.298142;-110.6119266,way_type=user_defined:way_id=80E +edge,886,886;41.298142;-110.6119266:887;41.2981062;-110.6096376,way_type=user_defined:way_id=80E +edge,887,887;41.2981062;-110.6096376:888;41.2980906;-110.6087661,way_type=user_defined:way_id=80E +edge,888,888;41.2980906;-110.6087661:889;41.2980491;-110.6060149,way_type=user_defined:way_id=80E +edge,889,889;41.2980491;-110.6060149:890;41.2980191;-110.6042509,way_type=user_defined:way_id=80E +edge,890,890;41.2980191;-110.6042509:891;41.298005;-110.6035645,way_type=user_defined:way_id=80E +edge,891,891;41.298005;-110.6035645:892;41.2979954;-110.6032776,way_type=user_defined:way_id=80E +edge,892,892;41.2979954;-110.6032776:893;41.2979678;-110.6026659,way_type=user_defined:way_id=80E +edge,893,893;41.2979678;-110.6026659:894;41.2979595;-110.6024459,way_type=user_defined:way_id=80E +edge,894,894;41.2979595;-110.6024459:895;41.2979489;-110.6020534,way_type=user_defined:way_id=80E +edge,895,895;41.2979489;-110.6020534:896;41.2979404;-110.6014415,way_type=user_defined:way_id=80E +edge,896,896;41.2979404;-110.6014415:897;41.2979099;-110.5996357,way_type=user_defined:way_id=80E +edge,897,897;41.2979099;-110.5996357:898;41.2978924;-110.5985159,way_type=user_defined:way_id=80E +edge,898,898;41.2978924;-110.5985159:899;41.2978705;-110.597366,way_type=user_defined:way_id=80E +edge,899,899;41.2978705;-110.597366:900;41.2978533;-110.5962803,way_type=user_defined:way_id=80E +edge,900,900;41.2978533;-110.5962803:901;41.2978033;-110.5933996,way_type=user_defined:way_id=80E +edge,901,901;41.2978033;-110.5933996:902;41.2977788;-110.5917329,way_type=user_defined:way_id=80E +edge,902,902;41.2977788;-110.5917329:903;41.2977202;-110.5883781,way_type=user_defined:way_id=80E +edge,903,903;41.2977202;-110.5883781:904;41.2976931;-110.5866793,way_type=user_defined:way_id=80E +edge,904,904;41.2976931;-110.5866793:905;41.2976729;-110.58562,way_type=user_defined:way_id=80E +edge,905,905;41.2976729;-110.58562:906;41.2975047;-110.5755014,way_type=user_defined:way_id=80E +edge,906,906;41.2975047;-110.5755014:907;41.297442;-110.5717962,way_type=user_defined:way_id=80E +edge,907,907;41.297442;-110.5717962:908;41.2974167;-110.5703875,way_type=user_defined:way_id=80E +edge,908,908;41.2974167;-110.5703875:909;41.2973731;-110.5676936,way_type=user_defined:way_id=80E +edge,909,909;41.2973731;-110.5676936:910;41.2973187;-110.5645481,way_type=user_defined:way_id=80E +edge,910,910;41.2973187;-110.5645481:911;41.2972994;-110.5632887,way_type=user_defined:way_id=80E +edge,911,911;41.2972994;-110.5632887:912;41.2972566;-110.5608414,way_type=user_defined:way_id=80E +edge,912,912;41.2972566;-110.5608414:913;41.2972392;-110.559732,way_type=user_defined:way_id=80E +edge,913,913;41.2972392;-110.559732:914;41.2972355;-110.5593335,way_type=user_defined:way_id=80E +edge,914,914;41.2972355;-110.5593335:915;41.2972358;-110.5590458,way_type=user_defined:way_id=80E +edge,915,915;41.2972358;-110.5590458:916;41.2972392;-110.558749,way_type=user_defined:way_id=80E +edge,916,916;41.2972392;-110.558749:917;41.2972465;-110.5584326,way_type=user_defined:way_id=80E +edge,917,917;41.2972465;-110.5584326:918;41.2972559;-110.5581532,way_type=user_defined:way_id=80E +edge,918,918;41.2972559;-110.5581532:919;41.2972687;-110.5578564,way_type=user_defined:way_id=80E +edge,919,919;41.2972687;-110.5578564:920;41.297286;-110.5575392,way_type=user_defined:way_id=80E +edge,920,920;41.297286;-110.5575392:921;41.2973107;-110.5571852,way_type=user_defined:way_id=80E +edge,921,921;41.2973107;-110.5571852:922;41.2973316;-110.5569269,way_type=user_defined:way_id=80E +edge,922,922;41.2973316;-110.5569269:923;41.2973611;-110.556602,way_type=user_defined:way_id=80E +edge,923,923;41.2973611;-110.556602:924;41.297398;-110.5562488,way_type=user_defined:way_id=80E +edge,924,924;41.297398;-110.5562488:925;41.297398;-110.5562488,way_type=user_defined:way_id=80E +edge,925,925;41.297398;-110.5562488:926;41.2974536;-110.5557882,way_type=user_defined:way_id=80E +edge,926,926;41.2974536;-110.5557882:927;41.297507;-110.5553922,way_type=user_defined:way_id=80E +edge,927,927;41.297507;-110.5553922:928;41.2975542;-110.555071,way_type=user_defined:way_id=80E +edge,928,928;41.2975542;-110.555071:929;41.297599;-110.5547873,way_type=user_defined:way_id=80E +edge,929,929;41.297599;-110.5547873:930;41.2976523;-110.5544769,way_type=user_defined:way_id=80E +edge,930,930;41.2976523;-110.5544769:931;41.2977098;-110.5541672,way_type=user_defined:way_id=80E +edge,931,931;41.2977098;-110.5541672:932;41.2977652;-110.5538854,way_type=user_defined:way_id=80E +edge,932,932;41.2977652;-110.5538854:933;41.2978303;-110.553568,way_type=user_defined:way_id=80E +edge,933,933;41.2978303;-110.553568:934;41.2978906;-110.5532878,way_type=user_defined:way_id=80E +edge,934,934;41.2978906;-110.5532878:935;41.2979603;-110.5529817,way_type=user_defined:way_id=80E +edge,935,935;41.2979603;-110.5529817:936;41.298034;-110.5526771,way_type=user_defined:way_id=80E +edge,936,936;41.298034;-110.5526771:937;41.2981139;-110.5523647,way_type=user_defined:way_id=80E +edge,937,937;41.2981139;-110.5523647:938;41.2982169;-110.5519856,way_type=user_defined:way_id=80E +edge,938,938;41.2982169;-110.5519856:939;41.2982639;-110.5518184,way_type=user_defined:way_id=80E +edge,939,939;41.2982639;-110.5518184:940;41.2983511;-110.5515208,way_type=user_defined:way_id=80E +edge,940,940;41.2983511;-110.5515208:941;41.2984336;-110.5512518,way_type=user_defined:way_id=80E +edge,941,941;41.2984336;-110.5512518:942;41.2985413;-110.550914,way_type=user_defined:way_id=80E +edge,942,942;41.2985413;-110.550914:943;41.2987887;-110.5501643,way_type=user_defined:way_id=80E +edge,943,943;41.2987887;-110.5501643:944;41.2990024;-110.5495302,way_type=user_defined:way_id=80E +edge,944,944;41.2990024;-110.5495302:945;41.29927177;-110.5487431,way_type=user_defined:way_id=80E +edge,945,945;41.29927177;-110.5487431:946;41.29927177;-110.5487431,way_type=user_defined:way_id=80E +edge,946,946;41.29927177;-110.5487431:947;41.2997087;-110.5474654,way_type=user_defined:way_id=80E +edge,947,947;41.2997087;-110.5474654:948;41.3000581;-110.5464228,way_type=user_defined:way_id=80E +edge,948,948;41.3000581;-110.5464228:949;41.3003273;-110.5455995,way_type=user_defined:way_id=80E +edge,949,949;41.3003273;-110.5455995:950;41.30073597;-110.5443697,way_type=user_defined:way_id=80E +edge,950,950;41.30073597;-110.5443697:951;41.3007787;-110.5442411,way_type=user_defined:way_id=80E +edge,951,951;41.3007787;-110.5442411:952;41.3009963;-110.5435793,way_type=user_defined:way_id=80E +edge,952,952;41.3009963;-110.5435793:953;41.30110233;-110.5432599,way_type=user_defined:way_id=80E +edge,953,953;41.30110233;-110.5432599:954;41.30110233;-110.5432599,way_type=user_defined:way_id=80E +edge,954,954;41.30110233;-110.5432599:955;41.3012722;-110.5427481,way_type=user_defined:way_id=80E +edge,955,955;41.3012722;-110.5427481:956;41.30165785;-110.5415764,way_type=user_defined:way_id=80E +edge,956,956;41.30165785;-110.5415764:957;41.30198468;-110.5405836,way_type=user_defined:way_id=80E +edge,957,957;41.30198468;-110.5405836:958;41.3020144;-110.5404933,way_type=user_defined:way_id=80E +edge,958,958;41.3020144;-110.5404933:959;41.30219808;-110.5399451,way_type=user_defined:way_id=80E +edge,959,959;41.30219808;-110.5399451:960;41.3023669;-110.5394378,way_type=user_defined:way_id=80E +edge,960,960;41.3023669;-110.5394378:961;41.3025833;-110.5387779,way_type=user_defined:way_id=80E +edge,961,961;41.3025833;-110.5387779:962;41.30289193;-110.5378443,way_type=user_defined:way_id=80E +edge,962,962;41.30289193;-110.5378443:963;41.30289193;-110.5378443,way_type=user_defined:way_id=80E +edge,963,963;41.30289193;-110.5378443:964;41.30345749;-110.5361265,way_type=user_defined:way_id=80E +edge,964,964;41.30345749;-110.5361265:965;41.3036953;-110.5354042,way_type=user_defined:way_id=80E +edge,965,965;41.3036953;-110.5354042:966;41.3043974;-110.5332845,way_type=user_defined:way_id=80E +edge,966,966;41.3043974;-110.5332845:967;41.3043974;-110.5332845,way_type=user_defined:way_id=80E +edge,967,967;41.3043974;-110.5332845:968;41.3046118;-110.5326368,way_type=user_defined:way_id=80E +edge,968,968;41.3046118;-110.5326368:969;41.305036;-110.5313454,way_type=user_defined:way_id=80E +edge,969,969;41.305036;-110.5313454:970;41.30514717;-110.5310092,way_type=user_defined:way_id=80E +edge,970,970;41.30514717;-110.5310092:971;41.3053428;-110.5304175,way_type=user_defined:way_id=80E +edge,971,971;41.3053428;-110.5304175:972;41.3057119;-110.52929,way_type=user_defined:way_id=80E +edge,972,972;41.3057119;-110.52929:973;41.3063497;-110.5273685,way_type=user_defined:way_id=80E +edge,973,973;41.3063497;-110.5273685:974;41.3066541;-110.5264444,way_type=user_defined:way_id=80E +edge,974,974;41.3066541;-110.5264444:975;41.3072119;-110.524761,way_type=user_defined:way_id=80E +edge,975,975;41.3072119;-110.524761:976;41.3076697;-110.5233663,way_type=user_defined:way_id=80E +edge,976,976;41.3076697;-110.5233663:977;41.3082163;-110.5217106,way_type=user_defined:way_id=80E +edge,977,977;41.3082163;-110.5217106:978;41.3086791;-110.5203139,way_type=user_defined:way_id=80E +edge,978,978;41.3086791;-110.5203139:979;41.3090506;-110.5191844,way_type=user_defined:way_id=80E +edge,979,979;41.3090506;-110.5191844:980;41.3097102;-110.5171683,way_type=user_defined:way_id=80E +edge,980,980;41.3097102;-110.5171683:981;41.3103599;-110.5152249,way_type=user_defined:way_id=80E +edge,981,981;41.3103599;-110.5152249:982;41.3108085;-110.5138667,way_type=user_defined:way_id=80E +edge,982,982;41.3108085;-110.5138667:983;41.3110823;-110.513032,way_type=user_defined:way_id=80E +edge,983,983;41.3110823;-110.513032:984;41.31112902;-110.5128878,way_type=user_defined:way_id=80E +edge,984,984;41.31112902;-110.5128878:985;41.31140327;-110.5120417,way_type=user_defined:way_id=80E +edge,985,985;41.31140327;-110.5120417:986;41.31140327;-110.5120417,way_type=user_defined:way_id=80E +edge,986,986;41.31140327;-110.5120417:987;41.311902;-110.5105127,way_type=user_defined:way_id=80E +edge,987,987;41.311902;-110.5105127:988;41.31205451;-110.510049,way_type=user_defined:way_id=80E +edge,988,988;41.31205451;-110.510049:989;41.3121875;-110.5096447,way_type=user_defined:way_id=80E +edge,989,989;41.3121875;-110.5096447:990;41.31266723;-110.5081676,way_type=user_defined:way_id=80E +edge,990,990;41.31266723;-110.5081676:991;41.31266723;-110.5081676,way_type=user_defined:way_id=80E +edge,991,991;41.31266723;-110.5081676:992;41.3128427;-110.5076296,way_type=user_defined:way_id=80E +edge,992,992;41.3128427;-110.5076296:993;41.313268;-110.5063398,way_type=user_defined:way_id=80E +edge,993,993;41.313268;-110.5063398:994;41.31332108;-110.5061778,way_type=user_defined:way_id=80E +edge,994,994;41.31332108;-110.5061778:995;41.3135408;-110.505507,way_type=user_defined:way_id=80E +edge,995,995;41.3135408;-110.505507:996;41.3144571;-110.5027269,way_type=user_defined:way_id=80E +edge,996,996;41.3144571;-110.5027269:997;41.3144571;-110.5027269,way_type=user_defined:way_id=80E +edge,997,997;41.3144571;-110.5027269:998;41.3149718;-110.5011683,way_type=user_defined:way_id=80E +edge,998,998;41.3149718;-110.5011683:999;41.3152615;-110.5002953,way_type=user_defined:way_id=80E +edge,999,999;41.3152615;-110.5002953:1000;41.3156197;-110.4991986,way_type=user_defined:way_id=80E +edge,1000,1000;41.3156197;-110.4991986:1001;41.3159026;-110.4983469,way_type=user_defined:way_id=80E +edge,1001,1001;41.3159026;-110.4983469:1002;41.3163156;-110.4970873,way_type=user_defined:way_id=80E +edge,1002,1002;41.3163156;-110.4970873:1003;41.3172559;-110.494233,way_type=user_defined:way_id=80E +edge,1003,1003;41.3172559;-110.494233:1004;41.3176289;-110.493109,way_type=user_defined:way_id=80E +edge,1004,1004;41.3176289;-110.493109:1005;41.3180449;-110.4918391,way_type=user_defined:way_id=80E +edge,1005,1005;41.3180449;-110.4918391:1006;41.3195111;-110.4873891,way_type=user_defined:way_id=80E +edge,1006,1006;41.3195111;-110.4873891:1007;41.3204327;-110.4845831,way_type=user_defined:way_id=80E +edge,1007,1007;41.3204327;-110.4845831:1008;41.3212492;-110.4820889,way_type=user_defined:way_id=80E +edge,1008,1008;41.3212492;-110.4820889:1009;41.3224064;-110.4785733,way_type=user_defined:way_id=80E +edge,1009,1009;41.3224064;-110.4785733:1010;41.3228402;-110.4772481,way_type=user_defined:way_id=80E +edge,1010,1010;41.3228402;-110.4772481:1011;41.3237686;-110.4744372,way_type=user_defined:way_id=80E +edge,1011,1011;41.3237686;-110.4744372:1012;41.324326;-110.4727427,way_type=user_defined:way_id=80E +edge,1012,1012;41.324326;-110.4727427:1013;41.3248663;-110.4710855,way_type=user_defined:way_id=80E +edge,1013,1013;41.3248663;-110.4710855:1014;41.3253198;-110.4696892,way_type=user_defined:way_id=80E +edge,1014,1014;41.3253198;-110.4696892:1015;41.3254059;-110.4694145,way_type=user_defined:way_id=80E +edge,1015,1015;41.3254059;-110.4694145:1016;41.3255047;-110.4690892,way_type=user_defined:way_id=80E +edge,1016,1016;41.3255047;-110.4690892:1017;41.3255861;-110.4688136,way_type=user_defined:way_id=80E +edge,1017,1017;41.3255861;-110.4688136:1018;41.3257127;-110.4683726,way_type=user_defined:way_id=80E +edge,1018,1018;41.3257127;-110.4683726:1019;41.3258272;-110.4679634,way_type=user_defined:way_id=80E +edge,1019,1019;41.3258272;-110.4679634:1020;41.3259009;-110.4676931,way_type=user_defined:way_id=80E +edge,1020,1020;41.3259009;-110.4676931:1021;41.32598;-110.4673944,way_type=user_defined:way_id=80E +edge,1021,1021;41.32598;-110.4673944:1022;41.3260697;-110.4670417,way_type=user_defined:way_id=80E +edge,1022,1022;41.3260697;-110.4670417:1023;41.3261354;-110.4667754,way_type=user_defined:way_id=80E +edge,1023,1023;41.3261354;-110.4667754:1024;41.3262609;-110.4662554,way_type=user_defined:way_id=80E +edge,1024,1024;41.3262609;-110.4662554:1025;41.326334;-110.4659449,way_type=user_defined:way_id=80E +edge,1025,1025;41.326334;-110.4659449:1026;41.3264047;-110.4656342,way_type=user_defined:way_id=80E +edge,1026,1026;41.3264047;-110.4656342:1027;41.326467;-110.4653496,way_type=user_defined:way_id=80E +edge,1027,1027;41.326467;-110.4653496:1028;41.3265182;-110.4651084,way_type=user_defined:way_id=80E +edge,1028,1028;41.3265182;-110.4651084:1029;41.32662332;-110.4646036,way_type=user_defined:way_id=80E +edge,1029,1029;41.32662332;-110.4646036:1030;41.3266482;-110.4644841,way_type=user_defined:way_id=80E +edge,1030,1030;41.3266482;-110.4644841:1031;41.3267109;-110.4641735,way_type=user_defined:way_id=80E +edge,1031,1031;41.3267109;-110.4641735:1032;41.3267805;-110.4638106,way_type=user_defined:way_id=80E +edge,1032,1032;41.3267805;-110.4638106:1033;41.3267805;-110.4638106,way_type=user_defined:way_id=80E +edge,1033,1033;41.3267805;-110.4638106:1034;41.32680683;-110.463674,way_type=user_defined:way_id=80E +edge,1034,1034;41.32680683;-110.463674:1035;41.3268703;-110.4633182,way_type=user_defined:way_id=80E +edge,1035,1035;41.3268703;-110.4633182:1036;41.3269252;-110.4629983,way_type=user_defined:way_id=80E +edge,1036,1036;41.3269252;-110.4629983:1037;41.3270116;-110.4624657,way_type=user_defined:way_id=80E +edge,1037,1037;41.3270116;-110.4624657:1038;41.3270959;-110.4619067,way_type=user_defined:way_id=80E +edge,1038,1038;41.3270959;-110.4619067:1039;41.32715048;-110.4615227,way_type=user_defined:way_id=80E +edge,1039,1039;41.32715048;-110.4615227:1040;41.3271669;-110.4614072,way_type=user_defined:way_id=80E +edge,1040,1040;41.3271669;-110.4614072:1041;41.327225;-110.4609815,way_type=user_defined:way_id=80E +edge,1041,1041;41.327225;-110.4609815:1042;41.3273737;-110.4598687,way_type=user_defined:way_id=80E +edge,1042,1042;41.3273737;-110.4598687:1043;41.3275244;-110.4587038,way_type=user_defined:way_id=80E +edge,1043,1043;41.3275244;-110.4587038:1044;41.32753819;-110.458607,way_type=user_defined:way_id=80E +edge,1044,1044;41.32753819;-110.458607:1045;41.32753819;-110.458607,way_type=user_defined:way_id=80E +edge,1045,1045;41.32753819;-110.458607:1046;41.3276954;-110.4574109,way_type=user_defined:way_id=80E +edge,1046,1046;41.3276954;-110.4574109:1047;41.3278259;-110.4563955,way_type=user_defined:way_id=80E +edge,1047,1047;41.3278259;-110.4563955:1048;41.32792444;-110.455638,way_type=user_defined:way_id=80E +edge,1048,1048;41.32792444;-110.455638:1049;41.3283225;-110.4525778,way_type=user_defined:way_id=80E +edge,1049,1049;41.3283225;-110.4525778:1050;41.3283225;-110.4525778,way_type=user_defined:way_id=80E +edge,1050,1050;41.3283225;-110.4525778:1051;41.32846308;-110.4514841,way_type=user_defined:way_id=80E +edge,1051,1051;41.32846308;-110.4514841:1052;41.328625;-110.4502243,way_type=user_defined:way_id=80E +edge,1052,1052;41.328625;-110.4502243:1053;41.3290438;-110.4470282,way_type=user_defined:way_id=80E +edge,1053,1053;41.3290438;-110.4470282:1054;41.3293539;-110.4445946,way_type=user_defined:way_id=80E +edge,1054,1054;41.3293539;-110.4445946:1055;41.3295425;-110.4431423,way_type=user_defined:way_id=80E +edge,1055,1055;41.3295425;-110.4431423:1056;41.3297894;-110.4412761,way_type=user_defined:way_id=80E +edge,1056,1056;41.3297894;-110.4412761:1057;41.32980351;-110.4411659,way_type=user_defined:way_id=80E +edge,1057,1057;41.32980351;-110.4411659:1058;41.3299073;-110.4403557,way_type=user_defined:way_id=80E +edge,1058,1058;41.3299073;-110.4403557:1059;41.3300269;-110.4394557,way_type=user_defined:way_id=80E +edge,1059,1059;41.3300269;-110.4394557:1060;41.3301308;-110.4386411,way_type=user_defined:way_id=80E +edge,1060,1060;41.3301308;-110.4386411:1061;41.3301308;-110.4386411,way_type=user_defined:way_id=80E +edge,1061,1061;41.3301308;-110.4386411:1062;41.330335;-110.437034,way_type=user_defined:way_id=80E +edge,1062,1062;41.330335;-110.437034:1063;41.3305757;-110.435178,way_type=user_defined:way_id=80E +edge,1063,1063;41.3305757;-110.435178:1064;41.33059822;-110.435007,way_type=user_defined:way_id=80E +edge,1064,1064;41.33059822;-110.435007:1065;41.3308015;-110.4334633,way_type=user_defined:way_id=80E +edge,1065,1065;41.3308015;-110.4334633:1066;41.3308919;-110.4327994,way_type=user_defined:way_id=80E +edge,1066,1066;41.3308919;-110.4327994:1067;41.3310076;-110.4319354,way_type=user_defined:way_id=80E +edge,1067,1067;41.3310076;-110.4319354:1068;41.3310924;-110.4313349,way_type=user_defined:way_id=80E +edge,1068,1068;41.3310924;-110.4313349:1069;41.3312332;-110.4303779,way_type=user_defined:way_id=80E +edge,1069,1069;41.3312332;-110.4303779:1070;41.3313214;-110.4298163,way_type=user_defined:way_id=80E +edge,1070,1070;41.3313214;-110.4298163:1071;41.3314126;-110.4292532,way_type=user_defined:way_id=80E +edge,1071,1071;41.3314126;-110.4292532:1072;41.33145887;-110.4289726,way_type=user_defined:way_id=80E +edge,1072,1072;41.33145887;-110.4289726:1073;41.33145887;-110.4289726,way_type=user_defined:way_id=80E +edge,1073,1073;41.33145887;-110.4289726:1074;41.3314718;-110.4288986,way_type=user_defined:way_id=80E +edge,1074,1074;41.3314718;-110.4288986:1075;41.3314718;-110.4288986,way_type=user_defined:way_id=80E +edge,1075,1075;41.3314718;-110.4288986:1076;41.33147388;-110.4288864,way_type=user_defined:way_id=80E +edge,1076,1076;41.33147388;-110.4288864:1077;41.33148829;-110.4288017,way_type=user_defined:way_id=80E +edge,1077,1077;41.33148829;-110.4288017:1078;41.33148829;-110.4288017,way_type=user_defined:way_id=80E +edge,1078,1078;41.33148829;-110.4288017:1079;41.3315691;-110.4283277,way_type=user_defined:way_id=80E +edge,1079,1079;41.3315691;-110.4283277:1080;41.3316725;-110.4277378,way_type=user_defined:way_id=80E +edge,1080,1080;41.3316725;-110.4277378:1081;41.3317318;-110.4274096,way_type=user_defined:way_id=80E +edge,1081,1081;41.3317318;-110.4274096:1082;41.3318702;-110.4266765,way_type=user_defined:way_id=80E +edge,1082,1082;41.3318702;-110.4266765:1083;41.3319516;-110.426255,way_type=user_defined:way_id=80E +edge,1083,1083;41.3319516;-110.426255:1084;41.3320678;-110.4256701,way_type=user_defined:way_id=80E +edge,1084,1084;41.3320678;-110.4256701:1085;41.3321882;-110.4250757,way_type=user_defined:way_id=80E +edge,1085,1085;41.3321882;-110.4250757:1086;41.3322531;-110.4247615,way_type=user_defined:way_id=80E +edge,1086,1086;41.3322531;-110.4247615:1087;41.3323197;-110.4244476,way_type=user_defined:way_id=80E +edge,1087,1087;41.3323197;-110.4244476:1088;41.33240679;-110.4240429,way_type=user_defined:way_id=80E +edge,1088,1088;41.33240679;-110.4240429:1089;41.3324404;-110.4238868,way_type=user_defined:way_id=80E +edge,1089,1089;41.3324404;-110.4238868:1090;41.3325071;-110.4235841,way_type=user_defined:way_id=80E +edge,1090,1090;41.3325071;-110.4235841:1091;41.3327052;-110.4227144,way_type=user_defined:way_id=80E +edge,1091,1091;41.3327052;-110.4227144:1092;41.3328353;-110.422157,way_type=user_defined:way_id=80E +edge,1092,1092;41.3328353;-110.422157:1093;41.3329244;-110.4217825,way_type=user_defined:way_id=80E +edge,1093,1093;41.3329244;-110.4217825:1094;41.3329244;-110.4217825,way_type=user_defined:way_id=80E +edge,1094,1094;41.3329244;-110.4217825:1095;41.3331337;-110.4209171,way_type=user_defined:way_id=80E +edge,1095,1095;41.3331337;-110.4209171:1096;41.33316275;-110.4207991,way_type=user_defined:way_id=80E +edge,1096,1096;41.33316275;-110.4207991:1097;41.3332703;-110.4203622,way_type=user_defined:way_id=80E +edge,1097,1097;41.3332703;-110.4203622:1098;41.3333455;-110.4200628,way_type=user_defined:way_id=80E +edge,1098,1098;41.3333455;-110.4200628:1099;41.3334981;-110.4194761,way_type=user_defined:way_id=80E +edge,1099,1099;41.3334981;-110.4194761:1100;41.3336533;-110.4188997,way_type=user_defined:way_id=80E +edge,1100,1100;41.3336533;-110.4188997:1101;41.3337303;-110.418622,way_type=user_defined:way_id=80E +edge,1101,1101;41.3337303;-110.418622:1102;41.3339685;-110.4177771,way_type=user_defined:way_id=80E +edge,1102,1102;41.3339685;-110.4177771:1103;41.3341323;-110.4172023,way_type=user_defined:way_id=80E +edge,1103,1103;41.3341323;-110.4172023:1104;41.3342206;-110.4168984,way_type=user_defined:way_id=80E +edge,1104,1104;41.3342206;-110.4168984:1105;41.3343892;-110.4163273,way_type=user_defined:way_id=80E +edge,1105,1105;41.3343892;-110.4163273:1106;41.3345821;-110.415687,way_type=user_defined:way_id=80E +edge,1106,1106;41.3345821;-110.415687:1107;41.3347039;-110.4152882,way_type=user_defined:way_id=80E +edge,1107,1107;41.3347039;-110.4152882:1108;41.3348087;-110.4149528,way_type=user_defined:way_id=80E +edge,1108,1108;41.3348087;-110.4149528:1109;41.3350998;-110.4140494,way_type=user_defined:way_id=80E +edge,1109,1109;41.3350998;-110.4140494:1110;41.3353494;-110.413293,way_type=user_defined:way_id=80E +edge,1110,1110;41.3353494;-110.413293:1111;41.3355377;-110.4127352,way_type=user_defined:way_id=80E +edge,1111,1111;41.3355377;-110.4127352:1112;41.3356513;-110.4124036,way_type=user_defined:way_id=80E +edge,1112,1112;41.3356513;-110.4124036:1113;41.3358466;-110.4118483,way_type=user_defined:way_id=80E +edge,1113,1113;41.3358466;-110.4118483:1114;41.3359518;-110.4115527,way_type=user_defined:way_id=80E +edge,1114,1114;41.3359518;-110.4115527:1115;41.3362462;-110.4107356,way_type=user_defined:way_id=80E +edge,1115,1115;41.3362462;-110.4107356:1116;41.3365482;-110.4099224,way_type=user_defined:way_id=80E +edge,1116,1116;41.3365482;-110.4099224:1117;41.3367687;-110.4093449,way_type=user_defined:way_id=80E +edge,1117,1117;41.3367687;-110.4093449:1118;41.3370214;-110.4086921,way_type=user_defined:way_id=80E +edge,1118,1118;41.3370214;-110.4086921:1119;41.3371698;-110.4083131,way_type=user_defined:way_id=80E +edge,1119,1119;41.3371698;-110.4083131:1120;41.337308;-110.4079646,way_type=user_defined:way_id=80E +edge,1120,1120;41.337308;-110.4079646:1121;41.3375279;-110.4074197,way_type=user_defined:way_id=80E +edge,1121,1121;41.3375279;-110.4074197:1122;41.3377363;-110.4069129,way_type=user_defined:way_id=80E +edge,1122,1122;41.3377363;-110.4069129:1123;41.3379902;-110.406302,way_type=user_defined:way_id=80E +edge,1123,1123;41.3379902;-110.406302:1124;41.3380947;-110.4060551,way_type=user_defined:way_id=80E +edge,1124,1124;41.3380947;-110.4060551:1125;41.3382581;-110.4056782,way_type=user_defined:way_id=80E +edge,1125,1125;41.3382581;-110.4056782:1126;41.3386682;-110.4047465,way_type=user_defined:way_id=80E +edge,1126,1126;41.3386682;-110.4047465:1127;41.3387833;-110.4044909,way_type=user_defined:way_id=80E +edge,1127,1127;41.3387833;-110.4044909:1128;41.3390629;-110.4038773,way_type=user_defined:way_id=80E +edge,1128,1128;41.3390629;-110.4038773:1129;41.3393612;-110.4032166,way_type=user_defined:way_id=80E +edge,1129,1129;41.3393612;-110.4032166:1130;41.3398502;-110.4021442,way_type=user_defined:way_id=80E +edge,1130,1130;41.3398502;-110.4021442:1131;41.3425924;-110.3961905,way_type=user_defined:way_id=80E +edge,1131,1131;41.3425924;-110.3961905:1132;41.344156;-110.3928022,way_type=user_defined:way_id=80E +edge,1132,1132;41.344156;-110.3928022:1133;41.3443234;-110.3924363,way_type=user_defined:way_id=80E +edge,1133,1133;41.3443234;-110.3924363:1134;41.344871;-110.3912294,way_type=user_defined:way_id=80E +edge,1134,1134;41.344871;-110.3912294:1135;41.34557093;-110.3897199,way_type=user_defined:way_id=80E +edge,1135,1135;41.34557093;-110.3897199:1136;41.34557093;-110.3897199,way_type=user_defined:way_id=80E +edge,1136,1136;41.34557093;-110.3897199:1137;41.3460844;-110.3886099,way_type=user_defined:way_id=80E +edge,1137,1137;41.3460844;-110.3886099:1138;41.3477677;-110.3849426,way_type=user_defined:way_id=80E +edge,1138,1138;41.3477677;-110.3849426:1139;41.3484971;-110.3833614,way_type=user_defined:way_id=80E +edge,1139,1139;41.3484971;-110.3833614:1140;41.348988;-110.3822897,way_type=user_defined:way_id=80E +edge,1140,1140;41.348988;-110.3822897:1141;41.3502165;-110.3796281,way_type=user_defined:way_id=80E +edge,1141,1141;41.3502165;-110.3796281:1142;41.3507978;-110.3783627,way_type=user_defined:way_id=80E +edge,1142,1142;41.3507978;-110.3783627:1143;41.3513923;-110.3770625,way_type=user_defined:way_id=80E +edge,1143,1143;41.3513923;-110.3770625:1144;41.3517915;-110.3762013,way_type=user_defined:way_id=80E +edge,1144,1144;41.3517915;-110.3762013:1145;41.3520043;-110.3757337,way_type=user_defined:way_id=80E +edge,1145,1145;41.3520043;-110.3757337:1146;41.3523529;-110.3749569,way_type=user_defined:way_id=80E +edge,1146,1146;41.3523529;-110.3749569:1147;41.3524772;-110.3746744,way_type=user_defined:way_id=80E +edge,1147,1147;41.3524772;-110.3746744:1148;41.3525844;-110.3744237,way_type=user_defined:way_id=80E +edge,1148,1148;41.3525844;-110.3744237:1149;41.352699;-110.3741459,way_type=user_defined:way_id=80E +edge,1149,1149;41.352699;-110.3741459:1150;41.3528028;-110.3738827,way_type=user_defined:way_id=80E +edge,1150,1150;41.3528028;-110.3738827:1151;41.3529159;-110.3735841,way_type=user_defined:way_id=80E +edge,1151,1151;41.3529159;-110.3735841:1152;41.3530067;-110.3733339,way_type=user_defined:way_id=80E +edge,1152,1152;41.3530067;-110.3733339:1153;41.3531125;-110.3730311,way_type=user_defined:way_id=80E +edge,1153,1153;41.3531125;-110.3730311:1154;41.3532007;-110.3727701,way_type=user_defined:way_id=80E +edge,1154,1154;41.3532007;-110.3727701:1155;41.3532884;-110.372499,way_type=user_defined:way_id=80E +edge,1155,1155;41.3532884;-110.372499:1156;41.3533811;-110.3722005,way_type=user_defined:way_id=80E +edge,1156,1156;41.3533811;-110.3722005:1157;41.35346;-110.3719351,way_type=user_defined:way_id=80E +edge,1157,1157;41.35346;-110.3719351:1158;41.3535453;-110.3716333,way_type=user_defined:way_id=80E +edge,1158,1158;41.3535453;-110.3716333:1159;41.3536179;-110.3713646,way_type=user_defined:way_id=80E +edge,1159,1159;41.3536179;-110.3713646:1160;41.35369;-110.371085,way_type=user_defined:way_id=80E +edge,1160,1160;41.35369;-110.371085:1161;41.3537657;-110.3707769,way_type=user_defined:way_id=80E +edge,1161,1161;41.3537657;-110.3707769:1162;41.3538381;-110.3704679,way_type=user_defined:way_id=80E +edge,1162,1162;41.3538381;-110.3704679:1163;41.3538996;-110.3701947,way_type=user_defined:way_id=80E +edge,1163,1163;41.3538996;-110.3701947:1164;41.3539685;-110.3698749,way_type=user_defined:way_id=80E +edge,1164,1164;41.3539685;-110.3698749:1165;41.3540265;-110.3695901,way_type=user_defined:way_id=80E +edge,1165,1165;41.3540265;-110.3695901:1166;41.3540793;-110.369313,way_type=user_defined:way_id=80E +edge,1166,1166;41.3540793;-110.369313:1167;41.354133;-110.3690064,way_type=user_defined:way_id=80E +edge,1167,1167;41.354133;-110.3690064:1168;41.3541796;-110.3687168,way_type=user_defined:way_id=80E +edge,1168,1168;41.3541796;-110.3687168:1169;41.3542211;-110.3684372,way_type=user_defined:way_id=80E +edge,1169,1169;41.3542211;-110.3684372:1170;41.3542649;-110.3681245,way_type=user_defined:way_id=80E +edge,1170,1170;41.3542649;-110.3681245:1171;41.3543032;-110.3678308,way_type=user_defined:way_id=80E +edge,1171,1171;41.3543032;-110.3678308:1172;41.3543413;-110.3675106,way_type=user_defined:way_id=80E +edge,1172,1172;41.3543413;-110.3675106:1173;41.3543742;-110.3671969,way_type=user_defined:way_id=80E +edge,1173,1173;41.3543742;-110.3671969:1174;41.3544009;-110.366901,way_type=user_defined:way_id=80E +edge,1174,1174;41.3544009;-110.366901:1175;41.3544237;-110.3666135,way_type=user_defined:way_id=80E +edge,1175,1175;41.3544237;-110.3666135:1176;41.3544418;-110.3663566,way_type=user_defined:way_id=80E +edge,1176,1176;41.3544418;-110.3663566:1177;41.3544654;-110.3659626,way_type=user_defined:way_id=80E +edge,1177,1177;41.3544654;-110.3659626:1178;41.3544784;-110.3656827,way_type=user_defined:way_id=80E +edge,1178,1178;41.3544784;-110.3656827:1179;41.3544901;-110.3653555,way_type=user_defined:way_id=80E +edge,1179,1179;41.3544901;-110.3653555:1180;41.3544977;-110.3650655,way_type=user_defined:way_id=80E +edge,1180,1180;41.3544977;-110.3650655:1181;41.3545034;-110.3647643,way_type=user_defined:way_id=80E +edge,1181,1181;41.3545034;-110.3647643:1182;41.3545117;-110.3641573,way_type=user_defined:way_id=80E +edge,1182,1182;41.3545117;-110.3641573:1183;41.3545142;-110.36383,way_type=user_defined:way_id=80E +edge,1183,1183;41.3545142;-110.36383:1184;41.354522;-110.3621993,way_type=user_defined:way_id=80E +edge,1184,1184;41.354522;-110.3621993:1185;41.354534;-110.3601343,way_type=user_defined:way_id=80E +edge,1185,1185;41.354534;-110.3601343:1186;41.3545463;-110.3582876,way_type=user_defined:way_id=80E +edge,1186,1186;41.3545463;-110.3582876:1187;41.3545524;-110.3570202,way_type=user_defined:way_id=80E +edge,1187,1187;41.3545524;-110.3570202:1188;41.3545679;-110.3548941,way_type=user_defined:way_id=80E +edge,1188,1188;41.3545679;-110.3548941:1189;41.3545748;-110.3536967,way_type=user_defined:way_id=80E +edge,1189,1189;41.3545748;-110.3536967:1190;41.3545777;-110.3528674,way_type=user_defined:way_id=80E +edge,1190,1190;41.3545777;-110.3528674:1191;41.3545845;-110.3515971,way_type=user_defined:way_id=80E +edge,1191,1191;41.3545845;-110.3515971:1192;41.3545937;-110.3502282,way_type=user_defined:way_id=80E +edge,1192,1192;41.3545937;-110.3502282:1193;41.3546037;-110.349437,way_type=user_defined:way_id=80E +edge,1193,1193;41.3546037;-110.349437:1194;41.3546162;-110.3488549,way_type=user_defined:way_id=80E +edge,1194,1194;41.3546162;-110.3488549:1195;41.3546276;-110.3484918,way_type=user_defined:way_id=80E +edge,1195,1195;41.3546276;-110.3484918:1196;41.3546509;-110.3479088,way_type=user_defined:way_id=80E +edge,1196,1196;41.3546509;-110.3479088:1197;41.3546666;-110.347593,way_type=user_defined:way_id=80E +edge,1197,1197;41.3546666;-110.347593:1198;41.3546834;-110.3473091,way_type=user_defined:way_id=80E +edge,1198,1198;41.3546834;-110.3473091:1199;41.3547051;-110.3469847,way_type=user_defined:way_id=80E +edge,1199,1199;41.3547051;-110.3469847:1200;41.354728;-110.3466905,way_type=user_defined:way_id=80E +edge,1200,1200;41.354728;-110.3466905:1201;41.3547571;-110.346366,way_type=user_defined:way_id=80E +edge,1201,1201;41.3547571;-110.346366:1202;41.3547808;-110.3461253,way_type=user_defined:way_id=80E +edge,1202,1202;41.3547808;-110.3461253:1203;41.3548201;-110.3457611,way_type=user_defined:way_id=80E +edge,1203,1203;41.3548201;-110.3457611:1204;41.3548535;-110.3454757,way_type=user_defined:way_id=80E +edge,1204,1204;41.3548535;-110.3454757:1205;41.3548984;-110.3451171,way_type=user_defined:way_id=80E +edge,1205,1205;41.3548984;-110.3451171:1206;41.3549693;-110.344585,way_type=user_defined:way_id=80E +edge,1206,1206;41.3549693;-110.344585:1207;41.3549998;-110.3443736,way_type=user_defined:way_id=80E +edge,1207,1207;41.3549998;-110.3443736:1208;41.3550158;-110.3442636,way_type=user_defined:way_id=80E +edge,1208,1208;41.3550158;-110.3442636:1209;41.3550705;-110.3439148,way_type=user_defined:way_id=80E +edge,1209,1209;41.3550705;-110.3439148:1210;41.35511434;-110.3436496,way_type=user_defined:way_id=80E +edge,1210,1210;41.35511434;-110.3436496:1211;41.3551892;-110.3432222,way_type=user_defined:way_id=80E +edge,1211,1211;41.3551892;-110.3432222:1212;41.3551892;-110.3432222,way_type=user_defined:way_id=80E +edge,1212,1212;41.3551892;-110.3432222:1213;41.3552185;-110.3430601,way_type=user_defined:way_id=80E +edge,1213,1213;41.3552185;-110.3430601:1214;41.3552702;-110.3427882,way_type=user_defined:way_id=80E +edge,1214,1214;41.3552702;-110.3427882:1215;41.3553327;-110.3424724,way_type=user_defined:way_id=80E +edge,1215,1215;41.3553327;-110.3424724:1216;41.3553978;-110.3421568,way_type=user_defined:way_id=80E +edge,1216,1216;41.3553978;-110.3421568:1217;41.35544356;-110.3419432,way_type=user_defined:way_id=80E +edge,1217,1217;41.35544356;-110.3419432:1218;41.3554573;-110.341879,way_type=user_defined:way_id=80E +edge,1218,1218;41.3554573;-110.341879:1219;41.3555278;-110.3415654,way_type=user_defined:way_id=80E +edge,1219,1219;41.3555278;-110.3415654:1220;41.3555914;-110.341298,way_type=user_defined:way_id=80E +edge,1220,1220;41.3555914;-110.341298:1221;41.3556703;-110.3409783,way_type=user_defined:way_id=80E +edge,1221,1221;41.3556703;-110.3409783:1222;41.3557421;-110.340696,way_type=user_defined:way_id=80E +edge,1222,1222;41.3557421;-110.340696:1223;41.3558942;-110.3401267,way_type=user_defined:way_id=80E +edge,1223,1223;41.3558942;-110.3401267:1224;41.35598;-110.3398219,way_type=user_defined:way_id=80E +edge,1224,1224;41.35598;-110.3398219:1225;41.3560694;-110.3395189,way_type=user_defined:way_id=80E +edge,1225,1225;41.3560694;-110.3395189:1226;41.356181;-110.3391489,way_type=user_defined:way_id=80E +edge,1226,1226;41.356181;-110.3391489:1227;41.3563351;-110.3386489,way_type=user_defined:way_id=80E +edge,1227,1227;41.3563351;-110.3386489:1228;41.3564725;-110.3382117,way_type=user_defined:way_id=80E +edge,1228,1228;41.3564725;-110.3382117:1229;41.3566035;-110.3378035,way_type=user_defined:way_id=80E +edge,1229,1229;41.3566035;-110.3378035:1230;41.3566035;-110.3378035,way_type=user_defined:way_id=80E +edge,1230,1230;41.3566035;-110.3378035:1231;41.3568697;-110.3369735,way_type=user_defined:way_id=80E +edge,1231,1231;41.3568697;-110.3369735:1232;41.357313;-110.3355658,way_type=user_defined:way_id=80E +edge,1232,1232;41.357313;-110.3355658:1233;41.3576203;-110.334609,way_type=user_defined:way_id=80E +edge,1233,1233;41.3576203;-110.334609:1234;41.3579392;-110.3336023,way_type=user_defined:way_id=80E +edge,1234,1234;41.3579392;-110.3336023:1235;41.35797792;-110.3334815,way_type=user_defined:way_id=80E +edge,1235,1235;41.35797792;-110.3334815:1236;41.3584314;-110.3320668,way_type=user_defined:way_id=80E +edge,1236,1236;41.3584314;-110.3320668:1237;41.3584314;-110.3320668,way_type=user_defined:way_id=80E +edge,1237,1237;41.3584314;-110.3320668:1238;41.3586766;-110.3313023,way_type=user_defined:way_id=80E +edge,1238,1238;41.3586766;-110.3313023:1239;41.35881574;-110.3308625,way_type=user_defined:way_id=80E +edge,1239,1239;41.35881574;-110.3308625:1240;41.3589727;-110.3303663,way_type=user_defined:way_id=80E +edge,1240,1240;41.3589727;-110.3303663:1241;41.3592927;-110.3293625,way_type=user_defined:way_id=80E +edge,1241,1241;41.3592927;-110.3293625:1242;41.3598199;-110.3276945,way_type=user_defined:way_id=80E +edge,1242,1242;41.3598199;-110.3276945:1243;41.3601828;-110.3265559,way_type=user_defined:way_id=80E +edge,1243,1243;41.3601828;-110.3265559:1244;41.360528;-110.3254664,way_type=user_defined:way_id=80E +edge,1244,1244;41.360528;-110.3254664:1245;41.3612708;-110.3231416,way_type=user_defined:way_id=80E +edge,1245,1245;41.3612708;-110.3231416:1246;41.3616201;-110.3220339,way_type=user_defined:way_id=80E +edge,1246,1246;41.3616201;-110.3220339:1247;41.3617118;-110.3217371,way_type=user_defined:way_id=80E +edge,1247,1247;41.3617118;-110.3217371:1248;41.3617926;-110.3214701,way_type=user_defined:way_id=80E +edge,1248,1248;41.3617926;-110.3214701:1249;41.3618841;-110.3211584,way_type=user_defined:way_id=80E +edge,1249,1249;41.3618841;-110.3211584:1250;41.3619605;-110.3208893,way_type=user_defined:way_id=80E +edge,1250,1250;41.3619605;-110.3208893:1251;41.3621184;-110.3203141,way_type=user_defined:way_id=80E +edge,1251,1251;41.3621184;-110.3203141:1252;41.3622718;-110.3197357,way_type=user_defined:way_id=80E +edge,1252,1252;41.3622718;-110.3197357:1253;41.3623527;-110.3194186,way_type=user_defined:way_id=80E +edge,1253,1253;41.3623527;-110.3194186:1254;41.3624265;-110.3191181,way_type=user_defined:way_id=80E +edge,1254,1254;41.3624265;-110.3191181:1255;41.3624939;-110.3188357,way_type=user_defined:way_id=80E +edge,1255,1255;41.3624939;-110.3188357:1256;41.3626267;-110.3182602,way_type=user_defined:way_id=80E +edge,1256,1256;41.3626267;-110.3182602:1257;41.3627762;-110.3175925,way_type=user_defined:way_id=80E +edge,1257,1257;41.3627762;-110.3175925:1258;41.362906;-110.3170002,way_type=user_defined:way_id=80E +edge,1258,1258;41.362906;-110.3170002:1259;41.3630941;-110.3161282,way_type=user_defined:way_id=80E +edge,1259,1259;41.3630941;-110.3161282:1260;41.3632694;-110.3153263,way_type=user_defined:way_id=80E +edge,1260,1260;41.3632694;-110.3153263:1261;41.3635824;-110.3138765,way_type=user_defined:way_id=80E +edge,1261,1261;41.3635824;-110.3138765:1262;41.3637224;-110.3132395,way_type=user_defined:way_id=80E +edge,1262,1262;41.3637224;-110.3132395:1263;41.3641675;-110.3111883,way_type=user_defined:way_id=80E +edge,1263,1263;41.3641675;-110.3111883:1264;41.3644735;-110.3097683,way_type=user_defined:way_id=80E +edge,1264,1264;41.3644735;-110.3097683:1265;41.3650655;-110.3070592,way_type=user_defined:way_id=80E +edge,1265,1265;41.3650655;-110.3070592:1266;41.36508946;-110.3069484,way_type=user_defined:way_id=80E +edge,1266,1266;41.36508946;-110.3069484:1267;41.3654008;-110.3055091,way_type=user_defined:way_id=80E +edge,1267,1267;41.3654008;-110.3055091:1268;41.3654008;-110.3055091,way_type=user_defined:way_id=80E +edge,1268,1268;41.3654008;-110.3055091:1269;41.3656625;-110.3042987,way_type=user_defined:way_id=80E +edge,1269,1269;41.3656625;-110.3042987:1270;41.36579385;-110.3037016,way_type=user_defined:way_id=80E +edge,1270,1270;41.36579385;-110.3037016:1271;41.3659199;-110.3031287,way_type=user_defined:way_id=80E +edge,1271,1271;41.3659199;-110.3031287:1272;41.3662253;-110.3017104,way_type=user_defined:way_id=80E +edge,1272,1272;41.3662253;-110.3017104:1273;41.36660114;-110.2999776,way_type=user_defined:way_id=80E +edge,1273,1273;41.36660114;-110.2999776:1274;41.36660114;-110.2999776,way_type=user_defined:way_id=80E +edge,1274,1274;41.36660114;-110.2999776:1275;41.36669206;-110.2995549,way_type=user_defined:way_id=80E +edge,1275,1275;41.36669206;-110.2995549:1276;41.3669679;-110.2982935,way_type=user_defined:way_id=80E +edge,1276,1276;41.3669679;-110.2982935:1277;41.3672383;-110.2970353,way_type=user_defined:way_id=80E +edge,1277,1277;41.3672383;-110.2970353:1278;41.3672872;-110.2968024,way_type=user_defined:way_id=80E +edge,1278,1278;41.3672872;-110.2968024:1279;41.3673446;-110.2965169,way_type=user_defined:way_id=80E +edge,1279,1279;41.3673446;-110.2965169:1280;41.3673989;-110.2962355,way_type=user_defined:way_id=80E +edge,1280,1280;41.3673989;-110.2962355:1281;41.367452;-110.2959481,way_type=user_defined:way_id=80E +edge,1281,1281;41.367452;-110.2959481:1282;41.3675355;-110.2954813,way_type=user_defined:way_id=80E +edge,1282,1282;41.3675355;-110.2954813:1283;41.36754737;-110.2954125,way_type=user_defined:way_id=80E +edge,1283,1283;41.36754737;-110.2954125:1284;41.3675974;-110.2951226,way_type=user_defined:way_id=80E +edge,1284,1284;41.3675974;-110.2951226:1285;41.3676695;-110.2946842,way_type=user_defined:way_id=80E +edge,1285,1285;41.3676695;-110.2946842:1286;41.3677364;-110.2942496,way_type=user_defined:way_id=80E +edge,1286,1286;41.3677364;-110.2942496:1287;41.3678217;-110.2936758,way_type=user_defined:way_id=80E +edge,1287,1287;41.3678217;-110.2936758:1288;41.3678717;-110.2933205,way_type=user_defined:way_id=80E +edge,1288,1288;41.3678717;-110.2933205:1289;41.3679432;-110.2927819,way_type=user_defined:way_id=80E +edge,1289,1289;41.3679432;-110.2927819:1290;41.367997;-110.2923424,way_type=user_defined:way_id=80E +edge,1290,1290;41.367997;-110.2923424:1291;41.367997;-110.2923424,way_type=user_defined:way_id=80E +edge,1291,1291;41.367997;-110.2923424:1292;41.3680588;-110.291808,way_type=user_defined:way_id=80E +edge,1292,1292;41.3680588;-110.291808:1293;41.36815309;-110.290961,way_type=user_defined:way_id=80E +edge,1293,1293;41.36815309;-110.290961:1294;41.3682087;-110.2904614,way_type=user_defined:way_id=80E +edge,1294,1294;41.3682087;-110.2904614:1295;41.3686571;-110.2865099,way_type=user_defined:way_id=80E +edge,1295,1295;41.3686571;-110.2865099:1296;41.3687419;-110.2857407,way_type=user_defined:way_id=80E +edge,1296,1296;41.3687419;-110.2857407:1297;41.3689707;-110.2837042,way_type=user_defined:way_id=80E +edge,1297,1297;41.3689707;-110.2837042:1298;41.36919;-110.2818081,way_type=user_defined:way_id=80E +edge,1298,1298;41.36919;-110.2818081:1299;41.3696298;-110.277919,way_type=user_defined:way_id=80E +edge,1299,1299;41.3696298;-110.277919:1300;41.3698071;-110.2763358,way_type=user_defined:way_id=80E +edge,1300,1300;41.3698071;-110.2763358:1301;41.3699867;-110.274769,way_type=user_defined:way_id=80E +edge,1301,1301;41.3699867;-110.274769:1302;41.3702208;-110.272666,way_type=user_defined:way_id=80E +edge,1302,1302;41.3702208;-110.272666:1303;41.3703611;-110.2714511,way_type=user_defined:way_id=80E +edge,1303,1303;41.3703611;-110.2714511:1304;41.3704692;-110.2704884,way_type=user_defined:way_id=80E +edge,1304,1304;41.3704692;-110.2704884:1305;41.3705724;-110.2695862,way_type=user_defined:way_id=80E +edge,1305,1305;41.3705724;-110.2695862:1306;41.3707063;-110.268375,way_type=user_defined:way_id=80E +edge,1306,1306;41.3707063;-110.268375:1307;41.3708079;-110.2674869,way_type=user_defined:way_id=80E +edge,1307,1307;41.3708079;-110.2674869:1308;41.3709006;-110.2666492,way_type=user_defined:way_id=80E +edge,1308,1308;41.3709006;-110.2666492:1309;41.3710132;-110.2656496,way_type=user_defined:way_id=80E +edge,1309,1309;41.3710132;-110.2656496:1310;41.3710459;-110.265364,way_type=user_defined:way_id=80E +edge,1310,1310;41.3710459;-110.265364:1311;41.3712649;-110.2635199,way_type=user_defined:way_id=80E +edge,1311,1311;41.3712649;-110.2635199:1312;41.3713377;-110.2629344,way_type=user_defined:way_id=80E +edge,1312,1312;41.3713377;-110.2629344:1313;41.3714163;-110.2623296,way_type=user_defined:way_id=80E +edge,1313,1313;41.3714163;-110.2623296:1314;41.3715043;-110.2616872,way_type=user_defined:way_id=80E +edge,1314,1314;41.3715043;-110.2616872:1315;41.3715859;-110.2611189,way_type=user_defined:way_id=80E +edge,1315,1315;41.3715859;-110.2611189:1316;41.3716335;-110.2607981,way_type=user_defined:way_id=80E +edge,1316,1316;41.3716335;-110.2607981:1317;41.3717044;-110.2603374,way_type=user_defined:way_id=80E +edge,1317,1317;41.3717044;-110.2603374:1318;41.3717709;-110.259916,way_type=user_defined:way_id=80E +edge,1318,1318;41.3717709;-110.259916:1319;41.3720155;-110.2583992,way_type=user_defined:way_id=80E +edge,1319,1319;41.3720155;-110.2583992:1320;41.3721558;-110.2575425,way_type=user_defined:way_id=80E +edge,1320,1320;41.3721558;-110.2575425:1321;41.3723607;-110.2563039,way_type=user_defined:way_id=80E +edge,1321,1321;41.3723607;-110.2563039:1322;41.3730191;-110.2523843,way_type=user_defined:way_id=80E +edge,1322,1322;41.3730191;-110.2523843:1323;41.3733023;-110.2506889,way_type=user_defined:way_id=80E +edge,1323,1323;41.3733023;-110.2506889:1324;41.3735597;-110.249138,way_type=user_defined:way_id=80E +edge,1324,1324;41.3735597;-110.249138:1325;41.3737667;-110.2479391,way_type=user_defined:way_id=80E +edge,1325,1325;41.3737667;-110.2479391:1326;41.3738572;-110.2474394,way_type=user_defined:way_id=80E +edge,1326,1326;41.3738572;-110.2474394:1327;41.3739288;-110.2470602,way_type=user_defined:way_id=80E +edge,1327,1327;41.3739288;-110.2470602:1328;41.3740452;-110.2464716,way_type=user_defined:way_id=80E +edge,1328,1328;41.3740452;-110.2464716:1329;41.3741103;-110.2461584,way_type=user_defined:way_id=80E +edge,1329,1329;41.3741103;-110.2461584:1330;41.37416558;-110.2459046,way_type=user_defined:way_id=80E +edge,1330,1330;41.37416558;-110.2459046:1331;41.374194;-110.2457741,way_type=user_defined:way_id=80E +edge,1331,1331;41.374194;-110.2457741:1332;41.3743034;-110.2452913,way_type=user_defined:way_id=80E +edge,1332,1332;41.3743034;-110.2452913:1333;41.3744166;-110.2448101,way_type=user_defined:way_id=80E +edge,1333,1333;41.3744166;-110.2448101:1334;41.3745093;-110.24443,way_type=user_defined:way_id=80E +edge,1334,1334;41.3745093;-110.24443:1335;41.3746493;-110.2438785,way_type=user_defined:way_id=80E +edge,1335,1335;41.3746493;-110.2438785:1336;41.3747843;-110.243366,way_type=user_defined:way_id=80E +edge,1336,1336;41.3747843;-110.243366:1337;41.3748851;-110.2429963,way_type=user_defined:way_id=80E +edge,1337,1337;41.3748851;-110.2429963:1338;41.3749785;-110.2426652,way_type=user_defined:way_id=80E +edge,1338,1338;41.3749785;-110.2426652:1339;41.3750675;-110.24236,way_type=user_defined:way_id=80E +edge,1339,1339;41.3750675;-110.24236:1340;41.3752234;-110.2418434,way_type=user_defined:way_id=80E +edge,1340,1340;41.3752234;-110.2418434:1341;41.3753451;-110.2414537,way_type=user_defined:way_id=80E +edge,1341,1341;41.3753451;-110.2414537:1342;41.3755824;-110.2407118,way_type=user_defined:way_id=80E +edge,1342,1342;41.3755824;-110.2407118:1343;41.3756774;-110.2404215,way_type=user_defined:way_id=80E +edge,1343,1343;41.3756774;-110.2404215:1344;41.3757775;-110.2401238,way_type=user_defined:way_id=80E +edge,1344,1344;41.3757775;-110.2401238:1345;41.3758587;-110.2398881,way_type=user_defined:way_id=80E +edge,1345,1345;41.3758587;-110.2398881:1346;41.3759723;-110.2395666,way_type=user_defined:way_id=80E +edge,1346,1346;41.3759723;-110.2395666:1347;41.3761615;-110.239047,way_type=user_defined:way_id=80E +edge,1347,1347;41.3761615;-110.239047:1348;41.3762743;-110.2387468,way_type=user_defined:way_id=80E +edge,1348,1348;41.3762743;-110.2387468:1349;41.3763827;-110.2384644,way_type=user_defined:way_id=80E +edge,1349,1349;41.3763827;-110.2384644:1350;41.3764953;-110.238176,way_type=user_defined:way_id=80E +edge,1350,1350;41.3764953;-110.238176:1351;41.3767014;-110.2376587,way_type=user_defined:way_id=80E +edge,1351,1351;41.3767014;-110.2376587:1352;41.376921;-110.2371215,way_type=user_defined:way_id=80E +edge,1352,1352;41.376921;-110.2371215:1353;41.3770397;-110.2368381,way_type=user_defined:way_id=80E +edge,1353,1353;41.3770397;-110.2368381:1354;41.3771357;-110.2366142,way_type=user_defined:way_id=80E +edge,1354,1354;41.3771357;-110.2366142:1355;41.3772333;-110.236391,way_type=user_defined:way_id=80E +edge,1355,1355;41.3772333;-110.236391:1356;41.3773954;-110.2360288,way_type=user_defined:way_id=80E +edge,1356,1356;41.3773954;-110.2360288:1357;41.3776109;-110.235562,way_type=user_defined:way_id=80E +edge,1357,1357;41.3776109;-110.235562:1358;41.3777558;-110.2352541,way_type=user_defined:way_id=80E +edge,1358,1358;41.3777558;-110.2352541:1359;41.3779766;-110.2347974,way_type=user_defined:way_id=80E +edge,1359,1359;41.3779766;-110.2347974:1360;41.3782273;-110.2342887,way_type=user_defined:way_id=80E +edge,1360,1360;41.3782273;-110.2342887:1361;41.3783662;-110.2340123,way_type=user_defined:way_id=80E +edge,1361,1361;41.3783662;-110.2340123:1362;41.3785029;-110.2337454,way_type=user_defined:way_id=80E +edge,1362,1362;41.3785029;-110.2337454:1363;41.3787502;-110.2332683,way_type=user_defined:way_id=80E +edge,1363,1363;41.3787502;-110.2332683:1364;41.3798083;-110.2312563,way_type=user_defined:way_id=80E +edge,1364,1364;41.3798083;-110.2312563:1365;41.3802118;-110.2304836,way_type=user_defined:way_id=80E +edge,1365,1365;41.3802118;-110.2304836:1366;41.3807768;-110.2294221,way_type=user_defined:way_id=80E +edge,1366,1366;41.3807768;-110.2294221:1367;41.3811661;-110.2286758,way_type=user_defined:way_id=80E +edge,1367,1367;41.3811661;-110.2286758:1368;41.3814152;-110.228202,way_type=user_defined:way_id=80E +edge,1368,1368;41.3814152;-110.228202:1369;41.3815383;-110.2279652,way_type=user_defined:way_id=80E +edge,1369,1369;41.3815383;-110.2279652:1370;41.3816308;-110.2277822,way_type=user_defined:way_id=80E +edge,1370,1370;41.3816308;-110.2277822:1371;41.3819417;-110.2271556,way_type=user_defined:way_id=80E +edge,1371,1371;41.3819417;-110.2271556:1372;41.3821672;-110.226687,way_type=user_defined:way_id=80E +edge,1372,1372;41.3821672;-110.226687:1373;41.3822942;-110.2264178,way_type=user_defined:way_id=80E +edge,1373,1373;41.3822942;-110.2264178:1374;41.3824077;-110.2261718,way_type=user_defined:way_id=80E +edge,1374,1374;41.3824077;-110.2261718:1375;41.3825484;-110.2258596,way_type=user_defined:way_id=80E +edge,1375,1375;41.3825484;-110.2258596:1376;41.3827683;-110.2253588,way_type=user_defined:way_id=80E +edge,1376,1376;41.3827683;-110.2253588:1377;41.3829038;-110.2250436,way_type=user_defined:way_id=80E +edge,1377,1377;41.3829038;-110.2250436:1378;41.3829933;-110.2248318,way_type=user_defined:way_id=80E +edge,1378,1378;41.3829933;-110.2248318:1379;41.3831016;-110.2245704,way_type=user_defined:way_id=80E +edge,1379,1379;41.3831016;-110.2245704:1380;41.3833244;-110.2240197,way_type=user_defined:way_id=80E +edge,1380,1380;41.3833244;-110.2240197:1381;41.3835344;-110.2234827,way_type=user_defined:way_id=80E +edge,1381,1381;41.3835344;-110.2234827:1382;41.3837434;-110.2229336,way_type=user_defined:way_id=80E +edge,1382,1382;41.3837434;-110.2229336:1383;41.3838521;-110.2226391,way_type=user_defined:way_id=80E +edge,1383,1383;41.3838521;-110.2226391:1384;41.3839451;-110.2223805,way_type=user_defined:way_id=80E +edge,1384,1384;41.3839451;-110.2223805:1385;41.3840494;-110.2220839,way_type=user_defined:way_id=80E +edge,1385,1385;41.3840494;-110.2220839:1386;41.3841397;-110.2218213,way_type=user_defined:way_id=80E +edge,1386,1386;41.3841397;-110.2218213:1387;41.3842395;-110.2215248,way_type=user_defined:way_id=80E +edge,1387,1387;41.3842395;-110.2215248:1388;41.3844116;-110.2209992,way_type=user_defined:way_id=80E +edge,1388,1388;41.3844116;-110.2209992:1389;41.3845076;-110.2206966,way_type=user_defined:way_id=80E +edge,1389,1389;41.3845076;-110.2206966:1390;41.3846009;-110.2203959,way_type=user_defined:way_id=80E +edge,1390,1390;41.3846009;-110.2203959:1391;41.3847758;-110.2198191,way_type=user_defined:way_id=80E +edge,1391,1391;41.3847758;-110.2198191:1392;41.3848549;-110.2195509,way_type=user_defined:way_id=80E +edge,1392,1392;41.3848549;-110.2195509:1393;41.384932;-110.2192821,way_type=user_defined:way_id=80E +edge,1393,1393;41.384932;-110.2192821:1394;41.3850181;-110.2189771,way_type=user_defined:way_id=80E +edge,1394,1394;41.3850181;-110.2189771:1395;41.3850924;-110.2187073,way_type=user_defined:way_id=80E +edge,1395,1395;41.3850924;-110.2187073:1396;41.3851738;-110.2184002,way_type=user_defined:way_id=80E +edge,1396,1396;41.3851738;-110.2184002:1397;41.3852517;-110.2180919,way_type=user_defined:way_id=80E +edge,1397,1397;41.3852517;-110.2180919:1398;41.3853181;-110.2178187,way_type=user_defined:way_id=80E +edge,1398,1398;41.3853181;-110.2178187:1399;41.3853928;-110.2174988,way_type=user_defined:way_id=80E +edge,1399,1399;41.3853928;-110.2174988:1400;41.38553209;-110.2168873,way_type=user_defined:way_id=80E +edge,1400,1400;41.38553209;-110.2168873:1401;41.38553209;-110.2168873,way_type=user_defined:way_id=80E +edge,1401,1401;41.38553209;-110.2168873:1402;41.3856681;-110.2162943,way_type=user_defined:way_id=80E +edge,1402,1402;41.3856681;-110.2162943:1403;41.3857898;-110.2157784,way_type=user_defined:way_id=80E +edge,1403,1403;41.3857898;-110.2157784:1404;41.3858597;-110.2154737,way_type=user_defined:way_id=80E +edge,1404,1404;41.3858597;-110.2154737:1405;41.3859262;-110.2151582,way_type=user_defined:way_id=80E +edge,1405,1405;41.3859262;-110.2151582:1406;41.3859827;-110.2148775,way_type=user_defined:way_id=80E +edge,1406,1406;41.3859827;-110.2148775:1407;41.3861203;-110.2141791,way_type=user_defined:way_id=80E +edge,1407,1407;41.3861203;-110.2141791:1408;41.3865828;-110.2118633,way_type=user_defined:way_id=80E +edge,1408,1408;41.3865828;-110.2118633:1409;41.3867584;-110.210995,way_type=user_defined:way_id=80E +edge,1409,1409;41.3867584;-110.210995:1410;41.3869904;-110.2098322,way_type=user_defined:way_id=80E +edge,1410,1410;41.3869904;-110.2098322:1411;41.3874397;-110.207594,way_type=user_defined:way_id=80E +edge,1411,1411;41.3874397;-110.207594:1412;41.3876481;-110.2065447,way_type=user_defined:way_id=80E +edge,1412,1412;41.3876481;-110.2065447:1413;41.3878227;-110.2056777,way_type=user_defined:way_id=80E +edge,1413,1413;41.3878227;-110.2056777:1414;41.3883524;-110.2030106,way_type=user_defined:way_id=80E +edge,1414,1414;41.3883524;-110.2030106:1415;41.38880222;-110.2007807,way_type=user_defined:way_id=80E +edge,1415,1415;41.38880222;-110.2007807:1416;41.3889997;-110.1998017,way_type=user_defined:way_id=80E +edge,1416,1416;41.3889997;-110.1998017:1417;41.3891941;-110.1988535,way_type=user_defined:way_id=80E +edge,1417,1417;41.3891941;-110.1988535:1418;41.3894809;-110.1973908,way_type=user_defined:way_id=80E +edge,1418,1418;41.3894809;-110.1973908:1419;41.38989;-110.1953336,way_type=user_defined:way_id=80E +edge,1419,1419;41.38989;-110.1953336:1420;41.3902432;-110.1935745,way_type=user_defined:way_id=80E +edge,1420,1420;41.3902432;-110.1935745:1421;41.3904776;-110.1923883,way_type=user_defined:way_id=80E +edge,1421,1421;41.3904776;-110.1923883:1422;41.3906035;-110.1917676,way_type=user_defined:way_id=80E +edge,1422,1422;41.3906035;-110.1917676:1423;41.3907202;-110.191203,way_type=user_defined:way_id=80E +edge,1423,1423;41.3907202;-110.191203:1424;41.3908516;-110.1905847,way_type=user_defined:way_id=80E +edge,1424,1424;41.3908516;-110.1905847:1425;41.3909363;-110.1902004,way_type=user_defined:way_id=80E +edge,1425,1425;41.3909363;-110.1902004:1426;41.3909363;-110.1902004,way_type=user_defined:way_id=80E +edge,1426,1426;41.3909363;-110.1902004:1427;41.3910407;-110.1897461,way_type=user_defined:way_id=80E +edge,1427,1427;41.3910407;-110.1897461:1428;41.3911133;-110.1894431,way_type=user_defined:way_id=80E +edge,1428,1428;41.3911133;-110.1894431:1429;41.3911919;-110.1891244,way_type=user_defined:way_id=80E +edge,1429,1429;41.3911919;-110.1891244:1430;41.3912698;-110.1888165,way_type=user_defined:way_id=80E +edge,1430,1430;41.3912698;-110.1888165:1431;41.3913939;-110.1883369,way_type=user_defined:way_id=80E +edge,1431,1431;41.3913939;-110.1883369:1432;41.39143767;-110.1881723,way_type=user_defined:way_id=80E +edge,1432,1432;41.39143767;-110.1881723:1433;41.3914848;-110.1879951,way_type=user_defined:way_id=80E +edge,1433,1433;41.3914848;-110.1879951:1434;41.3915679;-110.1876904,way_type=user_defined:way_id=80E +edge,1434,1434;41.3915679;-110.1876904:1435;41.3916433;-110.1874229,way_type=user_defined:way_id=80E +edge,1435,1435;41.3916433;-110.1874229:1436;41.3917513;-110.1870499,way_type=user_defined:way_id=80E +edge,1436,1436;41.3917513;-110.1870499:1437;41.3918906;-110.1865807,way_type=user_defined:way_id=80E +edge,1437,1437;41.3918906;-110.1865807:1438;41.391982;-110.1862804,way_type=user_defined:way_id=80E +edge,1438,1438;41.391982;-110.1862804:1439;41.3920643;-110.1860171,way_type=user_defined:way_id=80E +edge,1439,1439;41.3920643;-110.1860171:1440;41.392209;-110.1855663,way_type=user_defined:way_id=80E +edge,1440,1440;41.392209;-110.1855663:1441;41.3923447;-110.1851526,way_type=user_defined:way_id=80E +edge,1441,1441;41.3923447;-110.1851526:1442;41.39250731;-110.1846804,way_type=user_defined:way_id=80E +edge,1442,1442;41.39250731;-110.1846804:1443;41.39250731;-110.1846804,way_type=user_defined:way_id=80E +edge,1443,1443;41.39250731;-110.1846804:1444;41.3926264;-110.1843399,way_type=user_defined:way_id=80E +edge,1444,1444;41.3926264;-110.1843399:1445;41.3927356;-110.1840368,way_type=user_defined:way_id=80E +edge,1445,1445;41.3927356;-110.1840368:1446;41.3929277;-110.1835214,way_type=user_defined:way_id=80E +edge,1446,1446;41.3929277;-110.1835214:1447;41.3931487;-110.1829382,way_type=user_defined:way_id=80E +edge,1447,1447;41.3931487;-110.1829382:1448;41.3932583;-110.1826551,way_type=user_defined:way_id=80E +edge,1448,1448;41.3932583;-110.1826551:1449;41.3933734;-110.182366,way_type=user_defined:way_id=80E +edge,1449,1449;41.3933734;-110.182366:1450;41.3935822;-110.1818559,way_type=user_defined:way_id=80E +edge,1450,1450;41.3935822;-110.1818559:1451;41.3936885;-110.181605,way_type=user_defined:way_id=80E +edge,1451,1451;41.3936885;-110.181605:1452;41.3939206;-110.1810678,way_type=user_defined:way_id=80E +edge,1452,1452;41.3939206;-110.1810678:1453;41.39396062;-110.1809774,way_type=user_defined:way_id=80E +edge,1453,1453;41.39396062;-110.1809774:1454;41.3940457;-110.1807851,way_type=user_defined:way_id=80E +edge,1454,1454;41.3940457;-110.1807851:1455;41.3941735;-110.1805022,way_type=user_defined:way_id=80E +edge,1455,1455;41.3941735;-110.1805022:1456;41.3944121;-110.1799843,way_type=user_defined:way_id=80E +edge,1456,1456;41.3944121;-110.1799843:1457;41.3945318;-110.1797301,way_type=user_defined:way_id=80E +edge,1457,1457;41.3945318;-110.1797301:1458;41.3946751;-110.1794346,way_type=user_defined:way_id=80E +edge,1458,1458;41.3946751;-110.1794346:1459;41.3949171;-110.1789483,way_type=user_defined:way_id=80E +edge,1459,1459;41.3949171;-110.1789483:1460;41.39510127;-110.1785829,way_type=user_defined:way_id=80E +edge,1460,1460;41.39510127;-110.1785829:1461;41.39516689;-110.1784556,way_type=user_defined:way_id=80E +edge,1461,1461;41.39516689;-110.1784556:1462;41.39516689;-110.1784556,way_type=user_defined:way_id=80E +edge,1462,1462;41.39516689;-110.1784556:1463;41.3955732;-110.1776608,way_type=user_defined:way_id=80E +edge,1463,1463;41.3955732;-110.1776608:1464;41.39580596;-110.1772084,way_type=user_defined:way_id=80E +edge,1464,1464;41.39580596;-110.1772084:1465;41.3959614;-110.1769062,way_type=user_defined:way_id=80E +edge,1465,1465;41.3959614;-110.1769062:1466;41.3963432;-110.1761587,way_type=user_defined:way_id=80E +edge,1466,1466;41.3963432;-110.1761587:1467;41.3967463;-110.1753851,way_type=user_defined:way_id=80E +edge,1467,1467;41.3967463;-110.1753851:1468;41.3973876;-110.1741283,way_type=user_defined:way_id=80E +edge,1468,1468;41.3973876;-110.1741283:1469;41.3981726;-110.172603,way_type=user_defined:way_id=80E +edge,1469,1469;41.3981726;-110.172603:1470;41.3985887;-110.1718017,way_type=user_defined:way_id=80E +edge,1470,1470;41.3985887;-110.1718017:1471;41.3990786;-110.1708425,way_type=user_defined:way_id=80E +edge,1471,1471;41.3990786;-110.1708425:1472;41.3996041;-110.1698201,way_type=user_defined:way_id=80E +edge,1472,1472;41.3996041;-110.1698201:1473;41.4001206;-110.1688104,way_type=user_defined:way_id=80E +edge,1473,1473;41.4001206;-110.1688104:1474;41.4012969;-110.1665344,way_type=user_defined:way_id=80E +edge,1474,1474;41.4012969;-110.1665344:1475;41.4025989;-110.1639948,way_type=user_defined:way_id=80E +edge,1475,1475;41.4025989;-110.1639948:1476;41.4036099;-110.1620317,way_type=user_defined:way_id=80E +edge,1476,1476;41.4036099;-110.1620317:1477;41.404165;-110.1609472,way_type=user_defined:way_id=80E +edge,1477,1477;41.404165;-110.1609472:1478;41.4052094;-110.158918,way_type=user_defined:way_id=80E +edge,1478,1478;41.4052094;-110.158918:1479;41.4054522;-110.1584358,way_type=user_defined:way_id=80E +edge,1479,1479;41.4054522;-110.1584358:1480;41.4055866;-110.1581618,way_type=user_defined:way_id=80E +edge,1480,1480;41.4055866;-110.1581618:1481;41.4057188;-110.1578857,way_type=user_defined:way_id=80E +edge,1481,1481;41.4057188;-110.1578857:1482;41.4058333;-110.1576407,way_type=user_defined:way_id=80E +edge,1482,1482;41.4058333;-110.1576407:1483;41.4059564;-110.1573689,way_type=user_defined:way_id=80E +edge,1483,1483;41.4059564;-110.1573689:1484;41.4060688;-110.1571112,way_type=user_defined:way_id=80E +edge,1484,1484;41.4060688;-110.1571112:1485;41.4062048;-110.1567854,way_type=user_defined:way_id=80E +edge,1485,1485;41.4062048;-110.1567854:1486;41.4062904;-110.1565719,way_type=user_defined:way_id=80E +edge,1486,1486;41.4062904;-110.1565719:1487;41.4063923;-110.1563076,way_type=user_defined:way_id=80E +edge,1487,1487;41.4063923;-110.1563076:1488;41.406498;-110.1560238,way_type=user_defined:way_id=80E +edge,1488,1488;41.406498;-110.1560238:1489;41.4065946;-110.1557563,way_type=user_defined:way_id=80E +edge,1489,1489;41.4065946;-110.1557563:1490;41.4067097;-110.1554261,way_type=user_defined:way_id=80E +edge,1490,1490;41.4067097;-110.1554261:1491;41.4067889;-110.1551901,way_type=user_defined:way_id=80E +edge,1491,1491;41.4067889;-110.1551901:1492;41.4068827;-110.1548999,way_type=user_defined:way_id=80E +edge,1492,1492;41.4068827;-110.1548999:1493;41.4069862;-110.1545649,way_type=user_defined:way_id=80E +edge,1493,1493;41.4069862;-110.1545649:1494;41.4070556;-110.154332,way_type=user_defined:way_id=80E +edge,1494,1494;41.4070556;-110.154332:1495;41.4071321;-110.1540644,way_type=user_defined:way_id=80E +edge,1495,1495;41.4071321;-110.1540644:1496;41.4072176;-110.1537511,way_type=user_defined:way_id=80E +edge,1496,1496;41.4072176;-110.1537511:1497;41.4072711;-110.1535444,way_type=user_defined:way_id=80E +edge,1497,1497;41.4072711;-110.1535444:1498;41.4073648;-110.1531651,way_type=user_defined:way_id=80E +edge,1498,1498;41.4073648;-110.1531651:1499;41.4074303;-110.1528836,way_type=user_defined:way_id=80E +edge,1499,1499;41.4074303;-110.1528836:1500;41.4074967;-110.1525819,way_type=user_defined:way_id=80E +edge,1500,1500;41.4074967;-110.1525819:1501;41.4075562;-110.1522975,way_type=user_defined:way_id=80E +edge,1501,1501;41.4075562;-110.1522975:1502;41.4077321;-110.1514317,way_type=user_defined:way_id=80E +edge,1502,1502;41.4077321;-110.1514317:1503;41.4082026;-110.1490516,way_type=user_defined:way_id=80E +edge,1503,1503;41.4082026;-110.1490516:1504;41.408378;-110.1481444,way_type=user_defined:way_id=80E +edge,1504,1504;41.408378;-110.1481444:1505;41.408586;-110.1470982,way_type=user_defined:way_id=80E +edge,1505,1505;41.408586;-110.1470982:1506;41.4087211;-110.1463933,way_type=user_defined:way_id=80E +edge,1506,1506;41.4087211;-110.1463933:1507;41.4087775;-110.1461056,way_type=user_defined:way_id=80E +edge,1507,1507;41.4087775;-110.1461056:1508;41.4090888;-110.1445737,way_type=user_defined:way_id=80E +edge,1508,1508;41.4090888;-110.1445737:1509;41.4091329;-110.1443624,way_type=user_defined:way_id=80E +edge,1509,1509;41.4091329;-110.1443624:1510;41.4091986;-110.1440594,way_type=user_defined:way_id=80E +edge,1510,1510;41.4091986;-110.1440594:1511;41.4092697;-110.143748,way_type=user_defined:way_id=80E +edge,1511,1511;41.4092697;-110.143748:1512;41.4093352;-110.1434729,way_type=user_defined:way_id=80E +edge,1512,1512;41.4093352;-110.1434729:1513;41.4094127;-110.1431635,way_type=user_defined:way_id=80E +edge,1513,1513;41.4094127;-110.1431635:1514;41.4094843;-110.1428906,way_type=user_defined:way_id=80E +edge,1514,1514;41.4094843;-110.1428906:1515;41.4095683;-110.1425842,way_type=user_defined:way_id=80E +edge,1515,1515;41.4095683;-110.1425842:1516;41.4096428;-110.1423227,way_type=user_defined:way_id=80E +edge,1516,1516;41.4096428;-110.1423227:1517;41.4097468;-110.1419767,way_type=user_defined:way_id=80E +edge,1517,1517;41.4097468;-110.1419767:1518;41.4098168;-110.1417531,way_type=user_defined:way_id=80E +edge,1518,1518;41.4098168;-110.1417531:1519;41.4099057;-110.14148,way_type=user_defined:way_id=80E +edge,1519,1519;41.4099057;-110.14148:1520;41.4100065;-110.1411821,way_type=user_defined:way_id=80E +edge,1520,1520;41.4100065;-110.1411821:1521;41.4101111;-110.1408868,way_type=user_defined:way_id=80E +edge,1521,1521;41.4101111;-110.1408868:1522;41.4102313;-110.1405618,way_type=user_defined:way_id=80E +edge,1522,1522;41.4102313;-110.1405618:1523;41.410317;-110.1403374,way_type=user_defined:way_id=80E +edge,1523,1523;41.410317;-110.1403374:1524;41.4104077;-110.1401081,way_type=user_defined:way_id=80E +edge,1524,1524;41.4104077;-110.1401081:1525;41.4105248;-110.1398206,way_type=user_defined:way_id=80E +edge,1525,1525;41.4105248;-110.1398206:1526;41.410644;-110.1395355,way_type=user_defined:way_id=80E +edge,1526,1526;41.410644;-110.1395355:1527;41.4107627;-110.1392601,way_type=user_defined:way_id=80E +edge,1527,1527;41.4107627;-110.1392601:1528;41.4108773;-110.1390044,way_type=user_defined:way_id=80E +edge,1528,1528;41.4108773;-110.1390044:1529;41.4110034;-110.1387348,way_type=user_defined:way_id=80E +edge,1529,1529;41.4110034;-110.1387348:1530;41.4111253;-110.1384849,way_type=user_defined:way_id=80E +edge,1530,1530;41.4111253;-110.1384849:1531;41.4112593;-110.1382215,way_type=user_defined:way_id=80E +edge,1531,1531;41.4112593;-110.1382215:1532;41.4113831;-110.1379843,way_type=user_defined:way_id=80E +edge,1532,1532;41.4113831;-110.1379843:1533;41.4115087;-110.1377485,way_type=user_defined:way_id=80E +edge,1533,1533;41.4115087;-110.1377485:1534;41.4116527;-110.1374848,way_type=user_defined:way_id=80E +edge,1534,1534;41.4116527;-110.1374848:1535;41.4118214;-110.1371883,way_type=user_defined:way_id=80E +edge,1535,1535;41.4118214;-110.1371883:1536;41.411933;-110.1369976,way_type=user_defined:way_id=80E +edge,1536,1536;41.411933;-110.1369976:1537;41.4120732;-110.1367658,way_type=user_defined:way_id=80E +edge,1537,1537;41.4120732;-110.1367658:1538;41.4122294;-110.1365133,way_type=user_defined:way_id=80E +edge,1538,1538;41.4122294;-110.1365133:1539;41.4123697;-110.1362925,way_type=user_defined:way_id=80E +edge,1539,1539;41.4123697;-110.1362925:1540;41.4125274;-110.1360525,way_type=user_defined:way_id=80E +edge,1540,1540;41.4125274;-110.1360525:1541;41.412674;-110.1358371,way_type=user_defined:way_id=80E +edge,1541,1541;41.412674;-110.1358371:1542;41.4127479;-110.1357313,way_type=user_defined:way_id=80E +edge,1542,1542;41.4127479;-110.1357313:1543;41.4128422;-110.135597,way_type=user_defined:way_id=80E +edge,1543,1543;41.4128422;-110.135597:1544;41.4130133;-110.1353594,way_type=user_defined:way_id=80E +edge,1544,1544;41.4130133;-110.1353594:1545;41.4131659;-110.1351524,way_type=user_defined:way_id=80E +edge,1545,1545;41.4131659;-110.1351524:1546;41.4133209;-110.1349484,way_type=user_defined:way_id=80E +edge,1546,1546;41.4133209;-110.1349484:1547;41.4134981;-110.134722,way_type=user_defined:way_id=80E +edge,1547,1547;41.4134981;-110.134722:1548;41.4136571;-110.1345247,way_type=user_defined:way_id=80E +edge,1548,1548;41.4136571;-110.1345247:1549;41.4138172;-110.1343308,way_type=user_defined:way_id=80E +edge,1549,1549;41.4138172;-110.1343308:1550;41.4140231;-110.1340886,way_type=user_defined:way_id=80E +edge,1550,1550;41.4140231;-110.1340886:1551;41.414188;-110.1339009,way_type=user_defined:way_id=80E +edge,1551,1551;41.414188;-110.1339009:1552;41.4143558;-110.1337167,way_type=user_defined:way_id=80E +edge,1552,1552;41.4143558;-110.1337167:1553;41.414548;-110.1335131,way_type=user_defined:way_id=80E +edge,1553,1553;41.414548;-110.1335131:1554;41.4147206;-110.1333368,way_type=user_defined:way_id=80E +edge,1554,1554;41.4147206;-110.1333368:1555;41.4149172;-110.1331409,way_type=user_defined:way_id=80E +edge,1555,1555;41.4149172;-110.1331409:1556;41.4151104;-110.1329538,way_type=user_defined:way_id=80E +edge,1556,1556;41.4151104;-110.1329538:1557;41.4152942;-110.1327814,way_type=user_defined:way_id=80E +edge,1557,1557;41.4152942;-110.1327814:1558;41.4154737;-110.132617,way_type=user_defined:way_id=80E +edge,1558,1558;41.4154737;-110.132617:1559;41.4156781;-110.1324354,way_type=user_defined:way_id=80E +edge,1559,1559;41.4156781;-110.1324354:1560;41.4158792;-110.1322635,way_type=user_defined:way_id=80E +edge,1560,1560;41.4158792;-110.1322635:1561;41.4160698;-110.1321048,way_type=user_defined:way_id=80E +edge,1561,1561;41.4160698;-110.1321048:1562;41.4162566;-110.1319548,way_type=user_defined:way_id=80E +edge,1562,1562;41.4162566;-110.1319548:1563;41.4164636;-110.1317944,way_type=user_defined:way_id=80E +edge,1563,1563;41.4164636;-110.1317944:1564;41.4166785;-110.131634,way_type=user_defined:way_id=80E +edge,1564,1564;41.4166785;-110.131634:1565;41.4168958;-110.1314787,way_type=user_defined:way_id=80E +edge,1565,1565;41.4168958;-110.1314787:1566;41.417089;-110.1313448,way_type=user_defined:way_id=80E +edge,1566,1566;41.417089;-110.1313448:1567;41.4172811;-110.1312148,way_type=user_defined:way_id=80E +edge,1567,1567;41.4172811;-110.1312148:1568;41.4174961;-110.1310743,way_type=user_defined:way_id=80E +edge,1568,1568;41.4174961;-110.1310743:1569;41.4176997;-110.1309458,way_type=user_defined:way_id=80E +edge,1569,1569;41.4176997;-110.1309458:1570;41.4179167;-110.1308141,way_type=user_defined:way_id=80E +edge,1570,1570;41.4179167;-110.1308141:1571;41.4181229;-110.1306946,way_type=user_defined:way_id=80E +edge,1571,1571;41.4181229;-110.1306946:1572;41.4182981;-110.1305963,way_type=user_defined:way_id=80E +edge,1572,1572;41.4182981;-110.1305963:1573;41.4189462;-110.1302357,way_type=user_defined:way_id=80E +edge,1573,1573;41.4189462;-110.1302357:1574;41.4206141;-110.1293154,way_type=user_defined:way_id=80E +edge,1574,1574;41.4206141;-110.1293154:1575;41.4212913;-110.1289397,way_type=user_defined:way_id=80E +edge,1575,1575;41.4212913;-110.1289397:1576;41.4217177;-110.1286968,way_type=user_defined:way_id=80E +edge,1576,1576;41.4217177;-110.1286968:1577;41.4219401;-110.1285662,way_type=user_defined:way_id=80E +edge,1577,1577;41.4219401;-110.1285662:1578;41.4221293;-110.1284508,way_type=user_defined:way_id=80E +edge,1578,1578;41.4221293;-110.1284508:1579;41.4223543;-110.1283077,way_type=user_defined:way_id=80E +edge,1579,1579;41.4223543;-110.1283077:1580;41.4225519;-110.1281762,way_type=user_defined:way_id=80E +edge,1580,1580;41.4225519;-110.1281762:1581;41.422666;-110.1280977,way_type=user_defined:way_id=80E +edge,1581,1581;41.422666;-110.1280977:1582;41.4227673;-110.1280276,way_type=user_defined:way_id=80E +edge,1582,1582;41.4227673;-110.1280276:1583;41.4229625;-110.1278884,way_type=user_defined:way_id=80E +edge,1583,1583;41.4229625;-110.1278884:1584;41.4231496;-110.1277496,way_type=user_defined:way_id=80E +edge,1584,1584;41.4231496;-110.1277496:1585;41.4233655;-110.1275831,way_type=user_defined:way_id=80E +edge,1585,1585;41.4233655;-110.1275831:1586;41.4235489;-110.1274371,way_type=user_defined:way_id=80E +edge,1586,1586;41.4235489;-110.1274371:1587;41.4236643;-110.1273429,way_type=user_defined:way_id=80E +edge,1587,1587;41.4236643;-110.1273429:1588;41.4239178;-110.1271319,way_type=user_defined:way_id=80E +edge,1588,1588;41.4239178;-110.1271319:1589;41.4241205;-110.1269552,way_type=user_defined:way_id=80E +edge,1589,1589;41.4241205;-110.1269552:1590;41.4242982;-110.1267942,way_type=user_defined:way_id=80E +edge,1590,1590;41.4242982;-110.1267942:1591;41.4244974;-110.1266099,way_type=user_defined:way_id=80E +edge,1591,1591;41.4244974;-110.1266099:1592;41.4246776;-110.1264382,way_type=user_defined:way_id=80E +edge,1592,1592;41.4246776;-110.1264382:1593;41.4248729;-110.1262459,way_type=user_defined:way_id=80E +edge,1593,1593;41.4248729;-110.1262459:1594;41.4250485;-110.1260666,way_type=user_defined:way_id=80E +edge,1594,1594;41.4250485;-110.1260666:1595;41.4252391;-110.1258655,way_type=user_defined:way_id=80E +edge,1595,1595;41.4252391;-110.1258655:1596;41.4254062;-110.1256846,way_type=user_defined:way_id=80E +edge,1596,1596;41.4254062;-110.1256846:1597;41.4255773;-110.1254946,way_type=user_defined:way_id=80E +edge,1597,1597;41.4255773;-110.1254946:1598;41.4257626;-110.1252828,way_type=user_defined:way_id=80E +edge,1598,1598;41.4257626;-110.1252828:1599;41.4259401;-110.1250741,way_type=user_defined:way_id=80E +edge,1599,1599;41.4259401;-110.1250741:1600;41.4261049;-110.1248753,way_type=user_defined:way_id=80E +edge,1600,1600;41.4261049;-110.1248753:1601;41.4262618;-110.1246789,way_type=user_defined:way_id=80E +edge,1601,1601;41.4262618;-110.1246789:1602;41.426437;-110.1244525,way_type=user_defined:way_id=80E +edge,1602,1602;41.426437;-110.1244525:1603;41.4266092;-110.1242227,way_type=user_defined:way_id=80E +edge,1603,1603;41.4266092;-110.1242227:1604;41.426778;-110.1239905,way_type=user_defined:way_id=80E +edge,1604,1604;41.426778;-110.1239905:1605;41.4269066;-110.1238088,way_type=user_defined:way_id=80E +edge,1605,1605;41.4269066;-110.1238088:1606;41.4270373;-110.1236196,way_type=user_defined:way_id=80E +edge,1606,1606;41.4270373;-110.1236196:1607;41.4272239;-110.1233428,way_type=user_defined:way_id=80E +edge,1607,1607;41.4272239;-110.1233428:1608;41.4273646;-110.1231271,way_type=user_defined:way_id=80E +edge,1608,1608;41.4273646;-110.1231271:1609;41.4275211;-110.1228794,way_type=user_defined:way_id=80E +edge,1609,1609;41.4275211;-110.1228794:1610;41.427692;-110.1225983,way_type=user_defined:way_id=80E +edge,1610,1610;41.427692;-110.1225983:1611;41.4278119;-110.1223968,way_type=user_defined:way_id=80E +edge,1611,1611;41.4278119;-110.1223968:1612;41.4279081;-110.1222308,way_type=user_defined:way_id=80E +edge,1612,1612;41.4279081;-110.1222308:1613;41.4279602;-110.12214,way_type=user_defined:way_id=80E +edge,1613,1613;41.4279602;-110.12214:1614;41.4280749;-110.1219334,way_type=user_defined:way_id=80E +edge,1614,1614;41.4280749;-110.1219334:1615;41.4281497;-110.1217941,way_type=user_defined:way_id=80E +edge,1615,1615;41.4281497;-110.1217941:1616;41.4282159;-110.12167,way_type=user_defined:way_id=80E +edge,1616,1616;41.4282159;-110.12167:1617;41.4283382;-110.1214347,way_type=user_defined:way_id=80E +edge,1617,1617;41.4283382;-110.1214347:1618;41.428522;-110.1210721,way_type=user_defined:way_id=80E +edge,1618,1618;41.428522;-110.1210721:1619;41.428609;-110.1208975,way_type=user_defined:way_id=80E +edge,1619,1619;41.428609;-110.1208975:1620;41.4287296;-110.1206497,way_type=user_defined:way_id=80E +edge,1620,1620;41.4287296;-110.1206497:1621;41.4288551;-110.1203822,way_type=user_defined:way_id=80E +edge,1621,1621;41.4288551;-110.1203822:1622;41.4289841;-110.1200952,way_type=user_defined:way_id=80E +edge,1622,1622;41.4289841;-110.1200952:1623;41.4290771;-110.1198798,way_type=user_defined:way_id=80E +edge,1623,1623;41.4290771;-110.1198798:1624;41.4291955;-110.1195957,way_type=user_defined:way_id=80E +edge,1624,1624;41.4291955;-110.1195957:1625;41.4293009;-110.1193344,way_type=user_defined:way_id=80E +edge,1625,1625;41.4293009;-110.1193344:1626;41.4294137;-110.1190459,way_type=user_defined:way_id=80E +edge,1626,1626;41.4294137;-110.1190459:1627;41.4295112;-110.1187882,way_type=user_defined:way_id=80E +edge,1627,1627;41.4295112;-110.1187882:1628;41.4296031;-110.1185364,way_type=user_defined:way_id=80E +edge,1628,1628;41.4296031;-110.1185364:1629;41.429711;-110.1182326,way_type=user_defined:way_id=80E +edge,1629,1629;41.429711;-110.1182326:1630;41.4302999;-110.1165256,way_type=user_defined:way_id=80E +edge,1630,1630;41.4302999;-110.1165256:1631;41.4306853;-110.1154205,way_type=user_defined:way_id=80E +edge,1631,1631;41.4306853;-110.1154205:1632;41.43094226;-110.1146718,way_type=user_defined:way_id=80E +edge,1632,1632;41.43094226;-110.1146718:1633;41.4313557;-110.1134672,way_type=user_defined:way_id=80E +edge,1633,1633;41.4313557;-110.1134672:1634;41.4314691;-110.1131409,way_type=user_defined:way_id=80E +edge,1634,1634;41.4314691;-110.1131409:1635;41.4314691;-110.1131409,way_type=user_defined:way_id=80E +edge,1635,1635;41.4314691;-110.1131409:1636;41.4316743;-110.1125495,way_type=user_defined:way_id=80E +edge,1636,1636;41.4316743;-110.1125495:1637;41.4321385;-110.1111983,way_type=user_defined:way_id=80E +edge,1637,1637;41.4321385;-110.1111983:1638;41.43232873;-110.1106506,way_type=user_defined:way_id=80E +edge,1638,1638;41.43232873;-110.1106506:1639;41.4325256;-110.1100837,way_type=user_defined:way_id=80E +edge,1639,1639;41.4325256;-110.1100837:1640;41.43306812;-110.1085081,way_type=user_defined:way_id=80E +edge,1640,1640;41.43306812;-110.1085081:1641;41.43306812;-110.1085081,way_type=user_defined:way_id=80E +edge,1641,1641;41.43306812;-110.1085081:1642;41.4332121;-110.1080943,way_type=user_defined:way_id=80E +edge,1642,1642;41.4332121;-110.1080943:1643;41.4335119;-110.1072409,way_type=user_defined:way_id=80E +edge,1643,1643;41.4335119;-110.1072409:1644;41.43382436;-110.1063306,way_type=user_defined:way_id=80E +edge,1644,1644;41.43382436;-110.1063306:1645;41.4338964;-110.1061207,way_type=user_defined:way_id=80E +edge,1645,1645;41.4338964;-110.1061207:1646;41.4344656;-110.1044719,way_type=user_defined:way_id=80E +edge,1646,1646;41.4344656;-110.1044719:1647;41.4347591;-110.1036152,way_type=user_defined:way_id=80E +edge,1647,1647;41.4347591;-110.1036152:1648;41.4349397;-110.1030926,way_type=user_defined:way_id=80E +edge,1648,1648;41.4349397;-110.1030926:1649;41.4349397;-110.1030926,way_type=user_defined:way_id=80E +edge,1649,1649;41.4349397;-110.1030926:1650;41.4353399;-110.1019402,way_type=user_defined:way_id=80E +edge,1650,1650;41.4353399;-110.1019402:1651;41.4355279;-110.1014157,way_type=user_defined:way_id=80E +edge,1651,1651;41.4355279;-110.1014157:1652;41.4356594;-110.1010585,way_type=user_defined:way_id=80E +edge,1652,1652;41.4356594;-110.1010585:1653;41.4358313;-110.1006036,way_type=user_defined:way_id=80E +edge,1653,1653;41.4358313;-110.1006036:1654;41.4360177;-110.1001256,way_type=user_defined:way_id=80E +edge,1654,1654;41.4360177;-110.1001256:1655;41.43617539;-110.0997306,way_type=user_defined:way_id=80E +edge,1655,1655;41.43617539;-110.0997306:1656;41.4362597;-110.0995194,way_type=user_defined:way_id=80E +edge,1656,1656;41.4362597;-110.0995194:1657;41.4363778;-110.0992344,way_type=user_defined:way_id=80E +edge,1657,1657;41.4363778;-110.0992344:1658;41.4366091;-110.0986935,way_type=user_defined:way_id=80E +edge,1658,1658;41.4366091;-110.0986935:1659;41.4367176;-110.0984443,way_type=user_defined:way_id=80E +edge,1659,1659;41.4367176;-110.0984443:1660;41.4368274;-110.0981969,way_type=user_defined:way_id=80E +edge,1660,1660;41.4368274;-110.0981969:1661;41.4369573;-110.0979094,way_type=user_defined:way_id=80E +edge,1661,1661;41.4369573;-110.0979094:1662;41.4370773;-110.0976494,way_type=user_defined:way_id=80E +edge,1662,1662;41.4370773;-110.0976494:1663;41.4371955;-110.0973982,way_type=user_defined:way_id=80E +edge,1663,1663;41.4371955;-110.0973982:1664;41.4374458;-110.0968747,way_type=user_defined:way_id=80E +edge,1664,1664;41.4374458;-110.0968747:1665;41.4376823;-110.0963945,way_type=user_defined:way_id=80E +edge,1665,1665;41.4376823;-110.0963945:1666;41.4378172;-110.0961238,way_type=user_defined:way_id=80E +edge,1666,1666;41.4378172;-110.0961238:1667;41.4379605;-110.0958449,way_type=user_defined:way_id=80E +edge,1667,1667;41.4379605;-110.0958449:1668;41.4381297;-110.0955271,way_type=user_defined:way_id=80E +edge,1668,1668;41.4381297;-110.0955271:1669;41.4384965;-110.094854,way_type=user_defined:way_id=80E +edge,1669,1669;41.4384965;-110.094854:1670;41.4386969;-110.0944918,way_type=user_defined:way_id=80E +edge,1670,1670;41.4386969;-110.0944918:1671;41.4394546;-110.0931405,way_type=user_defined:way_id=80E +edge,1671,1671;41.4394546;-110.0931405:1672;41.4398909;-110.0923577,way_type=user_defined:way_id=80E +edge,1672,1672;41.4398909;-110.0923577:1673;41.440189;-110.0918319,way_type=user_defined:way_id=80E +edge,1673,1673;41.440189;-110.0918319:1674;41.4407134;-110.0908987,way_type=user_defined:way_id=80E +edge,1674,1674;41.4407134;-110.0908987:1675;41.441731;-110.0890975,way_type=user_defined:way_id=80E +edge,1675,1675;41.441731;-110.0890975:1676;41.4425122;-110.0877037,way_type=user_defined:way_id=80E +edge,1676,1676;41.4425122;-110.0877037:1677;41.4434792;-110.085992,way_type=user_defined:way_id=80E +edge,1677,1677;41.4434792;-110.085992:1678;41.4444528;-110.0842597,way_type=user_defined:way_id=80E +edge,1678,1678;41.4444528;-110.0842597:1679;41.4448642;-110.0835335,way_type=user_defined:way_id=80E +edge,1679,1679;41.4448642;-110.0835335:1680;41.4456995;-110.0820446,way_type=user_defined:way_id=80E +edge,1680,1680;41.4456995;-110.0820446:1681;41.4463825;-110.0808334,way_type=user_defined:way_id=80E +edge,1681,1681;41.4463825;-110.0808334:1682;41.4472165;-110.0793591,way_type=user_defined:way_id=80E +edge,1682,1682;41.4472165;-110.0793591:1683;41.4477538;-110.0784002,way_type=user_defined:way_id=80E +edge,1683,1683;41.4477538;-110.0784002:1684;41.4484557;-110.077158,way_type=user_defined:way_id=80E +edge,1684,1684;41.4484557;-110.077158:1685;41.4495666;-110.0751858,way_type=user_defined:way_id=80E +edge,1685,1685;41.4495666;-110.0751858:1686;41.4504449;-110.0736231,way_type=user_defined:way_id=80E +edge,1686,1686;41.4504449;-110.0736231:1687;41.4509724;-110.0726894,way_type=user_defined:way_id=80E +edge,1687,1687;41.4509724;-110.0726894:1688;41.4519025;-110.071029,way_type=user_defined:way_id=80E +edge,1688,1688;41.4519025;-110.071029:1689;41.4526064;-110.0697866,way_type=user_defined:way_id=80E +edge,1689,1689;41.4526064;-110.0697866:1690;41.4530495;-110.0690012,way_type=user_defined:way_id=80E +edge,1690,1690;41.4530495;-110.0690012:1691;41.4534833;-110.068227,way_type=user_defined:way_id=80E +edge,1691,1691;41.4534833;-110.068227:1692;41.4539903;-110.0673282,way_type=user_defined:way_id=80E +edge,1692,1692;41.4539903;-110.0673282:1693;41.4545984;-110.0662444,way_type=user_defined:way_id=80E +edge,1693,1693;41.4545984;-110.0662444:1694;41.4555115;-110.0646286,way_type=user_defined:way_id=80E +edge,1694,1694;41.4555115;-110.0646286:1695;41.4560795;-110.0636135,way_type=user_defined:way_id=80E +edge,1695,1695;41.4560795;-110.0636135:1696;41.4566401;-110.062619,way_type=user_defined:way_id=80E +edge,1696,1696;41.4566401;-110.062619:1697;41.4569273;-110.0621044,way_type=user_defined:way_id=80E +edge,1697,1697;41.4569273;-110.0621044:1698;41.4573971;-110.0612745,way_type=user_defined:way_id=80E +edge,1698,1698;41.4573971;-110.0612745:1699;41.4578609;-110.0604512,way_type=user_defined:way_id=80E +edge,1699,1699;41.4578609;-110.0604512:1700;41.459036;-110.0583646,way_type=user_defined:way_id=80E +edge,1700,1700;41.459036;-110.0583646:1701;41.4596534;-110.0572644,way_type=user_defined:way_id=80E +edge,1701,1701;41.4596534;-110.0572644:1702;41.46023238;-110.0562443,way_type=user_defined:way_id=80E +edge,1702,1702;41.46023238;-110.0562443:1703;41.46100569;-110.0548935,way_type=user_defined:way_id=80E +edge,1703,1703;41.46100569;-110.0548935:1704;41.4611268;-110.0546552,way_type=user_defined:way_id=80E +edge,1704,1704;41.4611268;-110.0546552:1705;41.4611268;-110.0546552,way_type=user_defined:way_id=80E +edge,1705,1705;41.4611268;-110.0546552:1706;41.4613409;-110.0542741,way_type=user_defined:way_id=80E +edge,1706,1706;41.4613409;-110.0542741:1707;41.4621695;-110.0528089,way_type=user_defined:way_id=80E +edge,1707,1707;41.4621695;-110.0528089:1708;41.4629739;-110.0513715,way_type=user_defined:way_id=80E +edge,1708,1708;41.4629739;-110.0513715:1709;41.4633944;-110.0506262,way_type=user_defined:way_id=80E +edge,1709,1709;41.4633944;-110.0506262:1710;41.46429518;-110.0490236,way_type=user_defined:way_id=80E +edge,1710,1710;41.46429518;-110.0490236:1711;41.46429518;-110.0490236,way_type=user_defined:way_id=80E +edge,1711,1711;41.46429518;-110.0490236:1712;41.4647829;-110.0481601,way_type=user_defined:way_id=80E +edge,1712,1712;41.4647829;-110.0481601:1713;41.4651775;-110.0474571,way_type=user_defined:way_id=80E +edge,1713,1713;41.4651775;-110.0474571:1714;41.4658934;-110.0461873,way_type=user_defined:way_id=80E +edge,1714,1714;41.4658934;-110.0461873:1715;41.4663057;-110.045462,way_type=user_defined:way_id=80E +edge,1715,1715;41.4663057;-110.045462:1716;41.4668726;-110.0444519,way_type=user_defined:way_id=80E +edge,1716,1716;41.4668726;-110.0444519:1717;41.4671385;-110.0439814,way_type=user_defined:way_id=80E +edge,1717,1717;41.4671385;-110.0439814:1718;41.4674182;-110.0434957,way_type=user_defined:way_id=80E +edge,1718,1718;41.4674182;-110.0434957:1719;41.4676909;-110.0430335,way_type=user_defined:way_id=80E +edge,1719,1719;41.4676909;-110.0430335:1720;41.4680245;-110.0424805,way_type=user_defined:way_id=80E +edge,1720,1720;41.4680245;-110.0424805:1721;41.4682867;-110.0420535,way_type=user_defined:way_id=80E +edge,1721,1721;41.4682867;-110.0420535:1722;41.4684283;-110.0418302,way_type=user_defined:way_id=80E +edge,1722,1722;41.4684283;-110.0418302:1723;41.4685796;-110.041597,way_type=user_defined:way_id=80E +edge,1723,1723;41.4685796;-110.041597:1724;41.4687477;-110.0413426,way_type=user_defined:way_id=80E +edge,1724,1724;41.4687477;-110.0413426:1725;41.4688742;-110.0411542,way_type=user_defined:way_id=80E +edge,1725,1725;41.4688742;-110.0411542:1726;41.4691903;-110.0406871,way_type=user_defined:way_id=80E +edge,1726,1726;41.4691903;-110.0406871:1727;41.4693485;-110.0404562,way_type=user_defined:way_id=80E +edge,1727,1727;41.4693485;-110.0404562:1728;41.469517;-110.0402147,way_type=user_defined:way_id=80E +edge,1728,1728;41.469517;-110.0402147:1729;41.4696663;-110.0400047,way_type=user_defined:way_id=80E +edge,1729,1729;41.4696663;-110.0400047:1730;41.4698322;-110.0397756,way_type=user_defined:way_id=80E +edge,1730,1730;41.4698322;-110.0397756:1731;41.4699943;-110.0395554,way_type=user_defined:way_id=80E +edge,1731,1731;41.4699943;-110.0395554:1732;41.4703359;-110.0391001,way_type=user_defined:way_id=80E +edge,1732,1732;41.4703359;-110.0391001:1733;41.4704909;-110.0388978,way_type=user_defined:way_id=80E +edge,1733,1733;41.4704909;-110.0388978:1734;41.4706683;-110.0386704,way_type=user_defined:way_id=80E +edge,1734,1734;41.4706683;-110.0386704:1735;41.4708312;-110.0384655,way_type=user_defined:way_id=80E +edge,1735,1735;41.4708312;-110.0384655:1736;41.4710061;-110.0382494,way_type=user_defined:way_id=80E +edge,1736,1736;41.4710061;-110.0382494:1737;41.4712481;-110.0379547,way_type=user_defined:way_id=80E +edge,1737,1737;41.4712481;-110.0379547:1738;41.4715068;-110.0376444,way_type=user_defined:way_id=80E +edge,1738,1738;41.4715068;-110.0376444:1739;41.4716733;-110.037448,way_type=user_defined:way_id=80E +edge,1739,1739;41.4716733;-110.037448:1740;41.4718358;-110.0372596,way_type=user_defined:way_id=80E +edge,1740,1740;41.4718358;-110.0372596:1741;41.4720266;-110.0370412,way_type=user_defined:way_id=80E +edge,1741,1741;41.4720266;-110.0370412:1742;41.4722079;-110.0368367,way_type=user_defined:way_id=80E +edge,1742,1742;41.4722079;-110.0368367:1743;41.4723793;-110.0366465,way_type=user_defined:way_id=80E +edge,1743,1743;41.4723793;-110.0366465:1744;41.47259;-110.0364172,way_type=user_defined:way_id=80E +edge,1744,1744;41.47259;-110.0364172:1745;41.4736243;-110.0353037,way_type=user_defined:way_id=80E +edge,1745,1745;41.4736243;-110.0353037:1746;41.4739855;-110.0349185,way_type=user_defined:way_id=80E +edge,1746,1746;41.4739855;-110.0349185:1747;41.4752391;-110.0335746,way_type=user_defined:way_id=80E +edge,1747,1747;41.4752391;-110.0335746:1748;41.476002;-110.0327603,way_type=user_defined:way_id=80E +edge,1748,1748;41.476002;-110.0327603:1749;41.4768732;-110.0318243,way_type=user_defined:way_id=80E +edge,1749,1749;41.4768732;-110.0318243:1750;41.4775731;-110.0310797,way_type=user_defined:way_id=80E +edge,1750,1750;41.4775731;-110.0310797:1751;41.4789209;-110.029634,way_type=user_defined:way_id=80E +edge,1751,1751;41.4789209;-110.029634:1752;41.4795483;-110.0289671,way_type=user_defined:way_id=80E +edge,1752,1752;41.4795483;-110.0289671:1753;41.4804395;-110.0280117,way_type=user_defined:way_id=80E +edge,1753,1753;41.4804395;-110.0280117:1754;41.4809948;-110.0274204,way_type=user_defined:way_id=80E +edge,1754,1754;41.4809948;-110.0274204:1755;41.4818633;-110.0264874,way_type=user_defined:way_id=80E +edge,1755,1755;41.4818633;-110.0264874:1756;41.4833294;-110.0249171,way_type=user_defined:way_id=80E +edge,1756,1756;41.4833294;-110.0249171:1757;41.48352334;-110.0247079,way_type=user_defined:way_id=80E +edge,1757,1757;41.48352334;-110.0247079:1758;41.4838874;-110.0243151,way_type=user_defined:way_id=80E +edge,1758,1758;41.4838874;-110.0243151:1759;41.486224;-110.0218205,way_type=user_defined:way_id=80E +edge,1759,1759;41.486224;-110.0218205:1760;41.4874822;-110.020473,way_type=user_defined:way_id=80E +edge,1760,1760;41.4874822;-110.020473:1761;41.4878558;-110.0200703,way_type=user_defined:way_id=80E +edge,1761,1761;41.4878558;-110.0200703:1762;41.4880277;-110.0198827,way_type=user_defined:way_id=80E +edge,1762,1762;41.4880277;-110.0198827:1763;41.4882324;-110.0196547,way_type=user_defined:way_id=80E +edge,1763,1763;41.4882324;-110.0196547:1764;41.4885061;-110.0193426,way_type=user_defined:way_id=80E +edge,1764,1764;41.4885061;-110.0193426:1765;41.4886859;-110.0191325,way_type=user_defined:way_id=80E +edge,1765,1765;41.4886859;-110.0191325:1766;41.48891;-110.018866,way_type=user_defined:way_id=80E +edge,1766,1766;41.48891;-110.018866:1767;41.4892099;-110.0185044,way_type=user_defined:way_id=80E +edge,1767,1767;41.4892099;-110.0185044:1768;41.48976729;-110.0178234,way_type=user_defined:way_id=80E +edge,1768,1768;41.48976729;-110.0178234:1769;41.48976729;-110.0178234,way_type=user_defined:way_id=80E +edge,1769,1769;41.48976729;-110.0178234:1770;41.4905986;-110.0168115,way_type=user_defined:way_id=80E +edge,1770,1770;41.4905986;-110.0168115:1771;41.4913938;-110.0158394,way_type=user_defined:way_id=80E +edge,1771,1771;41.4913938;-110.0158394:1772;41.4918172;-110.0153249,way_type=user_defined:way_id=80E +edge,1772,1772;41.4918172;-110.0153249:1773;41.4924842;-110.0145057,way_type=user_defined:way_id=80E +edge,1773,1773;41.4924842;-110.0145057:1774;41.49340518;-110.0133888,way_type=user_defined:way_id=80E +edge,1774,1774;41.49340518;-110.0133888:1775;41.49340518;-110.0133888,way_type=user_defined:way_id=80E +edge,1775,1775;41.49340518;-110.0133888:1776;41.4936693;-110.0130696,way_type=user_defined:way_id=80E +edge,1776,1776;41.4936693;-110.0130696:1777;41.4953388;-110.0110334,way_type=user_defined:way_id=80E +edge,1777,1777;41.4953388;-110.0110334:1778;41.4958827;-110.0103753,way_type=user_defined:way_id=80E +edge,1778,1778;41.4958827;-110.0103753:1779;41.4960649;-110.0101525,way_type=user_defined:way_id=80E +edge,1779,1779;41.4960649;-110.0101525:1780;41.496245;-110.0099277,way_type=user_defined:way_id=80E +edge,1780,1780;41.496245;-110.0099277:1781;41.4963976;-110.0097327,way_type=user_defined:way_id=80E +edge,1781,1781;41.4963976;-110.0097327:1782;41.4965339;-110.0095555,way_type=user_defined:way_id=80E +edge,1782,1782;41.4965339;-110.0095555:1783;41.4967351;-110.0092919,way_type=user_defined:way_id=80E +edge,1783,1783;41.4967351;-110.0092919:1784;41.4970639;-110.0088526,way_type=user_defined:way_id=80E +edge,1784,1784;41.4970639;-110.0088526:1785;41.4972316;-110.0086248,way_type=user_defined:way_id=80E +edge,1785,1785;41.4972316;-110.0086248:1786;41.4973878;-110.0084094,way_type=user_defined:way_id=80E +edge,1786,1786;41.4973878;-110.0084094:1787;41.4975517;-110.0081777,way_type=user_defined:way_id=80E +edge,1787,1787;41.4975517;-110.0081777:1788;41.4978653;-110.0077243,way_type=user_defined:way_id=80E +edge,1788,1788;41.4978653;-110.0077243:1789;41.4980106;-110.0075098,way_type=user_defined:way_id=80E +edge,1789,1789;41.4980106;-110.0075098:1790;41.4981734;-110.0072642,way_type=user_defined:way_id=80E +edge,1790,1790;41.4981734;-110.0072642:1791;41.4984764;-110.0067963,way_type=user_defined:way_id=80E +edge,1791,1791;41.4984764;-110.0067963:1792;41.498775;-110.0063221,way_type=user_defined:way_id=80E +edge,1792,1792;41.498775;-110.0063221:1793;41.4990876;-110.0058133,way_type=user_defined:way_id=80E +edge,1793,1793;41.4990876;-110.0058133:1794;41.4992201;-110.005593,way_type=user_defined:way_id=80E +edge,1794,1794;41.4992201;-110.005593:1795;41.4993591;-110.0053574,way_type=user_defined:way_id=80E +edge,1795,1795;41.4993591;-110.0053574:1796;41.4995055;-110.0051044,way_type=user_defined:way_id=80E +edge,1796,1796;41.4995055;-110.0051044:1797;41.4996412;-110.004866,way_type=user_defined:way_id=80E +edge,1797,1797;41.4996412;-110.004866:1798;41.4998529;-110.0044864,way_type=user_defined:way_id=80E +edge,1798,1798;41.4998529;-110.0044864:1799;41.5000453;-110.0041364,way_type=user_defined:way_id=80E +edge,1799,1799;41.5000453;-110.0041364:1800;41.50031;-110.0036422,way_type=user_defined:way_id=80E +edge,1800,1800;41.50031;-110.0036422:1801;41.5004537;-110.0033655,way_type=user_defined:way_id=80E +edge,1801,1801;41.5004537;-110.0033655:1802;41.5005559;-110.0031641,way_type=user_defined:way_id=80E +edge,1802,1802;41.5005559;-110.0031641:1803;41.5007122;-110.0028532,way_type=user_defined:way_id=80E +edge,1803,1803;41.5007122;-110.0028532:1804;41.5018699;-110.0005193,way_type=user_defined:way_id=80E +edge,1804,1804;41.5018699;-110.0005193:1805;41.5022596;-109.999739,way_type=user_defined:way_id=80E +edge,1805,1805;41.5022596;-109.999739:1806;41.5027593;-109.9987269,way_type=user_defined:way_id=80E +edge,1806,1806;41.5027593;-109.9987269:1807;41.5034199;-109.9974064,way_type=user_defined:way_id=80E +edge,1807,1807;41.5034199;-109.9974064:1808;41.5037639;-109.9967155,way_type=user_defined:way_id=80E +edge,1808,1808;41.5037639;-109.9967155:1809;41.5042755;-109.9956779,way_type=user_defined:way_id=80E +edge,1809,1809;41.5042755;-109.9956779:1810;41.5050526;-109.9941076,way_type=user_defined:way_id=80E +edge,1810,1810;41.5050526;-109.9941076:1811;41.5052986;-109.9936204,way_type=user_defined:way_id=80E +edge,1811,1811;41.5052986;-109.9936204:1812;41.5054211;-109.9933827,way_type=user_defined:way_id=80E +edge,1812,1812;41.5054211;-109.9933827:1813;41.5060452;-109.9921883,way_type=user_defined:way_id=80E +edge,1813,1813;41.5060452;-109.9921883:1814;41.5062318;-109.9918275,way_type=user_defined:way_id=80E +edge,1814,1814;41.5062318;-109.9918275:1815;41.5064436;-109.9914067,way_type=user_defined:way_id=80E +edge,1815,1815;41.5064436;-109.9914067:1816;41.50709155;-109.9901058,way_type=user_defined:way_id=80E +edge,1816,1816;41.50709155;-109.9901058:1817;41.50737443;-109.9895378,way_type=user_defined:way_id=80E +edge,1817,1817;41.50737443;-109.9895378:1818;41.50737443;-109.9895378,way_type=user_defined:way_id=80E +edge,1818,1818;41.50737443;-109.9895378:1819;41.50792529;-109.9884387,way_type=user_defined:way_id=80E +edge,1819,1819;41.50792529;-109.9884387:1820;41.5079818;-109.9883259,way_type=user_defined:way_id=80E +edge,1820,1820;41.5079818;-109.9883259:1821;41.5083707;-109.9875347,way_type=user_defined:way_id=80E +edge,1821,1821;41.5083707;-109.9875347:1822;41.5088787;-109.9865203,way_type=user_defined:way_id=80E +edge,1822,1822;41.5088787;-109.9865203:1823;41.5093217;-109.9856229,way_type=user_defined:way_id=80E +edge,1823,1823;41.5093217;-109.9856229:1824;41.5093217;-109.9856229,way_type=user_defined:way_id=80E +edge,1824,1824;41.5093217;-109.9856229:1825;41.5095113;-109.9852359,way_type=user_defined:way_id=80E +edge,1825,1825;41.5095113;-109.9852359:1826;41.5097692;-109.984717,way_type=user_defined:way_id=80E +edge,1826,1826;41.5097692;-109.984717:1827;41.5099031;-109.9844443,way_type=user_defined:way_id=80E +edge,1827,1827;41.5099031;-109.9844443:1828;41.510013;-109.9842058,way_type=user_defined:way_id=80E +edge,1828,1828;41.510013;-109.9842058:1829;41.5101416;-109.9839163,way_type=user_defined:way_id=80E +edge,1829,1829;41.5101416;-109.9839163:1830;41.5102514;-109.9836771,way_type=user_defined:way_id=80E +edge,1830,1830;41.5102514;-109.9836771:1831;41.5103881;-109.9833941,way_type=user_defined:way_id=80E +edge,1831,1831;41.5103881;-109.9833941:1832;41.5107181;-109.982726,way_type=user_defined:way_id=80E +edge,1832,1832;41.5107181;-109.982726:1833;41.51073905;-109.982684,way_type=user_defined:way_id=80E +edge,1833,1833;41.51073905;-109.982684:1834;41.5110499;-109.9820614,way_type=user_defined:way_id=80E +edge,1834,1834;41.5110499;-109.9820614:1835;41.5116089;-109.9809359,way_type=user_defined:way_id=80E +edge,1835,1835;41.5116089;-109.9809359:1836;41.5116089;-109.9809359,way_type=user_defined:way_id=80E +edge,1836,1836;41.5116089;-109.9809359:1837;41.5119118;-109.9803261,way_type=user_defined:way_id=80E +edge,1837,1837;41.5119118;-109.9803261:1838;41.5121607;-109.979825,way_type=user_defined:way_id=80E +edge,1838,1838;41.5121607;-109.979825:1839;41.5125643;-109.9790081,way_type=user_defined:way_id=80E +edge,1839,1839;41.5125643;-109.9790081:1840;41.5142803;-109.9755638,way_type=user_defined:way_id=80E +edge,1840,1840;41.5142803;-109.9755638:1841;41.5150902;-109.9739318,way_type=user_defined:way_id=80E +edge,1841,1841;41.5150902;-109.9739318:1842;41.5158604;-109.9723878,way_type=user_defined:way_id=80E +edge,1842,1842;41.5158604;-109.9723878:1843;41.516249;-109.9716002,way_type=user_defined:way_id=80E +edge,1843,1843;41.516249;-109.9716002:1844;41.5166286;-109.9708415,way_type=user_defined:way_id=80E +edge,1844,1844;41.5166286;-109.9708415:1845;41.5172564;-109.969578,way_type=user_defined:way_id=80E +edge,1845,1845;41.5172564;-109.969578:1846;41.5187569;-109.9665521,way_type=user_defined:way_id=80E +edge,1846,1846;41.5187569;-109.9665521:1847;41.5193018;-109.965463,way_type=user_defined:way_id=80E +edge,1847,1847;41.5193018;-109.965463:1848;41.5200692;-109.96392,way_type=user_defined:way_id=80E +edge,1848,1848;41.5200692;-109.96392:1849;41.5207109;-109.9626228,way_type=user_defined:way_id=80E +edge,1849,1849;41.5207109;-109.9626228:1850;41.5214667;-109.9610996,way_type=user_defined:way_id=80E +edge,1850,1850;41.5214667;-109.9610996:1851;41.5222018;-109.9596217,way_type=user_defined:way_id=80E +edge,1851,1851;41.5222018;-109.9596217:1852;41.5229999;-109.9580213,way_type=user_defined:way_id=80E +edge,1852,1852;41.5229999;-109.9580213:1853;41.5248022;-109.954389,way_type=user_defined:way_id=80E +edge,1853,1853;41.5248022;-109.954389:1854;41.525754;-109.9524783,way_type=user_defined:way_id=80E +edge,1854,1854;41.525754;-109.9524783:1855;41.5262015;-109.9515766,way_type=user_defined:way_id=80E +edge,1855,1855;41.5262015;-109.9515766:1856;41.5266898;-109.9505984,way_type=user_defined:way_id=80E +edge,1856,1856;41.5266898;-109.9505984:1857;41.5272282;-109.9495092,way_type=user_defined:way_id=80E +edge,1857,1857;41.5272282;-109.9495092:1858;41.5277226;-109.9485181,way_type=user_defined:way_id=80E +edge,1858,1858;41.5277226;-109.9485181:1859;41.5285058;-109.9469357,way_type=user_defined:way_id=80E +edge,1859,1859;41.5285058;-109.9469357:1860;41.528868;-109.9462099,way_type=user_defined:way_id=80E +edge,1860,1860;41.528868;-109.9462099:1861;41.529246;-109.9454437,way_type=user_defined:way_id=80E +edge,1861,1861;41.529246;-109.9454437:1862;41.5300037;-109.9439188,way_type=user_defined:way_id=80E +edge,1862,1862;41.5300037;-109.9439188:1863;41.5305013;-109.9429104,way_type=user_defined:way_id=80E +edge,1863,1863;41.5305013;-109.9429104:1864;41.5312846;-109.9413424,way_type=user_defined:way_id=80E +edge,1864,1864;41.5312846;-109.9413424:1865;41.5316909;-109.9405189,way_type=user_defined:way_id=80E +edge,1865,1865;41.5316909;-109.9405189:1866;41.5321703;-109.9395562,way_type=user_defined:way_id=80E +edge,1866,1866;41.5321703;-109.9395562:1867;41.5329208;-109.9380386,way_type=user_defined:way_id=80E +edge,1867,1867;41.5329208;-109.9380386:1868;41.5334339;-109.9370104,way_type=user_defined:way_id=80E +edge,1868,1868;41.5334339;-109.9370104:1869;41.5340809;-109.9357079,way_type=user_defined:way_id=80E +edge,1869,1869;41.5340809;-109.9357079:1870;41.5349605;-109.9339221,way_type=user_defined:way_id=80E +edge,1870,1870;41.5349605;-109.9339221:1871;41.5362116;-109.9314106,way_type=user_defined:way_id=80E +edge,1871,1871;41.5362116;-109.9314106:1872;41.5374997;-109.9288071,way_type=user_defined:way_id=80E +edge,1872,1872;41.5374997;-109.9288071:1873;41.5381482;-109.9275098,way_type=user_defined:way_id=80E +edge,1873,1873;41.5381482;-109.9275098:1874;41.5394093;-109.9249647,way_type=user_defined:way_id=80E +edge,1874,1874;41.5394093;-109.9249647:1875;41.5398002;-109.9241817,way_type=user_defined:way_id=80E +edge,1875,1875;41.5398002;-109.9241817:1876;41.54017;-109.9234294,way_type=user_defined:way_id=80E +edge,1876,1876;41.54017;-109.9234294:1877;41.5411751;-109.9214013,way_type=user_defined:way_id=80E +edge,1877,1877;41.5411751;-109.9214013:1878;41.5413273;-109.9210887,way_type=user_defined:way_id=80E +edge,1878,1878;41.5413273;-109.9210887:1879;41.541443;-109.9208464,way_type=user_defined:way_id=80E +edge,1879,1879;41.541443;-109.9208464:1880;41.541557;-109.9206024,way_type=user_defined:way_id=80E +edge,1880,1880;41.541557;-109.9206024:1881;41.5416838;-109.9203251,way_type=user_defined:way_id=80E +edge,1881,1881;41.5416838;-109.9203251:1882;41.5418087;-109.9200458,way_type=user_defined:way_id=80E +edge,1882,1882;41.5418087;-109.9200458:1883;41.5419169;-109.9197963,way_type=user_defined:way_id=80E +edge,1883,1883;41.5419169;-109.9197963:1884;41.542036;-109.9195113,way_type=user_defined:way_id=80E +edge,1884,1884;41.542036;-109.9195113:1885;41.5421421;-109.9192492,way_type=user_defined:way_id=80E +edge,1885,1885;41.5421421;-109.9192492:1886;41.5422387;-109.9190009,way_type=user_defined:way_id=80E +edge,1886,1886;41.5422387;-109.9190009:1887;41.5423514;-109.9187012,way_type=user_defined:way_id=80E +edge,1887,1887;41.5423514;-109.9187012:1888;41.5424557;-109.918416,way_type=user_defined:way_id=80E +edge,1888,1888;41.5424557;-109.918416:1889;41.5425516;-109.9181468,way_type=user_defined:way_id=80E +edge,1889,1889;41.5425516;-109.9181468:1890;41.5426421;-109.9178849,way_type=user_defined:way_id=80E +edge,1890,1890;41.5426421;-109.9178849:1891;41.542742;-109.917586,way_type=user_defined:way_id=80E +edge,1891,1891;41.542742;-109.917586:1892;41.5428386;-109.9172856,way_type=user_defined:way_id=80E +edge,1892,1892;41.5428386;-109.9172856:1893;41.5429326;-109.9169822,way_type=user_defined:way_id=80E +edge,1893,1893;41.5429326;-109.9169822:1894;41.5430023;-109.9167503,way_type=user_defined:way_id=80E +edge,1894,1894;41.5430023;-109.9167503:1895;41.5430809;-109.9164813,way_type=user_defined:way_id=80E +edge,1895,1895;41.5430809;-109.9164813:1896;41.5431669;-109.916177,way_type=user_defined:way_id=80E +edge,1896,1896;41.5431669;-109.916177:1897;41.5432502;-109.9158705,way_type=user_defined:way_id=80E +edge,1897,1897;41.5432502;-109.9158705:1898;41.5433234;-109.9155899,way_type=user_defined:way_id=80E +edge,1898,1898;41.5433234;-109.9155899:1899;41.5434003;-109.9152805,way_type=user_defined:way_id=80E +edge,1899,1899;41.5434003;-109.9152805:1900;41.5434649;-109.9150057,way_type=user_defined:way_id=80E +edge,1900,1900;41.5434649;-109.9150057:1901;41.5435263;-109.9147286,way_type=user_defined:way_id=80E +edge,1901,1901;41.5435263;-109.9147286:1902;41.543593;-109.9144144,way_type=user_defined:way_id=80E +edge,1902,1902;41.543593;-109.9144144:1903;41.5436496;-109.9141351,way_type=user_defined:way_id=80E +edge,1903,1903;41.5436496;-109.9141351:1904;41.5437106;-109.9138185,way_type=user_defined:way_id=80E +edge,1904,1904;41.5437106;-109.9138185:1905;41.5437631;-109.9135285,way_type=user_defined:way_id=80E +edge,1905,1905;41.5437631;-109.9135285:1906;41.5438164;-109.913219,way_type=user_defined:way_id=80E +edge,1906,1906;41.5438164;-109.913219:1907;41.5438643;-109.9129278,way_type=user_defined:way_id=80E +edge,1907,1907;41.5438643;-109.9129278:1908;41.5439129;-109.9126176,way_type=user_defined:way_id=80E +edge,1908,1908;41.5439129;-109.9126176:1909;41.5439545;-109.9123351,way_type=user_defined:way_id=80E +edge,1909,1909;41.5439545;-109.9123351:1910;41.5439991;-109.9120051,way_type=user_defined:way_id=80E +edge,1910,1910;41.5439991;-109.9120051:1911;41.5440298;-109.9117575,way_type=user_defined:way_id=80E +edge,1911,1911;41.5440298;-109.9117575:1912;41.54410238;-109.9111331,way_type=user_defined:way_id=80E +edge,1912,1912;41.54410238;-109.9111331:1913;41.54410238;-109.9111331,way_type=user_defined:way_id=80E +edge,1913,1913;41.54410238;-109.9111331:1914;41.54412378;-109.9109362,way_type=user_defined:way_id=80E +edge,1914,1914;41.54412378;-109.9109362:1915;41.54412378;-109.9109362,way_type=user_defined:way_id=80E +edge,1915,1915;41.54412378;-109.9109362:1916;41.5441383;-109.9107993,way_type=user_defined:way_id=80E +edge,1916,1916;41.5441383;-109.9107993:1917;41.5441432;-109.9107316,way_type=user_defined:way_id=80E +edge,1917,1917;41.5441432;-109.9107316:1918;41.5441432;-109.9107316,way_type=user_defined:way_id=80E +edge,1918,1918;41.5441432;-109.9107316:1919;41.5441835;-109.9101827,way_type=user_defined:way_id=80E +edge,1919,1919;41.5441835;-109.9101827:1920;41.5442019;-109.9098884,way_type=user_defined:way_id=80E +edge,1920,1920;41.5442019;-109.9098884:1921;41.544217;-109.9095934,way_type=user_defined:way_id=80E +edge,1921,1921;41.544217;-109.9095934:1922;41.5442233;-109.9094428,way_type=user_defined:way_id=80E +edge,1922,1922;41.5442233;-109.9094428:1923;41.5442302;-109.9092725,way_type=user_defined:way_id=80E +edge,1923,1923;41.5442302;-109.9092725:1924;41.5442395;-109.9089794,way_type=user_defined:way_id=80E +edge,1924,1924;41.5442395;-109.9089794:1925;41.5442466;-109.9086865,way_type=user_defined:way_id=80E +edge,1925,1925;41.5442466;-109.9086865:1926;41.5442511;-109.908431,way_type=user_defined:way_id=80E +edge,1926,1926;41.5442511;-109.908431:1927;41.5442548;-109.9080709,way_type=user_defined:way_id=80E +edge,1927,1927;41.5442548;-109.9080709:1928;41.5442547;-109.9077484,way_type=user_defined:way_id=80E +edge,1928,1928;41.5442547;-109.9077484:1929;41.5442522;-109.9074545,way_type=user_defined:way_id=80E +edge,1929,1929;41.5442522;-109.9074545:1930;41.5442487;-109.907252,way_type=user_defined:way_id=80E +edge,1930,1930;41.5442487;-109.907252:1931;41.5442487;-109.907252,way_type=user_defined:way_id=80E +edge,1931,1931;41.5442487;-109.907252:1932;41.5442387;-109.9068558,way_type=user_defined:way_id=80E +edge,1932,1932;41.5442387;-109.9068558:1933;41.5442269;-109.9065612,way_type=user_defined:way_id=80E +edge,1933,1933;41.5442269;-109.9065612:1934;41.544211;-109.9062398,way_type=user_defined:way_id=80E +edge,1934,1934;41.544211;-109.9062398:1935;41.5441936;-109.9059455,way_type=user_defined:way_id=80E +edge,1935,1935;41.5441936;-109.9059455:1936;41.5441714;-109.9056233,way_type=user_defined:way_id=80E +edge,1936,1936;41.5441714;-109.9056233:1937;41.5441496;-109.9053391,way_type=user_defined:way_id=80E +edge,1937,1937;41.5441496;-109.9053391:1938;41.5441232;-109.9050458,way_type=user_defined:way_id=80E +edge,1938,1938;41.5441232;-109.9050458:1939;41.54409651;-109.9047831,way_type=user_defined:way_id=80E +edge,1939,1939;41.54409651;-109.9047831:1940;41.5440915;-109.9047338,way_type=user_defined:way_id=80E +edge,1940,1940;41.5440915;-109.9047338:1941;41.544066;-109.9045003,way_type=user_defined:way_id=80E +edge,1941,1941;41.544066;-109.9045003:1942;41.5440218;-109.9041195,way_type=user_defined:way_id=80E +edge,1942,1942;41.5440218;-109.9041195:1943;41.5439847;-109.9038276,way_type=user_defined:way_id=80E +edge,1943,1943;41.5439847;-109.9038276:1944;41.5439413;-109.9035085,way_type=user_defined:way_id=80E +edge,1944,1944;41.5439413;-109.9035085:1945;41.5439008;-109.903227,way_type=user_defined:way_id=80E +edge,1945,1945;41.5439008;-109.903227:1946;41.543861;-109.9029689,way_type=user_defined:way_id=80E +edge,1946,1946;41.543861;-109.9029689:1947;41.5438051;-109.9026285,way_type=user_defined:way_id=80E +edge,1947,1947;41.5438051;-109.9026285:1948;41.5437501;-109.9023121,way_type=user_defined:way_id=80E +edge,1948,1948;41.5437501;-109.9023121:1949;41.5436913;-109.9019875,way_type=user_defined:way_id=80E +edge,1949,1949;41.5436913;-109.9019875:1950;41.5434963;-109.900939,way_type=user_defined:way_id=80E +edge,1950,1950;41.5434963;-109.900939:1951;41.543305;-109.8999521,way_type=user_defined:way_id=80E +edge,1951,1951;41.543305;-109.8999521:1952;41.54310846;-109.8989221,way_type=user_defined:way_id=80E +edge,1952,1952;41.54310846;-109.8989221:1953;41.5427901;-109.8972536,way_type=user_defined:way_id=80E +edge,1953,1953;41.5427901;-109.8972536:1954;41.5424506;-109.8954914,way_type=user_defined:way_id=80E +edge,1954,1954;41.5424506;-109.8954914:1955;41.5422921;-109.894654,way_type=user_defined:way_id=80E +edge,1955,1955;41.5422921;-109.894654:1956;41.5422921;-109.894654,way_type=user_defined:way_id=80E +edge,1956,1956;41.5422921;-109.894654:1957;41.5422132;-109.8942256,way_type=user_defined:way_id=80E +edge,1957,1957;41.5422132;-109.8942256:1958;41.5421636;-109.8939425,way_type=user_defined:way_id=80E +edge,1958,1958;41.5421636;-109.8939425:1959;41.5421114;-109.8936309,way_type=user_defined:way_id=80E +edge,1959,1959;41.5421114;-109.8936309:1960;41.5420657;-109.8933473,way_type=user_defined:way_id=80E +edge,1960,1960;41.5420657;-109.8933473:1961;41.5420164;-109.8930251,way_type=user_defined:way_id=80E +edge,1961,1961;41.5420164;-109.8930251:1962;41.5419293;-109.8924169,way_type=user_defined:way_id=80E +edge,1962,1962;41.5419293;-109.8924169:1963;41.54192319;-109.8923723,way_type=user_defined:way_id=80E +edge,1963,1963;41.54192319;-109.8923723:1964;41.541851;-109.8918456,way_type=user_defined:way_id=80E +edge,1964,1964;41.541851;-109.8918456:1965;41.5417686;-109.8912,way_type=user_defined:way_id=80E +edge,1965,1965;41.5417686;-109.8912:1966;41.5417354;-109.8909231,way_type=user_defined:way_id=80E +edge,1966,1966;41.5417354;-109.8909231:1967;41.5417022;-109.8906278,way_type=user_defined:way_id=80E +edge,1967,1967;41.5417022;-109.8906278:1968;41.5416347;-109.889979,way_type=user_defined:way_id=80E +edge,1968,1968;41.5416347;-109.889979:1969;41.5416078;-109.8897005,way_type=user_defined:way_id=80E +edge,1969,1969;41.5416078;-109.8897005:1970;41.541578;-109.8893656,way_type=user_defined:way_id=80E +edge,1970,1970;41.541578;-109.8893656:1971;41.541554;-109.8890769,way_type=user_defined:way_id=80E +edge,1971,1971;41.541554;-109.8890769:1972;41.5415322;-109.8887887,way_type=user_defined:way_id=80E +edge,1972,1972;41.5415322;-109.8887887:1973;41.5415101;-109.8884714,way_type=user_defined:way_id=80E +edge,1973,1973;41.5415101;-109.8884714:1974;41.5414885;-109.8881357,way_type=user_defined:way_id=80E +edge,1974,1974;41.5414885;-109.8881357:1975;41.5414544;-109.8875585,way_type=user_defined:way_id=80E +edge,1975,1975;41.5414544;-109.8875585:1976;41.5414264;-109.8870117,way_type=user_defined:way_id=80E +edge,1976,1976;41.5414264;-109.8870117:1977;41.5414088;-109.886581,way_type=user_defined:way_id=80E +edge,1977,1977;41.5414088;-109.886581:1978;41.5413902;-109.8859661,way_type=user_defined:way_id=80E +edge,1978,1978;41.5413902;-109.8859661:1979;41.5413771;-109.8853866,way_type=user_defined:way_id=80E +edge,1979,1979;41.5413771;-109.8853866:1980;41.5413728;-109.8849907,way_type=user_defined:way_id=80E +edge,1980,1980;41.5413728;-109.8849907:1981;41.54137229;-109.8844409,way_type=user_defined:way_id=80E +edge,1981,1981;41.54137229;-109.8844409:1982;41.5413819;-109.8835337,way_type=user_defined:way_id=80E +edge,1982,1982;41.5413819;-109.8835337:1983;41.5413898;-109.8831614,way_type=user_defined:way_id=80E +edge,1983,1983;41.5413898;-109.8831614:1984;41.5414454;-109.8811536,way_type=user_defined:way_id=80E +edge,1984,1984;41.5414454;-109.8811536:1985;41.5414928;-109.8795516,way_type=user_defined:way_id=80E +edge,1985,1985;41.5414928;-109.8795516:1986;41.5415788;-109.8764262,way_type=user_defined:way_id=80E +edge,1986,1986;41.5415788;-109.8764262:1987;41.5416054;-109.8755224,way_type=user_defined:way_id=80E +edge,1987,1987;41.5416054;-109.8755224:1988;41.5416312;-109.8745797,way_type=user_defined:way_id=80E +edge,1988,1988;41.5416312;-109.8745797:1989;41.5416589;-109.8736741,way_type=user_defined:way_id=80E +edge,1989,1989;41.5416589;-109.8736741:1990;41.54170025;-109.8721343,way_type=user_defined:way_id=80E +edge,1990,1990;41.54170025;-109.8721343:1991;41.54173843;-109.8708438,way_type=user_defined:way_id=80E +edge,1991,1991;41.54173843;-109.8708438:1992;41.54179179;-109.8691646,way_type=user_defined:way_id=80E +edge,1992,1992;41.54179179;-109.8691646:1993;41.54183371;-109.8674887,way_type=user_defined:way_id=80E +edge,1993,1993;41.54183371;-109.8674887:1994;41.54184493;-109.8670401,way_type=user_defined:way_id=80E +edge,1994,1994;41.54184493;-109.8670401:1995;41.54189283;-109.8655575,way_type=user_defined:way_id=80E +edge,1995,1995;41.54189283;-109.8655575:1996;41.54189283;-109.8655575,way_type=user_defined:way_id=80E +edge,1996,1996;41.54189283;-109.8655575:1997;41.54192517;-109.8645916,way_type=user_defined:way_id=80E +edge,1997,1997;41.54192517;-109.8645916:1998;41.54194065;-109.8639957,way_type=user_defined:way_id=80E +edge,1998,1998;41.54194065;-109.8639957:1999;41.54196321;-109.8632671,way_type=user_defined:way_id=80E +edge,1999,1999;41.54196321;-109.8632671:2000;41.54199324;-109.8622227,way_type=user_defined:way_id=80E +edge,2000,2000;41.54199324;-109.8622227:2001;41.54200821;-109.861702,way_type=user_defined:way_id=80E +edge,2001,2001;41.54200821;-109.861702:2002;41.54204328;-109.8606059,way_type=user_defined:way_id=80E +edge,2002,2002;41.54204328;-109.8606059:2003;41.5420695;-109.859703,way_type=user_defined:way_id=80E +edge,2003,2003;41.5420695;-109.859703:2004;41.54210376;-109.8583056,way_type=user_defined:way_id=80E +edge,2004,2004;41.54210376;-109.8583056:2005;41.54212291;-109.857394,way_type=user_defined:way_id=80E +edge,2005,2005;41.54212291;-109.857394:2006;41.54212291;-109.857394,way_type=user_defined:way_id=80E +edge,2006,2006;41.54212291;-109.857394:2007;41.54214702;-109.8568198,way_type=user_defined:way_id=80E +edge,2007,2007;41.54214702;-109.8568198:2008;41.5421635;-109.8561512,way_type=user_defined:way_id=80E +edge,2008,2008;41.5421635;-109.8561512:2009;41.5422021;-109.8547052,way_type=user_defined:way_id=80E +edge,2009,2009;41.5422021;-109.8547052:2010;41.5422083;-109.8543395,way_type=user_defined:way_id=80E +edge,2010,2010;41.5422083;-109.8543395:2011;41.5422165;-109.8540123,way_type=user_defined:way_id=80E +edge,2011,2011;41.5422165;-109.8540123:2012;41.54224847;-109.8529069,way_type=user_defined:way_id=80E +edge,2012,2012;41.54224847;-109.8529069:2013;41.5422838;-109.8516853,way_type=user_defined:way_id=80E +edge,2013,2013;41.5422838;-109.8516853:2014;41.5423752;-109.8483298,way_type=user_defined:way_id=80E +edge,2014,2014;41.5423752;-109.8483298:2015;41.5423752;-109.8483298,way_type=user_defined:way_id=80E +edge,2015,2015;41.5423752;-109.8483298:2016;41.5424149;-109.8468773,way_type=user_defined:way_id=80E +edge,2016,2016;41.5424149;-109.8468773:2017;41.54244273;-109.8458999,way_type=user_defined:way_id=80E +edge,2017,2017;41.54244273;-109.8458999:2018;41.5424579;-109.8453671,way_type=user_defined:way_id=80E +edge,2018,2018;41.5424579;-109.8453671:2019;41.5425474;-109.8423015,way_type=user_defined:way_id=80E +edge,2019,2019;41.5425474;-109.8423015:2020;41.5425734;-109.8413257,way_type=user_defined:way_id=80E +edge,2020,2020;41.5425734;-109.8413257:2021;41.5426186;-109.8397575,way_type=user_defined:way_id=80E +edge,2021,2021;41.5426186;-109.8397575:2022;41.5426923;-109.8371085,way_type=user_defined:way_id=80E +edge,2022,2022;41.5426923;-109.8371085:2023;41.542707;-109.8364556,way_type=user_defined:way_id=80E +edge,2023,2023;41.542707;-109.8364556:2024;41.54272143;-109.8356596,way_type=user_defined:way_id=80E +edge,2024,2024;41.54272143;-109.8356596:2025;41.5427262;-109.8352192,way_type=user_defined:way_id=80E +edge,2025,2025;41.5427262;-109.8352192:2026;41.5427299;-109.8346125,way_type=user_defined:way_id=80E +edge,2026,2026;41.5427299;-109.8346125:2027;41.5427314;-109.8339581,way_type=user_defined:way_id=80E +edge,2027,2027;41.5427314;-109.8339581:2028;41.5427299;-109.8330901,way_type=user_defined:way_id=80E +edge,2028,2028;41.5427299;-109.8330901:2029;41.5427146;-109.8292753,way_type=user_defined:way_id=80E +edge,2029,2029;41.5427146;-109.8292753:2030;41.5427092;-109.8264862,way_type=user_defined:way_id=80E +edge,2030,2030;41.5427092;-109.8264862:2031;41.5427056;-109.8256485,way_type=user_defined:way_id=80E +edge,2031,2031;41.5427056;-109.8256485:2032;41.5426983;-109.8244282,way_type=user_defined:way_id=80E +edge,2032,2032;41.5426983;-109.8244282:2033;41.5426974;-109.8223163,way_type=user_defined:way_id=80E +edge,2033,2033;41.5426974;-109.8223163:2034;41.5426947;-109.8217369,way_type=user_defined:way_id=80E +edge,2034,2034;41.5426947;-109.8217369:2035;41.5426843;-109.8177001,way_type=user_defined:way_id=80E +edge,2035,2035;41.5426843;-109.8177001:2036;41.5426766;-109.815636,way_type=user_defined:way_id=80E +edge,2036,2036;41.5426766;-109.815636:2037;41.5426751;-109.8142483,way_type=user_defined:way_id=80E +edge,2037,2037;41.5426751;-109.8142483:2038;41.5426707;-109.8133438,way_type=user_defined:way_id=80E +edge,2038,2038;41.5426707;-109.8133438:2039;41.5426697;-109.8127272,way_type=user_defined:way_id=80E +edge,2039,2039;41.5426697;-109.8127272:2040;41.5426639;-109.8112371,way_type=user_defined:way_id=80E +edge,2040,2040;41.5426639;-109.8112371:2041;41.5426612;-109.8099685,way_type=user_defined:way_id=80E +edge,2041,2041;41.5426612;-109.8099685:2042;41.5426563;-109.8087359,way_type=user_defined:way_id=80E +edge,2042,2042;41.5426563;-109.8087359:2043;41.5426514;-109.8079447,way_type=user_defined:way_id=80E +edge,2043,2043;41.5426514;-109.8079447:2044;41.5426496;-109.8066061,way_type=user_defined:way_id=80E +edge,2044,2044;41.5426496;-109.8066061:2045;41.542644;-109.8051159,way_type=user_defined:way_id=80E +edge,2045,2045;41.542644;-109.8051159:2046;41.5426429;-109.80417,way_type=user_defined:way_id=80E +edge,2046,2046;41.5426429;-109.80417:2047;41.5426379;-109.802324,way_type=user_defined:way_id=80E +edge,2047,2047;41.5426379;-109.802324:2048;41.54263026;-109.8009078,way_type=user_defined:way_id=80E +edge,2048,2048;41.54263026;-109.8009078:2049;41.5426291;-109.8006925,way_type=user_defined:way_id=80E +edge,2049,2049;41.5426291;-109.8006925:2050;41.5426259;-109.7996386,way_type=user_defined:way_id=80E +edge,2050,2050;41.5426259;-109.7996386:2051;41.5426259;-109.7996386,way_type=user_defined:way_id=80E +edge,2051,2051;41.5426259;-109.7996386:2052;41.5426212;-109.7973912,way_type=user_defined:way_id=80E +edge,2052,2052;41.5426212;-109.7973912:2053;41.54261832;-109.7968524,way_type=user_defined:way_id=80E +edge,2053,2053;41.54261832;-109.7968524:2054;41.542615;-109.7962319,way_type=user_defined:way_id=80E +edge,2054,2054;41.542615;-109.7962319:2055;41.54261522;-109.7958905,way_type=user_defined:way_id=80E +edge,2055,2055;41.54261522;-109.7958905:2056;41.54261382;-109.7956574,way_type=user_defined:way_id=80E +edge,2056,2056;41.54261382;-109.7956574:2057;41.5426113;-109.7941628,way_type=user_defined:way_id=80E +edge,2057,2057;41.5426113;-109.7941628:2058;41.5426075;-109.7933511,way_type=user_defined:way_id=80E +edge,2058,2058;41.5426075;-109.7933511:2059;41.5426075;-109.7933511,way_type=user_defined:way_id=80E +edge,2059,2059;41.5426075;-109.7933511:2060;41.5426044;-109.7925977,way_type=user_defined:way_id=80E +edge,2060,2060;41.5426044;-109.7925977:2061;41.5425997;-109.791874,way_type=user_defined:way_id=80E +edge,2061,2061;41.5425997;-109.791874:2062;41.54259681;-109.7900924,way_type=user_defined:way_id=80E +edge,2062,2062;41.54259681;-109.7900924:2063;41.5425967;-109.7900229,way_type=user_defined:way_id=80E +edge,2063,2063;41.5425967;-109.7900229:2064;41.5425908;-109.7881839,way_type=user_defined:way_id=80E +edge,2064,2064;41.5425908;-109.7881839:2065;41.5425791;-109.7852403,way_type=user_defined:way_id=80E +edge,2065,2065;41.5425791;-109.7852403:2066;41.5425791;-109.7852403,way_type=user_defined:way_id=80E +edge,2066,2066;41.5425791;-109.7852403:2067;41.54257208;-109.7834611,way_type=user_defined:way_id=80E +edge,2067,2067;41.54257208;-109.7834611:2068;41.5425701;-109.7829595,way_type=user_defined:way_id=80E +edge,2068,2068;41.5425701;-109.7829595:2069;41.5425689;-109.7818645,way_type=user_defined:way_id=80E +edge,2069,2069;41.5425689;-109.7818645:2070;41.5425652;-109.7807744,way_type=user_defined:way_id=80E +edge,2070,2070;41.5425652;-109.7807744:2071;41.5425631;-109.779544,way_type=user_defined:way_id=80E +edge,2071,2071;41.5425631;-109.779544:2072;41.5425568;-109.777941,way_type=user_defined:way_id=80E +edge,2072,2072;41.5425568;-109.777941:2073;41.5425526;-109.7764511,way_type=user_defined:way_id=80E +edge,2073,2073;41.5425526;-109.7764511:2074;41.5425411;-109.7737764,way_type=user_defined:way_id=80E +edge,2074,2074;41.5425411;-109.7737764:2075;41.5425368;-109.7730463,way_type=user_defined:way_id=80E +edge,2075,2075;41.5425368;-109.7730463:2076;41.5425357;-109.7718812,way_type=user_defined:way_id=80E +edge,2076,2076;41.5425357;-109.7718812:2077;41.54253;-109.7709483,way_type=user_defined:way_id=80E +edge,2077,2077;41.54253;-109.7709483:2078;41.5425258;-109.7687994,way_type=user_defined:way_id=80E +edge,2078,2078;41.5425258;-109.7687994:2079;41.5425191;-109.7675626,way_type=user_defined:way_id=80E +edge,2079,2079;41.5425191;-109.7675626:2080;41.5425148;-109.7661047,way_type=user_defined:way_id=80E +edge,2080,2080;41.5425148;-109.7661047:2081;41.542508;-109.7648467,way_type=user_defined:way_id=80E +edge,2081,2081;41.542508;-109.7648467:2082;41.5425058;-109.7635747,way_type=user_defined:way_id=80E +edge,2082,2082;41.5425058;-109.7635747:2083;41.5424951;-109.7611175,way_type=user_defined:way_id=80E +edge,2083,2083;41.5424951;-109.7611175:2084;41.5424931;-109.7599498,way_type=user_defined:way_id=80E +edge,2084,2084;41.5424931;-109.7599498:2085;41.5424899;-109.7589758,way_type=user_defined:way_id=80E +edge,2085,2085;41.5424899;-109.7589758:2086;41.5424893;-109.7582145,way_type=user_defined:way_id=80E +edge,2086,2086;41.5424893;-109.7582145:2087;41.5424836;-109.7572771,way_type=user_defined:way_id=80E +edge,2087,2087;41.5424836;-109.7572771:2088;41.5424755;-109.754918,way_type=user_defined:way_id=80E +edge,2088,2088;41.5424755;-109.754918:2089;41.54247;-109.7537949,way_type=user_defined:way_id=80E +edge,2089,2089;41.54247;-109.7537949:2090;41.5424672;-109.7523064,way_type=user_defined:way_id=80E +edge,2090,2090;41.5424672;-109.7523064:2091;41.5424599;-109.7509704,way_type=user_defined:way_id=80E +edge,2091,2091;41.5424599;-109.7509704:2092;41.5424528;-109.7488218,way_type=user_defined:way_id=80E +edge,2092,2092;41.5424528;-109.7488218:2093;41.5424482;-109.7478049,way_type=user_defined:way_id=80E +edge,2093,2093;41.5424482;-109.7478049:2094;41.5424424;-109.7453741,way_type=user_defined:way_id=80E +edge,2094,2094;41.5424424;-109.7453741:2095;41.5424368;-109.7442092,way_type=user_defined:way_id=80E +edge,2095,2095;41.5424368;-109.7442092:2096;41.5424322;-109.7424798,way_type=user_defined:way_id=80E +edge,2096,2096;41.5424322;-109.7424798:2097;41.5424272;-109.7415581,way_type=user_defined:way_id=80E +edge,2097,2097;41.5424272;-109.7415581:2098;41.5424228;-109.7402315,way_type=user_defined:way_id=80E +edge,2098,2098;41.5424228;-109.7402315:2099;41.5424178;-109.7393246,way_type=user_defined:way_id=80E +edge,2099,2099;41.5424178;-109.7393246:2100;41.5424163;-109.7386707,way_type=user_defined:way_id=80E +edge,2100,2100;41.5424163;-109.7386707:2101;41.5424095;-109.7371512,way_type=user_defined:way_id=80E +edge,2101,2101;41.5424095;-109.7371512:2102;41.5424073;-109.7362428,way_type=user_defined:way_id=80E +edge,2102,2102;41.5424073;-109.7362428:2103;41.542401;-109.7350092,way_type=user_defined:way_id=80E +edge,2103,2103;41.542401;-109.7350092:2104;41.5423981;-109.7334144,way_type=user_defined:way_id=80E +edge,2104,2104;41.5423981;-109.7334144:2105;41.5423858;-109.7308016,way_type=user_defined:way_id=80E +edge,2105,2105;41.5423858;-109.7308016:2106;41.5423805;-109.7289092,way_type=user_defined:way_id=80E +edge,2106,2106;41.5423805;-109.7289092:2107;41.5423759;-109.7279305,way_type=user_defined:way_id=80E +edge,2107,2107;41.5423759;-109.7279305:2108;41.5423746;-109.7269826,way_type=user_defined:way_id=80E +edge,2108,2108;41.5423746;-109.7269826:2109;41.5423659;-109.7254608,way_type=user_defined:way_id=80E +edge,2109,2109;41.5423659;-109.7254608:2110;41.5423602;-109.7236099,way_type=user_defined:way_id=80E +edge,2110,2110;41.5423602;-109.7236099:2111;41.5423457;-109.7205695,way_type=user_defined:way_id=80E +edge,2111,2111;41.5423457;-109.7205695:2112;41.542338;-109.7177476,way_type=user_defined:way_id=80E +edge,2112,2112;41.542338;-109.7177476:2113;41.5423251;-109.7147269,way_type=user_defined:way_id=80E +edge,2113,2113;41.5423251;-109.7147269:2114;41.542315;-109.7116489,way_type=user_defined:way_id=80E +edge,2114,2114;41.542315;-109.7116489:2115;41.5423098;-109.7104019,way_type=user_defined:way_id=80E +edge,2115,2115;41.5423098;-109.7104019:2116;41.54230515;-109.709645,way_type=user_defined:way_id=80E +edge,2116,2116;41.54230515;-109.709645:2117;41.5423039;-109.7094423,way_type=user_defined:way_id=80E +edge,2117,2117;41.5423039;-109.7094423:2118;41.5423039;-109.7088255,way_type=user_defined:way_id=80E +edge,2118,2118;41.5423039;-109.7088255:2119;41.5423002;-109.7077442,way_type=user_defined:way_id=80E +edge,2119,2119;41.5423002;-109.7077442:2120;41.5422862;-109.7042251,way_type=user_defined:way_id=80E +edge,2120,2120;41.5422862;-109.7042251:2121;41.5422777;-109.7026956,way_type=user_defined:way_id=80E +edge,2121,2121;41.5422777;-109.7026956:2122;41.5422755;-109.7014589,way_type=user_defined:way_id=80E +edge,2122,2122;41.5422755;-109.7014589:2123;41.5422712;-109.7005572,way_type=user_defined:way_id=80E +edge,2123,2123;41.5422712;-109.7005572:2124;41.5422686;-109.699363,way_type=user_defined:way_id=80E +edge,2124,2124;41.5422686;-109.699363:2125;41.54225994;-109.6975874,way_type=user_defined:way_id=80E +edge,2125,2125;41.54225994;-109.6975874:2126;41.54225512;-109.6960606,way_type=user_defined:way_id=80E +edge,2126,2126;41.54225512;-109.6960606:2127;41.54225512;-109.6960606,way_type=user_defined:way_id=80E +edge,2127,2127;41.54225512;-109.6960606:2128;41.5422509;-109.6947498,way_type=user_defined:way_id=80E +edge,2128,2128;41.5422509;-109.6947498:2129;41.5422429;-109.6934754,way_type=user_defined:way_id=80E +edge,2129,2129;41.5422429;-109.6934754:2130;41.5422413;-109.6922836,way_type=user_defined:way_id=80E +edge,2130,2130;41.5422413;-109.6922836:2131;41.54223556;-109.6913245,way_type=user_defined:way_id=80E +edge,2131,2131;41.54223556;-109.6913245:2132;41.5422281;-109.6891949,way_type=user_defined:way_id=80E +edge,2132,2132;41.5422281;-109.6891949:2133;41.5422196;-109.6875996,way_type=user_defined:way_id=80E +edge,2133,2133;41.5422196;-109.6875996:2134;41.5422158;-109.6861484,way_type=user_defined:way_id=80E +edge,2134,2134;41.5422158;-109.6861484:2135;41.54220874;-109.6843557,way_type=user_defined:way_id=80E +edge,2135,2135;41.54220874;-109.6843557:2136;41.5422015;-109.6825265,way_type=user_defined:way_id=80E +edge,2136,2136;41.5422015;-109.6825265:2137;41.5421862;-109.6797008,way_type=user_defined:way_id=80E +edge,2137,2137;41.5421862;-109.6797008:2138;41.5421849;-109.6790869,way_type=user_defined:way_id=80E +edge,2138,2138;41.5421849;-109.6790869:2139;41.5421857;-109.6787612,way_type=user_defined:way_id=80E +edge,2139,2139;41.5421857;-109.6787612:2140;41.5421931;-109.6778214,way_type=user_defined:way_id=80E +edge,2140,2140;41.5421931;-109.6778214:2141;41.542197;-109.6775244,way_type=user_defined:way_id=80E +edge,2141,2141;41.542197;-109.6775244:2142;41.5422023;-109.6772451,way_type=user_defined:way_id=80E +edge,2142,2142;41.5422023;-109.6772451:2143;41.5422098;-109.6769373,way_type=user_defined:way_id=80E +edge,2143,2143;41.5422098;-109.6769373:2144;41.542219;-109.6766311,way_type=user_defined:way_id=80E +edge,2144,2144;41.542219;-109.6766311:2145;41.5422305;-109.6762945,way_type=user_defined:way_id=80E +edge,2145,2145;41.5422305;-109.6762945:2146;41.54223992;-109.6760676,way_type=user_defined:way_id=80E +edge,2146,2146;41.54223992;-109.6760676:2147;41.5422437;-109.6759767,way_type=user_defined:way_id=80E +edge,2147,2147;41.5422437;-109.6759767:2148;41.5422871;-109.6750715,way_type=user_defined:way_id=80E +edge,2148,2148;41.5422871;-109.6750715:2149;41.5424056;-109.6727543,way_type=user_defined:way_id=80E +edge,2149,2149;41.5424056;-109.6727543:2150;41.5424726;-109.6713765,way_type=user_defined:way_id=80E +edge,2150,2150;41.5424726;-109.6713765:2151;41.5425736;-109.6694583,way_type=user_defined:way_id=80E +edge,2151,2151;41.5425736;-109.6694583:2152;41.5426714;-109.6675026,way_type=user_defined:way_id=80E +edge,2152,2152;41.5426714;-109.6675026:2153;41.5428206;-109.6646129,way_type=user_defined:way_id=80E +edge,2153,2153;41.5428206;-109.6646129:2154;41.5428779;-109.6634563,way_type=user_defined:way_id=80E +edge,2154,2154;41.5428779;-109.6634563:2155;41.542929;-109.6625095,way_type=user_defined:way_id=80E +edge,2155,2155;41.542929;-109.6625095:2156;41.5429859;-109.6613581,way_type=user_defined:way_id=80E +edge,2156,2156;41.5429859;-109.6613581:2157;41.5430386;-109.660384,way_type=user_defined:way_id=80E +edge,2157,2157;41.5430386;-109.660384:2158;41.5430877;-109.6593708,way_type=user_defined:way_id=80E +edge,2158,2158;41.5430877;-109.6593708:2159;41.5431793;-109.6575925,way_type=user_defined:way_id=80E +edge,2159,2159;41.5431793;-109.6575925:2160;41.5432788;-109.6555548,way_type=user_defined:way_id=80E +edge,2160,2160;41.5432788;-109.6555548:2161;41.54337384;-109.6537151,way_type=user_defined:way_id=80E +edge,2161,2161;41.54337384;-109.6537151:2162;41.5434254;-109.6527166,way_type=user_defined:way_id=80E +edge,2162,2162;41.5434254;-109.6527166:2163;41.5435395;-109.650438,way_type=user_defined:way_id=80E +edge,2163,2163;41.5435395;-109.650438:2164;41.5436101;-109.6490721,way_type=user_defined:way_id=80E +edge,2164,2164;41.5436101;-109.6490721:2165;41.5436532;-109.6481981,way_type=user_defined:way_id=80E +edge,2165,2165;41.5436532;-109.6481981:2166;41.5437033;-109.6472241,way_type=user_defined:way_id=80E +edge,2166,2166;41.5437033;-109.6472241:2167;41.5438118;-109.645058,way_type=user_defined:way_id=80E +edge,2167,2167;41.5438118;-109.645058:2168;41.5438594;-109.644142,way_type=user_defined:way_id=80E +edge,2168,2168;41.5438594;-109.644142:2169;41.5441245;-109.6389228,way_type=user_defined:way_id=80E +edge,2169,2169;41.5441245;-109.6389228:2170;41.5442133;-109.6371165,way_type=user_defined:way_id=80E +edge,2170,2170;41.5442133;-109.6371165:2171;41.5443104;-109.6352309,way_type=user_defined:way_id=80E +edge,2171,2171;41.5443104;-109.6352309:2172;41.5443696;-109.6340155,way_type=user_defined:way_id=80E +edge,2172,2172;41.5443696;-109.6340155:2173;41.5444153;-109.6331425,way_type=user_defined:way_id=80E +edge,2173,2173;41.5444153;-109.6331425:2174;41.5444772;-109.631879,way_type=user_defined:way_id=80E +edge,2174,2174;41.5444772;-109.631879:2175;41.5445862;-109.6297873,way_type=user_defined:way_id=80E +edge,2175,2175;41.5445862;-109.6297873:2176;41.5447501;-109.6265684,way_type=user_defined:way_id=80E +edge,2176,2176;41.5447501;-109.6265684:2177;41.5448236;-109.6250557,way_type=user_defined:way_id=80E +edge,2177,2177;41.5448236;-109.6250557:2178;41.5450848;-109.6199189,way_type=user_defined:way_id=80E +edge,2178,2178;41.5450848;-109.6199189:2179;41.5451279;-109.6190158,way_type=user_defined:way_id=80E +edge,2179,2179;41.5451279;-109.6190158:2180;41.5451766;-109.6180737,way_type=user_defined:way_id=80E +edge,2180,2180;41.5451766;-109.6180737:2181;41.5452789;-109.6159867,way_type=user_defined:way_id=80E +edge,2181,2181;41.5452789;-109.6159867:2182;41.5453306;-109.6150343,way_type=user_defined:way_id=80E +edge,2182,2182;41.5453306;-109.6150343:2183;41.5453499;-109.6147199,way_type=user_defined:way_id=80E +edge,2183,2183;41.5453499;-109.6147199:2184;41.5453709;-109.6144246,way_type=user_defined:way_id=80E +edge,2184,2184;41.5453709;-109.6144246:2185;41.5453991;-109.6141011,way_type=user_defined:way_id=80E +edge,2185,2185;41.5453991;-109.6141011:2186;41.5454279;-109.6138146,way_type=user_defined:way_id=80E +edge,2186,2186;41.5454279;-109.6138146:2187;41.5454478;-109.6136338,way_type=user_defined:way_id=80E +edge,2187,2187;41.5454478;-109.6136338:2188;41.5454981;-109.6132059,way_type=user_defined:way_id=80E +edge,2188,2188;41.5454981;-109.6132059:2189;41.5455361;-109.6129116,way_type=user_defined:way_id=80E +edge,2189,2189;41.5455361;-109.6129116:2190;41.5455793;-109.6125987,way_type=user_defined:way_id=80E +edge,2190,2190;41.5455793;-109.6125987:2191;41.5456226;-109.6123056,way_type=user_defined:way_id=80E +edge,2191,2191;41.5456226;-109.6123056:2192;41.5456605;-109.6120676,way_type=user_defined:way_id=80E +edge,2192,2192;41.5456605;-109.6120676:2193;41.5457212;-109.6117129,way_type=user_defined:way_id=80E +edge,2193,2193;41.5457212;-109.6117129:2194;41.5457863;-109.6113627,way_type=user_defined:way_id=80E +edge,2194,2194;41.5457863;-109.6113627:2195;41.5458353;-109.6111148,way_type=user_defined:way_id=80E +edge,2195,2195;41.5458353;-109.6111148:2196;41.5459009;-109.6108021,way_type=user_defined:way_id=80E +edge,2196,2196;41.5459009;-109.6108021:2197;41.5459704;-109.610489,way_type=user_defined:way_id=80E +edge,2197,2197;41.5459704;-109.610489:2198;41.5460257;-109.6102506,way_type=user_defined:way_id=80E +edge,2198,2198;41.5460257;-109.6102506:2199;41.5461031;-109.6099313,way_type=user_defined:way_id=80E +edge,2199,2199;41.5461031;-109.6099313:2200;41.5461825;-109.6096221,way_type=user_defined:way_id=80E +edge,2200,2200;41.5461825;-109.6096221:2201;41.5462554;-109.6093533,way_type=user_defined:way_id=80E +edge,2201,2201;41.5462554;-109.6093533:2202;41.5463423;-109.6090477,way_type=user_defined:way_id=80E +edge,2202,2202;41.5463423;-109.6090477:2203;41.5464218;-109.6087797,way_type=user_defined:way_id=80E +edge,2203,2203;41.5464218;-109.6087797:2204;41.5464817;-109.6085848,way_type=user_defined:way_id=80E +edge,2204,2204;41.5464817;-109.6085848:2205;41.5465995;-109.6082142,way_type=user_defined:way_id=80E +edge,2205,2205;41.5465995;-109.6082142:2206;41.5467107;-109.6078817,way_type=user_defined:way_id=80E +edge,2206,2206;41.5467107;-109.6078817:2207;41.546789;-109.6076557,way_type=user_defined:way_id=80E +edge,2207,2207;41.546789;-109.6076557:2208;41.5468853;-109.607388,way_type=user_defined:way_id=80E +edge,2208,2208;41.5468853;-109.607388:2209;41.5469935;-109.607096,way_type=user_defined:way_id=80E +edge,2209,2209;41.5469935;-109.607096:2210;41.547079;-109.6068725,way_type=user_defined:way_id=80E +edge,2210,2210;41.547079;-109.6068725:2211;41.5472089;-109.606543,way_type=user_defined:way_id=80E +edge,2211,2211;41.5472089;-109.606543:2212;41.5473233;-109.6062645,way_type=user_defined:way_id=80E +edge,2212,2212;41.5473233;-109.6062645:2213;41.5474303;-109.6060134,way_type=user_defined:way_id=80E +edge,2213,2213;41.5474303;-109.6060134:2214;41.5475551;-109.6057311,way_type=user_defined:way_id=80E +edge,2214,2214;41.5475551;-109.6057311:2215;41.5476684;-109.6054844,way_type=user_defined:way_id=80E +edge,2215,2215;41.5476684;-109.6054844:2216;41.5478278;-109.6051517,way_type=user_defined:way_id=80E +edge,2216,2216;41.5478278;-109.6051517:2217;41.5479186;-109.6049663,way_type=user_defined:way_id=80E +edge,2217,2217;41.5479186;-109.6049663:2218;41.5480397;-109.6047259,way_type=user_defined:way_id=80E +edge,2218,2218;41.5480397;-109.6047259:2219;41.5481791;-109.6044571,way_type=user_defined:way_id=80E +edge,2219,2219;41.5481791;-109.6044571:2220;41.5483173;-109.6041984,way_type=user_defined:way_id=80E +edge,2220,2220;41.5483173;-109.6041984:2221;41.5484491;-109.603957,way_type=user_defined:way_id=80E +edge,2221,2221;41.5484491;-109.603957:2222;41.5485955;-109.6036931,way_type=user_defined:way_id=80E +edge,2222,2222;41.5485955;-109.6036931:2223;41.5490027;-109.6029669,way_type=user_defined:way_id=80E +edge,2223,2223;41.5490027;-109.6029669:2224;41.5498256;-109.6015211,way_type=user_defined:way_id=80E +edge,2224,2224;41.5498256;-109.6015211:2225;41.5501207;-109.601,way_type=user_defined:way_id=80E +edge,2225,2225;41.5501207;-109.601:2226;41.5505314;-109.6002842,way_type=user_defined:way_id=80E +edge,2226,2226;41.5505314;-109.6002842:2227;41.5509387;-109.5995666,way_type=user_defined:way_id=80E +edge,2227,2227;41.5509387;-109.5995666:2228;41.55121939;-109.5990692,way_type=user_defined:way_id=80E +edge,2228,2228;41.55121939;-109.5990692:2229;41.5514482;-109.5986637,way_type=user_defined:way_id=80E +edge,2229,2229;41.5514482;-109.5986637:2230;41.5517927;-109.5980589,way_type=user_defined:way_id=80E +edge,2230,2230;41.5517927;-109.5980589:2231;41.5517927;-109.5980589,way_type=user_defined:way_id=80E +edge,2231,2231;41.5517927;-109.5980589:2232;41.5522254;-109.5973018,way_type=user_defined:way_id=80E +edge,2232,2232;41.5522254;-109.5973018:2233;41.5527983;-109.5962906,way_type=user_defined:way_id=80E +edge,2233,2233;41.5527983;-109.5962906:2234;41.55318643;-109.5956129,way_type=user_defined:way_id=80E +edge,2234,2234;41.55318643;-109.5956129:2235;41.5532109;-109.5955702,way_type=user_defined:way_id=80E +edge,2235,2235;41.5532109;-109.5955702:2236;41.5533245;-109.5953697,way_type=user_defined:way_id=80E +edge,2236,2236;41.5533245;-109.5953697:2237;41.5534571;-109.5951305,way_type=user_defined:way_id=80E +edge,2237,2237;41.5534571;-109.5951305:2238;41.5535834;-109.5948965,way_type=user_defined:way_id=80E +edge,2238,2238;41.5535834;-109.5948965:2239;41.5537362;-109.5946051,way_type=user_defined:way_id=80E +edge,2239,2239;41.5537362;-109.5946051:2240;41.5538458;-109.5943906,way_type=user_defined:way_id=80E +edge,2240,2240;41.5538458;-109.5943906:2241;41.5539662;-109.5941498,way_type=user_defined:way_id=80E +edge,2241,2241;41.5539662;-109.5941498:2242;41.5540944;-109.5938854,way_type=user_defined:way_id=80E +edge,2242,2242;41.5540944;-109.5938854:2243;41.5542287;-109.5935977,way_type=user_defined:way_id=80E +edge,2243,2243;41.5542287;-109.5935977:2244;41.5542975;-109.5934456,way_type=user_defined:way_id=80E +edge,2244,2244;41.5542975;-109.5934456:2245;41.554351;-109.5933267,way_type=user_defined:way_id=80E +edge,2245,2245;41.554351;-109.5933267:2246;41.5544609;-109.5930744,way_type=user_defined:way_id=80E +edge,2246,2246;41.5544609;-109.5930744:2247;41.5545809;-109.5927881,way_type=user_defined:way_id=80E +edge,2247,2247;41.5545809;-109.5927881:2248;41.5546812;-109.5925406,way_type=user_defined:way_id=80E +edge,2248,2248;41.5546812;-109.5925406:2249;41.5547716;-109.592309,way_type=user_defined:way_id=80E +edge,2249,2249;41.5547716;-109.592309:2250;41.5549162;-109.5919263,way_type=user_defined:way_id=80E +edge,2250,2250;41.5549162;-109.5919263:2251;41.5549927;-109.5917175,way_type=user_defined:way_id=80E +edge,2251,2251;41.5549927;-109.5917175:2252;41.5550974;-109.5914223,way_type=user_defined:way_id=80E +edge,2252,2252;41.5550974;-109.5914223:2253;41.5551962;-109.5911317,way_type=user_defined:way_id=80E +edge,2253,2253;41.5551962;-109.5911317:2254;41.55533336;-109.5907089,way_type=user_defined:way_id=80E +edge,2254,2254;41.55533336;-109.5907089:2255;41.55533336;-109.5907089,way_type=user_defined:way_id=80E +edge,2255,2255;41.55533336;-109.5907089:2256;41.5553799;-109.5905636,way_type=user_defined:way_id=80E +edge,2256,2256;41.5553799;-109.5905636:2257;41.5554613;-109.590294,way_type=user_defined:way_id=80E +edge,2257,2257;41.5554613;-109.590294:2258;41.5555492;-109.5899866,way_type=user_defined:way_id=80E +edge,2258,2258;41.5555492;-109.5899866:2259;41.5556312;-109.5896862,way_type=user_defined:way_id=80E +edge,2259,2259;41.5556312;-109.5896862:2260;41.5557046;-109.5894034,way_type=user_defined:way_id=80E +edge,2260,2260;41.5557046;-109.5894034:2261;41.5557705;-109.5891365,way_type=user_defined:way_id=80E +edge,2261,2261;41.5557705;-109.5891365:2262;41.5558443;-109.5888235,way_type=user_defined:way_id=80E +edge,2262,2262;41.5558443;-109.5888235:2263;41.5559064;-109.5885446,way_type=user_defined:way_id=80E +edge,2263,2263;41.5559064;-109.5885446:2264;41.555943;-109.5883729,way_type=user_defined:way_id=80E +edge,2264,2264;41.555943;-109.5883729:2265;41.5559736;-109.5882282,way_type=user_defined:way_id=80E +edge,2265,2265;41.5559736;-109.5882282:2266;41.55603;-109.5879473,way_type=user_defined:way_id=80E +edge,2266,2266;41.55603;-109.5879473:2267;41.5560904;-109.5876281,way_type=user_defined:way_id=80E +edge,2267,2267;41.5560904;-109.5876281:2268;41.5561403;-109.5873454,way_type=user_defined:way_id=80E +edge,2268,2268;41.5561403;-109.5873454:2269;41.5561816;-109.5870971,way_type=user_defined:way_id=80E +edge,2269,2269;41.5561816;-109.5870971:2270;41.5562422;-109.5867101,way_type=user_defined:way_id=80E +edge,2270,2270;41.5562422;-109.5867101:2271;41.55626969;-109.5865218,way_type=user_defined:way_id=80E +edge,2271,2271;41.55626969;-109.5865218:2272;41.5565088;-109.5848838,way_type=user_defined:way_id=80E +edge,2272,2272;41.5565088;-109.5848838:2273;41.5567223;-109.5834328,way_type=user_defined:way_id=80E +edge,2273,2273;41.5567223;-109.5834328:2274;41.5568888;-109.5822848,way_type=user_defined:way_id=80E +edge,2274,2274;41.5568888;-109.5822848:2275;41.5568888;-109.5822848,way_type=user_defined:way_id=80E +edge,2275,2275;41.5568888;-109.5822848:2276;41.5571374;-109.5806177,way_type=user_defined:way_id=80E +edge,2276,2276;41.5571374;-109.5806177:2277;41.55726863;-109.5797243,way_type=user_defined:way_id=80E +edge,2277,2277;41.55726863;-109.5797243:2278;41.5574944;-109.5781873,way_type=user_defined:way_id=80E +edge,2278,2278;41.5574944;-109.5781873:2279;41.5577605;-109.5763951,way_type=user_defined:way_id=80E +edge,2279,2279;41.5577605;-109.5763951:2280;41.5578486;-109.5757903,way_type=user_defined:way_id=80E +edge,2280,2280;41.5578486;-109.5757903:2281;41.5579657;-109.5750071,way_type=user_defined:way_id=80E +edge,2281,2281;41.5579657;-109.5750071:2282;41.5581936;-109.5734428,way_type=user_defined:way_id=80E +edge,2282,2282;41.5581936;-109.5734428:2283;41.5583384;-109.5724864,way_type=user_defined:way_id=80E +edge,2283,2283;41.5583384;-109.5724864:2284;41.5583847;-109.572195,way_type=user_defined:way_id=80E +edge,2284,2284;41.5583847;-109.572195:2285;41.558437;-109.5718876,way_type=user_defined:way_id=80E +edge,2285,2285;41.558437;-109.5718876:2286;41.5584901;-109.5715985,way_type=user_defined:way_id=80E +edge,2286,2286;41.5584901;-109.5715985:2287;41.5585506;-109.5712917,way_type=user_defined:way_id=80E +edge,2287,2287;41.5585506;-109.5712917:2288;41.5586106;-109.5710042,way_type=user_defined:way_id=80E +edge,2288,2288;41.5586106;-109.5710042:2289;41.5586792;-109.5706888,way_type=user_defined:way_id=80E +edge,2289,2289;41.5586792;-109.5706888:2290;41.5587488;-109.5703862,way_type=user_defined:way_id=80E +edge,2290,2290;41.5587488;-109.5703862:2291;41.5588178;-109.5701028,way_type=user_defined:way_id=80E +edge,2291,2291;41.5588178;-109.5701028:2292;41.558895;-109.5698022,way_type=user_defined:way_id=80E +edge,2292,2292;41.558895;-109.5698022:2293;41.5589703;-109.5695215,way_type=user_defined:way_id=80E +edge,2293,2293;41.5589703;-109.5695215:2294;41.5590455;-109.5692512,way_type=user_defined:way_id=80E +edge,2294,2294;41.5590455;-109.5692512:2295;41.5591236;-109.5689817,way_type=user_defined:way_id=80E +edge,2295,2295;41.5591236;-109.5689817:2296;41.5592177;-109.568671,way_type=user_defined:way_id=80E +edge,2296,2296;41.5592177;-109.568671:2297;41.5593016;-109.5684061,way_type=user_defined:way_id=80E +edge,2297,2297;41.5593016;-109.5684061:2298;41.5594;-109.568108,way_type=user_defined:way_id=80E +edge,2298,2298;41.5594;-109.568108:2299;41.5594904;-109.5678461,way_type=user_defined:way_id=80E +edge,2299,2299;41.5594904;-109.5678461:2300;41.5595958;-109.5675519,way_type=user_defined:way_id=80E +edge,2300,2300;41.5595958;-109.5675519:2301;41.5596945;-109.5672847,way_type=user_defined:way_id=80E +edge,2301,2301;41.5596945;-109.5672847:2302;41.5598017;-109.5670015,way_type=user_defined:way_id=80E +edge,2302,2302;41.5598017;-109.5670015:2303;41.5598915;-109.5667707,way_type=user_defined:way_id=80E +edge,2303,2303;41.5598915;-109.5667707:2304;41.5604489;-109.5653585,way_type=user_defined:way_id=80E +edge,2304,2304;41.5604489;-109.5653585:2305;41.5607767;-109.564519,way_type=user_defined:way_id=80E +edge,2305,2305;41.5607767;-109.564519:2306;41.5609817;-109.5639985,way_type=user_defined:way_id=80E +edge,2306,2306;41.5609817;-109.5639985:2307;41.5612973;-109.5631879,way_type=user_defined:way_id=80E +edge,2307,2307;41.5612973;-109.5631879:2308;41.561829;-109.5618449,way_type=user_defined:way_id=80E +edge,2308,2308;41.561829;-109.5618449:2309;41.5624571;-109.5602312,way_type=user_defined:way_id=80E +edge,2309,2309;41.5624571;-109.5602312:2310;41.5629476;-109.5589799,way_type=user_defined:way_id=80E +edge,2310,2310;41.5629476;-109.5589799:2311;41.5631105;-109.5585581,way_type=user_defined:way_id=80E +edge,2311,2311;41.5631105;-109.5585581:2312;41.5632202;-109.5582658,way_type=user_defined:way_id=80E +edge,2312,2312;41.5632202;-109.5582658:2313;41.5633218;-109.5579794,way_type=user_defined:way_id=80E +edge,2313,2313;41.5633218;-109.5579794:2314;41.563412;-109.5577083,way_type=user_defined:way_id=80E +edge,2314,2314;41.563412;-109.5577083:2315;41.5634981;-109.5574352,way_type=user_defined:way_id=80E +edge,2315,2315;41.5634981;-109.5574352:2316;41.5635885;-109.5571335,way_type=user_defined:way_id=80E +edge,2316,2316;41.5635885;-109.5571335:2317;41.5636643;-109.556864,way_type=user_defined:way_id=80E +edge,2317,2317;41.5636643;-109.556864:2318;41.5637455;-109.5565573,way_type=user_defined:way_id=80E +edge,2318,2318;41.5637455;-109.5565573:2319;41.5638156;-109.5562746,way_type=user_defined:way_id=80E +edge,2319,2319;41.5638156;-109.5562746:2320;41.5638856;-109.5559714,way_type=user_defined:way_id=80E +edge,2320,2320;41.5638856;-109.5559714:2321;41.5639453;-109.5556941,way_type=user_defined:way_id=80E +edge,2321,2321;41.5639453;-109.5556941:2322;41.5639676;-109.5555827,way_type=user_defined:way_id=80E +edge,2322,2322;41.5639676;-109.5555827:2323;41.5640096;-109.5553697,way_type=user_defined:way_id=80E +edge,2323,2323;41.5640096;-109.5553697:2324;41.5640589;-109.5550988,way_type=user_defined:way_id=80E +edge,2324,2324;41.5640589;-109.5550988:2325;41.5641139;-109.5547722,way_type=user_defined:way_id=80E +edge,2325,2325;41.5641139;-109.5547722:2326;41.5641517;-109.5545284,way_type=user_defined:way_id=80E +edge,2326,2326;41.5641517;-109.5545284:2327;41.564197;-109.5542076,way_type=user_defined:way_id=80E +edge,2327,2327;41.564197;-109.5542076:2328;41.5642378;-109.5538769,way_type=user_defined:way_id=80E +edge,2328,2328;41.5642378;-109.5538769:2329;41.564271;-109.5535546,way_type=user_defined:way_id=80E +edge,2329,2329;41.564271;-109.5535546:2330;41.5642964;-109.5532703,way_type=user_defined:way_id=80E +edge,2330,2330;41.5642964;-109.5532703:2331;41.5643185;-109.5529842,way_type=user_defined:way_id=80E +edge,2331,2331;41.5643185;-109.5529842:2332;41.5643389;-109.5526598,way_type=user_defined:way_id=80E +edge,2332,2332;41.5643389;-109.5526598:2333;41.5643542;-109.5523207,way_type=user_defined:way_id=80E +edge,2333,2333;41.5643542;-109.5523207:2334;41.5643626;-109.5520469,way_type=user_defined:way_id=80E +edge,2334,2334;41.5643626;-109.5520469:2335;41.5643676;-109.551758,way_type=user_defined:way_id=80E +edge,2335,2335;41.5643676;-109.551758:2336;41.5643689;-109.5514317,way_type=user_defined:way_id=80E +edge,2336,2336;41.5643689;-109.5514317:2337;41.564365;-109.5511069,way_type=user_defined:way_id=80E +edge,2337,2337;41.564365;-109.5511069:2338;41.5643566;-109.5508043,way_type=user_defined:way_id=80E +edge,2338,2338;41.5643566;-109.5508043:2339;41.5643463;-109.5505605,way_type=user_defined:way_id=80E +edge,2339,2339;41.5643463;-109.5505605:2340;41.5643279;-109.5502298,way_type=user_defined:way_id=80E +edge,2340,2340;41.5643279;-109.5502298:2341;41.5643051;-109.5499045,way_type=user_defined:way_id=80E +edge,2341,2341;41.5643051;-109.5499045:2342;41.5642805;-109.549617,way_type=user_defined:way_id=80E +edge,2342,2342;41.5642805;-109.549617:2343;41.5642663;-109.5494741,way_type=user_defined:way_id=80E +edge,2343,2343;41.5642663;-109.5494741:2344;41.5642663;-109.5494741,way_type=user_defined:way_id=80E +edge,2344,2344;41.5642663;-109.5494741:2345;41.5642362;-109.5491907,way_type=user_defined:way_id=80E +edge,2345,2345;41.5642362;-109.5491907:2346;41.5642161;-109.5490149,way_type=user_defined:way_id=80E +edge,2346,2346;41.5642161;-109.5490149:2347;41.5641728;-109.5486831,way_type=user_defined:way_id=80E +edge,2347,2347;41.5641728;-109.5486831:2348;41.56413;-109.5483988,way_type=user_defined:way_id=80E +edge,2348,2348;41.56413;-109.5483988:2349;41.5640775;-109.5480785,way_type=user_defined:way_id=80E +edge,2349,2349;41.5640775;-109.5480785:2350;41.5640201;-109.5477587,way_type=user_defined:way_id=80E +edge,2350,2350;41.5640201;-109.5477587:2351;41.5639653;-109.5474775,way_type=user_defined:way_id=80E +edge,2351,2351;41.5639653;-109.5474775:2352;41.5638998;-109.5471701,way_type=user_defined:way_id=80E +edge,2352,2352;41.5638998;-109.5471701:2353;41.5638342;-109.5468828,way_type=user_defined:way_id=80E +edge,2353,2353;41.5638342;-109.5468828:2354;41.5637508;-109.5465436,way_type=user_defined:way_id=80E +edge,2354,2354;41.5637508;-109.5465436:2355;41.5636881;-109.546304,way_type=user_defined:way_id=80E +edge,2355,2355;41.5636881;-109.546304:2356;41.5636022;-109.5459958,way_type=user_defined:way_id=80E +edge,2356,2356;41.5636022;-109.5459958:2357;41.5635149;-109.5456979,way_type=user_defined:way_id=80E +edge,2357,2357;41.5635149;-109.5456979:2358;41.56345758;-109.5455119,way_type=user_defined:way_id=80E +edge,2358,2358;41.56345758;-109.5455119:2359;41.5634404;-109.5454561,way_type=user_defined:way_id=80E +edge,2359,2359;41.5634404;-109.5454561:2360;41.5633419;-109.5451541,way_type=user_defined:way_id=80E +edge,2360,2360;41.5633419;-109.5451541:2361;41.5632411;-109.5448648,way_type=user_defined:way_id=80E +edge,2361,2361;41.5632411;-109.5448648:2362;41.5631425;-109.5445955,way_type=user_defined:way_id=80E +edge,2362,2362;41.5631425;-109.5445955:2363;41.563032;-109.5443032,way_type=user_defined:way_id=80E +edge,2363,2363;41.563032;-109.5443032:2364;41.5626137;-109.5432467,way_type=user_defined:way_id=80E +edge,2364,2364;41.5626137;-109.5432467:2365;41.5622889;-109.5424153,way_type=user_defined:way_id=80E +edge,2365,2365;41.5622889;-109.5424153:2366;41.5621618;-109.5420816,way_type=user_defined:way_id=80E +edge,2366,2366;41.5621618;-109.5420816:2367;41.5620777;-109.5418551,way_type=user_defined:way_id=80E +edge,2367,2367;41.5620777;-109.5418551:2368;41.5620558;-109.5417944,way_type=user_defined:way_id=80E +edge,2368,2368;41.5620558;-109.5417944:2369;41.56204444;-109.5417586,way_type=user_defined:way_id=80E +edge,2369,2369;41.56204444;-109.5417586:2370;41.56204444;-109.5417586,way_type=user_defined:way_id=80E +edge,2370,2370;41.56204444;-109.5417586:2371;41.5620307;-109.5417247,way_type=user_defined:way_id=80E +edge,2371,2371;41.5620307;-109.5417247:2372;41.5619712;-109.5415592,way_type=user_defined:way_id=80E +edge,2372,2372;41.5619712;-109.5415592:2373;41.56188;-109.5412948,way_type=user_defined:way_id=80E +edge,2373,2373;41.56188;-109.5412948:2374;41.5617808;-109.540995,way_type=user_defined:way_id=80E +edge,2374,2374;41.5617808;-109.540995:2375;41.5616985;-109.5407368,way_type=user_defined:way_id=80E +edge,2375,2375;41.5616985;-109.5407368:2376;41.5616032;-109.5404252,way_type=user_defined:way_id=80E +edge,2376,2376;41.5616032;-109.5404252:2377;41.5615249;-109.5401567,way_type=user_defined:way_id=80E +edge,2377,2377;41.5615249;-109.5401567:2378;41.5614495;-109.539886,way_type=user_defined:way_id=80E +edge,2378,2378;41.5614495;-109.539886:2379;41.5613677;-109.5395794,way_type=user_defined:way_id=80E +edge,2379,2379;41.5613677;-109.5395794:2380;41.5613124;-109.539361,way_type=user_defined:way_id=80E +edge,2380,2380;41.5613124;-109.539361:2381;41.5612221;-109.538986,way_type=user_defined:way_id=80E +edge,2381,2381;41.5612221;-109.538986:2382;41.5611516;-109.5386728,way_type=user_defined:way_id=80E +edge,2382,2382;41.5611516;-109.5386728:2383;41.5610919;-109.5383954,way_type=user_defined:way_id=80E +edge,2383,2383;41.5610919;-109.5383954:2384;41.5610275;-109.5380793,way_type=user_defined:way_id=80E +edge,2384,2384;41.5610275;-109.5380793:2385;41.5609736;-109.5377996,way_type=user_defined:way_id=80E +edge,2385,2385;41.5609736;-109.5377996:2386;41.56095786;-109.5377132,way_type=user_defined:way_id=80E +edge,2386,2386;41.56095786;-109.5377132:2387;41.5609273;-109.5375456,way_type=user_defined:way_id=80E +edge,2387,2387;41.5609273;-109.5375456:2388;41.5608677;-109.5372004,way_type=user_defined:way_id=80E +edge,2388,2388;41.5608677;-109.5372004:2389;41.5608213;-109.53691,way_type=user_defined:way_id=80E +edge,2389,2389;41.5608213;-109.53691:2390;41.5607779;-109.5366196,way_type=user_defined:way_id=80E +edge,2390,2390;41.5607779;-109.5366196:2391;41.5607353;-109.5363099,way_type=user_defined:way_id=80E +edge,2391,2391;41.5607353;-109.5363099:2392;41.5606949;-109.5359903,way_type=user_defined:way_id=80E +edge,2392,2392;41.5606949;-109.5359903:2393;41.5605463;-109.5347656,way_type=user_defined:way_id=80E +edge,2393,2393;41.5605463;-109.5347656:2394;41.5604414;-109.5338739,way_type=user_defined:way_id=80E +edge,2394,2394;41.5604414;-109.5338739:2395;41.5603711;-109.5332618,way_type=user_defined:way_id=80E +edge,2395,2395;41.5603711;-109.5332618:2396;41.5603711;-109.5332618,way_type=user_defined:way_id=80E +edge,2396,2396;41.5603711;-109.5332618:2397;41.5603042;-109.5326864,way_type=user_defined:way_id=80E +edge,2397,2397;41.5603042;-109.5326864:2398;41.5601615;-109.531511,way_type=user_defined:way_id=80E +edge,2398,2398;41.5601615;-109.531511:2399;41.5600872;-109.530869,way_type=user_defined:way_id=80E +edge,2399,2399;41.5600872;-109.530869:2400;41.56006288;-109.5306666,way_type=user_defined:way_id=80E +edge,2400,2400;41.56006288;-109.5306666:2401;41.5600133;-109.5302538,way_type=user_defined:way_id=80E +edge,2401,2401;41.5600133;-109.5302538:2402;41.5599092;-109.5293585,way_type=user_defined:way_id=80E +edge,2402,2402;41.5599092;-109.5293585:2403;41.5598491;-109.5288526,way_type=user_defined:way_id=80E +edge,2403,2403;41.5598491;-109.5288526:2404;41.5597653;-109.5281473,way_type=user_defined:way_id=80E +edge,2404,2404;41.5597653;-109.5281473:2405;41.5596972;-109.5275797,way_type=user_defined:way_id=80E +edge,2405,2405;41.5596972;-109.5275797:2406;41.5596558;-109.5272494,way_type=user_defined:way_id=80E +edge,2406,2406;41.5596558;-109.5272494:2407;41.5596119;-109.5269302,way_type=user_defined:way_id=80E +edge,2407,2407;41.5596119;-109.5269302:2408;41.5595695;-109.5266486,way_type=user_defined:way_id=80E +edge,2408,2408;41.5595695;-109.5266486:2409;41.5595232;-109.526369,way_type=user_defined:way_id=80E +edge,2409,2409;41.5595232;-109.526369:2410;41.5594714;-109.5260816,way_type=user_defined:way_id=80E +edge,2410,2410;41.5594714;-109.5260816:2411;41.5594079;-109.5257592,way_type=user_defined:way_id=80E +edge,2411,2411;41.5594079;-109.5257592:2412;41.5593407;-109.5254483,way_type=user_defined:way_id=80E +edge,2412,2412;41.5593407;-109.5254483:2413;41.5592792;-109.525183,way_type=user_defined:way_id=80E +edge,2413,2413;41.5592792;-109.525183:2414;41.5592005;-109.5248655,way_type=user_defined:way_id=80E +edge,2414,2414;41.5592005;-109.5248655:2415;41.559127;-109.5245855,way_type=user_defined:way_id=80E +edge,2415,2415;41.559127;-109.5245855:2416;41.5590444;-109.5242887,way_type=user_defined:way_id=80E +edge,2416,2416;41.5590444;-109.5242887:2417;41.5589628;-109.5240124,way_type=user_defined:way_id=80E +edge,2417,2417;41.5589628;-109.5240124:2418;41.558868;-109.523713,way_type=user_defined:way_id=80E +edge,2418,2418;41.558868;-109.523713:2419;41.5587802;-109.5234497,way_type=user_defined:way_id=80E +edge,2419,2419;41.5587802;-109.5234497:2420;41.5586892;-109.5231897,way_type=user_defined:way_id=80E +edge,2420,2420;41.5586892;-109.5231897:2421;41.5585816;-109.5228981,way_type=user_defined:way_id=80E +edge,2421,2421;41.5585816;-109.5228981:2422;41.5584792;-109.5226356,way_type=user_defined:way_id=80E +edge,2422,2422;41.5584792;-109.5226356:2423;41.5583726;-109.5223764,way_type=user_defined:way_id=80E +edge,2423,2423;41.5583726;-109.5223764:2424;41.5582834;-109.5221671,way_type=user_defined:way_id=80E +edge,2424,2424;41.5582834;-109.5221671:2425;41.5581324;-109.5218235,way_type=user_defined:way_id=80E +edge,2425,2425;41.5581324;-109.5218235:2426;41.5577913;-109.5210735,way_type=user_defined:way_id=80E +edge,2426,2426;41.5577913;-109.5210735:2427;41.5574261;-109.5202637,way_type=user_defined:way_id=80E +edge,2427,2427;41.5574261;-109.5202637:2428;41.5569767;-109.5192764,way_type=user_defined:way_id=80E +edge,2428,2428;41.5569767;-109.5192764:2429;41.5565962;-109.5184451,way_type=user_defined:way_id=80E +edge,2429,2429;41.5565962;-109.5184451:2430;41.5564874;-109.5181987,way_type=user_defined:way_id=80E +edge,2430,2430;41.5564874;-109.5181987:2431;41.5564311;-109.5180661,way_type=user_defined:way_id=80E +edge,2431,2431;41.5564311;-109.5180661:2432;41.5563647;-109.5179082,way_type=user_defined:way_id=80E +edge,2432,2432;41.5563647;-109.5179082:2433;41.5562596;-109.5176479,way_type=user_defined:way_id=80E +edge,2433,2433;41.5562596;-109.5176479:2434;41.5561614;-109.5173929,way_type=user_defined:way_id=80E +edge,2434,2434;41.5561614;-109.5173929:2435;41.5560572;-109.5171091,way_type=user_defined:way_id=80E +edge,2435,2435;41.5560572;-109.5171091:2436;41.5559529;-109.5168046,way_type=user_defined:way_id=80E +edge,2436,2436;41.5559529;-109.5168046:2437;41.5558702;-109.5165476,way_type=user_defined:way_id=80E +edge,2437,2437;41.5558702;-109.5165476:2438;41.5557759;-109.5162355,way_type=user_defined:way_id=80E +edge,2438,2438;41.5557759;-109.5162355:2439;41.5557015;-109.5159727,way_type=user_defined:way_id=80E +edge,2439,2439;41.5557015;-109.5159727:2440;41.555627;-109.5156902,way_type=user_defined:way_id=80E +edge,2440,2440;41.555627;-109.5156902:2441;41.5555524;-109.5153864,way_type=user_defined:way_id=80E +edge,2441,2441;41.5555524;-109.5153864:2442;41.5554827;-109.515081,way_type=user_defined:way_id=80E +edge,2442,2442;41.5554827;-109.515081:2443;41.5554138;-109.5147563,way_type=user_defined:way_id=80E +edge,2443,2443;41.5554138;-109.5147563:2444;41.555358;-109.5144752,way_type=user_defined:way_id=80E +edge,2444,2444;41.555358;-109.5144752:2445;41.5553059;-109.5141935,way_type=user_defined:way_id=80E +edge,2445,2445;41.5553059;-109.5141935:2446;41.5552514;-109.5138725,way_type=user_defined:way_id=80E +edge,2446,2446;41.5552514;-109.5138725:2447;41.5552101;-109.5135958,way_type=user_defined:way_id=80E +edge,2447,2447;41.5552101;-109.5135958:2448;41.5551678;-109.5132619,way_type=user_defined:way_id=80E +edge,2448,2448;41.5551678;-109.5132619:2449;41.5551345;-109.5129449,way_type=user_defined:way_id=80E +edge,2449,2449;41.5551345;-109.5129449:2450;41.5550513;-109.5120478,way_type=user_defined:way_id=80E +edge,2450,2450;41.5550513;-109.5120478:2451;41.5549259;-109.5107881,way_type=user_defined:way_id=80E +edge,2451,2451;41.5549259;-109.5107881:2452;41.5548664;-109.5101723,way_type=user_defined:way_id=80E +edge,2452,2452;41.5548664;-109.5101723:2453;41.55480799;-109.5095387,way_type=user_defined:way_id=80E +edge,2453,2453;41.55480799;-109.5095387:2454;41.55480799;-109.5095387,way_type=user_defined:way_id=80E +edge,2454,2454;41.55480799;-109.5095387:2455;41.5547554;-109.508978,way_type=user_defined:way_id=80E +edge,2455,2455;41.5547554;-109.508978:2456;41.5545132;-109.5065015,way_type=user_defined:way_id=80E +edge,2456,2456;41.5545132;-109.5065015:2457;41.5543621;-109.5048812,way_type=user_defined:way_id=80E +edge,2457,2457;41.5543621;-109.5048812:2458;41.5539264;-109.5003803,way_type=user_defined:way_id=80E +edge,2458,2458;41.5539264;-109.5003803:2459;41.5538966;-109.5000852,way_type=user_defined:way_id=80E +edge,2459,2459;41.5538966;-109.5000852:2460;41.5538662;-109.4998085,way_type=user_defined:way_id=80E +edge,2460,2460;41.5538662;-109.4998085:2461;41.5538267;-109.4994869,way_type=user_defined:way_id=80E +edge,2461,2461;41.5538267;-109.4994869:2462;41.553787;-109.4991942,way_type=user_defined:way_id=80E +edge,2462,2462;41.553787;-109.4991942:2463;41.5537393;-109.4988745,way_type=user_defined:way_id=80E +edge,2463,2463;41.5537393;-109.4988745:2464;41.5536871;-109.4985563,way_type=user_defined:way_id=80E +edge,2464,2464;41.5536871;-109.4985563:2465;41.5536366;-109.4982673,way_type=user_defined:way_id=80E +edge,2465,2465;41.5536366;-109.4982673:2466;41.5535853;-109.4979883,way_type=user_defined:way_id=80E +edge,2466,2466;41.5535853;-109.4979883:2467;41.5535311;-109.4977098,way_type=user_defined:way_id=80E +edge,2467,2467;41.5535311;-109.4977098:2468;41.5534671;-109.497396,way_type=user_defined:way_id=80E +edge,2468,2468;41.5534671;-109.497396:2469;41.5534052;-109.4971101,way_type=user_defined:way_id=80E +edge,2469,2469;41.5534052;-109.4971101:2470;41.5533359;-109.4968067,way_type=user_defined:way_id=80E +edge,2470,2470;41.5533359;-109.4968067:2471;41.5532694;-109.4965298,way_type=user_defined:way_id=80E +edge,2471,2471;41.5532694;-109.4965298:2472;41.5531916;-109.4962217,way_type=user_defined:way_id=80E +edge,2472,2472;41.5531916;-109.4962217:2473;41.5531116;-109.4959225,way_type=user_defined:way_id=80E +edge,2473,2473;41.5531116;-109.4959225:2474;41.5530328;-109.495643,way_type=user_defined:way_id=80E +edge,2474,2474;41.5530328;-109.495643:2475;41.5529205;-109.4952671,way_type=user_defined:way_id=80E +edge,2475,2475;41.5529205;-109.4952671:2476;41.5528572;-109.4950616,way_type=user_defined:way_id=80E +edge,2476,2476;41.5528572;-109.4950616:2477;41.5527761;-109.4948062,way_type=user_defined:way_id=80E +edge,2477,2477;41.5527761;-109.4948062:2478;41.5526768;-109.4945056,way_type=user_defined:way_id=80E +edge,2478,2478;41.5526768;-109.4945056:2479;41.5525738;-109.4942096,way_type=user_defined:way_id=80E +edge,2479,2479;41.5525738;-109.4942096:2480;41.552477;-109.4939411,way_type=user_defined:way_id=80E +edge,2480,2480;41.552477;-109.4939411:2481;41.5523445;-109.4935866,way_type=user_defined:way_id=80E +edge,2481,2481;41.5523445;-109.4935866:2482;41.5522689;-109.4933893,way_type=user_defined:way_id=80E +edge,2482,2482;41.5522689;-109.4933893:2483;41.5521639;-109.4931259,way_type=user_defined:way_id=80E +edge,2483,2483;41.5521639;-109.4931259:2484;41.5520484;-109.492849,way_type=user_defined:way_id=80E +edge,2484,2484;41.5520484;-109.492849:2485;41.5519373;-109.4925914,way_type=user_defined:way_id=80E +edge,2485,2485;41.5519373;-109.4925914:2486;41.5518271;-109.4923445,way_type=user_defined:way_id=80E +edge,2486,2486;41.5518271;-109.4923445:2487;41.5516862;-109.4920408,way_type=user_defined:way_id=80E +edge,2487,2487;41.5516862;-109.4920408:2488;41.5515712;-109.4918014,way_type=user_defined:way_id=80E +edge,2488,2488;41.5515712;-109.4918014:2489;41.5514486;-109.4915535,way_type=user_defined:way_id=80E +edge,2489,2489;41.5514486;-109.4915535:2490;41.5512913;-109.4912464,way_type=user_defined:way_id=80E +edge,2490,2490;41.5512913;-109.4912464:2491;41.5511872;-109.4910479,way_type=user_defined:way_id=80E +edge,2491,2491;41.5511872;-109.4910479:2492;41.5510441;-109.4907826,way_type=user_defined:way_id=80E +edge,2492,2492;41.5510441;-109.4907826:2493;41.5509117;-109.490543,way_type=user_defined:way_id=80E +edge,2493,2493;41.5509117;-109.490543:2494;41.5507854;-109.49032,way_type=user_defined:way_id=80E +edge,2494,2494;41.5507854;-109.49032:2495;41.5506311;-109.4900565,way_type=user_defined:way_id=80E +edge,2495,2495;41.5506311;-109.4900565:2496;41.5504913;-109.489825,way_type=user_defined:way_id=80E +edge,2496,2496;41.5504913;-109.489825:2497;41.5500652;-109.4891311,way_type=user_defined:way_id=80E +edge,2497,2497;41.5500652;-109.4891311:2498;41.5493476;-109.4879458,way_type=user_defined:way_id=80E +edge,2498,2498;41.5493476;-109.4879458:2499;41.549037;-109.4874393,way_type=user_defined:way_id=80E +edge,2499,2499;41.549037;-109.4874393:2500;41.548766;-109.486989,way_type=user_defined:way_id=80E +edge,2500,2500;41.548766;-109.486989:2501;41.5481831;-109.4860322,way_type=user_defined:way_id=80E +edge,2501,2501;41.5481831;-109.4860322:2502;41.5477592;-109.4853299,way_type=user_defined:way_id=80E +edge,2502,2502;41.5477592;-109.4853299:2503;41.5470599;-109.4841786,way_type=user_defined:way_id=80E +edge,2503,2503;41.5470599;-109.4841786:2504;41.5466175;-109.4834444,way_type=user_defined:way_id=80E +edge,2504,2504;41.5466175;-109.4834444:2505;41.5462374;-109.4828323,way_type=user_defined:way_id=80E +edge,2505,2505;41.5462374;-109.4828323:2506;41.5460206;-109.4824904,way_type=user_defined:way_id=80E +edge,2506,2506;41.5460206;-109.4824904:2507;41.5458811;-109.4822836,way_type=user_defined:way_id=80E +edge,2507,2507;41.5458811;-109.4822836:2508;41.5457271;-109.48207,way_type=user_defined:way_id=80E +edge,2508,2508;41.5457271;-109.48207:2509;41.5455514;-109.4818442,way_type=user_defined:way_id=80E +edge,2509,2509;41.5455514;-109.4818442:2510;41.5453896;-109.4816541,way_type=user_defined:way_id=80E +edge,2510,2510;41.5453896;-109.4816541:2511;41.5453288;-109.4815879,way_type=user_defined:way_id=80E +edge,2511,2511;41.5453288;-109.4815879:2512;41.5452001;-109.4814502,way_type=user_defined:way_id=80E +edge,2512,2512;41.5452001;-109.4814502:2513;41.5450205;-109.4812755,way_type=user_defined:way_id=80E +edge,2513,2513;41.5450205;-109.4812755:2514;41.5448175;-109.4810963,way_type=user_defined:way_id=80E +edge,2514,2514;41.5448175;-109.4810963:2515;41.544639;-109.4809529,way_type=user_defined:way_id=80E +edge,2515,2515;41.544639;-109.4809529:2516;41.5444189;-109.4807916,way_type=user_defined:way_id=80E +edge,2516,2516;41.5444189;-109.4807916:2517;41.5442344;-109.4806689,way_type=user_defined:way_id=80E +edge,2517,2517;41.5442344;-109.4806689:2518;41.5440296;-109.4805401,way_type=user_defined:way_id=80E +edge,2518,2518;41.5440296;-109.4805401:2519;41.5438028;-109.480404,way_type=user_defined:way_id=80E +edge,2519,2519;41.5438028;-109.480404:2520;41.54364034;-109.4803112,way_type=user_defined:way_id=80E +edge,2520,2520;41.54364034;-109.4803112:2521;41.54364034;-109.4803112,way_type=user_defined:way_id=80E +edge,2521,2521;41.54364034;-109.4803112:2522;41.5431807;-109.4800495,way_type=user_defined:way_id=80E +edge,2522,2522;41.5431807;-109.4800495:2523;41.54284385;-109.4798543,way_type=user_defined:way_id=80E +edge,2523,2523;41.54284385;-109.4798543:2524;41.5425344;-109.4796749,way_type=user_defined:way_id=80E +edge,2524,2524;41.5425344;-109.4796749:2525;41.5423356;-109.4795578,way_type=user_defined:way_id=80E +edge,2525,2525;41.5423356;-109.4795578:2526;41.5421222;-109.4794269,way_type=user_defined:way_id=80E +edge,2526,2526;41.5421222;-109.4794269:2527;41.5419219;-109.4792951,way_type=user_defined:way_id=80E +edge,2527,2527;41.5419219;-109.4792951:2528;41.5417019;-109.4791366,way_type=user_defined:way_id=80E +edge,2528,2528;41.5417019;-109.4791366:2529;41.5415163;-109.4789873,way_type=user_defined:way_id=80E +edge,2529,2529;41.5415163;-109.4789873:2530;41.5414929;-109.478967,way_type=user_defined:way_id=80E +edge,2530,2530;41.5414929;-109.478967:2531;41.541314;-109.4788075,way_type=user_defined:way_id=80E +edge,2531,2531;41.541314;-109.4788075:2532;41.5411396;-109.478638,way_type=user_defined:way_id=80E +edge,2532,2532;41.5411396;-109.478638:2533;41.54100945;-109.4785017,way_type=user_defined:way_id=80E +edge,2533,2533;41.54100945;-109.4785017:2534;41.54100945;-109.4785017,way_type=user_defined:way_id=80E +edge,2534,2534;41.54100945;-109.4785017:2535;41.5409872;-109.4784783,way_type=user_defined:way_id=80E +edge,2535,2535;41.5409872;-109.4784783:2536;41.5409872;-109.4784783,way_type=user_defined:way_id=80E +edge,2536,2536;41.5409872;-109.4784783:2537;41.5409657;-109.4784558,way_type=user_defined:way_id=80E +edge,2537,2537;41.5409657;-109.4784558:2538;41.5409657;-109.4784558,way_type=user_defined:way_id=80E +edge,2538,2538;41.5409657;-109.4784558:2539;41.5407776;-109.4782443,way_type=user_defined:way_id=80E +edge,2539,2539;41.5407776;-109.4782443:2540;41.5406035;-109.4780289,way_type=user_defined:way_id=80E +edge,2540,2540;41.5406035;-109.4780289:2541;41.5404468;-109.4778167,way_type=user_defined:way_id=80E +edge,2541,2541;41.5404468;-109.4778167:2542;41.5402876;-109.4775816,way_type=user_defined:way_id=80E +edge,2542,2542;41.5402876;-109.4775816:2543;41.5401458;-109.477353,way_type=user_defined:way_id=80E +edge,2543,2543;41.5401458;-109.477353:2544;41.540016;-109.4771241,way_type=user_defined:way_id=80E +edge,2544,2544;41.540016;-109.4771241:2545;41.5398767;-109.4768576,way_type=user_defined:way_id=80E +edge,2545,2545;41.5398767;-109.4768576:2546;41.539757;-109.476608,way_type=user_defined:way_id=80E +edge,2546,2546;41.539757;-109.476608:2547;41.5396465;-109.4763626,way_type=user_defined:way_id=80E +edge,2547,2547;41.5396465;-109.4763626:2548;41.5395251;-109.4760823,way_type=user_defined:way_id=80E +edge,2548,2548;41.5395251;-109.4760823:2549;41.53935106;-109.4756726,way_type=user_defined:way_id=80E +edge,2549,2549;41.53935106;-109.4756726:2550;41.53906438;-109.4749977,way_type=user_defined:way_id=80E +edge,2550,2550;41.53906438;-109.4749977:2551;41.53906438;-109.4749977,way_type=user_defined:way_id=80E +edge,2551,2551;41.53906438;-109.4749977:2552;41.53891683;-109.4746452,way_type=user_defined:way_id=80E +edge,2552,2552;41.53891683;-109.4746452:2553;41.53891683;-109.4746452,way_type=user_defined:way_id=80E +edge,2553,2553;41.53891683;-109.4746452:2554;41.538629;-109.4739592,way_type=user_defined:way_id=80E +edge,2554,2554;41.538629;-109.4739592:2555;41.5383022;-109.4731857,way_type=user_defined:way_id=80E +edge,2555,2555;41.5383022;-109.4731857:2556;41.53779133;-109.4719813,way_type=user_defined:way_id=80E +edge,2556,2556;41.53779133;-109.4719813:2557;41.5376045;-109.4715456,way_type=user_defined:way_id=80E +edge,2557,2557;41.5376045;-109.4715456:2558;41.5374926;-109.4712893,way_type=user_defined:way_id=80E +edge,2558,2558;41.5374926;-109.4712893:2559;41.5373711;-109.4710185,way_type=user_defined:way_id=80E +edge,2559,2559;41.5373711;-109.4710185:2560;41.5372539;-109.4707665,way_type=user_defined:way_id=80E +edge,2560,2560;41.5372539;-109.4707665:2561;41.5371066;-109.4704623,way_type=user_defined:way_id=80E +edge,2561,2561;41.5371066;-109.4704623:2562;41.5369906;-109.4702301,way_type=user_defined:way_id=80E +edge,2562,2562;41.5369906;-109.4702301:2563;41.5368649;-109.4699848,way_type=user_defined:way_id=80E +edge,2563,2563;41.5368649;-109.4699848:2564;41.5367402;-109.4697493,way_type=user_defined:way_id=80E +edge,2564,2564;41.5367402;-109.4697493:2565;41.5365948;-109.4694863,way_type=user_defined:way_id=80E +edge,2565,2565;41.5365948;-109.4694863:2566;41.5364454;-109.4692254,way_type=user_defined:way_id=80E +edge,2566,2566;41.5364454;-109.4692254:2567;41.536194;-109.468797,way_type=user_defined:way_id=80E +edge,2567,2567;41.536194;-109.468797:2568;41.536027;-109.4685175,way_type=user_defined:way_id=80E +edge,2568,2568;41.536027;-109.4685175:2569;41.53589709;-109.4683069,way_type=user_defined:way_id=80E +edge,2569,2569;41.53589709;-109.4683069:2570;41.53579795;-109.4681168,way_type=user_defined:way_id=80E +edge,2570,2570;41.53579795;-109.4681168:2571;41.5357037;-109.4679204,way_type=user_defined:way_id=80E +edge,2571,2571;41.5357037;-109.4679204:2572;41.53555645;-109.4674846,way_type=user_defined:way_id=80E +edge,2572,2572;41.53555645;-109.4674846:2573;41.53548851;-109.4672827,way_type=user_defined:way_id=80E +edge,2573,2573;41.53548851;-109.4672827:2574;41.53538068;-109.4670447,way_type=user_defined:way_id=80E +edge,2574,2574;41.53538068;-109.4670447:2575;41.53529345;-109.4668549,way_type=user_defined:way_id=80E +edge,2575,2575;41.53529345;-109.4668549:2576;41.5352219;-109.4667227,way_type=user_defined:way_id=80E +edge,2576,2576;41.5352219;-109.4667227:2577;41.53513815;-109.4666059,way_type=user_defined:way_id=80E +edge,2577,2577;41.53513815;-109.4666059:2578;41.53501896;-109.4664722,way_type=user_defined:way_id=80E +edge,2578,2578;41.53501896;-109.4664722:2579;41.53481978;-109.4662789,way_type=user_defined:way_id=80E +edge,2579,2579;41.53481978;-109.4662789:2580;41.53468889;-109.4661321,way_type=user_defined:way_id=80E +edge,2580,2580;41.53468889;-109.4661321:2581;41.53454932;-109.4659375,way_type=user_defined:way_id=80E +edge,2581,2581;41.53454932;-109.4659375:2582;41.53434001;-109.4656425,way_type=user_defined:way_id=80E +edge,2582,2582;41.53434001;-109.4656425:2583;41.53413591;-109.4653222,way_type=user_defined:way_id=80E +edge,2583,2583;41.53413591;-109.4653222:2584;41.5338129;-109.4647161,way_type=user_defined:way_id=80E +edge,2584,2584;41.5338129;-109.4647161:2585;41.5334065;-109.4639353,way_type=user_defined:way_id=80E +edge,2585,2585;41.5334065;-109.4639353:2586;41.5330206;-109.4631003,way_type=user_defined:way_id=80E +edge,2586,2586;41.5330206;-109.4631003:2587;41.5326147;-109.4622066,way_type=user_defined:way_id=80E +edge,2587,2587;41.5326147;-109.4622066:2588;41.5322851;-109.4614749,way_type=user_defined:way_id=80E +edge,2588,2588;41.5322851;-109.4614749:2589;41.531762;-109.4603345,way_type=user_defined:way_id=80E +edge,2589,2589;41.531762;-109.4603345:2590;41.5314815;-109.4597163,way_type=user_defined:way_id=80E +edge,2590,2590;41.5314815;-109.4597163:2591;41.531384;-109.4595038,way_type=user_defined:way_id=80E +edge,2591,2591;41.531384;-109.4595038:2592;41.53128329;-109.459292,way_type=user_defined:way_id=80E +edge,2592,2592;41.53128329;-109.459292:2593;41.53128329;-109.459292,way_type=user_defined:way_id=80E +edge,2593,2593;41.53128329;-109.459292:2594;41.5311325;-109.4589848,way_type=user_defined:way_id=80E +edge,2594,2594;41.5311325;-109.4589848:2595;41.5310131;-109.4587513,way_type=user_defined:way_id=80E +edge,2595,2595;41.5310131;-109.4587513:2596;41.5308667;-109.4584738,way_type=user_defined:way_id=80E +edge,2596,2596;41.5308667;-109.4584738:2597;41.5307377;-109.4582376,way_type=user_defined:way_id=80E +edge,2597,2597;41.5307377;-109.4582376:2598;41.5305933;-109.4579816,way_type=user_defined:way_id=80E +edge,2598,2598;41.5305933;-109.4579816:2599;41.5304411;-109.4577192,way_type=user_defined:way_id=80E +edge,2599,2599;41.5304411;-109.4577192:2600;41.5303111;-109.4574995,way_type=user_defined:way_id=80E +edge,2600,2600;41.5303111;-109.4574995:2601;41.5301533;-109.4572405,way_type=user_defined:way_id=80E +edge,2601,2601;41.5301533;-109.4572405:2602;41.5299984;-109.4569953,way_type=user_defined:way_id=80E +edge,2602,2602;41.5299984;-109.4569953:2603;41.529854;-109.4567722,way_type=user_defined:way_id=80E +edge,2603,2603;41.529854;-109.4567722:2604;41.5293851;-109.4560612,way_type=user_defined:way_id=80E +edge,2604,2604;41.5293851;-109.4560612:2605;41.5289361;-109.4553744,way_type=user_defined:way_id=80E +edge,2605,2605;41.5289361;-109.4553744:2606;41.5285758;-109.4548299,way_type=user_defined:way_id=80E +edge,2606,2606;41.5285758;-109.4548299:2607;41.5281513;-109.4541843,way_type=user_defined:way_id=80E +edge,2607,2607;41.5281513;-109.4541843:2608;41.5276826;-109.4534674,way_type=user_defined:way_id=80E +edge,2608,2608;41.5276826;-109.4534674:2609;41.52715383;-109.4526645,way_type=user_defined:way_id=80E +edge,2609,2609;41.52715383;-109.4526645:2610;41.5268542;-109.4522095,way_type=user_defined:way_id=80E +edge,2610,2610;41.5268542;-109.4522095:2611;41.5268542;-109.4522095,way_type=user_defined:way_id=80E +edge,2611,2611;41.5268542;-109.4522095:2612;41.5261513;-109.4511427,way_type=user_defined:way_id=80E +edge,2612,2612;41.5261513;-109.4511427:2613;41.525737;-109.450511,way_type=user_defined:way_id=80E +edge,2613,2613;41.525737;-109.450511:2614;41.525647;-109.4503722,way_type=user_defined:way_id=80E +edge,2614,2614;41.525647;-109.4503722:2615;41.525539;-109.4502056,way_type=user_defined:way_id=80E +edge,2615,2615;41.525539;-109.4502056:2616;41.5253852;-109.4499635,way_type=user_defined:way_id=80E +edge,2616,2616;41.5253852;-109.4499635:2617;41.5252243;-109.4497048,way_type=user_defined:way_id=80E +edge,2617,2617;41.5252243;-109.4497048:2618;41.5250882;-109.4494805,way_type=user_defined:way_id=80E +edge,2618,2618;41.5250882;-109.4494805:2619;41.5249553;-109.4492516,way_type=user_defined:way_id=80E +edge,2619,2619;41.5249553;-109.4492516:2620;41.5248112;-109.4489871,way_type=user_defined:way_id=80E +edge,2620,2620;41.5248112;-109.4489871:2621;41.5246904;-109.4487464,way_type=user_defined:way_id=80E +edge,2621,2621;41.5246904;-109.4487464:2622;41.5245599;-109.4484701,way_type=user_defined:way_id=80E +edge,2622,2622;41.5245599;-109.4484701:2623;41.5244395;-109.4481965,way_type=user_defined:way_id=80E +edge,2623,2623;41.5244395;-109.4481965:2624;41.524332;-109.4479359,way_type=user_defined:way_id=80E +edge,2624,2624;41.524332;-109.4479359:2625;41.5242298;-109.4476726,way_type=user_defined:way_id=80E +edge,2625,2625;41.5242298;-109.4476726:2626;41.5241241;-109.4473804,way_type=user_defined:way_id=80E +edge,2626,2626;41.5241241;-109.4473804:2627;41.5240338;-109.4471105,way_type=user_defined:way_id=80E +edge,2627,2627;41.5240338;-109.4471105:2628;41.5239636;-109.4468808,way_type=user_defined:way_id=80E +edge,2628,2628;41.5239636;-109.4468808:2629;41.5239426;-109.4468104,way_type=user_defined:way_id=80E +edge,2629,2629;41.5239426;-109.4468104:2630;41.5238705;-109.4465498,way_type=user_defined:way_id=80E +edge,2630,2630;41.5238705;-109.4465498:2631;41.5238183;-109.446342,way_type=user_defined:way_id=80E +edge,2631,2631;41.5238183;-109.446342:2632;41.52370252;-109.4458243,way_type=user_defined:way_id=80E +edge,2632,2632;41.52370252;-109.4458243:2633;41.52370252;-109.4458243,way_type=user_defined:way_id=80E +edge,2633,2633;41.52370252;-109.4458243:2634;41.523693;-109.4457772,way_type=user_defined:way_id=80E +edge,2634,2634;41.523693;-109.4457772:2635;41.523693;-109.4457772,way_type=user_defined:way_id=80E +edge,2635,2635;41.523693;-109.4457772:2636;41.52368009;-109.445713,way_type=user_defined:way_id=80E +edge,2636,2636;41.52368009;-109.445713:2637;41.52368009;-109.445713,way_type=user_defined:way_id=80E +edge,2637,2637;41.52368009;-109.445713:2638;41.5236516;-109.4455713,way_type=user_defined:way_id=80E +edge,2638,2638;41.5236516;-109.4455713:2639;41.523608;-109.4453283,way_type=user_defined:way_id=80E +edge,2639,2639;41.523608;-109.4453283:2640;41.5235613;-109.4450372,way_type=user_defined:way_id=80E +edge,2640,2640;41.5235613;-109.4450372:2641;41.5235218;-109.4447545,way_type=user_defined:way_id=80E +edge,2641,2641;41.5235218;-109.4447545:2642;41.5234888;-109.4444705,way_type=user_defined:way_id=80E +edge,2642,2642;41.5234888;-109.4444705:2643;41.5234644;-109.4442144,way_type=user_defined:way_id=80E +edge,2643,2643;41.5234644;-109.4442144:2644;41.5234425;-109.4439302,way_type=user_defined:way_id=80E +edge,2644,2644;41.5234425;-109.4439302:2645;41.523427;-109.4436554,way_type=user_defined:way_id=80E +edge,2645,2645;41.523427;-109.4436554:2646;41.5234173;-109.4433893,way_type=user_defined:way_id=80E +edge,2646,2646;41.5234173;-109.4433893:2647;41.5234122;-109.4431064,way_type=user_defined:way_id=80E +edge,2647,2647;41.5234122;-109.4431064:2648;41.5234131;-109.4428241,way_type=user_defined:way_id=80E +edge,2648,2648;41.5234131;-109.4428241:2649;41.523419;-109.4425574,way_type=user_defined:way_id=80E +edge,2649,2649;41.523419;-109.4425574:2650;41.5234304;-109.4422799,way_type=user_defined:way_id=80E +edge,2650,2650;41.5234304;-109.4422799:2651;41.5234462;-109.4420179,way_type=user_defined:way_id=80E +edge,2651,2651;41.5234462;-109.4420179:2652;41.5234675;-109.4417426,way_type=user_defined:way_id=80E +edge,2652,2652;41.5234675;-109.4417426:2653;41.5234948;-109.4414523,way_type=user_defined:way_id=80E +edge,2653,2653;41.5234948;-109.4414523:2654;41.5235279;-109.4411632,way_type=user_defined:way_id=80E +edge,2654,2654;41.5235279;-109.4411632:2655;41.5235686;-109.4408752,way_type=user_defined:way_id=80E +edge,2655,2655;41.5235686;-109.4408752:2656;41.5236148;-109.440598,way_type=user_defined:way_id=80E +edge,2656,2656;41.5236148;-109.440598:2657;41.5236616;-109.4403503,way_type=user_defined:way_id=80E +edge,2657,2657;41.5236616;-109.4403503:2658;41.5237186;-109.4400773,way_type=user_defined:way_id=80E +edge,2658,2658;41.5237186;-109.4400773:2659;41.5237825;-109.4397973,way_type=user_defined:way_id=80E +edge,2659,2659;41.5237825;-109.4397973:2660;41.5238502;-109.4395191,way_type=user_defined:way_id=80E +edge,2660,2660;41.5238502;-109.4395191:2661;41.5239203;-109.4392521,way_type=user_defined:way_id=80E +edge,2661,2661;41.5239203;-109.4392521:2662;41.5239889;-109.4390145,way_type=user_defined:way_id=80E +edge,2662,2662;41.5239889;-109.4390145:2663;41.52401012;-109.4389466,way_type=user_defined:way_id=80E +edge,2663,2663;41.52401012;-109.4389466:2664;41.5240813;-109.4387187,way_type=user_defined:way_id=80E +edge,2664,2664;41.5240813;-109.4387187:2665;41.5241717;-109.4384524,way_type=user_defined:way_id=80E +edge,2665,2665;41.5241717;-109.4384524:2666;41.5242543;-109.4382245,way_type=user_defined:way_id=80E +edge,2666,2666;41.5242543;-109.4382245:2667;41.5243546;-109.4379647,way_type=user_defined:way_id=80E +edge,2667,2667;41.5243546;-109.4379647:2668;41.5245586;-109.437457,way_type=user_defined:way_id=80E +edge,2668,2668;41.5245586;-109.437457:2669;41.5247614;-109.436946,way_type=user_defined:way_id=80E +edge,2669,2669;41.5247614;-109.436946:2670;41.5247614;-109.436946,way_type=user_defined:way_id=80E +edge,2670,2670;41.5247614;-109.436946:2671;41.52534863;-109.4354717,way_type=user_defined:way_id=80E +edge,2671,2671;41.52534863;-109.4354717:2672;41.5254494;-109.4352187,way_type=user_defined:way_id=80E +edge,2672,2672;41.5254494;-109.4352187:2673;41.5262556;-109.4332095,way_type=user_defined:way_id=80E +edge,2673,2673;41.5262556;-109.4332095:2674;41.5263597;-109.4329477,way_type=user_defined:way_id=80E +edge,2674,2674;41.5263597;-109.4329477:2675;41.526459;-109.4326924,way_type=user_defined:way_id=80E +edge,2675,2675;41.526459;-109.4326924:2676;41.526556;-109.432436,way_type=user_defined:way_id=80E +edge,2676,2676;41.526556;-109.432436:2677;41.5266155;-109.4322724,way_type=user_defined:way_id=80E +edge,2677,2677;41.5266155;-109.4322724:2678;41.5266529;-109.432169,way_type=user_defined:way_id=80E +edge,2678,2678;41.5266529;-109.432169:2679;41.5267429;-109.4319084,way_type=user_defined:way_id=80E +edge,2679,2679;41.5267429;-109.4319084:2680;41.5268296;-109.4316458,way_type=user_defined:way_id=80E +edge,2680,2680;41.5268296;-109.4316458:2681;41.5268827;-109.4314784,way_type=user_defined:way_id=80E +edge,2681,2681;41.5268827;-109.4314784:2682;41.526916;-109.4313726,way_type=user_defined:way_id=80E +edge,2682,2682;41.526916;-109.4313726:2683;41.5269857;-109.431142,way_type=user_defined:way_id=80E +edge,2683,2683;41.5269857;-109.431142:2684;41.5270755;-109.43083,way_type=user_defined:way_id=80E +edge,2684,2684;41.5270755;-109.43083:2685;41.5271464;-109.4305684,way_type=user_defined:way_id=80E +edge,2685,2685;41.5271464;-109.4305684:2686;41.5272176;-109.4302872,way_type=user_defined:way_id=80E +edge,2686,2686;41.5272176;-109.4302872:2687;41.5272765;-109.4300411,way_type=user_defined:way_id=80E +edge,2687,2687;41.5272765;-109.4300411:2688;41.5273383;-109.4297662,way_type=user_defined:way_id=80E +edge,2688,2688;41.5273383;-109.4297662:2689;41.5273967;-109.4294895,way_type=user_defined:way_id=80E +edge,2689,2689;41.5273967;-109.4294895:2690;41.5274517;-109.4292127,way_type=user_defined:way_id=80E +edge,2690,2690;41.5274517;-109.4292127:2691;41.5275062;-109.4289261,way_type=user_defined:way_id=80E +edge,2691,2691;41.5275062;-109.4289261:2692;41.5275551;-109.4286484,way_type=user_defined:way_id=80E +edge,2692,2692;41.5275551;-109.4286484:2693;41.5275946;-109.4283974,way_type=user_defined:way_id=80E +edge,2693,2693;41.5275946;-109.4283974:2694;41.5276369;-109.4281082,way_type=user_defined:way_id=80E +edge,2694,2694;41.5276369;-109.4281082:2695;41.5276607;-109.4279306,way_type=user_defined:way_id=80E +edge,2695,2695;41.5276607;-109.4279306:2696;41.5276789;-109.4277902,way_type=user_defined:way_id=80E +edge,2696,2696;41.5276789;-109.4277902:2697;41.5277084;-109.4275367,way_type=user_defined:way_id=80E +edge,2697,2697;41.5277084;-109.4275367:2698;41.5277392;-109.427245,way_type=user_defined:way_id=80E +edge,2698,2698;41.5277392;-109.427245:2699;41.5277658;-109.4269621,way_type=user_defined:way_id=80E +edge,2699,2699;41.5277658;-109.4269621:2700;41.5277911;-109.4266318,way_type=user_defined:way_id=80E +edge,2700,2700;41.5277911;-109.4266318:2701;41.5278069;-109.4263865,way_type=user_defined:way_id=80E +edge,2701,2701;41.5278069;-109.4263865:2702;41.5278224;-109.4260947,way_type=user_defined:way_id=80E +edge,2702,2702;41.5278224;-109.4260947:2703;41.5278329;-109.4258412,way_type=user_defined:way_id=80E +edge,2703,2703;41.5278329;-109.4258412:2704;41.5278413;-109.4255507,way_type=user_defined:way_id=80E +edge,2704,2704;41.5278413;-109.4255507:2705;41.5278455;-109.4252607,way_type=user_defined:way_id=80E +edge,2705,2705;41.5278455;-109.4252607:2706;41.5278462;-109.4250006,way_type=user_defined:way_id=80E +edge,2706,2706;41.5278462;-109.4250006:2707;41.5278437;-109.4247212,way_type=user_defined:way_id=80E +edge,2707,2707;41.5278437;-109.4247212:2708;41.5278369;-109.4244241,way_type=user_defined:way_id=80E +edge,2708,2708;41.5278369;-109.4244241:2709;41.5278272;-109.4241448,way_type=user_defined:way_id=80E +edge,2709,2709;41.5278272;-109.4241448:2710;41.5278162;-109.4238995,way_type=user_defined:way_id=80E +edge,2710,2710;41.5278162;-109.4238995:2711;41.5277992;-109.4236017,way_type=user_defined:way_id=80E +edge,2711,2711;41.5277992;-109.4236017:2712;41.5277772;-109.423306,way_type=user_defined:way_id=80E +edge,2712,2712;41.5277772;-109.423306:2713;41.5277531;-109.4230332,way_type=user_defined:way_id=80E +edge,2713,2713;41.5277531;-109.4230332:2714;41.5277244;-109.4227413,way_type=user_defined:way_id=80E +edge,2714,2714;41.5277244;-109.4227413:2715;41.5276695;-109.422208,way_type=user_defined:way_id=80E +edge,2715,2715;41.5276695;-109.422208:2716;41.5275017;-109.4206302,way_type=user_defined:way_id=80E +edge,2716,2716;41.5275017;-109.4206302:2717;41.5274046;-109.4197387,way_type=user_defined:way_id=80E +edge,2717,2717;41.5274046;-109.4197387:2718;41.5273156;-109.4188828,way_type=user_defined:way_id=80E +edge,2718,2718;41.5273156;-109.4188828:2719;41.5271946;-109.4177673,way_type=user_defined:way_id=80E +edge,2719,2719;41.5271946;-109.4177673:2720;41.5269297;-109.4152838,way_type=user_defined:way_id=80E +edge,2720,2720;41.5269297;-109.4152838:2721;41.5268404;-109.4144368,way_type=user_defined:way_id=80E +edge,2721,2721;41.5268404;-109.4144368:2722;41.526815;-109.4141847,way_type=user_defined:way_id=80E +edge,2722,2722;41.526815;-109.4141847:2723;41.526789;-109.4139029,way_type=user_defined:way_id=80E +edge,2723,2723;41.526789;-109.4139029:2724;41.5267656;-109.4136097,way_type=user_defined:way_id=80E +edge,2724,2724;41.5267656;-109.4136097:2725;41.5267467;-109.4133245,way_type=user_defined:way_id=80E +edge,2725,2725;41.5267467;-109.4133245:2726;41.5267309;-109.4130386,way_type=user_defined:way_id=80E +edge,2726,2726;41.5267309;-109.4130386:2727;41.5267161;-109.4127047,way_type=user_defined:way_id=80E +edge,2727,2727;41.5267161;-109.4127047:2728;41.5267048;-109.4123455,way_type=user_defined:way_id=80E +edge,2728,2728;41.5267048;-109.4123455:2729;41.5266955;-109.4119111,way_type=user_defined:way_id=80E +edge,2729,2729;41.5266955;-109.4119111:2730;41.5266928;-109.4115867,way_type=user_defined:way_id=80E +edge,2730,2730;41.5266928;-109.4115867:2731;41.5266944;-109.411292,way_type=user_defined:way_id=80E +edge,2731,2731;41.5266944;-109.411292:2732;41.5266983;-109.4110521,way_type=user_defined:way_id=80E +edge,2732,2732;41.5266983;-109.4110521:2733;41.5267037;-109.4108332,way_type=user_defined:way_id=80E +edge,2733,2733;41.5267037;-109.4108332:2734;41.5267161;-109.4104609,way_type=user_defined:way_id=80E +edge,2734,2734;41.5267161;-109.4104609:2735;41.5267292;-109.4101745,way_type=user_defined:way_id=80E +edge,2735,2735;41.5267292;-109.4101745:2736;41.5267428;-109.409925,way_type=user_defined:way_id=80E +edge,2736,2736;41.5267428;-109.409925:2737;41.5267636;-109.4096022,way_type=user_defined:way_id=80E +edge,2737,2737;41.5267636;-109.4096022:2738;41.526786;-109.4093074,way_type=user_defined:way_id=80E +edge,2738,2738;41.526786;-109.4093074:2739;41.5268172;-109.4089555,way_type=user_defined:way_id=80E +edge,2739,2739;41.5268172;-109.4089555:2740;41.5268388;-109.4087374,way_type=user_defined:way_id=80E +edge,2740,2740;41.5268388;-109.4087374:2741;41.5268665;-109.4084818,way_type=user_defined:way_id=80E +edge,2741,2741;41.5268665;-109.4084818:2742;41.5269044;-109.408161,way_type=user_defined:way_id=80E +edge,2742,2742;41.5269044;-109.408161:2743;41.5269413;-109.4078778,way_type=user_defined:way_id=80E +edge,2743,2743;41.5269413;-109.4078778:2744;41.5269805;-109.4075963,way_type=user_defined:way_id=80E +edge,2744,2744;41.5269805;-109.4075963:2745;41.5271495;-109.4064235,way_type=user_defined:way_id=80E +edge,2745,2745;41.5271495;-109.4064235:2746;41.5272182;-109.4059564,way_type=user_defined:way_id=80E +edge,2746,2746;41.5272182;-109.4059564:2747;41.5273488;-109.4051037,way_type=user_defined:way_id=80E +edge,2747,2747;41.5273488;-109.4051037:2748;41.5274762;-109.4042532,way_type=user_defined:way_id=80E +edge,2748,2748;41.5274762;-109.4042532:2749;41.5276336;-109.4032196,way_type=user_defined:way_id=80E +edge,2749,2749;41.5276336;-109.4032196:2750;41.5278159;-109.4019869,way_type=user_defined:way_id=80E +edge,2750,2750;41.5278159;-109.4019869:2751;41.5279969;-109.4007815,way_type=user_defined:way_id=80E +edge,2751,2751;41.5279969;-109.4007815:2752;41.5280795;-109.4002449,way_type=user_defined:way_id=80E +edge,2752,2752;41.5280795;-109.4002449:2753;41.5281364;-109.3998886,way_type=user_defined:way_id=80E +edge,2753,2753;41.5281364;-109.3998886:2754;41.528178;-109.3996416,way_type=user_defined:way_id=80E +edge,2754,2754;41.528178;-109.3996416:2755;41.5282276;-109.399368,way_type=user_defined:way_id=80E +edge,2755,2755;41.5282276;-109.399368:2756;41.5282839;-109.3990864,way_type=user_defined:way_id=80E +edge,2756,2756;41.5282839;-109.3990864:2757;41.5283423;-109.398815,way_type=user_defined:way_id=80E +edge,2757,2757;41.5283423;-109.398815:2758;41.5284085;-109.3985274,way_type=user_defined:way_id=80E +edge,2758,2758;41.5284085;-109.3985274:2759;41.5284506;-109.3983577,way_type=user_defined:way_id=80E +edge,2759,2759;41.5284506;-109.3983577:2760;41.5284751;-109.3982595,way_type=user_defined:way_id=80E +edge,2760,2760;41.5284751;-109.3982595:2761;41.5285488;-109.3979843,way_type=user_defined:way_id=80E +edge,2761,2761;41.5285488;-109.3979843:2762;41.5286166;-109.3977462,way_type=user_defined:way_id=80E +edge,2762,2762;41.5286166;-109.3977462:2763;41.5286959;-109.3974841,way_type=user_defined:way_id=80E +edge,2763,2763;41.5286959;-109.3974841:2764;41.5287827;-109.3972157,way_type=user_defined:way_id=80E +edge,2764,2764;41.5287827;-109.3972157:2765;41.5288706;-109.396958,way_type=user_defined:way_id=80E +edge,2765,2765;41.5288706;-109.396958:2766;41.5289648;-109.3966935,way_type=user_defined:way_id=80E +edge,2766,2766;41.5289648;-109.3966935:2767;41.529063;-109.3964308,way_type=user_defined:way_id=80E +edge,2767,2767;41.529063;-109.3964308:2768;41.5291484;-109.3962118,way_type=user_defined:way_id=80E +edge,2768,2768;41.5291484;-109.3962118:2769;41.5292542;-109.3959527,way_type=user_defined:way_id=80E +edge,2769,2769;41.5292542;-109.3959527:2770;41.5293646;-109.3956961,way_type=user_defined:way_id=80E +edge,2770,2770;41.5293646;-109.3956961:2771;41.5294762;-109.3954512,way_type=user_defined:way_id=80E +edge,2771,2771;41.5294762;-109.3954512:2772;41.5295915;-109.3952096,way_type=user_defined:way_id=80E +edge,2772,2772;41.5295915;-109.3952096:2773;41.5297105;-109.3949715,way_type=user_defined:way_id=80E +edge,2773,2773;41.5297105;-109.3949715:2774;41.5298375;-109.3947292,way_type=user_defined:way_id=80E +edge,2774,2774;41.5298375;-109.3947292:2775;41.5299682;-109.3944899,way_type=user_defined:way_id=80E +edge,2775,2775;41.5299682;-109.3944899:2776;41.5302223;-109.3940375,way_type=user_defined:way_id=80E +edge,2776,2776;41.5302223;-109.3940375:2777;41.5311309;-109.3924414,way_type=user_defined:way_id=80E +edge,2777,2777;41.5311309;-109.3924414:2778;41.53126;-109.3922115,way_type=user_defined:way_id=80E +edge,2778,2778;41.53126;-109.3922115:2779;41.5313868;-109.3919779,way_type=user_defined:way_id=80E +edge,2779,2779;41.5313868;-109.3919779:2780;41.5315149;-109.3917333,way_type=user_defined:way_id=80E +edge,2780,2780;41.5315149;-109.3917333:2781;41.531636;-109.3914949,way_type=user_defined:way_id=80E +edge,2781,2781;41.531636;-109.3914949:2782;41.5317386;-109.3912852,way_type=user_defined:way_id=80E +edge,2782,2782;41.5317386;-109.3912852:2783;41.5318512;-109.3910422,way_type=user_defined:way_id=80E +edge,2783,2783;41.5318512;-109.3910422:2784;41.5319619;-109.3907864,way_type=user_defined:way_id=80E +edge,2784,2784;41.5319619;-109.3907864:2785;41.5320762;-109.3905011,way_type=user_defined:way_id=80E +edge,2785,2785;41.5320762;-109.3905011:2786;41.5321738;-109.3902362,way_type=user_defined:way_id=80E +edge,2786,2786;41.5321738;-109.3902362:2787;41.5322542;-109.3900024,way_type=user_defined:way_id=80E +edge,2787,2787;41.5322542;-109.3900024:2788;41.5323385;-109.3897397,way_type=user_defined:way_id=80E +edge,2788,2788;41.5323385;-109.3897397:2789;41.5324207;-109.389466,way_type=user_defined:way_id=80E +edge,2789,2789;41.5324207;-109.389466:2790;41.5324849;-109.3892347,way_type=user_defined:way_id=80E +edge,2790,2790;41.5324849;-109.3892347:2791;41.532564;-109.3889208,way_type=user_defined:way_id=80E +edge,2791,2791;41.532564;-109.3889208:2792;41.5326201;-109.3886771,way_type=user_defined:way_id=80E +edge,2792,2792;41.5326201;-109.3886771:2793;41.5326774;-109.3884048,way_type=user_defined:way_id=80E +edge,2793,2793;41.5326774;-109.3884048:2794;41.5327303;-109.3881218,way_type=user_defined:way_id=80E +edge,2794,2794;41.5327303;-109.3881218:2795;41.5327771;-109.3878376,way_type=user_defined:way_id=80E +edge,2795,2795;41.5327771;-109.3878376:2796;41.532808;-109.3876261,way_type=user_defined:way_id=80E +edge,2796,2796;41.532808;-109.3876261:2797;41.5328507;-109.3872945,way_type=user_defined:way_id=80E +edge,2797,2797;41.5328507;-109.3872945:2798;41.5328828;-109.3869795,way_type=user_defined:way_id=80E +edge,2798,2798;41.5328828;-109.3869795:2799;41.5329042;-109.386722,way_type=user_defined:way_id=80E +edge,2799,2799;41.5329042;-109.386722:2800;41.5329203;-109.3864721,way_type=user_defined:way_id=80E +edge,2800,2800;41.5329203;-109.3864721:2801;41.5329322;-109.3861853,way_type=user_defined:way_id=80E +edge,2801,2801;41.5329322;-109.3861853:2802;41.5329375;-109.3858997,way_type=user_defined:way_id=80E +edge,2802,2802;41.5329375;-109.3858997:2803;41.5329382;-109.3856397,way_type=user_defined:way_id=80E +edge,2803,2803;41.5329382;-109.3856397:2804;41.5329324;-109.3853272,way_type=user_defined:way_id=80E +edge,2804,2804;41.5329324;-109.3853272:2805;41.5329219;-109.3850721,way_type=user_defined:way_id=80E +edge,2805,2805;41.5329219;-109.3850721:2806;41.5329069;-109.3848187,way_type=user_defined:way_id=80E +edge,2806,2806;41.5329069;-109.3848187:2807;41.5328862;-109.3845369,way_type=user_defined:way_id=80E +edge,2807,2807;41.5328862;-109.3845369:2808;41.5328624;-109.3842713,way_type=user_defined:way_id=80E +edge,2808,2808;41.5328624;-109.3842713:2809;41.5328342;-109.3839981,way_type=user_defined:way_id=80E +edge,2809,2809;41.5328342;-109.3839981:2810;41.5328016;-109.3837121,way_type=user_defined:way_id=80E +edge,2810,2810;41.5328016;-109.3837121:2811;41.5327657;-109.3834188,way_type=user_defined:way_id=80E +edge,2811,2811;41.5327657;-109.3834188:2812;41.5326972;-109.3828764,way_type=user_defined:way_id=80E +edge,2812,2812;41.5326972;-109.3828764:2813;41.5325093;-109.3814275,way_type=user_defined:way_id=80E +edge,2813,2813;41.5325093;-109.3814275:2814;41.5322988;-109.3798254,way_type=user_defined:way_id=80E +edge,2814,2814;41.5322988;-109.3798254:2815;41.5322492;-109.379434,way_type=user_defined:way_id=80E +edge,2815,2815;41.5322492;-109.379434:2816;41.5321969;-109.3790061,way_type=user_defined:way_id=80E +edge,2816,2816;41.5321969;-109.3790061:2817;41.5321643;-109.3787216,way_type=user_defined:way_id=80E +edge,2817,2817;41.5321643;-109.3787216:2818;41.5321391;-109.3784733,way_type=user_defined:way_id=80E +edge,2818,2818;41.5321391;-109.3784733:2819;41.5321142;-109.3781781,way_type=user_defined:way_id=80E +edge,2819,2819;41.5321142;-109.3781781:2820;41.5320957;-109.3779007,way_type=user_defined:way_id=80E +edge,2820,2820;41.5320957;-109.3779007:2821;41.5320817;-109.3776036,way_type=user_defined:way_id=80E +edge,2821,2821;41.5320817;-109.3776036:2822;41.532074;-109.3773233,way_type=user_defined:way_id=80E +edge,2822,2822;41.532074;-109.3773233:2823;41.532071;-109.3770622,way_type=user_defined:way_id=80E +edge,2823,2823;41.532071;-109.3770622:2824;41.532073;-109.3767715,way_type=user_defined:way_id=80E +edge,2824,2824;41.532073;-109.3767715:2825;41.5320809;-109.3764894,way_type=user_defined:way_id=80E +edge,2825,2825;41.5320809;-109.3764894:2826;41.5320916;-109.3762726,way_type=user_defined:way_id=80E +edge,2826,2826;41.5320916;-109.3762726:2827;41.5320977;-109.3761688,way_type=user_defined:way_id=80E +edge,2827,2827;41.5320977;-109.3761688:2828;41.532116;-109.3759138,way_type=user_defined:way_id=80E +edge,2828,2828;41.532116;-109.3759138:2829;41.532139;-109.3756585,way_type=user_defined:way_id=80E +edge,2829,2829;41.532139;-109.3756585:2830;41.5321662;-109.3754114,way_type=user_defined:way_id=80E +edge,2830,2830;41.5321662;-109.3754114:2831;41.5321738;-109.3753469,way_type=user_defined:way_id=80E +edge,2831,2831;41.5321738;-109.3753469:2832;41.5322081;-109.3750927,way_type=user_defined:way_id=80E +edge,2832,2832;41.5322081;-109.3750927:2833;41.5322539;-109.3748021,way_type=user_defined:way_id=80E +edge,2833,2833;41.5322539;-109.3748021:2834;41.5323019;-109.3745319,way_type=user_defined:way_id=80E +edge,2834,2834;41.5323019;-109.3745319:2835;41.5323575;-109.3742461,way_type=user_defined:way_id=80E +edge,2835,2835;41.5323575;-109.3742461:2836;41.5324163;-109.373972,way_type=user_defined:way_id=80E +edge,2836,2836;41.5324163;-109.373972:2837;41.5324828;-109.3736919,way_type=user_defined:way_id=80E +edge,2837,2837;41.5324828;-109.3736919:2838;41.5325555;-109.3734147,way_type=user_defined:way_id=80E +edge,2838,2838;41.5325555;-109.3734147:2839;41.5326316;-109.3731493,way_type=user_defined:way_id=80E +edge,2839,2839;41.5326316;-109.3731493:2840;41.5327047;-109.3729129,way_type=user_defined:way_id=80E +edge,2840,2840;41.5327047;-109.3729129:2841;41.5327939;-109.3726443,way_type=user_defined:way_id=80E +edge,2841,2841;41.5327939;-109.3726443:2842;41.5328848;-109.3723869,way_type=user_defined:way_id=80E +edge,2842,2842;41.5328848;-109.3723869:2843;41.5329824;-109.372123,way_type=user_defined:way_id=80E +edge,2843,2843;41.5329824;-109.372123:2844;41.5330796;-109.3718691,way_type=user_defined:way_id=80E +edge,2844,2844;41.5330796;-109.3718691:2845;41.5332846;-109.3713466,way_type=user_defined:way_id=80E +edge,2845,2845;41.5332846;-109.3713466:2846;41.5337656;-109.3701336,way_type=user_defined:way_id=80E +edge,2846,2846;41.5337656;-109.3701336:2847;41.5341886;-109.3690774,way_type=user_defined:way_id=80E +edge,2847,2847;41.5341886;-109.3690774:2848;41.5344781;-109.3683455,way_type=user_defined:way_id=80E +edge,2848,2848;41.5344781;-109.3683455:2849;41.5349764;-109.3671012,way_type=user_defined:way_id=80E +edge,2849,2849;41.5349764;-109.3671012:2850;41.5358636;-109.364868,way_type=user_defined:way_id=80E +edge,2850,2850;41.5358636;-109.364868:2851;41.5362495;-109.3639068,way_type=user_defined:way_id=80E +edge,2851,2851;41.5362495;-109.3639068:2852;41.5368473;-109.3624017,way_type=user_defined:way_id=80E +edge,2852,2852;41.5368473;-109.3624017:2853;41.537254;-109.3613848,way_type=user_defined:way_id=80E +edge,2853,2853;41.537254;-109.3613848:2854;41.5380587;-109.3593601,way_type=user_defined:way_id=80E +edge,2854,2854;41.5380587;-109.3593601:2855;41.5384125;-109.3584631,way_type=user_defined:way_id=80E +edge,2855,2855;41.5384125;-109.3584631:2856;41.5387565;-109.3576046,way_type=user_defined:way_id=80E +edge,2856,2856;41.5387565;-109.3576046:2857;41.5395602;-109.3555816,way_type=user_defined:way_id=80E +edge,2857,2857;41.5395602;-109.3555816:2858;41.5401197;-109.3541779,way_type=user_defined:way_id=80E +edge,2858,2858;41.5401197;-109.3541779:2859;41.5410507;-109.3518292,way_type=user_defined:way_id=80E +edge,2859,2859;41.5410507;-109.3518292:2860;41.541564;-109.3505481,way_type=user_defined:way_id=80E +edge,2860,2860;41.541564;-109.3505481:2861;41.5419559;-109.3495546,way_type=user_defined:way_id=80E +edge,2861,2861;41.5419559;-109.3495546:2862;41.5424517;-109.3483107,way_type=user_defined:way_id=80E +edge,2862,2862;41.5424517;-109.3483107:2863;41.5427805;-109.3474797,way_type=user_defined:way_id=80E +edge,2863,2863;41.5427805;-109.3474797:2864;41.5430386;-109.3468337,way_type=user_defined:way_id=80E +edge,2864,2864;41.5430386;-109.3468337:2865;41.5430776;-109.3467293,way_type=user_defined:way_id=80E +edge,2865,2865;41.5430776;-109.3467293:2866;41.54341174;-109.3458882,way_type=user_defined:way_id=80E +edge,2866,2866;41.54341174;-109.3458882:2867;41.54341174;-109.3458882,way_type=user_defined:way_id=80E +edge,2867,2867;41.54341174;-109.3458882:2868;41.5438139;-109.3448826,way_type=user_defined:way_id=80E +edge,2868,2868;41.5438139;-109.3448826:2869;41.5440288;-109.3443403,way_type=user_defined:way_id=80E +edge,2869,2869;41.5440288;-109.3443403:2870;41.5441552;-109.3440176,way_type=user_defined:way_id=80E +edge,2870,2870;41.5441552;-109.3440176:2871;41.5443384;-109.3435375,way_type=user_defined:way_id=80E +edge,2871,2871;41.5443384;-109.3435375:2872;41.5444618;-109.3432034,way_type=user_defined:way_id=80E +edge,2872,2872;41.5444618;-109.3432034:2873;41.544649;-109.3426831,way_type=user_defined:way_id=80E +edge,2873,2873;41.544649;-109.3426831:2874;41.5448313;-109.3421594,way_type=user_defined:way_id=80E +edge,2874,2874;41.5448313;-109.3421594:2875;41.5449316;-109.3418629,way_type=user_defined:way_id=80E +edge,2875,2875;41.5449316;-109.3418629:2876;41.5451166;-109.3412991,way_type=user_defined:way_id=80E +edge,2876,2876;41.5451166;-109.3412991:2877;41.5452345;-109.3409284,way_type=user_defined:way_id=80E +edge,2877,2877;41.5452345;-109.3409284:2878;41.5458293;-109.3390161,way_type=user_defined:way_id=80E +edge,2878,2878;41.5458293;-109.3390161:2879;41.5461755;-109.3379108,way_type=user_defined:way_id=80E +edge,2879,2879;41.5461755;-109.3379108:2880;41.5463628;-109.3373203,way_type=user_defined:way_id=80E +edge,2880,2880;41.5463628;-109.3373203:2881;41.5467996;-109.3359124,way_type=user_defined:way_id=80E +edge,2881,2881;41.5467996;-109.3359124:2882;41.5476098;-109.3333295,way_type=user_defined:way_id=80E +edge,2882,2882;41.5476098;-109.3333295:2883;41.5477896;-109.3327646,way_type=user_defined:way_id=80E +edge,2883,2883;41.5477896;-109.3327646:2884;41.5478728;-109.3325083,way_type=user_defined:way_id=80E +edge,2884,2884;41.5478728;-109.3325083:2885;41.54799932;-109.332126,way_type=user_defined:way_id=80E +edge,2885,2885;41.54799932;-109.332126:2886;41.54810751;-109.3318121,way_type=user_defined:way_id=80E +edge,2886,2886;41.54810751;-109.3318121:2887;41.54818733;-109.331573,way_type=user_defined:way_id=80E +edge,2887,2887;41.54818733;-109.331573:2888;41.5482558;-109.3313763,way_type=user_defined:way_id=80E +edge,2888,2888;41.5482558;-109.3313763:2889;41.548349;-109.3311144,way_type=user_defined:way_id=80E +edge,2889,2889;41.548349;-109.3311144:2890;41.5484564;-109.3308202,way_type=user_defined:way_id=80E +edge,2890,2890;41.5484564;-109.3308202:2891;41.5485532;-109.3305604,way_type=user_defined:way_id=80E +edge,2891,2891;41.5485532;-109.3305604:2892;41.5486642;-109.330268,way_type=user_defined:way_id=80E +edge,2892,2892;41.5486642;-109.330268:2893;41.5488674;-109.329745,way_type=user_defined:way_id=80E +edge,2893,2893;41.5488674;-109.329745:2894;41.5489795;-109.3294633,way_type=user_defined:way_id=80E +edge,2894,2894;41.5489795;-109.3294633:2895;41.5490964;-109.3291751,way_type=user_defined:way_id=80E +edge,2895,2895;41.5490964;-109.3291751:2896;41.5492019;-109.3289209,way_type=user_defined:way_id=80E +edge,2896,2896;41.5492019;-109.3289209:2897;41.5493193;-109.3286434,way_type=user_defined:way_id=80E +edge,2897,2897;41.5493193;-109.3286434:2898;41.5495352;-109.3281398,way_type=user_defined:way_id=80E +edge,2898,2898;41.5495352;-109.3281398:2899;41.5497804;-109.3275726,way_type=user_defined:way_id=80E +edge,2899,2899;41.5497804;-109.3275726:2900;41.5501246;-109.3267816,way_type=user_defined:way_id=80E +edge,2900,2900;41.5501246;-109.3267816:2901;41.5507;-109.3254671,way_type=user_defined:way_id=80E +edge,2901,2901;41.5507;-109.3254671:2902;41.5511686;-109.324406,way_type=user_defined:way_id=80E +edge,2902,2902;41.5511686;-109.324406:2903;41.5522133;-109.3220186,way_type=user_defined:way_id=80E +edge,2903,2903;41.5522133;-109.3220186:2904;41.552692;-109.320933,way_type=user_defined:way_id=80E +edge,2904,2904;41.552692;-109.320933:2905;41.5533764;-109.3193662,way_type=user_defined:way_id=80E +edge,2905,2905;41.5533764;-109.3193662:2906;41.55493883;-109.3158085,way_type=user_defined:way_id=80E +edge,2906,2906;41.55493883;-109.3158085:2907;41.555095;-109.3154529,way_type=user_defined:way_id=80E +edge,2907,2907;41.555095;-109.3154529:2908;41.555095;-109.3154529,way_type=user_defined:way_id=80E +edge,2908,2908;41.555095;-109.3154529:2909;41.555455;-109.3146307,way_type=user_defined:way_id=80E +edge,2909,2909;41.555455;-109.3146307:2910;41.55549328;-109.3145427,way_type=user_defined:way_id=80E +edge,2910,2910;41.55549328;-109.3145427:2911;41.5559299;-109.3135389,way_type=user_defined:way_id=80E +edge,2911,2911;41.5559299;-109.3135389:2912;41.5568816;-109.3113718,way_type=user_defined:way_id=80E +edge,2912,2912;41.5568816;-109.3113718:2913;41.5572246;-109.3105879,way_type=user_defined:way_id=80E +edge,2913,2913;41.5572246;-109.3105879:2914;41.55733648;-109.3103291,way_type=user_defined:way_id=80E +edge,2914,2914;41.55733648;-109.3103291:2915;41.55733648;-109.3103291,way_type=user_defined:way_id=80E +edge,2915,2915;41.55733648;-109.3103291:2916;41.5575771;-109.3097768,way_type=user_defined:way_id=80E +edge,2916,2916;41.5575771;-109.3097768:2917;41.5580346;-109.3087402,way_type=user_defined:way_id=80E +edge,2917,2917;41.5580346;-109.3087402:2918;41.5584074;-109.3078843,way_type=user_defined:way_id=80E +edge,2918,2918;41.5584074;-109.3078843:2919;41.5588575;-109.3068561,way_type=user_defined:way_id=80E +edge,2919,2919;41.5588575;-109.3068561:2920;41.559213;-109.3060365,way_type=user_defined:way_id=80E +edge,2920,2920;41.559213;-109.3060365:2921;41.55930372;-109.3058316,way_type=user_defined:way_id=80E +edge,2921,2921;41.55930372;-109.3058316:2922;41.5596981;-109.3049407,way_type=user_defined:way_id=80E +edge,2922,2922;41.5596981;-109.3049407:2923;41.5600156;-109.3042166,way_type=user_defined:way_id=80E +edge,2923,2923;41.5600156;-109.3042166:2924;41.5602617;-109.3036498,way_type=user_defined:way_id=80E +edge,2924,2924;41.5602617;-109.3036498:2925;41.5604114;-109.3033088,way_type=user_defined:way_id=80E +edge,2925,2925;41.5604114;-109.3033088:2926;41.5604114;-109.3033088,way_type=user_defined:way_id=80E +edge,2926,2926;41.5604114;-109.3033088:2927;41.5606163;-109.3028426,way_type=user_defined:way_id=80E +edge,2927,2927;41.5606163;-109.3028426:2928;41.5608487;-109.3023091,way_type=user_defined:way_id=80E +edge,2928,2928;41.5608487;-109.3023091:2929;41.5611954;-109.3015226,way_type=user_defined:way_id=80E +edge,2929,2929;41.5611954;-109.3015226:2930;41.5616642;-109.3004484,way_type=user_defined:way_id=80E +edge,2930,2930;41.5616642;-109.3004484:2931;41.5621996;-109.2992303,way_type=user_defined:way_id=80E +edge,2931,2931;41.5621996;-109.2992303:2932;41.5629019;-109.2976198,way_type=user_defined:way_id=80E +edge,2932,2932;41.5629019;-109.2976198:2933;41.5635394;-109.2961693,way_type=user_defined:way_id=80E +edge,2933,2933;41.5635394;-109.2961693:2934;41.5637316;-109.2957278,way_type=user_defined:way_id=80E +edge,2934,2934;41.5637316;-109.2957278:2935;41.5639866;-109.2951366,way_type=user_defined:way_id=80E +edge,2935,2935;41.5639866;-109.2951366:2936;41.5645569;-109.2938477,way_type=user_defined:way_id=80E +edge,2936,2936;41.5645569;-109.2938477:2937;41.565119;-109.2925581,way_type=user_defined:way_id=80E +edge,2937,2937;41.565119;-109.2925581:2938;41.5654311;-109.2918468,way_type=user_defined:way_id=80E +edge,2938,2938;41.5654311;-109.2918468:2939;41.56564342;-109.2913812,way_type=user_defined:way_id=80E +edge,2939,2939;41.56564342;-109.2913812:2940;41.56580166;-109.2910008,way_type=user_defined:way_id=80E +edge,2940,2940;41.56580166;-109.2910008:2941;41.5660645;-109.2904013,way_type=user_defined:way_id=80E +edge,2941,2941;41.5660645;-109.2904013:2942;41.5666376;-109.2890808,way_type=user_defined:way_id=80E +edge,2942,2942;41.5666376;-109.2890808:2943;41.5667613;-109.2887892,way_type=user_defined:way_id=80E +edge,2943,2943;41.5667613;-109.2887892:2944;41.5668758;-109.2885118,way_type=user_defined:way_id=80E +edge,2944,2944;41.5668758;-109.2885118:2945;41.5670808;-109.2880036,way_type=user_defined:way_id=80E +edge,2945,2945;41.5670808;-109.2880036:2946;41.567195;-109.2877145,way_type=user_defined:way_id=80E +edge,2946,2946;41.567195;-109.2877145:2947;41.5674582;-109.287028,way_type=user_defined:way_id=80E +edge,2947,2947;41.5674582;-109.287028:2948;41.5676139;-109.286615,way_type=user_defined:way_id=80E +edge,2948,2948;41.5676139;-109.286615:2949;41.5682118;-109.2849871,way_type=user_defined:way_id=80E +edge,2949,2949;41.5682118;-109.2849871:2950;41.5693154;-109.2820219,way_type=user_defined:way_id=80E +edge,2950,2950;41.5693154;-109.2820219:2951;41.569868;-109.2805246,way_type=user_defined:way_id=80E +edge,2951,2951;41.569868;-109.2805246:2952;41.5709113;-109.2777143,way_type=user_defined:way_id=80E +edge,2952,2952;41.5709113;-109.2777143:2953;41.57147066;-109.276199,way_type=user_defined:way_id=80E +edge,2953,2953;41.57147066;-109.276199:2954;41.57147066;-109.276199,way_type=user_defined:way_id=80E +edge,2954,2954;41.57147066;-109.276199:2955;41.5723701;-109.2737811,way_type=user_defined:way_id=80E +edge,2955,2955;41.5723701;-109.2737811:2956;41.5730436;-109.271957,way_type=user_defined:way_id=80E +edge,2956,2956;41.5730436;-109.271957:2957;41.5734418;-109.2708855,way_type=user_defined:way_id=80E +edge,2957,2957;41.5734418;-109.2708855:2958;41.5738368;-109.2698143,way_type=user_defined:way_id=80E +edge,2958,2958;41.5738368;-109.2698143:2959;41.5742605;-109.2686723,way_type=user_defined:way_id=80E +edge,2959,2959;41.5742605;-109.2686723:2960;41.5745581;-109.2678619,way_type=user_defined:way_id=80E +edge,2960,2960;41.5745581;-109.2678619:2961;41.574995;-109.266689,way_type=user_defined:way_id=80E +edge,2961,2961;41.574995;-109.266689:2962;41.574995;-109.266689,way_type=user_defined:way_id=80E +edge,2962,2962;41.574995;-109.266689:2963;41.5751776;-109.2661969,way_type=user_defined:way_id=80E +edge,2963,2963;41.5751776;-109.2661969:2964;41.5757876;-109.2645325,way_type=user_defined:way_id=80E +edge,2964,2964;41.5757876;-109.2645325:2965;41.5760888;-109.2637153,way_type=user_defined:way_id=80E +edge,2965,2965;41.5760888;-109.2637153:2966;41.57647185;-109.2626882,way_type=user_defined:way_id=80E +edge,2966,2966;41.57647185;-109.2626882:2967;41.5766144;-109.2623059,way_type=user_defined:way_id=80E +edge,2967,2967;41.5766144;-109.2623059:2968;41.5767281;-109.262001,way_type=user_defined:way_id=80E +edge,2968,2968;41.5767281;-109.262001:2969;41.5767281;-109.262001,way_type=user_defined:way_id=80E +edge,2969,2969;41.5767281;-109.262001:2970;41.57703858;-109.2611546,way_type=user_defined:way_id=80E +edge,2970,2970;41.57703858;-109.2611546:2971;41.57729051;-109.2604887,way_type=user_defined:way_id=80E +edge,2971,2971;41.57729051;-109.2604887:2972;41.5773485;-109.2603354,way_type=user_defined:way_id=80E +edge,2972,2972;41.5773485;-109.2603354:2973;41.57752077;-109.25986,way_type=user_defined:way_id=80E +edge,2973,2973;41.57752077;-109.25986:2974;41.5776369;-109.2595533,way_type=user_defined:way_id=80E +edge,2974,2974;41.5776369;-109.2595533:2975;41.5777566;-109.2592446,way_type=user_defined:way_id=80E +edge,2975,2975;41.5777566;-109.2592446:2976;41.5778338;-109.2590508,way_type=user_defined:way_id=80E +edge,2976,2976;41.5778338;-109.2590508:2977;41.5779398;-109.2587903,way_type=user_defined:way_id=80E +edge,2977,2977;41.5779398;-109.2587903:2978;41.5780549;-109.2585154,way_type=user_defined:way_id=80E +edge,2978,2978;41.5780549;-109.2585154:2979;41.5781564;-109.2582804,way_type=user_defined:way_id=80E +edge,2979,2979;41.5781564;-109.2582804:2980;41.5782915;-109.2579789,way_type=user_defined:way_id=80E +edge,2980,2980;41.5782915;-109.2579789:2981;41.5784058;-109.2577341,way_type=user_defined:way_id=80E +edge,2981,2981;41.5784058;-109.2577341:2982;41.5785223;-109.257492,way_type=user_defined:way_id=80E +edge,2982,2982;41.5785223;-109.257492:2983;41.5786613;-109.257213,way_type=user_defined:way_id=80E +edge,2983,2983;41.5786613;-109.257213:2984;41.578813;-109.2569212,way_type=user_defined:way_id=80E +edge,2984,2984;41.578813;-109.2569212:2985;41.5789255;-109.2567102,way_type=user_defined:way_id=80E +edge,2985,2985;41.5789255;-109.2567102:2986;41.5790527;-109.2564775,way_type=user_defined:way_id=80E +edge,2986,2986;41.5790527;-109.2564775:2987;41.5792005;-109.2562161,way_type=user_defined:way_id=80E +edge,2987,2987;41.5792005;-109.2562161:2988;41.57933046;-109.2559932,way_type=user_defined:way_id=80E +edge,2988,2988;41.57933046;-109.2559932:2989;41.57933046;-109.2559932,way_type=user_defined:way_id=80E +edge,2989,2989;41.57933046;-109.2559932:2990;41.5795005;-109.2557092,way_type=user_defined:way_id=80E +edge,2990,2990;41.5795005;-109.2557092:2991;41.5796292;-109.2555008,way_type=user_defined:way_id=80E +edge,2991,2991;41.5796292;-109.2555008:2992;41.5797839;-109.255258,way_type=user_defined:way_id=80E +edge,2992,2992;41.5797839;-109.255258:2993;41.5799315;-109.2550327,way_type=user_defined:way_id=80E +edge,2993,2993;41.5799315;-109.2550327:2994;41.5800536;-109.2548518,way_type=user_defined:way_id=80E +edge,2994,2994;41.5800536;-109.2548518:2995;41.5802581;-109.2545565,way_type=user_defined:way_id=80E +edge,2995,2995;41.5802581;-109.2545565:2996;41.5804082;-109.2543469,way_type=user_defined:way_id=80E +edge,2996,2996;41.5804082;-109.2543469:2997;41.5804639;-109.2542714,way_type=user_defined:way_id=80E +edge,2997,2997;41.5804639;-109.2542714:2998;41.5805602;-109.2541409,way_type=user_defined:way_id=80E +edge,2998,2998;41.5805602;-109.2541409:2999;41.5807344;-109.2539109,way_type=user_defined:way_id=80E +edge,2999,2999;41.5807344;-109.2539109:3000;41.5808901;-109.253711,way_type=user_defined:way_id=80E +edge,3000,3000;41.5808901;-109.253711:3001;41.5810739;-109.2534816,way_type=user_defined:way_id=80E +edge,3001,3001;41.5810739;-109.2534816:3002;41.5812337;-109.253287,way_type=user_defined:way_id=80E +edge,3002,3002;41.5812337;-109.253287:3003;41.5813953;-109.2530962,way_type=user_defined:way_id=80E +edge,3003,3003;41.5813953;-109.2530962:3004;41.5815813;-109.2528838,way_type=user_defined:way_id=80E +edge,3004,3004;41.5815813;-109.2528838:3005;41.5817483;-109.2527001,way_type=user_defined:way_id=80E +edge,3005,3005;41.5817483;-109.2527001:3006;41.5819391;-109.2524959,way_type=user_defined:way_id=80E +edge,3006,3006;41.5819391;-109.2524959:3007;41.58203561;-109.2523956,way_type=user_defined:way_id=80E +edge,3007,3007;41.58203561;-109.2523956:3008;41.5821327;-109.2522947,way_type=user_defined:way_id=80E +edge,3008,3008;41.5821327;-109.2522947:3009;41.5823053;-109.2521197,way_type=user_defined:way_id=80E +edge,3009,3009;41.5823053;-109.2521197:3010;41.5825212;-109.2519087,way_type=user_defined:way_id=80E +edge,3010,3010;41.5825212;-109.2519087:3011;41.5826799;-109.2517573,way_type=user_defined:way_id=80E +edge,3011,3011;41.5826799;-109.2517573:3012;41.5828635;-109.2515867,way_type=user_defined:way_id=80E +edge,3012,3012;41.5828635;-109.2515867:3013;41.5830609;-109.2514096,way_type=user_defined:way_id=80E +edge,3013,3013;41.5830609;-109.2514096:3014;41.5832718;-109.2512267,way_type=user_defined:way_id=80E +edge,3014,3014;41.5832718;-109.2512267:3015;41.583454;-109.251074,way_type=user_defined:way_id=80E +edge,3015,3015;41.583454;-109.251074:3016;41.5836437;-109.2509203,way_type=user_defined:way_id=80E +edge,3016,3016;41.5836437;-109.2509203:3017;41.5837811;-109.2508125,way_type=user_defined:way_id=80E +edge,3017,3017;41.5837811;-109.2508125:3018;41.5837811;-109.2508125,way_type=user_defined:way_id=80E +edge,3018,3018;41.5837811;-109.2508125:3019;41.5838471;-109.2507609,way_type=user_defined:way_id=80E +edge,3019,3019;41.5838471;-109.2507609:3020;41.5840396;-109.2506157,way_type=user_defined:way_id=80E +edge,3020,3020;41.5840396;-109.2506157:3021;41.5842523;-109.2504608,way_type=user_defined:way_id=80E +edge,3021,3021;41.5842523;-109.2504608:3022;41.5844474;-109.2503225,way_type=user_defined:way_id=80E +edge,3022,3022;41.5844474;-109.2503225:3023;41.5846627;-109.2501744,way_type=user_defined:way_id=80E +edge,3023,3023;41.5846627;-109.2501744:3024;41.5850526;-109.2499148,way_type=user_defined:way_id=80E +edge,3024,3024;41.5850526;-109.2499148:3025;41.58584867;-109.2493951,way_type=user_defined:way_id=80E +edge,3025,3025;41.58584867;-109.2493951:3026;41.5860818;-109.2492429,way_type=user_defined:way_id=80E +edge,3026,3026;41.5860818;-109.2492429:3027;41.5866428;-109.248882,way_type=user_defined:way_id=80E +edge,3027,3027;41.5866428;-109.248882:3028;41.587505;-109.2483226,way_type=user_defined:way_id=80E +edge,3028,3028;41.587505;-109.2483226:3029;41.5887205;-109.2475369,way_type=user_defined:way_id=80E +edge,3029,3029;41.5887205;-109.2475369:3030;41.5895489;-109.2469985,way_type=user_defined:way_id=80E +edge,3030,3030;41.5895489;-109.2469985:3031;41.5909141;-109.2461146,way_type=user_defined:way_id=80E +edge,3031,3031;41.5909141;-109.2461146:3032;41.5915791;-109.2456795,way_type=user_defined:way_id=80E +edge,3032,3032;41.5915791;-109.2456795:3033;41.59226558;-109.2452351,way_type=user_defined:way_id=80E +edge,3033,3033;41.59226558;-109.2452351:3034;41.5928266;-109.244872,way_type=user_defined:way_id=80E +edge,3034,3034;41.5928266;-109.244872:3035;41.5928266;-109.244872,way_type=user_defined:way_id=80E +edge,3035,3035;41.5928266;-109.244872:3036;41.59391482;-109.244187,way_type=user_defined:way_id=80E +edge,3036,3036;41.59391482;-109.244187:3037;41.5946501;-109.2437067,way_type=user_defined:way_id=80E +edge,3037,3037;41.5946501;-109.2437067:3038;41.59735782;-109.2419378,way_type=user_defined:way_id=80E +edge,3038,3038;41.59735782;-109.2419378:3039;41.59736769;-109.2419265,way_type=user_defined:way_id=80E +edge,3039,3039;41.59736769;-109.2419265:3040;41.59736769;-109.2419265,way_type=user_defined:way_id=80E +edge,3040,3040;41.59736769;-109.2419265:3041;41.5976137;-109.2417637,way_type=user_defined:way_id=80E +edge,3041,3041;41.5976137;-109.2417637:3042;41.5980267;-109.2415007,way_type=user_defined:way_id=80E +edge,3042,3042;41.5980267;-109.2415007:3043;41.5984445;-109.2412312,way_type=user_defined:way_id=80E +edge,3043,3043;41.5984445;-109.2412312:3044;41.5996931;-109.2404182,way_type=user_defined:way_id=80E +edge,3044,3044;41.5996931;-109.2404182:3045;41.6004279;-109.2399441,way_type=user_defined:way_id=80E +edge,3045,3045;41.6004279;-109.2399441:3046;41.6009767;-109.23959,way_type=user_defined:way_id=80E +edge,3046,3046;41.6009767;-109.23959:3047;41.6021316;-109.238842,way_type=user_defined:way_id=80E +edge,3047,3047;41.6021316;-109.238842:3048;41.6021316;-109.238842,way_type=user_defined:way_id=80E +edge,3048,3048;41.6021316;-109.238842:3049;41.6028099;-109.2383978,way_type=user_defined:way_id=80E +edge,3049,3049;41.6028099;-109.2383978:3050;41.6030555;-109.2382305,way_type=user_defined:way_id=80E +edge,3050,3050;41.6030555;-109.2382305:3051;41.6032463;-109.2380894,way_type=user_defined:way_id=80E +edge,3051,3051;41.6032463;-109.2380894:3052;41.6034559;-109.2379154,way_type=user_defined:way_id=80E +edge,3052,3052;41.6034559;-109.2379154:3053;41.603636;-109.2377532,way_type=user_defined:way_id=80E +edge,3053,3053;41.603636;-109.2377532:3054;41.6038115;-109.2375822,way_type=user_defined:way_id=80E +edge,3054,3054;41.6038115;-109.2375822:3055;41.6040047;-109.2373801,way_type=user_defined:way_id=80E +edge,3055,3055;41.6040047;-109.2373801:3056;41.6041869;-109.2371739,way_type=user_defined:way_id=80E +edge,3056,3056;41.6041869;-109.2371739:3057;41.6043522;-109.2369714,way_type=user_defined:way_id=80E +edge,3057,3057;41.6043522;-109.2369714:3058;41.6045213;-109.2367465,way_type=user_defined:way_id=80E +edge,3058,3058;41.6045213;-109.2367465:3059;41.6046744;-109.2365277,way_type=user_defined:way_id=80E +edge,3059,3059;41.6046744;-109.2365277:3060;41.6048304;-109.2362865,way_type=user_defined:way_id=80E +edge,3060,3060;41.6048304;-109.2362865:3061;41.6049703;-109.2360525,way_type=user_defined:way_id=80E +edge,3061,3061;41.6049703;-109.2360525:3062;41.6051114;-109.235796,way_type=user_defined:way_id=80E +edge,3062,3062;41.6051114;-109.235796:3063;41.6052375;-109.2355499,way_type=user_defined:way_id=80E +edge,3063,3063;41.6052375;-109.2355499:3064;41.6053709;-109.2352657,way_type=user_defined:way_id=80E +edge,3064,3064;41.6053709;-109.2352657:3065;41.6054785;-109.2350178,way_type=user_defined:way_id=80E +edge,3065,3065;41.6054785;-109.2350178:3066;41.6055833;-109.2347577,way_type=user_defined:way_id=80E +edge,3066,3066;41.6055833;-109.2347577:3067;41.6057916;-109.2342132,way_type=user_defined:way_id=80E +edge,3067,3067;41.6057916;-109.2342132:3068;41.6060026;-109.2336708,way_type=user_defined:way_id=80E +edge,3068,3068;41.6060026;-109.2336708:3069;41.6065075;-109.2323587,way_type=user_defined:way_id=80E +edge,3069,3069;41.6065075;-109.2323587:3070;41.6065075;-109.2323587,way_type=user_defined:way_id=80E +edge,3070,3070;41.6065075;-109.2323587:3071;41.6068496;-109.2314773,way_type=user_defined:way_id=80E +edge,3071,3071;41.6068496;-109.2314773:3072;41.60691009;-109.2313205,way_type=user_defined:way_id=80E +edge,3072,3072;41.60691009;-109.2313205:3073;41.607376;-109.2301126,way_type=user_defined:way_id=80E +edge,3073,3073;41.607376;-109.2301126:3074;41.607376;-109.2301126,way_type=user_defined:way_id=80E +edge,3074,3074;41.607376;-109.2301126:3075;41.60762898;-109.2294597,way_type=user_defined:way_id=80E +edge,3075,3075;41.60762898;-109.2294597:3076;41.60762898;-109.2294597,way_type=user_defined:way_id=80E +edge,3076,3076;41.60762898;-109.2294597:3077;41.6082087;-109.22796,way_type=user_defined:way_id=80E +edge,3077,3077;41.6082087;-109.22796:3078;41.6085323;-109.2271185,way_type=user_defined:way_id=80E +edge,3078,3078;41.6085323;-109.2271185:3079;41.609157;-109.2255055,way_type=user_defined:way_id=80E +edge,3079,3079;41.609157;-109.2255055:3080;41.6092548;-109.2252474,way_type=user_defined:way_id=80E +edge,3080,3080;41.6092548;-109.2252474:3081;41.6093506;-109.2249882,way_type=user_defined:way_id=80E +edge,3081,3081;41.6093506;-109.2249882:3082;41.6094545;-109.2246918,way_type=user_defined:way_id=80E +edge,3082,3082;41.6094545;-109.2246918:3083;41.6095406;-109.224428,way_type=user_defined:way_id=80E +edge,3083,3083;41.6095406;-109.224428:3084;41.6096333;-109.2241176,way_type=user_defined:way_id=80E +edge,3084,3084;41.6096333;-109.2241176:3085;41.6097067;-109.2238489,way_type=user_defined:way_id=80E +edge,3085,3085;41.6097067;-109.2238489:3086;41.6097812;-109.2235506,way_type=user_defined:way_id=80E +edge,3086,3086;41.6097812;-109.2235506:3087;41.6098463;-109.2232686,way_type=user_defined:way_id=80E +edge,3087,3087;41.6098463;-109.2232686:3088;41.609911;-109.2229573,way_type=user_defined:way_id=80E +edge,3088,3088;41.609911;-109.2229573:3089;41.6099643;-109.222672,way_type=user_defined:way_id=80E +edge,3089,3089;41.6099643;-109.222672:3090;41.6100061;-109.2224224,way_type=user_defined:way_id=80E +edge,3090,3090;41.6100061;-109.2224224:3091;41.6100532;-109.2221068,way_type=user_defined:way_id=80E +edge,3091,3091;41.6100532;-109.2221068:3092;41.6100932;-109.2217896,way_type=user_defined:way_id=80E +edge,3092,3092;41.6100932;-109.2217896:3093;41.6101231;-109.2214994,way_type=user_defined:way_id=80E +edge,3093,3093;41.6101231;-109.2214994:3094;41.6101354;-109.2213544,way_type=user_defined:way_id=80E +edge,3094,3094;41.6101354;-109.2213544:3095;41.6101354;-109.2213544,way_type=user_defined:way_id=80E +edge,3095,3095;41.6101354;-109.2213544:3096;41.6101509;-109.2211616,way_type=user_defined:way_id=80E +edge,3096,3096;41.6101509;-109.2211616:3097;41.6101665;-109.220917,way_type=user_defined:way_id=80E +edge,3097,3097;41.6101665;-109.220917:3098;41.6101807;-109.2205963,way_type=user_defined:way_id=80E +edge,3098,3098;41.6101807;-109.2205963:3099;41.6101877;-109.2202651,way_type=user_defined:way_id=80E +edge,3099,3099;41.6101877;-109.2202651:3100;41.6101885;-109.219981,way_type=user_defined:way_id=80E +edge,3100,3100;41.6101885;-109.219981:3101;41.6101837;-109.2196873,way_type=user_defined:way_id=80E +edge,3101,3101;41.6101837;-109.2196873:3102;41.6101723;-109.219365,way_type=user_defined:way_id=80E +edge,3102,3102;41.6101723;-109.219365:3103;41.610156;-109.2190714,way_type=user_defined:way_id=80E +edge,3103,3103;41.610156;-109.2190714:3104;41.6101347;-109.2187873,way_type=user_defined:way_id=80E +edge,3104,3104;41.6101347;-109.2187873:3105;41.6101041;-109.2184673,way_type=user_defined:way_id=80E +edge,3105,3105;41.6101041;-109.2184673:3106;41.6100694;-109.2181763,way_type=user_defined:way_id=80E +edge,3106,3106;41.6100694;-109.2181763:3107;41.6100305;-109.2178958,way_type=user_defined:way_id=80E +edge,3107,3107;41.6100305;-109.2178958:3108;41.6100148;-109.2177933,way_type=user_defined:way_id=80E +edge,3108,3108;41.6100148;-109.2177933:3109;41.6099793;-109.2175699,way_type=user_defined:way_id=80E +edge,3109,3109;41.6099793;-109.2175699:3110;41.6099291;-109.2172925,way_type=user_defined:way_id=80E +edge,3110,3110;41.6099291;-109.2172925:3111;41.6098654;-109.2169802,way_type=user_defined:way_id=80E +edge,3111,3111;41.6098654;-109.2169802:3112;41.6098026;-109.216706,way_type=user_defined:way_id=80E +edge,3112,3112;41.6098026;-109.216706:3113;41.6097258;-109.2163981,way_type=user_defined:way_id=80E +edge,3113,3113;41.6097258;-109.2163981:3114;41.60965;-109.2161186,way_type=user_defined:way_id=80E +edge,3114,3114;41.60965;-109.2161186:3115;41.6095711;-109.2158495,way_type=user_defined:way_id=80E +edge,3115,3115;41.6095711;-109.2158495:3116;41.6094757;-109.2155492,way_type=user_defined:way_id=80E +edge,3116,3116;41.6094757;-109.2155492:3117;41.6093763;-109.2152599,way_type=user_defined:way_id=80E +edge,3117,3117;41.6093763;-109.2152599:3118;41.6092641;-109.2149571,way_type=user_defined:way_id=80E +edge,3118,3118;41.6092641;-109.2149571:3119;41.6091658;-109.2147076,way_type=user_defined:way_id=80E +edge,3119,3119;41.6091658;-109.2147076:3120;41.6090591;-109.2144532,way_type=user_defined:way_id=80E +edge,3120,3120;41.6090591;-109.2144532:3121;41.6089331;-109.2141705,way_type=user_defined:way_id=80E +edge,3121,3121;41.6089331;-109.2141705:3122;41.6088163;-109.2139243,way_type=user_defined:way_id=80E +edge,3122,3122;41.6088163;-109.2139243:3123;41.6086845;-109.2136578,way_type=user_defined:way_id=80E +edge,3123,3123;41.6086845;-109.2136578:3124;41.6085412;-109.2133796,way_type=user_defined:way_id=80E +edge,3124,3124;41.6085412;-109.2133796:3125;41.6080102;-109.2123746,way_type=user_defined:way_id=80E +edge,3125,3125;41.6080102;-109.2123746:3126;41.6074763;-109.2113483,way_type=user_defined:way_id=80E +edge,3126,3126;41.6074763;-109.2113483:3127;41.60745118;-109.2113004,way_type=user_defined:way_id=80E +edge,3127,3127;41.60745118;-109.2113004:3128;41.6066661;-109.2098023,way_type=user_defined:way_id=80E +edge,3128,3128;41.6066661;-109.2098023:3129;41.6063104;-109.2091208,way_type=user_defined:way_id=80E +edge,3129,3129;41.6063104;-109.2091208:3130;41.6054875;-109.2075366,way_type=user_defined:way_id=80E +edge,3130,3130;41.6054875;-109.2075366:3131;41.6050845;-109.2067652,way_type=user_defined:way_id=80E +edge,3131,3131;41.6050845;-109.2067652:3132;41.6045655;-109.2057795,way_type=user_defined:way_id=80E +edge,3132,3132;41.6045655;-109.2057795:3133;41.6044221;-109.2055103,way_type=user_defined:way_id=80E +edge,3133,3133;41.6044221;-109.2055103:3134;41.6042932;-109.2052741,way_type=user_defined:way_id=80E +edge,3134,3134;41.6042932;-109.2052741:3135;41.6041479;-109.2050193,way_type=user_defined:way_id=80E +edge,3135,3135;41.6041479;-109.2050193:3136;41.6040069;-109.2047846,way_type=user_defined:way_id=80E +edge,3136,3136;41.6040069;-109.2047846:3137;41.6038517;-109.2045397,way_type=user_defined:way_id=80E +edge,3137,3137;41.6038517;-109.2045397:3138;41.603729;-109.2043569,way_type=user_defined:way_id=80E +edge,3138,3138;41.603729;-109.2043569:3139;41.603691;-109.2043009,way_type=user_defined:way_id=80E +edge,3139,3139;41.603691;-109.2043009:3140;41.6035196;-109.2040608,way_type=user_defined:way_id=80E +edge,3140,3140;41.6035196;-109.2040608:3141;41.6033644;-109.203855,way_type=user_defined:way_id=80E +edge,3141,3141;41.6033644;-109.203855:3142;41.6032047;-109.2036539,way_type=user_defined:way_id=80E +edge,3142,3142;41.6032047;-109.2036539:3143;41.6030199;-109.2034332,way_type=user_defined:way_id=80E +edge,3143,3143;41.6030199;-109.2034332:3144;41.6029197;-109.2033203,way_type=user_defined:way_id=80E +edge,3144,3144;41.6029197;-109.2033203:3145;41.6028307;-109.2032212,way_type=user_defined:way_id=80E +edge,3145,3145;41.6028307;-109.2032212:3146;41.6026647;-109.203046,way_type=user_defined:way_id=80E +edge,3146,3146;41.6026647;-109.203046:3147;41.602467;-109.2028486,way_type=user_defined:way_id=80E +edge,3147,3147;41.602467;-109.2028486:3148;41.6022898;-109.2026791,way_type=user_defined:way_id=80E +edge,3148,3148;41.6022898;-109.2026791:3149;41.6020848;-109.2024943,way_type=user_defined:way_id=80E +edge,3149,3149;41.6020848;-109.2024943:3150;41.6019056;-109.2023426,way_type=user_defined:way_id=80E +edge,3150,3150;41.6019056;-109.2023426:3151;41.6017115;-109.2021889,way_type=user_defined:way_id=80E +edge,3151,3151;41.6017115;-109.2021889:3152;41.601668;-109.2021561,way_type=user_defined:way_id=80E +edge,3152,3152;41.601668;-109.2021561:3153;41.6015012;-109.202033,way_type=user_defined:way_id=80E +edge,3153,3153;41.6015012;-109.202033:3154;41.6012886;-109.2018861,way_type=user_defined:way_id=80E +edge,3154,3154;41.6012886;-109.2018861:3155;41.6010859;-109.2017557,way_type=user_defined:way_id=80E +edge,3155,3155;41.6010859;-109.2017557:3156;41.6009383;-109.2016665,way_type=user_defined:way_id=80E +edge,3156,3156;41.6009383;-109.2016665:3157;41.6008677;-109.201624,way_type=user_defined:way_id=80E +edge,3157,3157;41.6008677;-109.201624:3158;41.6006606;-109.2015078,way_type=user_defined:way_id=80E +edge,3158,3158;41.6006606;-109.2015078:3159;41.6004378;-109.201392,way_type=user_defined:way_id=80E +edge,3159,3159;41.6004378;-109.201392:3160;41.6002064;-109.2012795,way_type=user_defined:way_id=80E +edge,3160,3160;41.6002064;-109.2012795:3161;41.6000005;-109.2011835,way_type=user_defined:way_id=80E +edge,3161,3161;41.6000005;-109.2011835:3162;41.599787;-109.201088,way_type=user_defined:way_id=80E +edge,3162,3162;41.599787;-109.201088:3163;41.5991709;-109.2008188,way_type=user_defined:way_id=80E +edge,3163,3163;41.5991709;-109.2008188:3164;41.5988261;-109.2006658,way_type=user_defined:way_id=80E +edge,3164,3164;41.5988261;-109.2006658:3165;41.5988261;-109.2006658,way_type=user_defined:way_id=80E +edge,3165,3165;41.5988261;-109.2006658:3166;41.598541;-109.2005397,way_type=user_defined:way_id=80E +edge,3166,3166;41.598541;-109.2005397:3167;41.598541;-109.2005397,way_type=user_defined:way_id=80E +edge,3167,3167;41.598541;-109.2005397:3168;41.5977889;-109.2002033,way_type=user_defined:way_id=80E +edge,3168,3168;41.5977889;-109.2002033:3169;41.5975903;-109.2001129,way_type=user_defined:way_id=80E +edge,3169,3169;41.5975903;-109.2001129:3170;41.59750531;-109.2000718,way_type=user_defined:way_id=80E +edge,3170,3170;41.59750531;-109.2000718:3171;41.5973603;-109.2000018,way_type=user_defined:way_id=80E +edge,3171,3171;41.5973603;-109.2000018:3172;41.5971592;-109.1998954,way_type=user_defined:way_id=80E +edge,3172,3172;41.5971592;-109.1998954:3173;41.596934;-109.1997679,way_type=user_defined:way_id=80E +edge,3173,3173;41.596934;-109.1997679:3174;41.5967055;-109.1996289,way_type=user_defined:way_id=80E +edge,3174,3174;41.5967055;-109.1996289:3175;41.5965119;-109.1995036,way_type=user_defined:way_id=80E +edge,3175,3175;41.5965119;-109.1995036:3176;41.5963147;-109.1993675,way_type=user_defined:way_id=80E +edge,3176,3176;41.5963147;-109.1993675:3177;41.5961267;-109.1992298,way_type=user_defined:way_id=80E +edge,3177,3177;41.5961267;-109.1992298:3178;41.5959109;-109.199061,way_type=user_defined:way_id=80E +edge,3178,3178;41.5959109;-109.199061:3179;41.5957058;-109.1988881,way_type=user_defined:way_id=80E +edge,3179,3179;41.5957058;-109.1988881:3180;41.5955266;-109.1987286,way_type=user_defined:way_id=80E +edge,3180,3180;41.5955266;-109.1987286:3181;41.5953743;-109.1985859,way_type=user_defined:way_id=80E +edge,3181,3181;41.5953743;-109.1985859:3182;41.5951726;-109.1983879,way_type=user_defined:way_id=80E +edge,3182,3182;41.5951726;-109.1983879:3183;41.5949752;-109.1981822,way_type=user_defined:way_id=80E +edge,3183,3183;41.5949752;-109.1981822:3184;41.5948147;-109.1980061,way_type=user_defined:way_id=80E +edge,3184,3184;41.5948147;-109.1980061:3185;41.5947721;-109.1979573,way_type=user_defined:way_id=80E +edge,3185,3185;41.5947721;-109.1979573:3186;41.5946305;-109.1977927,way_type=user_defined:way_id=80E +edge,3186,3186;41.5946305;-109.1977927:3187;41.5945672;-109.1977147,way_type=user_defined:way_id=80E +edge,3187,3187;41.5945672;-109.1977147:3188;41.5944463;-109.1975646,way_type=user_defined:way_id=80E +edge,3188,3188;41.5944463;-109.1975646:3189;41.5943125;-109.1973909,way_type=user_defined:way_id=80E +edge,3189,3189;41.5943125;-109.1973909:3190;41.5943125;-109.1973909,way_type=user_defined:way_id=80E +edge,3190,3190;41.5943125;-109.1973909:3191;41.5941413;-109.1971598,way_type=user_defined:way_id=80E +edge,3191,3191;41.5941413;-109.1971598:3192;41.594102;-109.1971041,way_type=user_defined:way_id=80E +edge,3192,3192;41.594102;-109.1971041:3193;41.5939707;-109.1969157,way_type=user_defined:way_id=80E +edge,3193,3193;41.5939707;-109.1969157:3194;41.5938279;-109.1967003,way_type=user_defined:way_id=80E +edge,3194,3194;41.5938279;-109.1967003:3195;41.5936895;-109.1964799,way_type=user_defined:way_id=80E +edge,3195,3195;41.5936895;-109.1964799:3196;41.5935511;-109.1962466,way_type=user_defined:way_id=80E +edge,3196,3196;41.5935511;-109.1962466:3197;41.5933934;-109.1959632,way_type=user_defined:way_id=80E +edge,3197,3197;41.5933934;-109.1959632:3198;41.5932641;-109.1957172,way_type=user_defined:way_id=80E +edge,3198,3198;41.5932641;-109.1957172:3199;41.5931331;-109.1954547,way_type=user_defined:way_id=80E +edge,3199,3199;41.5931331;-109.1954547:3200;41.5930146;-109.1952034,way_type=user_defined:way_id=80E +edge,3200,3200;41.5930146;-109.1952034:3201;41.5929075;-109.194964,way_type=user_defined:way_id=80E +edge,3201,3201;41.5929075;-109.194964:3202;41.5927877;-109.1946805,way_type=user_defined:way_id=80E +edge,3202,3202;41.5927877;-109.1946805:3203;41.5926812;-109.1944083,way_type=user_defined:way_id=80E +edge,3203,3203;41.5926812;-109.1944083:3204;41.5925806;-109.194132,way_type=user_defined:way_id=80E +edge,3204,3204;41.5925806;-109.194132:3205;41.592488;-109.1938612,way_type=user_defined:way_id=80E +edge,3205,3205;41.592488;-109.1938612:3206;41.5924002;-109.1935874,way_type=user_defined:way_id=80E +edge,3206,3206;41.5924002;-109.1935874:3207;41.5923542;-109.1934327,way_type=user_defined:way_id=80E +edge,3207,3207;41.5923542;-109.1934327:3208;41.5923125;-109.1932925,way_type=user_defined:way_id=80E +edge,3208,3208;41.5923125;-109.1932925:3209;41.5922828;-109.1931847,way_type=user_defined:way_id=80E +edge,3209,3209;41.5922828;-109.1931847:3210;41.5922265;-109.1929771,way_type=user_defined:way_id=80E +edge,3210,3210;41.5922265;-109.1929771:3211;41.5921577;-109.1927044,way_type=user_defined:way_id=80E +edge,3211,3211;41.5921577;-109.1927044:3212;41.5920943;-109.1924291,way_type=user_defined:way_id=80E +edge,3212,3212;41.5920943;-109.1924291:3213;41.592029;-109.1921157,way_type=user_defined:way_id=80E +edge,3213,3213;41.592029;-109.1921157:3214;41.5919753;-109.191827,way_type=user_defined:way_id=80E +edge,3214,3214;41.5919753;-109.191827:3215;41.5919236;-109.1915174,way_type=user_defined:way_id=80E +edge,3215,3215;41.5919236;-109.1915174:3216;41.5918761;-109.1911866,way_type=user_defined:way_id=80E +edge,3216,3216;41.5918761;-109.1911866:3217;41.5918408;-109.1909019,way_type=user_defined:way_id=80E +edge,3217,3217;41.5918408;-109.1909019:3218;41.5918116;-109.1906248,way_type=user_defined:way_id=80E +edge,3218,3218;41.5918116;-109.1906248:3219;41.5917861;-109.1903293,way_type=user_defined:way_id=80E +edge,3219,3219;41.5917861;-109.1903293:3220;41.5917749;-109.1901645,way_type=user_defined:way_id=80E +edge,3220,3220;41.5917749;-109.1901645:3221;41.5917749;-109.1901645,way_type=user_defined:way_id=80E +edge,3221,3221;41.5917749;-109.1901645:3222;41.5917651;-109.1900129,way_type=user_defined:way_id=80E +edge,3222,3222;41.5917651;-109.1900129:3223;41.591752;-109.1897164,way_type=user_defined:way_id=80E +edge,3223,3223;41.591752;-109.1897164:3224;41.591744;-109.1893912,way_type=user_defined:way_id=80E +edge,3224,3224;41.591744;-109.1893912:3225;41.5917423;-109.1890573,way_type=user_defined:way_id=80E +edge,3225,3225;41.5917423;-109.1890573:3226;41.5917464;-109.1887715,way_type=user_defined:way_id=80E +edge,3226,3226;41.5917464;-109.1887715:3227;41.5917585;-109.1884477,way_type=user_defined:way_id=80E +edge,3227,3227;41.5917585;-109.1884477:3228;41.5917754;-109.1881529,way_type=user_defined:way_id=80E +edge,3228,3228;41.5917754;-109.1881529:3229;41.5917964;-109.1878679,way_type=user_defined:way_id=80E +edge,3229,3229;41.5917964;-109.1878679:3230;41.5918264;-109.187536,way_type=user_defined:way_id=80E +edge,3230,3230;41.5918264;-109.187536:3231;41.5918572;-109.1872524,way_type=user_defined:way_id=80E +edge,3231,3231;41.5918572;-109.1872524:3232;41.5918726;-109.1871337,way_type=user_defined:way_id=80E +edge,3232,3232;41.5918726;-109.1871337:3233;41.5918987;-109.1869326,way_type=user_defined:way_id=80E +edge,3233,3233;41.5918987;-109.1869326:3234;41.5919407;-109.1866521,way_type=user_defined:way_id=80E +edge,3234,3234;41.5919407;-109.1866521:3235;41.5919893;-109.1863732,way_type=user_defined:way_id=80E +edge,3235,3235;41.5919893;-109.1863732:3236;41.5920538;-109.1860502,way_type=user_defined:way_id=80E +edge,3236,3236;41.5920538;-109.1860502:3237;41.5921156;-109.185776,way_type=user_defined:way_id=80E +edge,3237,3237;41.5921156;-109.185776:3238;41.5921936;-109.1854683,way_type=user_defined:way_id=80E +edge,3238,3238;41.5921936;-109.1854683:3239;41.5922608;-109.185226,way_type=user_defined:way_id=80E +edge,3239,3239;41.5922608;-109.185226:3240;41.5923608;-109.1848877,way_type=user_defined:way_id=80E +edge,3240,3240;41.5923608;-109.1848877:3241;41.592444;-109.1846227,way_type=user_defined:way_id=80E +edge,3241,3241;41.592444;-109.1846227:3242;41.5925432;-109.184325,way_type=user_defined:way_id=80E +edge,3242,3242;41.5925432;-109.184325:3243;41.5926388;-109.1840563,way_type=user_defined:way_id=80E +edge,3243,3243;41.5926388;-109.1840563:3244;41.592734;-109.1838067,way_type=user_defined:way_id=80E +edge,3244,3244;41.592734;-109.1838067:3245;41.5928545;-109.1835105,way_type=user_defined:way_id=80E +edge,3245,3245;41.5928545;-109.1835105:3246;41.592973;-109.1832337,way_type=user_defined:way_id=80E +edge,3246,3246;41.592973;-109.1832337:3247;41.5932113;-109.1826952,way_type=user_defined:way_id=80E +edge,3247,3247;41.5932113;-109.1826952:3248;41.5937707;-109.1814494,way_type=user_defined:way_id=80E +edge,3248,3248;41.5937707;-109.1814494:3249;41.5940464;-109.180828,way_type=user_defined:way_id=80E +edge,3249,3249;41.5940464;-109.180828:3250;41.5944141;-109.180012,way_type=user_defined:way_id=80E +edge,3250,3250;41.5944141;-109.180012:3251;41.5946323;-109.1795232,way_type=user_defined:way_id=80E +edge,3251,3251;41.5946323;-109.1795232:3252;41.5947419;-109.1792732,way_type=user_defined:way_id=80E +edge,3252,3252;41.5947419;-109.1792732:3253;41.5948532;-109.179013,way_type=user_defined:way_id=80E +edge,3253,3253;41.5948532;-109.179013:3254;41.5949682;-109.1787329,way_type=user_defined:way_id=80E +edge,3254,3254;41.5949682;-109.1787329:3255;41.5950707;-109.1784662,way_type=user_defined:way_id=80E +edge,3255,3255;41.5950707;-109.1784662:3256;41.595173;-109.1781784,way_type=user_defined:way_id=80E +edge,3256,3256;41.595173;-109.1781784:3257;41.5952625;-109.1779048,way_type=user_defined:way_id=80E +edge,3257,3257;41.5952625;-109.1779048:3258;41.5953525;-109.1776106,way_type=user_defined:way_id=80E +edge,3258,3258;41.5953525;-109.1776106:3259;41.5954309;-109.1773305,way_type=user_defined:way_id=80E +edge,3259,3259;41.5954309;-109.1773305:3260;41.5955063;-109.1770283,way_type=user_defined:way_id=80E +edge,3260,3260;41.5955063;-109.1770283:3261;41.5955696;-109.1767407,way_type=user_defined:way_id=80E +edge,3261,3261;41.5955696;-109.1767407:3262;41.5956294;-109.1764317,way_type=user_defined:way_id=80E +edge,3262,3262;41.5956294;-109.1764317:3263;41.5956723;-109.1761771,way_type=user_defined:way_id=80E +edge,3263,3263;41.5956723;-109.1761771:3264;41.595725;-109.1758267,way_type=user_defined:way_id=80E +edge,3264,3264;41.595725;-109.1758267:3265;41.5957618;-109.1755415,way_type=user_defined:way_id=80E +edge,3265,3265;41.5957618;-109.1755415:3266;41.5957974;-109.1752174,way_type=user_defined:way_id=80E +edge,3266,3266;41.5957974;-109.1752174:3267;41.5958228;-109.1749302,way_type=user_defined:way_id=80E +edge,3267,3267;41.5958228;-109.1749302:3268;41.5958284;-109.1748543,way_type=user_defined:way_id=80E +edge,3268,3268;41.5958284;-109.1748543:3269;41.5958453;-109.1746056,way_type=user_defined:way_id=80E +edge,3269,3269;41.5958453;-109.1746056:3270;41.5958592;-109.1743161,way_type=user_defined:way_id=80E +edge,3270,3270;41.5958592;-109.1743161:3271;41.5958699;-109.173992,way_type=user_defined:way_id=80E +edge,3271,3271;41.5958699;-109.173992:3272;41.5958847;-109.1733678,way_type=user_defined:way_id=80E +edge,3272,3272;41.5958847;-109.1733678:3273;41.5958947;-109.173012,way_type=user_defined:way_id=80E +edge,3273,3273;41.5958947;-109.173012:3274;41.5959486;-109.1712377,way_type=user_defined:way_id=80E +edge,3274,3274;41.5959486;-109.1712377:3275;41.5959812;-109.1700054,way_type=user_defined:way_id=80E +edge,3275,3275;41.5959812;-109.1700054:3276;41.596017;-109.168734,way_type=user_defined:way_id=80E +edge,3276,3276;41.596017;-109.168734:3277;41.5960472;-109.1675249,way_type=user_defined:way_id=80E +edge,3277,3277;41.5960472;-109.1675249:3278;41.5960814;-109.1663365,way_type=user_defined:way_id=80E +edge,3278,3278;41.5960814;-109.1663365:3279;41.5961127;-109.1651374,way_type=user_defined:way_id=80E +edge,3279,3279;41.5961127;-109.1651374:3280;41.5961422;-109.1641911,way_type=user_defined:way_id=80E +edge,3280,3280;41.5961422;-109.1641911:3281;41.596154;-109.1638661,way_type=user_defined:way_id=80E +edge,3281,3281;41.596154;-109.1638661:3282;41.5961673;-109.1635792,way_type=user_defined:way_id=80E +edge,3282,3282;41.5961673;-109.1635792:3283;41.5961879;-109.1632452,way_type=user_defined:way_id=80E +edge,3283,3283;41.5961879;-109.1632452:3284;41.5962101;-109.1629671,way_type=user_defined:way_id=80E +edge,3284,3284;41.5962101;-109.1629671:3285;41.5962372;-109.1626808,way_type=user_defined:way_id=80E +edge,3285,3285;41.5962372;-109.1626808:3286;41.5962733;-109.1623564,way_type=user_defined:way_id=80E +edge,3286,3286;41.5962733;-109.1623564:3287;41.596288;-109.1622428,way_type=user_defined:way_id=80E +edge,3287,3287;41.596288;-109.1622428:3288;41.5963169;-109.1620252,way_type=user_defined:way_id=80E +edge,3288,3288;41.5963169;-109.1620252:3289;41.5963577;-109.1617502,way_type=user_defined:way_id=80E +edge,3289,3289;41.5963577;-109.1617502:3290;41.5964124;-109.1614218,way_type=user_defined:way_id=80E +edge,3290,3290;41.5964124;-109.1614218:3291;41.5964627;-109.1611494,way_type=user_defined:way_id=80E +edge,3291,3291;41.5964627;-109.1611494:3292;41.596527;-109.1608333,way_type=user_defined:way_id=80E +edge,3292,3292;41.596527;-109.1608333:3293;41.5965877;-109.1605548,way_type=user_defined:way_id=80E +edge,3293,3293;41.5965877;-109.1605548:3294;41.5966603;-109.1602421,way_type=user_defined:way_id=80E +edge,3294,3294;41.5966603;-109.1602421:3295;41.5967291;-109.1599672,way_type=user_defined:way_id=80E +edge,3295,3295;41.5967291;-109.1599672:3296;41.5968125;-109.1596596,way_type=user_defined:way_id=80E +edge,3296,3296;41.5968125;-109.1596596:3297;41.5968914;-109.1593897,way_type=user_defined:way_id=80E +edge,3297,3297;41.5968914;-109.1593897:3298;41.5969973;-109.1590523,way_type=user_defined:way_id=80E +edge,3298,3298;41.5969973;-109.1590523:3299;41.597076;-109.1588149,way_type=user_defined:way_id=80E +edge,3299,3299;41.597076;-109.1588149:3300;41.597177;-109.1585286,way_type=user_defined:way_id=80E +edge,3300,3300;41.597177;-109.1585286:3301;41.5972761;-109.1582626,way_type=user_defined:way_id=80E +edge,3301,3301;41.5972761;-109.1582626:3302;41.5973885;-109.157974,way_type=user_defined:way_id=80E +edge,3302,3302;41.5973885;-109.157974:3303;41.5974938;-109.1577133,way_type=user_defined:way_id=80E +edge,3303,3303;41.5974938;-109.1577133:3304;41.597603;-109.1574566,way_type=user_defined:way_id=80E +edge,3304,3304;41.597603;-109.1574566:3305;41.5977275;-109.1571803,way_type=user_defined:way_id=80E +edge,3305,3305;41.5977275;-109.1571803:3306;41.5978383;-109.156947,way_type=user_defined:way_id=80E +edge,3306,3306;41.5978383;-109.156947:3307;41.5979606;-109.1567026,way_type=user_defined:way_id=80E +edge,3307,3307;41.5979606;-109.1567026:3308;41.598099;-109.1564379,way_type=user_defined:way_id=80E +edge,3308,3308;41.598099;-109.1564379:3309;41.5982287;-109.1562,way_type=user_defined:way_id=80E +edge,3309,3309;41.5982287;-109.1562:3310;41.5983616;-109.1559656,way_type=user_defined:way_id=80E +edge,3310,3310;41.5983616;-109.1559656:3311;41.598511;-109.1557126,way_type=user_defined:way_id=80E +edge,3311,3311;41.598511;-109.1557126:3312;41.5985971;-109.1555737,way_type=user_defined:way_id=80E +edge,3312,3312;41.5985971;-109.1555737:3313;41.5986654;-109.1554644,way_type=user_defined:way_id=80E +edge,3313,3313;41.5986654;-109.1554644:3314;41.5988102;-109.1552425,way_type=user_defined:way_id=80E +edge,3314,3314;41.5988102;-109.1552425:3315;41.598959;-109.1550249,way_type=user_defined:way_id=80E +edge,3315,3315;41.598959;-109.1550249:3316;41.5991267;-109.1547916,way_type=user_defined:way_id=80E +edge,3316,3316;41.5991267;-109.1547916:3317;41.599283;-109.1545826,way_type=user_defined:way_id=80E +edge,3317,3317;41.599283;-109.1545826:3318;41.5994371;-109.1543839,way_type=user_defined:way_id=80E +edge,3318,3318;41.5994371;-109.1543839:3319;41.5996202;-109.1541569,way_type=user_defined:way_id=80E +edge,3319,3319;41.5996202;-109.1541569:3320;41.5997798;-109.1539661,way_type=user_defined:way_id=80E +edge,3320,3320;41.5997798;-109.1539661:3321;41.5999575;-109.1537592,way_type=user_defined:way_id=80E +edge,3321,3321;41.5999575;-109.1537592:3322;41.60147;-109.1520063,way_type=user_defined:way_id=80E +edge,3322,3322;41.60147;-109.1520063:3323;41.6023813;-109.1509564,way_type=user_defined:way_id=80E +edge,3323,3323;41.6023813;-109.1509564:3324;41.6028979;-109.1503557,way_type=user_defined:way_id=80E +edge,3324,3324;41.6028979;-109.1503557:3325;41.6030977;-109.1501169,way_type=user_defined:way_id=80E +edge,3325,3325;41.6030977;-109.1501169:3326;41.6032627;-109.1499115,way_type=user_defined:way_id=80E +edge,3326,3326;41.6032627;-109.1499115:3327;41.6034353;-109.149688,way_type=user_defined:way_id=80E +edge,3327,3327;41.6034353;-109.149688:3328;41.6036052;-109.1494609,way_type=user_defined:way_id=80E +edge,3328,3328;41.6036052;-109.1494609:3329;41.6037583;-109.1492515,way_type=user_defined:way_id=80E +edge,3329,3329;41.6037583;-109.1492515:3330;41.603967;-109.1489569,way_type=user_defined:way_id=80E +edge,3330,3330;41.603967;-109.1489569:3331;41.6040772;-109.1487977,way_type=user_defined:way_id=80E +edge,3331,3331;41.6040772;-109.1487977:3332;41.6042379;-109.1485596,way_type=user_defined:way_id=80E +edge,3332,3332;41.6042379;-109.1485596:3333;41.604387;-109.148333,way_type=user_defined:way_id=80E +edge,3333,3333;41.604387;-109.148333:3334;41.6045428;-109.1480882,way_type=user_defined:way_id=80E +edge,3334,3334;41.6045428;-109.1480882:3335;41.6046863;-109.1478535,way_type=user_defined:way_id=80E +edge,3335,3335;41.6046863;-109.1478535:3336;41.6048164;-109.1476354,way_type=user_defined:way_id=80E +edge,3336,3336;41.6048164;-109.1476354:3337;41.6049875;-109.147342,way_type=user_defined:way_id=80E +edge,3337,3337;41.6049875;-109.147342:3338;41.6051317;-109.1470853,way_type=user_defined:way_id=80E +edge,3338,3338;41.6051317;-109.1470853:3339;41.6052602;-109.1468482,way_type=user_defined:way_id=80E +edge,3339,3339;41.6052602;-109.1468482:3340;41.6053901;-109.146602,way_type=user_defined:way_id=80E +edge,3340,3340;41.6053901;-109.146602:3341;41.6055252;-109.1463376,way_type=user_defined:way_id=80E +edge,3341,3341;41.6055252;-109.1463376:3342;41.6056492;-109.1460871,way_type=user_defined:way_id=80E +edge,3342,3342;41.6056492;-109.1460871:3343;41.6057176;-109.145945,way_type=user_defined:way_id=80E +edge,3343,3343;41.6057176;-109.145945:3344;41.6057784;-109.1458183,way_type=user_defined:way_id=80E +edge,3344,3344;41.6057784;-109.1458183:3345;41.6058968;-109.1455637,way_type=user_defined:way_id=80E +edge,3345,3345;41.6058968;-109.1455637:3346;41.606005;-109.1453237,way_type=user_defined:way_id=80E +edge,3346,3346;41.606005;-109.1453237:3347;41.6061277;-109.1450425,way_type=user_defined:way_id=80E +edge,3347,3347;41.6061277;-109.1450425:3348;41.606236;-109.1447826,way_type=user_defined:way_id=80E +edge,3348,3348;41.606236;-109.1447826:3349;41.6063474;-109.1445029,way_type=user_defined:way_id=80E +edge,3349,3349;41.6063474;-109.1445029:3350;41.6064634;-109.1442049,way_type=user_defined:way_id=80E +edge,3350,3350;41.6064634;-109.1442049:3351;41.6065624;-109.1439488,way_type=user_defined:way_id=80E +edge,3351,3351;41.6065624;-109.1439488:3352;41.6066693;-109.143666,way_type=user_defined:way_id=80E +edge,3352,3352;41.6066693;-109.143666:3353;41.6069712;-109.1428451,way_type=user_defined:way_id=80E +edge,3353,3353;41.6069712;-109.1428451:3354;41.6070717;-109.1425777,way_type=user_defined:way_id=80E +edge,3354,3354;41.6070717;-109.1425777:3355;41.6072765;-109.1420236,way_type=user_defined:way_id=80E +edge,3355,3355;41.6072765;-109.1420236:3356;41.6075937;-109.1411841,way_type=user_defined:way_id=80E +edge,3356,3356;41.6075937;-109.1411841:3357;41.6084933;-109.138776,way_type=user_defined:way_id=80E +edge,3357,3357;41.6084933;-109.138776:3358;41.6094543;-109.1362114,way_type=user_defined:way_id=80E +edge,3358,3358;41.6094543;-109.1362114:3359;41.61016604;-109.1343041,way_type=user_defined:way_id=80E +edge,3359,3359;41.61016604;-109.1343041:3360;41.610267;-109.1340335,way_type=user_defined:way_id=80E +edge,3360,3360;41.610267;-109.1340335:3361;41.61051407;-109.1333763,way_type=user_defined:way_id=80E +edge,3361,3361;41.61051407;-109.1333763:3362;41.61051407;-109.1333763,way_type=user_defined:way_id=80E +edge,3362,3362;41.61051407;-109.1333763:3363;41.6112074;-109.13152,way_type=user_defined:way_id=80E +edge,3363,3363;41.6112074;-109.13152:3364;41.6114963;-109.1307421,way_type=user_defined:way_id=80E +edge,3364,3364;41.6114963;-109.1307421:3365;41.6117025;-109.1301934,way_type=user_defined:way_id=80E +edge,3365,3365;41.6117025;-109.1301934:3366;41.61178101;-109.1299828,way_type=user_defined:way_id=80E +edge,3366,3366;41.61178101;-109.1299828:3367;41.6120034;-109.1293861,way_type=user_defined:way_id=80E +edge,3367,3367;41.6120034;-109.1293861:3368;41.6122258;-109.1287953,way_type=user_defined:way_id=80E +edge,3368,3368;41.6122258;-109.1287953:3369;41.6127849;-109.127295,way_type=user_defined:way_id=80E +edge,3369,3369;41.6127849;-109.127295:3370;41.6127849;-109.127295,way_type=user_defined:way_id=80E +edge,3370,3370;41.6127849;-109.127295:3371;41.6132553;-109.1260377,way_type=user_defined:way_id=80E +edge,3371,3371;41.6132553;-109.1260377:3372;41.6136643;-109.1249359,way_type=user_defined:way_id=80E +edge,3372,3372;41.6136643;-109.1249359:3373;41.6139728;-109.1241158,way_type=user_defined:way_id=80E +edge,3373,3373;41.6139728;-109.1241158:3374;41.61423762;-109.1234048,way_type=user_defined:way_id=80E +edge,3374,3374;41.61423762;-109.1234048:3375;41.6144807;-109.1227521,way_type=user_defined:way_id=80E +edge,3375,3375;41.6144807;-109.1227521:3376;41.6150017;-109.1213614,way_type=user_defined:way_id=80E +edge,3376,3376;41.6150017;-109.1213614:3377;41.61552176;-109.1199582,way_type=user_defined:way_id=80E +edge,3377,3377;41.61552176;-109.1199582:3378;41.61552176;-109.1199582,way_type=user_defined:way_id=80E +edge,3378,3378;41.61552176;-109.1199582:3379;41.6164152;-109.1175759,way_type=user_defined:way_id=80E +edge,3379,3379;41.6164152;-109.1175759:3380;41.61663576;-109.1169804,way_type=user_defined:way_id=80E +edge,3380,3380;41.61663576;-109.1169804:3381;41.6167528;-109.1166644,way_type=user_defined:way_id=80E +edge,3381,3381;41.6167528;-109.1166644:3382;41.6172752;-109.1152754,way_type=user_defined:way_id=80E +edge,3382,3382;41.6172752;-109.1152754:3383;41.6175657;-109.1144945,way_type=user_defined:way_id=80E +edge,3383,3383;41.6175657;-109.1144945:3384;41.6180527;-109.1131949,way_type=user_defined:way_id=80E +edge,3384,3384;41.6180527;-109.1131949:3385;41.6185412;-109.1118969,way_type=user_defined:way_id=80E +edge,3385,3385;41.6185412;-109.1118969:3386;41.6188508;-109.1110619,way_type=user_defined:way_id=80E +edge,3386,3386;41.6188508;-109.1110619:3387;41.6192216;-109.1100711,way_type=user_defined:way_id=80E +edge,3387,3387;41.6192216;-109.1100711:3388;41.6195327;-109.1092331,way_type=user_defined:way_id=80E +edge,3388,3388;41.6195327;-109.1092331:3389;41.6204465;-109.1067931,way_type=user_defined:way_id=80E +edge,3389,3389;41.6204465;-109.1067931:3390;41.6208696;-109.1056532,way_type=user_defined:way_id=80E +edge,3390,3390;41.6208696;-109.1056532:3391;41.6225254;-109.101226,way_type=user_defined:way_id=80E +edge,3391,3391;41.6225254;-109.101226:3392;41.6228034;-109.1004789,way_type=user_defined:way_id=80E +edge,3392,3392;41.6228034;-109.1004789:3393;41.6232405;-109.0993137,way_type=user_defined:way_id=80E +edge,3393,3393;41.6232405;-109.0993137:3394;41.6236402;-109.0982349,way_type=user_defined:way_id=80E +edge,3394,3394;41.6236402;-109.0982349:3395;41.6239576;-109.0973866,way_type=user_defined:way_id=80E +edge,3395,3395;41.6239576;-109.0973866:3396;41.6242682;-109.0965457,way_type=user_defined:way_id=80E +edge,3396,3396;41.6242682;-109.0965457:3397;41.6251796;-109.0941123,way_type=user_defined:way_id=80E +edge,3397,3397;41.6251796;-109.0941123:3398;41.625594;-109.0929983,way_type=user_defined:way_id=80E +edge,3398,3398;41.625594;-109.0929983:3399;41.6260838;-109.0916956,way_type=user_defined:way_id=80E +edge,3399,3399;41.6260838;-109.0916956:3400;41.6268285;-109.0896917,way_type=user_defined:way_id=80E +edge,3400,3400;41.6268285;-109.0896917:3401;41.6273521;-109.0882969,way_type=user_defined:way_id=80E +edge,3401,3401;41.6273521;-109.0882969:3402;41.6278507;-109.0869638,way_type=user_defined:way_id=80E +edge,3402,3402;41.6278507;-109.0869638:3403;41.6283841;-109.0855287,way_type=user_defined:way_id=80E +edge,3403,3403;41.6283841;-109.0855287:3404;41.6284921;-109.085233,way_type=user_defined:way_id=80E +edge,3404,3404;41.6284921;-109.085233:3405;41.6285726;-109.0850037,way_type=user_defined:way_id=80E +edge,3405,3405;41.6285726;-109.0850037:3406;41.6286843;-109.0846701,way_type=user_defined:way_id=80E +edge,3406,3406;41.6286843;-109.0846701:3407;41.628766;-109.0844113,way_type=user_defined:way_id=80E +edge,3407,3407;41.628766;-109.0844113:3408;41.6288602;-109.0840987,way_type=user_defined:way_id=80E +edge,3408,3408;41.6288602;-109.0840987:3409;41.6289386;-109.0838294,way_type=user_defined:way_id=80E +edge,3409,3409;41.6289386;-109.0838294:3410;41.6290243;-109.0835232,way_type=user_defined:way_id=80E +edge,3410,3410;41.6290243;-109.0835232:3411;41.6290991;-109.0832427,way_type=user_defined:way_id=80E +edge,3411,3411;41.6290991;-109.0832427:3412;41.6291838;-109.0829073,way_type=user_defined:way_id=80E +edge,3412,3412;41.6291838;-109.0829073:3413;41.6292436;-109.0826591,way_type=user_defined:way_id=80E +edge,3413,3413;41.6292436;-109.0826591:3414;41.6293067;-109.0823839,way_type=user_defined:way_id=80E +edge,3414,3414;41.6293067;-109.0823839:3415;41.6293613;-109.0821354,way_type=user_defined:way_id=80E +edge,3415,3415;41.6293613;-109.0821354:3416;41.6294345;-109.0817846,way_type=user_defined:way_id=80E +edge,3416,3416;41.6294345;-109.0817846:3417;41.6294954;-109.0814693,way_type=user_defined:way_id=80E +edge,3417,3417;41.6294954;-109.0814693:3418;41.6295464;-109.0811905,way_type=user_defined:way_id=80E +edge,3418,3418;41.6295464;-109.0811905:3419;41.6296036;-109.0808646,way_type=user_defined:way_id=80E +edge,3419,3419;41.6296036;-109.0808646:3420;41.6297042;-109.0802676,way_type=user_defined:way_id=80E +edge,3420,3420;41.6297042;-109.0802676:3421;41.6298435;-109.079421,way_type=user_defined:way_id=80E +edge,3421,3421;41.6298435;-109.079421:3422;41.6299687;-109.0786737,way_type=user_defined:way_id=80E +edge,3422,3422;41.6299687;-109.0786737:3423;41.630299;-109.076678,way_type=user_defined:way_id=80E +edge,3423,3423;41.630299;-109.076678:3424;41.6304471;-109.0757972,way_type=user_defined:way_id=80E +edge,3424,3424;41.6304471;-109.0757972:3425;41.6307111;-109.0741956,way_type=user_defined:way_id=80E +edge,3425,3425;41.6307111;-109.0741956:3426;41.6309516;-109.0727547,way_type=user_defined:way_id=80E +edge,3426,3426;41.6309516;-109.0727547:3427;41.6312894;-109.0707026,way_type=user_defined:way_id=80E +edge,3427,3427;41.6312894;-109.0707026:3428;41.6315729;-109.0689944,way_type=user_defined:way_id=80E +edge,3428,3428;41.6315729;-109.0689944:3429;41.6317885;-109.0677237,way_type=user_defined:way_id=80E +edge,3429,3429;41.6317885;-109.0677237:3430;41.6322024;-109.06524,way_type=user_defined:way_id=80E +edge,3430,3430;41.6322024;-109.06524:3431;41.6324275;-109.0638801,way_type=user_defined:way_id=80E +edge,3431,3431;41.6324275;-109.0638801:3432;41.632701;-109.0622162,way_type=user_defined:way_id=80E +edge,3432,3432;41.632701;-109.0622162:3433;41.6329368;-109.0607991,way_type=user_defined:way_id=80E +edge,3433,3433;41.6329368;-109.0607991:3434;41.6330944;-109.0598415,way_type=user_defined:way_id=80E +edge,3434,3434;41.6330944;-109.0598415:3435;41.6332419;-109.0589603,way_type=user_defined:way_id=80E +edge,3435,3435;41.6332419;-109.0589603:3436;41.6337306;-109.0560152,way_type=user_defined:way_id=80E +edge,3436,3436;41.6337306;-109.0560152:3437;41.6339369;-109.0547776,way_type=user_defined:way_id=80E +edge,3437,3437;41.6339369;-109.0547776:3438;41.6340445;-109.0541416,way_type=user_defined:way_id=80E +edge,3438,3438;41.6340445;-109.0541416:3439;41.6343144;-109.0525125,way_type=user_defined:way_id=80E +edge,3439,3439;41.6343144;-109.0525125:3440;41.6345994;-109.0508108,way_type=user_defined:way_id=80E +edge,3440,3440;41.6345994;-109.0508108:3441;41.63496;-109.048629,way_type=user_defined:way_id=80E +edge,3441,3441;41.63496;-109.048629:3442;41.6351903;-109.0472595,way_type=user_defined:way_id=80E +edge,3442,3442;41.6351903;-109.0472595:3443;41.6353479;-109.0463522,way_type=user_defined:way_id=80E +edge,3443,3443;41.6353479;-109.0463522:3444;41.6353997;-109.0460638,way_type=user_defined:way_id=80E +edge,3444,3444;41.6353997;-109.0460638:3445;41.6354536;-109.0457823,way_type=user_defined:way_id=80E +edge,3445,3445;41.6354536;-109.0457823:3446;41.6355188;-109.0454681,way_type=user_defined:way_id=80E +edge,3446,3446;41.6355188;-109.0454681:3447;41.6355807;-109.0451899,way_type=user_defined:way_id=80E +edge,3447,3447;41.6355807;-109.0451899:3448;41.6356541;-109.0448764,way_type=user_defined:way_id=80E +edge,3448,3448;41.6356541;-109.0448764:3449;41.6357214;-109.0445992,way_type=user_defined:way_id=80E +edge,3449,3449;41.6357214;-109.0445992:3450;41.6357979;-109.044296,way_type=user_defined:way_id=80E +edge,3450,3450;41.6357979;-109.044296:3451;41.6358802;-109.043986,way_type=user_defined:way_id=80E +edge,3451,3451;41.6358802;-109.043986:3452;41.6359364;-109.043784,way_type=user_defined:way_id=80E +edge,3452,3452;41.6359364;-109.043784:3453;41.636045;-109.0434087,way_type=user_defined:way_id=80E +edge,3453,3453;41.636045;-109.0434087:3454;41.6361271;-109.0431397,way_type=user_defined:way_id=80E +edge,3454,3454;41.6361271;-109.0431397:3455;41.636224;-109.0428373,way_type=user_defined:way_id=80E +edge,3455,3455;41.636224;-109.0428373:3456;41.6363127;-109.0425706,way_type=user_defined:way_id=80E +edge,3456,3456;41.6363127;-109.0425706:3457;41.6364038;-109.0423065,way_type=user_defined:way_id=80E +edge,3457,3457;41.6364038;-109.0423065:3458;41.6364522;-109.0421705,way_type=user_defined:way_id=80E +edge,3458,3458;41.6364522;-109.0421705:3459;41.6365068;-109.0420182,way_type=user_defined:way_id=80E +edge,3459,3459;41.6365068;-109.0420182:3460;41.6366063;-109.0417499,way_type=user_defined:way_id=80E +edge,3460,3460;41.6366063;-109.0417499:3461;41.6367426;-109.0413977,way_type=user_defined:way_id=80E +edge,3461,3461;41.6367426;-109.0413977:3462;41.6368342;-109.0411678,way_type=user_defined:way_id=80E +edge,3462,3462;41.6368342;-109.0411678:3463;41.6369249;-109.0409455,way_type=user_defined:way_id=80E +edge,3463,3463;41.6369249;-109.0409455:3464;41.6370551;-109.0406335,way_type=user_defined:way_id=80E +edge,3464,3464;41.6370551;-109.0406335:3465;41.6373945;-109.0398423,way_type=user_defined:way_id=80E +edge,3465,3465;41.6373945;-109.0398423:3466;41.6378256;-109.0388219,way_type=user_defined:way_id=80E +edge,3466,3466;41.6378256;-109.0388219:3467;41.6383489;-109.0375906,way_type=user_defined:way_id=80E +edge,3467,3467;41.6383489;-109.0375906:3468;41.6391336;-109.0357573,way_type=user_defined:way_id=80E +edge,3468,3468;41.6391336;-109.0357573:3469;41.6396829;-109.0344674,way_type=user_defined:way_id=80E +edge,3469,3469;41.6396829;-109.0344674:3470;41.6400326;-109.0336531,way_type=user_defined:way_id=80E +edge,3470,3470;41.6400326;-109.0336531:3471;41.6408673;-109.0316944,way_type=user_defined:way_id=80E +edge,3471,3471;41.6408673;-109.0316944:3472;41.6412374;-109.0308222,way_type=user_defined:way_id=80E +edge,3472,3472;41.6412374;-109.0308222:3473;41.6415037;-109.0302013,way_type=user_defined:way_id=80E +edge,3473,3473;41.6415037;-109.0302013:3474;41.6418572;-109.0293848,way_type=user_defined:way_id=80E +edge,3474,3474;41.6418572;-109.0293848:3475;41.6421899;-109.0285948,way_type=user_defined:way_id=80E +edge,3475,3475;41.6421899;-109.0285948:3476;41.643102;-109.026445,way_type=user_defined:way_id=80E +edge,3476,3476;41.643102;-109.026445:3477;41.6435492;-109.0254035,way_type=user_defined:way_id=80E +edge,3477,3477;41.6435492;-109.0254035:3478;41.6441673;-109.0239535,way_type=user_defined:way_id=80E +edge,3478,3478;41.6441673;-109.0239535:3479;41.6445873;-109.0229772,way_type=user_defined:way_id=80E +edge,3479,3479;41.6445873;-109.0229772:3480;41.6451159;-109.0217343,way_type=user_defined:way_id=80E +edge,3480,3480;41.6451159;-109.0217343:3481;41.6464218;-109.0186742,way_type=user_defined:way_id=80E +edge,3481,3481;41.6464218;-109.0186742:3482;41.64717331;-109.0169033,way_type=user_defined:way_id=80E +edge,3482,3482;41.64717331;-109.0169033:3483;41.6473338;-109.0165251,way_type=user_defined:way_id=80E +edge,3483,3483;41.6473338;-109.0165251:3484;41.6480107;-109.0149463,way_type=user_defined:way_id=80E +edge,3484,3484;41.6480107;-109.0149463:3485;41.6484749;-109.0138593,way_type=user_defined:way_id=80E +edge,3485,3485;41.6484749;-109.0138593:3486;41.6488032;-109.0130868,way_type=user_defined:way_id=80E +edge,3486,3486;41.6488032;-109.0130868:3487;41.6498036;-109.0107419,way_type=user_defined:way_id=80E +edge,3487,3487;41.6498036;-109.0107419:3488;41.6502823;-109.0096138,way_type=user_defined:way_id=80E +edge,3488,3488;41.6502823;-109.0096138:3489;41.6506454;-109.0087651,way_type=user_defined:way_id=80E +edge,3489,3489;41.6506454;-109.0087651:3490;41.6509719;-109.0079951,way_type=user_defined:way_id=80E +edge,3490,3490;41.6509719;-109.0079951:3491;41.6513479;-109.0071209,way_type=user_defined:way_id=80E +edge,3491,3491;41.6513479;-109.0071209:3492;41.6516706;-109.0063625,way_type=user_defined:way_id=80E +edge,3492,3492;41.6516706;-109.0063625:3493;41.6520229;-109.0055397,way_type=user_defined:way_id=80E +edge,3493,3493;41.6520229;-109.0055397:3494;41.6531498;-109.0028834,way_type=user_defined:way_id=80E +edge,3494,3494;41.6531498;-109.0028834:3495;41.6539342;-109.0010496,way_type=user_defined:way_id=80E +edge,3495,3495;41.6539342;-109.0010496:3496;41.6542919;-109.0002057,way_type=user_defined:way_id=80E +edge,3496,3496;41.6542919;-109.0002057:3497;41.6545772;-108.9995388,way_type=user_defined:way_id=80E +edge,3497,3497;41.6545772;-108.9995388:3498;41.6549921;-108.9985598,way_type=user_defined:way_id=80E +edge,3498,3498;41.6549921;-108.9985598:3499;41.6555215;-108.9973199,way_type=user_defined:way_id=80E +edge,3499,3499;41.6555215;-108.9973199:3500;41.6559116;-108.9964117,way_type=user_defined:way_id=80E +edge,3500,3500;41.6559116;-108.9964117:3501;41.65625357;-108.9956113,way_type=user_defined:way_id=80E +edge,3501,3501;41.65625357;-108.9956113:3502;41.6563295;-108.9954336,way_type=user_defined:way_id=80E +edge,3502,3502;41.6563295;-108.9954336:3503;41.6572393;-108.9932853,way_type=user_defined:way_id=80E +edge,3503,3503;41.6572393;-108.9932853:3504;41.657588;-108.9924669,way_type=user_defined:way_id=80E +edge,3504,3504;41.657588;-108.9924669:3505;41.6579298;-108.9916704,way_type=user_defined:way_id=80E +edge,3505,3505;41.6579298;-108.9916704:3506;41.6585042;-108.9903204,way_type=user_defined:way_id=80E +edge,3506,3506;41.6585042;-108.9903204:3507;41.6589678;-108.9892378,way_type=user_defined:way_id=80E +edge,3507,3507;41.6589678;-108.9892378:3508;41.6595583;-108.9878432,way_type=user_defined:way_id=80E +edge,3508,3508;41.6595583;-108.9878432:3509;41.6601086;-108.9865531,way_type=user_defined:way_id=80E +edge,3509,3509;41.6601086;-108.9865531:3510;41.6605713;-108.9854751,way_type=user_defined:way_id=80E +edge,3510,3510;41.6605713;-108.9854751:3511;41.6609057;-108.9846876,way_type=user_defined:way_id=80E +edge,3511,3511;41.6609057;-108.9846876:3512;41.6612017;-108.9839953,way_type=user_defined:way_id=80E +edge,3512,3512;41.6612017;-108.9839953:3513;41.6615809;-108.9831015,way_type=user_defined:way_id=80E +edge,3513,3513;41.6615809;-108.9831015:3514;41.6624032;-108.9811758,way_type=user_defined:way_id=80E +edge,3514,3514;41.6624032;-108.9811758:3515;41.6630045;-108.9797531,way_type=user_defined:way_id=80E +edge,3515,3515;41.6630045;-108.9797531:3516;41.6635256;-108.9785276,way_type=user_defined:way_id=80E +edge,3516,3516;41.6635256;-108.9785276:3517;41.6638771;-108.977707,way_type=user_defined:way_id=80E +edge,3517,3517;41.6638771;-108.977707:3518;41.6646729;-108.9758328,way_type=user_defined:way_id=80E +edge,3518,3518;41.6646729;-108.9758328:3519;41.6653279;-108.974296,way_type=user_defined:way_id=80E +edge,3519,3519;41.6653279;-108.974296:3520;41.6655416;-108.9737853,way_type=user_defined:way_id=80E +edge,3520,3520;41.6655416;-108.9737853:3521;41.6656838;-108.9734379,way_type=user_defined:way_id=80E +edge,3521,3521;41.6656838;-108.9734379:3522;41.6658026;-108.9731397,way_type=user_defined:way_id=80E +edge,3522,3522;41.6658026;-108.9731397:3523;41.6659;-108.9728846,way_type=user_defined:way_id=80E +edge,3523,3523;41.6659;-108.9728846:3524;41.6660071;-108.9725909,way_type=user_defined:way_id=80E +edge,3524,3524;41.6660071;-108.9725909:3525;41.6660986;-108.9723306,way_type=user_defined:way_id=80E +edge,3525,3525;41.6660986;-108.9723306:3526;41.66619;-108.9720589,way_type=user_defined:way_id=80E +edge,3526,3526;41.66619;-108.9720589:3527;41.6662862;-108.9717577,way_type=user_defined:way_id=80E +edge,3527,3527;41.6662862;-108.9717577:3528;41.6663858;-108.971428,way_type=user_defined:way_id=80E +edge,3528,3528;41.6663858;-108.971428:3529;41.6664547;-108.9711924,way_type=user_defined:way_id=80E +edge,3529,3529;41.6664547;-108.9711924:3530;41.6665315;-108.9709216,way_type=user_defined:way_id=80E +edge,3530,3530;41.6665315;-108.9709216:3531;41.6666152;-108.9706124,way_type=user_defined:way_id=80E +edge,3531,3531;41.6666152;-108.9706124:3532;41.6666906;-108.97032,way_type=user_defined:way_id=80E +edge,3532,3532;41.6666906;-108.97032:3533;41.6667653;-108.9700191,way_type=user_defined:way_id=80E +edge,3533,3533;41.6667653;-108.9700191:3534;41.6668365;-108.9697161,way_type=user_defined:way_id=80E +edge,3534,3534;41.6668365;-108.9697161:3535;41.6669003;-108.9694305,way_type=user_defined:way_id=80E +edge,3535,3535;41.6669003;-108.9694305:3536;41.6669514;-108.969188,way_type=user_defined:way_id=80E +edge,3536,3536;41.6669514;-108.969188:3537;41.6670234;-108.9688257,way_type=user_defined:way_id=80E +edge,3537,3537;41.6670234;-108.9688257:3538;41.6670787;-108.9685259,way_type=user_defined:way_id=80E +edge,3538,3538;41.6670787;-108.9685259:3539;41.6671285;-108.9682333,way_type=user_defined:way_id=80E +edge,3539,3539;41.6671285;-108.9682333:3540;41.667178;-108.967921,way_type=user_defined:way_id=80E +edge,3540,3540;41.667178;-108.967921:3541;41.6672223;-108.9676271,way_type=user_defined:way_id=80E +edge,3541,3541;41.6672223;-108.9676271:3542;41.6673102;-108.9670228,way_type=user_defined:way_id=80E +edge,3542,3542;41.6673102;-108.9670228:3543;41.6674647;-108.9658786,way_type=user_defined:way_id=80E +edge,3543,3543;41.6674647;-108.9658786:3544;41.6676466;-108.9645518,way_type=user_defined:way_id=80E +edge,3544,3544;41.6676466;-108.9645518:3545;41.6680618;-108.9614679,way_type=user_defined:way_id=80E +edge,3545,3545;41.6680618;-108.9614679:3546;41.6682212;-108.9602583,way_type=user_defined:way_id=80E +edge,3546,3546;41.6682212;-108.9602583:3547;41.6684258;-108.9587549,way_type=user_defined:way_id=80E +edge,3547,3547;41.6684258;-108.9587549:3548;41.6685797;-108.9576062,way_type=user_defined:way_id=80E +edge,3548,3548;41.6685797;-108.9576062:3549;41.6686705;-108.9569008,way_type=user_defined:way_id=80E +edge,3549,3549;41.6686705;-108.9569008:3550;41.6687731;-108.9560709,way_type=user_defined:way_id=80E +edge,3550,3550;41.6687731;-108.9560709:3551;41.6688076;-108.9557762,way_type=user_defined:way_id=80E +edge,3551,3551;41.6688076;-108.9557762:3552;41.6688424;-108.9554626,way_type=user_defined:way_id=80E +edge,3552,3552;41.6688424;-108.9554626:3553;41.6688728;-108.9551678,way_type=user_defined:way_id=80E +edge,3553,3553;41.6688728;-108.9551678:3554;41.6689034;-108.9548421,way_type=user_defined:way_id=80E +edge,3554,3554;41.6689034;-108.9548421:3555;41.668943;-108.9543769,way_type=user_defined:way_id=80E +edge,3555,3555;41.668943;-108.9543769:3556;41.6689734;-108.9539846,way_type=user_defined:way_id=80E +edge,3556,3556;41.6689734;-108.9539846:3557;41.6690138;-108.9533998,way_type=user_defined:way_id=80E +edge,3557,3557;41.6690138;-108.9533998:3558;41.6690385;-108.9530028,way_type=user_defined:way_id=80E +edge,3558,3558;41.6690385;-108.9530028:3559;41.6690548;-108.952715,way_type=user_defined:way_id=80E +edge,3559,3559;41.6690548;-108.952715:3560;41.6690697;-108.9524183,way_type=user_defined:way_id=80E +edge,3560,3560;41.6690697;-108.9524183:3561;41.6690837;-108.9520904,way_type=user_defined:way_id=80E +edge,3561,3561;41.6690837;-108.9520904:3562;41.6691033;-108.9515158,way_type=user_defined:way_id=80E +edge,3562,3562;41.6691033;-108.9515158:3563;41.6691128;-108.9511595,way_type=user_defined:way_id=80E +edge,3563,3563;41.6691128;-108.9511595:3564;41.6691203;-108.9507947,way_type=user_defined:way_id=80E +edge,3564,3564;41.6691203;-108.9507947:3565;41.6691267;-108.9502856,way_type=user_defined:way_id=80E +edge,3565,3565;41.6691267;-108.9502856:3566;41.6691582;-108.9468998,way_type=user_defined:way_id=80E +edge,3566,3566;41.6691582;-108.9468998:3567;41.6691681;-108.9459961,way_type=user_defined:way_id=80E +edge,3567,3567;41.6691681;-108.9459961:3568;41.6691725;-108.9453727,way_type=user_defined:way_id=80E +edge,3568,3568;41.6691725;-108.9453727:3569;41.6691957;-108.9435989,way_type=user_defined:way_id=80E +edge,3569,3569;41.6691957;-108.9435989:3570;41.669206;-108.9422819,way_type=user_defined:way_id=80E +edge,3570,3570;41.669206;-108.9422819:3571;41.6692305;-108.9403939,way_type=user_defined:way_id=80E +edge,3571,3571;41.6692305;-108.9403939:3572;41.6692445;-108.9395989,way_type=user_defined:way_id=80E +edge,3572,3572;41.6692445;-108.9395989:3573;41.6692546;-108.9392097,way_type=user_defined:way_id=80E +edge,3573,3573;41.6692546;-108.9392097:3574;41.6692651;-108.9389142,way_type=user_defined:way_id=80E +edge,3574,3574;41.6692651;-108.9389142:3575;41.6692792;-108.938619,way_type=user_defined:way_id=80E +edge,3575,3575;41.6692792;-108.938619:3576;41.6692985;-108.9382952,way_type=user_defined:way_id=80E +edge,3576,3576;41.6692985;-108.9382952:3577;41.6693204;-108.9379723,way_type=user_defined:way_id=80E +edge,3577,3577;41.6693204;-108.9379723:3578;41.6693415;-108.9376861,way_type=user_defined:way_id=80E +edge,3578,3578;41.6693415;-108.9376861:3579;41.6693655;-108.9373917,way_type=user_defined:way_id=80E +edge,3579,3579;41.6693655;-108.9373917:3580;41.6693932;-108.9370977,way_type=user_defined:way_id=80E +edge,3580,3580;41.6693932;-108.9370977:3581;41.66939996;-108.937034,way_type=user_defined:way_id=80E +edge,3581,3581;41.66939996;-108.937034:3582;41.6694234;-108.9368132,way_type=user_defined:way_id=80E +edge,3582,3582;41.6694234;-108.9368132:3583;41.6694437;-108.9366375,way_type=user_defined:way_id=80E +edge,3583,3583;41.6694437;-108.9366375:3584;41.6694437;-108.9366375,way_type=user_defined:way_id=80E +edge,3584,3584;41.6694437;-108.9366375:3585;41.6695001;-108.9361673,way_type=user_defined:way_id=80E +edge,3585,3585;41.6695001;-108.9361673:3586;41.6695405;-108.9358523,way_type=user_defined:way_id=80E +edge,3586,3586;41.6695405;-108.9358523:3587;41.6695914;-108.9354926,way_type=user_defined:way_id=80E +edge,3587,3587;41.6695914;-108.9354926:3588;41.6696294;-108.935244,way_type=user_defined:way_id=80E +edge,3588,3588;41.6696294;-108.935244:3589;41.6696744;-108.934969,way_type=user_defined:way_id=80E +edge,3589,3589;41.6696744;-108.934969:3590;41.6697314;-108.9346403,way_type=user_defined:way_id=80E +edge,3590,3590;41.6697314;-108.9346403:3591;41.6697817;-108.9343676,way_type=user_defined:way_id=80E +edge,3591,3591;41.6697817;-108.9343676:3592;41.6699009;-108.933769,way_type=user_defined:way_id=80E +edge,3592,3592;41.6699009;-108.933769:3593;41.6700255;-108.9331705,way_type=user_defined:way_id=80E +edge,3593,3593;41.6700255;-108.9331705:3594;41.6700959;-108.9328555,way_type=user_defined:way_id=80E +edge,3594,3594;41.6700959;-108.9328555:3595;41.6701647;-108.9325681,way_type=user_defined:way_id=80E +edge,3595,3595;41.6701647;-108.9325681:3596;41.6702417;-108.9322643,way_type=user_defined:way_id=80E +edge,3596,3596;41.6702417;-108.9322643:3597;41.6703136;-108.9319923,way_type=user_defined:way_id=80E +edge,3597,3597;41.6703136;-108.9319923:3598;41.6703959;-108.9316915,way_type=user_defined:way_id=80E +edge,3598,3598;41.6703959;-108.9316915:3599;41.6704744;-108.9314108,way_type=user_defined:way_id=80E +edge,3599,3599;41.6704744;-108.9314108:3600;41.6705597;-108.9311131,way_type=user_defined:way_id=80E +edge,3600,3600;41.6705597;-108.9311131:3601;41.6706452;-108.9308257,way_type=user_defined:way_id=80E +edge,3601,3601;41.6706452;-108.9308257:3602;41.6707328;-108.930539,way_type=user_defined:way_id=80E +edge,3602,3602;41.6707328;-108.930539:3603;41.6708202;-108.9302629,way_type=user_defined:way_id=80E +edge,3603,3603;41.6708202;-108.9302629:3604;41.67086544;-108.930126,way_type=user_defined:way_id=80E +edge,3604,3604;41.67086544;-108.930126:3605;41.67086544;-108.930126,way_type=user_defined:way_id=80E +edge,3605,3605;41.67086544;-108.930126:3606;41.6709168;-108.9299711,way_type=user_defined:way_id=80E +edge,3606,3606;41.6709168;-108.9299711:3607;41.6710117;-108.9296992,way_type=user_defined:way_id=80E +edge,3607,3607;41.6710117;-108.9296992:3608;41.67112;-108.9294025,way_type=user_defined:way_id=80E +edge,3608,3608;41.67112;-108.9294025:3609;41.6712128;-108.9291542,way_type=user_defined:way_id=80E +edge,3609,3609;41.6712128;-108.9291542:3610;41.6713129;-108.9288927,way_type=user_defined:way_id=80E +edge,3610,3610;41.6713129;-108.9288927:3611;41.6714435;-108.9285596,way_type=user_defined:way_id=80E +edge,3611,3611;41.6714435;-108.9285596:3612;41.6715433;-108.9283115,way_type=user_defined:way_id=80E +edge,3612,3612;41.6715433;-108.9283115:3613;41.6716275;-108.9281087,way_type=user_defined:way_id=80E +edge,3613,3613;41.6716275;-108.9281087:3614;41.6717843;-108.9277394,way_type=user_defined:way_id=80E +edge,3614,3614;41.6717843;-108.9277394:3615;41.6718786;-108.9275228,way_type=user_defined:way_id=80E +edge,3615,3615;41.6718786;-108.9275228:3616;41.6719928;-108.9272665,way_type=user_defined:way_id=80E +edge,3616,3616;41.6719928;-108.9272665:3617;41.6721321;-108.9269655,way_type=user_defined:way_id=80E +edge,3617,3617;41.6721321;-108.9269655:3618;41.6722581;-108.9267039,way_type=user_defined:way_id=80E +edge,3618,3618;41.6722581;-108.9267039:3619;41.67227887;-108.9266618,way_type=user_defined:way_id=80E +edge,3619,3619;41.67227887;-108.9266618:3620;41.6723717;-108.9264737,way_type=user_defined:way_id=80E +edge,3620,3620;41.6723717;-108.9264737:3621;41.6725103;-108.9262034,way_type=user_defined:way_id=80E +edge,3621,3621;41.6725103;-108.9262034:3622;41.6726362;-108.9259699,way_type=user_defined:way_id=80E +edge,3622,3622;41.6726362;-108.9259699:3623;41.6727865;-108.9257041,way_type=user_defined:way_id=80E +edge,3623,3623;41.6727865;-108.9257041:3624;41.6729414;-108.9254456,way_type=user_defined:way_id=80E +edge,3624,3624;41.6729414;-108.9254456:3625;41.673058;-108.9252599,way_type=user_defined:way_id=80E +edge,3625,3625;41.673058;-108.9252599:3626;41.6731861;-108.9250647,way_type=user_defined:way_id=80E +edge,3626,3626;41.6731861;-108.9250647:3627;41.673224;-108.9250076,way_type=user_defined:way_id=80E +edge,3627,3627;41.673224;-108.9250076:3628;41.673467;-108.9246718,way_type=user_defined:way_id=80E +edge,3628,3628;41.673467;-108.9246718:3629;41.673467;-108.9246718,way_type=user_defined:way_id=80E +edge,3629,3629;41.673467;-108.9246718:3630;41.6735438;-108.9245721,way_type=user_defined:way_id=80E +edge,3630,3630;41.6735438;-108.9245721:3631;41.6737038;-108.9243813,way_type=user_defined:way_id=80E +edge,3631,3631;41.6737038;-108.9243813:3632;41.6738752;-108.9241919,way_type=user_defined:way_id=80E +edge,3632,3632;41.6738752;-108.9241919:3633;41.67407;-108.9239941,way_type=user_defined:way_id=80E +edge,3633,3633;41.67407;-108.9239941:3634;41.6742714;-108.9238088,way_type=user_defined:way_id=80E +edge,3634,3634;41.6742714;-108.9238088:3635;41.6744542;-108.9236536,way_type=user_defined:way_id=80E +edge,3635,3635;41.6744542;-108.9236536:3636;41.67463733;-108.9235097,way_type=user_defined:way_id=80E +edge,3636,3636;41.67463733;-108.9235097:3637;41.6746658;-108.9234873,way_type=user_defined:way_id=80E +edge,3637,3637;41.6746658;-108.9234873:3638;41.6748617;-108.9233427,way_type=user_defined:way_id=80E +edge,3638,3638;41.6748617;-108.9233427:3639;41.6750488;-108.9232136,way_type=user_defined:way_id=80E +edge,3639,3639;41.6750488;-108.9232136:3640;41.6752507;-108.9230842,way_type=user_defined:way_id=80E +edge,3640,3640;41.6752507;-108.9230842:3641;41.6752767;-108.9230679,way_type=user_defined:way_id=80E +edge,3641,3641;41.6752767;-108.9230679:3642;41.6754948;-108.9229425,way_type=user_defined:way_id=80E +edge,3642,3642;41.6754948;-108.9229425:3643;41.6756939;-108.9228392,way_type=user_defined:way_id=80E +edge,3643,3643;41.6756939;-108.9228392:3644;41.6759324;-108.9227267,way_type=user_defined:way_id=80E +edge,3644,3644;41.6759324;-108.9227267:3645;41.6761332;-108.9226399,way_type=user_defined:way_id=80E +edge,3645,3645;41.6761332;-108.9226399:3646;41.676375;-108.9225431,way_type=user_defined:way_id=80E +edge,3646,3646;41.676375;-108.9225431:3647;41.6770285;-108.9222963,way_type=user_defined:way_id=80E +edge,3647,3647;41.6770285;-108.9222963:3648;41.6778737;-108.9219808,way_type=user_defined:way_id=80E +edge,3648,3648;41.6778737;-108.9219808:3649;41.6788175;-108.9216361,way_type=user_defined:way_id=80E +edge,3649,3649;41.6788175;-108.9216361:3650;41.6792558;-108.9214735,way_type=user_defined:way_id=80E +edge,3650,3650;41.6792558;-108.9214735:3651;41.679917;-108.9212192,way_type=user_defined:way_id=80E +edge,3651,3651;41.679917;-108.9212192:3652;41.6801454;-108.921126,way_type=user_defined:way_id=80E +edge,3652,3652;41.6801454;-108.921126:3653;41.6803583;-108.9210322,way_type=user_defined:way_id=80E +edge,3653,3653;41.6803583;-108.9210322:3654;41.6805894;-108.9209221,way_type=user_defined:way_id=80E +edge,3654,3654;41.6805894;-108.9209221:3655;41.6807926;-108.92082,way_type=user_defined:way_id=80E +edge,3655,3655;41.6807926;-108.92082:3656;41.6810003;-108.9207097,way_type=user_defined:way_id=80E +edge,3656,3656;41.6810003;-108.9207097:3657;41.6812198;-108.9205873,way_type=user_defined:way_id=80E +edge,3657,3657;41.6812198;-108.9205873:3658;41.6814243;-108.9204675,way_type=user_defined:way_id=80E +edge,3658,3658;41.6814243;-108.9204675:3659;41.6816458;-108.9203291,way_type=user_defined:way_id=80E +edge,3659,3659;41.6816458;-108.9203291:3660;41.6818452;-108.920196,way_type=user_defined:way_id=80E +edge,3660,3660;41.6818452;-108.920196:3661;41.6820565;-108.9200491,way_type=user_defined:way_id=80E +edge,3661,3661;41.6820565;-108.9200491:3662;41.682245;-108.9199146,way_type=user_defined:way_id=80E +edge,3662,3662;41.682245;-108.9199146:3663;41.6824671;-108.9197489,way_type=user_defined:way_id=80E +edge,3663,3663;41.6824671;-108.9197489:3664;41.6826525;-108.9196044,way_type=user_defined:way_id=80E +edge,3664,3664;41.6826525;-108.9196044:3665;41.6828802;-108.9194185,way_type=user_defined:way_id=80E +edge,3665,3665;41.6828802;-108.9194185:3666;41.683045;-108.9192795,way_type=user_defined:way_id=80E +edge,3666,3666;41.683045;-108.9192795:3667;41.683228;-108.9191197,way_type=user_defined:way_id=80E +edge,3667,3667;41.683228;-108.9191197:3668;41.6834238;-108.9189421,way_type=user_defined:way_id=80E +edge,3668,3668;41.6834238;-108.9189421:3669;41.6836252;-108.9187503,way_type=user_defined:way_id=80E +edge,3669,3669;41.6836252;-108.9187503:3670;41.6837994;-108.9185757,way_type=user_defined:way_id=80E +edge,3670,3670;41.6837994;-108.9185757:3671;41.6840133;-108.9183508,way_type=user_defined:way_id=80E +edge,3671,3671;41.6840133;-108.9183508:3672;41.6841691;-108.9181825,way_type=user_defined:way_id=80E +edge,3672,3672;41.6841691;-108.9181825:3673;41.6843297;-108.9180043,way_type=user_defined:way_id=80E +edge,3673,3673;41.6843297;-108.9180043:3674;41.6845351;-108.9177681,way_type=user_defined:way_id=80E +edge,3674,3674;41.6845351;-108.9177681:3675;41.6846927;-108.9175796,way_type=user_defined:way_id=80E +edge,3675,3675;41.6846927;-108.9175796:3676;41.6848575;-108.9173748,way_type=user_defined:way_id=80E +edge,3676,3676;41.6848575;-108.9173748:3677;41.6850346;-108.9171453,way_type=user_defined:way_id=80E +edge,3677,3677;41.6850346;-108.9171453:3678;41.6851872;-108.9169383,way_type=user_defined:way_id=80E +edge,3678,3678;41.6851872;-108.9169383:3679;41.6853564;-108.9166995,way_type=user_defined:way_id=80E +edge,3679,3679;41.6853564;-108.9166995:3680;41.6855226;-108.9164583,way_type=user_defined:way_id=80E +edge,3680,3680;41.6855226;-108.9164583:3681;41.685668;-108.9162428,way_type=user_defined:way_id=80E +edge,3681,3681;41.685668;-108.9162428:3682;41.6858157;-108.9160161,way_type=user_defined:way_id=80E +edge,3682,3682;41.6858157;-108.9160161:3683;41.6859677;-108.9157709,way_type=user_defined:way_id=80E +edge,3683,3683;41.6859677;-108.9157709:3684;41.686107;-108.9155352,way_type=user_defined:way_id=80E +edge,3684,3684;41.686107;-108.9155352:3685;41.686252;-108.9152805,way_type=user_defined:way_id=80E +edge,3685,3685;41.686252;-108.9152805:3686;41.6863849;-108.9150376,way_type=user_defined:way_id=80E +edge,3686,3686;41.6863849;-108.9150376:3687;41.6865229;-108.9147764,way_type=user_defined:way_id=80E +edge,3687,3687;41.6865229;-108.9147764:3688;41.686645;-108.9145368,way_type=user_defined:way_id=80E +edge,3688,3688;41.686645;-108.9145368:3689;41.6867799;-108.9142628,way_type=user_defined:way_id=80E +edge,3689,3689;41.6867799;-108.9142628:3690;41.6868953;-108.9140185,way_type=user_defined:way_id=80E +edge,3690,3690;41.6868953;-108.9140185:3691;41.6870073;-108.913772,way_type=user_defined:way_id=80E +edge,3691,3691;41.6870073;-108.913772:3692;41.68713;-108.9134892,way_type=user_defined:way_id=80E +edge,3692,3692;41.68713;-108.9134892:3693;41.6872514;-108.9131961,way_type=user_defined:way_id=80E +edge,3693,3693;41.6872514;-108.9131961:3694;41.6873662;-108.9129089,way_type=user_defined:way_id=80E +edge,3694,3694;41.6873662;-108.9129089:3695;41.6878546;-108.9116511,way_type=user_defined:way_id=80E +edge,3695,3695;41.6878546;-108.9116511:3696;41.6887405;-108.9093932,way_type=user_defined:way_id=80E +edge,3696,3696;41.6887405;-108.9093932:3697;41.6893783;-108.9077497,way_type=user_defined:way_id=80E +edge,3697,3697;41.6893783;-108.9077497:3698;41.6899094;-108.9064018,way_type=user_defined:way_id=80E +edge,3698,3698;41.6899094;-108.9064018:3699;41.6902121;-108.9056208,way_type=user_defined:way_id=80E +edge,3699,3699;41.6902121;-108.9056208:3700;41.6905506;-108.9047533,way_type=user_defined:way_id=80E +edge,3700,3700;41.6905506;-108.9047533:3701;41.6906731;-108.9044284,way_type=user_defined:way_id=80E +edge,3701,3701;41.6906731;-108.9044284:3702;41.6908552;-108.903934,way_type=user_defined:way_id=80E +edge,3702,3702;41.6908552;-108.903934:3703;41.69086718;-108.9038996,way_type=user_defined:way_id=80E +edge,3703,3703;41.69086718;-108.9038996:3704;41.6909584;-108.903638,way_type=user_defined:way_id=80E +edge,3704,3704;41.6909584;-108.903638:3705;41.6910449;-108.9033747,way_type=user_defined:way_id=80E +edge,3705,3705;41.6910449;-108.9033747:3706;41.6911407;-108.9030644,way_type=user_defined:way_id=80E +edge,3706,3706;41.6911407;-108.9030644:3707;41.6912193;-108.902796,way_type=user_defined:way_id=80E +edge,3707,3707;41.6912193;-108.902796:3708;41.6912951;-108.9025247,way_type=user_defined:way_id=80E +edge,3708,3708;41.6912951;-108.9025247:3709;41.6913803;-108.9022058,way_type=user_defined:way_id=80E +edge,3709,3709;41.6913803;-108.9022058:3710;41.6914546;-108.9019072,way_type=user_defined:way_id=80E +edge,3710,3710;41.6914546;-108.9019072:3711;41.6915159;-108.9016395,way_type=user_defined:way_id=80E +edge,3711,3711;41.6915159;-108.9016395:3712;41.6915451;-108.9015041,way_type=user_defined:way_id=80E +edge,3712,3712;41.6915451;-108.9015041:3713;41.6915797;-108.9013433,way_type=user_defined:way_id=80E +edge,3713,3713;41.6915797;-108.9013433:3714;41.6916344;-108.9010729,way_type=user_defined:way_id=80E +edge,3714,3714;41.6916344;-108.9010729:3715;41.6916936;-108.9007575,way_type=user_defined:way_id=80E +edge,3715,3715;41.6916936;-108.9007575:3716;41.691748;-108.9004376,way_type=user_defined:way_id=80E +edge,3716,3716;41.691748;-108.9004376:3717;41.6917923;-108.9001544,way_type=user_defined:way_id=80E +edge,3717,3717;41.6917923;-108.9001544:3718;41.6918276;-108.8999091,way_type=user_defined:way_id=80E +edge,3718,3718;41.6918276;-108.8999091:3719;41.6918761;-108.89954,way_type=user_defined:way_id=80E +edge,3719,3719;41.6918761;-108.89954:3720;41.6919117;-108.8992269,way_type=user_defined:way_id=80E +edge,3720,3720;41.6919117;-108.8992269:3721;41.6919412;-108.8989321,way_type=user_defined:way_id=80E +edge,3721,3721;41.6919412;-108.8989321:3722;41.6919664;-108.8986364,way_type=user_defined:way_id=80E +edge,3722,3722;41.6919664;-108.8986364:3723;41.6919884;-108.8983206,way_type=user_defined:way_id=80E +edge,3723,3723;41.6919884;-108.8983206:3724;41.6920061;-108.8980137,way_type=user_defined:way_id=80E +edge,3724,3724;41.6920061;-108.8980137:3725;41.6920169;-108.8977804,way_type=user_defined:way_id=80E +edge,3725,3725;41.6920169;-108.8977804:3726;41.6920206;-108.8976969,way_type=user_defined:way_id=80E +edge,3726,3726;41.6920206;-108.8976969:3727;41.6920292;-108.8974169,way_type=user_defined:way_id=80E +edge,3727,3727;41.6920292;-108.8974169:3728;41.6920352;-108.8970803,way_type=user_defined:way_id=80E +edge,3728,3728;41.6920352;-108.8970803:3729;41.6920362;-108.8967992,way_type=user_defined:way_id=80E +edge,3729,3729;41.6920362;-108.8967992:3730;41.6920352;-108.8966945,way_type=user_defined:way_id=80E +edge,3730,3730;41.6920352;-108.8966945:3731;41.692032;-108.8964604,way_type=user_defined:way_id=80E +edge,3731,3731;41.692032;-108.8964604:3732;41.6920243;-108.8961826,way_type=user_defined:way_id=80E +edge,3732,3732;41.6920243;-108.8961826:3733;41.69201;-108.8958422,way_type=user_defined:way_id=80E +edge,3733,3733;41.69201;-108.8958422:3734;41.691992;-108.8955237,way_type=user_defined:way_id=80E +edge,3734,3734;41.691992;-108.8955237:3735;41.6919749;-108.8952713,way_type=user_defined:way_id=80E +edge,3735,3735;41.6919749;-108.8952713:3736;41.6919481;-108.8949345,way_type=user_defined:way_id=80E +edge,3736,3736;41.6919481;-108.8949345:3737;41.6919181;-108.8946177,way_type=user_defined:way_id=80E +edge,3737,3737;41.6919181;-108.8946177:3738;41.6918829;-108.8942922,way_type=user_defined:way_id=80E +edge,3738,3738;41.6918829;-108.8942922:3739;41.6918489;-108.8940049,way_type=user_defined:way_id=80E +edge,3739,3739;41.6918489;-108.8940049:3740;41.6916549;-108.8924978,way_type=user_defined:way_id=80E +edge,3740,3740;41.6916549;-108.8924978:3741;41.6913362;-108.8899894,way_type=user_defined:way_id=80E +edge,3741,3741;41.6913362;-108.8899894:3742;41.6912244;-108.8891296,way_type=user_defined:way_id=80E +edge,3742,3742;41.6912244;-108.8891296:3743;41.6909958;-108.8873344,way_type=user_defined:way_id=80E +edge,3743,3743;41.6909958;-108.8873344:3744;41.690916;-108.8867203,way_type=user_defined:way_id=80E +edge,3744,3744;41.690916;-108.8867203:3745;41.6908416;-108.8861236,way_type=user_defined:way_id=80E +edge,3745,3745;41.6908416;-108.8861236:3746;41.6908033;-108.8857916,way_type=user_defined:way_id=80E +edge,3746,3746;41.6908033;-108.8857916:3747;41.6907744;-108.8855142,way_type=user_defined:way_id=80E +edge,3747,3747;41.6907744;-108.8855142:3748;41.690745;-108.8851797,way_type=user_defined:way_id=80E +edge,3748,3748;41.690745;-108.8851797:3749;41.6907258;-108.8848998,way_type=user_defined:way_id=80E +edge,3749,3749;41.6907258;-108.8848998:3750;41.6907097;-108.884563,way_type=user_defined:way_id=80E +edge,3750,3750;41.6907097;-108.884563:3751;41.6907011;-108.884282,way_type=user_defined:way_id=80E +edge,3751,3751;41.6907011;-108.884282:3752;41.6906977;-108.8839443,way_type=user_defined:way_id=80E +edge,3752,3752;41.6906977;-108.8839443:3753;41.6907014;-108.8836627,way_type=user_defined:way_id=80E +edge,3753,3753;41.6907014;-108.8836627:3754;41.6907131;-108.883363,way_type=user_defined:way_id=80E +edge,3754,3754;41.6907131;-108.883363:3755;41.6907328;-108.8830442,way_type=user_defined:way_id=80E +edge,3755,3755;41.6907328;-108.8830442:3756;41.6907611;-108.8827176,way_type=user_defined:way_id=80E +edge,3756,3756;41.6907611;-108.8827176:3757;41.6907923;-108.8824299,way_type=user_defined:way_id=80E +edge,3757,3757;41.6907923;-108.8824299:3758;41.6908341;-108.8821052,way_type=user_defined:way_id=80E +edge,3758,3758;41.6908341;-108.8821052:3759;41.6908781;-108.8818105,way_type=user_defined:way_id=80E +edge,3759,3759;41.6908781;-108.8818105:3760;41.6909309;-108.8814982,way_type=user_defined:way_id=80E +edge,3760,3760;41.6909309;-108.8814982:3761;41.6909853;-108.8812063,way_type=user_defined:way_id=80E +edge,3761,3761;41.6909853;-108.8812063:3762;41.6910476;-108.8808974,way_type=user_defined:way_id=80E +edge,3762,3762;41.6910476;-108.8808974:3763;41.6911077;-108.8806167,way_type=user_defined:way_id=80E +edge,3763,3763;41.6911077;-108.8806167:3764;41.6911847;-108.8802741,way_type=user_defined:way_id=80E +edge,3764,3764;41.6911847;-108.8802741:3765;41.6913687;-108.8794743,way_type=user_defined:way_id=80E +edge,3765,3765;41.6913687;-108.8794743:3766;41.6916503;-108.8782281,way_type=user_defined:way_id=80E +edge,3766,3766;41.6916503;-108.8782281:3767;41.692035;-108.8765601,way_type=user_defined:way_id=80E +edge,3767,3767;41.692035;-108.8765601:3768;41.6922492;-108.8756126,way_type=user_defined:way_id=80E +edge,3768,3768;41.6922492;-108.8756126:3769;41.6925641;-108.8742274,way_type=user_defined:way_id=80E +edge,3769,3769;41.6925641;-108.8742274:3770;41.6927894;-108.8732446,way_type=user_defined:way_id=80E +edge,3770,3770;41.6927894;-108.8732446:3771;41.6931193;-108.8717884,way_type=user_defined:way_id=80E +edge,3771,3771;41.6931193;-108.8717884:3772;41.6931892;-108.8714651,way_type=user_defined:way_id=80E +edge,3772,3772;41.6931892;-108.8714651:3773;41.693251;-108.8711584,way_type=user_defined:way_id=80E +edge,3773,3773;41.693251;-108.8711584:3774;41.6933041;-108.870869,way_type=user_defined:way_id=80E +edge,3774,3774;41.6933041;-108.870869:3775;41.6933498;-108.8705877,way_type=user_defined:way_id=80E +edge,3775,3775;41.6933498;-108.8705877:3776;41.6933954;-108.8702685,way_type=user_defined:way_id=80E +edge,3776,3776;41.6933954;-108.8702685:3777;41.6934321;-108.8699856,way_type=user_defined:way_id=80E +edge,3777,3777;41.6934321;-108.8699856:3778;41.6934675;-108.8696933,way_type=user_defined:way_id=80E +edge,3778,3778;41.6934675;-108.8696933:3779;41.6935034;-108.869371,way_type=user_defined:way_id=80E +edge,3779,3779;41.6935034;-108.869371:3780;41.6935347;-108.869048,way_type=user_defined:way_id=80E +edge,3780,3780;41.6935347;-108.869048:3781;41.6935587;-108.8687615,way_type=user_defined:way_id=80E +edge,3781,3781;41.6935587;-108.8687615:3782;41.6935805;-108.8684371,way_type=user_defined:way_id=80E +edge,3782,3782;41.6935805;-108.8684371:3783;41.6935992;-108.8680654,way_type=user_defined:way_id=80E +edge,3783,3783;41.6935992;-108.8680654:3784;41.6936083;-108.8678464,way_type=user_defined:way_id=80E +edge,3784,3784;41.6936083;-108.8678464:3785;41.693617;-108.8675608,way_type=user_defined:way_id=80E +edge,3785,3785;41.693617;-108.8675608:3786;41.6936226;-108.8672274,way_type=user_defined:way_id=80E +edge,3786,3786;41.6936226;-108.8672274:3787;41.693623;-108.8669419,way_type=user_defined:way_id=80E +edge,3787,3787;41.693623;-108.8669419:3788;41.6936191;-108.8666187,way_type=user_defined:way_id=80E +edge,3788,3788;41.6936191;-108.8666187:3789;41.6936106;-108.8663333,way_type=user_defined:way_id=80E +edge,3789,3789;41.6936106;-108.8663333:3790;41.6935948;-108.86601,way_type=user_defined:way_id=80E +edge,3790,3790;41.6935948;-108.86601:3791;41.693576;-108.8657157,way_type=user_defined:way_id=80E +edge,3791,3791;41.693576;-108.8657157:3792;41.6935536;-108.8654221,way_type=user_defined:way_id=80E +edge,3792,3792;41.6935536;-108.8654221:3793;41.6935326;-108.8651766,way_type=user_defined:way_id=80E +edge,3793,3793;41.6935326;-108.8651766:3794;41.6934976;-108.8648088,way_type=user_defined:way_id=80E +edge,3794,3794;41.6934976;-108.8648088:3795;41.6934622;-108.8644886,way_type=user_defined:way_id=80E +edge,3795,3795;41.6934622;-108.8644886:3796;41.6934325;-108.8642438,way_type=user_defined:way_id=80E +edge,3796,3796;41.6934325;-108.8642438:3797;41.6934127;-108.8640934,way_type=user_defined:way_id=80E +edge,3797,3797;41.6934127;-108.8640934:3798;41.6933885;-108.8639149,way_type=user_defined:way_id=80E +edge,3798,3798;41.6933885;-108.8639149:3799;41.6933476;-108.8636423,way_type=user_defined:way_id=80E +edge,3799,3799;41.6933476;-108.8636423:3800;41.6933006;-108.8633542,way_type=user_defined:way_id=80E +edge,3800,3800;41.6933006;-108.8633542:3801;41.6932351;-108.8629917,way_type=user_defined:way_id=80E +edge,3801,3801;41.6932351;-108.8629917:3802;41.6931797;-108.8627138,way_type=user_defined:way_id=80E +edge,3802,3802;41.6931797;-108.8627138:3803;41.6931149;-108.8624089,way_type=user_defined:way_id=80E +edge,3803,3803;41.6931149;-108.8624089:3804;41.6930519;-108.8621229,way_type=user_defined:way_id=80E +edge,3804,3804;41.6930519;-108.8621229:3805;41.6929169;-108.8615327,way_type=user_defined:way_id=80E +edge,3805,3805;41.6929169;-108.8615327:3806;41.6926343;-108.8603238,way_type=user_defined:way_id=80E +edge,3806,3806;41.6926343;-108.8603238:3807;41.6923479;-108.8590622,way_type=user_defined:way_id=80E +edge,3807,3807;41.6923479;-108.8590622:3808;41.6921112;-108.8580308,way_type=user_defined:way_id=80E +edge,3808,3808;41.6921112;-108.8580308:3809;41.6914089;-108.8550041,way_type=user_defined:way_id=80E +edge,3809,3809;41.6914089;-108.8550041:3810;41.691204;-108.8540994,way_type=user_defined:way_id=80E +edge,3810,3810;41.691204;-108.8540994:3811;41.690877;-108.8526783,way_type=user_defined:way_id=80E +edge,3811,3811;41.690877;-108.8526783:3812;41.6904707;-108.8508973,way_type=user_defined:way_id=80E +edge,3812,3812;41.6904707;-108.8508973:3813;41.6902617;-108.8499993,way_type=user_defined:way_id=80E +edge,3813,3813;41.6902617;-108.8499993:3814;41.6895822;-108.847035,way_type=user_defined:way_id=80E +edge,3814,3814;41.6895822;-108.847035:3815;41.689248;-108.8455855,way_type=user_defined:way_id=80E +edge,3815,3815;41.689248;-108.8455855:3816;41.6890426;-108.8446817,way_type=user_defined:way_id=80E +edge,3816,3816;41.6890426;-108.8446817:3817;41.6887072;-108.8432171,way_type=user_defined:way_id=80E +edge,3817,3817;41.6887072;-108.8432171:3818;41.68869078;-108.8431438,way_type=user_defined:way_id=80E +edge,3818,3818;41.68869078;-108.8431438:3819;41.6885828;-108.8426617,way_type=user_defined:way_id=80E +edge,3819,3819;41.6885828;-108.8426617:3820;41.6885066;-108.8423111,way_type=user_defined:way_id=80E +edge,3820,3820;41.6885066;-108.8423111:3821;41.688441;-108.8419946,way_type=user_defined:way_id=80E +edge,3821,3821;41.688441;-108.8419946:3822;41.6883867;-108.8417143,way_type=user_defined:way_id=80E +edge,3822,3822;41.6883867;-108.8417143:3823;41.6883339;-108.8414236,way_type=user_defined:way_id=80E +edge,3823,3823;41.6883339;-108.8414236:3824;41.688281;-108.8411135,way_type=user_defined:way_id=80E +edge,3824,3824;41.688281;-108.8411135:3825;41.6882353;-108.8408213,way_type=user_defined:way_id=80E +edge,3825,3825;41.6882353;-108.8408213:3826;41.6881896;-108.8405008,way_type=user_defined:way_id=80E +edge,3826,3826;41.6881896;-108.8405008:3827;41.688152;-108.8402171,way_type=user_defined:way_id=80E +edge,3827,3827;41.688152;-108.8402171:3828;41.6881155;-108.8399246,way_type=user_defined:way_id=80E +edge,3828,3828;41.6881155;-108.8399246:3829;41.6880784;-108.8396032,way_type=user_defined:way_id=80E +edge,3829,3829;41.6880784;-108.8396032:3830;41.6880482;-108.8393095,way_type=user_defined:way_id=80E +edge,3830,3830;41.6880482;-108.8393095:3831;41.6880257;-108.8390695,way_type=user_defined:way_id=80E +edge,3831,3831;41.6880257;-108.8390695:3832;41.6879944;-108.8386998,way_type=user_defined:way_id=80E +edge,3832,3832;41.6879944;-108.8386998:3833;41.68797;-108.8383468,way_type=user_defined:way_id=80E +edge,3833,3833;41.68797;-108.8383468:3834;41.6879558;-108.8380958,way_type=user_defined:way_id=80E +edge,3834,3834;41.6879558;-108.8380958:3835;41.6879409;-108.8377597,way_type=user_defined:way_id=80E +edge,3835,3835;41.6879409;-108.8377597:3836;41.6879307;-108.8374437,way_type=user_defined:way_id=80E +edge,3836,3836;41.6879307;-108.8374437:3837;41.6879237;-108.837146,way_type=user_defined:way_id=80E +edge,3837,3837;41.6879237;-108.837146:3838;41.6879196;-108.83683,way_type=user_defined:way_id=80E +edge,3838,3838;41.6879196;-108.83683:3839;41.6879189;-108.8365291,way_type=user_defined:way_id=80E +edge,3839,3839;41.6879189;-108.8365291:3840;41.6879216;-108.8362423,way_type=user_defined:way_id=80E +edge,3840,3840;41.6879216;-108.8362423:3841;41.6879283;-108.8359143,way_type=user_defined:way_id=80E +edge,3841,3841;41.6879283;-108.8359143:3842;41.687947;-108.835299,way_type=user_defined:way_id=80E +edge,3842,3842;41.687947;-108.835299:3843;41.6879587;-108.8349721,way_type=user_defined:way_id=80E +edge,3843,3843;41.6879587;-108.8349721:3844;41.6880285;-108.8332238,way_type=user_defined:way_id=80E +edge,3844,3844;41.6880285;-108.8332238:3845;41.688103;-108.8313094,way_type=user_defined:way_id=80E +edge,3845,3845;41.688103;-108.8313094:3846;41.6881658;-108.8297789,way_type=user_defined:way_id=80E +edge,3846,3846;41.6881658;-108.8297789:3847;41.6882135;-108.8285046,way_type=user_defined:way_id=80E +edge,3847,3847;41.6882135;-108.8285046:3848;41.6882763;-108.8269822,way_type=user_defined:way_id=80E +edge,3848,3848;41.6882763;-108.8269822:3849;41.6883986;-108.8238155,way_type=user_defined:way_id=80E +edge,3849,3849;41.6883986;-108.8238155:3850;41.6884581;-108.8224086,way_type=user_defined:way_id=80E +edge,3850,3850;41.6884581;-108.8224086:3851;41.6884837;-108.8217178,way_type=user_defined:way_id=80E +edge,3851,3851;41.6884837;-108.8217178:3852;41.6885291;-108.8205627,way_type=user_defined:way_id=80E +edge,3852,3852;41.6885291;-108.8205627:3853;41.6885418;-108.8202252,way_type=user_defined:way_id=80E +edge,3853,3853;41.6885418;-108.8202252:3854;41.6885506;-108.8199441,way_type=user_defined:way_id=80E +edge,3854,3854;41.6885506;-108.8199441:3855;41.6885587;-108.8196066,way_type=user_defined:way_id=80E +edge,3855,3855;41.6885587;-108.8196066:3856;41.6885632;-108.8193158,way_type=user_defined:way_id=80E +edge,3856,3856;41.6885632;-108.8193158:3857;41.6885641;-108.818987,way_type=user_defined:way_id=80E +edge,3857,3857;41.6885641;-108.818987:3858;41.6885596;-108.8186957,way_type=user_defined:way_id=80E +edge,3858,3858;41.6885596;-108.8186957:3859;41.6885467;-108.8183676,way_type=user_defined:way_id=80E +edge,3859,3859;41.6885467;-108.8183676:3860;41.6885251;-108.8180496,way_type=user_defined:way_id=80E +edge,3860,3860;41.6885251;-108.8180496:3861;41.6884975;-108.8177531,way_type=user_defined:way_id=80E +edge,3861,3861;41.6884975;-108.8177531:3862;41.6884631;-108.8174688,way_type=user_defined:way_id=80E +edge,3862,3862;41.6884631;-108.8174688:3863;41.6884151;-108.8171495,way_type=user_defined:way_id=80E +edge,3863,3863;41.6884151;-108.8171495:3864;41.6883653;-108.8168702,way_type=user_defined:way_id=80E +edge,3864,3864;41.6883653;-108.8168702:3865;41.6883056;-108.8165848,way_type=user_defined:way_id=80E +edge,3865,3865;41.6883056;-108.8165848:3866;41.688231;-108.8162752,way_type=user_defined:way_id=80E +edge,3866,3866;41.688231;-108.8162752:3867;41.6881492;-108.8159786,way_type=user_defined:way_id=80E +edge,3867,3867;41.6881492;-108.8159786:3868;41.688064;-108.8157043,way_type=user_defined:way_id=80E +edge,3868,3868;41.688064;-108.8157043:3869;41.6879704;-108.8154348,way_type=user_defined:way_id=80E +edge,3869,3869;41.6879704;-108.8154348:3870;41.68787;-108.81517,way_type=user_defined:way_id=80E +edge,3870,3870;41.68787;-108.81517:3871;41.6877583;-108.8148928,way_type=user_defined:way_id=80E +edge,3871,3871;41.6877583;-108.8148928:3872;41.6876385;-108.8146082,way_type=user_defined:way_id=80E +edge,3872,3872;41.6876385;-108.8146082:3873;41.6875307;-108.8143592,way_type=user_defined:way_id=80E +edge,3873,3873;41.6875307;-108.8143592:3874;41.6874062;-108.8140787,way_type=user_defined:way_id=80E +edge,3874,3874;41.6874062;-108.8140787:3875;41.6871766;-108.8135771,way_type=user_defined:way_id=80E +edge,3875,3875;41.6871766;-108.8135771:3876;41.6861914;-108.8114523,way_type=user_defined:way_id=80E +edge,3876,3876;41.6861914;-108.8114523:3877;41.6854137;-108.809792,way_type=user_defined:way_id=80E +edge,3877,3877;41.6854137;-108.809792:3878;41.6846069;-108.8080555,way_type=user_defined:way_id=80E +edge,3878,3878;41.6846069;-108.8080555:3879;41.6841167;-108.8070059,way_type=user_defined:way_id=80E +edge,3879,3879;41.6841167;-108.8070059:3880;41.683858;-108.8064439,way_type=user_defined:way_id=80E +edge,3880,3880;41.683858;-108.8064439:3881;41.6837578;-108.8062228,way_type=user_defined:way_id=80E +edge,3881,3881;41.6837578;-108.8062228:3882;41.6836369;-108.8059505,way_type=user_defined:way_id=80E +edge,3882,3882;41.6836369;-108.8059505:3883;41.6835259;-108.8056919,way_type=user_defined:way_id=80E +edge,3883,3883;41.6835259;-108.8056919:3884;41.683421;-108.805439,way_type=user_defined:way_id=80E +edge,3884,3884;41.683421;-108.805439:3885;41.6832921;-108.8051152,way_type=user_defined:way_id=80E +edge,3885,3885;41.6832921;-108.8051152:3886;41.6832068;-108.8048915,way_type=user_defined:way_id=80E +edge,3886,3886;41.6832068;-108.8048915:3887;41.6830987;-108.8045965,way_type=user_defined:way_id=80E +edge,3887,3887;41.6830987;-108.8045965:3888;41.683007;-108.8043332,way_type=user_defined:way_id=80E +edge,3888,3888;41.683007;-108.8043332:3889;41.6829079;-108.8040317,way_type=user_defined:way_id=80E +edge,3889,3889;41.6829079;-108.8040317:3890;41.6828168;-108.803736,way_type=user_defined:way_id=80E +edge,3890,3890;41.6828168;-108.803736:3891;41.6827375;-108.8034651,way_type=user_defined:way_id=80E +edge,3891,3891;41.6827375;-108.8034651:3892;41.6826509;-108.8031563,way_type=user_defined:way_id=80E +edge,3892,3892;41.6826509;-108.8031563:3893;41.6825756;-108.8028732,way_type=user_defined:way_id=80E +edge,3893,3893;41.6825756;-108.8028732:3894;41.6824999;-108.8025698,way_type=user_defined:way_id=80E +edge,3894,3894;41.6824999;-108.8025698:3895;41.6824325;-108.8022835,way_type=user_defined:way_id=80E +edge,3895,3895;41.6824325;-108.8022835:3896;41.6823649;-108.8019771,way_type=user_defined:way_id=80E +edge,3896,3896;41.6823649;-108.8019771:3897;41.6822392;-108.8013796,way_type=user_defined:way_id=80E +edge,3897,3897;41.6822392;-108.8013796:3898;41.6819652;-108.8000491,way_type=user_defined:way_id=80E +edge,3898,3898;41.6819652;-108.8000491:3899;41.68164272;-108.798473,way_type=user_defined:way_id=80E +edge,3899,3899;41.68164272;-108.798473:3900;41.6815032;-108.7977988,way_type=user_defined:way_id=80E +edge,3900,3900;41.6815032;-108.7977988:3901;41.6815032;-108.7977988,way_type=user_defined:way_id=80E +edge,3901,3901;41.6815032;-108.7977988:3902;41.6814187;-108.797396,way_type=user_defined:way_id=80E +edge,3902,3902;41.6814187;-108.797396:3903;41.6805444;-108.7931725,way_type=user_defined:way_id=80E +edge,3903,3903;41.6805444;-108.7931725:3904;41.6802086;-108.7915637,way_type=user_defined:way_id=80E +edge,3904,3904;41.6802086;-108.7915637:3905;41.6799472;-108.7902981,way_type=user_defined:way_id=80E +edge,3905,3905;41.6799472;-108.7902981:3906;41.67961752;-108.7887143,way_type=user_defined:way_id=80E +edge,3906,3906;41.67961752;-108.7887143:3907;41.6794282;-108.7878048,way_type=user_defined:way_id=80E +edge,3907,3907;41.6794282;-108.7878048:3908;41.6794282;-108.7878048,way_type=user_defined:way_id=80E +edge,3908,3908;41.6794282;-108.7878048:3909;41.6791044;-108.7862455,way_type=user_defined:way_id=80E +edge,3909,3909;41.6791044;-108.7862455:3910;41.67892912;-108.7854067,way_type=user_defined:way_id=80E +edge,3910,3910;41.67892912;-108.7854067:3911;41.6788622;-108.7850865,way_type=user_defined:way_id=80E +edge,3911,3911;41.6788622;-108.7850865:3912;41.678485;-108.7832656,way_type=user_defined:way_id=80E +edge,3912,3912;41.678485;-108.7832656:3913;41.67834626;-108.7825886,way_type=user_defined:way_id=80E +edge,3913,3913;41.67834626;-108.7825886:3914;41.67834626;-108.7825886,way_type=user_defined:way_id=80E +edge,3914,3914;41.67834626;-108.7825886:3915;41.6778625;-108.7802474,way_type=user_defined:way_id=80E +edge,3915,3915;41.6778625;-108.7802474:3916;41.67772799;-108.7795931,way_type=user_defined:way_id=80E +edge,3916,3916;41.67772799;-108.7795931:3917;41.6772305;-108.7771731,way_type=user_defined:way_id=80E +edge,3917,3917;41.6772305;-108.7771731:3918;41.67703153;-108.7761963,way_type=user_defined:way_id=80E +edge,3918,3918;41.67703153;-108.7761963:3919;41.67703153;-108.7761963,way_type=user_defined:way_id=80E +edge,3919,3919;41.67703153;-108.7761963:3920;41.6769594;-108.7758352,way_type=user_defined:way_id=80E +edge,3920,3920;41.6769594;-108.7758352:3921;41.6768905;-108.7754812,way_type=user_defined:way_id=80E +edge,3921,3921;41.6768905;-108.7754812:3922;41.6767971;-108.7749829,way_type=user_defined:way_id=80E +edge,3922,3922;41.6767971;-108.7749829:3923;41.6767326;-108.7746284,way_type=user_defined:way_id=80E +edge,3923,3923;41.6767326;-108.7746284:3924;41.6766481;-108.7741419,way_type=user_defined:way_id=80E +edge,3924,3924;41.6766481;-108.7741419:3925;41.6765826;-108.7737486,way_type=user_defined:way_id=80E +edge,3925,3925;41.6765826;-108.7737486:3926;41.6764977;-108.7732142,way_type=user_defined:way_id=80E +edge,3926,3926;41.6764977;-108.7732142:3927;41.6764439;-108.772857,way_type=user_defined:way_id=80E +edge,3927,3927;41.6764439;-108.772857:3928;41.6763971;-108.7725275,way_type=user_defined:way_id=80E +edge,3928,3928;41.6763971;-108.7725275:3929;41.6763552;-108.7722148,way_type=user_defined:way_id=80E +edge,3929,3929;41.6763552;-108.7722148:3930;41.6763175;-108.7719209,way_type=user_defined:way_id=80E +edge,3930,3930;41.6763175;-108.7719209:3931;41.6762433;-108.7713134,way_type=user_defined:way_id=80E +edge,3931,3931;41.6762433;-108.7713134:3932;41.6762106;-108.7710282,way_type=user_defined:way_id=80E +edge,3932,3932;41.6762106;-108.7710282:3933;41.676177;-108.770705,way_type=user_defined:way_id=80E +edge,3933,3933;41.676177;-108.770705:3934;41.6761495;-108.7704185,way_type=user_defined:way_id=80E +edge,3934,3934;41.6761495;-108.7704185:3935;41.6761105;-108.7699899,way_type=user_defined:way_id=80E +edge,3935,3935;41.6761105;-108.7699899:3936;41.6760709;-108.7695222,way_type=user_defined:way_id=80E +edge,3936,3936;41.6760709;-108.7695222:3937;41.6760452;-108.7691884,way_type=user_defined:way_id=80E +edge,3937,3937;41.6760452;-108.7691884:3938;41.6759589;-108.7679997,way_type=user_defined:way_id=80E +edge,3938,3938;41.6759589;-108.7679997:3939;41.675856;-108.7666204,way_type=user_defined:way_id=80E +edge,3939,3939;41.675856;-108.7666204:3940;41.6757188;-108.7646697,way_type=user_defined:way_id=80E +edge,3940,3940;41.6757188;-108.7646697:3941;41.6754914;-108.761567,way_type=user_defined:way_id=80E +edge,3941,3941;41.6754914;-108.761567:3942;41.675358;-108.759713,way_type=user_defined:way_id=80E +edge,3942,3942;41.675358;-108.759713:3943;41.6752761;-108.7586311,way_type=user_defined:way_id=80E +edge,3943,3943;41.6752761;-108.7586311:3944;41.675153;-108.7568572,way_type=user_defined:way_id=80E +edge,3944,3944;41.675153;-108.7568572:3945;41.67503339;-108.7552656,way_type=user_defined:way_id=80E +edge,3945,3945;41.67503339;-108.7552656:3946;41.6749916;-108.7547097,way_type=user_defined:way_id=80E +edge,3946,3946;41.6749916;-108.7547097:3947;41.6748681;-108.7529705,way_type=user_defined:way_id=80E +edge,3947,3947;41.6748681;-108.7529705:3948;41.6748227;-108.7523573,way_type=user_defined:way_id=80E +edge,3948,3948;41.6748227;-108.7523573:3949;41.6747507;-108.7513499,way_type=user_defined:way_id=80E +edge,3949,3949;41.6747507;-108.7513499:3950;41.6746859;-108.7504827,way_type=user_defined:way_id=80E +edge,3950,3950;41.6746859;-108.7504827:3951;41.6746195;-108.7495704,way_type=user_defined:way_id=80E +edge,3951,3951;41.6746195;-108.7495704:3952;41.674598;-108.7492582,way_type=user_defined:way_id=80E +edge,3952,3952;41.674598;-108.7492582:3953;41.6745801;-108.748971,way_type=user_defined:way_id=80E +edge,3953,3953;41.6745801;-108.748971:3954;41.6745364;-108.7483454,way_type=user_defined:way_id=80E +edge,3954,3954;41.6745364;-108.7483454:3955;41.6744177;-108.7467093,way_type=user_defined:way_id=80E +edge,3955,3955;41.6744177;-108.7467093:3956;41.6743717;-108.746097,way_type=user_defined:way_id=80E +edge,3956,3956;41.6743717;-108.746097:3957;41.6743334;-108.7456281,way_type=user_defined:way_id=80E +edge,3957,3957;41.6743334;-108.7456281:3958;41.6743025;-108.7453028,way_type=user_defined:way_id=80E +edge,3958,3958;41.6743025;-108.7453028:3959;41.6742747;-108.7450462,way_type=user_defined:way_id=80E +edge,3959,3959;41.6742747;-108.7450462:3960;41.6742343;-108.7447029,way_type=user_defined:way_id=80E +edge,3960,3960;41.6742343;-108.7447029:3961;41.6741909;-108.7443719,way_type=user_defined:way_id=80E +edge,3961,3961;41.6741909;-108.7443719:3962;41.6741455;-108.7440603,way_type=user_defined:way_id=80E +edge,3962,3962;41.6741455;-108.7440603:3963;41.6740995;-108.7437687,way_type=user_defined:way_id=80E +edge,3963,3963;41.6740995;-108.7437687:3964;41.6740473;-108.7434593,way_type=user_defined:way_id=80E +edge,3964,3964;41.6740473;-108.7434593:3965;41.6739952;-108.7431701,way_type=user_defined:way_id=80E +edge,3965,3965;41.6739952;-108.7431701:3966;41.6739628;-108.7430001,way_type=user_defined:way_id=80E +edge,3966,3966;41.6739628;-108.7430001:3967;41.6738832;-108.742597,way_type=user_defined:way_id=80E +edge,3967,3967;41.6738832;-108.742597:3968;41.6738106;-108.7422547,way_type=user_defined:way_id=80E +edge,3968,3968;41.6738106;-108.7422547:3969;41.6737485;-108.7419803,way_type=user_defined:way_id=80E +edge,3969,3969;41.6737485;-108.7419803:3970;41.6736649;-108.7416353,way_type=user_defined:way_id=80E +edge,3970,3970;41.6736649;-108.7416353:3971;41.6736032;-108.7413914,way_type=user_defined:way_id=80E +edge,3971,3971;41.6736032;-108.7413914:3972;41.6735489;-108.7411847,way_type=user_defined:way_id=80E +edge,3972,3972;41.6735489;-108.7411847:3973;41.6734562;-108.7408448,way_type=user_defined:way_id=80E +edge,3973,3973;41.6734562;-108.7408448:3974;41.6733691;-108.7405429,way_type=user_defined:way_id=80E +edge,3974,3974;41.6733691;-108.7405429:3975;41.6732872;-108.7402692,way_type=user_defined:way_id=80E +edge,3975,3975;41.6732872;-108.7402692:3976;41.6732245;-108.7400671,way_type=user_defined:way_id=80E +edge,3976,3976;41.6732245;-108.7400671:3977;41.6731157;-108.7397256,way_type=user_defined:way_id=80E +edge,3977,3977;41.6731157;-108.7397256:3978;41.6730113;-108.7394114,way_type=user_defined:way_id=80E +edge,3978,3978;41.6730113;-108.7394114:3979;41.6729184;-108.7391421,way_type=user_defined:way_id=80E +edge,3979,3979;41.6729184;-108.7391421:3980;41.6728211;-108.738875,way_type=user_defined:way_id=80E +edge,3980,3980;41.6728211;-108.738875:3981;41.6727125;-108.7385933,way_type=user_defined:way_id=80E +edge,3981,3981;41.6727125;-108.7385933:3982;41.6726079;-108.7383301,way_type=user_defined:way_id=80E +edge,3982,3982;41.6726079;-108.7383301:3983;41.672505;-108.7380764,way_type=user_defined:way_id=80E +edge,3983,3983;41.672505;-108.7380764:3984;41.6723863;-108.7377902,way_type=user_defined:way_id=80E +edge,3984,3984;41.6723863;-108.7377902:3985;41.6722641;-108.7375071,way_type=user_defined:way_id=80E +edge,3985,3985;41.6722641;-108.7375071:3986;41.6721527;-108.737259,way_type=user_defined:way_id=80E +edge,3986,3986;41.6721527;-108.737259:3987;41.6720382;-108.7370141,way_type=user_defined:way_id=80E +edge,3987,3987;41.6720382;-108.7370141:3988;41.6719088;-108.7367474,way_type=user_defined:way_id=80E +edge,3988,3988;41.6719088;-108.7367474:3989;41.6717681;-108.7364679,way_type=user_defined:way_id=80E +edge,3989,3989;41.6717681;-108.7364679:3990;41.6716447;-108.7362304,way_type=user_defined:way_id=80E +edge,3990,3990;41.6716447;-108.7362304:3991;41.6715637;-108.7360783,way_type=user_defined:way_id=80E +edge,3991,3991;41.6715637;-108.7360783:3992;41.6713748;-108.7357306,way_type=user_defined:way_id=80E +edge,3992,3992;41.6713748;-108.7357306:3993;41.6712443;-108.7354989,way_type=user_defined:way_id=80E +edge,3993,3993;41.6712443;-108.7354989:3994;41.6710939;-108.73524,way_type=user_defined:way_id=80E +edge,3994,3994;41.6710939;-108.73524:3995;41.6709582;-108.7350131,way_type=user_defined:way_id=80E +edge,3995,3995;41.6709582;-108.7350131:3996;41.6708027;-108.7347594,way_type=user_defined:way_id=80E +edge,3996,3996;41.6708027;-108.7347594:3997;41.6706624;-108.7345378,way_type=user_defined:way_id=80E +edge,3997,3997;41.6706624;-108.7345378:3998;41.670497;-108.7342831,way_type=user_defined:way_id=80E +edge,3998,3998;41.670497;-108.7342831:3999;41.6694188;-108.7326512,way_type=user_defined:way_id=80E +edge,3999,3999;41.6694188;-108.7326512:4000;41.6674231;-108.7296128,way_type=user_defined:way_id=80E +edge,4000,4000;41.6674231;-108.7296128:4001;41.6649081;-108.725808,way_type=user_defined:way_id=80E +edge,4001,4001;41.6649081;-108.725808:4002;41.6644859;-108.7251657,way_type=user_defined:way_id=80E +edge,4002,4002;41.6644859;-108.7251657:4003;41.6636392;-108.7238892,way_type=user_defined:way_id=80E +edge,4003,4003;41.6636392;-108.7238892:4004;41.6627069;-108.7224793,way_type=user_defined:way_id=80E +edge,4004,4004;41.6627069;-108.7224793:4005;41.662238;-108.7217645,way_type=user_defined:way_id=80E +edge,4005,4005;41.662238;-108.7217645:4006;41.6616247;-108.7208381,way_type=user_defined:way_id=80E +edge,4006,4006;41.6616247;-108.7208381:4007;41.661318;-108.7203713,way_type=user_defined:way_id=80E +edge,4007,4007;41.661318;-108.7203713:4008;41.6602713;-108.7187861,way_type=user_defined:way_id=80E +edge,4008,4008;41.6602713;-108.7187861:4009;41.6595188;-108.7176539,way_type=user_defined:way_id=80E +edge,4009,4009;41.6595188;-108.7176539:4010;41.6589235;-108.7167534,way_type=user_defined:way_id=80E +edge,4010,4010;41.6589235;-108.7167534:4011;41.6586005;-108.7162687,way_type=user_defined:way_id=80E +edge,4011,4011;41.6586005;-108.7162687:4012;41.6578645;-108.7151481,way_type=user_defined:way_id=80E +edge,4012,4012;41.6578645;-108.7151481:4013;41.6572713;-108.7142483,way_type=user_defined:way_id=80E +edge,4013,4013;41.6572713;-108.7142483:4014;41.6563516;-108.7128599,way_type=user_defined:way_id=80E +edge,4014,4014;41.6563516;-108.7128599:4015;41.6558641;-108.7121291,way_type=user_defined:way_id=80E +edge,4015,4015;41.6558641;-108.7121291:4016;41.6552461;-108.7111923,way_type=user_defined:way_id=80E +edge,4016,4016;41.6552461;-108.7111923:4017;41.6551061;-108.7109773,way_type=user_defined:way_id=80E +edge,4017,4017;41.6551061;-108.7109773:4018;41.65508736;-108.7109481,way_type=user_defined:way_id=80E +edge,4018,4018;41.65508736;-108.7109481:4019;41.6549503;-108.7107346,way_type=user_defined:way_id=80E +edge,4019,4019;41.6549503;-108.7107346:4020;41.6548096;-108.7105119,way_type=user_defined:way_id=80E +edge,4020,4020;41.6548096;-108.7105119:4021;41.6546528;-108.7102571,way_type=user_defined:way_id=80E +edge,4021,4021;41.6546528;-108.7102571:4022;41.6543656;-108.7097786,way_type=user_defined:way_id=80E +edge,4022,4022;41.6543656;-108.7097786:4023;41.6540777;-108.7092903,way_type=user_defined:way_id=80E +edge,4023,4023;41.6540777;-108.7092903:4024;41.6539272;-108.7090299,way_type=user_defined:way_id=80E +edge,4024,4024;41.6539272;-108.7090299:4025;41.6536526;-108.7085418,way_type=user_defined:way_id=80E +edge,4025,4025;41.6536526;-108.7085418:4026;41.6535236;-108.7083071,way_type=user_defined:way_id=80E +edge,4026,4026;41.6535236;-108.7083071:4027;41.6533953;-108.7080695,way_type=user_defined:way_id=80E +edge,4027,4027;41.6533953;-108.7080695:4028;41.6532549;-108.7078057,way_type=user_defined:way_id=80E +edge,4028,4028;41.6532549;-108.7078057:4029;41.6530943;-108.7074998,way_type=user_defined:way_id=80E +edge,4029,4029;41.6530943;-108.7074998:4030;41.6529913;-108.7073015,way_type=user_defined:way_id=80E +edge,4030,4030;41.6529913;-108.7073015:4031;41.6528546;-108.7070335,way_type=user_defined:way_id=80E +edge,4031,4031;41.6528546;-108.7070335:4032;41.6526097;-108.7065415,way_type=user_defined:way_id=80E +edge,4032,4032;41.6526097;-108.7065415:4033;41.652447;-108.7062049,way_type=user_defined:way_id=80E +edge,4033,4033;41.652447;-108.7062049:4034;41.6523324;-108.7059629,way_type=user_defined:way_id=80E +edge,4034,4034;41.6523324;-108.7059629:4035;41.6521313;-108.7055319,way_type=user_defined:way_id=80E +edge,4035,4035;41.6521313;-108.7055319:4036;41.6520035;-108.7052556,way_type=user_defined:way_id=80E +edge,4036,4036;41.6520035;-108.7052556:4037;41.6518765;-108.7049759,way_type=user_defined:way_id=80E +edge,4037,4037;41.6518765;-108.7049759:4038;41.6516409;-108.7044443,way_type=user_defined:way_id=80E +edge,4038,4038;41.6516409;-108.7044443:4039;41.6515184;-108.7041594,way_type=user_defined:way_id=80E +edge,4039,4039;41.6515184;-108.7041594:4040;41.6514155;-108.7039133,way_type=user_defined:way_id=80E +edge,4040,4040;41.6514155;-108.7039133:4041;41.6513076;-108.70365,way_type=user_defined:way_id=80E +edge,4041,4041;41.6513076;-108.70365:4042;41.65118;-108.7033348,way_type=user_defined:way_id=80E +edge,4042,4042;41.65118;-108.7033348:4043;41.6510752;-108.7030704,way_type=user_defined:way_id=80E +edge,4043,4043;41.6510752;-108.7030704:4044;41.6508763;-108.7025538,way_type=user_defined:way_id=80E +edge,4044,4044;41.6508763;-108.7025538:4045;41.6506591;-108.7019715,way_type=user_defined:way_id=80E +edge,4045,4045;41.6506591;-108.7019715:4046;41.6505605;-108.701701,way_type=user_defined:way_id=80E +edge,4046,4046;41.6505605;-108.701701:4047;41.6504698;-108.7014455,way_type=user_defined:way_id=80E +edge,4047,4047;41.6504698;-108.7014455:4048;41.6503573;-108.7011197,way_type=user_defined:way_id=80E +edge,4048,4048;41.6503573;-108.7011197:4049;41.650265;-108.7008453,way_type=user_defined:way_id=80E +edge,4049,4049;41.650265;-108.7008453:4050;41.6501771;-108.7005787,way_type=user_defined:way_id=80E +edge,4050,4050;41.6501771;-108.7005787:4051;41.6500597;-108.7002174,way_type=user_defined:way_id=80E +edge,4051,4051;41.6500597;-108.7002174:4052;41.6499289;-108.6998072,way_type=user_defined:way_id=80E +edge,4052,4052;41.6499289;-108.6998072:4053;41.6498066;-108.6994171,way_type=user_defined:way_id=80E +edge,4053,4053;41.6498066;-108.6994171:4054;41.6497221;-108.699142,way_type=user_defined:way_id=80E +edge,4054,4054;41.6497221;-108.699142:4055;41.6496312;-108.6988395,way_type=user_defined:way_id=80E +edge,4055,4055;41.6496312;-108.6988395:4056;41.6495608;-108.6985989,way_type=user_defined:way_id=80E +edge,4056,4056;41.6495608;-108.6985989:4057;41.6493989;-108.6980274,way_type=user_defined:way_id=80E +edge,4057,4057;41.6493989;-108.6980274:4058;41.6492963;-108.6976526,way_type=user_defined:way_id=80E +edge,4058,4058;41.6492963;-108.6976526:4059;41.649161;-108.6971409,way_type=user_defined:way_id=80E +edge,4059,4059;41.649161;-108.6971409:4060;41.6490192;-108.6965811,way_type=user_defined:way_id=80E +edge,4060,4060;41.6490192;-108.6965811:4061;41.6489448;-108.6962722,way_type=user_defined:way_id=80E +edge,4061,4061;41.6489448;-108.6962722:4062;41.6488791;-108.6959899,way_type=user_defined:way_id=80E +edge,4062,4062;41.6488791;-108.6959899:4063;41.6487486;-108.6954151,way_type=user_defined:way_id=80E +edge,4063,4063;41.6487486;-108.6954151:4064;41.6486198;-108.6948188,way_type=user_defined:way_id=80E +edge,4064,4064;41.6486198;-108.6948188:4065;41.648554;-108.6944964,way_type=user_defined:way_id=80E +edge,4065,4065;41.648554;-108.6944964:4066;41.6484942;-108.6941896,way_type=user_defined:way_id=80E +edge,4066,4066;41.6484942;-108.6941896:4067;41.6483944;-108.6936603,way_type=user_defined:way_id=80E +edge,4067,4067;41.6483944;-108.6936603:4068;41.6483357;-108.6933443,way_type=user_defined:way_id=80E +edge,4068,4068;41.6483357;-108.6933443:4069;41.6482791;-108.6930285,way_type=user_defined:way_id=80E +edge,4069,4069;41.6482791;-108.6930285:4070;41.6482291;-108.6927393,way_type=user_defined:way_id=80E +edge,4070,4070;41.6482291;-108.6927393:4071;41.6481811;-108.692449,way_type=user_defined:way_id=80E +edge,4071,4071;41.6481811;-108.692449:4072;41.6480863;-108.6918474,way_type=user_defined:way_id=80E +edge,4072,4072;41.6480863;-108.6918474:4073;41.6480395;-108.6915358,way_type=user_defined:way_id=80E +edge,4073,4073;41.6480395;-108.6915358:4074;41.6480041;-108.6912895,way_type=user_defined:way_id=80E +edge,4074,4074;41.6480041;-108.6912895:4075;41.6479546;-108.6909285,way_type=user_defined:way_id=80E +edge,4075,4075;41.6479546;-108.6909285:4076;41.6478773;-108.6903169,way_type=user_defined:way_id=80E +edge,4076,4076;41.6478773;-108.6903169:4077;41.6478354;-108.6899675,way_type=user_defined:way_id=80E +edge,4077,4077;41.6478354;-108.6899675:4078;41.64778548;-108.6895294,way_type=user_defined:way_id=80E +edge,4078,4078;41.64778548;-108.6895294:4079;41.6477367;-108.68907,way_type=user_defined:way_id=80E +edge,4079,4079;41.6477367;-108.68907:4080;41.6477115;-108.6888089,way_type=user_defined:way_id=80E +edge,4080,4080;41.6477115;-108.6888089:4081;41.6476803;-108.688464,way_type=user_defined:way_id=80E +edge,4081,4081;41.6476803;-108.688464:4082;41.6476057;-108.6875483,way_type=user_defined:way_id=80E +edge,4082,4082;41.6476057;-108.6875483:4083;41.6475845;-108.6872589,way_type=user_defined:way_id=80E +edge,4083,4083;41.6475845;-108.6872589:4084;41.6475631;-108.686932,way_type=user_defined:way_id=80E +edge,4084,4084;41.6475631;-108.686932:4085;41.6475451;-108.6866139,way_type=user_defined:way_id=80E +edge,4085,4085;41.6475451;-108.6866139:4086;41.6475301;-108.6863149,way_type=user_defined:way_id=80E +edge,4086,4086;41.6475301;-108.6863149:4087;41.64752671;-108.6862378,way_type=user_defined:way_id=80E +edge,4087,4087;41.64752671;-108.6862378:4088;41.6475033;-108.6857059,way_type=user_defined:way_id=80E +edge,4088,4088;41.6475033;-108.6857059:4089;41.64749186;-108.6853821,way_type=user_defined:way_id=80E +edge,4089,4089;41.64749186;-108.6853821:4090;41.64748202;-108.6850529,way_type=user_defined:way_id=80E +edge,4090,4090;41.64748202;-108.6850529:4091;41.64748202;-108.6850529,way_type=user_defined:way_id=80E +edge,4091,4091;41.64748202;-108.6850529:4092;41.64736789;-108.6809347,way_type=user_defined:way_id=80E +edge,4092,4092;41.64736789;-108.6809347:4093;41.6472438;-108.6764571,way_type=user_defined:way_id=80E +edge,4093,4093;41.6472438;-108.6764571:4094;41.6472438;-108.6764571,way_type=user_defined:way_id=80E +edge,4094,4094;41.6472438;-108.6764571:4095;41.64718636;-108.6743388,way_type=user_defined:way_id=80E +edge,4095,4095;41.64718636;-108.6743388:4096;41.647165;-108.6734672,way_type=user_defined:way_id=80E +edge,4096,4096;41.647165;-108.6734672:4097;41.64714967;-108.6729776,way_type=user_defined:way_id=80E +edge,4097,4097;41.64714967;-108.6729776:4098;41.64713987;-108.6726098,way_type=user_defined:way_id=80E +edge,4098,4098;41.64713987;-108.6726098:4099;41.6470716;-108.6700484,way_type=user_defined:way_id=80E +edge,4099,4099;41.6470716;-108.6700484:4100;41.64702402;-108.6683432,way_type=user_defined:way_id=80E +edge,4100,4100;41.64702402;-108.6683432:4101;41.64702402;-108.6683432,way_type=user_defined:way_id=80E +edge,4101,4101;41.64702402;-108.6683432:4102;41.64693965;-108.6651859,way_type=user_defined:way_id=80E +edge,4102,4102;41.64693965;-108.6651859:4103;41.64668105;-108.6555094,way_type=user_defined:way_id=80E +edge,4103,4103;41.64668105;-108.6555094:4104;41.64666696;-108.655258,way_type=user_defined:way_id=80E +edge,4104,4104;41.64666696;-108.655258:4105;41.64666696;-108.655258,way_type=user_defined:way_id=80E +edge,4105,4105;41.64666696;-108.655258:4106;41.6466335;-108.6540863,way_type=user_defined:way_id=80E +edge,4106,4106;41.6466335;-108.6540863:4107;41.6466269;-108.6537672,way_type=user_defined:way_id=80E +edge,4107,4107;41.6466269;-108.6537672:4108;41.6466233;-108.6534679,way_type=user_defined:way_id=80E +edge,4108,4108;41.6466233;-108.6534679:4109;41.6466221;-108.6531493,way_type=user_defined:way_id=80E +edge,4109,4109;41.6466221;-108.6531493:4110;41.6466229;-108.6528126,way_type=user_defined:way_id=80E +edge,4110,4110;41.6466229;-108.6528126:4111;41.646626;-108.6524648,way_type=user_defined:way_id=80E +edge,4111,4111;41.646626;-108.6524648:4112;41.6466331;-108.6519146,way_type=user_defined:way_id=80E +edge,4112,4112;41.6466331;-108.6519146:4113;41.6466401;-108.651587,way_type=user_defined:way_id=80E +edge,4113,4113;41.6466401;-108.651587:4114;41.6466567;-108.6509795,way_type=user_defined:way_id=80E +edge,4114,4114;41.6466567;-108.6509795:4115;41.6466703;-108.6505753,way_type=user_defined:way_id=80E +edge,4115,4115;41.6466703;-108.6505753:4116;41.6466899;-108.6500665,way_type=user_defined:way_id=80E +edge,4116,4116;41.6466899;-108.6500665:4117;41.6467058;-108.6497412,way_type=user_defined:way_id=80E +edge,4117,4117;41.6467058;-108.6497412:4118;41.6467227;-108.6494447,way_type=user_defined:way_id=80E +edge,4118,4118;41.6467227;-108.6494447:4119;41.6467424;-108.6491292,way_type=user_defined:way_id=80E +edge,4119,4119;41.6467424;-108.6491292:4120;41.6467626;-108.6488332,way_type=user_defined:way_id=80E +edge,4120,4120;41.6467626;-108.6488332:4121;41.6467869;-108.6485092,way_type=user_defined:way_id=80E +edge,4121,4121;41.6467869;-108.6485092:4122;41.6468378;-108.6478966,way_type=user_defined:way_id=80E +edge,4122,4122;41.6468378;-108.6478966:4123;41.6469841;-108.6462657,way_type=user_defined:way_id=80E +edge,4123,4123;41.6469841;-108.6462657:4124;41.6471293;-108.6446882,way_type=user_defined:way_id=80E +edge,4124,4124;41.6471293;-108.6446882:4125;41.6471978;-108.6439287,way_type=user_defined:way_id=80E +edge,4125,4125;41.6471978;-108.6439287:4126;41.6474009;-108.6417379,way_type=user_defined:way_id=80E +edge,4126,4126;41.6474009;-108.6417379:4127;41.6475251;-108.6403679,way_type=user_defined:way_id=80E +edge,4127,4127;41.6475251;-108.6403679:4128;41.6477309;-108.6381317,way_type=user_defined:way_id=80E +edge,4128,4128;41.6477309;-108.6381317:4129;41.6478573;-108.6367276,way_type=user_defined:way_id=80E +edge,4129,4129;41.6478573;-108.6367276:4130;41.647982;-108.6353932,way_type=user_defined:way_id=80E +edge,4130,4130;41.647982;-108.6353932:4131;41.6481773;-108.6332557,way_type=user_defined:way_id=80E +edge,4131,4131;41.6481773;-108.6332557:4132;41.648223;-108.6327555,way_type=user_defined:way_id=80E +edge,4132,4132;41.648223;-108.6327555:4133;41.648223;-108.6327555,way_type=user_defined:way_id=80E +edge,4133,4133;41.648223;-108.6327555:4134;41.6484107;-108.6307359,way_type=user_defined:way_id=80E +edge,4134,4134;41.6484107;-108.6307359:4135;41.64856361;-108.6290599,way_type=user_defined:way_id=80E +edge,4135,4135;41.64856361;-108.6290599:4136;41.6486569;-108.6280374,way_type=user_defined:way_id=80E +edge,4136,4136;41.6486569;-108.6280374:4137;41.64872618;-108.6273122,way_type=user_defined:way_id=80E +edge,4137,4137;41.64872618;-108.6273122:4138;41.64872618;-108.6273122,way_type=user_defined:way_id=80E +edge,4138,4138;41.64872618;-108.6273122:4139;41.6488319;-108.6261873,way_type=user_defined:way_id=80E +edge,4139,4139;41.6488319;-108.6261873:4140;41.6489159;-108.6252582,way_type=user_defined:way_id=80E +edge,4140,4140;41.6489159;-108.6252582:4141;41.64892004;-108.6252136,way_type=user_defined:way_id=80E +edge,4141,4141;41.64892004;-108.6252136:4142;41.6490876;-108.6234117,way_type=user_defined:way_id=80E +edge,4142,4142;41.6490876;-108.6234117:4143;41.6491646;-108.6225526,way_type=user_defined:way_id=80E +edge,4143,4143;41.6491646;-108.6225526:4144;41.6492502;-108.6215771,way_type=user_defined:way_id=80E +edge,4144,4144;41.6492502;-108.6215771:4145;41.6492502;-108.6215771,way_type=user_defined:way_id=80E +edge,4145,4145;41.6492502;-108.6215771:4146;41.649369;-108.6202497,way_type=user_defined:way_id=80E +edge,4146,4146;41.649369;-108.6202497:4147;41.649411;-108.6197629,way_type=user_defined:way_id=80E +edge,4147,4147;41.649411;-108.6197629:4148;41.649458;-108.6191507,way_type=user_defined:way_id=80E +edge,4148,4148;41.649458;-108.6191507:4149;41.6494797;-108.6188342,way_type=user_defined:way_id=80E +edge,4149,4149;41.6494797;-108.6188342:4150;41.6495167;-108.6182187,way_type=user_defined:way_id=80E +edge,4150,4150;41.6495167;-108.6182187:4151;41.64952678;-108.618003,way_type=user_defined:way_id=80E +edge,4151,4151;41.64952678;-108.618003:4152;41.6495472;-108.6175657,way_type=user_defined:way_id=80E +edge,4152,4152;41.6495472;-108.6175657:4153;41.6495573;-108.6173139,way_type=user_defined:way_id=80E +edge,4153,4153;41.6495573;-108.6173139:4154;41.6495671;-108.6170164,way_type=user_defined:way_id=80E +edge,4154,4154;41.6495671;-108.6170164:4155;41.6495752;-108.6166901,way_type=user_defined:way_id=80E +edge,4155,4155;41.6495752;-108.6166901:4156;41.6495813;-108.6163256,way_type=user_defined:way_id=80E +edge,4156,4156;41.6495813;-108.6163256:4157;41.6495898;-108.6154621,way_type=user_defined:way_id=80E +edge,4157,4157;41.6495898;-108.6154621:4158;41.6495903;-108.6151644,way_type=user_defined:way_id=80E +edge,4158,4158;41.6495903;-108.6151644:4159;41.6495881;-108.6147636,way_type=user_defined:way_id=80E +edge,4159,4159;41.6495881;-108.6147636:4160;41.6495859;-108.6145207,way_type=user_defined:way_id=80E +edge,4160,4160;41.6495859;-108.6145207:4161;41.6495808;-108.6141854,way_type=user_defined:way_id=80E +edge,4161,4161;41.6495808;-108.6141854:4162;41.6495722;-108.6138277,way_type=user_defined:way_id=80E +edge,4162,4162;41.6495722;-108.6138277:4163;41.6495566;-108.6133165,way_type=user_defined:way_id=80E +edge,4163,4163;41.6495566;-108.6133165:4164;41.6495438;-108.6129892,way_type=user_defined:way_id=80E +edge,4164,4164;41.6495438;-108.6129892:4165;41.6495298;-108.612691,way_type=user_defined:way_id=80E +edge,4165,4165;41.6495298;-108.612691:4166;41.6495132;-108.612374,way_type=user_defined:way_id=80E +edge,4166,4166;41.6495132;-108.612374:4167;41.6494965;-108.6120862,way_type=user_defined:way_id=80E +edge,4167,4167;41.6494965;-108.6120862:4168;41.6494587;-108.6115013,way_type=user_defined:way_id=80E +edge,4168,4168;41.6494587;-108.6115013:4169;41.6494334;-108.6111396,way_type=user_defined:way_id=80E +edge,4169,4169;41.6494334;-108.6111396:4170;41.6494119;-108.6108533,way_type=user_defined:way_id=80E +edge,4170,4170;41.6494119;-108.6108533:4171;41.6493824;-108.6104908,way_type=user_defined:way_id=80E +edge,4171,4171;41.6493824;-108.6104908:4172;41.6493607;-108.6102428,way_type=user_defined:way_id=80E +edge,4172,4172;41.6493607;-108.6102428:4173;41.6493322;-108.6099473,way_type=user_defined:way_id=80E +edge,4173,4173;41.6493322;-108.6099473:4174;41.6492679;-108.6093364,way_type=user_defined:way_id=80E +edge,4174,4174;41.6492679;-108.6093364:4175;41.6491969;-108.6087255,way_type=user_defined:way_id=80E +edge,4175,4175;41.6491969;-108.6087255:4176;41.6490863;-108.6078387,way_type=user_defined:way_id=80E +edge,4176,4176;41.6490863;-108.6078387:4177;41.6489216;-108.6065734,way_type=user_defined:way_id=80E +edge,4177,4177;41.6489216;-108.6065734:4178;41.6488076;-108.6056824,way_type=user_defined:way_id=80E +edge,4178,4178;41.6488076;-108.6056824:4179;41.6486806;-108.6046746,way_type=user_defined:way_id=80E +edge,4179,4179;41.6486806;-108.6046746:4180;41.6485198;-108.6034293,way_type=user_defined:way_id=80E +edge,4180,4180;41.6485198;-108.6034293:4181;41.6482817;-108.6015328,way_type=user_defined:way_id=80E +edge,4181,4181;41.6482817;-108.6015328:4182;41.6481231;-108.6003006,way_type=user_defined:way_id=80E +edge,4182,4182;41.6481231;-108.6003006:4183;41.6480369;-108.5996129,way_type=user_defined:way_id=80E +edge,4183,4183;41.6480369;-108.5996129:4184;41.6479231;-108.5987255,way_type=user_defined:way_id=80E +edge,4184,4184;41.6479231;-108.5987255:4185;41.6477738;-108.5975414,way_type=user_defined:way_id=80E +edge,4185,4185;41.6477738;-108.5975414:4186;41.6476709;-108.5967643,way_type=user_defined:way_id=80E +edge,4186,4186;41.6476709;-108.5967643:4187;41.647514;-108.5955051,way_type=user_defined:way_id=80E +edge,4187,4187;41.647514;-108.5955051:4188;41.6474434;-108.5949701,way_type=user_defined:way_id=80E +edge,4188,4188;41.6474434;-108.5949701:4189;41.6471434;-108.5926152,way_type=user_defined:way_id=80E +edge,4189,4189;41.6471434;-108.5926152:4190;41.6469686;-108.5912711,way_type=user_defined:way_id=80E +edge,4190,4190;41.6469686;-108.5912711:4191;41.6467253;-108.5893354,way_type=user_defined:way_id=80E +edge,4191,4191;41.6467253;-108.5893354:4192;41.6464765;-108.5874087,way_type=user_defined:way_id=80E +edge,4192,4192;41.6464765;-108.5874087:4193;41.6463341;-108.5862659,way_type=user_defined:way_id=80E +edge,4193,4193;41.6463341;-108.5862659:4194;41.646037;-108.583976,way_type=user_defined:way_id=80E +edge,4194,4194;41.646037;-108.583976:4195;41.64592039;-108.5830477,way_type=user_defined:way_id=80E +edge,4195,4195;41.64592039;-108.5830477:4196;41.64588021;-108.5827687,way_type=user_defined:way_id=80E +edge,4196,4196;41.64588021;-108.5827687:4197;41.64587074;-108.5826895,way_type=user_defined:way_id=80E +edge,4197,4197;41.64587074;-108.5826895:4198;41.645804;-108.582131,way_type=user_defined:way_id=80E +edge,4198,4198;41.645804;-108.582131:4199;41.645804;-108.582131,way_type=user_defined:way_id=80E +edge,4199,4199;41.645804;-108.582131:4200;41.6455321;-108.5799482,way_type=user_defined:way_id=80E +edge,4200,4200;41.6455321;-108.5799482:4201;41.6454918;-108.5795954,way_type=user_defined:way_id=80E +edge,4201,4201;41.6454918;-108.5795954:4202;41.645464;-108.5793366,way_type=user_defined:way_id=80E +edge,4202,4202;41.645464;-108.5793366:4203;41.6454321;-108.5790224,way_type=user_defined:way_id=80E +edge,4203,4203;41.6454321;-108.5790224:4204;41.6454001;-108.5786908,way_type=user_defined:way_id=80E +edge,4204,4204;41.6454001;-108.5786908:4205;41.6453734;-108.5783953,way_type=user_defined:way_id=80E +edge,4205,4205;41.6453734;-108.5783953:4206;41.64536645;-108.5783135,way_type=user_defined:way_id=80E +edge,4206,4206;41.64536645;-108.5783135:4207;41.645322;-108.5777907,way_type=user_defined:way_id=80E +edge,4207,4207;41.645322;-108.5777907:4208;41.6453015;-108.5775108,way_type=user_defined:way_id=80E +edge,4208,4208;41.6453015;-108.5775108:4209;41.6452801;-108.5771746,way_type=user_defined:way_id=80E +edge,4209,4209;41.6452801;-108.5771746:4210;41.64524273;-108.5764946,way_type=user_defined:way_id=80E +edge,4210,4210;41.64524273;-108.5764946:4211;41.64524273;-108.5764946,way_type=user_defined:way_id=80E +edge,4211,4211;41.64524273;-108.5764946:4212;41.64513555;-108.5746507,way_type=user_defined:way_id=80E +edge,4212,4212;41.64513555;-108.5746507:4213;41.6451055;-108.5741338,way_type=user_defined:way_id=80E +edge,4213,4213;41.6451055;-108.5741338:4214;41.6449968;-108.5723596,way_type=user_defined:way_id=80E +edge,4214,4214;41.6449968;-108.5723596:4215;41.6449968;-108.5723596,way_type=user_defined:way_id=80E +edge,4215,4215;41.6449968;-108.5723596:4216;41.64496852;-108.571874,way_type=user_defined:way_id=80E +edge,4216,4216;41.64496852;-108.571874:4217;41.64496852;-108.571874,way_type=user_defined:way_id=80E +edge,4217,4217;41.64496852;-108.571874:4218;41.64486202;-108.5700726,way_type=user_defined:way_id=80E +edge,4218,4218;41.64486202;-108.5700726:4219;41.64484951;-108.569861,way_type=user_defined:way_id=80E +edge,4219,4219;41.64484951;-108.569861:4220;41.64474122;-108.5681013,way_type=user_defined:way_id=80E +edge,4220,4220;41.64474122;-108.5681013:4221;41.644653;-108.5665722,way_type=user_defined:way_id=80E +edge,4221,4221;41.644653;-108.5665722:4222;41.64455579;-108.5650224,way_type=user_defined:way_id=80E +edge,4222,4222;41.64455579;-108.5650224:4223;41.6444979;-108.5640575,way_type=user_defined:way_id=80E +edge,4223,4223;41.6444979;-108.5640575:4224;41.6444979;-108.5640575,way_type=user_defined:way_id=80E +edge,4224,4224;41.6444979;-108.5640575:4225;41.64443203;-108.5628948,way_type=user_defined:way_id=80E +edge,4225,4225;41.64443203;-108.5628948:4226;41.6443853;-108.5621715,way_type=user_defined:way_id=80E +edge,4226,4226;41.6443853;-108.5621715:4227;41.6442925;-108.5605853,way_type=user_defined:way_id=80E +edge,4227,4227;41.6442925;-108.5605853:4228;41.6442404;-108.5597582,way_type=user_defined:way_id=80E +edge,4228,4228;41.6442404;-108.5597582:4229;41.6441674;-108.5585646,way_type=user_defined:way_id=80E +edge,4229,4229;41.6441674;-108.5585646:4230;41.6441065;-108.5575077,way_type=user_defined:way_id=80E +edge,4230,4230;41.6441065;-108.5575077:4231;41.6440492;-108.556559,way_type=user_defined:way_id=80E +edge,4231,4231;41.6440492;-108.556559:4232;41.6439951;-108.5556199,way_type=user_defined:way_id=80E +edge,4232,4232;41.6439951;-108.5556199:4233;41.6438829;-108.5537304,way_type=user_defined:way_id=80E +edge,4233,4233;41.6438829;-108.5537304:4234;41.6436648;-108.5501348,way_type=user_defined:way_id=80E +edge,4234,4234;41.6436648;-108.5501348:4235;41.6435231;-108.5477091,way_type=user_defined:way_id=80E +edge,4235,4235;41.6435231;-108.5477091:4236;41.64346;-108.5467281,way_type=user_defined:way_id=80E +edge,4236,4236;41.64346;-108.5467281:4237;41.6433838;-108.5454632,way_type=user_defined:way_id=80E +edge,4237,4237;41.6433838;-108.5454632:4238;41.6433209;-108.5443394,way_type=user_defined:way_id=80E +edge,4238,4238;41.6433209;-108.5443394:4239;41.6432184;-108.5427065,way_type=user_defined:way_id=80E +edge,4239,4239;41.6432184;-108.5427065:4240;41.6431084;-108.5408581,way_type=user_defined:way_id=80E +edge,4240,4240;41.6431084;-108.5408581:4241;41.6430427;-108.5398023,way_type=user_defined:way_id=80E +edge,4241,4241;41.6430427;-108.5398023:4242;41.6429739;-108.538673,way_type=user_defined:way_id=80E +edge,4242,4242;41.6429739;-108.538673:4243;41.6428855;-108.5371876,way_type=user_defined:way_id=80E +edge,4243,4243;41.6428855;-108.5371876:4244;41.6428272;-108.5362499,way_type=user_defined:way_id=80E +edge,4244,4244;41.6428272;-108.5362499:4245;41.6427739;-108.5353129,way_type=user_defined:way_id=80E +edge,4245,4245;41.6427739;-108.5353129:4246;41.6426478;-108.5332131,way_type=user_defined:way_id=80E +edge,4246,4246;41.6426478;-108.5332131:4247;41.6425892;-108.5322685,way_type=user_defined:way_id=80E +edge,4247,4247;41.6425892;-108.5322685:4248;41.6425324;-108.5313244,way_type=user_defined:way_id=80E +edge,4248,4248;41.6425324;-108.5313244:4249;41.6424261;-108.5295145,way_type=user_defined:way_id=80E +edge,4249,4249;41.6424261;-108.5295145:4250;41.6423497;-108.5282825,way_type=user_defined:way_id=80E +edge,4250,4250;41.6423497;-108.5282825:4251;41.6421208;-108.5244092,way_type=user_defined:way_id=80E +edge,4251,4251;41.6421208;-108.5244092:4252;41.6419831;-108.5221187,way_type=user_defined:way_id=80E +edge,4252,4252;41.6419831;-108.5221187:4253;41.6418875;-108.5205941,way_type=user_defined:way_id=80E +edge,4253,4253;41.6418875;-108.5205941:4254;41.6417981;-108.5190741,way_type=user_defined:way_id=80E +edge,4254,4254;41.6417981;-108.5190741:4255;41.64170739;-108.5176213,way_type=user_defined:way_id=80E +edge,4255,4255;41.64170739;-108.5176213:4256;41.64167851;-108.5171246,way_type=user_defined:way_id=80E +edge,4256,4256;41.64167851;-108.5171246:4257;41.6416495;-108.5166258,way_type=user_defined:way_id=80E +edge,4257,4257;41.6416495;-108.5166258:4258;41.6415837;-108.5155247,way_type=user_defined:way_id=80E +edge,4258,4258;41.6415837;-108.5155247:4259;41.641424;-108.512903,way_type=user_defined:way_id=80E +edge,4259,4259;41.641424;-108.512903:4260;41.6413074;-108.5109403,way_type=user_defined:way_id=80E +edge,4260,4260;41.6413074;-108.5109403:4261;41.6412451;-108.5099275,way_type=user_defined:way_id=80E +edge,4261,4261;41.6412451;-108.5099275:4262;41.6411324;-108.5080058,way_type=user_defined:way_id=80E +edge,4262,4262;41.6411324;-108.5080058:4263;41.6410773;-108.5070973,way_type=user_defined:way_id=80E +edge,4263,4263;41.6410773;-108.5070973:4264;41.641005;-108.5059439,way_type=user_defined:way_id=80E +edge,4264,4264;41.641005;-108.5059439:4265;41.640854;-108.5034014,way_type=user_defined:way_id=80E +edge,4265,4265;41.640854;-108.5034014:4266;41.6407573;-108.501849,way_type=user_defined:way_id=80E +edge,4266,4266;41.6407573;-108.501849:4267;41.6405123;-108.4978119,way_type=user_defined:way_id=80E +edge,4267,4267;41.6405123;-108.4978119:4268;41.6404603;-108.4969747,way_type=user_defined:way_id=80E +edge,4268,4268;41.6404603;-108.4969747:4269;41.6404052;-108.4960374,way_type=user_defined:way_id=80E +edge,4269,4269;41.6404052;-108.4960374:4270;41.640327;-108.4947719,way_type=user_defined:way_id=80E +edge,4270,4270;41.640327;-108.4947719:4271;41.6402366;-108.493289,way_type=user_defined:way_id=80E +edge,4271,4271;41.6402366;-108.493289:4272;41.6401791;-108.4923206,way_type=user_defined:way_id=80E +edge,4272,4272;41.6401791;-108.4923206:4273;41.6400437;-108.4901152,way_type=user_defined:way_id=80E +edge,4273,4273;41.6400437;-108.4901152:4274;41.6398668;-108.4871742,way_type=user_defined:way_id=80E +edge,4274,4274;41.6398668;-108.4871742:4275;41.63982559;-108.4865205,way_type=user_defined:way_id=80E +edge,4275,4275;41.63982559;-108.4865205:4276;41.63982559;-108.4865205,way_type=user_defined:way_id=80E +edge,4276,4276;41.63982559;-108.4865205:4277;41.6397848;-108.4858491,way_type=user_defined:way_id=80E +edge,4277,4277;41.6397848;-108.4858491:4278;41.6397848;-108.4858491,way_type=user_defined:way_id=80E +edge,4278,4278;41.6397848;-108.4858491:4279;41.6396855;-108.4841936,way_type=user_defined:way_id=80E +edge,4279,4279;41.6396855;-108.4841936:4280;41.63965729;-108.4837234,way_type=user_defined:way_id=80E +edge,4280,4280;41.63965729;-108.4837234:4281;41.6395867;-108.4825466,way_type=user_defined:way_id=80E +edge,4281,4281;41.6395867;-108.4825466:4282;41.639536;-108.4816365,way_type=user_defined:way_id=80E +edge,4282,4282;41.639536;-108.4816365:4283;41.6394413;-108.4801237,way_type=user_defined:way_id=80E +edge,4283,4283;41.6394413;-108.4801237:4284;41.6394413;-108.4801237,way_type=user_defined:way_id=80E +edge,4284,4284;41.6394413;-108.4801237:4285;41.6394049;-108.4795391,way_type=user_defined:way_id=80E +edge,4285,4285;41.6394049;-108.4795391:4286;41.63921479;-108.4763695,way_type=user_defined:way_id=80E +edge,4286,4286;41.63921479;-108.4763695:4287;41.6389274;-108.4715781,way_type=user_defined:way_id=80E +edge,4287,4287;41.6389274;-108.4715781:4288;41.6386614;-108.4672331,way_type=user_defined:way_id=80E +edge,4288,4288;41.6386614;-108.4672331:4289;41.6385893;-108.4660067,way_type=user_defined:way_id=80E +edge,4289,4289;41.6385893;-108.4660067:4290;41.6384188;-108.4632478,way_type=user_defined:way_id=80E +edge,4290,4290;41.6384188;-108.4632478:4291;41.63838274;-108.4626565,way_type=user_defined:way_id=80E +edge,4291,4291;41.63838274;-108.4626565:4292;41.6383425;-108.4619967,way_type=user_defined:way_id=80E +edge,4292,4292;41.6383425;-108.4619967:4293;41.6382146;-108.4598619,way_type=user_defined:way_id=80E +edge,4293,4293;41.6382146;-108.4598619:4294;41.6380415;-108.4570347,way_type=user_defined:way_id=80E +edge,4294,4294;41.6380415;-108.4570347:4295;41.63802296;-108.4567258,way_type=user_defined:way_id=80E +edge,4295,4295;41.63802296;-108.4567258:4296;41.63799048;-108.4561014,way_type=user_defined:way_id=80E +edge,4296,4296;41.63799048;-108.4561014:4297;41.6378257;-108.4534509,way_type=user_defined:way_id=80E +edge,4297,4297;41.6378257;-108.4534509:4298;41.6376925;-108.4512762,way_type=user_defined:way_id=80E +edge,4298,4298;41.6376925;-108.4512762:4299;41.63767018;-108.450904,way_type=user_defined:way_id=80E +edge,4299,4299;41.63767018;-108.450904:4300;41.63764132;-108.4503236,way_type=user_defined:way_id=80E +edge,4300,4300;41.63764132;-108.4503236:4301;41.63750025;-108.4481748,way_type=user_defined:way_id=80E +edge,4301,4301;41.63750025;-108.4481748:4302;41.63738102;-108.4461251,way_type=user_defined:way_id=80E +edge,4302,4302;41.63738102;-108.4461251:4303;41.63724612;-108.4439083,way_type=user_defined:way_id=80E +edge,4303,4303;41.63724612;-108.4439083:4304;41.63712091;-108.4418582,way_type=user_defined:way_id=80E +edge,4304,4304;41.63712091;-108.4418582:4305;41.6370174;-108.4401956,way_type=user_defined:way_id=80E +edge,4305,4305;41.6370174;-108.4401956:4306;41.6367851;-108.4363611,way_type=user_defined:way_id=80E +edge,4306,4306;41.6367851;-108.4363611:4307;41.6366969;-108.434947,way_type=user_defined:way_id=80E +edge,4307,4307;41.6366969;-108.434947:4308;41.636495;-108.4316565,way_type=user_defined:way_id=80E +edge,4308,4308;41.636495;-108.4316565:4309;41.6364014;-108.4300929,way_type=user_defined:way_id=80E +edge,4309,4309;41.6364014;-108.4300929:4310;41.6362101;-108.4269523,way_type=user_defined:way_id=80E +edge,4310,4310;41.6362101;-108.4269523:4311;41.6361004;-108.4251875,way_type=user_defined:way_id=80E +edge,4311,4311;41.6361004;-108.4251875:4312;41.6360259;-108.4239393,way_type=user_defined:way_id=80E +edge,4312,4312;41.6360259;-108.4239393:4313;41.6359313;-108.4224267,way_type=user_defined:way_id=80E +edge,4313,4313;41.6359313;-108.4224267:4314;41.6358236;-108.4206498,way_type=user_defined:way_id=80E +edge,4314,4314;41.6358236;-108.4206498:4315;41.6357029;-108.4187353,way_type=user_defined:way_id=80E +edge,4315,4315;41.6357029;-108.4187353:4316;41.6355775;-108.4165931,way_type=user_defined:way_id=80E +edge,4316,4316;41.6355775;-108.4165931:4317;41.63557116;-108.4164736,way_type=user_defined:way_id=80E +edge,4317,4317;41.63557116;-108.4164736:4318;41.63553998;-108.4158863,way_type=user_defined:way_id=80E +edge,4318,4318;41.63553998;-108.4158863:4319;41.63552839;-108.4157045,way_type=user_defined:way_id=80E +edge,4319,4319;41.63552839;-108.4157045:4320;41.6355183;-108.4154386,way_type=user_defined:way_id=80E +edge,4320,4320;41.6355183;-108.4154386:4321;41.6355183;-108.4154386,way_type=user_defined:way_id=80E +edge,4321,4321;41.6355183;-108.4154386:4322;41.6354372;-108.4135464,way_type=user_defined:way_id=80E +edge,4322,4322;41.6354372;-108.4135464:4323;41.63539251;-108.4125825,way_type=user_defined:way_id=80E +edge,4323,4323;41.63539251;-108.4125825:4324;41.63528969;-108.4103645,way_type=user_defined:way_id=80E +edge,4324,4324;41.63528969;-108.4103645:4325;41.63528969;-108.4103645,way_type=user_defined:way_id=80E +edge,4325,4325;41.63528969;-108.4103645:4326;41.6352555;-108.4095984,way_type=user_defined:way_id=80E +edge,4326,4326;41.6352555;-108.4095984:4327;41.6351984;-108.4083968,way_type=user_defined:way_id=80E +edge,4327,4327;41.6351984;-108.4083968:4328;41.63519075;-108.4082283,way_type=user_defined:way_id=80E +edge,4328,4328;41.63519075;-108.4082283:4329;41.6351462;-108.4072471,way_type=user_defined:way_id=80E +edge,4329,4329;41.6351462;-108.4072471:4330;41.63511;-108.4065189,way_type=user_defined:way_id=80E +edge,4330,4330;41.63511;-108.4065189:4331;41.6350799;-108.4059495,way_type=user_defined:way_id=80E +edge,4331,4331;41.6350799;-108.4059495:4332;41.6350585;-108.4055753,way_type=user_defined:way_id=80E +edge,4332,4332;41.6350585;-108.4055753:4333;41.6350368;-108.4052276,way_type=user_defined:way_id=80E +edge,4333,4333;41.6350368;-108.4052276:4334;41.63498648;-108.4044823,way_type=user_defined:way_id=80E +edge,4334,4334;41.63498648;-108.4044823:4335;41.63498648;-108.4044823,way_type=user_defined:way_id=80E +edge,4335,4335;41.63498648;-108.4044823:4336;41.6349513;-108.4039917,way_type=user_defined:way_id=80E +edge,4336,4336;41.6349513;-108.4039917:4337;41.6347929;-108.4019315,way_type=user_defined:way_id=80E +edge,4337,4337;41.6347929;-108.4019315:4338;41.63474158;-108.4012526,way_type=user_defined:way_id=80E +edge,4338,4338;41.63474158;-108.4012526:4339;41.6346042;-108.3994352,way_type=user_defined:way_id=80E +edge,4339,4339;41.6346042;-108.3994352:4340;41.6345489;-108.3987121,way_type=user_defined:way_id=80E +edge,4340,4340;41.6345489;-108.3987121:4341;41.6344826;-108.3978757,way_type=user_defined:way_id=80E +edge,4341,4341;41.6344826;-108.3978757:4342;41.6343975;-108.3967527,way_type=user_defined:way_id=80E +edge,4342,4342;41.6343975;-108.3967527:4343;41.6343194;-108.3957458,way_type=user_defined:way_id=80E +edge,4343,4343;41.6343194;-108.3957458:4344;41.6342551;-108.3948767,way_type=user_defined:way_id=80E +edge,4344,4344;41.6342551;-108.3948767:4345;41.6342119;-108.3942636,way_type=user_defined:way_id=80E +edge,4345,4345;41.6342119;-108.3942636:4346;41.6341757;-108.3937183,way_type=user_defined:way_id=80E +edge,4346,4346;41.6341757;-108.3937183:4347;41.634119;-108.3928227,way_type=user_defined:way_id=80E +edge,4347,4347;41.634119;-108.3928227:4348;41.6339427;-108.3899584,way_type=user_defined:way_id=80E +edge,4348,4348;41.6339427;-108.3899584:4349;41.633889;-108.3890513,way_type=user_defined:way_id=80E +edge,4349,4349;41.633889;-108.3890513:4350;41.6337963;-108.3875378,way_type=user_defined:way_id=80E +edge,4350,4350;41.6337963;-108.3875378:4351;41.6336266;-108.3848386,way_type=user_defined:way_id=80E +edge,4351,4351;41.6336266;-108.3848386:4352;41.63360114;-108.3844276,way_type=user_defined:way_id=80E +edge,4352,4352;41.63360114;-108.3844276:4353;41.6335453;-108.3835262,way_type=user_defined:way_id=80E +edge,4353,4353;41.6335453;-108.3835262:4354;41.6335453;-108.3835262,way_type=user_defined:way_id=80E +edge,4354,4354;41.6335453;-108.3835262:4355;41.6334984;-108.3827668,way_type=user_defined:way_id=80E +edge,4355,4355;41.6334984;-108.3827668:4356;41.6334233;-108.3814912,way_type=user_defined:way_id=80E +edge,4356,4356;41.6334233;-108.3814912:4357;41.63336863;-108.3806027,way_type=user_defined:way_id=80E +edge,4357,4357;41.63336863;-108.3806027:4358;41.63325166;-108.3787017,way_type=user_defined:way_id=80E +edge,4358,4358;41.63325166;-108.3787017:4359;41.63325166;-108.3787017,way_type=user_defined:way_id=80E +edge,4359,4359;41.63325166;-108.3787017:4360;41.63313392;-108.3767727,way_type=user_defined:way_id=80E +edge,4360,4360;41.63313392;-108.3767727:4361;41.6329655;-108.3740132,way_type=user_defined:way_id=80E +edge,4361,4361;41.6329655;-108.3740132:4362;41.6328844;-108.3727241,way_type=user_defined:way_id=80E +edge,4362,4362;41.6328844;-108.3727241:4363;41.6328844;-108.3727241,way_type=user_defined:way_id=80E +edge,4363,4363;41.6328844;-108.3727241:4364;41.6328444;-108.3720931,way_type=user_defined:way_id=80E +edge,4364,4364;41.6328444;-108.3720931:4365;41.63266951;-108.369216,way_type=user_defined:way_id=80E +edge,4365,4365;41.63266951;-108.369216:4366;41.6326244;-108.3684739,way_type=user_defined:way_id=80E +edge,4366,4366;41.6326244;-108.3684739:4367;41.6324514;-108.3657036,way_type=user_defined:way_id=80E +edge,4367,4367;41.6324514;-108.3657036:4368;41.6323964;-108.3647965,way_type=user_defined:way_id=80E +edge,4368,4368;41.6323964;-108.3647965:4369;41.632317;-108.3635641,way_type=user_defined:way_id=80E +edge,4369,4369;41.632317;-108.3635641:4370;41.6322565;-108.362588,way_type=user_defined:way_id=80E +edge,4370,4370;41.6322565;-108.362588:4371;41.6321479;-108.3607828,way_type=user_defined:way_id=80E +edge,4371,4371;41.6321479;-108.3607828:4372;41.6320696;-108.3595214,way_type=user_defined:way_id=80E +edge,4372,4372;41.6320696;-108.3595214:4373;41.6319994;-108.358357,way_type=user_defined:way_id=80E +edge,4373,4373;41.6319994;-108.358357:4374;41.6319351;-108.3573416,way_type=user_defined:way_id=80E +edge,4374,4374;41.6319351;-108.3573416:4375;41.6318909;-108.3565835,way_type=user_defined:way_id=80E +edge,4375,4375;41.6318909;-108.3565835:4376;41.6318693;-108.3561841,way_type=user_defined:way_id=80E +edge,4376,4376;41.6318693;-108.3561841:4377;41.6318513;-108.3558186,way_type=user_defined:way_id=80E +edge,4377,4377;41.6318513;-108.3558186:4378;41.6318276;-108.3552786,way_type=user_defined:way_id=80E +edge,4378,4378;41.6318276;-108.3552786:4379;41.6318073;-108.3547741,way_type=user_defined:way_id=80E +edge,4379,4379;41.6318073;-108.3547741:4380;41.6317323;-108.3527812,way_type=user_defined:way_id=80E +edge,4380,4380;41.6317323;-108.3527812:4381;41.63169979;-108.3518452,way_type=user_defined:way_id=80E +edge,4381,4381;41.63169979;-108.3518452:4382;41.6316744;-108.3511143,way_type=user_defined:way_id=80E +edge,4382,4382;41.6316744;-108.3511143:4383;41.6316744;-108.3511143,way_type=user_defined:way_id=80E +edge,4383,4383;41.6316744;-108.3511143:4384;41.6315773;-108.3483116,way_type=user_defined:way_id=80E +edge,4384,4384;41.6315773;-108.3483116:4385;41.6315773;-108.3483116,way_type=user_defined:way_id=80E +edge,4385,4385;41.6315773;-108.3483116:4386;41.6315603;-108.3478214,way_type=user_defined:way_id=80E +edge,4386,4386;41.6315603;-108.3478214:4387;41.6315603;-108.3478214,way_type=user_defined:way_id=80E +edge,4387,4387;41.6315603;-108.3478214:4388;41.6315143;-108.346513,way_type=user_defined:way_id=80E +edge,4388,4388;41.6315143;-108.346513:4389;41.6314396;-108.3442315,way_type=user_defined:way_id=80E +edge,4389,4389;41.6314396;-108.3442315:4390;41.6313967;-108.3429943,way_type=user_defined:way_id=80E +edge,4390,4390;41.6313967;-108.3429943:4391;41.6313634;-108.3419757,way_type=user_defined:way_id=80E +edge,4391,4391;41.6313634;-108.3419757:4392;41.6313022;-108.3402103,way_type=user_defined:way_id=80E +edge,4392,4392;41.6313022;-108.3402103:4393;41.6312655;-108.3391944,way_type=user_defined:way_id=80E +edge,4393,4393;41.6312655;-108.3391944:4394;41.6312055;-108.3374197,way_type=user_defined:way_id=80E +edge,4394,4394;41.6312055;-108.3374197:4395;41.6311727;-108.3365179,way_type=user_defined:way_id=80E +edge,4395,4395;41.6311727;-108.3365179:4396;41.631152;-108.3359028,way_type=user_defined:way_id=80E +edge,4396,4396;41.631152;-108.3359028:4397;41.6310227;-108.3323417,way_type=user_defined:way_id=80E +edge,4397,4397;41.6310227;-108.3323417:4398;41.6309148;-108.3291526,way_type=user_defined:way_id=80E +edge,4398,4398;41.6309148;-108.3291526:4399;41.6308577;-108.3275783,way_type=user_defined:way_id=80E +edge,4399,4399;41.6308577;-108.3275783:4400;41.6307937;-108.3257296,way_type=user_defined:way_id=80E +edge,4400,4400;41.6307937;-108.3257296:4401;41.6307481;-108.3245314,way_type=user_defined:way_id=80E +edge,4401,4401;41.6307481;-108.3245314:4402;41.6307174;-108.3235887,way_type=user_defined:way_id=80E +edge,4402,4402;41.6307174;-108.3235887:4403;41.6306336;-108.3211249,way_type=user_defined:way_id=80E +edge,4403,4403;41.6306336;-108.3211249:4404;41.6305877;-108.3198999,way_type=user_defined:way_id=80E +edge,4404,4404;41.6305877;-108.3198999:4405;41.6305477;-108.3186633,way_type=user_defined:way_id=80E +edge,4405,4405;41.6305477;-108.3186633:4406;41.6304496;-108.3158789,way_type=user_defined:way_id=80E +edge,4406,4406;41.6304496;-108.3158789:4407;41.63042167;-108.3151107,way_type=user_defined:way_id=80E +edge,4407,4407;41.63042167;-108.3151107:4408;41.6303927;-108.3143138,way_type=user_defined:way_id=80E +edge,4408,4408;41.6303927;-108.3143138:4409;41.6303927;-108.3143138,way_type=user_defined:way_id=80E +edge,4409,4409;41.6303927;-108.3143138:4410;41.6303531;-108.3131494,way_type=user_defined:way_id=80E +edge,4410,4410;41.6303531;-108.3131494:4411;41.63031986;-108.31223,way_type=user_defined:way_id=80E +edge,4411,4411;41.63031986;-108.31223:4412;41.6303008;-108.3117028,way_type=user_defined:way_id=80E +edge,4412,4412;41.6303008;-108.3117028:4413;41.63027835;-108.3111393,way_type=user_defined:way_id=80E +edge,4413,4413;41.63027835;-108.3111393:4414;41.6302383;-108.30998,way_type=user_defined:way_id=80E +edge,4414,4414;41.6302383;-108.30998:4415;41.6302365;-108.309891,way_type=user_defined:way_id=80E +edge,4415,4415;41.6302365;-108.309891:4416;41.6302365;-108.309891,way_type=user_defined:way_id=80E +edge,4416,4416;41.6302365;-108.309891:4417;41.6301772;-108.3082452,way_type=user_defined:way_id=80E +edge,4417,4417;41.6301772;-108.3082452:4418;41.63017272;-108.3081163,way_type=user_defined:way_id=80E +edge,4418,4418;41.63017272;-108.3081163:4419;41.6301344;-108.3070137,way_type=user_defined:way_id=80E +edge,4419,4419;41.6301344;-108.3070137:4420;41.6300856;-108.3057141,way_type=user_defined:way_id=80E +edge,4420,4420;41.6300856;-108.3057141:4421;41.6300521;-108.3047694,way_type=user_defined:way_id=80E +edge,4421,4421;41.6300521;-108.3047694:4422;41.6300521;-108.3047694,way_type=user_defined:way_id=80E +edge,4422,4422;41.6300521;-108.3047694:4423;41.62996395;-108.3022477,way_type=user_defined:way_id=80E +edge,4423,4423;41.62996395;-108.3022477:4424;41.6299581;-108.3020803,way_type=user_defined:way_id=80E +edge,4424,4424;41.6299581;-108.3020803:4425;41.629903;-108.300597,way_type=user_defined:way_id=80E +edge,4425,4425;41.629903;-108.300597:4426;41.629834;-108.2986465,way_type=user_defined:way_id=80E +edge,4426,4426;41.629834;-108.2986465:4427;41.6297709;-108.2969444,way_type=user_defined:way_id=80E +edge,4427,4427;41.6297709;-108.2969444:4428;41.6296741;-108.2941106,way_type=user_defined:way_id=80E +edge,4428,4428;41.6296741;-108.2941106:4429;41.6295857;-108.2916334,way_type=user_defined:way_id=80E +edge,4429,4429;41.6295857;-108.2916334:4430;41.6295544;-108.2906222,way_type=user_defined:way_id=80E +edge,4430,4430;41.6295544;-108.2906222:4431;41.6295482;-108.2903687,way_type=user_defined:way_id=80E +edge,4431,4431;41.6295482;-108.2903687:4432;41.6295447;-108.290077,way_type=user_defined:way_id=80E +edge,4432,4432;41.6295447;-108.290077:4433;41.6295464;-108.2897478,way_type=user_defined:way_id=80E +edge,4433,4433;41.6295464;-108.2897478:4434;41.629552;-108.2894565,way_type=user_defined:way_id=80E +edge,4434,4434;41.629552;-108.2894565:4435;41.6295619;-108.2891284,way_type=user_defined:way_id=80E +edge,4435,4435;41.6295619;-108.2891284:4436;41.6295734;-108.2888482,way_type=user_defined:way_id=80E +edge,4436,4436;41.6295734;-108.2888482:4437;41.629593;-108.2884762,way_type=user_defined:way_id=80E +edge,4437,4437;41.629593;-108.2884762:4438;41.6296072;-108.2882352,way_type=user_defined:way_id=80E +edge,4438,4438;41.6296072;-108.2882352:4439;41.6296244;-108.287978,way_type=user_defined:way_id=80E +edge,4439,4439;41.6296244;-108.287978:4440;41.6296521;-108.2876164,way_type=user_defined:way_id=80E +edge,4440,4440;41.6296521;-108.2876164:4441;41.6296786;-108.2873223,way_type=user_defined:way_id=80E +edge,4441,4441;41.6296786;-108.2873223:4442;41.6297088;-108.2870293,way_type=user_defined:way_id=80E +edge,4442,4442;41.6297088;-108.2870293:4443;41.6297373;-108.2867846,way_type=user_defined:way_id=80E +edge,4443,4443;41.6297373;-108.2867846:4444;41.6297843;-108.286419,way_type=user_defined:way_id=80E +edge,4444,4444;41.6297843;-108.286419:4445;41.6298284;-108.2861015,way_type=user_defined:way_id=80E +edge,4445,4445;41.6298284;-108.2861015:4446;41.6299123;-108.2855324,way_type=user_defined:way_id=80E +edge,4446,4446;41.6299123;-108.2855324:4447;41.630283;-108.2831223,way_type=user_defined:way_id=80E +edge,4447,4447;41.630283;-108.2831223:4448;41.6304194;-108.282224,way_type=user_defined:way_id=80E +edge,4448,4448;41.6304194;-108.282224:4449;41.6306083;-108.2810286,way_type=user_defined:way_id=80E +edge,4449,4449;41.6306083;-108.2810286:4450;41.6307928;-108.2798201,way_type=user_defined:way_id=80E +edge,4450,4450;41.6307928;-108.2798201:4451;41.6308793;-108.2792452,way_type=user_defined:way_id=80E +edge,4451,4451;41.6308793;-108.2792452:4452;41.6311711;-108.2774031,way_type=user_defined:way_id=80E +edge,4452,4452;41.6311711;-108.2774031:4453;41.6313473;-108.2762635,way_type=user_defined:way_id=80E +edge,4453,4453;41.6313473;-108.2762635:4454;41.631493;-108.2753061,way_type=user_defined:way_id=80E +edge,4454,4454;41.631493;-108.2753061:4455;41.6317309;-108.2737866,way_type=user_defined:way_id=80E +edge,4455,4455;41.6317309;-108.2737866:4456;41.631873;-108.2728548,way_type=user_defined:way_id=80E +edge,4456,4456;41.631873;-108.2728548:4457;41.6320659;-108.2716151,way_type=user_defined:way_id=80E +edge,4457,4457;41.6320659;-108.2716151:4458;41.6322356;-108.2705115,way_type=user_defined:way_id=80E +edge,4458,4458;41.6322356;-108.2705115:4459;41.63230822;-108.2700537,way_type=user_defined:way_id=80E +edge,4459,4459;41.63230822;-108.2700537:4460;41.6323819;-108.2695892,way_type=user_defined:way_id=80E +edge,4460,4460;41.6323819;-108.2695892:4461;41.6324713;-108.2690138,way_type=user_defined:way_id=80E +edge,4461,4461;41.6324713;-108.2690138:4462;41.6324713;-108.2690138,way_type=user_defined:way_id=80E +edge,4462,4462;41.6324713;-108.2690138:4463;41.63273873;-108.2672835,way_type=user_defined:way_id=80E +edge,4463,4463;41.63273873;-108.2672835:4464;41.6327572;-108.267164,way_type=user_defined:way_id=80E +edge,4464,4464;41.6327572;-108.267164:4465;41.6328989;-108.2662377,way_type=user_defined:way_id=80E +edge,4465,4465;41.6328989;-108.2662377:4466;41.6331796;-108.264431,way_type=user_defined:way_id=80E +edge,4466,4466;41.6331796;-108.264431:4467;41.63360528;-108.2617126,way_type=user_defined:way_id=80E +edge,4467,4467;41.63360528;-108.2617126:4468;41.63360528;-108.2617126,way_type=user_defined:way_id=80E +edge,4468,4468;41.63360528;-108.2617126:4469;41.633743;-108.2608163,way_type=user_defined:way_id=80E +edge,4469,4469;41.633743;-108.2608163:4470;41.63408784;-108.2585374,way_type=user_defined:way_id=80E +edge,4470,4470;41.63408784;-108.2585374:4471;41.6341961;-108.2578219,way_type=user_defined:way_id=80E +edge,4471,4471;41.6341961;-108.2578219:4472;41.6345301;-108.2556883,way_type=user_defined:way_id=80E +edge,4472,4472;41.6345301;-108.2556883:4473;41.6346177;-108.2551204,way_type=user_defined:way_id=80E +edge,4473,4473;41.6346177;-108.2551204:4474;41.6346177;-108.2551204,way_type=user_defined:way_id=80E +edge,4474,4474;41.6346177;-108.2551204:4475;41.6347694;-108.2541314,way_type=user_defined:way_id=80E +edge,4475,4475;41.6347694;-108.2541314:4476;41.6349539;-108.2529606,way_type=user_defined:way_id=80E +edge,4476,4476;41.6349539;-108.2529606:4477;41.635024;-108.252504,way_type=user_defined:way_id=80E +edge,4477,4477;41.635024;-108.252504:4478;41.6352827;-108.2508187,way_type=user_defined:way_id=80E +edge,4478,4478;41.6352827;-108.2508187:4479;41.6353792;-108.2502053,way_type=user_defined:way_id=80E +edge,4479,4479;41.6353792;-108.2502053:4480;41.6355133;-108.249327,way_type=user_defined:way_id=80E +edge,4480,4480;41.6355133;-108.249327:4481;41.6356147;-108.2486782,way_type=user_defined:way_id=80E +edge,4481,4481;41.6356147;-108.2486782:4482;41.6357517;-108.2477818,way_type=user_defined:way_id=80E +edge,4482,4482;41.6357517;-108.2477818:4483;41.6358947;-108.246867,way_type=user_defined:way_id=80E +edge,4483,4483;41.6358947;-108.246867:4484;41.6361718;-108.2450477,way_type=user_defined:way_id=80E +edge,4484,4484;41.6361718;-108.2450477:4485;41.6363568;-108.2438722,way_type=user_defined:way_id=80E +edge,4485,4485;41.6363568;-108.2438722:4486;41.6364966;-108.242949,way_type=user_defined:way_id=80E +edge,4486,4486;41.6364966;-108.242949:4487;41.636729;-108.2414509,way_type=user_defined:way_id=80E +edge,4487,4487;41.636729;-108.2414509:4488;41.6369577;-108.2399596,way_type=user_defined:way_id=80E +edge,4488,4488;41.6369577;-108.2399596:4489;41.637247;-108.238109,way_type=user_defined:way_id=80E +edge,4489,4489;41.637247;-108.238109:4490;41.6373332;-108.237526,way_type=user_defined:way_id=80E +edge,4490,4490;41.6373332;-108.237526:4491;41.6373726;-108.2372434,way_type=user_defined:way_id=80E +edge,4491,4491;41.6373726;-108.2372434:4492;41.6374085;-108.2369687,way_type=user_defined:way_id=80E +edge,4492,4492;41.6374085;-108.2369687:4493;41.6374843;-108.2363548,way_type=user_defined:way_id=80E +edge,4493,4493;41.6374843;-108.2363548:4494;41.6375536;-108.2357471,way_type=user_defined:way_id=80E +edge,4494,4494;41.6375536;-108.2357471:4495;41.6376824;-108.2345258,way_type=user_defined:way_id=80E +edge,4495,4495;41.6376824;-108.2345258:4496;41.6378066;-108.2332917,way_type=user_defined:way_id=80E +edge,4496,4496;41.6378066;-108.2332917:4497;41.6379025;-108.2323207,way_type=user_defined:way_id=80E +edge,4497,4497;41.6379025;-108.2323207:4498;41.6380834;-108.2305592,way_type=user_defined:way_id=80E +edge,4498,4498;41.6380834;-108.2305592:4499;41.6382075;-108.2292971,way_type=user_defined:way_id=80E +edge,4499,4499;41.6382075;-108.2292971:4500;41.6383879;-108.2275038,way_type=user_defined:way_id=80E +edge,4500,4500;41.6383879;-108.2275038:4501;41.6385607;-108.2257679,way_type=user_defined:way_id=80E +edge,4501,4501;41.6385607;-108.2257679:4502;41.6387337;-108.2240828,way_type=user_defined:way_id=80E +edge,4502,4502;41.6387337;-108.2240828:4503;41.6388894;-108.2225213,way_type=user_defined:way_id=80E +edge,4503,4503;41.6388894;-108.2225213:4504;41.6389841;-108.2215885,way_type=user_defined:way_id=80E +edge,4504,4504;41.6389841;-108.2215885:4505;41.6390768;-108.2206496,way_type=user_defined:way_id=80E +edge,4505,4505;41.6390768;-108.2206496:4506;41.6393735;-108.2176953,way_type=user_defined:way_id=80E +edge,4506,4506;41.6393735;-108.2176953:4507;41.63947;-108.2167528,way_type=user_defined:way_id=80E +edge,4507,4507;41.63947;-108.2167528:4508;41.6397082;-108.2143784,way_type=user_defined:way_id=80E +edge,4508,4508;41.6397082;-108.2143784:4509;41.6398074;-108.2134121,way_type=user_defined:way_id=80E +edge,4509,4509;41.6398074;-108.2134121:4510;41.6400305;-108.2111844,way_type=user_defined:way_id=80E +edge,4510,4510;41.6400305;-108.2111844:4511;41.6401671;-108.2098457,way_type=user_defined:way_id=80E +edge,4511,4511;41.6401671;-108.2098457:4512;41.6404238;-108.2072795,way_type=user_defined:way_id=80E +edge,4512,4512;41.6404238;-108.2072795:4513;41.6407327;-108.2042909,way_type=user_defined:way_id=80E +edge,4513,4513;41.6407327;-108.2042909:4514;41.6408401;-108.2032089,way_type=user_defined:way_id=80E +edge,4514,4514;41.6408401;-108.2032089:4515;41.6409512;-108.2021283,way_type=user_defined:way_id=80E +edge,4515,4515;41.6409512;-108.2021283:4516;41.641131;-108.200292,way_type=user_defined:way_id=80E +edge,4516,4516;41.641131;-108.200292:4517;41.6412542;-108.1990724,way_type=user_defined:way_id=80E +edge,4517,4517;41.6412542;-108.1990724:4518;41.6413444;-108.1981636,way_type=user_defined:way_id=80E +edge,4518,4518;41.6413444;-108.1981636:4519;41.6414768;-108.1968732,way_type=user_defined:way_id=80E +edge,4519,4519;41.6414768;-108.1968732:4520;41.6415899;-108.1957497,way_type=user_defined:way_id=80E +edge,4520,4520;41.6415899;-108.1957497:4521;41.6417164;-108.1945262,way_type=user_defined:way_id=80E +edge,4521,4521;41.6417164;-108.1945262:4522;41.6417852;-108.1938432,way_type=user_defined:way_id=80E +edge,4522,4522;41.6417852;-108.1938432:4523;41.6420851;-108.1908079,way_type=user_defined:way_id=80E +edge,4523,4523;41.6420851;-108.1908079:4524;41.642209;-108.1895969,way_type=user_defined:way_id=80E +edge,4524,4524;41.642209;-108.1895969:4525;41.6422843;-108.188875,way_type=user_defined:way_id=80E +edge,4525,4525;41.6422843;-108.188875:4526;41.6425749;-108.1859607,way_type=user_defined:way_id=80E +edge,4526,4526;41.6425749;-108.1859607:4527;41.6426745;-108.1850189,way_type=user_defined:way_id=80E +edge,4527,4527;41.6426745;-108.1850189:4528;41.642719;-108.1845823,way_type=user_defined:way_id=80E +edge,4528,4528;41.642719;-108.1845823:4529;41.6428365;-108.1833949,way_type=user_defined:way_id=80E +edge,4529,4529;41.6428365;-108.1833949:4530;41.6430959;-108.1808376,way_type=user_defined:way_id=80E +edge,4530,4530;41.6430959;-108.1808376:4531;41.6431917;-108.1798631,way_type=user_defined:way_id=80E +edge,4531,4531;41.6431917;-108.1798631:4532;41.643351;-108.1782878,way_type=user_defined:way_id=80E +edge,4532,4532;41.643351;-108.1782878:4533;41.6434401;-108.1773861,way_type=user_defined:way_id=80E +edge,4533,4533;41.6434401;-108.1773861:4534;41.6435658;-108.1761615,way_type=user_defined:way_id=80E +edge,4534,4534;41.6435658;-108.1761615:4535;41.6437466;-108.1743241,way_type=user_defined:way_id=80E +edge,4535,4535;41.6437466;-108.1743241:4536;41.6438132;-108.1736725,way_type=user_defined:way_id=80E +edge,4536,4536;41.6438132;-108.1736725:4537;41.6439079;-108.1727247,way_type=user_defined:way_id=80E +edge,4537,4537;41.6439079;-108.1727247:4538;41.644161;-108.1702477,way_type=user_defined:way_id=80E +edge,4538,4538;41.644161;-108.1702477:4539;41.6442419;-108.1694171,way_type=user_defined:way_id=80E +edge,4539,4539;41.6442419;-108.1694171:4540;41.6443283;-108.1685502,way_type=user_defined:way_id=80E +edge,4540,4540;41.6443283;-108.1685502:4541;41.6444392;-108.1674059,way_type=user_defined:way_id=80E +edge,4541,4541;41.6444392;-108.1674059:4542;41.6445451;-108.1663949,way_type=user_defined:way_id=80E +edge,4542,4542;41.6445451;-108.1663949:4543;41.6446056;-108.1657838,way_type=user_defined:way_id=80E +edge,4543,4543;41.6446056;-108.1657838:4544;41.6447623;-108.1642414,way_type=user_defined:way_id=80E +edge,4544,4544;41.6447623;-108.1642414:4545;41.6451192;-108.1606661,way_type=user_defined:way_id=80E +edge,4545,4545;41.6451192;-108.1606661:4546;41.6451887;-108.1599902,way_type=user_defined:way_id=80E +edge,4546,4546;41.6451887;-108.1599902:4547;41.6452525;-108.1594016,way_type=user_defined:way_id=80E +edge,4547,4547;41.6452525;-108.1594016:4548;41.6453563;-108.1584706,way_type=user_defined:way_id=80E +edge,4548,4548;41.6453563;-108.1584706:4549;41.6453938;-108.1581564,way_type=user_defined:way_id=80E +edge,4549,4549;41.6453938;-108.1581564:4550;41.6454435;-108.1577597,way_type=user_defined:way_id=80E +edge,4550,4550;41.6454435;-108.1577597:4551;41.6455108;-108.1572529,way_type=user_defined:way_id=80E +edge,4551,4551;41.6455108;-108.1572529:4552;41.6455975;-108.1566474,way_type=user_defined:way_id=80E +edge,4552,4552;41.6455975;-108.1566474:4553;41.6456869;-108.1560729,way_type=user_defined:way_id=80E +edge,4553,4553;41.6456869;-108.1560729:4554;41.6457377;-108.1557631,way_type=user_defined:way_id=80E +edge,4554,4554;41.6457377;-108.1557631:4555;41.6458428;-108.1551564,way_type=user_defined:way_id=80E +edge,4555,4555;41.6458428;-108.1551564:4556;41.6458988;-108.1548494,way_type=user_defined:way_id=80E +edge,4556,4556;41.6458988;-108.1548494:4557;41.6460118;-108.1542457,way_type=user_defined:way_id=80E +edge,4557,4557;41.6460118;-108.1542457:4558;41.6460678;-108.1539584,way_type=user_defined:way_id=80E +edge,4558,4558;41.6460678;-108.1539584:4559;41.6461297;-108.1536532,way_type=user_defined:way_id=80E +edge,4559,4559;41.6461297;-108.1536532:4560;41.6462494;-108.1530805,way_type=user_defined:way_id=80E +edge,4560,4560;41.6462494;-108.1530805:4561;41.6463975;-108.1523871,way_type=user_defined:way_id=80E +edge,4561,4561;41.6463975;-108.1523871:4562;41.6467591;-108.1506677,way_type=user_defined:way_id=80E +edge,4562,4562;41.6467591;-108.1506677:4563;41.6471224;-108.148956,way_type=user_defined:way_id=80E +edge,4563,4563;41.6471224;-108.148956:4564;41.647634;-108.1465586,way_type=user_defined:way_id=80E +edge,4564,4564;41.647634;-108.1465586:4565;41.6478193;-108.1456714,way_type=user_defined:way_id=80E +edge,4565,4565;41.6478193;-108.1456714:4566;41.6480085;-108.1447759,way_type=user_defined:way_id=80E +edge,4566,4566;41.6480085;-108.1447759:4567;41.6483978;-108.142951,way_type=user_defined:way_id=80E +edge,4567,4567;41.6483978;-108.142951:4568;41.648819;-108.14096,way_type=user_defined:way_id=80E +edge,4568,4568;41.648819;-108.14096:4569;41.6490516;-108.1398727,way_type=user_defined:way_id=80E +edge,4569,4569;41.6490516;-108.1398727:4570;41.6495681;-108.1374272,way_type=user_defined:way_id=80E +edge,4570,4570;41.6495681;-108.1374272:4571;41.6498952;-108.1358921,way_type=user_defined:way_id=80E +edge,4571,4571;41.6498952;-108.1358921:4572;41.6500552;-108.1351275,way_type=user_defined:way_id=80E +edge,4572,4572;41.6500552;-108.1351275:4573;41.65017897;-108.1345424,way_type=user_defined:way_id=80E +edge,4573,4573;41.65017897;-108.1345424:4574;41.6502936;-108.1340006,way_type=user_defined:way_id=80E +edge,4574,4574;41.6502936;-108.1340006:4575;41.6502936;-108.1340006,way_type=user_defined:way_id=80E +edge,4575,4575;41.6502936;-108.1340006:4576;41.6505187;-108.1329501,way_type=user_defined:way_id=80E +edge,4576,4576;41.6505187;-108.1329501:4577;41.65068903;-108.1321374,way_type=user_defined:way_id=80E +edge,4577,4577;41.65068903;-108.1321374:4578;41.6508257;-108.1314853,way_type=user_defined:way_id=80E +edge,4578,4578;41.6508257;-108.1314853:4579;41.6510143;-108.1306118,way_type=user_defined:way_id=80E +edge,4579,4579;41.6510143;-108.1306118:4580;41.6512113;-108.1296781,way_type=user_defined:way_id=80E +edge,4580,4580;41.6512113;-108.1296781:4581;41.65151511;-108.1282553,way_type=user_defined:way_id=80E +edge,4581,4581;41.65151511;-108.1282553:4582;41.65151511;-108.1282553,way_type=user_defined:way_id=80E +edge,4582,4582;41.65151511;-108.1282553:4583;41.65202148;-108.1258543,way_type=user_defined:way_id=80E +edge,4583,4583;41.65202148;-108.1258543:4584;41.65206985;-108.1256258,way_type=user_defined:way_id=80E +edge,4584,4584;41.65206985;-108.1256258:4585;41.65267383;-108.1227726,way_type=user_defined:way_id=80E +edge,4585,4585;41.65267383;-108.1227726:4586;41.6529352;-108.1215213,way_type=user_defined:way_id=80E +edge,4586,4586;41.6529352;-108.1215213:4587;41.6529352;-108.1215213,way_type=user_defined:way_id=80E +edge,4587,4587;41.6529352;-108.1215213:4588;41.6530804;-108.1208294,way_type=user_defined:way_id=80E +edge,4588,4588;41.6530804;-108.1208294:4589;41.6532098;-108.1201888,way_type=user_defined:way_id=80E +edge,4589,4589;41.6532098;-108.1201888:4590;41.653373;-108.1193459,way_type=user_defined:way_id=80E +edge,4590,4590;41.653373;-108.1193459:4591;41.6534928;-108.1187098,way_type=user_defined:way_id=80E +edge,4591,4591;41.6534928;-108.1187098:4592;41.65352774;-108.1185153,way_type=user_defined:way_id=80E +edge,4592,4592;41.65352774;-108.1185153:4593;41.6535486;-108.1183992,way_type=user_defined:way_id=80E +edge,4593,4593;41.6535486;-108.1183992:4594;41.6536466;-108.1178323,way_type=user_defined:way_id=80E +edge,4594,4594;41.6536466;-108.1178323:4595;41.6537272;-108.1173368,way_type=user_defined:way_id=80E +edge,4595,4595;41.6537272;-108.1173368:4596;41.6538005;-108.1168589,way_type=user_defined:way_id=80E +edge,4596,4596;41.6538005;-108.1168589:4597;41.6539089;-108.1161173,way_type=user_defined:way_id=80E +edge,4597,4597;41.6539089;-108.1161173:4598;41.6540079;-108.1154044,way_type=user_defined:way_id=80E +edge,4598,4598;41.6540079;-108.1154044:4599;41.6541714;-108.1141896,way_type=user_defined:way_id=80E +edge,4599,4599;41.6541714;-108.1141896:4600;41.6545079;-108.1117191,way_type=user_defined:way_id=80E +edge,4600,4600;41.6545079;-108.1117191:4601;41.6547074;-108.1102187,way_type=user_defined:way_id=80E +edge,4601,4601;41.6547074;-108.1102187:4602;41.6549869;-108.1081789,way_type=user_defined:way_id=80E +edge,4602,4602;41.6549869;-108.1081789:4603;41.65568947;-108.1029747,way_type=user_defined:way_id=80E +edge,4603,4603;41.65568947;-108.1029747:4604;41.65568947;-108.1029747,way_type=user_defined:way_id=80E +edge,4604,4604;41.65568947;-108.1029747:4605;41.6558874;-108.1015384,way_type=user_defined:way_id=80E +edge,4605,4605;41.6558874;-108.1015384:4606;41.6560599;-108.1002435,way_type=user_defined:way_id=80E +edge,4606,4606;41.6560599;-108.1002435:4607;41.6562436;-108.0988856,way_type=user_defined:way_id=80E +edge,4607,4607;41.6562436;-108.0988856:4608;41.6564718;-108.0972349,way_type=user_defined:way_id=80E +edge,4608,4608;41.6564718;-108.0972349:4609;41.65673208;-108.0953337,way_type=user_defined:way_id=80E +edge,4609,4609;41.65673208;-108.0953337:4610;41.65693744;-108.0937806,way_type=user_defined:way_id=80E +edge,4610,4610;41.65693744;-108.0937806:4611;41.65701844;-108.0931959,way_type=user_defined:way_id=80E +edge,4611,4611;41.65701844;-108.0931959:4612;41.6572575;-108.0914012,way_type=user_defined:way_id=80E +edge,4612,4612;41.6572575;-108.0914012:4613;41.6575401;-108.0893351,way_type=user_defined:way_id=80E +edge,4613,4613;41.6575401;-108.0893351:4614;41.6579068;-108.0866197,way_type=user_defined:way_id=80E +edge,4614,4614;41.6579068;-108.0866197:4615;41.6580742;-108.0853968,way_type=user_defined:way_id=80E +edge,4615,4615;41.6580742;-108.0853968:4616;41.658403;-108.082967,way_type=user_defined:way_id=80E +edge,4616,4616;41.658403;-108.082967:4617;41.6586029;-108.0814649,way_type=user_defined:way_id=80E +edge,4617,4617;41.6586029;-108.0814649:4618;41.658775;-108.0802165,way_type=user_defined:way_id=80E +edge,4618,4618;41.658775;-108.0802165:4619;41.6591011;-108.0777812,way_type=user_defined:way_id=80E +edge,4619,4619;41.6591011;-108.0777812:4620;41.6594697;-108.0750702,way_type=user_defined:way_id=80E +edge,4620,4620;41.6594697;-108.0750702:4621;41.6600664;-108.0706348,way_type=user_defined:way_id=80E +edge,4621,4621;41.6600664;-108.0706348:4622;41.6605707;-108.0669461,way_type=user_defined:way_id=80E +edge,4622,4622;41.6605707;-108.0669461:4623;41.66089451;-108.0645491,way_type=user_defined:way_id=80E +edge,4623,4623;41.66089451;-108.0645491:4624;41.66089451;-108.0645491,way_type=user_defined:way_id=80E +edge,4624,4624;41.66089451;-108.0645491:4625;41.6610264;-108.0635726,way_type=user_defined:way_id=80E +edge,4625,4625;41.6610264;-108.0635726:4626;41.6612256;-108.0620735,way_type=user_defined:way_id=80E +edge,4626,4626;41.6612256;-108.0620735:4627;41.6615208;-108.0598912,way_type=user_defined:way_id=80E +edge,4627,4627;41.6615208;-108.0598912:4628;41.6617224;-108.0584164,way_type=user_defined:way_id=80E +edge,4628,4628;41.6617224;-108.0584164:4629;41.6620576;-108.0559184,way_type=user_defined:way_id=80E +edge,4629,4629;41.6620576;-108.0559184:4630;41.6622074;-108.0548157,way_type=user_defined:way_id=80E +edge,4630,4630;41.6622074;-108.0548157:4631;41.6627054;-108.0510853,way_type=user_defined:way_id=80E +edge,4631,4631;41.6627054;-108.0510853:4632;41.662821;-108.0502379,way_type=user_defined:way_id=80E +edge,4632,4632;41.662821;-108.0502379:4633;41.6629314;-108.0494143,way_type=user_defined:way_id=80E +edge,4633,4633;41.6629314;-108.0494143:4634;41.6631858;-108.0475514,way_type=user_defined:way_id=80E +edge,4634,4634;41.6631858;-108.0475514:4635;41.6633948;-108.0459802,way_type=user_defined:way_id=80E +edge,4635,4635;41.6633948;-108.0459802:4636;41.6634737;-108.045403,way_type=user_defined:way_id=80E +edge,4636,4636;41.6634737;-108.045403:4637;41.6636798;-108.0438704,way_type=user_defined:way_id=80E +edge,4637,4637;41.6636798;-108.0438704:4638;41.6638079;-108.0429058,way_type=user_defined:way_id=80E +edge,4638,4638;41.6638079;-108.0429058:4639;41.6639739;-108.041695,way_type=user_defined:way_id=80E +edge,4639,4639;41.6639739;-108.041695:4640;41.664164;-108.040288,way_type=user_defined:way_id=80E +edge,4640,4640;41.664164;-108.040288:4641;41.66427433;-108.0394535,way_type=user_defined:way_id=80E +edge,4641,4641;41.66427433;-108.0394535:4642;41.664438;-108.0382155,way_type=user_defined:way_id=80E +edge,4642,4642;41.664438;-108.0382155:4643;41.664438;-108.0382155,way_type=user_defined:way_id=80E +edge,4643,4643;41.664438;-108.0382155:4644;41.6644949;-108.0377804,way_type=user_defined:way_id=80E +edge,4644,4644;41.6644949;-108.0377804:4645;41.664634;-108.0367528,way_type=user_defined:way_id=80E +edge,4645,4645;41.664634;-108.0367528:4646;41.66476118;-108.0357969,way_type=user_defined:way_id=80E +edge,4646,4646;41.66476118;-108.0357969:4647;41.6648961;-108.0347829,way_type=user_defined:way_id=80E +edge,4647,4647;41.6648961;-108.0347829:4648;41.6651468;-108.0329579,way_type=user_defined:way_id=80E +edge,4648,4648;41.6651468;-108.0329579:4649;41.66532337;-108.0316146,way_type=user_defined:way_id=80E +edge,4649,4649;41.66532337;-108.0316146:4650;41.66532337;-108.0316146,way_type=user_defined:way_id=80E +edge,4650,4650;41.66532337;-108.0316146:4651;41.66589384;-108.0273681,way_type=user_defined:way_id=80E +edge,4651,4651;41.66589384;-108.0273681:4652;41.6662715;-108.0245569,way_type=user_defined:way_id=80E +edge,4652,4652;41.6662715;-108.0245569:4653;41.6662715;-108.0245569,way_type=user_defined:way_id=80E +edge,4653,4653;41.6662715;-108.0245569:4654;41.6663585;-108.0239116,way_type=user_defined:way_id=80E +edge,4654,4654;41.6663585;-108.0239116:4655;41.6665339;-108.0226326,way_type=user_defined:way_id=80E +edge,4655,4655;41.6665339;-108.0226326:4656;41.6667775;-108.0208018,way_type=user_defined:way_id=80E +edge,4656,4656;41.6667775;-108.0208018:4657;41.6670455;-108.0188539,way_type=user_defined:way_id=80E +edge,4657,4657;41.6670455;-108.0188539:4658;41.6671144;-108.0183385,way_type=user_defined:way_id=80E +edge,4658,4658;41.6671144;-108.0183385:4659;41.6672705;-108.0171494,way_type=user_defined:way_id=80E +edge,4659,4659;41.6672705;-108.0171494:4660;41.6674747;-108.0156535,way_type=user_defined:way_id=80E +edge,4660,4660;41.6674747;-108.0156535:4661;41.6677165;-108.0138656,way_type=user_defined:way_id=80E +edge,4661,4661;41.6677165;-108.0138656:4662;41.6679203;-108.0123153,way_type=user_defined:way_id=80E +edge,4662,4662;41.6679203;-108.0123153:4663;41.6684372;-108.0085002,way_type=user_defined:way_id=80E +edge,4663,4663;41.6684372;-108.0085002:4664;41.6686101;-108.0072076,way_type=user_defined:way_id=80E +edge,4664,4664;41.6686101;-108.0072076:4665;41.6686979;-108.0065645,way_type=user_defined:way_id=80E +edge,4665,4665;41.6686979;-108.0065645:4666;41.6690214;-108.0041423,way_type=user_defined:way_id=80E +edge,4666,4666;41.6690214;-108.0041423:4667;41.669342;-108.0017754,way_type=user_defined:way_id=80E +edge,4667,4667;41.669342;-108.0017754:4668;41.6694647;-108.0008501,way_type=user_defined:way_id=80E +edge,4668,4668;41.6694647;-108.0008501:4669;41.6696406;-107.9995696,way_type=user_defined:way_id=80E +edge,4669,4669;41.6696406;-107.9995696:4670;41.6697561;-107.9987287,way_type=user_defined:way_id=80E +edge,4670,4670;41.6697561;-107.9987287:4671;41.6699122;-107.9975493,way_type=user_defined:way_id=80E +edge,4671,4671;41.6699122;-107.9975493:4672;41.6700444;-107.9965778,way_type=user_defined:way_id=80E +edge,4672,4672;41.6700444;-107.9965778:4673;41.6703637;-107.9941845,way_type=user_defined:way_id=80E +edge,4673,4673;41.6703637;-107.9941845:4674;41.6706797;-107.991872,way_type=user_defined:way_id=80E +edge,4674,4674;41.6706797;-107.991872:4675;41.6707845;-107.9911227,way_type=user_defined:way_id=80E +edge,4675,4675;41.6707845;-107.9911227:4676;41.6708254;-107.9908379,way_type=user_defined:way_id=80E +edge,4676,4676;41.6708254;-107.9908379:4677;41.6708683;-107.9905538,way_type=user_defined:way_id=80E +edge,4677,4677;41.6708683;-107.9905538:4678;41.670914;-107.9902692,way_type=user_defined:way_id=80E +edge,4678,4678;41.670914;-107.9902692:4679;41.6709707;-107.9899396,way_type=user_defined:way_id=80E +edge,4679,4679;41.6709707;-107.9899396:4680;41.6710284;-107.9896296,way_type=user_defined:way_id=80E +edge,4680,4680;41.6710284;-107.9896296:4681;41.6710845;-107.9893481,way_type=user_defined:way_id=80E +edge,4681,4681;41.6710845;-107.9893481:4682;41.6711433;-107.989068,way_type=user_defined:way_id=80E +edge,4682,4682;41.6711433;-107.989068:4683;41.6712189;-107.9887238,way_type=user_defined:way_id=80E +edge,4683,4683;41.6712189;-107.9887238:4684;41.6712771;-107.9884742,way_type=user_defined:way_id=80E +edge,4684,4684;41.6712771;-107.9884742:4685;41.6713531;-107.9881622,way_type=user_defined:way_id=80E +edge,4685,4685;41.6713531;-107.9881622:4686;41.6714226;-107.9878887,way_type=user_defined:way_id=80E +edge,4686,4686;41.6714226;-107.9878887:4687;41.67143401;-107.9878458,way_type=user_defined:way_id=80E +edge,4687,4687;41.67143401;-107.9878458:4688;41.6715023;-107.9875891,way_type=user_defined:way_id=80E +edge,4688,4688;41.6715023;-107.9875891:4689;41.6715809;-107.9873102,way_type=user_defined:way_id=80E +edge,4689,4689;41.6715809;-107.9873102:4690;41.671621;-107.987176,way_type=user_defined:way_id=80E +edge,4690,4690;41.671621;-107.987176:4691;41.671621;-107.987176,way_type=user_defined:way_id=80E +edge,4691,4691;41.671621;-107.987176:4692;41.6716722;-107.9870061,way_type=user_defined:way_id=80E +edge,4692,4692;41.6716722;-107.9870061:4693;41.6717685;-107.9867042,way_type=user_defined:way_id=80E +edge,4693,4693;41.6717685;-107.9867042:4694;41.6718571;-107.9864396,way_type=user_defined:way_id=80E +edge,4694,4694;41.6718571;-107.9864396:4695;41.6720523;-107.9858786,way_type=user_defined:way_id=80E +edge,4695,4695;41.6720523;-107.9858786:4696;41.6721559;-107.9855918,way_type=user_defined:way_id=80E +edge,4696,4696;41.6721559;-107.9855918:4697;41.6722558;-107.9853248,way_type=user_defined:way_id=80E +edge,4697,4697;41.6722558;-107.9853248:4698;41.6723656;-107.9850439,way_type=user_defined:way_id=80E +edge,4698,4698;41.6723656;-107.9850439:4699;41.6724717;-107.9847825,way_type=user_defined:way_id=80E +edge,4699,4699;41.6724717;-107.9847825:4700;41.6725916;-107.9844988,way_type=user_defined:way_id=80E +edge,4700,4700;41.6725916;-107.9844988:4701;41.67263741;-107.9843941,way_type=user_defined:way_id=80E +edge,4701,4701;41.67263741;-107.9843941:4702;41.6727037;-107.9842427,way_type=user_defined:way_id=80E +edge,4702,4702;41.6727037;-107.9842427:4703;41.6732949;-107.982931,way_type=user_defined:way_id=80E +edge,4703,4703;41.6732949;-107.982931:4704;41.67442706;-107.9804517,way_type=user_defined:way_id=80E +edge,4704,4704;41.67442706;-107.9804517:4705;41.67442706;-107.9804517,way_type=user_defined:way_id=80E +edge,4705,4705;41.67442706;-107.9804517:4706;41.6749694;-107.9792715,way_type=user_defined:way_id=80E +edge,4706,4706;41.6749694;-107.9792715:4707;41.67582774;-107.9773952,way_type=user_defined:way_id=80E +edge,4707,4707;41.67582774;-107.9773952:4708;41.6763885;-107.9761694,way_type=user_defined:way_id=80E +edge,4708,4708;41.6763885;-107.9761694:4709;41.676843;-107.9751712,way_type=user_defined:way_id=80E +edge,4709,4709;41.676843;-107.9751712:4710;41.6772544;-107.9742721,way_type=user_defined:way_id=80E +edge,4710,4710;41.6772544;-107.9742721:4711;41.6772544;-107.9742721,way_type=user_defined:way_id=80E +edge,4711,4711;41.6772544;-107.9742721:4712;41.67780459;-107.9730614,way_type=user_defined:way_id=80E +edge,4712,4712;41.67780459;-107.9730614:4713;41.67800243;-107.9726261,way_type=user_defined:way_id=80E +edge,4713,4713;41.67800243;-107.9726261:4714;41.67800243;-107.9726261,way_type=user_defined:way_id=80E +edge,4714,4714;41.67800243;-107.9726261:4715;41.6784074;-107.9717324,way_type=user_defined:way_id=80E +edge,4715,4715;41.6784074;-107.9717324:4716;41.6788898;-107.9706787,way_type=user_defined:way_id=80E +edge,4716,4716;41.6788898;-107.9706787:4717;41.6796126;-107.9690932,way_type=user_defined:way_id=80E +edge,4717,4717;41.6796126;-107.9690932:4718;41.6799844;-107.9682869,way_type=user_defined:way_id=80E +edge,4718,4718;41.6799844;-107.9682869:4719;41.6808227;-107.9664609,way_type=user_defined:way_id=80E +edge,4719,4719;41.6808227;-107.9664609:4720;41.6816477;-107.9646434,way_type=user_defined:way_id=80E +edge,4720,4720;41.6816477;-107.9646434:4721;41.6826244;-107.9625117,way_type=user_defined:way_id=80E +edge,4721,4721;41.6826244;-107.9625117:4722;41.6835876;-107.9603983,way_type=user_defined:way_id=80E +edge,4722,4722;41.6835876;-107.9603983:4723;41.6841968;-107.9590664,way_type=user_defined:way_id=80E +edge,4723,4723;41.6841968;-107.9590664:4724;41.6846654;-107.9580325,way_type=user_defined:way_id=80E +edge,4724,4724;41.6846654;-107.9580325:4725;41.6855129;-107.9561836,way_type=user_defined:way_id=80E +edge,4725,4725;41.6855129;-107.9561836:4726;41.6871851;-107.952514,way_type=user_defined:way_id=80E +edge,4726,4726;41.6871851;-107.952514:4727;41.6875981;-107.9516125,way_type=user_defined:way_id=80E +edge,4727,4727;41.6875981;-107.9516125:4728;41.6880222;-107.9506769,way_type=user_defined:way_id=80E +edge,4728,4728;41.6880222;-107.9506769:4729;41.6881472;-107.9503964,way_type=user_defined:way_id=80E +edge,4729,4729;41.6881472;-107.9503964:4730;41.6882665;-107.9501206,way_type=user_defined:way_id=80E +edge,4730,4730;41.6882665;-107.9501206:4731;41.6883756;-107.9498605,way_type=user_defined:way_id=80E +edge,4731,4731;41.6883756;-107.9498605:4732;41.6884751;-107.9496135,way_type=user_defined:way_id=80E +edge,4732,4732;41.6884751;-107.9496135:4733;41.6885779;-107.9493485,way_type=user_defined:way_id=80E +edge,4733,4733;41.6885779;-107.9493485:4734;41.6886881;-107.9490564,way_type=user_defined:way_id=80E +edge,4734,4734;41.6886881;-107.9490564:4735;41.6887914;-107.9487708,way_type=user_defined:way_id=80E +edge,4735,4735;41.6887914;-107.9487708:4736;41.688885;-107.9485003,way_type=user_defined:way_id=80E +edge,4736,4736;41.688885;-107.9485003:4737;41.6889754;-107.9482278,way_type=user_defined:way_id=80E +edge,4737,4737;41.6889754;-107.9482278:4738;41.6890687;-107.9479361,way_type=user_defined:way_id=80E +edge,4738,4738;41.6890687;-107.9479361:4739;41.6891544;-107.9476617,way_type=user_defined:way_id=80E +edge,4739,4739;41.6891544;-107.9476617:4740;41.6892452;-107.9473594,way_type=user_defined:way_id=80E +edge,4740,4740;41.6892452;-107.9473594:4741;41.6895126;-107.9464462,way_type=user_defined:way_id=80E +edge,4741,4741;41.6895126;-107.9464462:4742;41.6899966;-107.9448248,way_type=user_defined:way_id=80E +edge,4742,4742;41.6899966;-107.9448248:4743;41.6904431;-107.9433359,way_type=user_defined:way_id=80E +edge,4743,4743;41.6904431;-107.9433359:4744;41.690865;-107.9419129,way_type=user_defined:way_id=80E +edge,4744,4744;41.690865;-107.9419129:4745;41.6910879;-107.94117,way_type=user_defined:way_id=80E +edge,4745,4745;41.6910879;-107.94117:4746;41.6913785;-107.9401928,way_type=user_defined:way_id=80E +edge,4746,4746;41.6913785;-107.9401928:4747;41.6916167;-107.9393849,way_type=user_defined:way_id=80E +edge,4747,4747;41.6916167;-107.9393849:4748;41.6919586;-107.9382328,way_type=user_defined:way_id=80E +edge,4748,4748;41.6919586;-107.9382328:4749;41.6929773;-107.9348195,way_type=user_defined:way_id=80E +edge,4749,4749;41.6929773;-107.9348195:4750;41.6934163;-107.9333339,way_type=user_defined:way_id=80E +edge,4750,4750;41.6934163;-107.9333339:4751;41.6937885;-107.932092,way_type=user_defined:way_id=80E +edge,4751,4751;41.6937885;-107.932092:4752;41.6942507;-107.9305341,way_type=user_defined:way_id=80E +edge,4752,4752;41.6942507;-107.9305341:4753;41.694683;-107.9290851,way_type=user_defined:way_id=80E +edge,4753,4753;41.694683;-107.9290851:4754;41.6950243;-107.9279344,way_type=user_defined:way_id=80E +edge,4754,4754;41.6950243;-107.9279344:4755;41.6954639;-107.9264428,way_type=user_defined:way_id=80E +edge,4755,4755;41.6954639;-107.9264428:4756;41.6955956;-107.9260035,way_type=user_defined:way_id=80E +edge,4756,4756;41.6955956;-107.9260035:4757;41.6958903;-107.9250319,way_type=user_defined:way_id=80E +edge,4757,4757;41.6958903;-107.9250319:4758;41.6961437;-107.9241844,way_type=user_defined:way_id=80E +edge,4758,4758;41.6961437;-107.9241844:4759;41.6964919;-107.9230035,way_type=user_defined:way_id=80E +edge,4759,4759;41.6964919;-107.9230035:4760;41.6967454;-107.9221546,way_type=user_defined:way_id=80E +edge,4760,4760;41.6967454;-107.9221546:4761;41.697507;-107.9195853,way_type=user_defined:way_id=80E +edge,4761,4761;41.697507;-107.9195853:4762;41.6980907;-107.9176387,way_type=user_defined:way_id=80E +edge,4762,4762;41.6980907;-107.9176387:4763;41.698429;-107.9164886,way_type=user_defined:way_id=80E +edge,4763,4763;41.698429;-107.9164886:4764;41.6987311;-107.9154763,way_type=user_defined:way_id=80E +edge,4764,4764;41.6987311;-107.9154763:4765;41.6990483;-107.9143984,way_type=user_defined:way_id=80E +edge,4765,4765;41.6990483;-107.9143984:4766;41.699213;-107.9138493,way_type=user_defined:way_id=80E +edge,4766,4766;41.699213;-107.9138493:4767;41.6994643;-107.9130002,way_type=user_defined:way_id=80E +edge,4767,4767;41.6994643;-107.9130002:4768;41.6999787;-107.9112826,way_type=user_defined:way_id=80E +edge,4768,4768;41.6999787;-107.9112826:4769;41.7004847;-107.9095744,way_type=user_defined:way_id=80E +edge,4769,4769;41.7004847;-107.9095744:4770;41.7004992;-107.9095257,way_type=user_defined:way_id=80E +edge,4770,4770;41.7004992;-107.9095257:4771;41.7012465;-107.9070144,way_type=user_defined:way_id=80E +edge,4771,4771;41.7012465;-107.9070144:4772;41.7016806;-107.9055652,way_type=user_defined:way_id=80E +edge,4772,4772;41.7016806;-107.9055652:4773;41.7020165;-107.9044368,way_type=user_defined:way_id=80E +edge,4773,4773;41.7020165;-107.9044368:4774;41.7025355;-107.9026761,way_type=user_defined:way_id=80E +edge,4774,4774;41.7025355;-107.9026761:4775;41.7026129;-107.9024095,way_type=user_defined:way_id=80E +edge,4775,4775;41.7026129;-107.9024095:4776;41.7026865;-107.9021499,way_type=user_defined:way_id=80E +edge,4776,4776;41.7026865;-107.9021499:4777;41.7027723;-107.9018362,way_type=user_defined:way_id=80E +edge,4777,4777;41.7027723;-107.9018362:4778;41.7029192;-107.9012849,way_type=user_defined:way_id=80E +edge,4778,4778;41.7029192;-107.9012849:4779;41.7029976;-107.9009847,way_type=user_defined:way_id=80E +edge,4779,4779;41.7029976;-107.9009847:4780;41.7031396;-107.9004261,way_type=user_defined:way_id=80E +edge,4780,4780;41.7031396;-107.9004261:4781;41.7032941;-107.8998034,way_type=user_defined:way_id=80E +edge,4781,4781;41.7032941;-107.8998034:4782;41.7033606;-107.8995277,way_type=user_defined:way_id=80E +edge,4782,4782;41.7033606;-107.8995277:4783;41.7034337;-107.8992148,way_type=user_defined:way_id=80E +edge,4783,4783;41.7034337;-107.8992148:4784;41.7035657;-107.898623,way_type=user_defined:way_id=80E +edge,4784,4784;41.7035657;-107.898623:4785;41.703633;-107.8983079,way_type=user_defined:way_id=80E +edge,4785,4785;41.703633;-107.8983079:4786;41.7036907;-107.8980294,way_type=user_defined:way_id=80E +edge,4786,4786;41.7036907;-107.8980294:4787;41.7038036;-107.8974708,way_type=user_defined:way_id=80E +edge,4787,4787;41.7038036;-107.8974708:4788;41.7039277;-107.8968371,way_type=user_defined:way_id=80E +edge,4788,4788;41.7039277;-107.8968371:4789;41.7040399;-107.8962385,way_type=user_defined:way_id=80E +edge,4789,4789;41.7040399;-107.8962385:4790;41.7040923;-107.8959477,way_type=user_defined:way_id=80E +edge,4790,4790;41.7040923;-107.8959477:4791;41.7041415;-107.8956652,way_type=user_defined:way_id=80E +edge,4791,4791;41.7041415;-107.8956652:4792;41.7042416;-107.8950733,way_type=user_defined:way_id=80E +edge,4792,4792;41.7042416;-107.8950733:4793;41.7043106;-107.8946403,way_type=user_defined:way_id=80E +edge,4793,4793;41.7043106;-107.8946403:4794;41.7043914;-107.8941133,way_type=user_defined:way_id=80E +edge,4794,4794;41.7043914;-107.8941133:4795;41.7044735;-107.8935388,way_type=user_defined:way_id=80E +edge,4795,4795;41.7044735;-107.8935388:4796;41.7045621;-107.8928827,way_type=user_defined:way_id=80E +edge,4796,4796;41.7045621;-107.8928827:4797;41.7046332;-107.8923194,way_type=user_defined:way_id=80E +edge,4797,4797;41.7046332;-107.8923194:4798;41.7047042;-107.8917114,way_type=user_defined:way_id=80E +edge,4798,4798;41.7047042;-107.8917114:4799;41.7047699;-107.8911024,way_type=user_defined:way_id=80E +edge,4799,4799;41.7047699;-107.8911024:4800;41.7048313;-107.8904922,way_type=user_defined:way_id=80E +edge,4800,4800;41.7048313;-107.8904922:4801;41.7048578;-107.8902056,way_type=user_defined:way_id=80E +edge,4801,4801;41.7048578;-107.8902056:4802;41.7048867;-107.8898709,way_type=user_defined:way_id=80E +edge,4802,4802;41.7048867;-107.8898709:4803;41.704932;-107.8893024,way_type=user_defined:way_id=80E +edge,4803,4803;41.704932;-107.8893024:4804;41.7049851;-107.8885808,way_type=user_defined:way_id=80E +edge,4804,4804;41.7049851;-107.8885808:4805;41.7050223;-107.8880337,way_type=user_defined:way_id=80E +edge,4805,4805;41.7050223;-107.8880337:4806;41.7050414;-107.8877068,way_type=user_defined:way_id=80E +edge,4806,4806;41.7050414;-107.8877068:4807;41.7050563;-107.8874186,way_type=user_defined:way_id=80E +edge,4807,4807;41.7050563;-107.8874186:4808;41.7050696;-107.8871291,way_type=user_defined:way_id=80E +edge,4808,4808;41.7050696;-107.8871291:4809;41.7050977;-107.8864365,way_type=user_defined:way_id=80E +edge,4809,4809;41.7050977;-107.8864365:4810;41.7051179;-107.8858882,way_type=user_defined:way_id=80E +edge,4810,4810;41.7051179;-107.8858882:4811;41.7051467;-107.8849742,way_type=user_defined:way_id=80E +edge,4811,4811;41.7051467;-107.8849742:4812;41.7052155;-107.8829175,way_type=user_defined:way_id=80E +edge,4812,4812;41.7052155;-107.8829175:4813;41.7052874;-107.8806654,way_type=user_defined:way_id=80E +edge,4813,4813;41.7052874;-107.8806654:4814;41.70536;-107.8785114,way_type=user_defined:way_id=80E +edge,4814,4814;41.70536;-107.8785114:4815;41.7053983;-107.8772412,way_type=user_defined:way_id=80E +edge,4815,4815;41.7053983;-107.8772412:4816;41.7054485;-107.8757597,way_type=user_defined:way_id=80E +edge,4816,4816;41.7054485;-107.8757597:4817;41.705486;-107.8745165,way_type=user_defined:way_id=80E +edge,4817,4817;41.705486;-107.8745165:4818;41.7055773;-107.8717689,way_type=user_defined:way_id=80E +edge,4818,4818;41.7055773;-107.8717689:4819;41.7056561;-107.8693115,way_type=user_defined:way_id=80E +edge,4819,4819;41.7056561;-107.8693115:4820;41.7056751;-107.8686456,way_type=user_defined:way_id=80E +edge,4820,4820;41.7056751;-107.8686456:4821;41.7056811;-107.8683638,way_type=user_defined:way_id=80E +edge,4821,4821;41.7056811;-107.8683638:4822;41.7056852;-107.8680636,way_type=user_defined:way_id=80E +edge,4822,4822;41.7056852;-107.8680636:4823;41.7056869;-107.8677441,way_type=user_defined:way_id=80E +edge,4823,4823;41.7056869;-107.8677441:4824;41.7056862;-107.8674441,way_type=user_defined:way_id=80E +edge,4824,4824;41.7056862;-107.8674441:4825;41.7056834;-107.8671258,way_type=user_defined:way_id=80E +edge,4825,4825;41.7056834;-107.8671258:4826;41.7056776;-107.8668272,way_type=user_defined:way_id=80E +edge,4826,4826;41.7056776;-107.8668272:4827;41.7056684;-107.8665001,way_type=user_defined:way_id=80E +edge,4827,4827;41.7056684;-107.8665001:4828;41.705657;-107.866182,way_type=user_defined:way_id=80E +edge,4828,4828;41.705657;-107.866182:4829;41.7056442;-107.8658839,way_type=user_defined:way_id=80E +edge,4829,4829;41.7056442;-107.8658839:4830;41.7056287;-107.8655659,way_type=user_defined:way_id=80E +edge,4830,4830;41.7056287;-107.8655659:4831;41.7056115;-107.8652682,way_type=user_defined:way_id=80E +edge,4831,4831;41.7056115;-107.8652682:4832;41.7055876;-107.8649131,way_type=user_defined:way_id=80E +edge,4832,4832;41.7055876;-107.8649131:4833;41.705546;-107.864359,way_type=user_defined:way_id=80E +edge,4833,4833;41.705546;-107.864359:4834;41.7055196;-107.8640449,way_type=user_defined:way_id=80E +edge,4834,4834;41.7055196;-107.8640449:4835;41.7054924;-107.8637506,way_type=user_defined:way_id=80E +edge,4835,4835;41.7054924;-107.8637506:4836;41.7054603;-107.863428,way_type=user_defined:way_id=80E +edge,4836,4836;41.7054603;-107.863428:4837;41.7054301;-107.8631433,way_type=user_defined:way_id=80E +edge,4837,4837;41.7054301;-107.8631433:4838;41.7053974;-107.8628576,way_type=user_defined:way_id=80E +edge,4838,4838;41.7053974;-107.8628576:4839;41.7053575;-107.8625344,way_type=user_defined:way_id=80E +edge,4839,4839;41.7053575;-107.8625344:4840;41.7053199;-107.8622478,way_type=user_defined:way_id=80E +edge,4840,4840;41.7053199;-107.8622478:4841;41.7052749;-107.8619243,way_type=user_defined:way_id=80E +edge,4841,4841;41.7052749;-107.8619243:4842;41.7052284;-107.8616103,way_type=user_defined:way_id=80E +edge,4842,4842;41.7052284;-107.8616103:4843;41.7051783;-107.8612879,way_type=user_defined:way_id=80E +edge,4843,4843;41.7051783;-107.8612879:4844;41.7050827;-107.8607137,way_type=user_defined:way_id=80E +edge,4844,4844;41.7050827;-107.8607137:4845;41.7050267;-107.8603947,way_type=user_defined:way_id=80E +edge,4845,4845;41.7050267;-107.8603947:4846;41.7046902;-107.8585164,way_type=user_defined:way_id=80E +edge,4846,4846;41.7046902;-107.8585164:4847;41.7042311;-107.8559752,way_type=user_defined:way_id=80E +edge,4847,4847;41.7042311;-107.8559752:4848;41.703962;-107.8544999,way_type=user_defined:way_id=80E +edge,4848,4848;41.703962;-107.8544999:4849;41.7037891;-107.8535444,way_type=user_defined:way_id=80E +edge,4849,4849;41.7037891;-107.8535444:4850;41.7036285;-107.8526699,way_type=user_defined:way_id=80E +edge,4850,4850;41.7036285;-107.8526699:4851;41.7034708;-107.851784,way_type=user_defined:way_id=80E +edge,4851,4851;41.7034708;-107.851784:4852;41.7031938;-107.8502608,way_type=user_defined:way_id=80E +edge,4852,4852;41.7031938;-107.8502608:4853;41.70311219;-107.8498177,way_type=user_defined:way_id=80E +edge,4853,4853;41.70311219;-107.8498177:4854;41.7030315;-107.8493796,way_type=user_defined:way_id=80E +edge,4854,4854;41.7030315;-107.8493796:4855;41.7029878;-107.8491338,way_type=user_defined:way_id=80E +edge,4855,4855;41.7029878;-107.8491338:4856;41.7029258;-107.8487776,way_type=user_defined:way_id=80E +edge,4856,4856;41.7029258;-107.8487776:4857;41.7028842;-107.8485294,way_type=user_defined:way_id=80E +edge,4857,4857;41.7028842;-107.8485294:4858;41.7028221;-107.8481412,way_type=user_defined:way_id=80E +edge,4858,4858;41.7028221;-107.8481412:4859;41.7027795;-107.8478557,way_type=user_defined:way_id=80E +edge,4859,4859;41.7027795;-107.8478557:4860;41.7027407;-107.8475689,way_type=user_defined:way_id=80E +edge,4860,4860;41.7027407;-107.8475689:4861;41.7027013;-107.8472444,way_type=user_defined:way_id=80E +edge,4861,4861;41.7027013;-107.8472444:4862;41.7026688;-107.8469564,way_type=user_defined:way_id=80E +edge,4862,4862;41.7026688;-107.8469564:4863;41.7026356;-107.8466399,way_type=user_defined:way_id=80E +edge,4863,4863;41.7026356;-107.8466399:4864;41.7026081;-107.8463413,way_type=user_defined:way_id=80E +edge,4864,4864;41.7026081;-107.8463413:4865;41.7025832;-107.8460233,way_type=user_defined:way_id=80E +edge,4865,4865;41.7025832;-107.8460233:4866;41.7025609;-107.8456966,way_type=user_defined:way_id=80E +edge,4866,4866;41.7025609;-107.8456966:4867;41.7025437;-107.8454075,way_type=user_defined:way_id=80E +edge,4867,4867;41.7025437;-107.8454075:4868;41.7025282;-107.8450427,way_type=user_defined:way_id=80E +edge,4868,4868;41.7025282;-107.8450427:4869;41.70252;-107.8447897,way_type=user_defined:way_id=80E +edge,4869,4869;41.70252;-107.8447897:4870;41.7025125;-107.8444896,way_type=user_defined:way_id=80E +edge,4870,4870;41.7025125;-107.8444896:4871;41.702508;-107.8441696,way_type=user_defined:way_id=80E +edge,4871,4871;41.702508;-107.8441696:4872;41.702507;-107.8438782,way_type=user_defined:way_id=80E +edge,4872,4872;41.702507;-107.8438782:4873;41.702509;-107.8435498,way_type=user_defined:way_id=80E +edge,4873,4873;41.702509;-107.8435498:4874;41.7025146;-107.8432596,way_type=user_defined:way_id=80E +edge,4874,4874;41.7025146;-107.8432596:4875;41.7025253;-107.8429321,way_type=user_defined:way_id=80E +edge,4875,4875;41.7025253;-107.8429321:4876;41.7025381;-107.8426509,way_type=user_defined:way_id=80E +edge,4876,4876;41.7025381;-107.8426509:4877;41.7025569;-107.8423133,way_type=user_defined:way_id=80E +edge,4877,4877;41.7025569;-107.8423133:4878;41.7025796;-107.8419849,way_type=user_defined:way_id=80E +edge,4878,4878;41.7025796;-107.8419849:4879;41.7026266;-107.8414167,way_type=user_defined:way_id=80E +edge,4879,4879;41.7026266;-107.8414167:4880;41.702657;-107.8410821,way_type=user_defined:way_id=80E +edge,4880,4880;41.702657;-107.8410821:4881;41.7026891;-107.8407664,way_type=user_defined:way_id=80E +edge,4881,4881;41.7026891;-107.8407664:4882;41.702719;-107.8405088,way_type=user_defined:way_id=80E +edge,4882,4882;41.702719;-107.8405088:4883;41.7027621;-107.8401845,way_type=user_defined:way_id=80E +edge,4883,4883;41.7027621;-107.8401845:4884;41.7028092;-107.839862,way_type=user_defined:way_id=80E +edge,4884,4884;41.7028092;-107.839862:4885;41.7028578;-107.839549,way_type=user_defined:way_id=80E +edge,4885,4885;41.7028578;-107.839549:4886;41.7029043;-107.8392641,way_type=user_defined:way_id=80E +edge,4886,4886;41.7029043;-107.8392641:4887;41.7029597;-107.8389438,way_type=user_defined:way_id=80E +edge,4887,4887;41.7029597;-107.8389438:4888;41.7030177;-107.8386337,way_type=user_defined:way_id=80E +edge,4888,4888;41.7030177;-107.8386337:4889;41.7030757;-107.8383446,way_type=user_defined:way_id=80E +edge,4889,4889;41.7030757;-107.8383446:4890;41.703135;-107.8380653,way_type=user_defined:way_id=80E +edge,4890,4890;41.703135;-107.8380653:4891;41.7031987;-107.8377787,way_type=user_defined:way_id=80E +edge,4891,4891;41.7031987;-107.8377787:4892;41.7034774;-107.8365738,way_type=user_defined:way_id=80E +edge,4892,4892;41.7034774;-107.8365738:4893;41.7037476;-107.8353787,way_type=user_defined:way_id=80E +edge,4893,4893;41.7037476;-107.8353787:4894;41.7045575;-107.8318325,way_type=user_defined:way_id=80E +edge,4894,4894;41.7045575;-107.8318325:4895;41.7049594;-107.8300931,way_type=user_defined:way_id=80E +edge,4895,4895;41.7049594;-107.8300931:4896;41.7051703;-107.8291584,way_type=user_defined:way_id=80E +edge,4896,4896;41.7051703;-107.8291584:4897;41.7054895;-107.8277653,way_type=user_defined:way_id=80E +edge,4897,4897;41.7054895;-107.8277653:4898;41.705756;-107.8265872,way_type=user_defined:way_id=80E +edge,4898,4898;41.705756;-107.8265872:4899;41.7062878;-107.8242633,way_type=user_defined:way_id=80E +edge,4899,4899;41.7062878;-107.8242633:4900;41.7064396;-107.823594,way_type=user_defined:way_id=80E +edge,4900,4900;41.7064396;-107.823594:4901;41.7066386;-107.8227268,way_type=user_defined:way_id=80E +edge,4901,4901;41.7066386;-107.8227268:4902;41.7069015;-107.8215926,way_type=user_defined:way_id=80E +edge,4902,4902;41.7069015;-107.8215926:4903;41.707047;-107.8209588,way_type=user_defined:way_id=80E +edge,4903,4903;41.707047;-107.8209588:4904;41.7072431;-107.8200916,way_type=user_defined:way_id=80E +edge,4904,4904;41.7072431;-107.8200916:4905;41.7075794;-107.8186249,way_type=user_defined:way_id=80E +edge,4905,4905;41.7075794;-107.8186249:4906;41.707917;-107.8171307,way_type=user_defined:way_id=80E +edge,4906,4906;41.707917;-107.8171307:4907;41.7083056;-107.8154356,way_type=user_defined:way_id=80E +edge,4907,4907;41.7083056;-107.8154356:4908;41.7088147;-107.8132029,way_type=user_defined:way_id=80E +edge,4908,4908;41.7088147;-107.8132029:4909;41.7092541;-107.8112932,way_type=user_defined:way_id=80E +edge,4909,4909;41.7092541;-107.8112932:4910;41.7095263;-107.8100815,way_type=user_defined:way_id=80E +edge,4910,4910;41.7095263;-107.8100815:4911;41.7097288;-107.8092092,way_type=user_defined:way_id=80E +edge,4911,4911;41.7097288;-107.8092092:4912;41.7098646;-107.8086157,way_type=user_defined:way_id=80E +edge,4912,4912;41.7098646;-107.8086157:4913;41.7100561;-107.8077881,way_type=user_defined:way_id=80E +edge,4913,4913;41.7100561;-107.8077881:4914;41.7103336;-107.8065673,way_type=user_defined:way_id=80E +edge,4914,4914;41.7103336;-107.8065673:4915;41.7108106;-107.8044916,way_type=user_defined:way_id=80E +edge,4915,4915;41.7108106;-107.8044916:4916;41.7115718;-107.8011477,way_type=user_defined:way_id=80E +edge,4916,4916;41.7115718;-107.8011477:4917;41.71190628;-107.7996839,way_type=user_defined:way_id=80E +edge,4917,4917;41.71190628;-107.7996839:4918;41.71234097;-107.7977889,way_type=user_defined:way_id=80E +edge,4918,4918;41.71234097;-107.7977889:4919;41.71269831;-107.7962477,way_type=user_defined:way_id=80E +edge,4919,4919;41.71269831;-107.7962477:4920;41.71280158;-107.7957768,way_type=user_defined:way_id=80E +edge,4920,4920;41.71280158;-107.7957768:4921;41.7130157;-107.7948339,way_type=user_defined:way_id=80E +edge,4921,4921;41.7130157;-107.7948339:4922;41.7131455;-107.794269,way_type=user_defined:way_id=80E +edge,4922,4922;41.7131455;-107.794269:4923;41.7132854;-107.7936473,way_type=user_defined:way_id=80E +edge,4923,4923;41.7132854;-107.7936473:4924;41.71429169;-107.7892372,way_type=user_defined:way_id=80E +edge,4924,4924;41.71429169;-107.7892372:4925;41.714445;-107.7885653,way_type=user_defined:way_id=80E +edge,4925,4925;41.714445;-107.7885653:4926;41.714445;-107.7885653,way_type=user_defined:way_id=80E +edge,4926,4926;41.714445;-107.7885653:4927;41.7149567;-107.786327,way_type=user_defined:way_id=80E +edge,4927,4927;41.7149567;-107.786327:4928;41.71519954;-107.7852559,way_type=user_defined:way_id=80E +edge,4928,4928;41.71519954;-107.7852559:4929;41.7152234;-107.7851507,way_type=user_defined:way_id=80E +edge,4929,4929;41.7152234;-107.7851507:4930;41.7155062;-107.7839312,way_type=user_defined:way_id=80E +edge,4930,4930;41.7155062;-107.7839312:4931;41.71577909;-107.7827315,way_type=user_defined:way_id=80E +edge,4931,4931;41.71577909;-107.7827315:4932;41.71577909;-107.7827315,way_type=user_defined:way_id=80E +edge,4932,4932;41.71577909;-107.7827315:4933;41.7159766;-107.7818834,way_type=user_defined:way_id=80E +edge,4933,4933;41.7159766;-107.7818834:4934;41.7162508;-107.7806716,way_type=user_defined:way_id=80E +edge,4934,4934;41.7162508;-107.7806716:4935;41.71629889;-107.7804619,way_type=user_defined:way_id=80E +edge,4935,4935;41.71629889;-107.7804619:4936;41.7165394;-107.7794133,way_type=user_defined:way_id=80E +edge,4936,4936;41.7165394;-107.7794133:4937;41.7169661;-107.7775325,way_type=user_defined:way_id=80E +edge,4937,4937;41.7169661;-107.7775325:4938;41.7172215;-107.776421,way_type=user_defined:way_id=80E +edge,4938,4938;41.7172215;-107.776421:4939;41.7172215;-107.776421,way_type=user_defined:way_id=80E +edge,4939,4939;41.7172215;-107.776421:4940;41.7173261;-107.7759654,way_type=user_defined:way_id=80E +edge,4940,4940;41.7173261;-107.7759654:4941;41.71748353;-107.7752675,way_type=user_defined:way_id=80E +edge,4941,4941;41.71748353;-107.7752675:4942;41.7176178;-107.7746723,way_type=user_defined:way_id=80E +edge,4942,4942;41.7176178;-107.7746723:4943;41.7179902;-107.7730409,way_type=user_defined:way_id=80E +edge,4943,4943;41.7179902;-107.7730409:4944;41.7183972;-107.7712655,way_type=user_defined:way_id=80E +edge,4944,4944;41.7183972;-107.7712655:4945;41.718626;-107.7702801,way_type=user_defined:way_id=80E +edge,4945,4945;41.718626;-107.7702801:4946;41.7189537;-107.7688218,way_type=user_defined:way_id=80E +edge,4946,4946;41.7189537;-107.7688218:4947;41.7191508;-107.767962,way_type=user_defined:way_id=80E +edge,4947,4947;41.7191508;-107.767962:4948;41.719288;-107.7673544,way_type=user_defined:way_id=80E +edge,4948,4948;41.719288;-107.7673544:4949;41.719532;-107.7662864,way_type=user_defined:way_id=80E +edge,4949,4949;41.719532;-107.7662864:4950;41.7197206;-107.7654488,way_type=user_defined:way_id=80E +edge,4950,4950;41.7197206;-107.7654488:4951;41.7199282;-107.7645489,way_type=user_defined:way_id=80E +edge,4951,4951;41.7199282;-107.7645489:4952;41.720181;-107.7634285,way_type=user_defined:way_id=80E +edge,4952,4952;41.720181;-107.7634285:4953;41.7212409;-107.7587989,way_type=user_defined:way_id=80E +edge,4953,4953;41.7212409;-107.7587989:4954;41.7214435;-107.7578986,way_type=user_defined:way_id=80E +edge,4954,4954;41.7214435;-107.7578986:4955;41.7218233;-107.7562263,way_type=user_defined:way_id=80E +edge,4955,4955;41.7218233;-107.7562263:4956;41.7220468;-107.755258,way_type=user_defined:way_id=80E +edge,4956,4956;41.7220468;-107.755258:4957;41.7223819;-107.7537945,way_type=user_defined:way_id=80E +edge,4957,4957;41.7223819;-107.7537945:4958;41.7225848;-107.7528948,way_type=user_defined:way_id=80E +edge,4958,4958;41.7225848;-107.7528948:4959;41.722786;-107.7520158,way_type=user_defined:way_id=80E +edge,4959,4959;41.722786;-107.7520158:4960;41.7229275;-107.7513863,way_type=user_defined:way_id=80E +edge,4960,4960;41.7229275;-107.7513863:4961;41.7230704;-107.7507682,way_type=user_defined:way_id=80E +edge,4961,4961;41.7230704;-107.7507682:4962;41.723445;-107.7491253,way_type=user_defined:way_id=80E +edge,4962,4962;41.723445;-107.7491253:4963;41.7236285;-107.7483279,way_type=user_defined:way_id=80E +edge,4963,4963;41.7236285;-107.7483279:4964;41.7238655;-107.7472784,way_type=user_defined:way_id=80E +edge,4964,4964;41.7238655;-107.7472784:4965;41.7241263;-107.7461393,way_type=user_defined:way_id=80E +edge,4965,4965;41.7241263;-107.7461393:4966;41.72449824;-107.7445001,way_type=user_defined:way_id=80E +edge,4966,4966;41.72449824;-107.7445001:4967;41.72451303;-107.7444305,way_type=user_defined:way_id=80E +edge,4967,4967;41.72451303;-107.7444305:4968;41.72476266;-107.7433249,way_type=user_defined:way_id=80E +edge,4968,4968;41.72476266;-107.7433249:4969;41.72519787;-107.741421,way_type=user_defined:way_id=80E +edge,4969,4969;41.72519787;-107.741421:4970;41.725484;-107.7401846,way_type=user_defined:way_id=80E +edge,4970,4970;41.725484;-107.7401846:4971;41.7261561;-107.7372261,way_type=user_defined:way_id=80E +edge,4971,4971;41.7261561;-107.7372261:4972;41.72633038;-107.7364666,way_type=user_defined:way_id=80E +edge,4972,4972;41.72633038;-107.7364666:4973;41.7265405;-107.7355509,way_type=user_defined:way_id=80E +edge,4973,4973;41.7265405;-107.7355509:4974;41.7265405;-107.7355509,way_type=user_defined:way_id=80E +edge,4974,4974;41.7265405;-107.7355509:4975;41.7273446;-107.7320152,way_type=user_defined:way_id=80E +edge,4975,4975;41.7273446;-107.7320152:4976;41.7273565;-107.7319629,way_type=user_defined:way_id=80E +edge,4976,4976;41.7273565;-107.7319629:4977;41.7275597;-107.7310557,way_type=user_defined:way_id=80E +edge,4977,4977;41.7275597;-107.7310557:4978;41.7278454;-107.7298087,way_type=user_defined:way_id=80E +edge,4978,4978;41.7278454;-107.7298087:4979;41.72815559;-107.7284337,way_type=user_defined:way_id=80E +edge,4979,4979;41.72815559;-107.7284337:4980;41.72815559;-107.7284337,way_type=user_defined:way_id=80E +edge,4980,4980;41.72815559;-107.7284337:4981;41.72863507;-107.7263793,way_type=user_defined:way_id=80E +edge,4981,4981;41.72863507;-107.7263793:4982;41.72899415;-107.724789,way_type=user_defined:way_id=80E +edge,4982,4982;41.72899415;-107.724789:4983;41.72900761;-107.7247293,way_type=user_defined:way_id=80E +edge,4983,4983;41.72900761;-107.7247293:4984;41.72909843;-107.7243388,way_type=user_defined:way_id=80E +edge,4984,4984;41.72909843;-107.7243388:4985;41.7292642;-107.7236057,way_type=user_defined:way_id=80E +edge,4985,4985;41.7292642;-107.7236057:4986;41.7295145;-107.7224882,way_type=user_defined:way_id=80E +edge,4986,4986;41.7295145;-107.7224882:4987;41.72996963;-107.7204973,way_type=user_defined:way_id=80E +edge,4987,4987;41.72996963;-107.7204973:4988;41.72996963;-107.7204973,way_type=user_defined:way_id=80E +edge,4988,4988;41.72996963;-107.7204973:4989;41.7303881;-107.7186533,way_type=user_defined:way_id=80E +edge,4989,4989;41.7303881;-107.7186533:4990;41.7306585;-107.7174746,way_type=user_defined:way_id=80E +edge,4990,4990;41.7306585;-107.7174746:4991;41.73081625;-107.7167808,way_type=user_defined:way_id=80E +edge,4991,4991;41.73081625;-107.7167808:4992;41.7314419;-107.714029,way_type=user_defined:way_id=80E +edge,4992,4992;41.7314419;-107.714029:4993;41.7316107;-107.7132915,way_type=user_defined:way_id=80E +edge,4993,4993;41.7316107;-107.7132915:4994;41.7317998;-107.7124531,way_type=user_defined:way_id=80E +edge,4994,4994;41.7317998;-107.7124531:4995;41.7320618;-107.711314,way_type=user_defined:way_id=80E +edge,4995,4995;41.7320618;-107.711314:4996;41.7322667;-107.7104028,way_type=user_defined:way_id=80E +edge,4996,4996;41.7322667;-107.7104028:4997;41.732538;-107.7092241,way_type=user_defined:way_id=80E +edge,4997,4997;41.732538;-107.7092241:4998;41.7332703;-107.7059818,way_type=user_defined:way_id=80E +edge,4998,4998;41.7332703;-107.7059818:4999;41.7335515;-107.7047585,way_type=user_defined:way_id=80E +edge,4999,4999;41.7335515;-107.7047585:5000;41.7336766;-107.7042057,way_type=user_defined:way_id=80E +edge,5000,5000;41.7336766;-107.7042057:5001;41.7338082;-107.7036152,way_type=user_defined:way_id=80E +edge,5001,5001;41.7338082;-107.7036152:5002;41.7339456;-107.7030169,way_type=user_defined:way_id=80E +edge,5002,5002;41.7339456;-107.7030169:5003;41.7341441;-107.7021419,way_type=user_defined:way_id=80E +edge,5003,5003;41.7341441;-107.7021419:5004;41.7343591;-107.7012064,way_type=user_defined:way_id=80E +edge,5004,5004;41.7343591;-107.7012064:5005;41.7347252;-107.6995949,way_type=user_defined:way_id=80E +edge,5005,5005;41.7347252;-107.6995949:5006;41.7352143;-107.6974517,way_type=user_defined:way_id=80E +edge,5006,5006;41.7352143;-107.6974517:5007;41.7354168;-107.6965522,way_type=user_defined:way_id=80E +edge,5007,5007;41.7354168;-107.6965522:5008;41.7357679;-107.6950141,way_type=user_defined:way_id=80E +edge,5008,5008;41.7357679;-107.6950141:5009;41.7360974;-107.6935506,way_type=user_defined:way_id=80E +edge,5009,5009;41.7360974;-107.6935506:5010;41.7365554;-107.6915391,way_type=user_defined:way_id=80E +edge,5010,5010;41.7365554;-107.6915391:5011;41.7366905;-107.6909403,way_type=user_defined:way_id=80E +edge,5011,5011;41.7366905;-107.6909403:5012;41.7368996;-107.6900364,way_type=user_defined:way_id=80E +edge,5012,5012;41.7368996;-107.6900364:5013;41.7370564;-107.6893432,way_type=user_defined:way_id=80E +edge,5013,5013;41.7370564;-107.6893432:5014;41.7372408;-107.688538,way_type=user_defined:way_id=80E +edge,5014,5014;41.7372408;-107.688538:5015;41.737508;-107.6873566,way_type=user_defined:way_id=80E +edge,5015,5015;41.737508;-107.6873566:5016;41.7377091;-107.6864744,way_type=user_defined:way_id=80E +edge,5016,5016;41.7377091;-107.6864744:5017;41.7380375;-107.6850191,way_type=user_defined:way_id=80E +edge,5017,5017;41.7380375;-107.6850191:5018;41.7381811;-107.6843915,way_type=user_defined:way_id=80E +edge,5018,5018;41.7381811;-107.6843915:5019;41.7384973;-107.6829972,way_type=user_defined:way_id=80E +edge,5019,5019;41.7384973;-107.6829972:5020;41.7387774;-107.6817768,way_type=user_defined:way_id=80E +edge,5020,5020;41.7387774;-107.6817768:5021;41.7390057;-107.6807613,way_type=user_defined:way_id=80E +edge,5021,5021;41.7390057;-107.6807613:5022;41.739457;-107.678783,way_type=user_defined:way_id=80E +edge,5022,5022;41.739457;-107.678783:5023;41.7397232;-107.6775968,way_type=user_defined:way_id=80E +edge,5023,5023;41.7397232;-107.6775968:5024;41.7402407;-107.6753373,way_type=user_defined:way_id=80E +edge,5024,5024;41.7402407;-107.6753373:5025;41.7403969;-107.674646,way_type=user_defined:way_id=80E +edge,5025,5025;41.7403969;-107.674646:5026;41.74046;-107.6743597,way_type=user_defined:way_id=80E +edge,5026,5026;41.74046;-107.6743597:5027;41.7405195;-107.6740818,way_type=user_defined:way_id=80E +edge,5027,5027;41.7405195;-107.6740818:5028;41.7405927;-107.6737289,way_type=user_defined:way_id=80E +edge,5028,5028;41.7405927;-107.6737289:5029;41.740643;-107.6734775,way_type=user_defined:way_id=80E +edge,5029,5029;41.740643;-107.6734775:5030;41.7407029;-107.6731681,way_type=user_defined:way_id=80E +edge,5030,5030;41.7407029;-107.6731681:5031;41.7408081;-107.672603,way_type=user_defined:way_id=80E +edge,5031,5031;41.7408081;-107.672603:5032;41.7408717;-107.6722465,way_type=user_defined:way_id=80E +edge,5032,5032;41.7408717;-107.6722465:5033;41.7409139;-107.6719991,way_type=user_defined:way_id=80E +edge,5033,5033;41.7409139;-107.6719991:5034;41.7409682;-107.6716684,way_type=user_defined:way_id=80E +edge,5034,5034;41.7409682;-107.6716684:5035;41.7410338;-107.67125,way_type=user_defined:way_id=80E +edge,5035,5035;41.7410338;-107.67125:5036;41.7411349;-107.6705701,way_type=user_defined:way_id=80E +edge,5036,5036;41.7411349;-107.6705701:5037;41.7411968;-107.670135,way_type=user_defined:way_id=80E +edge,5037,5037;41.7411968;-107.670135:5038;41.741234;-107.6698567,way_type=user_defined:way_id=80E +edge,5038,5038;41.741234;-107.6698567:5039;41.7412714;-107.6695599,way_type=user_defined:way_id=80E +edge,5039,5039;41.7412714;-107.6695599:5040;41.7413129;-107.6692058,way_type=user_defined:way_id=80E +edge,5040,5040;41.7413129;-107.6692058:5041;41.7413757;-107.6686293,way_type=user_defined:way_id=80E +edge,5041,5041;41.7413757;-107.6686293:5042;41.7414088;-107.668304,way_type=user_defined:way_id=80E +edge,5042,5042;41.7414088;-107.668304:5043;41.7414656;-107.6676921,way_type=user_defined:way_id=80E +edge,5043,5043;41.7414656;-107.6676921:5044;41.7415152;-107.6671013,way_type=user_defined:way_id=80E +edge,5044,5044;41.7415152;-107.6671013:5045;41.7415394;-107.6667874,way_type=user_defined:way_id=80E +edge,5045,5045;41.7415394;-107.6667874:5046;41.7416714;-107.6649325,way_type=user_defined:way_id=80E +edge,5046,5046;41.7416714;-107.6649325:5047;41.7418237;-107.6628359,way_type=user_defined:way_id=80E +edge,5047,5047;41.7418237;-107.6628359:5048;41.741912;-107.6615637,way_type=user_defined:way_id=80E +edge,5048,5048;41.741912;-107.6615637:5049;41.7420171;-107.6601105,way_type=user_defined:way_id=80E +edge,5049,5049;41.7420171;-107.6601105:5050;41.7421532;-107.6581969,way_type=user_defined:way_id=80E +edge,5050,5050;41.7421532;-107.6581969:5051;41.7422573;-107.6566764,way_type=user_defined:way_id=80E +edge,5051,5051;41.7422573;-107.6566764:5052;41.742332;-107.6556174,way_type=user_defined:way_id=80E +edge,5052,5052;41.742332;-107.6556174:5053;41.7423923;-107.6547848,way_type=user_defined:way_id=80E +edge,5053,5053;41.7423923;-107.6547848:5054;41.742455;-107.653877,way_type=user_defined:way_id=80E +edge,5054,5054;41.742455;-107.653877:5055;41.7425255;-107.6529382,way_type=user_defined:way_id=80E +edge,5055,5055;41.7425255;-107.6529382:5056;41.7425824;-107.6521425,way_type=user_defined:way_id=80E +edge,5056,5056;41.7425824;-107.6521425:5057;41.7427437;-107.6498173,way_type=user_defined:way_id=80E +edge,5057,5057;41.7427437;-107.6498173:5058;41.7428084;-107.6489037,way_type=user_defined:way_id=80E +edge,5058,5058;41.7428084;-107.6489037:5059;41.7429185;-107.6473803,way_type=user_defined:way_id=80E +edge,5059,5059;41.7429185;-107.6473803:5060;41.7430137;-107.645991,way_type=user_defined:way_id=80E +edge,5060,5060;41.7430137;-107.645991:5061;41.7431307;-107.6443303,way_type=user_defined:way_id=80E +edge,5061,5061;41.7431307;-107.6443303:5062;41.7431812;-107.6436492,way_type=user_defined:way_id=80E +edge,5062,5062;41.7431812;-107.6436492:5063;41.7432289;-107.6430281,way_type=user_defined:way_id=80E +edge,5063,5063;41.7432289;-107.6430281:5064;41.7432718;-107.6424365,way_type=user_defined:way_id=80E +edge,5064,5064;41.7432718;-107.6424365:5065;41.7433556;-107.6412043,way_type=user_defined:way_id=80E +edge,5065,5065;41.7433556;-107.6412043:5066;41.7434834;-107.6393945,way_type=user_defined:way_id=80E +edge,5066,5066;41.7434834;-107.6393945:5067;41.7435473;-107.6384534,way_type=user_defined:way_id=80E +edge,5067,5067;41.7435473;-107.6384534:5068;41.7437081;-107.6362445,way_type=user_defined:way_id=80E +edge,5068,5068;41.7437081;-107.6362445:5069;41.7437884;-107.6350859,way_type=user_defined:way_id=80E +edge,5069,5069;41.7437884;-107.6350859:5070;41.743899;-107.6335591,way_type=user_defined:way_id=80E +edge,5070,5070;41.743899;-107.6335591:5071;41.7440082;-107.6320038,way_type=user_defined:way_id=80E +edge,5071,5071;41.7440082;-107.6320038:5072;41.7441596;-107.6298886,way_type=user_defined:way_id=80E +edge,5072,5072;41.7441596;-107.6298886:5073;41.744251;-107.6285642,way_type=user_defined:way_id=80E +edge,5073,5073;41.744251;-107.6285642:5074;41.7445017;-107.625046,way_type=user_defined:way_id=80E +edge,5074,5074;41.7445017;-107.625046:5075;41.74458311;-107.6238871,way_type=user_defined:way_id=80E +edge,5075,5075;41.74458311;-107.6238871:5076;41.74458725;-107.6238085,way_type=user_defined:way_id=80E +edge,5076,5076;41.74458725;-107.6238085:5077;41.74459514;-107.6237177,way_type=user_defined:way_id=80E +edge,5077,5077;41.74459514;-107.6237177:5078;41.7446638;-107.622756,way_type=user_defined:way_id=80E +edge,5078,5078;41.7446638;-107.622756:5079;41.7448272;-107.6203587,way_type=user_defined:way_id=80E +edge,5079,5079;41.7448272;-107.6203587:5080;41.74496793;-107.6184248,way_type=user_defined:way_id=80E +edge,5080,5080;41.74496793;-107.6184248:5081;41.74496793;-107.6184248,way_type=user_defined:way_id=80E +edge,5081,5081;41.74496793;-107.6184248:5082;41.74504901;-107.6173201,way_type=user_defined:way_id=80E +edge,5082,5082;41.74504901;-107.6173201:5083;41.74505232;-107.6172737,way_type=user_defined:way_id=80E +edge,5083,5083;41.74505232;-107.6172737:5084;41.7452201;-107.61485,way_type=user_defined:way_id=80E +edge,5084,5084;41.7452201;-107.61485:5085;41.7453056;-107.6136717,way_type=user_defined:way_id=80E +edge,5085,5085;41.7453056;-107.6136717:5086;41.745372;-107.6127565,way_type=user_defined:way_id=80E +edge,5086,5086;41.745372;-107.6127565:5087;41.74546705;-107.6113902,way_type=user_defined:way_id=80E +edge,5087,5087;41.74546705;-107.6113902:5088;41.74550152;-107.6109254,way_type=user_defined:way_id=80E +edge,5088,5088;41.74550152;-107.6109254:5089;41.74550362;-107.6108541,way_type=user_defined:way_id=80E +edge,5089,5089;41.74550362;-107.6108541:5090;41.7456081;-107.6093063,way_type=user_defined:way_id=80E +edge,5090,5090;41.7456081;-107.6093063:5091;41.7457992;-107.6066522,way_type=user_defined:way_id=80E +edge,5091,5091;41.7457992;-107.6066522:5092;41.745926;-107.6048473,way_type=user_defined:way_id=80E +edge,5092,5092;41.745926;-107.6048473:5093;41.7460016;-107.6037998,way_type=user_defined:way_id=80E +edge,5093,5093;41.7460016;-107.6037998:5094;41.7461086;-107.6022668,way_type=user_defined:way_id=80E +edge,5094,5094;41.7461086;-107.6022668:5095;41.7461733;-107.6013676,way_type=user_defined:way_id=80E +edge,5095,5095;41.7461733;-107.6013676:5096;41.7462845;-107.5997387,way_type=user_defined:way_id=80E +edge,5096,5096;41.7462845;-107.5997387:5097;41.7464956;-107.5967611,way_type=user_defined:way_id=80E +edge,5097,5097;41.7464956;-107.5967611:5098;41.7465966;-107.5952718,way_type=user_defined:way_id=80E +edge,5098,5098;41.7465966;-107.5952718:5099;41.7466793;-107.5941185,way_type=user_defined:way_id=80E +edge,5099,5099;41.7466793;-107.5941185:5100;41.746751;-107.593076,way_type=user_defined:way_id=80E +edge,5100,5100;41.746751;-107.593076:5101;41.746869;-107.5914817,way_type=user_defined:way_id=80E +edge,5101,5101;41.746869;-107.5914817:5102;41.7469063;-107.5909435,way_type=user_defined:way_id=80E +edge,5102,5102;41.7469063;-107.5909435:5103;41.7470087;-107.5894189,way_type=user_defined:way_id=80E +edge,5103,5103;41.7470087;-107.5894189:5104;41.747116;-107.5879071,way_type=user_defined:way_id=80E +edge,5104,5104;41.747116;-107.5879071:5105;41.7473229;-107.5851214,way_type=user_defined:way_id=80E +edge,5105,5105;41.7473229;-107.5851214:5106;41.7473719;-107.5845046,way_type=user_defined:way_id=80E +edge,5106,5106;41.7473719;-107.5845046:5107;41.7474217;-107.5839253,way_type=user_defined:way_id=80E +edge,5107,5107;41.7474217;-107.5839253:5108;41.7474523;-107.5835977,way_type=user_defined:way_id=80E +edge,5108,5108;41.7474523;-107.5835977:5109;41.747514;-107.5829832,way_type=user_defined:way_id=80E +edge,5109,5109;41.747514;-107.5829832:5110;41.7475496;-107.5826479,way_type=user_defined:way_id=80E +edge,5110,5110;41.7475496;-107.5826479:5111;41.7476133;-107.5820886,way_type=user_defined:way_id=80E +edge,5111,5111;41.7476133;-107.5820886:5112;41.7476522;-107.5817634,way_type=user_defined:way_id=80E +edge,5112,5112;41.7476522;-107.5817634:5113;41.7477389;-107.5810837,way_type=user_defined:way_id=80E +edge,5113,5113;41.7477389;-107.5810837:5114;41.7479057;-107.579823,way_type=user_defined:way_id=80E +edge,5114,5114;41.7479057;-107.579823:5115;41.7479809;-107.5792846,way_type=user_defined:way_id=80E +edge,5115,5115;41.7479809;-107.5792846:5116;41.7480232;-107.578997,way_type=user_defined:way_id=80E +edge,5116,5116;41.7480232;-107.578997:5117;41.7481249;-107.57835,way_type=user_defined:way_id=80E +edge,5117,5117;41.7481249;-107.57835:5118;41.7481702;-107.5780735,way_type=user_defined:way_id=80E +edge,5118,5118;41.7481702;-107.5780735:5119;41.7482187;-107.5777885,way_type=user_defined:way_id=80E +edge,5119,5119;41.7482187;-107.5777885:5120;41.7483504;-107.5770437,way_type=user_defined:way_id=80E +edge,5120,5120;41.7483504;-107.5770437:5121;41.7484941;-107.5762556,way_type=user_defined:way_id=80E +edge,5121,5121;41.7484941;-107.5762556:5122;41.7485589;-107.5759084,way_type=user_defined:way_id=80E +edge,5122,5122;41.7485589;-107.5759084:5123;41.748662;-107.5753793,way_type=user_defined:way_id=80E +edge,5123,5123;41.748662;-107.5753793:5124;41.7487928;-107.5747419,way_type=user_defined:way_id=80E +edge,5124,5124;41.7487928;-107.5747419:5125;41.7488586;-107.5744325,way_type=user_defined:way_id=80E +edge,5125,5125;41.7488586;-107.5744325:5126;41.7491099;-107.5732744,way_type=user_defined:way_id=80E +edge,5126,5126;41.7491099;-107.5732744:5127;41.7493522;-107.5721443,way_type=user_defined:way_id=80E +edge,5127,5127;41.7493522;-107.5721443:5128;41.7495654;-107.5711733,way_type=user_defined:way_id=80E +edge,5128,5128;41.7495654;-107.5711733:5129;41.7499008;-107.5696753,way_type=user_defined:way_id=80E +edge,5129,5129;41.7499008;-107.5696753:5130;41.7500302;-107.5690726,way_type=user_defined:way_id=80E +edge,5130,5130;41.7500302;-107.5690726:5131;41.7506771;-107.5661371,way_type=user_defined:way_id=80E +edge,5131,5131;41.7506771;-107.5661371:5132;41.75076283;-107.5657413,way_type=user_defined:way_id=80E +edge,5132,5132;41.75076283;-107.5657413:5133;41.75089941;-107.5651107,way_type=user_defined:way_id=80E +edge,5133,5133;41.75089941;-107.5651107:5134;41.75089941;-107.5651107,way_type=user_defined:way_id=80E +edge,5134,5134;41.75089941;-107.5651107:5135;41.7510278;-107.5645215,way_type=user_defined:way_id=80E +edge,5135,5135;41.7510278;-107.5645215:5136;41.7513301;-107.5631564,way_type=user_defined:way_id=80E +edge,5136,5136;41.7513301;-107.5631564:5137;41.7515196;-107.5622895,way_type=user_defined:way_id=80E +edge,5137,5137;41.7515196;-107.5622895:5138;41.75158392;-107.5619993,way_type=user_defined:way_id=80E +edge,5138,5138;41.75158392;-107.5619993:5139;41.7517211;-107.5613803,way_type=user_defined:way_id=80E +edge,5139,5139;41.7517211;-107.5613803:5140;41.75222262;-107.5591009,way_type=user_defined:way_id=80E +edge,5140,5140;41.75222262;-107.5591009:5141;41.75222262;-107.5591009,way_type=user_defined:way_id=80E +edge,5141,5141;41.75222262;-107.5591009:5142;41.7526432;-107.5571906,way_type=user_defined:way_id=80E +edge,5142,5142;41.7526432;-107.5571906:5143;41.7528087;-107.5564253,way_type=user_defined:way_id=80E +edge,5143,5143;41.7528087;-107.5564253:5144;41.7528877;-107.55606,way_type=user_defined:way_id=80E +edge,5144,5144;41.7528877;-107.55606:5145;41.7531504;-107.5548671,way_type=user_defined:way_id=80E +edge,5145,5145;41.7531504;-107.5548671:5146;41.753279;-107.5542768,way_type=user_defined:way_id=80E +edge,5146,5146;41.753279;-107.5542768:5147;41.753342;-107.5539917,way_type=user_defined:way_id=80E +edge,5147,5147;41.753342;-107.5539917:5148;41.7535364;-107.5531297,way_type=user_defined:way_id=80E +edge,5148,5148;41.7535364;-107.5531297:5149;41.7536964;-107.5523924,way_type=user_defined:way_id=80E +edge,5149,5149;41.7536964;-107.5523924:5150;41.7536964;-107.5523924,way_type=user_defined:way_id=80E +edge,5150,5150;41.7536964;-107.5523924:5151;41.7538849;-107.5515255,way_type=user_defined:way_id=80E +edge,5151,5151;41.7538849;-107.5515255:5152;41.7543706;-107.5493222,way_type=user_defined:way_id=80E +edge,5152,5152;41.7543706;-107.5493222:5153;41.75464118;-107.5480779,way_type=user_defined:way_id=80E +edge,5153,5153;41.75464118;-107.5480779:5154;41.7547151;-107.5477379,way_type=user_defined:way_id=80E +edge,5154,5154;41.7547151;-107.5477379:5155;41.7548935;-107.5469359,way_type=user_defined:way_id=80E +edge,5155,5155;41.7548935;-107.5469359:5156;41.7550295;-107.5463162,way_type=user_defined:way_id=80E +edge,5156,5156;41.7550295;-107.5463162:5157;41.7552397;-107.5453782,way_type=user_defined:way_id=80E +edge,5157,5157;41.7552397;-107.5453782:5158;41.7555541;-107.5439351,way_type=user_defined:way_id=80E +edge,5158,5158;41.7555541;-107.5439351:5159;41.7562786;-107.5406565,way_type=user_defined:way_id=80E +edge,5159,5159;41.7562786;-107.5406565:5160;41.7565981;-107.5391759,way_type=user_defined:way_id=80E +edge,5160,5160;41.7565981;-107.5391759:5161;41.7571077;-107.5368659,way_type=user_defined:way_id=80E +edge,5161,5161;41.7571077;-107.5368659:5162;41.7575794;-107.5347059,way_type=user_defined:way_id=80E +edge,5162,5162;41.7575794;-107.5347059:5163;41.7578434;-107.533513,way_type=user_defined:way_id=80E +edge,5163,5163;41.7578434;-107.533513:5164;41.7583455;-107.5312087,way_type=user_defined:way_id=80E +edge,5164,5164;41.7583455;-107.5312087:5165;41.7584851;-107.5305777,way_type=user_defined:way_id=80E +edge,5165,5165;41.7584851;-107.5305777:5166;41.7586776;-107.5296952,way_type=user_defined:way_id=80E +edge,5166,5166;41.7586776;-107.5296952:5167;41.7590009;-107.5282294,way_type=user_defined:way_id=80E +edge,5167,5167;41.7590009;-107.5282294:5168;41.7593257;-107.526727,way_type=user_defined:way_id=80E +edge,5168,5168;41.7593257;-107.526727:5169;41.75955334;-107.5256903,way_type=user_defined:way_id=80E +edge,5169,5169;41.75955334;-107.5256903:5170;41.7596483;-107.5252578,way_type=user_defined:way_id=80E +edge,5170,5170;41.7596483;-107.5252578:5171;41.7597801;-107.5246763,way_type=user_defined:way_id=80E +edge,5171,5171;41.7597801;-107.5246763:5172;41.7598793;-107.5242317,way_type=user_defined:way_id=80E +edge,5172,5172;41.7598793;-107.5242317:5173;41.7601275;-107.5230995,way_type=user_defined:way_id=80E +edge,5173,5173;41.7601275;-107.5230995:5174;41.7603053;-107.522297,way_type=user_defined:way_id=80E +edge,5174,5174;41.7603053;-107.522297:5175;41.760625;-107.5208187,way_type=user_defined:way_id=80E +edge,5175,5175;41.760625;-107.5208187:5176;41.7613381;-107.5175705,way_type=user_defined:way_id=80E +edge,5176,5176;41.7613381;-107.5175705:5177;41.76155305;-107.5165952,way_type=user_defined:way_id=80E +edge,5177,5177;41.76155305;-107.5165952:5178;41.761731;-107.5157877,way_type=user_defined:way_id=80E +edge,5178,5178;41.761731;-107.5157877:5179;41.7623532;-107.512924,way_type=user_defined:way_id=80E +edge,5179,5179;41.7623532;-107.512924:5180;41.7626776;-107.5114542,way_type=user_defined:way_id=80E +edge,5180,5180;41.7626776;-107.5114542:5181;41.7628973;-107.5104404,way_type=user_defined:way_id=80E +edge,5181,5181;41.7628973;-107.5104404:5182;41.7631522;-107.5092845,way_type=user_defined:way_id=80E +edge,5182,5182;41.7631522;-107.5092845:5183;41.7633939;-107.5081709,way_type=user_defined:way_id=80E +edge,5183,5183;41.7633939;-107.5081709:5184;41.7636001;-107.507245,way_type=user_defined:way_id=80E +edge,5184,5184;41.7636001;-107.507245:5185;41.7637837;-107.506398,way_type=user_defined:way_id=80E +edge,5185,5185;41.7637837;-107.506398:5186;41.7639564;-107.505616,way_type=user_defined:way_id=80E +edge,5186,5186;41.7639564;-107.505616:5187;41.7639818;-107.5054871,way_type=user_defined:way_id=80E +edge,5187,5187;41.7639818;-107.5054871:5188;41.76400063;-107.5053992,way_type=user_defined:way_id=80E +edge,5188,5188;41.76400063;-107.5053992:5189;41.76400063;-107.5053992,way_type=user_defined:way_id=80E +edge,5189,5189;41.76400063;-107.5053992:5190;41.7641126;-107.5048785,way_type=user_defined:way_id=80E +edge,5190,5190;41.7641126;-107.5048785:5191;41.7642654;-107.5041881,way_type=user_defined:way_id=80E +edge,5191,5191;41.7642654;-107.5041881:5192;41.764556;-107.502904,way_type=user_defined:way_id=80E +edge,5192,5192;41.764556;-107.502904:5193;41.7652402;-107.4998536,way_type=user_defined:way_id=80E +edge,5193,5193;41.7652402;-107.4998536:5194;41.7656847;-107.4978601,way_type=user_defined:way_id=80E +edge,5194,5194;41.7656847;-107.4978601:5195;41.7660378;-107.4962909,way_type=user_defined:way_id=80E +edge,5195,5195;41.7660378;-107.4962909:5196;41.766338;-107.4949481,way_type=user_defined:way_id=80E +edge,5196,5196;41.766338;-107.4949481:5197;41.7668905;-107.4924931,way_type=user_defined:way_id=80E +edge,5197,5197;41.7668905;-107.4924931:5198;41.767364;-107.4903651,way_type=user_defined:way_id=80E +edge,5198,5198;41.767364;-107.4903651:5199;41.7685455;-107.485101,way_type=user_defined:way_id=80E +edge,5199,5199;41.7685455;-107.485101:5200;41.7687371;-107.4842387,way_type=user_defined:way_id=80E +edge,5200,5200;41.7687371;-107.4842387:5201;41.7691524;-107.4823833,way_type=user_defined:way_id=80E +edge,5201,5201;41.7691524;-107.4823833:5202;41.7693371;-107.4815494,way_type=user_defined:way_id=80E +edge,5202,5202;41.7693371;-107.4815494:5203;41.7695985;-107.4803951,way_type=user_defined:way_id=80E +edge,5203,5203;41.7695985;-107.4803951:5204;41.769867;-107.4791829,way_type=user_defined:way_id=80E +edge,5204,5204;41.769867;-107.4791829:5205;41.7701211;-107.4780577,way_type=user_defined:way_id=80E +edge,5205,5205;41.7701211;-107.4780577:5206;41.7703214;-107.4771568,way_type=user_defined:way_id=80E +edge,5206,5206;41.7703214;-107.4771568:5207;41.7704639;-107.4765279,way_type=user_defined:way_id=80E +edge,5207,5207;41.7704639;-107.4765279:5208;41.7706598;-107.4756478,way_type=user_defined:way_id=80E +edge,5208,5208;41.7706598;-107.4756478:5209;41.7710488;-107.4739187,way_type=user_defined:way_id=80E +edge,5209,5209;41.7710488;-107.4739187:5210;41.7714547;-107.4721058,way_type=user_defined:way_id=80E +edge,5210,5210;41.7714547;-107.4721058:5211;41.77163471;-107.4712979,way_type=user_defined:way_id=80E +edge,5211,5211;41.77163471;-107.4712979:5212;41.7718677;-107.4702522,way_type=user_defined:way_id=80E +edge,5212,5212;41.7718677;-107.4702522:5213;41.7718677;-107.4702522,way_type=user_defined:way_id=80E +edge,5213,5213;41.7718677;-107.4702522:5214;41.7721241;-107.4691016,way_type=user_defined:way_id=80E +edge,5214,5214;41.7721241;-107.4691016:5215;41.77233264;-107.4681857,way_type=user_defined:way_id=80E +edge,5215,5215;41.77233264;-107.4681857:5216;41.7723949;-107.4679123,way_type=user_defined:way_id=80E +edge,5216,5216;41.7723949;-107.4679123:5217;41.77277458;-107.4662063,way_type=user_defined:way_id=80E +edge,5217,5217;41.77277458;-107.4662063:5218;41.77277458;-107.4662063,way_type=user_defined:way_id=80E +edge,5218,5218;41.77277458;-107.4662063:5219;41.77293283;-107.4654881,way_type=user_defined:way_id=80E +edge,5219,5219;41.77293283;-107.4654881:5220;41.7732043;-107.464303,way_type=user_defined:way_id=80E +edge,5220,5220;41.7732043;-107.464303:5221;41.77341077;-107.4633825,way_type=user_defined:way_id=80E +edge,5221,5221;41.77341077;-107.4633825:5222;41.7737764;-107.4617525,way_type=user_defined:way_id=80E +edge,5222,5222;41.7737764;-107.4617525:5223;41.7739129;-107.4611341,way_type=user_defined:way_id=80E +edge,5223,5223;41.7739129;-107.4611341:5224;41.7739129;-107.4611341,way_type=user_defined:way_id=80E +edge,5224,5224;41.7739129;-107.4611341:5225;41.77412151;-107.4602084,way_type=user_defined:way_id=80E +edge,5225,5225;41.77412151;-107.4602084:5226;41.7744477;-107.458761,way_type=user_defined:way_id=80E +edge,5226,5226;41.7744477;-107.458761:5227;41.7749024;-107.4567295,way_type=user_defined:way_id=80E +edge,5227,5227;41.7749024;-107.4567295:5228;41.7755046;-107.4540479,way_type=user_defined:way_id=80E +edge,5228,5228;41.7755046;-107.4540479:5229;41.7756333;-107.4534671,way_type=user_defined:way_id=80E +edge,5229,5229;41.7756333;-107.4534671:5230;41.7757753;-107.4528387,way_type=user_defined:way_id=80E +edge,5230,5230;41.7757753;-107.4528387:5231;41.7760263;-107.4517097,way_type=user_defined:way_id=80E +edge,5231,5231;41.7760263;-107.4517097:5232;41.776421;-107.4499678,way_type=user_defined:way_id=80E +edge,5232,5232;41.776421;-107.4499678:5233;41.77672238;-107.4486194,way_type=user_defined:way_id=80E +edge,5233,5233;41.77672238;-107.4486194:5234;41.77682459;-107.4481558,way_type=user_defined:way_id=80E +edge,5234,5234;41.77682459;-107.4481558:5235;41.77684885;-107.448051,way_type=user_defined:way_id=80E +edge,5235,5235;41.77684885;-107.448051:5236;41.7768955;-107.4478494,way_type=user_defined:way_id=80E +edge,5236,5236;41.7768955;-107.4478494:5237;41.7776012;-107.4446702,way_type=user_defined:way_id=80E +edge,5237,5237;41.7776012;-107.4446702:5238;41.7778847;-107.4434061,way_type=user_defined:way_id=80E +edge,5238,5238;41.7778847;-107.4434061:5239;41.7785116;-107.4406302,way_type=user_defined:way_id=80E +edge,5239,5239;41.7785116;-107.4406302:5240;41.7788;-107.439336,way_type=user_defined:way_id=80E +edge,5240,5240;41.7788;-107.439336:5241;41.7789566;-107.4386396,way_type=user_defined:way_id=80E +edge,5241,5241;41.7789566;-107.4386396:5242;41.7793465;-107.4368852,way_type=user_defined:way_id=80E +edge,5242,5242;41.7793465;-107.4368852:5243;41.7798005;-107.4348739,way_type=user_defined:way_id=80E +edge,5243,5243;41.7798005;-107.4348739:5244;41.7803231;-107.4325386,way_type=user_defined:way_id=80E +edge,5244,5244;41.7803231;-107.4325386:5245;41.7805144;-107.4316777,way_type=user_defined:way_id=80E +edge,5245,5245;41.7805144;-107.4316777:5246;41.7809257;-107.4298551,way_type=user_defined:way_id=80E +edge,5246,5246;41.7809257;-107.4298551:5247;41.7811805;-107.4287042,way_type=user_defined:way_id=80E +edge,5247,5247;41.7811805;-107.4287042:5248;41.7814604;-107.4274496,way_type=user_defined:way_id=80E +edge,5248,5248;41.7814604;-107.4274496:5249;41.7817902;-107.4259842,way_type=user_defined:way_id=80E +edge,5249,5249;41.7817902;-107.4259842:5250;41.7820532;-107.4247908,way_type=user_defined:way_id=80E +edge,5250,5250;41.7820532;-107.4247908:5251;41.7822595;-107.4238802,way_type=user_defined:way_id=80E +edge,5251,5251;41.7822595;-107.4238802:5252;41.7825856;-107.4224276,way_type=user_defined:way_id=80E +edge,5252,5252;41.7825856;-107.4224276:5253;41.7828264;-107.4213444,way_type=user_defined:way_id=80E +edge,5253,5253;41.7828264;-107.4213444:5254;41.7831877;-107.4197397,way_type=user_defined:way_id=80E +edge,5254,5254;41.7831877;-107.4197397:5255;41.7837065;-107.417405,way_type=user_defined:way_id=80E +edge,5255,5255;41.7837065;-107.417405:5256;41.7839806;-107.416182,way_type=user_defined:way_id=80E +edge,5256,5256;41.7839806;-107.416182:5257;41.7842219;-107.4150706,way_type=user_defined:way_id=80E +edge,5257,5257;41.7842219;-107.4150706:5258;41.7843056;-107.4146755,way_type=user_defined:way_id=80E +edge,5258,5258;41.7843056;-107.4146755:5259;41.7843056;-107.4146755,way_type=user_defined:way_id=80E +edge,5259,5259;41.7843056;-107.4146755:5260;41.7843653;-107.4143825,way_type=user_defined:way_id=80E +edge,5260,5260;41.7843653;-107.4143825:5261;41.7844634;-107.4138867,way_type=user_defined:way_id=80E +edge,5261,5261;41.7844634;-107.4138867:5262;41.7845228;-107.4135737,way_type=user_defined:way_id=80E +edge,5262,5262;41.7845228;-107.4135737:5263;41.7845703;-107.413316,way_type=user_defined:way_id=80E +edge,5263,5263;41.7845703;-107.413316:5264;41.7846147;-107.4130751,way_type=user_defined:way_id=80E +edge,5264,5264;41.7846147;-107.4130751:5265;41.78464892;-107.4128854,way_type=user_defined:way_id=80E +edge,5265,5265;41.78464892;-107.4128854:5266;41.7846798;-107.4127143,way_type=user_defined:way_id=80E +edge,5266,5266;41.7846798;-107.4127143:5267;41.7847784;-107.412148,way_type=user_defined:way_id=80E +edge,5267,5267;41.7847784;-107.412148:5268;41.7848442;-107.4117573,way_type=user_defined:way_id=80E +edge,5268,5268;41.7848442;-107.4117573:5269;41.784914;-107.4113271,way_type=user_defined:way_id=80E +edge,5269,5269;41.784914;-107.4113271:5270;41.784914;-107.4113271,way_type=user_defined:way_id=80E +edge,5270,5270;41.784914;-107.4113271:5271;41.784978;-107.4109125,way_type=user_defined:way_id=80E +edge,5271,5271;41.784978;-107.4109125:5272;41.78502788;-107.4105747,way_type=user_defined:way_id=80E +edge,5272,5272;41.78502788;-107.4105747:5273;41.78506254;-107.41034,way_type=user_defined:way_id=80E +edge,5273,5273;41.78506254;-107.41034:5274;41.78506254;-107.41034,way_type=user_defined:way_id=80E +edge,5274,5274;41.78506254;-107.41034:5275;41.7851975;-107.409415,way_type=user_defined:way_id=80E +edge,5275,5275;41.7851975;-107.409415:5276;41.7852432;-107.4090902,way_type=user_defined:way_id=80E +edge,5276,5276;41.7852432;-107.4090902:5277;41.785283;-107.4087944,way_type=user_defined:way_id=80E +edge,5277,5277;41.785283;-107.4087944:5278;41.7853228;-107.4084791,way_type=user_defined:way_id=80E +edge,5278,5278;41.7853228;-107.4084791:5279;41.7853573;-107.4081908,way_type=user_defined:way_id=80E +edge,5279,5279;41.7853573;-107.4081908:5280;41.7854246;-107.4076141,way_type=user_defined:way_id=80E +edge,5280,5280;41.7854246;-107.4076141:5281;41.7854645;-107.4072606,way_type=user_defined:way_id=80E +edge,5281,5281;41.7854645;-107.4072606:5282;41.7860149;-107.4022925,way_type=user_defined:way_id=80E +edge,5282,5282;41.7860149;-107.4022925:5283;41.7862383;-107.4002475,way_type=user_defined:way_id=80E +edge,5283,5283;41.7862383;-107.4002475:5284;41.7863865;-107.398929,way_type=user_defined:way_id=80E +edge,5284,5284;41.7863865;-107.398929:5285;41.7866409;-107.3966201,way_type=user_defined:way_id=80E +edge,5285,5285;41.7866409;-107.3966201:5286;41.7868114;-107.3951036,way_type=user_defined:way_id=80E +edge,5286,5286;41.7868114;-107.3951036:5287;41.7869135;-107.3941676,way_type=user_defined:way_id=80E +edge,5287,5287;41.7869135;-107.3941676:5288;41.7870182;-107.3932406,way_type=user_defined:way_id=80E +edge,5288,5288;41.7870182;-107.3932406:5289;41.78719;-107.3916594,way_type=user_defined:way_id=80E +edge,5289,5289;41.78719;-107.3916594:5290;41.7873209;-107.3905104,way_type=user_defined:way_id=80E +edge,5290,5290;41.7873209;-107.3905104:5291;41.787359;-107.3901654,way_type=user_defined:way_id=80E +edge,5291,5291;41.787359;-107.3901654:5292;41.7874554;-107.3892694,way_type=user_defined:way_id=80E +edge,5292,5292;41.7874554;-107.3892694:5293;41.7874883;-107.3889521,way_type=user_defined:way_id=80E +edge,5293,5293;41.7874883;-107.3889521:5294;41.7875191;-107.3886357,way_type=user_defined:way_id=80E +edge,5294,5294;41.7875191;-107.3886357:5295;41.7875455;-107.3883383,way_type=user_defined:way_id=80E +edge,5295,5295;41.7875455;-107.3883383:5296;41.7875727;-107.3880121,way_type=user_defined:way_id=80E +edge,5296,5296;41.7875727;-107.3880121:5297;41.7876174;-107.3874266,way_type=user_defined:way_id=80E +edge,5297,5297;41.7876174;-107.3874266:5298;41.787639;-107.3871105,way_type=user_defined:way_id=80E +edge,5298,5298;41.787639;-107.3871105:5299;41.7876566;-107.3868142,way_type=user_defined:way_id=80E +edge,5299,5299;41.7876566;-107.3868142:5300;41.7876741;-107.3864895,way_type=user_defined:way_id=80E +edge,5300,5300;41.7876741;-107.3864895:5301;41.787697;-107.3860133,way_type=user_defined:way_id=80E +edge,5301,5301;41.787697;-107.3860133:5302;41.7877158;-107.3855852,way_type=user_defined:way_id=80E +edge,5302,5302;41.7877158;-107.3855852:5303;41.7877266;-107.3852903,way_type=user_defined:way_id=80E +edge,5303,5303;41.7877266;-107.3852903:5304;41.787743;-107.3847011,way_type=user_defined:way_id=80E +edge,5304,5304;41.787743;-107.3847011:5305;41.7877494;-107.3843779,way_type=user_defined:way_id=80E +edge,5305,5305;41.7877494;-107.3843779:5306;41.7877537;-107.3840639,way_type=user_defined:way_id=80E +edge,5306,5306;41.7877537;-107.3840639:5307;41.7877563;-107.3837299,way_type=user_defined:way_id=80E +edge,5307,5307;41.7877563;-107.3837299:5308;41.7877567;-107.3834434,way_type=user_defined:way_id=80E +edge,5308,5308;41.7877567;-107.3834434:5309;41.787752;-107.3828996,way_type=user_defined:way_id=80E +edge,5309,5309;41.787752;-107.3828996:5310;41.7877472;-107.3825366,way_type=user_defined:way_id=80E +edge,5310,5310;41.7877472;-107.3825366:5311;41.7877416;-107.3822311,way_type=user_defined:way_id=80E +edge,5311,5311;41.7877416;-107.3822311:5312;41.7877256;-107.3816299,way_type=user_defined:way_id=80E +edge,5312,5312;41.7877256;-107.3816299:5313;41.7877028;-107.38101,way_type=user_defined:way_id=80E +edge,5313,5313;41.7877028;-107.38101:5314;41.7876896;-107.3807134,way_type=user_defined:way_id=80E +edge,5314,5314;41.7876896;-107.3807134:5315;41.7876729;-107.3803873,way_type=user_defined:way_id=80E +edge,5315,5315;41.7876729;-107.3803873:5316;41.7876352;-107.3797862,way_type=user_defined:way_id=80E +edge,5316,5316;41.7876352;-107.3797862:5317;41.78759;-107.3791639,way_type=user_defined:way_id=80E +edge,5317,5317;41.78759;-107.3791639:5318;41.787567;-107.3788785,way_type=user_defined:way_id=80E +edge,5318,5318;41.787567;-107.3788785:5319;41.7875389;-107.378552,way_type=user_defined:way_id=80E +edge,5319,5319;41.7875389;-107.378552:5320;41.7875119;-107.3782652,way_type=user_defined:way_id=80E +edge,5320,5320;41.7875119;-107.3782652:5321;41.78749184;-107.378062,way_type=user_defined:way_id=80E +edge,5321,5321;41.78749184;-107.378062:5322;41.7874481;-107.377619,way_type=user_defined:way_id=80E +edge,5322,5322;41.7874481;-107.377619:5323;41.7874204;-107.3773567,way_type=user_defined:way_id=80E +edge,5323,5323;41.7874204;-107.3773567:5324;41.7873843;-107.3770338,way_type=user_defined:way_id=80E +edge,5324,5324;41.7873843;-107.3770338:5325;41.7873843;-107.3770338,way_type=user_defined:way_id=80E +edge,5325,5325;41.7873843;-107.3770338:5326;41.7873462;-107.3767096,way_type=user_defined:way_id=80E +edge,5326,5326;41.7873462;-107.3767096:5327;41.7873105;-107.376424,way_type=user_defined:way_id=80E +edge,5327,5327;41.7873105;-107.376424:5328;41.7872673;-107.3760992,way_type=user_defined:way_id=80E +edge,5328,5328;41.7872673;-107.3760992:5329;41.7871824;-107.3755042,way_type=user_defined:way_id=80E +edge,5329,5329;41.7871824;-107.3755042:5330;41.78717075;-107.3754259,way_type=user_defined:way_id=80E +edge,5330,5330;41.78717075;-107.3754259:5331;41.7871216;-107.3750956,way_type=user_defined:way_id=80E +edge,5331,5331;41.7871216;-107.3750956:5332;41.7870921;-107.3748974,way_type=user_defined:way_id=80E +edge,5332,5332;41.7870921;-107.3748974:5333;41.7870139;-107.3744021,way_type=user_defined:way_id=80E +edge,5333,5333;41.7870139;-107.3744021:5334;41.7869473;-107.3740024,way_type=user_defined:way_id=80E +edge,5334,5334;41.7869473;-107.3740024:5335;41.7868845;-107.3736522,way_type=user_defined:way_id=80E +edge,5335,5335;41.7868845;-107.3736522:5336;41.7868362;-107.3733973,way_type=user_defined:way_id=80E +edge,5336,5336;41.7868362;-107.3733973:5337;41.7867872;-107.3731502,way_type=user_defined:way_id=80E +edge,5337,5337;41.7867872;-107.3731502:5338;41.7867872;-107.3731502,way_type=user_defined:way_id=80E +edge,5338,5338;41.7867872;-107.3731502:5339;41.7867113;-107.372775,way_type=user_defined:way_id=80E +edge,5339,5339;41.7867113;-107.372775:5340;41.7866524;-107.3724916,way_type=user_defined:way_id=80E +edge,5340,5340;41.7866524;-107.3724916:5341;41.78660905;-107.3722886,way_type=user_defined:way_id=80E +edge,5341,5341;41.78660905;-107.3722886:5342;41.78656029;-107.3720603,way_type=user_defined:way_id=80E +edge,5342,5342;41.78656029;-107.3720603:5343;41.78656029;-107.3720603,way_type=user_defined:way_id=80E +edge,5343,5343;41.78656029;-107.3720603:5344;41.7863246;-107.3709928,way_type=user_defined:way_id=80E +edge,5344,5344;41.7863246;-107.3709928:5345;41.7862517;-107.3706751,way_type=user_defined:way_id=80E +edge,5345,5345;41.7862517;-107.3706751:5346;41.7861783;-107.3703678,way_type=user_defined:way_id=80E +edge,5346,5346;41.7861783;-107.3703678:5347;41.7861089;-107.3700894,way_type=user_defined:way_id=80E +edge,5347,5347;41.7861089;-107.3700894:5348;41.7859546;-107.3695015,way_type=user_defined:way_id=80E +edge,5348,5348;41.7859546;-107.3695015:5349;41.7858725;-107.3691997,way_type=user_defined:way_id=80E +edge,5349,5349;41.7858725;-107.3691997:5350;41.78571;-107.368616,way_type=user_defined:way_id=80E +edge,5350,5350;41.78571;-107.368616:5351;41.7854712;-107.3677702,way_type=user_defined:way_id=80E +edge,5351,5351;41.7854712;-107.3677702:5352;41.7851353;-107.3666014,way_type=user_defined:way_id=80E +edge,5352,5352;41.7851353;-107.3666014:5353;41.7846442;-107.3648741,way_type=user_defined:way_id=80E +edge,5353,5353;41.7846442;-107.3648741:5354;41.7840665;-107.3628255,way_type=user_defined:way_id=80E +edge,5354,5354;41.7840665;-107.3628255:5355;41.7838051;-107.3619044,way_type=user_defined:way_id=80E +edge,5355,5355;41.7838051;-107.3619044:5356;41.783253;-107.3599736,way_type=user_defined:way_id=80E +edge,5356,5356;41.783253;-107.3599736:5357;41.7827593;-107.3582289,way_type=user_defined:way_id=80E +edge,5357,5357;41.7827593;-107.3582289:5358;41.7821778;-107.3561868,way_type=user_defined:way_id=80E +edge,5358,5358;41.7821778;-107.3561868:5359;41.7816988;-107.3544855,way_type=user_defined:way_id=80E +edge,5359,5359;41.7816988;-107.3544855:5360;41.7811264;-107.3524784,way_type=user_defined:way_id=80E +edge,5360,5360;41.7811264;-107.3524784:5361;41.7808954;-107.3516572,way_type=user_defined:way_id=80E +edge,5361,5361;41.7808954;-107.3516572:5362;41.78066;-107.3508337,way_type=user_defined:way_id=80E +edge,5362,5362;41.78066;-107.3508337:5363;41.7804293;-107.35002,way_type=user_defined:way_id=80E +edge,5363,5363;41.7804293;-107.35002:5364;41.7802053;-107.3492392,way_type=user_defined:way_id=80E +edge,5364,5364;41.7802053;-107.3492392:5365;41.7799554;-107.3483564,way_type=user_defined:way_id=80E +edge,5365,5365;41.7799554;-107.3483564:5366;41.7788698;-107.3445448,way_type=user_defined:way_id=80E +edge,5366,5366;41.7788698;-107.3445448:5367;41.7784763;-107.3431452,way_type=user_defined:way_id=80E +edge,5367,5367;41.7784763;-107.3431452:5368;41.7782407;-107.342326,way_type=user_defined:way_id=80E +edge,5368,5368;41.7782407;-107.342326:5369;41.7780173;-107.3415413,way_type=user_defined:way_id=80E +edge,5369,5369;41.7780173;-107.3415413:5370;41.777704;-107.3404179,way_type=user_defined:way_id=80E +edge,5370,5370;41.777704;-107.3404179:5371;41.7775556;-107.3398683,way_type=user_defined:way_id=80E +edge,5371,5371;41.7775556;-107.3398683:5372;41.7774171;-107.3393328,way_type=user_defined:way_id=80E +edge,5372,5372;41.7774171;-107.3393328:5373;41.7772784;-107.338776,way_type=user_defined:way_id=80E +edge,5373,5373;41.7772784;-107.338776:5374;41.7771367;-107.3381889,way_type=user_defined:way_id=80E +edge,5374,5374;41.7771367;-107.3381889:5375;41.7770161;-107.3376624,way_type=user_defined:way_id=80E +edge,5375,5375;41.7770161;-107.3376624:5376;41.7768855;-107.3370655,way_type=user_defined:way_id=80E +edge,5376,5376;41.7768855;-107.3370655:5377;41.7768355;-107.3368297,way_type=user_defined:way_id=80E +edge,5377,5377;41.7768355;-107.3368297:5378;41.7767685;-107.3365031,way_type=user_defined:way_id=80E +edge,5378,5378;41.7767685;-107.3365031:5379;41.7767199;-107.3362579,way_type=user_defined:way_id=80E +edge,5379,5379;41.7767199;-107.3362579:5380;41.7766661;-107.3359763,way_type=user_defined:way_id=80E +edge,5380,5380;41.7766661;-107.3359763:5381;41.7765613;-107.3354108,way_type=user_defined:way_id=80E +edge,5381,5381;41.7765613;-107.3354108:5382;41.7765112;-107.3351263,way_type=user_defined:way_id=80E +edge,5382,5382;41.7765112;-107.3351263:5383;41.7764645;-107.3348503,way_type=user_defined:way_id=80E +edge,5383,5383;41.7764645;-107.3348503:5384;41.7763699;-107.3342682,way_type=user_defined:way_id=80E +edge,5384,5384;41.7763699;-107.3342682:5385;41.7762884;-107.3337388,way_type=user_defined:way_id=80E +edge,5385,5385;41.7762884;-107.3337388:5386;41.7761951;-107.3331049,way_type=user_defined:way_id=80E +edge,5386,5386;41.7761951;-107.3331049:5387;41.7761553;-107.3328152,way_type=user_defined:way_id=80E +edge,5387,5387;41.7761553;-107.3328152:5388;41.7760531;-107.3320203,way_type=user_defined:way_id=80E +edge,5388,5388;41.7760531;-107.3320203:5389;41.7760096;-107.3316508,way_type=user_defined:way_id=80E +edge,5389,5389;41.7760096;-107.3316508:5390;41.7759797;-107.3313681,way_type=user_defined:way_id=80E +edge,5390,5390;41.7759797;-107.3313681:5391;41.7759476;-107.3310383,way_type=user_defined:way_id=80E +edge,5391,5391;41.7759476;-107.3310383:5392;41.7759011;-107.3305396,way_type=user_defined:way_id=80E +edge,5392,5392;41.7759011;-107.3305396:5393;41.775872;-107.3302103,way_type=user_defined:way_id=80E +edge,5393,5393;41.775872;-107.3302103:5394;41.7758227;-107.3295979,way_type=user_defined:way_id=80E +edge,5394,5394;41.7758227;-107.3295979:5395;41.7757585;-107.3287224,way_type=user_defined:way_id=80E +edge,5395,5395;41.7757585;-107.3287224:5396;41.7757403;-107.3284401,way_type=user_defined:way_id=80E +edge,5396,5396;41.7757403;-107.3284401:5397;41.7757235;-107.3281487,way_type=user_defined:way_id=80E +edge,5397,5397;41.7757235;-107.3281487:5398;41.7757098;-107.3278572,way_type=user_defined:way_id=80E +edge,5398,5398;41.7757098;-107.3278572:5399;41.7756794;-107.3270499,way_type=user_defined:way_id=80E +edge,5399,5399;41.7756794;-107.3270499:5400;41.77567733;-107.3269831,way_type=user_defined:way_id=80E +edge,5400,5400;41.77567733;-107.3269831:5401;41.7756683;-107.3266911,way_type=user_defined:way_id=80E +edge,5401,5401;41.7756683;-107.3266911:5402;41.7756613;-107.3263912,way_type=user_defined:way_id=80E +edge,5402,5402;41.7756613;-107.3263912:5403;41.7756564;-107.3261101,way_type=user_defined:way_id=80E +edge,5403,5403;41.7756564;-107.3261101:5404;41.7756533;-107.3258101,way_type=user_defined:way_id=80E +edge,5404,5404;41.7756533;-107.3258101:5405;41.7756517;-107.325519,way_type=user_defined:way_id=80E +edge,5405,5405;41.7756517;-107.325519:5406;41.7756518;-107.3252286,way_type=user_defined:way_id=80E +edge,5406,5406;41.7756518;-107.3252286:5407;41.7756543;-107.3246472,way_type=user_defined:way_id=80E +edge,5407,5407;41.7756543;-107.3246472:5408;41.7756612;-107.3240664,way_type=user_defined:way_id=80E +edge,5408,5408;41.7756612;-107.3240664:5409;41.7756717;-107.3235134,way_type=user_defined:way_id=80E +edge,5409,5409;41.7756717;-107.3235134:5410;41.7756807;-107.3231927,way_type=user_defined:way_id=80E +edge,5410,5410;41.7756807;-107.3231927:5411;41.7756912;-107.3229008,way_type=user_defined:way_id=80E +edge,5411,5411;41.7756912;-107.3229008:5412;41.7757034;-107.3226084,way_type=user_defined:way_id=80E +edge,5412,5412;41.7757034;-107.3226084:5413;41.7757322;-107.3220319,way_type=user_defined:way_id=80E +edge,5413,5413;41.7757322;-107.3220319:5414;41.7757693;-107.3213994,way_type=user_defined:way_id=80E +edge,5414,5414;41.7757693;-107.3213994:5415;41.7758066;-107.320825,way_type=user_defined:way_id=80E +edge,5415,5415;41.7758066;-107.320825:5416;41.7758815;-107.3197422,way_type=user_defined:way_id=80E +edge,5416,5416;41.7758815;-107.3197422:5417;41.7759247;-107.3191558,way_type=user_defined:way_id=80E +edge,5417,5417;41.7759247;-107.3191558:5418;41.77604284;-107.317653,way_type=user_defined:way_id=80E +edge,5418,5418;41.77604284;-107.317653:5419;41.7761095;-107.316805,way_type=user_defined:way_id=80E +edge,5419,5419;41.7761095;-107.316805:5420;41.7761095;-107.316805,way_type=user_defined:way_id=80E +edge,5420,5420;41.7761095;-107.316805:5421;41.7762266;-107.3153216,way_type=user_defined:way_id=80E +edge,5421,5421;41.7762266;-107.3153216:5422;41.77623196;-107.3152505,way_type=user_defined:way_id=80E +edge,5422,5422;41.77623196;-107.3152505:5423;41.7763272;-107.313986,way_type=user_defined:way_id=80E +edge,5423,5423;41.7763272;-107.313986:5424;41.7763858;-107.3132351,way_type=user_defined:way_id=80E +edge,5424,5424;41.7763858;-107.3132351:5425;41.7764852;-107.3119211,way_type=user_defined:way_id=80E +edge,5425,5425;41.7764852;-107.3119211:5426;41.7765528;-107.3110704,way_type=user_defined:way_id=80E +edge,5426,5426;41.7765528;-107.3110704:5427;41.7765528;-107.3110704,way_type=user_defined:way_id=80E +edge,5427,5427;41.7765528;-107.3110704:5428;41.7766028;-107.3104109,way_type=user_defined:way_id=80E +edge,5428,5428;41.7766028;-107.3104109:5429;41.7766688;-107.309581,way_type=user_defined:way_id=80E +edge,5429,5429;41.7766688;-107.309581:5430;41.776787;-107.3080514,way_type=user_defined:way_id=80E +edge,5430,5430;41.776787;-107.3080514:5431;41.77688091;-107.3067859,way_type=user_defined:way_id=80E +edge,5431,5431;41.77688091;-107.3067859:5432;41.776889;-107.3066769,way_type=user_defined:way_id=80E +edge,5432,5432;41.776889;-107.3066769:5433;41.7769821;-107.3054773,way_type=user_defined:way_id=80E +edge,5433,5433;41.7769821;-107.3054773:5434;41.7771047;-107.3038428,way_type=user_defined:way_id=80E +edge,5434,5434;41.7771047;-107.3038428:5435;41.7771047;-107.3038428,way_type=user_defined:way_id=80E +edge,5435,5435;41.7771047;-107.3038428:5436;41.7771821;-107.3028267,way_type=user_defined:way_id=80E +edge,5436,5436;41.7771821;-107.3028267:5437;41.77720159;-107.3025767,way_type=user_defined:way_id=80E +edge,5437,5437;41.77720159;-107.3025767:5438;41.7773138;-107.301137,way_type=user_defined:way_id=80E +edge,5438,5438;41.7773138;-107.301137:5439;41.7773673;-107.3004323,way_type=user_defined:way_id=80E +edge,5439,5439;41.7773673;-107.3004323:5440;41.7774562;-107.2993121,way_type=user_defined:way_id=80E +edge,5440,5440;41.7774562;-107.2993121:5441;41.7775655;-107.2978667,way_type=user_defined:way_id=80E +edge,5441,5441;41.7775655;-107.2978667:5442;41.7776598;-107.2966477,way_type=user_defined:way_id=80E +edge,5442,5442;41.7776598;-107.2966477:5443;41.7777668;-107.2952358,way_type=user_defined:way_id=80E +edge,5443,5443;41.7777668;-107.2952358:5444;41.7779072;-107.2934508,way_type=user_defined:way_id=80E +edge,5444,5444;41.7779072;-107.2934508:5445;41.7780466;-107.2915982,way_type=user_defined:way_id=80E +edge,5445,5445;41.7780466;-107.2915982:5446;41.7781271;-107.2905779,way_type=user_defined:way_id=80E +edge,5446,5446;41.7781271;-107.2905779:5447;41.7782772;-107.2885507,way_type=user_defined:way_id=80E +edge,5447,5447;41.7782772;-107.2885507:5448;41.7783709;-107.287313,way_type=user_defined:way_id=80E +edge,5448,5448;41.7783709;-107.287313:5449;41.7784766;-107.2859391,way_type=user_defined:way_id=80E +edge,5449,5449;41.7784766;-107.2859391:5450;41.7785006;-107.2856427,way_type=user_defined:way_id=80E +edge,5450,5450;41.7785006;-107.2856427:5451;41.7785437;-107.2851461,way_type=user_defined:way_id=80E +edge,5451,5451;41.7785437;-107.2851461:5452;41.7786039;-107.2844975,way_type=user_defined:way_id=80E +edge,5452,5452;41.7786039;-107.2844975:5453;41.7786374;-107.284164,way_type=user_defined:way_id=80E +edge,5453,5453;41.7786374;-107.284164:5454;41.778688;-107.2837037,way_type=user_defined:way_id=80E +edge,5454,5454;41.778688;-107.2837037:5455;41.7787267;-107.2833819,way_type=user_defined:way_id=80E +edge,5455,5455;41.7787267;-107.2833819:5456;41.778769;-107.2830494,way_type=user_defined:way_id=80E +edge,5456,5456;41.778769;-107.2830494:5457;41.7788129;-107.2827353,way_type=user_defined:way_id=80E +edge,5457,5457;41.7788129;-107.2827353:5458;41.77887248;-107.2823487,way_type=user_defined:way_id=80E +edge,5458,5458;41.77887248;-107.2823487:5459;41.77887248;-107.2823487,way_type=user_defined:way_id=80E +edge,5459,5459;41.77887248;-107.2823487:5460;41.7789429;-107.2819213,way_type=user_defined:way_id=80E +edge,5460,5460;41.7789429;-107.2819213:5461;41.7789867;-107.2816753,way_type=user_defined:way_id=80E +edge,5461,5461;41.7789867;-107.2816753:5462;41.779045;-107.2813572,way_type=user_defined:way_id=80E +edge,5462,5462;41.779045;-107.2813572:5463;41.7791109;-107.28101,way_type=user_defined:way_id=80E +edge,5463,5463;41.7791109;-107.28101:5464;41.7793735;-107.2796705,way_type=user_defined:way_id=80E +edge,5464,5464;41.7793735;-107.2796705:5465;41.7798834;-107.2771068,way_type=user_defined:way_id=80E +edge,5465,5465;41.7798834;-107.2771068:5466;41.7800434;-107.2762897,way_type=user_defined:way_id=80E +edge,5466,5466;41.7800434;-107.2762897:5467;41.7802195;-107.2754094,way_type=user_defined:way_id=80E +edge,5467,5467;41.7802195;-107.2754094:5468;41.7802725;-107.2751353,way_type=user_defined:way_id=80E +edge,5468,5468;41.7802725;-107.2751353:5469;41.78029103;-107.2750368,way_type=user_defined:way_id=80E +edge,5469,5469;41.78029103;-107.2750368:5470;41.7803729;-107.2746015,way_type=user_defined:way_id=80E +edge,5470,5470;41.7803729;-107.2746015:5471;41.7803729;-107.2746015,way_type=user_defined:way_id=80E +edge,5471,5471;41.7803729;-107.2746015:5472;41.780757;-107.2724821,way_type=user_defined:way_id=80E +edge,5472,5472;41.780757;-107.2724821:5473;41.78087062;-107.2718476,way_type=user_defined:way_id=80E +edge,5473,5473;41.78087062;-107.2718476:5474;41.7808959;-107.2717065,way_type=user_defined:way_id=80E +edge,5474,5474;41.7808959;-107.2717065:5475;41.7812076;-107.2699993,way_type=user_defined:way_id=80E +edge,5475,5475;41.7812076;-107.2699993:5476;41.7813581;-107.2691535,way_type=user_defined:way_id=80E +edge,5476,5476;41.7813581;-107.2691535:5477;41.78167958;-107.2673816,way_type=user_defined:way_id=80E +edge,5477,5477;41.78167958;-107.2673816:5478;41.78167958;-107.2673816,way_type=user_defined:way_id=80E +edge,5478,5478;41.78167958;-107.2673816:5479;41.7817208;-107.2671445,way_type=user_defined:way_id=80E +edge,5479,5479;41.7817208;-107.2671445:5480;41.7817606;-107.2668831,way_type=user_defined:way_id=80E +edge,5480,5480;41.7817606;-107.2668831:5481;41.7818139;-107.2665953,way_type=user_defined:way_id=80E +edge,5481,5481;41.7818139;-107.2665953:5482;41.781868;-107.2663186,way_type=user_defined:way_id=80E +edge,5482,5482;41.781868;-107.2663186:5483;41.7819022;-107.2661338,way_type=user_defined:way_id=80E +edge,5483,5483;41.7819022;-107.2661338:5484;41.7819274;-107.265995,way_type=user_defined:way_id=80E +edge,5484,5484;41.7819274;-107.265995:5485;41.781975;-107.2657172,way_type=user_defined:way_id=80E +edge,5485,5485;41.781975;-107.2657172:5486;41.7820196;-107.2654286,way_type=user_defined:way_id=80E +edge,5486,5486;41.7820196;-107.2654286:5487;41.7820527;-107.2651782,way_type=user_defined:way_id=80E +edge,5487,5487;41.7820527;-107.2651782:5488;41.7820888;-107.2648503,way_type=user_defined:way_id=80E +edge,5488,5488;41.7820888;-107.2648503:5489;41.7821147;-107.2645612,way_type=user_defined:way_id=80E +edge,5489,5489;41.7821147;-107.2645612:5490;41.7821364;-107.2642714,way_type=user_defined:way_id=80E +edge,5490,5490;41.7821364;-107.2642714:5491;41.7821538;-107.2639725,way_type=user_defined:way_id=80E +edge,5491,5491;41.7821538;-107.2639725:5492;41.7821641;-107.2636821,way_type=user_defined:way_id=80E +edge,5492,5492;41.7821641;-107.2636821:5493;41.7821681;-107.2634001,way_type=user_defined:way_id=80E +edge,5493,5493;41.7821681;-107.2634001:5494;41.7821671;-107.2630999,way_type=user_defined:way_id=80E +edge,5494,5494;41.7821671;-107.2630999:5495;41.7821617;-107.2628178,way_type=user_defined:way_id=80E +edge,5495,5495;41.7821617;-107.2628178:5496;41.7821521;-107.2625555,way_type=user_defined:way_id=80E +edge,5496,5496;41.7821521;-107.2625555:5497;41.7821344;-107.262235,way_type=user_defined:way_id=80E +edge,5497,5497;41.7821344;-107.262235:5498;41.7821121;-107.2619424,way_type=user_defined:way_id=80E +edge,5498,5498;41.7821121;-107.2619424:5499;41.7820846;-107.2616533,way_type=user_defined:way_id=80E +edge,5499,5499;41.7820846;-107.2616533:5500;41.78207942;-107.2616077,way_type=user_defined:way_id=80E +edge,5500,5500;41.78207942;-107.2616077:5501;41.7820528;-107.2613729,way_type=user_defined:way_id=80E +edge,5501,5501;41.7820528;-107.2613729:5502;41.7820147;-107.2610842,way_type=user_defined:way_id=80E +edge,5502,5502;41.7820147;-107.2610842:5503;41.7819732;-107.2608074,way_type=user_defined:way_id=80E +edge,5503,5503;41.7819732;-107.2608074:5504;41.7819235;-107.2605119,way_type=user_defined:way_id=80E +edge,5504,5504;41.7819235;-107.2605119:5505;41.7818718;-107.2602378,way_type=user_defined:way_id=80E +edge,5505,5505;41.7818718;-107.2602378:5506;41.7818131;-107.2599564,way_type=user_defined:way_id=80E +edge,5506,5506;41.7818131;-107.2599564:5507;41.7817471;-107.2596681,way_type=user_defined:way_id=80E +edge,5507,5507;41.7817471;-107.2596681:5508;41.7816783;-107.2593911,way_type=user_defined:way_id=80E +edge,5508,5508;41.7816783;-107.2593911:5509;41.7816079;-107.2591268,way_type=user_defined:way_id=80E +edge,5509,5509;41.7816079;-107.2591268:5510;41.7815292;-107.2588542,way_type=user_defined:way_id=80E +edge,5510,5510;41.7815292;-107.2588542:5511;41.7814454;-107.2585862,way_type=user_defined:way_id=80E +edge,5511,5511;41.7814454;-107.2585862:5512;41.7813575;-107.2583199,way_type=user_defined:way_id=80E +edge,5512,5512;41.7813575;-107.2583199:5513;41.7812817;-107.2581005,way_type=user_defined:way_id=80E +edge,5513,5513;41.7812817;-107.2581005:5514;41.7812817;-107.2581005,way_type=user_defined:way_id=80E +edge,5514,5514;41.7812817;-107.2581005:5515;41.7812332;-107.2579635,way_type=user_defined:way_id=80E +edge,5515,5515;41.7812332;-107.2579635:5516;41.78096012;-107.2572118,way_type=user_defined:way_id=80E +edge,5516,5516;41.78096012;-107.2572118:5517;41.78084719;-107.256901,way_type=user_defined:way_id=80E +edge,5517,5517;41.78084719;-107.256901:5518;41.7804984;-107.2559409,way_type=user_defined:way_id=80E +edge,5518,5518;41.7804984;-107.2559409:5519;41.7802161;-107.2551436,way_type=user_defined:way_id=80E +edge,5519,5519;41.7802161;-107.2551436:5520;41.7796849;-107.2536681,way_type=user_defined:way_id=80E +edge,5520,5520;41.7796849;-107.2536681:5521;41.7795555;-107.2533014,way_type=user_defined:way_id=80E +edge,5521,5521;41.7795555;-107.2533014:5522;41.779467;-107.2530443,way_type=user_defined:way_id=80E +edge,5522,5522;41.779467;-107.2530443:5523;41.7793785;-107.2527725,way_type=user_defined:way_id=80E +edge,5523,5523;41.7793785;-107.2527725:5524;41.7792991;-107.252512,way_type=user_defined:way_id=80E +edge,5524,5524;41.7792991;-107.252512:5525;41.7792116;-107.2522132,way_type=user_defined:way_id=80E +edge,5525,5525;41.7792116;-107.2522132:5526;41.7791318;-107.2519299,way_type=user_defined:way_id=80E +edge,5526,5526;41.7791318;-107.2519299:5527;41.7790598;-107.2516629,way_type=user_defined:way_id=80E +edge,5527,5527;41.7790598;-107.2516629:5528;41.7790228;-107.25152,way_type=user_defined:way_id=80E +edge,5528,5528;41.7790228;-107.25152:5529;41.7789793;-107.25135,way_type=user_defined:way_id=80E +edge,5529,5529;41.7789793;-107.25135:5530;41.77890333;-107.2510385,way_type=user_defined:way_id=80E +edge,5530,5530;41.77890333;-107.2510385:5531;41.77890333;-107.2510385,way_type=user_defined:way_id=80E +edge,5531,5531;41.77890333;-107.2510385:5532;41.7788455;-107.2507937,way_type=user_defined:way_id=80E +edge,5532,5532;41.7788455;-107.2507937:5533;41.7787739;-107.2504779,way_type=user_defined:way_id=80E +edge,5533,5533;41.7787739;-107.2504779:5534;41.7787155;-107.2502063,way_type=user_defined:way_id=80E +edge,5534,5534;41.7787155;-107.2502063:5535;41.7786568;-107.2499151,way_type=user_defined:way_id=80E +edge,5535,5535;41.7786568;-107.2499151:5536;41.7785982;-107.2496044,way_type=user_defined:way_id=80E +edge,5536,5536;41.7785982;-107.2496044:5537;41.7785482;-107.2493196,way_type=user_defined:way_id=80E +edge,5537,5537;41.7785482;-107.2493196:5538;41.7785009;-107.2490344,way_type=user_defined:way_id=80E +edge,5538,5538;41.7785009;-107.2490344:5539;41.7784558;-107.2487479,way_type=user_defined:way_id=80E +edge,5539,5539;41.7784558;-107.2487479:5540;41.7784093;-107.2484326,way_type=user_defined:way_id=80E +edge,5540,5540;41.7784093;-107.2484326:5541;41.7783697;-107.2481441,way_type=user_defined:way_id=80E +edge,5541,5541;41.7783697;-107.2481441:5542;41.7783343;-107.2478639,way_type=user_defined:way_id=80E +edge,5542,5542;41.7783343;-107.2478639:5543;41.778298;-107.2475451,way_type=user_defined:way_id=80E +edge,5543,5543;41.778298;-107.2475451:5544;41.7782676;-107.2472434,way_type=user_defined:way_id=80E +edge,5544,5544;41.7782676;-107.2472434:5545;41.7782383;-107.246922,way_type=user_defined:way_id=80E +edge,5545,5545;41.7782383;-107.246922:5546;41.7782149;-107.2466378,way_type=user_defined:way_id=80E +edge,5546,5546;41.7782149;-107.2466378:5547;41.7781939;-107.2463436,way_type=user_defined:way_id=80E +edge,5547,5547;41.7781939;-107.2463436:5548;41.7781751;-107.2460203,way_type=user_defined:way_id=80E +edge,5548,5548;41.7781751;-107.2460203:5549;41.7781618;-107.2457249,way_type=user_defined:way_id=80E +edge,5549,5549;41.7781618;-107.2457249:5550;41.7781392;-107.2451144,way_type=user_defined:way_id=80E +edge,5550,5550;41.7781392;-107.2451144:5551;41.7781016;-107.243867,way_type=user_defined:way_id=80E +edge,5551,5551;41.7781016;-107.243867:5552;41.7780615;-107.2426625,way_type=user_defined:way_id=80E +edge,5552,5552;41.7780615;-107.2426625:5553;41.7780285;-107.2414647,way_type=user_defined:way_id=80E +edge,5553,5553;41.7780285;-107.2414647:5554;41.777961;-107.2393658,way_type=user_defined:way_id=80E +edge,5554,5554;41.777961;-107.2393658:5555;41.7779074;-107.2375059,way_type=user_defined:way_id=80E +edge,5555,5555;41.7779074;-107.2375059:5556;41.7778746;-107.2365227,way_type=user_defined:way_id=80E +edge,5556,5556;41.7778746;-107.2365227:5557;41.7778446;-107.2355394,way_type=user_defined:way_id=80E +edge,5557,5557;41.7778446;-107.2355394:5558;41.7778139;-107.2346373,way_type=user_defined:way_id=80E +edge,5558,5558;41.7778139;-107.2346373:5559;41.7777728;-107.2332177,way_type=user_defined:way_id=80E +edge,5559,5559;41.7777728;-107.2332177:5560;41.77776235;-107.232877,way_type=user_defined:way_id=80E +edge,5560,5560;41.77776235;-107.232877:5561;41.7777412;-107.2321873,way_type=user_defined:way_id=80E +edge,5561,5561;41.7777412;-107.2321873:5562;41.7777412;-107.2321873,way_type=user_defined:way_id=80E +edge,5562,5562;41.7777412;-107.2321873:5563;41.7777133;-107.2312881,way_type=user_defined:way_id=80E +edge,5563,5563;41.7777133;-107.2312881:5564;41.7776889;-107.2304045,way_type=user_defined:way_id=80E +edge,5564,5564;41.7776889;-107.2304045:5565;41.77768769;-107.2303388,way_type=user_defined:way_id=80E +edge,5565,5565;41.77768769;-107.2303388:5566;41.7776823;-107.2300447,way_type=user_defined:way_id=80E +edge,5566,5566;41.7776823;-107.2300447:5567;41.7776799;-107.229752,way_type=user_defined:way_id=80E +edge,5567,5567;41.7776799;-107.229752:5568;41.7776813;-107.2294217,way_type=user_defined:way_id=80E +edge,5568,5568;41.7776813;-107.2294217:5569;41.777687;-107.2291009,way_type=user_defined:way_id=80E +edge,5569,5569;41.777687;-107.2291009:5570;41.7776955;-107.2288085,way_type=user_defined:way_id=80E +edge,5570,5570;41.7776955;-107.2288085:5571;41.7777075;-107.2285166,way_type=user_defined:way_id=80E +edge,5571,5571;41.7777075;-107.2285166:5572;41.7777246;-107.2281859,way_type=user_defined:way_id=80E +edge,5572,5572;41.7777246;-107.2281859:5573;41.7777453;-107.2278558,way_type=user_defined:way_id=80E +edge,5573,5573;41.7777453;-107.2278558:5574;41.7777662;-107.2275652,way_type=user_defined:way_id=80E +edge,5574,5574;41.7777662;-107.2275652:5575;41.7777927;-107.2272468,way_type=user_defined:way_id=80E +edge,5575,5575;41.7777927;-107.2272468:5576;41.7778208;-107.2269481,way_type=user_defined:way_id=80E +edge,5576,5576;41.7778208;-107.2269481:5577;41.7778509;-107.2266583,way_type=user_defined:way_id=80E +edge,5577,5577;41.7778509;-107.2266583:5578;41.7778915;-107.2263027,way_type=user_defined:way_id=80E +edge,5578,5578;41.7778915;-107.2263027:5579;41.7779272;-107.2260149,way_type=user_defined:way_id=80E +edge,5579,5579;41.7779272;-107.2260149:5580;41.7779666;-107.2257271,way_type=user_defined:way_id=80E +edge,5580,5580;41.7779666;-107.2257271:5581;41.7780165;-107.2253945,way_type=user_defined:way_id=80E +edge,5581,5581;41.7780165;-107.2253945:5582;41.7780677;-107.225082,way_type=user_defined:way_id=80E +edge,5582,5582;41.7780677;-107.225082:5583;41.7781177;-107.2248006,way_type=user_defined:way_id=80E +edge,5583,5583;41.7781177;-107.2248006:5584;41.77818676;-107.2244314,way_type=user_defined:way_id=80E +edge,5584,5584;41.77818676;-107.2244314:5585;41.77818676;-107.2244314,way_type=user_defined:way_id=80E +edge,5585,5585;41.77818676;-107.2244314:5586;41.7782283;-107.2242137,way_type=user_defined:way_id=80E +edge,5586,5586;41.7782283;-107.2242137:5587;41.7782848;-107.2239343,way_type=user_defined:way_id=80E +edge,5587,5587;41.7782848;-107.2239343:5588;41.7783533;-107.2236165,way_type=user_defined:way_id=80E +edge,5588,5588;41.7783533;-107.2236165:5589;41.7784268;-107.2233031,way_type=user_defined:way_id=80E +edge,5589,5589;41.7784268;-107.2233031:5590;41.7784945;-107.2230287,way_type=user_defined:way_id=80E +edge,5590,5590;41.7784945;-107.2230287:5591;41.7785722;-107.2227289,way_type=user_defined:way_id=80E +edge,5591,5591;41.7785722;-107.2227289:5592;41.7786483;-107.222449,way_type=user_defined:way_id=80E +edge,5592,5592;41.7786483;-107.222449:5593;41.7787245;-107.2221792,way_type=user_defined:way_id=80E +edge,5593,5593;41.7787245;-107.2221792:5594;41.7788184;-107.2218569,way_type=user_defined:way_id=80E +edge,5594,5594;41.7788184;-107.2218569:5595;41.7788969;-107.2215967,way_type=user_defined:way_id=80E +edge,5595,5595;41.7788969;-107.2215967:5596;41.778984;-107.2213212,way_type=user_defined:way_id=80E +edge,5596,5596;41.778984;-107.2213212:5597;41.7790926;-107.2209943,way_type=user_defined:way_id=80E +edge,5597,5597;41.7790926;-107.2209943:5598;41.7791836;-107.220731,way_type=user_defined:way_id=80E +edge,5598,5598;41.7791836;-107.220731:5599;41.7792778;-107.2204688,way_type=user_defined:way_id=80E +edge,5599,5599;41.7792778;-107.2204688:5600;41.7793873;-107.2201751,way_type=user_defined:way_id=80E +edge,5600,5600;41.7793873;-107.2201751:5601;41.7794866;-107.2199177,way_type=user_defined:way_id=80E +edge,5601,5601;41.7794866;-107.2199177:5602;41.7796033;-107.2196257,way_type=user_defined:way_id=80E +edge,5602,5602;41.7796033;-107.2196257:5603;41.7797182;-107.2193493,way_type=user_defined:way_id=80E +edge,5603,5603;41.7797182;-107.2193493:5604;41.77979711;-107.2191653,way_type=user_defined:way_id=80E +edge,5604,5604;41.77979711;-107.2191653:5605;41.77982583;-107.2190927,way_type=user_defined:way_id=80E +edge,5605,5605;41.77982583;-107.2190927:5606;41.77986191;-107.2190167,way_type=user_defined:way_id=80E +edge,5606,5606;41.77986191;-107.2190167:5607;41.7799437;-107.2188316,way_type=user_defined:way_id=80E +edge,5607,5607;41.7799437;-107.2188316:5608;41.7800725;-107.2185504,way_type=user_defined:way_id=80E +edge,5608,5608;41.7800725;-107.2185504:5609;41.7801835;-107.2183152,way_type=user_defined:way_id=80E +edge,5609,5609;41.7801835;-107.2183152:5610;41.7803178;-107.2180395,way_type=user_defined:way_id=80E +edge,5610,5610;41.7803178;-107.2180395:5611;41.7805439;-107.2175883,way_type=user_defined:way_id=80E +edge,5611,5611;41.7805439;-107.2175883:5612;41.7809452;-107.2168,way_type=user_defined:way_id=80E +edge,5612,5612;41.7809452;-107.2168:5613;41.7809452;-107.2168,way_type=user_defined:way_id=80E +edge,5613,5613;41.7809452;-107.2168:5614;41.7813426;-107.2160136,way_type=user_defined:way_id=80E +edge,5614,5614;41.7813426;-107.2160136:5615;41.7816019;-107.2155057,way_type=user_defined:way_id=80E +edge,5615,5615;41.7816019;-107.2155057:5616;41.78205777;-107.2146061,way_type=user_defined:way_id=80E +edge,5616,5616;41.78205777;-107.2146061:5617;41.7821106;-107.2145019,way_type=user_defined:way_id=80E +edge,5617,5617;41.7821106;-107.2145019:5618;41.7826472;-107.2134498,way_type=user_defined:way_id=80E +edge,5618,5618;41.7826472;-107.2134498:5619;41.7831337;-107.2124884,way_type=user_defined:way_id=80E +edge,5619,5619;41.7831337;-107.2124884:5620;41.7838066;-107.2111666,way_type=user_defined:way_id=80E +edge,5620,5620;41.7838066;-107.2111666:5621;41.7842073;-107.2103754,way_type=user_defined:way_id=80E +edge,5621,5621;41.7842073;-107.2103754:5622;41.7846699;-107.2094692,way_type=user_defined:way_id=80E +edge,5622,5622;41.7846699;-107.2094692:5623;41.7853354;-107.2081561,way_type=user_defined:way_id=80E +edge,5623,5623;41.7853354;-107.2081561:5624;41.7858603;-107.2071286,way_type=user_defined:way_id=80E +edge,5624,5624;41.7858603;-107.2071286:5625;41.78614055;-107.2065771,way_type=user_defined:way_id=80E +edge,5625,5625;41.78614055;-107.2065771:5626;41.7863756;-107.2061146,way_type=user_defined:way_id=80E +edge,5626,5626;41.7863756;-107.2061146:5627;41.7866191;-107.2056305,way_type=user_defined:way_id=80E +edge,5627,5627;41.7866191;-107.2056305:5628;41.7873676;-107.2041506,way_type=user_defined:way_id=80E +edge,5628,5628;41.7873676;-107.2041506:5629;41.78743621;-107.2040167,way_type=user_defined:way_id=80E +edge,5629,5629;41.78743621;-107.2040167:5630;41.7877982;-107.2033104,way_type=user_defined:way_id=80E +edge,5630,5630;41.7877982;-107.2033104:5631;41.7881932;-107.2025285,way_type=user_defined:way_id=80E +edge,5631,5631;41.7881932;-107.2025285:5632;41.788313;-107.2022822,way_type=user_defined:way_id=80E +edge,5632,5632;41.788313;-107.2022822:5633;41.7884422;-107.2019992,way_type=user_defined:way_id=80E +edge,5633,5633;41.7884422;-107.2019992:5634;41.788551;-107.2017443,way_type=user_defined:way_id=80E +edge,5634,5634;41.788551;-107.2017443:5635;41.7886628;-107.2014596,way_type=user_defined:way_id=80E +edge,5635,5635;41.7886628;-107.2014596:5636;41.7887561;-107.2011948,way_type=user_defined:way_id=80E +edge,5636,5636;41.7887561;-107.2011948:5637;41.788853;-107.200891,way_type=user_defined:way_id=80E +edge,5637,5637;41.788853;-107.200891:5638;41.7889314;-107.200616,way_type=user_defined:way_id=80E +edge,5638,5638;41.7889314;-107.200616:5639;41.78900687;-107.2003197,way_type=user_defined:way_id=80E +edge,5639,5639;41.78900687;-107.2003197:5640;41.78900687;-107.2003197,way_type=user_defined:way_id=80E +edge,5640,5640;41.78900687;-107.2003197:5641;41.78901485;-107.2002862,way_type=user_defined:way_id=80E +edge,5641,5641;41.78901485;-107.2002862:5642;41.78901485;-107.2002862,way_type=user_defined:way_id=80E +edge,5642,5642;41.78901485;-107.2002862:5643;41.78902283;-107.2002527,way_type=user_defined:way_id=80E +edge,5643,5643;41.78902283;-107.2002527:5644;41.78902283;-107.2002527,way_type=user_defined:way_id=80E +edge,5644,5644;41.78902283;-107.2002527:5645;41.78908;-107.1999969,way_type=user_defined:way_id=80E +edge,5645,5645;41.78908;-107.1999969:5646;41.78911476;-107.199823,way_type=user_defined:way_id=80E +edge,5646,5646;41.78911476;-107.199823:5647;41.7891347;-107.1997233,way_type=user_defined:way_id=80E +edge,5647,5647;41.7891347;-107.1997233:5648;41.789168;-107.1995345,way_type=user_defined:way_id=80E +edge,5648,5648;41.789168;-107.1995345:5649;41.789168;-107.1995345,way_type=user_defined:way_id=80E +edge,5649,5649;41.789168;-107.1995345:5650;41.78920075;-107.1993338,way_type=user_defined:way_id=80E +edge,5650,5650;41.78920075;-107.1993338:5651;41.7892334;-107.1991058,way_type=user_defined:way_id=80E +edge,5651,5651;41.7892334;-107.1991058:5652;41.7892693;-107.1987883,way_type=user_defined:way_id=80E +edge,5652,5652;41.7892693;-107.1987883:5653;41.78929261;-107.1985086,way_type=user_defined:way_id=80E +edge,5653,5653;41.78929261;-107.1985086:5654;41.78931252;-107.1981969,way_type=user_defined:way_id=80E +edge,5654,5654;41.78931252;-107.1981969:5655;41.7893196;-107.1978754,way_type=user_defined:way_id=80E +edge,5655,5655;41.7893196;-107.1978754:5656;41.7893189;-107.1975452,way_type=user_defined:way_id=80E +edge,5656,5656;41.7893189;-107.1975452:5657;41.7893094;-107.1972533,way_type=user_defined:way_id=80E +edge,5657,5657;41.7893094;-107.1972533:5658;41.7893059;-107.1971861,way_type=user_defined:way_id=80E +edge,5658,5658;41.7893059;-107.1971861:5659;41.78929714;-107.1970422,way_type=user_defined:way_id=80E +edge,5659,5659;41.78929714;-107.1970422:5660;41.78929;-107.1969248,way_type=user_defined:way_id=80E +edge,5660,5660;41.78929;-107.1969248:5661;41.7892647;-107.1966444,way_type=user_defined:way_id=80E +edge,5661,5661;41.7892647;-107.1966444:5662;41.7892253;-107.1963098,way_type=user_defined:way_id=80E +edge,5662,5662;41.7892253;-107.1963098:5663;41.7891786;-107.1959964,way_type=user_defined:way_id=80E +edge,5663,5663;41.7891786;-107.1959964:5664;41.7891279;-107.1957046,way_type=user_defined:way_id=80E +edge,5664,5664;41.7891279;-107.1957046:5665;41.7890742;-107.195424,way_type=user_defined:way_id=80E +edge,5665,5665;41.7890742;-107.195424:5666;41.7890101;-107.1951089,way_type=user_defined:way_id=80E +edge,5666,5666;41.7890101;-107.1951089:5667;41.7888833;-107.1945159,way_type=user_defined:way_id=80E +edge,5667,5667;41.7888833;-107.1945159:5668;41.7887572;-107.1939127,way_type=user_defined:way_id=80E +edge,5668,5668;41.7887572;-107.1939127:5669;41.7884512;-107.1924749,way_type=user_defined:way_id=80E +edge,5669,5669;41.7884512;-107.1924749:5670;41.78817533;-107.1911494,way_type=user_defined:way_id=80E +edge,5670,5670;41.78817533;-107.1911494:5671;41.7881371;-107.1909657,way_type=user_defined:way_id=80E +edge,5671,5671;41.7881371;-107.1909657:5672;41.7879274;-107.1899912,way_type=user_defined:way_id=80E +edge,5672,5672;41.7879274;-107.1899912:5673;41.7875849;-107.1883745,way_type=user_defined:way_id=80E +edge,5673,5673;41.7875849;-107.1883745:5674;41.7875849;-107.1883745,way_type=user_defined:way_id=80E +edge,5674,5674;41.7875849;-107.1883745:5675;41.78750448;-107.1879952,way_type=user_defined:way_id=80E +edge,5675,5675;41.78750448;-107.1879952:5676;41.78714658;-107.1863071,way_type=user_defined:way_id=80E +edge,5676,5676;41.78714658;-107.1863071:5677;41.78704388;-107.185841,way_type=user_defined:way_id=80E +edge,5677,5677;41.78704388;-107.185841:5678;41.786932;-107.185317,way_type=user_defined:way_id=80E +edge,5678,5678;41.786932;-107.185317:5679;41.7865706;-107.1836103,way_type=user_defined:way_id=80E +edge,5679,5679;41.7865706;-107.1836103:5680;41.7863802;-107.1827026,way_type=user_defined:way_id=80E +edge,5680,5680;41.7863802;-107.1827026:5681;41.7857402;-107.1796819,way_type=user_defined:way_id=80E +edge,5681,5681;41.7857402;-107.1796819:5682;41.7854187;-107.1781781,way_type=user_defined:way_id=80E +edge,5682,5682;41.7854187;-107.1781781:5683;41.7852334;-107.1772973,way_type=user_defined:way_id=80E +edge,5683,5683;41.7852334;-107.1772973:5684;41.7851131;-107.1767019,way_type=user_defined:way_id=80E +edge,5684,5684;41.7851131;-107.1767019:5685;41.7849995;-107.1761147,way_type=user_defined:way_id=80E +edge,5685,5685;41.7849995;-107.1761147:5686;41.7849385;-107.1757874,way_type=user_defined:way_id=80E +edge,5686,5686;41.7849385;-107.1757874:5687;41.7848878;-107.1755064,way_type=user_defined:way_id=80E +edge,5687,5687;41.7848878;-107.1755064:5688;41.784834;-107.1751955,way_type=user_defined:way_id=80E +edge,5688,5688;41.784834;-107.1751955:5689;41.784784;-107.1748938,way_type=user_defined:way_id=80E +edge,5689,5689;41.784784;-107.1748938:5690;41.7846938;-107.1743251,way_type=user_defined:way_id=80E +edge,5690,5690;41.7846938;-107.1743251:5691;41.7846145;-107.173794,way_type=user_defined:way_id=80E +edge,5691,5691;41.7846145;-107.173794:5692;41.7845547;-107.1733663,way_type=user_defined:way_id=80E +edge,5692,5692;41.7845547;-107.1733663:5693;41.7845173;-107.1730809,way_type=user_defined:way_id=80E +edge,5693,5693;41.7845173;-107.1730809:5694;41.7844816;-107.172794,way_type=user_defined:way_id=80E +edge,5694,5694;41.7844816;-107.172794:5695;41.7844081;-107.172173,way_type=user_defined:way_id=80E +edge,5695,5695;41.7844081;-107.172173:5696;41.7843453;-107.1715987,way_type=user_defined:way_id=80E +edge,5696,5696;41.7843453;-107.1715987:5697;41.7843118;-107.1712721,way_type=user_defined:way_id=80E +edge,5697,5697;41.7843118;-107.1712721:5698;41.7842805;-107.1709463,way_type=user_defined:way_id=80E +edge,5698,5698;41.7842805;-107.1709463:5699;41.7842526;-107.1706293,way_type=user_defined:way_id=80E +edge,5699,5699;41.7842526;-107.1706293:5700;41.7842289;-107.1703311,way_type=user_defined:way_id=80E +edge,5700,5700;41.7842289;-107.1703311:5701;41.7841625;-107.1693973,way_type=user_defined:way_id=80E +edge,5701,5701;41.7841625;-107.1693973:5702;41.7840918;-107.1684847,way_type=user_defined:way_id=80E +edge,5702,5702;41.7840918;-107.1684847:5703;41.7840238;-107.1675759,way_type=user_defined:way_id=80E +edge,5703,5703;41.7840238;-107.1675759:5704;41.7838663;-107.1654077,way_type=user_defined:way_id=80E +edge,5704,5704;41.7838663;-107.1654077:5705;41.7838221;-107.1648223,way_type=user_defined:way_id=80E +edge,5705,5705;41.7838221;-107.1648223:5706;41.7837777;-107.164206,way_type=user_defined:way_id=80E +edge,5706,5706;41.7837777;-107.164206:5707;41.7837297;-107.1635838,way_type=user_defined:way_id=80E +edge,5707,5707;41.7837297;-107.1635838:5708;41.7836846;-107.162941,way_type=user_defined:way_id=80E +edge,5708,5708;41.7836846;-107.162941:5709;41.7834819;-107.160215,way_type=user_defined:way_id=80E +edge,5709,5709;41.7834819;-107.160215:5710;41.7833511;-107.15837,way_type=user_defined:way_id=80E +edge,5710,5710;41.7833511;-107.15837:5711;41.7833029;-107.157719,way_type=user_defined:way_id=80E +edge,5711,5711;41.7833029;-107.157719:5712;41.7832364;-107.1568487,way_type=user_defined:way_id=80E +edge,5712,5712;41.7832364;-107.1568487:5713;41.7830975;-107.1549266,way_type=user_defined:way_id=80E +edge,5713,5713;41.7830975;-107.1549266:5714;41.7829865;-107.1533321,way_type=user_defined:way_id=80E +edge,5714,5714;41.7829865;-107.1533321:5715;41.7829252;-107.1525006,way_type=user_defined:way_id=80E +edge,5715,5715;41.7829252;-107.1525006:5716;41.7828589;-107.1516247,way_type=user_defined:way_id=80E +edge,5716,5716;41.7828589;-107.1516247:5717;41.7827407;-107.149996,way_type=user_defined:way_id=80E +edge,5717,5717;41.7827407;-107.149996:5718;41.7826793;-107.1491235,way_type=user_defined:way_id=80E +edge,5718,5718;41.7826793;-107.1491235:5719;41.7825652;-107.1475973,way_type=user_defined:way_id=80E +edge,5719,5719;41.7825652;-107.1475973:5720;41.7823249;-107.1442681,way_type=user_defined:way_id=80E +edge,5720,5720;41.7823249;-107.1442681:5721;41.782247;-107.1432629,way_type=user_defined:way_id=80E +edge,5721,5721;41.782247;-107.1432629:5722;41.7821814;-107.142381,way_type=user_defined:way_id=80E +edge,5722,5722;41.7821814;-107.142381:5723;41.7820938;-107.141114,way_type=user_defined:way_id=80E +edge,5723,5723;41.7820938;-107.141114:5724;41.782;-107.1398688,way_type=user_defined:way_id=80E +edge,5724,5724;41.782;-107.1398688:5725;41.7819028;-107.138531,way_type=user_defined:way_id=80E +edge,5725,5725;41.7819028;-107.138531:5726;41.7817968;-107.1371161,way_type=user_defined:way_id=80E +edge,5726,5726;41.7817968;-107.1371161:5727;41.78176954;-107.1367435,way_type=user_defined:way_id=80E +edge,5727,5727;41.78176954;-107.1367435:5728;41.78172655;-107.1361559,way_type=user_defined:way_id=80E +edge,5728,5728;41.78172655;-107.1361559:5729;41.7816971;-107.1357534,way_type=user_defined:way_id=80E +edge,5729,5729;41.7816971;-107.1357534:5730;41.7816971;-107.1357534,way_type=user_defined:way_id=80E +edge,5730,5730;41.7816971;-107.1357534:5731;41.7816153;-107.1346289,way_type=user_defined:way_id=80E +edge,5731,5731;41.7816153;-107.1346289:5732;41.7815046;-107.1331378,way_type=user_defined:way_id=80E +edge,5732,5732;41.7815046;-107.1331378:5733;41.7813886;-107.1315754,way_type=user_defined:way_id=80E +edge,5733,5733;41.7813886;-107.1315754:5734;41.7813396;-107.130957,way_type=user_defined:way_id=80E +edge,5734,5734;41.7813396;-107.130957:5735;41.7813097;-107.1306247,way_type=user_defined:way_id=80E +edge,5735,5735;41.7813097;-107.1306247:5736;41.7812807;-107.1303408,way_type=user_defined:way_id=80E +edge,5736,5736;41.7812807;-107.1303408:5737;41.7812452;-107.130049,way_type=user_defined:way_id=80E +edge,5737,5737;41.7812452;-107.130049:5738;41.7811993;-107.1297312,way_type=user_defined:way_id=80E +edge,5738,5738;41.7811993;-107.1297312:5739;41.7811515;-107.1294532,way_type=user_defined:way_id=80E +edge,5739,5739;41.7811515;-107.1294532:5740;41.7811352;-107.1293706,way_type=user_defined:way_id=80E +edge,5740,5740;41.7811352;-107.1293706:5741;41.7810928;-107.1291598,way_type=user_defined:way_id=80E +edge,5741,5741;41.7810928;-107.1291598:5742;41.78103848;-107.1289227,way_type=user_defined:way_id=80E +edge,5742,5742;41.78103848;-107.1289227:5743;41.7809421;-107.1285476,way_type=user_defined:way_id=80E +edge,5743,5743;41.7809421;-107.1285476:5744;41.7808708;-107.1283026,way_type=user_defined:way_id=80E +edge,5744,5744;41.7808708;-107.1283026:5745;41.7807762;-107.1280087,way_type=user_defined:way_id=80E +edge,5745,5745;41.7807762;-107.1280087:5746;41.7806827;-107.1277452,way_type=user_defined:way_id=80E +edge,5746,5746;41.7806827;-107.1277452:5747;41.7805846;-107.1274932,way_type=user_defined:way_id=80E +edge,5747,5747;41.7805846;-107.1274932:5748;41.7804658;-107.1272113,way_type=user_defined:way_id=80E +edge,5748,5748;41.7804658;-107.1272113:5749;41.7803492;-107.1269597,way_type=user_defined:way_id=80E +edge,5749,5749;41.7803492;-107.1269597:5750;41.7802087;-107.126683,way_type=user_defined:way_id=80E +edge,5750,5750;41.7802087;-107.126683:5751;41.7800775;-107.1264441,way_type=user_defined:way_id=80E +edge,5751,5751;41.7800775;-107.1264441:5752;41.7799275;-107.1261893,way_type=user_defined:way_id=80E +edge,5752,5752;41.7799275;-107.1261893:5753;41.7797949;-107.1259752,way_type=user_defined:way_id=80E +edge,5753,5753;41.7797949;-107.1259752:5754;41.77974722;-107.1259022,way_type=user_defined:way_id=80E +edge,5754,5754;41.77974722;-107.1259022:5755;41.77972872;-107.1258702,way_type=user_defined:way_id=80E +edge,5755,5755;41.77972872;-107.1258702:5756;41.7794869;-107.1255098,way_type=user_defined:way_id=80E +edge,5756,5756;41.7794869;-107.1255098:5757;41.7793373;-107.1252905,way_type=user_defined:way_id=80E +edge,5757,5757;41.7793373;-107.1252905:5758;41.7791716;-107.125052,way_type=user_defined:way_id=80E +edge,5758,5758;41.7791716;-107.125052:5759;41.7791716;-107.125052,way_type=user_defined:way_id=80E +edge,5759,5759;41.7791716;-107.125052:5760;41.779062;-107.1248954,way_type=user_defined:way_id=80E +edge,5760,5760;41.779062;-107.1248954:5761;41.779062;-107.1248954,way_type=user_defined:way_id=80E +edge,5761,5761;41.779062;-107.1248954:5762;41.77904668;-107.1248735,way_type=user_defined:way_id=80E +edge,5762,5762;41.77904668;-107.1248735:5763;41.77904668;-107.1248735,way_type=user_defined:way_id=80E +edge,5763,5763;41.77904668;-107.1248735:5764;41.77903437;-107.124856,way_type=user_defined:way_id=80E +edge,5764,5764;41.77903437;-107.124856:5765;41.77903437;-107.124856,way_type=user_defined:way_id=80E +edge,5765,5765;41.77903437;-107.124856:5766;41.7788521;-107.1245943,way_type=user_defined:way_id=80E +edge,5766,5766;41.7788521;-107.1245943:5767;41.7785611;-107.1241675,way_type=user_defined:way_id=80E +edge,5767,5767;41.7785611;-107.1241675:5768;41.7781011;-107.1235011,way_type=user_defined:way_id=80E +edge,5768,5768;41.7781011;-107.1235011:5769;41.7778954;-107.123205,way_type=user_defined:way_id=80E +edge,5769,5769;41.7778954;-107.123205:5770;41.77764325;-107.1228459,way_type=user_defined:way_id=80E +edge,5770,5770;41.77764325;-107.1228459:5771;41.7774476;-107.1225677,way_type=user_defined:way_id=80E +edge,5771,5771;41.7774476;-107.1225677:5772;41.777405;-107.1225064,way_type=user_defined:way_id=80E +edge,5772,5772;41.777405;-107.1225064:5773;41.7768362;-107.1216877,way_type=user_defined:way_id=80E +edge,5773,5773;41.7768362;-107.1216877:5774;41.7761911;-107.1207516,way_type=user_defined:way_id=80E +edge,5774,5774;41.7761911;-107.1207516:5775;41.7755657;-107.1198386,way_type=user_defined:way_id=80E +edge,5775,5775;41.7755657;-107.1198386:5776;41.7754001;-107.119592,way_type=user_defined:way_id=80E +edge,5776,5776;41.7754001;-107.119592:5777;41.7752611;-107.1193779,way_type=user_defined:way_id=80E +edge,5777,5777;41.7752611;-107.1193779:5778;41.7750999;-107.1191153,way_type=user_defined:way_id=80E +edge,5778,5778;41.7750999;-107.1191153:5779;41.7749705;-107.1188914,way_type=user_defined:way_id=80E +edge,5779,5779;41.7749705;-107.1188914:5780;41.7748249;-107.1186249,way_type=user_defined:way_id=80E +edge,5780,5780;41.7748249;-107.1186249:5781;41.7746991;-107.1183747,way_type=user_defined:way_id=80E +edge,5781,5781;41.7746991;-107.1183747:5782;41.7746582;-107.1182862,way_type=user_defined:way_id=80E +edge,5782,5782;41.7746582;-107.1182862:5783;41.7745737;-107.1181013,way_type=user_defined:way_id=80E +edge,5783,5783;41.7745737;-107.1181013:5784;41.7744532;-107.1178138,way_type=user_defined:way_id=80E +edge,5784,5784;41.7744532;-107.1178138:5785;41.7743531;-107.1175543,way_type=user_defined:way_id=80E +edge,5785,5785;41.7743531;-107.1175543:5786;41.7742512;-107.1172638,way_type=user_defined:way_id=80E +edge,5786,5786;41.7742512;-107.1172638:5787;41.7741654;-107.1169961,way_type=user_defined:way_id=80E +edge,5787,5787;41.7741654;-107.1169961:5788;41.7740743;-107.1166775,way_type=user_defined:way_id=80E +edge,5788,5788;41.7740743;-107.1166775:5789;41.7740086;-107.1164256,way_type=user_defined:way_id=80E +edge,5789,5789;41.7740086;-107.1164256:5790;41.7739309;-107.1160927,way_type=user_defined:way_id=80E +edge,5790,5790;41.7739309;-107.1160927:5791;41.7738762;-107.1158224,way_type=user_defined:way_id=80E +edge,5791,5791;41.7738762;-107.1158224:5792;41.7738258;-107.1155309,way_type=user_defined:way_id=80E +edge,5792,5792;41.7738258;-107.1155309:5793;41.7737802;-107.1152121,way_type=user_defined:way_id=80E +edge,5793,5793;41.7737802;-107.1152121:5794;41.7737477;-107.1149278,way_type=user_defined:way_id=80E +edge,5794,5794;41.7737477;-107.1149278:5795;41.7737177;-107.1146042,way_type=user_defined:way_id=80E +edge,5795,5795;41.7737177;-107.1146042:5796;41.7736942;-107.1142795,way_type=user_defined:way_id=80E +edge,5796,5796;41.7736942;-107.1142795:5797;41.7736787;-107.1139922,way_type=user_defined:way_id=80E +edge,5797,5797;41.7736787;-107.1139922:5798;41.7736679;-107.1136845,way_type=user_defined:way_id=80E +edge,5798,5798;41.7736679;-107.1136845:5799;41.7736617;-107.113366,way_type=user_defined:way_id=80E +edge,5799,5799;41.7736617;-107.113366:5800;41.77365455;-107.1127514,way_type=user_defined:way_id=80E +edge,5800,5800;41.77365455;-107.1127514:5801;41.77365455;-107.1127514,way_type=user_defined:way_id=80E +edge,5801,5801;41.77365455;-107.1127514:5802;41.7736453;-107.1120988,way_type=user_defined:way_id=80E +edge,5802,5802;41.7736453;-107.1120988:5803;41.7736351;-107.1112194,way_type=user_defined:way_id=80E +edge,5803,5803;41.7736351;-107.1112194:5804;41.7736149;-107.108784,way_type=user_defined:way_id=80E +edge,5804,5804;41.7736149;-107.108784:5805;41.7735998;-107.1075043,way_type=user_defined:way_id=80E +edge,5805,5805;41.7735998;-107.1075043:5806;41.7735865;-107.1057915,way_type=user_defined:way_id=80E +edge,5806,5806;41.7735865;-107.1057915:5807;41.7735811;-107.1053503,way_type=user_defined:way_id=80E +edge,5807,5807;41.7735811;-107.1053503:5808;41.77357;-107.1047306,way_type=user_defined:way_id=80E +edge,5808,5808;41.77357;-107.1047306:5809;41.7735556;-107.1041501,way_type=user_defined:way_id=80E +edge,5809,5809;41.7735556;-107.1041501:5810;41.773545;-107.1037924,way_type=user_defined:way_id=80E +edge,5810,5810;41.773545;-107.1037924:5811;41.7735343;-107.1035026,way_type=user_defined:way_id=80E +edge,5811,5811;41.7735343;-107.1035026:5812;41.7735054;-107.1028757,way_type=user_defined:way_id=80E +edge,5812,5812;41.7735054;-107.1028757:5813;41.7734725;-107.1022584,way_type=user_defined:way_id=80E +edge,5813,5813;41.7734725;-107.1022584:5814;41.7734542;-107.1019692,way_type=user_defined:way_id=80E +edge,5814,5814;41.7734542;-107.1019692:5815;41.7734319;-107.1016513,way_type=user_defined:way_id=80E +edge,5815,5815;41.7734319;-107.1016513:5816;41.7733841;-107.1010362,way_type=user_defined:way_id=80E +edge,5816,5816;41.7733841;-107.1010362:5817;41.7733546;-107.1007009,way_type=user_defined:way_id=80E +edge,5817,5817;41.7733546;-107.1007009:5818;41.7733263;-107.1004044,way_type=user_defined:way_id=80E +edge,5818,5818;41.7733263;-107.1004044:5819;41.7732635;-107.0998014,way_type=user_defined:way_id=80E +edge,5819,5819;41.7732635;-107.0998014:5820;41.7732263;-107.0994764,way_type=user_defined:way_id=80E +edge,5820,5820;41.7732263;-107.0994764:5821;41.7731545;-107.0988749,way_type=user_defined:way_id=80E +edge,5821,5821;41.7731545;-107.0988749:5822;41.7731174;-107.0985794,way_type=user_defined:way_id=80E +edge,5822,5822;41.7731174;-107.0985794:5823;41.7730754;-107.0982655,way_type=user_defined:way_id=80E +edge,5823,5823;41.7730754;-107.0982655:5824;41.7729862;-107.0976413,way_type=user_defined:way_id=80E +edge,5824,5824;41.7729862;-107.0976413:5825;41.7728522;-107.096754,way_type=user_defined:way_id=80E +edge,5825,5825;41.7728522;-107.096754:5826;41.7727571;-107.0961534,way_type=user_defined:way_id=80E +edge,5826,5826;41.7727571;-107.0961534:5827;41.7725813;-107.0950226,way_type=user_defined:way_id=80E +edge,5827,5827;41.7725813;-107.0950226:5828;41.7723353;-107.0934838,way_type=user_defined:way_id=80E +edge,5828,5828;41.7723353;-107.0934838:5829;41.7721472;-107.0922795,way_type=user_defined:way_id=80E +edge,5829,5829;41.7721472;-107.0922795:5830;41.7719014;-107.0907409,way_type=user_defined:way_id=80E +edge,5830,5830;41.7719014;-107.0907409:5831;41.7718096;-107.0901368,way_type=user_defined:way_id=80E +edge,5831,5831;41.7718096;-107.0901368:5832;41.7717688;-107.0898527,way_type=user_defined:way_id=80E +edge,5832,5832;41.7717688;-107.0898527:5833;41.7717257;-107.0895293,way_type=user_defined:way_id=80E +edge,5833,5833;41.7717257;-107.0895293:5834;41.7716908;-107.0892323,way_type=user_defined:way_id=80E +edge,5834,5834;41.7716908;-107.0892323:5835;41.7716556;-107.0888754,way_type=user_defined:way_id=80E +edge,5835,5835;41.7716556;-107.0888754:5836;41.7716338;-107.0886142,way_type=user_defined:way_id=80E +edge,5836,5836;41.7716338;-107.0886142:5837;41.7716123;-107.0882945,way_type=user_defined:way_id=80E +edge,5837,5837;41.7716123;-107.0882945:5838;41.7716123;-107.0882945,way_type=user_defined:way_id=80E +edge,5838,5838;41.7716123;-107.0882945:5839;41.7715961;-107.0879744,way_type=user_defined:way_id=80E +edge,5839,5839;41.7715961;-107.0879744:5840;41.771586;-107.0876732,way_type=user_defined:way_id=80E +edge,5840,5840;41.771586;-107.0876732:5841;41.7715811;-107.0873428,way_type=user_defined:way_id=80E +edge,5841,5841;41.7715811;-107.0873428:5842;41.7715817;-107.0870594,way_type=user_defined:way_id=80E +edge,5842,5842;41.7715817;-107.0870594:5843;41.771583;-107.0869817,way_type=user_defined:way_id=80E +edge,5843,5843;41.771583;-107.0869817:5844;41.7715886;-107.0867193,way_type=user_defined:way_id=80E +edge,5844,5844;41.7715886;-107.0867193:5845;41.77159043;-107.0866699,way_type=user_defined:way_id=80E +edge,5845,5845;41.77159043;-107.0866699:5846;41.7715991;-107.0864361,way_type=user_defined:way_id=80E +edge,5846,5846;41.7715991;-107.0864361:5847;41.7716158;-107.0861158,way_type=user_defined:way_id=80E +edge,5847,5847;41.7716158;-107.0861158:5848;41.7716366;-107.0858164,way_type=user_defined:way_id=80E +edge,5848,5848;41.7716366;-107.0858164:5849;41.771664;-107.085499,way_type=user_defined:way_id=80E +edge,5849,5849;41.771664;-107.085499:5850;41.7717036;-107.085127,way_type=user_defined:way_id=80E +edge,5850,5850;41.7717036;-107.085127:5851;41.7717324;-107.0848857,way_type=user_defined:way_id=80E +edge,5851,5851;41.7717324;-107.0848857:5852;41.771772;-107.0845898,way_type=user_defined:way_id=80E +edge,5852,5852;41.771772;-107.0845898:5853;41.7718205;-107.0842659,way_type=user_defined:way_id=80E +edge,5853,5853;41.7718205;-107.0842659:5854;41.7718677;-107.0839809,way_type=user_defined:way_id=80E +edge,5854,5854;41.7718677;-107.0839809:5855;41.7719249;-107.0836689,way_type=user_defined:way_id=80E +edge,5855,5855;41.7719249;-107.0836689:5856;41.7719892;-107.0833491,way_type=user_defined:way_id=80E +edge,5856,5856;41.7719892;-107.0833491:5857;41.77224086;-107.082172,way_type=user_defined:way_id=80E +edge,5857,5857;41.77224086;-107.082172:5858;41.77224086;-107.082172,way_type=user_defined:way_id=80E +edge,5858,5858;41.77224086;-107.082172:5859;41.772382;-107.081542,way_type=user_defined:way_id=80E +edge,5859,5859;41.772382;-107.081542:5860;41.7725982;-107.0805487,way_type=user_defined:way_id=80E +edge,5860,5860;41.7725982;-107.0805487:5861;41.7726967;-107.0800907,way_type=user_defined:way_id=80E +edge,5861,5861;41.7726967;-107.0800907:5862;41.772755;-107.0798123,way_type=user_defined:way_id=80E +edge,5862,5862;41.772755;-107.0798123:5863;41.7728171;-107.079505,way_type=user_defined:way_id=80E +edge,5863,5863;41.7728171;-107.079505:5864;41.7728837;-107.0791511,way_type=user_defined:way_id=80E +edge,5864,5864;41.7728837;-107.0791511:5865;41.7729272;-107.0789051,way_type=user_defined:way_id=80E +edge,5865,5865;41.7729272;-107.0789051:5866;41.772976;-107.0786128,way_type=user_defined:way_id=80E +edge,5866,5866;41.772976;-107.0786128:5867;41.7730246;-107.0783007,way_type=user_defined:way_id=80E +edge,5867,5867;41.7730246;-107.0783007:5868;41.7730695;-107.0779775,way_type=user_defined:way_id=80E +edge,5868,5868;41.7730695;-107.0779775:5869;41.77307917;-107.0778997,way_type=user_defined:way_id=80E +edge,5869,5869;41.77307917;-107.0778997:5870;41.7731062;-107.0776821,way_type=user_defined:way_id=80E +edge,5870,5870;41.7731062;-107.0776821:5871;41.7731391;-107.0773951,way_type=user_defined:way_id=80E +edge,5871,5871;41.7731391;-107.0773951:5872;41.7731731;-107.0770706,way_type=user_defined:way_id=80E +edge,5872,5872;41.7731731;-107.0770706:5873;41.7732012;-107.0767741,way_type=user_defined:way_id=80E +edge,5873,5873;41.7732012;-107.0767741:5874;41.7732247;-107.0764957,way_type=user_defined:way_id=80E +edge,5874,5874;41.7732247;-107.0764957:5875;41.7732512;-107.0761325,way_type=user_defined:way_id=80E +edge,5875,5875;41.7732512;-107.0761325:5876;41.7732703;-107.0758076,way_type=user_defined:way_id=80E +edge,5876,5876;41.7732703;-107.0758076:5877;41.7732824;-107.0755561,way_type=user_defined:way_id=80E +edge,5877,5877;41.7732824;-107.0755561:5878;41.7732936;-107.0752585,way_type=user_defined:way_id=80E +edge,5878,5878;41.7732936;-107.0752585:5879;41.773303;-107.0749318,way_type=user_defined:way_id=80E +edge,5879,5879;41.773303;-107.0749318:5880;41.7733096;-107.0746431,way_type=user_defined:way_id=80E +edge,5880,5880;41.7733096;-107.0746431:5881;41.7733149;-107.0741357,way_type=user_defined:way_id=80E +edge,5881,5881;41.7733149;-107.0741357:5882;41.7733149;-107.0741357,way_type=user_defined:way_id=80E +edge,5882,5882;41.7733149;-107.0741357:5883;41.7733148;-107.0739817,way_type=user_defined:way_id=80E +edge,5883,5883;41.7733148;-107.0739817:5884;41.7733112;-107.0736941,way_type=user_defined:way_id=80E +edge,5884,5884;41.7733112;-107.0736941:5885;41.7733032;-107.0733971,way_type=user_defined:way_id=80E +edge,5885,5885;41.7733032;-107.0733971:5886;41.7732913;-107.0731118,way_type=user_defined:way_id=80E +edge,5886,5886;41.7732913;-107.0731118:5887;41.7732736;-107.0727842,way_type=user_defined:way_id=80E +edge,5887,5887;41.7732736;-107.0727842:5888;41.7732524;-107.0724684,way_type=user_defined:way_id=80E +edge,5888,5888;41.7732524;-107.0724684:5889;41.7732292;-107.0721719,way_type=user_defined:way_id=80E +edge,5889,5889;41.7732292;-107.0721719:5890;41.7732038;-107.0718849,way_type=user_defined:way_id=80E +edge,5890,5890;41.7732038;-107.0718849:5891;41.7731716;-107.0715602,way_type=user_defined:way_id=80E +edge,5891,5891;41.7731716;-107.0715602:5892;41.7731114;-107.0710212,way_type=user_defined:way_id=80E +edge,5892,5892;41.7731114;-107.0710212:5893;41.7730719;-107.0706927,way_type=user_defined:way_id=80E +edge,5893,5893;41.7730719;-107.0706927:5894;41.7730236;-107.0703316,way_type=user_defined:way_id=80E +edge,5894,5894;41.7730236;-107.0703316:5895;41.7729809;-107.0700469,way_type=user_defined:way_id=80E +edge,5895,5895;41.7729809;-107.0700469:5896;41.7729286;-107.0697264,way_type=user_defined:way_id=80E +edge,5896,5896;41.7729286;-107.0697264:5897;41.7727198;-107.06852,way_type=user_defined:way_id=80E +edge,5897,5897;41.7727198;-107.06852:5898;41.7725653;-107.0676417,way_type=user_defined:way_id=80E +edge,5898,5898;41.7725653;-107.0676417:5899;41.772363;-107.0664677,way_type=user_defined:way_id=80E +edge,5899,5899;41.772363;-107.0664677:5900;41.7721319;-107.065153,way_type=user_defined:way_id=80E +edge,5900,5900;41.7721319;-107.065153:5901;41.7719236;-107.0639442,way_type=user_defined:way_id=80E +edge,5901,5901;41.7719236;-107.0639442:5902;41.7717124;-107.0627339,way_type=user_defined:way_id=80E +edge,5902,5902;41.7717124;-107.0627339:5903;41.7715226;-107.0616314,way_type=user_defined:way_id=80E +edge,5903,5903;41.7715226;-107.0616314:5904;41.7708859;-107.0579811,way_type=user_defined:way_id=80E +edge,5904,5904;41.7708859;-107.0579811:5905;41.7706306;-107.0564937,way_type=user_defined:way_id=80E +edge,5905,5905;41.7706306;-107.0564937:5906;41.7702646;-107.0543941,way_type=user_defined:way_id=80E +edge,5906,5906;41.7702646;-107.0543941:5907;41.7700019;-107.0528697,way_type=user_defined:way_id=80E +edge,5907,5907;41.7700019;-107.0528697:5908;41.7697398;-107.0513711,way_type=user_defined:way_id=80E +edge,5908,5908;41.7697398;-107.0513711:5909;41.7695817;-107.0504781,way_type=user_defined:way_id=80E +edge,5909,5909;41.7695817;-107.0504781:5910;41.7693153;-107.048929,way_type=user_defined:way_id=80E +edge,5910,5910;41.7693153;-107.048929:5911;41.7689088;-107.0465856,way_type=user_defined:way_id=80E +edge,5911,5911;41.7689088;-107.0465856:5912;41.7687095;-107.0454503,way_type=user_defined:way_id=80E +edge,5912,5912;41.7687095;-107.0454503:5913;41.7685368;-107.0444442,way_type=user_defined:way_id=80E +edge,5913,5913;41.7685368;-107.0444442:5914;41.7683193;-107.0432137,way_type=user_defined:way_id=80E +edge,5914,5914;41.7683193;-107.0432137:5915;41.7680155;-107.0414424,way_type=user_defined:way_id=80E +edge,5915,5915;41.7680155;-107.0414424:5916;41.7678539;-107.0405224,way_type=user_defined:way_id=80E +edge,5916,5916;41.7678539;-107.0405224:5917;41.7675619;-107.0388397,way_type=user_defined:way_id=80E +edge,5917,5917;41.7675619;-107.0388397:5918;41.7673516;-107.0376439,way_type=user_defined:way_id=80E +edge,5918,5918;41.7673516;-107.0376439:5919;41.7671304;-107.0363575,way_type=user_defined:way_id=80E +edge,5919,5919;41.7671304;-107.0363575:5920;41.7669629;-107.0354064,way_type=user_defined:way_id=80E +edge,5920,5920;41.7669629;-107.0354064:5921;41.7667321;-107.0340613,way_type=user_defined:way_id=80E +edge,5921,5921;41.7667321;-107.0340613:5922;41.766453;-107.0324625,way_type=user_defined:way_id=80E +edge,5922,5922;41.766453;-107.0324625:5923;41.7663062;-107.0316079,way_type=user_defined:way_id=80E +edge,5923,5923;41.7663062;-107.0316079:5924;41.7658941;-107.029237,way_type=user_defined:way_id=80E +edge,5924,5924;41.7658941;-107.029237:5925;41.7657262;-107.0282799,way_type=user_defined:way_id=80E +edge,5925,5925;41.7657262;-107.0282799:5926;41.7653523;-107.0261191,way_type=user_defined:way_id=80E +edge,5926,5926;41.7653523;-107.0261191:5927;41.7649843;-107.024024,way_type=user_defined:way_id=80E +edge,5927,5927;41.7649843;-107.024024:5928;41.7648365;-107.0231655,way_type=user_defined:way_id=80E +edge,5928,5928;41.7648365;-107.0231655:5929;41.7647073;-107.0224278,way_type=user_defined:way_id=80E +edge,5929,5929;41.7647073;-107.0224278:5930;41.7644073;-107.0206978,way_type=user_defined:way_id=80E +edge,5930,5930;41.7644073;-107.0206978:5931;41.7642504;-107.0198035,way_type=user_defined:way_id=80E +edge,5931,5931;41.7642504;-107.0198035:5932;41.7637773;-107.0170733,way_type=user_defined:way_id=80E +edge,5932,5932;41.7637773;-107.0170733:5933;41.7635552;-107.015797,way_type=user_defined:way_id=80E +edge,5933,5933;41.7635552;-107.015797:5934;41.7634182;-107.0150192,way_type=user_defined:way_id=80E +edge,5934,5934;41.7634182;-107.0150192:5935;41.7631614;-107.01352,way_type=user_defined:way_id=80E +edge,5935,5935;41.7631614;-107.01352:5936;41.7625853;-107.0102241,way_type=user_defined:way_id=80E +edge,5936,5936;41.7625853;-107.0102241:5937;41.76239;-107.0090936,way_type=user_defined:way_id=80E +edge,5937,5937;41.76239;-107.0090936:5938;41.7621038;-107.0074612,way_type=user_defined:way_id=80E +edge,5938,5938;41.7621038;-107.0074612:5939;41.7616973;-107.0051204,way_type=user_defined:way_id=80E +edge,5939,5939;41.7616973;-107.0051204:5940;41.7614013;-107.0034378,way_type=user_defined:way_id=80E +edge,5940,5940;41.7614013;-107.0034378:5941;41.7612213;-107.0023947,way_type=user_defined:way_id=80E +edge,5941,5941;41.7612213;-107.0023947:5942;41.7608907;-107.0004989,way_type=user_defined:way_id=80E +edge,5942,5942;41.7608907;-107.0004989:5943;41.7606946;-106.9993835,way_type=user_defined:way_id=80E +edge,5943,5943;41.7606946;-106.9993835:5944;41.7603382;-106.9973319,way_type=user_defined:way_id=80E +edge,5944,5944;41.7603382;-106.9973319:5945;41.7602298;-106.9966865,way_type=user_defined:way_id=80E +edge,5945,5945;41.7602298;-106.9966865:5946;41.7601746;-106.9963662,way_type=user_defined:way_id=80E +edge,5946,5946;41.7601746;-106.9963662:5947;41.7599667;-106.9951903,way_type=user_defined:way_id=80E +edge,5947,5947;41.7599667;-106.9951903:5948;41.7597596;-106.9939895,way_type=user_defined:way_id=80E +edge,5948,5948;41.7597596;-106.9939895:5949;41.7594818;-106.992425,way_type=user_defined:way_id=80E +edge,5949,5949;41.7594818;-106.992425:5950;41.7594378;-106.992172,way_type=user_defined:way_id=80E +edge,5950,5950;41.7594378;-106.992172:5951;41.7592831;-106.9912529,way_type=user_defined:way_id=80E +edge,5951,5951;41.7592831;-106.9912529:5952;41.7591275;-106.9903741,way_type=user_defined:way_id=80E +edge,5952,5952;41.7591275;-106.9903741:5953;41.758974;-106.989484,way_type=user_defined:way_id=80E +edge,5953,5953;41.758974;-106.989484:5954;41.7588738;-106.9889116,way_type=user_defined:way_id=80E +edge,5954,5954;41.7588738;-106.9889116:5955;41.7587042;-106.9879636,way_type=user_defined:way_id=80E +edge,5955,5955;41.7587042;-106.9879636:5956;41.7584393;-106.9864393,way_type=user_defined:way_id=80E +edge,5956,5956;41.7584393;-106.9864393:5957;41.758213;-106.9851189,way_type=user_defined:way_id=80E +edge,5957,5957;41.758213;-106.9851189:5958;41.7580251;-106.984057,way_type=user_defined:way_id=80E +edge,5958,5958;41.7580251;-106.984057:5959;41.757767;-106.9825649,way_type=user_defined:way_id=80E +edge,5959,5959;41.757767;-106.9825649:5960;41.7576628;-106.9819728,way_type=user_defined:way_id=80E +edge,5960,5960;41.7576628;-106.9819728:5961;41.757509;-106.9810862,way_type=user_defined:way_id=80E +edge,5961,5961;41.757509;-106.9810862:5962;41.7571844;-106.9792419,way_type=user_defined:way_id=80E +edge,5962,5962;41.7571844;-106.9792419:5963;41.7569355;-106.9777948,way_type=user_defined:way_id=80E +edge,5963,5963;41.7569355;-106.9777948:5964;41.7568463;-106.9772928,way_type=user_defined:way_id=80E +edge,5964,5964;41.7568463;-106.9772928:5965;41.7568463;-106.9772928,way_type=user_defined:way_id=80E +edge,5965,5965;41.7568463;-106.9772928:5966;41.7567514;-106.9767673,way_type=user_defined:way_id=80E +edge,5966,5966;41.7567514;-106.9767673:5967;41.7566128;-106.9759876,way_type=user_defined:way_id=80E +edge,5967,5967;41.7566128;-106.9759876:5968;41.7565083;-106.9753805,way_type=user_defined:way_id=80E +edge,5968,5968;41.7565083;-106.9753805:5969;41.7563585;-106.9744963,way_type=user_defined:way_id=80E +edge,5969,5969;41.7563585;-106.9744963:5970;41.7561427;-106.9732555,way_type=user_defined:way_id=80E +edge,5970,5970;41.7561427;-106.9732555:5971;41.7555098;-106.9696331,way_type=user_defined:way_id=80E +edge,5971,5971;41.7555098;-106.9696331:5972;41.7552529;-106.9681737,way_type=user_defined:way_id=80E +edge,5972,5972;41.7552529;-106.9681737:5973;41.7551606;-106.9676408,way_type=user_defined:way_id=80E +edge,5973,5973;41.7551606;-106.9676408:5974;41.7551606;-106.9676408,way_type=user_defined:way_id=80E +edge,5974,5974;41.7551606;-106.9676408:5975;41.754924;-106.9662804,way_type=user_defined:way_id=80E +edge,5975,5975;41.754924;-106.9662804:5976;41.7545021;-106.9638808,way_type=user_defined:way_id=80E +edge,5976,5976;41.7545021;-106.9638808:5977;41.75410088;-106.961557,way_type=user_defined:way_id=80E +edge,5977,5977;41.75410088;-106.961557:5978;41.75410088;-106.961557,way_type=user_defined:way_id=80E +edge,5978,5978;41.75410088;-106.961557:5979;41.7539885;-106.9609133,way_type=user_defined:way_id=80E +edge,5979,5979;41.7539885;-106.9609133:5980;41.7539319;-106.9606024,way_type=user_defined:way_id=80E +edge,5980,5980;41.7539319;-106.9606024:5981;41.753816;-106.9599851,way_type=user_defined:way_id=80E +edge,5981,5981;41.753816;-106.9599851:5982;41.7537555;-106.9596773,way_type=user_defined:way_id=80E +edge,5982,5982;41.7537555;-106.9596773:5983;41.7536969;-106.9593887,way_type=user_defined:way_id=80E +edge,5983,5983;41.7536969;-106.9593887:5984;41.7536305;-106.9590734,way_type=user_defined:way_id=80E +edge,5984,5984;41.7536305;-106.9590734:5985;41.753608;-106.9589709,way_type=user_defined:way_id=80E +edge,5985,5985;41.753608;-106.9589709:5986;41.7535222;-106.9585799,way_type=user_defined:way_id=80E +edge,5986,5986;41.7535222;-106.9585799:5987;41.7534384;-106.958211,way_type=user_defined:way_id=80E +edge,5987,5987;41.7534384;-106.958211:5988;41.7533646;-106.9578944,way_type=user_defined:way_id=80E +edge,5988,5988;41.7533646;-106.9578944:5989;41.7532231;-106.9573027,way_type=user_defined:way_id=80E +edge,5989,5989;41.7532231;-106.9573027:5990;41.7531497;-106.957007,way_type=user_defined:way_id=80E +edge,5990,5990;41.7531497;-106.957007:5991;41.7530748;-106.9567145,way_type=user_defined:way_id=80E +edge,5991,5991;41.7530748;-106.9567145:5992;41.7529931;-106.9564049,way_type=user_defined:way_id=80E +edge,5992,5992;41.7529931;-106.9564049:5993;41.7527582;-106.9555346,way_type=user_defined:way_id=80E +edge,5993,5993;41.7527582;-106.9555346:5994;41.7524767;-106.954474,way_type=user_defined:way_id=80E +edge,5994,5994;41.7524767;-106.954474:5995;41.7524767;-106.954474,way_type=user_defined:way_id=80E +edge,5995,5995;41.7524767;-106.954474:5996;41.75233541;-106.953946,way_type=user_defined:way_id=80E +edge,5996,5996;41.75233541;-106.953946:5997;41.7521187;-106.953136,way_type=user_defined:way_id=80E +edge,5997,5997;41.7521187;-106.953136:5998;41.7517493;-106.9517331,way_type=user_defined:way_id=80E +edge,5998,5998;41.7517493;-106.9517331:5999;41.7513813;-106.9503624,way_type=user_defined:way_id=80E +edge,5999,5999;41.7513813;-106.9503624:6000;41.7510615;-106.9491532,way_type=user_defined:way_id=80E +edge,6000,6000;41.7510615;-106.9491532:6001;41.75096463;-106.9487917,way_type=user_defined:way_id=80E +edge,6001,6001;41.75096463;-106.9487917:6002;41.7508338;-106.9483034,way_type=user_defined:way_id=80E +edge,6002,6002;41.7508338;-106.9483034:6003;41.7505286;-106.9471387,way_type=user_defined:way_id=80E +edge,6003,6003;41.7505286;-106.9471387:6004;41.7502152;-106.9459682,way_type=user_defined:way_id=80E +edge,6004,6004;41.7502152;-106.9459682:6005;41.749913;-106.9448301,way_type=user_defined:way_id=80E +edge,6005,6005;41.749913;-106.9448301:6006;41.7496853;-106.9439818,way_type=user_defined:way_id=80E +edge,6006,6006;41.7496853;-106.9439818:6007;41.7495322;-106.9433971,way_type=user_defined:way_id=80E +edge,6007,6007;41.7495322;-106.9433971:6008;41.74947691;-106.9431886,way_type=user_defined:way_id=80E +edge,6008,6008;41.74947691;-106.9431886:6009;41.7493019;-106.9425286,way_type=user_defined:way_id=80E +edge,6009,6009;41.7493019;-106.9425286:6010;41.7490035;-106.9414098,way_type=user_defined:way_id=80E +edge,6010,6010;41.7490035;-106.9414098:6011;41.7487674;-106.9405309,way_type=user_defined:way_id=80E +edge,6011,6011;41.7487674;-106.9405309:6012;41.7485356;-106.9396548,way_type=user_defined:way_id=80E +edge,6012,6012;41.7485356;-106.9396548:6013;41.748274;-106.9386844,way_type=user_defined:way_id=80E +edge,6013,6013;41.748274;-106.9386844:6014;41.7475323;-106.9359118,way_type=user_defined:way_id=80E +edge,6014,6014;41.7475323;-106.9359118:6015;41.7472171;-106.9347053,way_type=user_defined:way_id=80E +edge,6015,6015;41.7472171;-106.9347053:6016;41.7463026;-106.9312767,way_type=user_defined:way_id=80E +edge,6016,6016;41.7463026;-106.9312767:6017;41.7459848;-106.9300516,way_type=user_defined:way_id=80E +edge,6017,6017;41.7459848;-106.9300516:6018;41.7459214;-106.9298039,way_type=user_defined:way_id=80E +edge,6018,6018;41.7459214;-106.9298039:6019;41.7458528;-106.9295268,way_type=user_defined:way_id=80E +edge,6019,6019;41.7458528;-106.9295268:6020;41.745775;-106.9292039,way_type=user_defined:way_id=80E +edge,6020,6020;41.745775;-106.9292039:6021;41.7456414;-106.9286277,way_type=user_defined:way_id=80E +edge,6021,6021;41.7456414;-106.9286277:6022;41.7455084;-106.9280303,way_type=user_defined:way_id=80E +edge,6022,6022;41.7455084;-106.9280303:6023;41.7454485;-106.927749,way_type=user_defined:way_id=80E +edge,6023,6023;41.7454485;-106.927749:6024;41.7453763;-106.9273945,way_type=user_defined:way_id=80E +edge,6024,6024;41.7453763;-106.9273945:6025;41.7452663;-106.9268306,way_type=user_defined:way_id=80E +edge,6025,6025;41.7452663;-106.9268306:6026;41.7452066;-106.9265119,way_type=user_defined:way_id=80E +edge,6026,6026;41.7452066;-106.9265119:6027;41.7451511;-106.9262016,way_type=user_defined:way_id=80E +edge,6027,6027;41.7451511;-106.9262016:6028;41.7450548;-106.9256283,way_type=user_defined:way_id=80E +edge,6028,6028;41.7450548;-106.9256283:6029;41.7449579;-106.9250278,way_type=user_defined:way_id=80E +edge,6029,6029;41.7449579;-106.9250278:6030;41.7448708;-106.9244552,way_type=user_defined:way_id=80E +edge,6030,6030;41.7448708;-106.9244552:6031;41.7448239;-106.9241261,way_type=user_defined:way_id=80E +edge,6031,6031;41.7448239;-106.9241261:6032;41.7447716;-106.9237328,way_type=user_defined:way_id=80E +edge,6032,6032;41.7447716;-106.9237328:6033;41.7447057;-106.9232016,way_type=user_defined:way_id=80E +edge,6033,6033;41.7447057;-106.9232016:6034;41.7446714;-106.9229087,way_type=user_defined:way_id=80E +edge,6034,6034;41.7446714;-106.9229087:6035;41.7446045;-106.9223032,way_type=user_defined:way_id=80E +edge,6035,6035;41.7446045;-106.9223032:6036;41.7445743;-106.9220093,way_type=user_defined:way_id=80E +edge,6036,6036;41.7445743;-106.9220093:6037;41.7445481;-106.9217327,way_type=user_defined:way_id=80E +edge,6037,6037;41.7445481;-106.9217327:6038;41.744518;-106.9214007,way_type=user_defined:way_id=80E +edge,6038,6038;41.744518;-106.9214007:6039;41.7444897;-106.9210648,way_type=user_defined:way_id=80E +edge,6039,6039;41.7444897;-106.9210648:6040;41.7444676;-106.9207801,way_type=user_defined:way_id=80E +edge,6040,6040;41.7444676;-106.9207801:6041;41.7444386;-106.9203789,way_type=user_defined:way_id=80E +edge,6041,6041;41.7444386;-106.9203789:6042;41.7444221;-106.9201386,way_type=user_defined:way_id=80E +edge,6042,6042;41.7444221;-106.9201386:6043;41.744395;-106.919702,way_type=user_defined:way_id=80E +edge,6043,6043;41.744395;-106.919702:6044;41.7443716;-106.9192643,way_type=user_defined:way_id=80E +edge,6044,6044;41.7443716;-106.9192643:6045;41.7443571;-106.918937,way_type=user_defined:way_id=80E +edge,6045,6045;41.7443571;-106.918937:6046;41.7443237;-106.9180303,way_type=user_defined:way_id=80E +edge,6046,6046;41.7443237;-106.9180303:6047;41.7442609;-106.9164418,way_type=user_defined:way_id=80E +edge,6047,6047;41.7442609;-106.9164418:6048;41.7441983;-106.9146528,way_type=user_defined:way_id=80E +edge,6048,6048;41.7441983;-106.9146528:6049;41.7441502;-106.9133873,way_type=user_defined:way_id=80E +edge,6049,6049;41.7441502;-106.9133873:6050;41.7441179;-106.912403,way_type=user_defined:way_id=80E +edge,6050,6050;41.7441179;-106.912403:6051;41.7440827;-106.9113837,way_type=user_defined:way_id=80E +edge,6051,6051;41.7440827;-106.9113837:6052;41.7440107;-106.9094133,way_type=user_defined:way_id=80E +edge,6052,6052;41.7440107;-106.9094133:6053;41.7439676;-106.9082953,way_type=user_defined:way_id=80E +edge,6053,6053;41.7439676;-106.9082953:6054;41.7439181;-106.9068416,way_type=user_defined:way_id=80E +edge,6054,6054;41.7439181;-106.9068416:6055;41.7438308;-106.9044468,way_type=user_defined:way_id=80E +edge,6055,6055;41.7438308;-106.9044468:6056;41.7437513;-106.9021503,way_type=user_defined:way_id=80E +edge,6056,6056;41.7437513;-106.9021503:6057;41.7437213;-106.9013513,way_type=user_defined:way_id=80E +edge,6057,6057;41.7437213;-106.9013513:6058;41.74368;-106.9003279,way_type=user_defined:way_id=80E +edge,6058,6058;41.74368;-106.9003279:6059;41.7436582;-106.8997236,way_type=user_defined:way_id=80E +edge,6059,6059;41.7436582;-106.8997236:6060;41.7436111;-106.8983406,way_type=user_defined:way_id=80E +edge,6060,6060;41.7436111;-106.8983406:6061;41.7435593;-106.8969524,way_type=user_defined:way_id=80E +edge,6061,6061;41.7435593;-106.8969524:6062;41.743482;-106.894775,way_type=user_defined:way_id=80E +edge,6062,6062;41.743482;-106.894775:6063;41.7433502;-106.8912051,way_type=user_defined:way_id=80E +edge,6063,6063;41.7433502;-106.8912051:6064;41.7432551;-106.8884517,way_type=user_defined:way_id=80E +edge,6064,6064;41.7432551;-106.8884517:6065;41.7431801;-106.88642,way_type=user_defined:way_id=80E +edge,6065,6065;41.7431801;-106.88642:6066;41.7430843;-106.883731,way_type=user_defined:way_id=80E +edge,6066,6066;41.7430843;-106.883731:6067;41.7430421;-106.8825012,way_type=user_defined:way_id=80E +edge,6067,6067;41.7430421;-106.8825012:6068;41.7429427;-106.8798416,way_type=user_defined:way_id=80E +edge,6068,6068;41.7429427;-106.8798416:6069;41.7428907;-106.8785266,way_type=user_defined:way_id=80E +edge,6069,6069;41.7428907;-106.8785266:6070;41.7428392;-106.877041,way_type=user_defined:way_id=80E +edge,6070,6070;41.7428392;-106.877041:6071;41.7428041;-106.876117,way_type=user_defined:way_id=80E +edge,6071,6071;41.7428041;-106.876117:6072;41.7427604;-106.8747997,way_type=user_defined:way_id=80E +edge,6072,6072;41.7427604;-106.8747997:6073;41.7426816;-106.8726806,way_type=user_defined:way_id=80E +edge,6073,6073;41.7426816;-106.8726806:6074;41.7426499;-106.8717821,way_type=user_defined:way_id=80E +edge,6074,6074;41.7426499;-106.8717821:6075;41.7425955;-106.8703643,way_type=user_defined:way_id=80E +edge,6075,6075;41.7425955;-106.8703643:6076;41.742504;-106.867774,way_type=user_defined:way_id=80E +edge,6076,6076;41.742504;-106.867774:6077;41.742445;-106.8661728,way_type=user_defined:way_id=80E +edge,6077,6077;41.742445;-106.8661728:6078;41.7424022;-106.8648943,way_type=user_defined:way_id=80E +edge,6078,6078;41.7424022;-106.8648943:6079;41.7423218;-106.8627766,way_type=user_defined:way_id=80E +edge,6079,6079;41.7423218;-106.8627766:6080;41.7422725;-106.8612972,way_type=user_defined:way_id=80E +edge,6080,6080;41.7422725;-106.8612972:6081;41.7422031;-106.8594089,way_type=user_defined:way_id=80E +edge,6081,6081;41.7422031;-106.8594089:6082;41.7421658;-106.8583505,way_type=user_defined:way_id=80E +edge,6082,6082;41.7421658;-106.8583505:6083;41.7421658;-106.8583505,way_type=user_defined:way_id=80E +edge,6083,6083;41.7421658;-106.8583505:6084;41.7421288;-106.8573,way_type=user_defined:way_id=80E +edge,6084,6084;41.7421288;-106.8573:6085;41.7419882;-106.8535768,way_type=user_defined:way_id=80E +edge,6085,6085;41.7419882;-106.8535768:6086;41.7419249;-106.8517218,way_type=user_defined:way_id=80E +edge,6086,6086;41.7419249;-106.8517218:6087;41.7418978;-106.8509881,way_type=user_defined:way_id=80E +edge,6087,6087;41.7418978;-106.8509881:6088;41.7418494;-106.8497409,way_type=user_defined:way_id=80E +edge,6088,6088;41.7418494;-106.8497409:6089;41.741796;-106.8481836,way_type=user_defined:way_id=80E +edge,6089,6089;41.741796;-106.8481836:6090;41.7417181;-106.8460095,way_type=user_defined:way_id=80E +edge,6090,6090;41.7417181;-106.8460095:6091;41.7416712;-106.8447823,way_type=user_defined:way_id=80E +edge,6091,6091;41.7416712;-106.8447823:6092;41.7416114;-106.8432859,way_type=user_defined:way_id=80E +edge,6092,6092;41.7416114;-106.8432859:6093;41.74161014;-106.8432567,way_type=user_defined:way_id=80E +edge,6093,6093;41.74161014;-106.8432567:6094;41.7415977;-106.8429686,way_type=user_defined:way_id=80E +edge,6094,6094;41.7415977;-106.8429686:6095;41.7415808;-106.8426467,way_type=user_defined:way_id=80E +edge,6095,6095;41.7415808;-106.8426467:6096;41.7415708;-106.8423542,way_type=user_defined:way_id=80E +edge,6096,6096;41.7415708;-106.8423542:6097;41.7415312;-106.8409364,way_type=user_defined:way_id=80E +edge,6097,6097;41.7415312;-106.8409364:6098;41.7415171;-106.8404882,way_type=user_defined:way_id=80E +edge,6098,6098;41.7415171;-106.8404882:6099;41.7414566;-106.83896,way_type=user_defined:way_id=80E +edge,6099,6099;41.7414566;-106.83896:6100;41.7414405;-106.8385148,way_type=user_defined:way_id=80E +edge,6100,6100;41.7414405;-106.8385148:6101;41.7414119;-106.8377238,way_type=user_defined:way_id=80E +edge,6101,6101;41.7414119;-106.8377238:6102;41.7414119;-106.8377238,way_type=user_defined:way_id=80E +edge,6102,6102;41.7414119;-106.8377238:6103;41.74131929;-106.8351152,way_type=user_defined:way_id=80E +edge,6103,6103;41.74131929;-106.8351152:6104;41.74130522;-106.8345898,way_type=user_defined:way_id=80E +edge,6104,6104;41.74130522;-106.8345898:6105;41.74129288;-106.8342783,way_type=user_defined:way_id=80E +edge,6105,6105;41.74129288;-106.8342783:6106;41.74120461;-106.8320502,way_type=user_defined:way_id=80E +edge,6106,6106;41.74120461;-106.8320502:6107;41.74113845;-106.8302702,way_type=user_defined:way_id=80E +edge,6107,6107;41.74113845;-106.8302702:6108;41.74113845;-106.8302702,way_type=user_defined:way_id=80E +edge,6108,6108;41.74113845;-106.8302702:6109;41.7411138;-106.8295741,way_type=user_defined:way_id=80E +edge,6109,6109;41.7411138;-106.8295741:6110;41.7410472;-106.8277855,way_type=user_defined:way_id=80E +edge,6110,6110;41.7410472;-106.8277855:6111;41.7410128;-106.8268018,way_type=user_defined:way_id=80E +edge,6111,6111;41.7410128;-106.8268018:6112;41.7409932;-106.8261954,way_type=user_defined:way_id=80E +edge,6112,6112;41.7409932;-106.8261954:6113;41.740985;-106.8258966,way_type=user_defined:way_id=80E +edge,6113,6113;41.740985;-106.8258966:6114;41.74097365;-106.8252833,way_type=user_defined:way_id=80E +edge,6114,6114;41.74097365;-106.8252833:6115;41.74098399;-106.824606,way_type=user_defined:way_id=80E +edge,6115,6115;41.74098399;-106.824606:6116;41.7409967;-106.8240394,way_type=user_defined:way_id=80E +edge,6116,6116;41.7409967;-106.8240394:6117;41.74099936;-106.8239639,way_type=user_defined:way_id=80E +edge,6117,6117;41.74099936;-106.8239639:6118;41.7410738;-106.8218529,way_type=user_defined:way_id=80E +edge,6118,6118;41.7410738;-106.8218529:6119;41.74113021;-106.8204157,way_type=user_defined:way_id=80E +edge,6119,6119;41.74113021;-106.8204157:6120;41.7412207;-106.8178439,way_type=user_defined:way_id=80E +edge,6120,6120;41.7412207;-106.8178439:6121;41.7412207;-106.8178439,way_type=user_defined:way_id=80E +edge,6121,6121;41.7412207;-106.8178439:6122;41.7412764;-106.8162453,way_type=user_defined:way_id=80E +edge,6122,6122;41.7412764;-106.8162453:6123;41.7413279;-106.814828,way_type=user_defined:way_id=80E +edge,6123,6123;41.7413279;-106.814828:6124;41.7413511;-106.8141368,way_type=user_defined:way_id=80E +edge,6124,6124;41.7413511;-106.8141368:6125;41.7414263;-106.8121073,way_type=user_defined:way_id=80E +edge,6125,6125;41.7414263;-106.8121073:6126;41.7414824;-106.8105447,way_type=user_defined:way_id=80E +edge,6126,6126;41.7414824;-106.8105447:6127;41.741516;-106.8095681,way_type=user_defined:way_id=80E +edge,6127,6127;41.741516;-106.8095681:6128;41.7415591;-106.8083871,way_type=user_defined:way_id=80E +edge,6128,6128;41.7415591;-106.8083871:6129;41.741608;-106.8068383,way_type=user_defined:way_id=80E +edge,6129,6129;41.741608;-106.8068383:6130;41.7416296;-106.8060395,way_type=user_defined:way_id=80E +edge,6130,6130;41.7416296;-106.8060395:6131;41.7416319;-106.8059543,way_type=user_defined:way_id=80E +edge,6131,6131;41.7416319;-106.8059543:6132;41.7416432;-106.8056261,way_type=user_defined:way_id=80E +edge,6132,6132;41.7416432;-106.8056261:6133;41.7417554;-106.8028949,way_type=user_defined:way_id=80E +edge,6133,6133;41.7417554;-106.8028949:6134;41.7417722;-106.8024611,way_type=user_defined:way_id=80E +edge,6134,6134;41.7417722;-106.8024611:6135;41.741811;-106.8012623,way_type=user_defined:way_id=80E +edge,6135,6135;41.741811;-106.8012623:6136;41.7418324;-106.8006419,way_type=user_defined:way_id=80E +edge,6136,6136;41.7418324;-106.8006419:6137;41.7418709;-106.7996203,way_type=user_defined:way_id=80E +edge,6137,6137;41.7418709;-106.7996203:6138;41.7419441;-106.797569,way_type=user_defined:way_id=80E +edge,6138,6138;41.7419441;-106.797569:6139;41.7419907;-106.7963425,way_type=user_defined:way_id=80E +edge,6139,6139;41.7419907;-106.7963425:6140;41.7420293;-106.7950724,way_type=user_defined:way_id=80E +edge,6140,6140;41.7420293;-106.7950724:6141;41.7420894;-106.7935458,way_type=user_defined:way_id=80E +edge,6141,6141;41.7420894;-106.7935458:6142;41.7421126;-106.792926,way_type=user_defined:way_id=80E +edge,6142,6142;41.7421126;-106.792926:6143;41.742199;-106.7904133,way_type=user_defined:way_id=80E +edge,6143,6143;41.742199;-106.7904133:6144;41.7422648;-106.7885971,way_type=user_defined:way_id=80E +edge,6144,6144;41.7422648;-106.7885971:6145;41.7423198;-106.7869992,way_type=user_defined:way_id=80E +edge,6145,6145;41.7423198;-106.7869992:6146;41.7424432;-106.7836473,way_type=user_defined:way_id=80E +edge,6146,6146;41.7424432;-106.7836473:6147;41.7424955;-106.7821095,way_type=user_defined:way_id=80E +edge,6147,6147;41.7424955;-106.7821095:6148;41.7425527;-106.7805527,way_type=user_defined:way_id=80E +edge,6148,6148;41.7425527;-106.7805527:6149;41.7426025;-106.7790995,way_type=user_defined:way_id=80E +edge,6149,6149;41.7426025;-106.7790995:6150;41.74261047;-106.7788922,way_type=user_defined:way_id=80E +edge,6150,6150;41.74261047;-106.7788922:6151;41.742626;-106.7784882,way_type=user_defined:way_id=80E +edge,6151,6151;41.742626;-106.7784882:6152;41.742626;-106.7784882,way_type=user_defined:way_id=80E +edge,6152,6152;41.742626;-106.7784882:6153;41.7426558;-106.7776857,way_type=user_defined:way_id=80E +edge,6153,6153;41.7426558;-106.7776857:6154;41.74266351;-106.7774502,way_type=user_defined:way_id=80E +edge,6154,6154;41.74266351;-106.7774502:6155;41.7427606;-106.774486,way_type=user_defined:way_id=80E +edge,6155,6155;41.7427606;-106.774486:6156;41.74278158;-106.7738761,way_type=user_defined:way_id=80E +edge,6156,6156;41.74278158;-106.7738761:6157;41.74278158;-106.7738761,way_type=user_defined:way_id=80E +edge,6157,6157;41.74278158;-106.7738761:6158;41.7428027;-106.7733301,way_type=user_defined:way_id=80E +edge,6158,6158;41.7428027;-106.7733301:6159;41.7428464;-106.7723196,way_type=user_defined:way_id=80E +edge,6159,6159;41.7428464;-106.7723196:6160;41.7428563;-106.772015,way_type=user_defined:way_id=80E +edge,6160,6160;41.7428563;-106.772015:6161;41.7428623;-106.771729,way_type=user_defined:way_id=80E +edge,6161,6161;41.7428623;-106.771729:6162;41.7428654;-106.7714039,way_type=user_defined:way_id=80E +edge,6162,6162;41.7428654;-106.7714039:6163;41.7428636;-106.7710875,way_type=user_defined:way_id=80E +edge,6163,6163;41.7428636;-106.7710875:6164;41.74285795;-106.7708331,way_type=user_defined:way_id=80E +edge,6164,6164;41.74285795;-106.7708331:6165;41.742857;-106.7707905,way_type=user_defined:way_id=80E +edge,6165,6165;41.742857;-106.7707905:6166;41.7428452;-106.7704936,way_type=user_defined:way_id=80E +edge,6166,6166;41.7428452;-106.7704936:6167;41.7428251;-106.7701686,way_type=user_defined:way_id=80E +edge,6167,6167;41.7428251;-106.7701686:6168;41.7427984;-106.7698529,way_type=user_defined:way_id=80E +edge,6168,6168;41.7427984;-106.7698529:6169;41.7427677;-106.7695577,way_type=user_defined:way_id=80E +edge,6169,6169;41.7427677;-106.7695577:6170;41.7427271;-106.7692346,way_type=user_defined:way_id=80E +edge,6170,6170;41.7427271;-106.7692346:6171;41.7426862;-106.7689509,way_type=user_defined:way_id=80E +edge,6171,6171;41.7426862;-106.7689509:6172;41.7426453;-106.7686964,way_type=user_defined:way_id=80E +edge,6172,6172;41.7426453;-106.7686964:6173;41.7425899;-106.7683857,way_type=user_defined:way_id=80E +edge,6173,6173;41.7425899;-106.7683857:6174;41.7425261;-106.7680696,way_type=user_defined:way_id=80E +edge,6174,6174;41.7425261;-106.7680696:6175;41.7424548;-106.7677555,way_type=user_defined:way_id=80E +edge,6175,6175;41.7424548;-106.7677555:6176;41.7424548;-106.7677555,way_type=user_defined:way_id=80E +edge,6176,6176;41.7424548;-106.7677555:6177;41.7423779;-106.767445,way_type=user_defined:way_id=80E +edge,6177,6177;41.7423779;-106.767445:6178;41.7423057;-106.7671715,way_type=user_defined:way_id=80E +edge,6178,6178;41.7423057;-106.7671715:6179;41.7422317;-106.7669002,way_type=user_defined:way_id=80E +edge,6179,6179;41.7422317;-106.7669002:6180;41.7421322;-106.7665432,way_type=user_defined:way_id=80E +edge,6180,6180;41.7421322;-106.7665432:6181;41.74206647;-106.7663112,way_type=user_defined:way_id=80E +edge,6181,6181;41.74206647;-106.7663112:6182;41.7417392;-106.7651559,way_type=user_defined:way_id=80E +edge,6182,6182;41.7417392;-106.7651559:6183;41.7414906;-106.7642932,way_type=user_defined:way_id=80E +edge,6183,6183;41.7414906;-106.7642932:6184;41.7410885;-106.7628887,way_type=user_defined:way_id=80E +edge,6184,6184;41.7410885;-106.7628887:6185;41.7407424;-106.7616647,way_type=user_defined:way_id=80E +edge,6185,6185;41.7407424;-106.7616647:6186;41.7404222;-106.7605458,way_type=user_defined:way_id=80E +edge,6186,6186;41.7404222;-106.7605458:6187;41.7400933;-106.7593835,way_type=user_defined:way_id=80E +edge,6187,6187;41.7400933;-106.7593835:6188;41.7397347;-106.7581295,way_type=user_defined:way_id=80E +edge,6188,6188;41.7397347;-106.7581295:6189;41.7393465;-106.756757,way_type=user_defined:way_id=80E +edge,6189,6189;41.7393465;-106.756757:6190;41.7386938;-106.7544857,way_type=user_defined:way_id=80E +edge,6190,6190;41.7386938;-106.7544857:6191;41.7385198;-106.7538705,way_type=user_defined:way_id=80E +edge,6191,6191;41.7385198;-106.7538705:6192;41.7381027;-106.7524141,way_type=user_defined:way_id=80E +edge,6192,6192;41.7381027;-106.7524141:6193;41.737296;-106.7495796,way_type=user_defined:way_id=80E +edge,6193,6193;41.737296;-106.7495796:6194;41.736723;-106.74758,way_type=user_defined:way_id=80E +edge,6194,6194;41.736723;-106.74758:6195;41.7365594;-106.7469982,way_type=user_defined:way_id=80E +edge,6195,6195;41.7365594;-106.7469982:6196;41.7363968;-106.7464069,way_type=user_defined:way_id=80E +edge,6196,6196;41.7363968;-106.7464069:6197;41.7363253;-106.7461368,way_type=user_defined:way_id=80E +edge,6197,6197;41.7363253;-106.7461368:6198;41.7362494;-106.7458374,way_type=user_defined:way_id=80E +edge,6198,6198;41.7362494;-106.7458374:6199;41.7361842;-106.7455667,way_type=user_defined:way_id=80E +edge,6199,6199;41.7361842;-106.7455667:6200;41.7361099;-106.7452426,way_type=user_defined:way_id=80E +edge,6200,6200;41.7361099;-106.7452426:6201;41.7360435;-106.744937,way_type=user_defined:way_id=80E +edge,6201,6201;41.7360435;-106.744937:6202;41.7359868;-106.7446607,way_type=user_defined:way_id=80E +edge,6202,6202;41.7359868;-106.7446607:6203;41.735924;-106.7443333,way_type=user_defined:way_id=80E +edge,6203,6203;41.735924;-106.7443333:6204;41.7358728;-106.7440524,way_type=user_defined:way_id=80E +edge,6204,6204;41.7358728;-106.7440524:6205;41.7358281;-106.7437935,way_type=user_defined:way_id=80E +edge,6205,6205;41.7358281;-106.7437935:6206;41.7357711;-106.7434408,way_type=user_defined:way_id=80E +edge,6206,6206;41.7357711;-106.7434408:6207;41.7356996;-106.7429468,way_type=user_defined:way_id=80E +edge,6207,6207;41.7356996;-106.7429468:6208;41.7356468;-106.7425553,way_type=user_defined:way_id=80E +edge,6208,6208;41.7356468;-106.7425553:6209;41.7354836;-106.741295,way_type=user_defined:way_id=80E +edge,6209,6209;41.7354836;-106.741295:6210;41.7352521;-106.739543,way_type=user_defined:way_id=80E +edge,6210,6210;41.7352521;-106.739543:6211;41.7351183;-106.7385026,way_type=user_defined:way_id=80E +edge,6211,6211;41.7351183;-106.7385026:6212;41.734928;-106.7370708,way_type=user_defined:way_id=80E +edge,6212,6212;41.734928;-106.7370708:6213;41.7348177;-106.7362172,way_type=user_defined:way_id=80E +edge,6213,6213;41.7348177;-106.7362172:6214;41.7346085;-106.7346282,way_type=user_defined:way_id=80E +edge,6214,6214;41.7346085;-106.7346282:6215;41.7344459;-106.7333711,way_type=user_defined:way_id=80E +edge,6215,6215;41.7344459;-106.7333711:6216;41.7342723;-106.7320547,way_type=user_defined:way_id=80E +edge,6216,6216;41.7342723;-106.7320547:6217;41.733895;-106.7291549,way_type=user_defined:way_id=80E +edge,6217,6217;41.733895;-106.7291549:6218;41.7337807;-106.7282923,way_type=user_defined:way_id=80E +edge,6218,6218;41.7337807;-106.7282923:6219;41.7335836;-106.7267796,way_type=user_defined:way_id=80E +edge,6219,6219;41.7335836;-106.7267796:6220;41.7333373;-106.7249224,way_type=user_defined:way_id=80E +edge,6220,6220;41.7333373;-106.7249224:6221;41.7329418;-106.721883,way_type=user_defined:way_id=80E +edge,6221,6221;41.7329418;-106.721883:6222;41.7328103;-106.7208976,way_type=user_defined:way_id=80E +edge,6222,6222;41.7328103;-106.7208976:6223;41.7325573;-106.7189826,way_type=user_defined:way_id=80E +edge,6223,6223;41.7325573;-106.7189826:6224;41.7324263;-106.7179768,way_type=user_defined:way_id=80E +edge,6224,6224;41.7324263;-106.7179768:6225;41.7323123;-106.7170849,way_type=user_defined:way_id=80E +edge,6225,6225;41.7323123;-106.7170849:6226;41.7321258;-106.7156579,way_type=user_defined:way_id=80E +edge,6226,6226;41.7321258;-106.7156579:6227;41.7317945;-106.713145,way_type=user_defined:way_id=80E +edge,6227,6227;41.7317945;-106.713145:6228;41.7316699;-106.7121791,way_type=user_defined:way_id=80E +edge,6228,6228;41.7316699;-106.7121791:6229;41.7315216;-106.7110716,way_type=user_defined:way_id=80E +edge,6229,6229;41.7315216;-106.7110716:6230;41.7313527;-106.709788,way_type=user_defined:way_id=80E +edge,6230,6230;41.7313527;-106.709788:6231;41.7312326;-106.7088466,way_type=user_defined:way_id=80E +edge,6231,6231;41.7312326;-106.7088466:6232;41.7311067;-106.7078939,way_type=user_defined:way_id=80E +edge,6232,6232;41.7311067;-106.7078939:6233;41.7309674;-106.7068179,way_type=user_defined:way_id=80E +edge,6233,6233;41.7309674;-106.7068179:6234;41.7308372;-106.7058464,way_type=user_defined:way_id=80E +edge,6234,6234;41.7308372;-106.7058464:6235;41.7306401;-106.7043451,way_type=user_defined:way_id=80E +edge,6235,6235;41.7306401;-106.7043451:6236;41.7306007;-106.7040359,way_type=user_defined:way_id=80E +edge,6236,6236;41.7306007;-106.7040359:6237;41.7305609;-106.7037013,way_type=user_defined:way_id=80E +edge,6237,6237;41.7305609;-106.7037013:6238;41.7305291;-106.7034153,way_type=user_defined:way_id=80E +edge,6238,6238;41.7305291;-106.7034153:6239;41.7304999;-106.7031302,way_type=user_defined:way_id=80E +edge,6239,6239;41.7304999;-106.7031302:6240;41.7304697;-106.7027966,way_type=user_defined:way_id=80E +edge,6240,6240;41.7304697;-106.7027966:6241;41.7304459;-106.7024719,way_type=user_defined:way_id=80E +edge,6241,6241;41.7304459;-106.7024719:6242;41.7304281;-106.7021932,way_type=user_defined:way_id=80E +edge,6242,6242;41.7304281;-106.7021932:6243;41.7304078;-106.70183,way_type=user_defined:way_id=80E +edge,6243,6243;41.7304078;-106.70183:6244;41.7303957;-106.7015778,way_type=user_defined:way_id=80E +edge,6244,6244;41.7303957;-106.7015778:6245;41.7303819;-106.7012406,way_type=user_defined:way_id=80E +edge,6245,6245;41.7303819;-106.7012406:6246;41.7303717;-106.7009207,way_type=user_defined:way_id=80E +edge,6246,6246;41.7303717;-106.7009207:6247;41.7303666;-106.7006591,way_type=user_defined:way_id=80E +edge,6247,6247;41.7303666;-106.7006591:6248;41.730364;-106.7003388,way_type=user_defined:way_id=80E +edge,6248,6248;41.730364;-106.7003388:6249;41.7303647;-106.6999415,way_type=user_defined:way_id=80E +edge,6249,6249;41.7303647;-106.6999415:6250;41.7303669;-106.6997183,way_type=user_defined:way_id=80E +edge,6250,6250;41.7303669;-106.6997183:6251;41.7303725;-106.6993975,way_type=user_defined:way_id=80E +edge,6251,6251;41.7303725;-106.6993975:6252;41.7304047;-106.6978621,way_type=user_defined:way_id=80E +edge,6252,6252;41.7304047;-106.6978621:6253;41.7304605;-106.6956117,way_type=user_defined:way_id=80E +edge,6253,6253;41.7304605;-106.6956117:6254;41.730516;-106.6932378,way_type=user_defined:way_id=80E +edge,6254,6254;41.730516;-106.6932378:6255;41.7305211;-106.6928754,way_type=user_defined:way_id=80E +edge,6255,6255;41.7305211;-106.6928754:6256;41.7305253;-106.6920019,way_type=user_defined:way_id=80E +edge,6256,6256;41.7305253;-106.6920019:6257;41.7305284;-106.6916513,way_type=user_defined:way_id=80E +edge,6257,6257;41.7305284;-106.6916513:6258;41.7305363;-106.6910644,way_type=user_defined:way_id=80E +edge,6258,6258;41.7305363;-106.6910644:6259;41.7305474;-106.69052,way_type=user_defined:way_id=80E +edge,6259,6259;41.7305474;-106.69052:6260;41.7305881;-106.6889273,way_type=user_defined:way_id=80E +edge,6260,6260;41.7305881;-106.6889273:6261;41.7306785;-106.6850808,way_type=user_defined:way_id=80E +edge,6261,6261;41.7306785;-106.6850808:6262;41.730843;-106.6782584,way_type=user_defined:way_id=80E +edge,6262,6262;41.730843;-106.6782584:6263;41.7308801;-106.6766179,way_type=user_defined:way_id=80E +edge,6263,6263;41.7308801;-106.6766179:6264;41.7309399;-106.6742272,way_type=user_defined:way_id=80E +edge,6264,6264;41.7309399;-106.6742272:6265;41.7309748;-106.6726344,way_type=user_defined:way_id=80E +edge,6265,6265;41.7309748;-106.6726344:6266;41.7310124;-106.6711065,way_type=user_defined:way_id=80E +edge,6266,6266;41.7310124;-106.6711065:6267;41.7310449;-106.6696577,way_type=user_defined:way_id=80E +edge,6267,6267;41.7310449;-106.6696577:6268;41.7311185;-106.6666464,way_type=user_defined:way_id=80E +edge,6268,6268;41.7311185;-106.6666464:6269;41.7311407;-106.6656173,way_type=user_defined:way_id=80E +edge,6269,6269;41.7311407;-106.6656173:6270;41.73115061;-106.6652405,way_type=user_defined:way_id=80E +edge,6270,6270;41.73115061;-106.6652405:6271;41.7311587;-106.6649327,way_type=user_defined:way_id=80E +edge,6271,6271;41.7311587;-106.6649327:6272;41.7311732;-106.6643174,way_type=user_defined:way_id=80E +edge,6272,6272;41.7311732;-106.6643174:6273;41.7311951;-106.6632916,way_type=user_defined:way_id=80E +edge,6273,6273;41.7311951;-106.6632916:6274;41.7312504;-106.6610996,way_type=user_defined:way_id=80E +edge,6274,6274;41.7312504;-106.6610996:6275;41.7313062;-106.6586555,way_type=user_defined:way_id=80E +edge,6275,6275;41.7313062;-106.6586555:6276;41.7313143;-106.6583323,way_type=user_defined:way_id=80E +edge,6276,6276;41.7313143;-106.6583323:6277;41.7313233;-106.6580478,way_type=user_defined:way_id=80E +edge,6277,6277;41.7313233;-106.6580478:6278;41.7313494;-106.6574218,way_type=user_defined:way_id=80E +edge,6278,6278;41.7313494;-106.6574218:6279;41.7313674;-106.6570637,way_type=user_defined:way_id=80E +edge,6279,6279;41.7313674;-106.6570637:6280;41.7313836;-106.6568042,way_type=user_defined:way_id=80E +edge,6280,6280;41.7313836;-106.6568042:6281;41.7314074;-106.656491,way_type=user_defined:way_id=80E +edge,6281,6281;41.7314074;-106.656491:6282;41.7314253;-106.6563144,way_type=user_defined:way_id=80E +edge,6282,6282;41.7314253;-106.6563144:6283;41.7314485;-106.6561349,way_type=user_defined:way_id=80E +edge,6283,6283;41.7314485;-106.6561349:6284;41.7315076;-106.6557064,way_type=user_defined:way_id=80E +edge,6284,6284;41.7315076;-106.6557064:6285;41.7315901;-106.6550735,way_type=user_defined:way_id=80E +edge,6285,6285;41.7315901;-106.6550735:6286;41.7316232;-106.654829,way_type=user_defined:way_id=80E +edge,6286,6286;41.7316232;-106.654829:6287;41.7316591;-106.65458,way_type=user_defined:way_id=80E +edge,6287,6287;41.7316591;-106.65458:6288;41.7316925;-106.6543646,way_type=user_defined:way_id=80E +edge,6288,6288;41.7316925;-106.6543646:6289;41.7317334;-106.6541173,way_type=user_defined:way_id=80E +edge,6289,6289;41.7317334;-106.6541173:6290;41.7318246;-106.6535939,way_type=user_defined:way_id=80E +edge,6290,6290;41.7318246;-106.6535939:6291;41.7318637;-106.6533738,way_type=user_defined:way_id=80E +edge,6291,6291;41.7318637;-106.6533738:6292;41.7319084;-106.6531415,way_type=user_defined:way_id=80E +edge,6292,6292;41.7319084;-106.6531415:6293;41.7319611;-106.6528898,way_type=user_defined:way_id=80E +edge,6293,6293;41.7319611;-106.6528898:6294;41.732006;-106.6526897,way_type=user_defined:way_id=80E +edge,6294,6294;41.732006;-106.6526897:6295;41.7321997;-106.6518505,way_type=user_defined:way_id=80E +edge,6295,6295;41.7321997;-106.6518505:6296;41.732252;-106.6516076,way_type=user_defined:way_id=80E +edge,6296,6296;41.732252;-106.6516076:6297;41.7323067;-106.651337,way_type=user_defined:way_id=80E +edge,6297,6297;41.7323067;-106.651337:6298;41.7323554;-106.6511155,way_type=user_defined:way_id=80E +edge,6298,6298;41.7323554;-106.6511155:6299;41.7324136;-106.6508787,way_type=user_defined:way_id=80E +edge,6299,6299;41.7324136;-106.6508787:6300;41.7324954;-106.6505629,way_type=user_defined:way_id=80E +edge,6300,6300;41.7324954;-106.6505629:6301;41.732743;-106.6496328,way_type=user_defined:way_id=80E +edge,6301,6301;41.732743;-106.6496328:6302;41.7329566;-106.648807,way_type=user_defined:way_id=80E +edge,6302,6302;41.7329566;-106.648807:6303;41.7334316;-106.6469964,way_type=user_defined:way_id=80E +edge,6303,6303;41.7334316;-106.6469964:6304;41.733822;-106.645495,way_type=user_defined:way_id=80E +edge,6304,6304;41.733822;-106.645495:6305;41.7343249;-106.6435749,way_type=user_defined:way_id=80E +edge,6305,6305;41.7343249;-106.6435749:6306;41.734456;-106.6430616,way_type=user_defined:way_id=80E +edge,6306,6306;41.734456;-106.6430616:6307;41.7348202;-106.6416129,way_type=user_defined:way_id=80E +edge,6307,6307;41.7348202;-106.6416129:6308;41.7349609;-106.641069,way_type=user_defined:way_id=80E +edge,6308,6308;41.7349609;-106.641069:6309;41.7353723;-106.6395241,way_type=user_defined:way_id=80E +edge,6309,6309;41.7353723;-106.6395241:6310;41.7355127;-106.6390128,way_type=user_defined:way_id=80E +edge,6310,6310;41.7355127;-106.6390128:6311;41.7358455;-106.6378201,way_type=user_defined:way_id=80E +edge,6311,6311;41.7358455;-106.6378201:6312;41.7359747;-106.637338,way_type=user_defined:way_id=80E +edge,6312,6312;41.7359747;-106.637338:6313;41.7370895;-106.6330727,way_type=user_defined:way_id=80E +edge,6313,6313;41.7370895;-106.6330727:6314;41.7373876;-106.6319292,way_type=user_defined:way_id=80E +edge,6314,6314;41.7373876;-106.6319292:6315;41.7376897;-106.6307632,way_type=user_defined:way_id=80E +edge,6315,6315;41.7376897;-106.6307632:6316;41.7379954;-106.6295938,way_type=user_defined:way_id=80E +edge,6316,6316;41.7379954;-106.6295938:6317;41.7382221;-106.6287376,way_type=user_defined:way_id=80E +edge,6317,6317;41.7382221;-106.6287376:6318;41.7385275;-106.6276032,way_type=user_defined:way_id=80E +edge,6318,6318;41.7385275;-106.6276032:6319;41.7386096;-106.6272869,way_type=user_defined:way_id=80E +edge,6319,6319;41.7386096;-106.6272869:6320;41.73863032;-106.627203,way_type=user_defined:way_id=80E +edge,6320,6320;41.73863032;-106.627203:6321;41.7386792;-106.6270051,way_type=user_defined:way_id=80E +edge,6321,6321;41.7386792;-106.6270051:6322;41.7387457;-106.6267218,way_type=user_defined:way_id=80E +edge,6322,6322;41.7387457;-106.6267218:6323;41.7388158;-106.6264077,way_type=user_defined:way_id=80E +edge,6323,6323;41.7388158;-106.6264077:6324;41.7388741;-106.6261324,way_type=user_defined:way_id=80E +edge,6324,6324;41.7388741;-106.6261324:6325;41.7389359;-106.6258186,way_type=user_defined:way_id=80E +edge,6325,6325;41.7389359;-106.6258186:6326;41.7389863;-106.6255434,way_type=user_defined:way_id=80E +edge,6326,6326;41.7389863;-106.6255434:6327;41.739036;-106.6252528,way_type=user_defined:way_id=80E +edge,6327,6327;41.739036;-106.6252528:6328;41.7390874;-106.6249311,way_type=user_defined:way_id=80E +edge,6328,6328;41.7390874;-106.6249311:6329;41.7391292;-106.6246476,way_type=user_defined:way_id=80E +edge,6329,6329;41.7391292;-106.6246476:6330;41.7391738;-106.6243209,way_type=user_defined:way_id=80E +edge,6330,6330;41.7391738;-106.6243209:6331;41.739209;-106.6240418,way_type=user_defined:way_id=80E +edge,6331,6331;41.739209;-106.6240418:6332;41.7392483;-106.6237062,way_type=user_defined:way_id=80E +edge,6332,6332;41.7392483;-106.6237062:6333;41.7392775;-106.623426,way_type=user_defined:way_id=80E +edge,6333,6333;41.7392775;-106.623426:6334;41.7393107;-106.6230614,way_type=user_defined:way_id=80E +edge,6334,6334;41.7393107;-106.6230614:6335;41.7393337;-106.6227711,way_type=user_defined:way_id=80E +edge,6335,6335;41.7393337;-106.6227711:6336;41.7393531;-106.6224897,way_type=user_defined:way_id=80E +edge,6336,6336;41.7393531;-106.6224897:6337;41.7393722;-106.6221607,way_type=user_defined:way_id=80E +edge,6337,6337;41.7393722;-106.6221607:6338;41.7393891;-106.6217551,way_type=user_defined:way_id=80E +edge,6338,6338;41.7393891;-106.6217551:6339;41.7393964;-106.6215379,way_type=user_defined:way_id=80E +edge,6339,6339;41.7393964;-106.6215379:6340;41.7394038;-106.6212361,way_type=user_defined:way_id=80E +edge,6340,6340;41.7394038;-106.6212361:6341;41.7394078;-106.6209152,way_type=user_defined:way_id=80E +edge,6341,6341;41.7394078;-106.6209152:6342;41.7394075;-106.6205854,way_type=user_defined:way_id=80E +edge,6342,6342;41.7394075;-106.6205854:6343;41.7394027;-106.6202267,way_type=user_defined:way_id=80E +edge,6343,6343;41.7394027;-106.6202267:6344;41.7393969;-106.6199712,way_type=user_defined:way_id=80E +edge,6344,6344;41.7393969;-106.6199712:6345;41.7393895;-106.6197472,way_type=user_defined:way_id=80E +edge,6345,6345;41.7393895;-106.6197472:6346;41.7393741;-106.6193768,way_type=user_defined:way_id=80E +edge,6346,6346;41.7393741;-106.6193768:6347;41.7393563;-106.6190568,way_type=user_defined:way_id=80E +edge,6347,6347;41.7393563;-106.6190568:6348;41.7393338;-106.6187284,way_type=user_defined:way_id=80E +edge,6348,6348;41.7393338;-106.6187284:6349;41.7393081;-106.6184101,way_type=user_defined:way_id=80E +edge,6349,6349;41.7393081;-106.6184101:6350;41.7392845;-106.6181502,way_type=user_defined:way_id=80E +edge,6350,6350;41.7392845;-106.6181502:6351;41.7392528;-106.6178319,way_type=user_defined:way_id=80E +edge,6351,6351;41.7392528;-106.6178319:6352;41.7392118;-106.6174682,way_type=user_defined:way_id=80E +edge,6352,6352;41.7392118;-106.6174682:6353;41.7391806;-106.617217,way_type=user_defined:way_id=80E +edge,6353,6353;41.7391806;-106.617217:6354;41.7391555;-106.6170316,way_type=user_defined:way_id=80E +edge,6354,6354;41.7391555;-106.6170316:6355;41.7391364;-106.6168926,way_type=user_defined:way_id=80E +edge,6355,6355;41.7391364;-106.6168926:6356;41.7390977;-106.6166358,way_type=user_defined:way_id=80E +edge,6356,6356;41.7390977;-106.6166358:6357;41.7390347;-106.6162475,way_type=user_defined:way_id=80E +edge,6357,6357;41.7390347;-106.6162475:6358;41.738991;-106.615993,way_type=user_defined:way_id=80E +edge,6358,6358;41.738991;-106.615993:6359;41.738933;-106.6156742,way_type=user_defined:way_id=80E +edge,6359,6359;41.738933;-106.6156742:6360;41.7388725;-106.6153652,way_type=user_defined:way_id=80E +edge,6360,6360;41.7388725;-106.6153652:6361;41.7388127;-106.6150761,way_type=user_defined:way_id=80E +edge,6361,6361;41.7388127;-106.6150761:6362;41.7387543;-106.6148051,way_type=user_defined:way_id=80E +edge,6362,6362;41.7387543;-106.6148051:6363;41.7383382;-106.6129494,way_type=user_defined:way_id=80E +edge,6363,6363;41.7383382;-106.6129494:6364;41.7379473;-106.6112361,way_type=user_defined:way_id=80E +edge,6364,6364;41.7379473;-106.6112361:6365;41.7377452;-106.6103277,way_type=user_defined:way_id=80E +edge,6365,6365;41.7377452;-106.6103277:6366;41.7372808;-106.608272,way_type=user_defined:way_id=80E +edge,6366,6366;41.7372808;-106.608272:6367;41.7371416;-106.6076444,way_type=user_defined:way_id=80E +edge,6367,6367;41.7371416;-106.6076444:6368;41.7368688;-106.6064524,way_type=user_defined:way_id=80E +edge,6368,6368;41.7368688;-106.6064524:6369;41.7368135;-106.606205,way_type=user_defined:way_id=80E +edge,6369,6369;41.7368135;-106.606205:6370;41.7366258;-106.6053421,way_type=user_defined:way_id=80E +edge,6370,6370;41.7366258;-106.6053421:6371;41.7365602;-106.6050295,way_type=user_defined:way_id=80E +edge,6371,6371;41.7365602;-106.6050295:6372;41.7365037;-106.6047432,way_type=user_defined:way_id=80E +edge,6372,6372;41.7365037;-106.6047432:6373;41.7364462;-106.6044276,way_type=user_defined:way_id=80E +edge,6373,6373;41.7364462;-106.6044276:6374;41.7363987;-106.6041484,way_type=user_defined:way_id=80E +edge,6374,6374;41.7363987;-106.6041484:6375;41.7363448;-106.6038098,way_type=user_defined:way_id=80E +edge,6375,6375;41.7363448;-106.6038098:6376;41.7363042;-106.6035322,way_type=user_defined:way_id=80E +edge,6376,6376;41.7363042;-106.6035322:6377;41.736262;-106.6032134,way_type=user_defined:way_id=80E +edge,6377,6377;41.736262;-106.6032134:6378;41.7362266;-106.6029221,way_type=user_defined:way_id=80E +edge,6378,6378;41.7362266;-106.6029221:6379;41.7361949;-106.6026397,way_type=user_defined:way_id=80E +edge,6379,6379;41.7361949;-106.6026397:6380;41.7361722;-106.6024228,way_type=user_defined:way_id=80E +edge,6380,6380;41.7361722;-106.6024228:6381;41.7361331;-106.6020261,way_type=user_defined:way_id=80E +edge,6381,6381;41.7361331;-106.6020261:6382;41.736108;-106.601742,way_type=user_defined:way_id=80E +edge,6382,6382;41.736108;-106.601742:6383;41.7360854;-106.601448,way_type=user_defined:way_id=80E +edge,6383,6383;41.7360854;-106.601448:6384;41.7360646;-106.6011252,way_type=user_defined:way_id=80E +edge,6384,6384;41.7360646;-106.6011252:6385;41.7360496;-106.6008303,way_type=user_defined:way_id=80E +edge,6385,6385;41.7360496;-106.6008303:6386;41.7360389;-106.6005445,way_type=user_defined:way_id=80E +edge,6386,6386;41.7360389;-106.6005445:6387;41.7360301;-106.6002104,way_type=user_defined:way_id=80E +edge,6387,6387;41.7360301;-106.6002104:6388;41.7360255;-106.5999143,way_type=user_defined:way_id=80E +edge,6388,6388;41.7360255;-106.5999143:6389;41.7360234;-106.5995989,way_type=user_defined:way_id=80E +edge,6389,6389;41.7360234;-106.5995989:6390;41.7360239;-106.5993023,way_type=user_defined:way_id=80E +edge,6390,6390;41.7360239;-106.5993023:6391;41.7360268;-106.5990156,way_type=user_defined:way_id=80E +edge,6391,6391;41.7360268;-106.5990156:6392;41.7360354;-106.598615,way_type=user_defined:way_id=80E +edge,6392,6392;41.7360354;-106.598615:6393;41.7360435;-106.5983577,way_type=user_defined:way_id=80E +edge,6393,6393;41.7360435;-106.5983577:6394;41.7360554;-106.598072,way_type=user_defined:way_id=80E +edge,6394,6394;41.7360554;-106.598072:6395;41.7360715;-106.5977772,way_type=user_defined:way_id=80E +edge,6395,6395;41.7360715;-106.5977772:6396;41.7360947;-106.5974449,way_type=user_defined:way_id=80E +edge,6396,6396;41.7360947;-106.5974449:6397;41.7361177;-106.5971603,way_type=user_defined:way_id=80E +edge,6397,6397;41.7361177;-106.5971603:6398;41.736145;-106.5968652,way_type=user_defined:way_id=80E +edge,6398,6398;41.736145;-106.5968652:6399;41.736177;-106.596553,way_type=user_defined:way_id=80E +edge,6399,6399;41.736177;-106.596553:6400;41.736209;-106.5962681,way_type=user_defined:way_id=80E +edge,6400,6400;41.736209;-106.5962681:6401;41.7362501;-106.5959362,way_type=user_defined:way_id=80E +edge,6401,6401;41.7362501;-106.5959362:6402;41.736292;-106.595625,way_type=user_defined:way_id=80E +edge,6402,6402;41.736292;-106.595625:6403;41.7363294;-106.5953638,way_type=user_defined:way_id=80E +edge,6403,6403;41.7363294;-106.5953638:6404;41.7363882;-106.5949778,way_type=user_defined:way_id=80E +edge,6404,6404;41.7363882;-106.5949778:6405;41.7364292;-106.5947216,way_type=user_defined:way_id=80E +edge,6405,6405;41.7364292;-106.5947216:6406;41.7364812;-106.5944084,way_type=user_defined:way_id=80E +edge,6406,6406;41.7364812;-106.5944084:6407;41.736888;-106.5920259,way_type=user_defined:way_id=80E +edge,6407,6407;41.736888;-106.5920259:6408;41.7370458;-106.5911129,way_type=user_defined:way_id=80E +edge,6408,6408;41.7370458;-106.5911129:6409;41.7372522;-106.5898903,way_type=user_defined:way_id=80E +edge,6409,6409;41.7372522;-106.5898903:6410;41.7374644;-106.5886519,way_type=user_defined:way_id=80E +edge,6410,6410;41.7374644;-106.5886519:6411;41.7376773;-106.5873751,way_type=user_defined:way_id=80E +edge,6411,6411;41.7376773;-106.5873751:6412;41.7378177;-106.5865525,way_type=user_defined:way_id=80E +edge,6412,6412;41.7378177;-106.5865525:6413;41.7382066;-106.5842516,way_type=user_defined:way_id=80E +edge,6413,6413;41.7382066;-106.5842516:6414;41.7384185;-106.5830137,way_type=user_defined:way_id=80E +edge,6414,6414;41.7384185;-106.5830137:6415;41.7385782;-106.5820548,way_type=user_defined:way_id=80E +edge,6415,6415;41.7385782;-106.5820548:6416;41.7388142;-106.5806701,way_type=user_defined:way_id=80E +edge,6416,6416;41.7388142;-106.5806701:6417;41.7389253;-106.5800011,way_type=user_defined:way_id=80E +edge,6417,6417;41.7389253;-106.5800011:6418;41.7392785;-106.5779413,way_type=user_defined:way_id=80E +edge,6418,6418;41.7392785;-106.5779413:6419;41.7396357;-106.575822,way_type=user_defined:way_id=80E +edge,6419,6419;41.7396357;-106.575822:6420;41.7402033;-106.5724881,way_type=user_defined:way_id=80E +edge,6420,6420;41.7402033;-106.5724881:6421;41.7404996;-106.5707168,way_type=user_defined:way_id=80E +edge,6421,6421;41.7404996;-106.5707168:6422;41.7408046;-106.5689477,way_type=user_defined:way_id=80E +edge,6422,6422;41.7408046;-106.5689477:6423;41.740914;-106.5683348,way_type=user_defined:way_id=80E +edge,6423,6423;41.740914;-106.5683348:6424;41.7409714;-106.5680238,way_type=user_defined:way_id=80E +edge,6424,6424;41.7409714;-106.5680238:6425;41.7410331;-106.5677034,way_type=user_defined:way_id=80E +edge,6425,6425;41.7410331;-106.5677034:6426;41.7410962;-106.5673929,way_type=user_defined:way_id=80E +edge,6426,6426;41.7410962;-106.5673929:6427;41.741157;-106.5671109,way_type=user_defined:way_id=80E +edge,6427,6427;41.741157;-106.5671109:6428;41.741227;-106.5668026,way_type=user_defined:way_id=80E +edge,6428,6428;41.741227;-106.5668026:6429;41.7413039;-106.5664767,way_type=user_defined:way_id=80E +edge,6429,6429;41.7413039;-106.5664767:6430;41.7415222;-106.5655842,way_type=user_defined:way_id=80E +edge,6430,6430;41.7415222;-106.5655842:6431;41.7422639;-106.5625953,way_type=user_defined:way_id=80E +edge,6431,6431;41.7422639;-106.5625953:6432;41.7426089;-106.5611889,way_type=user_defined:way_id=80E +edge,6432,6432;41.7426089;-106.5611889:6433;41.7429871;-106.5596689,way_type=user_defined:way_id=80E +edge,6433,6433;41.7429871;-106.5596689:6434;41.7433478;-106.5582029,way_type=user_defined:way_id=80E +edge,6434,6434;41.7433478;-106.5582029:6435;41.7434996;-106.5575928,way_type=user_defined:way_id=80E +edge,6435,6435;41.7434996;-106.5575928:6436;41.7437099;-106.5567585,way_type=user_defined:way_id=80E +edge,6436,6436;41.7437099;-106.5567585:6437;41.7441296;-106.5550716,way_type=user_defined:way_id=80E +edge,6437,6437;41.7441296;-106.5550716:6438;41.744351;-106.5541763,way_type=user_defined:way_id=80E +edge,6438,6438;41.744351;-106.5541763:6439;41.7445727;-106.5532713,way_type=user_defined:way_id=80E +edge,6439,6439;41.7445727;-106.5532713:6440;41.7458772;-106.5480116,way_type=user_defined:way_id=80E +edge,6440,6440;41.7458772;-106.5480116:6441;41.7460966;-106.5471159,way_type=user_defined:way_id=80E +edge,6441,6441;41.7460966;-106.5471159:6442;41.7464549;-106.545663,way_type=user_defined:way_id=80E +edge,6442,6442;41.7464549;-106.545663:6443;41.7467495;-106.5444861,way_type=user_defined:way_id=80E +edge,6443,6443;41.7467495;-106.5444861:6444;41.7473941;-106.5418659,way_type=user_defined:way_id=80E +edge,6444,6444;41.7473941;-106.5418659:6445;41.7476031;-106.5410281,way_type=user_defined:way_id=80E +edge,6445,6445;41.7476031;-106.5410281:6446;41.7477356;-106.5404881,way_type=user_defined:way_id=80E +edge,6446,6446;41.7477356;-106.5404881:6447;41.7478514;-106.5400082,way_type=user_defined:way_id=80E +edge,6447,6447;41.7478514;-106.5400082:6448;41.7478964;-106.5398163,way_type=user_defined:way_id=80E +edge,6448,6448;41.7478964;-106.5398163:6449;41.7479554;-106.5395538,way_type=user_defined:way_id=80E +edge,6449,6449;41.7479554;-106.5395538:6450;41.7480246;-106.5392302,way_type=user_defined:way_id=80E +edge,6450,6450;41.7480246;-106.5392302:6451;41.7480803;-106.5389546,way_type=user_defined:way_id=80E +edge,6451,6451;41.7480803;-106.5389546:6452;41.7481347;-106.5386688,way_type=user_defined:way_id=80E +edge,6452,6452;41.7481347;-106.5386688:6453;41.7481934;-106.5383347,way_type=user_defined:way_id=80E +edge,6453,6453;41.7481934;-106.5383347:6454;41.7482429;-106.5380297,way_type=user_defined:way_id=80E +edge,6454,6454;41.7482429;-106.5380297:6455;41.748287;-106.537742,way_type=user_defined:way_id=80E +edge,6455,6455;41.748287;-106.537742:6456;41.7485509;-106.5359649,way_type=user_defined:way_id=80E +edge,6456,6456;41.7485509;-106.5359649:6457;41.7488184;-106.5341469,way_type=user_defined:way_id=80E +edge,6457,6457;41.7488184;-106.5341469:6458;41.7493039;-106.5308636,way_type=user_defined:way_id=80E +edge,6458,6458;41.7493039;-106.5308636:6459;41.7493982;-106.530237,way_type=user_defined:way_id=80E +edge,6459,6459;41.7493982;-106.530237:6460;41.7494454;-106.5299379,way_type=user_defined:way_id=80E +edge,6460,6460;41.7494454;-106.5299379:6461;41.7494985;-106.5296198,way_type=user_defined:way_id=80E +edge,6461,6461;41.7494985;-106.5296198:6462;41.7495497;-106.5293303,way_type=user_defined:way_id=80E +edge,6462,6462;41.7495497;-106.5293303:6463;41.7496161;-106.528985,way_type=user_defined:way_id=80E +edge,6463,6463;41.7496161;-106.528985:6464;41.7496653;-106.5287433,way_type=user_defined:way_id=80E +edge,6464,6464;41.7496653;-106.5287433:6465;41.7497333;-106.5284285,way_type=user_defined:way_id=80E +edge,6465,6465;41.7497333;-106.5284285:6466;41.7497966;-106.5281523,way_type=user_defined:way_id=80E +edge,6466,6466;41.7497966;-106.5281523:6467;41.7498639;-106.527877,way_type=user_defined:way_id=80E +edge,6467,6467;41.7498639;-106.527877:6468;41.7499423;-106.5275673,way_type=user_defined:way_id=80E +edge,6468,6468;41.7499423;-106.5275673:6469;41.750016;-106.527286,way_type=user_defined:way_id=80E +edge,6469,6469;41.750016;-106.527286:6470;41.7501005;-106.5269801,way_type=user_defined:way_id=80E +edge,6470,6470;41.7501005;-106.5269801:6471;41.7502007;-106.5266417,way_type=user_defined:way_id=80E +edge,6471,6471;41.7502007;-106.5266417:6472;41.7502632;-106.5264383,way_type=user_defined:way_id=80E +edge,6472,6472;41.7502632;-106.5264383:6473;41.7503584;-106.5261397,way_type=user_defined:way_id=80E +edge,6473,6473;41.7503584;-106.5261397:6474;41.7504693;-106.525809,way_type=user_defined:way_id=80E +edge,6474,6474;41.7504693;-106.525809:6475;41.7505506;-106.5255759,way_type=user_defined:way_id=80E +edge,6475,6475;41.7505506;-106.5255759:6476;41.7506435;-106.5253186,way_type=user_defined:way_id=80E +edge,6476,6476;41.7506435;-106.5253186:6477;41.7507487;-106.5250369,way_type=user_defined:way_id=80E +edge,6477,6477;41.7507487;-106.5250369:6478;41.7508539;-106.5247654,way_type=user_defined:way_id=80E +edge,6478,6478;41.7508539;-106.5247654:6479;41.7509547;-106.5245124,way_type=user_defined:way_id=80E +edge,6479,6479;41.7509547;-106.5245124:6480;41.7510726;-106.5242277,way_type=user_defined:way_id=80E +edge,6480,6480;41.7510726;-106.5242277:6481;41.7511837;-106.5239707,way_type=user_defined:way_id=80E +edge,6481,6481;41.7511837;-106.5239707:6482;41.7513044;-106.5236991,way_type=user_defined:way_id=80E +edge,6482,6482;41.7513044;-106.5236991:6483;41.751431;-106.5234208,way_type=user_defined:way_id=80E +edge,6483,6483;41.751431;-106.5234208:6484;41.7517069;-106.5228324,way_type=user_defined:way_id=80E +edge,6484,6484;41.7517069;-106.5228324:6485;41.7523229;-106.521542,way_type=user_defined:way_id=80E +edge,6485,6485;41.7523229;-106.521542:6486;41.7530148;-106.5200801,way_type=user_defined:way_id=80E +edge,6486,6486;41.7530148;-106.5200801:6487;41.7531318;-106.5198231,way_type=user_defined:way_id=80E +edge,6487,6487;41.7531318;-106.5198231:6488;41.7532518;-106.5195385,way_type=user_defined:way_id=80E +edge,6488,6488;41.7532518;-106.5195385:6489;41.7533614;-106.5192537,way_type=user_defined:way_id=80E +edge,6489,6489;41.7533614;-106.5192537:6490;41.7534551;-106.5189903,way_type=user_defined:way_id=80E +edge,6490,6490;41.7534551;-106.5189903:6491;41.753543;-106.5187221,way_type=user_defined:way_id=80E +edge,6491,6491;41.753543;-106.5187221:6492;41.7536466;-106.5183769,way_type=user_defined:way_id=80E +edge,6492,6492;41.7536466;-106.5183769:6493;41.7537179;-106.5181142,way_type=user_defined:way_id=80E +edge,6493,6493;41.7537179;-106.5181142:6494;41.7537839;-106.5178352,way_type=user_defined:way_id=80E +edge,6494,6494;41.7537839;-106.5178352:6495;41.7538489;-106.5175169,way_type=user_defined:way_id=80E +edge,6495,6495;41.7538489;-106.5175169:6496;41.753902;-106.5172041,way_type=user_defined:way_id=80E +edge,6496,6496;41.753902;-106.5172041:6497;41.7539435;-106.5169079,way_type=user_defined:way_id=80E +edge,6497,6497;41.7539435;-106.5169079:6498;41.7539749;-106.5166281,way_type=user_defined:way_id=80E +edge,6498,6498;41.7539749;-106.5166281:6499;41.7539819;-106.5165532,way_type=user_defined:way_id=80E +edge,6499,6499;41.7539819;-106.5165532:6500;41.7540026;-106.5162998,way_type=user_defined:way_id=80E +edge,6500,6500;41.7540026;-106.5162998:6501;41.7540202;-106.5159699,way_type=user_defined:way_id=80E +edge,6501,6501;41.7540202;-106.5159699:6502;41.7540281;-106.5156865,way_type=user_defined:way_id=80E +edge,6502,6502;41.7540281;-106.5156865:6503;41.7540287;-106.5153559,way_type=user_defined:way_id=80E +edge,6503,6503;41.7540287;-106.5153559:6504;41.754019;-106.5150256,way_type=user_defined:way_id=80E +edge,6504,6504;41.754019;-106.5150256:6505;41.754002;-106.514735,way_type=user_defined:way_id=80E +edge,6505,6505;41.754002;-106.514735:6506;41.7539727;-106.5144157,way_type=user_defined:way_id=80E +edge,6506,6506;41.7539727;-106.5144157:6507;41.7539385;-106.5141296,way_type=user_defined:way_id=80E +edge,6507,6507;41.7539385;-106.5141296:6508;41.7539007;-106.5138703,way_type=user_defined:way_id=80E +edge,6508,6508;41.7539007;-106.5138703:6509;41.753889;-106.5137944,way_type=user_defined:way_id=80E +edge,6509,6509;41.753889;-106.5137944:6510;41.7538333;-106.5134811,way_type=user_defined:way_id=80E +edge,6510,6510;41.7538333;-106.5134811:6511;41.7537767;-106.513207,way_type=user_defined:way_id=80E +edge,6511,6511;41.7537767;-106.513207:6512;41.7537097;-106.5129271,way_type=user_defined:way_id=80E +edge,6512,6512;41.7537097;-106.5129271:6513;41.7536274;-106.512624,way_type=user_defined:way_id=80E +edge,6513,6513;41.7536274;-106.512624:6514;41.7536138;-106.5125788,way_type=user_defined:way_id=80E +edge,6514,6514;41.7536138;-106.5125788:6515;41.7535416;-106.5123433,way_type=user_defined:way_id=80E +edge,6515,6515;41.7535416;-106.5123433:6516;41.7534391;-106.51204,way_type=user_defined:way_id=80E +edge,6516,6516;41.7534391;-106.51204:6517;41.7533313;-106.5117512,way_type=user_defined:way_id=80E +edge,6517,6517;41.7533313;-106.5117512:6518;41.7532304;-106.5115004,way_type=user_defined:way_id=80E +edge,6518,6518;41.7532304;-106.5115004:6519;41.7531074;-106.5112122,way_type=user_defined:way_id=80E +edge,6519,6519;41.7531074;-106.5112122:6520;41.7529812;-106.5109375,way_type=user_defined:way_id=80E +edge,6520,6520;41.7529812;-106.5109375:6521;41.7528606;-106.5106929,way_type=user_defined:way_id=80E +edge,6521,6521;41.7528606;-106.5106929:6522;41.7527148;-106.5104121,way_type=user_defined:way_id=80E +edge,6522,6522;41.7527148;-106.5104121:6523;41.7524493;-106.5099169,way_type=user_defined:way_id=80E +edge,6523,6523;41.7524493;-106.5099169:6524;41.7516283;-106.5083677,way_type=user_defined:way_id=80E +edge,6524,6524;41.7516283;-106.5083677:6525;41.75134193;-106.5078299,way_type=user_defined:way_id=80E +edge,6525,6525;41.75134193;-106.5078299:6526;41.7512208;-106.5076024,way_type=user_defined:way_id=80E +edge,6526,6526;41.7512208;-106.5076024:6527;41.7502765;-106.5058505,way_type=user_defined:way_id=80E +edge,6527,6527;41.7502765;-106.5058505:6528;41.7494583;-106.5043145,way_type=user_defined:way_id=80E +edge,6528,6528;41.7494583;-106.5043145:6529;41.7490617;-106.5035665,way_type=user_defined:way_id=80E +edge,6529,6529;41.7490617;-106.5035665:6530;41.748538;-106.5025868,way_type=user_defined:way_id=80E +edge,6530,6530;41.748538;-106.5025868:6531;41.7478521;-106.5013093,way_type=user_defined:way_id=80E +edge,6531,6531;41.7478521;-106.5013093:6532;41.7473184;-106.5003088,way_type=user_defined:way_id=80E +edge,6532,6532;41.7473184;-106.5003088:6533;41.7467749;-106.4992997,way_type=user_defined:way_id=80E +edge,6533,6533;41.7467749;-106.4992997:6534;41.7466308;-106.4990354,way_type=user_defined:way_id=80E +edge,6534,6534;41.7466308;-106.4990354:6535;41.7465012;-106.4988053,way_type=user_defined:way_id=80E +edge,6535,6535;41.7465012;-106.4988053:6536;41.7463629;-106.4985725,way_type=user_defined:way_id=80E +edge,6536,6536;41.7463629;-106.4985725:6537;41.7462069;-106.4983227,way_type=user_defined:way_id=80E +edge,6537,6537;41.7462069;-106.4983227:6538;41.7460801;-106.4981277,way_type=user_defined:way_id=80E +edge,6538,6538;41.7460801;-106.4981277:6539;41.7458831;-106.4978367,way_type=user_defined:way_id=80E +edge,6539,6539;41.7458831;-106.4978367:6540;41.7457504;-106.4976484,way_type=user_defined:way_id=80E +edge,6540,6540;41.7457504;-106.4976484:6541;41.7455749;-106.4974093,way_type=user_defined:way_id=80E +edge,6541,6541;41.7455749;-106.4974093:6542;41.7454221;-106.4972078,way_type=user_defined:way_id=80E +edge,6542,6542;41.7454221;-106.4972078:6543;41.7452617;-106.4970033,way_type=user_defined:way_id=80E +edge,6543,6543;41.7452617;-106.4970033:6544;41.7451037;-106.4968095,way_type=user_defined:way_id=80E +edge,6544,6544;41.7451037;-106.4968095:6545;41.7449219;-106.4965938,way_type=user_defined:way_id=80E +edge,6545,6545;41.7449219;-106.4965938:6546;41.7447536;-106.4964017,way_type=user_defined:way_id=80E +edge,6546,6546;41.7447536;-106.4964017:6547;41.7445659;-106.4961967,way_type=user_defined:way_id=80E +edge,6547,6547;41.7445659;-106.4961967:6548;41.7443924;-106.4960142,way_type=user_defined:way_id=80E +edge,6548,6548;41.7443924;-106.4960142:6549;41.7441996;-106.4958187,way_type=user_defined:way_id=80E +edge,6549,6549;41.7441996;-106.4958187:6550;41.7440222;-106.4956444,way_type=user_defined:way_id=80E +edge,6550,6550;41.7440222;-106.4956444:6551;41.743849;-106.4954801,way_type=user_defined:way_id=80E +edge,6551,6551;41.743849;-106.4954801:6552;41.7436629;-106.4953094,way_type=user_defined:way_id=80E +edge,6552,6552;41.7436629;-106.4953094:6553;41.7434574;-106.4951277,way_type=user_defined:way_id=80E +edge,6553,6553;41.7434574;-106.4951277:6554;41.743279;-106.4949758,way_type=user_defined:way_id=80E +edge,6554,6554;41.743279;-106.4949758:6555;41.7430911;-106.4948223,way_type=user_defined:way_id=80E +edge,6555,6555;41.7430911;-106.4948223:6556;41.7428813;-106.4946585,way_type=user_defined:way_id=80E +edge,6556,6556;41.7428813;-106.4946585:6557;41.7426868;-106.4945136,way_type=user_defined:way_id=80E +edge,6557,6557;41.7426868;-106.4945136:6558;41.7424771;-106.494364,way_type=user_defined:way_id=80E +edge,6558,6558;41.7424771;-106.494364:6559;41.742259;-106.4942155,way_type=user_defined:way_id=80E +edge,6559,6559;41.742259;-106.4942155:6560;41.7420636;-106.4940883,way_type=user_defined:way_id=80E +edge,6560,6560;41.7420636;-106.4940883:6561;41.741861;-106.4939617,way_type=user_defined:way_id=80E +edge,6561,6561;41.741861;-106.4939617:6562;41.7416636;-106.4938431,way_type=user_defined:way_id=80E +edge,6562,6562;41.7416636;-106.4938431:6563;41.7414392;-106.4937112,way_type=user_defined:way_id=80E +edge,6563,6563;41.7414392;-106.4937112:6564;41.7408169;-106.4933517,way_type=user_defined:way_id=80E +edge,6564,6564;41.7408169;-106.4933517:6565;41.7399613;-106.492868,way_type=user_defined:way_id=80E +edge,6565,6565;41.7399613;-106.492868:6566;41.7397344;-106.4927378,way_type=user_defined:way_id=80E +edge,6566,6566;41.7397344;-106.4927378:6567;41.7395343;-106.4926207,way_type=user_defined:way_id=80E +edge,6567,6567;41.7395343;-106.4926207:6568;41.7393147;-106.4924888,way_type=user_defined:way_id=80E +edge,6568,6568;41.7393147;-106.4924888:6569;41.7390908;-106.4923471,way_type=user_defined:way_id=80E +edge,6569,6569;41.7390908;-106.4923471:6570;41.7388958;-106.4922158,way_type=user_defined:way_id=80E +edge,6570,6570;41.7388958;-106.4922158:6571;41.7386838;-106.4920653,way_type=user_defined:way_id=80E +edge,6571,6571;41.7386838;-106.4920653:6572;41.738493;-106.4919226,way_type=user_defined:way_id=80E +edge,6572,6572;41.738493;-106.4919226:6573;41.7382738;-106.4917523,way_type=user_defined:way_id=80E +edge,6573,6573;41.7382738;-106.4917523:6574;41.7380873;-106.4916008,way_type=user_defined:way_id=80E +edge,6574,6574;41.7380873;-106.4916008:6575;41.7378791;-106.4914243,way_type=user_defined:way_id=80E +edge,6575,6575;41.7378791;-106.4914243:6576;41.7376788;-106.4912482,way_type=user_defined:way_id=80E +edge,6576,6576;41.7376788;-106.4912482:6577;41.7374981;-106.4910836,way_type=user_defined:way_id=80E +edge,6577,6577;41.7374981;-106.4910836:6578;41.7372964;-106.4908938,way_type=user_defined:way_id=80E +edge,6578,6578;41.7372964;-106.4908938:6579;41.7371023;-106.4907051,way_type=user_defined:way_id=80E +edge,6579,6579;41.7371023;-106.4907051:6580;41.7369461;-106.4905475,way_type=user_defined:way_id=80E +edge,6580,6580;41.7369461;-106.4905475:6581;41.7368627;-106.4904607,way_type=user_defined:way_id=80E +edge,6581,6581;41.7368627;-106.4904607:6582;41.7367523;-106.4903451,way_type=user_defined:way_id=80E +edge,6582,6582;41.7367523;-106.4903451:6583;41.7365843;-106.4901629,way_type=user_defined:way_id=80E +edge,6583,6583;41.7365843;-106.4901629:6584;41.7363926;-106.4899446,way_type=user_defined:way_id=80E +edge,6584,6584;41.7363926;-106.4899446:6585;41.7362318;-106.4897533,way_type=user_defined:way_id=80E +edge,6585,6585;41.7362318;-106.4897533:6586;41.7360528;-106.4895338,way_type=user_defined:way_id=80E +edge,6586,6586;41.7360528;-106.4895338:6587;41.735897;-106.4893369,way_type=user_defined:way_id=80E +edge,6587,6587;41.735897;-106.4893369:6588;41.735719;-106.4891041,way_type=user_defined:way_id=80E +edge,6588,6588;41.735719;-106.4891041:6589;41.7355647;-106.4888939,way_type=user_defined:way_id=80E +edge,6589,6589;41.7355647;-106.4888939:6590;41.7354181;-106.4886876,way_type=user_defined:way_id=80E +edge,6590,6590;41.7354181;-106.4886876:6591;41.7352502;-106.488444,way_type=user_defined:way_id=80E +edge,6591,6591;41.7352502;-106.488444:6592;41.7351046;-106.4882249,way_type=user_defined:way_id=80E +edge,6592,6592;41.7351046;-106.4882249:6593;41.7349666;-106.4880098,way_type=user_defined:way_id=80E +edge,6593,6593;41.7349666;-106.4880098:6594;41.7348441;-106.4878126,way_type=user_defined:way_id=80E +edge,6594,6594;41.7348441;-106.4878126:6595;41.7346785;-106.4875376,way_type=user_defined:way_id=80E +edge,6595,6595;41.7346785;-106.4875376:6596;41.7345415;-106.4873003,way_type=user_defined:way_id=80E +edge,6596,6596;41.7345415;-106.4873003:6597;41.7343951;-106.4870356,way_type=user_defined:way_id=80E +edge,6597,6597;41.7343951;-106.4870356:6598;41.7342564;-106.4867725,way_type=user_defined:way_id=80E +edge,6598,6598;41.7342564;-106.4867725:6599;41.7341344;-106.4865328,way_type=user_defined:way_id=80E +edge,6599,6599;41.7341344;-106.4865328:6600;41.7340294;-106.4863185,way_type=user_defined:way_id=80E +edge,6600,6600;41.7340294;-106.4863185:6601;41.7338785;-106.4859993,way_type=user_defined:way_id=80E +edge,6601,6601;41.7338785;-106.4859993:6602;41.7337542;-106.4857254,way_type=user_defined:way_id=80E +edge,6602,6602;41.7337542;-106.4857254:6603;41.7336558;-106.4855013,way_type=user_defined:way_id=80E +edge,6603,6603;41.7336558;-106.4855013:6604;41.7335247;-106.4851923,way_type=user_defined:way_id=80E +edge,6604,6604;41.7335247;-106.4851923:6605;41.7334063;-106.4849015,way_type=user_defined:way_id=80E +edge,6605,6605;41.7334063;-106.4849015:6606;41.733192;-106.4843579,way_type=user_defined:way_id=80E +edge,6606,6606;41.733192;-106.4843579:6607;41.7328911;-106.4835772,way_type=user_defined:way_id=80E +edge,6607,6607;41.7328911;-106.4835772:6608;41.7326701;-106.4829948,way_type=user_defined:way_id=80E +edge,6608,6608;41.7326701;-106.4829948:6609;41.7321429;-106.481592,way_type=user_defined:way_id=80E +edge,6609,6609;41.7321429;-106.481592:6610;41.7309839;-106.4785278,way_type=user_defined:way_id=80E +edge,6610,6610;41.7309839;-106.4785278:6611;41.7304919;-106.4772319,way_type=user_defined:way_id=80E +edge,6611,6611;41.7304919;-106.4772319:6612;41.7296078;-106.4748926,way_type=user_defined:way_id=80E +edge,6612,6612;41.7296078;-106.4748926:6613;41.7290016;-106.4733018,way_type=user_defined:way_id=80E +edge,6613,6613;41.7290016;-106.4733018:6614;41.7287946;-106.4727513,way_type=user_defined:way_id=80E +edge,6614,6614;41.7287946;-106.4727513:6615;41.7284843;-106.4719349,way_type=user_defined:way_id=80E +edge,6615,6615;41.7284843;-106.4719349:6616;41.7278439;-106.4702386,way_type=user_defined:way_id=80E +edge,6616,6616;41.7278439;-106.4702386:6617;41.727137;-106.4683749,way_type=user_defined:way_id=80E +edge,6617,6617;41.727137;-106.4683749:6618;41.7267425;-106.4673263,way_type=user_defined:way_id=80E +edge,6618,6618;41.7267425;-106.4673263:6619;41.7262961;-106.466155,way_type=user_defined:way_id=80E +edge,6619,6619;41.7262961;-106.466155:6620;41.72618585;-106.4658632,way_type=user_defined:way_id=80E +edge,6620,6620;41.72618585;-106.4658632:6621;41.7261022;-106.4656417,way_type=user_defined:way_id=80E +edge,6621,6621;41.7261022;-106.4656417:6622;41.7261022;-106.4656417,way_type=user_defined:way_id=80E +edge,6622,6622;41.7261022;-106.4656417:6623;41.72561144;-106.4643509,way_type=user_defined:way_id=80E +edge,6623,6623;41.72561144;-106.4643509:6624;41.72541521;-106.4638288,way_type=user_defined:way_id=80E +edge,6624,6624;41.72541521;-106.4638288:6625;41.72535067;-106.463657,way_type=user_defined:way_id=80E +edge,6625,6625;41.72535067;-106.463657:6626;41.7244231;-106.4612296,way_type=user_defined:way_id=80E +edge,6626,6626;41.7244231;-106.4612296:6627;41.7240112;-106.4601326,way_type=user_defined:way_id=80E +edge,6627,6627;41.7240112;-106.4601326:6628;41.72385122;-106.4597177,way_type=user_defined:way_id=80E +edge,6628,6628;41.72385122;-106.4597177:6629;41.72385122;-106.4597177,way_type=user_defined:way_id=80E +edge,6629,6629;41.72385122;-106.4597177:6630;41.72372075;-106.4593782,way_type=user_defined:way_id=80E +edge,6630,6630;41.72372075;-106.4593782:6631;41.72320475;-106.4579922,way_type=user_defined:way_id=80E +edge,6631,6631;41.72320475;-106.4579922:6632;41.7226535;-106.4565426,way_type=user_defined:way_id=80E +edge,6632,6632;41.7226535;-106.4565426:6633;41.7222635;-106.4555049,way_type=user_defined:way_id=80E +edge,6633,6633;41.7222635;-106.4555049:6634;41.72220763;-106.4553585,way_type=user_defined:way_id=80E +edge,6634,6634;41.72220763;-106.4553585:6635;41.7220297;-106.4548922,way_type=user_defined:way_id=80E +edge,6635,6635;41.7220297;-106.4548922:6636;41.7216118;-106.4537853,way_type=user_defined:way_id=80E +edge,6636,6636;41.7216118;-106.4537853:6637;41.7215024;-106.4535014,way_type=user_defined:way_id=80E +edge,6637,6637;41.7215024;-106.4535014:6638;41.7212974;-106.4529771,way_type=user_defined:way_id=80E +edge,6638,6638;41.7212974;-106.4529771:6639;41.7212974;-106.4529771,way_type=user_defined:way_id=80E +edge,6639,6639;41.7212974;-106.4529771:6640;41.72115654;-106.4526221,way_type=user_defined:way_id=80E +edge,6640,6640;41.72115654;-106.4526221:6641;41.7210565;-106.45237,way_type=user_defined:way_id=80E +edge,6641,6641;41.7210565;-106.45237:6642;41.7208446;-106.4518489,way_type=user_defined:way_id=80E +edge,6642,6642;41.7208446;-106.4518489:6643;41.7205298;-106.4510942,way_type=user_defined:way_id=80E +edge,6643,6643;41.7205298;-106.4510942:6644;41.7202763;-106.4504992,way_type=user_defined:way_id=80E +edge,6644,6644;41.7202763;-106.4504992:6645;41.7199451;-106.4497408,way_type=user_defined:way_id=80E +edge,6645,6645;41.7199451;-106.4497408:6646;41.7196942;-106.4491767,way_type=user_defined:way_id=80E +edge,6646,6646;41.7196942;-106.4491767:6647;41.7192917;-106.4482907,way_type=user_defined:way_id=80E +edge,6647,6647;41.7192917;-106.4482907:6648;41.7190988;-106.4478707,way_type=user_defined:way_id=80E +edge,6648,6648;41.7190988;-106.4478707:6649;41.7189837;-106.4476245,way_type=user_defined:way_id=80E +edge,6649,6649;41.7189837;-106.4476245:6650;41.7186014;-106.4468256,way_type=user_defined:way_id=80E +edge,6650,6650;41.7186014;-106.4468256:6651;41.7183475;-106.4463056,way_type=user_defined:way_id=80E +edge,6651,6651;41.7183475;-106.4463056:6652;41.7182153;-106.446039,way_type=user_defined:way_id=80E +edge,6652,6652;41.7182153;-106.446039:6653;41.7176831;-106.4449782,way_type=user_defined:way_id=80E +edge,6653,6653;41.7176831;-106.4449782:6654;41.7174466;-106.444517,way_type=user_defined:way_id=80E +edge,6654,6654;41.7174466;-106.444517:6655;41.717307;-106.4442483,way_type=user_defined:way_id=80E +edge,6655,6655;41.717307;-106.4442483:6656;41.7170123;-106.4436903,way_type=user_defined:way_id=80E +edge,6656,6656;41.7170123;-106.4436903:6657;41.7167617;-106.4432199,way_type=user_defined:way_id=80E +edge,6657,6657;41.7167617;-106.4432199:6658;41.7163898;-106.4425346,way_type=user_defined:way_id=80E +edge,6658,6658;41.7163898;-106.4425346:6659;41.7160837;-106.4419805,way_type=user_defined:way_id=80E +edge,6659,6659;41.7160837;-106.4419805:6660;41.7157542;-106.4413936,way_type=user_defined:way_id=80E +edge,6660,6660;41.7157542;-106.4413936:6661;41.7153897;-106.4407583,way_type=user_defined:way_id=80E +edge,6661,6661;41.7153897;-106.4407583:6662;41.7151192;-106.4402975,way_type=user_defined:way_id=80E +edge,6662,6662;41.7151192;-106.4402975:6663;41.7147286;-106.4396442,way_type=user_defined:way_id=80E +edge,6663,6663;41.7147286;-106.4396442:6664;41.714529;-106.4393153,way_type=user_defined:way_id=80E +edge,6664,6664;41.714529;-106.4393153:6665;41.7139518;-106.4383784,way_type=user_defined:way_id=80E +edge,6665,6665;41.7139518;-106.4383784:6666;41.7136734;-106.437935,way_type=user_defined:way_id=80E +edge,6666,6666;41.7136734;-106.437935:6667;41.7135141;-106.4376859,way_type=user_defined:way_id=80E +edge,6667,6667;41.7135141;-106.4376859:6668;41.7133581;-106.4374454,way_type=user_defined:way_id=80E +edge,6668,6668;41.7133581;-106.4374454:6669;41.7130539;-106.4369806,way_type=user_defined:way_id=80E +edge,6669,6669;41.7130539;-106.4369806:6670;41.7128865;-106.4367281,way_type=user_defined:way_id=80E +edge,6670,6670;41.7128865;-106.4367281:6671;41.712253;-106.4357858,way_type=user_defined:way_id=80E +edge,6671,6671;41.712253;-106.4357858:6672;41.7111969;-106.4342066,way_type=user_defined:way_id=80E +edge,6672,6672;41.7111969;-106.4342066:6673;41.7099709;-106.4323863,way_type=user_defined:way_id=80E +edge,6673,6673;41.7099709;-106.4323863:6674;41.7095415;-106.4317358,way_type=user_defined:way_id=80E +edge,6674,6674;41.7095415;-106.4317358:6675;41.7092335;-106.4312738,way_type=user_defined:way_id=80E +edge,6675,6675;41.7092335;-106.4312738:6676;41.7090741;-106.43103,way_type=user_defined:way_id=80E +edge,6676,6676;41.7090741;-106.43103:6677;41.7087766;-106.4305661,way_type=user_defined:way_id=80E +edge,6677,6677;41.7087766;-106.4305661:6678;41.7086148;-106.4303057,way_type=user_defined:way_id=80E +edge,6678,6678;41.7086148;-106.4303057:6679;41.7084817;-106.4300825,way_type=user_defined:way_id=80E +edge,6679,6679;41.7084817;-106.4300825:6680;41.7083512;-106.4298517,way_type=user_defined:way_id=80E +edge,6680,6680;41.7083512;-106.4298517:6681;41.7082249;-106.4296147,way_type=user_defined:way_id=80E +edge,6681,6681;41.7082249;-106.4296147:6682;41.7080718;-106.4293105,way_type=user_defined:way_id=80E +edge,6682,6682;41.7080718;-106.4293105:6683;41.7079565;-106.4290733,way_type=user_defined:way_id=80E +edge,6683,6683;41.7079565;-106.4290733:6684;41.7078398;-106.4288256,way_type=user_defined:way_id=80E +edge,6684,6684;41.7078398;-106.4288256:6685;41.7077006;-106.4285177,way_type=user_defined:way_id=80E +edge,6685,6685;41.7077006;-106.4285177:6686;41.7075898;-106.4282658,way_type=user_defined:way_id=80E +edge,6686,6686;41.7075898;-106.4282658:6687;41.7074809;-106.4280116,way_type=user_defined:way_id=80E +edge,6687,6687;41.7074809;-106.4280116:6688;41.7073616;-106.427722,way_type=user_defined:way_id=80E +edge,6688,6688;41.7073616;-106.427722:6689;41.70727;-106.4274896,way_type=user_defined:way_id=80E +edge,6689,6689;41.70727;-106.4274896:6690;41.7071492;-106.4271689,way_type=user_defined:way_id=80E +edge,6690,6690;41.7071492;-106.4271689:6691;41.7070581;-106.4269139,way_type=user_defined:way_id=80E +edge,6691,6691;41.7070581;-106.4269139:6692;41.7069535;-106.4266045,way_type=user_defined:way_id=80E +edge,6692,6692;41.7069535;-106.4266045:6693;41.7068601;-106.426309,way_type=user_defined:way_id=80E +edge,6693,6693;41.7068601;-106.426309:6694;41.7067816;-106.4260465,way_type=user_defined:way_id=80E +edge,6694,6694;41.7067816;-106.4260465:6695;41.7066907;-106.4257301,way_type=user_defined:way_id=80E +edge,6695,6695;41.7066907;-106.4257301:6696;41.7065373;-106.4251742,way_type=user_defined:way_id=80E +edge,6696,6696;41.7065373;-106.4251742:6697;41.7064588;-106.424871,way_type=user_defined:way_id=80E +edge,6697,6697;41.7064588;-106.424871:6698;41.7063856;-106.4245653,way_type=user_defined:way_id=80E +edge,6698,6698;41.7063856;-106.4245653:6699;41.70633603;-106.424343,way_type=user_defined:way_id=80E +edge,6699,6699;41.70633603;-106.424343:6700;41.70627913;-106.4240635,way_type=user_defined:way_id=80E +edge,6700,6700;41.70627913;-106.4240635:6701;41.70617686;-106.4235135,way_type=user_defined:way_id=80E +edge,6701,6701;41.70617686;-106.4235135:6702;41.70612368;-106.4232007,way_type=user_defined:way_id=80E +edge,6702,6702;41.70612368;-106.4232007:6703;41.7061044;-106.4230772,way_type=user_defined:way_id=80E +edge,6703,6703;41.7061044;-106.4230772:6704;41.7060583;-106.422753,way_type=user_defined:way_id=80E +edge,6704,6704;41.7060583;-106.422753:6705;41.7060217;-106.4224649,way_type=user_defined:way_id=80E +edge,6705,6705;41.7060217;-106.4224649:6706;41.7059859;-106.4221484,way_type=user_defined:way_id=80E +edge,6706,6706;41.7059859;-106.4221484:6707;41.7059498;-106.4217843,way_type=user_defined:way_id=80E +edge,6707,6707;41.7059498;-106.4217843:6708;41.7059272;-106.4215319,way_type=user_defined:way_id=80E +edge,6708,6708;41.7059272;-106.4215319:6709;41.7059072;-106.4212811,way_type=user_defined:way_id=80E +edge,6709,6709;41.7059072;-106.4212811:6710;41.7058818;-106.4209238,way_type=user_defined:way_id=80E +edge,6710,6710;41.7058818;-106.4209238:6711;41.7058609;-106.4205486,way_type=user_defined:way_id=80E +edge,6711,6711;41.7058609;-106.4205486:6712;41.7058497;-106.4202948,way_type=user_defined:way_id=80E +edge,6712,6712;41.7058497;-106.4202948:6713;41.7058072;-106.4190977,way_type=user_defined:way_id=80E +edge,6713,6713;41.7058072;-106.4190977:6714;41.7057412;-106.4175328,way_type=user_defined:way_id=80E +edge,6714,6714;41.7057412;-106.4175328:6715;41.7056744;-106.4157518,way_type=user_defined:way_id=80E +edge,6715,6715;41.7056744;-106.4157518:6716;41.7056475;-106.4150969,way_type=user_defined:way_id=80E +edge,6716,6716;41.7056475;-106.4150969:6717;41.7056047;-106.4141166,way_type=user_defined:way_id=80E +edge,6717,6717;41.7056047;-106.4141166:6718;41.7055723;-106.4132785,way_type=user_defined:way_id=80E +edge,6718,6718;41.7055723;-106.4132785:6719;41.7055416;-106.4125471,way_type=user_defined:way_id=80E +edge,6719,6719;41.7055416;-106.4125471:6720;41.705435;-106.4097571,way_type=user_defined:way_id=80E +edge,6720,6720;41.705435;-106.4097571:6721;41.7054076;-106.409135,way_type=user_defined:way_id=80E +edge,6721,6721;41.7054076;-106.409135:6722;41.7053945;-106.4088828,way_type=user_defined:way_id=80E +edge,6722,6722;41.7053945;-106.4088828:6723;41.7053748;-106.4085561,way_type=user_defined:way_id=80E +edge,6723,6723;41.7053748;-106.4085561:6724;41.7053518;-106.4082588,way_type=user_defined:way_id=80E +edge,6724,6724;41.7053518;-106.4082588:6725;41.7053208;-106.4079317,way_type=user_defined:way_id=80E +edge,6725,6725;41.7053208;-106.4079317:6726;41.7052902;-106.4076476,way_type=user_defined:way_id=80E +edge,6726,6726;41.7052902;-106.4076476:6727;41.7052549;-106.4073626,way_type=user_defined:way_id=80E +edge,6727,6727;41.7052549;-106.4073626:6728;41.7052047;-106.4070032,way_type=user_defined:way_id=80E +edge,6728,6728;41.7052047;-106.4070032:6729;41.7051654;-106.4067489,way_type=user_defined:way_id=80E +edge,6729,6729;41.7051654;-106.4067489:6730;41.7051173;-106.4064677,way_type=user_defined:way_id=80E +edge,6730,6730;41.7051173;-106.4064677:6731;41.7050588;-106.4061597,way_type=user_defined:way_id=80E +edge,6731,6731;41.7050588;-106.4061597:6732;41.7049929;-106.4058356,way_type=user_defined:way_id=80E +edge,6732,6732;41.7049929;-106.4058356:6733;41.7049338;-106.4055585,way_type=user_defined:way_id=80E +edge,6733,6733;41.7049338;-106.4055585:6734;41.7048689;-106.4052732,way_type=user_defined:way_id=80E +edge,6734,6734;41.7048689;-106.4052732:6735;41.7047961;-106.4049708,way_type=user_defined:way_id=80E +edge,6735,6735;41.7047961;-106.4049708:6736;41.7047238;-106.4046897,way_type=user_defined:way_id=80E +edge,6736,6736;41.7047238;-106.4046897:6737;41.7046365;-106.404375,way_type=user_defined:way_id=80E +edge,6737,6737;41.7046365;-106.404375:6738;41.7045569;-106.4041075,way_type=user_defined:way_id=80E +edge,6738,6738;41.7045569;-106.4041075:6739;41.7044652;-106.403816,way_type=user_defined:way_id=80E +edge,6739,6739;41.7044652;-106.403816:6740;41.7043759;-106.4035438,way_type=user_defined:way_id=80E +edge,6740,6740;41.7043759;-106.4035438:6741;41.7042782;-106.4032548,way_type=user_defined:way_id=80E +edge,6741,6741;41.7042782;-106.4032548:6742;41.704183;-106.4029841,way_type=user_defined:way_id=80E +edge,6742,6742;41.704183;-106.4029841:6743;41.70413759;-106.4028574,way_type=user_defined:way_id=80E +edge,6743,6743;41.70413759;-106.4028574:6744;41.7040772;-106.4026888,way_type=user_defined:way_id=80E +edge,6744,6744;41.7040772;-106.4026888:6745;41.7036864;-106.4016076,way_type=user_defined:way_id=80E +edge,6745,6745;41.7036864;-106.4016076:6746;41.7033737;-106.4007477,way_type=user_defined:way_id=80E +edge,6746,6746;41.7033737;-106.4007477:6747;41.7029298;-106.3995017,way_type=user_defined:way_id=80E +edge,6747,6747;41.7029298;-106.3995017:6748;41.7026699;-106.3987825,way_type=user_defined:way_id=80E +edge,6748,6748;41.7026699;-106.3987825:6749;41.7013837;-106.3952069,way_type=user_defined:way_id=80E +edge,6749,6749;41.7013837;-106.3952069:6750;41.7011669;-106.3946103,way_type=user_defined:way_id=80E +edge,6750,6750;41.7011669;-106.3946103:6751;41.7007931;-106.3935635,way_type=user_defined:way_id=80E +edge,6751,6751;41.7007931;-106.3935635:6752;41.7005762;-106.3929712,way_type=user_defined:way_id=80E +edge,6752,6752;41.7005762;-106.3929712:6753;41.7004803;-106.3927146,way_type=user_defined:way_id=80E +edge,6753,6753;41.7004803;-106.3927146:6754;41.7003725;-106.3924334,way_type=user_defined:way_id=80E +edge,6754,6754;41.7003725;-106.3924334:6755;41.7002677;-106.3921715,way_type=user_defined:way_id=80E +edge,6755,6755;41.7002677;-106.3921715:6756;41.7001619;-106.391921,way_type=user_defined:way_id=80E +edge,6756,6756;41.7001619;-106.391921:6757;41.7000344;-106.3916321,way_type=user_defined:way_id=80E +edge,6757,6757;41.7000344;-106.3916321:6758;41.6999208;-106.3913871,way_type=user_defined:way_id=80E +edge,6758,6758;41.6999208;-106.3913871:6759;41.6997874;-106.3911144,way_type=user_defined:way_id=80E +edge,6759,6759;41.6997874;-106.3911144:6760;41.6996622;-106.3908684,way_type=user_defined:way_id=80E +edge,6760,6760;41.6996622;-106.3908684:6761;41.6995384;-106.3906326,way_type=user_defined:way_id=80E +edge,6761,6761;41.6995384;-106.3906326:6762;41.699399;-106.3903764,way_type=user_defined:way_id=80E +edge,6762,6762;41.699399;-106.3903764:6763;41.6992509;-106.3901161,way_type=user_defined:way_id=80E +edge,6763,6763;41.6992509;-106.3901161:6764;41.6991124;-106.3898816,way_type=user_defined:way_id=80E +edge,6764,6764;41.6991124;-106.3898816:6765;41.6989758;-106.3896585,way_type=user_defined:way_id=80E +edge,6765,6765;41.6989758;-106.3896585:6766;41.6988184;-106.3894107,way_type=user_defined:way_id=80E +edge,6766,6766;41.6988184;-106.3894107:6767;41.6986711;-106.3891889,way_type=user_defined:way_id=80E +edge,6767,6767;41.6986711;-106.3891889:6768;41.6985071;-106.3889503,way_type=user_defined:way_id=80E +edge,6768,6768;41.6985071;-106.3889503:6769;41.6983539;-106.3887352,way_type=user_defined:way_id=80E +edge,6769,6769;41.6983539;-106.3887352:6770;41.6982264;-106.3885626,way_type=user_defined:way_id=80E +edge,6770,6770;41.6982264;-106.3885626:6771;41.6982264;-106.3885626,way_type=user_defined:way_id=80E +edge,6771,6771;41.6982264;-106.3885626:6772;41.6980297;-106.3883043,way_type=user_defined:way_id=80E +edge,6772,6772;41.6980297;-106.3883043:6773;41.6978688;-106.3881017,way_type=user_defined:way_id=80E +edge,6773,6773;41.6978688;-106.3881017:6774;41.6976898;-106.3878839,way_type=user_defined:way_id=80E +edge,6774,6774;41.6976898;-106.3878839:6775;41.6975242;-106.3876897,way_type=user_defined:way_id=80E +edge,6775,6775;41.6975242;-106.3876897:6776;41.6973615;-106.3875066,way_type=user_defined:way_id=80E +edge,6776,6776;41.6973615;-106.3875066:6777;41.6971686;-106.3872986,way_type=user_defined:way_id=80E +edge,6777,6777;41.6971686;-106.3872986:6778;41.6969952;-106.3871193,way_type=user_defined:way_id=80E +edge,6778,6778;41.6969952;-106.3871193:6779;41.6968245;-106.3869499,way_type=user_defined:way_id=80E +edge,6779,6779;41.6968245;-106.3869499:6780;41.6966276;-106.3867614,way_type=user_defined:way_id=80E +edge,6780,6780;41.6966276;-106.3867614:6781;41.6964451;-106.3865924,way_type=user_defined:way_id=80E +edge,6781,6781;41.6964451;-106.3865924:6782;41.6962422;-106.3864106,way_type=user_defined:way_id=80E +edge,6782,6782;41.6962422;-106.3864106:6783;41.6960604;-106.3862532,way_type=user_defined:way_id=80E +edge,6783,6783;41.6960604;-106.3862532:6784;41.6958523;-106.3860812,way_type=user_defined:way_id=80E +edge,6784,6784;41.6958523;-106.3860812:6785;41.6956654;-106.385934,way_type=user_defined:way_id=80E +edge,6785,6785;41.6956654;-106.385934:6786;41.6954772;-106.3857915,way_type=user_defined:way_id=80E +edge,6786,6786;41.6954772;-106.3857915:6787;41.6952552;-106.3856304,way_type=user_defined:way_id=80E +edge,6787,6787;41.6952552;-106.3856304:6788;41.6950432;-106.3854848,way_type=user_defined:way_id=80E +edge,6788,6788;41.6950432;-106.3854848:6789;41.6948421;-106.3853532,way_type=user_defined:way_id=80E +edge,6789,6789;41.6948421;-106.3853532:6790;41.6946265;-106.3852179,way_type=user_defined:way_id=80E +edge,6790,6790;41.6946265;-106.3852179:6791;41.694423;-106.3850951,way_type=user_defined:way_id=80E +edge,6791,6791;41.694423;-106.3850951:6792;41.6942047;-106.3849687,way_type=user_defined:way_id=80E +edge,6792,6792;41.6942047;-106.3849687:6793;41.6937677;-106.3847203,way_type=user_defined:way_id=80E +edge,6793,6793;41.6937677;-106.3847203:6794;41.69297337;-106.3842615,way_type=user_defined:way_id=80E +edge,6794,6794;41.69297337;-106.3842615:6795;41.69297337;-106.3842615,way_type=user_defined:way_id=80E +edge,6795,6795;41.69297337;-106.3842615:6796;41.6916712;-106.3835093,way_type=user_defined:way_id=80E +edge,6796,6796;41.6916712;-106.3835093:6797;41.6910016;-106.3831277,way_type=user_defined:way_id=80E +edge,6797,6797;41.6910016;-106.3831277:6798;41.6904296;-106.3827954,way_type=user_defined:way_id=80E +edge,6798,6798;41.6904296;-106.3827954:6799;41.69004819;-106.3825764,way_type=user_defined:way_id=80E +edge,6799,6799;41.69004819;-106.3825764:6800;41.689952;-106.3825212,way_type=user_defined:way_id=80E +edge,6800,6800;41.689952;-106.3825212:6801;41.6891546;-106.3820601,way_type=user_defined:way_id=80E +edge,6801,6801;41.6891546;-106.3820601:6802;41.688883;-106.381901,way_type=user_defined:way_id=80E +edge,6802,6802;41.688883;-106.381901:6803;41.688482;-106.3816618,way_type=user_defined:way_id=80E +edge,6803,6803;41.688482;-106.3816618:6804;41.6880844;-106.3814189,way_type=user_defined:way_id=80E +edge,6804,6804;41.6880844;-106.3814189:6805;41.6876587;-106.3811546,way_type=user_defined:way_id=80E +edge,6805,6805;41.6876587;-106.3811546:6806;41.6870256;-106.3807523,way_type=user_defined:way_id=80E +edge,6806,6806;41.6870256;-106.3807523:6807;41.6866337;-106.3804989,way_type=user_defined:way_id=80E +edge,6807,6807;41.6866337;-106.3804989:6808;41.6864472;-106.3803761,way_type=user_defined:way_id=80E +edge,6808,6808;41.6864472;-106.3803761:6809;41.6861279;-106.3801627,way_type=user_defined:way_id=80E +edge,6809,6809;41.6861279;-106.3801627:6810;41.6857804;-106.3799273,way_type=user_defined:way_id=80E +edge,6810,6810;41.6857804;-106.3799273:6811;41.6857804;-106.3799273,way_type=user_defined:way_id=80E +edge,6811,6811;41.6857804;-106.3799273:6812;41.6852066;-106.3795313,way_type=user_defined:way_id=80E +edge,6812,6812;41.6852066;-106.3795313:6813;41.6849919;-106.3793805,way_type=user_defined:way_id=80E +edge,6813,6813;41.6849919;-106.3793805:6814;41.6845889;-106.3790928,way_type=user_defined:way_id=80E +edge,6814,6814;41.6845889;-106.3790928:6815;41.6843716;-106.3789355,way_type=user_defined:way_id=80E +edge,6815,6815;41.6843716;-106.3789355:6816;41.6819863;-106.3771869,way_type=user_defined:way_id=80E +edge,6816,6816;41.6819863;-106.3771869:6817;41.6817979;-106.3770512,way_type=user_defined:way_id=80E +edge,6817,6817;41.6817979;-106.3770512:6818;41.6816018;-106.3769148,way_type=user_defined:way_id=80E +edge,6818,6818;41.6816018;-106.3769148:6819;41.6813852;-106.3767705,way_type=user_defined:way_id=80E +edge,6819,6819;41.6813852;-106.3767705:6820;41.6811861;-106.3766442,way_type=user_defined:way_id=80E +edge,6820,6820;41.6811861;-106.3766442:6821;41.6809662;-106.3765107,way_type=user_defined:way_id=80E +edge,6821,6821;41.6809662;-106.3765107:6822;41.6807715;-106.3763959,way_type=user_defined:way_id=80E +edge,6822,6822;41.6807715;-106.3763959:6823;41.6805693;-106.376281,way_type=user_defined:way_id=80E +edge,6823,6823;41.6805693;-106.376281:6824;41.68024743;-106.37611,way_type=user_defined:way_id=80E +edge,6824,6824;41.68024743;-106.37611:6825;41.67993862;-106.3759662,way_type=user_defined:way_id=80E +edge,6825,6825;41.67993862;-106.3759662:6826;41.67964881;-106.3758156,way_type=user_defined:way_id=80E +edge,6826,6826;41.67964881;-106.3758156:6827;41.67931856;-106.3756722,way_type=user_defined:way_id=80E +edge,6827,6827;41.67931856;-106.3756722:6828;41.67904822;-106.3755626,way_type=user_defined:way_id=80E +edge,6828,6828;41.67904822;-106.3755626:6829;41.67878992;-106.3754655,way_type=user_defined:way_id=80E +edge,6829,6829;41.67878992;-106.3754655:6830;41.67851014;-106.3753657,way_type=user_defined:way_id=80E +edge,6830,6830;41.67851014;-106.3753657:6831;41.67814441;-106.3752483,way_type=user_defined:way_id=80E +edge,6831,6831;41.67814441;-106.3752483:6832;41.67779549;-106.3751433,way_type=user_defined:way_id=80E +edge,6832,6832;41.67779549;-106.3751433:6833;41.67735353;-106.3750273,way_type=user_defined:way_id=80E +edge,6833,6833;41.67735353;-106.3750273:6834;41.6761042;-106.3747096,way_type=user_defined:way_id=80E +edge,6834,6834;41.6761042;-106.3747096:6835;41.67564073;-106.3745876,way_type=user_defined:way_id=80E +edge,6835,6835;41.67564073;-106.3745876:6836;41.67526573;-106.3744958,way_type=user_defined:way_id=80E +edge,6836,6836;41.67526573;-106.3744958:6837;41.67494078;-106.3744063,way_type=user_defined:way_id=80E +edge,6837,6837;41.67494078;-106.3744063:6838;41.67442675;-106.3742312,way_type=user_defined:way_id=80E +edge,6838,6838;41.67442675;-106.3742312:6839;41.67420675;-106.3741525,way_type=user_defined:way_id=80E +edge,6839,6839;41.67420675;-106.3741525:6840;41.67399857;-106.3740641,way_type=user_defined:way_id=80E +edge,6840,6840;41.67399857;-106.3740641:6841;41.67371139;-106.373939,way_type=user_defined:way_id=80E +edge,6841,6841;41.67371139;-106.373939:6842;41.67341455;-106.3738013,way_type=user_defined:way_id=80E +edge,6842,6842;41.67341455;-106.3738013:6843;41.67312721;-106.3736603,way_type=user_defined:way_id=80E +edge,6843,6843;41.67312721;-106.3736603:6844;41.67287094;-106.3735282,way_type=user_defined:way_id=80E +edge,6844,6844;41.67287094;-106.3735282:6845;41.67262883;-106.3733832,way_type=user_defined:way_id=80E +edge,6845,6845;41.67262883;-106.3733832:6846;41.67230772;-106.3732015,way_type=user_defined:way_id=80E +edge,6846,6846;41.67230772;-106.3732015:6847;41.67199589;-106.3729942,way_type=user_defined:way_id=80E +edge,6847,6847;41.67199589;-106.3729942:6848;41.67169355;-106.3727836,way_type=user_defined:way_id=80E +edge,6848,6848;41.67169355;-106.3727836:6849;41.6714547;-106.3725931,way_type=user_defined:way_id=80E +edge,6849,6849;41.6714547;-106.3725931:6850;41.6711778;-106.3723811,way_type=user_defined:way_id=80E +edge,6850,6850;41.6711778;-106.3723811:6851;41.6709892;-106.3722287,way_type=user_defined:way_id=80E +edge,6851,6851;41.6709892;-106.3722287:6852;41.6708086;-106.3720763,way_type=user_defined:way_id=80E +edge,6852,6852;41.6708086;-106.3720763:6853;41.6705992;-106.3718923,way_type=user_defined:way_id=80E +edge,6853,6853;41.6705992;-106.3718923:6854;41.6704234;-106.3717306,way_type=user_defined:way_id=80E +edge,6854,6854;41.6704234;-106.3717306:6855;41.6702246;-106.3715396,way_type=user_defined:way_id=80E +edge,6855,6855;41.6702246;-106.3715396:6856;41.6700506;-106.3713666,way_type=user_defined:way_id=80E +edge,6856,6856;41.6700506;-106.3713666:6857;41.6698784;-106.3711896,way_type=user_defined:way_id=80E +edge,6857,6857;41.6698784;-106.3711896:6858;41.6696614;-106.3709571,way_type=user_defined:way_id=80E +edge,6858,6858;41.6696614;-106.3709571:6859;41.6694999;-106.3707773,way_type=user_defined:way_id=80E +edge,6859,6859;41.6694999;-106.3707773:6860;41.6693168;-106.3705676,way_type=user_defined:way_id=80E +edge,6860,6860;41.6693168;-106.3705676:6861;41.6691309;-106.370347,way_type=user_defined:way_id=80E +edge,6861,6861;41.6691309;-106.370347:6862;41.6689693;-106.3701471,way_type=user_defined:way_id=80E +edge,6862,6862;41.6689693;-106.3701471:6863;41.6688158;-106.3699498,way_type=user_defined:way_id=80E +edge,6863,6863;41.6688158;-106.3699498:6864;41.6686401;-106.3697161,way_type=user_defined:way_id=80E +edge,6864,6864;41.6686401;-106.3697161:6865;41.6685073;-106.369533,way_type=user_defined:way_id=80E +edge,6865,6865;41.6685073;-106.369533:6866;41.6683048;-106.3692435,way_type=user_defined:way_id=80E +edge,6866,6866;41.6683048;-106.3692435:6867;41.6681585;-106.3690251,way_type=user_defined:way_id=80E +edge,6867,6867;41.6681585;-106.3690251:6868;41.6680146;-106.3688045,way_type=user_defined:way_id=80E +edge,6868,6868;41.6680146;-106.3688045:6869;41.6678543;-106.3685504,way_type=user_defined:way_id=80E +edge,6869,6869;41.6678543;-106.3685504:6870;41.6677154;-106.3683212,way_type=user_defined:way_id=80E +edge,6870,6870;41.6677154;-106.3683212:6871;41.6675669;-106.3680658,way_type=user_defined:way_id=80E +edge,6871,6871;41.6675669;-106.3680658:6872;41.6674225;-106.3678066,way_type=user_defined:way_id=80E +edge,6872,6872;41.6674225;-106.3678066:6873;41.6672932;-106.3675674,way_type=user_defined:way_id=80E +edge,6873,6873;41.6672932;-106.3675674:6874;41.6671541;-106.3673021,way_type=user_defined:way_id=80E +edge,6874,6874;41.6671541;-106.3673021:6875;41.6670186;-106.3670331,way_type=user_defined:way_id=80E +edge,6875,6875;41.6670186;-106.3670331:6876;41.6666317;-106.3662316,way_type=user_defined:way_id=80E +edge,6876,6876;41.6666317;-106.3662316:6877;41.6662451;-106.3654394,way_type=user_defined:way_id=80E +edge,6877,6877;41.6662451;-106.3654394:6878;41.6659045;-106.364734,way_type=user_defined:way_id=80E +edge,6878,6878;41.6659045;-106.364734:6879;41.6648656;-106.3625909,way_type=user_defined:way_id=80E +edge,6879,6879;41.6648656;-106.3625909:6880;41.6645869;-106.3620119,way_type=user_defined:way_id=80E +edge,6880,6880;41.6645869;-106.3620119:6881;41.6641142;-106.3610382,way_type=user_defined:way_id=80E +edge,6881,6881;41.6641142;-106.3610382:6882;41.663343;-106.3594426,way_type=user_defined:way_id=80E +edge,6882,6882;41.663343;-106.3594426:6883;41.6629645;-106.3586504,way_type=user_defined:way_id=80E +edge,6883,6883;41.6629645;-106.3586504:6884;41.6625913;-106.3578835,way_type=user_defined:way_id=80E +edge,6884,6884;41.6625913;-106.3578835:6885;41.6618665;-106.3563859,way_type=user_defined:way_id=80E +edge,6885,6885;41.6618665;-106.3563859:6886;41.6614663;-106.355554,way_type=user_defined:way_id=80E +edge,6886,6886;41.6614663;-106.355554:6887;41.6612;-106.3550077,way_type=user_defined:way_id=80E +edge,6887,6887;41.6612;-106.3550077:6888;41.6608302;-106.3542408,way_type=user_defined:way_id=80E +edge,6888,6888;41.6608302;-106.3542408:6889;41.6605968;-106.3537606,way_type=user_defined:way_id=80E +edge,6889,6889;41.6605968;-106.3537606:6890;41.6595619;-106.3516131,way_type=user_defined:way_id=80E +edge,6890,6890;41.6595619;-106.3516131:6891;41.6583518;-106.3491164,way_type=user_defined:way_id=80E +edge,6891,6891;41.6583518;-106.3491164:6892;41.6580842;-106.3485598,way_type=user_defined:way_id=80E +edge,6892,6892;41.6580842;-106.3485598:6893;41.6571063;-106.3465363,way_type=user_defined:way_id=80E +edge,6893,6893;41.6571063;-106.3465363:6894;41.6565933;-106.3454792,way_type=user_defined:way_id=80E +edge,6894,6894;41.6565933;-106.3454792:6895;41.65625966;-106.3447881,way_type=user_defined:way_id=80E +edge,6895,6895;41.65625966;-106.3447881:6896;41.6562386;-106.3447445,way_type=user_defined:way_id=80E +edge,6896,6896;41.6562386;-106.3447445:6897;41.6558802;-106.343998,way_type=user_defined:way_id=80E +edge,6897,6897;41.6558802;-106.343998:6898;41.6553777;-106.3429729,way_type=user_defined:way_id=80E +edge,6898,6898;41.6553777;-106.3429729:6899;41.6548757;-106.3419404,way_type=user_defined:way_id=80E +edge,6899,6899;41.6548757;-106.3419404:6900;41.6546518;-106.3414757,way_type=user_defined:way_id=80E +edge,6900,6900;41.6546518;-106.3414757:6901;41.6542616;-106.3406578,way_type=user_defined:way_id=80E +edge,6901,6901;41.6542616;-106.3406578:6902;41.6536993;-106.3394923,way_type=user_defined:way_id=80E +edge,6902,6902;41.6536993;-106.3394923:6903;41.6523566;-106.3367278,way_type=user_defined:way_id=80E +edge,6903,6903;41.6523566;-106.3367278:6904;41.6517843;-106.3355428,way_type=user_defined:way_id=80E +edge,6904,6904;41.6517843;-106.3355428:6905;41.6514175;-106.3347883,way_type=user_defined:way_id=80E +edge,6905,6905;41.6514175;-106.3347883:6906;41.6511622;-106.3342577,way_type=user_defined:way_id=80E +edge,6906,6906;41.6511622;-106.3342577:6907;41.6505348;-106.3329663,way_type=user_defined:way_id=80E +edge,6907,6907;41.6505348;-106.3329663:6908;41.6500131;-106.3318829,way_type=user_defined:way_id=80E +edge,6908,6908;41.6500131;-106.3318829:6909;41.6490231;-106.3298376,way_type=user_defined:way_id=80E +edge,6909,6909;41.6490231;-106.3298376:6910;41.6486432;-106.3290456,way_type=user_defined:way_id=80E +edge,6910,6910;41.6486432;-106.3290456:6911;41.6480191;-106.3277616,way_type=user_defined:way_id=80E +edge,6911,6911;41.6480191;-106.3277616:6912;41.6477124;-106.327134,way_type=user_defined:way_id=80E +edge,6912,6912;41.6477124;-106.327134:6913;41.6465137;-106.3246491,way_type=user_defined:way_id=80E +edge,6913,6913;41.6465137;-106.3246491:6914;41.6461991;-106.3240062,way_type=user_defined:way_id=80E +edge,6914,6914;41.6461991;-106.3240062:6915;41.6456516;-106.32288,way_type=user_defined:way_id=80E +edge,6915,6915;41.6456516;-106.32288:6916;41.6454791;-106.3225192,way_type=user_defined:way_id=80E +edge,6916,6916;41.6454791;-106.3225192:6917;41.6453626;-106.322272,way_type=user_defined:way_id=80E +edge,6917,6917;41.6453626;-106.322272:6918;41.6452289;-106.3219838,way_type=user_defined:way_id=80E +edge,6918,6918;41.6452289;-106.3219838:6919;41.6451044;-106.3217098,way_type=user_defined:way_id=80E +edge,6919,6919;41.6451044;-106.3217098:6920;41.6449902;-106.3214505,way_type=user_defined:way_id=80E +edge,6920,6920;41.6449902;-106.3214505:6921;41.6448715;-106.3211723,way_type=user_defined:way_id=80E +edge,6921,6921;41.6448715;-106.3211723:6922;41.6447659;-106.3209163,way_type=user_defined:way_id=80E +edge,6922,6922;41.6447659;-106.3209163:6923;41.6446275;-106.3205659,way_type=user_defined:way_id=80E +edge,6923,6923;41.6446275;-106.3205659:6924;41.6445407;-106.3203394,way_type=user_defined:way_id=80E +edge,6924,6924;41.6445407;-106.3203394:6925;41.6444436;-106.320078,way_type=user_defined:way_id=80E +edge,6925,6925;41.6444436;-106.320078:6926;41.6443465;-106.3198065,way_type=user_defined:way_id=80E +edge,6926,6926;41.6443465;-106.3198065:6927;41.6442466;-106.3195156,way_type=user_defined:way_id=80E +edge,6927,6927;41.6442466;-106.3195156:6928;41.6441503;-106.3192224,way_type=user_defined:way_id=80E +edge,6928,6928;41.6441503;-106.3192224:6929;41.6440624;-106.3189454,way_type=user_defined:way_id=80E +edge,6929,6929;41.6440624;-106.3189454:6930;41.6439723;-106.3186485,way_type=user_defined:way_id=80E +edge,6930,6930;41.6439723;-106.3186485:6931;41.643891;-106.3183683,way_type=user_defined:way_id=80E +edge,6931,6931;41.643891;-106.3183683:6932;41.6438071;-106.3180694,way_type=user_defined:way_id=80E +edge,6932,6932;41.6438071;-106.3180694:6933;41.6437305;-106.3177881,way_type=user_defined:way_id=80E +edge,6933,6933;41.6437305;-106.3177881:6934;41.6436508;-106.3174783,way_type=user_defined:way_id=80E +edge,6934,6934;41.6436508;-106.3174783:6935;41.6435861;-106.3172112,way_type=user_defined:way_id=80E +edge,6935,6935;41.6435861;-106.3172112:6936;41.6435148;-106.3168985,way_type=user_defined:way_id=80E +edge,6936,6936;41.6435148;-106.3168985:6937;41.6434523;-106.3166098,way_type=user_defined:way_id=80E +edge,6937,6937;41.6434523;-106.3166098:6938;41.643389;-106.3163026,way_type=user_defined:way_id=80E +edge,6938,6938;41.643389;-106.3163026:6939;41.643334;-106.3160212,way_type=user_defined:way_id=80E +edge,6939,6939;41.643334;-106.3160212:6940;41.6432762;-106.3157116,way_type=user_defined:way_id=80E +edge,6940,6940;41.6432762;-106.3157116:6941;41.6432176;-106.3153854,way_type=user_defined:way_id=80E +edge,6941,6941;41.6432176;-106.3153854:6942;41.6426525;-106.3120848,way_type=user_defined:way_id=80E +edge,6942,6942;41.6426525;-106.3120848:6943;41.6422847;-106.3099102,way_type=user_defined:way_id=80E +edge,6943,6943;41.6422847;-106.3099102:6944;41.6421343;-106.3090297,way_type=user_defined:way_id=80E +edge,6944,6944;41.6421343;-106.3090297:6945;41.6419255;-106.3078194,way_type=user_defined:way_id=80E +edge,6945,6945;41.6419255;-106.3078194:6946;41.6417712;-106.3069002,way_type=user_defined:way_id=80E +edge,6946,6946;41.6417712;-106.3069002:6947;41.6416134;-106.3059876,way_type=user_defined:way_id=80E +edge,6947,6947;41.6416134;-106.3059876:6948;41.6414505;-106.3050219,way_type=user_defined:way_id=80E +edge,6948,6948;41.6414505;-106.3050219:6949;41.6412261;-106.3037139,way_type=user_defined:way_id=80E +edge,6949,6949;41.6412261;-106.3037139:6950;41.6409817;-106.3022639,way_type=user_defined:way_id=80E +edge,6950,6950;41.6409817;-106.3022639:6951;41.6407721;-106.3010564,way_type=user_defined:way_id=80E +edge,6951,6951;41.6407721;-106.3010564:6952;41.6403145;-106.2983668,way_type=user_defined:way_id=80E +edge,6952,6952;41.6403145;-106.2983668:6953;41.6400796;-106.2970002,way_type=user_defined:way_id=80E +edge,6953,6953;41.6400796;-106.2970002:6954;41.6399806;-106.2964425,way_type=user_defined:way_id=80E +edge,6954,6954;41.6399806;-106.2964425:6955;41.6399191;-106.2961156,way_type=user_defined:way_id=80E +edge,6955,6955;41.6399191;-106.2961156:6956;41.6398559;-106.2958059,way_type=user_defined:way_id=80E +edge,6956,6956;41.6398559;-106.2958059:6957;41.6398045;-106.2955717,way_type=user_defined:way_id=80E +edge,6957,6957;41.6398045;-106.2955717:6958;41.6397377;-106.2952874,way_type=user_defined:way_id=80E +edge,6958,6958;41.6397377;-106.2952874:6959;41.6396606;-106.2949794,way_type=user_defined:way_id=80E +edge,6959,6959;41.6396606;-106.2949794:6960;41.6395888;-106.2947091,way_type=user_defined:way_id=80E +edge,6960,6960;41.6395888;-106.2947091:6961;41.63952;-106.2944641,way_type=user_defined:way_id=80E +edge,6961,6961;41.63952;-106.2944641:6962;41.6394312;-106.2941642,way_type=user_defined:way_id=80E +edge,6962,6962;41.6394312;-106.2941642:6963;41.639328;-106.2938388,way_type=user_defined:way_id=80E +edge,6963,6963;41.639328;-106.2938388:6964;41.6392496;-106.2936033,way_type=user_defined:way_id=80E +edge,6964,6964;41.6392496;-106.2936033:6965;41.6391684;-106.2933696,way_type=user_defined:way_id=80E +edge,6965,6965;41.6391684;-106.2933696:6966;41.6390631;-106.2930776,way_type=user_defined:way_id=80E +edge,6966,6966;41.6390631;-106.2930776:6967;41.6389534;-106.2927888,way_type=user_defined:way_id=80E +edge,6967,6967;41.6389534;-106.2927888:6968;41.6388629;-106.2925619,way_type=user_defined:way_id=80E +edge,6968,6968;41.6388629;-106.2925619:6969;41.6387557;-106.2923042,way_type=user_defined:way_id=80E +edge,6969,6969;41.6387557;-106.2923042:6970;41.6386526;-106.2920646,way_type=user_defined:way_id=80E +edge,6970,6970;41.6386526;-106.2920646:6971;41.6385401;-106.2918118,way_type=user_defined:way_id=80E +edge,6971,6971;41.6385401;-106.2918118:6972;41.6384131;-106.2915373,way_type=user_defined:way_id=80E +edge,6972,6972;41.6384131;-106.2915373:6973;41.6382935;-106.2912907,way_type=user_defined:way_id=80E +edge,6973,6973;41.6382935;-106.2912907:6974;41.6381703;-106.2910484,way_type=user_defined:way_id=80E +edge,6974,6974;41.6381703;-106.2910484:6975;41.6380444;-106.2908085,way_type=user_defined:way_id=80E +edge,6975,6975;41.6380444;-106.2908085:6976;41.6379196;-106.2905795,way_type=user_defined:way_id=80E +edge,6976,6976;41.6379196;-106.2905795:6977;41.6377873;-106.2903469,way_type=user_defined:way_id=80E +edge,6977,6977;41.6377873;-106.2903469:6978;41.6376528;-106.2901172,way_type=user_defined:way_id=80E +edge,6978,6978;41.6376528;-106.2901172:6979;41.6375115;-106.2898833,way_type=user_defined:way_id=80E +edge,6979,6979;41.6375115;-106.2898833:6980;41.6374505;-106.2897855,way_type=user_defined:way_id=80E +edge,6980,6980;41.6374505;-106.2897855:6981;41.6372521;-106.2894673,way_type=user_defined:way_id=80E +edge,6981,6981;41.6372521;-106.2894673:6982;41.6372521;-106.2894673,way_type=user_defined:way_id=80E +edge,6982,6982;41.6372521;-106.2894673:6983;41.6368168;-106.2887792,way_type=user_defined:way_id=80E +edge,6983,6983;41.6368168;-106.2887792:6984;41.63591694;-106.2873707,way_type=user_defined:way_id=80E +edge,6984,6984;41.63591694;-106.2873707:6985;41.6356904;-106.2870161,way_type=user_defined:way_id=80E +edge,6985,6985;41.6356904;-106.2870161:6986;41.6351616;-106.2861918,way_type=user_defined:way_id=80E +edge,6986,6986;41.6351616;-106.2861918:6987;41.6345621;-106.285247,way_type=user_defined:way_id=80E +edge,6987,6987;41.6345621;-106.285247:6988;41.63395516;-106.2842973,way_type=user_defined:way_id=80E +edge,6988,6988;41.63395516;-106.2842973:6989;41.63395516;-106.2842973,way_type=user_defined:way_id=80E +edge,6989,6989;41.63395516;-106.2842973:6990;41.6330678;-106.2829038,way_type=user_defined:way_id=80E +edge,6990,6990;41.6330678;-106.2829038:6991;41.6324686;-106.2819696,way_type=user_defined:way_id=80E +edge,6991,6991;41.6324686;-106.2819696:6992;41.63236019;-106.2817998,way_type=user_defined:way_id=80E +edge,6992,6992;41.63236019;-106.2817998:6993;41.6310515;-106.2797498,way_type=user_defined:way_id=80E +edge,6993,6993;41.6310515;-106.2797498:6994;41.6310515;-106.2797498,way_type=user_defined:way_id=80E +edge,6994,6994;41.6310515;-106.2797498:6995;41.63084262;-106.2794177,way_type=user_defined:way_id=80E +edge,6995,6995;41.63084262;-106.2794177:6996;41.6307755;-106.279311,way_type=user_defined:way_id=80E +edge,6996,6996;41.6307755;-106.279311:6997;41.6306311;-106.2790755,way_type=user_defined:way_id=80E +edge,6997,6997;41.6306311;-106.2790755:6998;41.6305011;-106.2788571,way_type=user_defined:way_id=80E +edge,6998,6998;41.6305011;-106.2788571:6999;41.6303496;-106.2785968,way_type=user_defined:way_id=80E +edge,6999,6999;41.6303496;-106.2785968:7000;41.6302179;-106.278365,way_type=user_defined:way_id=80E +edge,7000,7000;41.6302179;-106.278365:7001;41.6300721;-106.2781005,way_type=user_defined:way_id=80E +edge,7001,7001;41.6300721;-106.2781005:7002;41.6299456;-106.2778641,way_type=user_defined:way_id=80E +edge,7002,7002;41.6299456;-106.2778641:7003;41.6298224;-106.2776263,way_type=user_defined:way_id=80E +edge,7003,7003;41.6298224;-106.2776263:7004;41.6296702;-106.2773216,way_type=user_defined:way_id=80E +edge,7004,7004;41.6296702;-106.2773216:7005;41.629553;-106.2770787,way_type=user_defined:way_id=80E +edge,7005,7005;41.629553;-106.2770787:7006;41.6294378;-106.2768331,way_type=user_defined:way_id=80E +edge,7006,7006;41.6294378;-106.2768331:7007;41.6293108;-106.2765534,way_type=user_defined:way_id=80E +edge,7007,7007;41.6293108;-106.2765534:7008;41.6292007;-106.2763036,way_type=user_defined:way_id=80E +edge,7008,7008;41.6292007;-106.2763036:7009;41.6290657;-106.2759849,way_type=user_defined:way_id=80E +edge,7009,7009;41.6290657;-106.2759849:7010;41.6289755;-106.275765,way_type=user_defined:way_id=80E +edge,7010,7010;41.6289755;-106.275765:7011;41.6288605;-106.2754754,way_type=user_defined:way_id=80E +edge,7011,7011;41.6288605;-106.2754754:7012;41.6287621;-106.2752182,way_type=user_defined:way_id=80E +edge,7012,7012;41.6287621;-106.2752182:7013;41.6286785;-106.274992,way_type=user_defined:way_id=80E +edge,7013,7013;41.6286785;-106.274992:7014;41.6285579;-106.2746557,way_type=user_defined:way_id=80E +edge,7014,7014;41.6285579;-106.2746557:7015;41.6284569;-106.2743589,way_type=user_defined:way_id=80E +edge,7015,7015;41.6284569;-106.2743589:7016;41.628371;-106.2740958,way_type=user_defined:way_id=80E +edge,7016,7016;41.628371;-106.2740958:7017;41.6282873;-106.2738316,way_type=user_defined:way_id=80E +edge,7017,7017;41.6282873;-106.2738316:7018;41.628196;-106.2735321,way_type=user_defined:way_id=80E +edge,7018,7018;41.628196;-106.2735321:7019;41.628116;-106.2732574,way_type=user_defined:way_id=80E +edge,7019,7019;41.628116;-106.2732574:7020;41.6280489;-106.2730171,way_type=user_defined:way_id=80E +edge,7020,7020;41.6280489;-106.2730171:7021;41.6279581;-106.2726775,way_type=user_defined:way_id=80E +edge,7021,7021;41.6279581;-106.2726775:7022;41.6278894;-106.272408,way_type=user_defined:way_id=80E +edge,7022,7022;41.6278894;-106.272408:7023;41.6278383;-106.2722008,way_type=user_defined:way_id=80E +edge,7023,7023;41.6278383;-106.2722008:7024;41.6278118;-106.2720923,way_type=user_defined:way_id=80E +edge,7024,7024;41.6278118;-106.2720923:7025;41.6277443;-106.2718028,way_type=user_defined:way_id=80E +edge,7025,7025;41.6277443;-106.2718028:7026;41.6276761;-106.2714936,way_type=user_defined:way_id=80E +edge,7026,7026;41.6276761;-106.2714936:7027;41.627624;-106.2712473,way_type=user_defined:way_id=80E +edge,7027,7027;41.627624;-106.2712473:7028;41.6275605;-106.270936,way_type=user_defined:way_id=80E +edge,7028,7028;41.6275605;-106.270936:7029;41.6267384;-106.2667244,way_type=user_defined:way_id=80E +edge,7029,7029;41.6267384;-106.2667244:7030;41.6262912;-106.264441,way_type=user_defined:way_id=80E +edge,7030,7030;41.6262912;-106.264441:7031;41.6261749;-106.2638397,way_type=user_defined:way_id=80E +edge,7031,7031;41.6261749;-106.2638397:7032;41.6260024;-106.2629321,way_type=user_defined:way_id=80E +edge,7032,7032;41.6260024;-106.2629321:7033;41.6256951;-106.2613826,way_type=user_defined:way_id=80E +edge,7033,7033;41.6256951;-106.2613826:7034;41.6252402;-106.2590464,way_type=user_defined:way_id=80E +edge,7034,7034;41.6252402;-106.2590464:7035;41.6249982;-106.2577968,way_type=user_defined:way_id=80E +edge,7035,7035;41.6249982;-106.2577968:7036;41.6247609;-106.2565893,way_type=user_defined:way_id=80E +edge,7036,7036;41.6247609;-106.2565893:7037;41.6246405;-106.2559679,way_type=user_defined:way_id=80E +edge,7037,7037;41.6246405;-106.2559679:7038;41.6244248;-106.2548379,way_type=user_defined:way_id=80E +edge,7038,7038;41.6244248;-106.2548379:7039;41.6243557;-106.2544824,way_type=user_defined:way_id=80E +edge,7039,7039;41.6243557;-106.2544824:7040;41.6241794;-106.2536022,way_type=user_defined:way_id=80E +edge,7040,7040;41.6241794;-106.2536022:7041;41.6238337;-106.2518364,way_type=user_defined:way_id=80E +edge,7041,7041;41.6238337;-106.2518364:7042;41.6236956;-106.2511393,way_type=user_defined:way_id=80E +edge,7042,7042;41.6236956;-106.2511393:7043;41.6233611;-106.2494171,way_type=user_defined:way_id=80E +edge,7043,7043;41.6233611;-106.2494171:7044;41.6231235;-106.2482229,way_type=user_defined:way_id=80E +edge,7044,7044;41.6231235;-106.2482229:7045;41.6230533;-106.2478792,way_type=user_defined:way_id=80E +edge,7045,7045;41.6230533;-106.2478792:7046;41.6229996;-106.247629,way_type=user_defined:way_id=80E +edge,7046,7046;41.6229996;-106.247629:7047;41.6229275;-106.2473155,way_type=user_defined:way_id=80E +edge,7047,7047;41.6229275;-106.2473155:7048;41.6228607;-106.2470404,way_type=user_defined:way_id=80E +edge,7048,7048;41.6228607;-106.2470404:7049;41.6227881;-106.2467576,way_type=user_defined:way_id=80E +edge,7049,7049;41.6227881;-106.2467576:7050;41.6226967;-106.2464227,way_type=user_defined:way_id=80E +edge,7050,7050;41.6226967;-106.2464227:7051;41.6226214;-106.2461599,way_type=user_defined:way_id=80E +edge,7051,7051;41.6226214;-106.2461599:7052;41.6225384;-106.245882,way_type=user_defined:way_id=80E +edge,7052,7052;41.6225384;-106.245882:7053;41.6224547;-106.2456152,way_type=user_defined:way_id=80E +edge,7053,7053;41.6224547;-106.2456152:7054;41.622356;-106.2453152,way_type=user_defined:way_id=80E +edge,7054,7054;41.622356;-106.2453152:7055;41.6222658;-106.2450524,way_type=user_defined:way_id=80E +edge,7055,7055;41.6222658;-106.2450524:7056;41.6221603;-106.2447568,way_type=user_defined:way_id=80E +edge,7056,7056;41.6221603;-106.2447568:7057;41.6220605;-106.2444898,way_type=user_defined:way_id=80E +edge,7057,7057;41.6220605;-106.2444898:7058;41.6219607;-106.2442339,way_type=user_defined:way_id=80E +edge,7058,7058;41.6219607;-106.2442339:7059;41.6218197;-106.243887,way_type=user_defined:way_id=80E +edge,7059,7059;41.6218197;-106.243887:7060;41.6217241;-106.2436604,way_type=user_defined:way_id=80E +edge,7060,7060;41.6217241;-106.2436604:7061;41.6216181;-106.2434182,way_type=user_defined:way_id=80E +edge,7061,7061;41.6216181;-106.2434182:7062;41.6214874;-106.2431299,way_type=user_defined:way_id=80E +edge,7062,7062;41.6214874;-106.2431299:7063;41.6213597;-106.2428597,way_type=user_defined:way_id=80E +edge,7063,7063;41.6213597;-106.2428597:7064;41.6212366;-106.2426088,way_type=user_defined:way_id=80E +edge,7064,7064;41.6212366;-106.2426088:7065;41.6211182;-106.242375,way_type=user_defined:way_id=80E +edge,7065,7065;41.6211182;-106.242375:7066;41.6209772;-106.2421045,way_type=user_defined:way_id=80E +edge,7066,7066;41.6209772;-106.2421045:7067;41.6208452;-106.2418602,way_type=user_defined:way_id=80E +edge,7067,7067;41.6208452;-106.2418602:7068;41.6207012;-106.2416035,way_type=user_defined:way_id=80E +edge,7068,7068;41.6207012;-106.2416035:7069;41.6205314;-106.2413142,way_type=user_defined:way_id=80E +edge,7069,7069;41.6205314;-106.2413142:7070;41.6204118;-106.2411162,way_type=user_defined:way_id=80E +edge,7070,7070;41.6204118;-106.2411162:7071;41.62029;-106.2409208,way_type=user_defined:way_id=80E +edge,7071,7071;41.62029;-106.2409208:7072;41.6201111;-106.2406417,way_type=user_defined:way_id=80E +edge,7072,7072;41.6201111;-106.2406417:7073;41.6199513;-106.2404028,way_type=user_defined:way_id=80E +edge,7073,7073;41.6199513;-106.2404028:7074;41.6198031;-106.2401886,way_type=user_defined:way_id=80E +edge,7074,7074;41.6198031;-106.2401886:7075;41.619648;-106.239971,way_type=user_defined:way_id=80E +edge,7075,7075;41.619648;-106.239971:7076;41.6194613;-106.2397179,way_type=user_defined:way_id=80E +edge,7076,7076;41.6194613;-106.2397179:7077;41.6193043;-106.2395124,way_type=user_defined:way_id=80E +edge,7077,7077;41.6193043;-106.2395124:7078;41.6191458;-106.2393118,way_type=user_defined:way_id=80E +edge,7078,7078;41.6191458;-106.2393118:7079;41.6189693;-106.2390954,way_type=user_defined:way_id=80E +edge,7079,7079;41.6189693;-106.2390954:7080;41.6187899;-106.2388824,way_type=user_defined:way_id=80E +edge,7080,7080;41.6187899;-106.2388824:7081;41.6186407;-106.2387114,way_type=user_defined:way_id=80E +edge,7081,7081;41.6186407;-106.2387114:7082;41.6184292;-106.2384769,way_type=user_defined:way_id=80E +edge,7082,7082;41.6184292;-106.2384769:7083;41.6182582;-106.2382934,way_type=user_defined:way_id=80E +edge,7083,7083;41.6182582;-106.2382934:7084;41.6180641;-106.2380913,way_type=user_defined:way_id=80E +edge,7084,7084;41.6180641;-106.2380913:7085;41.6178914;-106.2379163,way_type=user_defined:way_id=80E +edge,7085,7085;41.6178914;-106.2379163:7086;41.617717;-106.2377445,way_type=user_defined:way_id=80E +edge,7086,7086;41.617717;-106.2377445:7087;41.6175178;-106.2375553,way_type=user_defined:way_id=80E +edge,7087,7087;41.6175178;-106.2375553:7088;41.6173329;-106.2373888,way_type=user_defined:way_id=80E +edge,7088,7088;41.6173329;-106.2373888:7089;41.6171338;-106.2372163,way_type=user_defined:way_id=80E +edge,7089,7089;41.6171338;-106.2372163:7090;41.6169267;-106.2370419,way_type=user_defined:way_id=80E +edge,7090,7090;41.6169267;-106.2370419:7091;41.616152;-106.2364061,way_type=user_defined:way_id=80E +edge,7091,7091;41.616152;-106.2364061:7092;41.6146286;-106.2351663,way_type=user_defined:way_id=80E +edge,7092,7092;41.6146286;-106.2351663:7093;41.613436;-106.2341886,way_type=user_defined:way_id=80E +edge,7093,7093;41.613436;-106.2341886:7094;41.6122526;-106.2332233,way_type=user_defined:way_id=80E +edge,7094,7094;41.6122526;-106.2332233:7095;41.6118864;-106.2329221,way_type=user_defined:way_id=80E +edge,7095,7095;41.6118864;-106.2329221:7096;41.6114934;-106.2325936,way_type=user_defined:way_id=80E +edge,7096,7096;41.6114934;-106.2325936:7097;41.61108608;-106.2322614,way_type=user_defined:way_id=80E +edge,7097,7097;41.61108608;-106.2322614:7098;41.61108608;-106.2322614,way_type=user_defined:way_id=80E +edge,7098,7098;41.61108608;-106.2322614:7099;41.609329;-106.2308315,way_type=user_defined:way_id=80E +edge,7099,7099;41.609329;-106.2308315:7100;41.6076715;-106.2294754,way_type=user_defined:way_id=80E +edge,7100,7100;41.6076715;-106.2294754:7101;41.6053901;-106.2276148,way_type=user_defined:way_id=80E +edge,7101,7101;41.6053901;-106.2276148:7102;41.604193;-106.2266332,way_type=user_defined:way_id=80E +edge,7102,7102;41.604193;-106.2266332:7103;41.6022645;-106.2250605,way_type=user_defined:way_id=80E +edge,7103,7103;41.6022645;-106.2250605:7104;41.6018744;-106.2247385,way_type=user_defined:way_id=80E +edge,7104,7104;41.6018744;-106.2247385:7105;41.6016831;-106.2245785,way_type=user_defined:way_id=80E +edge,7105,7105;41.6016831;-106.2245785:7106;41.6014806;-106.2244062,way_type=user_defined:way_id=80E +edge,7106,7106;41.6014806;-106.2244062:7107;41.6013859;-106.2243236,way_type=user_defined:way_id=80E +edge,7107,7107;41.6013859;-106.2243236:7108;41.6012795;-106.2242304,way_type=user_defined:way_id=80E +edge,7108,7108;41.6012795;-106.2242304:7109;41.6010982;-106.224065,way_type=user_defined:way_id=80E +edge,7109,7109;41.6010982;-106.224065:7110;41.6008972;-106.2238709,way_type=user_defined:way_id=80E +edge,7110,7110;41.6008972;-106.2238709:7111;41.6007224;-106.2236927,way_type=user_defined:way_id=80E +edge,7111,7111;41.6007224;-106.2236927:7112;41.6005511;-106.2235085,way_type=user_defined:way_id=80E +edge,7112,7112;41.6005511;-106.2235085:7113;41.6003672;-106.223299,way_type=user_defined:way_id=80E +edge,7113,7113;41.6003672;-106.223299:7114;41.6001882;-106.223082,way_type=user_defined:way_id=80E +edge,7114,7114;41.6001882;-106.223082:7115;41.6000096;-106.2228509,way_type=user_defined:way_id=80E +edge,7115,7115;41.6000096;-106.2228509:7116;41.5998605;-106.2226474,way_type=user_defined:way_id=80E +edge,7116,7116;41.5998605;-106.2226474:7117;41.5997297;-106.22246,way_type=user_defined:way_id=80E +edge,7117,7117;41.5997297;-106.22246:7118;41.5996718;-106.222375,way_type=user_defined:way_id=80E +edge,7118,7118;41.5996718;-106.222375:7119;41.5995464;-106.2221837,way_type=user_defined:way_id=80E +edge,7119,7119;41.5995464;-106.2221837:7120;41.5993876;-106.2219275,way_type=user_defined:way_id=80E +edge,7120,7120;41.5993876;-106.2219275:7121;41.59924;-106.2216723,way_type=user_defined:way_id=80E +edge,7121,7121;41.59924;-106.2216723:7122;41.5991106;-106.2214343,way_type=user_defined:way_id=80E +edge,7122,7122;41.5991106;-106.2214343:7123;41.5989739;-106.2211681,way_type=user_defined:way_id=80E +edge,7123,7123;41.5989739;-106.2211681:7124;41.5988435;-106.2208963,way_type=user_defined:way_id=80E +edge,7124,7124;41.5988435;-106.2208963:7125;41.5987303;-106.2206436,way_type=user_defined:way_id=80E +edge,7125,7125;41.5987303;-106.2206436:7126;41.598612;-106.2203622,way_type=user_defined:way_id=80E +edge,7126,7126;41.598612;-106.2203622:7127;41.5985062;-106.2200941,way_type=user_defined:way_id=80E +edge,7127,7127;41.5985062;-106.2200941:7128;41.5983963;-106.2197967,way_type=user_defined:way_id=80E +edge,7128,7128;41.5983963;-106.2197967:7129;41.5982962;-106.2195047,way_type=user_defined:way_id=80E +edge,7129,7129;41.5982962;-106.2195047:7130;41.5982132;-106.2192441,way_type=user_defined:way_id=80E +edge,7130,7130;41.5982132;-106.2192441:7131;41.5981236;-106.2189346,way_type=user_defined:way_id=80E +edge,7131,7131;41.5981236;-106.2189346:7132;41.5980511;-106.2186575,way_type=user_defined:way_id=80E +edge,7132,7132;41.5980511;-106.2186575:7133;41.5979777;-106.2183497,way_type=user_defined:way_id=80E +edge,7133,7133;41.5979777;-106.2183497:7134;41.5979171;-106.2180667,way_type=user_defined:way_id=80E +edge,7134,7134;41.5979171;-106.2180667:7135;41.5978551;-106.2177447,way_type=user_defined:way_id=80E +edge,7135,7135;41.5978551;-106.2177447:7136;41.597802;-106.21743,way_type=user_defined:way_id=80E +edge,7136,7136;41.597802;-106.21743:7137;41.5977601;-106.2171424,way_type=user_defined:way_id=80E +edge,7137,7137;41.5977601;-106.2171424:7138;41.5977208;-106.2168181,way_type=user_defined:way_id=80E +edge,7138,7138;41.5977208;-106.2168181:7139;41.5976928;-106.2165357,way_type=user_defined:way_id=80E +edge,7139,7139;41.5976928;-106.2165357:7140;41.5976669;-106.2162103,way_type=user_defined:way_id=80E +edge,7140,7140;41.5976669;-106.2162103:7141;41.5976501;-106.2159193,way_type=user_defined:way_id=80E +edge,7141,7141;41.5976501;-106.2159193:7142;41.597636;-106.2155889,way_type=user_defined:way_id=80E +edge,7142,7142;41.597636;-106.2155889:7143;41.59762763;-106.2151486,way_type=user_defined:way_id=80E +edge,7143,7143;41.59762763;-106.2151486:7144;41.59762321;-106.2145977,way_type=user_defined:way_id=80E +edge,7144,7144;41.59762321;-106.2145977:7145;41.59762097;-106.2139047,way_type=user_defined:way_id=80E +edge,7145,7145;41.59762097;-106.2139047:7146;41.59762762;-106.2121629,way_type=user_defined:way_id=80E +edge,7146,7146;41.59762762;-106.2121629:7147;41.59763101;-106.2115891,way_type=user_defined:way_id=80E +edge,7147,7147;41.59763101;-106.2115891:7148;41.59763015;-106.2114756,way_type=user_defined:way_id=80E +edge,7148,7148;41.59763015;-106.2114756:7149;41.59762749;-106.211124,way_type=user_defined:way_id=80E +edge,7149,7149;41.59762749;-106.211124:7150;41.59762749;-106.211124,way_type=user_defined:way_id=80E +edge,7150,7150;41.59762749;-106.211124:7151;41.59763136;-106.2098468,way_type=user_defined:way_id=80E +edge,7151,7151;41.59763136;-106.2098468:7152;41.59763136;-106.2098468,way_type=user_defined:way_id=80E +edge,7152,7152;41.59763136;-106.2098468:7153;41.59762843;-106.2094396,way_type=user_defined:way_id=80E +edge,7153,7153;41.59762843;-106.2094396:7154;41.59762832;-106.2091273,way_type=user_defined:way_id=80E +edge,7154,7154;41.59762832;-106.2091273:7155;41.5976303;-106.2082413,way_type=user_defined:way_id=80E +edge,7155,7155;41.5976303;-106.2082413:7156;41.59763365;-106.2067384,way_type=user_defined:way_id=80E +edge,7156,7156;41.59763365;-106.2067384:7157;41.59762956;-106.2056401,way_type=user_defined:way_id=80E +edge,7157,7157;41.59762956;-106.2056401:7158;41.59763045;-106.2047519,way_type=user_defined:way_id=80E +edge,7158,7158;41.59763045;-106.2047519:7159;41.5976314;-106.2037968,way_type=user_defined:way_id=80E +edge,7159,7159;41.5976314;-106.2037968:7160;41.59762449;-106.2033033,way_type=user_defined:way_id=80E +edge,7160,7160;41.59762449;-106.2033033:7161;41.59761674;-106.2029203,way_type=user_defined:way_id=80E +edge,7161,7161;41.59761674;-106.2029203:7162;41.59761674;-106.2029203,way_type=user_defined:way_id=80E +edge,7162,7162;41.59761674;-106.2029203:7163;41.59758812;-106.2022233,way_type=user_defined:way_id=80E +edge,7163,7163;41.59758812;-106.2022233:7164;41.59756715;-106.2018962,way_type=user_defined:way_id=80E +edge,7164,7164;41.59756715;-106.2018962:7165;41.59754173;-106.2016778,way_type=user_defined:way_id=80E +edge,7165,7165;41.59754173;-106.2016778:7166;41.59750876;-106.2014252,way_type=user_defined:way_id=80E +edge,7166,7166;41.59750876;-106.2014252:7167;41.59747968;-106.2012357,way_type=user_defined:way_id=80E +edge,7167,7167;41.59747968;-106.2012357:7168;41.5974639;-106.2011329,way_type=user_defined:way_id=80E +edge,7168,7168;41.5974639;-106.2011329:7169;41.59739945;-106.2007553,way_type=user_defined:way_id=80E +edge,7169,7169;41.59739945;-106.2007553:7170;41.59732977;-106.2004197,way_type=user_defined:way_id=80E +edge,7170,7170;41.59732977;-106.2004197:7171;41.59725749;-106.200107,way_type=user_defined:way_id=80E +edge,7171,7171;41.59725749;-106.200107:7172;41.59718419;-106.1998286,way_type=user_defined:way_id=80E +edge,7172,7172;41.59718419;-106.1998286:7173;41.59711406;-106.1995768,way_type=user_defined:way_id=80E +edge,7173,7173;41.59711406;-106.1995768:7174;41.59706044;-106.1993933,way_type=user_defined:way_id=80E +edge,7174,7174;41.59706044;-106.1993933:7175;41.59696266;-106.1991001,way_type=user_defined:way_id=80E +edge,7175,7175;41.59696266;-106.1991001:7176;41.59685458;-106.1987825,way_type=user_defined:way_id=80E +edge,7176,7176;41.59685458;-106.1987825:7177;41.59677348;-106.1985709,way_type=user_defined:way_id=80E +edge,7177,7177;41.59677348;-106.1985709:7178;41.59664087;-106.1982347,way_type=user_defined:way_id=80E +edge,7178,7178;41.59664087;-106.1982347:7179;41.59656001;-106.1980441,way_type=user_defined:way_id=80E +edge,7179,7179;41.59656001;-106.1980441:7180;41.59632823;-106.1975405,way_type=user_defined:way_id=80E +edge,7180,7180;41.59632823;-106.1975405:7181;41.5961228;-106.1970897,way_type=user_defined:way_id=80E +edge,7181,7181;41.5961228;-106.1970897:7182;41.59604917;-106.1969307,way_type=user_defined:way_id=80E +edge,7182,7182;41.59604917;-106.1969307:7183;41.59580744;-106.1964088,way_type=user_defined:way_id=80E +edge,7183,7183;41.59580744;-106.1964088:7184;41.59570112;-106.1961701,way_type=user_defined:way_id=80E +edge,7184,7184;41.59570112;-106.1961701:7185;41.59522246;-106.1951264,way_type=user_defined:way_id=80E +edge,7185,7185;41.59522246;-106.1951264:7186;41.59476651;-106.1941479,way_type=user_defined:way_id=80E +edge,7186,7186;41.59476651;-106.1941479:7187;41.59416645;-106.1928492,way_type=user_defined:way_id=80E +edge,7187,7187;41.59416645;-106.1928492:7188;41.593716;-106.191891,way_type=user_defined:way_id=80E +edge,7188,7188;41.593716;-106.191891:7189;41.59349618;-106.1914201,way_type=user_defined:way_id=80E +edge,7189,7189;41.59349618;-106.1914201:7190;41.59298552;-106.1903088,way_type=user_defined:way_id=80E +edge,7190,7190;41.59298552;-106.1903088:7191;41.59226924;-106.1887661,way_type=user_defined:way_id=80E +edge,7191,7191;41.59226924;-106.1887661:7192;41.5919371;-106.188054,way_type=user_defined:way_id=80E +edge,7192,7192;41.5919371;-106.188054:7193;41.59143815;-106.1869721,way_type=user_defined:way_id=80E +edge,7193,7193;41.59143815;-106.1869721:7194;41.5911141;-106.1862757,way_type=user_defined:way_id=80E +edge,7194,7194;41.5911141;-106.1862757:7195;41.59022282;-106.1843602,way_type=user_defined:way_id=80E +edge,7195,7195;41.59022282;-106.1843602:7196;41.58988828;-106.1836502,way_type=user_defined:way_id=80E +edge,7196,7196;41.58988828;-106.1836502:7197;41.58977387;-106.1834113,way_type=user_defined:way_id=80E +edge,7197,7197;41.58977387;-106.1834113:7198;41.58965636;-106.1831712,way_type=user_defined:way_id=80E +edge,7198,7198;41.58965636;-106.1831712:7199;41.58953654;-106.182931,way_type=user_defined:way_id=80E +edge,7199,7199;41.58953654;-106.182931:7200;41.58938153;-106.1826282,way_type=user_defined:way_id=80E +edge,7200,7200;41.58938153;-106.1826282:7201;41.58915891;-106.1822016,way_type=user_defined:way_id=80E +edge,7201,7201;41.58915891;-106.1822016:7202;41.58890858;-106.1817351,way_type=user_defined:way_id=80E +edge,7202,7202;41.58890858;-106.1817351:7203;41.58878057;-106.1815033,way_type=user_defined:way_id=80E +edge,7203,7203;41.58878057;-106.1815033:7204;41.58857155;-106.1811309,way_type=user_defined:way_id=80E +edge,7204,7204;41.58857155;-106.1811309:7205;41.58838443;-106.1808019,way_type=user_defined:way_id=80E +edge,7205,7205;41.58838443;-106.1808019:7206;41.58824112;-106.1805533,way_type=user_defined:way_id=80E +edge,7206,7206;41.58824112;-106.1805533:7207;41.58500453;-106.1749762,way_type=user_defined:way_id=80E +edge,7207,7207;41.58500453;-106.1749762:7208;41.58235629;-106.1704204,way_type=user_defined:way_id=80E +edge,7208,7208;41.58235629;-106.1704204:7209;41.58191625;-106.1696656,way_type=user_defined:way_id=80E +edge,7209,7209;41.58191625;-106.1696656:7210;41.58109157;-106.1682384,way_type=user_defined:way_id=80E +edge,7210,7210;41.58109157;-106.1682384:7211;41.58038821;-106.167031,way_type=user_defined:way_id=80E +edge,7211,7211;41.58038821;-106.167031:7212;41.57982266;-106.1660535,way_type=user_defined:way_id=80E +edge,7212,7212;41.57982266;-106.1660535:7213;41.57840133;-106.1636139,way_type=user_defined:way_id=80E +edge,7213,7213;41.57840133;-106.1636139:7214;41.577982;-106.1628903,way_type=user_defined:way_id=80E +edge,7214,7214;41.577982;-106.1628903:7215;41.57755206;-106.1621448,way_type=user_defined:way_id=80E +edge,7215,7215;41.57755206;-106.1621448:7216;41.57712962;-106.161419,way_type=user_defined:way_id=80E +edge,7216,7216;41.57712962;-106.161419:7217;41.57650016;-106.1603303,way_type=user_defined:way_id=80E +edge,7217,7217;41.57650016;-106.1603303:7218;41.57575039;-106.1590459,way_type=user_defined:way_id=80E +edge,7218,7218;41.57575039;-106.1590459:7219;41.57543697;-106.1585032,way_type=user_defined:way_id=80E +edge,7219,7219;41.57543697;-106.1585032:7220;41.57503703;-106.1578149,way_type=user_defined:way_id=80E +edge,7220,7220;41.57503703;-106.1578149:7221;41.57470302;-106.1572315,way_type=user_defined:way_id=80E +edge,7221,7221;41.57470302;-106.1572315:7222;41.57402092;-106.1560768,way_type=user_defined:way_id=80E +edge,7222,7222;41.57402092;-106.1560768:7223;41.57387948;-106.1558374,way_type=user_defined:way_id=80E +edge,7223,7223;41.57387948;-106.1558374:7224;41.57369359;-106.1555171,way_type=user_defined:way_id=80E +edge,7224,7224;41.57369359;-106.1555171:7225;41.57240155;-106.1532662,way_type=user_defined:way_id=80E +edge,7225,7225;41.57240155;-106.1532662:7226;41.57193004;-106.152452,way_type=user_defined:way_id=80E +edge,7226,7226;41.57193004;-106.152452:7227;41.57059255;-106.1501557,way_type=user_defined:way_id=80E +edge,7227,7227;41.57059255;-106.1501557:7228;41.5690678;-106.1475269,way_type=user_defined:way_id=80E +edge,7228,7228;41.5690678;-106.1475269:7229;41.56792213;-106.1455351,way_type=user_defined:way_id=80E +edge,7229,7229;41.56792213;-106.1455351:7230;41.56769916;-106.1451574,way_type=user_defined:way_id=80E +edge,7230,7230;41.56769916;-106.1451574:7231;41.5675969;-106.1449798,way_type=user_defined:way_id=80E +edge,7231,7231;41.5675969;-106.1449798:7232;41.56747348;-106.1447596,way_type=user_defined:way_id=80E +edge,7232,7232;41.56747348;-106.1447596:7233;41.56725902;-106.1443681,way_type=user_defined:way_id=80E +edge,7233,7233;41.56725902;-106.1443681:7234;41.56711591;-106.1440917,way_type=user_defined:way_id=80E +edge,7234,7234;41.56711591;-106.1440917:7235;41.5670004;-106.1438566,way_type=user_defined:way_id=80E +edge,7235,7235;41.5670004;-106.1438566:7236;41.56688048;-106.1436028,way_type=user_defined:way_id=80E +edge,7236,7236;41.56688048;-106.1436028:7237;41.56675477;-106.1433296,way_type=user_defined:way_id=80E +edge,7237,7237;41.56675477;-106.1433296:7238;41.56663206;-106.1430547,way_type=user_defined:way_id=80E +edge,7238,7238;41.56663206;-106.1430547:7239;41.56651954;-106.1427943,way_type=user_defined:way_id=80E +edge,7239,7239;41.56651954;-106.1427943:7240;41.56640273;-106.142515,way_type=user_defined:way_id=80E +edge,7240,7240;41.56640273;-106.142515:7241;41.56628572;-106.1422256,way_type=user_defined:way_id=80E +edge,7241,7241;41.56628572;-106.1422256:7242;41.5661973;-106.142001,way_type=user_defined:way_id=80E +edge,7242,7242;41.5661973;-106.142001:7243;41.56608229;-106.1417002,way_type=user_defined:way_id=80E +edge,7243,7243;41.56608229;-106.1417002:7244;41.56595287;-106.1413448,way_type=user_defined:way_id=80E +edge,7244,7244;41.56595287;-106.1413448:7245;41.56587486;-106.1411233,way_type=user_defined:way_id=80E +edge,7245,7245;41.56587486;-106.1411233:7246;41.56579395;-106.1408844,way_type=user_defined:way_id=80E +edge,7246,7246;41.56579395;-106.1408844:7247;41.56568763;-106.1405549,way_type=user_defined:way_id=80E +edge,7247,7247;41.56568763;-106.1405549:7248;41.56560252;-106.1402773,way_type=user_defined:way_id=80E +edge,7248,7248;41.56560252;-106.1402773:7249;41.56551521;-106.1399807,way_type=user_defined:way_id=80E +edge,7249,7249;41.56551521;-106.1399807:7250;41.56543619;-106.1397007,way_type=user_defined:way_id=80E +edge,7250,7250;41.56543619;-106.1397007:7251;41.56533477;-106.1393194,way_type=user_defined:way_id=80E +edge,7251,7251;41.56533477;-106.1393194:7252;41.56528557;-106.1391282,way_type=user_defined:way_id=80E +edge,7252,7252;41.56528557;-106.1391282:7253;41.56521505;-106.1388431,way_type=user_defined:way_id=80E +edge,7253,7253;41.56521505;-106.1388431:7254;41.56514334;-106.1385387,way_type=user_defined:way_id=80E +edge,7254,7254;41.56514334;-106.1385387:7255;41.56507312;-106.138223,way_type=user_defined:way_id=80E +edge,7255,7255;41.56507312;-106.138223:7256;41.56501441;-106.1379459,way_type=user_defined:way_id=80E +edge,7256,7256;41.56501441;-106.1379459:7257;41.56495169;-106.137637,way_type=user_defined:way_id=80E +edge,7257,7257;41.56495169;-106.137637:7258;41.56489648;-106.1373465,way_type=user_defined:way_id=80E +edge,7258,7258;41.56489648;-106.1373465:7259;41.56484027;-106.1370266,way_type=user_defined:way_id=80E +edge,7259,7259;41.56484027;-106.1370266:7260;41.56479425;-106.1367431,way_type=user_defined:way_id=80E +edge,7260,7260;41.56479425;-106.1367431:7261;41.56475114;-106.1364579,way_type=user_defined:way_id=80E +edge,7261,7261;41.56475114;-106.1364579:7262;41.56465441;-106.1357844,way_type=user_defined:way_id=80E +edge,7262,7262;41.56465441;-106.1357844:7263;41.56451446;-106.1347783,way_type=user_defined:way_id=80E +edge,7263,7263;41.56451446;-106.1347783:7264;41.56428479;-106.133097,way_type=user_defined:way_id=80E +edge,7264,7264;41.56428479;-106.133097:7265;41.56412603;-106.1319179,way_type=user_defined:way_id=80E +edge,7265,7265;41.56412603;-106.1319179:7266;41.56391486;-106.1303851,way_type=user_defined:way_id=80E +edge,7266,7266;41.56391486;-106.1303851:7267;41.56382743;-106.1297308,way_type=user_defined:way_id=80E +edge,7267,7267;41.56382743;-106.1297308:7268;41.56362426;-106.1282317,way_type=user_defined:way_id=80E +edge,7268,7268;41.56362426;-106.1282317:7269;41.56337858;-106.126452,way_type=user_defined:way_id=80E +edge,7269,7269;41.56337858;-106.126452:7270;41.56288741;-106.1228332,way_type=user_defined:way_id=80E +edge,7270,7270;41.56288741;-106.1228332:7271;41.56264123;-106.1210501,way_type=user_defined:way_id=80E +edge,7271,7271;41.56264123;-106.1210501:7272;41.5625539;-106.1204024,way_type=user_defined:way_id=80E +edge,7272,7272;41.5625539;-106.1204024:7273;41.56243276;-106.11952,way_type=user_defined:way_id=80E +edge,7273,7273;41.56243276;-106.11952:7274;41.56210405;-106.1170817,way_type=user_defined:way_id=80E +edge,7274,7274;41.56210405;-106.1170817:7275;41.56185116;-106.115269,way_type=user_defined:way_id=80E +edge,7275,7275;41.56185116;-106.115269:7276;41.56180495;-106.114946,way_type=user_defined:way_id=80E +edge,7276,7276;41.56180495;-106.114946:7277;41.56172082;-106.114377,way_type=user_defined:way_id=80E +edge,7277,7277;41.56172082;-106.114377:7278;41.56166851;-106.1140561,way_type=user_defined:way_id=80E +edge,7278,7278;41.56166851;-106.1140561:7279;41.5616177;-106.1137728,way_type=user_defined:way_id=80E +edge,7279,7279;41.5616177;-106.1137728:7280;41.56155888;-106.1134626,way_type=user_defined:way_id=80E +edge,7280,7280;41.56155888;-106.1134626:7281;41.56149487;-106.1131447,way_type=user_defined:way_id=80E +edge,7281,7281;41.56149487;-106.1131447:7282;41.56143495;-106.1128645,way_type=user_defined:way_id=80E +edge,7282,7282;41.56143495;-106.1128645:7283;41.56137134;-106.112586,way_type=user_defined:way_id=80E +edge,7283,7283;41.56137134;-106.112586:7284;41.56129573;-106.1122731,way_type=user_defined:way_id=80E +edge,7284,7284;41.56129573;-106.1122731:7285;41.56121931;-106.1119696,way_type=user_defined:way_id=80E +edge,7285,7285;41.56121931;-106.1119696:7286;41.5611445;-106.1116855,way_type=user_defined:way_id=80E +edge,7286,7286;41.5611445;-106.1116855:7287;41.56106798;-106.1114117,way_type=user_defined:way_id=80E +edge,7287,7287;41.56106798;-106.1114117:7288;41.56098057;-106.1111133,way_type=user_defined:way_id=80E +edge,7288,7288;41.56098057;-106.1111133:7289;41.56088716;-106.1108083,way_type=user_defined:way_id=80E +edge,7289,7289;41.56088716;-106.1108083:7290;41.56080394;-106.1105491,way_type=user_defined:way_id=80E +edge,7290,7290;41.56080394;-106.1105491:7291;41.56070023;-106.1102403,way_type=user_defined:way_id=80E +edge,7291,7291;41.56070023;-106.1102403:7292;41.56060871;-106.1099769,way_type=user_defined:way_id=80E +edge,7292,7292;41.56060871;-106.1099769:7293;41.5605053;-106.1096887,way_type=user_defined:way_id=80E +edge,7293,7293;41.5605053;-106.1096887:7294;41.56039259;-106.109386,way_type=user_defined:way_id=80E +edge,7294,7294;41.56039259;-106.109386:7295;41.56029667;-106.1091348,way_type=user_defined:way_id=80E +edge,7295,7295;41.56029667;-106.1091348:7296;41.56019236;-106.1088685,way_type=user_defined:way_id=80E +edge,7296,7296;41.56019236;-106.1088685:7297;41.56007805;-106.1085872,way_type=user_defined:way_id=80E +edge,7297,7297;41.56007805;-106.1085872:7298;41.55995573;-106.1083004,way_type=user_defined:way_id=80E +edge,7298,7298;41.55995573;-106.1083004:7299;41.55984452;-106.1080498,way_type=user_defined:way_id=80E +edge,7299,7299;41.55984452;-106.1080498:7300;41.55974191;-106.1078253,way_type=user_defined:way_id=80E +edge,7300,7300;41.55974191;-106.1078253:7301;41.55972249;-106.107784,way_type=user_defined:way_id=80E +edge,7301,7301;41.55972249;-106.107784:7302;41.55959629;-106.1075158,way_type=user_defined:way_id=80E +edge,7302,7302;41.55959629;-106.1075158:7303;41.55946618;-106.1072485,way_type=user_defined:way_id=80E +edge,7303,7303;41.55946618;-106.1072485:7304;41.55934067;-106.1070009,way_type=user_defined:way_id=80E +edge,7304,7304;41.55934067;-106.1070009:7305;41.55922065;-106.1067705,way_type=user_defined:way_id=80E +edge,7305,7305;41.55922065;-106.1067705:7306;41.55892923;-106.1062213,way_type=user_defined:way_id=80E +edge,7306,7306;41.55892923;-106.1062213:7307;41.55837437;-106.1051986,way_type=user_defined:way_id=80E +edge,7307,7307;41.55837437;-106.1051986:7308;41.5576144;-106.1037744,way_type=user_defined:way_id=80E +edge,7308,7308;41.5576144;-106.1037744:7309;41.55653189;-106.1017624,way_type=user_defined:way_id=80E +edge,7309,7309;41.55653189;-106.1017624:7310;41.55615626;-106.101059,way_type=user_defined:way_id=80E +edge,7310,7310;41.55615626;-106.101059:7311;41.55504785;-106.098993,way_type=user_defined:way_id=80E +edge,7311,7311;41.55504785;-106.098993:7312;41.554521;-106.0980171,way_type=user_defined:way_id=80E +edge,7312,7312;41.554521;-106.0980171:7313;41.55402235;-106.0970857,way_type=user_defined:way_id=80E +edge,7313,7313;41.55402235;-106.0970857:7314;41.55315767;-106.0954785,way_type=user_defined:way_id=80E +edge,7314,7314;41.55315767;-106.0954785:7315;41.55278833;-106.094804,way_type=user_defined:way_id=80E +edge,7315,7315;41.55278833;-106.094804:7316;41.55264082;-106.0945384,way_type=user_defined:way_id=80E +edge,7316,7316;41.55264082;-106.0945384:7317;41.55250931;-106.0943058,way_type=user_defined:way_id=80E +edge,7317,7317;41.55250931;-106.0943058:7318;41.55234449;-106.0940235,way_type=user_defined:way_id=80E +edge,7318,7318;41.55234449;-106.0940235:7319;41.55222598;-106.0938271,way_type=user_defined:way_id=80E +edge,7319,7319;41.55222598;-106.0938271:7320;41.55208567;-106.0936028,way_type=user_defined:way_id=80E +edge,7320,7320;41.55208567;-106.0936028:7321;41.55194266;-106.0933802,way_type=user_defined:way_id=80E +edge,7321,7321;41.55194266;-106.0933802:7322;41.55183475;-106.093216,way_type=user_defined:way_id=80E +edge,7322,7322;41.55183475;-106.093216:7323;41.55163483;-106.0929185,way_type=user_defined:way_id=80E +edge,7323,7323;41.55163483;-106.0929185:7324;41.55147362;-106.0926886,way_type=user_defined:way_id=80E +edge,7324,7324;41.55147362;-106.0926886:7325;41.55131901;-106.0924763,way_type=user_defined:way_id=80E +edge,7325,7325;41.55131901;-106.0924763:7326;41.5511671;-106.0922735,way_type=user_defined:way_id=80E +edge,7326,7326;41.5511671;-106.0922735:7327;41.55098739;-106.09204,way_type=user_defined:way_id=80E +edge,7327,7327;41.55098739;-106.09204:7328;41.55093178;-106.09197,way_type=user_defined:way_id=80E +edge,7328,7328;41.55093178;-106.09197:7329;41.55081507;-106.0918237,way_type=user_defined:way_id=80E +edge,7329,7329;41.55081507;-106.0918237:7330;41.55065606;-106.0916306,way_type=user_defined:way_id=80E +edge,7330,7330;41.55065606;-106.0916306:7331;41.55034434;-106.091264,way_type=user_defined:way_id=80E +edge,7331,7331;41.55034434;-106.091264:7332;41.55013213;-106.0910217,way_type=user_defined:way_id=80E +edge,7332,7332;41.55013213;-106.0910217:7333;41.54995052;-106.0908198,way_type=user_defined:way_id=80E +edge,7333,7333;41.54995052;-106.0908198:7334;41.54978331;-106.0906392,way_type=user_defined:way_id=80E +edge,7334,7334;41.54978331;-106.0906392:7335;41.5495914;-106.0904382,way_type=user_defined:way_id=80E +edge,7335,7335;41.5495914;-106.0904382:7336;41.54922627;-106.0900638,way_type=user_defined:way_id=80E +edge,7336,7336;41.54922627;-106.0900638:7337;41.54868104;-106.0895137,way_type=user_defined:way_id=80E +edge,7337,7337;41.54868104;-106.0895137:7338;41.54831502;-106.0891415,way_type=user_defined:way_id=80E +edge,7338,7338;41.54831502;-106.0891415:7339;41.54721295;-106.0880083,way_type=user_defined:way_id=80E +edge,7339,7339;41.54721295;-106.0880083:7340;41.5467697;-106.0875545,way_type=user_defined:way_id=80E +edge,7340,7340;41.5467697;-106.0875545:7341;41.5463094;-106.0870833,way_type=user_defined:way_id=80E +edge,7341,7341;41.5463094;-106.0870833:7342;41.5463094;-106.0870833,way_type=user_defined:way_id=80E +edge,7342,7342;41.5463094;-106.0870833:7343;41.5457487;-106.0865131,way_type=user_defined:way_id=80E +edge,7343,7343;41.5457487;-106.0865131:7344;41.54532567;-106.0860785,way_type=user_defined:way_id=80E +edge,7344,7344;41.54532567;-106.0860785:7345;41.5447944;-106.0855327,way_type=user_defined:way_id=80E +edge,7345,7345;41.5447944;-106.0855327:7346;41.5427733;-106.0834663,way_type=user_defined:way_id=80E +edge,7346,7346;41.5427733;-106.0834663:7347;41.5427733;-106.0834663,way_type=user_defined:way_id=80E +edge,7347,7347;41.5427733;-106.0834663:7348;41.541514;-106.0821771,way_type=user_defined:way_id=80E +edge,7348,7348;41.541514;-106.0821771:7349;41.5407177;-106.0813697,way_type=user_defined:way_id=80E +edge,7349,7349;41.5407177;-106.0813697:7350;41.54036732;-106.0810115,way_type=user_defined:way_id=80E +edge,7350,7350;41.54036732;-106.0810115:7351;41.5393328;-106.079954,way_type=user_defined:way_id=80E +edge,7351,7351;41.5393328;-106.079954:7352;41.5385958;-106.0792051,way_type=user_defined:way_id=80E +edge,7352,7352;41.5385958;-106.0792051:7353;41.5381878;-106.0787879,way_type=user_defined:way_id=80E +edge,7353,7353;41.5381878;-106.0787879:7354;41.5381878;-106.0787879,way_type=user_defined:way_id=80E +edge,7354,7354;41.5381878;-106.0787879:7355;41.537844;-106.07844,way_type=user_defined:way_id=80E +edge,7355,7355;41.537844;-106.07844:7356;41.5375333;-106.0781305,way_type=user_defined:way_id=80E +edge,7356,7356;41.5375333;-106.0781305:7357;41.5369399;-106.0775487,way_type=user_defined:way_id=80E +edge,7357,7357;41.5369399;-106.0775487:7358;41.536528;-106.0771388,way_type=user_defined:way_id=80E +edge,7358,7358;41.536528;-106.0771388:7359;41.53640543;-106.077018,way_type=user_defined:way_id=80E +edge,7359,7359;41.53640543;-106.077018:7360;41.5356278;-106.0762514,way_type=user_defined:way_id=80E +edge,7360,7360;41.5356278;-106.0762514:7361;41.5351073;-106.075734,way_type=user_defined:way_id=80E +edge,7361,7361;41.5351073;-106.075734:7362;41.5341645;-106.0748009,way_type=user_defined:way_id=80E +edge,7362,7362;41.5341645;-106.0748009:7363;41.5331997;-106.073853,way_type=user_defined:way_id=80E +edge,7363,7363;41.5331997;-106.073853:7364;41.5324043;-106.0730673,way_type=user_defined:way_id=80E +edge,7364,7364;41.5324043;-106.0730673:7365;41.53041316;-106.0711132,way_type=user_defined:way_id=80E +edge,7365,7365;41.53041316;-106.0711132:7366;41.53041316;-106.0711132,way_type=user_defined:way_id=80E +edge,7366,7366;41.53041316;-106.0711132:7367;41.529906;-106.0706155,way_type=user_defined:way_id=80E +edge,7367,7367;41.529906;-106.0706155:7368;41.5296242;-106.0703363,way_type=user_defined:way_id=80E +edge,7368,7368;41.5296242;-106.0703363:7369;41.5290262;-106.0697283,way_type=user_defined:way_id=80E +edge,7369,7369;41.5290262;-106.0697283:7370;41.5289421;-106.0696413,way_type=user_defined:way_id=80E +edge,7370,7370;41.5289421;-106.0696413:7371;41.5287726;-106.0694605,way_type=user_defined:way_id=80E +edge,7371,7371;41.5287726;-106.0694605:7372;41.5286038;-106.0692737,way_type=user_defined:way_id=80E +edge,7372,7372;41.5286038;-106.0692737:7373;41.5284426;-106.0690856,way_type=user_defined:way_id=80E +edge,7373,7373;41.5284426;-106.0690856:7374;41.5282577;-106.0688572,way_type=user_defined:way_id=80E +edge,7374,7374;41.5282577;-106.0688572:7375;41.528086;-106.0686328,way_type=user_defined:way_id=80E +edge,7375,7375;41.528086;-106.0686328:7376;41.5279169;-106.0684025,way_type=user_defined:way_id=80E +edge,7376,7376;41.5279169;-106.0684025:7377;41.5277664;-106.068188,way_type=user_defined:way_id=80E +edge,7377,7377;41.5277664;-106.068188:7378;41.52762;-106.0679693,way_type=user_defined:way_id=80E +edge,7378,7378;41.52762;-106.0679693:7379;41.5274581;-106.067719,way_type=user_defined:way_id=80E +edge,7379,7379;41.5274581;-106.067719:7380;41.527318;-106.0674945,way_type=user_defined:way_id=80E +edge,7380,7380;41.527318;-106.0674945:7381;41.5271684;-106.0672441,way_type=user_defined:way_id=80E +edge,7381,7381;41.5271684;-106.0672441:7382;41.5270363;-106.0670124,way_type=user_defined:way_id=80E +edge,7382,7382;41.5270363;-106.0670124:7383;41.5268908;-106.0667454,way_type=user_defined:way_id=80E +edge,7383,7383;41.5268908;-106.0667454:7384;41.5267703;-106.0665128,way_type=user_defined:way_id=80E +edge,7384,7384;41.5267703;-106.0665128:7385;41.5266305;-106.0662294,way_type=user_defined:way_id=80E +edge,7385,7385;41.5266305;-106.0662294:7386;41.5265041;-106.0659571,way_type=user_defined:way_id=80E +edge,7386,7386;41.5265041;-106.0659571:7387;41.5263929;-106.0657057,way_type=user_defined:way_id=80E +edge,7387,7387;41.5263929;-106.0657057:7388;41.5262719;-106.0654182,way_type=user_defined:way_id=80E +edge,7388,7388;41.5262719;-106.0654182:7389;41.526169;-106.0651604,way_type=user_defined:way_id=80E +edge,7389,7389;41.526169;-106.0651604:7390;41.5260604;-106.0648745,way_type=user_defined:way_id=80E +edge,7390,7390;41.5260604;-106.0648745:7391;41.5257524;-106.064026,way_type=user_defined:way_id=80E +edge,7391,7391;41.5257524;-106.064026:7392;41.5255514;-106.0634773,way_type=user_defined:way_id=80E +edge,7392,7392;41.5255514;-106.0634773:7393;41.5252442;-106.062622,way_type=user_defined:way_id=80E +edge,7393,7393;41.5252442;-106.062622:7394;41.5251429;-106.0623507,way_type=user_defined:way_id=80E +edge,7394,7394;41.5251429;-106.0623507:7395;41.5250467;-106.0621027,way_type=user_defined:way_id=80E +edge,7395,7395;41.5250467;-106.0621027:7396;41.5249259;-106.0618033,way_type=user_defined:way_id=80E +edge,7396,7396;41.5249259;-106.0618033:7397;41.5248219;-106.0615589,way_type=user_defined:way_id=80E +edge,7397,7397;41.5248219;-106.0615589:7398;41.5247666;-106.0614352,way_type=user_defined:way_id=80E +edge,7398,7398;41.5247666;-106.0614352:7399;41.524692;-106.0612704,way_type=user_defined:way_id=80E +edge,7399,7399;41.524692;-106.0612704:7400;41.5245792;-106.0610346,way_type=user_defined:way_id=80E +edge,7400,7400;41.5245792;-106.0610346:7401;41.5244433;-106.0607639,way_type=user_defined:way_id=80E +edge,7401,7401;41.5244433;-106.0607639:7402;41.5243149;-106.0605213,way_type=user_defined:way_id=80E +edge,7402,7402;41.5243149;-106.0605213:7403;41.5241851;-106.0602924,way_type=user_defined:way_id=80E +edge,7403,7403;41.5241851;-106.0602924:7404;41.5240314;-106.0600398,way_type=user_defined:way_id=80E +edge,7404,7404;41.5240314;-106.0600398:7405;41.5238906;-106.0598235,way_type=user_defined:way_id=80E +edge,7405,7405;41.5238906;-106.0598235:7406;41.5238328;-106.0597385,way_type=user_defined:way_id=80E +edge,7406,7406;41.5238328;-106.0597385:7407;41.5237211;-106.0595768,way_type=user_defined:way_id=80E +edge,7407,7407;41.5237211;-106.0595768:7408;41.5235666;-106.0593645,way_type=user_defined:way_id=80E +edge,7408,7408;41.5235666;-106.0593645:7409;41.5233923;-106.0591387,way_type=user_defined:way_id=80E +edge,7409,7409;41.5233923;-106.0591387:7410;41.5232288;-106.0589396,way_type=user_defined:way_id=80E +edge,7410,7410;41.5232288;-106.0589396:7411;41.5230663;-106.0587535,way_type=user_defined:way_id=80E +edge,7411,7411;41.5230663;-106.0587535:7412;41.5228725;-106.0585436,way_type=user_defined:way_id=80E +edge,7412,7412;41.5228725;-106.0585436:7413;41.5227032;-106.0583695,way_type=user_defined:way_id=80E +edge,7413,7413;41.5227032;-106.0583695:7414;41.5225257;-106.0581953,way_type=user_defined:way_id=80E +edge,7414,7414;41.5225257;-106.0581953:7415;41.5223272;-106.058013,way_type=user_defined:way_id=80E +edge,7415,7415;41.5223272;-106.058013:7416;41.522148;-106.0578616,way_type=user_defined:way_id=80E +edge,7416,7416;41.522148;-106.0578616:7417;41.5219542;-106.0577082,way_type=user_defined:way_id=80E +edge,7417,7417;41.5219542;-106.0577082:7418;41.5217446;-106.0575524,way_type=user_defined:way_id=80E +edge,7418,7418;41.5217446;-106.0575524:7419;41.5215499;-106.0574182,way_type=user_defined:way_id=80E +edge,7419,7419;41.5215499;-106.0574182:7420;41.5213511;-106.0572906,way_type=user_defined:way_id=80E +edge,7420,7420;41.5213511;-106.0572906:7421;41.5211028;-106.0571425,way_type=user_defined:way_id=80E +edge,7421,7421;41.5211028;-106.0571425:7422;41.520924;-106.057043,way_type=user_defined:way_id=80E +edge,7422,7422;41.520924;-106.057043:7423;41.5207032;-106.0569293,way_type=user_defined:way_id=80E +edge,7423,7423;41.5207032;-106.0569293:7424;41.5204932;-106.0568309,way_type=user_defined:way_id=80E +edge,7424,7424;41.5204932;-106.0568309:7425;41.5203426;-106.0567669,way_type=user_defined:way_id=80E +edge,7425,7425;41.5203426;-106.0567669:7426;41.5202605;-106.0567325,way_type=user_defined:way_id=80E +edge,7426,7426;41.5202605;-106.0567325:7427;41.5200527;-106.0566539,way_type=user_defined:way_id=80E +edge,7427,7427;41.5200527;-106.0566539:7428;41.5198164;-106.0565723,way_type=user_defined:way_id=80E +edge,7428,7428;41.5198164;-106.0565723:7429;41.5196066;-106.056506,way_type=user_defined:way_id=80E +edge,7429,7429;41.5196066;-106.056506:7430;41.5193892;-106.0564421,way_type=user_defined:way_id=80E +edge,7430,7430;41.5193892;-106.0564421:7431;41.5191566;-106.0563798,way_type=user_defined:way_id=80E +edge,7431,7431;41.5191566;-106.0563798:7432;41.5184266;-106.0561983,way_type=user_defined:way_id=80E +edge,7432,7432;41.5184266;-106.0561983:7433;41.5180005;-106.0560903,way_type=user_defined:way_id=80E +edge,7433,7433;41.5180005;-106.0560903:7434;41.5168993;-106.0558056,way_type=user_defined:way_id=80E +edge,7434,7434;41.5168993;-106.0558056:7435;41.5157473;-106.0555102,way_type=user_defined:way_id=80E +edge,7435,7435;41.5157473;-106.0555102:7436;41.5139597;-106.0550451,way_type=user_defined:way_id=80E +edge,7436,7436;41.5139597;-106.0550451:7437;41.51344548;-106.0549161,way_type=user_defined:way_id=80E +edge,7437,7437;41.51344548;-106.0549161:7438;41.51344548;-106.0549161,way_type=user_defined:way_id=80E +edge,7438,7438;41.51344548;-106.0549161:7439;41.5125313;-106.0546835,way_type=user_defined:way_id=80E +edge,7439,7439;41.5125313;-106.0546835:7440;41.5112164;-106.0543534,way_type=user_defined:way_id=80E +edge,7440,7440;41.5112164;-106.0543534:7441;41.5107065;-106.0542207,way_type=user_defined:way_id=80E +edge,7441,7441;41.5107065;-106.0542207:7442;41.5101037;-106.0540674,way_type=user_defined:way_id=80E +edge,7442,7442;41.5101037;-106.0540674:7443;41.5091921;-106.0538326,way_type=user_defined:way_id=80E +edge,7443,7443;41.5091921;-106.0538326:7444;41.5085185;-106.0536565,way_type=user_defined:way_id=80E +edge,7444,7444;41.5085185;-106.0536565:7445;41.5078839;-106.0534871,way_type=user_defined:way_id=80E +edge,7445,7445;41.5078839;-106.0534871:7446;41.5076193;-106.0534136,way_type=user_defined:way_id=80E +edge,7446,7446;41.5076193;-106.0534136:7447;41.5071895;-106.0532884,way_type=user_defined:way_id=80E +edge,7447,7447;41.5071895;-106.0532884:7448;41.5069823;-106.0532237,way_type=user_defined:way_id=80E +edge,7448,7448;41.5069823;-106.0532237:7449;41.5067689;-106.0531515,way_type=user_defined:way_id=80E +edge,7449,7449;41.5067689;-106.0531515:7450;41.5064802;-106.0530458,way_type=user_defined:way_id=80E +edge,7450,7450;41.5064802;-106.0530458:7451;41.5063224;-106.0529857,way_type=user_defined:way_id=80E +edge,7451,7451;41.5063224;-106.0529857:7452;41.5061106;-106.0529019,way_type=user_defined:way_id=80E +edge,7452,7452;41.5061106;-106.0529019:7453;41.5059065;-106.0528161,way_type=user_defined:way_id=80E +edge,7453,7453;41.5059065;-106.0528161:7454;41.5056832;-106.0527154,way_type=user_defined:way_id=80E +edge,7454,7454;41.5056832;-106.0527154:7455;41.5054754;-106.0526157,way_type=user_defined:way_id=80E +edge,7455,7455;41.5054754;-106.0526157:7456;41.5052478;-106.0525023,way_type=user_defined:way_id=80E +edge,7456,7456;41.5052478;-106.0525023:7457;41.5050407;-106.052396,way_type=user_defined:way_id=80E +edge,7457,7457;41.5050407;-106.052396:7458;41.5047629;-106.0522495,way_type=user_defined:way_id=80E +edge,7458,7458;41.5047629;-106.0522495:7459;41.5044159;-106.0520598,way_type=user_defined:way_id=80E +edge,7459,7459;41.5044159;-106.0520598:7460;41.5037598;-106.0516923,way_type=user_defined:way_id=80E +edge,7460,7460;41.5037598;-106.0516923:7461;41.5029557;-106.051248,way_type=user_defined:way_id=80E +edge,7461,7461;41.5029557;-106.051248:7462;41.5017477;-106.0505684,way_type=user_defined:way_id=80E +edge,7462,7462;41.5017477;-106.0505684:7463;41.5010021;-106.0501518,way_type=user_defined:way_id=80E +edge,7463,7463;41.5010021;-106.0501518:7464;41.500799;-106.0500344,way_type=user_defined:way_id=80E +edge,7464,7464;41.500799;-106.0500344:7465;41.5003807;-106.0497866,way_type=user_defined:way_id=80E +edge,7465,7465;41.5003807;-106.0497866:7466;41.5001598;-106.0496513,way_type=user_defined:way_id=80E +edge,7466,7466;41.5001598;-106.0496513:7467;41.4999855;-106.0495405,way_type=user_defined:way_id=80E +edge,7467,7467;41.4999855;-106.0495405:7468;41.4997686;-106.0493945,way_type=user_defined:way_id=80E +edge,7468,7468;41.4997686;-106.0493945:7469;41.4995732;-106.049255,way_type=user_defined:way_id=80E +edge,7469,7469;41.4995732;-106.049255:7470;41.49939486;-106.0491242,way_type=user_defined:way_id=80E +edge,7470,7470;41.49939486;-106.0491242:7471;41.49929057;-106.0490528,way_type=user_defined:way_id=80E +edge,7471,7471;41.49929057;-106.0490528:7472;41.49919609;-106.0489765,way_type=user_defined:way_id=80E +edge,7472,7472;41.49919609;-106.0489765:7473;41.4989622;-106.0487982,way_type=user_defined:way_id=80E +edge,7473,7473;41.4989622;-106.0487982:7474;41.4987479;-106.0486274,way_type=user_defined:way_id=80E +edge,7474,7474;41.4987479;-106.0486274:7475;41.4985665;-106.0484765,way_type=user_defined:way_id=80E +edge,7475,7475;41.4985665;-106.0484765:7476;41.498381;-106.0483166,way_type=user_defined:way_id=80E +edge,7476,7476;41.498381;-106.0483166:7477;41.4981968;-106.048154,way_type=user_defined:way_id=80E +edge,7477,7477;41.4981968;-106.048154:7478;41.4980198;-106.0479939,way_type=user_defined:way_id=80E +edge,7478,7478;41.4980198;-106.0479939:7479;41.4978209;-106.0478089,way_type=user_defined:way_id=80E +edge,7479,7479;41.4978209;-106.0478089:7480;41.4976413;-106.0476363,way_type=user_defined:way_id=80E +edge,7480,7480;41.4976413;-106.0476363:7481;41.4974521;-106.0474473,way_type=user_defined:way_id=80E +edge,7481,7481;41.4974521;-106.0474473:7482;41.4972769;-106.0472652,way_type=user_defined:way_id=80E +edge,7482,7482;41.4972769;-106.0472652:7483;41.497125;-106.047104,way_type=user_defined:way_id=80E +edge,7483,7483;41.497125;-106.047104:7484;41.4968957;-106.0468559,way_type=user_defined:way_id=80E +edge,7484,7484;41.4968957;-106.0468559:7485;41.4967294;-106.0466708,way_type=user_defined:way_id=80E +edge,7485,7485;41.4967294;-106.0466708:7486;41.4965643;-106.0464817,way_type=user_defined:way_id=80E +edge,7486,7486;41.4965643;-106.0464817:7487;41.4963854;-106.0462698,way_type=user_defined:way_id=80E +edge,7487,7487;41.4963854;-106.0462698:7488;41.4961833;-106.0460203,way_type=user_defined:way_id=80E +edge,7488,7488;41.4961833;-106.0460203:7489;41.496045;-106.0458445,way_type=user_defined:way_id=80E +edge,7489,7489;41.496045;-106.0458445:7490;41.4958727;-106.04562,way_type=user_defined:way_id=80E +edge,7490,7490;41.4958727;-106.04562:7491;41.495697;-106.0453832,way_type=user_defined:way_id=80E +edge,7491,7491;41.495697;-106.0453832:7492;41.4955513;-106.0451796,way_type=user_defined:way_id=80E +edge,7492,7492;41.4955513;-106.0451796:7493;41.4953819;-106.044936,way_type=user_defined:way_id=80E +edge,7493,7493;41.4953819;-106.044936:7494;41.4951985;-106.044663,way_type=user_defined:way_id=80E +edge,7494,7494;41.4951985;-106.044663:7495;41.4950767;-106.0444771,way_type=user_defined:way_id=80E +edge,7495,7495;41.4950767;-106.0444771:7496;41.4949205;-106.0442333,way_type=user_defined:way_id=80E +edge,7496,7496;41.4949205;-106.0442333:7497;41.4947634;-106.0439811,way_type=user_defined:way_id=80E +edge,7497,7497;41.4947634;-106.0439811:7498;41.4945468;-106.0436254,way_type=user_defined:way_id=80E +edge,7498,7498;41.4945468;-106.0436254:7499;41.4941973;-106.0430411,way_type=user_defined:way_id=80E +edge,7499,7499;41.4941973;-106.0430411:7500;41.4937565;-106.0422975,way_type=user_defined:way_id=80E +edge,7500,7500;41.4937565;-106.0422975:7501;41.4931182;-106.0412162,way_type=user_defined:way_id=80E +edge,7501,7501;41.4931182;-106.0412162:7502;41.4924607;-106.0400981,way_type=user_defined:way_id=80E +edge,7502,7502;41.4924607;-106.0400981:7503;41.4918807;-106.0391011,way_type=user_defined:way_id=80E +edge,7503,7503;41.4918807;-106.0391011:7504;41.4914628;-106.0383772,way_type=user_defined:way_id=80E +edge,7504,7504;41.4914628;-106.0383772:7505;41.491313;-106.0381147,way_type=user_defined:way_id=80E +edge,7505,7505;41.491313;-106.0381147:7506;41.4911697;-106.0378583,way_type=user_defined:way_id=80E +edge,7506,7506;41.4911697;-106.0378583:7507;41.4910364;-106.037616,way_type=user_defined:way_id=80E +edge,7507,7507;41.4910364;-106.037616:7508;41.4906235;-106.036856,way_type=user_defined:way_id=80E +edge,7508,7508;41.4906235;-106.036856:7509;41.4900861;-106.0358553,way_type=user_defined:way_id=80E +edge,7509,7509;41.4900861;-106.0358553:7510;41.4891668;-106.0341358,way_type=user_defined:way_id=80E +edge,7510,7510;41.4891668;-106.0341358:7511;41.4888692;-106.0335757,way_type=user_defined:way_id=80E +edge,7511,7511;41.4888692;-106.0335757:7512;41.4880859;-106.0320938,way_type=user_defined:way_id=80E +edge,7512,7512;41.4880859;-106.0320938:7513;41.4875481;-106.0310931,way_type=user_defined:way_id=80E +edge,7513,7513;41.4875481;-106.0310931:7514;41.4867981;-106.0296719,way_type=user_defined:way_id=80E +edge,7514,7514;41.4867981;-106.0296719:7515;41.4858394;-106.0278661,way_type=user_defined:way_id=80E +edge,7515,7515;41.4858394;-106.0278661:7516;41.4851652;-106.0265904,way_type=user_defined:way_id=80E +edge,7516,7516;41.4851652;-106.0265904:7517;41.4847461;-106.0257909,way_type=user_defined:way_id=80E +edge,7517,7517;41.4847461;-106.0257909:7518;41.4845147;-106.0253572,way_type=user_defined:way_id=80E +edge,7518,7518;41.4845147;-106.0253572:7519;41.4845147;-106.0253572,way_type=user_defined:way_id=80E +edge,7519,7519;41.4845147;-106.0253572:7520;41.4842087;-106.0247848,way_type=user_defined:way_id=80E +edge,7520,7520;41.4842087;-106.0247848:7521;41.4836875;-106.023798,way_type=user_defined:way_id=80E +edge,7521,7521;41.4836875;-106.023798:7522;41.4831433;-106.0227723,way_type=user_defined:way_id=80E +edge,7522,7522;41.4831433;-106.0227723:7523;41.4826211;-106.0217934,way_type=user_defined:way_id=80E +edge,7523,7523;41.4826211;-106.0217934:7524;41.482337;-106.0212578,way_type=user_defined:way_id=80E +edge,7524,7524;41.482337;-106.0212578:7525;41.4820519;-106.0207259,way_type=user_defined:way_id=80E +edge,7525,7525;41.4820519;-106.0207259:7526;41.48166784;-106.0200012,way_type=user_defined:way_id=80E +edge,7526,7526;41.48166784;-106.0200012:7527;41.4797179;-106.0163223,way_type=user_defined:way_id=80E +edge,7527,7527;41.4797179;-106.0163223:7528;41.4792766;-106.0154958,way_type=user_defined:way_id=80E +edge,7528,7528;41.4792766;-106.0154958:7529;41.4787419;-106.0144884,way_type=user_defined:way_id=80E +edge,7529,7529;41.4787419;-106.0144884:7530;41.4781432;-106.013365,way_type=user_defined:way_id=80E +edge,7530,7530;41.4781432;-106.013365:7531;41.4775428;-106.0122281,way_type=user_defined:way_id=80E +edge,7531,7531;41.4775428;-106.0122281:7532;41.476648;-106.0105499,way_type=user_defined:way_id=80E +edge,7532,7532;41.476648;-106.0105499:7533;41.4752687;-106.0079488,way_type=user_defined:way_id=80E +edge,7533,7533;41.4752687;-106.0079488:7534;41.4745157;-106.0065371,way_type=user_defined:way_id=80E +edge,7534,7534;41.4745157;-106.0065371:7535;41.4741223;-106.005792,way_type=user_defined:way_id=80E +edge,7535,7535;41.4741223;-106.005792:7536;41.4733221;-106.0042853,way_type=user_defined:way_id=80E +edge,7536,7536;41.4733221;-106.0042853:7537;41.4725172;-106.0027775,way_type=user_defined:way_id=80E +edge,7537,7537;41.4725172;-106.0027775:7538;41.4715364;-106.0009218,way_type=user_defined:way_id=80E +edge,7538,7538;41.4715364;-106.0009218:7539;41.4709033;-105.9997352,way_type=user_defined:way_id=80E +edge,7539,7539;41.4709033;-105.9997352:7540;41.4705101;-105.9989931,way_type=user_defined:way_id=80E +edge,7540,7540;41.4705101;-105.9989931:7541;41.4698473;-105.9977493,way_type=user_defined:way_id=80E +edge,7541,7541;41.4698473;-105.9977493:7542;41.4694553;-105.9970094,way_type=user_defined:way_id=80E +edge,7542,7542;41.4694553;-105.9970094:7543;41.468919;-105.9960054,way_type=user_defined:way_id=80E +edge,7543,7543;41.468919;-105.9960054:7544;41.4683692;-105.9949658,way_type=user_defined:way_id=80E +edge,7544,7544;41.4683692;-105.9949658:7545;41.467692;-105.993692,way_type=user_defined:way_id=80E +edge,7545,7545;41.467692;-105.993692:7546;41.4668926;-105.9921816,way_type=user_defined:way_id=80E +edge,7546,7546;41.4668926;-105.9921816:7547;41.4663389;-105.9911442,way_type=user_defined:way_id=80E +edge,7547,7547;41.4663389;-105.9911442:7548;41.4656509;-105.9898457,way_type=user_defined:way_id=80E +edge,7548,7548;41.4656509;-105.9898457:7549;41.4648622;-105.9883639,way_type=user_defined:way_id=80E +edge,7549,7549;41.4648622;-105.9883639:7550;41.46406;-105.9868514,way_type=user_defined:way_id=80E +edge,7550,7550;41.46406;-105.9868514:7551;41.4632518;-105.9853379,way_type=user_defined:way_id=80E +edge,7551,7551;41.4632518;-105.9853379:7552;41.4631286;-105.9851097,way_type=user_defined:way_id=80E +edge,7552,7552;41.4631286;-105.9851097:7553;41.4629827;-105.9848439,way_type=user_defined:way_id=80E +edge,7553,7553;41.4629827;-105.9848439:7554;41.462855;-105.9846176,way_type=user_defined:way_id=80E +edge,7554,7554;41.462855;-105.9846176:7555;41.4626976;-105.9843495,way_type=user_defined:way_id=80E +edge,7555,7555;41.4626976;-105.9843495:7556;41.4625445;-105.9841007,way_type=user_defined:way_id=80E +edge,7556,7556;41.4625445;-105.9841007:7557;41.4624021;-105.9838773,way_type=user_defined:way_id=80E +edge,7557,7557;41.4624021;-105.9838773:7558;41.4622425;-105.9836365,way_type=user_defined:way_id=80E +edge,7558,7558;41.4622425;-105.9836365:7559;41.4620896;-105.9834148,way_type=user_defined:way_id=80E +edge,7559,7559;41.4620896;-105.9834148:7560;41.4619234;-105.9831843,way_type=user_defined:way_id=80E +edge,7560,7560;41.4619234;-105.9831843:7561;41.4617743;-105.982985,way_type=user_defined:way_id=80E +edge,7561,7561;41.4617743;-105.982985:7562;41.4616915;-105.9828776,way_type=user_defined:way_id=80E +edge,7562,7562;41.4616915;-105.9828776:7563;41.4615925;-105.9827501,way_type=user_defined:way_id=80E +edge,7563,7563;41.4615925;-105.9827501:7564;41.4614345;-105.9825528,way_type=user_defined:way_id=80E +edge,7564,7564;41.4614345;-105.9825528:7565;41.4612529;-105.9823341,way_type=user_defined:way_id=80E +edge,7565,7565;41.4612529;-105.9823341:7566;41.4610455;-105.9820966,way_type=user_defined:way_id=80E +edge,7566,7566;41.4610455;-105.9820966:7567;41.460896;-105.9819313,way_type=user_defined:way_id=80E +edge,7567,7567;41.460896;-105.9819313:7568;41.4607269;-105.9817496,way_type=user_defined:way_id=80E +edge,7568,7568;41.4607269;-105.9817496:7569;41.4605109;-105.9815255,way_type=user_defined:way_id=80E +edge,7569,7569;41.4605109;-105.9815255:7570;41.4603602;-105.9813726,way_type=user_defined:way_id=80E +edge,7570,7570;41.4603602;-105.9813726:7571;41.4601633;-105.981177,way_type=user_defined:way_id=80E +edge,7571,7571;41.4601633;-105.981177:7572;41.4591759;-105.9802056,way_type=user_defined:way_id=80E +edge,7572,7572;41.4591759;-105.9802056:7573;41.4579695;-105.9790228,way_type=user_defined:way_id=80E +edge,7573,7573;41.4579695;-105.9790228:7574;41.4568887;-105.9779605,way_type=user_defined:way_id=80E +edge,7574,7574;41.4568887;-105.9779605:7575;41.4563009;-105.9773797,way_type=user_defined:way_id=80E +edge,7575,7575;41.4563009;-105.9773797:7576;41.4558182;-105.9769073,way_type=user_defined:way_id=80E +edge,7576,7576;41.4558182;-105.9769073:7577;41.454509;-105.975617,way_type=user_defined:way_id=80E +edge,7577,7577;41.454509;-105.975617:7578;41.4538695;-105.9749901,way_type=user_defined:way_id=80E +edge,7578,7578;41.4538695;-105.9749901:7579;41.4527798;-105.9739143,way_type=user_defined:way_id=80E +edge,7579,7579;41.4527798;-105.9739143:7580;41.4524178;-105.9735596,way_type=user_defined:way_id=80E +edge,7580,7580;41.4524178;-105.9735596:7581;41.4523807;-105.9735188,way_type=user_defined:way_id=80E +edge,7581,7581;41.4523807;-105.9735188:7582;41.45227346;-105.9734143,way_type=user_defined:way_id=80E +edge,7582,7582;41.45227346;-105.9734143:7583;41.4520468;-105.9731933,way_type=user_defined:way_id=80E +edge,7583,7583;41.4520468;-105.9731933:7584;41.451282;-105.9724419,way_type=user_defined:way_id=80E +edge,7584,7584;41.451282;-105.9724419:7585;41.4494857;-105.9706733,way_type=user_defined:way_id=80E +edge,7585,7585;41.4494857;-105.9706733:7586;41.4481486;-105.969363,way_type=user_defined:way_id=80E +edge,7586,7586;41.4481486;-105.969363:7587;41.4478853;-105.9691021,way_type=user_defined:way_id=80E +edge,7587,7587;41.4478853;-105.9691021:7588;41.4476067;-105.9688227,way_type=user_defined:way_id=80E +edge,7588,7588;41.4476067;-105.9688227:7589;41.4474293;-105.968643,way_type=user_defined:way_id=80E +edge,7589,7589;41.4474293;-105.968643:7590;41.4472423;-105.9684489,way_type=user_defined:way_id=80E +edge,7590,7590;41.4472423;-105.9684489:7591;41.4470692;-105.9682624,way_type=user_defined:way_id=80E +edge,7591,7591;41.4470692;-105.9682624:7592;41.4468989;-105.9680713,way_type=user_defined:way_id=80E +edge,7592,7592;41.4468989;-105.9680713:7593;41.4467157;-105.9678557,way_type=user_defined:way_id=80E +edge,7593,7593;41.4467157;-105.9678557:7594;41.4465413;-105.9676409,way_type=user_defined:way_id=80E +edge,7594,7594;41.4465413;-105.9676409:7595;41.4463796;-105.9674355,way_type=user_defined:way_id=80E +edge,7595,7595;41.4463796;-105.9674355:7596;41.44621;-105.9672128,way_type=user_defined:way_id=80E +edge,7596,7596;41.44621;-105.9672128:7597;41.4460533;-105.9669997,way_type=user_defined:way_id=80E +edge,7597,7597;41.4460533;-105.9669997:7598;41.4459202;-105.96681,way_type=user_defined:way_id=80E +edge,7598,7598;41.4459202;-105.96681:7599;41.4457421;-105.9665445,way_type=user_defined:way_id=80E +edge,7599,7599;41.4457421;-105.9665445:7600;41.4456028;-105.966323,way_type=user_defined:way_id=80E +edge,7600,7600;41.4456028;-105.966323:7601;41.4454493;-105.9660671,way_type=user_defined:way_id=80E +edge,7601,7601;41.4454493;-105.9660671:7602;41.4453134;-105.9658296,way_type=user_defined:way_id=80E +edge,7602,7602;41.4453134;-105.9658296:7603;41.4451769;-105.9655819,way_type=user_defined:way_id=80E +edge,7603,7603;41.4451769;-105.9655819:7604;41.4450319;-105.9653084,way_type=user_defined:way_id=80E +edge,7604,7604;41.4450319;-105.9653084:7605;41.4449099;-105.9650684,way_type=user_defined:way_id=80E +edge,7605,7605;41.4449099;-105.9650684:7606;41.4447817;-105.9648021,way_type=user_defined:way_id=80E +edge,7606,7606;41.4447817;-105.9648021:7607;41.4446654;-105.9645487,way_type=user_defined:way_id=80E +edge,7607,7607;41.4446654;-105.9645487:7608;41.444542;-105.9642682,way_type=user_defined:way_id=80E +edge,7608,7608;41.444542;-105.9642682:7609;41.4444365;-105.964017,way_type=user_defined:way_id=80E +edge,7609,7609;41.4444365;-105.964017:7610;41.4443222;-105.9637292,way_type=user_defined:way_id=80E +edge,7610,7610;41.4443222;-105.9637292:7611;41.4442225;-105.9634641,way_type=user_defined:way_id=80E +edge,7611,7611;41.4442225;-105.9634641:7612;41.4441337;-105.9632116,way_type=user_defined:way_id=80E +edge,7612,7612;41.4441337;-105.9632116:7613;41.4440451;-105.9629395,way_type=user_defined:way_id=80E +edge,7613,7613;41.4440451;-105.9629395:7614;41.4439556;-105.9626456,way_type=user_defined:way_id=80E +edge,7614,7614;41.4439556;-105.9626456:7615;41.4438645;-105.962333,way_type=user_defined:way_id=80E +edge,7615,7615;41.4438645;-105.962333:7616;41.4437865;-105.962054,way_type=user_defined:way_id=80E +edge,7616,7616;41.4437865;-105.962054:7617;41.4437169;-105.9617902,way_type=user_defined:way_id=80E +edge,7617,7617;41.4437169;-105.9617902:7618;41.4436408;-105.9614802,way_type=user_defined:way_id=80E +edge,7618,7618;41.4436408;-105.9614802:7619;41.4435685;-105.9611672,way_type=user_defined:way_id=80E +edge,7619,7619;41.4435685;-105.9611672:7620;41.4432366;-105.9596787,way_type=user_defined:way_id=80E +edge,7620,7620;41.4432366;-105.9596787:7621;41.4429885;-105.9585555,way_type=user_defined:way_id=80E +edge,7621,7621;41.4429885;-105.9585555:7622;41.4425863;-105.9567159,way_type=user_defined:way_id=80E +edge,7622,7622;41.4425863;-105.9567159:7623;41.4425247;-105.9564383,way_type=user_defined:way_id=80E +edge,7623,7623;41.4425247;-105.9564383:7624;41.4423288;-105.9555721,way_type=user_defined:way_id=80E +edge,7624,7624;41.4423288;-105.9555721:7625;41.4421977;-105.9549807,way_type=user_defined:way_id=80E +edge,7625,7625;41.4421977;-105.9549807:7626;41.4420637;-105.9543621,way_type=user_defined:way_id=80E +edge,7626,7626;41.4420637;-105.9543621:7627;41.4419441;-105.9537977,way_type=user_defined:way_id=80E +edge,7627,7627;41.4419441;-105.9537977:7628;41.4418238;-105.9532064,way_type=user_defined:way_id=80E +edge,7628,7628;41.4418238;-105.9532064:7629;41.4417685;-105.9529187,way_type=user_defined:way_id=80E +edge,7629,7629;41.4417685;-105.9529187:7630;41.4417117;-105.9526017,way_type=user_defined:way_id=80E +edge,7630,7630;41.4417117;-105.9526017:7631;41.4416607;-105.9522918,way_type=user_defined:way_id=80E +edge,7631,7631;41.4416607;-105.9522918:7632;41.441615;-105.9520001,way_type=user_defined:way_id=80E +edge,7632,7632;41.441615;-105.9520001:7633;41.44153426;-105.951463,way_type=user_defined:way_id=80E +edge,7633,7633;41.44153426;-105.951463:7634;41.44151772;-105.951353,way_type=user_defined:way_id=80E +edge,7634,7634;41.44151772;-105.951353:7635;41.44142656;-105.9507466,way_type=user_defined:way_id=80E +edge,7635,7635;41.44142656;-105.9507466:7636;41.44142656;-105.9507466,way_type=user_defined:way_id=80E +edge,7636,7636;41.44142656;-105.9507466:7637;41.4413416;-105.9501741,way_type=user_defined:way_id=80E +edge,7637,7637;41.4413416;-105.9501741:7638;41.4410611;-105.9482524,way_type=user_defined:way_id=80E +edge,7638,7638;41.4410611;-105.9482524:7639;41.44099231;-105.9477734,way_type=user_defined:way_id=80E +edge,7639,7639;41.44099231;-105.9477734:7640;41.4407785;-105.9462845,way_type=user_defined:way_id=80E +edge,7640,7640;41.4407785;-105.9462845:7641;41.4405553;-105.9448132,way_type=user_defined:way_id=80E +edge,7641,7641;41.4405553;-105.9448132:7642;41.44039904;-105.9437426,way_type=user_defined:way_id=80E +edge,7642,7642;41.44039904;-105.9437426:7643;41.44039904;-105.9437426,way_type=user_defined:way_id=80E +edge,7643,7643;41.44039904;-105.9437426:7644;41.4400613;-105.9414349,way_type=user_defined:way_id=80E +edge,7644,7644;41.4400613;-105.9414349:7645;41.4398245;-105.9398369,way_type=user_defined:way_id=80E +edge,7645,7645;41.4398245;-105.9398369:7646;41.43978627;-105.9395734,way_type=user_defined:way_id=80E +edge,7646,7646;41.43978627;-105.9395734:7647;41.4396636;-105.938728,way_type=user_defined:way_id=80E +edge,7647,7647;41.4396636;-105.938728:7648;41.4393376;-105.9365263,way_type=user_defined:way_id=80E +edge,7648,7648;41.4393376;-105.9365263:7649;41.4393376;-105.9365263,way_type=user_defined:way_id=80E +edge,7649,7649;41.4393376;-105.9365263:7650;41.4390488;-105.9345738,way_type=user_defined:way_id=80E +edge,7650,7650;41.4390488;-105.9345738:7651;41.4388712;-105.9333577,way_type=user_defined:way_id=80E +edge,7651,7651;41.4388712;-105.9333577:7652;41.43876857;-105.9326736,way_type=user_defined:way_id=80E +edge,7652,7652;41.43876857;-105.9326736:7653;41.4387286;-105.9324072,way_type=user_defined:way_id=80E +edge,7653,7653;41.4387286;-105.9324072:7654;41.4384257;-105.9303436,way_type=user_defined:way_id=80E +edge,7654,7654;41.4384257;-105.9303436:7655;41.4380756;-105.9279961,way_type=user_defined:way_id=80E +edge,7655,7655;41.4380756;-105.9279961:7656;41.4374949;-105.924028,way_type=user_defined:way_id=80E +edge,7656,7656;41.4374949;-105.924028:7657;41.43706;-105.9211084,way_type=user_defined:way_id=80E +edge,7657,7657;41.43706;-105.9211084:7658;41.4368299;-105.9195492,way_type=user_defined:way_id=80E +edge,7658,7658;41.4368299;-105.9195492:7659;41.4366971;-105.9186639,way_type=user_defined:way_id=80E +edge,7659,7659;41.4366971;-105.9186639:7660;41.4362922;-105.9158839,way_type=user_defined:way_id=80E +edge,7660,7660;41.4362922;-105.9158839:7661;41.436161;-105.9150033,way_type=user_defined:way_id=80E +edge,7661,7661;41.436161;-105.9150033:7662;41.4360289;-105.9141047,way_type=user_defined:way_id=80E +edge,7662,7662;41.4360289;-105.9141047:7663;41.4358479;-105.9129,way_type=user_defined:way_id=80E +edge,7663,7663;41.4358479;-105.9129:7664;41.4355806;-105.9110937,way_type=user_defined:way_id=80E +edge,7664,7664;41.4355806;-105.9110937:7665;41.4354353;-105.9100992,way_type=user_defined:way_id=80E +edge,7665,7665;41.4354353;-105.9100992:7666;41.4351204;-105.907962,way_type=user_defined:way_id=80E +edge,7666,7666;41.4351204;-105.907962:7667;41.4349316;-105.906692,way_type=user_defined:way_id=80E +edge,7667,7667;41.4349316;-105.906692:7668;41.4347325;-105.9053328,way_type=user_defined:way_id=80E +edge,7668,7668;41.4347325;-105.9053328:7669;41.4345681;-105.9042316,way_type=user_defined:way_id=80E +edge,7669,7669;41.4345681;-105.9042316:7670;41.4343922;-105.903025,way_type=user_defined:way_id=80E +edge,7670,7670;41.4343922;-105.903025:7671;41.4342512;-105.9020763,way_type=user_defined:way_id=80E +edge,7671,7671;41.4342512;-105.9020763:7672;41.4339595;-105.9000908,way_type=user_defined:way_id=80E +edge,7672,7672;41.4339595;-105.9000908:7673;41.4336724;-105.8981624,way_type=user_defined:way_id=80E +edge,7673,7673;41.4336724;-105.8981624:7674;41.4334557;-105.8966717,way_type=user_defined:way_id=80E +edge,7674,7674;41.4334557;-105.8966717:7675;41.4333652;-105.8960676,way_type=user_defined:way_id=80E +edge,7675,7675;41.4333652;-105.8960676:7676;41.4332991;-105.8956458,way_type=user_defined:way_id=80E +edge,7676,7676;41.4332991;-105.8956458:7677;41.4332165;-105.8951426,way_type=user_defined:way_id=80E +edge,7677,7677;41.4332165;-105.8951426:7678;41.4331659;-105.8948606,way_type=user_defined:way_id=80E +edge,7678,7678;41.4331659;-105.8948606:7679;41.433105;-105.8945441,way_type=user_defined:way_id=80E +edge,7679,7679;41.433105;-105.8945441:7680;41.4330499;-105.8942739,way_type=user_defined:way_id=80E +edge,7680,7680;41.4330499;-105.8942739:7681;41.43298;-105.8939505,way_type=user_defined:way_id=80E +edge,7681,7681;41.43298;-105.8939505:7682;41.4329093;-105.8936461,way_type=user_defined:way_id=80E +edge,7682,7682;41.4329093;-105.8936461:7683;41.4328417;-105.8933695,way_type=user_defined:way_id=80E +edge,7683,7683;41.4328417;-105.8933695:7684;41.4327714;-105.8930947,way_type=user_defined:way_id=80E +edge,7684,7684;41.4327714;-105.8930947:7685;41.432691;-105.8927933,way_type=user_defined:way_id=80E +edge,7685,7685;41.432691;-105.8927933:7686;41.4326025;-105.8924773,way_type=user_defined:way_id=80E +edge,7686,7686;41.4326025;-105.8924773:7687;41.4325234;-105.8922069,way_type=user_defined:way_id=80E +edge,7687,7687;41.4325234;-105.8922069:7688;41.4324334;-105.891912,way_type=user_defined:way_id=80E +edge,7688,7688;41.4324334;-105.891912:7689;41.4323454;-105.8916366,way_type=user_defined:way_id=80E +edge,7689,7689;41.4323454;-105.8916366:7690;41.4322484;-105.8913453,way_type=user_defined:way_id=80E +edge,7690,7690;41.4322484;-105.8913453:7691;41.4321447;-105.891048,way_type=user_defined:way_id=80E +edge,7691,7691;41.4321447;-105.891048:7692;41.4320496;-105.8907866,way_type=user_defined:way_id=80E +edge,7692,7692;41.4320496;-105.8907866:7693;41.4319415;-105.8905019,way_type=user_defined:way_id=80E +edge,7693,7693;41.4319415;-105.8905019:7694;41.4318375;-105.8902366,way_type=user_defined:way_id=80E +edge,7694,7694;41.4318375;-105.8902366:7695;41.4316183;-105.8896933,way_type=user_defined:way_id=80E +edge,7695,7695;41.4316183;-105.8896933:7696;41.4309124;-105.8879849,way_type=user_defined:way_id=80E +edge,7696,7696;41.4309124;-105.8879849:7697;41.4302861;-105.8864477,way_type=user_defined:way_id=80E +edge,7697,7697;41.4302861;-105.8864477:7698;41.4299432;-105.8856316,way_type=user_defined:way_id=80E +edge,7698,7698;41.4299432;-105.8856316:7699;41.4297192;-105.8850919,way_type=user_defined:way_id=80E +edge,7699,7699;41.4297192;-105.8850919:7700;41.4292876;-105.884037,way_type=user_defined:way_id=80E +edge,7700,7700;41.4292876;-105.884037:7701;41.4286342;-105.8824514,way_type=user_defined:way_id=80E +edge,7701,7701;41.4286342;-105.8824514:7702;41.4278151;-105.8804728,way_type=user_defined:way_id=80E +edge,7702,7702;41.4278151;-105.8804728:7703;41.42775292;-105.880321,way_type=user_defined:way_id=80E +edge,7703,7703;41.42775292;-105.880321:7704;41.4272803;-105.8791677,way_type=user_defined:way_id=80E +edge,7704,7704;41.4272803;-105.8791677:7705;41.4268341;-105.8780977,way_type=user_defined:way_id=80E +edge,7705,7705;41.4268341;-105.8780977:7706;41.4267273;-105.8778379,way_type=user_defined:way_id=80E +edge,7706,7706;41.4267273;-105.8778379:7707;41.4265093;-105.8772989,way_type=user_defined:way_id=80E +edge,7707,7707;41.4265093;-105.8772989:7708;41.4263924;-105.8770135,way_type=user_defined:way_id=80E +edge,7708,7708;41.4263924;-105.8770135:7709;41.4256421;-105.8752031,way_type=user_defined:way_id=80E +edge,7709,7709;41.4256421;-105.8752031:7710;41.42555814;-105.8749944,way_type=user_defined:way_id=80E +edge,7710,7710;41.42555814;-105.8749944:7711;41.425054;-105.8737715,way_type=user_defined:way_id=80E +edge,7711,7711;41.425054;-105.8737715:7712;41.4238521;-105.870847,way_type=user_defined:way_id=80E +edge,7712,7712;41.4238521;-105.870847:7713;41.4231831;-105.8692282,way_type=user_defined:way_id=80E +edge,7713,7713;41.4231831;-105.8692282:7714;41.4228568;-105.8684327,way_type=user_defined:way_id=80E +edge,7714,7714;41.4228568;-105.8684327:7715;41.4225039;-105.8675777,way_type=user_defined:way_id=80E +edge,7715,7715;41.4225039;-105.8675777:7716;41.4221764;-105.8667776,way_type=user_defined:way_id=80E +edge,7716,7716;41.4221764;-105.8667776:7717;41.4216406;-105.8654812,way_type=user_defined:way_id=80E +edge,7717,7717;41.4216406;-105.8654812:7718;41.4211705;-105.8643345,way_type=user_defined:way_id=80E +edge,7718,7718;41.4211705;-105.8643345:7719;41.4202644;-105.8621396,way_type=user_defined:way_id=80E +edge,7719,7719;41.4202644;-105.8621396:7720;41.4197164;-105.8607993,way_type=user_defined:way_id=80E +edge,7720,7720;41.4197164;-105.8607993:7721;41.4195234;-105.8603341,way_type=user_defined:way_id=80E +edge,7721,7721;41.4195234;-105.8603341:7722;41.4190553;-105.8592228,way_type=user_defined:way_id=80E +edge,7722,7722;41.4190553;-105.8592228:7723;41.4183795;-105.8575757,way_type=user_defined:way_id=80E +edge,7723,7723;41.4183795;-105.8575757:7724;41.4179686;-105.8565842,way_type=user_defined:way_id=80E +edge,7724,7724;41.4179686;-105.8565842:7725;41.4175276;-105.8555094,way_type=user_defined:way_id=80E +edge,7725,7725;41.4175276;-105.8555094:7726;41.4171215;-105.854525,way_type=user_defined:way_id=80E +edge,7726,7726;41.4171215;-105.854525:7727;41.416544;-105.8531166,way_type=user_defined:way_id=80E +edge,7727,7727;41.416544;-105.8531166:7728;41.4157502;-105.851196,way_type=user_defined:way_id=80E +edge,7728,7728;41.4157502;-105.851196:7729;41.4150753;-105.849568,way_type=user_defined:way_id=80E +edge,7729,7729;41.4150753;-105.849568:7730;41.4146192;-105.848456,way_type=user_defined:way_id=80E +edge,7730,7730;41.4146192;-105.848456:7731;41.41364184;-105.846083,way_type=user_defined:way_id=80E +edge,7731,7731;41.41364184;-105.846083:7732;41.4129409;-105.8443813,way_type=user_defined:way_id=80E +edge,7732,7732;41.4129409;-105.8443813:7733;41.412335;-105.8429186,way_type=user_defined:way_id=80E +edge,7733,7733;41.412335;-105.8429186:7734;41.4118641;-105.8417761,way_type=user_defined:way_id=80E +edge,7734,7734;41.4118641;-105.8417761:7735;41.4117472;-105.8414974,way_type=user_defined:way_id=80E +edge,7735,7735;41.4117472;-105.8414974:7736;41.4116254;-105.8412159,way_type=user_defined:way_id=80E +edge,7736,7736;41.4116254;-105.8412159:7737;41.4115019;-105.8409371,way_type=user_defined:way_id=80E +edge,7737,7737;41.4115019;-105.8409371:7738;41.4113857;-105.8406808,way_type=user_defined:way_id=80E +edge,7738,7738;41.4113857;-105.8406808:7739;41.411238;-105.8403683,way_type=user_defined:way_id=80E +edge,7739,7739;41.411238;-105.8403683:7740;41.4111414;-105.8401708,way_type=user_defined:way_id=80E +edge,7740,7740;41.4111414;-105.8401708:7741;41.411016;-105.8399241,way_type=user_defined:way_id=80E +edge,7741,7741;41.411016;-105.8399241:7742;41.4108596;-105.8396258,way_type=user_defined:way_id=80E +edge,7742,7742;41.4108596;-105.8396258:7743;41.4107499;-105.8394209,way_type=user_defined:way_id=80E +edge,7743,7743;41.4107499;-105.8394209:7744;41.410606;-105.8391572,way_type=user_defined:way_id=80E +edge,7744,7744;41.410606;-105.8391572:7745;41.4104585;-105.8388969,way_type=user_defined:way_id=80E +edge,7745,7745;41.4104585;-105.8388969:7746;41.4103253;-105.838671,way_type=user_defined:way_id=80E +edge,7746,7746;41.4103253;-105.838671:7747;41.4101854;-105.8384405,way_type=user_defined:way_id=80E +edge,7747,7747;41.4101854;-105.8384405:7748;41.4100109;-105.8381639,way_type=user_defined:way_id=80E +edge,7748,7748;41.4100109;-105.8381639:7749;41.4098926;-105.8379818,way_type=user_defined:way_id=80E +edge,7749,7749;41.4098926;-105.8379818:7750;41.4097445;-105.8377612,way_type=user_defined:way_id=80E +edge,7750,7750;41.4097445;-105.8377612:7751;41.4094478;-105.8373329,way_type=user_defined:way_id=80E +edge,7751,7751;41.4094478;-105.8373329:7752;41.4092753;-105.83709,way_type=user_defined:way_id=80E +edge,7752,7752;41.4092753;-105.83709:7753;41.4091051;-105.8368575,way_type=user_defined:way_id=80E +edge,7753,7753;41.4091051;-105.8368575:7754;41.4089304;-105.8366308,way_type=user_defined:way_id=80E +edge,7754,7754;41.4089304;-105.8366308:7755;41.4087729;-105.8364351,way_type=user_defined:way_id=80E +edge,7755,7755;41.4087729;-105.8364351:7756;41.4086505;-105.836287,way_type=user_defined:way_id=80E +edge,7756,7756;41.4086505;-105.836287:7757;41.4084508;-105.8360508,way_type=user_defined:way_id=80E +edge,7757,7757;41.4084508;-105.8360508:7758;41.4082383;-105.8358094,way_type=user_defined:way_id=80E +edge,7758,7758;41.4082383;-105.8358094:7759;41.4080776;-105.8356304,way_type=user_defined:way_id=80E +edge,7759,7759;41.4080776;-105.8356304:7760;41.4079107;-105.8354477,way_type=user_defined:way_id=80E +edge,7760,7760;41.4079107;-105.8354477:7761;41.4077138;-105.8352382,way_type=user_defined:way_id=80E +edge,7761,7761;41.4077138;-105.8352382:7762;41.4075645;-105.8350846,way_type=user_defined:way_id=80E +edge,7762,7762;41.4075645;-105.8350846:7763;41.407346;-105.8348671,way_type=user_defined:way_id=80E +edge,7763,7763;41.407346;-105.8348671:7764;41.4071649;-105.8346927,way_type=user_defined:way_id=80E +edge,7764,7764;41.4071649;-105.8346927:7765;41.4070103;-105.834548,way_type=user_defined:way_id=80E +edge,7765,7765;41.4070103;-105.834548:7766;41.4067851;-105.8343426,way_type=user_defined:way_id=80E +edge,7766,7766;41.4067851;-105.8343426:7767;41.4065855;-105.8341686,way_type=user_defined:way_id=80E +edge,7767,7767;41.4065855;-105.8341686:7768;41.4061958;-105.8338368,way_type=user_defined:way_id=80E +edge,7768,7768;41.4061958;-105.8338368:7769;41.4049068;-105.8327457,way_type=user_defined:way_id=80E +edge,7769,7769;41.4049068;-105.8327457:7770;41.4036797;-105.8317157,way_type=user_defined:way_id=80E +edge,7770,7770;41.4036797;-105.8317157:7771;41.402884;-105.8310418,way_type=user_defined:way_id=80E +edge,7771,7771;41.402884;-105.8310418:7772;41.400965;-105.8294259,way_type=user_defined:way_id=80E +edge,7772,7772;41.400965;-105.8294259:7773;41.40052856;-105.8290569,way_type=user_defined:way_id=80E +edge,7773,7773;41.40052856;-105.8290569:7774;41.4000273;-105.8286332,way_type=user_defined:way_id=80E +edge,7774,7774;41.4000273;-105.8286332:7775;41.4000273;-105.8286332,way_type=user_defined:way_id=80E +edge,7775,7775;41.4000273;-105.8286332:7776;41.3985804;-105.8274157,way_type=user_defined:way_id=80E +edge,7776,7776;41.3985804;-105.8274157:7777;41.39808808;-105.8269996,way_type=user_defined:way_id=80E +edge,7777,7777;41.39808808;-105.8269996:7778;41.3966652;-105.8257972,way_type=user_defined:way_id=80E +edge,7778,7778;41.3966652;-105.8257972:7779;41.3958828;-105.8251454,way_type=user_defined:way_id=80E +edge,7779,7779;41.3958828;-105.8251454:7780;41.3950173;-105.8244134,way_type=user_defined:way_id=80E +edge,7780,7780;41.3950173;-105.8244134:7781;41.3950173;-105.8244134,way_type=user_defined:way_id=80E +edge,7781,7781;41.3950173;-105.8244134:7782;41.3943271;-105.8238318,way_type=user_defined:way_id=80E +edge,7782,7782;41.3943271;-105.8238318:7783;41.39399845;-105.8235527,way_type=user_defined:way_id=80E +edge,7783,7783;41.39399845;-105.8235527:7784;41.3935407;-105.823164,way_type=user_defined:way_id=80E +edge,7784,7784;41.3935407;-105.823164:7785;41.39244447;-105.8222401,way_type=user_defined:way_id=80E +edge,7785,7785;41.39244447;-105.8222401:7786;41.3910104;-105.8210315,way_type=user_defined:way_id=80E +edge,7786,7786;41.3910104;-105.8210315:7787;41.3903926;-105.8205077,way_type=user_defined:way_id=80E +edge,7787,7787;41.3903926;-105.8205077:7788;41.3896992;-105.8199259,way_type=user_defined:way_id=80E +edge,7788,7788;41.3896992;-105.8199259:7789;41.3896992;-105.8199259,way_type=user_defined:way_id=80E +edge,7789,7789;41.3896992;-105.8199259:7790;41.38953371;-105.8197862,way_type=user_defined:way_id=80E +edge,7790,7790;41.38953371;-105.8197862:7791;41.3892081;-105.8195114,way_type=user_defined:way_id=80E +edge,7791,7791;41.3892081;-105.8195114:7792;41.3886139;-105.8190158,way_type=user_defined:way_id=80E +edge,7792,7792;41.3886139;-105.8190158:7793;41.3874685;-105.8180517,way_type=user_defined:way_id=80E +edge,7793,7793;41.3874685;-105.8180517:7794;41.3871091;-105.817746,way_type=user_defined:way_id=80E +edge,7794,7794;41.3871091;-105.817746:7795;41.3864358;-105.8171734,way_type=user_defined:way_id=80E +edge,7795,7795;41.3864358;-105.8171734:7796;41.3851183;-105.8160744,way_type=user_defined:way_id=80E +edge,7796,7796;41.3851183;-105.8160744:7797;41.384748;-105.8157618,way_type=user_defined:way_id=80E +edge,7797,7797;41.384748;-105.8157618:7798;41.38432829;-105.8153981,way_type=user_defined:way_id=80E +edge,7798,7798;41.38432829;-105.8153981:7799;41.3841696;-105.8152606,way_type=user_defined:way_id=80E +edge,7799,7799;41.3841696;-105.8152606:7800;41.3839728;-105.8150876,way_type=user_defined:way_id=80E +edge,7800,7800;41.3839728;-105.8150876:7801;41.3837891;-105.8149222,way_type=user_defined:way_id=80E +edge,7801,7801;41.3837891;-105.8149222:7802;41.3835955;-105.8147426,way_type=user_defined:way_id=80E +edge,7802,7802;41.3835955;-105.8147426:7803;41.3833983;-105.8145531,way_type=user_defined:way_id=80E +edge,7803,7803;41.3833983;-105.8145531:7804;41.3832202;-105.8143767,way_type=user_defined:way_id=80E +edge,7804,7804;41.3832202;-105.8143767:7805;41.3830269;-105.8141796,way_type=user_defined:way_id=80E +edge,7805,7805;41.3830269;-105.8141796:7806;41.3828525;-105.8139968,way_type=user_defined:way_id=80E +edge,7806,7806;41.3828525;-105.8139968:7807;41.3826855;-105.8138171,way_type=user_defined:way_id=80E +edge,7807,7807;41.3826855;-105.8138171:7808;41.3825198;-105.8136344,way_type=user_defined:way_id=80E +edge,7808,7808;41.3825198;-105.8136344:7809;41.3823346;-105.8134248,way_type=user_defined:way_id=80E +edge,7809,7809;41.3823346;-105.8134248:7810;41.3821679;-105.8132296,way_type=user_defined:way_id=80E +edge,7810,7810;41.3821679;-105.8132296:7811;41.381983;-105.8130048,way_type=user_defined:way_id=80E +edge,7811,7811;41.381983;-105.8130048:7812;41.381827;-105.8128084,way_type=user_defined:way_id=80E +edge,7812,7812;41.381827;-105.8128084:7813;41.3816681;-105.8126019,way_type=user_defined:way_id=80E +edge,7813,7813;41.3816681;-105.8126019:7814;41.3815016;-105.8123784,way_type=user_defined:way_id=80E +edge,7814,7814;41.3815016;-105.8123784:7815;41.3813328;-105.8121437,way_type=user_defined:way_id=80E +edge,7815,7815;41.3813328;-105.8121437:7816;41.3811814;-105.8119267,way_type=user_defined:way_id=80E +edge,7816,7816;41.3811814;-105.8119267:7817;41.3810219;-105.8116928,way_type=user_defined:way_id=80E +edge,7817,7817;41.3810219;-105.8116928:7818;41.3808738;-105.8114714,way_type=user_defined:way_id=80E +edge,7818,7818;41.3808738;-105.8114714:7819;41.3807317;-105.8112553,way_type=user_defined:way_id=80E +edge,7819,7819;41.3807317;-105.8112553:7820;41.3805725;-105.8110071,way_type=user_defined:way_id=80E +edge,7820,7820;41.3805725;-105.8110071:7821;41.3804348;-105.8107842,way_type=user_defined:way_id=80E +edge,7821,7821;41.3804348;-105.8107842:7822;41.3802863;-105.8105346,way_type=user_defined:way_id=80E +edge,7822,7822;41.3802863;-105.8105346:7823;41.3801489;-105.8102955,way_type=user_defined:way_id=80E +edge,7823,7823;41.3801489;-105.8102955:7824;41.3800029;-105.8100314,way_type=user_defined:way_id=80E +edge,7824,7824;41.3800029;-105.8100314:7825;41.3799845;-105.8099967,way_type=user_defined:way_id=80E +edge,7825,7825;41.3799845;-105.8099967:7826;41.3798644;-105.80977,way_type=user_defined:way_id=80E +edge,7826,7826;41.3798644;-105.80977:7827;41.3795589;-105.8091735,way_type=user_defined:way_id=80E +edge,7827,7827;41.3795589;-105.8091735:7828;41.3789779;-105.8080219,way_type=user_defined:way_id=80E +edge,7828,7828;41.3789779;-105.8080219:7829;41.3785643;-105.8072173,way_type=user_defined:way_id=80E +edge,7829,7829;41.3785643;-105.8072173:7830;41.3776985;-105.8054999,way_type=user_defined:way_id=80E +edge,7830,7830;41.3776985;-105.8054999:7831;41.3767768;-105.8036602,way_type=user_defined:way_id=80E +edge,7831,7831;41.3767768;-105.8036602:7832;41.3762663;-105.802633,way_type=user_defined:way_id=80E +edge,7832,7832;41.3762663;-105.802633:7833;41.3756015;-105.801314,way_type=user_defined:way_id=80E +edge,7833,7833;41.3756015;-105.801314:7834;41.3752336;-105.8005879,way_type=user_defined:way_id=80E +edge,7834,7834;41.3752336;-105.8005879:7835;41.3744274;-105.7989673,way_type=user_defined:way_id=80E +edge,7835,7835;41.3744274;-105.7989673:7836;41.3740967;-105.798309,way_type=user_defined:way_id=80E +edge,7836,7836;41.3740967;-105.798309:7837;41.3736974;-105.7975209,way_type=user_defined:way_id=80E +edge,7837,7837;41.3736974;-105.7975209:7838;41.3733358;-105.7968019,way_type=user_defined:way_id=80E +edge,7838,7838;41.3733358;-105.7968019:7839;41.3728059;-105.7957372,way_type=user_defined:way_id=80E +edge,7839,7839;41.3728059;-105.7957372:7840;41.3721424;-105.7944118,way_type=user_defined:way_id=80E +edge,7840,7840;41.3721424;-105.7944118:7841;41.3716279;-105.7933945,way_type=user_defined:way_id=80E +edge,7841,7841;41.3716279;-105.7933945:7842;41.3709624;-105.7920736,way_type=user_defined:way_id=80E +edge,7842,7842;41.3709624;-105.7920736:7843;41.3706098;-105.7913712,way_type=user_defined:way_id=80E +edge,7843,7843;41.3706098;-105.7913712:7844;41.3702194;-105.7905872,way_type=user_defined:way_id=80E +edge,7844,7844;41.3702194;-105.7905872:7845;41.3688145;-105.787795,way_type=user_defined:way_id=80E +edge,7845,7845;41.3688145;-105.787795:7846;41.36792;-105.7860117,way_type=user_defined:way_id=80E +edge,7846,7846;41.36792;-105.7860117:7847;41.3673559;-105.7848927,way_type=user_defined:way_id=80E +edge,7847,7847;41.3673559;-105.7848927:7848;41.3666307;-105.7834417,way_type=user_defined:way_id=80E +edge,7848,7848;41.3666307;-105.7834417:7849;41.3662346;-105.7826572,way_type=user_defined:way_id=80E +edge,7849,7849;41.3662346;-105.7826572:7850;41.3645609;-105.7793204,way_type=user_defined:way_id=80E +edge,7850,7850;41.3645609;-105.7793204:7851;41.3642915;-105.7787808,way_type=user_defined:way_id=80E +edge,7851,7851;41.3642915;-105.7787808:7852;41.3640679;-105.7783281,way_type=user_defined:way_id=80E +edge,7852,7852;41.3640679;-105.7783281:7853;41.3639516;-105.7780886,way_type=user_defined:way_id=80E +edge,7853,7853;41.3639516;-105.7780886:7854;41.3638334;-105.7778396,way_type=user_defined:way_id=80E +edge,7854,7854;41.3638334;-105.7778396:7855;41.363706;-105.7775647,way_type=user_defined:way_id=80E +edge,7855,7855;41.363706;-105.7775647:7856;41.3635923;-105.7773117,way_type=user_defined:way_id=80E +edge,7856,7856;41.3635923;-105.7773117:7857;41.3634852;-105.7770634,way_type=user_defined:way_id=80E +edge,7857,7857;41.3634852;-105.7770634:7858;41.3633651;-105.7767712,way_type=user_defined:way_id=80E +edge,7858,7858;41.3633651;-105.7767712:7859;41.3632655;-105.7765173,way_type=user_defined:way_id=80E +edge,7859,7859;41.3632655;-105.7765173:7860;41.3631652;-105.7762527,way_type=user_defined:way_id=80E +edge,7860,7860;41.3631652;-105.7762527:7861;41.3630604;-105.7759692,way_type=user_defined:way_id=80E +edge,7861,7861;41.3630604;-105.7759692:7862;41.3629541;-105.7756765,way_type=user_defined:way_id=80E +edge,7862,7862;41.3629541;-105.7756765:7863;41.3628597;-105.7754076,way_type=user_defined:way_id=80E +edge,7863,7863;41.3628597;-105.7754076:7864;41.3627636;-105.775119,way_type=user_defined:way_id=80E +edge,7864,7864;41.3627636;-105.775119:7865;41.3626768;-105.7748464,way_type=user_defined:way_id=80E +edge,7865,7865;41.3626768;-105.7748464:7866;41.3625856;-105.7745456,way_type=user_defined:way_id=80E +edge,7866,7866;41.3625856;-105.7745456:7867;41.3625102;-105.7742863,way_type=user_defined:way_id=80E +edge,7867,7867;41.3625102;-105.7742863:7868;41.3624217;-105.7739734,way_type=user_defined:way_id=80E +edge,7868,7868;41.3624217;-105.7739734:7869;41.36229;-105.7734954,way_type=user_defined:way_id=80E +edge,7869,7869;41.36229;-105.7734954:7870;41.3621814;-105.7730927,way_type=user_defined:way_id=80E +edge,7870,7870;41.3621814;-105.7730927:7871;41.3618986;-105.7720324,way_type=user_defined:way_id=80E +edge,7871,7871;41.3618986;-105.7720324:7872;41.3616649;-105.7711467,way_type=user_defined:way_id=80E +edge,7872,7872;41.3616649;-105.7711467:7873;41.3613475;-105.769954,way_type=user_defined:way_id=80E +edge,7873,7873;41.3613475;-105.769954:7874;41.3610338;-105.7687925,way_type=user_defined:way_id=80E +edge,7874,7874;41.3610338;-105.7687925:7875;41.3606501;-105.7673611,way_type=user_defined:way_id=80E +edge,7875,7875;41.3606501;-105.7673611:7876;41.3599599;-105.7647694,way_type=user_defined:way_id=80E +edge,7876,7876;41.3599599;-105.7647694:7877;41.3596559;-105.763648,way_type=user_defined:way_id=80E +edge,7877,7877;41.3596559;-105.763648:7878;41.3593461;-105.7624809,way_type=user_defined:way_id=80E +edge,7878,7878;41.3593461;-105.7624809:7879;41.3590933;-105.7615407,way_type=user_defined:way_id=80E +edge,7879,7879;41.3590933;-105.7615407:7880;41.3585774;-105.7595966,way_type=user_defined:way_id=80E +edge,7880,7880;41.3585774;-105.7595966:7881;41.3584401;-105.7590874,way_type=user_defined:way_id=80E +edge,7881,7881;41.3584401;-105.7590874:7882;41.3581789;-105.7581317,way_type=user_defined:way_id=80E +edge,7882,7882;41.3581789;-105.7581317:7883;41.3580223;-105.7575523,way_type=user_defined:way_id=80E +edge,7883,7883;41.3580223;-105.7575523:7884;41.3577176;-105.7563903,way_type=user_defined:way_id=80E +edge,7884,7884;41.3577176;-105.7563903:7885;41.3573241;-105.7549289,way_type=user_defined:way_id=80E +edge,7885,7885;41.3573241;-105.7549289:7886;41.3569628;-105.7535548,way_type=user_defined:way_id=80E +edge,7886,7886;41.3569628;-105.7535548:7887;41.3567146;-105.7526336,way_type=user_defined:way_id=80E +edge,7887,7887;41.3567146;-105.7526336:7888;41.356409;-105.7514714,way_type=user_defined:way_id=80E +edge,7888,7888;41.356409;-105.7514714:7889;41.356263;-105.7509297,way_type=user_defined:way_id=80E +edge,7889,7889;41.356263;-105.7509297:7890;41.3559778;-105.7498839,way_type=user_defined:way_id=80E +edge,7890,7890;41.3559778;-105.7498839:7891;41.3558561;-105.7494306,way_type=user_defined:way_id=80E +edge,7891,7891;41.3558561;-105.7494306:7892;41.3556397;-105.7486154,way_type=user_defined:way_id=80E +edge,7892,7892;41.3556397;-105.7486154:7893;41.3552902;-105.7472897,way_type=user_defined:way_id=80E +edge,7893,7893;41.3552902;-105.7472897:7894;41.3551132;-105.746611,way_type=user_defined:way_id=80E +edge,7894,7894;41.3551132;-105.746611:7895;41.3549625;-105.7460206,way_type=user_defined:way_id=80E +edge,7895,7895;41.3549625;-105.7460206:7896;41.3548867;-105.7457107,way_type=user_defined:way_id=80E +edge,7896,7896;41.3548867;-105.7457107:7897;41.3548167;-105.7454069,way_type=user_defined:way_id=80E +edge,7897,7897;41.3548167;-105.7454069:7898;41.35478151;-105.7452405,way_type=user_defined:way_id=80E +edge,7898,7898;41.35478151;-105.7452405:7899;41.35467575;-105.7447071,way_type=user_defined:way_id=80E +edge,7899,7899;41.35467575;-105.7447071:7900;41.3546011;-105.7442882,way_type=user_defined:way_id=80E +edge,7900,7900;41.3546011;-105.7442882:7901;41.3545462;-105.7439612,way_type=user_defined:way_id=80E +edge,7901,7901;41.3545462;-105.7439612:7902;41.3544962;-105.7436507,way_type=user_defined:way_id=80E +edge,7902,7902;41.3544962;-105.7436507:7903;41.3544465;-105.7433312,way_type=user_defined:way_id=80E +edge,7903,7903;41.3544465;-105.7433312:7904;41.3543631;-105.7427647,way_type=user_defined:way_id=80E +edge,7904,7904;41.3543631;-105.7427647:7905;41.35427567;-105.7421477,way_type=user_defined:way_id=80E +edge,7905,7905;41.35427567;-105.7421477:7906;41.35427567;-105.7421477,way_type=user_defined:way_id=80E +edge,7906,7906;41.35427567;-105.7421477:7907;41.3536763;-105.7379361,way_type=user_defined:way_id=80E +edge,7907,7907;41.3536763;-105.7379361:7908;41.3534999;-105.7366644,way_type=user_defined:way_id=80E +edge,7908,7908;41.3534999;-105.7366644:7909;41.35325;-105.7349559,way_type=user_defined:way_id=80E +edge,7909,7909;41.35325;-105.7349559:7910;41.3528596;-105.7322201,way_type=user_defined:way_id=80E +edge,7910,7910;41.3528596;-105.7322201:7911;41.3524667;-105.7295174,way_type=user_defined:way_id=80E +edge,7911,7911;41.3524667;-105.7295174:7912;41.3521414;-105.7272191,way_type=user_defined:way_id=80E +edge,7912,7912;41.3521414;-105.7272191:7913;41.3519155;-105.7256595,way_type=user_defined:way_id=80E +edge,7913,7913;41.3519155;-105.7256595:7914;41.351515;-105.7228454,way_type=user_defined:way_id=80E +edge,7914,7914;41.351515;-105.7228454:7915;41.3512532;-105.7210369,way_type=user_defined:way_id=80E +edge,7915,7915;41.3512532;-105.7210369:7916;41.3510359;-105.7195064,way_type=user_defined:way_id=80E +edge,7916,7916;41.3510359;-105.7195064:7917;41.3509083;-105.718626,way_type=user_defined:way_id=80E +edge,7917,7917;41.3509083;-105.718626:7918;41.3507355;-105.7174604,way_type=user_defined:way_id=80E +edge,7918,7918;41.3507355;-105.7174604:7919;41.3506941;-105.7171659,way_type=user_defined:way_id=80E +edge,7919,7919;41.3506941;-105.7171659:7920;41.350619;-105.7166036,way_type=user_defined:way_id=80E +edge,7920,7920;41.350619;-105.7166036:7921;41.3505754;-105.7162912,way_type=user_defined:way_id=80E +edge,7921,7921;41.3505754;-105.7162912:7922;41.3504087;-105.7151552,way_type=user_defined:way_id=80E +edge,7922,7922;41.3504087;-105.7151552:7923;41.3502784;-105.7142279,way_type=user_defined:way_id=80E +edge,7923,7923;41.3502784;-105.7142279:7924;41.3501126;-105.7130655,way_type=user_defined:way_id=80E +edge,7924,7924;41.3501126;-105.7130655:7925;41.3499812;-105.7121811,way_type=user_defined:way_id=80E +edge,7925,7925;41.3499812;-105.7121811:7926;41.3495705;-105.7092708,way_type=user_defined:way_id=80E +edge,7926,7926;41.3495705;-105.7092708:7927;41.3494016;-105.7081358,way_type=user_defined:way_id=80E +edge,7927,7927;41.3494016;-105.7081358:7928;41.3493095;-105.7074978,way_type=user_defined:way_id=80E +edge,7928,7928;41.3493095;-105.7074978:7929;41.3492254;-105.7068976,way_type=user_defined:way_id=80E +edge,7929,7929;41.3492254;-105.7068976:7930;41.3491825;-105.7065727,way_type=user_defined:way_id=80E +edge,7930,7930;41.3491825;-105.7065727:7931;41.349111;-105.7059767,way_type=user_defined:way_id=80E +edge,7931,7931;41.349111;-105.7059767:7932;41.3490754;-105.7056413,way_type=user_defined:way_id=80E +edge,7932,7932;41.3490754;-105.7056413:7933;41.3490492;-105.7053615,way_type=user_defined:way_id=80E +edge,7933,7933;41.3490492;-105.7053615:7934;41.3490225;-105.7050348,way_type=user_defined:way_id=80E +edge,7934,7934;41.3490225;-105.7050348:7935;41.3490026;-105.7047164,way_type=user_defined:way_id=80E +edge,7935,7935;41.3490026;-105.7047164:7936;41.3489916;-105.7044167,way_type=user_defined:way_id=80E +edge,7936,7936;41.3489916;-105.7044167:7937;41.3489906;-105.7040973,way_type=user_defined:way_id=80E +edge,7937,7937;41.3489906;-105.7040973:7938;41.3489988;-105.7038055,way_type=user_defined:way_id=80E +edge,7938,7938;41.3489988;-105.7038055:7939;41.3490151;-105.7034853,way_type=user_defined:way_id=80E +edge,7939,7939;41.3490151;-105.7034853:7940;41.34902;-105.7034099,way_type=user_defined:way_id=80E +edge,7940,7940;41.34902;-105.7034099:7941;41.3490342;-105.7031933,way_type=user_defined:way_id=80E +edge,7941,7941;41.3490342;-105.7031933:7942;41.3490602;-105.7028643,way_type=user_defined:way_id=80E +edge,7942,7942;41.3490602;-105.7028643:7943;41.3490907;-105.7025459,way_type=user_defined:way_id=80E +edge,7943,7943;41.3490907;-105.7025459:7944;41.3491275;-105.7022291,way_type=user_defined:way_id=80E +edge,7944,7944;41.3491275;-105.7022291:7945;41.3491694;-105.7019421,way_type=user_defined:way_id=80E +edge,7945,7945;41.3491694;-105.7019421:7946;41.3492253;-105.7016298,way_type=user_defined:way_id=80E +edge,7946,7946;41.3492253;-105.7016298:7947;41.3492826;-105.7013467,way_type=user_defined:way_id=80E +edge,7947,7947;41.3492826;-105.7013467:7948;41.3493525;-105.7010287,way_type=user_defined:way_id=80E +edge,7948,7948;41.3493525;-105.7010287:7949;41.3494158;-105.700758,way_type=user_defined:way_id=80E +edge,7949,7949;41.3494158;-105.700758:7950;41.3494916;-105.7004436,way_type=user_defined:way_id=80E +edge,7950,7950;41.3494916;-105.7004436:7951;41.3497223;-105.6995221,way_type=user_defined:way_id=80E +edge,7951,7951;41.3497223;-105.6995221:7952;41.3500083;-105.6983564,way_type=user_defined:way_id=80E +edge,7952,7952;41.3500083;-105.6983564:7953;41.3500761;-105.6980705,way_type=user_defined:way_id=80E +edge,7953,7953;41.3500761;-105.6980705:7954;41.3501371;-105.6978004,way_type=user_defined:way_id=80E +edge,7954,7954;41.3501371;-105.6978004:7955;41.3502041;-105.6974837,way_type=user_defined:way_id=80E +edge,7955,7955;41.3502041;-105.6974837:7956;41.3502561;-105.6971997,way_type=user_defined:way_id=80E +edge,7956,7956;41.3502561;-105.6971997:7957;41.3503058;-105.6968799,way_type=user_defined:way_id=80E +edge,7957,7957;41.3503058;-105.6968799:7958;41.3503479;-105.696566,way_type=user_defined:way_id=80E +edge,7958,7958;41.3503479;-105.696566:7959;41.3503806;-105.6962785,way_type=user_defined:way_id=80E +edge,7959,7959;41.3503806;-105.6962785:7960;41.3504099;-105.695953,way_type=user_defined:way_id=80E +edge,7960,7960;41.3504099;-105.695953:7961;41.3504305;-105.6956617,way_type=user_defined:way_id=80E +edge,7961,7961;41.3504305;-105.6956617:7962;41.3504465;-105.6953451,way_type=user_defined:way_id=80E +edge,7962,7962;41.3504465;-105.6953451:7963;41.3504554;-105.6950562,way_type=user_defined:way_id=80E +edge,7963,7963;41.3504554;-105.6950562:7964;41.3504612;-105.6947281,way_type=user_defined:way_id=80E +edge,7964,7964;41.3504612;-105.6947281:7965;41.3504643;-105.6942154,way_type=user_defined:way_id=80E +edge,7965,7965;41.3504643;-105.6942154:7966;41.3504626;-105.6931736,way_type=user_defined:way_id=80E +edge,7966,7966;41.3504626;-105.6931736:7967;41.3504655;-105.6922616,way_type=user_defined:way_id=80E +edge,7967,7967;41.3504655;-105.6922616:7968;41.3504656;-105.6904551,way_type=user_defined:way_id=80E +edge,7968,7968;41.3504656;-105.6904551:7969;41.3504693;-105.6891129,way_type=user_defined:way_id=80E +edge,7969,7969;41.3504693;-105.6891129:7970;41.3504767;-105.6879547,way_type=user_defined:way_id=80E +edge,7970,7970;41.3504767;-105.6879547:7971;41.3504757;-105.6867613,way_type=user_defined:way_id=80E +edge,7971,7971;41.3504757;-105.6867613:7972;41.3504796;-105.6858616,way_type=user_defined:way_id=80E +edge,7972,7972;41.3504796;-105.6858616:7973;41.3504816;-105.684304,way_type=user_defined:way_id=80E +edge,7973,7973;41.3504816;-105.684304:7974;41.3504862;-105.6830356,way_type=user_defined:way_id=80E +edge,7974,7974;41.3504862;-105.6830356:7975;41.3504857;-105.6818815,way_type=user_defined:way_id=80E +edge,7975,7975;41.3504857;-105.6818815:7976;41.3504958;-105.6793786,way_type=user_defined:way_id=80E +edge,7976,7976;41.3504958;-105.6793786:7977;41.3504968;-105.6763826,way_type=user_defined:way_id=80E +edge,7977,7977;41.3504968;-105.6763826:7978;41.3505019;-105.6748583,way_type=user_defined:way_id=80E +edge,7978,7978;41.3505019;-105.6748583:7979;41.3505018;-105.6736005,way_type=user_defined:way_id=80E +edge,7979,7979;41.3505018;-105.6736005:7980;41.3505099;-105.6717582,way_type=user_defined:way_id=80E +edge,7980,7980;41.3505099;-105.6717582:7981;41.3505096;-105.670821,way_type=user_defined:way_id=80E +edge,7981,7981;41.3505096;-105.670821:7982;41.3505135;-105.6698752,way_type=user_defined:way_id=80E +edge,7982,7982;41.3505135;-105.6698752:7983;41.3505134;-105.6689749,way_type=user_defined:way_id=80E +edge,7983,7983;41.3505134;-105.6689749:7984;41.3505187;-105.668029,way_type=user_defined:way_id=80E +edge,7984,7984;41.3505187;-105.668029:7985;41.3505186;-105.6677012,way_type=user_defined:way_id=80E +edge,7985,7985;41.3505186;-105.6677012:7986;41.3505143;-105.6667945,way_type=user_defined:way_id=80E +edge,7986,7986;41.3505143;-105.6667945:7987;41.350522;-105.6655703,way_type=user_defined:way_id=80E +edge,7987,7987;41.350522;-105.6655703:7988;41.3505247;-105.6640451,way_type=user_defined:way_id=80E +edge,7988,7988;41.3505247;-105.6640451:7989;41.350524;-105.6630995,way_type=user_defined:way_id=80E +edge,7989,7989;41.350524;-105.6630995:7990;41.3505289;-105.6622396,way_type=user_defined:way_id=80E +edge,7990,7990;41.3505289;-105.6622396:7991;41.3505305;-105.6606821,way_type=user_defined:way_id=80E +edge,7991,7991;41.3505305;-105.6606821:7992;41.3505347;-105.6594424,way_type=user_defined:way_id=80E +edge,7992,7992;41.3505347;-105.6594424:7993;41.3505319;-105.6584779,way_type=user_defined:way_id=80E +edge,7993,7993;41.3505319;-105.6584779:7994;41.3505329;-105.6573909,way_type=user_defined:way_id=80E +edge,7994,7994;41.3505329;-105.6573909:7995;41.3505413;-105.6555087,way_type=user_defined:way_id=80E +edge,7995,7995;41.3505413;-105.6555087:7996;41.3505474;-105.6532298,way_type=user_defined:way_id=80E +edge,7996,7996;41.3505474;-105.6532298:7997;41.3505479;-105.6524371,way_type=user_defined:way_id=80E +edge,7997,7997;41.3505479;-105.6524371:7998;41.3505504;-105.6517461,way_type=user_defined:way_id=80E +edge,7998,7998;41.3505504;-105.6517461:7999;41.3505506;-105.6508487,way_type=user_defined:way_id=80E +edge,7999,7999;41.3505506;-105.6508487:8000;41.3505533;-105.6498958,way_type=user_defined:way_id=80E +edge,8000,8000;41.3505533;-105.6498958:8001;41.3505549;-105.6474438,way_type=user_defined:way_id=80E +edge,8001,8001;41.3505549;-105.6474438:8002;41.35056;-105.645663,way_type=user_defined:way_id=80E +edge,8002,8002;41.35056;-105.645663:8003;41.3505576;-105.645309,way_type=user_defined:way_id=80E +edge,8003,8003;41.3505576;-105.645309:8004;41.3505521;-105.6450121,way_type=user_defined:way_id=80E +edge,8004,8004;41.3505521;-105.6450121:8005;41.3505418;-105.6446869,way_type=user_defined:way_id=80E +edge,8005,8005;41.3505418;-105.6446869:8006;41.3505273;-105.6443703,way_type=user_defined:way_id=80E +edge,8006,8006;41.3505273;-105.6443703:8007;41.3505104;-105.6440741,way_type=user_defined:way_id=80E +edge,8007,8007;41.3505104;-105.6440741:8008;41.3504921;-105.6437958,way_type=user_defined:way_id=80E +edge,8008,8008;41.3504921;-105.6437958:8009;41.3504717;-105.6435387,way_type=user_defined:way_id=80E +edge,8009,8009;41.3504717;-105.6435387:8010;41.3504652;-105.6434626,way_type=user_defined:way_id=80E +edge,8010,8010;41.3504652;-105.6434626:8011;41.3504367;-105.6431779,way_type=user_defined:way_id=80E +edge,8011,8011;41.3504367;-105.6431779:8012;41.3504017;-105.6428942,way_type=user_defined:way_id=80E +edge,8012,8012;41.3504017;-105.6428942:8013;41.3503545;-105.6425662,way_type=user_defined:way_id=80E +edge,8013,8013;41.3503545;-105.6425662:8014;41.3503025;-105.6422494,way_type=user_defined:way_id=80E +edge,8014,8014;41.3503025;-105.6422494:8015;41.3502523;-105.6419691,way_type=user_defined:way_id=80E +edge,8015,8015;41.3502523;-105.6419691:8016;41.3501988;-105.6416912,way_type=user_defined:way_id=80E +edge,8016,8016;41.3501988;-105.6416912:8017;41.3501392;-105.6414058,way_type=user_defined:way_id=80E +edge,8017,8017;41.3501392;-105.6414058:8018;41.350071;-105.6411037,way_type=user_defined:way_id=80E +edge,8018,8018;41.350071;-105.6411037:8019;41.3499963;-105.6407947,way_type=user_defined:way_id=80E +edge,8019,8019;41.3499963;-105.6407947:8020;41.3499241;-105.6405146,way_type=user_defined:way_id=80E +edge,8020,8020;41.3499241;-105.6405146:8021;41.3498492;-105.6402461,way_type=user_defined:way_id=80E +edge,8021,8021;41.3498492;-105.6402461:8022;41.3497586;-105.6399445,way_type=user_defined:way_id=80E +edge,8022,8022;41.3497586;-105.6399445:8023;41.3496619;-105.639646,way_type=user_defined:way_id=80E +edge,8023,8023;41.3496619;-105.639646:8024;41.3495719;-105.6393855,way_type=user_defined:way_id=80E +edge,8024,8024;41.3495719;-105.6393855:8025;41.349477;-105.6391274,way_type=user_defined:way_id=80E +edge,8025,8025;41.349477;-105.6391274:8026;41.3493618;-105.6388304,way_type=user_defined:way_id=80E +edge,8026,8026;41.3493618;-105.6388304:8027;41.3492555;-105.6385699,way_type=user_defined:way_id=80E +edge,8027,8027;41.3492555;-105.6385699:8028;41.3491383;-105.6382957,way_type=user_defined:way_id=80E +edge,8028,8028;41.3491383;-105.6382957:8029;41.349026;-105.6380403,way_type=user_defined:way_id=80E +edge,8029,8029;41.349026;-105.6380403:8030;41.3489006;-105.637762,way_type=user_defined:way_id=80E +edge,8030,8030;41.3489006;-105.637762:8031;41.3484945;-105.6368707,way_type=user_defined:way_id=80E +edge,8031,8031;41.3484945;-105.6368707:8032;41.3477059;-105.6351301,way_type=user_defined:way_id=80E +edge,8032,8032;41.3477059;-105.6351301:8033;41.3473539;-105.6343595,way_type=user_defined:way_id=80E +edge,8033,8033;41.3473539;-105.6343595:8034;41.34714897;-105.6339053,way_type=user_defined:way_id=80E +edge,8034,8034;41.34714897;-105.6339053:8035;41.34714897;-105.6339053,way_type=user_defined:way_id=80E +edge,8035,8035;41.34714897;-105.6339053:8036;41.3462277;-105.631873,way_type=user_defined:way_id=80E +edge,8036,8036;41.3462277;-105.631873:8037;41.3453301;-105.6298867,way_type=user_defined:way_id=80E +edge,8037,8037;41.3453301;-105.6298867:8038;41.3444973;-105.6280567,way_type=user_defined:way_id=80E +edge,8038,8038;41.3444973;-105.6280567:8039;41.3431196;-105.6250136,way_type=user_defined:way_id=80E +edge,8039,8039;41.3431196;-105.6250136:8040;41.3427091;-105.6241146,way_type=user_defined:way_id=80E +edge,8040,8040;41.3427091;-105.6241146:8041;41.342296;-105.6232196,way_type=user_defined:way_id=80E +edge,8041,8041;41.342296;-105.6232196:8042;41.3421865;-105.6229782,way_type=user_defined:way_id=80E +edge,8042,8042;41.3421865;-105.6229782:8043;41.3418811;-105.6222932,way_type=user_defined:way_id=80E +edge,8043,8043;41.3418811;-105.6222932:8044;41.3417513;-105.6220061,way_type=user_defined:way_id=80E +edge,8044,8044;41.3417513;-105.6220061:8045;41.3413996;-105.6212354,way_type=user_defined:way_id=80E +edge,8045,8045;41.3413996;-105.6212354:8046;41.34127;-105.6209582,way_type=user_defined:way_id=80E +edge,8046,8046;41.34127;-105.6209582:8047;41.341137;-105.6206841,way_type=user_defined:way_id=80E +edge,8047,8047;41.341137;-105.6206841:8048;41.3410162;-105.6204439,way_type=user_defined:way_id=80E +edge,8048,8048;41.3410162;-105.6204439:8049;41.3408914;-105.6202077,way_type=user_defined:way_id=80E +edge,8049,8049;41.3408914;-105.6202077:8050;41.3407496;-105.6199519,way_type=user_defined:way_id=80E +edge,8050,8050;41.3407496;-105.6199519:8051;41.3406112;-105.6197176,way_type=user_defined:way_id=80E +edge,8051,8051;41.3406112;-105.6197176:8052;41.3404527;-105.6194685,way_type=user_defined:way_id=80E +edge,8052,8052;41.3404527;-105.6194685:8053;41.3403016;-105.6192499,way_type=user_defined:way_id=80E +edge,8053,8053;41.3403016;-105.6192499:8054;41.3401295;-105.6190189,way_type=user_defined:way_id=80E +edge,8054,8054;41.3401295;-105.6190189:8055;41.3399712;-105.6188226,way_type=user_defined:way_id=80E +edge,8055,8055;41.3399712;-105.6188226:8056;41.3398079;-105.6186354,way_type=user_defined:way_id=80E +edge,8056,8056;41.3398079;-105.6186354:8057;41.3397466;-105.6185691,way_type=user_defined:way_id=80E +edge,8057,8057;41.3397466;-105.6185691:8058;41.3396173;-105.6184323,way_type=user_defined:way_id=80E +edge,8058,8058;41.3396173;-105.6184323:8059;41.3394156;-105.6182344,way_type=user_defined:way_id=80E +edge,8059,8059;41.3394156;-105.6182344:8060;41.3392434;-105.6180771,way_type=user_defined:way_id=80E +edge,8060,8060;41.3392434;-105.6180771:8061;41.3390316;-105.6178981,way_type=user_defined:way_id=80E +edge,8061,8061;41.3390316;-105.6178981:8062;41.3388461;-105.6177532,way_type=user_defined:way_id=80E +edge,8062,8062;41.3388461;-105.6177532:8063;41.3386563;-105.6176186,way_type=user_defined:way_id=80E +edge,8063,8063;41.3386563;-105.6176186:8064;41.3384299;-105.617475,way_type=user_defined:way_id=80E +edge,8064,8064;41.3384299;-105.617475:8065;41.3382378;-105.617366,way_type=user_defined:way_id=80E +edge,8065,8065;41.3382378;-105.617366:8066;41.3380039;-105.617245,way_type=user_defined:way_id=80E +edge,8066,8066;41.3380039;-105.617245:8067;41.3377939;-105.6171457,way_type=user_defined:way_id=80E +edge,8067,8067;41.3377939;-105.6171457:8068;41.337588;-105.6170586,way_type=user_defined:way_id=80E +edge,8068,8068;41.337588;-105.6170586:8069;41.3373531;-105.6169723,way_type=user_defined:way_id=80E +edge,8069,8069;41.3373531;-105.6169723:8070;41.3371224;-105.6169007,way_type=user_defined:way_id=80E +edge,8070,8070;41.3371224;-105.6169007:8071;41.3369039;-105.6168443,way_type=user_defined:way_id=80E +edge,8071,8071;41.3369039;-105.6168443:8072;41.3366834;-105.6167985,way_type=user_defined:way_id=80E +edge,8072,8072;41.3366834;-105.6167985:8073;41.3364699;-105.616762,way_type=user_defined:way_id=80E +edge,8073,8073;41.3364699;-105.616762:8074;41.3362368;-105.6167277,way_type=user_defined:way_id=80E +edge,8074,8074;41.3362368;-105.6167277:8075;41.3361394;-105.6167156,way_type=user_defined:way_id=80E +edge,8075,8075;41.3361394;-105.6167156:8076;41.3359853;-105.6166973,way_type=user_defined:way_id=80E +edge,8076,8076;41.3359853;-105.6166973:8077;41.3357632;-105.6166758,way_type=user_defined:way_id=80E +edge,8077,8077;41.3357632;-105.6166758:8078;41.3353041;-105.616636,way_type=user_defined:way_id=80E +edge,8078,8078;41.3353041;-105.616636:8079;41.334846;-105.6165916,way_type=user_defined:way_id=80E +edge,8079,8079;41.334846;-105.6165916:8080;41.3340262;-105.6165227,way_type=user_defined:way_id=80E +edge,8080,8080;41.3340262;-105.6165227:8081;41.3332383;-105.6164506,way_type=user_defined:way_id=80E +edge,8081,8081;41.3332383;-105.6164506:8082;41.33287675;-105.616421,way_type=user_defined:way_id=80E +edge,8082,8082;41.33287675;-105.616421:8083;41.3325363;-105.6163932,way_type=user_defined:way_id=80E +edge,8083,8083;41.3325363;-105.6163932:8084;41.3325363;-105.6163932,way_type=user_defined:way_id=80E +edge,8084,8084;41.3325363;-105.6163932:8085;41.33159522;-105.6163139,way_type=user_defined:way_id=80E +edge,8085,8085;41.33159522;-105.6163139:8086;41.3305752;-105.6162199,way_type=user_defined:way_id=80E +edge,8086,8086;41.3305752;-105.6162199:8087;41.3289663;-105.6160802,way_type=user_defined:way_id=80E +edge,8087,8087;41.3289663;-105.6160802:8088;41.3283695;-105.6160256,way_type=user_defined:way_id=80E +edge,8088,8088;41.3283695;-105.6160256:8089;41.327939;-105.6159886,way_type=user_defined:way_id=80E +edge,8089,8089;41.327939;-105.6159886:8090;41.327939;-105.6159886,way_type=user_defined:way_id=80E +edge,8090,8090;41.327939;-105.6159886:8091;41.3276642;-105.615966,way_type=user_defined:way_id=80E +edge,8091,8091;41.3276642;-105.615966:8092;41.3265234;-105.6158648,way_type=user_defined:way_id=80E +edge,8092,8092;41.3265234;-105.6158648:8093;41.3255407;-105.6157826,way_type=user_defined:way_id=80E +edge,8093,8093;41.3255407;-105.6157826:8094;41.32478975;-105.6157151,way_type=user_defined:way_id=80E +edge,8094,8094;41.32478975;-105.6157151:8095;41.3244553;-105.6156851,way_type=user_defined:way_id=80E +edge,8095,8095;41.3244553;-105.6156851:8096;41.3235066;-105.615602,way_type=user_defined:way_id=80E +edge,8096,8096;41.3235066;-105.615602:8097;41.3223059;-105.6155006,way_type=user_defined:way_id=80E +edge,8097,8097;41.3223059;-105.6155006:8098;41.3223059;-105.6155006,way_type=user_defined:way_id=80E +edge,8098,8098;41.3223059;-105.6155006:8099;41.321082;-105.6153922,way_type=user_defined:way_id=80E +edge,8099,8099;41.321082;-105.6153922:8100;41.3206448;-105.6153554,way_type=user_defined:way_id=80E +edge,8100,8100;41.3206448;-105.6153554:8101;41.3193586;-105.6152472,way_type=user_defined:way_id=80E +edge,8101,8101;41.3193586;-105.6152472:8102;41.31807;-105.6151326,way_type=user_defined:way_id=80E +edge,8102,8102;41.31807;-105.6151326:8103;41.31765532;-105.6150973,way_type=user_defined:way_id=80E +edge,8103,8103;41.31765532;-105.6150973:8104;41.31765532;-105.6150973,way_type=user_defined:way_id=80E +edge,8104,8104;41.31765532;-105.6150973:8105;41.3170882;-105.615048,way_type=user_defined:way_id=80E +edge,8105,8105;41.3170882;-105.615048:8106;41.31650824;-105.6149952,way_type=user_defined:way_id=80E +edge,8106,8106;41.31650824;-105.6149952:8107;41.3152365;-105.6148885,way_type=user_defined:way_id=80E +edge,8107,8107;41.3152365;-105.6148885:8108;41.3142043;-105.6147966,way_type=user_defined:way_id=80E +edge,8108,8108;41.3142043;-105.6147966:8109;41.31381793;-105.6147634,way_type=user_defined:way_id=80E +edge,8109,8109;41.31381793;-105.6147634:8110;41.3134975;-105.6147359,way_type=user_defined:way_id=80E +edge,8110,8110;41.3134975;-105.6147359:8111;41.3134975;-105.6147359,way_type=user_defined:way_id=80E +edge,8111,8111;41.3134975;-105.6147359:8112;41.31248383;-105.6146489,way_type=user_defined:way_id=80E +edge,8112,8112;41.31248383;-105.6146489:8113;41.3116749;-105.6145752,way_type=user_defined:way_id=80E +edge,8113,8113;41.3116749;-105.6145752:8114;41.31153823;-105.6145647,way_type=user_defined:way_id=80E +edge,8114,8114;41.31153823;-105.6145647:8115;41.31091278;-105.6145057,way_type=user_defined:way_id=80E +edge,8115,8115;41.31091278;-105.6145057:8116;41.31057731;-105.6144793,way_type=user_defined:way_id=80E +edge,8116,8116;41.31057731;-105.6144793:8117;41.30901689;-105.6143441,way_type=user_defined:way_id=80E +edge,8117,8117;41.30901689;-105.6143441:8118;41.30901689;-105.6143441,way_type=user_defined:way_id=80E +edge,8118,8118;41.30901689;-105.6143441:8119;41.3078686;-105.6142485,way_type=user_defined:way_id=80E +edge,8119,8119;41.3078686;-105.6142485:8120;41.3071842;-105.6141858,way_type=user_defined:way_id=80E +edge,8120,8120;41.3071842;-105.6141858:8121;41.3066971;-105.6141442,way_type=user_defined:way_id=80E +edge,8121,8121;41.3066971;-105.6141442:8122;41.3064857;-105.6141234,way_type=user_defined:way_id=80E +edge,8122,8122;41.3064857;-105.6141234:8123;41.3062399;-105.6140958,way_type=user_defined:way_id=80E +edge,8123,8123;41.3062399;-105.6140958:8124;41.3060227;-105.6140686,way_type=user_defined:way_id=80E +edge,8124,8124;41.3060227;-105.6140686:8125;41.3059434;-105.6140567,way_type=user_defined:way_id=80E +edge,8125,8125;41.3059434;-105.6140567:8126;41.3057993;-105.614035,way_type=user_defined:way_id=80E +edge,8126,8126;41.3057993;-105.614035:8127;41.3055625;-105.6139902,way_type=user_defined:way_id=80E +edge,8127,8127;41.3055625;-105.6139902:8128;41.3053418;-105.6139364,way_type=user_defined:way_id=80E +edge,8128,8128;41.3053418;-105.6139364:8129;41.3051093;-105.6138663,way_type=user_defined:way_id=80E +edge,8129,8129;41.3051093;-105.6138663:8130;41.3048798;-105.6137814,way_type=user_defined:way_id=80E +edge,8130,8130;41.3048798;-105.6137814:8131;41.3046674;-105.6136891,way_type=user_defined:way_id=80E +edge,8131,8131;41.3046674;-105.6136891:8132;41.3045865;-105.6136486,way_type=user_defined:way_id=80E +edge,8132,8132;41.3045865;-105.6136486:8133;41.3045865;-105.6136486,way_type=user_defined:way_id=80E +edge,8133,8133;41.3045865;-105.6136486:8134;41.30445732;-105.6135836,way_type=user_defined:way_id=80E +edge,8134,8134;41.30445732;-105.6135836:8135;41.3042576;-105.6134711,way_type=user_defined:way_id=80E +edge,8135,8135;41.3042576;-105.6134711:8136;41.3040395;-105.6133335,way_type=user_defined:way_id=80E +edge,8136,8136;41.3040395;-105.6133335:8137;41.3038232;-105.6131799,way_type=user_defined:way_id=80E +edge,8137,8137;41.3038232;-105.6131799:8138;41.3036367;-105.6130336,way_type=user_defined:way_id=80E +edge,8138,8138;41.3036367;-105.6130336:8139;41.3034315;-105.612858,way_type=user_defined:way_id=80E +edge,8139,8139;41.3034315;-105.612858:8140;41.3032529;-105.6126922,way_type=user_defined:way_id=80E +edge,8140,8140;41.3032529;-105.6126922:8141;41.3030589;-105.6124956,way_type=user_defined:way_id=80E +edge,8141,8141;41.3030589;-105.6124956:8142;41.3028881;-105.6123048,way_type=user_defined:way_id=80E +edge,8142,8142;41.3028881;-105.6123048:8143;41.302714;-105.6120895,way_type=user_defined:way_id=80E +edge,8143,8143;41.302714;-105.6120895:8144;41.30267146;-105.612032,way_type=user_defined:way_id=80E +edge,8144,8144;41.30267146;-105.612032:8145;41.3025624;-105.6118845,way_type=user_defined:way_id=80E +edge,8145,8145;41.3025624;-105.6118845:8146;41.3024126;-105.6116639,way_type=user_defined:way_id=80E +edge,8146,8146;41.3024126;-105.6116639:8147;41.3022602;-105.61142,way_type=user_defined:way_id=80E +edge,8147,8147;41.3022602;-105.61142:8148;41.3021082;-105.6111523,way_type=user_defined:way_id=80E +edge,8148,8148;41.3021082;-105.6111523:8149;41.301988;-105.6109225,way_type=user_defined:way_id=80E +edge,8149,8149;41.301988;-105.6109225:8150;41.3018552;-105.6106468,way_type=user_defined:way_id=80E +edge,8150,8150;41.3018552;-105.6106468:8151;41.3017455;-105.6103965,way_type=user_defined:way_id=80E +edge,8151,8151;41.3017455;-105.6103965:8152;41.3016333;-105.6101147,way_type=user_defined:way_id=80E +edge,8152,8152;41.3016333;-105.6101147:8153;41.301536;-105.6098446,way_type=user_defined:way_id=80E +edge,8153,8153;41.301536;-105.6098446:8154;41.3014382;-105.6095438,way_type=user_defined:way_id=80E +edge,8154,8154;41.3014382;-105.6095438:8155;41.3013574;-105.6092751,way_type=user_defined:way_id=80E +edge,8155,8155;41.3013574;-105.6092751:8156;41.3012724;-105.6089789,way_type=user_defined:way_id=80E +edge,8156,8156;41.3012724;-105.6089789:8157;41.3011915;-105.6086814,way_type=user_defined:way_id=80E +edge,8157,8157;41.3011915;-105.6086814:8158;41.301109;-105.6083657,way_type=user_defined:way_id=80E +edge,8158,8158;41.301109;-105.6083657:8159;41.3009807;-105.6078747,way_type=user_defined:way_id=80E +edge,8159,8159;41.3009807;-105.6078747:8160;41.3008967;-105.6075605,way_type=user_defined:way_id=80E +edge,8160,8160;41.3008967;-105.6075605:8161;41.300622;-105.6065441,way_type=user_defined:way_id=80E +edge,8161,8161;41.300622;-105.6065441:8162;41.3004276;-105.6058181,way_type=user_defined:way_id=80E +edge,8162,8162;41.3004276;-105.6058181:8163;41.3000333;-105.6043628,way_type=user_defined:way_id=80E +edge,8163,8163;41.3000333;-105.6043628:8164;41.2997416;-105.6032726,way_type=user_defined:way_id=80E +edge,8164,8164;41.2997416;-105.6032726:8165;41.299155;-105.6010981,way_type=user_defined:way_id=80E +edge,8165,8165;41.299155;-105.6010981:8166;41.29890935;-105.6001758,way_type=user_defined:way_id=80E +edge,8166,8166;41.29890935;-105.6001758:8167;41.2988844;-105.6000821,way_type=user_defined:way_id=80E +edge,8167,8167;41.2988844;-105.6000821:8168;41.2986325;-105.5991569,way_type=user_defined:way_id=80E +edge,8168,8168;41.2986325;-105.5991569:8169;41.2986325;-105.5991569,way_type=user_defined:way_id=80E +edge,8169,8169;41.2986325;-105.5991569:8170;41.2984126;-105.5983388,way_type=user_defined:way_id=80E +edge,8170,8170;41.2984126;-105.5983388:8171;41.29833197;-105.5980421,way_type=user_defined:way_id=80E +edge,8171,8171;41.29833197;-105.5980421:8172;41.2982467;-105.5977283,way_type=user_defined:way_id=80E +edge,8172,8172;41.2982467;-105.5977283:8173;41.2980282;-105.5969116,way_type=user_defined:way_id=80E +edge,8173,8173;41.2980282;-105.5969116:8174;41.29799249;-105.5967796,way_type=user_defined:way_id=80E +edge,8174,8174;41.29799249;-105.5967796:8175;41.2976415;-105.595482,way_type=user_defined:way_id=80E +edge,8175,8175;41.2976415;-105.595482:8176;41.29742191;-105.5946532,way_type=user_defined:way_id=80E +edge,8176,8176;41.29742191;-105.5946532:8177;41.29742191;-105.5946532,way_type=user_defined:way_id=80E +edge,8177,8177;41.29742191;-105.5946532:8178;41.2973183;-105.5942618,way_type=user_defined:way_id=80E +edge,8178,8178;41.2973183;-105.5942618:8179;41.2968661;-105.592596,way_type=user_defined:way_id=80E +edge,8179,8179;41.2968661;-105.592596:8180;41.29663;-105.5917055,way_type=user_defined:way_id=80E +edge,8180,8180;41.29663;-105.5917055:8181;41.2965378;-105.5913625,way_type=user_defined:way_id=80E +edge,8181,8181;41.2965378;-105.5913625:8182;41.296297;-105.5904766,way_type=user_defined:way_id=80E +edge,8182,8182;41.296297;-105.5904766:8183;41.2960764;-105.589658,way_type=user_defined:way_id=80E +edge,8183,8183;41.2960764;-105.589658:8184;41.2956806;-105.5882047,way_type=user_defined:way_id=80E +edge,8184,8184;41.2956806;-105.5882047:8185;41.29544315;-105.5873143,way_type=user_defined:way_id=80E +edge,8185,8185;41.29544315;-105.5873143:8186;41.29544315;-105.5873143,way_type=user_defined:way_id=80E +edge,8186,8186;41.29544315;-105.5873143:8187;41.2953778;-105.5870693,way_type=user_defined:way_id=80E +edge,8187,8187;41.2953778;-105.5870693:8188;41.2951415;-105.5861925,way_type=user_defined:way_id=80E +edge,8188,8188;41.2951415;-105.5861925:8189;41.2949868;-105.5856108,way_type=user_defined:way_id=80E +edge,8189,8189;41.2949868;-105.5856108:8190;41.29473943;-105.5846953,way_type=user_defined:way_id=80E +edge,8190,8190;41.29473943;-105.5846953:8191;41.294309;-105.5830949,way_type=user_defined:way_id=80E +edge,8191,8191;41.294309;-105.5830949:8192;41.2939454;-105.5817262,way_type=user_defined:way_id=80E +edge,8192,8192;41.2939454;-105.5817262:8193;41.29361886;-105.5805147,way_type=user_defined:way_id=80E +edge,8193,8193;41.29361886;-105.5805147:8194;41.2935508;-105.5802679,way_type=user_defined:way_id=80E +edge,8194,8194;41.2935508;-105.5802679:8195;41.2935508;-105.5802679,way_type=user_defined:way_id=80E +edge,8195,8195;41.2935508;-105.5802679:8196;41.2935257;-105.5801767,way_type=user_defined:way_id=80E +edge,8196,8196;41.2935257;-105.5801767:8197;41.2933805;-105.5796095,way_type=user_defined:way_id=80E +edge,8197,8197;41.2933805;-105.5796095:8198;41.2930715;-105.5784762,way_type=user_defined:way_id=80E +edge,8198,8198;41.2930715;-105.5784762:8199;41.2929033;-105.5778459,way_type=user_defined:way_id=80E +edge,8199,8199;41.2929033;-105.5778459:8200;41.2926822;-105.5769978,way_type=user_defined:way_id=80E +edge,8200,8200;41.2926822;-105.5769978:8201;41.2926137;-105.5767269,way_type=user_defined:way_id=80E +edge,8201,8201;41.2926137;-105.5767269:8202;41.2925453;-105.5764464,way_type=user_defined:way_id=80E +edge,8202,8202;41.2925453;-105.5764464:8203;41.2924747;-105.5761471,way_type=user_defined:way_id=80E +edge,8203,8203;41.2924747;-105.5761471:8204;41.2924105;-105.5758648,way_type=user_defined:way_id=80E +edge,8204,8204;41.2924105;-105.5758648:8205;41.2922741;-105.5752439,way_type=user_defined:way_id=80E +edge,8205,8205;41.2922741;-105.5752439:8206;41.2922155;-105.5749665,way_type=user_defined:way_id=80E +edge,8206,8206;41.2922155;-105.5749665:8207;41.2921012;-105.574403,way_type=user_defined:way_id=80E +edge,8207,8207;41.2921012;-105.574403:8208;41.2920416;-105.5740991,way_type=user_defined:way_id=80E +edge,8208,8208;41.2920416;-105.5740991:8209;41.2919818;-105.5737823,way_type=user_defined:way_id=80E +edge,8209,8209;41.2919818;-105.5737823:8210;41.2919299;-105.5734932,way_type=user_defined:way_id=80E +edge,8210,8210;41.2919299;-105.5734932:8211;41.2918599;-105.573086,way_type=user_defined:way_id=80E +edge,8211,8211;41.2918599;-105.573086:8212;41.2917841;-105.5726251,way_type=user_defined:way_id=80E +edge,8212,8212;41.2917841;-105.5726251:8213;41.2917316;-105.5722928,way_type=user_defined:way_id=80E +edge,8213,8213;41.2917316;-105.5722928:8214;41.2916852;-105.5719818,way_type=user_defined:way_id=80E +edge,8214,8214;41.2916852;-105.5719818:8215;41.2916039;-105.5714044,way_type=user_defined:way_id=80E +edge,8215,8215;41.2916039;-105.5714044:8216;41.2915237;-105.5708068,way_type=user_defined:way_id=80E +edge,8216,8216;41.2915237;-105.5708068:8217;41.291478;-105.5704465,way_type=user_defined:way_id=80E +edge,8217,8217;41.291478;-105.5704465:8218;41.2914199;-105.5699499,way_type=user_defined:way_id=80E +edge,8218,8218;41.2914199;-105.5699499:8219;41.2913806;-105.5695862,way_type=user_defined:way_id=80E +edge,8219,8219;41.2913806;-105.5695862:8220;41.2913481;-105.5692624,way_type=user_defined:way_id=80E +edge,8220,8220;41.2913481;-105.5692624:8221;41.2913188;-105.5689477,way_type=user_defined:way_id=80E +edge,8221,8221;41.2913188;-105.5689477:8222;41.2912832;-105.5685415,way_type=user_defined:way_id=80E +edge,8222,8222;41.2912832;-105.5685415:8223;41.291243;-105.568044,way_type=user_defined:way_id=80E +edge,8223,8223;41.291243;-105.568044:8224;41.2912118;-105.5676115,way_type=user_defined:way_id=80E +edge,8224,8224;41.2912118;-105.5676115:8225;41.2911825;-105.5671529,way_type=user_defined:way_id=80E +edge,8225,8225;41.2911825;-105.5671529:8226;41.2911605;-105.5667553,way_type=user_defined:way_id=80E +edge,8226,8226;41.2911605;-105.5667553:8227;41.2911349;-105.5662452,way_type=user_defined:way_id=80E +edge,8227,8227;41.2911349;-105.5662452:8228;41.291121;-105.5659153,way_type=user_defined:way_id=80E +edge,8228,8228;41.291121;-105.5659153:8229;41.29111;-105.5655951,way_type=user_defined:way_id=80E +edge,8229,8229;41.29111;-105.5655951:8230;41.2911024;-105.5653129,way_type=user_defined:way_id=80E +edge,8230,8230;41.2911024;-105.5653129:8231;41.2910907;-105.5647354,way_type=user_defined:way_id=80E +edge,8231,8231;41.2910907;-105.5647354:8232;41.2910861;-105.5644016,way_type=user_defined:way_id=80E +edge,8232,8232;41.2910861;-105.5644016:8233;41.2910833;-105.5639412,way_type=user_defined:way_id=80E +edge,8233,8233;41.2910833;-105.5639412:8234;41.2910786;-105.5625618,way_type=user_defined:way_id=80E +edge,8234,8234;41.2910786;-105.5625618:8235;41.2910784;-105.5613342,way_type=user_defined:way_id=80E +edge,8235,8235;41.2910784;-105.5613342:8236;41.2910731;-105.5592001,way_type=user_defined:way_id=80E +edge,8236,8236;41.2910731;-105.5592001:8237;41.2910732;-105.557687,way_type=user_defined:way_id=80E +edge,8237,8237;41.2910732;-105.557687:8238;41.2910748;-105.5567521,way_type=user_defined:way_id=80E +edge,8238,8238;41.2910748;-105.5567521:8239;41.2910707;-105.554545,way_type=user_defined:way_id=80E +edge,8239,8239;41.2910707;-105.554545:8240;41.2910712;-105.5530245,way_type=user_defined:way_id=80E +edge,8240,8240;41.2910712;-105.5530245:8241;41.2910685;-105.551461,way_type=user_defined:way_id=80E +edge,8241,8241;41.2910685;-105.551461:8242;41.2910638;-105.5503181,way_type=user_defined:way_id=80E +edge,8242,8242;41.2910638;-105.5503181:8243;41.2910668;-105.548802,way_type=user_defined:way_id=80E +edge,8243,8243;41.2910668;-105.548802:8244;41.2910627;-105.5475753,way_type=user_defined:way_id=80E +edge,8244,8244;41.2910627;-105.5475753:8245;41.2910648;-105.5460323,way_type=user_defined:way_id=80E +edge,8245,8245;41.2910648;-105.5460323:8246;41.2910635;-105.5454484,way_type=user_defined:way_id=80E +edge,8246,8246;41.2910635;-105.5454484:8247;41.2910634;-105.543,way_type=user_defined:way_id=80E +edge,8247,8247;41.2910634;-105.543:8248;41.2910599;-105.5402856,way_type=user_defined:way_id=80E +edge,8248,8248;41.2910599;-105.5402856:8249;41.2910605;-105.5381988,way_type=user_defined:way_id=80E +edge,8249,8249;41.2910605;-105.5381988:8250;41.2910605;-105.5381988,way_type=user_defined:way_id=80E +edge,8250,8250;41.2910605;-105.5381988:8251;41.2910551;-105.5365622,way_type=user_defined:way_id=80E +edge,8251,8251;41.2910551;-105.5365622:8252;41.2910556;-105.5357412,way_type=user_defined:way_id=80E +edge,8252,8252;41.2910556;-105.5357412:8253;41.2910576;-105.535014,way_type=user_defined:way_id=80E +edge,8253,8253;41.2910576;-105.535014:8254;41.2910545;-105.5338624,way_type=user_defined:way_id=80E +edge,8254,8254;41.2910545;-105.5338624:8255;41.2910563;-105.5322743,way_type=user_defined:way_id=80E +edge,8255,8255;41.2910563;-105.5322743:8256;41.2910518;-105.5310441,way_type=user_defined:way_id=80E +edge,8256,8256;41.2910518;-105.5310441:8257;41.2910495;-105.5307274,way_type=user_defined:way_id=80E +edge,8257,8257;41.2910495;-105.5307274:8258;41.2910444;-105.5304381,way_type=user_defined:way_id=80E +edge,8258,8258;41.2910444;-105.5304381:8259;41.2910341;-105.5301011,way_type=user_defined:way_id=80E +edge,8259,8259;41.2910341;-105.5301011:8260;41.2910189;-105.5298149,way_type=user_defined:way_id=80E +edge,8260,8260;41.2910189;-105.5298149:8261;41.2909926;-105.5294981,way_type=user_defined:way_id=80E +edge,8261,8261;41.2909926;-105.5294981:8262;41.2909553;-105.5291775,way_type=user_defined:way_id=80E +edge,8262,8262;41.2909553;-105.5291775:8263;41.2909121;-105.5288882,way_type=user_defined:way_id=80E +edge,8263,8263;41.2909121;-105.5288882:8264;41.29086852;-105.528637,way_type=user_defined:way_id=80E +edge,8264,8264;41.29086852;-105.528637:8265;41.29086852;-105.528637,way_type=user_defined:way_id=80E +edge,8265,8265;41.29086852;-105.528637:8266;41.29085951;-105.5285865,way_type=user_defined:way_id=80E +edge,8266,8266;41.29085951;-105.5285865:8267;41.29085951;-105.5285865,way_type=user_defined:way_id=80E +edge,8267,8267;41.29085951;-105.5285865:8268;41.29085089;-105.5285411,way_type=user_defined:way_id=80E +edge,8268,8268;41.29085089;-105.5285411:8269;41.29085089;-105.5285411,way_type=user_defined:way_id=80E +edge,8269,8269;41.29085089;-105.5285411:8270;41.290805;-105.5283039,way_type=user_defined:way_id=80E +edge,8270,8270;41.290805;-105.5283039:8271;41.2907324;-105.5280277,way_type=user_defined:way_id=80E +edge,8271,8271;41.2907324;-105.5280277:8272;41.29070257;-105.5279309,way_type=user_defined:way_id=80E +edge,8272,8272;41.29070257;-105.5279309:8273;41.2906387;-105.5277236,way_type=user_defined:way_id=80E +edge,8273,8273;41.2906387;-105.5277236:8274;41.2905764;-105.5275444,way_type=user_defined:way_id=80E +edge,8274,8274;41.2905764;-105.5275444:8275;41.2905764;-105.5275444,way_type=user_defined:way_id=80E +edge,8275,8275;41.2905764;-105.5275444:8276;41.2905466;-105.5274587,way_type=user_defined:way_id=80E +edge,8276,8276;41.2905466;-105.5274587:8277;41.2904504;-105.5272093,way_type=user_defined:way_id=80E +edge,8277,8277;41.2904504;-105.5272093:8278;41.2903271;-105.5269197,way_type=user_defined:way_id=80E +edge,8278,8278;41.2903271;-105.5269197:8279;41.2902012;-105.5266539,way_type=user_defined:way_id=80E +edge,8279,8279;41.2902012;-105.5266539:8280;41.29010978;-105.5264775,way_type=user_defined:way_id=80E +edge,8280,8280;41.29010978;-105.5264775:8281;41.2900791;-105.5264183,way_type=user_defined:way_id=80E +edge,8281,8281;41.2900791;-105.5264183:8282;41.2899446;-105.5261819,way_type=user_defined:way_id=80E +edge,8282,8282;41.2899446;-105.5261819:8283;41.2897884;-105.525931,way_type=user_defined:way_id=80E +edge,8283,8283;41.2897884;-105.525931:8284;41.2896433;-105.5257173,way_type=user_defined:way_id=80E +edge,8284,8284;41.2896433;-105.5257173:8285;41.2894915;-105.5255106,way_type=user_defined:way_id=80E +edge,8285,8285;41.2894915;-105.5255106:8286;41.2893134;-105.5252873,way_type=user_defined:way_id=80E +edge,8286,8286;41.2893134;-105.5252873:8287;41.2891336;-105.5250798,way_type=user_defined:way_id=80E +edge,8287,8287;41.2891336;-105.5250798:8288;41.2889591;-105.5248944,way_type=user_defined:way_id=80E +edge,8288,8288;41.2889591;-105.5248944:8289;41.2887692;-105.5247046,way_type=user_defined:way_id=80E +edge,8289,8289;41.2887692;-105.5247046:8290;41.2883903;-105.5243389,way_type=user_defined:way_id=80E +edge,8290,8290;41.2883903;-105.5243389:8291;41.28783334;-105.5238118,way_type=user_defined:way_id=80E +edge,8291,8291;41.28783334;-105.5238118:8292;41.287631;-105.5236203,way_type=user_defined:way_id=80E +edge,8292,8292;41.287631;-105.5236203:8293;41.2866189;-105.5226554,way_type=user_defined:way_id=80E +edge,8293,8293;41.2866189;-105.5226554:8294;41.2857537;-105.5218404,way_type=user_defined:way_id=80E +edge,8294,8294;41.2857537;-105.5218404:8295;41.2857537;-105.5218404,way_type=user_defined:way_id=80E +edge,8295,8295;41.2857537;-105.5218404:8296;41.2835553;-105.5197518,way_type=user_defined:way_id=80E +edge,8296,8296;41.2835553;-105.5197518:8297;41.2829404;-105.5191676,way_type=user_defined:way_id=80E +edge,8297,8297;41.2829404;-105.5191676:8298;41.2820096;-105.5182798,way_type=user_defined:way_id=80E +edge,8298,8298;41.2820096;-105.5182798:8299;41.2812593;-105.5175686,way_type=user_defined:way_id=80E +edge,8299,8299;41.2812593;-105.5175686:8300;41.2809029;-105.5172286,way_type=user_defined:way_id=80E +edge,8300,8300;41.2809029;-105.5172286:8301;41.2793972;-105.5158037,way_type=user_defined:way_id=80E +edge,8301,8301;41.2793972;-105.5158037:8302;41.278961;-105.5153842,way_type=user_defined:way_id=80E +edge,8302,8302;41.278961;-105.5153842:8303;41.2786526;-105.5150828,way_type=user_defined:way_id=80E +edge,8303,8303;41.2786526;-105.5150828:8304;41.2784779;-105.5149087,way_type=user_defined:way_id=80E +edge,8304,8304;41.2784779;-105.5149087:8305;41.2782869;-105.514713,way_type=user_defined:way_id=80E +edge,8305,8305;41.2782869;-105.514713:8306;41.2781141;-105.5145308,way_type=user_defined:way_id=80E +edge,8306,8306;41.2781141;-105.5145308:8307;41.2779869;-105.5143924,way_type=user_defined:way_id=80E +edge,8307,8307;41.2779869;-105.5143924:8308;41.277762;-105.5141406,way_type=user_defined:way_id=80E +edge,8308,8308;41.277762;-105.5141406:8309;41.2775937;-105.513945,way_type=user_defined:way_id=80E +edge,8309,8309;41.2775937;-105.513945:8310;41.2774165;-105.5137322,way_type=user_defined:way_id=80E +edge,8310,8310;41.2774165;-105.5137322:8311;41.2772817;-105.5135669,way_type=user_defined:way_id=80E +edge,8311,8311;41.2772817;-105.5135669:8312;41.277035;-105.5132574,way_type=user_defined:way_id=80E +edge,8312,8312;41.277035;-105.5132574:8313;41.276903;-105.5130877,way_type=user_defined:way_id=80E +edge,8313,8313;41.276903;-105.5130877:8314;41.2767473;-105.5128838,way_type=user_defined:way_id=80E +edge,8314,8314;41.2767473;-105.5128838:8315;41.2765943;-105.5126777,way_type=user_defined:way_id=80E +edge,8315,8315;41.2765943;-105.5126777:8316;41.27648293;-105.512523,way_type=user_defined:way_id=80E +edge,8316,8316;41.27648293;-105.512523:8317;41.27648293;-105.512523,way_type=user_defined:way_id=80E +edge,8317,8317;41.27648293;-105.512523:8318;41.2764239;-105.5124409,way_type=user_defined:way_id=80E +edge,8318,8318;41.2764239;-105.5124409:8319;41.276277;-105.5122288,way_type=user_defined:way_id=80E +edge,8319,8319;41.276277;-105.5122288:8320;41.2761145;-105.511985,way_type=user_defined:way_id=80E +edge,8320,8320;41.2761145;-105.511985:8321;41.2759561;-105.5117369,way_type=user_defined:way_id=80E +edge,8321,8321;41.2759561;-105.5117369:8322;41.2758146;-105.511508,way_type=user_defined:way_id=80E +edge,8322,8322;41.2758146;-105.511508:8323;41.2756664;-105.5112616,way_type=user_defined:way_id=80E +edge,8323,8323;41.2756664;-105.5112616:8324;41.2755334;-105.5110363,way_type=user_defined:way_id=80E +edge,8324,8324;41.2755334;-105.5110363:8325;41.275398;-105.5108012,way_type=user_defined:way_id=80E +edge,8325,8325;41.275398;-105.5108012:8326;41.2752524;-105.5105404,way_type=user_defined:way_id=80E +edge,8326,8326;41.2752524;-105.5105404:8327;41.275127;-105.5103073,way_type=user_defined:way_id=80E +edge,8327,8327;41.275127;-105.5103073:8328;41.2749846;-105.5100319,way_type=user_defined:way_id=80E +edge,8328,8328;41.2749846;-105.5100319:8329;41.2748525;-105.5097687,way_type=user_defined:way_id=80E +edge,8329,8329;41.2748525;-105.5097687:8330;41.2746114;-105.5092795,way_type=user_defined:way_id=80E +edge,8330,8330;41.2746114;-105.5092795:8331;41.2744826;-105.509013,way_type=user_defined:way_id=80E +edge,8331,8331;41.2744826;-105.509013:8332;41.2737593;-105.5074824,way_type=user_defined:way_id=80E +edge,8332,8332;41.2737593;-105.5074824:8333;41.2734005;-105.5067158,way_type=user_defined:way_id=80E +edge,8333,8333;41.2734005;-105.5067158:8334;41.2732855;-105.5064625,way_type=user_defined:way_id=80E +edge,8334,8334;41.2732855;-105.5064625:8335;41.2731778;-105.5062155,way_type=user_defined:way_id=80E +edge,8335,8335;41.2731778;-105.5062155:8336;41.2730746;-105.5059657,way_type=user_defined:way_id=80E +edge,8336,8336;41.2730746;-105.5059657:8337;41.2729721;-105.5057056,way_type=user_defined:way_id=80E +edge,8337,8337;41.2729721;-105.5057056:8338;41.2728739;-105.5054434,way_type=user_defined:way_id=80E +edge,8338,8338;41.2728739;-105.5054434:8339;41.2727605;-105.5051184,way_type=user_defined:way_id=80E +edge,8339,8339;41.2727605;-105.5051184:8340;41.2726948;-105.5049204,way_type=user_defined:way_id=80E +edge,8340,8340;41.2726948;-105.5049204:8341;41.2726106;-105.5046518,way_type=user_defined:way_id=80E +edge,8341,8341;41.2726106;-105.5046518:8342;41.2725236;-105.5043549,way_type=user_defined:way_id=80E +edge,8342,8342;41.2725236;-105.5043549:8343;41.2724491;-105.5040823,way_type=user_defined:way_id=80E +edge,8343,8343;41.2724491;-105.5040823:8344;41.272379;-105.5038089,way_type=user_defined:way_id=80E +edge,8344,8344;41.272379;-105.5038089:8345;41.2723209;-105.5035698,way_type=user_defined:way_id=80E +edge,8345,8345;41.2723209;-105.5035698:8346;41.2722581;-105.5032952,way_type=user_defined:way_id=80E +edge,8346,8346;41.2722581;-105.5032952:8347;41.2722201;-105.5031157,way_type=user_defined:way_id=80E +edge,8347,8347;41.2722201;-105.5031157:8348;41.2721922;-105.5029813,way_type=user_defined:way_id=80E +edge,8348,8348;41.2721922;-105.5029813:8349;41.2721398;-105.5027031,way_type=user_defined:way_id=80E +edge,8349,8349;41.2721398;-105.5027031:8350;41.2720956;-105.5024221,way_type=user_defined:way_id=80E +edge,8350,8350;41.2720956;-105.5024221:8351;41.272063;-105.5021677,way_type=user_defined:way_id=80E +edge,8351,8351;41.272063;-105.5021677:8352;41.2720286;-105.5018551,way_type=user_defined:way_id=80E +edge,8352,8352;41.2720286;-105.5018551:8353;41.2720003;-105.5015609,way_type=user_defined:way_id=80E +edge,8353,8353;41.2720003;-105.5015609:8354;41.2719758;-105.5012835,way_type=user_defined:way_id=80E +edge,8354,8354;41.2719758;-105.5012835:8355;41.2719499;-105.5009594,way_type=user_defined:way_id=80E +edge,8355,8355;41.2719499;-105.5009594:8356;41.2719343;-105.5007361,way_type=user_defined:way_id=80E +edge,8356,8356;41.2719343;-105.5007361:8357;41.2719168;-105.5004556,way_type=user_defined:way_id=80E +edge,8357,8357;41.2719168;-105.5004556:8358;41.2718989;-105.5001263,way_type=user_defined:way_id=80E +edge,8358,8358;41.2718989;-105.5001263:8359;41.2718737;-105.4995547,way_type=user_defined:way_id=80E +edge,8359,8359;41.2718737;-105.4995547:8360;41.2718628;-105.4992384,way_type=user_defined:way_id=80E +edge,8360,8360;41.2718628;-105.4992384:8361;41.2718455;-105.4986617,way_type=user_defined:way_id=80E +edge,8361,8361;41.2718455;-105.4986617:8362;41.2718337;-105.4983378,way_type=user_defined:way_id=80E +edge,8362,8362;41.2718337;-105.4983378:8363;41.271817;-105.4980222,way_type=user_defined:way_id=80E +edge,8363,8363;41.271817;-105.4980222:8364;41.2717968;-105.4977248,way_type=user_defined:way_id=80E +edge,8364,8364;41.2717968;-105.4977248:8365;41.2717514;-105.4971091,way_type=user_defined:way_id=80E +edge,8365,8365;41.2717514;-105.4971091:8366;41.2717309;-105.4967911,way_type=user_defined:way_id=80E +edge,8366,8366;41.2717309;-105.4967911:8367;41.2717126;-105.4964647,way_type=user_defined:way_id=80E +edge,8367,8367;41.2717126;-105.4964647:8368;41.2716993;-105.496185,way_type=user_defined:way_id=80E +edge,8368,8368;41.2716993;-105.496185:8369;41.2716921;-105.4960027,way_type=user_defined:way_id=80E +edge,8369,8369;41.2716921;-105.4960027:8370;41.2716781;-105.4955965,way_type=user_defined:way_id=80E +edge,8370,8370;41.2716781;-105.4955965:8371;41.2716514;-105.494661,way_type=user_defined:way_id=80E +edge,8371,8371;41.2716514;-105.494661:8372;41.2716301;-105.4940121,way_type=user_defined:way_id=80E +edge,8372,8372;41.2716301;-105.4940121:8373;41.2716097;-105.4933347,way_type=user_defined:way_id=80E +edge,8373,8373;41.2716097;-105.4933347:8374;41.2715802;-105.4922458,way_type=user_defined:way_id=80E +edge,8374,8374;41.2715802;-105.4922458:8375;41.2715762;-105.4918878,way_type=user_defined:way_id=80E +edge,8375,8375;41.2715762;-105.4918878:8376;41.2715782;-105.4915963,way_type=user_defined:way_id=80E +edge,8376,8376;41.2715782;-105.4915963:8377;41.2715843;-105.4913142,way_type=user_defined:way_id=80E +edge,8377,8377;41.2715843;-105.4913142:8378;41.2715958;-105.4910233,way_type=user_defined:way_id=80E +edge,8378,8378;41.2715958;-105.4910233:8379;41.2716138;-105.4907057,way_type=user_defined:way_id=80E +edge,8379,8379;41.2716138;-105.4907057:8380;41.2716393;-105.4903797,way_type=user_defined:way_id=80E +edge,8380,8380;41.2716393;-105.4903797:8381;41.2716669;-105.4900948,way_type=user_defined:way_id=80E +edge,8381,8381;41.2716669;-105.4900948:8382;41.271695;-105.4898468,way_type=user_defined:way_id=80E +edge,8382,8382;41.271695;-105.4898468:8383;41.2717363;-105.4895172,way_type=user_defined:way_id=80E +edge,8383,8383;41.2717363;-105.4895172:8384;41.2717739;-105.489236,way_type=user_defined:way_id=80E +edge,8384,8384;41.2717739;-105.489236:8385;41.2719345;-105.4880743,way_type=user_defined:way_id=80E +edge,8385,8385;41.2719345;-105.4880743:8386;41.2721244;-105.4867235,way_type=user_defined:way_id=80E +edge,8386,8386;41.2721244;-105.4867235:8387;41.2721651;-105.4863989,way_type=user_defined:way_id=80E +edge,8387,8387;41.2721651;-105.4863989:8388;41.2721925;-105.4861202,way_type=user_defined:way_id=80E +edge,8388,8388;41.2721925;-105.4861202:8389;41.2722106;-105.4858608,way_type=user_defined:way_id=80E +edge,8389,8389;41.2722106;-105.4858608:8390;41.2722213;-105.4856101,way_type=user_defined:way_id=80E +edge,8390,8390;41.2722213;-105.4856101:8391;41.2722228;-105.485573,way_type=user_defined:way_id=80E +edge,8391,8391;41.2722228;-105.485573:8392;41.2722264;-105.4852866,way_type=user_defined:way_id=80E +edge,8392,8392;41.2722264;-105.4852866:8393;41.2722211;-105.4850384,way_type=user_defined:way_id=80E +edge,8393,8393;41.2722211;-105.4850384:8394;41.2722047;-105.4847464,way_type=user_defined:way_id=80E +edge,8394,8394;41.2722047;-105.4847464:8395;41.272178;-105.484466,way_type=user_defined:way_id=80E +edge,8395,8395;41.272178;-105.484466:8396;41.2721455;-105.4842184,way_type=user_defined:way_id=80E +edge,8396,8396;41.2721455;-105.4842184:8397;41.2721335;-105.484145,way_type=user_defined:way_id=80E +edge,8397,8397;41.2721335;-105.484145:8398;41.2720979;-105.4839356,way_type=user_defined:way_id=80E +edge,8398,8398;41.2720979;-105.4839356:8399;41.2720489;-105.4836981,way_type=user_defined:way_id=80E +edge,8399,8399;41.2720489;-105.4836981:8400;41.2719805;-105.4834188,way_type=user_defined:way_id=80E +edge,8400,8400;41.2719805;-105.4834188:8401;41.2719061;-105.4831593,way_type=user_defined:way_id=80E +edge,8401,8401;41.2719061;-105.4831593:8402;41.2718289;-105.48292,way_type=user_defined:way_id=80E +edge,8402,8402;41.2718289;-105.48292:8403;41.2717336;-105.4826574,way_type=user_defined:way_id=80E +edge,8403,8403;41.2717336;-105.4826574:8404;41.2716335;-105.4824174,way_type=user_defined:way_id=80E +edge,8404,8404;41.2716335;-105.4824174:8405;41.2715164;-105.4821681,way_type=user_defined:way_id=80E +edge,8405,8405;41.2715164;-105.4821681:8406;41.2715002;-105.4821366,way_type=user_defined:way_id=80E +edge,8406,8406;41.2715002;-105.4821366:8407;41.2713888;-105.4819252,way_type=user_defined:way_id=80E +edge,8407,8407;41.2713888;-105.4819252:8408;41.2712609;-105.4817046,way_type=user_defined:way_id=80E +edge,8408,8408;41.2712609;-105.4817046:8409;41.2711202;-105.4814834,way_type=user_defined:way_id=80E +edge,8409,8409;41.2711202;-105.4814834:8410;41.2710869;-105.4814348,way_type=user_defined:way_id=80E +edge,8410,8410;41.2710869;-105.4814348:8411;41.2709569;-105.4812487,way_type=user_defined:way_id=80E +edge,8411,8411;41.2709569;-105.4812487:8412;41.2708067;-105.4810482,way_type=user_defined:way_id=80E +edge,8412,8412;41.2708067;-105.4810482:8413;41.2706464;-105.4808465,way_type=user_defined:way_id=80E +edge,8413,8413;41.2706464;-105.4808465:8414;41.2704876;-105.4806543,way_type=user_defined:way_id=80E +edge,8414,8414;41.2704876;-105.4806543:8415;41.2698177;-105.4798716,way_type=user_defined:way_id=80E +edge,8415,8415;41.2698177;-105.4798716:8416;41.2679937;-105.4777311,way_type=user_defined:way_id=80E +edge,8416,8416;41.2679937;-105.4777311:8417;41.2674074;-105.4770362,way_type=user_defined:way_id=80E +edge,8417,8417;41.2674074;-105.4770362:8418;41.267228;-105.4768182,way_type=user_defined:way_id=80E +edge,8418,8418;41.267228;-105.4768182:8419;41.2670674;-105.4766153,way_type=user_defined:way_id=80E +edge,8419,8419;41.2670674;-105.4766153:8420;41.2669162;-105.4764131,way_type=user_defined:way_id=80E +edge,8420,8420;41.2669162;-105.4764131:8421;41.2667505;-105.4761763,way_type=user_defined:way_id=80E +edge,8421,8421;41.2667505;-105.4761763:8422;41.266611;-105.4759596,way_type=user_defined:way_id=80E +edge,8422,8422;41.266611;-105.4759596:8423;41.2664741;-105.4757279,way_type=user_defined:way_id=80E +edge,8423,8423;41.2664741;-105.4757279:8424;41.2663328;-105.4754651,way_type=user_defined:way_id=80E +edge,8424,8424;41.2663328;-105.4754651:8425;41.2662035;-105.4751917,way_type=user_defined:way_id=80E +edge,8425,8425;41.2662035;-105.4751917:8426;41.2660982;-105.4749431,way_type=user_defined:way_id=80E +edge,8426,8426;41.2660982;-105.4749431:8427;41.2659993;-105.474679,way_type=user_defined:way_id=80E +edge,8427,8427;41.2659993;-105.474679:8428;41.2659041;-105.4743914,way_type=user_defined:way_id=80E +edge,8428,8428;41.2659041;-105.4743914:8429;41.2658247;-105.4741159,way_type=user_defined:way_id=80E +edge,8429,8429;41.2658247;-105.4741159:8430;41.2657579;-105.4738445,way_type=user_defined:way_id=80E +edge,8430,8430;41.2657579;-105.4738445:8431;41.2657495;-105.4738084,way_type=user_defined:way_id=80E +edge,8431,8431;41.2657495;-105.4738084:8432;41.2656889;-105.4735044,way_type=user_defined:way_id=80E +edge,8432,8432;41.2656889;-105.4735044:8433;41.2656423;-105.4732157,way_type=user_defined:way_id=80E +edge,8433,8433;41.2656423;-105.4732157:8434;41.2656056;-105.4729326,way_type=user_defined:way_id=80E +edge,8434,8434;41.2656056;-105.4729326:8435;41.265573;-105.4726108,way_type=user_defined:way_id=80E +edge,8435,8435;41.265573;-105.4726108:8436;41.2655514;-105.4723243,way_type=user_defined:way_id=80E +edge,8436,8436;41.2655514;-105.4723243:8437;41.2655344;-105.4719997,way_type=user_defined:way_id=80E +edge,8437,8437;41.2655344;-105.4719997:8438;41.2654883;-105.470781,way_type=user_defined:way_id=80E +edge,8438,8438;41.2654883;-105.470781:8439;41.265476;-105.4704848,way_type=user_defined:way_id=80E +edge,8439,8439;41.265476;-105.4704848:8440;41.2654604;-105.47017,way_type=user_defined:way_id=80E +edge,8440,8440;41.2654604;-105.47017:8441;41.2654445;-105.4698839,way_type=user_defined:way_id=80E +edge,8441,8441;41.2654445;-105.4698839:8442;41.2654229;-105.4695508,way_type=user_defined:way_id=80E +edge,8442,8442;41.2654229;-105.4695508:8443;41.2653992;-105.469275,way_type=user_defined:way_id=80E +edge,8443,8443;41.2653992;-105.469275:8444;41.2653619;-105.4689462,way_type=user_defined:way_id=80E +edge,8444,8444;41.2653619;-105.4689462:8445;41.2653157;-105.4686379,way_type=user_defined:way_id=80E +edge,8445,8445;41.2653157;-105.4686379:8446;41.2652611;-105.4683524,way_type=user_defined:way_id=80E +edge,8446,8446;41.2652611;-105.4683524:8447;41.2651976;-105.4680803,way_type=user_defined:way_id=80E +edge,8447,8447;41.2651976;-105.4680803:8448;41.2651213;-105.4678043,way_type=user_defined:way_id=80E +edge,8448,8448;41.2651213;-105.4678043:8449;41.2650888;-105.4677021,way_type=user_defined:way_id=80E +edge,8449,8449;41.2650888;-105.4677021:8450;41.2650282;-105.4675165,way_type=user_defined:way_id=80E +edge,8450,8450;41.2650282;-105.4675165:8451;41.2649167;-105.4672198,way_type=user_defined:way_id=80E +edge,8451,8451;41.2649167;-105.4672198:8452;41.2648117;-105.4669716,way_type=user_defined:way_id=80E +edge,8452,8452;41.2648117;-105.4669716:8453;41.2646968;-105.46672,way_type=user_defined:way_id=80E +edge,8453,8453;41.2646968;-105.46672:8454;41.2645695;-105.4664567,way_type=user_defined:way_id=80E +edge,8454,8454;41.2645695;-105.4664567:8455;41.2644276;-105.4661834,way_type=user_defined:way_id=80E +edge,8455,8455;41.2644276;-105.4661834:8456;41.2642969;-105.4659458,way_type=user_defined:way_id=80E +edge,8456,8456;41.2642969;-105.4659458:8457;41.2641659;-105.4657202,way_type=user_defined:way_id=80E +edge,8457,8457;41.2641659;-105.4657202:8458;41.2640264;-105.4654909,way_type=user_defined:way_id=80E +edge,8458,8458;41.2640264;-105.4654909:8459;41.2635824;-105.4647783,way_type=user_defined:way_id=80E +edge,8459,8459;41.2635824;-105.4647783:8460;41.2634461;-105.464557,way_type=user_defined:way_id=80E +edge,8460,8460;41.2634461;-105.464557:8461;41.2632886;-105.4642973,way_type=user_defined:way_id=80E +edge,8461,8461;41.2632886;-105.4642973:8462;41.263143;-105.4640483,way_type=user_defined:way_id=80E +edge,8462,8462;41.263143;-105.4640483:8463;41.2630147;-105.4638181,way_type=user_defined:way_id=80E +edge,8463,8463;41.2630147;-105.4638181:8464;41.2628759;-105.4635505,way_type=user_defined:way_id=80E +edge,8464,8464;41.2628759;-105.4635505:8465;41.2627602;-105.4633085,way_type=user_defined:way_id=80E +edge,8465,8465;41.2627602;-105.4633085:8466;41.2626345;-105.4630297,way_type=user_defined:way_id=80E +edge,8466,8466;41.2626345;-105.4630297:8467;41.2625247;-105.4627718,way_type=user_defined:way_id=80E +edge,8467,8467;41.2625247;-105.4627718:8468;41.2624261;-105.4625156,way_type=user_defined:way_id=80E +edge,8468,8468;41.2624261;-105.4625156:8469;41.262328;-105.4622278,way_type=user_defined:way_id=80E +edge,8469,8469;41.262328;-105.4622278:8470;41.2622473;-105.461959,way_type=user_defined:way_id=80E +edge,8470,8470;41.2622473;-105.461959:8471;41.2621694;-105.4616828,way_type=user_defined:way_id=80E +edge,8471,8471;41.2621694;-105.4616828:8472;41.2618498;-105.4605027,way_type=user_defined:way_id=80E +edge,8472,8472;41.2618498;-105.4605027:8473;41.2617669;-105.4602083,way_type=user_defined:way_id=80E +edge,8473,8473;41.2617669;-105.4602083:8474;41.2616822;-105.4599223,way_type=user_defined:way_id=80E +edge,8474,8474;41.2616822;-105.4599223:8475;41.2616031;-105.4596695,way_type=user_defined:way_id=80E +edge,8475,8475;41.2616031;-105.4596695:8476;41.2615052;-105.4593708,way_type=user_defined:way_id=80E +edge,8476,8476;41.2615052;-105.4593708:8477;41.2614721;-105.459276,way_type=user_defined:way_id=80E +edge,8477,8477;41.2614721;-105.459276:8478;41.2614118;-105.4591036,way_type=user_defined:way_id=80E +edge,8478,8478;41.2614118;-105.4591036:8479;41.2613056;-105.4588145,way_type=user_defined:way_id=80E +edge,8479,8479;41.2613056;-105.4588145:8480;41.2612073;-105.4585598,way_type=user_defined:way_id=80E +edge,8480,8480;41.2612073;-105.4585598:8481;41.2610888;-105.4582703,way_type=user_defined:way_id=80E +edge,8481,8481;41.2610888;-105.4582703:8482;41.2609833;-105.4580248,way_type=user_defined:way_id=80E +edge,8482,8482;41.2609833;-105.4580248:8483;41.26087;-105.4577746,way_type=user_defined:way_id=80E +edge,8483,8483;41.26087;-105.4577746:8484;41.2607407;-105.4575042,way_type=user_defined:way_id=80E +edge,8484,8484;41.2607407;-105.4575042:8485;41.2606186;-105.4572613,way_type=user_defined:way_id=80E +edge,8485,8485;41.2606186;-105.4572613:8486;41.2604969;-105.457029,way_type=user_defined:way_id=80E +edge,8486,8486;41.2604969;-105.457029:8487;41.2603593;-105.4567762,way_type=user_defined:way_id=80E +edge,8487,8487;41.2603593;-105.4567762:8488;41.2602092;-105.456513,way_type=user_defined:way_id=80E +edge,8488,8488;41.2602092;-105.456513:8489;41.2600772;-105.4562907,way_type=user_defined:way_id=80E +edge,8489,8489;41.2600772;-105.4562907:8490;41.2599201;-105.4560347,way_type=user_defined:way_id=80E +edge,8490,8490;41.2599201;-105.4560347:8491;41.2592105;-105.4548922,way_type=user_defined:way_id=80E +edge,8491,8491;41.2592105;-105.4548922:8492;41.25877;-105.4541731,way_type=user_defined:way_id=80E +edge,8492,8492;41.25877;-105.4541731:8493;41.2583183;-105.4534432,way_type=user_defined:way_id=80E +edge,8493,8493;41.2583183;-105.4534432:8494;41.2573452;-105.4518524,way_type=user_defined:way_id=80E +edge,8494,8494;41.2573452;-105.4518524:8495;41.2569122;-105.4511599,way_type=user_defined:way_id=80E +edge,8495,8495;41.2569122;-105.4511599:8496;41.2560547;-105.4497605,way_type=user_defined:way_id=80E +edge,8496,8496;41.2560547;-105.4497605:8497;41.2556437;-105.4490985,way_type=user_defined:way_id=80E +edge,8497,8497;41.2556437;-105.4490985:8498;41.2554861;-105.448848,way_type=user_defined:way_id=80E +edge,8498,8498;41.2554861;-105.448848:8499;41.2553293;-105.4486087,way_type=user_defined:way_id=80E +edge,8499,8499;41.2553293;-105.4486087:8500;41.2551826;-105.4483942,way_type=user_defined:way_id=80E +edge,8500,8500;41.2551826;-105.4483942:8501;41.2550327;-105.448185,way_type=user_defined:way_id=80E +edge,8501,8501;41.2550327;-105.448185:8502;41.2548789;-105.4479806,way_type=user_defined:way_id=80E +edge,8502,8502;41.2548789;-105.4479806:8503;41.2547006;-105.4477558,way_type=user_defined:way_id=80E +edge,8503,8503;41.2547006;-105.4477558:8504;41.2545342;-105.4475568,way_type=user_defined:way_id=80E +edge,8504,8504;41.2545342;-105.4475568:8505;41.2543747;-105.4473746,way_type=user_defined:way_id=80E +edge,8505,8505;41.2543747;-105.4473746:8506;41.2541894;-105.4471743,way_type=user_defined:way_id=80E +edge,8506,8506;41.2541894;-105.4471743:8507;41.2540346;-105.4470155,way_type=user_defined:way_id=80E +edge,8507,8507;41.2540346;-105.4470155:8508;41.2538416;-105.446827,way_type=user_defined:way_id=80E +edge,8508,8508;41.2538416;-105.446827:8509;41.2536851;-105.4466821,way_type=user_defined:way_id=80E +edge,8509,8509;41.2536851;-105.4466821:8510;41.2534609;-105.4464844,way_type=user_defined:way_id=80E +edge,8510,8510;41.2534609;-105.4464844:8511;41.2532742;-105.4463299,way_type=user_defined:way_id=80E +edge,8511,8511;41.2532742;-105.4463299:8512;41.2530838;-105.4461817,way_type=user_defined:way_id=80E +edge,8512,8512;41.2530838;-105.4461817:8513;41.2528717;-105.4460257,way_type=user_defined:way_id=80E +edge,8513,8513;41.2528717;-105.4460257:8514;41.2526818;-105.4458936,way_type=user_defined:way_id=80E +edge,8514,8514;41.2526818;-105.4458936:8515;41.2524646;-105.445749,way_type=user_defined:way_id=80E +edge,8515,8515;41.2524646;-105.445749:8516;41.2522716;-105.445625,way_type=user_defined:way_id=80E +edge,8516,8516;41.2522716;-105.445625:8517;41.2514175;-105.4450863,way_type=user_defined:way_id=80E +edge,8517,8517;41.2514175;-105.4450863:8518;41.2505972;-105.4445753,way_type=user_defined:way_id=80E +edge,8518,8518;41.2505972;-105.4445753:8519;41.2495185;-105.4438947,way_type=user_defined:way_id=80E +edge,8519,8519;41.2495185;-105.4438947:8520;41.2480721;-105.4429864,way_type=user_defined:way_id=80E +edge,8520,8520;41.2480721;-105.4429864:8521;41.2469905;-105.4423101,way_type=user_defined:way_id=80E +edge,8521,8521;41.2469905;-105.4423101:8522;41.24671114;-105.4421336,way_type=user_defined:way_id=80E +edge,8522,8522;41.24671114;-105.4421336:8523;41.2441329;-105.4405094,way_type=user_defined:way_id=80E +edge,8523,8523;41.2441329;-105.4405094:8524;41.2432805;-105.4399774,way_type=user_defined:way_id=80E +edge,8524,8524;41.2432805;-105.4399774:8525;41.24307281;-105.439847,way_type=user_defined:way_id=80E +edge,8525,8525;41.24307281;-105.439847:8526;41.2420288;-105.4391913,way_type=user_defined:way_id=80E +edge,8526,8526;41.2420288;-105.4391913:8527;41.2417994;-105.4390509,way_type=user_defined:way_id=80E +edge,8527,8527;41.2417994;-105.4390509:8528;41.2416074;-105.4389361,way_type=user_defined:way_id=80E +edge,8528,8528;41.2416074;-105.4389361:8529;41.2414022;-105.4388175,way_type=user_defined:way_id=80E +edge,8529,8529;41.2414022;-105.4388175:8530;41.2411828;-105.4386964,way_type=user_defined:way_id=80E +edge,8530,8530;41.2411828;-105.4386964:8531;41.2409756;-105.4385878,way_type=user_defined:way_id=80E +edge,8531,8531;41.2409756;-105.4385878:8532;41.2407738;-105.4384873,way_type=user_defined:way_id=80E +edge,8532,8532;41.2407738;-105.4384873:8533;41.2405436;-105.4383778,way_type=user_defined:way_id=80E +edge,8533,8533;41.2405436;-105.4383778:8534;41.2403123;-105.4382735,way_type=user_defined:way_id=80E +edge,8534,8534;41.2403123;-105.4382735:8535;41.2400928;-105.4381808,way_type=user_defined:way_id=80E +edge,8535,8535;41.2400928;-105.4381808:8536;41.23996312;-105.4381293,way_type=user_defined:way_id=80E +edge,8536,8536;41.23996312;-105.4381293:8537;41.23996312;-105.4381293,way_type=user_defined:way_id=80E +edge,8537,8537;41.23996312;-105.4381293:8538;41.2398696;-105.4380925,way_type=user_defined:way_id=80E +edge,8538,8538;41.2398696;-105.4380925:8539;41.23969057;-105.4380262,way_type=user_defined:way_id=80E +edge,8539,8539;41.23969057;-105.4380262:8540;41.23940783;-105.4379314,way_type=user_defined:way_id=80E +edge,8540,8540;41.23940783;-105.4379314:8541;41.2392019;-105.4378687,way_type=user_defined:way_id=80E +edge,8541,8541;41.2392019;-105.4378687:8542;41.2389874;-105.4378088,way_type=user_defined:way_id=80E +edge,8542,8542;41.2389874;-105.4378088:8543;41.2387516;-105.4377479,way_type=user_defined:way_id=80E +edge,8543,8543;41.2387516;-105.4377479:8544;41.2385367;-105.4376944,way_type=user_defined:way_id=80E +edge,8544,8544;41.2385367;-105.4376944:8545;41.2382932;-105.4376369,way_type=user_defined:way_id=80E +edge,8545,8545;41.2382932;-105.4376369:8546;41.238049;-105.4375847,way_type=user_defined:way_id=80E +edge,8546,8546;41.238049;-105.4375847:8547;41.2378334;-105.437542,way_type=user_defined:way_id=80E +edge,8547,8547;41.2378334;-105.437542:8548;41.23754275;-105.4374875,way_type=user_defined:way_id=80E +edge,8548,8548;41.23754275;-105.4374875:8549;41.2373237;-105.4374465,way_type=user_defined:way_id=80E +edge,8549,8549;41.2373237;-105.4374465:8550;41.236227;-105.4372308,way_type=user_defined:way_id=80E +edge,8550,8550;41.236227;-105.4372308:8551;41.2354683;-105.4370861,way_type=user_defined:way_id=80E +edge,8551,8551;41.2354683;-105.4370861:8552;41.2354683;-105.4370861,way_type=user_defined:way_id=80E +edge,8552,8552;41.2354683;-105.4370861:8553;41.2352804;-105.437049,way_type=user_defined:way_id=80E +edge,8553,8553;41.2352804;-105.437049:8554;41.2350595;-105.4370084,way_type=user_defined:way_id=80E +edge,8554,8554;41.2350595;-105.4370084:8555;41.2348409;-105.436974,way_type=user_defined:way_id=80E +edge,8555,8555;41.2348409;-105.436974:8556;41.2346008;-105.4369424,way_type=user_defined:way_id=80E +edge,8556,8556;41.2346008;-105.4369424:8557;41.2343817;-105.436919,way_type=user_defined:way_id=80E +edge,8557,8557;41.2343817;-105.436919:8558;41.2341611;-105.4369036,way_type=user_defined:way_id=80E +edge,8558,8558;41.2341611;-105.4369036:8559;41.233919;-105.4368971,way_type=user_defined:way_id=80E +edge,8559,8559;41.233919;-105.4368971:8560;41.2337909;-105.4368997,way_type=user_defined:way_id=80E +edge,8560,8560;41.2337909;-105.4368997:8561;41.2336695;-105.4369021,way_type=user_defined:way_id=80E +edge,8561,8561;41.2336695;-105.4369021:8562;41.233426;-105.436919,way_type=user_defined:way_id=80E +edge,8562,8562;41.233426;-105.436919:8563;41.2331872;-105.4369549,way_type=user_defined:way_id=80E +edge,8563,8563;41.2331872;-105.4369549:8564;41.2329648;-105.4370004,way_type=user_defined:way_id=80E +edge,8564,8564;41.2329648;-105.4370004:8565;41.2327493;-105.437054,way_type=user_defined:way_id=80E +edge,8565,8565;41.2327493;-105.437054:8566;41.2325135;-105.4371241,way_type=user_defined:way_id=80E +edge,8566,8566;41.2325135;-105.4371241:8567;41.2322798;-105.4372056,way_type=user_defined:way_id=80E +edge,8567,8567;41.2322798;-105.4372056:8568;41.2320489;-105.4372981,way_type=user_defined:way_id=80E +edge,8568,8568;41.2320489;-105.4372981:8569;41.2318351;-105.4373943,way_type=user_defined:way_id=80E +edge,8569,8569;41.2318351;-105.4373943:8570;41.2316296;-105.4374954,way_type=user_defined:way_id=80E +edge,8570,8570;41.2316296;-105.4374954:8571;41.2314057;-105.4376131,way_type=user_defined:way_id=80E +edge,8571,8571;41.2314057;-105.4376131:8572;41.2311762;-105.4377402,way_type=user_defined:way_id=80E +edge,8572,8572;41.2311762;-105.4377402:8573;41.2305513;-105.4381003,way_type=user_defined:way_id=80E +edge,8573,8573;41.2305513;-105.4381003:8574;41.2301222;-105.4383421,way_type=user_defined:way_id=80E +edge,8574,8574;41.2301222;-105.4383421:8575;41.2298927;-105.4384657,way_type=user_defined:way_id=80E +edge,8575,8575;41.2298927;-105.4384657:8576;41.2296947;-105.4385662,way_type=user_defined:way_id=80E +edge,8576,8576;41.2296947;-105.4385662:8577;41.2294619;-105.438676,way_type=user_defined:way_id=80E +edge,8577,8577;41.2294619;-105.438676:8578;41.2292529;-105.4387625,way_type=user_defined:way_id=80E +edge,8578,8578;41.2292529;-105.4387625:8579;41.2291985;-105.4387826,way_type=user_defined:way_id=80E +edge,8579,8579;41.2291985;-105.4387826:8580;41.2290142;-105.4388478,way_type=user_defined:way_id=80E +edge,8580,8580;41.2290142;-105.4388478:8581;41.2287733;-105.4389204,way_type=user_defined:way_id=80E +edge,8581,8581;41.2287733;-105.4389204:8582;41.2285584;-105.4389752,way_type=user_defined:way_id=80E +edge,8582,8582;41.2285584;-105.4389752:8583;41.2283147;-105.4390252,way_type=user_defined:way_id=80E +edge,8583,8583;41.2283147;-105.4390252:8584;41.2281052;-105.4390577,way_type=user_defined:way_id=80E +edge,8584,8584;41.2281052;-105.4390577:8585;41.2278815;-105.4390808,way_type=user_defined:way_id=80E +edge,8585,8585;41.2278815;-105.4390808:8586;41.2276431;-105.4390947,way_type=user_defined:way_id=80E +edge,8586,8586;41.2276431;-105.4390947:8587;41.2273911;-105.4390975,way_type=user_defined:way_id=80E +edge,8587,8587;41.2273911;-105.4390975:8588;41.2271753;-105.4390892,way_type=user_defined:way_id=80E +edge,8588,8588;41.2271753;-105.4390892:8589;41.2269315;-105.4390665,way_type=user_defined:way_id=80E +edge,8589,8589;41.2269315;-105.4390665:8590;41.2267173;-105.4390381,way_type=user_defined:way_id=80E +edge,8590,8590;41.2267173;-105.4390381:8591;41.2264689;-105.4389951,way_type=user_defined:way_id=80E +edge,8591,8591;41.2264689;-105.4389951:8592;41.2262571;-105.4389525,way_type=user_defined:way_id=80E +edge,8592,8592;41.2262571;-105.4389525:8593;41.2260387;-105.4389038,way_type=user_defined:way_id=80E +edge,8593,8593;41.2260387;-105.4389038:8594;41.2249133;-105.4386292,way_type=user_defined:way_id=80E +edge,8594,8594;41.2249133;-105.4386292:8595;41.2246741;-105.4385723,way_type=user_defined:way_id=80E +edge,8595,8595;41.2246741;-105.4385723:8596;41.2244277;-105.4385171,way_type=user_defined:way_id=80E +edge,8596,8596;41.2244277;-105.4385171:8597;41.2242441;-105.438479,way_type=user_defined:way_id=80E +edge,8597,8597;41.2242441;-105.438479:8598;41.2240244;-105.4384363,way_type=user_defined:way_id=80E +edge,8598,8598;41.2240244;-105.4384363:8599;41.2237827;-105.4383924,way_type=user_defined:way_id=80E +edge,8599,8599;41.2237827;-105.4383924:8600;41.2235685;-105.4383602,way_type=user_defined:way_id=80E +edge,8600,8600;41.2235685;-105.4383602:8601;41.2233243;-105.4383309,way_type=user_defined:way_id=80E +edge,8601,8601;41.2233243;-105.4383309:8602;41.2231008;-105.4383109,way_type=user_defined:way_id=80E +edge,8602,8602;41.2231008;-105.4383109:8603;41.2228624;-105.4382981,way_type=user_defined:way_id=80E +edge,8603,8603;41.2228624;-105.4382981:8604;41.2226377;-105.4382938,way_type=user_defined:way_id=80E +edge,8604,8604;41.2226377;-105.4382938:8605;41.2223985;-105.4382985,way_type=user_defined:way_id=80E +edge,8605,8605;41.2223985;-105.4382985:8606;41.222153;-105.4383146,way_type=user_defined:way_id=80E +edge,8606,8606;41.222153;-105.4383146:8607;41.2219361;-105.438336,way_type=user_defined:way_id=80E +edge,8607,8607;41.2219361;-105.438336:8608;41.2216914;-105.4383678,way_type=user_defined:way_id=80E +edge,8608,8608;41.2216914;-105.4383678:8609;41.2214753;-105.4384034,way_type=user_defined:way_id=80E +edge,8609,8609;41.2214753;-105.4384034:8610;41.2212255;-105.4384558,way_type=user_defined:way_id=80E +edge,8610,8610;41.2212255;-105.4384558:8611;41.2210129;-105.4385076,way_type=user_defined:way_id=80E +edge,8611,8611;41.2210129;-105.4385076:8612;41.2208081;-105.4385642,way_type=user_defined:way_id=80E +edge,8612,8612;41.2208081;-105.4385642:8613;41.2205634;-105.4386393,way_type=user_defined:way_id=80E +edge,8613,8613;41.2205634;-105.4386393:8614;41.2201655;-105.4387705,way_type=user_defined:way_id=80E +edge,8614,8614;41.2201655;-105.4387705:8615;41.2194553;-105.4390116,way_type=user_defined:way_id=80E +edge,8615,8615;41.2194553;-105.4390116:8616;41.2181391;-105.4394513,way_type=user_defined:way_id=80E +edge,8616,8616;41.2181391;-105.4394513:8617;41.2172413;-105.4397561,way_type=user_defined:way_id=80E +edge,8617,8617;41.2172413;-105.4397561:8618;41.2166378;-105.4399577,way_type=user_defined:way_id=80E +edge,8618,8618;41.2166378;-105.4399577:8619;41.2161057;-105.440139,way_type=user_defined:way_id=80E +edge,8619,8619;41.2161057;-105.440139:8620;41.2154452;-105.4403586,way_type=user_defined:way_id=80E +edge,8620,8620;41.2154452;-105.4403586:8621;41.2148603;-105.4405595,way_type=user_defined:way_id=80E +edge,8621,8621;41.2148603;-105.4405595:8622;41.2140987;-105.4408139,way_type=user_defined:way_id=80E +edge,8622,8622;41.2140987;-105.4408139:8623;41.2132041;-105.4411196,way_type=user_defined:way_id=80E +edge,8623,8623;41.2132041;-105.4411196:8624;41.2129373;-105.4412057,way_type=user_defined:way_id=80E +edge,8624,8624;41.2129373;-105.4412057:8625;41.2127473;-105.4412646,way_type=user_defined:way_id=80E +edge,8625,8625;41.2127473;-105.4412646:8626;41.2125144;-105.4413335,way_type=user_defined:way_id=80E +edge,8626,8626;41.2125144;-105.4413335:8627;41.2123021;-105.4413925,way_type=user_defined:way_id=80E +edge,8627,8627;41.2123021;-105.4413925:8628;41.2120815;-105.4414465,way_type=user_defined:way_id=80E +edge,8628,8628;41.2120815;-105.4414465:8629;41.2118451;-105.4414947,way_type=user_defined:way_id=80E +edge,8629,8629;41.2118451;-105.4414947:8630;41.2116514;-105.4415256,way_type=user_defined:way_id=80E +edge,8630,8630;41.2116514;-105.4415256:8631;41.2115943;-105.4415338,way_type=user_defined:way_id=80E +edge,8631,8631;41.2115943;-105.4415338:8632;41.2113845;-105.4415557,way_type=user_defined:way_id=80E +edge,8632,8632;41.2113845;-105.4415557:8633;41.2111394;-105.441569,way_type=user_defined:way_id=80E +edge,8633,8633;41.2111394;-105.441569:8634;41.2109221;-105.4415702,way_type=user_defined:way_id=80E +edge,8634,8634;41.2109221;-105.4415702:8635;41.2106769;-105.4415588,way_type=user_defined:way_id=80E +edge,8635,8635;41.2106769;-105.4415588:8636;41.2104605;-105.4415366,way_type=user_defined:way_id=80E +edge,8636,8636;41.2104605;-105.4415366:8637;41.2102101;-105.4414985,way_type=user_defined:way_id=80E +edge,8637,8637;41.2102101;-105.4414985:8638;41.2100024;-105.4414576,way_type=user_defined:way_id=80E +edge,8638,8638;41.2100024;-105.4414576:8639;41.2098107;-105.4414112,way_type=user_defined:way_id=80E +edge,8639,8639;41.2098107;-105.4414112:8640;41.209761;-105.4413987,way_type=user_defined:way_id=80E +edge,8640,8640;41.209761;-105.4413987:8641;41.2095423;-105.4413356,way_type=user_defined:way_id=80E +edge,8641,8641;41.2095423;-105.4413356:8642;41.2093116;-105.4412569,way_type=user_defined:way_id=80E +edge,8642,8642;41.2093116;-105.4412569:8643;41.209097;-105.441173,way_type=user_defined:way_id=80E +edge,8643,8643;41.209097;-105.441173:8644;41.2088715;-105.4410723,way_type=user_defined:way_id=80E +edge,8644,8644;41.2088715;-105.4410723:8645;41.2086618;-105.4409683,way_type=user_defined:way_id=80E +edge,8645,8645;41.2086618;-105.4409683:8646;41.2084411;-105.4408485,way_type=user_defined:way_id=80E +edge,8646,8646;41.2084411;-105.4408485:8647;41.2082364;-105.4407279,way_type=user_defined:way_id=80E +edge,8647,8647;41.2082364;-105.4407279:8648;41.2071791;-105.4400665,way_type=user_defined:way_id=80E +edge,8648,8648;41.2071791;-105.4400665:8649;41.2063671;-105.4395466,way_type=user_defined:way_id=80E +edge,8649,8649;41.2063671;-105.4395466:8650;41.2061456;-105.4394007,way_type=user_defined:way_id=80E +edge,8650,8650;41.2061456;-105.4394007:8651;41.2059764;-105.4392832,way_type=user_defined:way_id=80E +edge,8651,8651;41.2059764;-105.4392832:8652;41.2057344;-105.4391067,way_type=user_defined:way_id=80E +edge,8652,8652;41.2057344;-105.4391067:8653;41.2055263;-105.4389471,way_type=user_defined:way_id=80E +edge,8653,8653;41.2055263;-105.4389471:8654;41.2053389;-105.4387974,way_type=user_defined:way_id=80E +edge,8654,8654;41.2053389;-105.4387974:8655;41.2051545;-105.4386438,way_type=user_defined:way_id=80E +edge,8655,8655;41.2051545;-105.4386438:8656;41.2049474;-105.4384657,way_type=user_defined:way_id=80E +edge,8656,8656;41.2049474;-105.4384657:8657;41.2047657;-105.4383058,way_type=user_defined:way_id=80E +edge,8657,8657;41.2047657;-105.4383058:8658;41.2046547;-105.4382054,way_type=user_defined:way_id=80E +edge,8658,8658;41.2046547;-105.4382054:8659;41.2041855;-105.4377745,way_type=user_defined:way_id=80E +edge,8659,8659;41.2041855;-105.4377745:8660;41.203601;-105.4372245,way_type=user_defined:way_id=80E +edge,8660,8660;41.203601;-105.4372245:8661;41.2020931;-105.435824,way_type=user_defined:way_id=80E +edge,8661,8661;41.2020931;-105.435824:8662;41.2005266;-105.4343619,way_type=user_defined:way_id=80E +edge,8662,8662;41.2005266;-105.4343619:8663;41.1996133;-105.4335145,way_type=user_defined:way_id=80E +edge,8663,8663;41.1996133;-105.4335145:8664;41.1992326;-105.4331591,way_type=user_defined:way_id=80E +edge,8664,8664;41.1992326;-105.4331591:8665;41.1986726;-105.432641,way_type=user_defined:way_id=80E +edge,8665,8665;41.1986726;-105.432641:8666;41.1979166;-105.4319347,way_type=user_defined:way_id=80E +edge,8666,8666;41.1979166;-105.4319347:8667;41.1970843;-105.431162,way_type=user_defined:way_id=80E +edge,8667,8667;41.1970843;-105.431162:8668;41.1965296;-105.4306424,way_type=user_defined:way_id=80E +edge,8668,8668;41.1965296;-105.4306424:8669;41.1960233;-105.4301716,way_type=user_defined:way_id=80E +edge,8669,8669;41.1960233;-105.4301716:8670;41.1954374;-105.4296235,way_type=user_defined:way_id=80E +edge,8670,8670;41.1954374;-105.4296235:8671;41.1948123;-105.4290432,way_type=user_defined:way_id=80E +edge,8671,8671;41.1948123;-105.4290432:8672;41.194146;-105.4284197,way_type=user_defined:way_id=80E +edge,8672,8672;41.194146;-105.4284197:8673;41.193185;-105.4275281,way_type=user_defined:way_id=80E +edge,8673,8673;41.193185;-105.4275281:8674;41.1925199;-105.4269082,way_type=user_defined:way_id=80E +edge,8674,8674;41.1925199;-105.4269082:8675;41.1924953;-105.4268836,way_type=user_defined:way_id=80E +edge,8675,8675;41.1924953;-105.4268836:8676;41.19232815;-105.4267283,way_type=user_defined:way_id=80E +edge,8676,8676;41.19232815;-105.4267283:8677;41.1915628;-105.426017,way_type=user_defined:way_id=80E +edge,8677,8677;41.1915628;-105.426017:8678;41.1909979;-105.4254898,way_type=user_defined:way_id=80E +edge,8678,8678;41.1909979;-105.4254898:8679;41.1906683;-105.4251895,way_type=user_defined:way_id=80E +edge,8679,8679;41.1906683;-105.4251895:8680;41.190463;-105.4250059,way_type=user_defined:way_id=80E +edge,8680,8680;41.190463;-105.4250059:8681;41.1902852;-105.4248535,way_type=user_defined:way_id=80E +edge,8681,8681;41.1902852;-105.4248535:8682;41.190092;-105.4246974,way_type=user_defined:way_id=80E +edge,8682,8682;41.190092;-105.4246974:8683;41.1899076;-105.4245564,way_type=user_defined:way_id=80E +edge,8683,8683;41.1899076;-105.4245564:8684;41.1897149;-105.4244144,way_type=user_defined:way_id=80E +edge,8684,8684;41.1897149;-105.4244144:8685;41.1895454;-105.4242938,way_type=user_defined:way_id=80E +edge,8685,8685;41.1895454;-105.4242938:8686;41.1893043;-105.4241294,way_type=user_defined:way_id=80E +edge,8686,8686;41.1893043;-105.4241294:8687;41.1891117;-105.4240046,way_type=user_defined:way_id=80E +edge,8687,8687;41.1891117;-105.4240046:8688;41.188937;-105.4238955,way_type=user_defined:way_id=80E +edge,8688,8688;41.188937;-105.4238955:8689;41.1887151;-105.4237629,way_type=user_defined:way_id=80E +edge,8689,8689;41.1887151;-105.4237629:8690;41.1884912;-105.4236366,way_type=user_defined:way_id=80E +edge,8690,8690;41.1884912;-105.4236366:8691;41.1883124;-105.4235403,way_type=user_defined:way_id=80E +edge,8691,8691;41.1883124;-105.4235403:8692;41.1881127;-105.4234377,way_type=user_defined:way_id=80E +edge,8692,8692;41.1881127;-105.4234377:8693;41.1878785;-105.423324,way_type=user_defined:way_id=80E +edge,8693,8693;41.1878785;-105.423324:8694;41.1876764;-105.4232317,way_type=user_defined:way_id=80E +edge,8694,8694;41.1876764;-105.4232317:8695;41.1874932;-105.4231532,way_type=user_defined:way_id=80E +edge,8695,8695;41.1874932;-105.4231532:8696;41.1872605;-105.4230602,way_type=user_defined:way_id=80E +edge,8696,8696;41.1872605;-105.4230602:8697;41.1870468;-105.4229809,way_type=user_defined:way_id=80E +edge,8697,8697;41.1870468;-105.4229809:8698;41.1867832;-105.4228908,way_type=user_defined:way_id=80E +edge,8698,8698;41.1867832;-105.4228908:8699;41.186623;-105.4228398,way_type=user_defined:way_id=80E +edge,8699,8699;41.186623;-105.4228398:8700;41.1864067;-105.4227765,way_type=user_defined:way_id=80E +edge,8700,8700;41.1864067;-105.4227765:8701;41.1861695;-105.4227123,way_type=user_defined:way_id=80E +edge,8701,8701;41.1861695;-105.4227123:8702;41.1859527;-105.422658,way_type=user_defined:way_id=80E +edge,8702,8702;41.1859527;-105.422658:8703;41.1857084;-105.422601,way_type=user_defined:way_id=80E +edge,8703,8703;41.1857084;-105.422601:8704;41.1851191;-105.4224688,way_type=user_defined:way_id=80E +edge,8704,8704;41.1851191;-105.4224688:8705;41.1838028;-105.4221791,way_type=user_defined:way_id=80E +edge,8705,8705;41.1838028;-105.4221791:8706;41.1835818;-105.4221285,way_type=user_defined:way_id=80E +edge,8706,8706;41.1835818;-105.4221285:8707;41.1830487;-105.4220026,way_type=user_defined:way_id=80E +edge,8707,8707;41.1830487;-105.4220026:8708;41.1827296;-105.4219239,way_type=user_defined:way_id=80E +edge,8708,8708;41.1827296;-105.4219239:8709;41.1825108;-105.4218643,way_type=user_defined:way_id=80E +edge,8709,8709;41.1825108;-105.4218643:8710;41.1823;-105.421802,way_type=user_defined:way_id=80E +edge,8710,8710;41.1823;-105.421802:8711;41.1820896;-105.4217342,way_type=user_defined:way_id=80E +edge,8711,8711;41.1820896;-105.4217342:8712;41.1818733;-105.4216594,way_type=user_defined:way_id=80E +edge,8712,8712;41.1818733;-105.4216594:8713;41.1816647;-105.4215849,way_type=user_defined:way_id=80E +edge,8713,8713;41.1816647;-105.4215849:8714;41.1814831;-105.4215171,way_type=user_defined:way_id=80E +edge,8714,8714;41.1814831;-105.4215171:8715;41.1812965;-105.4214437,way_type=user_defined:way_id=80E +edge,8715,8715;41.1812965;-105.4214437:8716;41.1810409;-105.4213384,way_type=user_defined:way_id=80E +edge,8716,8716;41.1810409;-105.4213384:8717;41.1808552;-105.4212576,way_type=user_defined:way_id=80E +edge,8717,8717;41.1808552;-105.4212576:8718;41.1806275;-105.4211543,way_type=user_defined:way_id=80E +edge,8718,8718;41.1806275;-105.4211543:8719;41.1804258;-105.4210582,way_type=user_defined:way_id=80E +edge,8719,8719;41.1804258;-105.4210582:8720;41.1802203;-105.4209555,way_type=user_defined:way_id=80E +edge,8720,8720;41.1802203;-105.4209555:8721;41.1800373;-105.4208616,way_type=user_defined:way_id=80E +edge,8721,8721;41.1800373;-105.4208616:8722;41.1798346;-105.420754,way_type=user_defined:way_id=80E +edge,8722,8722;41.1798346;-105.420754:8723;41.1795868;-105.420615,way_type=user_defined:way_id=80E +edge,8723,8723;41.1795868;-105.420615:8724;41.1794333;-105.4205259,way_type=user_defined:way_id=80E +edge,8724,8724;41.1794333;-105.4205259:8725;41.1792212;-105.4203991,way_type=user_defined:way_id=80E +edge,8725,8725;41.1792212;-105.4203991:8726;41.1790144;-105.4202699,way_type=user_defined:way_id=80E +edge,8726,8726;41.1790144;-105.4202699:8727;41.1788314;-105.4201505,way_type=user_defined:way_id=80E +edge,8727,8727;41.1788314;-105.4201505:8728;41.1786758;-105.4200453,way_type=user_defined:way_id=80E +edge,8728,8728;41.1786758;-105.4200453:8729;41.1784342;-105.4198775,way_type=user_defined:way_id=80E +edge,8729,8729;41.1784342;-105.4198775:8730;41.1780512;-105.4196058,way_type=user_defined:way_id=80E +edge,8730,8730;41.1780512;-105.4196058:8731;41.1768586;-105.4187442,way_type=user_defined:way_id=80E +edge,8731,8731;41.1768586;-105.4187442:8732;41.1751872;-105.4175329,way_type=user_defined:way_id=80E +edge,8732,8732;41.1751872;-105.4175329:8733;41.1736522;-105.4164278,way_type=user_defined:way_id=80E +edge,8733,8733;41.1736522;-105.4164278:8734;41.1730754;-105.4160155,way_type=user_defined:way_id=80E +edge,8734,8734;41.1730754;-105.4160155:8735;41.1724822;-105.4155818,way_type=user_defined:way_id=80E +edge,8735,8735;41.1724822;-105.4155818:8736;41.1703733;-105.4140653,way_type=user_defined:way_id=80E +edge,8736,8736;41.1703733;-105.4140653:8737;41.1697784;-105.4136286,way_type=user_defined:way_id=80E +edge,8737,8737;41.1697784;-105.4136286:8738;41.1696094;-105.4135062,way_type=user_defined:way_id=80E +edge,8738,8738;41.1696094;-105.4135062:8739;41.16901;-105.413076,way_type=user_defined:way_id=80E +edge,8739,8739;41.16901;-105.413076:8740;41.168408;-105.4126472,way_type=user_defined:way_id=80E +edge,8740,8740;41.168408;-105.4126472:8741;41.1680514;-105.4123902,way_type=user_defined:way_id=80E +edge,8741,8741;41.1680514;-105.4123902:8742;41.1665217;-105.4112793,way_type=user_defined:way_id=80E +edge,8742,8742;41.1665217;-105.4112793:8743;41.1659467;-105.4108635,way_type=user_defined:way_id=80E +edge,8743,8743;41.1659467;-105.4108635:8744;41.1651835;-105.4103147,way_type=user_defined:way_id=80E +edge,8744,8744;41.1651835;-105.4103147:8745;41.163993;-105.4094525,way_type=user_defined:way_id=80E +edge,8745,8745;41.163993;-105.4094525:8746;41.1636394;-105.4091902,way_type=user_defined:way_id=80E +edge,8746,8746;41.1636394;-105.4091902:8747;41.1632952;-105.4089269,way_type=user_defined:way_id=80E +edge,8747,8747;41.1632952;-105.4089269:8748;41.1630484;-105.4087335,way_type=user_defined:way_id=80E +edge,8748,8748;41.1630484;-105.4087335:8749;41.1626755;-105.4084348,way_type=user_defined:way_id=80E +edge,8749,8749;41.1626755;-105.4084348:8750;41.1624633;-105.40826,way_type=user_defined:way_id=80E +edge,8750,8750;41.1624633;-105.40826:8751;41.1620965;-105.4079493,way_type=user_defined:way_id=80E +edge,8751,8751;41.1620965;-105.4079493:8752;41.16194147;-105.4078145,way_type=user_defined:way_id=80E +edge,8752,8752;41.16194147;-105.4078145:8753;41.1617315;-105.407632,way_type=user_defined:way_id=80E +edge,8753,8753;41.1617315;-105.407632:8754;41.1615527;-105.4074739,way_type=user_defined:way_id=80E +edge,8754,8754;41.1615527;-105.4074739:8755;41.1613217;-105.4072658,way_type=user_defined:way_id=80E +edge,8755,8755;41.1613217;-105.4072658:8756;41.1613217;-105.4072658,way_type=user_defined:way_id=80E +edge,8756,8756;41.1613217;-105.4072658:8757;41.161011;-105.4069791,way_type=user_defined:way_id=80E +edge,8757,8757;41.161011;-105.4069791:8758;41.1608312;-105.4068096,way_type=user_defined:way_id=80E +edge,8758,8758;41.1608312;-105.4068096:8759;41.1606584;-105.4066445,way_type=user_defined:way_id=80E +edge,8759,8759;41.1606584;-105.4066445:8760;41.1604585;-105.4064503,way_type=user_defined:way_id=80E +edge,8760,8760;41.1604585;-105.4064503:8761;41.1602878;-105.4062824,way_type=user_defined:way_id=80E +edge,8761,8761;41.1602878;-105.4062824:8762;41.1600462;-105.4060408,way_type=user_defined:way_id=80E +edge,8762,8762;41.1600462;-105.4060408:8763;41.1597899;-105.4057789,way_type=user_defined:way_id=80E +edge,8763,8763;41.1597899;-105.4057789:8764;41.1596135;-105.405595,way_type=user_defined:way_id=80E +edge,8764,8764;41.1596135;-105.405595:8765;41.15949825;-105.4054717,way_type=user_defined:way_id=80E +edge,8765,8765;41.15949825;-105.4054717:8766;41.159253;-105.4052094,way_type=user_defined:way_id=80E +edge,8766,8766;41.159253;-105.4052094:8767;41.1589402;-105.4048667,way_type=user_defined:way_id=80E +edge,8767,8767;41.1589402;-105.4048667:8768;41.1587522;-105.4046571,way_type=user_defined:way_id=80E +edge,8768,8768;41.1587522;-105.4046571:8769;41.1584047;-105.404261,way_type=user_defined:way_id=80E +edge,8769,8769;41.1584047;-105.404261:8770;41.1582359;-105.4040662,way_type=user_defined:way_id=80E +edge,8770,8770;41.1582359;-105.4040662:8771;41.1580003;-105.4037898,way_type=user_defined:way_id=80E +edge,8771,8771;41.1580003;-105.4037898:8772;41.15791125;-105.4036902,way_type=user_defined:way_id=80E +edge,8772,8772;41.15791125;-105.4036902:8773;41.15770324;-105.4034349,way_type=user_defined:way_id=80E +edge,8773,8773;41.15770324;-105.4034349:8774;41.15770324;-105.4034349,way_type=user_defined:way_id=80E +edge,8774,8774;41.15770324;-105.4034349:8775;41.1574509;-105.4031261,way_type=user_defined:way_id=80E +edge,8775,8775;41.1574509;-105.4031261:8776;41.1573126;-105.4029511,way_type=user_defined:way_id=80E +edge,8776,8776;41.1573126;-105.4029511:8777;41.1571507;-105.4027409,way_type=user_defined:way_id=80E +edge,8777,8777;41.1571507;-105.4027409:8778;41.1569401;-105.4024603,way_type=user_defined:way_id=80E +edge,8778,8778;41.1569401;-105.4024603:8779;41.1565209;-105.4018934,way_type=user_defined:way_id=80E +edge,8779,8779;41.1565209;-105.4018934:8780;41.1562431;-105.4015095,way_type=user_defined:way_id=80E +edge,8780,8780;41.1562431;-105.4015095:8781;41.156;-105.4011643,way_type=user_defined:way_id=80E +edge,8781,8781;41.156;-105.4011643:8782;41.15586084;-105.4009629,way_type=user_defined:way_id=80E +edge,8782,8782;41.15586084;-105.4009629:8783;41.1557442;-105.400794,way_type=user_defined:way_id=80E +edge,8783,8783;41.1557442;-105.400794:8784;41.1554683;-105.4003852,way_type=user_defined:way_id=80E +edge,8784,8784;41.1554683;-105.4003852:8785;41.1551841;-105.3999506,way_type=user_defined:way_id=80E +edge,8785,8785;41.1551841;-105.3999506:8786;41.1548807;-105.3994767,way_type=user_defined:way_id=80E +edge,8786,8786;41.1548807;-105.3994767:8787;41.1547084;-105.3992019,way_type=user_defined:way_id=80E +edge,8787,8787;41.1547084;-105.3992019:8788;41.1544854;-105.3988373,way_type=user_defined:way_id=80E +edge,8788,8788;41.1544854;-105.3988373:8789;41.1543491;-105.3986095,way_type=user_defined:way_id=80E +edge,8789,8789;41.1543491;-105.3986095:8790;41.1541964;-105.3983501,way_type=user_defined:way_id=80E +edge,8790,8790;41.1541964;-105.3983501:8791;41.1539685;-105.3979548,way_type=user_defined:way_id=80E +edge,8791,8791;41.1539685;-105.3979548:8792;41.1538069;-105.3976687,way_type=user_defined:way_id=80E +edge,8792,8792;41.1538069;-105.3976687:8793;41.1536765;-105.3974332,way_type=user_defined:way_id=80E +edge,8793,8793;41.1536765;-105.3974332:8794;41.1535328;-105.3971695,way_type=user_defined:way_id=80E +edge,8794,8794;41.1535328;-105.3971695:8795;41.1535328;-105.3971695,way_type=user_defined:way_id=80E +edge,8795,8795;41.1535328;-105.3971695:8796;41.1534103;-105.3969416,way_type=user_defined:way_id=80E +edge,8796,8796;41.1534103;-105.3969416:8797;41.1531825;-105.3965121,way_type=user_defined:way_id=80E +edge,8797,8797;41.1531825;-105.3965121:8798;41.1527826;-105.3957509,way_type=user_defined:way_id=80E +edge,8798,8798;41.1527826;-105.3957509:8799;41.15158593;-105.3934339,way_type=user_defined:way_id=80E +edge,8799,8799;41.15158593;-105.3934339:8800;41.151169;-105.3926266,way_type=user_defined:way_id=80E +edge,8800,8800;41.151169;-105.3926266:8801;41.1506566;-105.3916455,way_type=user_defined:way_id=80E +edge,8801,8801;41.1506566;-105.3916455:8802;41.1500518;-105.3904704,way_type=user_defined:way_id=80E +edge,8802,8802;41.1500518;-105.3904704:8803;41.1494378;-105.3892908,way_type=user_defined:way_id=80E +edge,8803,8803;41.1494378;-105.3892908:8804;41.1490655;-105.388571,way_type=user_defined:way_id=80E +edge,8804,8804;41.1490655;-105.388571:8805;41.1483449;-105.3871732,way_type=user_defined:way_id=80E +edge,8805,8805;41.1483449;-105.3871732:8806;41.1481167;-105.3867263,way_type=user_defined:way_id=80E +edge,8806,8806;41.1481167;-105.3867263:8807;41.1478916;-105.3862775,way_type=user_defined:way_id=80E +edge,8807,8807;41.1478916;-105.3862775:8808;41.1477385;-105.3859673,way_type=user_defined:way_id=80E +edge,8808,8808;41.1477385;-105.3859673:8809;41.1476105;-105.3857002,way_type=user_defined:way_id=80E +edge,8809,8809;41.1476105;-105.3857002:8810;41.1475087;-105.385479,way_type=user_defined:way_id=80E +edge,8810,8810;41.1475087;-105.385479:8811;41.147388;-105.3852056,way_type=user_defined:way_id=80E +edge,8811,8811;41.147388;-105.3852056:8812;41.1472403;-105.3848564,way_type=user_defined:way_id=80E +edge,8812,8812;41.1472403;-105.3848564:8813;41.1470718;-105.3844458,way_type=user_defined:way_id=80E +edge,8813,8813;41.1470718;-105.3844458:8814;41.1469733;-105.3841966,way_type=user_defined:way_id=80E +edge,8814,8814;41.1469733;-105.3841966:8815;41.1468706;-105.3839284,way_type=user_defined:way_id=80E +edge,8815,8815;41.1468706;-105.3839284:8816;41.1467735;-105.3836664,way_type=user_defined:way_id=80E +edge,8816,8816;41.1467735;-105.3836664:8817;41.146682;-105.3834105,way_type=user_defined:way_id=80E +edge,8817,8817;41.146682;-105.3834105:8818;41.1465901;-105.3831436,way_type=user_defined:way_id=80E +edge,8818,8818;41.1465901;-105.3831436:8819;41.1465064;-105.3828917,way_type=user_defined:way_id=80E +edge,8819,8819;41.1465064;-105.3828917:8820;41.1464084;-105.3825873,way_type=user_defined:way_id=80E +edge,8820,8820;41.1464084;-105.3825873:8821;41.1463265;-105.3823247,way_type=user_defined:way_id=80E +edge,8821,8821;41.1463265;-105.3823247:8822;41.1462444;-105.3820518,way_type=user_defined:way_id=80E +edge,8822,8822;41.1462444;-105.3820518:8823;41.1461083;-105.3815829,way_type=user_defined:way_id=80E +edge,8823,8823;41.1461083;-105.3815829:8824;41.1454569;-105.37932,way_type=user_defined:way_id=80E +edge,8824,8824;41.1454569;-105.37932:8825;41.144628;-105.3764613,way_type=user_defined:way_id=80E +edge,8825,8825;41.144628;-105.3764613:8826;41.1433401;-105.3720058,way_type=user_defined:way_id=80E +edge,8826,8826;41.1433401;-105.3720058:8827;41.1429327;-105.370603,way_type=user_defined:way_id=80E +edge,8827,8827;41.1429327;-105.370603:8828;41.1419967;-105.3673599,way_type=user_defined:way_id=80E +edge,8828,8828;41.1419967;-105.3673599:8829;41.1416622;-105.3662097,way_type=user_defined:way_id=80E +edge,8829,8829;41.1416622;-105.3662097:8830;41.1411854;-105.3645521,way_type=user_defined:way_id=80E +edge,8830,8830;41.1411854;-105.3645521:8831;41.1407151;-105.3629353,way_type=user_defined:way_id=80E +edge,8831,8831;41.1407151;-105.3629353:8832;41.1404123;-105.3618851,way_type=user_defined:way_id=80E +edge,8832,8832;41.1404123;-105.3618851:8833;41.1400882;-105.3607797,way_type=user_defined:way_id=80E +edge,8833,8833;41.1400882;-105.3607797:8834;41.1395567;-105.3589392,way_type=user_defined:way_id=80E +edge,8834,8834;41.1395567;-105.3589392:8835;41.1394068;-105.3584329,way_type=user_defined:way_id=80E +edge,8835,8835;41.1394068;-105.3584329:8836;41.1393133;-105.3581285,way_type=user_defined:way_id=80E +edge,8836,8836;41.1393133;-105.3581285:8837;41.1392197;-105.3578343,way_type=user_defined:way_id=80E +edge,8837,8837;41.1392197;-105.3578343:8838;41.1391318;-105.3575675,way_type=user_defined:way_id=80E +edge,8838,8838;41.1391318;-105.3575675:8839;41.1390406;-105.3573029,way_type=user_defined:way_id=80E +edge,8839,8839;41.1390406;-105.3573029:8840;41.1389463;-105.3570405,way_type=user_defined:way_id=80E +edge,8840,8840;41.1389463;-105.3570405:8841;41.1388527;-105.3567884,way_type=user_defined:way_id=80E +edge,8841,8841;41.1388527;-105.3567884:8842;41.1387665;-105.3565628,way_type=user_defined:way_id=80E +edge,8842,8842;41.1387665;-105.3565628:8843;41.1386381;-105.3562397,way_type=user_defined:way_id=80E +edge,8843,8843;41.1386381;-105.3562397:8844;41.1385466;-105.3560182,way_type=user_defined:way_id=80E +edge,8844,8844;41.1385466;-105.3560182:8845;41.138467;-105.3558309,way_type=user_defined:way_id=80E +edge,8845,8845;41.138467;-105.3558309:8846;41.1383151;-105.3554833,way_type=user_defined:way_id=80E +edge,8846,8846;41.1383151;-105.3554833:8847;41.1382169;-105.3552675,way_type=user_defined:way_id=80E +edge,8847,8847;41.1382169;-105.3552675:8848;41.1381051;-105.35503,way_type=user_defined:way_id=80E +edge,8848,8848;41.1381051;-105.35503:8849;41.1379527;-105.3547163,way_type=user_defined:way_id=80E +edge,8849,8849;41.1379527;-105.3547163:8850;41.1378634;-105.3545374,way_type=user_defined:way_id=80E +edge,8850,8850;41.1378634;-105.3545374:8851;41.1377408;-105.3542991,way_type=user_defined:way_id=80E +edge,8851,8851;41.1377408;-105.3542991:8852;41.1376155;-105.3540628,way_type=user_defined:way_id=80E +edge,8852,8852;41.1376155;-105.3540628:8853;41.1374883;-105.353829,way_type=user_defined:way_id=80E +edge,8853,8853;41.1374883;-105.353829:8854;41.1373582;-105.3535971,way_type=user_defined:way_id=80E +edge,8854,8854;41.1373582;-105.3535971:8855;41.1372295;-105.3533757,way_type=user_defined:way_id=80E +edge,8855,8855;41.1372295;-105.3533757:8856;41.1370721;-105.3531126,way_type=user_defined:way_id=80E +edge,8856,8856;41.1370721;-105.3531126:8857;41.1368137;-105.3526938,way_type=user_defined:way_id=80E +edge,8857,8857;41.1368137;-105.3526938:8858;41.1362563;-105.3518099,way_type=user_defined:way_id=80E +edge,8858,8858;41.1362563;-105.3518099:8859;41.13564;-105.3508433,way_type=user_defined:way_id=80E +edge,8859,8859;41.13564;-105.3508433:8860;41.13564;-105.3508433,way_type=user_defined:way_id=80E +edge,8860,8860;41.13564;-105.3508433:8861;41.1348005;-105.3495154,way_type=user_defined:way_id=80E +edge,8861,8861;41.1348005;-105.3495154:8862;41.1344721;-105.3490009,way_type=user_defined:way_id=80E +edge,8862,8862;41.1344721;-105.3490009:8863;41.133878;-105.3480612,way_type=user_defined:way_id=80E +edge,8863,8863;41.133878;-105.3480612:8864;41.1325045;-105.3458995,way_type=user_defined:way_id=80E +edge,8864,8864;41.1325045;-105.3458995:8865;41.1318487;-105.3448638,way_type=user_defined:way_id=80E +edge,8865,8865;41.1318487;-105.3448638:8866;41.1298625;-105.3417359,way_type=user_defined:way_id=80E +edge,8866,8866;41.1298625;-105.3417359:8867;41.1293031;-105.3408474,way_type=user_defined:way_id=80E +edge,8867,8867;41.1293031;-105.3408474:8868;41.1291651;-105.3406236,way_type=user_defined:way_id=80E +edge,8868,8868;41.1291651;-105.3406236:8869;41.129029;-105.3403979,way_type=user_defined:way_id=80E +edge,8869,8869;41.129029;-105.3403979:8870;41.129029;-105.3403979,way_type=user_defined:way_id=80E +edge,8870,8870;41.129029;-105.3403979:8871;41.1288807;-105.3401468,way_type=user_defined:way_id=80E +edge,8871,8871;41.1288807;-105.3401468:8872;41.1287649;-105.3399452,way_type=user_defined:way_id=80E +edge,8872,8872;41.1287649;-105.3399452:8873;41.1286338;-105.3397115,way_type=user_defined:way_id=80E +edge,8873,8873;41.1286338;-105.3397115:8874;41.1284927;-105.339452,way_type=user_defined:way_id=80E +edge,8874,8874;41.1284927;-105.339452:8875;41.1283671;-105.3392124,way_type=user_defined:way_id=80E +edge,8875,8875;41.1283671;-105.3392124:8876;41.1282446;-105.3389701,way_type=user_defined:way_id=80E +edge,8876,8876;41.1282446;-105.3389701:8877;41.1281252;-105.3387254,way_type=user_defined:way_id=80E +edge,8877,8877;41.1281252;-105.3387254:8878;41.1280085;-105.3384788,way_type=user_defined:way_id=80E +edge,8878,8878;41.1280085;-105.3384788:8879;41.1278979;-105.3382383,way_type=user_defined:way_id=80E +edge,8879,8879;41.1278979;-105.3382383:8880;41.1277859;-105.3379879,way_type=user_defined:way_id=80E +edge,8880,8880;41.1277859;-105.3379879:8881;41.1276765;-105.3377358,way_type=user_defined:way_id=80E +edge,8881,8881;41.1276765;-105.3377358:8882;41.1275694;-105.3374814,way_type=user_defined:way_id=80E +edge,8882,8882;41.1275694;-105.3374814:8883;41.1274554;-105.3372004,way_type=user_defined:way_id=80E +edge,8883,8883;41.1274554;-105.3372004:8884;41.1273541;-105.3369425,way_type=user_defined:way_id=80E +edge,8884,8884;41.1273541;-105.3369425:8885;41.1272674;-105.3367167,way_type=user_defined:way_id=80E +edge,8885,8885;41.1272674;-105.3367167:8886;41.1271707;-105.3364561,way_type=user_defined:way_id=80E +edge,8886,8886;41.1271707;-105.3364561:8887;41.1270764;-105.3361923,way_type=user_defined:way_id=80E +edge,8887,8887;41.1270764;-105.3361923:8888;41.1269767;-105.3359009,way_type=user_defined:way_id=80E +edge,8888,8888;41.1269767;-105.3359009:8889;41.1268895;-105.3356328,way_type=user_defined:way_id=80E +edge,8889,8889;41.1268895;-105.3356328:8890;41.1268082;-105.3353721,way_type=user_defined:way_id=80E +edge,8890,8890;41.1268082;-105.3353721:8891;41.1267275;-105.335102,way_type=user_defined:way_id=80E +edge,8891,8891;41.1267275;-105.335102:8892;41.12665;-105.3348318,way_type=user_defined:way_id=80E +edge,8892,8892;41.12665;-105.3348318:8893;41.1265747;-105.3345615,way_type=user_defined:way_id=80E +edge,8893,8893;41.1265747;-105.3345615:8894;41.1265088;-105.3343184,way_type=user_defined:way_id=80E +edge,8894,8894;41.1265088;-105.3343184:8895;41.1264309;-105.3340206,way_type=user_defined:way_id=80E +edge,8895,8895;41.1264309;-105.3340206:8896;41.1263614;-105.3337399,way_type=user_defined:way_id=80E +edge,8896,8896;41.1263614;-105.3337399:8897;41.1262976;-105.3334668,way_type=user_defined:way_id=80E +edge,8897,8897;41.1262976;-105.3334668:8898;41.1262352;-105.3331837,way_type=user_defined:way_id=80E +edge,8898,8898;41.1262352;-105.3331837:8899;41.1261797;-105.3329162,way_type=user_defined:way_id=80E +edge,8899,8899;41.1261797;-105.3329162:8900;41.1261107;-105.3325581,way_type=user_defined:way_id=80E +edge,8900,8900;41.1261107;-105.3325581:8901;41.1260414;-105.3321737,way_type=user_defined:way_id=80E +edge,8901,8901;41.1260414;-105.3321737:8902;41.1259835;-105.3318273,way_type=user_defined:way_id=80E +edge,8902,8902;41.1259835;-105.3318273:8903;41.125934;-105.3315092,way_type=user_defined:way_id=80E +edge,8903,8903;41.125934;-105.3315092:8904;41.125897;-105.3312557,way_type=user_defined:way_id=80E +edge,8904,8904;41.125897;-105.3312557:8905;41.1258555;-105.3309448,way_type=user_defined:way_id=80E +edge,8905,8905;41.1258555;-105.3309448:8906;41.1258243;-105.3306896,way_type=user_defined:way_id=80E +edge,8906,8906;41.1258243;-105.3306896:8907;41.1257923;-105.330405,way_type=user_defined:way_id=80E +edge,8907,8907;41.1257923;-105.330405:8908;41.1257635;-105.3301201,way_type=user_defined:way_id=80E +edge,8908,8908;41.1257635;-105.3301201:8909;41.125738;-105.3298333,way_type=user_defined:way_id=80E +edge,8909,8909;41.125738;-105.3298333:8910;41.1257163;-105.3295548,way_type=user_defined:way_id=80E +edge,8910,8910;41.1257163;-105.3295548:8911;41.1256943;-105.3292279,way_type=user_defined:way_id=80E +edge,8911,8911;41.1256943;-105.3292279:8912;41.1256789;-105.3289667,way_type=user_defined:way_id=80E +edge,8912,8912;41.1256789;-105.3289667:8913;41.1256645;-105.3286845,way_type=user_defined:way_id=80E +edge,8913,8913;41.1256645;-105.3286845:8914;41.1256527;-105.3283923,way_type=user_defined:way_id=80E +edge,8914,8914;41.1256527;-105.3283923:8915;41.1256434;-105.3280802,way_type=user_defined:way_id=80E +edge,8915,8915;41.1256434;-105.3280802:8916;41.1256375;-105.3277864,way_type=user_defined:way_id=80E +edge,8916,8916;41.1256375;-105.3277864:8917;41.1256028;-105.32572,way_type=user_defined:way_id=80E +edge,8917,8917;41.1256028;-105.32572:8918;41.1255491;-105.3222658,way_type=user_defined:way_id=80E +edge,8918,8918;41.1255491;-105.3222658:8919;41.1254965;-105.319019,way_type=user_defined:way_id=80E +edge,8919,8919;41.1254965;-105.319019:8920;41.1254285;-105.3150153,way_type=user_defined:way_id=80E +edge,8920,8920;41.1254285;-105.3150153:8921;41.12538767;-105.3122738,way_type=user_defined:way_id=80E +edge,8921,8921;41.12538767;-105.3122738:8922;41.1253867;-105.3122083,way_type=user_defined:way_id=80E +edge,8922,8922;41.1253867;-105.3122083:8923;41.1253687;-105.3110926,way_type=user_defined:way_id=80E +edge,8923,8923;41.1253687;-105.3110926:8924;41.1253687;-105.3110926,way_type=user_defined:way_id=80E +edge,8924,8924;41.1253687;-105.3110926:8925;41.125361;-105.3106601,way_type=user_defined:way_id=80E +edge,8925,8925;41.125361;-105.3106601:8926;41.1253534;-105.3103306,way_type=user_defined:way_id=80E +edge,8926,8926;41.1253534;-105.3103306:8927;41.1253447;-105.3100485,way_type=user_defined:way_id=80E +edge,8927,8927;41.1253447;-105.3100485:8928;41.1253328;-105.3097575,way_type=user_defined:way_id=80E +edge,8928,8928;41.1253328;-105.3097575:8929;41.1253178;-105.3094766,way_type=user_defined:way_id=80E +edge,8929,8929;41.1253178;-105.3094766:8930;41.1252978;-105.3091778,way_type=user_defined:way_id=80E +edge,8930,8930;41.1252978;-105.3091778:8931;41.1252751;-105.3088891,way_type=user_defined:way_id=80E +edge,8931,8931;41.1252751;-105.3088891:8932;41.1252571;-105.3086848,way_type=user_defined:way_id=80E +edge,8932,8932;41.1252571;-105.3086848:8933;41.1252217;-105.3083144,way_type=user_defined:way_id=80E +edge,8933,8933;41.1252217;-105.3083144:8934;41.1251927;-105.3080372,way_type=user_defined:way_id=80E +edge,8934,8934;41.1251927;-105.3080372:8935;41.1251605;-105.3077514,way_type=user_defined:way_id=80E +edge,8935,8935;41.1251605;-105.3077514:8936;41.1251267;-105.307466,way_type=user_defined:way_id=80E +edge,8936,8936;41.1251267;-105.307466:8937;41.12511439;-105.3073657,way_type=user_defined:way_id=80E +edge,8937,8937;41.12511439;-105.3073657:8938;41.12484314;-105.3051554,way_type=user_defined:way_id=80E +edge,8938,8938;41.12484314;-105.3051554:8939;41.12484314;-105.3051554,way_type=user_defined:way_id=80E +edge,8939,8939;41.12484314;-105.3051554:8940;41.1247065;-105.3040491,way_type=user_defined:way_id=80E +edge,8940,8940;41.1247065;-105.3040491:8941;41.12457836;-105.3030374,way_type=user_defined:way_id=80E +edge,8941,8941;41.12457836;-105.3030374:8942;41.1245581;-105.3028774,way_type=user_defined:way_id=80E +edge,8942,8942;41.1245581;-105.3028774:8943;41.1244155;-105.3017062,way_type=user_defined:way_id=80E +edge,8943,8943;41.1244155;-105.3017062:8944;41.1242736;-105.3006049,way_type=user_defined:way_id=80E +edge,8944,8944;41.1242736;-105.3006049:8945;41.1240215;-105.2985735,way_type=user_defined:way_id=80E +edge,8945,8945;41.1240215;-105.2985735:8946;41.1240215;-105.2985735,way_type=user_defined:way_id=80E +edge,8946,8946;41.1240215;-105.2985735:8947;41.1239501;-105.2980079,way_type=user_defined:way_id=80E +edge,8947,8947;41.1239501;-105.2980079:8948;41.1239113;-105.2977208,way_type=user_defined:way_id=80E +edge,8948,8948;41.1239113;-105.2977208:8949;41.1238715;-105.2974437,way_type=user_defined:way_id=80E +edge,8949,8949;41.1238715;-105.2974437:8950;41.123828;-105.2971579,way_type=user_defined:way_id=80E +edge,8950,8950;41.123828;-105.2971579:8951;41.1237829;-105.2968727,way_type=user_defined:way_id=80E +edge,8951,8951;41.1237829;-105.2968727:8952;41.1237358;-105.2965883,way_type=user_defined:way_id=80E +edge,8952,8952;41.1237358;-105.2965883:8953;41.1236864;-105.2963048,way_type=user_defined:way_id=80E +edge,8953,8953;41.1236864;-105.2963048:8954;41.1236365;-105.2960312,way_type=user_defined:way_id=80E +edge,8954,8954;41.1236365;-105.2960312:8955;41.1235824;-105.2957494,way_type=user_defined:way_id=80E +edge,8955,8955;41.1235824;-105.2957494:8956;41.1235197;-105.2954408,way_type=user_defined:way_id=80E +edge,8956,8956;41.1235197;-105.2954408:8957;41.123466;-105.2951887,way_type=user_defined:way_id=80E +edge,8957,8957;41.123466;-105.2951887:8958;41.1234041;-105.2949089,way_type=user_defined:way_id=80E +edge,8958,8958;41.1234041;-105.2949089:8959;41.1233422;-105.2946386,way_type=user_defined:way_id=80E +edge,8959,8959;41.1233422;-105.2946386:8960;41.1232757;-105.2943601,way_type=user_defined:way_id=80E +edge,8960,8960;41.1232757;-105.2943601:8961;41.1231997;-105.2940559,way_type=user_defined:way_id=80E +edge,8961,8961;41.1231997;-105.2940559:8962;41.1231286;-105.2937793,way_type=user_defined:way_id=80E +edge,8962,8962;41.1231286;-105.2937793:8963;41.123058;-105.2935126,way_type=user_defined:way_id=80E +edge,8963,8963;41.123058;-105.2935126:8964;41.1229833;-105.2932381,way_type=user_defined:way_id=80E +edge,8964,8964;41.1229833;-105.2932381:8965;41.1228988;-105.2929388,way_type=user_defined:way_id=80E +edge,8965,8965;41.1228988;-105.2929388:8966;41.1228292;-105.2927025,way_type=user_defined:way_id=80E +edge,8966,8966;41.1228292;-105.2927025:8967;41.1227442;-105.2924241,way_type=user_defined:way_id=80E +edge,8967,8967;41.1227442;-105.2924241:8968;41.1226628;-105.2921643,way_type=user_defined:way_id=80E +edge,8968,8968;41.1226628;-105.2921643:8969;41.1225771;-105.2918966,way_type=user_defined:way_id=80E +edge,8969,8969;41.1225771;-105.2918966:8970;41.1224929;-105.2916385,way_type=user_defined:way_id=80E +edge,8970,8970;41.1224929;-105.2916385:8971;41.122401;-105.2913648,way_type=user_defined:way_id=80E +edge,8971,8971;41.122401;-105.2913648:8972;41.1222999;-105.2910755,way_type=user_defined:way_id=80E +edge,8972,8972;41.1222999;-105.2910755:8973;41.1222056;-105.2908134,way_type=user_defined:way_id=80E +edge,8973,8973;41.1222056;-105.2908134:8974;41.1221124;-105.2905607,way_type=user_defined:way_id=80E +edge,8974,8974;41.1221124;-105.2905607:8975;41.1220108;-105.2902937,way_type=user_defined:way_id=80E +edge,8975,8975;41.1220108;-105.2902937:8976;41.1218479;-105.2898791,way_type=user_defined:way_id=80E +edge,8976,8976;41.1218479;-105.2898791:8977;41.1217207;-105.2895664,way_type=user_defined:way_id=80E +edge,8977,8977;41.1217207;-105.2895664:8978;41.1216005;-105.2892805,way_type=user_defined:way_id=80E +edge,8978,8978;41.1216005;-105.2892805:8979;41.1214915;-105.289029,way_type=user_defined:way_id=80E +edge,8979,8979;41.1214915;-105.289029:8980;41.1213691;-105.2887537,way_type=user_defined:way_id=80E +edge,8980,8980;41.1213691;-105.2887537:8981;41.1211541;-105.2882823,way_type=user_defined:way_id=80E +edge,8981,8981;41.1211541;-105.2882823:8982;41.1210425;-105.2880442,way_type=user_defined:way_id=80E +edge,8982,8982;41.1210425;-105.2880442:8983;41.1209213;-105.2877923,way_type=user_defined:way_id=80E +edge,8983,8983;41.1209213;-105.2877923:8984;41.1208062;-105.2875577,way_type=user_defined:way_id=80E +edge,8984,8984;41.1208062;-105.2875577:8985;41.1206861;-105.2873164,way_type=user_defined:way_id=80E +edge,8985,8985;41.1206861;-105.2873164:8986;41.1205643;-105.2870769,way_type=user_defined:way_id=80E +edge,8986,8986;41.1205643;-105.2870769:8987;41.1203135;-105.2865922,way_type=user_defined:way_id=80E +edge,8987,8987;41.1203135;-105.2865922:8988;41.1199394;-105.2858592,way_type=user_defined:way_id=80E +edge,8988,8988;41.1199394;-105.2858592:8989;41.1192772;-105.2845697,way_type=user_defined:way_id=80E +edge,8989,8989;41.1192772;-105.2845697:8990;41.1187172;-105.2834709,way_type=user_defined:way_id=80E +edge,8990,8990;41.1187172;-105.2834709:8991;41.1177335;-105.2815521,way_type=user_defined:way_id=80E +edge,8991,8991;41.1177335;-105.2815521:8992;41.11656936;-105.279274,way_type=user_defined:way_id=80E +edge,8992,8992;41.11656936;-105.279274:8993;41.11656936;-105.279274,way_type=user_defined:way_id=80E +edge,8993,8993;41.11656936;-105.279274:8994;41.1156131;-105.2774231,way_type=user_defined:way_id=80E +edge,8994,8994;41.1156131;-105.2774231:8995;41.1148639;-105.2759644,way_type=user_defined:way_id=80E +edge,8995,8995;41.1148639;-105.2759644:8996;41.1141416;-105.2745539,way_type=user_defined:way_id=80E +edge,8996,8996;41.1141416;-105.2745539:8997;41.1139182;-105.2741137,way_type=user_defined:way_id=80E +edge,8997,8997;41.1139182;-105.2741137:8998;41.1137945;-105.2738663,way_type=user_defined:way_id=80E +edge,8998,8998;41.1137945;-105.2738663:8999;41.1136911;-105.2736566,way_type=user_defined:way_id=80E +edge,8999,8999;41.1136911;-105.2736566:9000;41.1135744;-105.2734143,way_type=user_defined:way_id=80E +edge,9000,9000;41.1135744;-105.2734143:9001;41.1134444;-105.2731359,way_type=user_defined:way_id=80E +edge,9001,9001;41.1134444;-105.2731359:9002;41.1133327;-105.272888,way_type=user_defined:way_id=80E +edge,9002,9002;41.1133327;-105.272888:9003;41.113223;-105.2726375,way_type=user_defined:way_id=80E +edge,9003,9003;41.113223;-105.2726375:9004;41.113119;-105.2723931,way_type=user_defined:way_id=80E +edge,9004,9004;41.113119;-105.2723931:9005;41.1130243;-105.2721644,way_type=user_defined:way_id=80E +edge,9005,9005;41.1130243;-105.2721644:9006;41.1128844;-105.271817,way_type=user_defined:way_id=80E +edge,9006,9006;41.1128844;-105.271817:9007;41.1128094;-105.271626,way_type=user_defined:way_id=80E +edge,9007,9007;41.1128094;-105.271626:9008;41.1127234;-105.2714002,way_type=user_defined:way_id=80E +edge,9008,9008;41.1127234;-105.2714002:9009;41.1126179;-105.2711139,way_type=user_defined:way_id=80E +edge,9009,9009;41.1126179;-105.2711139:9010;41.1125344;-105.2708768,way_type=user_defined:way_id=80E +edge,9010,9010;41.1125344;-105.2708768:9011;41.1124362;-105.2705846,way_type=user_defined:way_id=80E +edge,9011,9011;41.1124362;-105.2705846:9012;41.1123511;-105.2703165,way_type=user_defined:way_id=80E +edge,9012,9012;41.1123511;-105.2703165:9013;41.1122696;-105.2700464,way_type=user_defined:way_id=80E +edge,9013,9013;41.1122696;-105.2700464:9014;41.1119879;-105.2690947,way_type=user_defined:way_id=80E +edge,9014,9014;41.1119879;-105.2690947:9015;41.1116229;-105.2678685,way_type=user_defined:way_id=80E +edge,9015,9015;41.1116229;-105.2678685:9016;41.111318;-105.2668275,way_type=user_defined:way_id=80E +edge,9016,9016;41.111318;-105.2668275:9017;41.1105062;-105.264072,way_type=user_defined:way_id=80E +edge,9017,9017;41.1105062;-105.264072:9018;41.1101043;-105.2626891,way_type=user_defined:way_id=80E +edge,9018,9018;41.1101043;-105.2626891:9019;41.1097157;-105.2613756,way_type=user_defined:way_id=80E +edge,9019,9019;41.1097157;-105.2613756:9020;41.1089798;-105.2588614,way_type=user_defined:way_id=80E +edge,9020,9020;41.1089798;-105.2588614:9021;41.1083662;-105.2567765,way_type=user_defined:way_id=80E +edge,9021,9021;41.1083662;-105.2567765:9022;41.1078877;-105.2551573,way_type=user_defined:way_id=80E +edge,9022,9022;41.1078877;-105.2551573:9023;41.1077994;-105.2548543,way_type=user_defined:way_id=80E +edge,9023,9023;41.1077994;-105.2548543:9024;41.1075007;-105.2538127,way_type=user_defined:way_id=80E +edge,9024,9024;41.1075007;-105.2538127:9025;41.1072664;-105.2530034,way_type=user_defined:way_id=80E +edge,9025,9025;41.1072664;-105.2530034:9026;41.1071041;-105.2524348,way_type=user_defined:way_id=80E +edge,9026,9026;41.1071041;-105.2524348:9027;41.106942;-105.2518554,way_type=user_defined:way_id=80E +edge,9027,9027;41.106942;-105.2518554:9028;41.1065808;-105.2505393,way_type=user_defined:way_id=80E +edge,9028,9028;41.1065808;-105.2505393:9029;41.106428;-105.2499609,way_type=user_defined:way_id=80E +edge,9029,9029;41.106428;-105.2499609:9030;41.1062229;-105.2491685,way_type=user_defined:way_id=80E +edge,9030,9030;41.1062229;-105.2491685:9031;41.1060869;-105.2486257,way_type=user_defined:way_id=80E +edge,9031,9031;41.1060869;-105.2486257:9032;41.1058771;-105.2477757,way_type=user_defined:way_id=80E +edge,9032,9032;41.1058771;-105.2477757:9033;41.1058073;-105.2474889,way_type=user_defined:way_id=80E +edge,9033,9033;41.1058073;-105.2474889:9034;41.1057442;-105.2472224,way_type=user_defined:way_id=80E +edge,9034,9034;41.1057442;-105.2472224:9035;41.1056804;-105.2469451,way_type=user_defined:way_id=80E +edge,9035,9035;41.1056804;-105.2469451:9036;41.1055561;-105.2463901,way_type=user_defined:way_id=80E +edge,9036,9036;41.1055561;-105.2463901:9037;41.105496;-105.2461115,way_type=user_defined:way_id=80E +edge,9037,9037;41.105496;-105.2461115:9038;41.1054404;-105.2458418,way_type=user_defined:way_id=80E +edge,9038,9038;41.1054404;-105.2458418:9039;41.1053836;-105.245551,way_type=user_defined:way_id=80E +edge,9039,9039;41.1053836;-105.245551:9040;41.1052885;-105.2450321,way_type=user_defined:way_id=80E +edge,9040,9040;41.1052885;-105.2450321:9041;41.1052287;-105.2446845,way_type=user_defined:way_id=80E +edge,9041,9041;41.1052287;-105.2446845:9042;41.1051835;-105.2443995,way_type=user_defined:way_id=80E +edge,9042,9042;41.1051835;-105.2443995:9043;41.1050616;-105.2435765,way_type=user_defined:way_id=80E +edge,9043,9043;41.1050616;-105.2435765:9044;41.1050239;-105.2433017,way_type=user_defined:way_id=80E +edge,9044,9044;41.1050239;-105.2433017:9045;41.1049878;-105.2430174,way_type=user_defined:way_id=80E +edge,9045,9045;41.1049878;-105.2430174:9046;41.1049504;-105.2426956,way_type=user_defined:way_id=80E +edge,9046,9046;41.1049504;-105.2426956:9047;41.1048851;-105.2420873,way_type=user_defined:way_id=80E +edge,9047,9047;41.1048851;-105.2420873:9048;41.1048359;-105.2415879,way_type=user_defined:way_id=80E +edge,9048,9048;41.1048359;-105.2415879:9049;41.1048078;-105.2412634,way_type=user_defined:way_id=80E +edge,9049,9049;41.1048078;-105.2412634:9050;41.1047703;-105.2407616,way_type=user_defined:way_id=80E +edge,9050,9050;41.1047703;-105.2407616:9051;41.1047466;-105.2403993,way_type=user_defined:way_id=80E +edge,9051,9051;41.1047466;-105.2403993:9052;41.1047308;-105.2401109,way_type=user_defined:way_id=80E +edge,9052,9052;41.1047308;-105.2401109:9053;41.1047071;-105.239574,way_type=user_defined:way_id=80E +edge,9053,9053;41.1047071;-105.239574:9054;41.104686;-105.2389635,way_type=user_defined:way_id=80E +edge,9054,9054;41.104686;-105.2389635:9055;41.104679;-105.2386774,way_type=user_defined:way_id=80E +edge,9055,9055;41.104679;-105.2386774:9056;41.1046747;-105.2383826,way_type=user_defined:way_id=80E +edge,9056,9056;41.1046747;-105.2383826:9057;41.1046674;-105.2375604,way_type=user_defined:way_id=80E +edge,9057,9057;41.1046674;-105.2375604:9058;41.1046662;-105.2369772,way_type=user_defined:way_id=80E +edge,9058,9058;41.1046662;-105.2369772:9059;41.104659;-105.2358306,way_type=user_defined:way_id=80E +edge,9059,9059;41.104659;-105.2358306:9060;41.1046576;-105.2352573,way_type=user_defined:way_id=80E +edge,9060,9060;41.1046576;-105.2352573:9061;41.1046582;-105.2348876,way_type=user_defined:way_id=80E +edge,9061,9061;41.1046582;-105.2348876:9062;41.1046582;-105.2348876,way_type=user_defined:way_id=80E +edge,9062,9062;41.1046582;-105.2348876:9063;41.1046602;-105.2337768,way_type=user_defined:way_id=80E +edge,9063,9063;41.1046602;-105.2337768:9064;41.10466573;-105.2327659,way_type=user_defined:way_id=80E +edge,9064,9064;41.10466573;-105.2327659:9065;41.1046683;-105.2322968,way_type=user_defined:way_id=80E +edge,9065,9065;41.1046683;-105.2322968:9066;41.10466827;-105.2321408,way_type=user_defined:way_id=80E +edge,9066,9066;41.10466827;-105.2321408:9067;41.10466823;-105.2319516,way_type=user_defined:way_id=80E +edge,9067,9067;41.10466823;-105.2319516:9068;41.1046682;-105.231832,way_type=user_defined:way_id=80E +edge,9068,9068;41.1046682;-105.231832:9069;41.10466336;-105.2304298,way_type=user_defined:way_id=80E +edge,9069,9069;41.10466336;-105.2304298:9070;41.10466336;-105.2304298,way_type=user_defined:way_id=80E +edge,9070,9070;41.10466336;-105.2304298:9071;41.1046601;-105.2297365,way_type=user_defined:way_id=80E +edge,9071,9071;41.1046601;-105.2297365:9072;41.1046544;-105.2291576,way_type=user_defined:way_id=80E +edge,9072,9072;41.1046544;-105.2291576:9073;41.1046479;-105.2288334,way_type=user_defined:way_id=80E +edge,9073,9073;41.1046479;-105.2288334:9074;41.1046388;-105.2285469,way_type=user_defined:way_id=80E +edge,9074,9074;41.1046388;-105.2285469:9075;41.10463605;-105.2284821,way_type=user_defined:way_id=80E +edge,9075,9075;41.10463605;-105.2284821:9076;41.1046267;-105.2282621,way_type=user_defined:way_id=80E +edge,9076,9076;41.1046267;-105.2282621:9077;41.10461538;-105.2280466,way_type=user_defined:way_id=80E +edge,9077,9077;41.10461538;-105.2280466:9078;41.1046112;-105.2279671,way_type=user_defined:way_id=80E +edge,9078,9078;41.1046112;-105.2279671:9079;41.1045933;-105.2276909,way_type=user_defined:way_id=80E +edge,9079,9079;41.1045933;-105.2276909:9080;41.1045685;-105.2273577,way_type=user_defined:way_id=80E +edge,9080,9080;41.1045685;-105.2273577:9081;41.1045446;-105.2270765,way_type=user_defined:way_id=80E +edge,9081,9081;41.1045446;-105.2270765:9082;41.1045278;-105.2268975,way_type=user_defined:way_id=80E +edge,9082,9082;41.1045278;-105.2268975:9083;41.1044881;-105.226502,way_type=user_defined:way_id=80E +edge,9083,9083;41.1044881;-105.226502:9084;41.1044516;-105.2261826,way_type=user_defined:way_id=80E +edge,9084,9084;41.1044516;-105.2261826:9085;41.1044214;-105.225939,way_type=user_defined:way_id=80E +edge,9085,9085;41.1044214;-105.225939:9086;41.1043821;-105.2256495,way_type=user_defined:way_id=80E +edge,9086,9086;41.1043821;-105.2256495:9087;41.104335;-105.2253333,way_type=user_defined:way_id=80E +edge,9087,9087;41.104335;-105.2253333:9088;41.104289;-105.2250458,way_type=user_defined:way_id=80E +edge,9088,9088;41.104289;-105.2250458:9089;41.1042465;-105.2247962,way_type=user_defined:way_id=80E +edge,9089,9089;41.1042465;-105.2247962:9090;41.1041897;-105.2244831,way_type=user_defined:way_id=80E +edge,9090,9090;41.1041897;-105.2244831:9091;41.1041274;-105.2241629,way_type=user_defined:way_id=80E +edge,9091,9091;41.1041274;-105.2241629:9092;41.1040791;-105.2239263,way_type=user_defined:way_id=80E +edge,9092,9092;41.1040791;-105.2239263:9093;41.1040266;-105.2236821,way_type=user_defined:way_id=80E +edge,9093,9093;41.1040266;-105.2236821:9094;41.1040266;-105.2236821,way_type=user_defined:way_id=80E +edge,9094,9094;41.1040266;-105.2236821:9095;41.1039576;-105.2233762,way_type=user_defined:way_id=80E +edge,9095,9095;41.1039576;-105.2233762:9096;41.1038912;-105.2230992,way_type=user_defined:way_id=80E +edge,9096,9096;41.1038912;-105.2230992:9097;41.1038199;-105.2228153,way_type=user_defined:way_id=80E +edge,9097,9097;41.1038199;-105.2228153:9098;41.1037498;-105.2225505,way_type=user_defined:way_id=80E +edge,9098,9098;41.1037498;-105.2225505:9099;41.1036742;-105.2222789,way_type=user_defined:way_id=80E +edge,9099,9099;41.1036742;-105.2222789:9100;41.1035958;-105.222009,way_type=user_defined:way_id=80E +edge,9100,9100;41.1035958;-105.222009:9101;41.1035039;-105.2217037,way_type=user_defined:way_id=80E +edge,9101,9101;41.1035039;-105.2217037:9102;41.1034228;-105.2214432,way_type=user_defined:way_id=80E +edge,9102,9102;41.1034228;-105.2214432:9103;41.1033363;-105.221175,way_type=user_defined:way_id=80E +edge,9103,9103;41.1033363;-105.221175:9104;41.1032497;-105.2209167,way_type=user_defined:way_id=80E +edge,9104,9104;41.1032497;-105.2209167:9105;41.1031573;-105.2206515,way_type=user_defined:way_id=80E +edge,9105,9105;41.1031573;-105.2206515:9106;41.103062;-105.2203885,way_type=user_defined:way_id=80E +edge,9106,9106;41.103062;-105.2203885:9107;41.1029637;-105.2201278,way_type=user_defined:way_id=80E +edge,9107,9107;41.1029637;-105.2201278:9108;41.1028622;-105.2198696,way_type=user_defined:way_id=80E +edge,9108,9108;41.1028622;-105.2198696:9109;41.1027617;-105.2196221,way_type=user_defined:way_id=80E +edge,9109,9109;41.1027617;-105.2196221:9110;41.1026525;-105.2193606,way_type=user_defined:way_id=80E +edge,9110,9110;41.1026525;-105.2193606:9111;41.1025479;-105.2191177,way_type=user_defined:way_id=80E +edge,9111,9111;41.1025479;-105.2191177:9112;41.1024383;-105.2188682,way_type=user_defined:way_id=80E +edge,9112,9112;41.1024383;-105.2188682:9113;41.1017775;-105.2174033,way_type=user_defined:way_id=80E +edge,9113,9113;41.1017775;-105.2174033:9114;41.1009688;-105.2156159,way_type=user_defined:way_id=80E +edge,9114,9114;41.1009688;-105.2156159:9115;41.0996467;-105.2127049,way_type=user_defined:way_id=80E +edge,9115,9115;41.0996467;-105.2127049:9116;41.0994006;-105.2121574,way_type=user_defined:way_id=80E +edge,9116,9116;41.0994006;-105.2121574:9117;41.0990762;-105.2114414,way_type=user_defined:way_id=80E +edge,9117,9117;41.0990762;-105.2114414:9118;41.0989624;-105.2111922,way_type=user_defined:way_id=80E +edge,9118,9118;41.0989624;-105.2111922:9119;41.0987357;-105.2107028,way_type=user_defined:way_id=80E +edge,9119,9119;41.0987357;-105.2107028:9120;41.0986192;-105.2104544,way_type=user_defined:way_id=80E +edge,9120,9120;41.0986192;-105.2104544:9121;41.0984632;-105.2101269,way_type=user_defined:way_id=80E +edge,9121,9121;41.0984632;-105.2101269:9122;41.0982695;-105.2097271,way_type=user_defined:way_id=80E +edge,9122,9122;41.0982695;-105.2097271:9123;41.098138;-105.2094598,way_type=user_defined:way_id=80E +edge,9123,9123;41.098138;-105.2094598:9124;41.0979982;-105.2091802,way_type=user_defined:way_id=80E +edge,9124,9124;41.0979982;-105.2091802:9125;41.0975152;-105.2082249,way_type=user_defined:way_id=80E +edge,9125,9125;41.0975152;-105.2082249:9126;41.0973959;-105.20799,way_type=user_defined:way_id=80E +edge,9126,9126;41.0973959;-105.20799:9127;41.09721042;-105.2076288,way_type=user_defined:way_id=80E +edge,9127,9127;41.09721042;-105.2076288:9128;41.0970284;-105.2072744,way_type=user_defined:way_id=80E +edge,9128,9128;41.0970284;-105.2072744:9129;41.0969106;-105.2070395,way_type=user_defined:way_id=80E +edge,9129,9129;41.0969106;-105.2070395:9130;41.0967874;-105.2067873,way_type=user_defined:way_id=80E +edge,9130,9130;41.0967874;-105.2067873:9131;41.0966699;-105.2065408,way_type=user_defined:way_id=80E +edge,9131,9131;41.0966699;-105.2065408:9132;41.0965585;-105.2062998,way_type=user_defined:way_id=80E +edge,9132,9132;41.0965585;-105.2062998:9133;41.0964471;-105.2060476,way_type=user_defined:way_id=80E +edge,9133,9133;41.0964471;-105.2060476:9134;41.0963293;-105.205767,way_type=user_defined:way_id=80E +edge,9134,9134;41.0963293;-105.205767:9135;41.0962395;-105.2055409,way_type=user_defined:way_id=80E +edge,9135,9135;41.0962395;-105.2055409:9136;41.0961668;-105.2053456,way_type=user_defined:way_id=80E +edge,9136,9136;41.0961668;-105.2053456:9137;41.0961324;-105.205252,way_type=user_defined:way_id=80E +edge,9137,9137;41.0961324;-105.205252:9138;41.0960401;-105.2049852,way_type=user_defined:way_id=80E +edge,9138,9138;41.0960401;-105.2049852:9139;41.0959546;-105.204725,way_type=user_defined:way_id=80E +edge,9139,9139;41.0959546;-105.204725:9140;41.0958703;-105.2044542,way_type=user_defined:way_id=80E +edge,9140,9140;41.0958703;-105.2044542:9141;41.0957897;-105.2041821,way_type=user_defined:way_id=80E +edge,9141,9141;41.0957897;-105.2041821:9142;41.0957625;-105.2040851,way_type=user_defined:way_id=80E +edge,9142,9142;41.0957625;-105.2040851:9143;41.0957157;-105.2039175,way_type=user_defined:way_id=80E +edge,9143,9143;41.0957157;-105.2039175:9144;41.0956433;-105.2036429,way_type=user_defined:way_id=80E +edge,9144,9144;41.0956433;-105.2036429:9145;41.0955682;-105.2033401,way_type=user_defined:way_id=80E +edge,9145,9145;41.0955682;-105.2033401:9146;41.0955102;-105.2030915,way_type=user_defined:way_id=80E +edge,9146,9146;41.0955102;-105.2030915:9147;41.0954438;-105.2027864,way_type=user_defined:way_id=80E +edge,9147,9147;41.0954438;-105.2027864:9148;41.0954008;-105.2025724,way_type=user_defined:way_id=80E +edge,9148,9148;41.0954008;-105.2025724:9149;41.0953374;-105.2022265,way_type=user_defined:way_id=80E +edge,9149,9149;41.0953374;-105.2022265:9150;41.0952958;-105.2019731,way_type=user_defined:way_id=80E +edge,9150,9150;41.0952958;-105.2019731:9151;41.0952538;-105.2016905,way_type=user_defined:way_id=80E +edge,9151,9151;41.0952538;-105.2016905:9152;41.0952081;-105.2013344,way_type=user_defined:way_id=80E +edge,9152,9152;41.0952081;-105.2013344:9153;41.0951841;-105.2011241,way_type=user_defined:way_id=80E +edge,9153,9153;41.0951841;-105.2011241:9154;41.0951558;-105.2008404,way_type=user_defined:way_id=80E +edge,9154,9154;41.0951558;-105.2008404:9155;41.0951316;-105.2005555,way_type=user_defined:way_id=80E +edge,9155,9155;41.0951316;-105.2005555:9156;41.0951121;-105.2002608,way_type=user_defined:way_id=80E +edge,9156,9156;41.0951121;-105.2002608:9157;41.095099;-105.1999743,way_type=user_defined:way_id=80E +edge,9157,9157;41.095099;-105.1999743:9158;41.0950903;-105.199687,way_type=user_defined:way_id=80E +edge,9158,9158;41.0950903;-105.199687:9159;41.0950856;-105.1993993,way_type=user_defined:way_id=80E +edge,9159,9159;41.0950856;-105.1993993:9160;41.0950848;-105.1991111,way_type=user_defined:way_id=80E +edge,9160,9160;41.0950848;-105.1991111:9161;41.0950881;-105.1988227,way_type=user_defined:way_id=80E +edge,9161,9161;41.0950881;-105.1988227:9162;41.0950957;-105.198534,way_type=user_defined:way_id=80E +edge,9162,9162;41.0950957;-105.198534:9163;41.0951075;-105.1982458,way_type=user_defined:way_id=80E +edge,9163,9163;41.0951075;-105.1982458:9164;41.0951249;-105.1979581,way_type=user_defined:way_id=80E +edge,9164,9164;41.0951249;-105.1979581:9165;41.0951532;-105.1976057,way_type=user_defined:way_id=80E +edge,9165,9165;41.0951532;-105.1976057:9166;41.095172;-105.1973926,way_type=user_defined:way_id=80E +edge,9166,9166;41.095172;-105.1973926:9167;41.0952013;-105.1970963,way_type=user_defined:way_id=80E +edge,9167,9167;41.0952013;-105.1970963:9168;41.0952338;-105.1968099,way_type=user_defined:way_id=80E +edge,9168,9168;41.0952338;-105.1968099:9169;41.0952681;-105.1965333,way_type=user_defined:way_id=80E +edge,9169,9169;41.0952681;-105.1965333:9170;41.0953061;-105.196248,way_type=user_defined:way_id=80E +edge,9170,9170;41.0953061;-105.196248:9171;41.0954791;-105.1950386,way_type=user_defined:way_id=80E +edge,9171,9171;41.0954791;-105.1950386:9172;41.0955979;-105.1941564,way_type=user_defined:way_id=80E +edge,9172,9172;41.0955979;-105.1941564:9173;41.0957498;-105.1930538,way_type=user_defined:way_id=80E +edge,9173,9173;41.0957498;-105.1930538:9174;41.0958147;-105.1925606,way_type=user_defined:way_id=80E +edge,9174,9174;41.0958147;-105.1925606:9175;41.095882;-105.1919919,way_type=user_defined:way_id=80E +edge,9175,9175;41.095882;-105.1919919:9176;41.0959437;-105.1914207,way_type=user_defined:way_id=80E +edge,9176,9176;41.0959437;-105.1914207:9177;41.0959725;-105.1911337,way_type=user_defined:way_id=80E +edge,9177,9177;41.0959725;-105.1911337:9178;41.0959981;-105.1908573,way_type=user_defined:way_id=80E +edge,9178,9178;41.0959981;-105.1908573:9179;41.0960257;-105.1905272,way_type=user_defined:way_id=80E +edge,9179,9179;41.0960257;-105.1905272:9180;41.0960466;-105.1902494,way_type=user_defined:way_id=80E +edge,9180,9180;41.0960466;-105.1902494:9181;41.096085;-105.1896649,way_type=user_defined:way_id=80E +edge,9181,9181;41.096085;-105.1896649:9182;41.0961032;-105.1893548,way_type=user_defined:way_id=80E +edge,9182,9182;41.0961032;-105.1893548:9183;41.0961269;-105.1888831,way_type=user_defined:way_id=80E +edge,9183,9183;41.0961269;-105.1888831:9184;41.0962195;-105.1867579,way_type=user_defined:way_id=80E +edge,9184,9184;41.0962195;-105.1867579:9185;41.0962885;-105.1852448,way_type=user_defined:way_id=80E +edge,9185,9185;41.0962885;-105.1852448:9186;41.0963341;-105.1841261,way_type=user_defined:way_id=80E +edge,9186,9186;41.0963341;-105.1841261:9187;41.0963906;-105.1826897,way_type=user_defined:way_id=80E +edge,9187,9187;41.0963906;-105.1826897:9188;41.0964799;-105.180565,way_type=user_defined:way_id=80E +edge,9188,9188;41.0964799;-105.180565:9189;41.0965019;-105.1800933,way_type=user_defined:way_id=80E +edge,9189,9189;41.0965019;-105.1800933:9190;41.0965187;-105.1797724,way_type=user_defined:way_id=80E +edge,9190,9190;41.0965187;-105.1797724:9191;41.0965575;-105.1791216,way_type=user_defined:way_id=80E +edge,9191,9191;41.0965575;-105.1791216:9192;41.0965575;-105.1791216,way_type=user_defined:way_id=80E +edge,9192,9192;41.0965575;-105.1791216:9193;41.0966049;-105.1783283,way_type=user_defined:way_id=80E +edge,9193,9193;41.0966049;-105.1783283:9194;41.0966352;-105.1778648,way_type=user_defined:way_id=80E +edge,9194,9194;41.0966352;-105.1778648:9195;41.096687;-105.1771434,way_type=user_defined:way_id=80E +edge,9195,9195;41.096687;-105.1771434:9196;41.0967319;-105.1765707,way_type=user_defined:way_id=80E +edge,9196,9196;41.0967319;-105.1765707:9197;41.09680605;-105.1756904,way_type=user_defined:way_id=80E +edge,9197,9197;41.09680605;-105.1756904:9198;41.096967;-105.1737797,way_type=user_defined:way_id=80E +edge,9198,9198;41.096967;-105.1737797:9199;41.09714785;-105.1717127,way_type=user_defined:way_id=80E +edge,9199,9199;41.09714785;-105.1717127:9200;41.09714785;-105.1717127,way_type=user_defined:way_id=80E +edge,9200,9200;41.09714785;-105.1717127:9201;41.0972193;-105.1708691,way_type=user_defined:way_id=80E +edge,9201,9201;41.0972193;-105.1708691:9202;41.09726;-105.1703712,way_type=user_defined:way_id=80E +edge,9202,9202;41.09726;-105.1703712:9203;41.0973491;-105.1692812,way_type=user_defined:way_id=80E +edge,9203,9203;41.0973491;-105.1692812:9204;41.0974594;-105.1679512,way_type=user_defined:way_id=80E +edge,9204,9204;41.0974594;-105.1679512:9205;41.0975192;-105.1672462,way_type=user_defined:way_id=80E +edge,9205,9205;41.0975192;-105.1672462:9206;41.0975671;-105.166712,way_type=user_defined:way_id=80E +edge,9206,9206;41.0975671;-105.166712:9207;41.0975671;-105.166712,way_type=user_defined:way_id=80E +edge,9207,9207;41.0975671;-105.166712:9208;41.0976133;-105.166208,way_type=user_defined:way_id=80E +edge,9208,9208;41.0976133;-105.166208:9209;41.0976886;-105.1653466,way_type=user_defined:way_id=80E +edge,9209,9209;41.0976886;-105.1653466:9210;41.0977415;-105.1648087,way_type=user_defined:way_id=80E +edge,9210,9210;41.0977415;-105.1648087:9211;41.0977762;-105.1644893,way_type=user_defined:way_id=80E +edge,9211,9211;41.0977762;-105.1644893:9212;41.0978085;-105.1642085,way_type=user_defined:way_id=80E +edge,9212,9212;41.0978085;-105.1642085:9213;41.0978391;-105.1639566,way_type=user_defined:way_id=80E +edge,9213,9213;41.0978391;-105.1639566:9214;41.0978957;-105.1635281,way_type=user_defined:way_id=80E +edge,9214,9214;41.0978957;-105.1635281:9215;41.0979566;-105.1631,way_type=user_defined:way_id=80E +edge,9215,9215;41.0979566;-105.1631:9216;41.0979978;-105.1628297,way_type=user_defined:way_id=80E +edge,9216,9216;41.0979978;-105.1628297:9217;41.098044;-105.1625411,way_type=user_defined:way_id=80E +edge,9217,9217;41.098044;-105.1625411:9218;41.0980929;-105.1622527,way_type=user_defined:way_id=80E +edge,9218,9218;41.0980929;-105.1622527:9219;41.0981411;-105.1619829,way_type=user_defined:way_id=80E +edge,9219,9219;41.0981411;-105.1619829:9220;41.0982015;-105.1616598,way_type=user_defined:way_id=80E +edge,9220,9220;41.0982015;-105.1616598:9221;41.0983535;-105.1608702,way_type=user_defined:way_id=80E +edge,9221,9221;41.0983535;-105.1608702:9222;41.0985136;-105.160062,way_type=user_defined:way_id=80E +edge,9222,9222;41.0985136;-105.160062:9223;41.0987311;-105.1589813,way_type=user_defined:way_id=80E +edge,9223,9223;41.0987311;-105.1589813:9224;41.0988546;-105.1583531,way_type=user_defined:way_id=80E +edge,9224,9224;41.0988546;-105.1583531:9225;41.0990792;-105.1572387,way_type=user_defined:way_id=80E +edge,9225,9225;41.0990792;-105.1572387:9226;41.0992309;-105.1564724,way_type=user_defined:way_id=80E +edge,9226,9226;41.0992309;-105.1564724:9227;41.0992973;-105.1561303,way_type=user_defined:way_id=80E +edge,9227,9227;41.0992973;-105.1561303:9228;41.0993971;-105.1556008,way_type=user_defined:way_id=80E +edge,9228,9228;41.0993971;-105.1556008:9229;41.0994469;-105.1553213,way_type=user_defined:way_id=80E +edge,9229,9229;41.0994469;-105.1553213:9230;41.0994942;-105.1550404,way_type=user_defined:way_id=80E +edge,9230,9230;41.0994942;-105.1550404:9231;41.0995382;-105.154759,way_type=user_defined:way_id=80E +edge,9231,9231;41.0995382;-105.154759:9232;41.0995835;-105.1544391,way_type=user_defined:way_id=80E +edge,9232,9232;41.0995835;-105.1544391:9233;41.0996192;-105.1541637,way_type=user_defined:way_id=80E +edge,9233,9233;41.0996192;-105.1541637:9234;41.0996489;-105.1539143,way_type=user_defined:way_id=80E +edge,9234,9234;41.0996489;-105.1539143:9235;41.0996909;-105.1535232,way_type=user_defined:way_id=80E +edge,9235,9235;41.0996909;-105.1535232:9236;41.0997122;-105.1533077,way_type=user_defined:way_id=80E +edge,9236,9236;41.0997122;-105.1533077:9237;41.0997386;-105.1530153,way_type=user_defined:way_id=80E +edge,9237,9237;41.0997386;-105.1530153:9238;41.0997613;-105.1527307,way_type=user_defined:way_id=80E +edge,9238,9238;41.0997613;-105.1527307:9239;41.099782;-105.1524168,way_type=user_defined:way_id=80E +edge,9239,9239;41.099782;-105.1524168:9240;41.0997973;-105.1521215,way_type=user_defined:way_id=80E +edge,9240,9240;41.0997973;-105.1521215:9241;41.0998076;-105.1518641,way_type=user_defined:way_id=80E +edge,9241,9241;41.0998076;-105.1518641:9242;41.0998165;-105.1515495,way_type=user_defined:way_id=80E +edge,9242,9242;41.0998165;-105.1515495:9243;41.0998213;-105.1512541,way_type=user_defined:way_id=80E +edge,9243,9243;41.0998213;-105.1512541:9244;41.0998225;-105.1509306,way_type=user_defined:way_id=80E +edge,9244,9244;41.0998225;-105.1509306:9245;41.0998208;-105.1506742,way_type=user_defined:way_id=80E +edge,9245,9245;41.0998208;-105.1506742:9246;41.0998166;-105.1503899,way_type=user_defined:way_id=80E +edge,9246,9246;41.0998166;-105.1503899:9247;41.0998086;-105.1500594,way_type=user_defined:way_id=80E +edge,9247,9247;41.0998086;-105.1500594:9248;41.0997942;-105.1496711,way_type=user_defined:way_id=80E +edge,9248,9248;41.0997942;-105.1496711:9249;41.0997863;-105.1494913,way_type=user_defined:way_id=80E +edge,9249,9249;41.0997863;-105.1494913:9250;41.0997712;-105.149208,way_type=user_defined:way_id=80E +edge,9250,9250;41.0997712;-105.149208:9251;41.0997522;-105.1489231,way_type=user_defined:way_id=80E +edge,9251,9251;41.0997522;-105.1489231:9252;41.0997258;-105.1485931,way_type=user_defined:way_id=80E +edge,9252,9252;41.0997258;-105.1485931:9253;41.0997008;-105.1483119,way_type=user_defined:way_id=80E +edge,9253,9253;41.0997008;-105.1483119:9254;41.0996751;-105.1480469,way_type=user_defined:way_id=80E +edge,9254,9254;41.0996751;-105.1480469:9255;41.0996113;-105.147451,way_type=user_defined:way_id=80E +edge,9255,9255;41.0996113;-105.147451:9256;41.0995171;-105.1466292,way_type=user_defined:way_id=80E +edge,9256,9256;41.0995171;-105.1466292:9257;41.0993827;-105.1454152,way_type=user_defined:way_id=80E +edge,9257,9257;41.0993827;-105.1454152:9258;41.0991855;-105.1436729,way_type=user_defined:way_id=80E +edge,9258,9258;41.0991855;-105.1436729:9259;41.0991047;-105.1429475,way_type=user_defined:way_id=80E +edge,9259,9259;41.0991047;-105.1429475:9260;41.0989647;-105.1417344,way_type=user_defined:way_id=80E +edge,9260,9260;41.0989647;-105.1417344:9261;41.0988635;-105.1408069,way_type=user_defined:way_id=80E +edge,9261,9261;41.0988635;-105.1408069:9262;41.0988057;-105.1402417,way_type=user_defined:way_id=80E +edge,9262,9262;41.0988057;-105.1402417:9263;41.0987497;-105.1396655,way_type=user_defined:way_id=80E +edge,9263,9263;41.0987497;-105.1396655:9264;41.0986968;-105.1390965,way_type=user_defined:way_id=80E +edge,9264,9264;41.0986968;-105.1390965:9265;41.0986509;-105.1385546,way_type=user_defined:way_id=80E +edge,9265,9265;41.0986509;-105.1385546:9266;41.0986264;-105.1382373,way_type=user_defined:way_id=80E +edge,9266,9266;41.0986264;-105.1382373:9267;41.0986013;-105.1378737,way_type=user_defined:way_id=80E +edge,9267,9267;41.0986013;-105.1378737:9268;41.0985706;-105.1373709,way_type=user_defined:way_id=80E +edge,9268,9268;41.0985706;-105.1373709:9269;41.0985513;-105.1370075,way_type=user_defined:way_id=80E +edge,9269,9269;41.0985513;-105.1370075:9270;41.0985265;-105.1364749,way_type=user_defined:way_id=80E +edge,9270,9270;41.0985265;-105.1364749:9271;41.0985152;-105.1361847,way_type=user_defined:way_id=80E +edge,9271,9271;41.0985152;-105.1361847:9272;41.0985059;-105.1358929,way_type=user_defined:way_id=80E +edge,9272,9272;41.0985059;-105.1358929:9273;41.0984989;-105.1356133,way_type=user_defined:way_id=80E +edge,9273,9273;41.0984989;-105.1356133:9274;41.0984921;-105.1352486,way_type=user_defined:way_id=80E +edge,9274,9274;41.0984921;-105.1352486:9275;41.0984884;-105.1349568,way_type=user_defined:way_id=80E +edge,9275,9275;41.0984884;-105.1349568:9276;41.0984849;-105.1344577,way_type=user_defined:way_id=80E +edge,9276,9276;41.0984849;-105.1344577:9277;41.0984846;-105.1341615,way_type=user_defined:way_id=80E +edge,9277,9277;41.0984846;-105.1341615:9278;41.0984877;-105.1338446,way_type=user_defined:way_id=80E +edge,9278,9278;41.0984877;-105.1338446:9279;41.0985029;-105.1330159,way_type=user_defined:way_id=80E +edge,9279,9279;41.0985029;-105.1330159:9280;41.0985321;-105.1317884,way_type=user_defined:way_id=80E +edge,9280,9280;41.0985321;-105.1317884:9281;41.0985549;-105.1309562,way_type=user_defined:way_id=80E +edge,9281,9281;41.0985549;-105.1309562:9282;41.098573;-105.1302,way_type=user_defined:way_id=80E +edge,9282,9282;41.098573;-105.1302:9283;41.0986145;-105.1287302,way_type=user_defined:way_id=80E +edge,9283,9283;41.0986145;-105.1287302:9284;41.0986538;-105.1272064,way_type=user_defined:way_id=80E +edge,9284,9284;41.0986538;-105.1272064:9285;41.098661;-105.126888,way_type=user_defined:way_id=80E +edge,9285,9285;41.098661;-105.126888:9286;41.0986714;-105.1263171,way_type=user_defined:way_id=80E +edge,9286,9286;41.0986714;-105.1263171:9287;41.0986755;-105.1260182,way_type=user_defined:way_id=80E +edge,9287,9287;41.0986755;-105.1260182:9288;41.09868;-105.1254457,way_type=user_defined:way_id=80E +edge,9288,9288;41.09868;-105.1254457:9289;41.098681;-105.1248713,way_type=user_defined:way_id=80E +edge,9289,9289;41.098681;-105.1248713:9290;41.0986796;-105.1243173,way_type=user_defined:way_id=80E +edge,9290,9290;41.0986796;-105.1243173:9291;41.0986734;-105.1237463,way_type=user_defined:way_id=80E +edge,9291,9291;41.0986734;-105.1237463:9292;41.098667;-105.1233902,way_type=user_defined:way_id=80E +edge,9292,9292;41.098667;-105.1233902:9293;41.0986535;-105.1228114,way_type=user_defined:way_id=80E +edge,9293,9293;41.0986535;-105.1228114:9294;41.0986358;-105.1222388,way_type=user_defined:way_id=80E +edge,9294,9294;41.0986358;-105.1222388:9295;41.0986153;-105.1216964,way_type=user_defined:way_id=80E +edge,9295,9295;41.0986153;-105.1216964:9296;41.0985843;-105.1210128,way_type=user_defined:way_id=80E +edge,9296,9296;41.0985843;-105.1210128:9297;41.0985843;-105.1210128,way_type=user_defined:way_id=80E +edge,9297,9297;41.0985843;-105.1210128:9298;41.0985526;-105.1203996,way_type=user_defined:way_id=80E +edge,9298,9298;41.0985526;-105.1203996:9299;41.0985273;-105.1199658,way_type=user_defined:way_id=80E +edge,9299,9299;41.0985273;-105.1199658:9300;41.0985109;-105.1197081,way_type=user_defined:way_id=80E +edge,9300,9300;41.0985109;-105.1197081:9301;41.0984675;-105.1190977,way_type=user_defined:way_id=80E +edge,9301,9301;41.0984675;-105.1190977:9302;41.0984236;-105.1185257,way_type=user_defined:way_id=80E +edge,9302,9302;41.0984236;-105.1185257:9303;41.09841186;-105.1183827,way_type=user_defined:way_id=80E +edge,9303,9303;41.09841186;-105.1183827:9304;41.0983741;-105.1179229,way_type=user_defined:way_id=80E +edge,9304,9304;41.0983741;-105.1179229:9305;41.0983289;-105.1174214,way_type=user_defined:way_id=80E +edge,9305,9305;41.0983289;-105.1174214:9306;41.0982381;-105.116483,way_type=user_defined:way_id=80E +edge,9306,9306;41.0982381;-105.116483:9307;41.09818856;-105.1159982,way_type=user_defined:way_id=80E +edge,9307,9307;41.09818856;-105.1159982:9308;41.09818856;-105.1159982,way_type=user_defined:way_id=80E +edge,9308,9308;41.09818856;-105.1159982:9309;41.098149;-105.1156412,way_type=user_defined:way_id=80E +edge,9309,9309;41.098149;-105.1156412:9310;41.0981161;-105.1153648,way_type=user_defined:way_id=80E +edge,9310,9310;41.0981161;-105.1153648:9311;41.0980738;-105.1150348,way_type=user_defined:way_id=80E +edge,9311,9311;41.0980738;-105.1150348:9312;41.0980034;-105.1145122,way_type=user_defined:way_id=80E +edge,9312,9312;41.0980034;-105.1145122:9313;41.09794313;-105.1140858,way_type=user_defined:way_id=80E +edge,9313,9313;41.09794313;-105.1140858:9314;41.0978374;-105.1133378,way_type=user_defined:way_id=80E +edge,9314,9314;41.0978374;-105.1133378:9315;41.0976833;-105.1122039,way_type=user_defined:way_id=80E +edge,9315,9315;41.0976833;-105.1122039:9316;41.0974379;-105.1104995,way_type=user_defined:way_id=80E +edge,9316,9316;41.0974379;-105.1104995:9317;41.0972907;-105.1094356,way_type=user_defined:way_id=80E +edge,9317,9317;41.0972907;-105.1094356:9318;41.0972907;-105.1094356,way_type=user_defined:way_id=80E +edge,9318,9318;41.0972907;-105.1094356:9319;41.0972472;-105.1090789,way_type=user_defined:way_id=80E +edge,9319,9319;41.0972472;-105.1090789:9320;41.0972179;-105.1088028,way_type=user_defined:way_id=80E +edge,9320,9320;41.0972179;-105.1088028:9321;41.0971907;-105.1085074,way_type=user_defined:way_id=80E +edge,9321,9321;41.0971907;-105.1085074:9322;41.0971719;-105.1082819,way_type=user_defined:way_id=80E +edge,9322,9322;41.0971719;-105.1082819:9323;41.0971667;-105.1082195,way_type=user_defined:way_id=80E +edge,9323,9323;41.0971667;-105.1082195:9324;41.0971459;-105.1079431,way_type=user_defined:way_id=80E +edge,9324,9324;41.0971459;-105.1079431:9325;41.0971277;-105.1076449,way_type=user_defined:way_id=80E +edge,9325,9325;41.0971277;-105.1076449:9326;41.0971158;-105.1073771,way_type=user_defined:way_id=80E +edge,9326,9326;41.0971158;-105.1073771:9327;41.0971058;-105.1070038,way_type=user_defined:way_id=80E +edge,9327,9327;41.0971058;-105.1070038:9328;41.0971026;-105.1067897,way_type=user_defined:way_id=80E +edge,9328,9328;41.0971026;-105.1067897:9329;41.0971012;-105.1065011,way_type=user_defined:way_id=80E +edge,9329,9329;41.0971012;-105.1065011:9330;41.0971023;-105.1062024,way_type=user_defined:way_id=80E +edge,9330,9330;41.0971023;-105.1062024:9331;41.0971061;-105.105935,way_type=user_defined:way_id=80E +edge,9331,9331;41.0971061;-105.105935:9332;41.0971141;-105.1056378,way_type=user_defined:way_id=80E +edge,9332,9332;41.0971141;-105.1056378:9333;41.0971256;-105.1053515,way_type=user_defined:way_id=80E +edge,9333,9333;41.0971256;-105.1053515:9334;41.0971312;-105.1052409,way_type=user_defined:way_id=80E +edge,9334,9334;41.0971312;-105.1052409:9335;41.0971402;-105.1050657,way_type=user_defined:way_id=80E +edge,9335,9335;41.0971402;-105.1050657:9336;41.0971565;-105.1048088,way_type=user_defined:way_id=80E +edge,9336,9336;41.0971565;-105.1048088:9337;41.0971803;-105.1044955,way_type=user_defined:way_id=80E +edge,9337,9337;41.0971803;-105.1044955:9338;41.0972064;-105.1042017,way_type=user_defined:way_id=80E +edge,9338,9338;41.0972064;-105.1042017:9339;41.0972349;-105.1039182,way_type=user_defined:way_id=80E +edge,9339,9339;41.0972349;-105.1039182:9340;41.0972667;-105.1036342,way_type=user_defined:way_id=80E +edge,9340,9340;41.0972667;-105.1036342:9341;41.0973019;-105.1033511,way_type=user_defined:way_id=80E +edge,9341,9341;41.0973019;-105.1033511:9342;41.0973407;-105.1030678,way_type=user_defined:way_id=80E +edge,9342,9342;41.0973407;-105.1030678:9343;41.0973842;-105.1027766,way_type=user_defined:way_id=80E +edge,9343,9343;41.0973842;-105.1027766:9344;41.0974279;-105.1025037,way_type=user_defined:way_id=80E +edge,9344,9344;41.0974279;-105.1025037:9345;41.0974767;-105.102222,way_type=user_defined:way_id=80E +edge,9345,9345;41.0974767;-105.102222:9346;41.097529;-105.101942,way_type=user_defined:way_id=80E +edge,9346,9346;41.097529;-105.101942:9347;41.0975847;-105.1016628,way_type=user_defined:way_id=80E +edge,9347,9347;41.0975847;-105.1016628:9348;41.0976421;-105.1013938,way_type=user_defined:way_id=80E +edge,9348,9348;41.0976421;-105.1013938:9349;41.0977623;-105.1008669,way_type=user_defined:way_id=80E +edge,9349,9349;41.0977623;-105.1008669:9350;41.0979016;-105.1002871,way_type=user_defined:way_id=80E +edge,9350,9350;41.0979016;-105.1002871:9351;41.0981728;-105.0991866,way_type=user_defined:way_id=80E +edge,9351,9351;41.0981728;-105.0991866:9352;41.0982622;-105.0988173,way_type=user_defined:way_id=80E +edge,9352,9352;41.0982622;-105.0988173:9353;41.098437;-105.0980953,way_type=user_defined:way_id=80E +edge,9353,9353;41.098437;-105.0980953:9354;41.0985192;-105.0977453,way_type=user_defined:way_id=80E +edge,9354,9354;41.0985192;-105.0977453:9355;41.0985661;-105.0975371,way_type=user_defined:way_id=80E +edge,9355,9355;41.0985661;-105.0975371:9356;41.0986251;-105.0972638,way_type=user_defined:way_id=80E +edge,9356,9356;41.0986251;-105.0972638:9357;41.0986901;-105.0969529,way_type=user_defined:way_id=80E +edge,9357,9357;41.0986901;-105.0969529:9358;41.0987467;-105.0966685,way_type=user_defined:way_id=80E +edge,9358,9358;41.0987467;-105.0966685:9359;41.098799;-105.0963916,way_type=user_defined:way_id=80E +edge,9359,9359;41.098799;-105.0963916:9360;41.0988491;-105.0961144,way_type=user_defined:way_id=80E +edge,9360,9360;41.0988491;-105.0961144:9361;41.098898;-105.0958269,way_type=user_defined:way_id=80E +edge,9361,9361;41.098898;-105.0958269:9362;41.0989425;-105.0955478,way_type=user_defined:way_id=80E +edge,9362,9362;41.0989425;-105.0955478:9363;41.0989911;-105.0952222,way_type=user_defined:way_id=80E +edge,9363,9363;41.0989911;-105.0952222:9364;41.0990284;-105.0949512,way_type=user_defined:way_id=80E +edge,9364,9364;41.0990284;-105.0949512:9365;41.0990698;-105.0946155,way_type=user_defined:way_id=80E +edge,9365,9365;41.0990698;-105.0946155:9366;41.0990965;-105.0943727,way_type=user_defined:way_id=80E +edge,9366,9366;41.0990965;-105.0943727:9367;41.0991236;-105.0940928,way_type=user_defined:way_id=80E +edge,9367,9367;41.0991236;-105.0940928:9368;41.0991536;-105.0937413,way_type=user_defined:way_id=80E +edge,9368,9368;41.0991536;-105.0937413:9369;41.0991939;-105.093198,way_type=user_defined:way_id=80E +edge,9369,9369;41.0991939;-105.093198:9370;41.0992864;-105.091754,way_type=user_defined:way_id=80E +edge,9370,9370;41.0992864;-105.091754:9371;41.099342;-105.0909308,way_type=user_defined:way_id=80E +edge,9371,9371;41.099342;-105.0909308:9372;41.0993974;-105.0900681,way_type=user_defined:way_id=80E +edge,9372,9372;41.0993974;-105.0900681:9373;41.0994658;-105.088886,way_type=user_defined:way_id=80E +edge,9373,9373;41.0994658;-105.088886:9374;41.0995565;-105.0874068,way_type=user_defined:way_id=80E +edge,9374,9374;41.0995565;-105.0874068:9375;41.0996328;-105.0862211,way_type=user_defined:way_id=80E +edge,9375,9375;41.0996328;-105.0862211:9376;41.0997393;-105.0844676,way_type=user_defined:way_id=80E +edge,9376,9376;41.0997393;-105.0844676:9377;41.0997712;-105.0839205,way_type=user_defined:way_id=80E +edge,9377,9377;41.0997712;-105.0839205:9378;41.0997885;-105.0835997,way_type=user_defined:way_id=80E +edge,9378,9378;41.0997885;-105.0835997:9379;41.0998039;-105.0832694,way_type=user_defined:way_id=80E +edge,9379,9379;41.0998039;-105.0832694:9380;41.0998152;-105.0829863,way_type=user_defined:way_id=80E +edge,9380,9380;41.0998152;-105.0829863:9381;41.0998314;-105.0824762,way_type=user_defined:way_id=80E +edge,9381,9381;41.0998314;-105.0824762:9382;41.099839;-105.082155,way_type=user_defined:way_id=80E +edge,9382,9382;41.099839;-105.082155:9383;41.0998441;-105.0818622,way_type=user_defined:way_id=80E +edge,9383,9383;41.0998441;-105.0818622:9384;41.0998499;-105.0812869,way_type=user_defined:way_id=80E +edge,9384,9384;41.0998499;-105.0812869:9385;41.0998506;-105.0810047,way_type=user_defined:way_id=80E +edge,9385,9385;41.0998506;-105.0810047:9386;41.0998493;-105.0806291,way_type=user_defined:way_id=80E +edge,9386,9386;41.0998493;-105.0806291:9387;41.0998455;-105.0801327,way_type=user_defined:way_id=80E +edge,9387,9387;41.0998455;-105.0801327:9388;41.0998185;-105.0775342,way_type=user_defined:way_id=80E +edge,9388,9388;41.0998185;-105.0775342:9389;41.0998056;-105.0760518,way_type=user_defined:way_id=80E +edge,9389,9389;41.0998056;-105.0760518:9390;41.0997893;-105.0747175,way_type=user_defined:way_id=80E +edge,9390,9390;41.0997893;-105.0747175:9391;41.0997804;-105.0736876,way_type=user_defined:way_id=80E +edge,9391,9391;41.0997804;-105.0736876:9392;41.0997662;-105.0725608,way_type=user_defined:way_id=80E +edge,9392,9392;41.0997662;-105.0725608:9393;41.0997535;-105.0711564,way_type=user_defined:way_id=80E +edge,9393,9393;41.0997535;-105.0711564:9394;41.0997338;-105.0694554,way_type=user_defined:way_id=80E +edge,9394,9394;41.0997338;-105.0694554:9395;41.0997292;-105.0687638,way_type=user_defined:way_id=80E +edge,9395,9395;41.0997292;-105.0687638:9396;41.0997269;-105.0680199,way_type=user_defined:way_id=80E +edge,9396,9396;41.0997269;-105.0680199:9397;41.0997269;-105.0674071,way_type=user_defined:way_id=80E +edge,9397,9397;41.0997269;-105.0674071:9398;41.0997287;-105.067119,way_type=user_defined:way_id=80E +edge,9398,9398;41.0997287;-105.067119:9399;41.0997333;-105.0668224,way_type=user_defined:way_id=80E +edge,9399,9399;41.0997333;-105.0668224:9400;41.0997419;-105.0665058,way_type=user_defined:way_id=80E +edge,9400,9400;41.0997419;-105.0665058:9401;41.0997521;-105.0662463,way_type=user_defined:way_id=80E +edge,9401,9401;41.0997521;-105.0662463:9402;41.099768;-105.0659297,way_type=user_defined:way_id=80E +edge,9402,9402;41.099768;-105.0659297:9403;41.0997849;-105.0656406,way_type=user_defined:way_id=80E +edge,9403,9403;41.0997849;-105.0656406:9404;41.0997849;-105.0656406,way_type=user_defined:way_id=80E +edge,9404,9404;41.0997849;-105.0656406:9405;41.099804;-105.0653527,way_type=user_defined:way_id=80E +edge,9405,9405;41.099804;-105.0653527:9406;41.0998203;-105.0651386,way_type=user_defined:way_id=80E +edge,9406,9406;41.0998203;-105.0651386:9407;41.0998481;-105.064813,way_type=user_defined:way_id=80E +edge,9407,9407;41.0998481;-105.064813:9408;41.0998791;-105.0644966,way_type=user_defined:way_id=80E +edge,9408,9408;41.0998791;-105.0644966:9409;41.0999158;-105.0641722,way_type=user_defined:way_id=80E +edge,9409,9409;41.0999158;-105.0641722:9410;41.0999476;-105.0639225,way_type=user_defined:way_id=80E +edge,9410,9410;41.0999476;-105.0639225:9411;41.0999888;-105.0636368,way_type=user_defined:way_id=80E +edge,9411,9411;41.0999888;-105.0636368:9412;41.10005531;-105.0631953,way_type=user_defined:way_id=80E +edge,9412,9412;41.10005531;-105.0631953:9413;41.100112;-105.062819,way_type=user_defined:way_id=80E +edge,9413,9413;41.100112;-105.062819:9414;41.1002466;-105.0619466,way_type=user_defined:way_id=80E +edge,9414,9414;41.1002466;-105.0619466:9415;41.10029068;-105.0616499,way_type=user_defined:way_id=80E +edge,9415,9415;41.10029068;-105.0616499:9416;41.10029068;-105.0616499,way_type=user_defined:way_id=80E +edge,9416,9416;41.10029068;-105.0616499:9417;41.1004155;-105.0608199,way_type=user_defined:way_id=80E +edge,9417,9417;41.1004155;-105.0608199:9418;41.10053327;-105.0600572,way_type=user_defined:way_id=80E +edge,9418,9418;41.10053327;-105.0600572:9419;41.1006216;-105.0594852,way_type=user_defined:way_id=80E +edge,9419,9419;41.1006216;-105.0594852:9420;41.1008244;-105.0581162,way_type=user_defined:way_id=80E +edge,9420,9420;41.1008244;-105.0581162:9421;41.1010802;-105.056428,way_type=user_defined:way_id=80E +edge,9421,9421;41.1010802;-105.056428:9422;41.1012016;-105.0556112,way_type=user_defined:way_id=80E +edge,9422,9422;41.1012016;-105.0556112:9423;41.1012016;-105.0556112,way_type=user_defined:way_id=80E +edge,9423,9423;41.1012016;-105.0556112:9424;41.101281;-105.0550762,way_type=user_defined:way_id=80E +edge,9424,9424;41.101281;-105.0550762:9425;41.10146738;-105.0538624,way_type=user_defined:way_id=80E +edge,9425,9425;41.10146738;-105.0538624:9426;41.1015193;-105.0535243,way_type=user_defined:way_id=80E +edge,9426,9426;41.1015193;-105.0535243:9427;41.1018964;-105.0510197,way_type=user_defined:way_id=80E +edge,9427,9427;41.1018964;-105.0510197:9428;41.1020532;-105.0499907,way_type=user_defined:way_id=80E +edge,9428,9428;41.1020532;-105.0499907:9429;41.1023529;-105.0479714,way_type=user_defined:way_id=80E +edge,9429,9429;41.1023529;-105.0479714:9430;41.1025354;-105.0467714,way_type=user_defined:way_id=80E +edge,9430,9430;41.1025354;-105.0467714:9431;41.1027638;-105.0452531,way_type=user_defined:way_id=80E +edge,9431,9431;41.1027638;-105.0452531:9432;41.10281;-105.0449327,way_type=user_defined:way_id=80E +edge,9432,9432;41.10281;-105.0449327:9433;41.1028565;-105.0445836,way_type=user_defined:way_id=80E +edge,9433,9433;41.1028565;-105.0445836:9434;41.1028991;-105.044225,way_type=user_defined:way_id=80E +edge,9434,9434;41.1028991;-105.044225:9435;41.1029325;-105.043908,way_type=user_defined:way_id=80E +edge,9435,9435;41.1029325;-105.043908:9436;41.1029637;-105.0435585,way_type=user_defined:way_id=80E +edge,9436,9436;41.1029637;-105.0435585:9437;41.1029916;-105.0431851,way_type=user_defined:way_id=80E +edge,9437,9437;41.1029916;-105.0431851:9438;41.1030116;-105.0428676,way_type=user_defined:way_id=80E +edge,9438,9438;41.1030116;-105.0428676:9439;41.1030207;-105.0426899,way_type=user_defined:way_id=80E +edge,9439,9439;41.1030207;-105.0426899:9440;41.1030296;-105.0425122,way_type=user_defined:way_id=80E +edge,9440,9440;41.1030296;-105.0425122:9441;41.1030444;-105.0421351,way_type=user_defined:way_id=80E +edge,9441,9441;41.1030444;-105.0421351:9442;41.1030543;-105.0417894,way_type=user_defined:way_id=80E +edge,9442,9442;41.1030543;-105.0417894:9443;41.103077;-105.0407017,way_type=user_defined:way_id=80E +edge,9443,9443;41.103077;-105.0407017:9444;41.1031197;-105.0390522,way_type=user_defined:way_id=80E +edge,9444,9444;41.1031197;-105.0390522:9445;41.1031591;-105.0373516,way_type=user_defined:way_id=80E +edge,9445,9445;41.1031591;-105.0373516:9446;41.1031868;-105.0359479,way_type=user_defined:way_id=80E +edge,9446,9446;41.1031868;-105.0359479:9447;41.1031919;-105.0355938,way_type=user_defined:way_id=80E +edge,9447,9447;41.1031919;-105.0355938:9448;41.1031931;-105.0352676,way_type=user_defined:way_id=80E +edge,9448,9448;41.1031931;-105.0352676:9449;41.1031894;-105.034904,way_type=user_defined:way_id=80E +edge,9449,9449;41.1031894;-105.034904:9450;41.1031793;-105.0345493,way_type=user_defined:way_id=80E +edge,9450,9450;41.1031793;-105.0345493:9451;41.1031648;-105.0342145,way_type=user_defined:way_id=80E +edge,9451,9451;41.1031648;-105.0342145:9452;41.1031471;-105.033898,way_type=user_defined:way_id=80E +edge,9452,9452;41.1031471;-105.033898:9453;41.1031226;-105.0335446,way_type=user_defined:way_id=80E +edge,9453,9453;41.1031226;-105.0335446:9454;41.1030952;-105.0332107,way_type=user_defined:way_id=80E +edge,9454,9454;41.1030952;-105.0332107:9455;41.1030627;-105.0328576,way_type=user_defined:way_id=80E +edge,9455,9455;41.1030627;-105.0328576:9456;41.10302639;-105.0325077,way_type=user_defined:way_id=80E +edge,9456,9456;41.10302639;-105.0325077:9457;41.1029882;-105.0321834,way_type=user_defined:way_id=80E +edge,9457,9457;41.1029882;-105.0321834:9458;41.1029409;-105.0318238,way_type=user_defined:way_id=80E +edge,9458,9458;41.1029409;-105.0318238:9459;41.1028904;-105.0314748,way_type=user_defined:way_id=80E +edge,9459,9459;41.1028904;-105.0314748:9460;41.1028363;-105.0311257,way_type=user_defined:way_id=80E +edge,9460,9460;41.1028363;-105.0311257:9461;41.1027827;-105.0307962,way_type=user_defined:way_id=80E +edge,9461,9461;41.1027827;-105.0307962:9462;41.1022831;-105.0277729,way_type=user_defined:way_id=80E +edge,9462,9462;41.1022831;-105.0277729:9463;41.1021031;-105.0267169,way_type=user_defined:way_id=80E +edge,9463,9463;41.1021031;-105.0267169:9464;41.1019267;-105.0256299,way_type=user_defined:way_id=80E +edge,9464,9464;41.1019267;-105.0256299:9465;41.1017271;-105.024423,way_type=user_defined:way_id=80E +edge,9465,9465;41.1017271;-105.024423:9466;41.1015771;-105.0234953,way_type=user_defined:way_id=80E +edge,9466,9466;41.1015771;-105.0234953:9467;41.1012202;-105.0213109,way_type=user_defined:way_id=80E +edge,9467,9467;41.1012202;-105.0213109:9468;41.1011751;-105.0210276,way_type=user_defined:way_id=80E +edge,9468,9468;41.1011751;-105.0210276:9469;41.1011322;-105.0207415,way_type=user_defined:way_id=80E +edge,9469,9469;41.1011322;-105.0207415:9470;41.1010887;-105.0204263,way_type=user_defined:way_id=80E +edge,9470,9470;41.1010887;-105.0204263:9471;41.1010492;-105.0201102,way_type=user_defined:way_id=80E +edge,9471,9471;41.1010492;-105.0201102:9472;41.1010138;-105.0197922,way_type=user_defined:way_id=80E +edge,9472,9472;41.1010138;-105.0197922:9473;41.100986;-105.019511,way_type=user_defined:way_id=80E +edge,9473,9473;41.100986;-105.019511:9474;41.1009576;-105.0191826,way_type=user_defined:way_id=80E +edge,9474,9474;41.1009576;-105.0191826:9475;41.100936;-105.0188912,way_type=user_defined:way_id=80E +edge,9475,9475;41.100936;-105.0188912:9476;41.100924;-105.0187078,way_type=user_defined:way_id=80E +edge,9476,9476;41.100924;-105.0187078:9477;41.1008987;-105.0182755,way_type=user_defined:way_id=80E +edge,9477,9477;41.1008987;-105.0182755:9478;41.1008845;-105.0179534,way_type=user_defined:way_id=80E +edge,9478,9478;41.1008845;-105.0179534:9479;41.1008745;-105.0176542,way_type=user_defined:way_id=80E +edge,9479,9479;41.1008745;-105.0176542:9480;41.1008711;-105.0175156,way_type=user_defined:way_id=80E +edge,9480,9480;41.1008711;-105.0175156:9481;41.1008678;-105.0173769,way_type=user_defined:way_id=80E +edge,9481,9481;41.1008678;-105.0173769:9482;41.1008639;-105.0170835,way_type=user_defined:way_id=80E +edge,9482,9482;41.1008639;-105.0170835:9483;41.1008629;-105.0167996,way_type=user_defined:way_id=80E +edge,9483,9483;41.1008629;-105.0167996:9484;41.1008653;-105.0164781,way_type=user_defined:way_id=80E +edge,9484,9484;41.1008653;-105.0164781:9485;41.1008705;-105.0161853,way_type=user_defined:way_id=80E +edge,9485,9485;41.1008705;-105.0161853:9486;41.1008788;-105.0158927,way_type=user_defined:way_id=80E +edge,9486,9486;41.1008788;-105.0158927:9487;41.10089;-105.0156094,way_type=user_defined:way_id=80E +edge,9487,9487;41.10089;-105.0156094:9488;41.1009058;-105.0153165,way_type=user_defined:way_id=80E +edge,9488,9488;41.1009058;-105.0153165:9489;41.1009268;-105.0150046,way_type=user_defined:way_id=80E +edge,9489,9489;41.1009268;-105.0150046:9490;41.1009463;-105.0147492,way_type=user_defined:way_id=80E +edge,9490,9490;41.1009463;-105.0147492:9491;41.100971;-105.0144557,way_type=user_defined:way_id=80E +edge,9491,9491;41.100971;-105.0144557:9492;41.1010004;-105.0141432,way_type=user_defined:way_id=80E +edge,9492,9492;41.1010004;-105.0141432:9493;41.1010299;-105.0138592,way_type=user_defined:way_id=80E +edge,9493,9493;41.1010299;-105.0138592:9494;41.1010627;-105.0135666,way_type=user_defined:way_id=80E +edge,9494,9494;41.1010627;-105.0135666:9495;41.1011007;-105.0132564,way_type=user_defined:way_id=80E +edge,9495,9495;41.1011007;-105.0132564:9496;41.10114;-105.0129661,way_type=user_defined:way_id=80E +edge,9496,9496;41.10114;-105.0129661:9497;41.1011833;-105.0126769,way_type=user_defined:way_id=80E +edge,9497,9497;41.1011833;-105.0126769:9498;41.1012287;-105.0123979,way_type=user_defined:way_id=80E +edge,9498,9498;41.1012287;-105.0123979:9499;41.1012767;-105.0121193,way_type=user_defined:way_id=80E +edge,9499,9499;41.1012767;-105.0121193:9500;41.1013272;-105.011842,way_type=user_defined:way_id=80E +edge,9500,9500;41.1013272;-105.011842:9501;41.1013828;-105.0115558,way_type=user_defined:way_id=80E +edge,9501,9501;41.1013828;-105.0115558:9502;41.1014452;-105.0112521,way_type=user_defined:way_id=80E +edge,9502,9502;41.1014452;-105.0112521:9503;41.101506;-105.0109681,way_type=user_defined:way_id=80E +edge,9503,9503;41.101506;-105.0109681:9504;41.1015781;-105.0106495,way_type=user_defined:way_id=80E +edge,9504,9504;41.1015781;-105.0106495:9505;41.1016338;-105.0104143,way_type=user_defined:way_id=80E +edge,9505,9505;41.1016338;-105.0104143:9506;41.1017021;-105.0101354,way_type=user_defined:way_id=80E +edge,9506,9506;41.1017021;-105.0101354:9507;41.1017799;-105.0098316,way_type=user_defined:way_id=80E +edge,9507,9507;41.1017799;-105.0098316:9508;41.1018536;-105.0095565,way_type=user_defined:way_id=80E +edge,9508,9508;41.1018536;-105.0095565:9509;41.1019271;-105.0092911,way_type=user_defined:way_id=80E +edge,9509,9509;41.1019271;-105.0092911:9510;41.1021761;-105.0084155,way_type=user_defined:way_id=80E +edge,9510,9510;41.1021761;-105.0084155:9511;41.1023931;-105.0076353,way_type=user_defined:way_id=80E +edge,9511,9511;41.1023931;-105.0076353:9512;41.1029991;-105.005475,way_type=user_defined:way_id=80E +edge,9512,9512;41.1029991;-105.005475:9513;41.1033508;-105.0042288,way_type=user_defined:way_id=80E +edge,9513,9513;41.1033508;-105.0042288:9514;41.1038013;-105.002648,way_type=user_defined:way_id=80E +edge,9514,9514;41.1038013;-105.002648:9515;41.1044199;-105.0004398,way_type=user_defined:way_id=80E +edge,9515,9515;41.1044199;-105.0004398:9516;41.1045738;-104.9998995,way_type=user_defined:way_id=80E +edge,9516,9516;41.1045738;-104.9998995:9517;41.1049636;-104.9985167,way_type=user_defined:way_id=80E +edge,9517,9517;41.1049636;-104.9985167:9518;41.1052755;-104.9974037,way_type=user_defined:way_id=80E +edge,9518,9518;41.1052755;-104.9974037:9519;41.1055848;-104.9963226,way_type=user_defined:way_id=80E +edge,9519,9519;41.1055848;-104.9963226:9520;41.1057654;-104.995676,way_type=user_defined:way_id=80E +edge,9520,9520;41.1057654;-104.995676:9521;41.106051;-104.9946657,way_type=user_defined:way_id=80E +edge,9521,9521;41.106051;-104.9946657:9522;41.1062481;-104.9939628,way_type=user_defined:way_id=80E +edge,9522,9522;41.1062481;-104.9939628:9523;41.1064371;-104.9932773,way_type=user_defined:way_id=80E +edge,9523,9523;41.1064371;-104.9932773:9524;41.1065087;-104.9930094,way_type=user_defined:way_id=80E +edge,9524,9524;41.1065087;-104.9930094:9525;41.1065548;-104.9928302,way_type=user_defined:way_id=80E +edge,9525,9525;41.1065548;-104.9928302:9526;41.1066489;-104.992453,way_type=user_defined:way_id=80E +edge,9526,9526;41.1066489;-104.992453:9527;41.1067197;-104.9921458,way_type=user_defined:way_id=80E +edge,9527,9527;41.1067197;-104.9921458:9528;41.1067724;-104.9919009,way_type=user_defined:way_id=80E +edge,9528,9528;41.1067724;-104.9919009:9529;41.1068302;-104.9916186,way_type=user_defined:way_id=80E +edge,9529,9529;41.1068302;-104.9916186:9530;41.1068907;-104.991308,way_type=user_defined:way_id=80E +edge,9530,9530;41.1068907;-104.991308:9531;41.1069402;-104.9910411,way_type=user_defined:way_id=80E +edge,9531,9531;41.1069402;-104.9910411:9532;41.1069901;-104.9907554,way_type=user_defined:way_id=80E +edge,9532,9532;41.1069901;-104.9907554:9533;41.1070347;-104.9904775,way_type=user_defined:way_id=80E +edge,9533,9533;41.1070347;-104.9904775:9534;41.1070512;-104.990366,way_type=user_defined:way_id=80E +edge,9534,9534;41.1070512;-104.990366:9535;41.1070771;-104.9901894,way_type=user_defined:way_id=80E +edge,9535,9535;41.1070771;-104.9901894:9536;41.1071201;-104.9898724,way_type=user_defined:way_id=80E +edge,9536,9536;41.1071201;-104.9898724:9537;41.107263;-104.98873,way_type=user_defined:way_id=80E +edge,9537,9537;41.107263;-104.98873:9538;41.107721;-104.984952,way_type=user_defined:way_id=80E +edge,9538,9538;41.107721;-104.984952:9539;41.1079355;-104.9832232,way_type=user_defined:way_id=80E +edge,9539,9539;41.1079355;-104.9832232:9540;41.1079744;-104.9828942,way_type=user_defined:way_id=80E +edge,9540,9540;41.1079744;-104.9828942:9541;41.1080688;-104.9820694,way_type=user_defined:way_id=80E +edge,9541,9541;41.1080688;-104.9820694:9542;41.1081066;-104.9817543,way_type=user_defined:way_id=80E +edge,9542,9542;41.1081066;-104.9817543:9543;41.1081897;-104.9810756,way_type=user_defined:way_id=80E +edge,9543,9543;41.1081897;-104.9810756:9544;41.1083449;-104.979831,way_type=user_defined:way_id=80E +edge,9544,9544;41.1083449;-104.979831:9545;41.1084882;-104.9786577,way_type=user_defined:way_id=80E +edge,9545,9545;41.1084882;-104.9786577:9546;41.1086232;-104.9775247,way_type=user_defined:way_id=80E +edge,9546,9546;41.1086232;-104.9775247:9547;41.1088498;-104.9756759,way_type=user_defined:way_id=80E +edge,9547,9547;41.1088498;-104.9756759:9548;41.1091609;-104.9730854,way_type=user_defined:way_id=80E +edge,9548,9548;41.1091609;-104.9730854:9549;41.1094162;-104.9710087,way_type=user_defined:way_id=80E +edge,9549,9549;41.1094162;-104.9710087:9550;41.109517;-104.9701542,way_type=user_defined:way_id=80E +edge,9550,9550;41.109517;-104.9701542:9551;41.109561;-104.9697594,way_type=user_defined:way_id=80E +edge,9551,9551;41.109561;-104.9697594:9552;41.1096136;-104.969261,way_type=user_defined:way_id=80E +edge,9552,9552;41.1096136;-104.969261:9553;41.1096449;-104.968941,way_type=user_defined:way_id=80E +edge,9553,9553;41.1096449;-104.968941:9554;41.1096924;-104.9684046,way_type=user_defined:way_id=80E +edge,9554,9554;41.1096924;-104.9684046:9555;41.1097159;-104.9681129,way_type=user_defined:way_id=80E +edge,9555,9555;41.1097159;-104.9681129:9556;41.1097394;-104.9677931,way_type=user_defined:way_id=80E +edge,9556,9556;41.1097394;-104.9677931:9557;41.1098762;-104.9657109,way_type=user_defined:way_id=80E +edge,9557,9557;41.1098762;-104.9657109:9558;41.1100461;-104.9630795,way_type=user_defined:way_id=80E +edge,9558,9558;41.1100461;-104.9630795:9559;41.1101812;-104.9610755,way_type=user_defined:way_id=80E +edge,9559,9559;41.1101812;-104.9610755:9560;41.1102747;-104.959605,way_type=user_defined:way_id=80E +edge,9560,9560;41.1102747;-104.959605:9561;41.1103684;-104.9582137,way_type=user_defined:way_id=80E +edge,9561,9561;41.1103684;-104.9582137:9562;41.1104281;-104.9572973,way_type=user_defined:way_id=80E +edge,9562,9562;41.1104281;-104.9572973:9563;41.11048715;-104.9564389,way_type=user_defined:way_id=80E +edge,9563,9563;41.11048715;-104.9564389:9564;41.1105464;-104.9555775,way_type=user_defined:way_id=80E +edge,9564,9564;41.1105464;-104.9555775:9565;41.1106075;-104.9546234,way_type=user_defined:way_id=80E +edge,9565,9565;41.1106075;-104.9546234:9566;41.110635;-104.9542669,way_type=user_defined:way_id=80E +edge,9566,9566;41.110635;-104.9542669:9567;41.11068;-104.9537609,way_type=user_defined:way_id=80E +edge,9567,9567;41.11068;-104.9537609:9568;41.1107072;-104.9534798,way_type=user_defined:way_id=80E +edge,9568,9568;41.1107072;-104.9534798:9569;41.110766;-104.9529065,way_type=user_defined:way_id=80E +edge,9569,9569;41.110766;-104.9529065:9570;41.1109159;-104.9514087,way_type=user_defined:way_id=80E +edge,9570,9570;41.1109159;-104.9514087:9571;41.1110375;-104.950226,way_type=user_defined:way_id=80E +edge,9571,9571;41.1110375;-104.950226:9572;41.111125;-104.9494061,way_type=user_defined:way_id=80E +edge,9572,9572;41.111125;-104.9494061:9573;41.1112167;-104.9485205,way_type=user_defined:way_id=80E +edge,9573,9573;41.1112167;-104.9485205:9574;41.1113455;-104.9473297,way_type=user_defined:way_id=80E +edge,9574,9574;41.1113455;-104.9473297:9575;41.1114168;-104.946619,way_type=user_defined:way_id=80E +edge,9575,9575;41.1114168;-104.946619:9576;41.1114964;-104.9458723,way_type=user_defined:way_id=80E +edge,9576,9576;41.1114964;-104.9458723:9577;41.111606;-104.9447985,way_type=user_defined:way_id=80E +edge,9577,9577;41.111606;-104.9447985:9578;41.1119215;-104.9418063,way_type=user_defined:way_id=80E +edge,9578,9578;41.1119215;-104.9418063:9579;41.1121315;-104.9397555,way_type=user_defined:way_id=80E +edge,9579,9579;41.1121315;-104.9397555:9580;41.1122529;-104.938619,way_type=user_defined:way_id=80E +edge,9580,9580;41.1122529;-104.938619:9581;41.1123186;-104.9380212,way_type=user_defined:way_id=80E +edge,9581,9581;41.1123186;-104.9380212:9582;41.1124059;-104.9371597,way_type=user_defined:way_id=80E +edge,9582,9582;41.1124059;-104.9371597:9583;41.1125339;-104.9359426,way_type=user_defined:way_id=80E +edge,9583,9583;41.1125339;-104.9359426:9584;41.1126877;-104.9345198,way_type=user_defined:way_id=80E +edge,9584,9584;41.1126877;-104.9345198:9585;41.112823;-104.9332398,way_type=user_defined:way_id=80E +edge,9585,9585;41.112823;-104.9332398:9586;41.1128389;-104.9330893,way_type=user_defined:way_id=80E +edge,9586,9586;41.1128389;-104.9330893:9587;41.1129862;-104.9316208,way_type=user_defined:way_id=80E +edge,9587,9587;41.1129862;-104.9316208:9588;41.1131067;-104.9304469,way_type=user_defined:way_id=80E +edge,9588,9588;41.1131067;-104.9304469:9589;41.1132909;-104.9286983,way_type=user_defined:way_id=80E +edge,9589,9589;41.1132909;-104.9286983:9590;41.1134091;-104.9275145,way_type=user_defined:way_id=80E +edge,9590,9590;41.1134091;-104.9275145:9591;41.1136139;-104.9255235,way_type=user_defined:way_id=80E +edge,9591,9591;41.1136139;-104.9255235:9592;41.1138332;-104.9234867,way_type=user_defined:way_id=80E +edge,9592,9592;41.1138332;-104.9234867:9593;41.1138922;-104.9229531,way_type=user_defined:way_id=80E +edge,9593,9593;41.1138922;-104.9229531:9594;41.1139624;-104.922343,way_type=user_defined:way_id=80E +edge,9594,9594;41.1139624;-104.922343:9595;41.114003;-104.9220217,way_type=user_defined:way_id=80E +edge,9595,9595;41.114003;-104.9220217:9596;41.1140408;-104.9217421,way_type=user_defined:way_id=80E +edge,9596,9596;41.1140408;-104.9217421:9597;41.1140665;-104.9215639,way_type=user_defined:way_id=80E +edge,9597,9597;41.1140665;-104.9215639:9598;41.114125;-104.9211792,way_type=user_defined:way_id=80E +edge,9598,9598;41.114125;-104.9211792:9599;41.1143565;-104.9197385,way_type=user_defined:way_id=80E +edge,9599,9599;41.1143565;-104.9197385:9600;41.1145985;-104.9182557,way_type=user_defined:way_id=80E +edge,9600,9600;41.1145985;-104.9182557:9601;41.1151291;-104.915111,way_type=user_defined:way_id=80E +edge,9601,9601;41.1151291;-104.915111:9602;41.1154218;-104.913364,way_type=user_defined:way_id=80E +edge,9602,9602;41.1154218;-104.913364:9603;41.1156035;-104.912264,way_type=user_defined:way_id=80E +edge,9603,9603;41.1156035;-104.912264:9604;41.1158026;-104.9110771,way_type=user_defined:way_id=80E +edge,9604,9604;41.1158026;-104.9110771:9605;41.1159427;-104.9102309,way_type=user_defined:way_id=80E +edge,9605,9605;41.1159427;-104.9102309:9606;41.1160824;-104.9093553,way_type=user_defined:way_id=80E +edge,9606,9606;41.1160824;-104.9093553:9607;41.1161259;-104.9090665,way_type=user_defined:way_id=80E +edge,9607,9607;41.1161259;-104.9090665:9608;41.1161562;-104.9088521,way_type=user_defined:way_id=80E +edge,9608,9608;41.1161562;-104.9088521:9609;41.1162029;-104.9084978,way_type=user_defined:way_id=80E +edge,9609,9609;41.1162029;-104.9084978:9610;41.1162364;-104.9082083,way_type=user_defined:way_id=80E +edge,9610,9610;41.1162364;-104.9082083:9611;41.1162654;-104.9079275,way_type=user_defined:way_id=80E +edge,9611,9611;41.1162654;-104.9079275:9612;41.1162925;-104.9076369,way_type=user_defined:way_id=80E +edge,9612,9612;41.1162925;-104.9076369:9613;41.1163188;-104.907317,way_type=user_defined:way_id=80E +edge,9613,9613;41.1163188;-104.907317:9614;41.1163397;-104.9070252,way_type=user_defined:way_id=80E +edge,9614,9614;41.1163397;-104.9070252:9615;41.1163566;-104.9067508,way_type=user_defined:way_id=80E +edge,9615,9615;41.1163566;-104.9067508:9616;41.1163716;-104.9064576,way_type=user_defined:way_id=80E +edge,9616,9616;41.1163716;-104.9064576:9617;41.1163832;-104.9061638,way_type=user_defined:way_id=80E +edge,9617,9617;41.1163832;-104.9061638:9618;41.1163921;-104.9058791,way_type=user_defined:way_id=80E +edge,9618,9618;41.1163921;-104.9058791:9619;41.1163995;-104.9055847,way_type=user_defined:way_id=80E +edge,9619,9619;41.1163995;-104.9055847:9620;41.1164025;-104.9052715,way_type=user_defined:way_id=80E +edge,9620,9620;41.1164025;-104.9052715:9621;41.1164018;-104.9046941,way_type=user_defined:way_id=80E +edge,9621,9621;41.1164018;-104.9046941:9622;41.1164043;-104.9038247,way_type=user_defined:way_id=80E +edge,9622,9622;41.1164043;-104.9038247:9623;41.1164121;-104.9026326,way_type=user_defined:way_id=80E +edge,9623,9623;41.1164121;-104.9026326:9624;41.1164132;-104.90177,way_type=user_defined:way_id=80E +edge,9624,9624;41.1164132;-104.90177:9625;41.1164212;-104.8998988,way_type=user_defined:way_id=80E +edge,9625,9625;41.1164212;-104.8998988:9626;41.1164239;-104.8985988,way_type=user_defined:way_id=80E +edge,9626,9626;41.1164239;-104.8985988:9627;41.1164329;-104.8973449,way_type=user_defined:way_id=80E +edge,9627,9627;41.1164329;-104.8973449:9628;41.11643365;-104.8971537,way_type=user_defined:way_id=80E +edge,9628,9628;41.11643365;-104.8971537:9629;41.1164346;-104.8969115,way_type=user_defined:way_id=80E +edge,9629,9629;41.1164346;-104.8969115:9630;41.1164346;-104.8969115,way_type=user_defined:way_id=80E +edge,9630,9630;41.1164346;-104.8969115:9631;41.1164388;-104.8956488,way_type=user_defined:way_id=80E +edge,9631,9631;41.1164388;-104.8956488:9632;41.11644211;-104.8950218,way_type=user_defined:way_id=80E +edge,9632,9632;41.11644211;-104.8950218:9633;41.1164438;-104.8947007,way_type=user_defined:way_id=80E +edge,9633,9633;41.1164438;-104.8947007:9634;41.1164494;-104.8923999,way_type=user_defined:way_id=80E +edge,9634,9634;41.1164494;-104.8923999:9635;41.1164681;-104.8900636,way_type=user_defined:way_id=80E +edge,9635,9635;41.1164681;-104.8900636:9636;41.1164776;-104.8879722,way_type=user_defined:way_id=80E +edge,9636,9636;41.1164776;-104.8879722:9637;41.1164842;-104.8870233,way_type=user_defined:way_id=80E +edge,9637,9637;41.1164842;-104.8870233:9638;41.11648537;-104.8864865,way_type=user_defined:way_id=80E +edge,9638,9638;41.11648537;-104.8864865:9639;41.11648537;-104.8864865,way_type=user_defined:way_id=80E +edge,9639,9639;41.11648537;-104.8864865:9640;41.1164946;-104.8844162,way_type=user_defined:way_id=80E +edge,9640,9640;41.1164946;-104.8844162:9641;41.1164995;-104.8838254,way_type=user_defined:way_id=80E +edge,9641,9641;41.1164995;-104.8838254:9642;41.1165036;-104.8826409,way_type=user_defined:way_id=80E +edge,9642,9642;41.1165036;-104.8826409:9643;41.1165108;-104.8811307,way_type=user_defined:way_id=80E +edge,9643,9643;41.1165108;-104.8811307:9644;41.1165146;-104.8793991,way_type=user_defined:way_id=80E +edge,9644,9644;41.1165146;-104.8793991:9645;41.1165189;-104.8784959,way_type=user_defined:way_id=80E +edge,9645,9645;41.1165189;-104.8784959:9646;41.116522;-104.877306,way_type=user_defined:way_id=80E +edge,9646,9646;41.116522;-104.877306:9647;41.11652586;-104.8765235,way_type=user_defined:way_id=80E +edge,9647,9647;41.11652586;-104.8765235:9648;41.1165275;-104.8761917,way_type=user_defined:way_id=80E +edge,9648,9648;41.1165275;-104.8761917:9649;41.1165286;-104.8755262,way_type=user_defined:way_id=80E +edge,9649,9649;41.1165286;-104.8755262:9650;41.1165329;-104.874357,way_type=user_defined:way_id=80E +edge,9650,9650;41.1165329;-104.874357:9651;41.1165336;-104.873662,way_type=user_defined:way_id=80E +edge,9651,9651;41.1165336;-104.873662:9652;41.11653992;-104.8726921,way_type=user_defined:way_id=80E +edge,9652,9652;41.11653992;-104.8726921:9653;41.11653992;-104.8726921,way_type=user_defined:way_id=80E +edge,9653,9653;41.11653992;-104.8726921:9654;41.11654603;-104.8718602,way_type=user_defined:way_id=80E +edge,9654,9654;41.11654603;-104.8718602:9655;41.1165487;-104.8714972,way_type=user_defined:way_id=80E +edge,9655,9655;41.1165487;-104.8714972:9656;41.1165487;-104.8714972,way_type=user_defined:way_id=80E +edge,9656,9656;41.1165487;-104.8714972:9657;41.1165525;-104.8699144,way_type=user_defined:way_id=80E +edge,9657,9657;41.1165525;-104.8699144:9658;41.11655955;-104.8686111,way_type=user_defined:way_id=80E +edge,9658,9658;41.11655955;-104.8686111:9659;41.1165603;-104.8684732,way_type=user_defined:way_id=80E +edge,9659,9659;41.1165603;-104.8684732:9660;41.1165602;-104.868178,way_type=user_defined:way_id=80E +edge,9660,9660;41.1165602;-104.868178:9661;41.1165583;-104.8678923,way_type=user_defined:way_id=80E +edge,9661,9661;41.1165583;-104.8678923:9662;41.1165531;-104.8676069,way_type=user_defined:way_id=80E +edge,9662,9662;41.1165531;-104.8676069:9663;41.1165499;-104.8675031,way_type=user_defined:way_id=80E +edge,9663,9663;41.1165499;-104.8675031:9664;41.1165424;-104.8672855,way_type=user_defined:way_id=80E +edge,9664,9664;41.1165424;-104.8672855:9665;41.116527;-104.8669941,way_type=user_defined:way_id=80E +edge,9665,9665;41.116527;-104.8669941:9666;41.1165057;-104.8667134,way_type=user_defined:way_id=80E +edge,9666,9666;41.1165057;-104.8667134:9667;41.11648;-104.8664539,way_type=user_defined:way_id=80E +edge,9667,9667;41.11648;-104.8664539:9668;41.1164376;-104.8661013,way_type=user_defined:way_id=80E +edge,9668,9668;41.1164376;-104.8661013:9669;41.1164026;-104.8658526,way_type=user_defined:way_id=80E +edge,9669,9669;41.1164026;-104.8658526:9670;41.1163567;-104.8655686,way_type=user_defined:way_id=80E +edge,9670,9670;41.1163567;-104.8655686:9671;41.1163073;-104.865295,way_type=user_defined:way_id=80E +edge,9671,9671;41.1163073;-104.865295:9672;41.1162494;-104.8650144,way_type=user_defined:way_id=80E +edge,9672,9672;41.1162494;-104.8650144:9673;41.1161867;-104.8647451,way_type=user_defined:way_id=80E +edge,9673,9673;41.1161867;-104.8647451:9674;41.1161687;-104.8646738,way_type=user_defined:way_id=80E +edge,9674,9674;41.1161687;-104.8646738:9675;41.1161186;-104.864478,way_type=user_defined:way_id=80E +edge,9675,9675;41.1161186;-104.864478:9676;41.1160407;-104.8641957,way_type=user_defined:way_id=80E +edge,9676,9676;41.1160407;-104.8641957:9677;41.1159592;-104.8639244,way_type=user_defined:way_id=80E +edge,9677,9677;41.1159592;-104.8639244:9678;41.1158603;-104.8636222,way_type=user_defined:way_id=80E +edge,9678,9678;41.1158603;-104.8636222:9679;41.1157827;-104.8634005,way_type=user_defined:way_id=80E +edge,9679,9679;41.1157827;-104.8634005:9680;41.1157452;-104.8632995,way_type=user_defined:way_id=80E +edge,9680,9680;41.1157452;-104.8632995:9681;41.1156724;-104.8631066,way_type=user_defined:way_id=80E +edge,9681,9681;41.1156724;-104.8631066:9682;41.1155737;-104.862858,way_type=user_defined:way_id=80E +edge,9682,9682;41.1155737;-104.862858:9683;41.1151616;-104.8618397,way_type=user_defined:way_id=80E +edge,9683,9683;41.1151616;-104.8618397:9684;41.11465933;-104.8606228,way_type=user_defined:way_id=80E +edge,9684,9684;41.11465933;-104.8606228:9685;41.11465933;-104.8606228,way_type=user_defined:way_id=80E +edge,9685,9685;41.11465933;-104.8606228:9686;41.114612;-104.8605056,way_type=user_defined:way_id=80E +edge,9686,9686;41.114612;-104.8605056:9687;41.114612;-104.8605056,way_type=user_defined:way_id=80E +edge,9687,9687;41.114612;-104.8605056:9688;41.11460173;-104.8604807,way_type=user_defined:way_id=80E +edge,9688,9688;41.11460173;-104.8604807:9689;41.1145823;-104.8604337,way_type=user_defined:way_id=80E +edge,9689,9689;41.1145823;-104.8604337:9690;41.1145823;-104.8604337,way_type=user_defined:way_id=80E +edge,9690,9690;41.1145823;-104.8604337:9691;41.11452169;-104.8602865,way_type=user_defined:way_id=80E +edge,9691,9691;41.11452169;-104.8602865:9692;41.1143086;-104.8597688,way_type=user_defined:way_id=80E +edge,9692,9692;41.1143086;-104.8597688:9693;41.11419924;-104.8594989,way_type=user_defined:way_id=80E +edge,9693,9693;41.11419924;-104.8594989:9694;41.1140081;-104.8590271,way_type=user_defined:way_id=80E +edge,9694,9694;41.1140081;-104.8590271:9695;41.11385086;-104.8586382,way_type=user_defined:way_id=80E +edge,9695,9695;41.11385086;-104.8586382:9696;41.11385086;-104.8586382,way_type=user_defined:way_id=80E +edge,9696,9696;41.11385086;-104.8586382:9697;41.1136806;-104.8582046,way_type=user_defined:way_id=80E +edge,9697,9697;41.1136806;-104.8582046:9698;41.113583;-104.8579374,way_type=user_defined:way_id=80E +edge,9698,9698;41.113583;-104.8579374:9699;41.1134974;-104.8576823,way_type=user_defined:way_id=80E +edge,9699,9699;41.1134974;-104.8576823:9700;41.1134158;-104.8574149,way_type=user_defined:way_id=80E +edge,9700,9700;41.1134158;-104.8574149:9701;41.1133421;-104.8571427,way_type=user_defined:way_id=80E +edge,9701,9701;41.1133421;-104.8571427:9702;41.1132747;-104.856859,way_type=user_defined:way_id=80E +edge,9702,9702;41.1132747;-104.856859:9703;41.1132113;-104.8565441,way_type=user_defined:way_id=80E +edge,9703,9703;41.1132113;-104.8565441:9704;41.1131647;-104.8562628,way_type=user_defined:way_id=80E +edge,9704,9704;41.1131647;-104.8562628:9705;41.1131266;-104.8559789,way_type=user_defined:way_id=80E +edge,9705,9705;41.1131266;-104.8559789:9706;41.1130968;-104.8556948,way_type=user_defined:way_id=80E +edge,9706,9706;41.1130968;-104.8556948:9707;41.1130735;-104.8553806,way_type=user_defined:way_id=80E +edge,9707,9707;41.1130735;-104.8553806:9708;41.11306751;-104.8552207,way_type=user_defined:way_id=80E +edge,9708,9708;41.11306751;-104.8552207:9709;41.1130624;-104.8550843,way_type=user_defined:way_id=80E +edge,9709,9709;41.1130624;-104.8550843:9710;41.1130615;-104.8547965,way_type=user_defined:way_id=80E +edge,9710,9710;41.1130615;-104.8547965:9711;41.1130695;-104.8545092,way_type=user_defined:way_id=80E +edge,9711,9711;41.1130695;-104.8545092:9712;41.1130893;-104.8541843,way_type=user_defined:way_id=80E +edge,9712,9712;41.1130893;-104.8541843:9713;41.1131154;-104.8538989,way_type=user_defined:way_id=80E +edge,9713,9713;41.1131154;-104.8538989:9714;41.1131463;-104.853644,way_type=user_defined:way_id=80E +edge,9714,9714;41.1131463;-104.853644:9715;41.1131509;-104.8536062,way_type=user_defined:way_id=80E +edge,9715,9715;41.1131509;-104.8536062:9716;41.1131938;-104.8533251,way_type=user_defined:way_id=80E +edge,9716,9716;41.1131938;-104.8533251:9717;41.1132496;-104.8530097,way_type=user_defined:way_id=80E +edge,9717,9717;41.1132496;-104.8530097:9718;41.1133021;-104.8527409,way_type=user_defined:way_id=80E +edge,9718,9718;41.1133021;-104.8527409:9719;41.11368437;-104.8510354,way_type=user_defined:way_id=80E +edge,9719,9719;41.11368437;-104.8510354:9720;41.11368437;-104.8510354,way_type=user_defined:way_id=80E +edge,9720,9720;41.11368437;-104.8510354:9721;41.11368948;-104.8510118,way_type=user_defined:way_id=80E +edge,9721,9721;41.11368948;-104.8510118:9722;41.11368948;-104.8510118,way_type=user_defined:way_id=80E +edge,9722,9722;41.11368948;-104.8510118:9723;41.11371963;-104.8508716,way_type=user_defined:way_id=80E +edge,9723,9723;41.11371963;-104.8508716:9724;41.11371963;-104.8508716,way_type=user_defined:way_id=80E +edge,9724,9724;41.11371963;-104.8508716:9725;41.11374983;-104.8507311,way_type=user_defined:way_id=80E +edge,9725,9725;41.11374983;-104.8507311:9726;41.11374983;-104.8507311,way_type=user_defined:way_id=80E +edge,9726,9726;41.11374983;-104.8507311:9727;41.11375661;-104.8506998,way_type=user_defined:way_id=80E +edge,9727,9727;41.11375661;-104.8506998:9728;41.11375661;-104.8506998,way_type=user_defined:way_id=80E +edge,9728,9728;41.11375661;-104.8506998:9729;41.11511244;-104.8446557,way_type=user_defined:way_id=80E +edge,9729,9729;41.11511244;-104.8446557:9730;41.11511244;-104.8446557,way_type=user_defined:way_id=80E +edge,9730,9730;41.11511244;-104.8446557:9731;41.11533899;-104.8436446,way_type=user_defined:way_id=80E +edge,9731,9731;41.11533899;-104.8436446:9732;41.11533899;-104.8436446,way_type=user_defined:way_id=80E +edge,9732,9732;41.11533899;-104.8436446:9733;41.1154844;-104.8430262,way_type=user_defined:way_id=80E +edge,9733,9733;41.1154844;-104.8430262:9734;41.11565884;-104.8422215,way_type=user_defined:way_id=80E +edge,9734,9734;41.11565884;-104.8422215:9735;41.1157489;-104.8417787,way_type=user_defined:way_id=80E +edge,9735,9735;41.1157489;-104.8417787:9736;41.1158235;-104.8413863,way_type=user_defined:way_id=80E +edge,9736,9736;41.1158235;-104.8413863:9737;41.1158711;-104.8411175,way_type=user_defined:way_id=80E +edge,9737,9737;41.1158711;-104.8411175:9738;41.1159185;-104.840829,way_type=user_defined:way_id=80E +edge,9738,9738;41.1159185;-104.840829:9739;41.1159619;-104.840539,way_type=user_defined:way_id=80E +edge,9739,9739;41.1159619;-104.840539:9740;41.11596459;-104.8405197,way_type=user_defined:way_id=80E +edge,9740,9740;41.11596459;-104.8405197:9741;41.1159998;-104.8402666,way_type=user_defined:way_id=80E +edge,9741,9741;41.1159998;-104.8402666:9742;41.1160369;-104.8399756,way_type=user_defined:way_id=80E +edge,9742,9742;41.1160369;-104.8399756:9743;41.1160696;-104.8396947,way_type=user_defined:way_id=80E +edge,9743,9743;41.1160696;-104.8396947:9744;41.1161005;-104.8394047,way_type=user_defined:way_id=80E +edge,9744,9744;41.1161005;-104.8394047:9745;41.1161261;-104.8391444,way_type=user_defined:way_id=80E +edge,9745,9745;41.1161261;-104.8391444:9746;41.1161508;-104.838865,way_type=user_defined:way_id=80E +edge,9746,9746;41.1161508;-104.838865:9747;41.1161734;-104.8385762,way_type=user_defined:way_id=80E +edge,9747,9747;41.1161734;-104.8385762:9748;41.1161921;-104.8382966,way_type=user_defined:way_id=80E +edge,9748,9748;41.1161921;-104.8382966:9749;41.1162064;-104.8380366,way_type=user_defined:way_id=80E +edge,9749,9749;41.1162064;-104.8380366:9750;41.1162146;-104.8378595,way_type=user_defined:way_id=80E +edge,9750,9750;41.1162146;-104.8378595:9751;41.1162297;-104.8374688,way_type=user_defined:way_id=80E +edge,9751,9751;41.1162297;-104.8374688:9752;41.1162381;-104.8371429,way_type=user_defined:way_id=80E +edge,9752,9752;41.1162381;-104.8371429:9753;41.1162418;-104.836919,way_type=user_defined:way_id=80E +edge,9753,9753;41.1162418;-104.836919:9754;41.1162443;-104.8366009,way_type=user_defined:way_id=80E +edge,9754,9754;41.1162443;-104.8366009:9755;41.1162448;-104.8363408,way_type=user_defined:way_id=80E +edge,9755,9755;41.1162448;-104.8363408:9756;41.11623366;-104.8287906,way_type=user_defined:way_id=80E +edge,9756,9756;41.11623366;-104.8287906:9757;41.11623366;-104.8287906,way_type=user_defined:way_id=80E +edge,9757,9757;41.11623366;-104.8287906:9758;41.1162425;-104.8246381,way_type=user_defined:way_id=80E +edge,9758,9758;41.1162425;-104.8246381:9759;41.1162481;-104.8243439,way_type=user_defined:way_id=80E +edge,9759,9759;41.1162481;-104.8243439:9760;41.1162556;-104.8240875,way_type=user_defined:way_id=80E +edge,9760,9760;41.1162556;-104.8240875:9761;41.11626392;-104.8238693,way_type=user_defined:way_id=80E +edge,9761,9761;41.11626392;-104.8238693:9762;41.1162665;-104.8238017,way_type=user_defined:way_id=80E +edge,9762,9762;41.1162665;-104.8238017:9763;41.1162827;-104.8234874,way_type=user_defined:way_id=80E +edge,9763,9763;41.1162827;-104.8234874:9764;41.1162987;-104.8232311,way_type=user_defined:way_id=80E +edge,9764,9764;41.1162987;-104.8232311:9765;41.1163196;-104.8229361,way_type=user_defined:way_id=80E +edge,9765,9765;41.1163196;-104.8229361:9766;41.1163449;-104.8226225,way_type=user_defined:way_id=80E +edge,9766,9766;41.1163449;-104.8226225:9767;41.1163676;-104.8223665,way_type=user_defined:way_id=80E +edge,9767,9767;41.1163676;-104.8223665:9768;41.1163955;-104.8220916,way_type=user_defined:way_id=80E +edge,9768,9768;41.1163955;-104.8220916:9769;41.1164292;-104.8217989,way_type=user_defined:way_id=80E +edge,9769,9769;41.1164292;-104.8217989:9770;41.1164842;-104.8213793,way_type=user_defined:way_id=80E +edge,9770,9770;41.1164842;-104.8213793:9771;41.11821698;-104.8094983,way_type=user_defined:way_id=80E +edge,9771,9771;41.11821698;-104.8094983:9772;41.11821698;-104.8094983,way_type=user_defined:way_id=80E +edge,9772,9772;41.11821698;-104.8094983:9773;41.1182753;-104.8091006,way_type=user_defined:way_id=80E +edge,9773,9773;41.1182753;-104.8091006:9774;41.1182753;-104.8091006,way_type=user_defined:way_id=80E +edge,9774,9774;41.1182753;-104.8091006:9775;41.11844973;-104.8079068,way_type=user_defined:way_id=80E +edge,9775,9775;41.11844973;-104.8079068:9776;41.1187894;-104.8055822,way_type=user_defined:way_id=80E +edge,9776,9776;41.1187894;-104.8055822:9777;41.11888044;-104.8049732,way_type=user_defined:way_id=80E +edge,9777,9777;41.11888044;-104.8049732:9778;41.11888044;-104.8049732,way_type=user_defined:way_id=80E +edge,9778,9778;41.11888044;-104.8049732:9779;41.11889593;-104.8048684,way_type=user_defined:way_id=80E +edge,9779,9779;41.11889593;-104.8048684:9780;41.11889593;-104.8048684,way_type=user_defined:way_id=80E +edge,9780,9780;41.11889593;-104.8048684:9781;41.11890963;-104.8047751,way_type=user_defined:way_id=80E +edge,9781,9781;41.11890963;-104.8047751:9782;41.11890963;-104.8047751,way_type=user_defined:way_id=80E +edge,9782,9782;41.11890963;-104.8047751:9783;41.1190183;-104.8040297,way_type=user_defined:way_id=80E +edge,9783,9783;41.1190183;-104.8040297:9784;41.11919381;-104.8027913,way_type=user_defined:way_id=80E +edge,9784,9784;41.11919381;-104.8027913:9785;41.1192101;-104.8026764,way_type=user_defined:way_id=80E +edge,9785,9785;41.1192101;-104.8026764:9786;41.1192819;-104.8021796,way_type=user_defined:way_id=80E +edge,9786,9786;41.1192819;-104.8021796:9787;41.1193764;-104.8015355,way_type=user_defined:way_id=80E +edge,9787,9787;41.1193764;-104.8015355:9788;41.1195462;-104.8004066,way_type=user_defined:way_id=80E +edge,9788,9788;41.1195462;-104.8004066:9789;41.1198473;-104.7983513,way_type=user_defined:way_id=80E +edge,9789,9789;41.1198473;-104.7983513:9790;41.1198473;-104.7983513,way_type=user_defined:way_id=80E +edge,9790,9790;41.1198473;-104.7983513:9791;41.12057658;-104.7933605,way_type=user_defined:way_id=80E +edge,9791,9791;41.12057658;-104.7933605:9792;41.12057658;-104.7933605,way_type=user_defined:way_id=80E +edge,9792,9792;41.12057658;-104.7933605:9793;41.12335802;-104.7743173,way_type=user_defined:way_id=80E +edge,9793,9793;41.12335802;-104.7743173:9794;41.12335802;-104.7743173,way_type=user_defined:way_id=80E +edge,9794,9794;41.12335802;-104.7743173:9795;41.1234409;-104.7737541,way_type=user_defined:way_id=80E +edge,9795,9795;41.1234409;-104.7737541:9796;41.1234863;-104.7734366,way_type=user_defined:way_id=80E +edge,9796,9796;41.1234863;-104.7734366:9797;41.123524;-104.773156,way_type=user_defined:way_id=80E +edge,9797,9797;41.123524;-104.773156:9798;41.1235513;-104.772938,way_type=user_defined:way_id=80E +edge,9798,9798;41.1235513;-104.772938:9799;41.12357463;-104.7727426,way_type=user_defined:way_id=80E +edge,9799,9799;41.12357463;-104.7727426:9800;41.1236227;-104.77234,way_type=user_defined:way_id=80E +edge,9800,9800;41.1236227;-104.77234:9801;41.1236564;-104.772045,way_type=user_defined:way_id=80E +edge,9801,9801;41.1236564;-104.772045:9802;41.1236868;-104.7717626,way_type=user_defined:way_id=80E +edge,9802,9802;41.1236868;-104.7717626:9803;41.1237251;-104.7713836,way_type=user_defined:way_id=80E +edge,9803,9803;41.1237251;-104.7713836:9804;41.1237627;-104.7709928,way_type=user_defined:way_id=80E +edge,9804,9804;41.1237627;-104.7709928:9805;41.123793;-104.770655,way_type=user_defined:way_id=80E +edge,9805,9805;41.123793;-104.770655:9806;41.12380965;-104.770456,way_type=user_defined:way_id=80E +edge,9806,9806;41.12380965;-104.770456:9807;41.12382;-104.7703322,way_type=user_defined:way_id=80E +edge,9807,9807;41.12382;-104.7703322:9808;41.1238409;-104.7700563,way_type=user_defined:way_id=80E +edge,9808,9808;41.1238409;-104.7700563:9809;41.123861;-104.769752,way_type=user_defined:way_id=80E +edge,9809,9809;41.123861;-104.769752:9810;41.1238821;-104.7693923,way_type=user_defined:way_id=80E +edge,9810,9810;41.1238821;-104.7693923:9811;41.1239078;-104.768926,way_type=user_defined:way_id=80E +edge,9811,9811;41.1239078;-104.768926:9812;41.1239221;-104.7686322,way_type=user_defined:way_id=80E +edge,9812,9812;41.1239221;-104.7686322:9813;41.1239221;-104.7686322,way_type=user_defined:way_id=80E +edge,9813,9813;41.1239221;-104.7686322:9814;41.1239463;-104.7680642,way_type=user_defined:way_id=80E +edge,9814,9814;41.1239463;-104.7680642:9815;41.1239565;-104.7677693,way_type=user_defined:way_id=80E +edge,9815,9815;41.1239565;-104.7677693:9816;41.12397;-104.7672277,way_type=user_defined:way_id=80E +edge,9816,9816;41.12397;-104.7672277:9817;41.1239745;-104.7669534,way_type=user_defined:way_id=80E +edge,9817,9817;41.1239745;-104.7669534:9818;41.1239741;-104.7669058,way_type=user_defined:way_id=80E +edge,9818,9818;41.1239741;-104.7669058:9819;41.1239741;-104.7669058,way_type=user_defined:way_id=80E +edge,9819,9819;41.1239741;-104.7669058:9820;41.1240876;-104.7600754,way_type=user_defined:way_id=80E +edge,9820,9820;41.1240876;-104.7600754:9821;41.1240876;-104.7600754,way_type=user_defined:way_id=80E +edge,9821,9821;41.1240876;-104.7600754:9822;41.12429279;-104.7476288,way_type=user_defined:way_id=80E +edge,9822,9822;41.12429279;-104.7476288:9823;41.12429279;-104.7476288,way_type=user_defined:way_id=80E +edge,9823,9823;41.12429279;-104.7476288:9824;41.1243929;-104.7414334,way_type=user_defined:way_id=80E +edge,9824,9824;41.1243929;-104.7414334:9825;41.1244173;-104.7403092,way_type=user_defined:way_id=80E +edge,9825,9825;41.1244173;-104.7403092:9826;41.1244256;-104.740032,way_type=user_defined:way_id=80E +edge,9826,9826;41.1244256;-104.740032:9827;41.1244366;-104.7397366,way_type=user_defined:way_id=80E +edge,9827,9827;41.1244366;-104.7397366:9828;41.12445;-104.7394404,way_type=user_defined:way_id=80E +edge,9828,9828;41.12445;-104.7394404:9829;41.1244644;-104.7391628,way_type=user_defined:way_id=80E +edge,9829,9829;41.1244644;-104.7391628:9830;41.1244993;-104.7385887,way_type=user_defined:way_id=80E +edge,9830,9830;41.1244993;-104.7385887:9831;41.1245379;-104.7380055,way_type=user_defined:way_id=80E +edge,9831,9831;41.1245379;-104.7380055:9832;41.1245582;-104.7377195,way_type=user_defined:way_id=80E +edge,9832,9832;41.1245582;-104.7377195:9833;41.1245801;-104.7374346,way_type=user_defined:way_id=80E +edge,9833,9833;41.1245801;-104.7374346:9834;41.1246046;-104.7371506,way_type=user_defined:way_id=80E +edge,9834,9834;41.1246046;-104.7371506:9835;41.1246249;-104.7369333,way_type=user_defined:way_id=80E +edge,9835,9835;41.1246249;-104.7369333:9836;41.1246818;-104.736357,way_type=user_defined:way_id=80E +edge,9836,9836;41.1246818;-104.736357:9837;41.1247196;-104.7360075,way_type=user_defined:way_id=80E +edge,9837,9837;41.1247196;-104.7360075:9838;41.124758;-104.7356769,way_type=user_defined:way_id=80E +edge,9838,9838;41.124758;-104.7356769:9839;41.1248237;-104.7351481,way_type=user_defined:way_id=80E +edge,9839,9839;41.1248237;-104.7351481:9840;41.1248991;-104.7345788,way_type=user_defined:way_id=80E +edge,9840,9840;41.1248991;-104.7345788:9841;41.1249758;-104.7340373,way_type=user_defined:way_id=80E +edge,9841,9841;41.1249758;-104.7340373:9842;41.1250285;-104.7336884,way_type=user_defined:way_id=80E +edge,9842,9842;41.1250285;-104.7336884:9843;41.1251089;-104.7331855,way_type=user_defined:way_id=80E +edge,9843,9843;41.1251089;-104.7331855:9844;41.1252031;-104.7326279,way_type=user_defined:way_id=80E +edge,9844,9844;41.1252031;-104.7326279:9845;41.1252526;-104.7323459,way_type=user_defined:way_id=80E +edge,9845,9845;41.1252526;-104.7323459:9846;41.1253161;-104.732,way_type=user_defined:way_id=80E +edge,9846,9846;41.1253161;-104.732:9847;41.1254116;-104.7315028,way_type=user_defined:way_id=80E +edge,9847,9847;41.1254116;-104.7315028:9848;41.1254883;-104.7311212,way_type=user_defined:way_id=80E +edge,9848,9848;41.1254883;-104.7311212:9849;41.1255812;-104.7306752,way_type=user_defined:way_id=80E +edge,9849,9849;41.1255812;-104.7306752:9850;41.1256512;-104.730353,way_type=user_defined:way_id=80E +edge,9850,9850;41.1256512;-104.730353:9851;41.125731;-104.7299977,way_type=user_defined:way_id=80E +edge,9851,9851;41.125731;-104.7299977:9852;41.1258344;-104.7295551,way_type=user_defined:way_id=80E +edge,9852,9852;41.1258344;-104.7295551:9853;41.1258923;-104.7293166,way_type=user_defined:way_id=80E +edge,9853,9853;41.1258923;-104.7293166:9854;41.1259866;-104.7289359,way_type=user_defined:way_id=80E +edge,9854,9854;41.1259866;-104.7289359:9855;41.1260886;-104.7285339,way_type=user_defined:way_id=80E +edge,9855,9855;41.1260886;-104.7285339:9856;41.1261781;-104.7281931,way_type=user_defined:way_id=80E +edge,9856,9856;41.1261781;-104.7281931:9857;41.1262555;-104.7279053,way_type=user_defined:way_id=80E +edge,9857,9857;41.1262555;-104.7279053:9858;41.1263843;-104.7274378,way_type=user_defined:way_id=80E +edge,9858,9858;41.1263843;-104.7274378:9859;41.1264797;-104.7271016,way_type=user_defined:way_id=80E +edge,9859,9859;41.1264797;-104.7271016:9860;41.1266211;-104.7266256,way_type=user_defined:way_id=80E +edge,9860,9860;41.1266211;-104.7266256:9861;41.1267122;-104.7263279,way_type=user_defined:way_id=80E +edge,9861,9861;41.1267122;-104.7263279:9862;41.1268606;-104.7258564,way_type=user_defined:way_id=80E +edge,9862,9862;41.1268606;-104.7258564:9863;41.1269671;-104.725526,way_type=user_defined:way_id=80E +edge,9863,9863;41.1269671;-104.725526:9864;41.1270415;-104.7253011,way_type=user_defined:way_id=80E +edge,9864,9864;41.1270415;-104.7253011:9865;41.1274999;-104.7239894,way_type=user_defined:way_id=80E +edge,9865,9865;41.1274999;-104.7239894:9866;41.1297074;-104.7177561,way_type=user_defined:way_id=80E +edge,9866,9866;41.1297074;-104.7177561:9867;41.132089;-104.7110439,way_type=user_defined:way_id=80E +edge,9867,9867;41.132089;-104.7110439:9868;41.132089;-104.7110439,way_type=user_defined:way_id=80E +edge,9868,9868;41.132089;-104.7110439:9869;41.13248239;-104.7099376,way_type=user_defined:way_id=80E +edge,9869,9869;41.13248239;-104.7099376:9870;41.1325417;-104.7097708,way_type=user_defined:way_id=80E +edge,9870,9870;41.1325417;-104.7097708:9871;41.1327069;-104.7093187,way_type=user_defined:way_id=80E +edge,9871,9871;41.1327069;-104.7093187:9872;41.1328168;-104.7090253,way_type=user_defined:way_id=80E +edge,9872,9872;41.1328168;-104.7090253:9873;41.1329117;-104.7087756,way_type=user_defined:way_id=80E +edge,9873,9873;41.1329117;-104.7087756:9874;41.13303507;-104.7084587,way_type=user_defined:way_id=80E +edge,9874,9874;41.13303507;-104.7084587:9875;41.1330791;-104.7083389,way_type=user_defined:way_id=80E +edge,9875,9875;41.1330791;-104.7083389:9876;41.1334085;-104.7075593,way_type=user_defined:way_id=80E +edge,9876,9876;41.1334085;-104.7075593:9877;41.13353;-104.7072832,way_type=user_defined:way_id=80E +edge,9877,9877;41.13353;-104.7072832:9878;41.1337128;-104.7068803,way_type=user_defined:way_id=80E +edge,9878,9878;41.1337128;-104.7068803:9879;41.1338553;-104.7065768,way_type=user_defined:way_id=80E +edge,9879,9879;41.1338553;-104.7065768:9880;41.133974;-104.7063312,way_type=user_defined:way_id=80E +edge,9880,9880;41.133974;-104.7063312:9881;41.1341967;-104.7058829,way_type=user_defined:way_id=80E +edge,9881,9881;41.1341967;-104.7058829:9882;41.13441;-104.7054608,way_type=user_defined:way_id=80E +edge,9882,9882;41.13441;-104.7054608:9883;41.1348037;-104.7046885,way_type=user_defined:way_id=80E +edge,9883,9883;41.1348037;-104.7046885:9884;41.13501443;-104.7042794,way_type=user_defined:way_id=80E +edge,9884,9884;41.13501443;-104.7042794:9885;41.13501443;-104.7042794,way_type=user_defined:way_id=80E +edge,9885,9885;41.13501443;-104.7042794:9886;41.1385327;-104.6974502,way_type=user_defined:way_id=80E +edge,9886,9886;41.1385327;-104.6974502:9887;41.1385327;-104.6974502,way_type=user_defined:way_id=80E +edge,9887,9887;41.1385327;-104.6974502:9888;41.1495873;-104.6759975,way_type=user_defined:way_id=80E +edge,9888,9888;41.1495873;-104.6759975:9889;41.1505643;-104.6740881,way_type=user_defined:way_id=80E +edge,9889,9889;41.1505643;-104.6740881:9890;41.1507467;-104.6737216,way_type=user_defined:way_id=80E +edge,9890,9890;41.1507467;-104.6737216:9891;41.1509235;-104.6733617,way_type=user_defined:way_id=80E +edge,9891,9891;41.1509235;-104.6733617:9892;41.1511486;-104.6728959,way_type=user_defined:way_id=80E +edge,9892,9892;41.1511486;-104.6728959:9893;41.1512784;-104.6726216,way_type=user_defined:way_id=80E +edge,9893,9893;41.1512784;-104.6726216:9894;41.1516018;-104.6719213,way_type=user_defined:way_id=80E +edge,9894,9894;41.1516018;-104.6719213:9895;41.1518382;-104.6713983,way_type=user_defined:way_id=80E +edge,9895,9895;41.1518382;-104.6713983:9896;41.1519492;-104.671146,way_type=user_defined:way_id=80E +edge,9896,9896;41.1519492;-104.671146:9897;41.1522634;-104.6704193,way_type=user_defined:way_id=80E +edge,9897,9897;41.1522634;-104.6704193:9898;41.1524734;-104.6699233,way_type=user_defined:way_id=80E +edge,9898,9898;41.1524734;-104.6699233:9899;41.1526704;-104.6694475,way_type=user_defined:way_id=80E +edge,9899,9899;41.1526704;-104.6694475:9900;41.1528526;-104.6690027,way_type=user_defined:way_id=80E +edge,9900,9900;41.1528526;-104.6690027:9901;41.1529789;-104.6686897,way_type=user_defined:way_id=80E +edge,9901,9901;41.1529789;-104.6686897:9902;41.1530863;-104.6684184,way_type=user_defined:way_id=80E +edge,9902,9902;41.1530863;-104.6684184:9903;41.1532945;-104.6678804,way_type=user_defined:way_id=80E +edge,9903,9903;41.1532945;-104.6678804:9904;41.1534151;-104.6675613,way_type=user_defined:way_id=80E +edge,9904,9904;41.1534151;-104.6675613:9905;41.1535725;-104.6671385,way_type=user_defined:way_id=80E +edge,9905,9905;41.1535725;-104.6671385:9906;41.1538578;-104.6663543,way_type=user_defined:way_id=80E +edge,9906,9906;41.1538578;-104.6663543:9907;41.1539533;-104.666087,way_type=user_defined:way_id=80E +edge,9907,9907;41.1539533;-104.666087:9908;41.1540438;-104.6658275,way_type=user_defined:way_id=80E +edge,9908,9908;41.1540438;-104.6658275:9909;41.1542112;-104.6653405,way_type=user_defined:way_id=80E +edge,9909,9909;41.1542112;-104.6653405:9910;41.1543027;-104.6650694,way_type=user_defined:way_id=80E +edge,9910,9910;41.1543027;-104.6650694:9911;41.1545839;-104.664215,way_type=user_defined:way_id=80E +edge,9911,9911;41.1545839;-104.664215:9912;41.1547456;-104.6637096,way_type=user_defined:way_id=80E +edge,9912,9912;41.1547456;-104.6637096:9913;41.1548498;-104.6633743,way_type=user_defined:way_id=80E +edge,9913,9913;41.1548498;-104.6633743:9914;41.1549699;-104.662979,way_type=user_defined:way_id=80E +edge,9914,9914;41.1549699;-104.662979:9915;41.1552998;-104.6618605,way_type=user_defined:way_id=80E +edge,9915,9915;41.1552998;-104.6618605:9916;41.1554147;-104.6614555,way_type=user_defined:way_id=80E +edge,9916,9916;41.1554147;-104.6614555:9917;41.1554147;-104.6614555,way_type=user_defined:way_id=80E +edge,9917,9917;41.1554147;-104.6614555:9918;41.1554596;-104.6612936,way_type=user_defined:way_id=80E +edge,9918,9918;41.1554596;-104.6612936:9919;41.1555986;-104.6607773,way_type=user_defined:way_id=80E +edge,9919,9919;41.1555986;-104.6607773:9920;41.15569331;-104.6604191,way_type=user_defined:way_id=80E +edge,9920,9920;41.15569331;-104.6604191:9921;41.1558894;-104.6596776,way_type=user_defined:way_id=80E +edge,9921,9921;41.1558894;-104.6596776:9922;41.1560245;-104.6591457,way_type=user_defined:way_id=80E +edge,9922,9922;41.1560245;-104.6591457:9923;41.1561526;-104.6586202,way_type=user_defined:way_id=80E +edge,9923,9923;41.1561526;-104.6586202:9924;41.156275;-104.6581018,way_type=user_defined:way_id=80E +edge,9924,9924;41.156275;-104.6581018:9925;41.1563447;-104.6578004,way_type=user_defined:way_id=80E +edge,9925,9925;41.1563447;-104.6578004:9926;41.1564796;-104.6571968,way_type=user_defined:way_id=80E +edge,9926,9926;41.1564796;-104.6571968:9927;41.1565837;-104.6567191,way_type=user_defined:way_id=80E +edge,9927,9927;41.1565837;-104.6567191:9928;41.1566517;-104.6563993,way_type=user_defined:way_id=80E +edge,9928,9928;41.1566517;-104.6563993:9929;41.1567323;-104.6560114,way_type=user_defined:way_id=80E +edge,9929,9929;41.1567323;-104.6560114:9930;41.15677805;-104.6557841,way_type=user_defined:way_id=80E +edge,9930,9930;41.15677805;-104.6557841:9931;41.15677805;-104.6557841,way_type=user_defined:way_id=80E +edge,9931,9931;41.15677805;-104.6557841:9932;41.1568165;-104.655586,way_type=user_defined:way_id=80E +edge,9932,9932;41.1568165;-104.655586:9933;41.1568777;-104.6552954,way_type=user_defined:way_id=80E +edge,9933,9933;41.1568777;-104.6552954:9934;41.1569304;-104.6550275,way_type=user_defined:way_id=80E +edge,9934,9934;41.1569304;-104.6550275:9935;41.1570086;-104.6545972,way_type=user_defined:way_id=80E +edge,9935,9935;41.1570086;-104.6545972:9936;41.1570775;-104.6542098,way_type=user_defined:way_id=80E +edge,9936,9936;41.1570775;-104.6542098:9937;41.1571749;-104.6536472,way_type=user_defined:way_id=80E +edge,9937,9937;41.1571749;-104.6536472:9938;41.1572705;-104.6530848,way_type=user_defined:way_id=80E +edge,9938,9938;41.1572705;-104.6530848:9939;41.1573178;-104.6527966,way_type=user_defined:way_id=80E +edge,9939,9939;41.1573178;-104.6527966:9940;41.1573806;-104.6523969,way_type=user_defined:way_id=80E +edge,9940,9940;41.1573806;-104.6523969:9941;41.157484;-104.6517157,way_type=user_defined:way_id=80E +edge,9941,9941;41.157484;-104.6517157:9942;41.1575267;-104.6514275,way_type=user_defined:way_id=80E +edge,9942,9942;41.1575267;-104.6514275:9943;41.15756172;-104.6511788,way_type=user_defined:way_id=80E +edge,9943,9943;41.15756172;-104.6511788:9944;41.1576424;-104.6505756,way_type=user_defined:way_id=80E +edge,9944,9944;41.1576424;-104.6505756:9945;41.1577579;-104.649651,way_type=user_defined:way_id=80E +edge,9945,9945;41.1577579;-104.649651:9946;41.1577579;-104.649651,way_type=user_defined:way_id=80E +edge,9946,9946;41.1577579;-104.649651:9947;41.1578205;-104.6491207,way_type=user_defined:way_id=80E +edge,9947,9947;41.1578205;-104.6491207:9948;41.1578769;-104.6486168,way_type=user_defined:way_id=80E +edge,9948,9948;41.1578769;-104.6486168:9949;41.1579407;-104.6480091,way_type=user_defined:way_id=80E +edge,9949,9949;41.1579407;-104.6480091:9950;41.1579964;-104.6474379,way_type=user_defined:way_id=80E +edge,9950,9950;41.1579964;-104.6474379:9951;41.1580439;-104.6468934,way_type=user_defined:way_id=80E +edge,9951,9951;41.1580439;-104.6468934:9952;41.1580883;-104.6463296,way_type=user_defined:way_id=80E +edge,9952,9952;41.1580883;-104.6463296:9953;41.1581526;-104.6454609,way_type=user_defined:way_id=80E +edge,9953,9953;41.1581526;-104.6454609:9954;41.1581737;-104.6451652,way_type=user_defined:way_id=80E +edge,9954,9954;41.1581737;-104.6451652:9955;41.1581918;-104.644888,way_type=user_defined:way_id=80E +edge,9955,9955;41.1581918;-104.644888:9956;41.1582241;-104.6443352,way_type=user_defined:way_id=80E +edge,9956,9956;41.1582241;-104.6443352:9957;41.1582405;-104.6440211,way_type=user_defined:way_id=80E +edge,9957,9957;41.1582405;-104.6440211:9958;41.1582646;-104.6434701,way_type=user_defined:way_id=80E +edge,9958,9958;41.1582646;-104.6434701:9959;41.1582978;-104.6426061,way_type=user_defined:way_id=80E +edge,9959,9959;41.1582978;-104.6426061:9960;41.1583167;-104.642026,way_type=user_defined:way_id=80E +edge,9960,9960;41.1583167;-104.642026:9961;41.1583296;-104.6414931,way_type=user_defined:way_id=80E +edge,9961,9961;41.1583296;-104.6414931:9962;41.1583398;-104.6409876,way_type=user_defined:way_id=80E +edge,9962,9962;41.1583398;-104.6409876:9963;41.158344;-104.640586,way_type=user_defined:way_id=80E +edge,9963,9963;41.158344;-104.640586:9964;41.1583445;-104.6395003,way_type=user_defined:way_id=80E +edge,9964,9964;41.1583445;-104.6395003:9965;41.1583433;-104.6391069,way_type=user_defined:way_id=80E +edge,9965,9965;41.1583433;-104.6391069:9966;41.1583181;-104.6359676,way_type=user_defined:way_id=80E +edge,9966,9966;41.1583181;-104.6359676:9967;41.1583112;-104.6348785,way_type=user_defined:way_id=80E +edge,9967,9967;41.1583112;-104.6348785:9968;41.1583081;-104.6340091,way_type=user_defined:way_id=80E +edge,9968,9968;41.1583081;-104.6340091:9969;41.1583045;-104.6334263,way_type=user_defined:way_id=80E +edge,9969,9969;41.1583045;-104.6334263:9970;41.1581521;-104.6105988,way_type=user_defined:way_id=80E +edge,9970,9970;41.1581521;-104.6105988:9971;41.1580811;-104.5937861,way_type=user_defined:way_id=80E +edge,9971,9971;41.1580811;-104.5937861:9972;41.1580787;-104.5927757,way_type=user_defined:way_id=80E +edge,9972,9972;41.1580787;-104.5927757:9973;41.1580616;-104.589025,way_type=user_defined:way_id=80E +edge,9973,9973;41.1580616;-104.589025:9974;41.158056;-104.587369,way_type=user_defined:way_id=80E +edge,9974,9974;41.158056;-104.587369:9975;41.1580501;-104.5864608,way_type=user_defined:way_id=80E +edge,9975,9975;41.1580501;-104.5864608:9976;41.1580449;-104.584737,way_type=user_defined:way_id=80E +edge,9976,9976;41.1580449;-104.584737:9977;41.1580348;-104.5823785,way_type=user_defined:way_id=80E +edge,9977,9977;41.1580348;-104.5823785:9978;41.1580323;-104.5813683,way_type=user_defined:way_id=80E +edge,9978,9978;41.1580323;-104.5813683:9979;41.1580169;-104.5787764,way_type=user_defined:way_id=80E +edge,9979,9979;41.1580169;-104.5787764:9980;41.15800628;-104.5604113,way_type=user_defined:way_id=80E +edge,9980,9980;41.15800628;-104.5604113:9981;41.15800628;-104.5604113,way_type=user_defined:way_id=80E +edge,9981,9981;41.15800628;-104.5604113:9982;41.158004;-104.5369627,way_type=user_defined:way_id=80E +edge,9982,9982;41.158004;-104.5369627:9983;41.1579988;-104.5279833,way_type=user_defined:way_id=80E +edge,9983,9983;41.1579988;-104.5279833:9984;41.1579988;-104.5279833,way_type=user_defined:way_id=80E +edge,9984,9984;41.1579988;-104.5279833:9985;41.15791639;-104.5225765,way_type=user_defined:way_id=80E +edge,9985,9985;41.15791639;-104.5225765:9986;41.15791639;-104.5225765,way_type=user_defined:way_id=80E +edge,9986,9986;41.15791639;-104.5225765:9987;41.1577838;-104.5161307,way_type=user_defined:way_id=80E +edge,9987,9987;41.1577838;-104.5161307:9988;41.1577838;-104.5161307,way_type=user_defined:way_id=80E +edge,9988,9988;41.1577838;-104.5161307:9989;41.1570664;-104.4817408,way_type=user_defined:way_id=80E +edge,9989,9989;41.1570664;-104.4817408:9990;41.15671193;-104.464966,way_type=user_defined:way_id=80E +edge,9990,9990;41.15671193;-104.464966:9991;41.15671193;-104.464966,way_type=user_defined:way_id=80E +edge,9991,9991;41.15671193;-104.464966:9992;41.1564014;-104.4502997,way_type=user_defined:way_id=80E +edge,9992,9992;41.1564014;-104.4502997:9993;41.1563829;-104.44947,way_type=user_defined:way_id=80E +edge,9993,9993;41.1563829;-104.44947:9994;41.1563676;-104.4486133,way_type=user_defined:way_id=80E +edge,9994,9994;41.1563676;-104.4486133:9995;41.1563255;-104.4466915,way_type=user_defined:way_id=80E +edge,9995,9995;41.1563255;-104.4466915:9996;41.1563145;-104.4460434,way_type=user_defined:way_id=80E +edge,9996,9996;41.1563145;-104.4460434:9997;41.1563112;-104.4457471,way_type=user_defined:way_id=80E +edge,9997,9997;41.1563112;-104.4457471:9998;41.1563077;-104.4451721,way_type=user_defined:way_id=80E +edge,9998,9998;41.1563077;-104.4451721:9999;41.1563076;-104.4443377,way_type=user_defined:way_id=80E +edge,9999,9999;41.1563076;-104.4443377:10000;41.1563133;-104.4437712,way_type=user_defined:way_id=80E +edge,10000,10000;41.1563133;-104.4437712:10001;41.1563253;-104.4431936,way_type=user_defined:way_id=80E +edge,10001,10001;41.1563253;-104.4431936:10002;41.1563418;-104.4425406,way_type=user_defined:way_id=80E +edge,10002,10002;41.1563418;-104.4425406:10003;41.1563587;-104.4420028,way_type=user_defined:way_id=80E +edge,10003,10003;41.1563587;-104.4420028:10004;41.1563808;-104.4414273,way_type=user_defined:way_id=80E +edge,10004,10004;41.1563808;-104.4414273:10005;41.1563925;-104.4411691,way_type=user_defined:way_id=80E +edge,10005,10005;41.1563925;-104.4411691:10006;41.1564382;-104.4402612,way_type=user_defined:way_id=80E +edge,10006,10006;41.1564382;-104.4402612:10007;41.1574516;-104.4185724,way_type=user_defined:way_id=80E +edge,10007,10007;41.1574516;-104.4185724:10008;41.1574643;-104.4182478,way_type=user_defined:way_id=80E +edge,10008,10008;41.1574643;-104.4182478:10009;41.1574819;-104.4177329,way_type=user_defined:way_id=80E +edge,10009,10009;41.1574819;-104.4177329:10010;41.157497;-104.4171667,way_type=user_defined:way_id=80E +edge,10010,10010;41.157497;-104.4171667:10011;41.1575096;-104.4165508,way_type=user_defined:way_id=80E +edge,10011,10011;41.1575096;-104.4165508:10012;41.1575168;-104.415979,way_type=user_defined:way_id=80E +edge,10012,10012;41.1575168;-104.415979:10013;41.1575187;-104.415403,way_type=user_defined:way_id=80E +edge,10013,10013;41.1575187;-104.415403:10014;41.1575181;-104.4145329,way_type=user_defined:way_id=80E +edge,10014,10014;41.1575181;-104.4145329:10015;41.1574943;-104.4075859,way_type=user_defined:way_id=80E +edge,10015,10015;41.1574943;-104.4075859:10016;41.1574943;-104.4075859,way_type=user_defined:way_id=80E +edge,10016,10016;41.1574943;-104.4075859:10017;41.1574486;-104.394537,way_type=user_defined:way_id=80E +edge,10017,10017;41.1574486;-104.394537:10018;41.1573868;-104.3790718,way_type=user_defined:way_id=80E +edge,10018,10018;41.1573868;-104.3790718:10019;41.1573679;-104.37391,way_type=user_defined:way_id=80E +edge,10019,10019;41.1573679;-104.37391:10020;41.1573604;-104.3724814,way_type=user_defined:way_id=80E +edge,10020,10020;41.1573604;-104.3724814:10021;41.1573587;-104.3712984,way_type=user_defined:way_id=80E +edge,10021,10021;41.1573587;-104.3712984:10022;41.1573498;-104.3690786,way_type=user_defined:way_id=80E +edge,10022,10022;41.1573498;-104.3690786:10023;41.1573402;-104.3661901,way_type=user_defined:way_id=80E +edge,10023,10023;41.1573402;-104.3661901:10024;41.1573237;-104.3625075,way_type=user_defined:way_id=80E +edge,10024,10024;41.1573237;-104.3625075:10025;41.15731336;-104.3598088,way_type=user_defined:way_id=80E +edge,10025,10025;41.15731336;-104.3598088:10026;41.1573096;-104.3588308,way_type=user_defined:way_id=80E +edge,10026,10026;41.1573096;-104.3588308:10027;41.1573095;-104.3583571,way_type=user_defined:way_id=80E +edge,10027,10027;41.1573095;-104.3583571:10028;41.1573126;-104.3572843,way_type=user_defined:way_id=80E +edge,10028,10028;41.1573126;-104.3572843:10029;41.1573276;-104.3552946,way_type=user_defined:way_id=80E +edge,10029,10029;41.1573276;-104.3552946:10030;41.1573287;-104.3550709,way_type=user_defined:way_id=80E +edge,10030,10030;41.1573287;-104.3550709:10031;41.1573305;-104.354706,way_type=user_defined:way_id=80E +edge,10031,10031;41.1573305;-104.354706:10032;41.1573305;-104.354706,way_type=user_defined:way_id=80E +edge,10032,10032;41.1573305;-104.354706:10033;41.15735487;-104.3494605,way_type=user_defined:way_id=80E +edge,10033,10033;41.15735487;-104.3494605:10034;41.15735487;-104.3494605,way_type=user_defined:way_id=80E +edge,10034,10034;41.15735487;-104.3494605:10035;41.1573831;-104.346415,way_type=user_defined:way_id=80E +edge,10035,10035;41.1573831;-104.346415:10036;41.1573949;-104.3459142,way_type=user_defined:way_id=80E +edge,10036,10036;41.1573949;-104.3459142:10037;41.1574037;-104.34565,way_type=user_defined:way_id=80E +edge,10037,10037;41.1574037;-104.34565:10038;41.157415;-104.3453672,way_type=user_defined:way_id=80E +edge,10038,10038;41.157415;-104.3453672:10039;41.1574284;-104.3450845,way_type=user_defined:way_id=80E +edge,10039,10039;41.1574284;-104.3450845:10040;41.1574581;-104.3445379,way_type=user_defined:way_id=80E +edge,10040,10040;41.1574581;-104.3445379:10041;41.15746293;-104.3444535,way_type=user_defined:way_id=80E +edge,10041,10041;41.15746293;-104.3444535:10042;41.1574765;-104.3442168,way_type=user_defined:way_id=80E +edge,10042,10042;41.1574765;-104.3442168:10043;41.1575104;-104.343687,way_type=user_defined:way_id=80E +edge,10043,10043;41.1575104;-104.343687:10044;41.1575312;-104.3433933,way_type=user_defined:way_id=80E +edge,10044,10044;41.1575312;-104.3433933:10045;41.1575543;-104.3430994,way_type=user_defined:way_id=80E +edge,10045,10045;41.1575543;-104.3430994:10046;41.1575543;-104.3430994,way_type=user_defined:way_id=80E +edge,10046,10046;41.1575543;-104.3430994:10047;41.1576039;-104.3425297,way_type=user_defined:way_id=80E +edge,10047,10047;41.1576039;-104.3425297:10048;41.1576341;-104.3422163,way_type=user_defined:way_id=80E +edge,10048,10048;41.1576341;-104.3422163:10049;41.1577187;-104.3414284,way_type=user_defined:way_id=80E +edge,10049,10049;41.1577187;-104.3414284:10050;41.1577571;-104.341099,way_type=user_defined:way_id=80E +edge,10050,10050;41.1577571;-104.341099:10051;41.1578201;-104.3406084,way_type=user_defined:way_id=80E +edge,10051,10051;41.1578201;-104.3406084:10052;41.1579011;-104.3400052,way_type=user_defined:way_id=80E +edge,10052,10052;41.1579011;-104.3400052:10053;41.1581768;-104.338003,way_type=user_defined:way_id=80E +edge,10053,10053;41.1581768;-104.338003:10054;41.1582562;-104.3374138,way_type=user_defined:way_id=80E +edge,10054,10054;41.1582562;-104.3374138:10055;41.1583198;-104.3369063,way_type=user_defined:way_id=80E +edge,10055,10055;41.1583198;-104.3369063:10056;41.1583608;-104.3365546,way_type=user_defined:way_id=80E +edge,10056,10056;41.1583608;-104.3365546:10057;41.1584233;-104.33598,way_type=user_defined:way_id=80E +edge,10057,10057;41.1584233;-104.33598:10058;41.158452;-104.3357019,way_type=user_defined:way_id=80E +edge,10058,10058;41.158452;-104.3357019:10059;41.1584791;-104.335414,way_type=user_defined:way_id=80E +edge,10059,10059;41.1584791;-104.335414:10060;41.1585016;-104.3351545,way_type=user_defined:way_id=80E +edge,10060,10060;41.1585016;-104.3351545:10061;41.1585511;-104.3345406,way_type=user_defined:way_id=80E +edge,10061,10061;41.1585511;-104.3345406:10062;41.1585935;-104.3339571,way_type=user_defined:way_id=80E +edge,10062,10062;41.1585935;-104.3339571:10063;41.1586116;-104.3336791,way_type=user_defined:way_id=80E +edge,10063,10063;41.1586116;-104.3336791:10064;41.1586282;-104.3333914,way_type=user_defined:way_id=80E +edge,10064,10064;41.1586282;-104.3333914:10065;41.1586549;-104.332845,way_type=user_defined:way_id=80E +edge,10065,10065;41.1586549;-104.332845:10066;41.1586679;-104.3325403,way_type=user_defined:way_id=80E +edge,10066,10066;41.1586679;-104.3325403:10067;41.1586793;-104.3322316,way_type=user_defined:way_id=80E +edge,10067,10067;41.1586793;-104.3322316:10068;41.1586876;-104.3319634,way_type=user_defined:way_id=80E +edge,10068,10068;41.1586876;-104.3319634:10069;41.1587021;-104.3314018,way_type=user_defined:way_id=80E +edge,10069,10069;41.1587021;-104.3314018:10070;41.1587084;-104.331096,way_type=user_defined:way_id=80E +edge,10070,10070;41.1587084;-104.331096:10071;41.1587119;-104.3308252,way_type=user_defined:way_id=80E +edge,10071,10071;41.1587119;-104.3308252:10072;41.158714;-104.3301636,way_type=user_defined:way_id=80E +edge,10072,10072;41.158714;-104.3301636:10073;41.1586854;-104.3071725,way_type=user_defined:way_id=80E +edge,10073,10073;41.1586854;-104.3071725:10074;41.1586733;-104.2996058,way_type=user_defined:way_id=80E +edge,10074,10074;41.1586733;-104.2996058:10075;41.1586558;-104.286724,way_type=user_defined:way_id=80E +edge,10075,10075;41.1586558;-104.286724:10076;41.1586511;-104.2855992,way_type=user_defined:way_id=80E +edge,10076,10076;41.1586511;-104.2855992:10077;41.1586184;-104.2643796,way_type=user_defined:way_id=80E +edge,10077,10077;41.1586184;-104.2643796:10078;41.1586136;-104.2626878,way_type=user_defined:way_id=80E +edge,10078,10078;41.1586136;-104.2626878:10079;41.15861053;-104.2597882,way_type=user_defined:way_id=80E +edge,10079,10079;41.15861053;-104.2597882:10080;41.15861;-104.2592872,way_type=user_defined:way_id=80E +edge,10080,10080;41.15861;-104.2592872:10081;41.15861;-104.2592872,way_type=user_defined:way_id=80E +edge,10081,10081;41.15861;-104.2592872:10082;41.15860835;-104.2582813,way_type=user_defined:way_id=80E +edge,10082,10082;41.15860835;-104.2582813:10083;41.1586043;-104.2558126,way_type=user_defined:way_id=80E +edge,10083,10083;41.1586043;-104.2558126:10084;41.15860185;-104.2552271,way_type=user_defined:way_id=80E +edge,10084,10084;41.15860185;-104.2552271:10085;41.15859597;-104.2538375,way_type=user_defined:way_id=80E +edge,10085,10085;41.15859597;-104.2538375:10086;41.15859597;-104.2538375,way_type=user_defined:way_id=80E +edge,10086,10086;41.15859597;-104.2538375:10087;41.158598;-104.2529443,way_type=user_defined:way_id=80E +edge,10087,10087;41.158598;-104.2529443:10088;41.1585942;-104.252042,way_type=user_defined:way_id=80E +edge,10088,10088;41.1585942;-104.252042:10089;41.158595;-104.2512001,way_type=user_defined:way_id=80E +edge,10089,10089;41.158595;-104.2512001:10090;41.15859225;-104.2498017,way_type=user_defined:way_id=80E +edge,10090,10090;41.15859225;-104.2498017:10091;41.15859196;-104.2496539,way_type=user_defined:way_id=80E +edge,10091,10091;41.15859196;-104.2496539:10092;41.1585877;-104.247485,way_type=user_defined:way_id=80E +edge,10092,10092;41.1585877;-104.247485:10093;41.1585877;-104.247485,way_type=user_defined:way_id=80E +edge,10093,10093;41.1585877;-104.247485:10094;41.15858739;-104.2469212,way_type=user_defined:way_id=80E +edge,10094,10094;41.15858739;-104.2469212:10095;41.1585869;-104.246033,way_type=user_defined:way_id=80E +edge,10095,10095;41.1585869;-104.246033:10096;41.158583;-104.2443948,way_type=user_defined:way_id=80E +edge,10096,10096;41.158583;-104.2443948:10097;41.1585808;-104.2423239,way_type=user_defined:way_id=80E +edge,10097,10097;41.1585808;-104.2423239:10098;41.1585783;-104.241489,way_type=user_defined:way_id=80E +edge,10098,10098;41.1585783;-104.241489:10099;41.1585735;-104.2405582,way_type=user_defined:way_id=80E +edge,10099,10099;41.1585735;-104.2405582:10100;41.1585719;-104.2388653,way_type=user_defined:way_id=80E +edge,10100,10100;41.1585719;-104.2388653:10101;41.158566;-104.2356814,way_type=user_defined:way_id=80E +edge,10101,10101;41.158566;-104.2356814:10102;41.1585619;-104.234345,way_type=user_defined:way_id=80E +edge,10102,10102;41.1585619;-104.234345:10103;41.1585589;-104.2340209,way_type=user_defined:way_id=80E +edge,10103,10103;41.1585589;-104.2340209:10104;41.1585489;-104.2334787,way_type=user_defined:way_id=80E +edge,10104,10104;41.1585489;-104.2334787:10105;41.1585324;-104.2328995,way_type=user_defined:way_id=80E +edge,10105,10105;41.1585324;-104.2328995:10106;41.1585219;-104.2326142,way_type=user_defined:way_id=80E +edge,10106,10106;41.1585219;-104.2326142:10107;41.1585072;-104.2322817,way_type=user_defined:way_id=80E +edge,10107,10107;41.1585072;-104.2322817:10108;41.158487;-104.2318832,way_type=user_defined:way_id=80E +edge,10108,10108;41.158487;-104.2318832:10109;41.1584665;-104.2315233,way_type=user_defined:way_id=80E +edge,10109,10109;41.1584665;-104.2315233:10110;41.1584471;-104.2312107,way_type=user_defined:way_id=80E +edge,10110,10110;41.1584471;-104.2312107:10111;41.1584271;-104.2309176,way_type=user_defined:way_id=80E +edge,10111,10111;41.1584271;-104.2309176:10112;41.1583867;-104.2303874,way_type=user_defined:way_id=80E +edge,10112,10112;41.1583867;-104.2303874:10113;41.1583649;-104.2301221,way_type=user_defined:way_id=80E +edge,10113,10113;41.1583649;-104.2301221:10114;41.1583339;-104.2297716,way_type=user_defined:way_id=80E +edge,10114,10114;41.1583339;-104.2297716:10115;41.1583066;-104.2294878,way_type=user_defined:way_id=80E +edge,10115,10115;41.1583066;-104.2294878:10116;41.1582523;-104.2289484,way_type=user_defined:way_id=80E +edge,10116,10116;41.1582523;-104.2289484:10117;41.1582207;-104.2286564,way_type=user_defined:way_id=80E +edge,10117,10117;41.1582207;-104.2286564:10118;41.1581533;-104.2280913,way_type=user_defined:way_id=80E +edge,10118,10118;41.1581533;-104.2280913:10119;41.1581086;-104.227743,way_type=user_defined:way_id=80E +edge,10119,10119;41.1581086;-104.227743:10120;41.1580512;-104.2273169,way_type=user_defined:way_id=80E +edge,10120,10120;41.1580512;-104.2273169:10121;41.1579994;-104.226953,way_type=user_defined:way_id=80E +edge,10121,10121;41.1579994;-104.226953:10122;41.1579576;-104.2266712,way_type=user_defined:way_id=80E +edge,10122,10122;41.1579576;-104.2266712:10123;41.1579038;-104.226324,way_type=user_defined:way_id=80E +edge,10123,10123;41.1579038;-104.226324:10124;41.1578291;-104.2258634,way_type=user_defined:way_id=80E +edge,10124,10124;41.1578291;-104.2258634:10125;41.1577798;-104.2255748,way_type=user_defined:way_id=80E +edge,10125,10125;41.1577798;-104.2255748:10126;41.1577308;-104.2252982,way_type=user_defined:way_id=80E +edge,10126,10126;41.1577308;-104.2252982:10127;41.1576745;-104.2249881,way_type=user_defined:way_id=80E +edge,10127,10127;41.1576745;-104.2249881:10128;41.1576094;-104.2246443,way_type=user_defined:way_id=80E +edge,10128,10128;41.1576094;-104.2246443:10129;41.1575519;-104.2243482,way_type=user_defined:way_id=80E +edge,10129,10129;41.1575519;-104.2243482:10130;41.1574558;-104.2238675,way_type=user_defined:way_id=80E +edge,10130,10130;41.1574558;-104.2238675:10131;41.1573988;-104.2235908,way_type=user_defined:way_id=80E +edge,10131,10131;41.1573988;-104.2235908:10132;41.1572863;-104.2230679,way_type=user_defined:way_id=80E +edge,10132,10132;41.1572863;-104.2230679:10133;41.1572232;-104.2227838,way_type=user_defined:way_id=80E +edge,10133,10133;41.1572232;-104.2227838:10134;41.1571516;-104.2224754,way_type=user_defined:way_id=80E +edge,10134,10134;41.1571516;-104.2224754:10135;41.1569848;-104.2217872,way_type=user_defined:way_id=80E +edge,10135,10135;41.1569848;-104.2217872:10136;41.1568225;-104.2211453,way_type=user_defined:way_id=80E +edge,10136,10136;41.1568225;-104.2211453:10137;41.1565284;-104.2200079,way_type=user_defined:way_id=80E +edge,10137,10137;41.1565284;-104.2200079:10138;41.1562675;-104.2189894,way_type=user_defined:way_id=80E +edge,10138,10138;41.1562675;-104.2189894:10139;41.1558524;-104.2173784,way_type=user_defined:way_id=80E +edge,10139,10139;41.1558524;-104.2173784:10140;41.1556284;-104.2165237,way_type=user_defined:way_id=80E +edge,10140,10140;41.1556284;-104.2165237:10141;41.1553561;-104.2154617,way_type=user_defined:way_id=80E +edge,10141,10141;41.1553561;-104.2154617:10142;41.1550191;-104.2141253,way_type=user_defined:way_id=80E +edge,10142,10142;41.1550191;-104.2141253:10143;41.1540441;-104.2103403,way_type=user_defined:way_id=80E +edge,10143,10143;41.1540441;-104.2103403:10144;41.1536067;-104.2086318,way_type=user_defined:way_id=80E +edge,10144,10144;41.1536067;-104.2086318:10145;41.1533767;-104.2077477,way_type=user_defined:way_id=80E +edge,10145,10145;41.1533767;-104.2077477:10146;41.1529022;-104.2058963,way_type=user_defined:way_id=80E +edge,10146,10146;41.1529022;-104.2058963:10147;41.1527069;-104.2051382,way_type=user_defined:way_id=80E +edge,10147,10147;41.1527069;-104.2051382:10148;41.1525072;-104.2043723,way_type=user_defined:way_id=80E +edge,10148,10148;41.1525072;-104.2043723:10149;41.1523721;-104.2038447,way_type=user_defined:way_id=80E +edge,10149,10149;41.1523721;-104.2038447:10150;41.1520327;-104.2024903,way_type=user_defined:way_id=80E +edge,10150,10150;41.1520327;-104.2024903:10151;41.1518969;-104.2019342,way_type=user_defined:way_id=80E +edge,10151,10151;41.1518969;-104.2019342:10152;41.1516259;-104.2007931,way_type=user_defined:way_id=80E +edge,10152,10152;41.1516259;-104.2007931:10153;41.1513683;-104.1996639,way_type=user_defined:way_id=80E +edge,10153,10153;41.1513683;-104.1996639:10154;41.151205;-104.1989356,way_type=user_defined:way_id=80E +edge,10154,10154;41.151205;-104.1989356:10155;41.1511351;-104.1986169,way_type=user_defined:way_id=80E +edge,10155,10155;41.1511351;-104.1986169:10156;41.1509923;-104.1979585,way_type=user_defined:way_id=80E +edge,10156,10156;41.1509923;-104.1979585:10157;41.1507847;-104.196986,way_type=user_defined:way_id=80E +edge,10157,10157;41.1507847;-104.196986:10158;41.1506711;-104.1964318,way_type=user_defined:way_id=80E +edge,10158,10158;41.1506711;-104.1964318:10159;41.1503731;-104.194931,way_type=user_defined:way_id=80E +edge,10159,10159;41.1503731;-104.194931:10160;41.1502826;-104.1944692,way_type=user_defined:way_id=80E +edge,10160,10160;41.1502826;-104.1944692:10161;41.1502296;-104.1941908,way_type=user_defined:way_id=80E +edge,10161,10161;41.1502296;-104.1941908:10162;41.1501267;-104.1936355,way_type=user_defined:way_id=80E +edge,10162,10162;41.1501267;-104.1936355:10163;41.1499728;-104.1927944,way_type=user_defined:way_id=80E +edge,10163,10163;41.1499728;-104.1927944:10164;41.1499087;-104.1924336,way_type=user_defined:way_id=80E +edge,10164,10164;41.1499087;-104.1924336:10165;41.1497334;-104.1914248,way_type=user_defined:way_id=80E +edge,10165,10165;41.1497334;-104.1914248:10166;41.1496422;-104.1908879,way_type=user_defined:way_id=80E +edge,10166,10166;41.1496422;-104.1908879:10167;41.1495841;-104.1905358,way_type=user_defined:way_id=80E +edge,10167,10167;41.1495841;-104.1905358:10168;41.1494237;-104.1895494,way_type=user_defined:way_id=80E +edge,10168,10168;41.1494237;-104.1895494:10169;41.1493684;-104.1891976,way_type=user_defined:way_id=80E +edge,10169,10169;41.1493684;-104.1891976:10170;41.1491938;-104.1880575,way_type=user_defined:way_id=80E +edge,10170,10170;41.1491938;-104.1880575:10171;41.1490334;-104.1869678,way_type=user_defined:way_id=80E +edge,10171,10171;41.1490334;-104.1869678:10172;41.1489525;-104.1863939,way_type=user_defined:way_id=80E +edge,10172,10172;41.1489525;-104.1863939:10173;41.148838;-104.1855455,way_type=user_defined:way_id=80E +edge,10173,10173;41.148838;-104.1855455:10174;41.1486922;-104.1844406,way_type=user_defined:way_id=80E +edge,10174,10174;41.1486922;-104.1844406:10175;41.1486185;-104.1838496,way_type=user_defined:way_id=80E +edge,10175,10175;41.1486185;-104.1838496:10176;41.1484801;-104.1826987,way_type=user_defined:way_id=80E +edge,10176,10176;41.1484801;-104.1826987:10177;41.1484104;-104.1820951,way_type=user_defined:way_id=80E +edge,10177,10177;41.1484104;-104.1820951:10178;41.148355;-104.1815951,way_type=user_defined:way_id=80E +edge,10178,10178;41.148355;-104.1815951:10179;41.148233;-104.1804429,way_type=user_defined:way_id=80E +edge,10179,10179;41.148233;-104.1804429:10180;41.1481471;-104.1795826,way_type=user_defined:way_id=80E +edge,10180,10180;41.1481471;-104.1795826:10181;41.1480672;-104.1787298,way_type=user_defined:way_id=80E +edge,10181,10181;41.1480672;-104.1787298:10182;41.147967;-104.1775845,way_type=user_defined:way_id=80E +edge,10182,10182;41.147967;-104.1775845:10183;41.1479436;-104.1773088,way_type=user_defined:way_id=80E +edge,10183,10183;41.1479436;-104.1773088:10184;41.1479088;-104.1768725,way_type=user_defined:way_id=80E +edge,10184,10184;41.1479088;-104.1768725:10185;41.1478571;-104.1761901,way_type=user_defined:way_id=80E +edge,10185,10185;41.1478571;-104.1761901:10186;41.1477961;-104.1753564,way_type=user_defined:way_id=80E +edge,10186,10186;41.1477961;-104.1753564:10187;41.1477715;-104.1750048,way_type=user_defined:way_id=80E +edge,10187,10187;41.1477715;-104.1750048:10188;41.1477059;-104.1739946,way_type=user_defined:way_id=80E +edge,10188,10188;41.1477059;-104.1739946:10189;41.1476316;-104.1727731,way_type=user_defined:way_id=80E +edge,10189,10189;41.1476316;-104.1727731:10190;41.1475995;-104.172195,way_type=user_defined:way_id=80E +edge,10190,10190;41.1475995;-104.172195:10191;41.1475445;-104.1710369,way_type=user_defined:way_id=80E +edge,10191,10191;41.1475445;-104.1710369:10192;41.1475105;-104.170206,way_type=user_defined:way_id=80E +edge,10192,10192;41.1475105;-104.170206:10193;41.1474856;-104.1696332,way_type=user_defined:way_id=80E +edge,10193,10193;41.1474856;-104.1696332:10194;41.1474742;-104.1692989,way_type=user_defined:way_id=80E +edge,10194,10194;41.1474742;-104.1692989:10195;41.1474428;-104.1682593,way_type=user_defined:way_id=80E +edge,10195,10195;41.1474428;-104.1682593:10196;41.1474148;-104.1670611,way_type=user_defined:way_id=80E +edge,10196,10196;41.1474148;-104.1670611:10197;41.1474069;-104.1666723,way_type=user_defined:way_id=80E +edge,10197,10197;41.1474069;-104.1666723:10198;41.1473945;-104.1659244,way_type=user_defined:way_id=80E +edge,10198,10198;41.1473945;-104.1659244:10199;41.1473849;-104.1650622,way_type=user_defined:way_id=80E +edge,10199,10199;41.1473849;-104.1650622:10200;41.1473766;-104.1639368,way_type=user_defined:way_id=80E +edge,10200,10200;41.1473766;-104.1639368:10201;41.1473766;-104.163356,way_type=user_defined:way_id=80E +edge,10201,10201;41.1473766;-104.163356:10202;41.1473852;-104.1622108,way_type=user_defined:way_id=80E +edge,10202,10202;41.1473852;-104.1622108:10203;41.1473978;-104.1610911,way_type=user_defined:way_id=80E +edge,10203,10203;41.1473978;-104.1610911:10204;41.147407;-104.1605069,way_type=user_defined:way_id=80E +edge,10204,10204;41.147407;-104.1605069:10205;41.147417;-104.1599748,way_type=user_defined:way_id=80E +edge,10205,10205;41.147417;-104.1599748:10206;41.1474311;-104.159354,way_type=user_defined:way_id=80E +edge,10206,10206;41.1474311;-104.159354:10207;41.14744255;-104.1589192,way_type=user_defined:way_id=80E +edge,10207,10207;41.14744255;-104.1589192:10208;41.14744255;-104.1589192,way_type=user_defined:way_id=80E +edge,10208,10208;41.14744255;-104.1589192:10209;41.1474826;-104.1576217,way_type=user_defined:way_id=80E +edge,10209,10209;41.1474826;-104.1576217:10210;41.1475273;-104.1564738,way_type=user_defined:way_id=80E +edge,10210,10210;41.1475273;-104.1564738:10211;41.1475621;-104.1557182,way_type=user_defined:way_id=80E +edge,10211,10211;41.1475621;-104.1557182:10212;41.1475955;-104.1550274,way_type=user_defined:way_id=80E +edge,10212,10212;41.1475955;-104.1550274:10213;41.1476749;-104.1536198,way_type=user_defined:way_id=80E +edge,10213,10213;41.1476749;-104.1536198:10214;41.1477291;-104.152756,way_type=user_defined:way_id=80E +edge,10214,10214;41.1477291;-104.152756:10215;41.1478126;-104.1513558,way_type=user_defined:way_id=80E +edge,10215,10215;41.1478126;-104.1513558:10216;41.147884;-104.1502063,way_type=user_defined:way_id=80E +edge,10216,10216;41.147884;-104.1502063:10217;41.1481564;-104.1457377,way_type=user_defined:way_id=80E +edge,10217,10217;41.1481564;-104.1457377:10218;41.1482334;-104.144486,way_type=user_defined:way_id=80E +edge,10218,10218;41.1482334;-104.144486:10219;41.1483056;-104.1433412,way_type=user_defined:way_id=80E +edge,10219,10219;41.1483056;-104.1433412:10220;41.1484579;-104.1408298,way_type=user_defined:way_id=80E +edge,10220,10220;41.1484579;-104.1408298:10221;41.1485656;-104.1390994,way_type=user_defined:way_id=80E +edge,10221,10221;41.1485656;-104.1390994:10222;41.1486661;-104.137401,way_type=user_defined:way_id=80E +edge,10222,10222;41.1486661;-104.137401:10223;41.1487177;-104.1365661,way_type=user_defined:way_id=80E +edge,10223,10223;41.1487177;-104.1365661:10224;41.1488748;-104.133951,way_type=user_defined:way_id=80E +edge,10224,10224;41.1488748;-104.133951:10225;41.1491032;-104.1302426,way_type=user_defined:way_id=80E +edge,10225,10225;41.1491032;-104.1302426:10226;41.1491896;-104.1288066,way_type=user_defined:way_id=80E +edge,10226,10226;41.1491896;-104.1288066:10227;41.1493154;-104.1267857,way_type=user_defined:way_id=80E +edge,10227,10227;41.1493154;-104.1267857:10228;41.1494637;-104.1243013,way_type=user_defined:way_id=80E +edge,10228,10228;41.1494637;-104.1243013:10229;41.1495048;-104.1236619,way_type=user_defined:way_id=80E +edge,10229,10229;41.1495048;-104.1236619:10230;41.1495609;-104.1228482,way_type=user_defined:way_id=80E +edge,10230,10230;41.1495609;-104.1228482:10231;41.1495845;-104.1225523,way_type=user_defined:way_id=80E +edge,10231,10231;41.1495845;-104.1225523:10232;41.1496113;-104.122259,way_type=user_defined:way_id=80E +edge,10232,10232;41.1496113;-104.122259:10233;41.1496404;-104.1219759,way_type=user_defined:way_id=80E +edge,10233,10233;41.1496404;-104.1219759:10234;41.1496751;-104.1216746,way_type=user_defined:way_id=80E +edge,10234,10234;41.1496751;-104.1216746:10235;41.1497132;-104.1213758,way_type=user_defined:way_id=80E +edge,10235,10235;41.1497132;-104.1213758:10236;41.1497684;-104.1209843,way_type=user_defined:way_id=80E +edge,10236,10236;41.1497684;-104.1209843:10237;41.1498338;-104.1205568,way_type=user_defined:way_id=80E +edge,10237,10237;41.1498338;-104.1205568:10238;41.1498822;-104.1202695,way_type=user_defined:way_id=80E +edge,10238,10238;41.1498822;-104.1202695:10239;41.1499322;-104.1199925,way_type=user_defined:way_id=80E +edge,10239,10239;41.1499322;-104.1199925:10240;41.1500335;-104.1194653,way_type=user_defined:way_id=80E +edge,10240,10240;41.1500335;-104.1194653:10241;41.1500894;-104.1191882,way_type=user_defined:way_id=80E +edge,10241,10241;41.1500894;-104.1191882:10242;41.1501539;-104.1188839,way_type=user_defined:way_id=80E +edge,10242,10242;41.1501539;-104.1188839:10243;41.1502116;-104.1186265,way_type=user_defined:way_id=80E +edge,10243,10243;41.1502116;-104.1186265:10244;41.1502926;-104.1182883,way_type=user_defined:way_id=80E +edge,10244,10244;41.1502926;-104.1182883:10245;41.1503622;-104.1180159,way_type=user_defined:way_id=80E +edge,10245,10245;41.1503622;-104.1180159:10246;41.1504176;-104.1178081,way_type=user_defined:way_id=80E +edge,10246,10246;41.1504176;-104.1178081:10247;41.1504897;-104.1175472,way_type=user_defined:way_id=80E +edge,10247,10247;41.1504897;-104.1175472:10248;41.1505709;-104.1172615,way_type=user_defined:way_id=80E +edge,10248,10248;41.1505709;-104.1172615:10249;41.1506178;-104.1171017,way_type=user_defined:way_id=80E +edge,10249,10249;41.1506178;-104.1171017:10250;41.1507274;-104.1167394,way_type=user_defined:way_id=80E +edge,10250,10250;41.1507274;-104.1167394:10251;41.1508143;-104.1164678,way_type=user_defined:way_id=80E +edge,10251,10251;41.1508143;-104.1164678:10252;41.1509038;-104.1161975,way_type=user_defined:way_id=80E +edge,10252,10252;41.1509038;-104.1161975:10253;41.1509716;-104.1159977,way_type=user_defined:way_id=80E +edge,10253,10253;41.1509716;-104.1159977:10254;41.1510743;-104.1157038,way_type=user_defined:way_id=80E +edge,10254,10254;41.1510743;-104.1157038:10255;41.1511778;-104.1154205,way_type=user_defined:way_id=80E +edge,10255,10255;41.1511778;-104.1154205:10256;41.1513146;-104.1150628,way_type=user_defined:way_id=80E +edge,10256,10256;41.1513146;-104.1150628:10257;41.1513677;-104.1149271,way_type=user_defined:way_id=80E +edge,10257,10257;41.1513677;-104.1149271:10258;41.1514665;-104.1146819,way_type=user_defined:way_id=80E +edge,10258,10258;41.1514665;-104.1146819:10259;41.1515886;-104.1143898,way_type=user_defined:way_id=80E +edge,10259,10259;41.1515886;-104.1143898:10260;41.1516793;-104.1141803,way_type=user_defined:way_id=80E +edge,10260,10260;41.1516793;-104.1141803:10261;41.1517939;-104.1139249,way_type=user_defined:way_id=80E +edge,10261,10261;41.1517939;-104.1139249:10262;41.1519082;-104.1136807,way_type=user_defined:way_id=80E +edge,10262,10262;41.1519082;-104.1136807:10263;41.1520243;-104.1134388,way_type=user_defined:way_id=80E +edge,10263,10263;41.1520243;-104.1134388:10264;41.152126;-104.1132309,way_type=user_defined:way_id=80E +edge,10264,10264;41.152126;-104.1132309:10265;41.1522652;-104.1129541,way_type=user_defined:way_id=80E +edge,10265,10265;41.1522652;-104.1129541:10266;41.1523912;-104.112712,way_type=user_defined:way_id=80E +edge,10266,10266;41.1523912;-104.112712:10267;41.1525027;-104.1125032,way_type=user_defined:way_id=80E +edge,10267,10267;41.1525027;-104.1125032:10268;41.1526115;-104.1123036,way_type=user_defined:way_id=80E +edge,10268,10268;41.1526115;-104.1123036:10269;41.1527724;-104.1120146,way_type=user_defined:way_id=80E +edge,10269,10269;41.1527724;-104.1120146:10270;41.1531502;-104.1113541,way_type=user_defined:way_id=80E +edge,10270,10270;41.1531502;-104.1113541:10271;41.1624087;-104.0951362,way_type=user_defined:way_id=80E +edge,10271,10271;41.1624087;-104.0951362:10272;41.163064;-104.0939812,way_type=user_defined:way_id=80E +edge,10272,10272;41.163064;-104.0939812:10273;41.1635753;-104.0930884,way_type=user_defined:way_id=80E +edge,10273,10273;41.1635753;-104.0930884:10274;41.164033;-104.0922844,way_type=user_defined:way_id=80E +edge,10274,10274;41.164033;-104.0922844:10275;41.1644991;-104.0914714,way_type=user_defined:way_id=80E +edge,10275,10275;41.1644991;-104.0914714:10276;41.1646296;-104.0912458,way_type=user_defined:way_id=80E +edge,10276,10276;41.1646296;-104.0912458:10277;41.1647658;-104.0910147,way_type=user_defined:way_id=80E +edge,10277,10277;41.1647658;-104.0910147:10278;41.1650203;-104.0905949,way_type=user_defined:way_id=80E +edge,10278,10278;41.1650203;-104.0905949:10279;41.1651616;-104.0903696,way_type=user_defined:way_id=80E +edge,10279,10279;41.1651616;-104.0903696:10280;41.1652958;-104.0901626,way_type=user_defined:way_id=80E +edge,10280,10280;41.1652958;-104.0901626:10281;41.1654238;-104.0899704,way_type=user_defined:way_id=80E +edge,10281,10281;41.1654238;-104.0899704:10282;41.1655919;-104.0897242,way_type=user_defined:way_id=80E +edge,10282,10282;41.1655919;-104.0897242:10283;41.1657217;-104.08954,way_type=user_defined:way_id=80E +edge,10283,10283;41.1657217;-104.08954:10284;41.1658764;-104.0893268,way_type=user_defined:way_id=80E +edge,10284,10284;41.1658764;-104.0893268:10285;41.1660204;-104.0891346,way_type=user_defined:way_id=80E +edge,10285,10285;41.1660204;-104.0891346:10286;41.1661984;-104.0889042,way_type=user_defined:way_id=80E +edge,10286,10286;41.1661984;-104.0889042:10287;41.1663445;-104.0887193,way_type=user_defined:way_id=80E +edge,10287,10287;41.1663445;-104.0887193:10288;41.1664944;-104.0885328,way_type=user_defined:way_id=80E +edge,10288,10288;41.1664944;-104.0885328:10289;41.166657;-104.0883351,way_type=user_defined:way_id=80E +edge,10289,10289;41.166657;-104.0883351:10290;41.1668162;-104.0881461,way_type=user_defined:way_id=80E +edge,10290,10290;41.1668162;-104.0881461:10291;41.166967;-104.0879724,way_type=user_defined:way_id=80E +edge,10291,10291;41.166967;-104.0879724:10292;41.1671313;-104.0877888,way_type=user_defined:way_id=80E +edge,10292,10292;41.1671313;-104.0877888:10293;41.1672981;-104.0876075,way_type=user_defined:way_id=80E +edge,10293,10293;41.1672981;-104.0876075:10294;41.1674903;-104.0874048,way_type=user_defined:way_id=80E +edge,10294,10294;41.1674903;-104.0874048:10295;41.1674903;-104.0874048,way_type=user_defined:way_id=80E +edge,10295,10295;41.1674903;-104.0874048:10296;41.1676392;-104.0872517,way_type=user_defined:way_id=80E +edge,10296,10296;41.1676392;-104.0872517:10297;41.1678342;-104.0870576,way_type=user_defined:way_id=80E +edge,10297,10297;41.1678342;-104.0870576:10298;41.1680313;-104.0868687,way_type=user_defined:way_id=80E +edge,10298,10298;41.1680313;-104.0868687:10299;41.1681683;-104.0867406,way_type=user_defined:way_id=80E +edge,10299,10299;41.1681683;-104.0867406:10300;41.1683431;-104.0865805,way_type=user_defined:way_id=80E +edge,10300,10300;41.1683431;-104.0865805:10301;41.1692505;-104.0857643,way_type=user_defined:way_id=80E +edge,10301,10301;41.1692505;-104.0857643:10302;41.1710842;-104.0841238,way_type=user_defined:way_id=80E +edge,10302,10302;41.1710842;-104.0841238:10303;41.1717827;-104.083495,way_type=user_defined:way_id=80E +edge,10303,10303;41.1717827;-104.083495:10304;41.1724878;-104.082865,way_type=user_defined:way_id=80E +edge,10304,10304;41.1724878;-104.082865:10305;41.1726706;-104.0826995,way_type=user_defined:way_id=80E +edge,10305,10305;41.1726706;-104.0826995:10306;41.1728411;-104.0825419,way_type=user_defined:way_id=80E +edge,10306,10306;41.1728411;-104.0825419:10307;41.1730218;-104.0823696,way_type=user_defined:way_id=80E +edge,10307,10307;41.1730218;-104.0823696:10308;41.1731943;-104.0821978,way_type=user_defined:way_id=80E +edge,10308,10308;41.1731943;-104.0821978:10309;41.1733629;-104.0820197,way_type=user_defined:way_id=80E +edge,10309,10309;41.1733629;-104.0820197:10310;41.1735164;-104.0818487,way_type=user_defined:way_id=80E +edge,10310,10310;41.1735164;-104.0818487:10311;41.1736982;-104.0816361,way_type=user_defined:way_id=80E +edge,10311,10311;41.1736982;-104.0816361:10312;41.1738373;-104.0814618,way_type=user_defined:way_id=80E +edge,10312,10312;41.1738373;-104.0814618:10313;41.1739846;-104.0812602,way_type=user_defined:way_id=80E +edge,10313,10313;41.1739846;-104.0812602:10314;41.1741352;-104.0810386,way_type=user_defined:way_id=80E +edge,10314,10314;41.1741352;-104.0810386:10315;41.17418967;-104.0809532,way_type=user_defined:way_id=80E +edge,10315,10315;41.17418967;-104.0809532:10316;41.17427549;-104.0808186,way_type=user_defined:way_id=80E +edge,10316,10316;41.17427549;-104.0808186:10317;41.17427549;-104.0808186,way_type=user_defined:way_id=80E +edge,10317,10317;41.17427549;-104.0808186:10318;41.17433486;-104.0807204,way_type=user_defined:way_id=80E +edge,10318,10318;41.17433486;-104.0807204:10319;41.1743924;-104.0806252,way_type=user_defined:way_id=80E +edge,10319,10319;41.1743924;-104.0806252:10320;41.1744269;-104.0805645,way_type=user_defined:way_id=80E +edge,10320,10320;41.1744269;-104.0805645:10321;41.1744269;-104.0805645,way_type=user_defined:way_id=80E +edge,10321,10321;41.1744269;-104.0805645:10322;41.1745213;-104.0803975,way_type=user_defined:way_id=80E +edge,10322,10322;41.1745213;-104.0803975:10323;41.1746331;-104.0801864,way_type=user_defined:way_id=80E +edge,10323,10323;41.1746331;-104.0801864:10324;41.1747508;-104.0799461,way_type=user_defined:way_id=80E +edge,10324,10324;41.1747508;-104.0799461:10325;41.17482695;-104.0797754,way_type=user_defined:way_id=80E +edge,10325,10325;41.17482695;-104.0797754:10326;41.1748612;-104.0796986,way_type=user_defined:way_id=80E +edge,10326,10326;41.1748612;-104.0796986:10327;41.1749519;-104.0794794,way_type=user_defined:way_id=80E +edge,10327,10327;41.1749519;-104.0794794:10328;41.1750545;-104.0792132,way_type=user_defined:way_id=80E +edge,10328,10328;41.1750545;-104.0792132:10329;41.1751439;-104.0789592,way_type=user_defined:way_id=80E +edge,10329,10329;41.1751439;-104.0789592:10330;41.1752369;-104.0786657,way_type=user_defined:way_id=80E +edge,10330,10330;41.1752369;-104.0786657:10331;41.1753059;-104.0784291,way_type=user_defined:way_id=80E +edge,10331,10331;41.1753059;-104.0784291:10332;41.1753701;-104.0781893,way_type=user_defined:way_id=80E +edge,10332,10332;41.1753701;-104.0781893:10333;41.1754344;-104.0779188,way_type=user_defined:way_id=80E +edge,10333,10333;41.1754344;-104.0779188:10334;41.1754931;-104.0776349,way_type=user_defined:way_id=80E +edge,10334,10334;41.1754931;-104.0776349:10335;41.1755472;-104.0773284,way_type=user_defined:way_id=80E +edge,10335,10335;41.1755472;-104.0773284:10336;41.1755893;-104.0770464,way_type=user_defined:way_id=80E +edge,10336,10336;41.1755893;-104.0770464:10337;41.1756213;-104.076789,way_type=user_defined:way_id=80E +edge,10337,10337;41.1756213;-104.076789:10338;41.1756526;-104.0764741,way_type=user_defined:way_id=80E +edge,10338,10338;41.1756526;-104.0764741:10339;41.1756733;-104.0761867,way_type=user_defined:way_id=80E +edge,10339,10339;41.1756733;-104.0761867:10340;41.1756853;-104.0759304,way_type=user_defined:way_id=80E +edge,10340,10340;41.1756853;-104.0759304:10341;41.17568889;-104.0757773,way_type=user_defined:way_id=80E +edge,10341,10341;41.17568889;-104.0757773:10342;41.17568889;-104.0757773,way_type=user_defined:way_id=80E +edge,10342,10342;41.17568889;-104.0757773:10343;41.175692;-104.0756123,way_type=user_defined:way_id=80E +edge,10343,10343;41.175692;-104.0756123:10344;41.1756913;-104.0753584,way_type=user_defined:way_id=80E +edge,10344,10344;41.1756913;-104.0753584:10345;41.1756829;-104.0750394,way_type=user_defined:way_id=80E +edge,10345,10345;41.1756829;-104.0750394:10346;41.175667;-104.0747495,way_type=user_defined:way_id=80E +edge,10346,10346;41.175667;-104.0747495:10347;41.175646;-104.0744607,way_type=user_defined:way_id=80E +edge,10347,10347;41.175646;-104.0744607:10348;41.1756206;-104.0741728,way_type=user_defined:way_id=80E +edge,10348,10348;41.1756206;-104.0741728:10349;41.1755931;-104.0738943,way_type=user_defined:way_id=80E +edge,10349,10349;41.1755931;-104.0738943:10350;41.1755576;-104.0735593,way_type=user_defined:way_id=80E +edge,10350,10350;41.1755576;-104.0735593:10351;41.1754009;-104.0721421,way_type=user_defined:way_id=80E +edge,10351,10351;41.1754009;-104.0721421:10352;41.17534556;-104.0716194,way_type=user_defined:way_id=80E +edge,10352,10352;41.17534556;-104.0716194:10353;41.1752489;-104.0707062,way_type=user_defined:way_id=80E +edge,10353,10353;41.1752489;-104.0707062:10354;41.1751559;-104.0698081,way_type=user_defined:way_id=80E +edge,10354,10354;41.1751559;-104.0698081:10355;41.1751559;-104.0698081,way_type=user_defined:way_id=80E +edge,10355,10355;41.1751559;-104.0698081:10356;41.1750242;-104.0685688,way_type=user_defined:way_id=80E +edge,10356,10356;41.1750242;-104.0685688:10357;41.1749847;-104.0681971,way_type=user_defined:way_id=80E +edge,10357,10357;41.1749847;-104.0681971:10358;41.174872;-104.0671686,way_type=user_defined:way_id=80E +edge,10358,10358;41.174872;-104.0671686:10359;41.1748274;-104.0667365,way_type=user_defined:way_id=80E +edge,10359,10359;41.1748274;-104.0667365:10360;41.1747996;-104.0664459,way_type=user_defined:way_id=80E +edge,10360,10360;41.1747996;-104.0664459:10361;41.1747756;-104.0661555,way_type=user_defined:way_id=80E +edge,10361,10361;41.1747756;-104.0661555:10362;41.1747571;-104.0658744,way_type=user_defined:way_id=80E +edge,10362,10362;41.1747571;-104.0658744:10363;41.1747452;-104.0656209,way_type=user_defined:way_id=80E +edge,10363,10363;41.1747452;-104.0656209:10364;41.1747371;-104.0653392,way_type=user_defined:way_id=80E +edge,10364,10364;41.1747371;-104.0653392:10365;41.174735;-104.0650287,way_type=user_defined:way_id=80E +edge,10365,10365;41.174735;-104.0650287:10366;41.1747403;-104.0647457,way_type=user_defined:way_id=80E +edge,10366,10366;41.1747403;-104.0647457:10367;41.1747531;-104.0644628,way_type=user_defined:way_id=80E +edge,10367,10367;41.1747531;-104.0644628:10368;41.1747739;-104.0641799,way_type=user_defined:way_id=80E +edge,10368,10368;41.1747739;-104.0641799:10369;41.174788;-104.0640389,way_type=user_defined:way_id=80E +edge,10369,10369;41.174788;-104.0640389:10370;41.1748036;-104.0638885,way_type=user_defined:way_id=80E +edge,10370,10370;41.1748036;-104.0638885:10371;41.1748346;-104.0636448,way_type=user_defined:way_id=80E +edge,10371,10371;41.1748346;-104.0636448:10372;41.174878;-104.063355,way_type=user_defined:way_id=80E +edge,10372,10372;41.174878;-104.063355:10373;41.1749317;-104.0630476,way_type=user_defined:way_id=80E +edge,10373,10373;41.1749317;-104.0630476:10374;41.1749815;-104.0627975,way_type=user_defined:way_id=80E +edge,10374,10374;41.1749815;-104.0627975:10375;41.1749915;-104.0627529,way_type=user_defined:way_id=80E +edge,10375,10375;41.1749915;-104.0627529:10376;41.1749915;-104.0627529,way_type=user_defined:way_id=80E +edge,10376,10376;41.1749915;-104.0627529:10377;41.1750441;-104.0625215,way_type=user_defined:way_id=80E +edge,10377,10377;41.1750441;-104.0625215:10378;41.1751148;-104.0622486,way_type=user_defined:way_id=80E +edge,10378,10378;41.1751148;-104.0622486:10379;41.1751939;-104.061978,way_type=user_defined:way_id=80E +edge,10379,10379;41.1751939;-104.061978:10380;41.1752892;-104.061685,way_type=user_defined:way_id=80E +edge,10380,10380;41.1752892;-104.061685:10381;41.1753729;-104.0614486,way_type=user_defined:way_id=80E +edge,10381,10381;41.1753729;-104.0614486:10382;41.1754725;-104.0611899,way_type=user_defined:way_id=80E +edge,10382,10382;41.1754725;-104.0611899:10383;41.1755745;-104.0609438,way_type=user_defined:way_id=80E +edge,10383,10383;41.1755745;-104.0609438:10384;41.175685;-104.0606939,way_type=user_defined:way_id=80E +edge,10384,10384;41.175685;-104.0606939:10385;41.1758033;-104.0604463,way_type=user_defined:way_id=80E +edge,10385,10385;41.1758033;-104.0604463:10386;41.1759438;-104.0601786,way_type=user_defined:way_id=80E +edge,10386,10386;41.1759438;-104.0601786:10387;41.1760718;-104.0599538,way_type=user_defined:way_id=80E +edge,10387,10387;41.1760718;-104.0599538:10388;41.176214;-104.0597204,way_type=user_defined:way_id=80E +edge,10388,10388;41.176214;-104.0597204:10389;41.1763526;-104.0595069,way_type=user_defined:way_id=80E +edge,10389,10389;41.1763526;-104.0595069:10390;41.1765013;-104.0592928,way_type=user_defined:way_id=80E +edge,10390,10390;41.1765013;-104.0592928:10391;41.1766586;-104.0590786,way_type=user_defined:way_id=80E +edge,10391,10391;41.1766586;-104.0590786:10392;41.1768078;-104.0588818,way_type=user_defined:way_id=80E +edge,10392,10392;41.1768078;-104.0588818:10393;41.1769603;-104.0586862,way_type=user_defined:way_id=80E +edge,10393,10393;41.1769603;-104.0586862:10394;41.1771578;-104.058441,way_type=user_defined:way_id=80E +edge,10394,10394;41.1771578;-104.058441:10395;41.1772811;-104.0582902,way_type=user_defined:way_id=80E +edge,10395,10395;41.1772811;-104.0582902:10396;41.1776105;-104.0578938,way_type=user_defined:way_id=80E +edge,10396,10396;41.1776105;-104.0578938:10397;41.1780917;-104.0573082,way_type=user_defined:way_id=80E +edge,10397,10397;41.1780917;-104.0573082:10398;41.1785649;-104.0567266,way_type=user_defined:way_id=80E +edge,10398,10398;41.1785649;-104.0567266:10399;41.1787269;-104.0565208,way_type=user_defined:way_id=80E +edge,10399,10399;41.1787269;-104.0565208:10400;41.1788811;-104.0563173,way_type=user_defined:way_id=80E +edge,10400,10400;41.1788811;-104.0563173:10401;41.1790326;-104.0561101,way_type=user_defined:way_id=80E +edge,10401,10401;41.1790326;-104.0561101:10402;41.1791854;-104.0558924,way_type=user_defined:way_id=80E +edge,10402,10402;41.1791854;-104.0558924:10403;41.1793111;-104.0557078,way_type=user_defined:way_id=80E +edge,10403,10403;41.1793111;-104.0557078:10404;41.1794541;-104.0554925,way_type=user_defined:way_id=80E +edge,10404,10404;41.1794541;-104.0554925:10405;41.1795981;-104.0552678,way_type=user_defined:way_id=80E +edge,10405,10405;41.1795981;-104.0552678:10406;41.1797343;-104.0550461,way_type=user_defined:way_id=80E +edge,10406,10406;41.1797343;-104.0550461:10407;41.1798846;-104.0547915,way_type=user_defined:way_id=80E +edge,10407,10407;41.1798846;-104.0547915:10408;41.1799983;-104.0545928,way_type=user_defined:way_id=80E +edge,10408,10408;41.1799983;-104.0545928:10409;41.1801129;-104.0543851,way_type=user_defined:way_id=80E +edge,10409,10409;41.1801129;-104.0543851:10410;41.1802584;-104.0541124,way_type=user_defined:way_id=80E +edge,10410,10410;41.1802584;-104.0541124:10411;41.1803764;-104.0538834,way_type=user_defined:way_id=80E +edge,10411,10411;41.1803764;-104.0538834:10412;41.180496;-104.0536447,way_type=user_defined:way_id=80E +edge,10412,10412;41.180496;-104.0536447:10413;41.1805897;-104.0534518,way_type=user_defined:way_id=80E +edge,10413,10413;41.1805897;-104.0534518:10414;41.18065539;-104.0533288,way_type=user_defined:way_id=80E +edge,10415,10415;41.2481588;-111.0467115:10416;41.2477058;-111.0454641,way_type=user_defined:way_id=80W +edge,10416,10416;41.2477058;-111.0454641:10417;41.2476257;-111.0452373,way_type=user_defined:way_id=80W +edge,10417,10417;41.2476257;-111.0452373:10418;41.2475455;-111.0449981,way_type=user_defined:way_id=80W +edge,10418,10418;41.2475455;-111.0449981:10419;41.2474639;-111.0447364,way_type=user_defined:way_id=80W +edge,10419,10419;41.2474639;-111.0447364:10420;41.2473963;-111.0445062,way_type=user_defined:way_id=80W +edge,10420,10420;41.2473963;-111.0445062:10421;41.2473264;-111.0442565,way_type=user_defined:way_id=80W +edge,10421,10421;41.2473264;-111.0442565:10422;41.2472643;-111.0440235,way_type=user_defined:way_id=80W +edge,10422,10422;41.2472643;-111.0440235:10423;41.2472027;-111.0437801,way_type=user_defined:way_id=80W +edge,10423,10423;41.2472027;-111.0437801:10424;41.247132;-111.0434785,way_type=user_defined:way_id=80W +edge,10424,10424;41.247132;-111.0434785:10425;41.2470784;-111.0432265,way_type=user_defined:way_id=80W +edge,10425,10425;41.2470784;-111.0432265:10426;41.2470294;-111.0429773,way_type=user_defined:way_id=80W +edge,10426,10426;41.2470294;-111.0429773:10427;41.2469728;-111.0426664,way_type=user_defined:way_id=80W +edge,10427,10427;41.2469728;-111.0426664:10428;41.2469306;-111.0424153,way_type=user_defined:way_id=80W +edge,10428,10428;41.2469306;-111.0424153:10429;41.2468923;-111.0421594,way_type=user_defined:way_id=80W +edge,10429,10429;41.2468923;-111.0421594:10430;41.2468504;-111.0418415,way_type=user_defined:way_id=80W +edge,10430,10430;41.2468504;-111.0418415:10431;41.2468181;-111.0415567,way_type=user_defined:way_id=80W +edge,10431,10431;41.2468181;-111.0415567:10432;41.2468076;-111.0414516,way_type=user_defined:way_id=80W +edge,10432,10432;41.2468076;-111.0414516:10433;41.2467863;-111.0412316,way_type=user_defined:way_id=80W +edge,10433,10433;41.2467863;-111.0412316:10434;41.2467629;-111.040952,way_type=user_defined:way_id=80W +edge,10434,10434;41.2467629;-111.040952:10435;41.2467438;-111.0406625,way_type=user_defined:way_id=80W +edge,10435,10435;41.2467438;-111.0406625:10436;41.2467297;-111.0403635,way_type=user_defined:way_id=80W +edge,10436,10436;41.2467297;-111.0403635:10437;41.2467212;-111.0400444,way_type=user_defined:way_id=80W +edge,10437,10437;41.2467212;-111.0400444:10438;41.2467184;-111.039753,way_type=user_defined:way_id=80W +edge,10438,10438;41.2467184;-111.039753:10439;41.2467186;-111.0394326,way_type=user_defined:way_id=80W +edge,10439,10439;41.2467186;-111.0394326:10440;41.2467258;-111.0382812,way_type=user_defined:way_id=80W +edge,10440,10440;41.2467258;-111.0382812:10441;41.2467322;-111.0376586,way_type=user_defined:way_id=80W +edge,10441,10441;41.2467322;-111.0376586:10442;41.2467448;-111.0367258,way_type=user_defined:way_id=80W +edge,10442,10442;41.2467448;-111.0367258:10443;41.2467574;-111.0349166,way_type=user_defined:way_id=80W +edge,10443,10443;41.2467574;-111.0349166:10444;41.246771;-111.0337346,way_type=user_defined:way_id=80W +edge,10444,10444;41.246771;-111.0337346:10445;41.2467831;-111.0319649,way_type=user_defined:way_id=80W +edge,10445,10445;41.2467831;-111.0319649:10446;41.2467929;-111.0307762,way_type=user_defined:way_id=80W +edge,10446,10446;41.2467929;-111.0307762:10447;41.24682;-111.0281364,way_type=user_defined:way_id=80W +edge,10447,10447;41.24682;-111.0281364:10448;41.2468296;-111.0268481,way_type=user_defined:way_id=80W +edge,10448,10448;41.2468296;-111.0268481:10449;41.2468492;-111.0247549,way_type=user_defined:way_id=80W +edge,10449,10449;41.2468492;-111.0247549:10450;41.2468528;-111.0244629,way_type=user_defined:way_id=80W +edge,10450,10450;41.2468528;-111.0244629:10451;41.2468586;-111.0241519,way_type=user_defined:way_id=80W +edge,10451,10451;41.2468586;-111.0241519:10452;41.2468663;-111.0238597,way_type=user_defined:way_id=80W +edge,10452,10452;41.2468663;-111.0238597:10453;41.2468776;-111.0235294,way_type=user_defined:way_id=80W +edge,10453,10453;41.2468776;-111.0235294:10454;41.246897;-111.0230877,way_type=user_defined:way_id=80W +edge,10454,10454;41.246897;-111.0230877:10455;41.2469195;-111.0226553,way_type=user_defined:way_id=80W +edge,10455,10455;41.2469195;-111.0226553:10456;41.2469396;-111.0223363,way_type=user_defined:way_id=80W +edge,10456,10456;41.2469396;-111.0223363:10457;41.24696;-111.0220549,way_type=user_defined:way_id=80W +edge,10457,10457;41.24696;-111.0220549:10458;41.2469978;-111.0215857,way_type=user_defined:way_id=80W +edge,10458,10458;41.2469978;-111.0215857:10459;41.2470367;-111.0211543,way_type=user_defined:way_id=80W +edge,10459,10459;41.2470367;-111.0211543:10460;41.247069;-111.020836,way_type=user_defined:way_id=80W +edge,10460,10460;41.247069;-111.020836:10461;41.2471007;-111.0205463,way_type=user_defined:way_id=80W +edge,10461,10461;41.2471007;-111.0205463:10462;41.2471647;-111.020006,way_type=user_defined:way_id=80W +edge,10462,10462;41.2471647;-111.020006:10463;41.2472081;-111.0196621,way_type=user_defined:way_id=80W +edge,10463,10463;41.2472081;-111.0196621:10464;41.2472469;-111.0193747,way_type=user_defined:way_id=80W +edge,10464,10464;41.2472469;-111.0193747:10465;41.2472918;-111.0190602,way_type=user_defined:way_id=80W +edge,10465,10465;41.2472918;-111.0190602:10466;41.2473351;-111.0187742,way_type=user_defined:way_id=80W +edge,10466,10466;41.2473351;-111.0187742:10467;41.2473888;-111.0184429,way_type=user_defined:way_id=80W +edge,10467,10467;41.2473888;-111.0184429:10468;41.2474365;-111.0181674,way_type=user_defined:way_id=80W +edge,10468,10468;41.2474365;-111.0181674:10469;41.2474746;-111.017956,way_type=user_defined:way_id=80W +edge,10469,10469;41.2474746;-111.017956:10470;41.2475464;-111.0175701,way_type=user_defined:way_id=80W +edge,10470,10470;41.2475464;-111.0175701:10471;41.2476013;-111.0172861,way_type=user_defined:way_id=80W +edge,10471,10471;41.2476013;-111.0172861:10472;41.2477198;-111.0167024,way_type=user_defined:way_id=80W +edge,10472,10472;41.2477198;-111.0167024:10473;41.24778;-111.0164207,way_type=user_defined:way_id=80W +edge,10473,10473;41.24778;-111.0164207:10474;41.2478269;-111.0162123,way_type=user_defined:way_id=80W +edge,10474,10474;41.2478269;-111.0162123:10475;41.2479237;-111.015797,way_type=user_defined:way_id=80W +edge,10475,10475;41.2479237;-111.015797:10476;41.2480573;-111.0152486,way_type=user_defined:way_id=80W +edge,10476,10476;41.2480573;-111.0152486:10477;41.2481254;-111.0149795,way_type=user_defined:way_id=80W +edge,10477,10477;41.2481254;-111.0149795:10478;41.248187;-111.0147458,way_type=user_defined:way_id=80W +edge,10478,10478;41.248187;-111.0147458:10479;41.2482813;-111.0144009,way_type=user_defined:way_id=80W +edge,10479,10479;41.2482813;-111.0144009:10480;41.2483566;-111.0141357,way_type=user_defined:way_id=80W +edge,10480,10480;41.2483566;-111.0141357:10481;41.2484438;-111.0138364,way_type=user_defined:way_id=80W +edge,10481,10481;41.2484438;-111.0138364:10482;41.2485251;-111.0135646,way_type=user_defined:way_id=80W +edge,10482,10482;41.2485251;-111.0135646:10483;41.248608;-111.0132938,way_type=user_defined:way_id=80W +edge,10483,10483;41.248608;-111.0132938:10484;41.2486923;-111.0130252,way_type=user_defined:way_id=80W +edge,10484,10484;41.2486923;-111.0130252:10485;41.2487675;-111.0127916,way_type=user_defined:way_id=80W +edge,10485,10485;41.2487675;-111.0127916:10486;41.2488986;-111.0123974,way_type=user_defined:way_id=80W +edge,10486,10486;41.2488986;-111.0123974:10487;41.2489745;-111.0121762,way_type=user_defined:way_id=80W +edge,10487,10487;41.2489745;-111.0121762:10488;41.2490666;-111.0119142,way_type=user_defined:way_id=80W +edge,10488,10488;41.2490666;-111.0119142:10489;41.2492546;-111.0113945,way_type=user_defined:way_id=80W +edge,10489,10489;41.2492546;-111.0113945:10490;41.2493536;-111.0111281,way_type=user_defined:way_id=80W +edge,10490,10490;41.2493536;-111.0111281:10491;41.2494619;-111.0108456,way_type=user_defined:way_id=80W +edge,10491,10491;41.2494619;-111.0108456:10492;41.2495662;-111.0105816,way_type=user_defined:way_id=80W +edge,10492,10492;41.2495662;-111.0105816:10493;41.2496687;-111.0103268,way_type=user_defined:way_id=80W +edge,10493,10493;41.2496687;-111.0103268:10494;41.2497974;-111.0100154,way_type=user_defined:way_id=80W +edge,10494,10494;41.2497974;-111.0100154:10495;41.2498893;-111.0097978,way_type=user_defined:way_id=80W +edge,10495,10495;41.2498893;-111.0097978:10496;41.2499867;-111.0095721,way_type=user_defined:way_id=80W +edge,10496,10496;41.2499867;-111.0095721:10497;41.2501067;-111.0093002,way_type=user_defined:way_id=80W +edge,10497,10497;41.2501067;-111.0093002:10498;41.2502335;-111.0090214,way_type=user_defined:way_id=80W +edge,10498,10498;41.2502335;-111.0090214:10499;41.2503474;-111.0087769,way_type=user_defined:way_id=80W +edge,10499,10499;41.2503474;-111.0087769:10500;41.2509243;-111.0075465,way_type=user_defined:way_id=80W +edge,10500,10500;41.2509243;-111.0075465:10501;41.2515401;-111.006239,way_type=user_defined:way_id=80W +edge,10501,10501;41.2515401;-111.006239:10502;41.2519289;-111.0054081,way_type=user_defined:way_id=80W +edge,10502,10502;41.2519289;-111.0054081:10503;41.2523631;-111.0044904,way_type=user_defined:way_id=80W +edge,10503,10503;41.2523631;-111.0044904:10504;41.2526212;-111.0039385,way_type=user_defined:way_id=80W +edge,10504,10504;41.2526212;-111.0039385:10505;41.2531132;-111.002895,way_type=user_defined:way_id=80W +edge,10505,10505;41.2531132;-111.002895:10506;41.2540606;-111.000873,way_type=user_defined:way_id=80W +edge,10506,10506;41.2540606;-111.000873:10507;41.2546502;-110.999626,way_type=user_defined:way_id=80W +edge,10507,10507;41.2546502;-110.999626:10508;41.2549944;-110.9988893,way_type=user_defined:way_id=80W +edge,10508,10508;41.2549944;-110.9988893:10509;41.2554869;-110.9978445,way_type=user_defined:way_id=80W +edge,10509,10509;41.2554869;-110.9978445:10510;41.2569127;-110.9948074,way_type=user_defined:way_id=80W +edge,10510,10510;41.2569127;-110.9948074:10511;41.2578661;-110.9927844,way_type=user_defined:way_id=80W +edge,10511,10511;41.2578661;-110.9927844:10512;41.25803603;-110.9924215,way_type=user_defined:way_id=80W +edge,10512,10512;41.25803603;-110.9924215:10513;41.2581092;-110.9922652,way_type=user_defined:way_id=80W +edge,10513,10513;41.2581092;-110.9922652:10514;41.2584673;-110.9915071,way_type=user_defined:way_id=80W +edge,10514,10514;41.2584673;-110.9915071:10515;41.2589724;-110.9904259,way_type=user_defined:way_id=80W +edge,10515,10515;41.2589724;-110.9904259:10516;41.2589724;-110.9904259,way_type=user_defined:way_id=80W +edge,10516,10516;41.2589724;-110.9904259:10517;41.2596531;-110.9889775,way_type=user_defined:way_id=80W +edge,10517,10517;41.2596531;-110.9889775:10518;41.25984744;-110.9885654,way_type=user_defined:way_id=80W +edge,10518,10518;41.25984744;-110.9885654:10519;41.2601547;-110.9879139,way_type=user_defined:way_id=80W +edge,10519,10519;41.2601547;-110.9879139:10520;41.2607452;-110.9866539,way_type=user_defined:way_id=80W +edge,10520,10520;41.2607452;-110.9866539:10521;41.26122637;-110.9856388,way_type=user_defined:way_id=80W +edge,10521,10521;41.26122637;-110.9856388:10522;41.26122637;-110.9856388,way_type=user_defined:way_id=80W +edge,10522,10522;41.26122637;-110.9856388:10523;41.2617284;-110.9845595,way_type=user_defined:way_id=80W +edge,10523,10523;41.2617284;-110.9845595:10524;41.2618353;-110.9843215,way_type=user_defined:way_id=80W +edge,10524,10524;41.2618353;-110.9843215:10525;41.261957;-110.9840311,way_type=user_defined:way_id=80W +edge,10525,10525;41.261957;-110.9840311:10526;41.2620569;-110.9837691,way_type=user_defined:way_id=80W +edge,10526,10526;41.2620569;-110.9837691:10527;41.262148;-110.9835019,way_type=user_defined:way_id=80W +edge,10527,10527;41.262148;-110.9835019:10528;41.2621667;-110.9834404,way_type=user_defined:way_id=80W +edge,10528,10528;41.2621667;-110.9834404:10529;41.2622356;-110.9832116,way_type=user_defined:way_id=80W +edge,10529,10529;41.2622356;-110.9832116:10530;41.2623096;-110.9829346,way_type=user_defined:way_id=80W +edge,10530,10530;41.2623096;-110.9829346:10531;41.2623749;-110.9826536,way_type=user_defined:way_id=80W +edge,10531,10531;41.2623749;-110.9826536:10532;41.262437;-110.9823418,way_type=user_defined:way_id=80W +edge,10532,10532;41.262437;-110.9823418:10533;41.2624842;-110.9820546,way_type=user_defined:way_id=80W +edge,10533,10533;41.2624842;-110.9820546:10534;41.2625246;-110.9817367,way_type=user_defined:way_id=80W +edge,10534,10534;41.2625246;-110.9817367:10535;41.262552;-110.9814454,way_type=user_defined:way_id=80W +edge,10535,10535;41.262552;-110.9814454:10536;41.2625688;-110.9811707,way_type=user_defined:way_id=80W +edge,10536,10536;41.2625688;-110.9811707:10537;41.2625783;-110.9808401,way_type=user_defined:way_id=80W +edge,10537,10537;41.2625783;-110.9808401:10538;41.2625763;-110.9805465,way_type=user_defined:way_id=80W +edge,10538,10538;41.2625763;-110.9805465:10539;41.2625626;-110.9802253,way_type=user_defined:way_id=80W +edge,10539,10539;41.2625626;-110.9802253:10540;41.2625426;-110.9799432,way_type=user_defined:way_id=80W +edge,10540,10540;41.2625426;-110.9799432:10541;41.2625135;-110.9796534,way_type=user_defined:way_id=80W +edge,10541,10541;41.2625135;-110.9796534:10542;41.2624717;-110.9793378,way_type=user_defined:way_id=80W +edge,10542,10542;41.2624717;-110.9793378:10543;41.2624234;-110.9790527,way_type=user_defined:way_id=80W +edge,10543,10543;41.2624234;-110.9790527:10544;41.2623665;-110.9787799,way_type=user_defined:way_id=80W +edge,10544,10544;41.2623665;-110.9787799:10545;41.2622974;-110.9784926,way_type=user_defined:way_id=80W +edge,10545,10545;41.2622974;-110.9784926:10546;41.2622161;-110.9781991,way_type=user_defined:way_id=80W +edge,10546,10546;41.2622161;-110.9781991:10547;41.2621217;-110.9779034,way_type=user_defined:way_id=80W +edge,10547,10547;41.2621217;-110.9779034:10548;41.262027;-110.9776385,way_type=user_defined:way_id=80W +edge,10548,10548;41.262027;-110.9776385:10549;41.2619106;-110.9773462,way_type=user_defined:way_id=80W +edge,10549,10549;41.2619106;-110.9773462:10550;41.2618039;-110.9771013,way_type=user_defined:way_id=80W +edge,10550,10550;41.2618039;-110.9771013:10551;41.2616858;-110.9768548,way_type=user_defined:way_id=80W +edge,10551,10551;41.2616858;-110.9768548:10552;41.2615555;-110.9766082,way_type=user_defined:way_id=80W +edge,10552,10552;41.2615555;-110.9766082:10553;41.2614266;-110.9763832,way_type=user_defined:way_id=80W +edge,10553,10553;41.2614266;-110.9763832:10554;41.2612765;-110.9761323,way_type=user_defined:way_id=80W +edge,10554,10554;41.2612765;-110.9761323:10555;41.26113119;-110.9758971,way_type=user_defined:way_id=80W +edge,10555,10555;41.26113119;-110.9758971:10556;41.2609791;-110.9756509,way_type=user_defined:way_id=80W +edge,10556,10556;41.2609791;-110.9756509:10557;41.2607011;-110.9752077,way_type=user_defined:way_id=80W +edge,10557,10557;41.2607011;-110.9752077:10558;41.2602826;-110.9745486,way_type=user_defined:way_id=80W +edge,10558,10558;41.2602826;-110.9745486:10559;41.2601427;-110.9743214,way_type=user_defined:way_id=80W +edge,10559,10559;41.2601427;-110.9743214:10560;41.2601427;-110.9743214,way_type=user_defined:way_id=80W +edge,10560,10560;41.2601427;-110.9743214:10561;41.260107;-110.9742627,way_type=user_defined:way_id=80W +edge,10561,10561;41.260107;-110.9742627:10562;41.2599624;-110.974016,way_type=user_defined:way_id=80W +edge,10562,10562;41.2599624;-110.974016:10563;41.25989921;-110.9739028,way_type=user_defined:way_id=80W +edge,10563,10563;41.25989921;-110.9739028:10564;41.2598352;-110.9737882,way_type=user_defined:way_id=80W +edge,10564,10564;41.2598352;-110.9737882:10565;41.2597087;-110.9735486,way_type=user_defined:way_id=80W +edge,10565,10565;41.2597087;-110.9735486:10566;41.2595916;-110.9733126,way_type=user_defined:way_id=80W +edge,10566,10566;41.2595916;-110.9733126:10567;41.2595607;-110.9732477,way_type=user_defined:way_id=80W +edge,10567,10567;41.2595607;-110.9732477:10568;41.2594574;-110.9730251,way_type=user_defined:way_id=80W +edge,10568,10568;41.2594574;-110.9730251:10569;41.2593474;-110.972774,way_type=user_defined:way_id=80W +edge,10569,10569;41.2593474;-110.972774:10570;41.2592463;-110.9725277,way_type=user_defined:way_id=80W +edge,10570,10570;41.2592463;-110.9725277:10571;41.2591375;-110.9722451,way_type=user_defined:way_id=80W +edge,10571,10571;41.2591375;-110.9722451:10572;41.2590414;-110.9719755,way_type=user_defined:way_id=80W +edge,10572,10572;41.2590414;-110.9719755:10573;41.258954;-110.9717115,way_type=user_defined:way_id=80W +edge,10573,10573;41.258954;-110.9717115:10574;41.2588608;-110.9714108,way_type=user_defined:way_id=80W +edge,10574,10574;41.2588608;-110.9714108:10575;41.2587832;-110.9711418,way_type=user_defined:way_id=80W +edge,10575,10575;41.2587832;-110.9711418:10576;41.2587111;-110.9708707,way_type=user_defined:way_id=80W +edge,10576,10576;41.2587111;-110.9708707:10577;41.2586389;-110.9705716,way_type=user_defined:way_id=80W +edge,10577,10577;41.2586389;-110.9705716:10578;41.2585835;-110.9703191,way_type=user_defined:way_id=80W +edge,10578,10578;41.2585835;-110.9703191:10579;41.2585225;-110.9700056,way_type=user_defined:way_id=80W +edge,10579,10579;41.2585225;-110.9700056:10580;41.2584765;-110.9697329,way_type=user_defined:way_id=80W +edge,10580,10580;41.2584765;-110.9697329:10581;41.2584441;-110.9695161,way_type=user_defined:way_id=80W +edge,10581,10581;41.2584441;-110.9695161:10582;41.2584289;-110.9694108,way_type=user_defined:way_id=80W +edge,10582,10582;41.2584289;-110.9694108:10583;41.2583936;-110.969137,way_type=user_defined:way_id=80W +edge,10583,10583;41.2583936;-110.969137:10584;41.2583616;-110.9688417,way_type=user_defined:way_id=80W +edge,10584,10584;41.2583616;-110.9688417:10585;41.2583363;-110.9685563,way_type=user_defined:way_id=80W +edge,10585,10585;41.2583363;-110.9685563:10586;41.2583154;-110.968239,way_type=user_defined:way_id=80W +edge,10586,10586;41.2583154;-110.968239:10587;41.2583025;-110.9679412,way_type=user_defined:way_id=80W +edge,10587,10587;41.2583025;-110.9679412:10588;41.2582954;-110.9676625,way_type=user_defined:way_id=80W +edge,10588,10588;41.2582954;-110.9676625:10589;41.2582939;-110.9673842,way_type=user_defined:way_id=80W +edge,10589,10589;41.2582939;-110.9673842:10590;41.25829499;-110.9672771,way_type=user_defined:way_id=80W +edge,10590,10590;41.25829499;-110.9672771:10591;41.25829499;-110.9672771,way_type=user_defined:way_id=80W +edge,10591,10591;41.25829499;-110.9672771:10592;41.2582989;-110.9670497,way_type=user_defined:way_id=80W +edge,10592,10592;41.2582989;-110.9670497:10593;41.2583093;-110.9667619,way_type=user_defined:way_id=80W +edge,10593,10593;41.2583093;-110.9667619:10594;41.2583273;-110.9664752,way_type=user_defined:way_id=80W +edge,10594,10594;41.2583273;-110.9664752:10595;41.258352;-110.9661883,way_type=user_defined:way_id=80W +edge,10595,10595;41.258352;-110.9661883:10596;41.2584695;-110.9650099,way_type=user_defined:way_id=80W +edge,10596,10596;41.2584695;-110.9650099:10597;41.2585575;-110.9641065,way_type=user_defined:way_id=80W +edge,10597,10597;41.2585575;-110.9641065:10598;41.2586479;-110.9632492,way_type=user_defined:way_id=80W +edge,10598,10598;41.2586479;-110.9632492:10599;41.2587412;-110.9623245,way_type=user_defined:way_id=80W +edge,10599,10599;41.2587412;-110.9623245:10600;41.2587709;-110.9620475,way_type=user_defined:way_id=80W +edge,10600,10600;41.2587709;-110.9620475:10601;41.2588057;-110.9617524,way_type=user_defined:way_id=80W +edge,10601,10601;41.2588057;-110.9617524:10602;41.25882238;-110.9616251,way_type=user_defined:way_id=80W +edge,10602,10602;41.25882238;-110.9616251:10603;41.2588469;-110.961438,way_type=user_defined:way_id=80W +edge,10603,10603;41.2588469;-110.961438:10604;41.2588895;-110.9611519,way_type=user_defined:way_id=80W +edge,10604,10604;41.2588895;-110.9611519:10605;41.2589366;-110.9608759,way_type=user_defined:way_id=80W +edge,10605,10605;41.2589366;-110.9608759:10606;41.2589909;-110.960592,way_type=user_defined:way_id=80W +edge,10606,10606;41.2589909;-110.960592:10607;41.259014;-110.9604827,way_type=user_defined:way_id=80W +edge,10607,10607;41.259014;-110.9604827:10608;41.259014;-110.9604827,way_type=user_defined:way_id=80W +edge,10608,10608;41.259014;-110.9604827:10609;41.2590658;-110.9602465,way_type=user_defined:way_id=80W +edge,10609,10609;41.2590658;-110.9602465:10610;41.2591238;-110.960003,way_type=user_defined:way_id=80W +edge,10610,10610;41.2591238;-110.960003:10611;41.2592034;-110.9596993,way_type=user_defined:way_id=80W +edge,10611,10611;41.2592034;-110.9596993:10612;41.2592946;-110.9593902,way_type=user_defined:way_id=80W +edge,10612,10612;41.2592946;-110.9593902:10613;41.2593783;-110.9591275,way_type=user_defined:way_id=80W +edge,10613,10613;41.2593783;-110.9591275:10614;41.25942401;-110.9589936,way_type=user_defined:way_id=80W +edge,10614,10614;41.25942401;-110.9589936:10615;41.2594699;-110.9588593,way_type=user_defined:way_id=80W +edge,10615,10615;41.2594699;-110.9588593:10616;41.2595763;-110.9585697,way_type=user_defined:way_id=80W +edge,10616,10616;41.2595763;-110.9585697:10617;41.2596787;-110.9583087,way_type=user_defined:way_id=80W +edge,10617,10617;41.2596787;-110.9583087:10618;41.2597827;-110.9580591,way_type=user_defined:way_id=80W +edge,10618,10618;41.2597827;-110.9580591:10619;41.2599029;-110.9577886,way_type=user_defined:way_id=80W +edge,10619,10619;41.2599029;-110.9577886:10620;41.2600221;-110.9575397,way_type=user_defined:way_id=80W +edge,10620,10620;41.2600221;-110.9575397:10621;41.2601627;-110.9572646,way_type=user_defined:way_id=80W +edge,10621,10621;41.2601627;-110.9572646:10622;41.2602872;-110.9570331,way_type=user_defined:way_id=80W +edge,10622,10622;41.2602872;-110.9570331:10623;41.2604206;-110.9567979,way_type=user_defined:way_id=80W +edge,10623,10623;41.2604206;-110.9567979:10624;41.2605723;-110.9565454,way_type=user_defined:way_id=80W +edge,10624,10624;41.2605723;-110.9565454:10625;41.2607158;-110.9563212,way_type=user_defined:way_id=80W +edge,10625,10625;41.2607158;-110.9563212:10626;41.2608546;-110.9561157,way_type=user_defined:way_id=80W +edge,10626,10626;41.2608546;-110.9561157:10627;41.2610259;-110.9558751,way_type=user_defined:way_id=80W +edge,10627,10627;41.2610259;-110.9558751:10628;41.261178;-110.9556751,way_type=user_defined:way_id=80W +edge,10628,10628;41.261178;-110.9556751:10629;41.2612974;-110.9555259,way_type=user_defined:way_id=80W +edge,10629,10629;41.2612974;-110.9555259:10630;41.2613547;-110.9554548,way_type=user_defined:way_id=80W +edge,10630,10630;41.2613547;-110.9554548:10631;41.2615206;-110.955261,way_type=user_defined:way_id=80W +edge,10631,10631;41.2615206;-110.955261:10632;41.2617128;-110.9550503,way_type=user_defined:way_id=80W +edge,10632,10632;41.2617128;-110.9550503:10633;41.2618805;-110.9548752,way_type=user_defined:way_id=80W +edge,10633,10633;41.2618805;-110.9548752:10634;41.2620559;-110.9546989,way_type=user_defined:way_id=80W +edge,10634,10634;41.2620559;-110.9546989:10635;41.26213214;-110.9546251,way_type=user_defined:way_id=80W +edge,10635,10635;41.26213214;-110.9546251:10636;41.26213214;-110.9546251,way_type=user_defined:way_id=80W +edge,10636,10636;41.26213214;-110.9546251:10637;41.2622507;-110.9545109,way_type=user_defined:way_id=80W +edge,10637,10637;41.2622507;-110.9545109:10638;41.2624368;-110.954342,way_type=user_defined:way_id=80W +edge,10638,10638;41.2624368;-110.954342:10639;41.2626153;-110.9541929,way_type=user_defined:way_id=80W +edge,10639,10639;41.2626153;-110.9541929:10640;41.2628033;-110.9540472,way_type=user_defined:way_id=80W +edge,10640,10640;41.2628033;-110.9540472:10641;41.2630236;-110.9538843,way_type=user_defined:way_id=80W +edge,10641,10641;41.2630236;-110.9538843:10642;41.2633714;-110.9536308,way_type=user_defined:way_id=80W +edge,10642,10642;41.2633714;-110.9536308:10643;41.2643758;-110.9529056,way_type=user_defined:way_id=80W +edge,10643,10643;41.2643758;-110.9529056:10644;41.2645722;-110.9527594,way_type=user_defined:way_id=80W +edge,10644,10644;41.2645722;-110.9527594:10645;41.2647831;-110.9525938,way_type=user_defined:way_id=80W +edge,10645,10645;41.2647831;-110.9525938:10646;41.26487358;-110.9525176,way_type=user_defined:way_id=80W +edge,10646,10646;41.26487358;-110.9525176:10647;41.2649662;-110.9524397,way_type=user_defined:way_id=80W +edge,10647,10647;41.2649662;-110.9524397:10648;41.2651456;-110.9522769,way_type=user_defined:way_id=80W +edge,10648,10648;41.2651456;-110.9522769:10649;41.2653359;-110.9520888,way_type=user_defined:way_id=80W +edge,10649,10649;41.2653359;-110.9520888:10650;41.2655062;-110.9519061,way_type=user_defined:way_id=80W +edge,10650,10650;41.2655062;-110.9519061:10651;41.2655062;-110.9519061,way_type=user_defined:way_id=80W +edge,10651,10651;41.2655062;-110.9519061:10652;41.2656701;-110.9517147,way_type=user_defined:way_id=80W +edge,10652,10652;41.2656701;-110.9517147:10653;41.2657807;-110.9515737,way_type=user_defined:way_id=80W +edge,10653,10653;41.2657807;-110.9515737:10654;41.2658429;-110.9514934,way_type=user_defined:way_id=80W +edge,10654,10654;41.2658429;-110.9514934:10655;41.2659946;-110.9512828,way_type=user_defined:way_id=80W +edge,10655,10655;41.2659946;-110.9512828:10656;41.2661401;-110.9510637,way_type=user_defined:way_id=80W +edge,10656,10656;41.2661401;-110.9510637:10657;41.2662743;-110.950843,way_type=user_defined:way_id=80W +edge,10657,10657;41.2662743;-110.950843:10658;41.2664225;-110.9505765,way_type=user_defined:way_id=80W +edge,10658,10658;41.2664225;-110.9505765:10659;41.266546;-110.9503331,way_type=user_defined:way_id=80W +edge,10659,10659;41.266546;-110.9503331:10660;41.2666434;-110.9501239,way_type=user_defined:way_id=80W +edge,10660,10660;41.2666434;-110.9501239:10661;41.2666728;-110.9500591,way_type=user_defined:way_id=80W +edge,10661,10661;41.2666728;-110.9500591:10662;41.2667772;-110.9498116,way_type=user_defined:way_id=80W +edge,10662,10662;41.2667772;-110.9498116:10663;41.26686289;-110.9495856,way_type=user_defined:way_id=80W +edge,10663,10663;41.26686289;-110.9495856:10664;41.2668764;-110.94955,way_type=user_defined:way_id=80W +edge,10664,10664;41.2668764;-110.94955:10665;41.2668971;-110.9494899,way_type=user_defined:way_id=80W +edge,10665,10665;41.2668971;-110.9494899:10666;41.2669753;-110.9492571,way_type=user_defined:way_id=80W +edge,10666,10666;41.2669753;-110.9492571:10667;41.2670568;-110.9489845,way_type=user_defined:way_id=80W +edge,10667,10667;41.2670568;-110.9489845:10668;41.2671361;-110.9486798,way_type=user_defined:way_id=80W +edge,10668,10668;41.2671361;-110.9486798:10669;41.2671998;-110.9483983,way_type=user_defined:way_id=80W +edge,10669,10669;41.2671998;-110.9483983:10670;41.2672593;-110.9480864,way_type=user_defined:way_id=80W +edge,10670,10670;41.2672593;-110.9480864:10671;41.267304;-110.9478094,way_type=user_defined:way_id=80W +edge,10671,10671;41.267304;-110.9478094:10672;41.2673439;-110.947522,way_type=user_defined:way_id=80W +edge,10672,10672;41.2673439;-110.947522:10673;41.2673909;-110.9471316,way_type=user_defined:way_id=80W +edge,10673,10673;41.2673909;-110.9471316:10674;41.2674793;-110.9463418,way_type=user_defined:way_id=80W +edge,10674,10674;41.2674793;-110.9463418:10675;41.2675394;-110.9457679,way_type=user_defined:way_id=80W +edge,10675,10675;41.2675394;-110.9457679:10676;41.26758554;-110.945312,way_type=user_defined:way_id=80W +edge,10676,10676;41.26758554;-110.945312:10677;41.2676255;-110.9449173,way_type=user_defined:way_id=80W +edge,10677,10677;41.2676255;-110.9449173:10678;41.2677035;-110.9441703,way_type=user_defined:way_id=80W +edge,10678,10678;41.2677035;-110.9441703:10679;41.2677035;-110.9441703,way_type=user_defined:way_id=80W +edge,10679,10679;41.2677035;-110.9441703:10680;41.2677878;-110.943347,way_type=user_defined:way_id=80W +edge,10680,10680;41.2677878;-110.943347:10681;41.2678153;-110.9430601,way_type=user_defined:way_id=80W +edge,10681,10681;41.2678153;-110.9430601:10682;41.2678671;-110.942484,way_type=user_defined:way_id=80W +edge,10682,10682;41.2678671;-110.942484:10683;41.26788098;-110.9423122,way_type=user_defined:way_id=80W +edge,10683,10683;41.26788098;-110.9423122:10684;41.2678927;-110.9421672,way_type=user_defined:way_id=80W +edge,10684,10684;41.2678927;-110.9421672:10685;41.2679146;-110.9418692,way_type=user_defined:way_id=80W +edge,10685,10685;41.2679146;-110.9418692:10686;41.2679507;-110.9413367,way_type=user_defined:way_id=80W +edge,10686,10686;41.2679507;-110.9413367:10687;41.267973;-110.9409813,way_type=user_defined:way_id=80W +edge,10687,10687;41.267973;-110.9409813:10688;41.2679914;-110.9406625,way_type=user_defined:way_id=80W +edge,10688,10688;41.2679914;-110.9406625:10689;41.268007;-110.9403637,way_type=user_defined:way_id=80W +edge,10689,10689;41.268007;-110.9403637:10690;41.2680231;-110.9400084,way_type=user_defined:way_id=80W +edge,10690,10690;41.2680231;-110.9400084:10691;41.2680318;-110.9397933,way_type=user_defined:way_id=80W +edge,10691,10691;41.2680318;-110.9397933:10692;41.2680428;-110.9394656,way_type=user_defined:way_id=80W +edge,10692,10692;41.2680428;-110.9394656:10693;41.26805;-110.9391766,way_type=user_defined:way_id=80W +edge,10693,10693;41.26805;-110.9391766:10694;41.26805696;-110.938757,way_type=user_defined:way_id=80W +edge,10694,10694;41.26805696;-110.938757:10695;41.26805696;-110.938757,way_type=user_defined:way_id=80W +edge,10695,10695;41.26805696;-110.938757:10696;41.2680651;-110.9379886,way_type=user_defined:way_id=80W +edge,10696,10696;41.2680651;-110.9379886:10697;41.2680653;-110.9376981,way_type=user_defined:way_id=80W +edge,10697,10697;41.2680653;-110.9376981:10698;41.2680629;-110.9373695,way_type=user_defined:way_id=80W +edge,10698,10698;41.2680629;-110.9373695:10699;41.2680544;-110.9367896,way_type=user_defined:way_id=80W +edge,10699,10699;41.2680544;-110.9367896:10700;41.2680475;-110.9364712,way_type=user_defined:way_id=80W +edge,10700,10700;41.2680475;-110.9364712:10701;41.2680395;-110.9361827,way_type=user_defined:way_id=80W +edge,10701,10701;41.2680395;-110.9361827:10702;41.2680202;-110.9356435,way_type=user_defined:way_id=80W +edge,10702,10702;41.2680202;-110.9356435:10703;41.2680067;-110.9353184,way_type=user_defined:way_id=80W +edge,10703,10703;41.2680067;-110.9353184:10704;41.267991;-110.9349914,way_type=user_defined:way_id=80W +edge,10704,10704;41.267991;-110.9349914:10705;41.2679577;-110.9344118,way_type=user_defined:way_id=80W +edge,10705,10705;41.2679577;-110.9344118:10706;41.2679366;-110.9340932,way_type=user_defined:way_id=80W +edge,10706,10706;41.2679366;-110.9340932:10707;41.26791801;-110.9338342,way_type=user_defined:way_id=80W +edge,10707,10707;41.26791801;-110.9338342:10708;41.2679158;-110.9338034,way_type=user_defined:way_id=80W +edge,10708,10708;41.2679158;-110.9338034:10709;41.2678704;-110.9332336,way_type=user_defined:way_id=80W +edge,10709,10709;41.2678704;-110.9332336:10710;41.2678411;-110.9328984,way_type=user_defined:way_id=80W +edge,10710,10710;41.2678411;-110.9328984:10711;41.2678205;-110.9326837,way_type=user_defined:way_id=80W +edge,10711,10711;41.2678205;-110.9326837:10712;41.2678205;-110.9326837,way_type=user_defined:way_id=80W +edge,10712,10712;41.2678205;-110.9326837:10713;41.2677558;-110.9320206,way_type=user_defined:way_id=80W +edge,10713,10713;41.2677558;-110.9320206:10714;41.2675411;-110.9299114,way_type=user_defined:way_id=80W +edge,10714,10714;41.2675411;-110.9299114:10715;41.2673565;-110.9281474,way_type=user_defined:way_id=80W +edge,10715,10715;41.2673565;-110.9281474:10716;41.2671155;-110.9257955,way_type=user_defined:way_id=80W +edge,10716,10716;41.2671155;-110.9257955:10717;41.267017;-110.9248696,way_type=user_defined:way_id=80W +edge,10717,10717;41.267017;-110.9248696:10718;41.2668951;-110.9236837,way_type=user_defined:way_id=80W +edge,10718,10718;41.2668951;-110.9236837:10719;41.2667942;-110.9227563,way_type=user_defined:way_id=80W +edge,10719,10719;41.2667942;-110.9227563:10720;41.2667283;-110.9221828,way_type=user_defined:way_id=80W +edge,10720,10720;41.2667283;-110.9221828:10721;41.2666563;-110.9215804,way_type=user_defined:way_id=80W +edge,10721,10721;41.2666563;-110.9215804:10722;41.2666074;-110.9211825,way_type=user_defined:way_id=80W +edge,10722,10722;41.2666074;-110.9211825:10723;41.2665481;-110.9207202,way_type=user_defined:way_id=80W +edge,10723,10723;41.2665481;-110.9207202:10724;41.266428;-110.9198352,way_type=user_defined:way_id=80W +edge,10724,10724;41.266428;-110.9198352:10725;41.2663428;-110.9192372,way_type=user_defined:way_id=80W +edge,10725,10725;41.2663428;-110.9192372:10726;41.266253;-110.9186297,way_type=user_defined:way_id=80W +edge,10726,10726;41.266253;-110.9186297:10727;41.2661653;-110.9180593,way_type=user_defined:way_id=80W +edge,10727,10727;41.2661653;-110.9180593:10728;41.2660179;-110.9171495,way_type=user_defined:way_id=80W +edge,10728,10728;41.2660179;-110.9171495:10729;41.2658285;-110.9160231,way_type=user_defined:way_id=80W +edge,10729,10729;41.2658285;-110.9160231:10730;41.2657722;-110.9157112,way_type=user_defined:way_id=80W +edge,10730,10730;41.2657722;-110.9157112:10731;41.2655696;-110.9146128,way_type=user_defined:way_id=80W +edge,10731,10731;41.2655696;-110.9146128:10732;41.2654327;-110.9138827,way_type=user_defined:way_id=80W +edge,10732,10732;41.2654327;-110.9138827:10733;41.2652905;-110.9131133,way_type=user_defined:way_id=80W +edge,10733,10733;41.2652905;-110.9131133:10734;41.2650977;-110.912092,way_type=user_defined:way_id=80W +edge,10734,10734;41.2650977;-110.912092:10735;41.2647825;-110.9104091,way_type=user_defined:way_id=80W +edge,10735,10735;41.2647825;-110.9104091:10736;41.2643007;-110.9078572,way_type=user_defined:way_id=80W +edge,10736,10736;41.2643007;-110.9078572:10737;41.26414;-110.9069793,way_type=user_defined:way_id=80W +edge,10737,10737;41.26414;-110.9069793:10738;41.2640549;-110.9065218,way_type=user_defined:way_id=80W +edge,10738,10738;41.2640549;-110.9065218:10739;41.2638425;-110.9054068,way_type=user_defined:way_id=80W +edge,10739,10739;41.2638425;-110.9054068:10740;41.263486;-110.9035029,way_type=user_defined:way_id=80W +edge,10740,10740;41.263486;-110.9035029:10741;41.2633676;-110.9028812,way_type=user_defined:way_id=80W +edge,10741,10741;41.2633676;-110.9028812:10742;41.2632832;-110.9024243,way_type=user_defined:way_id=80W +edge,10742,10742;41.2632832;-110.9024243:10743;41.2631555;-110.9017213,way_type=user_defined:way_id=80W +edge,10743,10743;41.2631555;-110.9017213:10744;41.2630995;-110.9014002,way_type=user_defined:way_id=80W +edge,10744,10744;41.2630995;-110.9014002:10745;41.2630472;-110.9010879,way_type=user_defined:way_id=80W +edge,10745,10745;41.2630472;-110.9010879:10746;41.2629565;-110.9005262,way_type=user_defined:way_id=80W +edge,10746,10746;41.2629565;-110.9005262:10747;41.2629125;-110.9002398,way_type=user_defined:way_id=80W +edge,10747,10747;41.2629125;-110.9002398:10748;41.2628259;-110.8996378,way_type=user_defined:way_id=80W +edge,10748,10748;41.2628259;-110.8996378:10749;41.2627849;-110.8993401,way_type=user_defined:way_id=80W +edge,10749,10749;41.2627849;-110.8993401:10750;41.2627449;-110.8990321,way_type=user_defined:way_id=80W +edge,10750,10750;41.2627449;-110.8990321:10751;41.2626776;-110.8984626,way_type=user_defined:way_id=80W +edge,10751,10751;41.2626776;-110.8984626:10752;41.2626111;-110.8978466,way_type=user_defined:way_id=80W +edge,10752,10752;41.2626111;-110.8978466:10753;41.2625515;-110.8972399,way_type=user_defined:way_id=80W +edge,10753,10753;41.2625515;-110.8972399:10754;41.2625266;-110.8969594,way_type=user_defined:way_id=80W +edge,10754,10754;41.2625266;-110.8969594:10755;41.2625027;-110.896669,way_type=user_defined:way_id=80W +edge,10755,10755;41.2625027;-110.896669:10756;41.2624537;-110.8960211,way_type=user_defined:way_id=80W +edge,10756,10756;41.2624537;-110.8960211:10757;41.2624155;-110.8954473,way_type=user_defined:way_id=80W +edge,10757,10757;41.2624155;-110.8954473:10758;41.2623993;-110.8951553,way_type=user_defined:way_id=80W +edge,10758,10758;41.2623993;-110.8951553:10759;41.2623854;-110.8948728,way_type=user_defined:way_id=80W +edge,10759,10759;41.2623854;-110.8948728:10760;41.2623583;-110.8942507,way_type=user_defined:way_id=80W +edge,10760,10760;41.2623583;-110.8942507:10761;41.2623388;-110.8936481,way_type=user_defined:way_id=80W +edge,10761,10761;41.2623388;-110.8936481:10762;41.2623315;-110.8933477,way_type=user_defined:way_id=80W +edge,10762,10762;41.2623315;-110.8933477:10763;41.2623265;-110.8930657,way_type=user_defined:way_id=80W +edge,10763,10763;41.2623265;-110.8930657:10764;41.2623206;-110.8924569,way_type=user_defined:way_id=80W +edge,10764,10764;41.2623206;-110.8924569:10765;41.26232;-110.8918692,way_type=user_defined:way_id=80W +edge,10765,10765;41.26232;-110.8918692:10766;41.2623219;-110.8915505,way_type=user_defined:way_id=80W +edge,10766,10766;41.2623219;-110.8915505:10767;41.2623249;-110.8913077,way_type=user_defined:way_id=80W +edge,10767,10767;41.2623249;-110.8913077:10768;41.2623318;-110.8909437,way_type=user_defined:way_id=80W +edge,10768,10768;41.2623318;-110.8909437:10769;41.2623487;-110.8903556,way_type=user_defined:way_id=80W +edge,10769,10769;41.2623487;-110.8903556:10770;41.2623721;-110.8897494,way_type=user_defined:way_id=80W +edge,10770,10770;41.2623721;-110.8897494:10771;41.2624;-110.8891832,way_type=user_defined:way_id=80W +edge,10771,10771;41.2624;-110.8891832:10772;41.2624192;-110.8888518,way_type=user_defined:way_id=80W +edge,10772,10772;41.2624192;-110.8888518:10773;41.2624466;-110.8884385,way_type=user_defined:way_id=80W +edge,10773,10773;41.2624466;-110.8884385:10774;41.262482;-110.8879522,way_type=user_defined:way_id=80W +edge,10774,10774;41.262482;-110.8879522:10775;41.2625147;-110.887549,way_type=user_defined:way_id=80W +edge,10775,10775;41.2625147;-110.887549:10776;41.2625585;-110.887053,way_type=user_defined:way_id=80W +edge,10776,10776;41.2625585;-110.887053:10777;41.262597;-110.8866604,way_type=user_defined:way_id=80W +edge,10777,10777;41.262597;-110.8866604:10778;41.2626493;-110.8861655,way_type=user_defined:way_id=80W +edge,10778,10778;41.2626493;-110.8861655:10779;41.2626864;-110.8858389,way_type=user_defined:way_id=80W +edge,10779,10779;41.2626864;-110.8858389:10780;41.2627567;-110.8852712,way_type=user_defined:way_id=80W +edge,10780,10780;41.2627567;-110.8852712:10781;41.2628358;-110.8846697,way_type=user_defined:way_id=80W +edge,10781,10781;41.2628358;-110.8846697:10782;41.2628761;-110.8843839,way_type=user_defined:way_id=80W +edge,10782,10782;41.2628761;-110.8843839:10783;41.2629645;-110.8837854,way_type=user_defined:way_id=80W +edge,10783,10783;41.2629645;-110.8837854:10784;41.2630094;-110.8835006,way_type=user_defined:way_id=80W +edge,10784,10784;41.2630094;-110.8835006:10785;41.2630797;-110.8830756,way_type=user_defined:way_id=80W +edge,10785,10785;41.2630797;-110.8830756:10786;41.2631577;-110.8826235,way_type=user_defined:way_id=80W +edge,10786,10786;41.2631577;-110.8826235:10787;41.2632153;-110.8823051,way_type=user_defined:way_id=80W +edge,10787,10787;41.2632153;-110.8823051:10788;41.2633215;-110.881745,way_type=user_defined:way_id=80W +edge,10788,10788;41.2633215;-110.881745:10789;41.26343226;-110.881192,way_type=user_defined:way_id=80W +edge,10789,10789;41.26343226;-110.881192:10790;41.2634989;-110.8808722,way_type=user_defined:way_id=80W +edge,10790,10790;41.2634989;-110.8808722:10791;41.2635591;-110.880595,way_type=user_defined:way_id=80W +edge,10791,10791;41.2635591;-110.880595:10792;41.2636353;-110.8802555,way_type=user_defined:way_id=80W +edge,10792,10792;41.2636353;-110.8802555:10793;41.2637405;-110.8798024,way_type=user_defined:way_id=80W +edge,10793,10793;41.2637405;-110.8798024:10794;41.2638307;-110.8794259,way_type=user_defined:way_id=80W +edge,10794,10794;41.2638307;-110.8794259:10795;41.2639406;-110.8789847,way_type=user_defined:way_id=80W +edge,10795,10795;41.2639406;-110.8789847:10796;41.2640393;-110.8786007,way_type=user_defined:way_id=80W +edge,10796,10796;41.2640393;-110.8786007:10797;41.2641384;-110.8782273,way_type=user_defined:way_id=80W +edge,10797,10797;41.2641384;-110.8782273:10798;41.2642676;-110.8777552,way_type=user_defined:way_id=80W +edge,10798,10798;41.2642676;-110.8777552:10799;41.2643548;-110.8774483,way_type=user_defined:way_id=80W +edge,10799,10799;41.2643548;-110.8774483:10800;41.2645921;-110.8766334,way_type=user_defined:way_id=80W +edge,10800,10800;41.2645921;-110.8766334:10801;41.2646706;-110.8763712,way_type=user_defined:way_id=80W +edge,10801,10801;41.2646706;-110.8763712:10802;41.2647621;-110.876075,way_type=user_defined:way_id=80W +edge,10802,10802;41.2647621;-110.876075:10803;41.264848;-110.8758062,way_type=user_defined:way_id=80W +edge,10803,10803;41.264848;-110.8758062:10804;41.2649792;-110.8754094,way_type=user_defined:way_id=80W +edge,10804,10804;41.2649792;-110.8754094:10805;41.2651245;-110.8749802,way_type=user_defined:way_id=80W +edge,10805,10805;41.2651245;-110.8749802:10806;41.2652287;-110.8746812,way_type=user_defined:way_id=80W +edge,10806,10806;41.2652287;-110.8746812:10807;41.2654133;-110.8741623,way_type=user_defined:way_id=80W +edge,10807,10807;41.2654133;-110.8741623:10808;41.2655212;-110.8738659,way_type=user_defined:way_id=80W +edge,10808,10808;41.2655212;-110.8738659:10809;41.2657126;-110.873352,way_type=user_defined:way_id=80W +edge,10809,10809;41.2657126;-110.873352:10810;41.2658155;-110.8730847,way_type=user_defined:way_id=80W +edge,10810,10810;41.2658155;-110.8730847:10811;41.266003;-110.8726114,way_type=user_defined:way_id=80W +edge,10811,10811;41.266003;-110.8726114:10812;41.2661167;-110.8723308,way_type=user_defined:way_id=80W +edge,10812,10812;41.2661167;-110.8723308:10813;41.2662491;-110.8720104,way_type=user_defined:way_id=80W +edge,10813,10813;41.2662491;-110.8720104:10814;41.2663558;-110.871757,way_type=user_defined:way_id=80W +edge,10814,10814;41.2663558;-110.871757:10815;41.266475;-110.8714805,way_type=user_defined:way_id=80W +edge,10815,10815;41.266475;-110.8714805:10816;41.2666965;-110.8709793,way_type=user_defined:way_id=80W +edge,10816,10816;41.2666965;-110.8709793:10817;41.2669229;-110.870479,way_type=user_defined:way_id=80W +edge,10817,10817;41.2669229;-110.870479:10818;41.2670479;-110.8702077,way_type=user_defined:way_id=80W +edge,10818,10818;41.2670479;-110.8702077:10819;41.2671639;-110.8699607,way_type=user_defined:way_id=80W +edge,10819,10819;41.2671639;-110.8699607:10820;41.2672822;-110.8697148,way_type=user_defined:way_id=80W +edge,10820,10820;41.2672822;-110.8697148:10821;41.2675344;-110.8692013,way_type=user_defined:way_id=80W +edge,10821,10821;41.2675344;-110.8692013:10822;41.2676862;-110.8688997,way_type=user_defined:way_id=80W +edge,10822,10822;41.2676862;-110.8688997:10823;41.2679256;-110.8684358,way_type=user_defined:way_id=80W +edge,10823,10823;41.2679256;-110.8684358:10824;41.2681958;-110.8679244,way_type=user_defined:way_id=80W +edge,10824,10824;41.2681958;-110.8679244:10825;41.2697218;-110.8650712,way_type=user_defined:way_id=80W +edge,10825,10825;41.2697218;-110.8650712:10826;41.2700364;-110.8644799,way_type=user_defined:way_id=80W +edge,10826,10826;41.2700364;-110.8644799:10827;41.2704112;-110.8637812,way_type=user_defined:way_id=80W +edge,10827,10827;41.2704112;-110.8637812:10828;41.2706824;-110.8632688,way_type=user_defined:way_id=80W +edge,10828,10828;41.2706824;-110.8632688:10829;41.2709315;-110.8628023,way_type=user_defined:way_id=80W +edge,10829,10829;41.2709315;-110.8628023:10830;41.2709315;-110.8628023,way_type=user_defined:way_id=80W +edge,10830,10830;41.2709315;-110.8628023:10831;41.2710578;-110.8625638,way_type=user_defined:way_id=80W +edge,10831,10831;41.2710578;-110.8625638:10832;41.2711822;-110.8623235,way_type=user_defined:way_id=80W +edge,10832,10832;41.2711822;-110.8623235:10833;41.2713152;-110.862057,way_type=user_defined:way_id=80W +edge,10833,10833;41.2713152;-110.862057:10834;41.2714323;-110.8618103,way_type=user_defined:way_id=80W +edge,10834,10834;41.2714323;-110.8618103:10835;41.2715448;-110.8615606,way_type=user_defined:way_id=80W +edge,10835,10835;41.2715448;-110.8615606:10836;41.2716667;-110.8612734,way_type=user_defined:way_id=80W +edge,10836,10836;41.2716667;-110.8612734:10837;41.27168585;-110.8612252,way_type=user_defined:way_id=80W +edge,10837,10837;41.27168585;-110.8612252:10838;41.2717692;-110.8610156,way_type=user_defined:way_id=80W +edge,10838,10838;41.2717692;-110.8610156:10839;41.271875;-110.8607284,way_type=user_defined:way_id=80W +edge,10839,10839;41.271875;-110.8607284:10840;41.2719624;-110.8604718,way_type=user_defined:way_id=80W +edge,10840,10840;41.2719624;-110.8604718:10841;41.2720494;-110.8601945,way_type=user_defined:way_id=80W +edge,10841,10841;41.2720494;-110.8601945:10842;41.2721352;-110.8598969,way_type=user_defined:way_id=80W +edge,10842,10842;41.2721352;-110.8598969:10843;41.2721999;-110.8596591,way_type=user_defined:way_id=80W +edge,10843,10843;41.2721999;-110.8596591:10844;41.2722763;-110.8593577,way_type=user_defined:way_id=80W +edge,10844,10844;41.2722763;-110.8593577:10845;41.2723415;-110.8590718,way_type=user_defined:way_id=80W +edge,10845,10845;41.2723415;-110.8590718:10846;41.2724043;-110.8587649,way_type=user_defined:way_id=80W +edge,10846,10846;41.2724043;-110.8587649:10847;41.2724554;-110.8584828,way_type=user_defined:way_id=80W +edge,10847,10847;41.2724554;-110.8584828:10848;41.2725021;-110.8581893,way_type=user_defined:way_id=80W +edge,10848,10848;41.2725021;-110.8581893:10849;41.2725405;-110.8579124,way_type=user_defined:way_id=80W +edge,10849,10849;41.2725405;-110.8579124:10850;41.27255158;-110.8578229,way_type=user_defined:way_id=80W +edge,10850,10850;41.27255158;-110.8578229:10851;41.27255158;-110.8578229,way_type=user_defined:way_id=80W +edge,10851,10851;41.27255158;-110.8578229:10852;41.2725785;-110.8575972,way_type=user_defined:way_id=80W +edge,10852,10852;41.2725785;-110.8575972:10853;41.2726082;-110.8572991,way_type=user_defined:way_id=80W +edge,10853,10853;41.2726082;-110.8572991:10854;41.2726306;-110.8570093,way_type=user_defined:way_id=80W +edge,10854,10854;41.2726306;-110.8570093:10855;41.2726428;-110.8567874,way_type=user_defined:way_id=80W +edge,10855,10855;41.2726428;-110.8567874:10856;41.272648;-110.8566818,way_type=user_defined:way_id=80W +edge,10856,10856;41.272648;-110.8566818:10857;41.2726569;-110.856401,way_type=user_defined:way_id=80W +edge,10857,10857;41.2726569;-110.856401:10858;41.2726603;-110.8561106,way_type=user_defined:way_id=80W +edge,10858,10858;41.2726603;-110.8561106:10859;41.2726586;-110.8558199,way_type=user_defined:way_id=80W +edge,10859,10859;41.2726586;-110.8558199:10860;41.2726496;-110.8554829,way_type=user_defined:way_id=80W +edge,10860,10860;41.2726496;-110.8554829:10861;41.2726365;-110.8552028,way_type=user_defined:way_id=80W +edge,10861,10861;41.2726365;-110.8552028:10862;41.2726171;-110.854914,way_type=user_defined:way_id=80W +edge,10862,10862;41.2726171;-110.854914:10863;41.2725882;-110.8545893,way_type=user_defined:way_id=80W +edge,10863,10863;41.2725882;-110.8545893:10864;41.2725577;-110.8543123,way_type=user_defined:way_id=80W +edge,10864,10864;41.2725577;-110.8543123:10865;41.2725204;-110.8540269,way_type=user_defined:way_id=80W +edge,10865,10865;41.2725204;-110.8540269:10866;41.2725204;-110.8540269,way_type=user_defined:way_id=80W +edge,10866,10866;41.2725204;-110.8540269:10867;41.27250919;-110.8539531,way_type=user_defined:way_id=80W +edge,10867,10867;41.27250919;-110.8539531:10868;41.2724776;-110.8537442,way_type=user_defined:way_id=80W +edge,10868,10868;41.2724776;-110.8537442:10869;41.2724224;-110.8534254,way_type=user_defined:way_id=80W +edge,10869,10869;41.2724224;-110.8534254:10870;41.2723678;-110.8531453,way_type=user_defined:way_id=80W +edge,10870,10870;41.2723678;-110.8531453:10871;41.2723078;-110.8528668,way_type=user_defined:way_id=80W +edge,10871,10871;41.2723078;-110.8528668:10872;41.2722425;-110.852589,way_type=user_defined:way_id=80W +edge,10872,10872;41.2722425;-110.852589:10873;41.2721657;-110.8522867,way_type=user_defined:way_id=80W +edge,10873,10873;41.2721657;-110.8522867:10874;41.2720802;-110.8519811,way_type=user_defined:way_id=80W +edge,10874,10874;41.2720802;-110.8519811:10875;41.2720079;-110.8517425,way_type=user_defined:way_id=80W +edge,10875,10875;41.2720079;-110.8517425:10876;41.2719114;-110.8514524,way_type=user_defined:way_id=80W +edge,10876,10876;41.2719114;-110.8514524:10877;41.2718036;-110.8511562,way_type=user_defined:way_id=80W +edge,10877,10877;41.2718036;-110.8511562:10878;41.2712078;-110.8495801,way_type=user_defined:way_id=80W +edge,10878,10878;41.2712078;-110.8495801:10879;41.2706818;-110.8482207,way_type=user_defined:way_id=80W +edge,10879,10879;41.2706818;-110.8482207:10880;41.2700556;-110.8465838,way_type=user_defined:way_id=80W +edge,10880,10880;41.2700556;-110.8465838:10881;41.2695213;-110.8452037,way_type=user_defined:way_id=80W +edge,10881,10881;41.2695213;-110.8452037:10882;41.2688332;-110.8433988,way_type=user_defined:way_id=80W +edge,10882,10882;41.2688332;-110.8433988:10883;41.2687355;-110.8431382,way_type=user_defined:way_id=80W +edge,10883,10883;41.2687355;-110.8431382:10884;41.2686416;-110.8428753,way_type=user_defined:way_id=80W +edge,10884,10884;41.2686416;-110.8428753:10885;41.2685401;-110.8425748,way_type=user_defined:way_id=80W +edge,10885,10885;41.2685401;-110.8425748:10886;41.2684472;-110.8422802,way_type=user_defined:way_id=80W +edge,10886,10886;41.2684472;-110.8422802:10887;41.2683766;-110.8420447,way_type=user_defined:way_id=80W +edge,10887,10887;41.2683766;-110.8420447:10888;41.2683019;-110.8417812,way_type=user_defined:way_id=80W +edge,10888,10888;41.2683019;-110.8417812:10889;41.2682195;-110.8414719,way_type=user_defined:way_id=80W +edge,10889,10889;41.2682195;-110.8414719:10890;41.2681518;-110.8411958,way_type=user_defined:way_id=80W +edge,10890,10890;41.2681518;-110.8411958:10891;41.2680889;-110.8409179,way_type=user_defined:way_id=80W +edge,10891,10891;41.2680889;-110.8409179:10892;41.2680229;-110.8406026,way_type=user_defined:way_id=80W +edge,10892,10892;41.2680229;-110.8406026:10893;41.2679694;-110.8403215,way_type=user_defined:way_id=80W +edge,10893,10893;41.2679694;-110.8403215:10894;41.26792;-110.8400391,way_type=user_defined:way_id=80W +edge,10894,10894;41.26792;-110.8400391:10895;41.2678747;-110.8397558,way_type=user_defined:way_id=80W +edge,10895,10895;41.2678747;-110.8397558:10896;41.2678291;-110.8394328,way_type=user_defined:way_id=80W +edge,10896,10896;41.2678291;-110.8394328:10897;41.2677954;-110.8391549,way_type=user_defined:way_id=80W +edge,10897,10897;41.2677954;-110.8391549:10898;41.2677616;-110.8388289,way_type=user_defined:way_id=80W +edge,10898,10898;41.2677616;-110.8388289:10899;41.267736;-110.8385404,way_type=user_defined:way_id=80W +edge,10899,10899;41.267736;-110.8385404:10900;41.2677149;-110.8382507,way_type=user_defined:way_id=80W +edge,10900,10900;41.2677149;-110.8382507:10901;41.2677027;-110.8380351,way_type=user_defined:way_id=80W +edge,10901,10901;41.2677027;-110.8380351:10902;41.2676972;-110.837932,way_type=user_defined:way_id=80W +edge,10902,10902;41.2676972;-110.837932:10903;41.2676856;-110.8376507,way_type=user_defined:way_id=80W +edge,10903,10903;41.2676856;-110.8376507:10904;41.2676778;-110.8373603,way_type=user_defined:way_id=80W +edge,10904,10904;41.2676778;-110.8373603:10905;41.267675;-110.8370607,way_type=user_defined:way_id=80W +edge,10905,10905;41.267675;-110.8370607:10906;41.2676786;-110.8367415,way_type=user_defined:way_id=80W +edge,10906,10906;41.2676786;-110.8367415:10907;41.267687;-110.8364511,way_type=user_defined:way_id=80W +edge,10907,10907;41.267687;-110.8364511:10908;41.2676998;-110.8361707,way_type=user_defined:way_id=80W +edge,10908,10908;41.2676998;-110.8361707:10909;41.2677151;-110.8359109,way_type=user_defined:way_id=80W +edge,10909,10909;41.2677151;-110.8359109:10910;41.2677412;-110.8355546,way_type=user_defined:way_id=80W +edge,10910,10910;41.2677412;-110.8355546:10911;41.2677678;-110.8352666,way_type=user_defined:way_id=80W +edge,10911,10911;41.2677678;-110.8352666:10912;41.2677987;-110.83498,way_type=user_defined:way_id=80W +edge,10912,10912;41.2677987;-110.83498:10913;41.267839;-110.8346567,way_type=user_defined:way_id=80W +edge,10913,10913;41.267839;-110.8346567:10914;41.2678783;-110.8343813,way_type=user_defined:way_id=80W +edge,10914,10914;41.2678783;-110.8343813:10915;41.2679246;-110.8340893,way_type=user_defined:way_id=80W +edge,10915,10915;41.2679246;-110.8340893:10916;41.2679788;-110.8337802,way_type=user_defined:way_id=80W +edge,10916,10916;41.2679788;-110.8337802:10917;41.2680329;-110.8335003,way_type=user_defined:way_id=80W +edge,10917,10917;41.2680329;-110.8335003:10918;41.2681086;-110.8331507,way_type=user_defined:way_id=80W +edge,10918,10918;41.2681086;-110.8331507:10919;41.2681643;-110.832909,way_type=user_defined:way_id=80W +edge,10919,10919;41.2681643;-110.832909:10920;41.2682161;-110.8326984,way_type=user_defined:way_id=80W +edge,10920,10920;41.2682161;-110.8326984:10921;41.2683044;-110.8323616,way_type=user_defined:way_id=80W +edge,10921,10921;41.2683044;-110.8323616:10922;41.2683783;-110.8320987,way_type=user_defined:way_id=80W +edge,10922,10922;41.2683783;-110.8320987:10923;41.2684614;-110.8318211,way_type=user_defined:way_id=80W +edge,10923,10923;41.2684614;-110.8318211:10924;41.2685552;-110.8315283,way_type=user_defined:way_id=80W +edge,10924,10924;41.2685552;-110.8315283:10925;41.2686482;-110.8312566,way_type=user_defined:way_id=80W +edge,10925,10925;41.2686482;-110.8312566:10926;41.2687517;-110.8309724,way_type=user_defined:way_id=80W +edge,10926,10926;41.2687517;-110.8309724:10927;41.2688543;-110.8307059,way_type=user_defined:way_id=80W +edge,10927,10927;41.2688543;-110.8307059:10928;41.2689441;-110.8304838,way_type=user_defined:way_id=80W +edge,10928,10928;41.2689441;-110.8304838:10929;41.2690648;-110.8301987,way_type=user_defined:way_id=80W +edge,10929,10929;41.2690648;-110.8301987:10930;41.2692945;-110.8296838,way_type=user_defined:way_id=80W +edge,10930,10930;41.2692945;-110.8296838:10931;41.2698041;-110.8285626,way_type=user_defined:way_id=80W +edge,10931,10931;41.2698041;-110.8285626:10932;41.2718516;-110.8240381,way_type=user_defined:way_id=80W +edge,10932,10932;41.2718516;-110.8240381:10933;41.2719597;-110.823793,way_type=user_defined:way_id=80W +edge,10933,10933;41.2719597;-110.823793:10934;41.2720543;-110.8235701,way_type=user_defined:way_id=80W +edge,10934,10934;41.2720543;-110.8235701:10935;41.2721865;-110.8232444,way_type=user_defined:way_id=80W +edge,10935,10935;41.2721865;-110.8232444:10936;41.2722975;-110.822953,way_type=user_defined:way_id=80W +edge,10936,10936;41.2722975;-110.822953:10937;41.2723091;-110.8229225,way_type=user_defined:way_id=80W +edge,10937,10937;41.2723091;-110.8229225:10938;41.2723934;-110.8226917,way_type=user_defined:way_id=80W +edge,10938,10938;41.2723934;-110.8226917:10939;41.2724835;-110.8224333,way_type=user_defined:way_id=80W +edge,10939,10939;41.2724835;-110.8224333:10940;41.2725806;-110.8221375,way_type=user_defined:way_id=80W +edge,10940,10940;41.2725806;-110.8221375:10941;41.2726642;-110.8218652,way_type=user_defined:way_id=80W +edge,10941,10941;41.2726642;-110.8218652:10942;41.2727501;-110.8215642,way_type=user_defined:way_id=80W +edge,10942,10942;41.2727501;-110.8215642:10943;41.2728236;-110.8212878,way_type=user_defined:way_id=80W +edge,10943,10943;41.2728236;-110.8212878:10944;41.2728906;-110.8210187,way_type=user_defined:way_id=80W +edge,10944,10944;41.2728906;-110.8210187:10945;41.272962;-110.8207123,way_type=user_defined:way_id=80W +edge,10945,10945;41.272962;-110.8207123:10946;41.2730228;-110.8204312,way_type=user_defined:way_id=80W +edge,10946,10946;41.2730228;-110.8204312:10947;41.273079;-110.8201486,way_type=user_defined:way_id=80W +edge,10947,10947;41.273079;-110.8201486:10948;41.2731348;-110.8198373,way_type=user_defined:way_id=80W +edge,10948,10948;41.2731348;-110.8198373:10949;41.2731807;-110.8195516,way_type=user_defined:way_id=80W +edge,10949,10949;41.2731807;-110.8195516:10950;41.2732224;-110.8192642,way_type=user_defined:way_id=80W +edge,10950,10950;41.2732224;-110.8192642:10951;41.2732635;-110.8189479,way_type=user_defined:way_id=80W +edge,10951,10951;41.2732635;-110.8189479:10952;41.2732967;-110.8186584,way_type=user_defined:way_id=80W +edge,10952,10952;41.2732967;-110.8186584:10953;41.2733275;-110.8183394,way_type=user_defined:way_id=80W +edge,10953,10953;41.2733275;-110.8183394:10954;41.2733502;-110.8180471,way_type=user_defined:way_id=80W +edge,10954,10954;41.2733502;-110.8180471:10955;41.2733675;-110.8177634,way_type=user_defined:way_id=80W +edge,10955,10955;41.2733675;-110.8177634:10956;41.2733816;-110.8174412,way_type=user_defined:way_id=80W +edge,10956,10956;41.2733816;-110.8174412:10957;41.2733895;-110.8171472,way_type=user_defined:way_id=80W +edge,10957,10957;41.2733895;-110.8171472:10958;41.2733908;-110.8170335,way_type=user_defined:way_id=80W +edge,10958,10958;41.2733908;-110.8170335:10959;41.2733928;-110.8168252,way_type=user_defined:way_id=80W +edge,10959,10959;41.2733928;-110.8168252:10960;41.2733914;-110.8165325,way_type=user_defined:way_id=80W +edge,10960,10960;41.2733914;-110.8165325:10961;41.2733863;-110.8162412,way_type=user_defined:way_id=80W +edge,10961,10961;41.2733863;-110.8162412:10962;41.273377;-110.8159605,way_type=user_defined:way_id=80W +edge,10962,10962;41.273377;-110.8159605:10963;41.2733599;-110.8156331,way_type=user_defined:way_id=80W +edge,10963,10963;41.2733599;-110.8156331:10964;41.2733393;-110.8153428,way_type=user_defined:way_id=80W +edge,10964,10964;41.2733393;-110.8153428:10965;41.2733122;-110.8150142,way_type=user_defined:way_id=80W +edge,10965,10965;41.2733122;-110.8150142:10966;41.2732681;-110.8145158,way_type=user_defined:way_id=80W +edge,10966,10966;41.2732681;-110.8145158:10967;41.2731507;-110.8132225,way_type=user_defined:way_id=80W +edge,10967,10967;41.2731507;-110.8132225:10968;41.2729896;-110.8114715,way_type=user_defined:way_id=80W +edge,10968,10968;41.2729896;-110.8114715:10969;41.2729654;-110.8111414,way_type=user_defined:way_id=80W +edge,10969,10969;41.2729654;-110.8111414:10970;41.2729517;-110.8108481,way_type=user_defined:way_id=80W +edge,10970,10970;41.2729517;-110.8108481:10971;41.2729451;-110.8105263,way_type=user_defined:way_id=80W +edge,10971,10971;41.2729451;-110.8105263:10972;41.272945;-110.8102411,way_type=user_defined:way_id=80W +edge,10972,10972;41.272945;-110.8102411:10973;41.2729514;-110.8099496,way_type=user_defined:way_id=80W +edge,10973,10973;41.2729514;-110.8099496:10974;41.2729657;-110.809624,way_type=user_defined:way_id=80W +edge,10974,10974;41.2729657;-110.809624:10975;41.2729841;-110.8093298,way_type=user_defined:way_id=80W +edge,10975,10975;41.2729841;-110.8093298:10976;41.2730083;-110.8090169,way_type=user_defined:way_id=80W +edge,10976,10976;41.2730083;-110.8090169:10977;41.2730396;-110.8086959,way_type=user_defined:way_id=80W +edge,10977,10977;41.2730396;-110.8086959:10978;41.2730728;-110.8084123,way_type=user_defined:way_id=80W +edge,10978,10978;41.2730728;-110.8084123:10979;41.2731068;-110.808168,way_type=user_defined:way_id=80W +edge,10979,10979;41.2731068;-110.808168:10980;41.2731177;-110.808093,way_type=user_defined:way_id=80W +edge,10980,10980;41.2731177;-110.808093:10981;41.2731645;-110.8078035,way_type=user_defined:way_id=80W +edge,10981,10981;41.2731645;-110.8078035:10982;41.273221;-110.8074961,way_type=user_defined:way_id=80W +edge,10982,10982;41.273221;-110.8074961:10983;41.2732802;-110.8072097,way_type=user_defined:way_id=80W +edge,10983,10983;41.2732802;-110.8072097:10984;41.2733032;-110.807109,way_type=user_defined:way_id=80W +edge,10984,10984;41.2733032;-110.807109:10985;41.273343;-110.806935,way_type=user_defined:way_id=80W +edge,10985,10985;41.273343;-110.806935:10986;41.2734117;-110.8066621,way_type=user_defined:way_id=80W +edge,10986,10986;41.2734117;-110.8066621:10987;41.2734117;-110.8066621,way_type=user_defined:way_id=80W +edge,10987,10987;41.2734117;-110.8066621:10988;41.2734956;-110.806358,way_type=user_defined:way_id=80W +edge,10988,10988;41.2734956;-110.806358:10989;41.2735892;-110.8060486,way_type=user_defined:way_id=80W +edge,10989,10989;41.2735892;-110.8060486:10990;41.2736714;-110.8057936,way_type=user_defined:way_id=80W +edge,10990,10990;41.2736714;-110.8057936:10991;41.2737639;-110.8055252,way_type=user_defined:way_id=80W +edge,10991,10991;41.2737639;-110.8055252:10992;41.2738715;-110.8052347,way_type=user_defined:way_id=80W +edge,10992,10992;41.2738715;-110.8052347:10993;41.2739757;-110.8049742,way_type=user_defined:way_id=80W +edge,10993,10993;41.2739757;-110.8049742:10994;41.2740965;-110.8046939,way_type=user_defined:way_id=80W +edge,10994,10994;41.2740965;-110.8046939:10995;41.2742087;-110.80445,way_type=user_defined:way_id=80W +edge,10995,10995;41.2742087;-110.80445:10996;41.274267;-110.8043306,way_type=user_defined:way_id=80W +edge,10996,10996;41.274267;-110.8043306:10997;41.27432924;-110.8042041,way_type=user_defined:way_id=80W +edge,10997,10997;41.27432924;-110.8042041:10998;41.2743414;-110.8041794,way_type=user_defined:way_id=80W +edge,10998,10998;41.2743414;-110.8041794:10999;41.2744635;-110.8039449,way_type=user_defined:way_id=80W +edge,10999,10999;41.2744635;-110.8039449:11000;41.2746117;-110.8036772,way_type=user_defined:way_id=80W +edge,11000,11000;41.2746117;-110.8036772:11001;41.2747476;-110.8034451,way_type=user_defined:way_id=80W +edge,11001,11001;41.2747476;-110.8034451:11002;41.2748883;-110.8032178,way_type=user_defined:way_id=80W +edge,11002,11002;41.2748883;-110.8032178:11003;41.2750436;-110.8029822,way_type=user_defined:way_id=80W +edge,11003,11003;41.2750436;-110.8029822:11004;41.2751895;-110.8027723,way_type=user_defined:way_id=80W +edge,11004,11004;41.2751895;-110.8027723:11005;41.2753637;-110.802534,way_type=user_defined:way_id=80W +edge,11005,11005;41.2753637;-110.802534:11006;41.27622268;-110.8013948,way_type=user_defined:way_id=80W +edge,11006,11006;41.27622268;-110.8013948:11007;41.27622268;-110.8013948,way_type=user_defined:way_id=80W +edge,11007,11007;41.27622268;-110.8013948:11008;41.27783464;-110.7992895,way_type=user_defined:way_id=80W +edge,11008,11008;41.27783464;-110.7992895:11009;41.2782461;-110.7987521,way_type=user_defined:way_id=80W +edge,11009,11009;41.2782461;-110.7987521:11010;41.2782461;-110.7987521,way_type=user_defined:way_id=80W +edge,11010,11010;41.2782461;-110.7987521:11011;41.2784063;-110.7985425,way_type=user_defined:way_id=80W +edge,11011,11011;41.2784063;-110.7985425:11012;41.27908;-110.7976613,way_type=user_defined:way_id=80W +edge,11012,11012;41.27908;-110.7976613:11013;41.2796914;-110.7968566,way_type=user_defined:way_id=80W +edge,11013,11013;41.2796914;-110.7968566:11014;41.2800687;-110.7963666,way_type=user_defined:way_id=80W +edge,11014,11014;41.2800687;-110.7963666:11015;41.280878;-110.7953087,way_type=user_defined:way_id=80W +edge,11015,11015;41.280878;-110.7953087:11016;41.2815178;-110.7944687,way_type=user_defined:way_id=80W +edge,11016,11016;41.2815178;-110.7944687:11017;41.2820016;-110.7938376,way_type=user_defined:way_id=80W +edge,11017,11017;41.2820016;-110.7938376:11018;41.2827841;-110.7928053,way_type=user_defined:way_id=80W +edge,11018,11018;41.2827841;-110.7928053:11019;41.2836647;-110.7916549,way_type=user_defined:way_id=80W +edge,11019,11019;41.2836647;-110.7916549:11020;41.2843548;-110.7907455,way_type=user_defined:way_id=80W +edge,11020,11020;41.2843548;-110.7907455:11021;41.2850932;-110.7897847,way_type=user_defined:way_id=80W +edge,11021,11021;41.2850932;-110.7897847:11022;41.2858469;-110.7887926,way_type=user_defined:way_id=80W +edge,11022,11022;41.2858469;-110.7887926:11023;41.2873198;-110.7868735,way_type=user_defined:way_id=80W +edge,11023,11023;41.2873198;-110.7868735:11024;41.2879765;-110.7860119,way_type=user_defined:way_id=80W +edge,11024,11024;41.2879765;-110.7860119:11025;41.288827;-110.7849031,way_type=user_defined:way_id=80W +edge,11025,11025;41.288827;-110.7849031:11026;41.2900259;-110.7833305,way_type=user_defined:way_id=80W +edge,11026,11026;41.2900259;-110.7833305:11027;41.2901586;-110.7831573,way_type=user_defined:way_id=80W +edge,11027,11027;41.2901586;-110.7831573:11028;41.2906094;-110.7825757,way_type=user_defined:way_id=80W +edge,11028,11028;41.2906094;-110.7825757:11029;41.2912604;-110.7817197,way_type=user_defined:way_id=80W +edge,11029,11029;41.2912604;-110.7817197:11030;41.2924951;-110.7801084,way_type=user_defined:way_id=80W +edge,11030,11030;41.2924951;-110.7801084:11031;41.2928031;-110.7797005,way_type=user_defined:way_id=80W +edge,11031,11031;41.2928031;-110.7797005:11032;41.2929783;-110.7794618,way_type=user_defined:way_id=80W +edge,11032,11032;41.2929783;-110.7794618:11033;41.2931072;-110.7792832,way_type=user_defined:way_id=80W +edge,11033,11033;41.2931072;-110.7792832:11034;41.2932593;-110.7790671,way_type=user_defined:way_id=80W +edge,11034,11034;41.2932593;-110.7790671:11035;41.2934183;-110.7788328,way_type=user_defined:way_id=80W +edge,11035,11035;41.2934183;-110.7788328:11036;41.2935594;-110.7786153,way_type=user_defined:way_id=80W +edge,11036,11036;41.2935594;-110.7786153:11037;41.2936141;-110.7785269,way_type=user_defined:way_id=80W +edge,11037,11037;41.2936141;-110.7785269:11038;41.2937137;-110.7783642,way_type=user_defined:way_id=80W +edge,11038,11038;41.2937137;-110.7783642:11039;41.2938466;-110.7781368,way_type=user_defined:way_id=80W +edge,11039,11039;41.2938466;-110.7781368:11040;41.2939809;-110.7778985,way_type=user_defined:way_id=80W +edge,11040,11040;41.2939809;-110.7778985:11041;41.2943812;-110.7771758,way_type=user_defined:way_id=80W +edge,11041,11041;41.2943812;-110.7771758:11042;41.2945081;-110.7769405,way_type=user_defined:way_id=80W +edge,11042,11042;41.2945081;-110.7769405:11043;41.2946442;-110.7766783,way_type=user_defined:way_id=80W +edge,11043,11043;41.2946442;-110.7766783:11044;41.2949337;-110.7761033,way_type=user_defined:way_id=80W +edge,11044,11044;41.2949337;-110.7761033:11045;41.295535;-110.7748951,way_type=user_defined:way_id=80W +edge,11045,11045;41.295535;-110.7748951:11046;41.296015;-110.7739357,way_type=user_defined:way_id=80W +edge,11046,11046;41.296015;-110.7739357:11047;41.2968707;-110.7722195,way_type=user_defined:way_id=80W +edge,11047,11047;41.2968707;-110.7722195:11048;41.2972718;-110.7714086,way_type=user_defined:way_id=80W +edge,11048,11048;41.2972718;-110.7714086:11049;41.2977682;-110.7704126,way_type=user_defined:way_id=80W +edge,11049,11049;41.2977682;-110.7704126:11050;41.298307;-110.7693254,way_type=user_defined:way_id=80W +edge,11050,11050;41.298307;-110.7693254:11051;41.2989217;-110.7680922,way_type=user_defined:way_id=80W +edge,11051,11051;41.2989217;-110.7680922:11052;41.2993674;-110.7671894,way_type=user_defined:way_id=80W +edge,11052,11052;41.2993674;-110.7671894:11053;41.2999415;-110.7660419,way_type=user_defined:way_id=80W +edge,11053,11053;41.2999415;-110.7660419:11054;41.3006104;-110.7646938,way_type=user_defined:way_id=80W +edge,11054,11054;41.3006104;-110.7646938:11055;41.3008646;-110.7641846,way_type=user_defined:way_id=80W +edge,11055,11055;41.3008646;-110.7641846:11056;41.3011207;-110.7636638,way_type=user_defined:way_id=80W +edge,11056,11056;41.3011207;-110.7636638:11057;41.3012394;-110.7634175,way_type=user_defined:way_id=80W +edge,11057,11057;41.3012394;-110.7634175:11058;41.3013679;-110.7631459,way_type=user_defined:way_id=80W +edge,11058,11058;41.3013679;-110.7631459:11059;41.301483;-110.7628963,way_type=user_defined:way_id=80W +edge,11059,11059;41.301483;-110.7628963:11060;41.3015805;-110.7626766,way_type=user_defined:way_id=80W +edge,11060,11060;41.3015805;-110.7626766:11061;41.3017106;-110.7623729,way_type=user_defined:way_id=80W +edge,11061,11061;41.3017106;-110.7623729:11062;41.3018195;-110.7621081,way_type=user_defined:way_id=80W +edge,11062,11062;41.3018195;-110.7621081:11063;41.3019189;-110.7618586,way_type=user_defined:way_id=80W +edge,11063,11063;41.3019189;-110.7618586:11064;41.3020666;-110.7614735,way_type=user_defined:way_id=80W +edge,11064,11064;41.3020666;-110.7614735:11065;41.3021264;-110.7613138,way_type=user_defined:way_id=80W +edge,11065,11065;41.3021264;-110.7613138:11066;41.3022276;-110.7610349,way_type=user_defined:way_id=80W +edge,11066,11066;41.3022276;-110.7610349:11067;41.3023222;-110.7607627,way_type=user_defined:way_id=80W +edge,11067,11067;41.3023222;-110.7607627:11068;41.3024078;-110.7605059,way_type=user_defined:way_id=80W +edge,11068,11068;41.3024078;-110.7605059:11069;41.3025041;-110.7602042,way_type=user_defined:way_id=80W +edge,11069,11069;41.3025041;-110.7602042:11070;41.302578;-110.7599628,way_type=user_defined:way_id=80W +edge,11070,11070;41.302578;-110.7599628:11071;41.3027522;-110.7593701,way_type=user_defined:way_id=80W +edge,11071,11071;41.3027522;-110.7593701:11072;41.3029677;-110.7586198,way_type=user_defined:way_id=80W +edge,11072,11072;41.3029677;-110.7586198:11073;41.30345182;-110.7569123,way_type=user_defined:way_id=80W +edge,11073,11073;41.30345182;-110.7569123:11074;41.3034775;-110.7568217,way_type=user_defined:way_id=80W +edge,11074,11074;41.3034775;-110.7568217:11075;41.3039094;-110.7553107,way_type=user_defined:way_id=80W +edge,11075,11075;41.3039094;-110.7553107:11076;41.3045214;-110.753151,way_type=user_defined:way_id=80W +edge,11076,11076;41.3045214;-110.753151:11077;41.3049065;-110.7517998,way_type=user_defined:way_id=80W +edge,11077,11077;41.3049065;-110.7517998:11078;41.3053996;-110.7500789,way_type=user_defined:way_id=80W +edge,11078,11078;41.3053996;-110.7500789:11079;41.3061834;-110.7473134,way_type=user_defined:way_id=80W +edge,11079,11079;41.3061834;-110.7473134:11080;41.3064257;-110.746465,way_type=user_defined:way_id=80W +edge,11080,11080;41.3064257;-110.746465:11081;41.307068;-110.7442038,way_type=user_defined:way_id=80W +edge,11081,11081;41.307068;-110.7442038:11082;41.3073104;-110.7433603,way_type=user_defined:way_id=80W +edge,11082,11082;41.3073104;-110.7433603:11083;41.3077671;-110.74174,way_type=user_defined:way_id=80W +edge,11083,11083;41.3077671;-110.74174:11084;41.3082372;-110.740094,way_type=user_defined:way_id=80W +edge,11084,11084;41.3082372;-110.740094:11085;41.308496;-110.7391765,way_type=user_defined:way_id=80W +edge,11085,11085;41.308496;-110.7391765:11086;41.3085683;-110.7389113,way_type=user_defined:way_id=80W +edge,11086,11086;41.3085683;-110.7389113:11087;41.3086466;-110.7386091,way_type=user_defined:way_id=80W +edge,11087,11087;41.3086466;-110.7386091:11088;41.3087066;-110.7383602,way_type=user_defined:way_id=80W +edge,11088,11088;41.3087066;-110.7383602:11089;41.3087738;-110.7380535,way_type=user_defined:way_id=80W +edge,11089,11089;41.3087738;-110.7380535:11090;41.3088283;-110.7377716,way_type=user_defined:way_id=80W +edge,11090,11090;41.3088283;-110.7377716:11091;41.3088754;-110.7374969,way_type=user_defined:way_id=80W +edge,11091,11091;41.3088754;-110.7374969:11092;41.3089244;-110.7371652,way_type=user_defined:way_id=80W +edge,11092,11092;41.3089244;-110.7371652:11093;41.3089589;-110.7368779,way_type=user_defined:way_id=80W +edge,11093,11093;41.3089589;-110.7368779:11094;41.3089881;-110.7365617,way_type=user_defined:way_id=80W +edge,11094,11094;41.3089881;-110.7365617:11095;41.30899399;-110.7364768,way_type=user_defined:way_id=80W +edge,11095,11095;41.30899399;-110.7364768:11096;41.3090075;-110.736282,way_type=user_defined:way_id=80W +edge,11096,11096;41.3090075;-110.736282:11097;41.3090211;-110.735983,way_type=user_defined:way_id=80W +edge,11097,11097;41.3090211;-110.735983:11098;41.3090269;-110.7356929,way_type=user_defined:way_id=80W +edge,11098,11098;41.3090269;-110.7356929:11099;41.309026;-110.7354115,way_type=user_defined:way_id=80W +edge,11099,11099;41.309026;-110.7354115:11100;41.3090171;-110.735083,way_type=user_defined:way_id=80W +edge,11100,11100;41.3090171;-110.735083:11101;41.3090171;-110.735083,way_type=user_defined:way_id=80W +edge,11101,11101;41.3090171;-110.735083:11102;41.309;-110.7347834,way_type=user_defined:way_id=80W +edge,11102,11102;41.309;-110.7347834:11103;41.3089775;-110.7345035,way_type=user_defined:way_id=80W +edge,11103,11103;41.3089775;-110.7345035:11104;41.3089453;-110.7341877,way_type=user_defined:way_id=80W +edge,11104,11104;41.3089453;-110.7341877:11105;41.3089089;-110.7339011,way_type=user_defined:way_id=80W +edge,11105,11105;41.3089089;-110.7339011:11106;41.30889146;-110.7337847,way_type=user_defined:way_id=80W +edge,11106,11106;41.30889146;-110.7337847:11107;41.308862;-110.733588,way_type=user_defined:way_id=80W +edge,11107,11107;41.308862;-110.733588:11108;41.3088113;-110.7332959,way_type=user_defined:way_id=80W +edge,11108,11108;41.3088113;-110.7332959:11109;41.3087572;-110.733024,way_type=user_defined:way_id=80W +edge,11109,11109;41.3087572;-110.733024:11110;41.3086945;-110.7327461,way_type=user_defined:way_id=80W +edge,11110,11110;41.3086945;-110.7327461:11111;41.3086767;-110.7326732,way_type=user_defined:way_id=80W +edge,11111,11111;41.3086767;-110.7326732:11112;41.3086169;-110.7324355,way_type=user_defined:way_id=80W +edge,11112,11112;41.3086169;-110.7324355:11113;41.3085429;-110.7321633,way_type=user_defined:way_id=80W +edge,11113,11113;41.3085429;-110.7321633:11114;41.3084669;-110.7319027,way_type=user_defined:way_id=80W +edge,11114,11114;41.3084669;-110.7319027:11115;41.3083833;-110.7316272,way_type=user_defined:way_id=80W +edge,11115,11115;41.3083833;-110.7316272:11116;41.3082923;-110.7313341,way_type=user_defined:way_id=80W +edge,11116,11116;41.3082923;-110.7313341:11117;41.30816168;-110.7309208,way_type=user_defined:way_id=80W +edge,11117,11117;41.30816168;-110.7309208:11118;41.30816168;-110.7309208,way_type=user_defined:way_id=80W +edge,11118,11118;41.30816168;-110.7309208:11119;41.3079336;-110.7301952,way_type=user_defined:way_id=80W +edge,11119,11119;41.3079336;-110.7301952:11120;41.30741459;-110.7285313,way_type=user_defined:way_id=80W +edge,11120,11120;41.30741459;-110.7285313:11121;41.3070194;-110.7272643,way_type=user_defined:way_id=80W +edge,11121,11121;41.3070194;-110.7272643:11122;41.3070194;-110.7272643,way_type=user_defined:way_id=80W +edge,11122,11122;41.3070194;-110.7272643:11123;41.30692812;-110.726969,way_type=user_defined:way_id=80W +edge,11123,11123;41.30692812;-110.726969:11124;41.306481;-110.7255228,way_type=user_defined:way_id=80W +edge,11124,11124;41.306481;-110.7255228:11125;41.3061367;-110.7244225,way_type=user_defined:way_id=80W +edge,11125,11125;41.3061367;-110.7244225:11126;41.3058773;-110.7235861,way_type=user_defined:way_id=80W +edge,11126,11126;41.3058773;-110.7235861:11127;41.3052541;-110.7215966,way_type=user_defined:way_id=80W +edge,11127,11127;41.3052541;-110.7215966:11128;41.3048476;-110.7202818,way_type=user_defined:way_id=80W +edge,11128,11128;41.3048476;-110.7202818:11129;41.3044851;-110.719118,way_type=user_defined:way_id=80W +edge,11129,11129;41.3044851;-110.719118:11130;41.3037199;-110.716676,way_type=user_defined:way_id=80W +edge,11130,11130;41.3037199;-110.716676:11131;41.3030231;-110.7144344,way_type=user_defined:way_id=80W +edge,11131,11131;41.3030231;-110.7144344:11132;41.3026206;-110.7131328,way_type=user_defined:way_id=80W +edge,11132,11132;41.3026206;-110.7131328:11133;41.302065;-110.7113631,way_type=user_defined:way_id=80W +edge,11133,11133;41.302065;-110.7113631:11134;41.3016464;-110.7100229,way_type=user_defined:way_id=80W +edge,11134,11134;41.3016464;-110.7100229:11135;41.3013572;-110.7090909,way_type=user_defined:way_id=80W +edge,11135,11135;41.3013572;-110.7090909:11136;41.3008565;-110.7074889,way_type=user_defined:way_id=80W +edge,11136,11136;41.3008565;-110.7074889:11137;41.3004623;-110.7062167,way_type=user_defined:way_id=80W +edge,11137,11137;41.3004623;-110.7062167:11138;41.3001697;-110.7052871,way_type=user_defined:way_id=80W +edge,11138,11138;41.3001697;-110.7052871:11139;41.2997438;-110.703911,way_type=user_defined:way_id=80W +edge,11139,11139;41.2997438;-110.703911:11140;41.2994933;-110.7031071,way_type=user_defined:way_id=80W +edge,11140,11140;41.2994933;-110.7031071:11141;41.2990414;-110.701673,way_type=user_defined:way_id=80W +edge,11141,11141;41.2990414;-110.701673:11142;41.2988271;-110.7009878,way_type=user_defined:way_id=80W +edge,11142,11142;41.2988271;-110.7009878:11143;41.2987716;-110.7008124,way_type=user_defined:way_id=80W +edge,11143,11143;41.2987716;-110.7008124:11144;41.2986859;-110.7005508,way_type=user_defined:way_id=80W +edge,11144,11144;41.2986859;-110.7005508:11145;41.2985934;-110.7002834,way_type=user_defined:way_id=80W +edge,11145,11145;41.2985934;-110.7002834:11146;41.2985466;-110.7001556,way_type=user_defined:way_id=80W +edge,11146,11146;41.2985466;-110.7001556:11147;41.2984868;-110.6999941,way_type=user_defined:way_id=80W +edge,11147,11147;41.2984868;-110.6999941:11148;41.2983869;-110.6997428,way_type=user_defined:way_id=80W +edge,11148,11148;41.2983869;-110.6997428:11149;41.2982505;-110.6994227,way_type=user_defined:way_id=80W +edge,11149,11149;41.2982505;-110.6994227:11150;41.2981521;-110.6992054,way_type=user_defined:way_id=80W +edge,11150,11150;41.2981521;-110.6992054:11151;41.2980377;-110.6989688,way_type=user_defined:way_id=80W +edge,11151,11151;41.2980377;-110.6989688:11152;41.2978987;-110.6986965,way_type=user_defined:way_id=80W +edge,11152,11152;41.2978987;-110.6986965:11153;41.2977718;-110.6984574,way_type=user_defined:way_id=80W +edge,11153,11153;41.2977718;-110.6984574:11154;41.2972425;-110.6974758,way_type=user_defined:way_id=80W +edge,11154,11154;41.2972425;-110.6974758:11155;41.2968365;-110.6967086,way_type=user_defined:way_id=80W +edge,11155,11155;41.2968365;-110.6967086:11156;41.29617501;-110.6954777,way_type=user_defined:way_id=80W +edge,11156,11156;41.29617501;-110.6954777:11157;41.2960551;-110.6952492,way_type=user_defined:way_id=80W +edge,11157,11157;41.2960551;-110.6952492:11158;41.2959153;-110.6949726,way_type=user_defined:way_id=80W +edge,11158,11158;41.2959153;-110.6949726:11159;41.2958263;-110.6947871,way_type=user_defined:way_id=80W +edge,11159,11159;41.2958263;-110.6947871:11160;41.295784;-110.6946982,way_type=user_defined:way_id=80W +edge,11160,11160;41.295784;-110.6946982:11161;41.2956698;-110.6944437,way_type=user_defined:way_id=80W +edge,11161,11161;41.2956698;-110.6944437:11162;41.2955668;-110.694191,way_type=user_defined:way_id=80W +edge,11162,11162;41.2955668;-110.694191:11163;41.2954602;-110.6938996,way_type=user_defined:way_id=80W +edge,11163,11163;41.2954602;-110.6938996:11164;41.2953728;-110.6936279,way_type=user_defined:way_id=80W +edge,11164,11164;41.2953728;-110.6936279:11165;41.2952891;-110.6933348,way_type=user_defined:way_id=80W +edge,11165,11165;41.2952891;-110.6933348:11166;41.2952208;-110.6930657,way_type=user_defined:way_id=80W +edge,11166,11166;41.2952208;-110.6930657:11167;41.2951573;-110.6927844,way_type=user_defined:way_id=80W +edge,11167,11167;41.2951573;-110.6927844:11168;41.295142;-110.6927112,way_type=user_defined:way_id=80W +edge,11168,11168;41.295142;-110.6927112:11169;41.2950927;-110.6924633,way_type=user_defined:way_id=80W +edge,11169,11169;41.2950927;-110.6924633:11170;41.2950439;-110.6921852,way_type=user_defined:way_id=80W +edge,11170,11170;41.2950439;-110.6921852:11171;41.2949955;-110.6918674,way_type=user_defined:way_id=80W +edge,11171,11171;41.2949955;-110.6918674:11172;41.2949594;-110.6915749,way_type=user_defined:way_id=80W +edge,11172,11172;41.2949594;-110.6915749:11173;41.294929;-110.6912511,way_type=user_defined:way_id=80W +edge,11173,11173;41.294929;-110.6912511:11174;41.2949104;-110.6909637,way_type=user_defined:way_id=80W +edge,11174,11174;41.2949104;-110.6909637:11175;41.2948992;-110.6906466,way_type=user_defined:way_id=80W +edge,11175,11175;41.2948992;-110.6906466:11176;41.294897;-110.6903485,way_type=user_defined:way_id=80W +edge,11176,11176;41.294897;-110.6903485:11177;41.2949037;-110.6900219,way_type=user_defined:way_id=80W +edge,11177,11177;41.2949037;-110.6900219:11178;41.2949176;-110.6897344,way_type=user_defined:way_id=80W +edge,11178,11178;41.2949176;-110.6897344:11179;41.2949403;-110.6894193,way_type=user_defined:way_id=80W +edge,11179,11179;41.2949403;-110.6894193:11180;41.2949694;-110.6891252,way_type=user_defined:way_id=80W +edge,11180,11180;41.2949694;-110.6891252:11181;41.2950006;-110.688878,way_type=user_defined:way_id=80W +edge,11181,11181;41.2950006;-110.688878:11182;41.2950103;-110.6888046,way_type=user_defined:way_id=80W +edge,11182,11182;41.2950103;-110.6888046:11183;41.2950618;-110.6884864,way_type=user_defined:way_id=80W +edge,11183,11183;41.2950618;-110.6884864:11184;41.2951153;-110.6882083,way_type=user_defined:way_id=80W +edge,11184,11184;41.2951153;-110.6882083:11185;41.2951773;-110.6879327,way_type=user_defined:way_id=80W +edge,11185,11185;41.2951773;-110.6879327:11186;41.2952457;-110.6876611,way_type=user_defined:way_id=80W +edge,11186,11186;41.2952457;-110.6876611:11187;41.2953332;-110.6873479,way_type=user_defined:way_id=80W +edge,11187,11187;41.2953332;-110.6873479:11188;41.2954256;-110.6870577,way_type=user_defined:way_id=80W +edge,11188,11188;41.2954256;-110.6870577:11189;41.2955196;-110.6867897,way_type=user_defined:way_id=80W +edge,11189,11189;41.2955196;-110.6867897:11190;41.2956171;-110.6865352,way_type=user_defined:way_id=80W +edge,11190,11190;41.2956171;-110.6865352:11191;41.2957392;-110.6862448,way_type=user_defined:way_id=80W +edge,11191,11191;41.2957392;-110.6862448:11192;41.2958629;-110.6859765,way_type=user_defined:way_id=80W +edge,11192,11192;41.2958629;-110.6859765:11193;41.2959846;-110.6857289,way_type=user_defined:way_id=80W +edge,11193,11193;41.2959846;-110.6857289:11194;41.2961063;-110.6854928,way_type=user_defined:way_id=80W +edge,11194,11194;41.2961063;-110.6854928:11195;41.2962482;-110.6852291,way_type=user_defined:way_id=80W +edge,11195,11195;41.2962482;-110.6852291:11196;41.2973231;-110.6832797,way_type=user_defined:way_id=80W +edge,11196,11196;41.2973231;-110.6832797:11197;41.297597;-110.6827895,way_type=user_defined:way_id=80W +edge,11197,11197;41.297597;-110.6827895:11198;41.2977295;-110.6825483,way_type=user_defined:way_id=80W +edge,11198,11198;41.2977295;-110.6825483:11199;41.2978513;-110.6823197,way_type=user_defined:way_id=80W +edge,11199,11199;41.2978513;-110.6823197:11200;41.2979815;-110.6820652,way_type=user_defined:way_id=80W +edge,11200,11200;41.2979815;-110.6820652:11201;41.2981034;-110.6818141,way_type=user_defined:way_id=80W +edge,11201,11201;41.2981034;-110.6818141:11202;41.2982205;-110.6815583,way_type=user_defined:way_id=80W +edge,11202,11202;41.2982205;-110.6815583:11203;41.2983355;-110.6812899,way_type=user_defined:way_id=80W +edge,11203,11203;41.2983355;-110.6812899:11204;41.2984381;-110.6810337,way_type=user_defined:way_id=80W +edge,11204,11204;41.2984381;-110.6810337:11205;41.2985382;-110.6807651,way_type=user_defined:way_id=80W +edge,11205,11205;41.2985382;-110.6807651:11206;41.2986389;-110.680476,way_type=user_defined:way_id=80W +edge,11206,11206;41.2986389;-110.680476:11207;41.2987236;-110.680218,way_type=user_defined:way_id=80W +edge,11207,11207;41.2987236;-110.680218:11208;41.2988059;-110.6799486,way_type=user_defined:way_id=80W +edge,11208,11208;41.2988059;-110.6799486:11209;41.2988895;-110.6796495,way_type=user_defined:way_id=80W +edge,11209,11209;41.2988895;-110.6796495:11210;41.29896;-110.6793737,way_type=user_defined:way_id=80W +edge,11210,11210;41.29896;-110.6793737:11211;41.2990252;-110.6790956,way_type=user_defined:way_id=80W +edge,11211,11211;41.2990252;-110.6790956:11212;41.2990905;-110.6787881,way_type=user_defined:way_id=80W +edge,11212,11212;41.2990905;-110.6787881:11213;41.2991425;-110.6785147,way_type=user_defined:way_id=80W +edge,11213,11213;41.2991425;-110.6785147:11214;41.2991905;-110.6782305,way_type=user_defined:way_id=80W +edge,11214,11214;41.2991905;-110.6782305:11215;41.2992368;-110.6779173,way_type=user_defined:way_id=80W +edge,11215,11215;41.2992368;-110.6779173:11216;41.2992734;-110.6776309,way_type=user_defined:way_id=80W +edge,11216,11216;41.2992734;-110.6776309:11217;41.29930082;-110.677379,way_type=user_defined:way_id=80W +edge,11217,11217;41.29930082;-110.677379:11218;41.2993077;-110.6773157,way_type=user_defined:way_id=80W +edge,11218,11218;41.2993077;-110.6773157:11219;41.2993336;-110.6770191,way_type=user_defined:way_id=80W +edge,11219,11219;41.2993336;-110.6770191:11220;41.2993516;-110.676741,way_type=user_defined:way_id=80W +edge,11220,11220;41.2993516;-110.676741:11221;41.2993638;-110.6764535,way_type=user_defined:way_id=80W +edge,11221,11221;41.2993638;-110.6764535:11222;41.2993707;-110.6761575,way_type=user_defined:way_id=80W +edge,11222,11222;41.2993707;-110.6761575:11223;41.2993712;-110.676092,way_type=user_defined:way_id=80W +edge,11223,11223;41.2993712;-110.676092:11224;41.2993716;-110.675842,way_type=user_defined:way_id=80W +edge,11224,11224;41.2993716;-110.675842:11225;41.299368;-110.675546,way_type=user_defined:way_id=80W +edge,11225,11225;41.299368;-110.675546:11226;41.2993545;-110.6746572,way_type=user_defined:way_id=80W +edge,11226,11226;41.2993545;-110.6746572:11227;41.2993405;-110.6738652,way_type=user_defined:way_id=80W +edge,11227,11227;41.2993405;-110.6738652:11228;41.2993405;-110.6738652,way_type=user_defined:way_id=80W +edge,11228,11228;41.2993405;-110.6738652:11229;41.2993158;-110.6722867,way_type=user_defined:way_id=80W +edge,11229,11229;41.2993158;-110.6722867:11230;41.29928107;-110.6700675,way_type=user_defined:way_id=80W +edge,11230,11230;41.29928107;-110.6700675:11231;41.29928107;-110.6700675,way_type=user_defined:way_id=80W +edge,11231,11231;41.29928107;-110.6700675:11232;41.299267;-110.6690787,way_type=user_defined:way_id=80W +edge,11232,11232;41.299267;-110.6690787:11233;41.29924811;-110.6679938,way_type=user_defined:way_id=80W +edge,11233,11233;41.29924811;-110.6679938:11234;41.2992408;-110.6675736,way_type=user_defined:way_id=80W +edge,11234,11234;41.2992408;-110.6675736:11235;41.2992285;-110.6667526,way_type=user_defined:way_id=80W +edge,11235,11235;41.2992285;-110.6667526:11236;41.2992285;-110.6667526,way_type=user_defined:way_id=80W +edge,11236,11236;41.2992285;-110.6667526:11237;41.29922515;-110.6665469,way_type=user_defined:way_id=80W +edge,11237,11237;41.29922515;-110.6665469:11238;41.2992044;-110.6652711,way_type=user_defined:way_id=80W +edge,11238,11238;41.2992044;-110.6652711:11239;41.2991882;-110.6641597,way_type=user_defined:way_id=80W +edge,11239,11239;41.2991882;-110.6641597:11240;41.299165;-110.6627902,way_type=user_defined:way_id=80W +edge,11240,11240;41.299165;-110.6627902:11241;41.2991469;-110.6614609,way_type=user_defined:way_id=80W +edge,11241,11241;41.2991469;-110.6614609:11242;41.2991313;-110.6605578,way_type=user_defined:way_id=80W +edge,11242,11242;41.2991313;-110.6605578:11243;41.2991194;-110.659694,way_type=user_defined:way_id=80W +edge,11243,11243;41.2991194;-110.659694:11244;41.2990975;-110.6585083,way_type=user_defined:way_id=80W +edge,11244,11244;41.2990975;-110.6585083:11245;41.2990563;-110.6559173,way_type=user_defined:way_id=80W +edge,11245,11245;41.2990563;-110.6559173:11246;41.299029;-110.6543296,way_type=user_defined:way_id=80W +edge,11246,11246;41.299029;-110.6543296:11247;41.2990129;-110.6530761,way_type=user_defined:way_id=80W +edge,11247,11247;41.2990129;-110.6530761:11248;41.2990037;-110.6526064,way_type=user_defined:way_id=80W +edge,11248,11248;41.2990037;-110.6526064:11249;41.2989952;-110.6523098,way_type=user_defined:way_id=80W +edge,11249,11249;41.2989952;-110.6523098:11250;41.2989591;-110.651414,way_type=user_defined:way_id=80W +edge,11250,11250;41.2989591;-110.651414:11251;41.29895417;-110.651258,way_type=user_defined:way_id=80W +edge,11251,11251;41.29895417;-110.651258:11252;41.2989478;-110.6510566,way_type=user_defined:way_id=80W +edge,11252,11252;41.2989478;-110.6510566:11253;41.2989311;-110.6501889,way_type=user_defined:way_id=80W +edge,11253,11253;41.2989311;-110.6501889:11254;41.2988985;-110.648063,way_type=user_defined:way_id=80W +edge,11254,11254;41.2988985;-110.648063:11255;41.2988985;-110.648063,way_type=user_defined:way_id=80W +edge,11255,11255;41.2988985;-110.648063:11256;41.2988807;-110.6470604,way_type=user_defined:way_id=80W +edge,11256,11256;41.2988807;-110.6470604:11257;41.298873;-110.6465389,way_type=user_defined:way_id=80W +edge,11257,11257;41.298873;-110.6465389:11258;41.2988545;-110.6452857,way_type=user_defined:way_id=80W +edge,11258,11258;41.2988545;-110.6452857:11259;41.29883269;-110.6439272,way_type=user_defined:way_id=80W +edge,11259,11259;41.29883269;-110.6439272:11260;41.29883269;-110.6439272,way_type=user_defined:way_id=80W +edge,11260,11260;41.29883269;-110.6439272:11261;41.298807;-110.6423969,way_type=user_defined:way_id=80W +edge,11261,11261;41.298807;-110.6423969:11262;41.29879133;-110.6413932,way_type=user_defined:way_id=80W +edge,11262,11262;41.29879133;-110.6413932:11263;41.2987739;-110.6402772,way_type=user_defined:way_id=80W +edge,11263,11263;41.2987739;-110.6402772:11264;41.2987739;-110.6402772,way_type=user_defined:way_id=80W +edge,11264,11264;41.2987739;-110.6402772:11265;41.29877094;-110.640104,way_type=user_defined:way_id=80W +edge,11265,11265;41.29877094;-110.640104:11266;41.2987485;-110.6387902,way_type=user_defined:way_id=80W +edge,11266,11266;41.2987485;-110.6387902:11267;41.2987186;-110.636747,way_type=user_defined:way_id=80W +edge,11267,11267;41.2987186;-110.636747:11268;41.2986898;-110.6350238,way_type=user_defined:way_id=80W +edge,11268,11268;41.2986898;-110.6350238:11269;41.29868087;-110.6344391,way_type=user_defined:way_id=80W +edge,11269,11269;41.29868087;-110.6344391:11270;41.29866923;-110.6336774,way_type=user_defined:way_id=80W +edge,11270,11270;41.29866923;-110.6336774:11271;41.2986657;-110.6334467,way_type=user_defined:way_id=80W +edge,11271,11271;41.2986657;-110.6334467:11272;41.2986438;-110.6322184,way_type=user_defined:way_id=80W +edge,11272,11272;41.2986438;-110.6322184:11273;41.2986438;-110.6322184,way_type=user_defined:way_id=80W +edge,11273,11273;41.2986438;-110.6322184:11274;41.2986294;-110.6313554,way_type=user_defined:way_id=80W +edge,11274,11274;41.2986294;-110.6313554:11275;41.2986204;-110.6306756,way_type=user_defined:way_id=80W +edge,11275,11275;41.2986204;-110.6306756:11276;41.2986175;-110.6304564,way_type=user_defined:way_id=80W +edge,11276,11276;41.2986175;-110.6304564:11277;41.2985872;-110.6286842,way_type=user_defined:way_id=80W +edge,11277,11277;41.2985872;-110.6286842:11278;41.2985872;-110.6286842,way_type=user_defined:way_id=80W +edge,11278,11278;41.2985872;-110.6286842:11279;41.2985703;-110.62753,way_type=user_defined:way_id=80W +edge,11279,11279;41.2985703;-110.62753:11280;41.29855705;-110.6267156,way_type=user_defined:way_id=80W +edge,11280,11280;41.29855705;-110.6267156:11281;41.2985463;-110.6260545,way_type=user_defined:way_id=80W +edge,11281,11281;41.2985463;-110.6260545:11282;41.2985324;-110.6253311,way_type=user_defined:way_id=80W +edge,11282,11282;41.2985324;-110.6253311:11283;41.2985324;-110.6253311,way_type=user_defined:way_id=80W +edge,11283,11283;41.2985324;-110.6253311:11284;41.29852379;-110.6248553,way_type=user_defined:way_id=80W +edge,11284,11284;41.29852379;-110.6248553:11285;41.2985219;-110.6247505,way_type=user_defined:way_id=80W +edge,11285,11285;41.2985219;-110.6247505:11286;41.2984996;-110.6232677,way_type=user_defined:way_id=80W +edge,11286,11286;41.2984996;-110.6232677:11287;41.2984627;-110.6210621,way_type=user_defined:way_id=80W +edge,11287,11287;41.2984627;-110.6210621:11288;41.298403;-110.6173314,way_type=user_defined:way_id=80W +edge,11288,11288;41.298403;-110.6173314:11289;41.2983785;-110.6156836,way_type=user_defined:way_id=80W +edge,11289,11289;41.2983785;-110.6156836:11290;41.2983389;-110.613367,way_type=user_defined:way_id=80W +edge,11290,11290;41.2983389;-110.613367:11291;41.2983058;-110.6112449,way_type=user_defined:way_id=80W +edge,11291,11291;41.2983058;-110.6112449:11292;41.29829;-110.6103831,way_type=user_defined:way_id=80W +edge,11292,11292;41.29829;-110.6103831:11293;41.2982487;-110.6079288,way_type=user_defined:way_id=80W +edge,11293,11293;41.2982487;-110.6079288:11294;41.2982223;-110.6061627,way_type=user_defined:way_id=80W +edge,11294,11294;41.2982223;-110.6061627:11295;41.298172;-110.6031509,way_type=user_defined:way_id=80W +edge,11295,11295;41.298172;-110.6031509:11296;41.2981441;-110.601342,way_type=user_defined:way_id=80W +edge,11296,11296;41.2981441;-110.601342:11297;41.2981242;-110.6001934,way_type=user_defined:way_id=80W +edge,11297,11297;41.2981242;-110.6001934:11298;41.2980963;-110.5983474,way_type=user_defined:way_id=80W +edge,11298,11298;41.2980963;-110.5983474:11299;41.2980414;-110.5950677,way_type=user_defined:way_id=80W +edge,11299,11299;41.2980414;-110.5950677:11300;41.2980042;-110.5929421,way_type=user_defined:way_id=80W +edge,11300,11300;41.2980042;-110.5929421:11301;41.2979884;-110.5919581,way_type=user_defined:way_id=80W +edge,11301,11301;41.2979884;-110.5919581:11302;41.2979285;-110.5885652,way_type=user_defined:way_id=80W +edge,11302,11302;41.2979285;-110.5885652:11303;41.2978788;-110.585487,way_type=user_defined:way_id=80W +edge,11303,11303;41.2978788;-110.585487:11304;41.2978352;-110.583067,way_type=user_defined:way_id=80W +edge,11304,11304;41.2978352;-110.583067:11305;41.2978169;-110.5818773,way_type=user_defined:way_id=80W +edge,11305,11305;41.2978169;-110.5818773:11306;41.2977884;-110.5803537,way_type=user_defined:way_id=80W +edge,11306,11306;41.2977884;-110.5803537:11307;41.297744;-110.5776039,way_type=user_defined:way_id=80W +edge,11307,11307;41.297744;-110.5776039:11308;41.2977214;-110.5763368,way_type=user_defined:way_id=80W +edge,11308,11308;41.2977214;-110.5763368:11309;41.2976832;-110.5739318,way_type=user_defined:way_id=80W +edge,11309,11309;41.2976832;-110.5739318:11310;41.297653;-110.5722568,way_type=user_defined:way_id=80W +edge,11310,11310;41.297653;-110.5722568:11311;41.297624;-110.5703735,way_type=user_defined:way_id=80W +edge,11311,11311;41.297624;-110.5703735:11312;41.2976044;-110.5692573,way_type=user_defined:way_id=80W +edge,11312,11312;41.2976044;-110.5692573:11313;41.2975734;-110.5673399,way_type=user_defined:way_id=80W +edge,11313,11313;41.2975734;-110.5673399:11314;41.2975518;-110.5660766,way_type=user_defined:way_id=80W +edge,11314,11314;41.2975518;-110.5660766:11315;41.2975343;-110.5651723,way_type=user_defined:way_id=80W +edge,11315,11315;41.2975343;-110.5651723:11316;41.2975179;-110.5641598,way_type=user_defined:way_id=80W +edge,11316,11316;41.2975179;-110.5641598:11317;41.2974917;-110.5627122,way_type=user_defined:way_id=80W +edge,11317,11317;41.2974917;-110.5627122:11318;41.297452;-110.5602863,way_type=user_defined:way_id=80W +edge,11318,11318;41.297452;-110.5602863:11319;41.2974458;-110.5596775,way_type=user_defined:way_id=80W +edge,11319,11319;41.2974458;-110.5596775:11320;41.2974463;-110.5593535,way_type=user_defined:way_id=80W +edge,11320,11320;41.2974463;-110.5593535:11321;41.2974501;-110.5590281,way_type=user_defined:way_id=80W +edge,11321,11321;41.2974501;-110.5590281:11322;41.2974556;-110.5587683,way_type=user_defined:way_id=80W +edge,11322,11322;41.2974556;-110.5587683:11323;41.2974657;-110.5584542,way_type=user_defined:way_id=80W +edge,11323,11323;41.2974657;-110.5584542:11324;41.2974813;-110.5581198,way_type=user_defined:way_id=80W +edge,11324,11324;41.2974813;-110.5581198:11325;41.2974996;-110.5578053,way_type=user_defined:way_id=80W +edge,11325,11325;41.2974996;-110.5578053:11326;41.2975188;-110.5575108,way_type=user_defined:way_id=80W +edge,11326,11326;41.2975188;-110.5575108:11327;41.2975411;-110.5572169,way_type=user_defined:way_id=80W +edge,11327,11327;41.2975411;-110.5572169:11328;41.2975502;-110.5571127,way_type=user_defined:way_id=80W +edge,11328,11328;41.2975502;-110.5571127:11329;41.2975696;-110.5568951,way_type=user_defined:way_id=80W +edge,11329,11329;41.2975696;-110.5568951:11330;41.2975944;-110.5566471,way_type=user_defined:way_id=80W +edge,11330,11330;41.2975944;-110.5566471:11331;41.2975944;-110.5566471,way_type=user_defined:way_id=80W +edge,11331,11331;41.2975944;-110.5566471:11332;41.2976344;-110.5562892,way_type=user_defined:way_id=80W +edge,11332,11332;41.2976344;-110.5562892:11333;41.2976801;-110.5559329,way_type=user_defined:way_id=80W +edge,11333,11333;41.2976801;-110.5559329:11334;41.297714;-110.5556864,way_type=user_defined:way_id=80W +edge,11334,11334;41.297714;-110.5556864:11335;41.2977569;-110.5553958,way_type=user_defined:way_id=80W +edge,11335,11335;41.2977569;-110.5553958:11336;41.2978135;-110.5550424,way_type=user_defined:way_id=80W +edge,11336,11336;41.2978135;-110.5550424:11337;41.2978535;-110.5548076,way_type=user_defined:way_id=80W +edge,11337,11337;41.2978535;-110.5548076:11338;41.2979053;-110.55452,way_type=user_defined:way_id=80W +edge,11338,11338;41.2979053;-110.55452:11339;41.2979644;-110.5542059,way_type=user_defined:way_id=80W +edge,11339,11339;41.2979644;-110.5542059:11340;41.2980294;-110.5538864,way_type=user_defined:way_id=80W +edge,11340,11340;41.2980294;-110.5538864:11341;41.2980871;-110.5536226,way_type=user_defined:way_id=80W +edge,11341,11341;41.2980871;-110.5536226:11342;41.2981545;-110.5533351,way_type=user_defined:way_id=80W +edge,11342,11342;41.2981545;-110.5533351:11343;41.2982221;-110.5530589,way_type=user_defined:way_id=80W +edge,11343,11343;41.2982221;-110.5530589:11344;41.2982689;-110.5528742,way_type=user_defined:way_id=80W +edge,11344,11344;41.2982689;-110.5528742:11345;41.2983705;-110.5524852,way_type=user_defined:way_id=80W +edge,11345,11345;41.2983705;-110.5524852:11346;41.2984427;-110.5522227,way_type=user_defined:way_id=80W +edge,11346,11346;41.2984427;-110.5522227:11347;41.2985311;-110.551918,way_type=user_defined:way_id=80W +edge,11347,11347;41.2985311;-110.551918:11348;41.2986129;-110.5516504,way_type=user_defined:way_id=80W +edge,11348,11348;41.2986129;-110.5516504:11349;41.2987407;-110.5512516,way_type=user_defined:way_id=80W +edge,11349,11349;41.2987407;-110.5512516:11350;41.2990491;-110.5503143,way_type=user_defined:way_id=80W +edge,11350,11350;41.2990491;-110.5503143:11351;41.2992648;-110.5496673,way_type=user_defined:way_id=80W +edge,11351,11351;41.2992648;-110.5496673:11352;41.2992648;-110.5496673,way_type=user_defined:way_id=80W +edge,11352,11352;41.2992648;-110.5496673:11353;41.2998566;-110.5478743,way_type=user_defined:way_id=80W +edge,11353,11353;41.2998566;-110.5478743:11354;41.3002383;-110.5467132,way_type=user_defined:way_id=80W +edge,11354,11354;41.3002383;-110.5467132:11355;41.30031447;-110.5464838,way_type=user_defined:way_id=80W +edge,11355,11355;41.30031447;-110.5464838:11356;41.30079191;-110.5450461,way_type=user_defined:way_id=80W +edge,11356,11356;41.30079191;-110.5450461:11357;41.30079191;-110.5450461,way_type=user_defined:way_id=80W +edge,11357,11357;41.30079191;-110.5450461:11358;41.3008956;-110.5447338,way_type=user_defined:way_id=80W +edge,11358,11358;41.3008956;-110.5447338:11359;41.3011466;-110.5439711,way_type=user_defined:way_id=80W +edge,11359,11359;41.3011466;-110.5439711:11360;41.3015178;-110.5428512,way_type=user_defined:way_id=80W +edge,11360,11360;41.3015178;-110.5428512:11361;41.3018981;-110.5416946,way_type=user_defined:way_id=80W +edge,11361,11361;41.3018981;-110.5416946:11362;41.30218289;-110.540827,way_type=user_defined:way_id=80W +edge,11362,11362;41.30218289;-110.540827:11363;41.3022453;-110.5406369,way_type=user_defined:way_id=80W +edge,11363,11363;41.3022453;-110.5406369:11364;41.3024099;-110.5401406,way_type=user_defined:way_id=80W +edge,11364,11364;41.3024099;-110.5401406:11365;41.3025986;-110.5395769,way_type=user_defined:way_id=80W +edge,11365,11365;41.3025986;-110.5395769:11366;41.3029588;-110.5384828,way_type=user_defined:way_id=80W +edge,11366,11366;41.3029588;-110.5384828:11367;41.30312611;-110.537984,way_type=user_defined:way_id=80W +edge,11367,11367;41.30312611;-110.537984:11368;41.30312611;-110.537984,way_type=user_defined:way_id=80W +edge,11368,11368;41.30312611;-110.537984:11369;41.30371997;-110.5361912,way_type=user_defined:way_id=80W +edge,11369,11369;41.30371997;-110.5361912:11370;41.3037708;-110.5360377,way_type=user_defined:way_id=80W +edge,11370,11370;41.3037708;-110.5360377:11371;41.3042239;-110.5346606,way_type=user_defined:way_id=80W +edge,11371,11371;41.3042239;-110.5346606:11372;41.3045002;-110.5338267,way_type=user_defined:way_id=80W +edge,11372,11372;41.3045002;-110.5338267:11373;41.30457799;-110.5335872,way_type=user_defined:way_id=80W +edge,11373,11373;41.30457799;-110.5335872:11374;41.30457799;-110.5335872,way_type=user_defined:way_id=80W +edge,11374,11374;41.30457799;-110.5335872:11375;41.30482247;-110.5328348,way_type=user_defined:way_id=80W +edge,11375,11375;41.30482247;-110.5328348:11376;41.304868;-110.5326946,way_type=user_defined:way_id=80W +edge,11376,11376;41.304868;-110.5326946:11377;41.3050514;-110.5321366,way_type=user_defined:way_id=80W +edge,11377,11377;41.3050514;-110.5321366:11378;41.3054125;-110.5310431,way_type=user_defined:way_id=80W +edge,11378,11378;41.3054125;-110.5310431:11379;41.3058307;-110.5297889,way_type=user_defined:way_id=80W +edge,11379,11379;41.3058307;-110.5297889:11380;41.3061481;-110.5288278,way_type=user_defined:way_id=80W +edge,11380,11380;41.3061481;-110.5288278:11381;41.3065159;-110.5277033,way_type=user_defined:way_id=80W +edge,11381,11381;41.3065159;-110.5277033:11382;41.307585;-110.5244709,way_type=user_defined:way_id=80W +edge,11382,11382;41.307585;-110.5244709:11383;41.3084105;-110.5219471,way_type=user_defined:way_id=80W +edge,11383,11383;41.3084105;-110.5219471:11384;41.308687;-110.521117,way_type=user_defined:way_id=80W +edge,11384,11384;41.308687;-110.521117:11385;41.3090507;-110.5200368,way_type=user_defined:way_id=80W +edge,11385,11385;41.3090507;-110.5200368:11386;41.3093372;-110.5191682,way_type=user_defined:way_id=80W +edge,11386,11386;41.3093372;-110.5191682:11387;41.3096962;-110.5180863,way_type=user_defined:way_id=80W +edge,11387,11387;41.3096962;-110.5180863:11388;41.3101549;-110.5166884,way_type=user_defined:way_id=80W +edge,11388,11388;41.3101549;-110.5166884:11389;41.31032702;-110.5161753,way_type=user_defined:way_id=80W +edge,11389,11389;41.31032702;-110.5161753:11390;41.3106181;-110.5153076,way_type=user_defined:way_id=80W +edge,11390,11390;41.3106181;-110.5153076:11391;41.3107129;-110.5150193,way_type=user_defined:way_id=80W +edge,11391,11391;41.3107129;-110.5150193:11392;41.3110618;-110.5139453,way_type=user_defined:way_id=80W +edge,11392,11392;41.3110618;-110.5139453:11393;41.3110618;-110.5139453,way_type=user_defined:way_id=80W +edge,11393,11393;41.3110618;-110.5139453:11394;41.3112414;-110.513394,way_type=user_defined:way_id=80W +edge,11394,11394;41.3112414;-110.513394:11395;41.3117967;-110.5117033,way_type=user_defined:way_id=80W +edge,11395,11395;41.3117967;-110.5117033:11396;41.31218877;-110.5104854,way_type=user_defined:way_id=80W +edge,11396,11396;41.31218877;-110.5104854:11397;41.3124193;-110.5097693,way_type=user_defined:way_id=80W +edge,11397,11397;41.3124193;-110.5097693:11398;41.3125908;-110.5092409,way_type=user_defined:way_id=80W +edge,11398,11398;41.3125908;-110.5092409:11399;41.3126985;-110.5089123,way_type=user_defined:way_id=80W +edge,11399,11399;41.3126985;-110.5089123:11400;41.31290212;-110.5083015,way_type=user_defined:way_id=80W +edge,11400,11400;41.31290212;-110.5083015:11401;41.31290212;-110.5083015,way_type=user_defined:way_id=80W +edge,11401,11401;41.31290212;-110.5083015:11402;41.3132166;-110.5073576,way_type=user_defined:way_id=80W +edge,11402,11402;41.3132166;-110.5073576:11403;41.3135261;-110.5064372,way_type=user_defined:way_id=80W +edge,11403,11403;41.3135261;-110.5064372:11404;41.31357369;-110.506293,way_type=user_defined:way_id=80W +edge,11404,11404;41.31357369;-110.506293:11405;41.3135922;-110.5062369,way_type=user_defined:way_id=80W +edge,11405,11405;41.3135922;-110.5062369:11406;41.313988;-110.505016,way_type=user_defined:way_id=80W +edge,11406,11406;41.313988;-110.505016:11407;41.3141829;-110.5044196,way_type=user_defined:way_id=80W +edge,11407,11407;41.3141829;-110.5044196:11408;41.3141829;-110.5044196,way_type=user_defined:way_id=80W +edge,11408,11408;41.3141829;-110.5044196:11409;41.31437259;-110.5038381,way_type=user_defined:way_id=80W +edge,11409,11409;41.31437259;-110.5038381:11410;41.3144322;-110.5036554,way_type=user_defined:way_id=80W +edge,11410,11410;41.3144322;-110.5036554:11411;41.3148762;-110.5023114,way_type=user_defined:way_id=80W +edge,11411,11411;41.3148762;-110.5023114:11412;41.3152358;-110.5012104,way_type=user_defined:way_id=80W +edge,11412,11412;41.3152358;-110.5012104:11413;41.3157364;-110.4996903,way_type=user_defined:way_id=80W +edge,11413,11413;41.3157364;-110.4996903:11414;41.3160691;-110.4986733,way_type=user_defined:way_id=80W +edge,11414,11414;41.3160691;-110.4986733:11415;41.3165819;-110.4971184,way_type=user_defined:way_id=80W +edge,11415,11415;41.3165819;-110.4971184:11416;41.3168482;-110.4963027,way_type=user_defined:way_id=80W +edge,11416,11416;41.3168482;-110.4963027:11417;41.3177178;-110.4936638,way_type=user_defined:way_id=80W +edge,11417,11417;41.3177178;-110.4936638:11418;41.3180981;-110.4925035,way_type=user_defined:way_id=80W +edge,11418,11418;41.3180981;-110.4925035:11419;41.3184561;-110.4914254,way_type=user_defined:way_id=80W +edge,11419,11419;41.3184561;-110.4914254:11420;41.3188044;-110.4903585,way_type=user_defined:way_id=80W +edge,11420,11420;41.3188044;-110.4903585:11421;41.3194043;-110.4885363,way_type=user_defined:way_id=80W +edge,11421,11421;41.3194043;-110.4885363:11422;41.31977;-110.4874183,way_type=user_defined:way_id=80W +edge,11422,11422;41.31977;-110.4874183:11423;41.3201456;-110.4862852,way_type=user_defined:way_id=80W +edge,11423,11423;41.3201456;-110.4862852:11424;41.3206213;-110.4848403,way_type=user_defined:way_id=80W +edge,11424,11424;41.3206213;-110.4848403:11425;41.3217393;-110.4814337,way_type=user_defined:way_id=80W +edge,11425,11425;41.3217393;-110.4814337:11426;41.322339;-110.4796181,way_type=user_defined:way_id=80W +edge,11426,11426;41.322339;-110.4796181:11427;41.3230557;-110.4774324,way_type=user_defined:way_id=80W +edge,11427,11427;41.3230557;-110.4774324:11428;41.323407;-110.4763673,way_type=user_defined:way_id=80W +edge,11428,11428;41.323407;-110.4763673:11429;41.3237859;-110.4752099,way_type=user_defined:way_id=80W +edge,11429,11429;41.3237859;-110.4752099:11430;41.3242426;-110.4738307,way_type=user_defined:way_id=80W +edge,11430,11430;41.3242426;-110.4738307:11431;41.3246994;-110.4724358,way_type=user_defined:way_id=80W +edge,11431,11431;41.3246994;-110.4724358:11432;41.3251648;-110.4710208,way_type=user_defined:way_id=80W +edge,11432,11432;41.3251648;-110.4710208:11433;41.3254027;-110.4702894,way_type=user_defined:way_id=80W +edge,11433,11433;41.3254027;-110.4702894:11434;41.3255921;-110.469688,way_type=user_defined:way_id=80W +edge,11434,11434;41.3255921;-110.469688:11435;41.3256729;-110.4694249,way_type=user_defined:way_id=80W +edge,11435,11435;41.3256729;-110.4694249:11436;41.325765;-110.4691178,way_type=user_defined:way_id=80W +edge,11436,11436;41.325765;-110.4691178:11437;41.32592;-110.4685829,way_type=user_defined:way_id=80W +edge,11437,11437;41.32592;-110.4685829:11438;41.3260029;-110.4682858,way_type=user_defined:way_id=80W +edge,11438,11438;41.3260029;-110.4682858:11439;41.3260787;-110.4680067,way_type=user_defined:way_id=80W +edge,11439,11439;41.3260787;-110.4680067:11440;41.3261619;-110.4676917,way_type=user_defined:way_id=80W +edge,11440,11440;41.3261619;-110.4676917:11441;41.3262914;-110.4671915,way_type=user_defined:way_id=80W +edge,11441,11441;41.3262914;-110.4671915:11442;41.3264301;-110.4666362,way_type=user_defined:way_id=80W +edge,11442,11442;41.3264301;-110.4666362:11443;41.32644941;-110.4665559,way_type=user_defined:way_id=80W +edge,11443,11443;41.32644941;-110.4665559:11444;41.3265048;-110.4663253,way_type=user_defined:way_id=80W +edge,11444,11444;41.3265048;-110.4663253:11445;41.3265687;-110.4660498,way_type=user_defined:way_id=80W +edge,11445,11445;41.3265687;-110.4660498:11446;41.3266941;-110.4654957,way_type=user_defined:way_id=80W +edge,11446,11446;41.3266941;-110.4654957:11447;41.3267617;-110.4651895,way_type=user_defined:way_id=80W +edge,11447,11447;41.3267617;-110.4651895:11448;41.3268342;-110.4648463,way_type=user_defined:way_id=80W +edge,11448,11448;41.3268342;-110.4648463:11449;41.3268859;-110.464592,way_type=user_defined:way_id=80W +edge,11449,11449;41.3268859;-110.464592:11450;41.3269409;-110.46431,way_type=user_defined:way_id=80W +edge,11450,11450;41.3269409;-110.46431:11451;41.3269942;-110.4640267,way_type=user_defined:way_id=80W +edge,11451,11451;41.3269942;-110.4640267:11452;41.327051;-110.4637152,way_type=user_defined:way_id=80W +edge,11452,11452;41.327051;-110.4637152:11453;41.3271046;-110.4634132,way_type=user_defined:way_id=80W +edge,11453,11453;41.3271046;-110.4634132:11454;41.3271569;-110.4631186,way_type=user_defined:way_id=80W +edge,11454,11454;41.3271569;-110.4631186:11455;41.3272523;-110.4625586,way_type=user_defined:way_id=80W +edge,11455,11455;41.3272523;-110.4625586:11456;41.3272982;-110.4622736,way_type=user_defined:way_id=80W +edge,11456,11456;41.3272982;-110.4622736:11457;41.3273417;-110.4619893,way_type=user_defined:way_id=80W +edge,11457,11457;41.3273417;-110.4619893:11458;41.3273885;-110.4616661,way_type=user_defined:way_id=80W +edge,11458,11458;41.3273885;-110.4616661:11459;41.3275472;-110.4605076,way_type=user_defined:way_id=80W +edge,11459,11459;41.3275472;-110.4605076:11460;41.3276297;-110.4598914,way_type=user_defined:way_id=80W +edge,11460,11460;41.3276297;-110.4598914:11461;41.32779008;-110.4586631,way_type=user_defined:way_id=80W +edge,11461,11461;41.32779008;-110.4586631:11462;41.32779008;-110.4586631,way_type=user_defined:way_id=80W +edge,11462,11462;41.32779008;-110.4586631:11463;41.3278841;-110.4579346,way_type=user_defined:way_id=80W +edge,11463,11463;41.3278841;-110.4579346:11464;41.3280466;-110.4566497,way_type=user_defined:way_id=80W +edge,11464,11464;41.3280466;-110.4566497:11465;41.32817993;-110.4556304,way_type=user_defined:way_id=80W +edge,11465,11465;41.32817993;-110.4556304:11466;41.3284661;-110.4534148,way_type=user_defined:way_id=80W +edge,11466,11466;41.3284661;-110.4534148:11467;41.3284661;-110.4534148,way_type=user_defined:way_id=80W +edge,11467,11467;41.3284661;-110.4534148:11468;41.3285862;-110.4524946,way_type=user_defined:way_id=80W +edge,11468,11468;41.3285862;-110.4524946:11469;41.32862897;-110.4521604,way_type=user_defined:way_id=80W +edge,11469,11469;41.32862897;-110.4521604:11470;41.3287779;-110.4509968,way_type=user_defined:way_id=80W +edge,11470,11470;41.3287779;-110.4509968:11471;41.3289598;-110.4496142,way_type=user_defined:way_id=80W +edge,11471,11471;41.3289598;-110.4496142:11472;41.3293521;-110.4465872,way_type=user_defined:way_id=80W +edge,11472,11472;41.3293521;-110.4465872:11473;41.329446;-110.4458741,way_type=user_defined:way_id=80W +edge,11473,11473;41.329446;-110.4458741:11474;41.3296317;-110.4444559,way_type=user_defined:way_id=80W +edge,11474,11474;41.3296317;-110.4444559:11475;41.3298164;-110.442996,way_type=user_defined:way_id=80W +edge,11475,11475;41.3298164;-110.442996:11476;41.3300121;-110.4415103,way_type=user_defined:way_id=80W +edge,11476,11476;41.3300121;-110.4415103:11477;41.3301627;-110.4403412,way_type=user_defined:way_id=80W +edge,11477,11477;41.3301627;-110.4403412:11478;41.3303089;-110.4392293,way_type=user_defined:way_id=80W +edge,11478,11478;41.3303089;-110.4392293:11479;41.33043242;-110.4382563,way_type=user_defined:way_id=80W +edge,11479,11479;41.33043242;-110.4382563:11480;41.3304622;-110.4380217,way_type=user_defined:way_id=80W +edge,11480,11480;41.3304622;-110.4380217:11481;41.3305852;-110.4370652,way_type=user_defined:way_id=80W +edge,11481,11481;41.3305852;-110.4370652:11482;41.3307166;-110.4360704,way_type=user_defined:way_id=80W +edge,11482,11482;41.3307166;-110.4360704:11483;41.33075559;-110.435772,way_type=user_defined:way_id=80W +edge,11483,11483;41.33075559;-110.435772:11484;41.33075559;-110.435772,way_type=user_defined:way_id=80W +edge,11484,11484;41.33075559;-110.435772:11485;41.3310475;-110.4335378,way_type=user_defined:way_id=80W +edge,11485,11485;41.3310475;-110.4335378:11486;41.3312109;-110.4323432,way_type=user_defined:way_id=80W +edge,11486,11486;41.3312109;-110.4323432:11487;41.3312564;-110.4320161,way_type=user_defined:way_id=80W +edge,11487,11487;41.3312564;-110.4320161:11488;41.331333;-110.4314841,way_type=user_defined:way_id=80W +edge,11488,11488;41.331333;-110.4314841:11489;41.3314294;-110.4308514,way_type=user_defined:way_id=80W +edge,11489,11489;41.3314294;-110.4308514:11490;41.3314752;-110.4305637,way_type=user_defined:way_id=80W +edge,11490,11490;41.3314752;-110.4305637:11491;41.3315276;-110.430249,way_type=user_defined:way_id=80W +edge,11491,11491;41.3315276;-110.430249:11492;41.33167213;-110.4294012,way_type=user_defined:way_id=80W +edge,11492,11492;41.33167213;-110.4294012:11493;41.33168266;-110.4293394,way_type=user_defined:way_id=80W +edge,11493,11493;41.33168266;-110.4293394:11494;41.33168266;-110.4293394,way_type=user_defined:way_id=80W +edge,11494,11494;41.33168266;-110.4293394:11495;41.33169959;-110.4292409,way_type=user_defined:way_id=80W +edge,11495,11495;41.33169959;-110.4292409:11496;41.3317267;-110.4290831,way_type=user_defined:way_id=80W +edge,11496,11496;41.3317267;-110.4290831:11497;41.3318328;-110.4284898,way_type=user_defined:way_id=80W +edge,11497,11497;41.3318328;-110.4284898:11498;41.3318928;-110.4281676,way_type=user_defined:way_id=80W +edge,11498,11498;41.3318928;-110.4281676:11499;41.3319387;-110.4279301,way_type=user_defined:way_id=80W +edge,11499,11499;41.3319387;-110.4279301:11500;41.3321799;-110.4267025,way_type=user_defined:way_id=80W +edge,11500,11500;41.3321799;-110.4267025:11501;41.332264;-110.4262793,way_type=user_defined:way_id=80W +edge,11501,11501;41.332264;-110.4262793:11502;41.3323394;-110.4258998,way_type=user_defined:way_id=80W +edge,11502,11502;41.3323394;-110.4258998:11503;41.3324028;-110.4255928,way_type=user_defined:way_id=80W +edge,11503,11503;41.3324028;-110.4255928:11504;41.3324704;-110.4252781,way_type=user_defined:way_id=80W +edge,11504,11504;41.3324704;-110.4252781:11505;41.3325928;-110.4247237,way_type=user_defined:way_id=80W +edge,11505,11505;41.3325928;-110.4247237:11506;41.33274845;-110.4240295,way_type=user_defined:way_id=80W +edge,11506,11506;41.33274845;-110.4240295:11507;41.33274845;-110.4240295,way_type=user_defined:way_id=80W +edge,11507,11507;41.33274845;-110.4240295:11508;41.3328491;-110.4235805,way_type=user_defined:way_id=80W +edge,11508,11508;41.3328491;-110.4235805:11509;41.33286769;-110.4235004,way_type=user_defined:way_id=80W +edge,11509,11509;41.33286769;-110.4235004:11510;41.332928;-110.4232405,way_type=user_defined:way_id=80W +edge,11510,11510;41.332928;-110.4232405:11511;41.3330497;-110.422727,way_type=user_defined:way_id=80W +edge,11511,11511;41.3330497;-110.422727:11512;41.3331763;-110.4222034,way_type=user_defined:way_id=80W +edge,11512,11512;41.3331763;-110.4222034:11513;41.3333296;-110.4215826,way_type=user_defined:way_id=80W +edge,11513,11513;41.3333296;-110.4215826:11514;41.3335462;-110.4207323,way_type=user_defined:way_id=80W +edge,11514,11514;41.3335462;-110.4207323:11515;41.3336523;-110.4203248,way_type=user_defined:way_id=80W +edge,11515,11515;41.3336523;-110.4203248:11516;41.3337733;-110.4198728,way_type=user_defined:way_id=80W +edge,11516,11516;41.3337733;-110.4198728:11517;41.3339213;-110.4193308,way_type=user_defined:way_id=80W +edge,11517,11517;41.3339213;-110.4193308:11518;41.3340245;-110.4189599,way_type=user_defined:way_id=80W +edge,11518,11518;41.3340245;-110.4189599:11519;41.3341683;-110.4184533,way_type=user_defined:way_id=80W +edge,11519,11519;41.3341683;-110.4184533:11520;41.3343728;-110.417747,way_type=user_defined:way_id=80W +edge,11520,11520;41.3343728;-110.417747:11521;41.3345108;-110.4172783,way_type=user_defined:way_id=80W +edge,11521,11521;41.3345108;-110.4172783:11522;41.3346529;-110.4168068,way_type=user_defined:way_id=80W +edge,11522,11522;41.3346529;-110.4168068:11523;41.3348176;-110.4162734,way_type=user_defined:way_id=80W +edge,11523,11523;41.3348176;-110.4162734:11524;41.3349984;-110.4157077,way_type=user_defined:way_id=80W +edge,11524,11524;41.3349984;-110.4157077:11525;41.3350815;-110.4154535,way_type=user_defined:way_id=80W +edge,11525,11525;41.3350815;-110.4154535:11526;41.3351854;-110.4151425,way_type=user_defined:way_id=80W +edge,11526,11526;41.3351854;-110.4151425:11527;41.3352631;-110.4148946,way_type=user_defined:way_id=80W +edge,11527,11527;41.3352631;-110.4148946:11528;41.3353444;-110.4146119,way_type=user_defined:way_id=80W +edge,11528,11528;41.3353444;-110.4146119:11529;41.335531;-110.4140451,way_type=user_defined:way_id=80W +edge,11529,11529;41.335531;-110.4140451:11530;41.335717;-110.4134941,way_type=user_defined:way_id=80W +edge,11530,11530;41.335717;-110.4134941:11531;41.3358982;-110.412969,way_type=user_defined:way_id=80W +edge,11531,11531;41.3358982;-110.412969:11532;41.3361758;-110.4121814,way_type=user_defined:way_id=80W +edge,11532,11532;41.3361758;-110.4121814:11533;41.3363983;-110.4115596,way_type=user_defined:way_id=80W +edge,11533,11533;41.3363983;-110.4115596:11534;41.336491;-110.4113058,way_type=user_defined:way_id=80W +edge,11534,11534;41.336491;-110.4113058:11535;41.3366723;-110.4108199,way_type=user_defined:way_id=80W +edge,11535,11535;41.3366723;-110.4108199:11536;41.3369801;-110.41001,way_type=user_defined:way_id=80W +edge,11536,11536;41.3369801;-110.41001:11537;41.3371905;-110.4094706,way_type=user_defined:way_id=80W +edge,11537,11537;41.3371905;-110.4094706:11538;41.3375189;-110.4086462,way_type=user_defined:way_id=80W +edge,11538,11538;41.3375189;-110.4086462:11539;41.337625;-110.4083842,way_type=user_defined:way_id=80W +edge,11539,11539;41.337625;-110.4083842:11540;41.337847;-110.4078455,way_type=user_defined:way_id=80W +edge,11540,11540;41.337847;-110.4078455:11541;41.3383761;-110.4065844,way_type=user_defined:way_id=80W +edge,11541,11541;41.3383761;-110.4065844:11542;41.3386047;-110.4060504,way_type=user_defined:way_id=80W +edge,11542,11542;41.3386047;-110.4060504:11543;41.3387779;-110.4056556,way_type=user_defined:way_id=80W +edge,11543,11543;41.3387779;-110.4056556:11544;41.3389311;-110.4053138,way_type=user_defined:way_id=80W +edge,11544,11544;41.3389311;-110.4053138:11545;41.3391747;-110.4047761,way_type=user_defined:way_id=80W +edge,11545,11545;41.3391747;-110.4047761:11546;41.3398352;-110.4033313,way_type=user_defined:way_id=80W +edge,11546,11546;41.3398352;-110.4033313:11547;41.3401306;-110.4026883,way_type=user_defined:way_id=80W +edge,11547,11547;41.3401306;-110.4026883:11548;41.3404618;-110.4019747,way_type=user_defined:way_id=80W +edge,11548,11548;41.3404618;-110.4019747:11549;41.3411258;-110.4005219,way_type=user_defined:way_id=80W +edge,11549,11549;41.3411258;-110.4005219:11550;41.3416824;-110.3993169,way_type=user_defined:way_id=80W +edge,11550,11550;41.3416824;-110.3993169:11551;41.3428168;-110.396847,way_type=user_defined:way_id=80W +edge,11551,11551;41.3428168;-110.396847:11552;41.3434314;-110.3955191,way_type=user_defined:way_id=80W +edge,11552,11552;41.3434314;-110.3955191:11553;41.3445871;-110.3930036,way_type=user_defined:way_id=80W +edge,11553,11553;41.3445871;-110.3930036:11554;41.3449483;-110.3922236,way_type=user_defined:way_id=80W +edge,11554,11554;41.3449483;-110.3922236:11555;41.34595317;-110.3900416,way_type=user_defined:way_id=80W +edge,11555,11555;41.34595317;-110.3900416:11556;41.34595317;-110.3900416,way_type=user_defined:way_id=80W +edge,11556,11556;41.34595317;-110.3900416:11557;41.3466314;-110.3885712,way_type=user_defined:way_id=80W +edge,11557,11557;41.3466314;-110.3885712:11558;41.3477098;-110.38622,way_type=user_defined:way_id=80W +edge,11558,11558;41.3477098;-110.38622:11559;41.3483781;-110.3847707,way_type=user_defined:way_id=80W +edge,11559,11559;41.3483781;-110.3847707:11560;41.3487873;-110.3838785,way_type=user_defined:way_id=80W +edge,11560,11560;41.3487873;-110.3838785:11561;41.3496107;-110.3820917,way_type=user_defined:way_id=80W +edge,11561,11561;41.3496107;-110.3820917:11562;41.3501307;-110.3809596,way_type=user_defined:way_id=80W +edge,11562,11562;41.3501307;-110.3809596:11563;41.350659;-110.3798168,way_type=user_defined:way_id=80W +edge,11563,11563;41.350659;-110.3798168:11564;41.3510093;-110.3790522,way_type=user_defined:way_id=80W +edge,11564,11564;41.3510093;-110.3790522:11565;41.3514949;-110.3780021,way_type=user_defined:way_id=80W +edge,11565,11565;41.3514949;-110.3780021:11566;41.3520624;-110.3767648,way_type=user_defined:way_id=80W +edge,11566,11566;41.3520624;-110.3767648:11567;41.3523139;-110.3762113,way_type=user_defined:way_id=80W +edge,11567,11567;41.3523139;-110.3762113:11568;41.3526392;-110.3755014,way_type=user_defined:way_id=80W +edge,11568,11568;41.3526392;-110.3755014:11569;41.3527619;-110.3752278,way_type=user_defined:way_id=80W +edge,11569,11569;41.3527619;-110.3752278:11570;41.3528708;-110.3749771,way_type=user_defined:way_id=80W +edge,11570,11570;41.3528708;-110.3749771:11571;41.3529903;-110.3746911,way_type=user_defined:way_id=80W +edge,11571,11571;41.3529903;-110.3746911:11572;41.353093;-110.3744349,way_type=user_defined:way_id=80W +edge,11572,11572;41.353093;-110.3744349:11573;41.3531898;-110.3741846,way_type=user_defined:way_id=80W +edge,11573,11573;41.3531898;-110.3741846:11574;41.3533156;-110.3738479,way_type=user_defined:way_id=80W +edge,11574,11574;41.3533156;-110.3738479:11575;41.3533959;-110.3736277,way_type=user_defined:way_id=80W +edge,11575,11575;41.3533959;-110.3736277:11576;41.3534898;-110.3733632,way_type=user_defined:way_id=80W +edge,11576,11576;41.3534898;-110.3733632:11577;41.3535783;-110.3731053,way_type=user_defined:way_id=80W +edge,11577,11577;41.3535783;-110.3731053:11578;41.3536783;-110.3728022,way_type=user_defined:way_id=80W +edge,11578,11578;41.3536783;-110.3728022:11579;41.3537608;-110.3725403,way_type=user_defined:way_id=80W +edge,11579,11579;41.3537608;-110.3725403:11580;41.353854;-110.3722329,way_type=user_defined:way_id=80W +edge,11580,11580;41.353854;-110.3722329:11581;41.353931;-110.3719679,way_type=user_defined:way_id=80W +edge,11581,11581;41.353931;-110.3719679:11582;41.3540173;-110.3716568,way_type=user_defined:way_id=80W +edge,11582,11582;41.3540173;-110.3716568:11583;41.3540882;-110.3713887,way_type=user_defined:way_id=80W +edge,11583,11583;41.3540882;-110.3713887:11584;41.3541588;-110.3711101,way_type=user_defined:way_id=80W +edge,11584,11584;41.3541588;-110.3711101:11585;41.3542333;-110.3708025,way_type=user_defined:way_id=80W +edge,11585,11585;41.3542333;-110.3708025:11586;41.3542982;-110.3705203,way_type=user_defined:way_id=80W +edge,11586,11586;41.3542982;-110.3705203:11587;41.3543639;-110.3702186,way_type=user_defined:way_id=80W +edge,11587,11587;41.3543639;-110.3702186:11588;41.3544223;-110.3699345,way_type=user_defined:way_id=80W +edge,11588,11588;41.3544223;-110.3699345:11589;41.3544825;-110.3696223,way_type=user_defined:way_id=80W +edge,11589,11589;41.3544825;-110.3696223:11590;41.3545344;-110.3693375,way_type=user_defined:way_id=80W +edge,11590,11590;41.3545344;-110.3693375:11591;41.3545822;-110.3690618,way_type=user_defined:way_id=80W +edge,11591,11591;41.3545822;-110.3690618:11592;41.3546287;-110.3687764,way_type=user_defined:way_id=80W +edge,11592,11592;41.3546287;-110.3687764:11593;41.3546705;-110.3684997,way_type=user_defined:way_id=80W +edge,11593,11593;41.3546705;-110.3684997:11594;41.3547165;-110.3681669,way_type=user_defined:way_id=80W +edge,11594,11594;41.3547165;-110.3681669:11595;41.3547514;-110.367879,way_type=user_defined:way_id=80W +edge,11595,11595;41.3547514;-110.367879:11596;41.354786;-110.367562,way_type=user_defined:way_id=80W +edge,11596,11596;41.354786;-110.367562:11597;41.3548142;-110.367281,way_type=user_defined:way_id=80W +edge,11597,11597;41.3548142;-110.367281:11598;41.354841;-110.3669896,way_type=user_defined:way_id=80W +edge,11598,11598;41.354841;-110.3669896:11599;41.3548679;-110.36666,way_type=user_defined:way_id=80W +edge,11599,11599;41.3548679;-110.36666:11600;41.3548886;-110.3663777,way_type=user_defined:way_id=80W +edge,11600,11600;41.3548886;-110.3663777:11601;41.3549085;-110.3660581,way_type=user_defined:way_id=80W +edge,11601,11601;41.3549085;-110.3660581:11602;41.354923;-110.3657671,way_type=user_defined:way_id=80W +edge,11602,11602;41.354923;-110.3657671:11603;41.3549353;-110.3654394,way_type=user_defined:way_id=80W +edge,11603,11603;41.3549353;-110.3654394:11604;41.3549433;-110.3651586,way_type=user_defined:way_id=80W +edge,11604,11604;41.3549433;-110.3651586:11605;41.3549493;-110.3648697,way_type=user_defined:way_id=80W +edge,11605,11605;41.3549493;-110.3648697:11606;41.3549579;-110.364284,way_type=user_defined:way_id=80W +edge,11606,11606;41.3549579;-110.364284:11607;41.3549636;-110.3637084,way_type=user_defined:way_id=80W +edge,11607,11607;41.3549636;-110.3637084:11608;41.3549811;-110.3612949,way_type=user_defined:way_id=80W +edge,11608,11608;41.3549811;-110.3612949:11609;41.354985;-110.3600706,way_type=user_defined:way_id=80W +edge,11609,11609;41.354985;-110.3600706:11610;41.3549958;-110.3586307,way_type=user_defined:way_id=80W +edge,11610,11610;41.3549958;-110.3586307:11611;41.355003;-110.3573716,way_type=user_defined:way_id=80W +edge,11611,11611;41.355003;-110.3573716:11612;41.3550062;-110.3563566,way_type=user_defined:way_id=80W +edge,11612,11612;41.3550062;-110.3563566:11613;41.3550168;-110.3544781,way_type=user_defined:way_id=80W +edge,11613,11613;41.3550168;-110.3544781:11614;41.3550437;-110.3505104,way_type=user_defined:way_id=80W +edge,11614,11614;41.3550437;-110.3505104:11615;41.3550471;-110.3496023,way_type=user_defined:way_id=80W +edge,11615,11615;41.3550471;-110.3496023:11616;41.3550505;-110.3493082,way_type=user_defined:way_id=80W +edge,11616,11616;41.3550505;-110.3493082:11617;41.355063;-110.3487271,way_type=user_defined:way_id=80W +edge,11617,11617;41.355063;-110.3487271:11618;41.3550722;-110.3484403,way_type=user_defined:way_id=80W +edge,11618,11618;41.3550722;-110.3484403:11619;41.3550853;-110.3481166,way_type=user_defined:way_id=80W +edge,11619,11619;41.3550853;-110.3481166:11620;41.3550995;-110.3478311,way_type=user_defined:way_id=80W +edge,11620,11620;41.3550995;-110.3478311:11621;41.3551168;-110.3475371,way_type=user_defined:way_id=80W +edge,11621,11621;41.3551168;-110.3475371:11622;41.3551354;-110.3472627,way_type=user_defined:way_id=80W +edge,11622,11622;41.3551354;-110.3472627:11623;41.3551572;-110.3469719,way_type=user_defined:way_id=80W +edge,11623,11623;41.3551572;-110.3469719:11624;41.3551822;-110.3466728,way_type=user_defined:way_id=80W +edge,11624,11624;41.3551822;-110.3466728:11625;41.3552116;-110.3463559,way_type=user_defined:way_id=80W +edge,11625,11625;41.3552116;-110.3463559:11626;41.35522525;-110.3462238,way_type=user_defined:way_id=80W +edge,11626,11626;41.35522525;-110.3462238:11627;41.355271;-110.3457812,way_type=user_defined:way_id=80W +edge,11627,11627;41.355271;-110.3457812:11628;41.3553033;-110.3454962,way_type=user_defined:way_id=80W +edge,11628,11628;41.3553033;-110.3454962:11629;41.3553415;-110.3451826,way_type=user_defined:way_id=80W +edge,11629,11629;41.3553415;-110.3451826:11630;41.3553982;-110.3447542,way_type=user_defined:way_id=80W +edge,11630,11630;41.3553982;-110.3447542:11631;41.3554446;-110.3444276,way_type=user_defined:way_id=80W +edge,11631,11631;41.3554446;-110.3444276:11632;41.3554932;-110.3441082,way_type=user_defined:way_id=80W +edge,11632,11632;41.3554932;-110.3441082:11633;41.3555271;-110.3438994,way_type=user_defined:way_id=80W +edge,11633,11633;41.3555271;-110.3438994:11634;41.3555271;-110.3438994,way_type=user_defined:way_id=80W +edge,11634,11634;41.3555271;-110.3438994:11635;41.355587;-110.3435467,way_type=user_defined:way_id=80W +edge,11635,11635;41.355587;-110.3435467:11636;41.3556444;-110.3432294,way_type=user_defined:way_id=80W +edge,11636,11636;41.3556444;-110.3432294:11637;41.3556974;-110.342951,way_type=user_defined:way_id=80W +edge,11637,11637;41.3556974;-110.342951:11638;41.3557457;-110.3427083,way_type=user_defined:way_id=80W +edge,11638,11638;41.3557457;-110.3427083:11639;41.3558031;-110.3424304,way_type=user_defined:way_id=80W +edge,11639,11639;41.3558031;-110.3424304:11640;41.35584285;-110.3422461,way_type=user_defined:way_id=80W +edge,11640,11640;41.35584285;-110.3422461:11641;41.355879;-110.3420786,way_type=user_defined:way_id=80W +edge,11641,11641;41.355879;-110.3420786:11642;41.3559812;-110.3416245,way_type=user_defined:way_id=80W +edge,11642,11642;41.3559812;-110.3416245:11643;41.3560532;-110.3413211,way_type=user_defined:way_id=80W +edge,11643,11643;41.3560532;-110.3413211:11644;41.3561219;-110.3410455,way_type=user_defined:way_id=80W +edge,11644,11644;41.3561219;-110.3410455:11645;41.3562118;-110.3406987,way_type=user_defined:way_id=80W +edge,11645,11645;41.3562118;-110.3406987:11646;41.3562735;-110.3404681,way_type=user_defined:way_id=80W +edge,11646,11646;41.3562735;-110.3404681:11647;41.3563394;-110.3402285,way_type=user_defined:way_id=80W +edge,11647,11647;41.3563394;-110.3402285:11648;41.3564174;-110.3399537,way_type=user_defined:way_id=80W +edge,11648,11648;41.3564174;-110.3399537:11649;41.3565049;-110.3396532,way_type=user_defined:way_id=80W +edge,11649,11649;41.3565049;-110.3396532:11650;41.3565861;-110.3393805,way_type=user_defined:way_id=80W +edge,11650,11650;41.3565861;-110.3393805:11651;41.3566692;-110.3391094,way_type=user_defined:way_id=80W +edge,11651,11651;41.3566692;-110.3391094:11652;41.3567703;-110.3387877,way_type=user_defined:way_id=80W +edge,11652,11652;41.3567703;-110.3387877:11653;41.35700177;-110.3380633,way_type=user_defined:way_id=80W +edge,11653,11653;41.35700177;-110.3380633:11654;41.35700177;-110.3380633,way_type=user_defined:way_id=80W +edge,11654,11654;41.35700177;-110.3380633:11655;41.3577784;-110.3356381,way_type=user_defined:way_id=80W +edge,11655,11655;41.3577784;-110.3356381:11656;41.35812833;-110.3345286,way_type=user_defined:way_id=80W +edge,11656,11656;41.35812833;-110.3345286:11657;41.35835683;-110.3338117,way_type=user_defined:way_id=80W +edge,11657,11657;41.35835683;-110.3338117:11658;41.35843851;-110.3335574,way_type=user_defined:way_id=80W +edge,11658,11658;41.35843851;-110.3335574:11659;41.3586022;-110.3330479,way_type=user_defined:way_id=80W +edge,11659,11659;41.3586022;-110.3330479:11660;41.3590254;-110.3317137,way_type=user_defined:way_id=80W +edge,11660,11660;41.3590254;-110.3317137:11661;41.3590254;-110.3317137,way_type=user_defined:way_id=80W +edge,11661,11661;41.3590254;-110.3317137:11662;41.3593761;-110.3306138,way_type=user_defined:way_id=80W +edge,11662,11662;41.3593761;-110.3306138:11663;41.35943974;-110.3304126,way_type=user_defined:way_id=80W +edge,11663,11663;41.35943974;-110.3304126:11664;41.3598717;-110.3290472,way_type=user_defined:way_id=80W +edge,11664,11664;41.3598717;-110.3290472:11665;41.3602241;-110.3279535,way_type=user_defined:way_id=80W +edge,11665,11665;41.3602241;-110.3279535:11666;41.3606541;-110.326586,way_type=user_defined:way_id=80W +edge,11666,11666;41.3606541;-110.326586:11667;41.361165;-110.3249898,way_type=user_defined:way_id=80W +edge,11667,11667;41.361165;-110.3249898:11668;41.3616605;-110.3234213,way_type=user_defined:way_id=80W +edge,11668,11668;41.3616605;-110.3234213:11669;41.3619941;-110.3223564,way_type=user_defined:way_id=80W +edge,11669,11669;41.3619941;-110.3223564:11670;41.3620792;-110.3220801,way_type=user_defined:way_id=80W +edge,11670,11670;41.3620792;-110.3220801:11671;41.3621575;-110.3218199,way_type=user_defined:way_id=80W +edge,11671,11671;41.3621575;-110.3218199:11672;41.3622467;-110.3215155,way_type=user_defined:way_id=80W +edge,11672,11672;41.3622467;-110.3215155:11673;41.3623138;-110.3212798,way_type=user_defined:way_id=80W +edge,11673,11673;41.3623138;-110.3212798:11674;41.3625298;-110.3205003,way_type=user_defined:way_id=80W +edge,11674,11674;41.3625298;-110.3205003:11675;41.3626206;-110.3201646,way_type=user_defined:way_id=80W +edge,11675,11675;41.3626206;-110.3201646:11676;41.3626687;-110.3199813,way_type=user_defined:way_id=80W +edge,11676,11676;41.3626687;-110.3199813:11677;41.3627621;-110.3196134,way_type=user_defined:way_id=80W +edge,11677,11677;41.3627621;-110.3196134:11678;41.3628969;-110.3190575,way_type=user_defined:way_id=80W +edge,11678,11678;41.3628969;-110.3190575:11679;41.3630239;-110.3185066,way_type=user_defined:way_id=80W +edge,11679,11679;41.3630239;-110.3185066:11680;41.363204;-110.3177092,way_type=user_defined:way_id=80W +edge,11680,11680;41.363204;-110.3177092:11681;41.3632806;-110.3173638,way_type=user_defined:way_id=80W +edge,11681,11681;41.3632806;-110.3173638:11682;41.3634455;-110.3166086,way_type=user_defined:way_id=80W +edge,11682,11682;41.3634455;-110.3166086:11683;41.3637066;-110.3154286,way_type=user_defined:way_id=80W +edge,11683,11683;41.3637066;-110.3154286:11684;41.3639331;-110.3143846,way_type=user_defined:way_id=80W +edge,11684,11684;41.3639331;-110.3143846:11685;41.3640668;-110.3137611,way_type=user_defined:way_id=80W +edge,11685,11685;41.3640668;-110.3137611:11686;41.3642395;-110.3129708,way_type=user_defined:way_id=80W +edge,11686,11686;41.3642395;-110.3129708:11687;41.3653845;-110.3076924,way_type=user_defined:way_id=80W +edge,11687,11687;41.3653845;-110.3076924:11688;41.36541417;-110.3075561,way_type=user_defined:way_id=80W +edge,11688,11688;41.36541417;-110.3075561:11689;41.3657246;-110.3061303,way_type=user_defined:way_id=80W +edge,11689,11689;41.3657246;-110.3061303:11690;41.3657246;-110.3061303,way_type=user_defined:way_id=80W +edge,11690,11690;41.3657246;-110.3061303:11691;41.3660349;-110.3047006,way_type=user_defined:way_id=80W +edge,11691,11691;41.3660349;-110.3047006:11692;41.36620549;-110.3039183,way_type=user_defined:way_id=80W +edge,11692,11692;41.36620549;-110.3039183:11693;41.3666124;-110.3020524,way_type=user_defined:way_id=80W +edge,11693,11693;41.3666124;-110.3020524:11694;41.36702672;-110.3001415,way_type=user_defined:way_id=80W +edge,11694,11694;41.36702672;-110.3001415:11695;41.36702672;-110.3001415,way_type=user_defined:way_id=80W +edge,11695,11695;41.36702672;-110.3001415:11696;41.3675832;-110.2975608,way_type=user_defined:way_id=80W +edge,11696,11696;41.3675832;-110.2975608:11697;41.3676829;-110.2970837,way_type=user_defined:way_id=80W +edge,11697,11697;41.3676829;-110.2970837:11698;41.3677953;-110.2965228,way_type=user_defined:way_id=80W +edge,11698,11698;41.3677953;-110.2965228:11699;41.3678481;-110.2962485,way_type=user_defined:way_id=80W +edge,11699,11699;41.3678481;-110.2962485:11700;41.36786405;-110.2961622,way_type=user_defined:way_id=80W +edge,11700,11700;41.36786405;-110.2961622:11701;41.3679082;-110.2959232,way_type=user_defined:way_id=80W +edge,11701,11701;41.3679082;-110.2959232:11702;41.3680021;-110.2953956,way_type=user_defined:way_id=80W +edge,11702,11702;41.3680021;-110.2953956:11703;41.3680561;-110.2950799,way_type=user_defined:way_id=80W +edge,11703,11703;41.3680561;-110.2950799:11704;41.3681061;-110.2947728,way_type=user_defined:way_id=80W +edge,11704,11704;41.3681061;-110.2947728:11705;41.3681513;-110.2944842,way_type=user_defined:way_id=80W +edge,11705,11705;41.3681513;-110.2944842:11706;41.3682209;-110.2940186,way_type=user_defined:way_id=80W +edge,11706,11706;41.3682209;-110.2940186:11707;41.3682209;-110.2940186,way_type=user_defined:way_id=80W +edge,11707,11707;41.3682209;-110.2940186:11708;41.3682756;-110.2936373,way_type=user_defined:way_id=80W +edge,11708,11708;41.3682756;-110.2936373:11709;41.3683153;-110.2933494,way_type=user_defined:way_id=80W +edge,11709,11709;41.3683153;-110.2933494:11710;41.36837848;-110.2928667,way_type=user_defined:way_id=80W +edge,11710,11710;41.36837848;-110.2928667:11711;41.3683895;-110.2927825,way_type=user_defined:way_id=80W +edge,11711,11711;41.3683895;-110.2927825:11712;41.3684922;-110.2919262,way_type=user_defined:way_id=80W +edge,11712,11712;41.3684922;-110.2919262:11713;41.368607;-110.2909231,way_type=user_defined:way_id=80W +edge,11713,11713;41.368607;-110.2909231:11714;41.3686942;-110.2901766,way_type=user_defined:way_id=80W +edge,11714,11714;41.3686942;-110.2901766:11715;41.3688438;-110.2888175,way_type=user_defined:way_id=80W +edge,11715,11715;41.3688438;-110.2888175:11716;41.3689788;-110.2876407,way_type=user_defined:way_id=80W +edge,11716,11716;41.3689788;-110.2876407:11717;41.3690825;-110.2867093,way_type=user_defined:way_id=80W +edge,11717,11717;41.3690825;-110.2867093:11718;41.3693922;-110.2839611,way_type=user_defined:way_id=80W +edge,11718,11718;41.3693922;-110.2839611:11719;41.3696254;-110.2819259,way_type=user_defined:way_id=80W +edge,11719,11719;41.3696254;-110.2819259:11720;41.3698182;-110.2802052,way_type=user_defined:way_id=80W +edge,11720,11720;41.3698182;-110.2802052:11721;41.3699782;-110.2788081,way_type=user_defined:way_id=80W +edge,11721,11721;41.3699782;-110.2788081:11722;41.3700897;-110.2778089,way_type=user_defined:way_id=80W +edge,11722,11722;41.3700897;-110.2778089:11723;41.370171;-110.2771021,way_type=user_defined:way_id=80W +edge,11723,11723;41.370171;-110.2771021:11724;41.3703034;-110.2759198,way_type=user_defined:way_id=80W +edge,11724,11724;41.3703034;-110.2759198:11725;41.3704947;-110.2742373,way_type=user_defined:way_id=80W +edge,11725,11725;41.3704947;-110.2742373:11726;41.3706968;-110.2724134,way_type=user_defined:way_id=80W +edge,11726,11726;41.3706968;-110.2724134:11727;41.3709231;-110.2704105,way_type=user_defined:way_id=80W +edge,11727,11727;41.3709231;-110.2704105:11728;41.3710235;-110.2695488,way_type=user_defined:way_id=80W +edge,11728,11728;41.3710235;-110.2695488:11729;41.37116;-110.2683378,way_type=user_defined:way_id=80W +edge,11729,11729;41.37116;-110.2683378:11730;41.3713136;-110.2669958,way_type=user_defined:way_id=80W +edge,11730,11730;41.3713136;-110.2669958:11731;41.3715382;-110.2649802,way_type=user_defined:way_id=80W +edge,11731,11731;41.3715382;-110.2649802:11732;41.3716689;-110.263844,way_type=user_defined:way_id=80W +edge,11732,11732;41.3716689;-110.263844:11733;41.3717043;-110.2635577,way_type=user_defined:way_id=80W +edge,11733,11733;41.3717043;-110.2635577:11734;41.3718155;-110.2627069,way_type=user_defined:way_id=80W +edge,11734,11734;41.3718155;-110.2627069:11735;41.3719709;-110.2615656,way_type=user_defined:way_id=80W +edge,11735,11735;41.3719709;-110.2615656:11736;41.3720481;-110.2610265,way_type=user_defined:way_id=80W +edge,11736,11736;41.3720481;-110.2610265:11737;41.3721459;-110.2603854,way_type=user_defined:way_id=80W +edge,11737,11737;41.3721459;-110.2603854:11738;41.3722818;-110.259533,way_type=user_defined:way_id=80W +edge,11738,11738;41.3722818;-110.259533:11739;41.3724659;-110.2584137,way_type=user_defined:way_id=80W +edge,11739,11739;41.3724659;-110.2584137:11740;41.3726619;-110.2572499,way_type=user_defined:way_id=80W +edge,11740,11740;41.3726619;-110.2572499:11741;41.3730283;-110.2550385,way_type=user_defined:way_id=80W +edge,11741,11741;41.3730283;-110.2550385:11742;41.3731673;-110.2541849,way_type=user_defined:way_id=80W +edge,11742,11742;41.3731673;-110.2541849:11743;41.3733094;-110.2533473,way_type=user_defined:way_id=80W +edge,11743,11743;41.3733094;-110.2533473:11744;41.3735958;-110.2516425,way_type=user_defined:way_id=80W +edge,11744,11744;41.3735958;-110.2516425:11745;41.373678;-110.2511449,way_type=user_defined:way_id=80W +edge,11745,11745;41.373678;-110.2511449:11746;41.3737795;-110.2505168,way_type=user_defined:way_id=80W +edge,11746,11746;41.3737795;-110.2505168:11747;41.3739171;-110.2497035,way_type=user_defined:way_id=80W +edge,11747,11747;41.3739171;-110.2497035:11748;41.3740105;-110.249141,way_type=user_defined:way_id=80W +edge,11748,11748;41.3740105;-110.249141:11749;41.3740644;-110.2488223,way_type=user_defined:way_id=80W +edge,11749,11749;41.3740644;-110.2488223:11750;41.3742047;-110.2480162,way_type=user_defined:way_id=80W +edge,11750,11750;41.3742047;-110.2480162:11751;41.3742807;-110.2475942,way_type=user_defined:way_id=80W +edge,11751,11751;41.3742807;-110.2475942:11752;41.3743595;-110.2471724,way_type=user_defined:way_id=80W +edge,11752,11752;41.3743595;-110.2471724:11753;41.3744233;-110.2468464,way_type=user_defined:way_id=80W +edge,11753,11753;41.3744233;-110.2468464:11754;41.3745293;-110.2463312,way_type=user_defined:way_id=80W +edge,11754,11754;41.3745293;-110.2463312:11755;41.37458065;-110.2460955,way_type=user_defined:way_id=80W +edge,11755,11755;41.37458065;-110.2460955:11756;41.3746217;-110.2459071,way_type=user_defined:way_id=80W +edge,11756,11756;41.3746217;-110.2459071:11757;41.3747177;-110.2454838,way_type=user_defined:way_id=80W +edge,11757,11757;41.3747177;-110.2454838:11758;41.3748474;-110.244936,way_type=user_defined:way_id=80W +edge,11758,11758;41.3748474;-110.244936:11759;41.3749175;-110.2446498,way_type=user_defined:way_id=80W +edge,11759,11759;41.3749175;-110.2446498:11760;41.375055;-110.2441057,way_type=user_defined:way_id=80W +edge,11760,11760;41.375055;-110.2441057:11761;41.3751436;-110.2437678,way_type=user_defined:way_id=80W +edge,11761,11761;41.3751436;-110.2437678:11762;41.3752607;-110.2433334,way_type=user_defined:way_id=80W +edge,11762,11762;41.3752607;-110.2433334:11763;41.3753564;-110.2429892,way_type=user_defined:way_id=80W +edge,11763,11763;41.3753564;-110.2429892:11764;41.375465;-110.2426123,way_type=user_defined:way_id=80W +edge,11764,11764;41.375465;-110.2426123:11765;41.3755919;-110.2421851,way_type=user_defined:way_id=80W +edge,11765,11765;41.3755919;-110.2421851:11766;41.3757587;-110.2416489,way_type=user_defined:way_id=80W +edge,11766,11766;41.3757587;-110.2416489:11767;41.3759312;-110.2411076,way_type=user_defined:way_id=80W +edge,11767,11767;41.3759312;-110.2411076:11768;41.376106;-110.2405789,way_type=user_defined:way_id=80W +edge,11768,11768;41.376106;-110.2405789:11769;41.3762611;-110.2401232,way_type=user_defined:way_id=80W +edge,11769,11769;41.3762611;-110.2401232:11770;41.3763801;-110.2397842,way_type=user_defined:way_id=80W +edge,11770,11770;41.3763801;-110.2397842:11771;41.3765686;-110.239265,way_type=user_defined:way_id=80W +edge,11771,11771;41.3765686;-110.239265:11772;41.3767372;-110.2388169,way_type=user_defined:way_id=80W +edge,11772,11772;41.3767372;-110.2388169:11773;41.37686;-110.2385003,way_type=user_defined:way_id=80W +edge,11773,11773;41.37686;-110.2385003:11774;41.3770509;-110.2380233,way_type=user_defined:way_id=80W +edge,11774,11774;41.3770509;-110.2380233:11775;41.3772625;-110.2375094,way_type=user_defined:way_id=80W +edge,11775,11775;41.3772625;-110.2375094:11776;41.3774554;-110.2370539,way_type=user_defined:way_id=80W +edge,11776,11776;41.3774554;-110.2370539:11777;41.3776008;-110.2367174,way_type=user_defined:way_id=80W +edge,11777,11777;41.3776008;-110.2367174:11778;41.3776928;-110.2365089,way_type=user_defined:way_id=80W +edge,11778,11778;41.3776928;-110.2365089:11779;41.3778042;-110.2362617,way_type=user_defined:way_id=80W +edge,11779,11779;41.3778042;-110.2362617:11780;41.378031;-110.2357691,way_type=user_defined:way_id=80W +edge,11780,11780;41.378031;-110.2357691:11781;41.3781587;-110.2354967,way_type=user_defined:way_id=80W +edge,11781,11781;41.3781587;-110.2354967:11782;41.3783833;-110.2350295,way_type=user_defined:way_id=80W +edge,11782,11782;41.3783833;-110.2350295:11783;41.3785433;-110.2347054,way_type=user_defined:way_id=80W +edge,11783,11783;41.3785433;-110.2347054:11784;41.378642;-110.2345099,way_type=user_defined:way_id=80W +edge,11784,11784;41.378642;-110.2345099:11785;41.3787608;-110.2342799,way_type=user_defined:way_id=80W +edge,11785,11785;41.3787608;-110.2342799:11786;41.3794751;-110.2329174,way_type=user_defined:way_id=80W +edge,11786,11786;41.3794751;-110.2329174:11787;41.3802142;-110.231517,way_type=user_defined:way_id=80W +edge,11787,11787;41.3802142;-110.231517:11788;41.3812746;-110.229494,way_type=user_defined:way_id=80W +edge,11788,11788;41.3812746;-110.229494:11789;41.3817854;-110.2285154,way_type=user_defined:way_id=80W +edge,11789,11789;41.3817854;-110.2285154:11790;41.3820422;-110.2280166,way_type=user_defined:way_id=80W +edge,11790,11790;41.3820422;-110.2280166:11791;41.3821532;-110.2277969,way_type=user_defined:way_id=80W +edge,11791,11791;41.3821532;-110.2277969:11792;41.3822862;-110.2275289,way_type=user_defined:way_id=80W +edge,11792,11792;41.3822862;-110.2275289:11793;41.3824173;-110.2272582,way_type=user_defined:way_id=80W +edge,11793,11793;41.3824173;-110.2272582:11794;41.3826346;-110.2267973,way_type=user_defined:way_id=80W +edge,11794,11794;41.3826346;-110.2267973:11795;41.3828501;-110.2263326,way_type=user_defined:way_id=80W +edge,11795,11795;41.3828501;-110.2263326:11796;41.382963;-110.2260831,way_type=user_defined:way_id=80W +edge,11796,11796;41.382963;-110.2260831:11797;41.3830884;-110.2258001,way_type=user_defined:way_id=80W +edge,11797,11797;41.3830884;-110.2258001:11798;41.3831939;-110.2255565,way_type=user_defined:way_id=80W +edge,11798,11798;41.3831939;-110.2255565:11799;41.3833525;-110.2251808,way_type=user_defined:way_id=80W +edge,11799,11799;41.3833525;-110.2251808:11800;41.3836182;-110.2245425,way_type=user_defined:way_id=80W +edge,11800,11800;41.3836182;-110.2245425:11801;41.3837211;-110.2242875,way_type=user_defined:way_id=80W +edge,11801,11801;41.3837211;-110.2242875:11802;41.3838216;-110.2240311,way_type=user_defined:way_id=80W +edge,11802,11802;41.3838216;-110.2240311:11803;41.3840189;-110.2235154,way_type=user_defined:way_id=80W +edge,11803,11803;41.3840189;-110.2235154:11804;41.3841128;-110.2232648,way_type=user_defined:way_id=80W +edge,11804,11804;41.3841128;-110.2232648:11805;41.3842109;-110.2229959,way_type=user_defined:way_id=80W +edge,11805,11805;41.3842109;-110.2229959:11806;41.3843939;-110.2224783,way_type=user_defined:way_id=80W +edge,11806,11806;41.3843939;-110.2224783:11807;41.3846343;-110.2217779,way_type=user_defined:way_id=80W +edge,11807,11807;41.3846343;-110.2217779:11808;41.3847862;-110.2213228,way_type=user_defined:way_id=80W +edge,11808,11808;41.3847862;-110.2213228:11809;41.384851;-110.2211238,way_type=user_defined:way_id=80W +edge,11809,11809;41.384851;-110.2211238:11810;41.3849276;-110.2208819,way_type=user_defined:way_id=80W +edge,11810,11810;41.3849276;-110.2208819:11811;41.3850083;-110.2206201,way_type=user_defined:way_id=80W +edge,11811,11811;41.3850083;-110.2206201:11812;41.3850981;-110.2203224,way_type=user_defined:way_id=80W +edge,11812,11812;41.3850981;-110.2203224:11813;41.3852599;-110.2197772,way_type=user_defined:way_id=80W +edge,11813,11813;41.3852599;-110.2197772:11814;41.3853315;-110.2195299,way_type=user_defined:way_id=80W +edge,11814,11814;41.3853315;-110.2195299:11815;41.3854762;-110.2190159,way_type=user_defined:way_id=80W +edge,11815,11815;41.3854762;-110.2190159:11816;41.3855677;-110.2186782,way_type=user_defined:way_id=80W +edge,11816,11816;41.3855677;-110.2186782:11817;41.3856405;-110.2184011,way_type=user_defined:way_id=80W +edge,11817,11817;41.3856405;-110.2184011:11818;41.3857061;-110.218144,way_type=user_defined:way_id=80W +edge,11818,11818;41.3857061;-110.218144:11819;41.3858451;-110.2175792,way_type=user_defined:way_id=80W +edge,11819,11819;41.3858451;-110.2175792:11820;41.38596635;-110.2170714,way_type=user_defined:way_id=80W +edge,11820,11820;41.38596635;-110.2170714:11821;41.38596635;-110.2170714,way_type=user_defined:way_id=80W +edge,11821,11821;41.38596635;-110.2170714:11822;41.3860428;-110.2167444,way_type=user_defined:way_id=80W +edge,11822,11822;41.3860428;-110.2167444:11823;41.3861043;-110.216473,way_type=user_defined:way_id=80W +edge,11823,11823;41.3861043;-110.216473:11824;41.3861666;-110.2161921,way_type=user_defined:way_id=80W +edge,11824,11824;41.3861666;-110.2161921:11825;41.3862194;-110.2159467,way_type=user_defined:way_id=80W +edge,11825,11825;41.3862194;-110.2159467:11826;41.3863045;-110.2155372,way_type=user_defined:way_id=80W +edge,11826,11826;41.3863045;-110.2155372:11827;41.3864634;-110.2147557,way_type=user_defined:way_id=80W +edge,11827,11827;41.3864634;-110.2147557:11828;41.3869004;-110.2125657,way_type=user_defined:way_id=80W +edge,11828,11828;41.3869004;-110.2125657:11829;41.3871246;-110.2114558,way_type=user_defined:way_id=80W +edge,11829,11829;41.3871246;-110.2114558:11830;41.3874606;-110.2097708,way_type=user_defined:way_id=80W +edge,11830,11830;41.3874606;-110.2097708:11831;41.3876114;-110.2090067,way_type=user_defined:way_id=80W +edge,11831,11831;41.3876114;-110.2090067:11832;41.3877958;-110.2081015,way_type=user_defined:way_id=80W +edge,11832,11832;41.3877958;-110.2081015:11833;41.3880436;-110.2068667,way_type=user_defined:way_id=80W +edge,11833,11833;41.3880436;-110.2068667:11834;41.3892273;-110.2009272,way_type=user_defined:way_id=80W +edge,11834,11834;41.3892273;-110.2009272:11835;41.3895305;-110.1994268,way_type=user_defined:way_id=80W +edge,11835,11835;41.3895305;-110.1994268:11836;41.389755;-110.1982997,way_type=user_defined:way_id=80W +edge,11836,11836;41.389755;-110.1982997:11837;41.3899799;-110.1971901,way_type=user_defined:way_id=80W +edge,11837,11837;41.3899799;-110.1971901:11838;41.390145;-110.1963519,way_type=user_defined:way_id=80W +edge,11838,11838;41.390145;-110.1963519:11839;41.3903695;-110.1952339,way_type=user_defined:way_id=80W +edge,11839,11839;41.3903695;-110.1952339:11840;41.39064236;-110.1938564,way_type=user_defined:way_id=80W +edge,11840,11840;41.39064236;-110.1938564:11841;41.3906811;-110.1936609,way_type=user_defined:way_id=80W +edge,11841,11841;41.3906811;-110.1936609:11842;41.3910226;-110.1919514,way_type=user_defined:way_id=80W +edge,11842,11842;41.3910226;-110.1919514:11843;41.3910226;-110.1919514,way_type=user_defined:way_id=80W +edge,11843,11843;41.3910226;-110.1919514:11844;41.391158;-110.1912817,way_type=user_defined:way_id=80W +edge,11844,11844;41.391158;-110.1912817:11845;41.3912144;-110.1910121,way_type=user_defined:way_id=80W +edge,11845,11845;41.3912144;-110.1910121:11846;41.3913348;-110.1904569,way_type=user_defined:way_id=80W +edge,11846,11846;41.3913348;-110.1904569:11847;41.3914077;-110.1901354,way_type=user_defined:way_id=80W +edge,11847,11847;41.3914077;-110.1901354:11848;41.3915239;-110.1896461,way_type=user_defined:way_id=80W +edge,11848,11848;41.3915239;-110.1896461:11849;41.3916075;-110.1893076,way_type=user_defined:way_id=80W +edge,11849,11849;41.3916075;-110.1893076:11850;41.39169276;-110.1889746,way_type=user_defined:way_id=80W +edge,11850,11850;41.39169276;-110.1889746:11851;41.3917395;-110.1887921,way_type=user_defined:way_id=80W +edge,11851,11851;41.3917395;-110.1887921:11852;41.3918836;-110.188251,way_type=user_defined:way_id=80W +edge,11852,11852;41.3918836;-110.188251:11853;41.3920318;-110.1877104,way_type=user_defined:way_id=80W +edge,11853,11853;41.3920318;-110.1877104:11854;41.3921095;-110.1874362,way_type=user_defined:way_id=80W +edge,11854,11854;41.3921095;-110.1874362:11855;41.3922787;-110.1868628,way_type=user_defined:way_id=80W +edge,11855,11855;41.3922787;-110.1868628:11856;41.3924425;-110.1863258,way_type=user_defined:way_id=80W +edge,11856,11856;41.3924425;-110.1863258:11857;41.3925288;-110.1860544,way_type=user_defined:way_id=80W +edge,11857,11857;41.3925288;-110.1860544:11858;41.3926161;-110.1857942,way_type=user_defined:way_id=80W +edge,11858,11858;41.3926161;-110.1857942:11859;41.392709;-110.1855269,way_type=user_defined:way_id=80W +edge,11859,11859;41.392709;-110.1855269:11860;41.39291696;-110.1849195,way_type=user_defined:way_id=80W +edge,11860,11860;41.39291696;-110.1849195:11861;41.39291696;-110.1849195,way_type=user_defined:way_id=80W +edge,11861,11861;41.39291696;-110.1849195:11862;41.3930722;-110.1844723,way_type=user_defined:way_id=80W +edge,11862,11862;41.3930722;-110.1844723:11863;41.3931732;-110.1841892,way_type=user_defined:way_id=80W +edge,11863,11863;41.3931732;-110.1841892:11864;41.3932698;-110.1839247,way_type=user_defined:way_id=80W +edge,11864,11864;41.3932698;-110.1839247:11865;41.3934651;-110.1834066,way_type=user_defined:way_id=80W +edge,11865,11865;41.3934651;-110.1834066:11866;41.3936424;-110.18295,way_type=user_defined:way_id=80W +edge,11866,11866;41.3936424;-110.18295:11867;41.3937695;-110.1826307,way_type=user_defined:way_id=80W +edge,11867,11867;41.3937695;-110.1826307:11868;41.3939398;-110.1822143,way_type=user_defined:way_id=80W +edge,11868,11868;41.3939398;-110.1822143:11869;41.3940991;-110.1818342,way_type=user_defined:way_id=80W +edge,11869,11869;41.3940991;-110.1818342:11870;41.39427294;-110.181432,way_type=user_defined:way_id=80W +edge,11870,11870;41.39427294;-110.181432:11871;41.3943113;-110.1813432,way_type=user_defined:way_id=80W +edge,11871,11871;41.3943113;-110.1813432:11872;41.3945196;-110.1808726,way_type=user_defined:way_id=80W +edge,11872,11872;41.3945196;-110.1808726:11873;41.3946592;-110.1805662,way_type=user_defined:way_id=80W +edge,11873,11873;41.3946592;-110.1805662:11874;41.394864;-110.1801274,way_type=user_defined:way_id=80W +edge,11874,11874;41.394864;-110.1801274:11875;41.3950083;-110.1798265,way_type=user_defined:way_id=80W +edge,11875,11875;41.3950083;-110.1798265:11876;41.3952329;-110.1793722,way_type=user_defined:way_id=80W +edge,11876,11876;41.3952329;-110.1793722:11877;41.39567624;-110.1785025,way_type=user_defined:way_id=80W +edge,11877,11877;41.39567624;-110.1785025:11878;41.39567624;-110.1785025,way_type=user_defined:way_id=80W +edge,11878,11878;41.39567624;-110.1785025:11879;41.39593994;-110.1779891,way_type=user_defined:way_id=80W +edge,11879,11879;41.39593994;-110.1779891:11880;41.3961029;-110.1776718,way_type=user_defined:way_id=80W +edge,11880,11880;41.3961029;-110.1776718:11881;41.3961029;-110.1776718,way_type=user_defined:way_id=80W +edge,11881,11881;41.3961029;-110.1776718:11882;41.3964535;-110.1769934,way_type=user_defined:way_id=80W +edge,11882,11882;41.3964535;-110.1769934:11883;41.3969469;-110.176031,way_type=user_defined:way_id=80W +edge,11883,11883;41.3969469;-110.176031:11884;41.3974378;-110.1750791,way_type=user_defined:way_id=80W +edge,11884,11884;41.3974378;-110.1750791:11885;41.3979107;-110.1741582,way_type=user_defined:way_id=80W +edge,11885,11885;41.3979107;-110.1741582:11886;41.3999146;-110.170276,way_type=user_defined:way_id=80W +edge,11886,11886;41.3999146;-110.170276:11887;41.3999146;-110.170276,way_type=user_defined:way_id=80W +edge,11887,11887;41.3999146;-110.170276:11888;41.39993296;-110.1702381,way_type=user_defined:way_id=80W +edge,11888,11888;41.39993296;-110.1702381:11889;41.3999905;-110.1701281,way_type=user_defined:way_id=80W +edge,11889,11889;41.3999905;-110.1701281:11890;41.4012368;-110.1677004,way_type=user_defined:way_id=80W +edge,11890,11890;41.4012368;-110.1677004:11891;41.4026242;-110.1650141,way_type=user_defined:way_id=80W +edge,11891,11891;41.4026242;-110.1650141:11892;41.4030701;-110.1641429,way_type=user_defined:way_id=80W +edge,11892,11892;41.4030701;-110.1641429:11893;41.404025;-110.1622895,way_type=user_defined:way_id=80W +edge,11893,11893;41.404025;-110.1622895:11894;41.404479;-110.1614007,way_type=user_defined:way_id=80W +edge,11894,11894;41.404479;-110.1614007:11895;41.4053538;-110.1597082,way_type=user_defined:way_id=80W +edge,11895,11895;41.4053538;-110.1597082:11896;41.4058008;-110.1588368,way_type=user_defined:way_id=80W +edge,11896,11896;41.4058008;-110.1588368:11897;41.406325;-110.1578221,way_type=user_defined:way_id=80W +edge,11897,11897;41.406325;-110.1578221:11898;41.4067066;-110.1570741,way_type=user_defined:way_id=80W +edge,11898,11898;41.4067066;-110.1570741:11899;41.4070467;-110.1564151,way_type=user_defined:way_id=80W +edge,11899,11899;41.4070467;-110.1564151:11900;41.4073938;-110.1557377,way_type=user_defined:way_id=80W +edge,11900,11900;41.4073938;-110.1557377:11901;41.408151;-110.1542712,way_type=user_defined:way_id=80W +edge,11901,11901;41.408151;-110.1542712:11902;41.4087628;-110.1530775,way_type=user_defined:way_id=80W +edge,11902,11902;41.4087628;-110.1530775:11903;41.4091164;-110.1523843,way_type=user_defined:way_id=80W +edge,11903,11903;41.4091164;-110.1523843:11904;41.409654;-110.1513377,way_type=user_defined:way_id=80W +edge,11904,11904;41.409654;-110.1513377:11905;41.4097476;-110.1511587,way_type=user_defined:way_id=80W +edge,11905,11905;41.4097476;-110.1511587:11906;41.4098712;-110.150927,way_type=user_defined:way_id=80W +edge,11906,11906;41.4098712;-110.150927:11907;41.4101451;-110.1504216,way_type=user_defined:way_id=80W +edge,11907,11907;41.4101451;-110.1504216:11908;41.4102873;-110.1501635,way_type=user_defined:way_id=80W +edge,11908,11908;41.4102873;-110.1501635:11909;41.4104014;-110.1499603,way_type=user_defined:way_id=80W +edge,11909,11909;41.4104014;-110.1499603:11910;41.4105205;-110.1497522,way_type=user_defined:way_id=80W +edge,11910,11910;41.4105205;-110.1497522:11911;41.4108018;-110.149271,way_type=user_defined:way_id=80W +edge,11911,11911;41.4108018;-110.149271:11912;41.4110729;-110.1488172,way_type=user_defined:way_id=80W +edge,11912,11912;41.4110729;-110.1488172:11913;41.4112632;-110.1485051,way_type=user_defined:way_id=80W +edge,11913,11913;41.4112632;-110.1485051:11914;41.4114686;-110.1481753,way_type=user_defined:way_id=80W +edge,11914,11914;41.4114686;-110.1481753:11915;41.4116279;-110.1479251,way_type=user_defined:way_id=80W +edge,11915,11915;41.4116279;-110.1479251:11916;41.4117697;-110.1477061,way_type=user_defined:way_id=80W +edge,11916,11916;41.4117697;-110.1477061:11917;41.4119127;-110.1474886,way_type=user_defined:way_id=80W +edge,11917,11917;41.4119127;-110.1474886:11918;41.4121682;-110.1471075,way_type=user_defined:way_id=80W +edge,11918,11918;41.4121682;-110.1471075:11919;41.4123486;-110.1468438,way_type=user_defined:way_id=80W +edge,11919,11919;41.4123486;-110.1468438:11920;41.4125011;-110.1466249,way_type=user_defined:way_id=80W +edge,11920,11920;41.4125011;-110.1466249:11921;41.4128002;-110.1462037,way_type=user_defined:way_id=80W +edge,11921,11921;41.4128002;-110.1462037:11922;41.4130803;-110.1458207,way_type=user_defined:way_id=80W +edge,11922,11922;41.4130803;-110.1458207:11923;41.4134038;-110.1453896,way_type=user_defined:way_id=80W +edge,11923,11923;41.4134038;-110.1453896:11924;41.4135653;-110.1451782,way_type=user_defined:way_id=80W +edge,11924,11924;41.4135653;-110.1451782:11925;41.4138795;-110.1447726,way_type=user_defined:way_id=80W +edge,11925,11925;41.4138795;-110.1447726:11926;41.4140378;-110.1445712,way_type=user_defined:way_id=80W +edge,11926,11926;41.4140378;-110.1445712:11927;41.4141861;-110.1443861,way_type=user_defined:way_id=80W +edge,11927,11927;41.4141861;-110.1443861:11928;41.4143699;-110.1441632,way_type=user_defined:way_id=80W +edge,11928,11928;41.4143699;-110.1441632:11929;41.4145922;-110.1439021,way_type=user_defined:way_id=80W +edge,11929,11929;41.4145922;-110.1439021:11930;41.4151881;-110.1432146,way_type=user_defined:way_id=80W +edge,11930,11930;41.4151881;-110.1432146:11931;41.4159303;-110.142352,way_type=user_defined:way_id=80W +edge,11931,11931;41.4159303;-110.142352:11932;41.4163407;-110.1418787,way_type=user_defined:way_id=80W +edge,11932,11932;41.4163407;-110.1418787:11933;41.417483;-110.1405488,way_type=user_defined:way_id=80W +edge,11933,11933;41.417483;-110.1405488:11934;41.4181399;-110.1397915,way_type=user_defined:way_id=80W +edge,11934,11934;41.4181399;-110.1397915:11935;41.418944;-110.1388525,way_type=user_defined:way_id=80W +edge,11935,11935;41.418944;-110.1388525:11936;41.4194401;-110.1382769,way_type=user_defined:way_id=80W +edge,11936,11936;41.4194401;-110.1382769:11937;41.4200942;-110.1375131,way_type=user_defined:way_id=80W +edge,11937,11937;41.4200942;-110.1375131:11938;41.4205649;-110.1369677,way_type=user_defined:way_id=80W +edge,11938,11938;41.4205649;-110.1369677:11939;41.420749;-110.1367523,way_type=user_defined:way_id=80W +edge,11939,11939;41.420749;-110.1367523:11940;41.42091;-110.1365591,way_type=user_defined:way_id=80W +edge,11940,11940;41.42091;-110.1365591:11941;41.4212229;-110.1361744,way_type=user_defined:way_id=80W +edge,11941,11941;41.4212229;-110.1361744:11942;41.421385;-110.1359697,way_type=user_defined:way_id=80W +edge,11942,11942;41.421385;-110.1359697:11943;41.421695;-110.1355695,way_type=user_defined:way_id=80W +edge,11943,11943;41.421695;-110.1355695:11944;41.4218531;-110.1353611,way_type=user_defined:way_id=80W +edge,11944,11944;41.4218531;-110.1353611:11945;41.4221408;-110.1349747,way_type=user_defined:way_id=80W +edge,11945,11945;41.4221408;-110.1349747:11946;41.4222957;-110.1347625,way_type=user_defined:way_id=80W +edge,11946,11946;41.4222957;-110.1347625:11947;41.4224443;-110.1345548,way_type=user_defined:way_id=80W +edge,11947,11947;41.4224443;-110.1345548:11948;41.422719;-110.1341646,way_type=user_defined:way_id=80W +edge,11948,11948;41.422719;-110.1341646:11949;41.422889;-110.1339193,way_type=user_defined:way_id=80W +edge,11949,11949;41.422889;-110.1339193:11950;41.4231575;-110.1335225,way_type=user_defined:way_id=80W +edge,11950,11950;41.4231575;-110.1335225:11951;41.4233764;-110.1331926,way_type=user_defined:way_id=80W +edge,11951,11951;41.4233764;-110.1331926:11952;41.4235764;-110.1328846,way_type=user_defined:way_id=80W +edge,11952,11952;41.4235764;-110.1328846:11953;41.4237534;-110.1326073,way_type=user_defined:way_id=80W +edge,11953,11953;41.4237534;-110.1326073:11954;41.4239787;-110.1322469,way_type=user_defined:way_id=80W +edge,11954,11954;41.4239787;-110.1322469:11955;41.4241853;-110.1319109,way_type=user_defined:way_id=80W +edge,11955,11955;41.4241853;-110.1319109:11956;41.4243237;-110.1316815,way_type=user_defined:way_id=80W +edge,11956,11956;41.4243237;-110.1316815:11957;41.4244736;-110.1314268,way_type=user_defined:way_id=80W +edge,11957,11957;41.4244736;-110.1314268:11958;41.4247573;-110.1309338,way_type=user_defined:way_id=80W +edge,11958,11958;41.4247573;-110.1309338:11959;41.4248876;-110.1307033,way_type=user_defined:way_id=80W +edge,11959,11959;41.4248876;-110.1307033:11960;41.4251094;-110.1303021,way_type=user_defined:way_id=80W +edge,11960,11960;41.4251094;-110.1303021:11961;41.4252921;-110.1299651,way_type=user_defined:way_id=80W +edge,11961,11961;41.4252921;-110.1299651:11962;41.4254332;-110.1296978,way_type=user_defined:way_id=80W +edge,11962,11962;41.4254332;-110.1296978:11963;41.4255675;-110.1294381,way_type=user_defined:way_id=80W +edge,11963,11963;41.4255675;-110.1294381:11964;41.4258102;-110.128961,way_type=user_defined:way_id=80W +edge,11964,11964;41.4258102;-110.128961:11965;41.4259174;-110.1287451,way_type=user_defined:way_id=80W +edge,11965,11965;41.4259174;-110.1287451:11966;41.4261099;-110.1283522,way_type=user_defined:way_id=80W +edge,11966,11966;41.4261099;-110.1283522:11967;41.4263142;-110.1279258,way_type=user_defined:way_id=80W +edge,11967,11967;41.4263142;-110.1279258:11968;41.4264313;-110.1276757,way_type=user_defined:way_id=80W +edge,11968,11968;41.4264313;-110.1276757:11969;41.4265718;-110.1273678,way_type=user_defined:way_id=80W +edge,11969,11969;41.4265718;-110.1273678:11970;41.4268067;-110.1268396,way_type=user_defined:way_id=80W +edge,11970,11970;41.4268067;-110.1268396:11971;41.4269972;-110.1264019,way_type=user_defined:way_id=80W +edge,11971,11971;41.4269972;-110.1264019:11972;41.4271846;-110.1259609,way_type=user_defined:way_id=80W +edge,11972,11972;41.4271846;-110.1259609:11973;41.4273056;-110.1256695,way_type=user_defined:way_id=80W +edge,11973,11973;41.4273056;-110.1256695:11974;41.4274461;-110.1253216,way_type=user_defined:way_id=80W +edge,11974,11974;41.4274461;-110.1253216:11975;41.4275599;-110.1250327,way_type=user_defined:way_id=80W +edge,11975,11975;41.4275599;-110.1250327:11976;41.4277563;-110.1245212,way_type=user_defined:way_id=80W +edge,11976,11976;41.4277563;-110.1245212:11977;41.4278563;-110.1242567,way_type=user_defined:way_id=80W +edge,11977,11977;41.4278563;-110.1242567:11978;41.4279512;-110.1239998,way_type=user_defined:way_id=80W +edge,11978,11978;41.4279512;-110.1239998:11979;41.4281423;-110.1234671,way_type=user_defined:way_id=80W +edge,11979,11979;41.4281423;-110.1234671:11980;41.4283279;-110.1229426,way_type=user_defined:way_id=80W +edge,11980,11980;41.4283279;-110.1229426:11981;41.42851;-110.1224171,way_type=user_defined:way_id=80W +edge,11981,11981;41.42851;-110.1224171:11982;41.4293243;-110.1200438,way_type=user_defined:way_id=80W +edge,11982,11982;41.4293243;-110.1200438:11983;41.4299798;-110.1181449,way_type=user_defined:way_id=80W +edge,11983,11983;41.4299798;-110.1181449:11984;41.43023967;-110.1173875,way_type=user_defined:way_id=80W +edge,11984,11984;41.43023967;-110.1173875:11985;41.4303001;-110.1172114,way_type=user_defined:way_id=80W +edge,11985,11985;41.4303001;-110.1172114:11986;41.430729;-110.1159733,way_type=user_defined:way_id=80W +edge,11986,11986;41.430729;-110.1159733:11987;41.4311862;-110.114644,way_type=user_defined:way_id=80W +edge,11987,11987;41.4311862;-110.114644:11988;41.4314581;-110.1138643,way_type=user_defined:way_id=80W +edge,11988,11988;41.4314581;-110.1138643:11989;41.4314581;-110.1138643,way_type=user_defined:way_id=80W +edge,11989,11989;41.4314581;-110.1138643:11990;41.4323597;-110.1112529,way_type=user_defined:way_id=80W +edge,11990,11990;41.4323597;-110.1112529:11991;41.43253583;-110.1107367,way_type=user_defined:way_id=80W +edge,11991,11991;41.43253583;-110.1107367:11992;41.4328153;-110.1099177,way_type=user_defined:way_id=80W +edge,11992,11992;41.4328153;-110.1099177:11993;41.43326149;-110.1086226,way_type=user_defined:way_id=80W +edge,11993,11993;41.43326149;-110.1086226:11994;41.43326149;-110.1086226,way_type=user_defined:way_id=80W +edge,11994,11994;41.43326149;-110.1086226:11995;41.43400392;-110.106469,way_type=user_defined:way_id=80W +edge,11995,11995;41.43400392;-110.106469:11996;41.4340364;-110.1063748,way_type=user_defined:way_id=80W +edge,11996,11996;41.4340364;-110.1063748:11997;41.43451482;-110.1049988,way_type=user_defined:way_id=80W +edge,11997,11997;41.43451482;-110.1049988:11998;41.4349032;-110.1038713,way_type=user_defined:way_id=80W +edge,11998,11998;41.4349032;-110.1038713:11999;41.4349032;-110.1038713,way_type=user_defined:way_id=80W +edge,11999,11999;41.4349032;-110.1038713:12000;41.4352739;-110.1028219,way_type=user_defined:way_id=80W +edge,12000,12000;41.4352739;-110.1028219:12001;41.4353701;-110.1025595,way_type=user_defined:way_id=80W +edge,12001,12001;41.4353701;-110.1025595:12002;41.43543346;-110.1023903,way_type=user_defined:way_id=80W +edge,12002,12002;41.43543346;-110.1023903:12003;41.4354649;-110.1023064,way_type=user_defined:way_id=80W +edge,12003,12003;41.4354649;-110.1023064:12004;41.4356281;-110.1018818,way_type=user_defined:way_id=80W +edge,12004,12004;41.4356281;-110.1018818:12005;41.4357677;-110.1015278,way_type=user_defined:way_id=80W +edge,12005,12005;41.4357677;-110.1015278:12006;41.4359607;-110.1010557,way_type=user_defined:way_id=80W +edge,12006,12006;41.4359607;-110.1010557:12007;41.4361856;-110.100519,way_type=user_defined:way_id=80W +edge,12007,12007;41.4361856;-110.100519:12008;41.4364151;-110.0999832,way_type=user_defined:way_id=80W +edge,12008,12008;41.4364151;-110.0999832:12009;41.4365272;-110.0997296,way_type=user_defined:way_id=80W +edge,12009,12009;41.4365272;-110.0997296:12010;41.4367677;-110.0992028,way_type=user_defined:way_id=80W +edge,12010,12010;41.4367677;-110.0992028:12011;41.4369977;-110.0987123,way_type=user_defined:way_id=80W +edge,12011,12011;41.4369977;-110.0987123:12012;41.4372323;-110.0982253,way_type=user_defined:way_id=80W +edge,12012,12012;41.4372323;-110.0982253:12013;41.4373971;-110.0978921,way_type=user_defined:way_id=80W +edge,12013,12013;41.4373971;-110.0978921:12014;41.4375966;-110.0974971,way_type=user_defined:way_id=80W +edge,12014,12014;41.4375966;-110.0974971:12015;41.4377222;-110.097253,way_type=user_defined:way_id=80W +edge,12015,12015;41.4377222;-110.097253:12016;41.4378419;-110.0970257,way_type=user_defined:way_id=80W +edge,12016,12016;41.4378419;-110.0970257:12017;41.437984;-110.0967624,way_type=user_defined:way_id=80W +edge,12017,12017;41.437984;-110.0967624:12018;41.4381152;-110.0965233,way_type=user_defined:way_id=80W +edge,12018,12018;41.4381152;-110.0965233:12019;41.4385988;-110.0956516,way_type=user_defined:way_id=80W +edge,12019,12019;41.4385988;-110.0956516:12020;41.439171;-110.0946302,way_type=user_defined:way_id=80W +edge,12020,12020;41.439171;-110.0946302:12021;41.4418726;-110.0898402,way_type=user_defined:way_id=80W +edge,12021,12021;41.4418726;-110.0898402:12022;41.442532;-110.0886773,way_type=user_defined:way_id=80W +edge,12022,12022;41.442532;-110.0886773:12023;41.4433243;-110.0872594,way_type=user_defined:way_id=80W +edge,12023,12023;41.4433243;-110.0872594:12024;41.4436839;-110.0866219,way_type=user_defined:way_id=80W +edge,12024,12024;41.4436839;-110.0866219:12025;41.4443391;-110.0854665,way_type=user_defined:way_id=80W +edge,12025,12025;41.4443391;-110.0854665:12026;41.4452181;-110.0838975,way_type=user_defined:way_id=80W +edge,12026,12026;41.4452181;-110.0838975:12027;41.4459249;-110.082653,way_type=user_defined:way_id=80W +edge,12027,12027;41.4459249;-110.082653:12028;41.4462385;-110.0820947,way_type=user_defined:way_id=80W +edge,12028,12028;41.4462385;-110.0820947:12029;41.4468883;-110.0809475,way_type=user_defined:way_id=80W +edge,12029,12029;41.4468883;-110.0809475:12030;41.4480284;-110.078911,way_type=user_defined:way_id=80W +edge,12030,12030;41.4480284;-110.078911:12031;41.4488173;-110.0775189,way_type=user_defined:way_id=80W +edge,12031,12031;41.4488173;-110.0775189:12032;41.449598;-110.076132,way_type=user_defined:way_id=80W +edge,12032,12032;41.449598;-110.076132:12033;41.4508968;-110.0738194,way_type=user_defined:way_id=80W +edge,12033,12033;41.4508968;-110.0738194:12034;41.4514377;-110.0728629,way_type=user_defined:way_id=80W +edge,12034,12034;41.4514377;-110.0728629:12035;41.452072;-110.0717345,way_type=user_defined:way_id=80W +edge,12035,12035;41.452072;-110.0717345:12036;41.452468;-110.0710333,way_type=user_defined:way_id=80W +edge,12036,12036;41.452468;-110.0710333:12037;41.4540461;-110.0682249,way_type=user_defined:way_id=80W +edge,12037,12037;41.4540461;-110.0682249:12038;41.4548494;-110.0668091,way_type=user_defined:way_id=80W +edge,12038,12038;41.4548494;-110.0668091:12039;41.4551285;-110.0663143,way_type=user_defined:way_id=80W +edge,12039,12039;41.4551285;-110.0663143:12040;41.4563652;-110.0641114,way_type=user_defined:way_id=80W +edge,12040,12040;41.4563652;-110.0641114:12041;41.4573453;-110.0623738,way_type=user_defined:way_id=80W +edge,12041,12041;41.4573453;-110.0623738:12042;41.4579976;-110.0612109,way_type=user_defined:way_id=80W +edge,12042,12042;41.4579976;-110.0612109:12043;41.4587505;-110.0598747,way_type=user_defined:way_id=80W +edge,12043,12043;41.4587505;-110.0598747:12044;41.4599672;-110.0577056,way_type=user_defined:way_id=80W +edge,12044,12044;41.4599672;-110.0577056:12045;41.4608984;-110.0560567,way_type=user_defined:way_id=80W +edge,12045,12045;41.4608984;-110.0560567:12046;41.4611429;-110.0556188,way_type=user_defined:way_id=80W +edge,12046,12046;41.4611429;-110.0556188:12047;41.46148694;-110.055009,way_type=user_defined:way_id=80W +edge,12047,12047;41.46148694;-110.055009:12048;41.46148694;-110.055009,way_type=user_defined:way_id=80W +edge,12048,12048;41.46148694;-110.055009:12049;41.4636377;-110.0511868,way_type=user_defined:way_id=80W +edge,12049,12049;41.4636377;-110.0511868:12050;41.464043;-110.0504712,way_type=user_defined:way_id=80W +edge,12050,12050;41.464043;-110.0504712:12051;41.4644473;-110.0497521,way_type=user_defined:way_id=80W +edge,12051,12051;41.4644473;-110.0497521:12052;41.4648572;-110.0490274,way_type=user_defined:way_id=80W +edge,12052,12052;41.4648572;-110.0490274:12053;41.4648572;-110.0490274,way_type=user_defined:way_id=80W +edge,12053,12053;41.4648572;-110.0490274:12054;41.4658235;-110.0473065,way_type=user_defined:way_id=80W +edge,12054,12054;41.4658235;-110.0473065:12055;41.4664907;-110.0461138,way_type=user_defined:way_id=80W +edge,12055,12055;41.4664907;-110.0461138:12056;41.4668863;-110.0454124,way_type=user_defined:way_id=80W +edge,12056,12056;41.4668863;-110.0454124:12057;41.4672929;-110.0446851,way_type=user_defined:way_id=80W +edge,12057,12057;41.4672929;-110.0446851:12058;41.46753782;-110.0442514,way_type=user_defined:way_id=80W +edge,12058,12058;41.46753782;-110.0442514:12059;41.4678174;-110.0437647,way_type=user_defined:way_id=80W +edge,12059,12059;41.4678174;-110.0437647:12060;41.4680708;-110.043334,way_type=user_defined:way_id=80W +edge,12060,12060;41.4680708;-110.043334:12061;41.4682204;-110.0430843,way_type=user_defined:way_id=80W +edge,12061,12061;41.4682204;-110.0430843:12062;41.4683399;-110.042888,way_type=user_defined:way_id=80W +edge,12062,12062;41.4683399;-110.042888:12063;41.4685493;-110.0425501,way_type=user_defined:way_id=80W +edge,12063,12063;41.4685493;-110.0425501:12064;41.4687783;-110.0421875,way_type=user_defined:way_id=80W +edge,12064,12064;41.4687783;-110.0421875:12065;41.4689;-110.0419988,way_type=user_defined:way_id=80W +edge,12065,12065;41.4689;-110.0419988:12066;41.4690417;-110.0417822,way_type=user_defined:way_id=80W +edge,12066,12066;41.4690417;-110.0417822:12067;41.4692214;-110.0415117,way_type=user_defined:way_id=80W +edge,12067,12067;41.4692214;-110.0415117:12068;41.4694033;-110.0412431,way_type=user_defined:way_id=80W +edge,12068,12068;41.4694033;-110.0412431:12069;41.4696259;-110.0409202,way_type=user_defined:way_id=80W +edge,12069,12069;41.4696259;-110.0409202:12070;41.4698263;-110.040634,way_type=user_defined:way_id=80W +edge,12070,12070;41.4698263;-110.040634:12071;41.4700676;-110.040295,way_type=user_defined:way_id=80W +edge,12071,12071;41.4700676;-110.040295:12072;41.4702277;-110.0400749,way_type=user_defined:way_id=80W +edge,12072,12072;41.4702277;-110.0400749:12073;41.470374;-110.0398774,way_type=user_defined:way_id=80W +edge,12073,12073;41.470374;-110.0398774:12074;41.4708335;-110.0392696,way_type=user_defined:way_id=80W +edge,12074,12074;41.4708335;-110.0392696:12075;41.4709943;-110.039062,way_type=user_defined:way_id=80W +edge,12075,12075;41.4709943;-110.039062:12076;41.4711527;-110.0388614,way_type=user_defined:way_id=80W +edge,12076,12076;41.4711527;-110.0388614:12077;41.4714663;-110.0384735,way_type=user_defined:way_id=80W +edge,12077,12077;41.4714663;-110.0384735:12078;41.4717959;-110.0380773,way_type=user_defined:way_id=80W +edge,12078,12078;41.4717959;-110.0380773:12079;41.4719545;-110.0378908,way_type=user_defined:way_id=80W +edge,12079,12079;41.4719545;-110.0378908:12080;41.4721415;-110.0376747,way_type=user_defined:way_id=80W +edge,12080,12080;41.4721415;-110.0376747:12081;41.4722851;-110.0375108,way_type=user_defined:way_id=80W +edge,12081,12081;41.4722851;-110.0375108:12082;41.4725543;-110.0372092,way_type=user_defined:way_id=80W +edge,12082,12082;41.4725543;-110.0372092:12083;41.4727644;-110.0369775,way_type=user_defined:way_id=80W +edge,12083,12083;41.4727644;-110.0369775:12084;41.4729494;-110.0367764,way_type=user_defined:way_id=80W +edge,12084,12084;41.4729494;-110.0367764:12085;41.476048;-110.0334641,way_type=user_defined:way_id=80W +edge,12085,12085;41.476048;-110.0334641:12086;41.477027;-110.0324238,way_type=user_defined:way_id=80W +edge,12086,12086;41.477027;-110.0324238:12087;41.4777482;-110.0316503,way_type=user_defined:way_id=80W +edge,12087,12087;41.4777482;-110.0316503:12088;41.4784927;-110.0308575,way_type=user_defined:way_id=80W +edge,12088,12088;41.4784927;-110.0308575:12089;41.479383;-110.0299051,way_type=user_defined:way_id=80W +edge,12089,12089;41.479383;-110.0299051:12090;41.4806013;-110.0286097,way_type=user_defined:way_id=80W +edge,12090,12090;41.4806013;-110.0286097:12091;41.4811053;-110.0280687,way_type=user_defined:way_id=80W +edge,12091,12091;41.4811053;-110.0280687:12092;41.4817773;-110.0273515,way_type=user_defined:way_id=80W +edge,12092,12092;41.4817773;-110.0273515:12093;41.4829926;-110.0260454,way_type=user_defined:way_id=80W +edge,12093,12093;41.4829926;-110.0260454:12094;41.48381206;-110.025169,way_type=user_defined:way_id=80W +edge,12094,12094;41.48381206;-110.025169:12095;41.4849968;-110.023902,way_type=user_defined:way_id=80W +edge,12095,12095;41.4849968;-110.023902:12096;41.4857337;-110.0231107,way_type=user_defined:way_id=80W +edge,12096,12096;41.4857337;-110.0231107:12097;41.4872011;-110.0215462,way_type=user_defined:way_id=80W +edge,12097,12097;41.4872011;-110.0215462:12098;41.4876688;-110.0210432,way_type=user_defined:way_id=80W +edge,12098,12098;41.4876688;-110.0210432:12099;41.4880484;-110.0206315,way_type=user_defined:way_id=80W +edge,12099,12099;41.4880484;-110.0206315:12100;41.4883869;-110.0202572,way_type=user_defined:way_id=80W +edge,12100,12100;41.4883869;-110.0202572:12101;41.4886576;-110.0199515,way_type=user_defined:way_id=80W +edge,12101,12101;41.4886576;-110.0199515:12102;41.488904;-110.0196674,way_type=user_defined:way_id=80W +edge,12102,12102;41.488904;-110.0196674:12103;41.4892062;-110.019312,way_type=user_defined:way_id=80W +edge,12103,12103;41.4892062;-110.019312:12104;41.4895526;-110.0188949,way_type=user_defined:way_id=80W +edge,12104,12104;41.4895526;-110.0188949:12105;41.4901547;-110.0181589,way_type=user_defined:way_id=80W +edge,12105,12105;41.4901547;-110.0181589:12106;41.49136539;-110.0166879,way_type=user_defined:way_id=80W +edge,12106,12106;41.49136539;-110.0166879:12107;41.49136539;-110.0166879,way_type=user_defined:way_id=80W +edge,12107,12107;41.49136539;-110.0166879:12108;41.4919751;-110.0159359,way_type=user_defined:way_id=80W +edge,12108,12108;41.4919751;-110.0159359:12109;41.4928977;-110.0148155,way_type=user_defined:way_id=80W +edge,12109,12109;41.4928977;-110.0148155:12110;41.4934188;-110.0141731,way_type=user_defined:way_id=80W +edge,12110,12110;41.4934188;-110.0141731:12111;41.4940634;-110.0133911,way_type=user_defined:way_id=80W +edge,12111,12111;41.4940634;-110.0133911:12112;41.49537321;-110.0117951,way_type=user_defined:way_id=80W +edge,12112,12112;41.49537321;-110.0117951:12113;41.49537321;-110.0117951,way_type=user_defined:way_id=80W +edge,12113,12113;41.49537321;-110.0117951:12114;41.4956834;-110.0114149,way_type=user_defined:way_id=80W +edge,12114,12114;41.4956834;-110.0114149:12115;41.4964741;-110.0104382,way_type=user_defined:way_id=80W +edge,12115,12115;41.4964741;-110.0104382:12116;41.4966776;-110.010182,way_type=user_defined:way_id=80W +edge,12116,12116;41.4966776;-110.010182:12117;41.4969283;-110.0098601,way_type=user_defined:way_id=80W +edge,12117,12117;41.4969283;-110.0098601:12118;41.4971026;-110.0096312,way_type=user_defined:way_id=80W +edge,12118,12118;41.4971026;-110.0096312:12119;41.4972596;-110.0094203,way_type=user_defined:way_id=80W +edge,12119,12119;41.4972596;-110.0094203:12120;41.4973901;-110.0092419,way_type=user_defined:way_id=80W +edge,12120,12120;41.4973901;-110.0092419:12121;41.497709;-110.0088003,way_type=user_defined:way_id=80W +edge,12121,12121;41.497709;-110.0088003:12122;41.4980244;-110.0083548,way_type=user_defined:way_id=80W +edge,12122,12122;41.4980244;-110.0083548:12123;41.4982872;-110.0079746,way_type=user_defined:way_id=80W +edge,12123,12123;41.4982872;-110.0079746:12124;41.4985366;-110.0076029,way_type=user_defined:way_id=80W +edge,12124,12124;41.4985366;-110.0076029:12125;41.4987308;-110.0073058,way_type=user_defined:way_id=80W +edge,12125,12125;41.4987308;-110.0073058:12126;41.4989932;-110.0068934,way_type=user_defined:way_id=80W +edge,12126,12126;41.4989932;-110.0068934:12127;41.4991367;-110.0066627,way_type=user_defined:way_id=80W +edge,12127,12127;41.4991367;-110.0066627:12128;41.4992746;-110.0064374,way_type=user_defined:way_id=80W +edge,12128,12128;41.4992746;-110.0064374:12129;41.4995254;-110.0060191,way_type=user_defined:way_id=80W +edge,12129,12129;41.4995254;-110.0060191:12130;41.4998122;-110.0055298,way_type=user_defined:way_id=80W +edge,12130,12130;41.4998122;-110.0055298:12131;41.5000732;-110.0050731,way_type=user_defined:way_id=80W +edge,12131,12131;41.5000732;-110.0050731:12132;41.5003466;-110.0045824,way_type=user_defined:way_id=80W +edge,12132,12132;41.5003466;-110.0045824:12133;41.5006011;-110.0041119,way_type=user_defined:way_id=80W +edge,12133,12133;41.5006011;-110.0041119:12134;41.5007217;-110.003883,way_type=user_defined:way_id=80W +edge,12134,12134;41.5007217;-110.003883:12135;41.5008486;-110.0036379,way_type=user_defined:way_id=80W +edge,12135,12135;41.5008486;-110.0036379:12136;41.5009898;-110.0033619,way_type=user_defined:way_id=80W +edge,12136,12136;41.5009898;-110.0033619:12137;41.5012155;-110.0029155,way_type=user_defined:way_id=80W +edge,12137,12137;41.5012155;-110.0029155:12138;41.5014235;-110.0024993,way_type=user_defined:way_id=80W +edge,12138,12138;41.5014235;-110.0024993:12139;41.5021719;-110.000989,way_type=user_defined:way_id=80W +edge,12139,12139;41.5021719;-110.000989:12140;41.5031334;-109.9990557,way_type=user_defined:way_id=80W +edge,12140,12140;41.5031334;-109.9990557:12141;41.503612;-109.9980972,way_type=user_defined:way_id=80W +edge,12141,12141;41.503612;-109.9980972:12142;41.5039856;-109.9973429,way_type=user_defined:way_id=80W +edge,12142,12142;41.5039856;-109.9973429:12143;41.5052751;-109.994755,way_type=user_defined:way_id=80W +edge,12143,12143;41.5052751;-109.994755:12144;41.50671;-109.9918623,way_type=user_defined:way_id=80W +edge,12144,12144;41.50671;-109.9918623:12145;41.50696119;-109.9913577,way_type=user_defined:way_id=80W +edge,12145,12145;41.50696119;-109.9913577:12146;41.50730809;-109.9906609,way_type=user_defined:way_id=80W +edge,12146,12146;41.50730809;-109.9906609:12147;41.50730809;-109.9906609,way_type=user_defined:way_id=80W +edge,12147,12147;41.50730809;-109.9906609:12148;41.50818678;-109.9888971,way_type=user_defined:way_id=80W +edge,12148,12148;41.50818678;-109.9888971:12149;41.5089234;-109.9874184,way_type=user_defined:way_id=80W +edge,12149,12149;41.5089234;-109.9874184:12150;41.5092619;-109.9867335,way_type=user_defined:way_id=80W +edge,12150,12150;41.5092619;-109.9867335:12151;41.50966644;-109.9859214,way_type=user_defined:way_id=80W +edge,12151,12151;41.50966644;-109.9859214:12152;41.50966644;-109.9859214,way_type=user_defined:way_id=80W +edge,12152,12152;41.50966644;-109.9859214:12153;41.5108269;-109.9835808,way_type=user_defined:way_id=80W +edge,12153,12153;41.5108269;-109.9835808:12154;41.51106643;-109.9831011,way_type=user_defined:way_id=80W +edge,12154,12154;41.51106643;-109.9831011:12155;41.5117387;-109.9817549,way_type=user_defined:way_id=80W +edge,12155,12155;41.5117387;-109.9817549:12156;41.5117387;-109.9817549,way_type=user_defined:way_id=80W +edge,12156,12156;41.5117387;-109.9817549:12157;41.51190107;-109.9814262,way_type=user_defined:way_id=80W +edge,12157,12157;41.51190107;-109.9814262:12158;41.5121755;-109.9808707,way_type=user_defined:way_id=80W +edge,12158,12158;41.5121755;-109.9808707:12159;41.5128733;-109.9794651,way_type=user_defined:way_id=80W +edge,12159,12159;41.5128733;-109.9794651:12160;41.5133232;-109.978565,way_type=user_defined:way_id=80W +edge,12160,12160;41.5133232;-109.978565:12161;41.5136832;-109.9778418,way_type=user_defined:way_id=80W +edge,12161,12161;41.5136832;-109.9778418:12162;41.5140927;-109.9770147,way_type=user_defined:way_id=80W +edge,12162,12162;41.5140927;-109.9770147:12163;41.5146364;-109.9759236,way_type=user_defined:way_id=80W +edge,12163,12163;41.5146364;-109.9759236:12164;41.5151058;-109.9749701,way_type=user_defined:way_id=80W +edge,12164,12164;41.5151058;-109.9749701:12165;41.5157286;-109.97373,way_type=user_defined:way_id=80W +edge,12165,12165;41.5157286;-109.97373:12166;41.5162214;-109.9727348,way_type=user_defined:way_id=80W +edge,12166,12166;41.5162214;-109.9727348:12167;41.5170203;-109.9711311,way_type=user_defined:way_id=80W +edge,12167,12167;41.5170203;-109.9711311:12168;41.5175258;-109.9701086,way_type=user_defined:way_id=80W +edge,12168,12168;41.5175258;-109.9701086:12169;41.517876;-109.9694109,way_type=user_defined:way_id=80W +edge,12169,12169;41.517876;-109.9694109:12170;41.5183211;-109.9685156,way_type=user_defined:way_id=80W +edge,12170,12170;41.5183211;-109.9685156:12171;41.5187137;-109.96773,way_type=user_defined:way_id=80W +edge,12171,12171;41.5187137;-109.96773:12172;41.5192218;-109.9667017,way_type=user_defined:way_id=80W +edge,12172,12172;41.5192218;-109.9667017:12173;41.5198222;-109.9654996,way_type=user_defined:way_id=80W +edge,12173,12173;41.5198222;-109.9654996:12174;41.5210547;-109.9630201,way_type=user_defined:way_id=80W +edge,12174,12174;41.5210547;-109.9630201:12175;41.5223671;-109.9603687,way_type=user_defined:way_id=80W +edge,12175,12175;41.5223671;-109.9603687:12176;41.5229376;-109.9592245,way_type=user_defined:way_id=80W +edge,12176,12176;41.5229376;-109.9592245:12177;41.5233913;-109.9583188,way_type=user_defined:way_id=80W +edge,12177,12177;41.5233913;-109.9583188:12178;41.5240197;-109.9570451,way_type=user_defined:way_id=80W +edge,12178,12178;41.5240197;-109.9570451:12179;41.5244879;-109.9561082,way_type=user_defined:way_id=80W +edge,12179,12179;41.5244879;-109.9561082:12180;41.5254416;-109.9541829,way_type=user_defined:way_id=80W +edge,12180,12180;41.5254416;-109.9541829:12181;41.526041;-109.9529818,way_type=user_defined:way_id=80W +edge,12181,12181;41.526041;-109.9529818:12182;41.5265546;-109.9519465,way_type=user_defined:way_id=80W +edge,12182,12182;41.5265546;-109.9519465:12183;41.5277329;-109.9495629,way_type=user_defined:way_id=80W +edge,12183,12183;41.5277329;-109.9495629:12184;41.528334;-109.9483608,way_type=user_defined:way_id=80W +edge,12184,12184;41.528334;-109.9483608:12185;41.5286759;-109.9476678,way_type=user_defined:way_id=80W +edge,12185,12185;41.5286759;-109.9476678:12186;41.5292445;-109.9465224,way_type=user_defined:way_id=80W +edge,12186,12186;41.5292445;-109.9465224:12187;41.5297658;-109.9454772,way_type=user_defined:way_id=80W +edge,12187,12187;41.5297658;-109.9454772:12188;41.5308052;-109.9433817,way_type=user_defined:way_id=80W +edge,12188,12188;41.5308052;-109.9433817:12189;41.531706;-109.9415719,way_type=user_defined:way_id=80W +edge,12189,12189;41.531706;-109.9415719:12190;41.5321976;-109.9405764,way_type=user_defined:way_id=80W +edge,12190,12190;41.5321976;-109.9405764:12191;41.5328558;-109.9392485,way_type=user_defined:way_id=80W +edge,12191,12191;41.5328558;-109.9392485:12192;41.5341616;-109.9366226,way_type=user_defined:way_id=80W +edge,12192,12192;41.5341616;-109.9366226:12193;41.5346418;-109.9356482,way_type=user_defined:way_id=80W +edge,12193,12193;41.5346418;-109.9356482:12194;41.5358251;-109.9332663,way_type=user_defined:way_id=80W +edge,12194,12194;41.5358251;-109.9332663:12195;41.5363195;-109.9322648,way_type=user_defined:way_id=80W +edge,12195,12195;41.5363195;-109.9322648:12196;41.5370839;-109.9307331,way_type=user_defined:way_id=80W +edge,12196,12196;41.5370839;-109.9307331:12197;41.5383729;-109.928133,way_type=user_defined:way_id=80W +edge,12197,12197;41.5383729;-109.928133:12198;41.5389449;-109.9269861,way_type=user_defined:way_id=80W +edge,12198,12198;41.5389449;-109.9269861:12199;41.5394955;-109.925876,way_type=user_defined:way_id=80W +edge,12199,12199;41.5394955;-109.925876:12200;41.5402044;-109.9244514,way_type=user_defined:way_id=80W +edge,12200,12200;41.5402044;-109.9244514:12201;41.54055428;-109.923753,way_type=user_defined:way_id=80W +edge,12201,12201;41.54055428;-109.923753:12202;41.5406426;-109.9235767,way_type=user_defined:way_id=80W +edge,12202,12202;41.5406426;-109.9235767:12203;41.5409948;-109.9228559,way_type=user_defined:way_id=80W +edge,12203,12203;41.5409948;-109.9228559:12204;41.5412021;-109.9224224,way_type=user_defined:way_id=80W +edge,12204,12204;41.5412021;-109.9224224:12205;41.5412021;-109.9224224,way_type=user_defined:way_id=80W +edge,12205,12205;41.5412021;-109.9224224:12206;41.5413468;-109.9221134,way_type=user_defined:way_id=80W +edge,12206,12206;41.5413468;-109.9221134:12207;41.5414861;-109.9218096,way_type=user_defined:way_id=80W +edge,12207,12207;41.5414861;-109.9218096:12208;41.5416832;-109.921367,way_type=user_defined:way_id=80W +edge,12208,12208;41.5416832;-109.921367:12209;41.5418025;-109.9210903,way_type=user_defined:way_id=80W +edge,12209,12209;41.5418025;-109.9210903:12210;41.5419077;-109.9208373,way_type=user_defined:way_id=80W +edge,12210,12210;41.5419077;-109.9208373:12211;41.54194209;-109.9207519,way_type=user_defined:way_id=80W +edge,12211,12211;41.54194209;-109.9207519:12212;41.542024;-109.9205487,way_type=user_defined:way_id=80W +edge,12212,12212;41.542024;-109.9205487:12213;41.5422023;-109.9200926,way_type=user_defined:way_id=80W +edge,12213,12213;41.5422023;-109.9200926:12214;41.5423094;-109.9198078,way_type=user_defined:way_id=80W +edge,12214,12214;41.5423094;-109.9198078:12215;41.5424039;-109.9195479,way_type=user_defined:way_id=80W +edge,12215,12215;41.5424039;-109.9195479:12216;41.542578;-109.9190486,way_type=user_defined:way_id=80W +edge,12216,12216;41.542578;-109.9190486:12217;41.5426672;-109.9187846,way_type=user_defined:way_id=80W +edge,12217,12217;41.5426672;-109.9187846:12218;41.5427628;-109.9184937,way_type=user_defined:way_id=80W +edge,12218,12218;41.5427628;-109.9184937:12219;41.5428475;-109.9182281,way_type=user_defined:way_id=80W +edge,12219,12219;41.5428475;-109.9182281:12220;41.5429716;-109.9178231,way_type=user_defined:way_id=80W +edge,12220,12220;41.5429716;-109.9178231:12221;41.5430846;-109.9174416,way_type=user_defined:way_id=80W +edge,12221,12221;41.5430846;-109.9174416:12222;41.5431591;-109.9171804,way_type=user_defined:way_id=80W +edge,12222,12222;41.5431591;-109.9171804:12223;41.5432365;-109.9169009,way_type=user_defined:way_id=80W +edge,12223,12223;41.5432365;-109.9169009:12224;41.5433069;-109.916638,way_type=user_defined:way_id=80W +edge,12224,12224;41.5433069;-109.916638:12225;41.5433799;-109.9163569,way_type=user_defined:way_id=80W +edge,12225,12225;41.5433799;-109.9163569:12226;41.5434459;-109.9160926,way_type=user_defined:way_id=80W +edge,12226,12226;41.5434459;-109.9160926:12227;41.5435142;-109.9158099,way_type=user_defined:way_id=80W +edge,12227,12227;41.5435142;-109.9158099:12228;41.5435805;-109.9155266,way_type=user_defined:way_id=80W +edge,12228,12228;41.5435805;-109.9155266:12229;41.543641;-109.9152604,way_type=user_defined:way_id=80W +edge,12229,12229;41.543641;-109.9152604:12230;41.5436951;-109.9150121,way_type=user_defined:way_id=80W +edge,12230,12230;41.5436951;-109.9150121:12231;41.5437607;-109.9146985,way_type=user_defined:way_id=80W +edge,12231,12231;41.5437607;-109.9146985:12232;41.543851;-109.9142422,way_type=user_defined:way_id=80W +edge,12232,12232;41.543851;-109.9142422:12233;41.5439238;-109.9138551,way_type=user_defined:way_id=80W +edge,12233,12233;41.5439238;-109.9138551:12234;41.5439687;-109.9136032,way_type=user_defined:way_id=80W +edge,12234,12234;41.5439687;-109.9136032:12235;41.5440099;-109.9133597,way_type=user_defined:way_id=80W +edge,12235,12235;41.5440099;-109.9133597:12236;41.5440675;-109.9130023,way_type=user_defined:way_id=80W +edge,12236,12236;41.5440675;-109.9130023:12237;41.5441508;-109.912463,way_type=user_defined:way_id=80W +edge,12237,12237;41.5441508;-109.912463:12238;41.5441916;-109.9121882,way_type=user_defined:way_id=80W +edge,12238,12238;41.5441916;-109.9121882:12239;41.54428083;-109.9114014,way_type=user_defined:way_id=80W +edge,12239,12239;41.54428083;-109.9114014:12240;41.54428083;-109.9114014,way_type=user_defined:way_id=80W +edge,12240,12240;41.54428083;-109.9114014:12241;41.54429942;-109.9112037,way_type=user_defined:way_id=80W +edge,12241,12241;41.54429942;-109.9112037:12242;41.54429942;-109.9112037,way_type=user_defined:way_id=80W +edge,12242,12242;41.54429942;-109.9112037:12243;41.54431788;-109.9110054,way_type=user_defined:way_id=80W +edge,12243,12243;41.54431788;-109.9110054:12244;41.54431788;-109.9110054,way_type=user_defined:way_id=80W +edge,12244,12244;41.54431788;-109.9110054:12245;41.54433;-109.9108751,way_type=user_defined:way_id=80W +edge,12245,12245;41.54433;-109.9108751:12246;41.5443527;-109.9106025,way_type=user_defined:way_id=80W +edge,12246,12246;41.5443527;-109.9106025:12247;41.5443759;-109.9103083,way_type=user_defined:way_id=80W +edge,12247,12247;41.5443759;-109.9103083:12248;41.5443997;-109.9099836,way_type=user_defined:way_id=80W +edge,12248,12248;41.5443997;-109.9099836:12249;41.5444167;-109.9097311,way_type=user_defined:way_id=80W +edge,12249,12249;41.5444167;-109.9097311:12250;41.5444336;-109.9094387,way_type=user_defined:way_id=80W +edge,12250,12250;41.5444336;-109.9094387:12251;41.5444597;-109.9088958,way_type=user_defined:way_id=80W +edge,12251,12251;41.5444597;-109.9088958:12252;41.5444714;-109.9086075,way_type=user_defined:way_id=80W +edge,12252,12252;41.5444714;-109.9086075:12253;41.5444808;-109.9083174,way_type=user_defined:way_id=80W +edge,12253,12253;41.5444808;-109.9083174:12254;41.5444877;-109.908026,way_type=user_defined:way_id=80W +edge,12254,12254;41.5444877;-109.908026:12255;41.5444917;-109.9077336,way_type=user_defined:way_id=80W +edge,12255,12255;41.5444917;-109.9077336:12256;41.5444931;-109.9074514,way_type=user_defined:way_id=80W +edge,12256,12256;41.5444931;-109.9074514:12257;41.5444921;-109.907148,way_type=user_defined:way_id=80W +edge,12257,12257;41.5444921;-109.907148:12258;41.5444851;-109.9065714,way_type=user_defined:way_id=80W +edge,12258,12258;41.5444851;-109.9065714:12259;41.5444789;-109.9062793,way_type=user_defined:way_id=80W +edge,12259,12259;41.5444789;-109.9062793:12260;41.5444679;-109.9059009,way_type=user_defined:way_id=80W +edge,12260,12260;41.5444679;-109.9059009:12261;41.5444593;-109.9056669,way_type=user_defined:way_id=80W +edge,12261,12261;41.5444593;-109.9056669:12262;41.54445023;-109.9054627,way_type=user_defined:way_id=80W +edge,12262,12262;41.54445023;-109.9054627:12263;41.5444458;-109.9053631,way_type=user_defined:way_id=80W +edge,12263,12263;41.5444458;-109.9053631:12264;41.5444313;-109.9050851,way_type=user_defined:way_id=80W +edge,12264,12264;41.5444313;-109.9050851:12265;41.5444126;-109.9047895,way_type=user_defined:way_id=80W +edge,12265,12265;41.5444126;-109.9047895:12266;41.5443929;-109.9045183,way_type=user_defined:way_id=80W +edge,12266,12266;41.5443929;-109.9045183:12267;41.5443687;-109.9042261,way_type=user_defined:way_id=80W +edge,12267,12267;41.5443687;-109.9042261:12268;41.5442887;-109.9033611,way_type=user_defined:way_id=80W +edge,12268,12268;41.5442887;-109.9033611:12269;41.5442536;-109.9030332,way_type=user_defined:way_id=80W +edge,12269,12269;41.5442536;-109.9030332:12270;41.5442226;-109.9027817,way_type=user_defined:way_id=80W +edge,12270,12270;41.5442226;-109.9027817:12271;41.5441746;-109.9024283,way_type=user_defined:way_id=80W +edge,12271,12271;41.5441746;-109.9024283:12272;41.544124;-109.9020739,way_type=user_defined:way_id=80W +edge,12272,12272;41.544124;-109.9020739:12273;41.54406;-109.9016442,way_type=user_defined:way_id=80W +edge,12273,12273;41.54406;-109.9016442:12274;41.5440089;-109.9013178,way_type=user_defined:way_id=80W +edge,12274,12274;41.5440089;-109.9013178:12275;41.5439672;-109.9010671,way_type=user_defined:way_id=80W +edge,12275,12275;41.5439672;-109.9010671:12276;41.5439672;-109.9010671,way_type=user_defined:way_id=80W +edge,12276,12276;41.5439672;-109.9010671:12277;41.5439119;-109.9007527,way_type=user_defined:way_id=80W +edge,12277,12277;41.5439119;-109.9007527:12278;41.5438611;-109.9004759,way_type=user_defined:way_id=80W +edge,12278,12278;41.5438611;-109.9004759:12279;41.54376811;-109.899984,way_type=user_defined:way_id=80W +edge,12279,12279;41.54376811;-109.899984:12280;41.5436555;-109.8993884,way_type=user_defined:way_id=80W +edge,12280,12280;41.5436555;-109.8993884:12281;41.5435376;-109.8987504,way_type=user_defined:way_id=80W +edge,12281,12281;41.5435376;-109.8987504:12282;41.5433714;-109.8978621,way_type=user_defined:way_id=80W +edge,12282,12282;41.5433714;-109.8978621:12283;41.5428869;-109.8953347,way_type=user_defined:way_id=80W +edge,12283,12283;41.5428869;-109.8953347:12284;41.5427806;-109.8947737,way_type=user_defined:way_id=80W +edge,12284,12284;41.5427806;-109.8947737:12285;41.5426764;-109.894204,way_type=user_defined:way_id=80W +edge,12285,12285;41.5426764;-109.894204:12286;41.5426224;-109.8938956,way_type=user_defined:way_id=80W +edge,12286,12286;41.5426224;-109.8938956:12287;41.5425333;-109.8933621,way_type=user_defined:way_id=80W +edge,12287,12287;41.5425333;-109.8933621:12288;41.542489;-109.8930805,way_type=user_defined:way_id=80W +edge,12288,12288;41.542489;-109.8930805:12289;41.5424467;-109.8927985,way_type=user_defined:way_id=80W +edge,12289,12289;41.5424467;-109.8927985:12290;41.5423576;-109.8921857,way_type=user_defined:way_id=80W +edge,12290,12290;41.5423576;-109.8921857:12291;41.5423179;-109.8919017,way_type=user_defined:way_id=80W +edge,12291,12291;41.5423179;-109.8919017:12292;41.5422469;-109.8913693,way_type=user_defined:way_id=80W +edge,12292,12292;41.5422469;-109.8913693:12293;41.5422151;-109.8911114,way_type=user_defined:way_id=80W +edge,12293,12293;41.5422151;-109.8911114:12294;41.5421783;-109.8907955,way_type=user_defined:way_id=80W +edge,12294,12294;41.5421783;-109.8907955:12295;41.5421162;-109.8902281,way_type=user_defined:way_id=80W +edge,12295,12295;41.5421162;-109.8902281:12296;41.5420851;-109.8899203,way_type=user_defined:way_id=80W +edge,12296,12296;41.5420851;-109.8899203:12297;41.5420421;-109.8894625,way_type=user_defined:way_id=80W +edge,12297,12297;41.5420421;-109.8894625:12298;41.5420087;-109.8890694,way_type=user_defined:way_id=80W +edge,12298,12298;41.5420087;-109.8890694:12299;41.5419858;-109.8887794,way_type=user_defined:way_id=80W +edge,12299,12299;41.5419858;-109.8887794:12300;41.5419447;-109.888209,way_type=user_defined:way_id=80W +edge,12300,12300;41.5419447;-109.888209:12301;41.5419259;-109.8879097,way_type=user_defined:way_id=80W +edge,12301,12301;41.5419259;-109.8879097:12302;41.54191;-109.8876194,way_type=user_defined:way_id=80W +edge,12302,12302;41.54191;-109.8876194:12303;41.5418949;-109.8873002,way_type=user_defined:way_id=80W +edge,12303,12303;41.5418949;-109.8873002:12304;41.5418702;-109.886749,way_type=user_defined:way_id=80W +edge,12304,12304;41.5418702;-109.886749:12305;41.5418594;-109.8864678,way_type=user_defined:way_id=80W +edge,12305,12305;41.5418594;-109.8864678:12306;41.541842;-109.8858978,way_type=user_defined:way_id=80W +edge,12306,12306;41.541842;-109.8858978:12307;41.5418344;-109.8855279,way_type=user_defined:way_id=80W +edge,12307,12307;41.5418344;-109.8855279:12308;41.5418276;-109.8850136,way_type=user_defined:way_id=80W +edge,12308,12308;41.5418276;-109.8850136:12309;41.5418255;-109.8844324,way_type=user_defined:way_id=80W +edge,12309,12309;41.5418255;-109.8844324:12310;41.5418268;-109.8841113,way_type=user_defined:way_id=80W +edge,12310,12310;41.5418268;-109.8841113:12311;41.5418331;-109.8835472,way_type=user_defined:way_id=80W +edge,12311,12311;41.5418331;-109.8835472:12312;41.5418407;-109.8832372,way_type=user_defined:way_id=80W +edge,12312,12312;41.5418407;-109.8832372:12313;41.5418992;-109.8812163,way_type=user_defined:way_id=80W +edge,12313,12313;41.5418992;-109.8812163:12314;41.5419497;-109.8794029,way_type=user_defined:way_id=80W +edge,12314,12314;41.5419497;-109.8794029:12315;41.5419833;-109.8782826,way_type=user_defined:way_id=80W +edge,12315,12315;41.5419833;-109.8782826:12316;41.542012;-109.877425,way_type=user_defined:way_id=80W +edge,12316,12316;41.542012;-109.877425:12317;41.5420269;-109.8768736,way_type=user_defined:way_id=80W +edge,12317,12317;41.5420269;-109.8768736:12318;41.5420484;-109.8759673,way_type=user_defined:way_id=80W +edge,12318,12318;41.5420484;-109.8759673:12319;41.5420817;-109.8748079,way_type=user_defined:way_id=80W +edge,12319,12319;41.5420817;-109.8748079:12320;41.5421121;-109.873655,way_type=user_defined:way_id=80W +edge,12320,12320;41.5421121;-109.873655:12321;41.5421727;-109.8715854,way_type=user_defined:way_id=80W +edge,12321,12321;41.5421727;-109.8715854:12322;41.5422092;-109.8701747,way_type=user_defined:way_id=80W +edge,12322,12322;41.5422092;-109.8701747:12323;41.5422462;-109.8689056,way_type=user_defined:way_id=80W +edge,12323,12323;41.5422462;-109.8689056:12324;41.54225838;-109.8685059,way_type=user_defined:way_id=80W +edge,12324,12324;41.54225838;-109.8685059:12325;41.5422966;-109.8672518,way_type=user_defined:way_id=80W +edge,12325,12325;41.5422966;-109.8672518:12326;41.5423373;-109.8657506,way_type=user_defined:way_id=80W +edge,12326,12326;41.5423373;-109.8657506:12327;41.5423373;-109.8657506,way_type=user_defined:way_id=80W +edge,12327,12327;41.5423373;-109.8657506:12328;41.5423584;-109.865027,way_type=user_defined:way_id=80W +edge,12328,12328;41.5423584;-109.865027:12329;41.5423914;-109.8637598,way_type=user_defined:way_id=80W +edge,12329,12329;41.5423914;-109.8637598:12330;41.5424236;-109.8626484,way_type=user_defined:way_id=80W +edge,12330,12330;41.5424236;-109.8626484:12331;41.5424384;-109.8620721,way_type=user_defined:way_id=80W +edge,12331,12331;41.5424384;-109.8620721:12332;41.54245335;-109.8615568,way_type=user_defined:way_id=80W +edge,12332,12332;41.54245335;-109.8615568:12333;41.5424899;-109.8602975,way_type=user_defined:way_id=80W +edge,12333,12333;41.5424899;-109.8602975:12334;41.5425002;-109.8598636,way_type=user_defined:way_id=80W +edge,12334,12334;41.5425002;-109.8598636:12335;41.5425381;-109.8585753,way_type=user_defined:way_id=80W +edge,12335,12335;41.5425381;-109.8585753:12336;41.54257779;-109.8574151,way_type=user_defined:way_id=80W +edge,12336,12336;41.54257779;-109.8574151:12337;41.54257779;-109.8574151,way_type=user_defined:way_id=80W +edge,12337,12337;41.54257779;-109.8574151:12338;41.54258536;-109.8571945,way_type=user_defined:way_id=80W +edge,12338,12338;41.54258536;-109.8571945:12339;41.54259864;-109.856678,way_type=user_defined:way_id=80W +edge,12339,12339;41.54259864;-109.856678:12340;41.54263206;-109.855658,way_type=user_defined:way_id=80W +edge,12340,12340;41.54263206;-109.855658:12341;41.54264851;-109.8551036,way_type=user_defined:way_id=80W +edge,12341,12341;41.54264851;-109.8551036:12342;41.54266391;-109.8544857,way_type=user_defined:way_id=80W +edge,12342,12342;41.54266391;-109.8544857:12343;41.54267955;-109.8539693,way_type=user_defined:way_id=80W +edge,12343,12343;41.54267955;-109.8539693:12344;41.54269548;-109.853326,way_type=user_defined:way_id=80W +edge,12344,12344;41.54269548;-109.853326:12345;41.5426993;-109.8531957,way_type=user_defined:way_id=80W +edge,12345,12345;41.5426993;-109.8531957:12346;41.54271239;-109.8527494,way_type=user_defined:way_id=80W +edge,12346,12346;41.54271239;-109.8527494:12347;41.54273107;-109.8522014,way_type=user_defined:way_id=80W +edge,12347,12347;41.54273107;-109.8522014:12348;41.5427531;-109.8513808,way_type=user_defined:way_id=80W +edge,12348,12348;41.5427531;-109.8513808:12349;41.54278319;-109.8504035,way_type=user_defined:way_id=80W +edge,12349,12349;41.54278319;-109.8504035:12350;41.54279286;-109.849944,way_type=user_defined:way_id=80W +edge,12350,12350;41.54279286;-109.849944:12351;41.54280309;-109.8496104,way_type=user_defined:way_id=80W +edge,12351,12351;41.54280309;-109.8496104:12352;41.54280309;-109.8496104,way_type=user_defined:way_id=80W +edge,12352,12352;41.54280309;-109.8496104:12353;41.54283596;-109.8483401,way_type=user_defined:way_id=80W +edge,12353,12353;41.54283596;-109.8483401:12354;41.54284938;-109.8478211,way_type=user_defined:way_id=80W +edge,12354,12354;41.54284938;-109.8478211:12355;41.54287787;-109.8468905,way_type=user_defined:way_id=80W +edge,12355,12355;41.54287787;-109.8468905:12356;41.5428884;-109.846204,way_type=user_defined:way_id=80W +edge,12356,12356;41.5428884;-109.846204:12357;41.5428991;-109.8459199,way_type=user_defined:way_id=80W +edge,12357,12357;41.5428991;-109.8459199:12358;41.5429697;-109.8433429,way_type=user_defined:way_id=80W +edge,12358,12358;41.5429697;-109.8433429:12359;41.5430075;-109.8420788,way_type=user_defined:way_id=80W +edge,12359,12359;41.5430075;-109.8420788:12360;41.5430576;-109.8403333,way_type=user_defined:way_id=80W +edge,12360,12360;41.5430576;-109.8403333:12361;41.5430907;-109.8391386,way_type=user_defined:way_id=80W +edge,12361,12361;41.5430907;-109.8391386:12362;41.5431197;-109.8379865,way_type=user_defined:way_id=80W +edge,12362,12362;41.5431197;-109.8379865:12363;41.5431372;-109.8373687,way_type=user_defined:way_id=80W +edge,12363,12363;41.5431372;-109.8373687:12364;41.5431634;-109.8361664,way_type=user_defined:way_id=80W +edge,12364,12364;41.5431634;-109.8361664:12365;41.5431723;-109.8355532,way_type=user_defined:way_id=80W +edge,12365,12365;41.5431723;-109.8355532:12366;41.5431864;-109.8343938,way_type=user_defined:way_id=80W +edge,12366,12366;41.5431864;-109.8343938:12367;41.5431876;-109.8340667,way_type=user_defined:way_id=80W +edge,12367,12367;41.5431876;-109.8340667:12368;41.543187;-109.8335587,way_type=user_defined:way_id=80W +edge,12368,12368;41.543187;-109.8335587:12369;41.5431839;-109.8330181,way_type=user_defined:way_id=80W +edge,12369,12369;41.5431839;-109.8330181:12370;41.5431765;-109.8305889,way_type=user_defined:way_id=80W +edge,12370,12370;41.5431765;-109.8305889:12371;41.5431758;-109.8300065,way_type=user_defined:way_id=80W +edge,12371,12371;41.5431758;-109.8300065:12372;41.543169;-109.828958,way_type=user_defined:way_id=80W +edge,12372,12372;41.543169;-109.828958:12373;41.5431661;-109.8273599,way_type=user_defined:way_id=80W +edge,12373,12373;41.5431661;-109.8273599:12374;41.5431611;-109.8264257,way_type=user_defined:way_id=80W +edge,12374,12374;41.5431611;-109.8264257:12375;41.5431605;-109.8253425,way_type=user_defined:way_id=80W +edge,12375,12375;41.5431605;-109.8253425:12376;41.543158;-109.8243629,way_type=user_defined:way_id=80W +edge,12376,12376;41.543158;-109.8243629:12377;41.5431456;-109.8212434,way_type=user_defined:way_id=80W +edge,12377,12377;41.5431456;-109.8212434:12378;41.543142;-109.8197505,way_type=user_defined:way_id=80W +edge,12378,12378;41.543142;-109.8197505:12379;41.5431417;-109.8191315,way_type=user_defined:way_id=80W +edge,12379,12379;41.5431417;-109.8191315:12380;41.5431385;-109.8182325,way_type=user_defined:way_id=80W +edge,12380,12380;41.5431385;-109.8182325:12381;41.5431382;-109.8176502,way_type=user_defined:way_id=80W +edge,12381,12381;41.5431382;-109.8176502:12382;41.5431275;-109.8142041,way_type=user_defined:way_id=80W +edge,12382,12382;41.5431275;-109.8142041:12383;41.5431272;-109.8130102,way_type=user_defined:way_id=80W +edge,12383,12383;41.5431272;-109.8130102:12384;41.5431184;-109.811239,way_type=user_defined:way_id=80W +edge,12384,12384;41.5431184;-109.811239:12385;41.543115;-109.8094945,way_type=user_defined:way_id=80W +edge,12385,12385;41.543115;-109.8094945:12386;41.5431114;-109.8086303,way_type=user_defined:way_id=80W +edge,12386,12386;41.5431114;-109.8086303:12387;41.5431102;-109.8076516,way_type=user_defined:way_id=80W +edge,12387,12387;41.5431102;-109.8076516:12388;41.5431034;-109.8056864,way_type=user_defined:way_id=80W +edge,12388,12388;41.5431034;-109.8056864:12389;41.5430909;-109.8030077,way_type=user_defined:way_id=80W +edge,12389,12389;41.5430909;-109.8030077:12390;41.54308931;-109.802355,way_type=user_defined:way_id=80W +edge,12390,12390;41.54308931;-109.802355:12391;41.5430848;-109.800508,way_type=user_defined:way_id=80W +edge,12391,12391;41.5430848;-109.800508:12392;41.5430848;-109.800508,way_type=user_defined:way_id=80W +edge,12392,12392;41.5430848;-109.800508:12393;41.5430744;-109.7979987,way_type=user_defined:way_id=80W +edge,12393,12393;41.5430744;-109.7979987:12394;41.54307142;-109.7968693,way_type=user_defined:way_id=80W +edge,12394,12394;41.54307142;-109.7968693:12395;41.54307;-109.7963293,way_type=user_defined:way_id=80W +edge,12395,12395;41.54307;-109.7963293:12396;41.5430699;-109.7950501,way_type=user_defined:way_id=80W +edge,12396,12396;41.5430699;-109.7950501:12397;41.54306251;-109.7933518,way_type=user_defined:way_id=80W +edge,12397,12397;41.54306251;-109.7933518:12398;41.54306251;-109.7933518,way_type=user_defined:way_id=80W +edge,12398,12398;41.54306251;-109.7933518:12399;41.5430551;-109.7917827,way_type=user_defined:way_id=80W +edge,12399,12399;41.5430551;-109.7917827:12400;41.54304934;-109.7898897,way_type=user_defined:way_id=80W +edge,12400,12400;41.54304934;-109.7898897:12401;41.5430488;-109.7897118,way_type=user_defined:way_id=80W +edge,12401,12401;41.5430488;-109.7897118:12402;41.543047;-109.7882229,way_type=user_defined:way_id=80W +edge,12402,12402;41.543047;-109.7882229:12403;41.5430428;-109.7875799,way_type=user_defined:way_id=80W +edge,12403,12403;41.5430428;-109.7875799:12404;41.5430417;-109.7871772,way_type=user_defined:way_id=80W +edge,12404,12404;41.5430417;-109.7871772:12405;41.5430417;-109.7871772,way_type=user_defined:way_id=80W +edge,12405,12405;41.5430417;-109.7871772:12406;41.5430398;-109.786525,way_type=user_defined:way_id=80W +edge,12406,12406;41.5430398;-109.786525:12407;41.54303714;-109.785959,way_type=user_defined:way_id=80W +edge,12407,12407;41.54303714;-109.785959:12408;41.5430313;-109.7847144,way_type=user_defined:way_id=80W +edge,12408,12408;41.5430313;-109.7847144:12409;41.5430246;-109.7823135,way_type=user_defined:way_id=80W +edge,12409,12409;41.5430246;-109.7823135:12410;41.5430181;-109.7808359,way_type=user_defined:way_id=80W +edge,12410,12410;41.5430181;-109.7808359:12411;41.5430179;-109.7802954,way_type=user_defined:way_id=80W +edge,12411,12411;41.5430179;-109.7802954:12412;41.5430143;-109.7793949,way_type=user_defined:way_id=80W +edge,12412,12412;41.5430143;-109.7793949:12413;41.5430101;-109.7775016,way_type=user_defined:way_id=80W +edge,12413,12413;41.5430101;-109.7775016:12414;41.5430031;-109.7761946,way_type=user_defined:way_id=80W +edge,12414,12414;41.5430031;-109.7761946:12415;41.5429967;-109.7735394,way_type=user_defined:way_id=80W +edge,12415,12415;41.5429967;-109.7735394:12416;41.5429881;-109.7717675,way_type=user_defined:way_id=80W +edge,12416,12416;41.5429881;-109.7717675:12417;41.5429868;-109.770566,way_type=user_defined:way_id=80W +edge,12417,12417;41.5429868;-109.770566:12418;41.5429755;-109.7682408,way_type=user_defined:way_id=80W +edge,12418,12418;41.5429755;-109.7682408:12419;41.5429743;-109.7670483,way_type=user_defined:way_id=80W +edge,12419,12419;41.5429743;-109.7670483:12420;41.5429609;-109.7641082,way_type=user_defined:way_id=80W +edge,12420,12420;41.5429609;-109.7641082:12421;41.5429594;-109.7629158,way_type=user_defined:way_id=80W +edge,12421,12421;41.5429594;-109.7629158:12422;41.542938;-109.7576109,way_type=user_defined:way_id=80W +edge,12422,12422;41.542938;-109.7576109:12423;41.5429344;-109.7562018,way_type=user_defined:way_id=80W +edge,12423,12423;41.5429344;-109.7562018:12424;41.5429286;-109.7549641,way_type=user_defined:way_id=80W +edge,12424,12424;41.5429286;-109.7549641:12425;41.5429259;-109.7535518,way_type=user_defined:way_id=80W +edge,12425,12425;41.5429259;-109.7535518:12426;41.5429199;-109.7525349,way_type=user_defined:way_id=80W +edge,12426,12426;41.5429199;-109.7525349:12427;41.542917;-109.7517719,way_type=user_defined:way_id=80W +edge,12427,12427;41.542917;-109.7517719:12428;41.5429142;-109.7502498,way_type=user_defined:way_id=80W +edge,12428,12428;41.5429142;-109.7502498:12429;41.5429087;-109.7493041,way_type=user_defined:way_id=80W +edge,12429,12429;41.5429087;-109.7493041:12430;41.5428993;-109.7466198,way_type=user_defined:way_id=80W +edge,12430,12430;41.5428993;-109.7466198:12431;41.5428996;-109.7460372,way_type=user_defined:way_id=80W +edge,12431,12431;41.5428996;-109.7460372:12432;41.5428963;-109.7448758,way_type=user_defined:way_id=80W +edge,12432,12432;41.5428963;-109.7448758:12433;41.5428872;-109.7433187,way_type=user_defined:way_id=80W +edge,12433,12433;41.5428872;-109.7433187:12434;41.5428763;-109.7404375,way_type=user_defined:way_id=80W +edge,12434,12434;41.5428763;-109.7404375:12435;41.5428734;-109.738688,way_type=user_defined:way_id=80W +edge,12435,12435;41.5428734;-109.738688:12436;41.5428618;-109.7364794,way_type=user_defined:way_id=80W +edge,12436,12436;41.5428618;-109.7364794:12437;41.5428583;-109.7351684,way_type=user_defined:way_id=80W +edge,12437,12437;41.5428583;-109.7351684:12438;41.542853;-109.7340743,way_type=user_defined:way_id=80W +edge,12438,12438;41.542853;-109.7340743:12439;41.5428433;-109.731043,way_type=user_defined:way_id=80W +edge,12439,12439;41.5428433;-109.731043:12440;41.5428313;-109.7282438,way_type=user_defined:way_id=80W +edge,12440,12440;41.5428313;-109.7282438:12441;41.5428294;-109.727001,way_type=user_defined:way_id=80W +edge,12441,12441;41.5428294;-109.727001:12442;41.5428247;-109.7258865,way_type=user_defined:way_id=80W +edge,12442,12442;41.5428247;-109.7258865:12443;41.5428232;-109.7250492,way_type=user_defined:way_id=80W +edge,12443,12443;41.5428232;-109.7250492:12444;41.5428142;-109.723453,way_type=user_defined:way_id=80W +edge,12444,12444;41.5428142;-109.723453:12445;41.542813;-109.7222459,way_type=user_defined:way_id=80W +edge,12445,12445;41.542813;-109.7222459:12446;41.5428077;-109.7212052,way_type=user_defined:way_id=80W +edge,12446,12446;41.5428077;-109.7212052:12447;41.5427956;-109.7176132,way_type=user_defined:way_id=80W +edge,12447,12447;41.5427956;-109.7176132:12448;41.5427839;-109.7157989,way_type=user_defined:way_id=80W +edge,12448,12448;41.5427839;-109.7157989:12449;41.5427808;-109.7136532,way_type=user_defined:way_id=80W +edge,12449,12449;41.5427808;-109.7136532:12450;41.5427655;-109.7103959,way_type=user_defined:way_id=80W +edge,12450,12450;41.5427655;-109.7103959:12451;41.5427641;-109.7097853,way_type=user_defined:way_id=80W +edge,12451,12451;41.5427641;-109.7097853:12452;41.54276335;-109.7096204,way_type=user_defined:way_id=80W +edge,12452,12452;41.54276335;-109.7096204:12453;41.5427579;-109.7084147,way_type=user_defined:way_id=80W +edge,12453,12453;41.5427579;-109.7084147:12454;41.5427501;-109.7057708,way_type=user_defined:way_id=80W +edge,12454,12454;41.5427501;-109.7057708:12455;41.5427397;-109.7040335,way_type=user_defined:way_id=80W +edge,12455,12455;41.5427397;-109.7040335:12456;41.5427337;-109.701922,way_type=user_defined:way_id=80W +edge,12456,12456;41.5427337;-109.701922:12457;41.5427295;-109.7013493,way_type=user_defined:way_id=80W +edge,12457,12457;41.5427295;-109.7013493:12458;41.5427265;-109.70048,way_type=user_defined:way_id=80W +edge,12458,12458;41.5427265;-109.70048:12459;41.5427197;-109.699356,way_type=user_defined:way_id=80W +edge,12459,12459;41.5427197;-109.699356:12460;41.5427163;-109.6979858,way_type=user_defined:way_id=80W +edge,12460,12460;41.5427163;-109.6979858:12461;41.5427081;-109.6960645,way_type=user_defined:way_id=80W +edge,12461,12461;41.5427081;-109.6960645:12462;41.5427081;-109.6960645,way_type=user_defined:way_id=80W +edge,12462,12462;41.5427081;-109.6960645:12463;41.5426976;-109.6934824,way_type=user_defined:way_id=80W +edge,12463,12463;41.5426976;-109.6934824:12464;41.5426919;-109.6916726,way_type=user_defined:way_id=80W +edge,12464,12464;41.5426919;-109.6916726:12465;41.5426851;-109.6905758,way_type=user_defined:way_id=80W +edge,12465,12465;41.5426851;-109.6905758:12466;41.5426826;-109.6897834,way_type=user_defined:way_id=80W +edge,12466,12466;41.5426826;-109.6897834:12467;41.5426793;-109.6888019,way_type=user_defined:way_id=80W +edge,12467,12467;41.5426793;-109.6888019:12468;41.5426728;-109.6878623,way_type=user_defined:way_id=80W +edge,12468,12468;41.5426728;-109.6878623:12469;41.5426671;-109.6857918,way_type=user_defined:way_id=80W +edge,12469,12469;41.5426671;-109.6857918:12470;41.5426561;-109.6838688,way_type=user_defined:way_id=80W +edge,12470,12470;41.5426561;-109.6838688:12471;41.542651;-109.6817966,way_type=user_defined:way_id=80W +edge,12471,12471;41.542651;-109.6817966:12472;41.5426477;-109.6807434,way_type=user_defined:way_id=80W +edge,12472,12472;41.5426477;-109.6807434:12473;41.5426369;-109.6787809,way_type=user_defined:way_id=80W +edge,12473,12473;41.5426369;-109.6787809:12474;41.5426368;-109.6781348,way_type=user_defined:way_id=80W +edge,12474,12474;41.5426368;-109.6781348:12475;41.5426446;-109.6775448,way_type=user_defined:way_id=80W +edge,12475,12475;41.5426446;-109.6775448:12476;41.5426512;-109.6772219,way_type=user_defined:way_id=80W +edge,12476,12476;41.5426512;-109.6772219:12477;41.542658;-109.676975,way_type=user_defined:way_id=80W +edge,12477,12477;41.542658;-109.676975:12478;41.5426801;-109.6763587,way_type=user_defined:way_id=80W +edge,12478,12478;41.5426801;-109.6763587:12479;41.5427066;-109.6757811,way_type=user_defined:way_id=80W +edge,12479,12479;41.5427066;-109.6757811:12480;41.5427495;-109.6749096,way_type=user_defined:way_id=80W +edge,12480,12480;41.5427495;-109.6749096:12481;41.5428763;-109.6724166,way_type=user_defined:way_id=80W +edge,12481,12481;41.5428763;-109.6724166:12482;41.542928;-109.6713637,way_type=user_defined:way_id=80W +edge,12482,12482;41.542928;-109.6713637:12483;41.5430014;-109.6699102,way_type=user_defined:way_id=80W +edge,12483,12483;41.5430014;-109.6699102:12484;41.5430666;-109.6687154,way_type=user_defined:way_id=80W +edge,12484,12484;41.5430666;-109.6687154:12485;41.5431224;-109.6675898,way_type=user_defined:way_id=80W +edge,12485,12485;41.5431224;-109.6675898:12486;41.5431799;-109.6664741,way_type=user_defined:way_id=80W +edge,12486,12486;41.5431799;-109.6664741:12487;41.5432316;-109.6654164,way_type=user_defined:way_id=80W +edge,12487,12487;41.5432316;-109.6654164:12488;41.5433087;-109.6639728,way_type=user_defined:way_id=80W +edge,12488,12488;41.5433087;-109.6639728:12489;41.5433992;-109.6621959,way_type=user_defined:way_id=80W +edge,12489,12489;41.5433992;-109.6621959:12490;41.5435931;-109.6583494,way_type=user_defined:way_id=80W +edge,12490,12490;41.5435931;-109.6583494:12491;41.5436579;-109.6570043,way_type=user_defined:way_id=80W +edge,12491,12491;41.5436579;-109.6570043:12492;41.5437153;-109.6558589,way_type=user_defined:way_id=80W +edge,12492,12492;41.5437153;-109.6558589:12493;41.5438256;-109.6537577,way_type=user_defined:way_id=80W +edge,12493,12493;41.5438256;-109.6537577:12494;41.5438524;-109.6532469,way_type=user_defined:way_id=80W +edge,12494,12494;41.5438524;-109.6532469:12495;41.543883;-109.6525961,way_type=user_defined:way_id=80W +edge,12495,12495;41.543883;-109.6525961:12496;41.5439394;-109.651475,way_type=user_defined:way_id=80W +edge,12496,12496;41.5439394;-109.651475:12497;41.5439904;-109.6504989,way_type=user_defined:way_id=80W +edge,12497,12497;41.5439904;-109.6504989:12498;41.544044;-109.6494078,way_type=user_defined:way_id=80W +edge,12498,12498;41.544044;-109.6494078:12499;41.5441336;-109.6476353,way_type=user_defined:way_id=80W +edge,12499,12499;41.5441336;-109.6476353:12500;41.544199;-109.6464004,way_type=user_defined:way_id=80W +edge,12500,12500;41.544199;-109.6464004:12501;41.54431;-109.6440926,way_type=user_defined:way_id=80W +edge,12501,12501;41.54431;-109.6440926:12502;41.5443579;-109.6431814,way_type=user_defined:way_id=80W +edge,12502,12502;41.5443579;-109.6431814:12503;41.5444393;-109.6415831,way_type=user_defined:way_id=80W +edge,12503,12503;41.5444393;-109.6415831:12504;41.5445459;-109.6394489,way_type=user_defined:way_id=80W +edge,12504,12504;41.5445459;-109.6394489:12505;41.5447159;-109.6361323,way_type=user_defined:way_id=80W +edge,12505,12505;41.5447159;-109.6361323:12506;41.5448001;-109.6344347,way_type=user_defined:way_id=80W +edge,12506,12506;41.5448001;-109.6344347:12507;41.5448971;-109.6325427,way_type=user_defined:way_id=80W +edge,12507,12507;41.5448971;-109.6325427:12508;41.5450789;-109.6289094,way_type=user_defined:way_id=80W +edge,12508,12508;41.5450789;-109.6289094:12509;41.5451374;-109.6276921,way_type=user_defined:way_id=80W +edge,12509,12509;41.5451374;-109.6276921:12510;41.5451844;-109.6268181,way_type=user_defined:way_id=80W +edge,12510,12510;41.5451844;-109.6268181:12511;41.5452749;-109.6249977,way_type=user_defined:way_id=80W +edge,12511,12511;41.5452749;-109.6249977:12512;41.5453455;-109.6236207,way_type=user_defined:way_id=80W +edge,12512,12512;41.5453455;-109.6236207:12513;41.5453805;-109.622974,way_type=user_defined:way_id=80W +edge,12513,12513;41.5453805;-109.622974:12514;41.5455103;-109.6203629,way_type=user_defined:way_id=80W +edge,12514,12514;41.5455103;-109.6203629:12515;41.5455888;-109.6188436,way_type=user_defined:way_id=80W +edge,12515,12515;41.5455888;-109.6188436:12516;41.545646;-109.617685,way_type=user_defined:way_id=80W +edge,12516,12516;41.545646;-109.617685:12517;41.5456905;-109.6168202,way_type=user_defined:way_id=80W +edge,12517,12517;41.5456905;-109.6168202:12518;41.5457374;-109.6158422,way_type=user_defined:way_id=80W +edge,12518,12518;41.5457374;-109.6158422:12519;41.5457661;-109.6152995,way_type=user_defined:way_id=80W +edge,12519,12519;41.5457661;-109.6152995:12520;41.5457828;-109.6150149,way_type=user_defined:way_id=80W +edge,12520,12520;41.5457828;-109.6150149:12521;41.5458021;-109.6147199,way_type=user_defined:way_id=80W +edge,12521,12521;41.5458021;-109.6147199:12522;41.545821;-109.6144668,way_type=user_defined:way_id=80W +edge,12522,12522;41.545821;-109.6144668:12523;41.545851;-109.6141106,way_type=user_defined:way_id=80W +edge,12523,12523;41.545851;-109.6141106:12524;41.5458799;-109.6138165,way_type=user_defined:way_id=80W +edge,12524,12524;41.5458799;-109.6138165:12525;41.5459115;-109.6135329,way_type=user_defined:way_id=80W +edge,12525,12525;41.5459115;-109.6135329:12526;41.5459557;-109.6131757,way_type=user_defined:way_id=80W +edge,12526,12526;41.5459557;-109.6131757:12527;41.545984;-109.6129605,way_type=user_defined:way_id=80W +edge,12527,12527;41.545984;-109.6129605:12528;41.546023;-109.6126819,way_type=user_defined:way_id=80W +edge,12528,12528;41.546023;-109.6126819:12529;41.5460663;-109.6123942,way_type=user_defined:way_id=80W +edge,12529,12529;41.5460663;-109.6123942:12530;41.5461132;-109.612104,way_type=user_defined:way_id=80W +edge,12530,12530;41.5461132;-109.612104:12531;41.5461699;-109.6117826,way_type=user_defined:way_id=80W +edge,12531,12531;41.5461699;-109.6117826:12532;41.5462915;-109.6111515,way_type=user_defined:way_id=80W +edge,12532,12532;41.5462915;-109.6111515:12533;41.5463968;-109.6105855,way_type=user_defined:way_id=80W +edge,12533,12533;41.5463968;-109.6105855:12534;41.5464542;-109.6102938,way_type=user_defined:way_id=80W +edge,12534,12534;41.5464542;-109.6102938:12535;41.5465248;-109.6099827,way_type=user_defined:way_id=80W +edge,12535,12535;41.5465248;-109.6099827:12536;41.5466039;-109.6096722,way_type=user_defined:way_id=80W +edge,12536,12536;41.5466039;-109.6096722:12537;41.5466955;-109.6093373,way_type=user_defined:way_id=80W +edge,12537,12537;41.5466955;-109.6093373:12538;41.546774;-109.6090669,way_type=user_defined:way_id=80W +edge,12538,12538;41.546774;-109.6090669:12539;41.5468062;-109.608961,way_type=user_defined:way_id=80W +edge,12539,12539;41.5468062;-109.608961:12540;41.546877;-109.6087314,way_type=user_defined:way_id=80W +edge,12540,12540;41.546877;-109.6087314:12541;41.5469641;-109.6084615,way_type=user_defined:way_id=80W +edge,12541,12541;41.5469641;-109.6084615:12542;41.5470636;-109.6081601,way_type=user_defined:way_id=80W +edge,12542,12542;41.5470636;-109.6081601:12543;41.5471417;-109.6079338,way_type=user_defined:way_id=80W +edge,12543,12543;41.5471417;-109.6079338:12544;41.5471659;-109.6078644,way_type=user_defined:way_id=80W +edge,12544,12544;41.5471659;-109.6078644:12545;41.5472593;-109.6076096,way_type=user_defined:way_id=80W +edge,12545,12545;41.5472593;-109.6076096:12546;41.5473721;-109.6073202,way_type=user_defined:way_id=80W +edge,12546,12546;41.5473721;-109.6073202:12547;41.5474781;-109.6070641,way_type=user_defined:way_id=80W +edge,12547,12547;41.5474781;-109.6070641:12548;41.5476079;-109.6067671,way_type=user_defined:way_id=80W +edge,12548,12548;41.5476079;-109.6067671:12549;41.5480282;-109.6058408,way_type=user_defined:way_id=80W +edge,12549,12549;41.5480282;-109.6058408:12550;41.5481456;-109.6055872,way_type=user_defined:way_id=80W +edge,12550,12550;41.5481456;-109.6055872:12551;41.5482462;-109.6053784,way_type=user_defined:way_id=80W +edge,12551,12551;41.5482462;-109.6053784:12552;41.5483528;-109.6051665,way_type=user_defined:way_id=80W +edge,12552,12552;41.5483528;-109.6051665:12553;41.5484601;-109.6049591,way_type=user_defined:way_id=80W +edge,12553,12553;41.5484601;-109.6049591:12554;41.5485889;-109.6047171,way_type=user_defined:way_id=80W +edge,12554,12554;41.5485889;-109.6047171:12555;41.5486991;-109.6045159,way_type=user_defined:way_id=80W +edge,12555,12555;41.5486991;-109.6045159:12556;41.5488122;-109.6043143,way_type=user_defined:way_id=80W +edge,12556,12556;41.5488122;-109.6043143:12557;41.5492916;-109.6034698,way_type=user_defined:way_id=80W +edge,12557,12557;41.5492916;-109.6034698:12558;41.5496883;-109.6027632,way_type=user_defined:way_id=80W +edge,12558,12558;41.5496883;-109.6027632:12559;41.54985696;-109.602468,way_type=user_defined:way_id=80W +edge,12559,12559;41.54985696;-109.602468:12560;41.5503083;-109.6016779,way_type=user_defined:way_id=80W +edge,12560,12560;41.5503083;-109.6016779:12561;41.5508692;-109.6006877,way_type=user_defined:way_id=80W +edge,12561,12561;41.5508692;-109.6006877:12562;41.5512611;-109.6000015,way_type=user_defined:way_id=80W +edge,12562,12562;41.5512611;-109.6000015:12563;41.55134988;-109.5998443,way_type=user_defined:way_id=80W +edge,12563,12563;41.55134988;-109.5998443:12564;41.551788;-109.5990686,way_type=user_defined:way_id=80W +edge,12564,12564;41.551788;-109.5990686:12565;41.5524041;-109.5979913,way_type=user_defined:way_id=80W +edge,12565,12565;41.5524041;-109.5979913:12566;41.5524041;-109.5979913,way_type=user_defined:way_id=80W +edge,12566,12566;41.5524041;-109.5979913:12567;41.5531808;-109.5966292,way_type=user_defined:way_id=80W +edge,12567,12567;41.5531808;-109.5966292:12568;41.5534194;-109.5962004,way_type=user_defined:way_id=80W +edge,12568,12568;41.5534194;-109.5962004:12569;41.5536734;-109.5957324,way_type=user_defined:way_id=80W +edge,12569,12569;41.5536734;-109.5957324:12570;41.5537984;-109.5954968,way_type=user_defined:way_id=80W +edge,12570,12570;41.5537984;-109.5954968:12571;41.5539212;-109.5952585,way_type=user_defined:way_id=80W +edge,12571,12571;41.5539212;-109.5952585:12572;41.5540567;-109.5949868,way_type=user_defined:way_id=80W +edge,12572,12572;41.5540567;-109.5949868:12573;41.5541786;-109.5947374,way_type=user_defined:way_id=80W +edge,12573,12573;41.5541786;-109.5947374:12574;41.55421103;-109.594669,way_type=user_defined:way_id=80W +edge,12574,12574;41.55421103;-109.594669:12575;41.5542905;-109.5945013,way_type=user_defined:way_id=80W +edge,12575,12575;41.5542905;-109.5945013:12576;41.5544058;-109.5942473,way_type=user_defined:way_id=80W +edge,12576,12576;41.5544058;-109.5942473:12577;41.5545181;-109.5939903,way_type=user_defined:way_id=80W +edge,12577,12577;41.5545181;-109.5939903:12578;41.5545837;-109.593836,way_type=user_defined:way_id=80W +edge,12578,12578;41.5545837;-109.593836:12579;41.5547437;-109.5934523,way_type=user_defined:way_id=80W +edge,12579,12579;41.5547437;-109.5934523:12580;41.5548459;-109.5931973,way_type=user_defined:way_id=80W +edge,12580,12580;41.5548459;-109.5931973:12581;41.5549194;-109.5930065,way_type=user_defined:way_id=80W +edge,12581,12581;41.5549194;-109.5930065:12582;41.555053;-109.5926478,way_type=user_defined:way_id=80W +edge,12582,12582;41.555053;-109.5926478:12583;41.5551459;-109.5923871,way_type=user_defined:way_id=80W +edge,12583,12583;41.5551459;-109.5923871:12584;41.5552358;-109.5921255,way_type=user_defined:way_id=80W +edge,12584,12584;41.5552358;-109.5921255:12585;41.5553256;-109.5918535,way_type=user_defined:way_id=80W +edge,12585,12585;41.5553256;-109.5918535:12586;41.5554064;-109.591597,way_type=user_defined:way_id=80W +edge,12586,12586;41.5554064;-109.591597:12587;41.5554893;-109.5913231,way_type=user_defined:way_id=80W +edge,12587,12587;41.5554893;-109.5913231:12588;41.555571;-109.5910466,way_type=user_defined:way_id=80W +edge,12588,12588;41.555571;-109.5910466:12589;41.55562383;-109.590862,way_type=user_defined:way_id=80W +edge,12589,12589;41.55562383;-109.590862:12590;41.55562383;-109.590862,way_type=user_defined:way_id=80W +edge,12590,12590;41.55562383;-109.590862:12591;41.5557318;-109.5904712,way_type=user_defined:way_id=80W +edge,12591,12591;41.5557318;-109.5904712:12592;41.5558027;-109.5901994,way_type=user_defined:way_id=80W +edge,12592,12592;41.5558027;-109.5901994:12593;41.5558708;-109.589926,way_type=user_defined:way_id=80W +edge,12593,12593;41.5558708;-109.589926:12594;41.5559444;-109.5896147,way_type=user_defined:way_id=80W +edge,12594,12594;41.5559444;-109.5896147:12595;41.5560082;-109.58933,way_type=user_defined:way_id=80W +edge,12595,12595;41.5560082;-109.58933:12596;41.5560745;-109.5890182,way_type=user_defined:way_id=80W +edge,12596,12596;41.5560745;-109.5890182:12597;41.5561285;-109.5887498,way_type=user_defined:way_id=80W +edge,12597,12597;41.5561285;-109.5887498:12598;41.5561761;-109.5885008,way_type=user_defined:way_id=80W +edge,12598,12598;41.5561761;-109.5885008:12599;41.5562277;-109.5882144,way_type=user_defined:way_id=80W +edge,12599,12599;41.5562277;-109.5882144:12600;41.5562915;-109.5878253,way_type=user_defined:way_id=80W +edge,12600,12600;41.5562915;-109.5878253:12601;41.5563631;-109.5873611,way_type=user_defined:way_id=80W +edge,12601,12601;41.5563631;-109.5873611:12602;41.55640859;-109.5870542,way_type=user_defined:way_id=80W +edge,12602,12602;41.55640859;-109.5870542:12603;41.5565828;-109.5858791,way_type=user_defined:way_id=80W +edge,12603,12603;41.5565828;-109.5858791:12604;41.5568654;-109.5839573,way_type=user_defined:way_id=80W +edge,12604,12604;41.5568654;-109.5839573:12605;41.5568654;-109.5839573,way_type=user_defined:way_id=80W +edge,12605,12605;41.5568654;-109.5839573:12606;41.55709053;-109.5824181,way_type=user_defined:way_id=80W +edge,12606,12606;41.55709053;-109.5824181:12607;41.5571266;-109.5821715,way_type=user_defined:way_id=80W +edge,12607,12607;41.5571266;-109.5821715:12608;41.5572149;-109.5815806,way_type=user_defined:way_id=80W +edge,12608,12608;41.5572149;-109.5815806:12609;41.5575437;-109.579348,way_type=user_defined:way_id=80W +edge,12609,12609;41.5575437;-109.579348:12610;41.5579229;-109.5767892,way_type=user_defined:way_id=80W +edge,12610,12610;41.5579229;-109.5767892:12611;41.5581447;-109.5752508,way_type=user_defined:way_id=80W +edge,12611,12611;41.5581447;-109.5752508:12612;41.5583563;-109.5738342,way_type=user_defined:way_id=80W +edge,12612,12612;41.5583563;-109.5738342:12613;41.5584558;-109.5731517,way_type=user_defined:way_id=80W +edge,12613,12613;41.5584558;-109.5731517:12614;41.5585304;-109.5726559,way_type=user_defined:way_id=80W +edge,12614,12614;41.5585304;-109.5726559:12615;41.5585796;-109.5723472,way_type=user_defined:way_id=80W +edge,12615,12615;41.5585796;-109.5723472:12616;41.5586284;-109.5720578,way_type=user_defined:way_id=80W +edge,12616,12616;41.5586284;-109.5720578:12617;41.5586798;-109.5717696,way_type=user_defined:way_id=80W +edge,12617,12617;41.5586798;-109.5717696:12618;41.5587329;-109.5714912,way_type=user_defined:way_id=80W +edge,12618,12618;41.5587329;-109.5714912:12619;41.5587887;-109.5712141,way_type=user_defined:way_id=80W +edge,12619,12619;41.5587887;-109.5712141:12620;41.5588554;-109.5709014,way_type=user_defined:way_id=80W +edge,12620,12620;41.5588554;-109.5709014:12621;41.5589178;-109.5706271,way_type=user_defined:way_id=80W +edge,12621,12621;41.5589178;-109.5706271:12622;41.5589832;-109.5703534,way_type=user_defined:way_id=80W +edge,12622,12622;41.5589832;-109.5703534:12623;41.5590539;-109.5700718,way_type=user_defined:way_id=80W +edge,12623,12623;41.5590539;-109.5700718:12624;41.5591271;-109.5697909,way_type=user_defined:way_id=80W +edge,12624,12624;41.5591271;-109.5697909:12625;41.5591983;-109.5695287,way_type=user_defined:way_id=80W +edge,12625,12625;41.5591983;-109.5695287:12626;41.559285;-109.5692243,way_type=user_defined:way_id=80W +edge,12626,12626;41.559285;-109.5692243:12627;41.5593673;-109.5689483,way_type=user_defined:way_id=80W +edge,12627,12627;41.5593673;-109.5689483:12628;41.5594496;-109.568682,way_type=user_defined:way_id=80W +edge,12628,12628;41.5594496;-109.568682:12629;41.5595376;-109.5684091,way_type=user_defined:way_id=80W +edge,12629,12629;41.5595376;-109.5684091:12630;41.5595816;-109.5682782,way_type=user_defined:way_id=80W +edge,12630,12630;41.5595816;-109.5682782:12631;41.5596257;-109.5681473,way_type=user_defined:way_id=80W +edge,12631,12631;41.5596257;-109.5681473:12632;41.559714;-109.5678958,way_type=user_defined:way_id=80W +edge,12632,12632;41.559714;-109.5678958:12633;41.5598196;-109.5676053,way_type=user_defined:way_id=80W +edge,12633,12633;41.5598196;-109.5676053:12634;41.559931;-109.5673081,way_type=user_defined:way_id=80W +edge,12634,12634;41.559931;-109.5673081:12635;41.5601273;-109.5667948,way_type=user_defined:way_id=80W +edge,12635,12635;41.5601273;-109.5667948:12636;41.5606965;-109.5653478,way_type=user_defined:way_id=80W +edge,12636,12636;41.5606965;-109.5653478:12637;41.5613509;-109.563675,way_type=user_defined:way_id=80W +edge,12637,12637;41.5613509;-109.563675:12638;41.5619606;-109.5621342,way_type=user_defined:way_id=80W +edge,12638,12638;41.5619606;-109.5621342:12639;41.5623449;-109.5611477,way_type=user_defined:way_id=80W +edge,12639,12639;41.5623449;-109.5611477:12640;41.562855;-109.5598545,way_type=user_defined:way_id=80W +edge,12640,12640;41.562855;-109.5598545:12641;41.5630463;-109.5593672,way_type=user_defined:way_id=80W +edge,12641,12641;41.5630463;-109.5593672:12642;41.5631568;-109.5590818,way_type=user_defined:way_id=80W +edge,12642,12642;41.5631568;-109.5590818:12643;41.563262;-109.5588044,way_type=user_defined:way_id=80W +edge,12643,12643;41.563262;-109.5588044:12644;41.5633391;-109.5585968,way_type=user_defined:way_id=80W +edge,12644,12644;41.5633391;-109.5585968:12645;41.5634564;-109.5582718,way_type=user_defined:way_id=80W +edge,12645,12645;41.5634564;-109.5582718:12646;41.5635557;-109.5579811,way_type=user_defined:way_id=80W +edge,12646,12646;41.5635557;-109.5579811:12647;41.5636317;-109.5577484,way_type=user_defined:way_id=80W +edge,12647,12647;41.5636317;-109.5577484:12648;41.5637161;-109.5574795,way_type=user_defined:way_id=80W +edge,12648,12648;41.5637161;-109.5574795:12649;41.5637965;-109.5572083,way_type=user_defined:way_id=80W +edge,12649,12649;41.5637965;-109.5572083:12650;41.5638802;-109.5569079,way_type=user_defined:way_id=80W +edge,12650,12650;41.5638802;-109.5569079:12651;41.5639614;-109.5565962,way_type=user_defined:way_id=80W +edge,12651,12651;41.5639614;-109.5565962:12652;41.5640105;-109.5563989,way_type=user_defined:way_id=80W +edge,12652,12652;41.5640105;-109.5563989:12653;41.5640769;-109.55612,way_type=user_defined:way_id=80W +edge,12653,12653;41.5640769;-109.55612:12654;41.5641408;-109.5558286,way_type=user_defined:way_id=80W +edge,12654,12654;41.5641408;-109.5558286:12655;41.5642029;-109.5555171,way_type=user_defined:way_id=80W +edge,12655,12655;41.5642029;-109.5555171:12656;41.564254;-109.5552406,way_type=user_defined:way_id=80W +edge,12656,12656;41.564254;-109.5552406:12657;41.5642972;-109.5549908,way_type=user_defined:way_id=80W +edge,12657,12657;41.5642972;-109.5549908:12658;41.5643475;-109.5546748,way_type=user_defined:way_id=80W +edge,12658,12658;41.5643475;-109.5546748:12659;41.56437497;-109.5544816,way_type=user_defined:way_id=80W +edge,12659,12659;41.56437497;-109.5544816:12660;41.5643887;-109.554385,way_type=user_defined:way_id=80W +edge,12660,12660;41.5643887;-109.554385:12661;41.5644018;-109.5542849,way_type=user_defined:way_id=80W +edge,12661,12661;41.5644018;-109.5542849:12662;41.5644254;-109.5541027,way_type=user_defined:way_id=80W +edge,12662,12662;41.5644254;-109.5541027:12663;41.5644598;-109.5538107,way_type=user_defined:way_id=80W +edge,12663,12663;41.5644598;-109.5538107:12664;41.5644891;-109.5535272,way_type=user_defined:way_id=80W +edge,12664,12664;41.5644891;-109.5535272:12665;41.5645176;-109.5532049,way_type=user_defined:way_id=80W +edge,12665,12665;41.5645176;-109.5532049:12666;41.5645388;-109.5529197,way_type=user_defined:way_id=80W +edge,12666,12666;41.5645388;-109.5529197:12667;41.5645571;-109.5526149,way_type=user_defined:way_id=80W +edge,12667,12667;41.5645571;-109.5526149:12668;41.5645697;-109.5523373,way_type=user_defined:way_id=80W +edge,12668,12668;41.5645697;-109.5523373:12669;41.5645787;-109.552041,way_type=user_defined:way_id=80W +edge,12669,12669;41.5645787;-109.552041:12670;41.564581;-109.5518974,way_type=user_defined:way_id=80W +edge,12670,12670;41.564581;-109.5518974:12671;41.564581;-109.5518974,way_type=user_defined:way_id=80W +edge,12671,12671;41.564581;-109.5518974:12672;41.5645833;-109.551716,way_type=user_defined:way_id=80W +edge,12672,12672;41.5645833;-109.551716:12673;41.5645837;-109.5514375,way_type=user_defined:way_id=80W +edge,12673,12673;41.5645837;-109.5514375:12674;41.5645804;-109.5511407,way_type=user_defined:way_id=80W +edge,12674,12674;41.5645804;-109.5511407:12675;41.5645733;-109.5508442,way_type=user_defined:way_id=80W +edge,12675,12675;41.5645733;-109.5508442:12676;41.5645625;-109.5505577,way_type=user_defined:way_id=80W +edge,12676,12676;41.5645625;-109.5505577:12677;41.5645461;-109.5502434,way_type=user_defined:way_id=80W +edge,12677,12677;41.5645461;-109.5502434:12678;41.5645255;-109.5499493,way_type=user_defined:way_id=80W +edge,12678,12678;41.5645255;-109.5499493:12679;41.564501;-109.5496658,way_type=user_defined:way_id=80W +edge,12679,12679;41.564501;-109.5496658:12680;41.5644702;-109.5493645,way_type=user_defined:way_id=80W +edge,12680,12680;41.5644702;-109.5493645:12681;41.5644376;-109.5490828,way_type=user_defined:way_id=80W +edge,12681,12681;41.5644376;-109.5490828:12682;41.5644011;-109.5487923,way_type=user_defined:way_id=80W +edge,12682,12682;41.5644011;-109.5487923:12683;41.5643627;-109.548512,way_type=user_defined:way_id=80W +edge,12683,12683;41.5643627;-109.548512:12684;41.5643192;-109.5482233,way_type=user_defined:way_id=80W +edge,12684,12684;41.5643192;-109.5482233:12685;41.5643022;-109.5481212,way_type=user_defined:way_id=80W +edge,12685,12685;41.5643022;-109.5481212:12686;41.564266;-109.5479079,way_type=user_defined:way_id=80W +edge,12686,12686;41.564266;-109.5479079:12687;41.5642268;-109.5476952,way_type=user_defined:way_id=80W +edge,12687,12687;41.5642268;-109.5476952:12688;41.5641584;-109.5473441,way_type=user_defined:way_id=80W +edge,12688,12688;41.5641584;-109.5473441:12689;41.56414675;-109.5472883,way_type=user_defined:way_id=80W +edge,12689,12689;41.56414675;-109.5472883:12690;41.5640988;-109.5470587,way_type=user_defined:way_id=80W +edge,12690,12690;41.5640988;-109.5470587:12691;41.5640446;-109.5468193,way_type=user_defined:way_id=80W +edge,12691,12691;41.5640446;-109.5468193:12692;41.5639622;-109.5464848,way_type=user_defined:way_id=80W +edge,12692,12692;41.5639622;-109.5464848:12693;41.5638976;-109.5462419,way_type=user_defined:way_id=80W +edge,12693,12693;41.5638976;-109.5462419:12694;41.56381;-109.5459299,way_type=user_defined:way_id=80W +edge,12694,12694;41.56381;-109.5459299:12695;41.563731;-109.5456636,way_type=user_defined:way_id=80W +edge,12695,12695;41.563731;-109.5456636:12696;41.5636494;-109.5453996,way_type=user_defined:way_id=80W +edge,12696,12696;41.5636494;-109.5453996:12697;41.5635618;-109.5451289,way_type=user_defined:way_id=80W +edge,12697,12697;41.5635618;-109.5451289:12698;41.5634734;-109.5448695,way_type=user_defined:way_id=80W +edge,12698,12698;41.5634734;-109.5448695:12699;41.5633815;-109.5446126,way_type=user_defined:way_id=80W +edge,12699,12699;41.5633815;-109.5446126:12700;41.5632709;-109.5443158,way_type=user_defined:way_id=80W +edge,12700,12700;41.5632709;-109.5443158:12701;41.5631705;-109.5440548,way_type=user_defined:way_id=80W +edge,12701,12701;41.5631705;-109.5440548:12702;41.5624696;-109.5422577,way_type=user_defined:way_id=80W +edge,12702,12702;41.5624696;-109.5422577:12703;41.5623698;-109.5419974,way_type=user_defined:way_id=80W +edge,12703,12703;41.5623698;-109.5419974:12704;41.5622396;-109.541641,way_type=user_defined:way_id=80W +edge,12704,12704;41.5622396;-109.541641:12705;41.5622396;-109.541641,way_type=user_defined:way_id=80W +edge,12705,12705;41.5622396;-109.541641:12706;41.5621703;-109.5414451,way_type=user_defined:way_id=80W +edge,12706,12706;41.5621703;-109.5414451:12707;41.5620945;-109.5412224,way_type=user_defined:way_id=80W +edge,12707,12707;41.5620945;-109.5412224:12708;41.5619981;-109.5409292,way_type=user_defined:way_id=80W +edge,12708,12708;41.5619981;-109.5409292:12709;41.5619121;-109.5406601,way_type=user_defined:way_id=80W +edge,12709,12709;41.5619121;-109.5406601:12710;41.5618623;-109.5404975,way_type=user_defined:way_id=80W +edge,12710,12710;41.5618623;-109.5404975:12711;41.5618292;-109.5403891,way_type=user_defined:way_id=80W +edge,12711,12711;41.5618292;-109.5403891:12712;41.5617493;-109.5401161,way_type=user_defined:way_id=80W +edge,12712,12712;41.5617493;-109.5401161:12713;41.5616719;-109.5398417,way_type=user_defined:way_id=80W +edge,12713,12713;41.5616719;-109.5398417:12714;41.5615995;-109.5395752,way_type=user_defined:way_id=80W +edge,12714,12714;41.5615995;-109.5395752:12715;41.5615216;-109.5392737,way_type=user_defined:way_id=80W +edge,12715,12715;41.5615216;-109.5392737:12716;41.5614531;-109.5389948,way_type=user_defined:way_id=80W +edge,12716,12716;41.5614531;-109.5389948:12717;41.5613962;-109.5387526,way_type=user_defined:way_id=80W +edge,12717,12717;41.5613962;-109.5387526:12718;41.5613263;-109.5384374,way_type=user_defined:way_id=80W +edge,12718,12718;41.5613263;-109.5384374:12719;41.5612754;-109.5381936,way_type=user_defined:way_id=80W +edge,12719,12719;41.5612754;-109.5381936:12720;41.5612216;-109.5379258,way_type=user_defined:way_id=80W +edge,12720,12720;41.5612216;-109.5379258:12721;41.5611583;-109.5375979,way_type=user_defined:way_id=80W +edge,12721,12721;41.5611583;-109.5375979:12722;41.561114;-109.5373542,way_type=user_defined:way_id=80W +edge,12722,12722;41.561114;-109.5373542:12723;41.5610754;-109.5371284,way_type=user_defined:way_id=80W +edge,12723,12723;41.5610754;-109.5371284:12724;41.5610215;-109.5367926,way_type=user_defined:way_id=80W +edge,12724,12724;41.5610215;-109.5367926:12725;41.5609765;-109.5364803,way_type=user_defined:way_id=80W +edge,12725,12725;41.5609765;-109.5364803:12726;41.5609054;-109.5359361,way_type=user_defined:way_id=80W +edge,12726,12726;41.5609054;-109.5359361:12727;41.5608445;-109.5354384,way_type=user_defined:way_id=80W +edge,12727,12727;41.5608445;-109.5354384:12728;41.5607498;-109.5346429,way_type=user_defined:way_id=80W +edge,12728,12728;41.5607498;-109.5346429:12729;41.5607498;-109.5346429,way_type=user_defined:way_id=80W +edge,12729,12729;41.5607498;-109.5346429:12730;41.5606943;-109.5341846,way_type=user_defined:way_id=80W +edge,12730,12730;41.5606943;-109.5341846:12731;41.5606286;-109.5336123,way_type=user_defined:way_id=80W +edge,12731,12731;41.5606286;-109.5336123:12732;41.56056978;-109.5331095,way_type=user_defined:way_id=80W +edge,12732,12732;41.56056978;-109.5331095:12733;41.5603886;-109.5315606,way_type=user_defined:way_id=80W +edge,12733,12733;41.5603886;-109.5315606:12734;41.5602215;-109.5301635,way_type=user_defined:way_id=80W +edge,12734,12734;41.5602215;-109.5301635:12735;41.5601254;-109.5293417,way_type=user_defined:way_id=80W +edge,12735,12735;41.5601254;-109.5293417:12736;41.56007748;-109.5289409,way_type=user_defined:way_id=80W +edge,12736,12736;41.56007748;-109.5289409:12737;41.5600091;-109.5283688,way_type=user_defined:way_id=80W +edge,12737,12737;41.5600091;-109.5283688:12738;41.5599392;-109.5277661,way_type=user_defined:way_id=80W +edge,12738,12738;41.5599392;-109.5277661:12739;41.5599086;-109.5275123,way_type=user_defined:way_id=80W +edge,12739,12739;41.5599086;-109.5275123:12740;41.5598679;-109.5271936,way_type=user_defined:way_id=80W +edge,12740,12740;41.5598679;-109.5271936:12741;41.5598223;-109.5268668,way_type=user_defined:way_id=80W +edge,12741,12741;41.5598223;-109.5268668:12742;41.5597852;-109.5266247,way_type=user_defined:way_id=80W +edge,12742,12742;41.5597852;-109.5266247:12743;41.5597367;-109.5263363,way_type=user_defined:way_id=80W +edge,12743,12743;41.5597367;-109.5263363:12744;41.5596845;-109.5260483,way_type=user_defined:way_id=80W +edge,12744,12744;41.5596845;-109.5260483:12745;41.5596307;-109.5257707,way_type=user_defined:way_id=80W +edge,12745,12745;41.5596307;-109.5257707:12746;41.5595656;-109.5254579,way_type=user_defined:way_id=80W +edge,12746,12746;41.5595656;-109.5254579:12747;41.5595041;-109.5251824,way_type=user_defined:way_id=80W +edge,12747,12747;41.5595041;-109.5251824:12748;41.5594389;-109.5249092,way_type=user_defined:way_id=80W +edge,12748,12748;41.5594389;-109.5249092:12749;41.559365;-109.5246196,way_type=user_defined:way_id=80W +edge,12749,12749;41.559365;-109.5246196:12750;41.559292;-109.5243493,way_type=user_defined:way_id=80W +edge,12750,12750;41.559292;-109.5243493:12751;41.5592123;-109.5240718,way_type=user_defined:way_id=80W +edge,12751,12751;41.5592123;-109.5240718:12752;41.5591222;-109.5237786,way_type=user_defined:way_id=80W +edge,12752,12752;41.5591222;-109.5237786:12753;41.5590367;-109.5235142,way_type=user_defined:way_id=80W +edge,12753,12753;41.5590367;-109.5235142:12754;41.5589569;-109.5232783,way_type=user_defined:way_id=80W +edge,12754,12754;41.5589569;-109.5232783:12755;41.5588525;-109.522984,way_type=user_defined:way_id=80W +edge,12755,12755;41.5588525;-109.522984:12756;41.5587431;-109.5226928,way_type=user_defined:way_id=80W +edge,12756,12756;41.5587431;-109.5226928:12757;41.5586536;-109.522463,way_type=user_defined:way_id=80W +edge,12757,12757;41.5586536;-109.522463:12758;41.558537;-109.5221768,way_type=user_defined:way_id=80W +edge,12758,12758;41.558537;-109.5221768:12759;41.5584337;-109.5219346,way_type=user_defined:way_id=80W +edge,12759,12759;41.5584337;-109.5219346:12760;41.5583171;-109.5216703,way_type=user_defined:way_id=80W +edge,12760,12760;41.5583171;-109.5216703:12761;41.557516;-109.5199028,way_type=user_defined:way_id=80W +edge,12761,12761;41.557516;-109.5199028:12762;41.5568232;-109.5183829,way_type=user_defined:way_id=80W +edge,12762,12762;41.5568232;-109.5183829:12763;41.5567005;-109.5181081,way_type=user_defined:way_id=80W +edge,12763,12763;41.5567005;-109.5181081:12764;41.5565889;-109.5178493,way_type=user_defined:way_id=80W +edge,12764,12764;41.5565889;-109.5178493:12765;41.5564888;-109.5176055,way_type=user_defined:way_id=80W +edge,12765,12765;41.5564888;-109.5176055:12766;41.5563819;-109.5173306,way_type=user_defined:way_id=80W +edge,12766,12766;41.5563819;-109.5173306:12767;41.5562876;-109.5170749,way_type=user_defined:way_id=80W +edge,12767,12767;41.5562876;-109.5170749:12768;41.5561953;-109.5168121,way_type=user_defined:way_id=80W +edge,12768,12768;41.5561953;-109.5168121:12769;41.5560989;-109.5165215,way_type=user_defined:way_id=80W +edge,12769,12769;41.5560989;-109.5165215:12770;41.5560768;-109.5164507,way_type=user_defined:way_id=80W +edge,12770,12770;41.5560768;-109.5164507:12771;41.5560134;-109.5162461,way_type=user_defined:way_id=80W +edge,12771,12771;41.5560134;-109.5162461:12772;41.5559379;-109.5159851,way_type=user_defined:way_id=80W +edge,12772,12772;41.5559379;-109.5159851:12773;41.5558521;-109.5156704,way_type=user_defined:way_id=80W +edge,12773,12773;41.5558521;-109.5156704:12774;41.5557822;-109.5153989,way_type=user_defined:way_id=80W +edge,12774,12774;41.5557822;-109.5153989:12775;41.5557171;-109.5151258,way_type=user_defined:way_id=80W +edge,12775,12775;41.5557171;-109.5151258:12776;41.5556567;-109.5148516,way_type=user_defined:way_id=80W +edge,12776,12776;41.5556567;-109.5148516:12777;41.555593;-109.5145392,way_type=user_defined:way_id=80W +edge,12777,12777;41.555593;-109.5145392:12778;41.5555379;-109.5142432,way_type=user_defined:way_id=80W +edge,12778,12778;41.5555379;-109.5142432:12779;41.5554905;-109.513964,way_type=user_defined:way_id=80W +edge,12779,12779;41.5554905;-109.513964:12780;41.5554461;-109.5136739,way_type=user_defined:way_id=80W +edge,12780,12780;41.5554461;-109.5136739:12781;41.5554085;-109.5134003,way_type=user_defined:way_id=80W +edge,12781,12781;41.5554085;-109.5134003:12782;41.5553727;-109.5131077,way_type=user_defined:way_id=80W +edge,12782,12782;41.5553727;-109.5131077:12783;41.5553376;-109.5127767,way_type=user_defined:way_id=80W +edge,12783,12783;41.5553376;-109.5127767:12784;41.5552284;-109.5116415,way_type=user_defined:way_id=80W +edge,12784,12784;41.5552284;-109.5116415:12785;41.5551141;-109.5104841,way_type=user_defined:way_id=80W +edge,12785,12785;41.5551141;-109.5104841:12786;41.55502211;-109.5094906,way_type=user_defined:way_id=80W +edge,12786,12786;41.55502211;-109.5094906:12787;41.55502211;-109.5094906,way_type=user_defined:way_id=80W +edge,12787,12787;41.55502211;-109.5094906:12788;41.5548951;-109.5081852,way_type=user_defined:way_id=80W +edge,12788,12788;41.5548951;-109.5081852:12789;41.5547831;-109.5070066,way_type=user_defined:way_id=80W +edge,12789,12789;41.5547831;-109.5070066:12790;41.5546141;-109.5052801,way_type=user_defined:way_id=80W +edge,12790,12790;41.5546141;-109.5052801:12791;41.5543722;-109.5027707,way_type=user_defined:way_id=80W +edge,12791,12791;41.5543722;-109.5027707:12792;41.5543116;-109.5021553,way_type=user_defined:way_id=80W +edge,12792,12792;41.5543116;-109.5021553:12793;41.5542496;-109.5015103,way_type=user_defined:way_id=80W +edge,12793,12793;41.5542496;-109.5015103:12794;41.5541946;-109.5009192,way_type=user_defined:way_id=80W +edge,12794,12794;41.5541946;-109.5009192:12795;41.5541389;-109.5003458,way_type=user_defined:way_id=80W +edge,12795,12795;41.5541389;-109.5003458:12796;41.5541096;-109.500064,way_type=user_defined:way_id=80W +edge,12796,12796;41.5541096;-109.500064:12797;41.5540734;-109.4997469,way_type=user_defined:way_id=80W +edge,12797,12797;41.5540734;-109.4997469:12798;41.5540415;-109.4994911,way_type=user_defined:way_id=80W +edge,12798,12798;41.5540415;-109.4994911:12799;41.5539968;-109.4991641,way_type=user_defined:way_id=80W +edge,12799,12799;41.5539968;-109.4991641:12800;41.5539572;-109.498896,way_type=user_defined:way_id=80W +edge,12800,12800;41.5539572;-109.498896:12801;41.5539104;-109.498599,way_type=user_defined:way_id=80W +edge,12801,12801;41.5539104;-109.498599:12802;41.5538636;-109.4983211,way_type=user_defined:way_id=80W +edge,12802,12802;41.5538636;-109.4983211:12803;41.5538193;-109.4980713,way_type=user_defined:way_id=80W +edge,12803,12803;41.5538193;-109.4980713:12804;41.5537607;-109.497758,way_type=user_defined:way_id=80W +edge,12804,12804;41.5537607;-109.497758:12805;41.5537038;-109.4974738,way_type=user_defined:way_id=80W +edge,12805,12805;41.5537038;-109.4974738:12806;41.5536441;-109.4971908,way_type=user_defined:way_id=80W +edge,12806,12806;41.5536441;-109.4971908:12807;41.5535778;-109.4968906,way_type=user_defined:way_id=80W +edge,12807,12807;41.5535778;-109.4968906:12808;41.553513;-109.4966098,way_type=user_defined:way_id=80W +edge,12808,12808;41.553513;-109.4966098:12809;41.5534475;-109.4963394,way_type=user_defined:way_id=80W +edge,12809,12809;41.5534475;-109.4963394:12810;41.5533764;-109.4960618,way_type=user_defined:way_id=80W +edge,12810,12810;41.5533764;-109.4960618:12811;41.5533045;-109.4957947,way_type=user_defined:way_id=80W +edge,12811,12811;41.5533045;-109.4957947:12812;41.5532273;-109.4955203,way_type=user_defined:way_id=80W +edge,12812,12812;41.5532273;-109.4955203:12813;41.5531471;-109.495248,way_type=user_defined:way_id=80W +edge,12813,12813;41.5531471;-109.495248:12814;41.5530605;-109.4949685,way_type=user_defined:way_id=80W +edge,12814,12814;41.5530605;-109.4949685:12815;41.5529646;-109.4946741,way_type=user_defined:way_id=80W +edge,12815,12815;41.5529646;-109.4946741:12816;41.552878;-109.4944154,way_type=user_defined:way_id=80W +edge,12816,12816;41.552878;-109.4944154:12817;41.5527896;-109.4941576,way_type=user_defined:way_id=80W +edge,12817,12817;41.5527896;-109.4941576:12818;41.5526958;-109.4938924,way_type=user_defined:way_id=80W +edge,12818,12818;41.5526958;-109.4938924:12819;41.552596;-109.4936216,way_type=user_defined:way_id=80W +edge,12819,12819;41.552596;-109.4936216:12820;41.5524965;-109.4933609,way_type=user_defined:way_id=80W +edge,12820,12820;41.5524965;-109.4933609:12821;41.5523977;-109.4931104,way_type=user_defined:way_id=80W +edge,12821,12821;41.5523977;-109.4931104:12822;41.5522931;-109.4928533,way_type=user_defined:way_id=80W +edge,12822,12822;41.5522931;-109.4928533:12823;41.5521886;-109.4926071,way_type=user_defined:way_id=80W +edge,12823,12823;41.5521886;-109.4926071:12824;41.5520743;-109.4923468,way_type=user_defined:way_id=80W +edge,12824,12824;41.5520743;-109.4923468:12825;41.5519655;-109.4921043,way_type=user_defined:way_id=80W +edge,12825,12825;41.5519655;-109.4921043:12826;41.5518505;-109.4918558,way_type=user_defined:way_id=80W +edge,12826,12826;41.5518505;-109.4918558:12827;41.551733;-109.4916096,way_type=user_defined:way_id=80W +edge,12827,12827;41.551733;-109.4916096:12828;41.5516168;-109.4913738,way_type=user_defined:way_id=80W +edge,12828,12828;41.5516168;-109.4913738:12829;41.5514901;-109.4911247,way_type=user_defined:way_id=80W +edge,12829,12829;41.5514901;-109.4911247:12830;41.5513693;-109.4908932,way_type=user_defined:way_id=80W +edge,12830,12830;41.5513693;-109.4908932:12831;41.5512414;-109.4906565,way_type=user_defined:way_id=80W +edge,12831,12831;41.5512414;-109.4906565:12832;41.5510937;-109.4903922,way_type=user_defined:way_id=80W +edge,12832,12832;41.5510937;-109.4903922:12833;41.5509297;-109.4901094,way_type=user_defined:way_id=80W +edge,12833,12833;41.5509297;-109.4901094:12834;41.550538;-109.4894554,way_type=user_defined:way_id=80W +edge,12834,12834;41.550538;-109.4894554:12835;41.549865;-109.4883484,way_type=user_defined:way_id=80W +edge,12835,12835;41.549865;-109.4883484:12836;41.5493229;-109.4874499,way_type=user_defined:way_id=80W +edge,12836,12836;41.5493229;-109.4874499:12837;41.5479443;-109.4851854,way_type=user_defined:way_id=80W +edge,12837,12837;41.5479443;-109.4851854:12838;41.547538;-109.4845134,way_type=user_defined:way_id=80W +edge,12838,12838;41.547538;-109.4845134:12839;41.5470872;-109.4837716,way_type=user_defined:way_id=80W +edge,12839,12839;41.5470872;-109.4837716:12840;41.5465575;-109.482895,way_type=user_defined:way_id=80W +edge,12840,12840;41.5465575;-109.482895:12841;41.5463885;-109.4826187,way_type=user_defined:way_id=80W +edge,12841,12841;41.5463885;-109.4826187:12842;41.5462512;-109.482398,way_type=user_defined:way_id=80W +edge,12842,12842;41.5462512;-109.482398:12843;41.546104;-109.4821743,way_type=user_defined:way_id=80W +edge,12843,12843;41.546104;-109.4821743:12844;41.5459541;-109.4819659,way_type=user_defined:way_id=80W +edge,12844,12844;41.5459541;-109.4819659:12845;41.5458014;-109.4817652,way_type=user_defined:way_id=80W +edge,12845,12845;41.5458014;-109.4817652:12846;41.5456161;-109.4815382,way_type=user_defined:way_id=80W +edge,12846,12846;41.5456161;-109.4815382:12847;41.545454;-109.4813555,way_type=user_defined:way_id=80W +edge,12847,12847;41.545454;-109.4813555:12848;41.5453768;-109.4812752,way_type=user_defined:way_id=80W +edge,12848,12848;41.5453768;-109.4812752:12849;41.5453768;-109.4812752,way_type=user_defined:way_id=80W +edge,12849,12849;41.5453768;-109.4812752:12850;41.5452783;-109.4811733,way_type=user_defined:way_id=80W +edge,12850,12850;41.5452783;-109.4811733:12851;41.5451034;-109.4810063,way_type=user_defined:way_id=80W +edge,12851,12851;41.5451034;-109.4810063:12852;41.5449168;-109.4808453,way_type=user_defined:way_id=80W +edge,12852,12852;41.5449168;-109.4808453:12853;41.5447249;-109.480695,way_type=user_defined:way_id=80W +edge,12853,12853;41.5447249;-109.480695:12854;41.5445432;-109.4805637,way_type=user_defined:way_id=80W +edge,12854,12854;41.5445432;-109.4805637:12855;41.54445066;-109.4805015,way_type=user_defined:way_id=80W +edge,12855,12855;41.54445066;-109.4805015:12856;41.5443486;-109.4804328,way_type=user_defined:way_id=80W +edge,12856,12856;41.5443486;-109.4804328:12857;41.5441217;-109.4802896,way_type=user_defined:way_id=80W +edge,12857,12857;41.5441217;-109.4802896:12858;41.5439247;-109.4801718,way_type=user_defined:way_id=80W +edge,12858,12858;41.5439247;-109.4801718:12859;41.5434969;-109.4799243,way_type=user_defined:way_id=80W +edge,12859,12859;41.5434969;-109.4799243:12860;41.5428963;-109.4795817,way_type=user_defined:way_id=80W +edge,12860,12860;41.5428963;-109.4795817:12861;41.542699;-109.4794678,way_type=user_defined:way_id=80W +edge,12861,12861;41.542699;-109.4794678:12862;41.5424954;-109.4793474,way_type=user_defined:way_id=80W +edge,12862,12862;41.5424954;-109.4793474:12863;41.542299;-109.4792278,way_type=user_defined:way_id=80W +edge,12863,12863;41.542299;-109.4792278:12864;41.5421043;-109.4791025,way_type=user_defined:way_id=80W +edge,12864,12864;41.5421043;-109.4791025:12865;41.54203096;-109.4790512,way_type=user_defined:way_id=80W +edge,12865,12865;41.54203096;-109.4790512:12866;41.5419076;-109.478965,way_type=user_defined:way_id=80W +edge,12866,12866;41.5419076;-109.478965:12867;41.5416964;-109.4788012,way_type=user_defined:way_id=80W +edge,12867,12867;41.5416964;-109.4788012:12868;41.541515;-109.4786449,way_type=user_defined:way_id=80W +edge,12868,12868;41.541515;-109.4786449:12869;41.541338;-109.4784789,way_type=user_defined:way_id=80W +edge,12869,12869;41.541338;-109.4784789:12870;41.541185;-109.4783257,way_type=user_defined:way_id=80W +edge,12870,12870;41.541185;-109.4783257:12871;41.541185;-109.4783257,way_type=user_defined:way_id=80W +edge,12871,12871;41.541185;-109.4783257:12872;41.54115854;-109.4782989,way_type=user_defined:way_id=80W +edge,12872,12872;41.54115854;-109.4782989:12873;41.54115854;-109.4782989,way_type=user_defined:way_id=80W +edge,12873,12873;41.54115854;-109.4782989:12874;41.54114235;-109.4782819,way_type=user_defined:way_id=80W +edge,12874,12874;41.54114235;-109.4782819:12875;41.54114235;-109.4782819,way_type=user_defined:way_id=80W +edge,12875,12875;41.54114235;-109.4782819:12876;41.5409695;-109.4780946,way_type=user_defined:way_id=80W +edge,12876,12876;41.5409695;-109.4780946:12877;41.5408075;-109.4779033,way_type=user_defined:way_id=80W +edge,12877,12877;41.5408075;-109.4779033:12878;41.5407509;-109.4778293,way_type=user_defined:way_id=80W +edge,12878,12878;41.5407509;-109.4778293:12879;41.5407509;-109.4778293,way_type=user_defined:way_id=80W +edge,12879,12879;41.5407509;-109.4778293:12880;41.5406531;-109.4777014,way_type=user_defined:way_id=80W +edge,12880,12880;41.5406531;-109.4777014:12881;41.5405019;-109.4774816,way_type=user_defined:way_id=80W +edge,12881,12881;41.5405019;-109.4774816:12882;41.5403672;-109.477267,way_type=user_defined:way_id=80W +edge,12882,12882;41.5403672;-109.477267:12883;41.5402302;-109.4770307,way_type=user_defined:way_id=80W +edge,12883,12883;41.5402302;-109.4770307:12884;41.5400875;-109.4767625,way_type=user_defined:way_id=80W +edge,12884,12884;41.5400875;-109.4767625:12885;41.5399688;-109.4765191,way_type=user_defined:way_id=80W +edge,12885,12885;41.5399688;-109.4765191:12886;41.5398594;-109.4762782,way_type=user_defined:way_id=80W +edge,12886,12886;41.5398594;-109.4762782:12887;41.5398011;-109.4761448,way_type=user_defined:way_id=80W +edge,12887,12887;41.5398011;-109.4761448:12888;41.5396245;-109.4757327,way_type=user_defined:way_id=80W +edge,12888,12888;41.5396245;-109.4757327:12889;41.5392562;-109.4748572,way_type=user_defined:way_id=80W +edge,12889,12889;41.5392562;-109.4748572:12890;41.53906824;-109.4744153,way_type=user_defined:way_id=80W +edge,12890,12890;41.53906824;-109.4744153:12891;41.53906824;-109.4744153,way_type=user_defined:way_id=80W +edge,12891,12891;41.53906824;-109.4744153:12892;41.5385766;-109.4732425,way_type=user_defined:way_id=80W +edge,12892,12892;41.5385766;-109.4732425:12893;41.5383595;-109.4727323,way_type=user_defined:way_id=80W +edge,12893,12893;41.5383595;-109.4727323:12894;41.5381436;-109.4722179,way_type=user_defined:way_id=80W +edge,12894,12894;41.5381436;-109.4722179:12895;41.537715;-109.4712111,way_type=user_defined:way_id=80W +edge,12895,12895;41.537715;-109.4712111:12896;41.5376085;-109.4709667,way_type=user_defined:way_id=80W +edge,12896,12896;41.5376085;-109.4709667:12897;41.5374968;-109.4707203,way_type=user_defined:way_id=80W +edge,12897,12897;41.5374968;-109.4707203:12898;41.5373803;-109.4704728,way_type=user_defined:way_id=80W +edge,12898,12898;41.5373803;-109.4704728:12899;41.5371753;-109.4700494,way_type=user_defined:way_id=80W +edge,12899,12899;41.5371753;-109.4700494:12900;41.5370709;-109.4698421,way_type=user_defined:way_id=80W +edge,12900,12900;41.5370709;-109.4698421:12901;41.5368701;-109.4694582,way_type=user_defined:way_id=80W +edge,12901,12901;41.5368701;-109.4694582:12902;41.5367617;-109.4692583,way_type=user_defined:way_id=80W +edge,12902,12902;41.5367617;-109.4692583:12903;41.5366506;-109.4690581,way_type=user_defined:way_id=80W +edge,12903,12903;41.5366506;-109.4690581:12904;41.536488;-109.468773,way_type=user_defined:way_id=80W +edge,12904,12904;41.536488;-109.468773:12905;41.5363852;-109.4685961,way_type=user_defined:way_id=80W +edge,12905,12905;41.5363852;-109.4685961:12906;41.53619701;-109.4682783,way_type=user_defined:way_id=80W +edge,12906,12906;41.53619701;-109.4682783:12907;41.53603896;-109.4679927,way_type=user_defined:way_id=80W +edge,12907,12907;41.53603896;-109.4679927:12908;41.53592609;-109.4677581,way_type=user_defined:way_id=80W +edge,12908,12908;41.53592609;-109.4677581:12909;41.53581999;-109.4674411,way_type=user_defined:way_id=80W +edge,12909,12909;41.53581999;-109.4674411:12910;41.53568304;-109.4670642,way_type=user_defined:way_id=80W +edge,12910,12910;41.53568304;-109.4670642:12911;41.53552985;-109.4666942,way_type=user_defined:way_id=80W +edge,12911,12911;41.53552985;-109.4666942:12912;41.53535865;-109.4664003,way_type=user_defined:way_id=80W +edge,12912,12912;41.53535865;-109.4664003:12913;41.53518567;-109.4662079,way_type=user_defined:way_id=80W +edge,12913,12913;41.53518567;-109.4662079:12914;41.53497985;-109.4659858,way_type=user_defined:way_id=80W +edge,12914,12914;41.53497985;-109.4659858:12915;41.53468834;-109.4656216,way_type=user_defined:way_id=80W +edge,12915,12915;41.53468834;-109.4656216:12916;41.5344669;-109.4653389,way_type=user_defined:way_id=80W +edge,12916,12916;41.5344669;-109.4653389:12917;41.53420486;-109.4649248,way_type=user_defined:way_id=80W +edge,12917,12917;41.53420486;-109.4649248:12918;41.5338587;-109.4642809,way_type=user_defined:way_id=80W +edge,12918,12918;41.5338587;-109.4642809:12919;41.533741;-109.464039,way_type=user_defined:way_id=80W +edge,12919,12919;41.533741;-109.464039:12920;41.5335919;-109.4637232,way_type=user_defined:way_id=80W +edge,12920,12920;41.5335919;-109.4637232:12921;41.5332703;-109.4630242,way_type=user_defined:way_id=80W +edge,12921,12921;41.5332703;-109.4630242:12922;41.5321013;-109.4604412,way_type=user_defined:way_id=80W +edge,12922,12922;41.5321013;-109.4604412:12923;41.5317715;-109.4597247,way_type=user_defined:way_id=80W +edge,12923,12923;41.5317715;-109.4597247:12924;41.5316577;-109.4594807,way_type=user_defined:way_id=80W +edge,12924,12924;41.5316577;-109.4594807:12925;41.53148358;-109.4591185,way_type=user_defined:way_id=80W +edge,12925,12925;41.53148358;-109.4591185:12926;41.53148358;-109.4591185,way_type=user_defined:way_id=80W +edge,12926,12926;41.53148358;-109.4591185:12927;41.5313913;-109.4589325,way_type=user_defined:way_id=80W +edge,12927,12927;41.5313913;-109.4589325:12928;41.5312854;-109.4587269,way_type=user_defined:way_id=80W +edge,12928,12928;41.5312854;-109.4587269:12929;41.5311886;-109.458544,way_type=user_defined:way_id=80W +edge,12929,12929;41.5311886;-109.458544:12930;41.5310132;-109.4582208,way_type=user_defined:way_id=80W +edge,12930,12930;41.5310132;-109.4582208:12931;41.5308842;-109.4579912,way_type=user_defined:way_id=80W +edge,12931,12931;41.5308842;-109.4579912:12932;41.5307359;-109.4577349,way_type=user_defined:way_id=80W +edge,12932,12932;41.5307359;-109.4577349:12933;41.5305997;-109.4575053,way_type=user_defined:way_id=80W +edge,12933,12933;41.5305997;-109.4575053:12934;41.5304811;-109.4573088,way_type=user_defined:way_id=80W +edge,12934,12934;41.5304811;-109.4573088:12935;41.5303259;-109.45706,way_type=user_defined:way_id=80W +edge,12935,12935;41.5303259;-109.45706:12936;41.5300596;-109.4566472,way_type=user_defined:way_id=80W +edge,12936,12936;41.5300596;-109.4566472:12937;41.5296485;-109.4560258,way_type=user_defined:way_id=80W +edge,12937,12937;41.5296485;-109.4560258:12938;41.5292392;-109.4554032,way_type=user_defined:way_id=80W +edge,12938,12938;41.5292392;-109.4554032:12939;41.5286478;-109.4545104,way_type=user_defined:way_id=80W +edge,12939,12939;41.5286478;-109.4545104:12940;41.5281856;-109.4538051,way_type=user_defined:way_id=80W +edge,12940,12940;41.5281856;-109.4538051:12941;41.5273638;-109.4525587,way_type=user_defined:way_id=80W +edge,12941,12941;41.5273638;-109.4525587:12942;41.5267039;-109.4515472,way_type=user_defined:way_id=80W +edge,12942,12942;41.5267039;-109.4515472:12943;41.5260001;-109.4504823,way_type=user_defined:way_id=80W +edge,12943,12943;41.5260001;-109.4504823:12944;41.52576773;-109.4501245,way_type=user_defined:way_id=80W +edge,12944,12944;41.52576773;-109.4501245:12945;41.5255723;-109.4498235,way_type=user_defined:way_id=80W +edge,12945,12945;41.5255723;-109.4498235:12946;41.5254369;-109.4496118,way_type=user_defined:way_id=80W +edge,12946,12946;41.5254369;-109.4496118:12947;41.525325;-109.4494281,way_type=user_defined:way_id=80W +edge,12947,12947;41.525325;-109.4494281:12948;41.5252954;-109.4493791,way_type=user_defined:way_id=80W +edge,12948,12948;41.5252954;-109.4493791:12949;41.5251675;-109.4491573,way_type=user_defined:way_id=80W +edge,12949,12949;41.5251675;-109.4491573:12950;41.5250427;-109.4489301,way_type=user_defined:way_id=80W +edge,12950,12950;41.5250427;-109.4489301:12951;41.5249143;-109.4486825,way_type=user_defined:way_id=80W +edge,12951,12951;41.5249143;-109.4486825:12952;41.524799;-109.4484454,way_type=user_defined:way_id=80W +edge,12952,12952;41.524799;-109.4484454:12953;41.5246849;-109.4481965,way_type=user_defined:way_id=80W +edge,12953,12953;41.5246849;-109.4481965:12954;41.5245755;-109.447945,way_type=user_defined:way_id=80W +edge,12954,12954;41.5245755;-109.447945:12955;41.5244719;-109.447691,way_type=user_defined:way_id=80W +edge,12955,12955;41.5244719;-109.447691:12956;41.5243753;-109.4474328,way_type=user_defined:way_id=80W +edge,12956,12956;41.5243753;-109.4474328:12957;41.5243753;-109.4474328,way_type=user_defined:way_id=80W +edge,12957,12957;41.5243753;-109.4474328:12958;41.5242854;-109.4471708,way_type=user_defined:way_id=80W +edge,12958,12958;41.5242854;-109.4471708:12959;41.5242011;-109.4469044,way_type=user_defined:way_id=80W +edge,12959,12959;41.5242011;-109.4469044:12960;41.5241103;-109.4465903,way_type=user_defined:way_id=80W +edge,12960,12960;41.5241103;-109.4465903:12961;41.5240486;-109.4463604,way_type=user_defined:way_id=80W +edge,12961,12961;41.5240486;-109.4463604:12962;41.5239802;-109.4460835,way_type=user_defined:way_id=80W +edge,12962,12962;41.5239802;-109.4460835:12963;41.5239177;-109.4458041,way_type=user_defined:way_id=80W +edge,12963,12963;41.5239177;-109.4458041:12964;41.52388053;-109.4456195,way_type=user_defined:way_id=80W +edge,12964,12964;41.52388053;-109.4456195:12965;41.52388053;-109.4456195,way_type=user_defined:way_id=80W +edge,12965,12965;41.52388053;-109.4456195:12966;41.5238682;-109.4455579,way_type=user_defined:way_id=80W +edge,12966,12966;41.5238682;-109.4455579:12967;41.5238682;-109.4455579,way_type=user_defined:way_id=80W +edge,12967,12967;41.5238682;-109.4455579:12968;41.52385474;-109.4454887,way_type=user_defined:way_id=80W +edge,12968,12968;41.52385474;-109.4454887:12969;41.52385474;-109.4454887,way_type=user_defined:way_id=80W +edge,12969,12969;41.52385474;-109.4454887:12970;41.5238082;-109.4452287,way_type=user_defined:way_id=80W +edge,12970,12970;41.5238082;-109.4452287:12971;41.5237648;-109.4449525,way_type=user_defined:way_id=80W +edge,12971,12971;41.5237648;-109.4449525:12972;41.5237258;-109.4446645,way_type=user_defined:way_id=80W +edge,12972,12972;41.5237258;-109.4446645:12973;41.5236926;-109.4443749,way_type=user_defined:way_id=80W +edge,12973,12973;41.5236926;-109.4443749:12974;41.5236659;-109.444083,way_type=user_defined:way_id=80W +edge,12974,12974;41.5236659;-109.444083:12975;41.5236465;-109.4437996,way_type=user_defined:way_id=80W +edge,12975,12975;41.5236465;-109.4437996:12976;41.5236325;-109.4435057,way_type=user_defined:way_id=80W +edge,12976,12976;41.5236325;-109.4435057:12977;41.5236239;-109.4431736,way_type=user_defined:way_id=80W +edge,12977,12977;41.5236239;-109.4431736:12978;41.5236226;-109.4428967,way_type=user_defined:way_id=80W +edge,12978,12978;41.5236226;-109.4428967:12979;41.52362698;-109.4426465,way_type=user_defined:way_id=80W +edge,12979,12979;41.52362698;-109.4426465:12980;41.5236276;-109.4426108,way_type=user_defined:way_id=80W +edge,12980,12980;41.5236276;-109.4426108:12981;41.5236387;-109.4423159,way_type=user_defined:way_id=80W +edge,12981,12981;41.5236387;-109.4423159:12982;41.5236557;-109.4420307,way_type=user_defined:way_id=80W +edge,12982,12982;41.5236557;-109.4420307:12983;41.5236799;-109.4417364,way_type=user_defined:way_id=80W +edge,12983,12983;41.5236799;-109.4417364:12984;41.5237102;-109.441443,way_type=user_defined:way_id=80W +edge,12984,12984;41.5237102;-109.441443:12985;41.5237487;-109.4411317,way_type=user_defined:way_id=80W +edge,12985,12985;41.5237487;-109.4411317:12986;41.5237913;-109.4408404,way_type=user_defined:way_id=80W +edge,12986,12986;41.5237913;-109.4408404:12987;41.5238391;-109.4405602,way_type=user_defined:way_id=80W +edge,12987,12987;41.5238391;-109.4405602:12988;41.5238803;-109.4403471,way_type=user_defined:way_id=80W +edge,12988,12988;41.5238803;-109.4403471:12989;41.5239024;-109.440237,way_type=user_defined:way_id=80W +edge,12989,12989;41.5239024;-109.440237:12990;41.5239614;-109.4399699,way_type=user_defined:way_id=80W +edge,12990,12990;41.5239614;-109.4399699:12991;41.5240298;-109.4396876,way_type=user_defined:way_id=80W +edge,12991,12991;41.5240298;-109.4396876:12992;41.5241011;-109.4394166,way_type=user_defined:way_id=80W +edge,12992,12992;41.5241011;-109.4394166:12993;41.5241805;-109.4391392,way_type=user_defined:way_id=80W +edge,12993,12993;41.5241805;-109.4391392:12994;41.524261;-109.4388821,way_type=user_defined:way_id=80W +edge,12994,12994;41.524261;-109.4388821:12995;41.5243655;-109.4385773,way_type=user_defined:way_id=80W +edge,12995,12995;41.5243655;-109.4385773:12996;41.5244632;-109.4383105,way_type=user_defined:way_id=80W +edge,12996,12996;41.5244632;-109.4383105:12997;41.5245843;-109.4379926,way_type=user_defined:way_id=80W +edge,12997,12997;41.5245843;-109.4379926:12998;41.52465707;-109.437808,way_type=user_defined:way_id=80W +edge,12998,12998;41.52465707;-109.437808:12999;41.524739;-109.4376001,way_type=user_defined:way_id=80W +edge,12999,12999;41.524739;-109.4376001:13000;41.5250861;-109.4367362,way_type=user_defined:way_id=80W +edge,13000,13000;41.5250861;-109.4367362:13001;41.5254146;-109.4359133,way_type=user_defined:way_id=80W +edge,13001,13001;41.5254146;-109.4359133:13002;41.5254146;-109.4359133,way_type=user_defined:way_id=80W +edge,13002,13002;41.5254146;-109.4359133:13003;41.5258257;-109.4348903,way_type=user_defined:way_id=80W +edge,13003,13003;41.5258257;-109.4348903:13004;41.52588331;-109.4347458,way_type=user_defined:way_id=80W +edge,13004,13004;41.52588331;-109.4347458:13005;41.5261345;-109.4341159,way_type=user_defined:way_id=80W +edge,13005,13005;41.5261345;-109.4341159:13006;41.5265059;-109.4331897,way_type=user_defined:way_id=80W +edge,13006,13006;41.5265059;-109.4331897:13007;41.5268625;-109.4322947,way_type=user_defined:way_id=80W +edge,13007,13007;41.5268625;-109.4322947:13008;41.5269653;-109.4320334,way_type=user_defined:way_id=80W +edge,13008,13008;41.5269653;-109.4320334:13009;41.527062;-109.4317803,way_type=user_defined:way_id=80W +edge,13009,13009;41.527062;-109.4317803:13010;41.5271555;-109.4315284,way_type=user_defined:way_id=80W +edge,13010,13010;41.5271555;-109.4315284:13011;41.5272628;-109.431229,way_type=user_defined:way_id=80W +edge,13011,13011;41.5272628;-109.431229:13012;41.5273556;-109.4309563,way_type=user_defined:way_id=80W +edge,13012,13012;41.5273556;-109.4309563:13013;41.5274302;-109.4307239,way_type=user_defined:way_id=80W +edge,13013,13013;41.5274302;-109.4307239:13014;41.5275015;-109.4304894,way_type=user_defined:way_id=80W +edge,13014,13014;41.5275015;-109.4304894:13015;41.5275977;-109.4301587,way_type=user_defined:way_id=80W +edge,13015,13015;41.5275977;-109.4301587:13016;41.5276485;-109.4299742,way_type=user_defined:way_id=80W +edge,13016,13016;41.5276485;-109.4299742:13017;41.5276729;-109.4298843,way_type=user_defined:way_id=80W +edge,13017,13017;41.5276729;-109.4298843:13018;41.5277444;-109.4296071,way_type=user_defined:way_id=80W +edge,13018,13018;41.5277444;-109.4296071:13019;41.5278083;-109.4293422,way_type=user_defined:way_id=80W +edge,13019,13019;41.5278083;-109.4293422:13020;41.5278706;-109.4290636,way_type=user_defined:way_id=80W +edge,13020,13020;41.5278706;-109.4290636:13021;41.527929;-109.4287827,way_type=user_defined:way_id=80W +edge,13021,13021;41.527929;-109.4287827:13022;41.5279781;-109.4285288,way_type=user_defined:way_id=80W +edge,13022,13022;41.5279781;-109.4285288:13023;41.5280346;-109.4282174,way_type=user_defined:way_id=80W +edge,13023,13023;41.5280346;-109.4282174:13024;41.5280808;-109.4279421,way_type=user_defined:way_id=80W +edge,13024,13024;41.5280808;-109.4279421:13025;41.5281251;-109.427657,way_type=user_defined:way_id=80W +edge,13025,13025;41.5281251;-109.427657:13026;41.5281645;-109.4273811,way_type=user_defined:way_id=80W +edge,13026,13026;41.5281645;-109.4273811:13027;41.5282018;-109.427087,way_type=user_defined:way_id=80W +edge,13027,13027;41.5282018;-109.427087:13028;41.528233;-109.4268022,way_type=user_defined:way_id=80W +edge,13028,13028;41.528233;-109.4268022:13029;41.5282606;-109.4265167,way_type=user_defined:way_id=80W +edge,13029,13029;41.5282606;-109.4265167:13030;41.5282853;-109.4262204,way_type=user_defined:way_id=80W +edge,13030,13030;41.5282853;-109.4262204:13031;41.5283044;-109.4259317,way_type=user_defined:way_id=80W +edge,13031,13031;41.5283044;-109.4259317:13032;41.5283193;-109.4256425,way_type=user_defined:way_id=80W +edge,13032,13032;41.5283193;-109.4256425:13033;41.5283296;-109.4253895,way_type=user_defined:way_id=80W +edge,13033,13033;41.5283296;-109.4253895:13034;41.5283386;-109.4250701,way_type=user_defined:way_id=80W +edge,13034,13034;41.5283386;-109.4250701:13035;41.5283418;-109.4247874,way_type=user_defined:way_id=80W +edge,13035,13035;41.5283418;-109.4247874:13036;41.5283416;-109.4245928,way_type=user_defined:way_id=80W +edge,13036,13036;41.5283416;-109.4245928:13037;41.5283413;-109.4244856,way_type=user_defined:way_id=80W +edge,13037,13037;41.5283413;-109.4244856:13038;41.5283365;-109.4241931,way_type=user_defined:way_id=80W +edge,13038,13038;41.5283365;-109.4241931:13039;41.5283272;-109.4239008,way_type=user_defined:way_id=80W +edge,13039,13039;41.5283272;-109.4239008:13040;41.5283139;-109.4236171,way_type=user_defined:way_id=80W +edge,13040,13040;41.5283139;-109.4236171:13041;41.5282846;-109.4231432,way_type=user_defined:way_id=80W +edge,13041,13041;41.5282846;-109.4231432:13042;41.528175;-109.4215315,way_type=user_defined:way_id=80W +edge,13042,13042;41.528175;-109.4215315:13043;41.5280752;-109.4201498,way_type=user_defined:way_id=80W +edge,13043,13043;41.5280752;-109.4201498:13044;41.5280083;-109.4192538,way_type=user_defined:way_id=80W +edge,13044,13044;41.5280083;-109.4192538:13045;41.5279209;-109.4180191,way_type=user_defined:way_id=80W +edge,13045,13045;41.5279209;-109.4180191:13046;41.5277993;-109.4163573,way_type=user_defined:way_id=80W +edge,13046,13046;41.5277993;-109.4163573:13047;41.5277169;-109.415189,way_type=user_defined:way_id=80W +edge,13047,13047;41.5277169;-109.415189:13048;41.5276065;-109.4136752,way_type=user_defined:way_id=80W +edge,13048,13048;41.5276065;-109.4136752:13049;41.5275846;-109.4133217,way_type=user_defined:way_id=80W +edge,13049,13049;41.5275846;-109.4133217:13050;41.5275706;-109.4130635,way_type=user_defined:way_id=80W +edge,13050,13050;41.5275706;-109.4130635:13051;41.5275603;-109.4128437,way_type=user_defined:way_id=80W +edge,13051,13051;41.5275603;-109.4128437:13052;41.5275457;-109.4124786,way_type=user_defined:way_id=80W +edge,13052,13052;41.5275457;-109.4124786:13053;41.5275365;-109.412156,way_type=user_defined:way_id=80W +edge,13053,13053;41.5275365;-109.412156:13054;41.5275318;-109.4118687,way_type=user_defined:way_id=80W +edge,13054,13054;41.5275318;-109.4118687:13055;41.5275307;-109.4115711,way_type=user_defined:way_id=80W +edge,13055,13055;41.5275307;-109.4115711:13056;41.5275327;-109.4112838,way_type=user_defined:way_id=80W +edge,13056,13056;41.5275327;-109.4112838:13057;41.5275371;-109.4109927,way_type=user_defined:way_id=80W +edge,13057,13057;41.5275371;-109.4109927:13058;41.5275443;-109.4107079,way_type=user_defined:way_id=80W +edge,13058,13058;41.5275443;-109.4107079:13059;41.5275562;-109.4103735,way_type=user_defined:way_id=80W +edge,13059,13059;41.5275562;-109.4103735:13060;41.5275699;-109.4100948,way_type=user_defined:way_id=80W +edge,13060,13060;41.5275699;-109.4100948:13061;41.5275892;-109.4097706,way_type=user_defined:way_id=80W +edge,13061,13061;41.5275892;-109.4097706:13062;41.5276056;-109.4095348,way_type=user_defined:way_id=80W +edge,13062,13062;41.5276056;-109.4095348:13063;41.5276334;-109.4091947,way_type=user_defined:way_id=80W +edge,13063,13063;41.5276334;-109.4091947:13064;41.5276607;-109.408908,way_type=user_defined:way_id=80W +edge,13064,13064;41.5276607;-109.408908:13065;41.5276918;-109.4086125,way_type=user_defined:way_id=80W +edge,13065,13065;41.5276918;-109.4086125:13066;41.5277243;-109.4083267,way_type=user_defined:way_id=80W +edge,13066,13066;41.5277243;-109.4083267:13067;41.5277644;-109.408005,way_type=user_defined:way_id=80W +edge,13067,13067;41.5277644;-109.408005:13068;41.5278034;-109.4077215,way_type=user_defined:way_id=80W +edge,13068,13068;41.5278034;-109.4077215:13069;41.5278458;-109.4074385,way_type=user_defined:way_id=80W +edge,13069,13069;41.5278458;-109.4074385:13070;41.5278917;-109.4071474,way_type=user_defined:way_id=80W +edge,13070,13070;41.5278917;-109.4071474:13071;41.5279955;-109.4065218,way_type=user_defined:way_id=80W +edge,13071,13071;41.5279955;-109.4065218:13072;41.5283346;-109.4045427,way_type=user_defined:way_id=80W +edge,13072,13072;41.5283346;-109.4045427:13073;41.5284799;-109.4036804,way_type=user_defined:way_id=80W +edge,13073,13073;41.5284799;-109.4036804:13074;41.5287793;-109.4019476,way_type=user_defined:way_id=80W +edge,13074,13074;41.5287793;-109.4019476:13075;41.5289719;-109.4008145,way_type=user_defined:way_id=80W +edge,13075,13075;41.5289719;-109.4008145:13076;41.5290751;-109.400221,way_type=user_defined:way_id=80W +edge,13076,13076;41.5290751;-109.400221:13077;41.5291717;-109.3996542,way_type=user_defined:way_id=80W +edge,13077,13077;41.5291717;-109.3996542:13078;41.5292708;-109.3990871,way_type=user_defined:way_id=80W +edge,13078,13078;41.5292708;-109.3990871:13079;41.5293315;-109.3987632,way_type=user_defined:way_id=80W +edge,13079,13079;41.5293315;-109.3987632:13080;41.529386;-109.398494,way_type=user_defined:way_id=80W +edge,13080,13080;41.529386;-109.398494:13081;41.5294407;-109.3982455,way_type=user_defined:way_id=80W +edge,13081,13081;41.5294407;-109.3982455:13082;41.5295143;-109.3979343,way_type=user_defined:way_id=80W +edge,13082,13082;41.5295143;-109.3979343:13083;41.5295917;-109.3976354,way_type=user_defined:way_id=80W +edge,13083,13083;41.5295917;-109.3976354:13084;41.5296589;-109.3973931,way_type=user_defined:way_id=80W +edge,13084,13084;41.5296589;-109.3973931:13085;41.5297512;-109.3970819,way_type=user_defined:way_id=80W +edge,13085,13085;41.5297512;-109.3970819:13086;41.5298377;-109.3968093,way_type=user_defined:way_id=80W +edge,13086,13086;41.5298377;-109.3968093:13087;41.5299224;-109.3965548,way_type=user_defined:way_id=80W +edge,13087,13087;41.5299224;-109.3965548:13088;41.5300044;-109.3963203,way_type=user_defined:way_id=80W +edge,13088,13088;41.5300044;-109.3963203:13089;41.5301118;-109.3960283,way_type=user_defined:way_id=80W +edge,13089,13089;41.5301118;-109.3960283:13090;41.530208;-109.395782,way_type=user_defined:way_id=80W +edge,13090,13090;41.530208;-109.395782:13091;41.5303273;-109.3954903,way_type=user_defined:way_id=80W +edge,13091,13091;41.5303273;-109.3954903:13092;41.5304371;-109.3952351,way_type=user_defined:way_id=80W +edge,13092,13092;41.5304371;-109.3952351:13093;41.530547;-109.3949915,way_type=user_defined:way_id=80W +edge,13093,13093;41.530547;-109.3949915:13094;41.5306648;-109.3947442,way_type=user_defined:way_id=80W +edge,13094,13094;41.5306648;-109.3947442:13095;41.5307827;-109.3945091,way_type=user_defined:way_id=80W +edge,13095,13095;41.5307827;-109.3945091:13096;41.5309748;-109.394137,way_type=user_defined:way_id=80W +edge,13096,13096;41.5309748;-109.394137:13097;41.5316694;-109.3928025,way_type=user_defined:way_id=80W +edge,13097,13097;41.5316694;-109.3928025:13098;41.5317931;-109.3925603,way_type=user_defined:way_id=80W +edge,13098,13098;41.5317931;-109.3925603:13099;41.5319149;-109.3923158,way_type=user_defined:way_id=80W +edge,13099,13099;41.5319149;-109.3923158:13100;41.5320295;-109.3920756,way_type=user_defined:way_id=80W +edge,13100,13100;41.5320295;-109.3920756:13101;41.5321389;-109.3918337,way_type=user_defined:way_id=80W +edge,13101,13101;41.5321389;-109.3918337:13102;41.5322255;-109.3916319,way_type=user_defined:way_id=80W +edge,13102,13102;41.5322255;-109.3916319:13103;41.5322479;-109.3915795,way_type=user_defined:way_id=80W +edge,13103,13103;41.5322479;-109.3915795:13104;41.532349;-109.3913303,way_type=user_defined:way_id=80W +edge,13104,13104;41.532349;-109.3913303:13105;41.5324483;-109.3910698,way_type=user_defined:way_id=80W +edge,13105,13105;41.5324483;-109.3910698:13106;41.5325419;-109.3908064,way_type=user_defined:way_id=80W +edge,13106,13106;41.5325419;-109.3908064:13107;41.5325644;-109.3907388,way_type=user_defined:way_id=80W +edge,13107,13107;41.5325644;-109.3907388:13108;41.5326262;-109.3905517,way_type=user_defined:way_id=80W +edge,13108,13108;41.5326262;-109.3905517:13109;41.5327124;-109.3902717,way_type=user_defined:way_id=80W +edge,13109,13109;41.5327124;-109.3902717:13110;41.5327883;-109.3900024,way_type=user_defined:way_id=80W +edge,13110,13110;41.5327883;-109.3900024:13111;41.5328273;-109.3898531,way_type=user_defined:way_id=80W +edge,13111,13111;41.5328273;-109.3898531:13112;41.5328586;-109.3897326,way_type=user_defined:way_id=80W +edge,13112,13112;41.5328586;-109.3897326:13113;41.5329237;-109.3894583,way_type=user_defined:way_id=80W +edge,13113,13113;41.5329237;-109.3894583:13114;41.5329841;-109.3891723,way_type=user_defined:way_id=80W +edge,13114,13114;41.5329841;-109.3891723:13115;41.5330419;-109.3888643,way_type=user_defined:way_id=80W +edge,13115,13115;41.5330419;-109.3888643:13116;41.533084;-109.3886102,way_type=user_defined:way_id=80W +edge,13116,13116;41.533084;-109.3886102:13117;41.5331194;-109.388362,way_type=user_defined:way_id=80W +edge,13117,13117;41.5331194;-109.388362:13118;41.5331597;-109.388038,way_type=user_defined:way_id=80W +edge,13118,13118;41.5331597;-109.388038:13119;41.5331884;-109.3877495,way_type=user_defined:way_id=80W +edge,13119,13119;41.5331884;-109.3877495:13120;41.5332105;-109.3874692,way_type=user_defined:way_id=80W +edge,13120,13120;41.5332105;-109.3874692:13121;41.5332152;-109.3873943,way_type=user_defined:way_id=80W +edge,13121,13121;41.5332152;-109.3873943:13122;41.5332282;-109.3871789,way_type=user_defined:way_id=80W +edge,13122,13122;41.5332282;-109.3871789:13123;41.5332408;-109.386888,way_type=user_defined:way_id=80W +edge,13123,13123;41.5332408;-109.386888:13124;41.5332473;-109.3865956,way_type=user_defined:way_id=80W +edge,13124,13124;41.5332473;-109.3865956:13125;41.5332471;-109.3862746,way_type=user_defined:way_id=80W +edge,13125,13125;41.5332471;-109.3862746:13126;41.5332405;-109.3859819,way_type=user_defined:way_id=80W +edge,13126,13126;41.5332405;-109.3859819:13127;41.5332268;-109.3856899,way_type=user_defined:way_id=80W +edge,13127,13127;41.5332268;-109.3856899:13128;41.5332078;-109.3854079,way_type=user_defined:way_id=80W +edge,13128,13128;41.5332078;-109.3854079:13129;41.53319;-109.3851948,way_type=user_defined:way_id=80W +edge,13129,13129;41.53319;-109.3851948:13130;41.5331546;-109.3848274,way_type=user_defined:way_id=80W +edge,13130,13130;41.5331546;-109.3848274:13131;41.5331233;-109.3845468,way_type=user_defined:way_id=80W +edge,13131,13131;41.5331233;-109.3845468:13132;41.5330876;-109.3842567,way_type=user_defined:way_id=80W +edge,13132,13132;41.5330876;-109.3842567:13133;41.5328929;-109.3827436,way_type=user_defined:way_id=80W +edge,13133,13133;41.5328929;-109.3827436:13134;41.5325827;-109.380357,way_type=user_defined:way_id=80W +edge,13134,13134;41.5325827;-109.380357:13135;41.5324474;-109.3793069,way_type=user_defined:way_id=80W +edge,13135,13135;41.5324474;-109.3793069:13136;41.5324062;-109.3789768,way_type=user_defined:way_id=80W +edge,13136,13136;41.5324062;-109.3789768:13137;41.5323748;-109.3787017,way_type=user_defined:way_id=80W +edge,13137,13137;41.5323748;-109.3787017:13138;41.5323463;-109.3784169,way_type=user_defined:way_id=80W +edge,13138,13138;41.5323463;-109.3784169:13139;41.5323199;-109.3780932,way_type=user_defined:way_id=80W +edge,13139,13139;41.5323199;-109.3780932:13140;41.5323022;-109.3777976,way_type=user_defined:way_id=80W +edge,13140,13140;41.5323022;-109.3777976:13141;41.5322899;-109.3775093,way_type=user_defined:way_id=80W +edge,13141,13141;41.5322899;-109.3775093:13142;41.5322827;-109.377221,way_type=user_defined:way_id=80W +edge,13142,13142;41.5322827;-109.377221:13143;41.5322816;-109.3769226,way_type=user_defined:way_id=80W +edge,13143,13143;41.5322816;-109.3769226:13144;41.5322867;-109.3766429,way_type=user_defined:way_id=80W +edge,13144,13144;41.5322867;-109.3766429:13145;41.5322984;-109.3763458,way_type=user_defined:way_id=80W +edge,13145,13145;41.5322984;-109.3763458:13146;41.5323191;-109.3760204,way_type=user_defined:way_id=80W +edge,13146,13146;41.5323191;-109.3760204:13147;41.5323439;-109.3757341,way_type=user_defined:way_id=80W +edge,13147,13147;41.5323439;-109.3757341:13148;41.5323664;-109.3755248,way_type=user_defined:way_id=80W +edge,13148,13148;41.5323664;-109.3755248:13149;41.5323793;-109.3754117,way_type=user_defined:way_id=80W +edge,13149,13149;41.5323793;-109.3754117:13150;41.5324154;-109.3751364,way_type=user_defined:way_id=80W +edge,13150,13150;41.5324154;-109.3751364:13151;41.5324604;-109.3748456,way_type=user_defined:way_id=80W +edge,13151,13151;41.5324604;-109.3748456:13152;41.5325117;-109.3745575,way_type=user_defined:way_id=80W +edge,13152,13152;41.5325117;-109.3745575:13153;41.5325594;-109.3743179,way_type=user_defined:way_id=80W +edge,13153,13153;41.5325594;-109.3743179:13154;41.5326304;-109.3739979,way_type=user_defined:way_id=80W +edge,13154,13154;41.5326304;-109.3739979:13155;41.5327004;-109.3737171,way_type=user_defined:way_id=80W +edge,13155,13155;41.5327004;-109.3737171:13156;41.532782;-109.3734192,way_type=user_defined:way_id=80W +edge,13156,13156;41.532782;-109.3734192:13157;41.5328702;-109.3731231,way_type=user_defined:way_id=80W +edge,13157,13157;41.5328702;-109.3731231:13158;41.5329497;-109.3728729,way_type=user_defined:way_id=80W +edge,13158,13158;41.5329497;-109.3728729:13159;41.5330508;-109.3725777,way_type=user_defined:way_id=80W +edge,13159,13159;41.5330508;-109.3725777:13160;41.5331319;-109.3723544,way_type=user_defined:way_id=80W +edge,13160,13160;41.5331319;-109.3723544:13161;41.5332392;-109.3720724,way_type=user_defined:way_id=80W +edge,13161,13161;41.5332392;-109.3720724:13162;41.5333843;-109.371699,way_type=user_defined:way_id=80W +edge,13162,13162;41.5333843;-109.371699:13163;41.5337479;-109.3707788,way_type=user_defined:way_id=80W +edge,13163,13163;41.5337479;-109.3707788:13164;41.5345763;-109.3687022,way_type=user_defined:way_id=80W +edge,13164,13164;41.5345763;-109.3687022:13165;41.5360404;-109.3650134,way_type=user_defined:way_id=80W +edge,13165,13165;41.5360404;-109.3650134:13166;41.5365537;-109.3637349,way_type=user_defined:way_id=80W +edge,13166,13166;41.5365537;-109.3637349:13167;41.5371948;-109.3621252,way_type=user_defined:way_id=80W +edge,13167,13167;41.5371948;-109.3621252:13168;41.5375894;-109.3611383,way_type=user_defined:way_id=80W +edge,13168,13168;41.5375894;-109.3611383:13169;41.5378178;-109.3605623,way_type=user_defined:way_id=80W +edge,13169,13169;41.5378178;-109.3605623:13170;41.5382462;-109.3594944,way_type=user_defined:way_id=80W +edge,13170,13170;41.5382462;-109.3594944:13171;41.5386491;-109.3584768,way_type=user_defined:way_id=80W +edge,13171,13171;41.5386491;-109.3584768:13172;41.5389919;-109.3576153,way_type=user_defined:way_id=80W +edge,13172,13172;41.5389919;-109.3576153:13173;41.5392865;-109.35688,way_type=user_defined:way_id=80W +edge,13173,13173;41.5392865;-109.35688:13174;41.5402873;-109.3543591,way_type=user_defined:way_id=80W +edge,13174,13174;41.5402873;-109.3543591:13175;41.540581;-109.3536117,way_type=user_defined:way_id=80W +edge,13175,13175;41.540581;-109.3536117:13176;41.5409019;-109.3528191,way_type=user_defined:way_id=80W +edge,13176,13176;41.5409019;-109.3528191:13177;41.5410046;-109.3525616,way_type=user_defined:way_id=80W +edge,13177,13177;41.5410046;-109.3525616:13178;41.5414102;-109.351532,way_type=user_defined:way_id=80W +edge,13178,13178;41.5414102;-109.351532:13179;41.5419021;-109.3502955,way_type=user_defined:way_id=80W +edge,13179,13179;41.5419021;-109.3502955:13180;41.542531;-109.3487205,way_type=user_defined:way_id=80W +edge,13180,13180;41.542531;-109.3487205:13181;41.5431641;-109.3471215,way_type=user_defined:way_id=80W +edge,13181,13181;41.5431641;-109.3471215:13182;41.54360228;-109.34602,way_type=user_defined:way_id=80W +edge,13182,13182;41.54360228;-109.34602:13183;41.54360228;-109.34602,way_type=user_defined:way_id=80W +edge,13183,13183;41.54360228;-109.34602:13184;41.5438856;-109.3453002,way_type=user_defined:way_id=80W +edge,13184,13184;41.5438856;-109.3453002:13185;41.5440916;-109.3447848,way_type=user_defined:way_id=80W +edge,13185,13185;41.5440916;-109.3447848:13186;41.5441915;-109.344531,way_type=user_defined:way_id=80W +edge,13186,13186;41.5441915;-109.344531:13187;41.5445025;-109.3437259,way_type=user_defined:way_id=80W +edge,13187,13187;41.5445025;-109.3437259:13188;41.5446009;-109.343462,way_type=user_defined:way_id=80W +edge,13188,13188;41.5446009;-109.343462:13189;41.5446942;-109.3432055,way_type=user_defined:way_id=80W +edge,13189,13189;41.5446942;-109.3432055:13190;41.5447887;-109.3429392,way_type=user_defined:way_id=80W +edge,13190,13190;41.5447887;-109.3429392:13191;41.545064;-109.3421441,way_type=user_defined:way_id=80W +edge,13191,13191;41.545064;-109.3421441:13192;41.5451642;-109.3418484,way_type=user_defined:way_id=80W +edge,13192,13192;41.5451642;-109.3418484:13193;41.5452501;-109.3415863,way_type=user_defined:way_id=80W +edge,13193,13193;41.5452501;-109.3415863:13194;41.5453369;-109.3413147,way_type=user_defined:way_id=80W +edge,13194,13194;41.5453369;-109.3413147:13195;41.5460003;-109.3392096,way_type=user_defined:way_id=80W +edge,13195,13195;41.5460003;-109.3392096:13196;41.5462194;-109.3385095,way_type=user_defined:way_id=80W +edge,13196,13196;41.5462194;-109.3385095:13197;41.5464368;-109.3378043,way_type=user_defined:way_id=80W +edge,13197,13197;41.5464368;-109.3378043:13198;41.5466997;-109.3369696,way_type=user_defined:way_id=80W +edge,13198,13198;41.5466997;-109.3369696:13199;41.5469604;-109.3361247,way_type=user_defined:way_id=80W +edge,13199,13199;41.5469604;-109.3361247:13200;41.5472236;-109.3352915,way_type=user_defined:way_id=80W +edge,13200,13200;41.5472236;-109.3352915:13201;41.5474656;-109.3345158,way_type=user_defined:way_id=80W +edge,13201,13201;41.5474656;-109.3345158:13202;41.547865;-109.3332465,way_type=user_defined:way_id=80W +edge,13202,13202;41.547865;-109.3332465:13203;41.5480038;-109.3328092,way_type=user_defined:way_id=80W +edge,13203,13203;41.5480038;-109.3328092:13204;41.5481491;-109.3323585,way_type=user_defined:way_id=80W +edge,13204,13204;41.5481491;-109.3323585:13205;41.5482408;-109.3320787,way_type=user_defined:way_id=80W +edge,13205,13205;41.5482408;-109.3320787:13206;41.5483479;-109.3317611,way_type=user_defined:way_id=80W +edge,13206,13206;41.5483479;-109.3317611:13207;41.5484282;-109.33153,way_type=user_defined:way_id=80W +edge,13207,13207;41.5484282;-109.33153:13208;41.5485132;-109.3312934,way_type=user_defined:way_id=80W +edge,13208,13208;41.5485132;-109.3312934:13209;41.5486196;-109.3310062,way_type=user_defined:way_id=80W +edge,13209,13209;41.5486196;-109.3310062:13210;41.5487309;-109.3307124,way_type=user_defined:way_id=80W +edge,13210,13210;41.5487309;-109.3307124:13211;41.5490184;-109.3299663,way_type=user_defined:way_id=80W +edge,13211,13211;41.5490184;-109.3299663:13212;41.5492192;-109.3294643,way_type=user_defined:way_id=80W +edge,13212,13212;41.5492192;-109.3294643:13213;41.549339;-109.3291728,way_type=user_defined:way_id=80W +edge,13213,13213;41.549339;-109.3291728:13214;41.5494466;-109.3289158,way_type=user_defined:way_id=80W +edge,13214,13214;41.5494466;-109.3289158:13215;41.5497807;-109.3281345,way_type=user_defined:way_id=80W +edge,13215,13215;41.5497807;-109.3281345:13216;41.5499869;-109.3276606,way_type=user_defined:way_id=80W +edge,13216,13216;41.5499869;-109.3276606:13217;41.5505347;-109.3264137,way_type=user_defined:way_id=80W +edge,13217,13217;41.5505347;-109.3264137:13218;41.5512416;-109.3247983,way_type=user_defined:way_id=80W +edge,13218,13218;41.5512416;-109.3247983:13219;41.5517644;-109.3236103,way_type=user_defined:way_id=80W +edge,13219,13219;41.5517644;-109.3236103:13220;41.5531083;-109.3205451,way_type=user_defined:way_id=80W +edge,13220,13220;41.5531083;-109.3205451:13221;41.5535751;-109.319476,way_type=user_defined:way_id=80W +edge,13221,13221;41.5535751;-109.319476:13222;41.55366496;-109.3192723,way_type=user_defined:way_id=80W +edge,13222,13222;41.55366496;-109.3192723:13223;41.5540742;-109.3183445,way_type=user_defined:way_id=80W +edge,13223,13223;41.5540742;-109.3183445:13224;41.5549337;-109.3163759,way_type=user_defined:way_id=80W +edge,13224,13224;41.5549337;-109.3163759:13225;41.5549337;-109.3163759,way_type=user_defined:way_id=80W +edge,13225,13225;41.5549337;-109.3163759:13226;41.5553857;-109.3153373,way_type=user_defined:way_id=80W +edge,13226,13226;41.5553857;-109.3153373:13227;41.55552389;-109.3150239,way_type=user_defined:way_id=80W +edge,13227,13227;41.55552389;-109.3150239:13228;41.5560762;-109.3137712,way_type=user_defined:way_id=80W +edge,13228,13228;41.5560762;-109.3137712:13229;41.5567243;-109.3122937,way_type=user_defined:way_id=80W +edge,13229,13229;41.5567243;-109.3122937:13230;41.5573021;-109.3109817,way_type=user_defined:way_id=80W +edge,13230,13230;41.5573021;-109.3109817:13231;41.55752479;-109.310472,way_type=user_defined:way_id=80W +edge,13231,13231;41.55752479;-109.310472:13232;41.55752479;-109.310472,way_type=user_defined:way_id=80W +edge,13232,13232;41.55752479;-109.310472:13233;41.5586231;-109.3079585,way_type=user_defined:way_id=80W +edge,13233,13233;41.5586231;-109.3079585:13234;41.5589346;-109.3072389,way_type=user_defined:way_id=80W +edge,13234,13234;41.5589346;-109.3072389:13235;41.55937196;-109.3062438,way_type=user_defined:way_id=80W +edge,13235,13235;41.55937196;-109.3062438:13236;41.5598718;-109.3051065,way_type=user_defined:way_id=80W +edge,13236,13236;41.5598718;-109.3051065:13237;41.5598718;-109.3051065,way_type=user_defined:way_id=80W +edge,13237,13237;41.5598718;-109.3051065:13238;41.56002691;-109.3047505,way_type=user_defined:way_id=80W +edge,13238,13238;41.56002691;-109.3047505:13239;41.5602806;-109.3041683,way_type=user_defined:way_id=80W +edge,13239,13239;41.5602806;-109.3041683:13240;41.5611827;-109.3021116,way_type=user_defined:way_id=80W +edge,13240,13240;41.5611827;-109.3021116:13241;41.5616777;-109.3009786,way_type=user_defined:way_id=80W +edge,13241,13241;41.5616777;-109.3009786:13242;41.5619413;-109.300378,way_type=user_defined:way_id=80W +edge,13242,13242;41.5619413;-109.300378:13243;41.5623663;-109.2994183,way_type=user_defined:way_id=80W +edge,13243,13243;41.5623663;-109.2994183:13244;41.5630348;-109.2978813,way_type=user_defined:way_id=80W +edge,13244,13244;41.5630348;-109.2978813:13245;41.5637936;-109.2961542,way_type=user_defined:way_id=80W +edge,13245,13245;41.5637936;-109.2961542:13246;41.5641474;-109.2953424,way_type=user_defined:way_id=80W +edge,13246,13246;41.5641474;-109.2953424:13247;41.5648087;-109.2938403,way_type=user_defined:way_id=80W +edge,13247,13247;41.5648087;-109.2938403:13248;41.5651508;-109.2930552,way_type=user_defined:way_id=80W +edge,13248,13248;41.5651508;-109.2930552:13249;41.5660582;-109.2909856,way_type=user_defined:way_id=80W +edge,13249,13249;41.5660582;-109.2909856:13250;41.5666198;-109.2896955,way_type=user_defined:way_id=80W +edge,13250,13250;41.5666198;-109.2896955:13251;41.5668242;-109.2892224,way_type=user_defined:way_id=80W +edge,13251,13251;41.5668242;-109.2892224:13252;41.5669578;-109.2889065,way_type=user_defined:way_id=80W +edge,13252,13252;41.5669578;-109.2889065:13253;41.567139;-109.2884679,way_type=user_defined:way_id=80W +edge,13253,13253;41.567139;-109.2884679:13254;41.5673223;-109.2880112,way_type=user_defined:way_id=80W +edge,13254,13254;41.5673223;-109.2880112:13255;41.5674581;-109.2876622,way_type=user_defined:way_id=80W +edge,13255,13255;41.5674581;-109.2876622:13256;41.5675583;-109.2873982,way_type=user_defined:way_id=80W +edge,13256,13256;41.5675583;-109.2873982:13257;41.5680556;-109.2860714,way_type=user_defined:way_id=80W +edge,13257,13257;41.5680556;-109.2860714:13258;41.568608;-109.2845733,way_type=user_defined:way_id=80W +edge,13258,13258;41.568608;-109.2845733:13259;41.5691256;-109.283176,way_type=user_defined:way_id=80W +edge,13259,13259;41.5691256;-109.283176:13260;41.5697304;-109.2815483,way_type=user_defined:way_id=80W +edge,13260,13260;41.5697304;-109.2815483:13261;41.5705114;-109.2794375,way_type=user_defined:way_id=80W +edge,13261,13261;41.5705114;-109.2794375:13262;41.5707051;-109.2789186,way_type=user_defined:way_id=80W +edge,13262,13262;41.5707051;-109.2789186:13263;41.5713775;-109.2771057,way_type=user_defined:way_id=80W +edge,13263,13263;41.5713775;-109.2771057:13264;41.57157;-109.2765738,way_type=user_defined:way_id=80W +edge,13264,13264;41.57157;-109.2765738:13265;41.57166618;-109.2763144,way_type=user_defined:way_id=80W +edge,13265,13265;41.57166618;-109.2763144:13266;41.57166618;-109.2763144,way_type=user_defined:way_id=80W +edge,13266,13266;41.57166618;-109.2763144:13267;41.571973;-109.2754835,way_type=user_defined:way_id=80W +edge,13267,13267;41.571973;-109.2754835:13268;41.573374;-109.2717098,way_type=user_defined:way_id=80W +edge,13268,13268;41.573374;-109.2717098:13269;41.5739137;-109.2702484,way_type=user_defined:way_id=80W +edge,13269,13269;41.5739137;-109.2702484:13270;41.574397;-109.2689464,way_type=user_defined:way_id=80W +edge,13270,13270;41.574397;-109.2689464:13271;41.5746994;-109.2681358,way_type=user_defined:way_id=80W +edge,13271,13271;41.5746994;-109.2681358:13272;41.5749888;-109.2673476,way_type=user_defined:way_id=80W +edge,13272,13272;41.5749888;-109.2673476:13273;41.5751928;-109.2667979,way_type=user_defined:way_id=80W +edge,13273,13273;41.5751928;-109.2667979:13274;41.5751928;-109.2667979,way_type=user_defined:way_id=80W +edge,13274,13274;41.5751928;-109.2667979:13275;41.5754838;-109.2660184,way_type=user_defined:way_id=80W +edge,13275,13275;41.5754838;-109.2660184:13276;41.5757711;-109.2652346,way_type=user_defined:way_id=80W +edge,13276,13276;41.5757711;-109.2652346:13277;41.5763481;-109.2636716,way_type=user_defined:way_id=80W +edge,13277,13277;41.5763481;-109.2636716:13278;41.5763481;-109.2636716,way_type=user_defined:way_id=80W +edge,13278,13278;41.5763481;-109.2636716:13279;41.5767322;-109.2626305,way_type=user_defined:way_id=80W +edge,13279,13279;41.5767322;-109.2626305:13280;41.57680288;-109.262441,way_type=user_defined:way_id=80W +edge,13280,13280;41.57680288;-109.262441:13281;41.57700017;-109.2619122,way_type=user_defined:way_id=80W +edge,13281,13281;41.57700017;-109.2619122:13282;41.5770221;-109.2618534,way_type=user_defined:way_id=80W +edge,13282,13282;41.5770221;-109.2618534:13283;41.577711;-109.2599933,way_type=user_defined:way_id=80W +edge,13283,13283;41.577711;-109.2599933:13284;41.5778106;-109.2597272,way_type=user_defined:way_id=80W +edge,13284,13284;41.5778106;-109.2597272:13285;41.5779082;-109.259473,way_type=user_defined:way_id=80W +edge,13285,13285;41.5779082;-109.259473:13286;41.5780052;-109.2592265,way_type=user_defined:way_id=80W +edge,13286,13286;41.5780052;-109.2592265:13287;41.5781247;-109.2589333,way_type=user_defined:way_id=80W +edge,13287,13287;41.5781247;-109.2589333:13288;41.5782299;-109.2586841,way_type=user_defined:way_id=80W +edge,13288,13288;41.5782299;-109.2586841:13289;41.5783419;-109.2584257,way_type=user_defined:way_id=80W +edge,13289,13289;41.5783419;-109.2584257:13290;41.5784514;-109.2581818,way_type=user_defined:way_id=80W +edge,13290,13290;41.5784514;-109.2581818:13291;41.5785808;-109.2579046,way_type=user_defined:way_id=80W +edge,13291,13291;41.5785808;-109.2579046:13292;41.5787022;-109.2576534,way_type=user_defined:way_id=80W +edge,13292,13292;41.5787022;-109.2576534:13293;41.5788493;-109.2573593,way_type=user_defined:way_id=80W +edge,13293,13293;41.5788493;-109.2573593:13294;41.5789467;-109.2571694,way_type=user_defined:way_id=80W +edge,13294,13294;41.5789467;-109.2571694:13295;41.5790704;-109.2569339,way_type=user_defined:way_id=80W +edge,13295,13295;41.5790704;-109.2569339:13296;41.5792304;-109.256639,way_type=user_defined:way_id=80W +edge,13296,13296;41.5792304;-109.256639:13297;41.5793374;-109.2564466,way_type=user_defined:way_id=80W +edge,13297,13297;41.5793374;-109.2564466:13298;41.57943028;-109.2562862,way_type=user_defined:way_id=80W +edge,13298,13298;41.57943028;-109.2562862:13299;41.57943028;-109.2562862,way_type=user_defined:way_id=80W +edge,13299,13299;41.57943028;-109.2562862:13300;41.5794769;-109.2562035,way_type=user_defined:way_id=80W +edge,13300,13300;41.5794769;-109.2562035:13301;41.5796104;-109.255979,way_type=user_defined:way_id=80W +edge,13301,13301;41.5796104;-109.255979:13302;41.5797511;-109.2557505,way_type=user_defined:way_id=80W +edge,13302,13302;41.5797511;-109.2557505:13303;41.5798891;-109.2555321,way_type=user_defined:way_id=80W +edge,13303,13303;41.5798891;-109.2555321:13304;41.5800337;-109.2553092,way_type=user_defined:way_id=80W +edge,13304,13304;41.5800337;-109.2553092:13305;41.5801423;-109.2551461,way_type=user_defined:way_id=80W +edge,13305,13305;41.5801423;-109.2551461:13306;41.5803429;-109.2548519,way_type=user_defined:way_id=80W +edge,13306,13306;41.5803429;-109.2548519:13307;41.5804884;-109.2546451,way_type=user_defined:way_id=80W +edge,13307,13307;41.5804884;-109.2546451:13308;41.5806413;-109.2544345,way_type=user_defined:way_id=80W +edge,13308,13308;41.5806413;-109.2544345:13309;41.5807915;-109.2542338,way_type=user_defined:way_id=80W +edge,13309,13309;41.5807915;-109.2542338:13310;41.5809482;-109.2540287,way_type=user_defined:way_id=80W +edge,13310,13310;41.5809482;-109.2540287:13311;41.5811067;-109.2538261,way_type=user_defined:way_id=80W +edge,13311,13311;41.5811067;-109.2538261:13312;41.5812674;-109.2536267,way_type=user_defined:way_id=80W +edge,13312,13312;41.5812674;-109.2536267:13313;41.581431;-109.2534311,way_type=user_defined:way_id=80W +edge,13313,13313;41.581431;-109.2534311:13314;41.581597;-109.2532389,way_type=user_defined:way_id=80W +edge,13314,13314;41.581597;-109.2532389:13315;41.5817591;-109.2530555,way_type=user_defined:way_id=80W +edge,13315,13315;41.5817591;-109.2530555:13316;41.5819279;-109.2528695,way_type=user_defined:way_id=80W +edge,13316,13316;41.5819279;-109.2528695:13317;41.5820988;-109.2526863,way_type=user_defined:way_id=80W +edge,13317,13317;41.5820988;-109.2526863:13318;41.5822886;-109.2524899,way_type=user_defined:way_id=80W +edge,13318,13318;41.5822886;-109.2524899:13319;41.5824644;-109.2523146,way_type=user_defined:way_id=80W +edge,13319,13319;41.5824644;-109.2523146:13320;41.582618;-109.2521655,way_type=user_defined:way_id=80W +edge,13320,13320;41.582618;-109.2521655:13321;41.5828029;-109.2519906,way_type=user_defined:way_id=80W +edge,13321,13321;41.5828029;-109.2519906:13322;41.5829776;-109.2518297,way_type=user_defined:way_id=80W +edge,13322,13322;41.5829776;-109.2518297:13323;41.5831772;-109.2516496,way_type=user_defined:way_id=80W +edge,13323,13323;41.5831772;-109.2516496:13324;41.583361;-109.2514878,way_type=user_defined:way_id=80W +edge,13324,13324;41.583361;-109.2514878:13325;41.5835467;-109.25133,way_type=user_defined:way_id=80W +edge,13325,13325;41.5835467;-109.25133:13326;41.5837107;-109.251196,way_type=user_defined:way_id=80W +edge,13326,13326;41.5837107;-109.251196:13327;41.5839253;-109.2510258,way_type=user_defined:way_id=80W +edge,13327,13327;41.5839253;-109.2510258:13328;41.5840181;-109.2509544,way_type=user_defined:way_id=80W +edge,13328,13328;41.5840181;-109.2509544:13329;41.5840181;-109.2509544,way_type=user_defined:way_id=80W +edge,13329,13329;41.5840181;-109.2509544:13330;41.5841109;-109.2508831,way_type=user_defined:way_id=80W +edge,13330,13330;41.5841109;-109.2508831:13331;41.5843043;-109.2507392,way_type=user_defined:way_id=80W +edge,13331,13331;41.5843043;-109.2507392:13332;41.5844934;-109.250604,way_type=user_defined:way_id=80W +edge,13332,13332;41.5844934;-109.250604:13333;41.58458744;-109.2505396,way_type=user_defined:way_id=80W +edge,13333,13333;41.58458744;-109.2505396:13334;41.5847032;-109.2504603,way_type=user_defined:way_id=80W +edge,13334,13334;41.5847032;-109.2504603:13335;41.5852987;-109.2500682,way_type=user_defined:way_id=80W +edge,13335,13335;41.5852987;-109.2500682:13336;41.5866974;-109.2491627,way_type=user_defined:way_id=80W +edge,13336,13336;41.5866974;-109.2491627:13337;41.5874852;-109.2486504,way_type=user_defined:way_id=80W +edge,13337,13337;41.5874852;-109.2486504:13338;41.5888581;-109.2477663,way_type=user_defined:way_id=80W +edge,13338,13338;41.5888581;-109.2477663:13339;41.5912875;-109.2461831,way_type=user_defined:way_id=80W +edge,13339,13339;41.5912875;-109.2461831:13340;41.5921427;-109.245634,way_type=user_defined:way_id=80W +edge,13340,13340;41.5921427;-109.245634:13341;41.59223378;-109.2455747,way_type=user_defined:way_id=80W +edge,13341,13341;41.59223378;-109.2455747:13342;41.5932628;-109.2449047,way_type=user_defined:way_id=80W +edge,13342,13342;41.5932628;-109.2449047:13343;41.5943221;-109.244219,way_type=user_defined:way_id=80W +edge,13343,13343;41.5943221;-109.244219:13344;41.5950803;-109.2437251,way_type=user_defined:way_id=80W +edge,13344,13344;41.5950803;-109.2437251:13345;41.5958035;-109.2432589,way_type=user_defined:way_id=80W +edge,13345,13345;41.5958035;-109.2432589:13346;41.5958035;-109.2432589,way_type=user_defined:way_id=80W +edge,13346,13346;41.5958035;-109.2432589:13347;41.5969563;-109.2425112,way_type=user_defined:way_id=80W +edge,13347,13347;41.5969563;-109.2425112:13348;41.5971502;-109.2423835,way_type=user_defined:way_id=80W +edge,13348,13348;41.5971502;-109.2423835:13349;41.5973744;-109.2422434,way_type=user_defined:way_id=80W +edge,13349,13349;41.5973744;-109.2422434:13350;41.59747176;-109.2421782,way_type=user_defined:way_id=80W +edge,13350,13350;41.59747176;-109.2421782:13351;41.59747176;-109.2421782,way_type=user_defined:way_id=80W +edge,13351,13351;41.59747176;-109.2421782:13352;41.5978519;-109.2419286,way_type=user_defined:way_id=80W +edge,13352,13352;41.5978519;-109.2419286:13353;41.59790054;-109.2418972,way_type=user_defined:way_id=80W +edge,13353,13353;41.59790054;-109.2418972:13354;41.5988064;-109.2413125,way_type=user_defined:way_id=80W +edge,13354,13354;41.5988064;-109.2413125:13355;41.5991963;-109.2410576,way_type=user_defined:way_id=80W +edge,13355,13355;41.5991963;-109.2410576:13356;41.6002976;-109.2403426,way_type=user_defined:way_id=80W +edge,13356,13356;41.6002976;-109.2403426:13357;41.6013321;-109.2396764,way_type=user_defined:way_id=80W +edge,13357,13357;41.6013321;-109.2396764:13358;41.60191671;-109.2392966,way_type=user_defined:way_id=80W +edge,13358,13358;41.60191671;-109.2392966:13359;41.6024718;-109.2389359,way_type=user_defined:way_id=80W +edge,13359,13359;41.6024718;-109.2389359:13360;41.602857;-109.2386828,way_type=user_defined:way_id=80W +edge,13360,13360;41.602857;-109.2386828:13361;41.6030544;-109.2385473,way_type=user_defined:way_id=80W +edge,13361,13361;41.6030544;-109.2385473:13362;41.6032487;-109.2384076,way_type=user_defined:way_id=80W +edge,13362,13362;41.6032487;-109.2384076:13363;41.6034333;-109.2382649,way_type=user_defined:way_id=80W +edge,13363,13363;41.6034333;-109.2382649:13364;41.6036435;-109.2380868,way_type=user_defined:way_id=80W +edge,13364,13364;41.6036435;-109.2380868:13365;41.6038191;-109.2379244,way_type=user_defined:way_id=80W +edge,13365,13365;41.6038191;-109.2379244:13366;41.6039962;-109.2377487,way_type=user_defined:way_id=80W +edge,13366,13366;41.6039962;-109.2377487:13367;41.6041688;-109.2375661,way_type=user_defined:way_id=80W +edge,13367,13367;41.6041688;-109.2375661:13368;41.6042284;-109.2374988,way_type=user_defined:way_id=80W +edge,13368,13368;41.6042284;-109.2374988:13369;41.6042284;-109.2374988,way_type=user_defined:way_id=80W +edge,13369,13369;41.6042284;-109.2374988:13370;41.6043312;-109.2373824,way_type=user_defined:way_id=80W +edge,13370,13370;41.6043312;-109.2373824:13371;41.6044934;-109.2371848,way_type=user_defined:way_id=80W +edge,13371,13371;41.6044934;-109.2371848:13372;41.6046444;-109.2369862,way_type=user_defined:way_id=80W +edge,13372,13372;41.6046444;-109.2369862:13373;41.6048085;-109.236753,way_type=user_defined:way_id=80W +edge,13373,13373;41.6048085;-109.236753:13374;41.6048441;-109.236699,way_type=user_defined:way_id=80W +edge,13374,13374;41.6048441;-109.236699:13375;41.6049377;-109.2365571,way_type=user_defined:way_id=80W +edge,13375,13375;41.6049377;-109.2365571:13376;41.6050753;-109.2363339,way_type=user_defined:way_id=80W +edge,13376,13376;41.6050753;-109.2363339:13377;41.6052098;-109.2360977,way_type=user_defined:way_id=80W +edge,13377,13377;41.6052098;-109.2360977:13378;41.6053326;-109.2358636,way_type=user_defined:way_id=80W +edge,13378,13378;41.6053326;-109.2358636:13379;41.6054531;-109.2356176,way_type=user_defined:way_id=80W +edge,13379,13379;41.6054531;-109.2356176:13380;41.6055635;-109.2353763,way_type=user_defined:way_id=80W +edge,13380,13380;41.6055635;-109.2353763:13381;41.6056724;-109.2351233,way_type=user_defined:way_id=80W +edge,13381,13381;41.6056724;-109.2351233:13382;41.6057609;-109.2349082,way_type=user_defined:way_id=80W +edge,13382,13382;41.6057609;-109.2349082:13383;41.60597431;-109.2343651,way_type=user_defined:way_id=80W +edge,13383,13383;41.60597431;-109.2343651:13384;41.6060693;-109.2341233,way_type=user_defined:way_id=80W +edge,13384,13384;41.6060693;-109.2341233:13385;41.6062527;-109.233648,way_type=user_defined:way_id=80W +edge,13385,13385;41.6062527;-109.233648:13386;41.6066433;-109.2326439,way_type=user_defined:way_id=80W +edge,13386,13386;41.6066433;-109.2326439:13387;41.60672697;-109.2324251,way_type=user_defined:way_id=80W +edge,13387,13387;41.60672697;-109.2324251:13388;41.60672697;-109.2324251,way_type=user_defined:way_id=80W +edge,13388,13388;41.60672697;-109.2324251:13389;41.6070262;-109.2316373,way_type=user_defined:way_id=80W +edge,13389,13389;41.6070262;-109.2316373:13390;41.6074827;-109.2304473,way_type=user_defined:way_id=80W +edge,13390,13390;41.6074827;-109.2304473:13391;41.6074827;-109.2304473,way_type=user_defined:way_id=80W +edge,13391,13391;41.6074827;-109.2304473:13392;41.6076124;-109.2301143,way_type=user_defined:way_id=80W +edge,13392,13392;41.6076124;-109.2301143:13393;41.60785054;-109.2294939,way_type=user_defined:way_id=80W +edge,13393,13393;41.60785054;-109.2294939:13394;41.60785054;-109.2294939,way_type=user_defined:way_id=80W +edge,13394,13394;41.60785054;-109.2294939:13395;41.6081951;-109.2285989,way_type=user_defined:way_id=80W +edge,13395,13395;41.6081951;-109.2285989:13396;41.60876181;-109.2271359,way_type=user_defined:way_id=80W +edge,13396,13396;41.60876181;-109.2271359:13397;41.6087712;-109.2271117,way_type=user_defined:way_id=80W +edge,13397,13397;41.6087712;-109.2271117:13398;41.6091452;-109.2261373,way_type=user_defined:way_id=80W +edge,13398,13398;41.6091452;-109.2261373:13399;41.6093571;-109.2255941,way_type=user_defined:way_id=80W +edge,13399,13399;41.6093571;-109.2255941:13400;41.6094558;-109.225335,way_type=user_defined:way_id=80W +edge,13400,13400;41.6094558;-109.225335:13401;41.6095504;-109.2250741,way_type=user_defined:way_id=80W +edge,13401,13401;41.6095504;-109.2250741:13402;41.60957276;-109.2250094,way_type=user_defined:way_id=80W +edge,13402,13402;41.60957276;-109.2250094:13403;41.6096181;-109.2248783,way_type=user_defined:way_id=80W +edge,13403,13403;41.6096181;-109.2248783:13404;41.6096531;-109.2247751,way_type=user_defined:way_id=80W +edge,13404,13404;41.6096531;-109.2247751:13405;41.6097281;-109.2245441,way_type=user_defined:way_id=80W +edge,13405,13405;41.6097281;-109.2245441:13406;41.6098098;-109.2242738,way_type=user_defined:way_id=80W +edge,13406,13406;41.6098098;-109.2242738:13407;41.609886;-109.2240005,way_type=user_defined:way_id=80W +edge,13407,13407;41.609886;-109.2240005:13408;41.6099567;-109.2237256,way_type=user_defined:way_id=80W +edge,13408,13408;41.6099567;-109.2237256:13409;41.6100237;-109.2234448,way_type=user_defined:way_id=80W +edge,13409,13409;41.6100237;-109.2234448:13410;41.6100908;-109.2231371,way_type=user_defined:way_id=80W +edge,13410,13410;41.6100908;-109.2231371:13411;41.6101461;-109.2228526,way_type=user_defined:way_id=80W +edge,13411,13411;41.6101461;-109.2228526:13412;41.6101915;-109.2225951,way_type=user_defined:way_id=80W +edge,13412,13412;41.6101915;-109.2225951:13413;41.6102399;-109.2222887,way_type=user_defined:way_id=80W +edge,13413,13413;41.6102399;-109.2222887:13414;41.6102788;-109.2219951,way_type=user_defined:way_id=80W +edge,13414,13414;41.6102788;-109.2219951:13415;41.6103092;-109.2217227,way_type=user_defined:way_id=80W +edge,13415,13415;41.6103092;-109.2217227:13416;41.6103379;-109.221428,way_type=user_defined:way_id=80W +edge,13416,13416;41.6103379;-109.221428:13417;41.610361;-109.2211435,way_type=user_defined:way_id=80W +edge,13417,13417;41.610361;-109.2211435:13418;41.61038;-109.2208109,way_type=user_defined:way_id=80W +edge,13418,13418;41.61038;-109.2208109:13419;41.6103899;-109.2205257,way_type=user_defined:way_id=80W +edge,13419,13419;41.6103899;-109.2205257:13420;41.6103949;-109.2202689,way_type=user_defined:way_id=80W +edge,13420,13420;41.6103949;-109.2202689:13421;41.6103949;-109.2202689,way_type=user_defined:way_id=80W +edge,13421,13421;41.6103949;-109.2202689:13422;41.6103967;-109.2199354,way_type=user_defined:way_id=80W +edge,13422,13422;41.6103967;-109.2199354:13423;41.6103928;-109.2196491,way_type=user_defined:way_id=80W +edge,13423,13423;41.6103928;-109.2196491:13424;41.6103825;-109.2193528,way_type=user_defined:way_id=80W +edge,13424,13424;41.6103825;-109.2193528:13425;41.6103661;-109.2190563,way_type=user_defined:way_id=80W +edge,13425,13425;41.6103661;-109.2190563:13426;41.6103417;-109.2187414,way_type=user_defined:way_id=80W +edge,13426,13426;41.6103417;-109.2187414:13427;41.6103169;-109.2184844,way_type=user_defined:way_id=80W +edge,13427,13427;41.6103169;-109.2184844:13428;41.6103052;-109.21838,way_type=user_defined:way_id=80W +edge,13428,13428;41.6103052;-109.21838:13429;41.6102796;-109.2181622,way_type=user_defined:way_id=80W +edge,13429,13429;41.6102796;-109.2181622:13430;41.610246;-109.2179172,way_type=user_defined:way_id=80W +edge,13430,13430;41.610246;-109.2179172:13431;41.6101949;-109.2175889,way_type=user_defined:way_id=80W +edge,13431,13431;41.6101949;-109.2175889:13432;41.6101755;-109.2174802,way_type=user_defined:way_id=80W +edge,13432,13432;41.6101755;-109.2174802:13433;41.6101449;-109.2173088,way_type=user_defined:way_id=80W +edge,13433,13433;41.6101449;-109.2173088:13434;41.6101177;-109.21717,way_type=user_defined:way_id=80W +edge,13434,13434;41.6101177;-109.21717:13435;41.6100825;-109.216994,way_type=user_defined:way_id=80W +edge,13435,13435;41.6100825;-109.216994:13436;41.6100285;-109.2167455,way_type=user_defined:way_id=80W +edge,13436,13436;41.6100285;-109.2167455:13437;41.609955;-109.2164349,way_type=user_defined:way_id=80W +edge,13437,13437;41.609955;-109.2164349:13438;41.6098848;-109.2161625,way_type=user_defined:way_id=80W +edge,13438,13438;41.6098848;-109.2161625:13439;41.6098093;-109.215893,way_type=user_defined:way_id=80W +edge,13439,13439;41.6098093;-109.215893:13440;41.6097257;-109.2156175,way_type=user_defined:way_id=80W +edge,13440,13440;41.6097257;-109.2156175:13441;41.6096268;-109.2153199,way_type=user_defined:way_id=80W +edge,13441,13441;41.6096268;-109.2153199:13442;41.6095339;-109.2150593,way_type=user_defined:way_id=80W +edge,13442,13442;41.6095339;-109.2150593:13443;41.6094342;-109.2147933,way_type=user_defined:way_id=80W +edge,13443,13443;41.6094342;-109.2147933:13444;41.6093339;-109.2145389,way_type=user_defined:way_id=80W +edge,13444,13444;41.6093339;-109.2145389:13445;41.6092254;-109.2142803,way_type=user_defined:way_id=80W +edge,13445,13445;41.6092254;-109.2142803:13446;41.6090882;-109.2139783,way_type=user_defined:way_id=80W +edge,13446,13446;41.6090882;-109.2139783:13447;41.6089885;-109.2137692,way_type=user_defined:way_id=80W +edge,13447,13447;41.6089885;-109.2137692:13448;41.6088663;-109.2135229,way_type=user_defined:way_id=80W +edge,13448,13448;41.6088663;-109.2135229:13449;41.6085582;-109.2129268,way_type=user_defined:way_id=80W +edge,13449,13449;41.6085582;-109.2129268:13450;41.6078532;-109.2115786,way_type=user_defined:way_id=80W +edge,13450,13450;41.6078532;-109.2115786:13451;41.60763276;-109.2111586,way_type=user_defined:way_id=80W +edge,13451,13451;41.60763276;-109.2111586:13452;41.6070918;-109.2101278,way_type=user_defined:way_id=80W +edge,13452,13452;41.6070918;-109.2101278:13453;41.6065627;-109.2091085,way_type=user_defined:way_id=80W +edge,13453,13453;41.6065627;-109.2091085:13454;41.6059373;-109.2079156,way_type=user_defined:way_id=80W +edge,13454,13454;41.6059373;-109.2079156:13455;41.605553;-109.2071758,way_type=user_defined:way_id=80W +edge,13455,13455;41.605553;-109.2071758:13456;41.6049078;-109.2059565,way_type=user_defined:way_id=80W +edge,13456,13456;41.6049078;-109.2059565:13457;41.6046463;-109.205459,way_type=user_defined:way_id=80W +edge,13457,13457;41.6046463;-109.205459:13458;41.6045214;-109.2052247,way_type=user_defined:way_id=80W +edge,13458,13458;41.6045214;-109.2052247:13459;41.6043884;-109.2049841,way_type=user_defined:way_id=80W +edge,13459,13459;41.6043884;-109.2049841:13460;41.6042778;-109.2047939,way_type=user_defined:way_id=80W +edge,13460,13460;41.6042778;-109.2047939:13461;41.6041387;-109.2045652,way_type=user_defined:way_id=80W +edge,13461,13461;41.6041387;-109.2045652:13462;41.6039961;-109.2043411,way_type=user_defined:way_id=80W +edge,13462,13462;41.6039961;-109.2043411:13463;41.6038591;-109.204138,way_type=user_defined:way_id=80W +edge,13463,13463;41.6038591;-109.204138:13464;41.6036976;-109.203912,way_type=user_defined:way_id=80W +edge,13464,13464;41.6036976;-109.203912:13465;41.6035676;-109.2037384,way_type=user_defined:way_id=80W +edge,13465,13465;41.6035676;-109.2037384:13466;41.6034096;-109.2035344,way_type=user_defined:way_id=80W +edge,13466,13466;41.6034096;-109.2035344:13467;41.60326;-109.2033483,way_type=user_defined:way_id=80W +edge,13467,13467;41.60326;-109.2033483:13468;41.6030942;-109.203151,way_type=user_defined:way_id=80W +edge,13468,13468;41.6030942;-109.203151:13469;41.6029247;-109.2029611,way_type=user_defined:way_id=80W +edge,13469,13469;41.6029247;-109.2029611:13470;41.6027617;-109.2027888,way_type=user_defined:way_id=80W +edge,13470,13470;41.6027617;-109.2027888:13471;41.6025843;-109.2026111,way_type=user_defined:way_id=80W +edge,13471,13471;41.6025843;-109.2026111:13472;41.6024734;-109.202506,way_type=user_defined:way_id=80W +edge,13472,13472;41.6024734;-109.202506:13473;41.6024032;-109.2024399,way_type=user_defined:way_id=80W +edge,13473,13473;41.6024032;-109.2024399:13474;41.602225;-109.2022804,way_type=user_defined:way_id=80W +edge,13474,13474;41.602225;-109.2022804:13475;41.6020428;-109.2021272,way_type=user_defined:way_id=80W +edge,13475,13475;41.6020428;-109.2021272:13476;41.601851;-109.2019759,way_type=user_defined:way_id=80W +edge,13476,13476;41.601851;-109.2019759:13477;41.6016627;-109.2018357,way_type=user_defined:way_id=80W +edge,13477,13477;41.6016627;-109.2018357:13478;41.6014777;-109.2017049,way_type=user_defined:way_id=80W +edge,13478,13478;41.6014777;-109.2017049:13479;41.6012782;-109.2015714,way_type=user_defined:way_id=80W +edge,13479,13479;41.6012782;-109.2015714:13480;41.6010839;-109.2014488,way_type=user_defined:way_id=80W +edge,13480,13480;41.6010839;-109.2014488:13481;41.6009067;-109.2013435,way_type=user_defined:way_id=80W +edge,13481,13481;41.6009067;-109.2013435:13482;41.6007093;-109.2012332,way_type=user_defined:way_id=80W +edge,13482,13482;41.6007093;-109.2012332:13483;41.6005038;-109.2011256,way_type=user_defined:way_id=80W +edge,13483,13483;41.6005038;-109.2011256:13484;41.6003036;-109.2010283,way_type=user_defined:way_id=80W +edge,13484,13484;41.6003036;-109.2010283:13485;41.60024984;-109.2010042,way_type=user_defined:way_id=80W +edge,13485,13485;41.60024984;-109.2010042:13486;41.60024984;-109.2010042,way_type=user_defined:way_id=80W +edge,13486,13486;41.60024984;-109.2010042:13487;41.6000956;-109.200934,way_type=user_defined:way_id=80W +edge,13487,13487;41.6000956;-109.200934:13488;41.599295;-109.2005833,way_type=user_defined:way_id=80W +edge,13488,13488;41.599295;-109.2005833:13489;41.598884;-109.2003995,way_type=user_defined:way_id=80W +edge,13489,13489;41.598884;-109.2003995:13490;41.598884;-109.2003995,way_type=user_defined:way_id=80W +edge,13490,13490;41.598884;-109.2003995:13491;41.5984732;-109.2002136,way_type=user_defined:way_id=80W +edge,13491,13491;41.5984732;-109.2002136:13492;41.5982917;-109.2001335,way_type=user_defined:way_id=80W +edge,13492,13492;41.5982917;-109.2001335:13493;41.597875;-109.1999536,way_type=user_defined:way_id=80W +edge,13493,13493;41.597875;-109.1999536:13494;41.5976989;-109.1998736,way_type=user_defined:way_id=80W +edge,13494,13494;41.5976989;-109.1998736:13495;41.5974884;-109.1997728,way_type=user_defined:way_id=80W +edge,13495,13495;41.5974884;-109.1997728:13496;41.5972912;-109.1996708,way_type=user_defined:way_id=80W +edge,13496,13496;41.5972912;-109.1996708:13497;41.5970829;-109.1995543,way_type=user_defined:way_id=80W +edge,13497,13497;41.5970829;-109.1995543:13498;41.59693379;-109.1994645,way_type=user_defined:way_id=80W +edge,13498,13498;41.59693379;-109.1994645:13499;41.596856;-109.1994176,way_type=user_defined:way_id=80W +edge,13499,13499;41.596856;-109.1994176:13500;41.5966894;-109.1993104,way_type=user_defined:way_id=80W +edge,13500,13500;41.5966894;-109.1993104:13501;41.596474;-109.1991631,way_type=user_defined:way_id=80W +edge,13501,13501;41.596474;-109.1991631:13502;41.5962804;-109.199022,way_type=user_defined:way_id=80W +edge,13502,13502;41.5962804;-109.199022:13503;41.5960889;-109.198875,way_type=user_defined:way_id=80W +edge,13503,13503;41.5960889;-109.198875:13504;41.5959059;-109.1987265,way_type=user_defined:way_id=80W +edge,13504,13504;41.5959059;-109.1987265:13505;41.5957196;-109.198567,way_type=user_defined:way_id=80W +edge,13505,13505;41.5957196;-109.198567:13506;41.5955366;-109.1984007,way_type=user_defined:way_id=80W +edge,13506,13506;41.5955366;-109.1984007:13507;41.5953457;-109.1982166,way_type=user_defined:way_id=80W +edge,13507,13507;41.5953457;-109.1982166:13508;41.5951758;-109.1980436,way_type=user_defined:way_id=80W +edge,13508,13508;41.5951758;-109.1980436:13509;41.5950261;-109.197883,way_type=user_defined:way_id=80W +edge,13509,13509;41.5950261;-109.197883:13510;41.5948363;-109.1976689,way_type=user_defined:way_id=80W +edge,13510,13510;41.5948363;-109.1976689:13511;41.5946734;-109.1974718,way_type=user_defined:way_id=80W +edge,13511,13511;41.5946734;-109.1974718:13512;41.5945147;-109.197269,way_type=user_defined:way_id=80W +edge,13512,13512;41.5945147;-109.197269:13513;41.5944597;-109.1971954,way_type=user_defined:way_id=80W +edge,13513,13513;41.5944597;-109.1971954:13514;41.5944597;-109.1971954,way_type=user_defined:way_id=80W +edge,13514,13514;41.5944597;-109.1971954:13515;41.5943647;-109.1970682,way_type=user_defined:way_id=80W +edge,13515,13515;41.5943647;-109.1970682:13516;41.5942136;-109.1968565,way_type=user_defined:way_id=80W +edge,13516,13516;41.5942136;-109.1968565:13517;41.5940713;-109.1966469,way_type=user_defined:way_id=80W +edge,13517,13517;41.5940713;-109.1966469:13518;41.5939053;-109.1963896,way_type=user_defined:way_id=80W +edge,13518,13518;41.5939053;-109.1963896:13519;41.5937843;-109.196193,way_type=user_defined:way_id=80W +edge,13519,13519;41.5937843;-109.196193:13520;41.5936372;-109.19594,way_type=user_defined:way_id=80W +edge,13520,13520;41.5936372;-109.19594:13521;41.5935123;-109.1957119,way_type=user_defined:way_id=80W +edge,13521,13521;41.5935123;-109.1957119:13522;41.5933849;-109.1954642,way_type=user_defined:way_id=80W +edge,13522,13522;41.5933849;-109.1954642:13523;41.593251;-109.195186,way_type=user_defined:way_id=80W +edge,13523,13523;41.593251;-109.195186:13524;41.5931635;-109.1949957,way_type=user_defined:way_id=80W +edge,13524,13524;41.5931635;-109.1949957:13525;41.5930565;-109.1947521,way_type=user_defined:way_id=80W +edge,13525,13525;41.5930565;-109.1947521:13526;41.5929505;-109.1944971,way_type=user_defined:way_id=80W +edge,13526,13526;41.5929505;-109.1944971:13527;41.5928526;-109.1942466,way_type=user_defined:way_id=80W +edge,13527,13527;41.5928526;-109.1942466:13528;41.592744;-109.1939506,way_type=user_defined:way_id=80W +edge,13528,13528;41.592744;-109.1939506:13529;41.5926537;-109.1936846,way_type=user_defined:way_id=80W +edge,13529,13529;41.5926537;-109.1936846:13530;41.5925719;-109.1934237,way_type=user_defined:way_id=80W +edge,13530,13530;41.5925719;-109.1934237:13531;41.592493;-109.1931508,way_type=user_defined:way_id=80W +edge,13531,13531;41.592493;-109.1931508:13532;41.5924174;-109.1928663,way_type=user_defined:way_id=80W +edge,13532,13532;41.5924174;-109.1928663:13533;41.5923515;-109.1925975,way_type=user_defined:way_id=80W +edge,13533,13533;41.5923515;-109.1925975:13534;41.59229;-109.192328,way_type=user_defined:way_id=80W +edge,13534,13534;41.59229;-109.192328:13535;41.5922307;-109.1920448,way_type=user_defined:way_id=80W +edge,13535,13535;41.5922307;-109.1920448:13536;41.5921758;-109.191753,way_type=user_defined:way_id=80W +edge,13536,13536;41.5921758;-109.191753:13537;41.5921298;-109.1914766,way_type=user_defined:way_id=80W +edge,13537,13537;41.5921298;-109.1914766:13538;41.5920883;-109.1911896,way_type=user_defined:way_id=80W +edge,13538,13538;41.5920883;-109.1911896:13539;41.5920542;-109.1909124,way_type=user_defined:way_id=80W +edge,13539,13539;41.5920542;-109.1909124:13540;41.5920239;-109.1906208,way_type=user_defined:way_id=80W +edge,13540,13540;41.5920239;-109.1906208:13541;41.5919985;-109.1903209,way_type=user_defined:way_id=80W +edge,13541,13541;41.5919985;-109.1903209:13542;41.5919784;-109.1900099,way_type=user_defined:way_id=80W +edge,13542,13542;41.5919784;-109.1900099:13543;41.591965;-109.1897172,way_type=user_defined:way_id=80W +edge,13543,13543;41.591965;-109.1897172:13544;41.59196238;-109.1896223,way_type=user_defined:way_id=80W +edge,13544,13544;41.59196238;-109.1896223:13545;41.5919569;-109.1894238,way_type=user_defined:way_id=80W +edge,13545,13545;41.5919569;-109.1894238:13546;41.5919545;-109.1891394,way_type=user_defined:way_id=80W +edge,13546,13546;41.5919545;-109.1891394:13547;41.5919575;-109.1888448,way_type=user_defined:way_id=80W +edge,13547,13547;41.5919575;-109.1888448:13548;41.5919649;-109.1885589,way_type=user_defined:way_id=80W +edge,13548,13548;41.5919649;-109.1885589:13549;41.5919787;-109.1882635,way_type=user_defined:way_id=80W +edge,13549,13549;41.5919787;-109.1882635:13550;41.59199783;-109.1879837,way_type=user_defined:way_id=80W +edge,13550,13550;41.59199783;-109.1879837:13551;41.59199783;-109.1879837,way_type=user_defined:way_id=80W +edge,13551,13551;41.59199783;-109.1879837:13552;41.5920231;-109.187691,way_type=user_defined:way_id=80W +edge,13552,13552;41.5920231;-109.187691:13553;41.5920307;-109.1876158,way_type=user_defined:way_id=80W +edge,13553,13553;41.5920307;-109.1876158:13554;41.5920589;-109.1873594,way_type=user_defined:way_id=80W +edge,13554,13554;41.5920589;-109.1873594:13555;41.59207149;-109.1872637,way_type=user_defined:way_id=80W +edge,13555,13555;41.59207149;-109.1872637:13556;41.5920962;-109.187076,way_type=user_defined:way_id=80W +edge,13556,13556;41.5920962;-109.187076:13557;41.5921392;-109.1867944,way_type=user_defined:way_id=80W +edge,13557,13557;41.5921392;-109.1867944:13558;41.5921518;-109.1867217,way_type=user_defined:way_id=80W +edge,13558,13558;41.5921518;-109.1867217:13559;41.5921949;-109.1864795,way_type=user_defined:way_id=80W +edge,13559,13559;41.5921949;-109.1864795:13560;41.5922456;-109.1862252,way_type=user_defined:way_id=80W +edge,13560,13560;41.5922456;-109.1862252:13561;41.5923234;-109.1858783,way_type=user_defined:way_id=80W +edge,13561,13561;41.5923234;-109.1858783:13562;41.5923834;-109.1856323,way_type=user_defined:way_id=80W +edge,13562,13562;41.5923834;-109.1856323:13563;41.5924525;-109.1853691,way_type=user_defined:way_id=80W +edge,13563,13563;41.5924525;-109.1853691:13564;41.592531;-109.185091,way_type=user_defined:way_id=80W +edge,13564,13564;41.592531;-109.185091:13565;41.5926116;-109.1848241,way_type=user_defined:way_id=80W +edge,13565,13565;41.5926116;-109.1848241:13566;41.5926983;-109.1845596,way_type=user_defined:way_id=80W +edge,13566,13566;41.5926983;-109.1845596:13567;41.5928036;-109.1842656,way_type=user_defined:way_id=80W +edge,13567,13567;41.5928036;-109.1842656:13568;41.5929061;-109.1840008,way_type=user_defined:way_id=80W +edge,13568,13568;41.5929061;-109.1840008:13569;41.5930095;-109.1837481,way_type=user_defined:way_id=80W +edge,13569,13569;41.5930095;-109.1837481:13570;41.5931294;-109.1834663,way_type=user_defined:way_id=80W +edge,13570,13570;41.5931294;-109.1834663:13571;41.5932365;-109.1832202,way_type=user_defined:way_id=80W +edge,13571,13571;41.5932365;-109.1832202:13572;41.5936668;-109.1822484,way_type=user_defined:way_id=80W +edge,13572,13572;41.5936668;-109.1822484:13573;41.5943986;-109.1806217,way_type=user_defined:way_id=80W +edge,13573,13573;41.5943986;-109.1806217:13574;41.5945915;-109.180189,way_type=user_defined:way_id=80W +edge,13574,13574;41.5945915;-109.180189:13575;41.5947962;-109.1797247,way_type=user_defined:way_id=80W +edge,13575,13575;41.5947962;-109.1797247:13576;41.5949084;-109.1794682,way_type=user_defined:way_id=80W +edge,13576,13576;41.5949084;-109.1794682:13577;41.5950141;-109.1792187,way_type=user_defined:way_id=80W +edge,13577,13577;41.5950141;-109.1792187:13578;41.5951192;-109.178959,way_type=user_defined:way_id=80W +edge,13578,13578;41.5951192;-109.178959:13579;41.5951938;-109.1787648,way_type=user_defined:way_id=80W +edge,13579,13579;41.5951938;-109.1787648:13580;41.595229;-109.1786718,way_type=user_defined:way_id=80W +edge,13580,13580;41.595229;-109.1786718:13581;41.5953124;-109.1784419,way_type=user_defined:way_id=80W +edge,13581,13581;41.5953124;-109.1784419:13582;41.5954034;-109.1781755,way_type=user_defined:way_id=80W +edge,13582,13582;41.5954034;-109.1781755:13583;41.5954965;-109.1778801,way_type=user_defined:way_id=80W +edge,13583,13583;41.5954965;-109.1778801:13584;41.5955749;-109.1776073,way_type=user_defined:way_id=80W +edge,13584,13584;41.5955749;-109.1776073:13585;41.5956491;-109.1773241,way_type=user_defined:way_id=80W +edge,13585,13585;41.5956491;-109.1773241:13586;41.5957138;-109.1770565,way_type=user_defined:way_id=80W +edge,13586,13586;41.5957138;-109.1770565:13587;41.5957768;-109.1767699,way_type=user_defined:way_id=80W +edge,13587,13587;41.5957768;-109.1767699:13588;41.5958324;-109.1764898,way_type=user_defined:way_id=80W +edge,13588,13588;41.5958324;-109.1764898:13589;41.595877;-109.1762464,way_type=user_defined:way_id=80W +edge,13589,13589;41.595877;-109.1762464:13590;41.5959289;-109.1759267,way_type=user_defined:way_id=80W +edge,13590,13590;41.5959289;-109.1759267:13591;41.5959627;-109.1756811,way_type=user_defined:way_id=80W +edge,13591,13591;41.5959627;-109.1756811:13592;41.5959962;-109.1753869,way_type=user_defined:way_id=80W +edge,13592,13592;41.5959962;-109.1753869:13593;41.5960236;-109.1750719,way_type=user_defined:way_id=80W +edge,13593,13593;41.5960236;-109.1750719:13594;41.5960416;-109.1748131,way_type=user_defined:way_id=80W +edge,13594,13594;41.5960416;-109.1748131:13595;41.5960587;-109.1745155,way_type=user_defined:way_id=80W +edge,13595,13595;41.5960587;-109.1745155:13596;41.5960712;-109.1742362,way_type=user_defined:way_id=80W +edge,13596,13596;41.5960712;-109.1742362:13597;41.5961016;-109.1733664,way_type=user_defined:way_id=80W +edge,13597,13597;41.5961016;-109.1733664:13598;41.5961511;-109.1716266,way_type=user_defined:way_id=80W +edge,13598,13598;41.5961511;-109.1716266:13599;41.5961828;-109.1704348,way_type=user_defined:way_id=80W +edge,13599,13599;41.5961828;-109.1704348:13600;41.596218;-109.1689753,way_type=user_defined:way_id=80W +edge,13600,13600;41.596218;-109.1689753:13601;41.5962436;-109.1680623,way_type=user_defined:way_id=80W +edge,13601,13601;41.5962436;-109.1680623:13602;41.5962645;-109.1672283,way_type=user_defined:way_id=80W +edge,13602,13602;41.5962645;-109.1672283:13603;41.5962902;-109.1663611,way_type=user_defined:way_id=80W +edge,13603,13603;41.5962902;-109.1663611:13604;41.5963223;-109.1650549,way_type=user_defined:way_id=80W +edge,13604,13604;41.5963223;-109.1650549:13605;41.5963361;-109.1645467,way_type=user_defined:way_id=80W +edge,13605,13605;41.5963361;-109.1645467:13606;41.5963531;-109.1640395,way_type=user_defined:way_id=80W +edge,13606,13606;41.5963531;-109.1640395:13607;41.5963665;-109.1637192,way_type=user_defined:way_id=80W +edge,13607,13607;41.5963665;-109.1637192:13608;41.5963833;-109.1634184,way_type=user_defined:way_id=80W +edge,13608,13608;41.5963833;-109.1634184:13609;41.5964046;-109.1631256,way_type=user_defined:way_id=80W +edge,13609,13609;41.5964046;-109.1631256:13610;41.5964338;-109.1628077,way_type=user_defined:way_id=80W +edge,13610,13610;41.5964338;-109.1628077:13611;41.596461;-109.1625554,way_type=user_defined:way_id=80W +edge,13611,13611;41.596461;-109.1625554:13612;41.5965002;-109.1622387,way_type=user_defined:way_id=80W +edge,13612,13612;41.5965002;-109.1622387:13613;41.5965366;-109.1619801,way_type=user_defined:way_id=80W +edge,13613,13613;41.5965366;-109.1619801:13614;41.596586;-109.1616659,way_type=user_defined:way_id=80W +edge,13614,13614;41.596586;-109.1616659:13615;41.5966355;-109.1613815,way_type=user_defined:way_id=80W +edge,13615,13615;41.5966355;-109.1613815:13616;41.5966877;-109.1611077,way_type=user_defined:way_id=80W +edge,13616,13616;41.5966877;-109.1611077:13617;41.5967407;-109.1608549,way_type=user_defined:way_id=80W +edge,13617,13617;41.5967407;-109.1608549:13618;41.5968093;-109.160548,way_type=user_defined:way_id=80W +edge,13618,13618;41.5968093;-109.160548:13619;41.596876;-109.1602714,way_type=user_defined:way_id=80W +edge,13619,13619;41.596876;-109.1602714:13620;41.5969495;-109.1599883,way_type=user_defined:way_id=80W +edge,13620,13620;41.5969495;-109.1599883:13621;41.5970225;-109.1597252,way_type=user_defined:way_id=80W +edge,13621,13621;41.5970225;-109.1597252:13622;41.5971047;-109.1594469,way_type=user_defined:way_id=80W +edge,13622,13622;41.5971047;-109.1594469:13623;41.597187;-109.1591794,way_type=user_defined:way_id=80W +edge,13623,13623;41.597187;-109.1591794:13624;41.5972728;-109.1589132,way_type=user_defined:way_id=80W +edge,13624,13624;41.5972728;-109.1589132:13625;41.5973546;-109.1586763,way_type=user_defined:way_id=80W +edge,13625,13625;41.5973546;-109.1586763:13626;41.5974508;-109.1584152,way_type=user_defined:way_id=80W +edge,13626,13626;41.5974508;-109.1584152:13627;41.5975009;-109.1582865,way_type=user_defined:way_id=80W +edge,13627,13627;41.5975009;-109.1582865:13628;41.5975652;-109.1581237,way_type=user_defined:way_id=80W +edge,13628,13628;41.5975652;-109.1581237:13629;41.597682;-109.1578423,way_type=user_defined:way_id=80W +edge,13629,13629;41.597682;-109.1578423:13630;41.5977781;-109.1576199,way_type=user_defined:way_id=80W +edge,13630,13630;41.5977781;-109.1576199:13631;41.5978892;-109.1573748,way_type=user_defined:way_id=80W +edge,13631,13631;41.5978892;-109.1573748:13632;41.5980082;-109.1571242,way_type=user_defined:way_id=80W +edge,13632,13632;41.5980082;-109.1571242:13633;41.5981234;-109.1568923,way_type=user_defined:way_id=80W +edge,13633,13633;41.5981234;-109.1568923:13634;41.59825;-109.1566495,way_type=user_defined:way_id=80W +edge,13634,13634;41.59825;-109.1566495:13635;41.5983807;-109.1564102,way_type=user_defined:way_id=80W +edge,13635,13635;41.5983807;-109.1564102:13636;41.5985323;-109.1561439,way_type=user_defined:way_id=80W +edge,13636,13636;41.5985323;-109.1561439:13637;41.5986473;-109.1559489,way_type=user_defined:way_id=80W +edge,13637,13637;41.5986473;-109.1559489:13638;41.5988056;-109.1556903,way_type=user_defined:way_id=80W +edge,13638,13638;41.5988056;-109.1556903:13639;41.5989447;-109.1554726,way_type=user_defined:way_id=80W +edge,13639,13639;41.5989447;-109.1554726:13640;41.5991074;-109.1552316,way_type=user_defined:way_id=80W +edge,13640,13640;41.5991074;-109.1552316:13641;41.5992401;-109.1550439,way_type=user_defined:way_id=80W +edge,13641,13641;41.5992401;-109.1550439:13642;41.5994121;-109.1548127,way_type=user_defined:way_id=80W +edge,13642,13642;41.5994121;-109.1548127:13643;41.5995687;-109.1546125,way_type=user_defined:way_id=80W +edge,13643,13643;41.5995687;-109.1546125:13644;41.5997338;-109.1544104,way_type=user_defined:way_id=80W +edge,13644,13644;41.5997338;-109.1544104:13645;41.5998955;-109.1542176,way_type=user_defined:way_id=80W +edge,13645,13645;41.5998955;-109.1542176:13646;41.6003459;-109.1536922,way_type=user_defined:way_id=80W +edge,13646,13646;41.6003459;-109.1536922:13647;41.6012538;-109.1526463,way_type=user_defined:way_id=80W +edge,13647,13647;41.6012538;-109.1526463:13648;41.6019342;-109.1518563,way_type=user_defined:way_id=80W +edge,13648,13648;41.6019342;-109.1518563:13649;41.6024285;-109.1512874,way_type=user_defined:way_id=80W +edge,13649,13649;41.6024285;-109.1512874:13650;41.6031042;-109.1505047,way_type=user_defined:way_id=80W +edge,13650,13650;41.6031042;-109.1505047:13651;41.6034304;-109.1501219,way_type=user_defined:way_id=80W +edge,13651,13651;41.6034304;-109.1501219:13652;41.6036135;-109.149903,way_type=user_defined:way_id=80W +edge,13652,13652;41.6036135;-109.149903:13653;41.6037787;-109.1497011,way_type=user_defined:way_id=80W +edge,13653,13653;41.6037787;-109.1497011:13654;41.6039965;-109.1494263,way_type=user_defined:way_id=80W +edge,13654,13654;41.6039965;-109.1494263:13655;41.6040918;-109.1493043,way_type=user_defined:way_id=80W +edge,13655,13655;41.6040918;-109.1493043:13656;41.6042493;-109.1490973,way_type=user_defined:way_id=80W +edge,13656,13656;41.6042493;-109.1490973:13657;41.6043986;-109.1488944,way_type=user_defined:way_id=80W +edge,13657,13657;41.6043986;-109.1488944:13658;41.6045498;-109.148683,way_type=user_defined:way_id=80W +edge,13658,13658;41.6045498;-109.148683:13659;41.6047165;-109.1484428,way_type=user_defined:way_id=80W +edge,13659,13659;41.6047165;-109.1484428:13660;41.604856;-109.1482355,way_type=user_defined:way_id=80W +edge,13660,13660;41.604856;-109.1482355:13661;41.6049876;-109.1480352,way_type=user_defined:way_id=80W +edge,13661,13661;41.6049876;-109.1480352:13662;41.605145;-109.1477892,way_type=user_defined:way_id=80W +edge,13662,13662;41.605145;-109.1477892:13663;41.6052683;-109.1475903,way_type=user_defined:way_id=80W +edge,13663,13663;41.6052683;-109.1475903:13664;41.6054038;-109.1473649,way_type=user_defined:way_id=80W +edge,13664,13664;41.6054038;-109.1473649:13665;41.6055379;-109.1471354,way_type=user_defined:way_id=80W +edge,13665,13665;41.6055379;-109.1471354:13666;41.6056663;-109.14691,way_type=user_defined:way_id=80W +edge,13666,13666;41.6056663;-109.14691:13667;41.6058011;-109.146666,way_type=user_defined:way_id=80W +edge,13667,13667;41.6058011;-109.146666:13668;41.605925;-109.146434,way_type=user_defined:way_id=80W +edge,13668,13668;41.605925;-109.146434:13669;41.6060022;-109.1462852,way_type=user_defined:way_id=80W +edge,13669,13669;41.6060022;-109.1462852:13670;41.6060665;-109.1461602,way_type=user_defined:way_id=80W +edge,13670,13670;41.6060665;-109.1461602:13671;41.6061822;-109.1459291,way_type=user_defined:way_id=80W +edge,13671,13671;41.6061822;-109.1459291:13672;41.6063036;-109.14568,way_type=user_defined:way_id=80W +edge,13672,13672;41.6063036;-109.14568:13673;41.6064191;-109.1454367,way_type=user_defined:way_id=80W +edge,13673,13673;41.6064191;-109.1454367:13674;41.606536;-109.1451829,way_type=user_defined:way_id=80W +edge,13674,13674;41.606536;-109.1451829:13675;41.6066466;-109.1449346,way_type=user_defined:way_id=80W +edge,13675,13675;41.6066466;-109.1449346:13676;41.6067684;-109.1446512,way_type=user_defined:way_id=80W +edge,13676,13676;41.6067684;-109.1446512:13677;41.6068998;-109.1443335,way_type=user_defined:way_id=80W +edge,13677,13677;41.6068998;-109.1443335:13678;41.6070796;-109.1438819,way_type=user_defined:way_id=80W +edge,13678,13678;41.6070796;-109.1438819:13679;41.6071913;-109.1435931,way_type=user_defined:way_id=80W +edge,13679,13679;41.6071913;-109.1435931:13680;41.607422;-109.1429833,way_type=user_defined:way_id=80W +edge,13680,13680;41.607422;-109.1429833:13681;41.607779;-109.1420305,way_type=user_defined:way_id=80W +edge,13681,13681;41.607779;-109.1420305:13682;41.608174;-109.1409667,way_type=user_defined:way_id=80W +edge,13682,13682;41.608174;-109.1409667:13683;41.6087359;-109.1394791,way_type=user_defined:way_id=80W +edge,13683,13683;41.6087359;-109.1394791:13684;41.609827;-109.1365572,way_type=user_defined:way_id=80W +edge,13684,13684;41.609827;-109.1365572:13685;41.60991493;-109.1363238,way_type=user_defined:way_id=80W +edge,13685,13685;41.60991493;-109.1363238:13686;41.6102088;-109.1355436,way_type=user_defined:way_id=80W +edge,13686,13686;41.6102088;-109.1355436:13687;41.610801;-109.1339536,way_type=user_defined:way_id=80W +edge,13687,13687;41.610801;-109.1339536:13688;41.61091119;-109.133661,way_type=user_defined:way_id=80W +edge,13688,13688;41.61091119;-109.133661:13689;41.61091119;-109.133661,way_type=user_defined:way_id=80W +edge,13689,13689;41.61091119;-109.133661:13690;41.61121901;-109.1328396,way_type=user_defined:way_id=80W +edge,13690,13690;41.61121901;-109.1328396:13691;41.61123933;-109.1327891,way_type=user_defined:way_id=80W +edge,13691,13691;41.61123933;-109.1327891:13692;41.6112867;-109.1326625,way_type=user_defined:way_id=80W +edge,13692,13692;41.6112867;-109.1326625:13693;41.6115767;-109.1318829,way_type=user_defined:way_id=80W +edge,13693,13693;41.6115767;-109.1318829:13694;41.6117684;-109.1313621,way_type=user_defined:way_id=80W +edge,13694,13694;41.6117684;-109.1313621:13695;41.61213591;-109.1303857,way_type=user_defined:way_id=80W +edge,13695,13695;41.61213591;-109.1303857:13696;41.6121709;-109.1302928,way_type=user_defined:way_id=80W +edge,13696,13696;41.6121709;-109.1302928:13697;41.6125499;-109.1292729,way_type=user_defined:way_id=80W +edge,13697,13697;41.6125499;-109.1292729:13698;41.6129466;-109.1281993,way_type=user_defined:way_id=80W +edge,13698,13698;41.6129466;-109.1281993:13699;41.61329443;-109.1272694,way_type=user_defined:way_id=80W +edge,13699,13699;41.61329443;-109.1272694:13700;41.61329443;-109.1272694,way_type=user_defined:way_id=80W +edge,13700,13700;41.61329443;-109.1272694:13701;41.6134616;-109.1268362,way_type=user_defined:way_id=80W +edge,13701,13701;41.6134616;-109.1268362:13702;41.6139609;-109.1254982,way_type=user_defined:way_id=80W +edge,13702,13702;41.6139609;-109.1254982:13703;41.6145596;-109.1239036,way_type=user_defined:way_id=80W +edge,13703,13703;41.6145596;-109.1239036:13704;41.61470629;-109.123509,way_type=user_defined:way_id=80W +edge,13704,13704;41.61470629;-109.123509:13705;41.6149482;-109.1228582,way_type=user_defined:way_id=80W +edge,13705,13705;41.6149482;-109.1228582:13706;41.6153496;-109.1217918,way_type=user_defined:way_id=80W +edge,13706,13706;41.6153496;-109.1217918:13707;41.61592485;-109.1202498,way_type=user_defined:way_id=80W +edge,13707,13707;41.61592485;-109.1202498:13708;41.61592485;-109.1202498,way_type=user_defined:way_id=80W +edge,13708,13708;41.61592485;-109.1202498:13709;41.6161371;-109.1196846,way_type=user_defined:way_id=80W +edge,13709,13709;41.6161371;-109.1196846:13710;41.6163884;-109.1190081,way_type=user_defined:way_id=80W +edge,13710,13710;41.6163884;-109.1190081:13711;41.6165131;-109.1186724,way_type=user_defined:way_id=80W +edge,13711,13711;41.6165131;-109.1186724:13712;41.6170978;-109.1171146,way_type=user_defined:way_id=80W +edge,13712,13712;41.6170978;-109.1171146:13713;41.618066;-109.1145213,way_type=user_defined:way_id=80W +edge,13713,13713;41.618066;-109.1145213:13714;41.618869;-109.1123778,way_type=user_defined:way_id=80W +edge,13714,13714;41.618869;-109.1123778:13715;41.6196206;-109.1103553,way_type=user_defined:way_id=80W +edge,13715,13715;41.6196206;-109.1103553:13716;41.6205489;-109.1078708,way_type=user_defined:way_id=80W +edge,13716,13716;41.6205489;-109.1078708:13717;41.6210072;-109.1066355,way_type=user_defined:way_id=80W +edge,13717,13717;41.6210072;-109.1066355:13718;41.6212508;-109.1059861,way_type=user_defined:way_id=80W +edge,13718,13718;41.6212508;-109.1059861:13719;41.62179;-109.1045579,way_type=user_defined:way_id=80W +edge,13719,13719;41.62179;-109.1045579:13720;41.6220298;-109.1039081,way_type=user_defined:way_id=80W +edge,13720,13720;41.6220298;-109.1039081:13721;41.6223207;-109.1031329,way_type=user_defined:way_id=80W +edge,13721,13721;41.6223207;-109.1031329:13722;41.6229498;-109.1014377,way_type=user_defined:way_id=80W +edge,13722,13722;41.6229498;-109.1014377:13723;41.6231176;-109.1009892,way_type=user_defined:way_id=80W +edge,13723,13723;41.6231176;-109.1009892:13724;41.6234759;-109.1000418,way_type=user_defined:way_id=80W +edge,13724,13724;41.6234759;-109.1000418:13725;41.6237556;-109.0992964,way_type=user_defined:way_id=80W +edge,13725,13725;41.6237556;-109.0992964:13726;41.6239991;-109.0986436,way_type=user_defined:way_id=80W +edge,13726,13726;41.6239991;-109.0986436:13727;41.6243433;-109.0977144,way_type=user_defined:way_id=80W +edge,13727,13727;41.6243433;-109.0977144:13728;41.6251217;-109.0956299,way_type=user_defined:way_id=80W +edge,13728,13728;41.6251217;-109.0956299:13729;41.6255366;-109.094526,way_type=user_defined:way_id=80W +edge,13729,13729;41.6255366;-109.094526:13730;41.6259156;-109.0935063,way_type=user_defined:way_id=80W +edge,13730,13730;41.6259156;-109.0935063:13731;41.6261612;-109.0928523,way_type=user_defined:way_id=80W +edge,13731,13731;41.6261612;-109.0928523:13732;41.6265602;-109.0917798,way_type=user_defined:way_id=80W +edge,13732,13732;41.6265602;-109.0917798:13733;41.6267689;-109.0912297,way_type=user_defined:way_id=80W +edge,13733,13733;41.6267689;-109.0912297:13734;41.627056;-109.0904529,way_type=user_defined:way_id=80W +edge,13734,13734;41.627056;-109.0904529:13735;41.6273498;-109.0896694,way_type=user_defined:way_id=80W +edge,13735,13735;41.6273498;-109.0896694:13736;41.6278337;-109.0883695,way_type=user_defined:way_id=80W +edge,13736,13736;41.6278337;-109.0883695:13737;41.6280584;-109.087757,way_type=user_defined:way_id=80W +edge,13737,13737;41.6280584;-109.087757:13738;41.6283148;-109.0870637,way_type=user_defined:way_id=80W +edge,13738,13738;41.6283148;-109.0870637:13739;41.6286951;-109.0860249,way_type=user_defined:way_id=80W +edge,13739,13739;41.6286951;-109.0860249:13740;41.628802;-109.0857298,way_type=user_defined:way_id=80W +edge,13740,13740;41.628802;-109.0857298:13741;41.6289875;-109.0852042,way_type=user_defined:way_id=80W +edge,13741,13741;41.6289875;-109.0852042:13742;41.6290691;-109.0849654,way_type=user_defined:way_id=80W +edge,13742,13742;41.6290691;-109.0849654:13743;41.6291345;-109.0847665,way_type=user_defined:way_id=80W +edge,13743,13743;41.6291345;-109.0847665:13744;41.629247;-109.0844106,way_type=user_defined:way_id=80W +edge,13744,13744;41.629247;-109.0844106:13745;41.6293283;-109.0841389,way_type=user_defined:way_id=80W +edge,13745,13745;41.6293283;-109.0841389:13746;41.6294064;-109.0838654,way_type=user_defined:way_id=80W +edge,13746,13746;41.6294064;-109.0838654:13747;41.6294808;-109.0835903,way_type=user_defined:way_id=80W +edge,13747,13747;41.6294808;-109.0835903:13748;41.6295521;-109.083314,way_type=user_defined:way_id=80W +edge,13748,13748;41.6295521;-109.083314:13749;41.6296188;-109.083046,way_type=user_defined:way_id=80W +edge,13749,13749;41.6296188;-109.083046:13750;41.6296862;-109.0827586,way_type=user_defined:way_id=80W +edge,13750,13750;41.6296862;-109.0827586:13751;41.6298077;-109.0822083,way_type=user_defined:way_id=80W +edge,13751,13751;41.6298077;-109.0822083:13752;41.6298675;-109.0819186,way_type=user_defined:way_id=80W +edge,13752,13752;41.6298675;-109.0819186:13753;41.629924;-109.0816203,way_type=user_defined:way_id=80W +edge,13753,13753;41.629924;-109.0816203:13754;41.6300255;-109.0810529,way_type=user_defined:way_id=80W +edge,13754,13754;41.6300255;-109.0810529:13755;41.6301953;-109.0800608,way_type=user_defined:way_id=80W +edge,13755,13755;41.6301953;-109.0800608:13756;41.6303494;-109.0791296,way_type=user_defined:way_id=80W +edge,13756,13756;41.6303494;-109.0791296:13757;41.6304488;-109.0785454,way_type=user_defined:way_id=80W +edge,13757,13757;41.6304488;-109.0785454:13758;41.630692;-109.0770747,way_type=user_defined:way_id=80W +edge,13758,13758;41.630692;-109.0770747:13759;41.6308754;-109.0759413,way_type=user_defined:way_id=80W +edge,13759,13759;41.6308754;-109.0759413:13760;41.6310098;-109.0751299,way_type=user_defined:way_id=80W +edge,13760,13760;41.6310098;-109.0751299:13761;41.6313498;-109.0730992,way_type=user_defined:way_id=80W +edge,13761,13761;41.6313498;-109.0730992:13762;41.6315419;-109.0719667,way_type=user_defined:way_id=80W +edge,13762,13762;41.6315419;-109.0719667:13763;41.6317355;-109.0707977,way_type=user_defined:way_id=80W +edge,13763,13763;41.6317355;-109.0707977:13764;41.631886;-109.0698996,way_type=user_defined:way_id=80W +edge,13764,13764;41.631886;-109.0698996:13765;41.6321037;-109.0685571,way_type=user_defined:way_id=80W +edge,13765,13765;41.6321037;-109.0685571:13766;41.6323126;-109.0673238,way_type=user_defined:way_id=80W +edge,13766,13766;41.6323126;-109.0673238:13767;41.6325442;-109.0659338,way_type=user_defined:way_id=80W +edge,13767,13767;41.6325442;-109.0659338:13768;41.6327294;-109.0647984,way_type=user_defined:way_id=80W +edge,13768,13768;41.6327294;-109.0647984:13769;41.6328727;-109.0639415,way_type=user_defined:way_id=80W +edge,13769,13769;41.6328727;-109.0639415:13770;41.6330164;-109.0630621,way_type=user_defined:way_id=80W +edge,13770,13770;41.6330164;-109.0630621:13771;41.6332627;-109.0616056,way_type=user_defined:way_id=80W +edge,13771,13771;41.6332627;-109.0616056:13772;41.6336239;-109.0594106,way_type=user_defined:way_id=80W +edge,13772,13772;41.6336239;-109.0594106:13773;41.6338624;-109.0579893,way_type=user_defined:way_id=80W +edge,13773,13773;41.6338624;-109.0579893:13774;41.6340504;-109.0568532,way_type=user_defined:way_id=80W +edge,13774,13774;41.6340504;-109.0568532:13775;41.6342544;-109.0556482,way_type=user_defined:way_id=80W +edge,13775,13775;41.6342544;-109.0556482:13776;41.6344745;-109.0542955,way_type=user_defined:way_id=80W +edge,13776,13776;41.6344745;-109.0542955:13777;41.6347781;-109.0524813,way_type=user_defined:way_id=80W +edge,13777,13777;41.6347781;-109.0524813:13778;41.6350172;-109.0510292,way_type=user_defined:way_id=80W +edge,13778,13778;41.6350172;-109.0510292:13779;41.6353542;-109.049003,way_type=user_defined:way_id=80W +edge,13779,13779;41.6353542;-109.049003:13780;41.6356466;-109.0472325,way_type=user_defined:way_id=80W +edge,13780,13780;41.6356466;-109.0472325:13781;41.6356902;-109.0469702,way_type=user_defined:way_id=80W +edge,13781,13781;41.6356902;-109.0469702:13782;41.6357431;-109.0466633,way_type=user_defined:way_id=80W +edge,13782,13782;41.6357431;-109.0466633:13783;41.6357942;-109.0463804,way_type=user_defined:way_id=80W +edge,13783,13783;41.6357942;-109.0463804:13784;41.6358498;-109.0460909,way_type=user_defined:way_id=80W +edge,13784,13784;41.6358498;-109.0460909:13785;41.6359064;-109.0458115,way_type=user_defined:way_id=80W +edge,13785,13785;41.6359064;-109.0458115:13786;41.635966;-109.0455331,way_type=user_defined:way_id=80W +edge,13786,13786;41.635966;-109.0455331:13787;41.6360428;-109.0451974,way_type=user_defined:way_id=80W +edge,13787,13787;41.6360428;-109.0451974:13788;41.6361036;-109.0449441,way_type=user_defined:way_id=80W +edge,13788,13788;41.6361036;-109.0449441:13789;41.6361743;-109.0446607,way_type=user_defined:way_id=80W +edge,13789,13789;41.6361743;-109.0446607:13790;41.6362433;-109.0443963,way_type=user_defined:way_id=80W +edge,13790,13790;41.6362433;-109.0443963:13791;41.6363196;-109.0441163,way_type=user_defined:way_id=80W +edge,13791,13791;41.6363196;-109.0441163:13792;41.6363958;-109.0438487,way_type=user_defined:way_id=80W +edge,13792,13792;41.6363958;-109.0438487:13793;41.6364689;-109.0436007,way_type=user_defined:way_id=80W +edge,13793,13793;41.6364689;-109.0436007:13794;41.6365679;-109.0432759,way_type=user_defined:way_id=80W +edge,13794,13794;41.6365679;-109.0432759:13795;41.6366554;-109.0430025,way_type=user_defined:way_id=80W +edge,13795,13795;41.6366554;-109.0430025:13796;41.6367463;-109.0427324,way_type=user_defined:way_id=80W +edge,13796,13796;41.6367463;-109.0427324:13797;41.6369314;-109.0422111,way_type=user_defined:way_id=80W +edge,13797,13797;41.6369314;-109.0422111:13798;41.6370251;-109.0419591,way_type=user_defined:way_id=80W +edge,13798,13798;41.6370251;-109.0419591:13799;41.6371265;-109.0416941,way_type=user_defined:way_id=80W +edge,13799,13799;41.6371265;-109.0416941:13800;41.6372372;-109.0414137,way_type=user_defined:way_id=80W +edge,13800,13800;41.6372372;-109.0414137:13801;41.6373379;-109.0411672,way_type=user_defined:way_id=80W +edge,13801,13801;41.6373379;-109.0411672:13802;41.6375412;-109.040685,way_type=user_defined:way_id=80W +edge,13802,13802;41.6375412;-109.040685:13803;41.6377592;-109.0401762,way_type=user_defined:way_id=80W +edge,13803,13803;41.6377592;-109.0401762:13804;41.6381945;-109.0391685,way_type=user_defined:way_id=80W +edge,13804,13804;41.6381945;-109.0391685:13805;41.6385201;-109.0384212,way_type=user_defined:way_id=80W +edge,13805,13805;41.6385201;-109.0384212:13806;41.6386303;-109.0381643,way_type=user_defined:way_id=80W +edge,13806,13806;41.6386303;-109.0381643:13807;41.6390708;-109.0371227,way_type=user_defined:way_id=80W +edge,13807,13807;41.6390708;-109.0371227:13808;41.6399092;-109.0351603,way_type=user_defined:way_id=80W +edge,13808,13808;41.6399092;-109.0351603:13809;41.6404047;-109.0339908,way_type=user_defined:way_id=80W +edge,13809,13809;41.6404047;-109.0339908:13810;41.6411472;-109.0322594,way_type=user_defined:way_id=80W +edge,13810,13810;41.6411472;-109.0322594:13811;41.6413894;-109.0316865,way_type=user_defined:way_id=80W +edge,13811,13811;41.6413894;-109.0316865:13812;41.6416891;-109.030983,way_type=user_defined:way_id=80W +edge,13812,13812;41.6416891;-109.030983:13813;41.6420254;-109.0302002,way_type=user_defined:way_id=80W +edge,13813,13813;41.6420254;-109.0302002:13814;41.6424953;-109.0290936,way_type=user_defined:way_id=80W +edge,13814,13814;41.6424953;-109.0290936:13815;41.6428876;-109.0281783,way_type=user_defined:way_id=80W +edge,13815,13815;41.6428876;-109.0281783:13816;41.6431422;-109.0275762,way_type=user_defined:way_id=80W +edge,13816,13816;41.6431422;-109.0275762:13817;41.643548;-109.0266267,way_type=user_defined:way_id=80W +edge,13817,13817;41.643548;-109.0266267:13818;41.6439012;-109.0257878,way_type=user_defined:way_id=80W +edge,13818,13818;41.6439012;-109.0257878:13819;41.6444396;-109.0245235,way_type=user_defined:way_id=80W +edge,13819,13819;41.6444396;-109.0245235:13820;41.6447435;-109.0238182,way_type=user_defined:way_id=80W +edge,13820,13820;41.6447435;-109.0238182:13821;41.6450808;-109.0230267,way_type=user_defined:way_id=80W +edge,13821,13821;41.6450808;-109.0230267:13822;41.6454935;-109.0220636,way_type=user_defined:way_id=80W +edge,13822,13822;41.6454935;-109.0220636:13823;41.6458463;-109.0212318,way_type=user_defined:way_id=80W +edge,13823,13823;41.6458463;-109.0212318:13824;41.6467998;-109.018994,way_type=user_defined:way_id=80W +edge,13824,13824;41.6467998;-109.018994:13825;41.6475454;-109.0172531,way_type=user_defined:way_id=80W +edge,13825,13825;41.6475454;-109.0172531:13826;41.64756921;-109.0171969,way_type=user_defined:way_id=80W +edge,13826,13826;41.64756921;-109.0171969:13827;41.6479057;-109.0164026,way_type=user_defined:way_id=80W +edge,13827,13827;41.6479057;-109.0164026:13828;41.6487453;-109.014448,way_type=user_defined:way_id=80W +edge,13828,13828;41.6487453;-109.014448:13829;41.6498332;-109.0118821,way_type=user_defined:way_id=80W +edge,13829,13829;41.6498332;-109.0118821:13830;41.6505009;-109.0103292,way_type=user_defined:way_id=80W +edge,13830,13830;41.6505009;-109.0103292:13831;41.650852;-109.0095026,way_type=user_defined:way_id=80W +edge,13831,13831;41.650852;-109.0095026:13832;41.6513758;-109.008279,way_type=user_defined:way_id=80W +edge,13832,13832;41.6513758;-109.008279:13833;41.6519106;-109.0070148,way_type=user_defined:way_id=80W +edge,13833,13833;41.6519106;-109.0070148:13834;41.6524659;-109.0057224,way_type=user_defined:way_id=80W +edge,13834,13834;41.6524659;-109.0057224:13835;41.6536463;-109.0029429,way_type=user_defined:way_id=80W +edge,13835,13835;41.6536463;-109.0029429:13836;41.654094;-109.0019015,way_type=user_defined:way_id=80W +edge,13836,13836;41.654094;-109.0019015:13837;41.655296;-108.999077,way_type=user_defined:way_id=80W +edge,13837,13837;41.655296;-108.999077:13838;41.6556988;-108.9981367,way_type=user_defined:way_id=80W +edge,13838,13838;41.6556988;-108.9981367:13839;41.6561535;-108.9970626,way_type=user_defined:way_id=80W +edge,13839,13839;41.6561535;-108.9970626:13840;41.6564908;-108.996275,way_type=user_defined:way_id=80W +edge,13840,13840;41.6564908;-108.996275:13841;41.6566458;-108.9959106,way_type=user_defined:way_id=80W +edge,13841,13841;41.6566458;-108.9959106:13842;41.6569363;-108.9952275,way_type=user_defined:way_id=80W +edge,13842,13842;41.6569363;-108.9952275:13843;41.6577959;-108.9932019,way_type=user_defined:way_id=80W +edge,13843,13843;41.6577959;-108.9932019:13844;41.6582516;-108.9921244,way_type=user_defined:way_id=80W +edge,13844,13844;41.6582516;-108.9921244:13845;41.6588996;-108.9906181,way_type=user_defined:way_id=80W +edge,13845,13845;41.6588996;-108.9906181:13846;41.6594344;-108.9893519,way_type=user_defined:way_id=80W +edge,13846,13846;41.6594344;-108.9893519:13847;41.6596397;-108.9888724,way_type=user_defined:way_id=80W +edge,13847,13847;41.6596397;-108.9888724:13848;41.6599798;-108.9880843,way_type=user_defined:way_id=80W +edge,13848,13848;41.6599798;-108.9880843:13849;41.6603973;-108.9870984,way_type=user_defined:way_id=80W +edge,13849,13849;41.6603973;-108.9870984:13850;41.6607411;-108.9862948,way_type=user_defined:way_id=80W +edge,13850,13850;41.6607411;-108.9862948:13851;41.6612357;-108.9851274,way_type=user_defined:way_id=80W +edge,13851,13851;41.6612357;-108.9851274:13852;41.6618225;-108.9837541,way_type=user_defined:way_id=80W +edge,13852,13852;41.6618225;-108.9837541:13853;41.662234;-108.9827786,way_type=user_defined:way_id=80W +edge,13853,13853;41.662234;-108.9827786:13854;41.662965;-108.9810717,way_type=user_defined:way_id=80W +edge,13854,13854;41.662965;-108.9810717:13855;41.6635551;-108.9796782,way_type=user_defined:way_id=80W +edge,13855,13855;41.6635551;-108.9796782:13856;41.6638258;-108.9790483,way_type=user_defined:way_id=80W +edge,13856,13856;41.6638258;-108.9790483:13857;41.6643113;-108.9779039,way_type=user_defined:way_id=80W +edge,13857,13857;41.6643113;-108.9779039:13858;41.6649032;-108.9765187,way_type=user_defined:way_id=80W +edge,13858,13858;41.6649032;-108.9765187:13859;41.6656304;-108.9748024,way_type=user_defined:way_id=80W +edge,13859,13859;41.6656304;-108.9748024:13860;41.6658449;-108.9742936,way_type=user_defined:way_id=80W +edge,13860,13860;41.6658449;-108.9742936:13861;41.665949;-108.974042,way_type=user_defined:way_id=80W +edge,13861,13861;41.665949;-108.974042:13862;41.6660544;-108.9737805,way_type=user_defined:way_id=80W +edge,13862,13862;41.6660544;-108.9737805:13863;41.6661762;-108.9734701,way_type=user_defined:way_id=80W +edge,13863,13863;41.6661762;-108.9734701:13864;41.666266;-108.9732353,way_type=user_defined:way_id=80W +edge,13864,13864;41.666266;-108.9732353:13865;41.6663394;-108.9730368,way_type=user_defined:way_id=80W +edge,13865,13865;41.6663394;-108.9730368:13866;41.6664585;-108.9727073,way_type=user_defined:way_id=80W +edge,13866,13866;41.6664585;-108.9727073:13867;41.6665622;-108.972408,way_type=user_defined:way_id=80W +edge,13867,13867;41.6665622;-108.972408:13868;41.6666459;-108.9721544,way_type=user_defined:way_id=80W +edge,13868,13868;41.6666459;-108.9721544:13869;41.6667043;-108.9719687,way_type=user_defined:way_id=80W +edge,13869,13869;41.6667043;-108.9719687:13870;41.6667348;-108.9718712,way_type=user_defined:way_id=80W +edge,13870,13870;41.6667348;-108.9718712:13871;41.6668229;-108.9715768,way_type=user_defined:way_id=80W +edge,13871,13871;41.6668229;-108.9715768:13872;41.6668929;-108.9713351,way_type=user_defined:way_id=80W +edge,13872,13872;41.6668929;-108.9713351:13873;41.666951;-108.9711286,way_type=user_defined:way_id=80W +edge,13873,13873;41.666951;-108.9711286:13874;41.6670517;-108.9707609,way_type=user_defined:way_id=80W +edge,13874,13874;41.6670517;-108.9707609:13875;41.6671256;-108.9704808,way_type=user_defined:way_id=80W +edge,13875,13875;41.6671256;-108.9704808:13876;41.6671933;-108.9702101,way_type=user_defined:way_id=80W +edge,13876,13876;41.6671933;-108.9702101:13877;41.6672589;-108.9699296,way_type=user_defined:way_id=80W +edge,13877,13877;41.6672589;-108.9699296:13878;41.6673366;-108.9695669,way_type=user_defined:way_id=80W +edge,13878,13878;41.6673366;-108.9695669:13879;41.6673761;-108.9693751,way_type=user_defined:way_id=80W +edge,13879,13879;41.6673761;-108.9693751:13880;41.6674397;-108.9690547,way_type=user_defined:way_id=80W +edge,13880,13880;41.6674397;-108.9690547:13881;41.6674853;-108.9688073,way_type=user_defined:way_id=80W +edge,13881,13881;41.6674853;-108.9688073:13882;41.6675339;-108.9685217,way_type=user_defined:way_id=80W +edge,13882,13882;41.6675339;-108.9685217:13883;41.6676299;-108.967923,way_type=user_defined:way_id=80W +edge,13883,13883;41.6676299;-108.967923:13884;41.6676734;-108.9676343,way_type=user_defined:way_id=80W +edge,13884,13884;41.6676734;-108.9676343:13885;41.6677438;-108.9671419,way_type=user_defined:way_id=80W +edge,13885,13885;41.6677438;-108.9671419:13886;41.6679512;-108.9656321,way_type=user_defined:way_id=80W +edge,13886,13886;41.6679512;-108.9656321:13887;41.6681494;-108.9641698,way_type=user_defined:way_id=80W +edge,13887,13887;41.6681494;-108.9641698:13888;41.6682615;-108.9633545,way_type=user_defined:way_id=80W +edge,13888,13888;41.6682615;-108.9633545:13889;41.6684548;-108.9619188,way_type=user_defined:way_id=80W +edge,13889,13889;41.6684548;-108.9619188:13890;41.6685443;-108.9612448,way_type=user_defined:way_id=80W +edge,13890,13890;41.6685443;-108.9612448:13891;41.6686942;-108.9601699,way_type=user_defined:way_id=80W +edge,13891,13891;41.6686942;-108.9601699:13892;41.6687672;-108.9596335,way_type=user_defined:way_id=80W +edge,13892,13892;41.6687672;-108.9596335:13893;41.6688001;-108.9593826,way_type=user_defined:way_id=80W +edge,13893,13893;41.6688001;-108.9593826:13894;41.6689125;-108.9584921,way_type=user_defined:way_id=80W +edge,13894,13894;41.6689125;-108.9584921:13895;41.6689513;-108.9581669,way_type=user_defined:way_id=80W +edge,13895,13895;41.6689513;-108.9581669:13896;41.6689806;-108.9579077,way_type=user_defined:way_id=80W +edge,13896,13896;41.6689806;-108.9579077:13897;41.6690148;-108.9575908,way_type=user_defined:way_id=80W +edge,13897,13897;41.6690148;-108.9575908:13898;41.6690703;-108.9570514,way_type=user_defined:way_id=80W +edge,13898,13898;41.6690703;-108.9570514:13899;41.6691016;-108.9567237,way_type=user_defined:way_id=80W +edge,13899,13899;41.6691016;-108.9567237:13900;41.6691274;-108.9564255,way_type=user_defined:way_id=80W +edge,13900,13900;41.6691274;-108.9564255:13901;41.6691496;-108.9561455,way_type=user_defined:way_id=80W +edge,13901,13901;41.6691496;-108.9561455:13902;41.6691677;-108.9558935,way_type=user_defined:way_id=80W +edge,13902,13902;41.6691677;-108.9558935:13903;41.669201;-108.9553881,way_type=user_defined:way_id=80W +edge,13903,13903;41.669201;-108.9553881:13904;41.6692312;-108.954877,way_type=user_defined:way_id=80W +edge,13904,13904;41.6692312;-108.954877:13905;41.6692563;-108.9544008,way_type=user_defined:way_id=80W +edge,13905,13905;41.6692563;-108.9544008:13906;41.6692718;-108.9540428,way_type=user_defined:way_id=80W +edge,13906,13906;41.6692718;-108.9540428:13907;41.6692887;-108.9535446,way_type=user_defined:way_id=80W +edge,13907,13907;41.6692887;-108.9535446:13908;41.6693187;-108.9523696,way_type=user_defined:way_id=80W +edge,13908,13908;41.6693187;-108.9523696:13909;41.6693265;-108.9517818,way_type=user_defined:way_id=80W +edge,13909,13909;41.6693265;-108.9517818:13910;41.6693344;-108.9507577,way_type=user_defined:way_id=80W +edge,13910,13910;41.6693344;-108.9507577:13911;41.6693436;-108.9500087,way_type=user_defined:way_id=80W +edge,13911,13911;41.6693436;-108.9500087:13912;41.6693502;-108.9490113,way_type=user_defined:way_id=80W +edge,13912,13912;41.6693502;-108.9490113:13913;41.6693633;-108.9476987,way_type=user_defined:way_id=80W +edge,13913,13913;41.6693633;-108.9476987:13914;41.6693746;-108.9468476,way_type=user_defined:way_id=80W +edge,13914,13914;41.6693746;-108.9468476:13915;41.6693943;-108.9450322,way_type=user_defined:way_id=80W +edge,13915,13915;41.6693943;-108.9450322:13916;41.6694023;-108.9438288,way_type=user_defined:way_id=80W +edge,13916,13916;41.6694023;-108.9438288:13917;41.6694177;-108.9420888,way_type=user_defined:way_id=80W +edge,13917,13917;41.6694177;-108.9420888:13918;41.669438;-108.9402979,way_type=user_defined:way_id=80W +edge,13918,13918;41.669438;-108.9402979:13919;41.669448;-108.9397519,way_type=user_defined:way_id=80W +edge,13919,13919;41.669448;-108.9397519:13920;41.6694575;-108.9394175,way_type=user_defined:way_id=80W +edge,13920,13920;41.6694575;-108.9394175:13921;41.6694779;-108.938852,way_type=user_defined:way_id=80W +edge,13921,13921;41.6694779;-108.938852:13922;41.6694937;-108.9385163,way_type=user_defined:way_id=80W +edge,13922,13922;41.6694937;-108.9385163:13923;41.6695098;-108.9382283,way_type=user_defined:way_id=80W +edge,13923,13923;41.6695098;-108.9382283:13924;41.6695255;-108.9379761,way_type=user_defined:way_id=80W +edge,13924,13924;41.6695255;-108.9379761:13925;41.6695499;-108.9376404,way_type=user_defined:way_id=80W +edge,13925,13925;41.6695499;-108.9376404:13926;41.6695742;-108.9373616,way_type=user_defined:way_id=80W +edge,13926,13926;41.6695742;-108.9373616:13927;41.6696034;-108.9370652,way_type=user_defined:way_id=80W +edge,13927,13927;41.6696034;-108.9370652:13928;41.6696391;-108.9367435,way_type=user_defined:way_id=80W +edge,13928,13928;41.6696391;-108.9367435:13929;41.669675;-108.9364556,way_type=user_defined:way_id=80W +edge,13929,13929;41.669675;-108.9364556:13930;41.6697125;-108.9361708,way_type=user_defined:way_id=80W +edge,13930,13930;41.6697125;-108.9361708:13931;41.6697717;-108.9357436,way_type=user_defined:way_id=80W +edge,13931,13931;41.6697717;-108.9357436:13932;41.6697717;-108.9357436,way_type=user_defined:way_id=80W +edge,13932,13932;41.6697717;-108.9357436:13933;41.6698385;-108.9352887,way_type=user_defined:way_id=80W +edge,13933,13933;41.6698385;-108.9352887:13934;41.6698848;-108.9349967,way_type=user_defined:way_id=80W +edge,13934,13934;41.6698848;-108.9349967:13935;41.6699345;-108.9347061,way_type=user_defined:way_id=80W +edge,13935,13935;41.6699345;-108.9347061:13936;41.6699839;-108.9344352,way_type=user_defined:way_id=80W +edge,13936,13936;41.6699839;-108.9344352:13937;41.670048;-108.9341119,way_type=user_defined:way_id=80W +edge,13937,13937;41.670048;-108.9341119:13938;41.6701273;-108.9337335,way_type=user_defined:way_id=80W +edge,13938,13938;41.6701273;-108.9337335:13939;41.6702272;-108.9332728,way_type=user_defined:way_id=80W +edge,13939,13939;41.6702272;-108.9332728:13940;41.67030487;-108.932931,way_type=user_defined:way_id=80W +edge,13940,13940;41.67030487;-108.932931:13941;41.67031971;-108.9328657,way_type=user_defined:way_id=80W +edge,13941,13941;41.67031971;-108.9328657:13942;41.6704609;-108.9322685,way_type=user_defined:way_id=80W +edge,13942,13942;41.6704609;-108.9322685:13943;41.6705699;-108.9318558,way_type=user_defined:way_id=80W +edge,13943,13943;41.6705699;-108.9318558:13944;41.6706362;-108.9316187,way_type=user_defined:way_id=80W +edge,13944,13944;41.6706362;-108.9316187:13945;41.6707222;-108.9313237,way_type=user_defined:way_id=80W +edge,13945,13945;41.6707222;-108.9313237:13946;41.6708054;-108.9310487,way_type=user_defined:way_id=80W +edge,13946,13946;41.6708054;-108.9310487:13947;41.67091;-108.9307127,way_type=user_defined:way_id=80W +edge,13947,13947;41.67091;-108.9307127:13948;41.67105412;-108.9302629,way_type=user_defined:way_id=80W +edge,13948,13948;41.67105412;-108.9302629:13949;41.67105412;-108.9302629,way_type=user_defined:way_id=80W +edge,13949,13949;41.67105412;-108.9302629:13950;41.6711447;-108.9299907,way_type=user_defined:way_id=80W +edge,13950,13950;41.6711447;-108.9299907:13951;41.6712293;-108.9297468,way_type=user_defined:way_id=80W +edge,13951,13951;41.6712293;-108.9297468:13952;41.6713194;-108.9294953,way_type=user_defined:way_id=80W +edge,13952,13952;41.6713194;-108.9294953:13953;41.6714175;-108.9292291,way_type=user_defined:way_id=80W +edge,13953,13953;41.6714175;-108.9292291:13954;41.6715153;-108.9289736,way_type=user_defined:way_id=80W +edge,13954,13954;41.6715153;-108.9289736:13955;41.6716198;-108.9287089,way_type=user_defined:way_id=80W +edge,13955,13955;41.6716198;-108.9287089:13956;41.6717225;-108.928454,way_type=user_defined:way_id=80W +edge,13956,13956;41.6717225;-108.928454:13957;41.6718275;-108.9282005,way_type=user_defined:way_id=80W +edge,13957,13957;41.6718275;-108.9282005:13958;41.672043;-108.9276975,way_type=user_defined:way_id=80W +edge,13958,13958;41.672043;-108.9276975:13959;41.6721497;-108.9274552,way_type=user_defined:way_id=80W +edge,13959,13959;41.6721497;-108.9274552:13960;41.6722658;-108.9271983,way_type=user_defined:way_id=80W +edge,13960,13960;41.6722658;-108.9271983:13961;41.6723814;-108.926952,way_type=user_defined:way_id=80W +edge,13961,13961;41.6723814;-108.926952:13962;41.67247119;-108.9267682,way_type=user_defined:way_id=80W +edge,13962,13962;41.67247119;-108.9267682:13963;41.6725004;-108.9267084,way_type=user_defined:way_id=80W +edge,13963,13963;41.6725004;-108.9267084:13964;41.6726227;-108.9264671,way_type=user_defined:way_id=80W +edge,13964,13964;41.6726227;-108.9264671:13965;41.6727429;-108.9262346,way_type=user_defined:way_id=80W +edge,13965,13965;41.6727429;-108.9262346:13966;41.6728745;-108.9259885,way_type=user_defined:way_id=80W +edge,13966,13966;41.6728745;-108.9259885:13967;41.6730036;-108.925762,way_type=user_defined:way_id=80W +edge,13967,13967;41.6730036;-108.925762:13968;41.673053;-108.9256808,way_type=user_defined:way_id=80W +edge,13968,13968;41.673053;-108.9256808:13969;41.673053;-108.9256808,way_type=user_defined:way_id=80W +edge,13969,13969;41.673053;-108.9256808:13970;41.6731432;-108.9255334,way_type=user_defined:way_id=80W +edge,13970,13970;41.6731432;-108.9255334:13971;41.67322745;-108.925406,way_type=user_defined:way_id=80W +edge,13971,13971;41.67322745;-108.925406:13972;41.6732896;-108.9253121,way_type=user_defined:way_id=80W +edge,13972,13972;41.6732896;-108.9253121:13973;41.6734582;-108.9250789,way_type=user_defined:way_id=80W +edge,13973,13973;41.6734582;-108.9250789:13974;41.673613;-108.9248804,way_type=user_defined:way_id=80W +edge,13974,13974;41.673613;-108.9248804:13975;41.6737771;-108.9246816,way_type=user_defined:way_id=80W +edge,13975,13975;41.6737771;-108.9246816:13976;41.6739353;-108.9245019,way_type=user_defined:way_id=80W +edge,13976,13976;41.6739353;-108.9245019:13977;41.6741093;-108.9243197,way_type=user_defined:way_id=80W +edge,13977,13977;41.6741093;-108.9243197:13978;41.6742828;-108.9241526,way_type=user_defined:way_id=80W +edge,13978,13978;41.6742828;-108.9241526:13979;41.6744659;-108.9239876,way_type=user_defined:way_id=80W +edge,13979,13979;41.6744659;-108.9239876:13980;41.6746522;-108.9238309,way_type=user_defined:way_id=80W +edge,13980,13980;41.6746522;-108.9238309:13981;41.6748414;-108.9236828,way_type=user_defined:way_id=80W +edge,13981,13981;41.6748414;-108.9236828:13982;41.6750349;-108.9235428,way_type=user_defined:way_id=80W +edge,13982,13982;41.6750349;-108.9235428:13983;41.6752252;-108.9234161,way_type=user_defined:way_id=80W +edge,13983,13983;41.6752252;-108.9234161:13984;41.675451;-108.9232795,way_type=user_defined:way_id=80W +edge,13984,13984;41.675451;-108.9232795:13985;41.6756481;-108.9231722,way_type=user_defined:way_id=80W +edge,13985,13985;41.6756481;-108.9231722:13986;41.675861;-108.9230658,way_type=user_defined:way_id=80W +edge,13986,13986;41.675861;-108.9230658:13987;41.6760696;-108.9229708,way_type=user_defined:way_id=80W +edge,13987,13987;41.6760696;-108.9229708:13988;41.676273;-108.9228852,way_type=user_defined:way_id=80W +edge,13988,13988;41.676273;-108.9228852:13989;41.6764839;-108.9228004,way_type=user_defined:way_id=80W +edge,13989,13989;41.6764839;-108.9228004:13990;41.6766951;-108.9227186,way_type=user_defined:way_id=80W +edge,13990,13990;41.6766951;-108.9227186:13991;41.6768998;-108.9226419,way_type=user_defined:way_id=80W +edge,13991,13991;41.6768998;-108.9226419:13992;41.6786099;-108.9220126,way_type=user_defined:way_id=80W +edge,13992,13992;41.6786099;-108.9220126:13993;41.6796322;-108.9216326,way_type=user_defined:way_id=80W +edge,13993,13993;41.6796322;-108.9216326:13994;41.6798939;-108.92153,way_type=user_defined:way_id=80W +edge,13994,13994;41.6798939;-108.92153:13995;41.6801064;-108.9214425,way_type=user_defined:way_id=80W +edge,13995,13995;41.6801064;-108.9214425:13996;41.6803119;-108.9213545,way_type=user_defined:way_id=80W +edge,13996,13996;41.6803119;-108.9213545:13997;41.6805159;-108.9212619,way_type=user_defined:way_id=80W +edge,13997,13997;41.6805159;-108.9212619:13998;41.6807247;-108.9211608,way_type=user_defined:way_id=80W +edge,13998,13998;41.6807247;-108.9211608:13999;41.6809445;-108.9210471,way_type=user_defined:way_id=80W +edge,13999,13999;41.6809445;-108.9210471:14000;41.6811584;-108.9209301,way_type=user_defined:way_id=80W +edge,14000,14000;41.6811584;-108.9209301:14001;41.6813477;-108.9208214,way_type=user_defined:way_id=80W +edge,14001,14001;41.6813477;-108.9208214:14002;41.6815505;-108.9206999,way_type=user_defined:way_id=80W +edge,14002,14002;41.6815505;-108.9206999:14003;41.6817463;-108.9205781,way_type=user_defined:way_id=80W +edge,14003,14003;41.6817463;-108.9205781:14004;41.6819665;-108.9204345,way_type=user_defined:way_id=80W +edge,14004,14004;41.6819665;-108.9204345:14005;41.6821655;-108.9202985,way_type=user_defined:way_id=80W +edge,14005,14005;41.6821655;-108.9202985:14006;41.6823569;-108.920163,way_type=user_defined:way_id=80W +edge,14006,14006;41.6823569;-108.920163:14007;41.682553;-108.9200178,way_type=user_defined:way_id=80W +edge,14007,14007;41.682553;-108.9200178:14008;41.6827339;-108.9198761,way_type=user_defined:way_id=80W +edge,14008,14008;41.6827339;-108.9198761:14009;41.6829659;-108.9196836,way_type=user_defined:way_id=80W +edge,14009,14009;41.6829659;-108.9196836:14010;41.6831046;-108.9195643,way_type=user_defined:way_id=80W +edge,14010,14010;41.6831046;-108.9195643:14011;41.6832885;-108.9194025,way_type=user_defined:way_id=80W +edge,14011,14011;41.6832885;-108.9194025:14012;41.6834982;-108.9192133,way_type=user_defined:way_id=80W +edge,14012,14012;41.6834982;-108.9192133:14013;41.6836664;-108.9190562,way_type=user_defined:way_id=80W +edge,14013,14013;41.6836664;-108.9190562:14014;41.6838223;-108.9189053,way_type=user_defined:way_id=80W +edge,14014,14014;41.6838223;-108.9189053:14015;41.6840165;-108.9187111,way_type=user_defined:way_id=80W +edge,14015,14015;41.6840165;-108.9187111:14016;41.6841912;-108.9185294,way_type=user_defined:way_id=80W +edge,14016,14016;41.6841912;-108.9185294:14017;41.6843797;-108.9183252,way_type=user_defined:way_id=80W +edge,14017,14017;41.6843797;-108.9183252:14018;41.6845447;-108.91814,way_type=user_defined:way_id=80W +edge,14018,14018;41.6845447;-108.91814:14019;41.684691;-108.9179705,way_type=user_defined:way_id=80W +edge,14019,14019;41.684691;-108.9179705:14020;41.6848724;-108.9177531,way_type=user_defined:way_id=80W +edge,14020,14020;41.6848724;-108.9177531:14021;41.6850339;-108.9175507,way_type=user_defined:way_id=80W +edge,14021,14021;41.6850339;-108.9175507:14022;41.6851871;-108.9173513,way_type=user_defined:way_id=80W +edge,14022,14022;41.6851871;-108.9173513:14023;41.6853417;-108.9171417,way_type=user_defined:way_id=80W +edge,14023,14023;41.6853417;-108.9171417:14024;41.6854923;-108.9169286,way_type=user_defined:way_id=80W +edge,14024,14024;41.6854923;-108.9169286:14025;41.6856349;-108.9167198,way_type=user_defined:way_id=80W +edge,14025,14025;41.6856349;-108.9167198:14026;41.6857986;-108.9164759,way_type=user_defined:way_id=80W +edge,14026,14026;41.6857986;-108.9164759:14027;41.6859223;-108.9162875,way_type=user_defined:way_id=80W +edge,14027,14027;41.6859223;-108.9162875:14028;41.6860652;-108.9160617,way_type=user_defined:way_id=80W +edge,14028,14028;41.6860652;-108.9160617:14029;41.6862355;-108.9157781,way_type=user_defined:way_id=80W +edge,14029,14029;41.6862355;-108.9157781:14030;41.6863366;-108.9156041,way_type=user_defined:way_id=80W +edge,14030,14030;41.6863366;-108.9156041:14031;41.6864658;-108.9153742,way_type=user_defined:way_id=80W +edge,14031,14031;41.6864658;-108.9153742:14032;41.6865926;-108.9151413,way_type=user_defined:way_id=80W +edge,14032,14032;41.6865926;-108.9151413:14033;41.6867043;-108.9149288,way_type=user_defined:way_id=80W +edge,14033,14033;41.6867043;-108.9149288:14034;41.686837;-108.9146651,way_type=user_defined:way_id=80W +edge,14034,14034;41.686837;-108.9146651:14035;41.6869579;-108.9144134,way_type=user_defined:way_id=80W +edge,14035,14035;41.6869579;-108.9144134:14036;41.6870765;-108.9141604,way_type=user_defined:way_id=80W +edge,14036,14036;41.6870765;-108.9141604:14037;41.6871854;-108.9139207,way_type=user_defined:way_id=80W +edge,14037,14037;41.6871854;-108.9139207:14038;41.6872832;-108.9136951,way_type=user_defined:way_id=80W +edge,14038,14038;41.6872832;-108.9136951:14039;41.6873996;-108.9134165,way_type=user_defined:way_id=80W +edge,14039,14039;41.6873996;-108.9134165:14040;41.6875063;-108.9131535,way_type=user_defined:way_id=80W +edge,14040,14040;41.6875063;-108.9131535:14041;41.6877114;-108.9126396,way_type=user_defined:way_id=80W +edge,14041,14041;41.6877114;-108.9126396:14042;41.6879393;-108.912062,way_type=user_defined:way_id=80W +edge,14042,14042;41.6879393;-108.912062:14043;41.6883136;-108.911101,way_type=user_defined:way_id=80W +edge,14043,14043;41.6883136;-108.911101:14044;41.6885444;-108.9105123,way_type=user_defined:way_id=80W +edge,14044,14044;41.6885444;-108.9105123:14045;41.6888217;-108.9097977,way_type=user_defined:way_id=80W +edge,14045,14045;41.6888217;-108.9097977:14046;41.6890241;-108.9092895,way_type=user_defined:way_id=80W +edge,14046,14046;41.6890241;-108.9092895:14047;41.6891386;-108.9089977,way_type=user_defined:way_id=80W +edge,14047,14047;41.6891386;-108.9089977:14048;41.6896373;-108.9077074,way_type=user_defined:way_id=80W +edge,14048,14048;41.6896373;-108.9077074:14049;41.6897393;-108.9074475,way_type=user_defined:way_id=80W +edge,14049,14049;41.6897393;-108.9074475:14050;41.6901491;-108.9064151,way_type=user_defined:way_id=80W +edge,14050,14050;41.6901491;-108.9064151:14051;41.6902608;-108.9061277,way_type=user_defined:way_id=80W +edge,14051,14051;41.6902608;-108.9061277:14052;41.6905329;-108.905414,way_type=user_defined:way_id=80W +edge,14052,14052;41.6905329;-108.905414:14053;41.6908589;-108.9045748,way_type=user_defined:way_id=80W +edge,14053,14053;41.6908589;-108.9045748:14054;41.6909555;-108.9043172,way_type=user_defined:way_id=80W +edge,14054,14054;41.6909555;-108.9043172:14055;41.6910492;-108.9040584,way_type=user_defined:way_id=80W +edge,14055,14055;41.6910492;-108.9040584:14056;41.69106223;-108.9040205,way_type=user_defined:way_id=80W +edge,14056,14056;41.69106223;-108.9040205:14057;41.6911562;-108.9037471,way_type=user_defined:way_id=80W +edge,14057,14057;41.6911562;-108.9037471:14058;41.6912345;-108.9035071,way_type=user_defined:way_id=80W +edge,14058,14058;41.6912345;-108.9035071:14059;41.6913196;-108.9032344,way_type=user_defined:way_id=80W +edge,14059,14059;41.6913196;-108.9032344:14060;41.6913977;-108.9029677,way_type=user_defined:way_id=80W +edge,14060,14060;41.6913977;-108.9029677:14061;41.6914748;-108.9026907,way_type=user_defined:way_id=80W +edge,14061,14061;41.6914748;-108.9026907:14062;41.6915489;-108.9024122,way_type=user_defined:way_id=80W +edge,14062,14062;41.6915489;-108.9024122:14063;41.6916234;-108.9021135,way_type=user_defined:way_id=80W +edge,14063,14063;41.6916234;-108.9021135:14064;41.6916952;-108.9018034,way_type=user_defined:way_id=80W +edge,14064,14064;41.6916952;-108.9018034:14065;41.6917517;-108.9015467,way_type=user_defined:way_id=80W +edge,14065,14065;41.6917517;-108.9015467:14066;41.6918095;-108.90127,way_type=user_defined:way_id=80W +edge,14066,14066;41.6918095;-108.90127:14067;41.6918663;-108.9009826,way_type=user_defined:way_id=80W +edge,14067,14067;41.6918663;-108.9009826:14068;41.6919109;-108.9007401,way_type=user_defined:way_id=80W +edge,14068,14068;41.6919109;-108.9007401:14069;41.69197;-108.9003937,way_type=user_defined:way_id=80W +edge,14069,14069;41.69197;-108.9003937:14070;41.6920144;-108.9001021,way_type=user_defined:way_id=80W +edge,14070,14070;41.6920144;-108.9001021:14071;41.692053;-108.899819,way_type=user_defined:way_id=80W +edge,14071,14071;41.692053;-108.899819:14072;41.6920891;-108.8995256,way_type=user_defined:way_id=80W +edge,14072,14072;41.6920891;-108.8995256:14073;41.6921281;-108.8991665,way_type=user_defined:way_id=80W +edge,14073,14073;41.6921281;-108.8991665:14074;41.692152;-108.8989173,way_type=user_defined:way_id=80W +edge,14074,14074;41.692152;-108.8989173:14075;41.6921703;-108.8986978,way_type=user_defined:way_id=80W +edge,14075,14075;41.6921703;-108.8986978:14076;41.6921976;-108.8983237,way_type=user_defined:way_id=80W +edge,14076,14076;41.6921976;-108.8983237:14077;41.692214;-108.8980474,way_type=user_defined:way_id=80W +edge,14077,14077;41.692214;-108.8980474:14078;41.6922277;-108.8977554,way_type=user_defined:way_id=80W +edge,14078,14078;41.6922277;-108.8977554:14079;41.6922383;-108.8974204,way_type=user_defined:way_id=80W +edge,14079,14079;41.6922383;-108.8974204:14080;41.6922427;-108.897101,way_type=user_defined:way_id=80W +edge,14080,14080;41.6922427;-108.897101:14081;41.6922427;-108.8968402,way_type=user_defined:way_id=80W +edge,14081,14081;41.6922427;-108.8968402:14082;41.6922393;-108.8965622,way_type=user_defined:way_id=80W +edge,14082,14082;41.6922393;-108.8965622:14083;41.6922337;-108.8962623,way_type=user_defined:way_id=80W +edge,14083,14083;41.6922337;-108.8962623:14084;41.6922267;-108.8960243,way_type=user_defined:way_id=80W +edge,14084,14084;41.6922267;-108.8960243:14085;41.6922116;-108.8956604,way_type=user_defined:way_id=80W +edge,14085,14085;41.6922116;-108.8956604:14086;41.6921947;-108.8953625,way_type=user_defined:way_id=80W +edge,14086,14086;41.6921947;-108.8953625:14087;41.6921787;-108.8951268,way_type=user_defined:way_id=80W +edge,14087,14087;41.6921787;-108.8951268:14088;41.6921515;-108.8947902,way_type=user_defined:way_id=80W +edge,14088,14088;41.6921515;-108.8947902:14089;41.6921252;-108.8945236,way_type=user_defined:way_id=80W +edge,14089,14089;41.6921252;-108.8945236:14090;41.6920949;-108.8942502,way_type=user_defined:way_id=80W +edge,14090,14090;41.6920949;-108.8942502:14091;41.6920608;-108.8939625,way_type=user_defined:way_id=80W +edge,14091,14091;41.6920608;-108.8939625:14092;41.6920206;-108.8936401,way_type=user_defined:way_id=80W +edge,14092,14092;41.6920206;-108.8936401:14093;41.6918825;-108.8925607,way_type=user_defined:way_id=80W +edge,14093,14093;41.6918825;-108.8925607:14094;41.6917624;-108.8916758,way_type=user_defined:way_id=80W +edge,14094,14094;41.6917624;-108.8916758:14095;41.6915348;-108.88991,way_type=user_defined:way_id=80W +edge,14095,14095;41.6915348;-108.88991:14096;41.6913838;-108.8887234,way_type=user_defined:way_id=80W +edge,14096,14096;41.6913838;-108.8887234:14097;41.6912375;-108.8875414,way_type=user_defined:way_id=80W +edge,14097,14097;41.6912375;-108.8875414:14098;41.6911269;-108.8867129,way_type=user_defined:way_id=80W +edge,14098,14098;41.6911269;-108.8867129:14099;41.6910845;-108.8863863,way_type=user_defined:way_id=80W +edge,14099,14099;41.6910845;-108.8863863:14100;41.6910496;-108.8861073,way_type=user_defined:way_id=80W +edge,14100,14100;41.6910496;-108.8861073:14101;41.6910125;-108.8857912,way_type=user_defined:way_id=80W +edge,14101,14101;41.6910125;-108.8857912:14102;41.6909815;-108.8854947,way_type=user_defined:way_id=80W +edge,14102,14102;41.6909815;-108.8854947:14103;41.6909564;-108.8852161,way_type=user_defined:way_id=80W +edge,14103,14103;41.6909564;-108.8852161:14104;41.690935;-108.8849194,way_type=user_defined:way_id=80W +edge,14104,14104;41.690935;-108.8849194:14105;41.6909197;-108.8846308,way_type=user_defined:way_id=80W +edge,14105,14105;41.6909197;-108.8846308:14106;41.6909105;-108.8843426,way_type=user_defined:way_id=80W +edge,14106,14106;41.6909105;-108.8843426:14107;41.6909072;-108.8840832,way_type=user_defined:way_id=80W +edge,14107,14107;41.6909072;-108.8840832:14108;41.6909091;-108.8837947,way_type=user_defined:way_id=80W +edge,14108,14108;41.6909091;-108.8837947:14109;41.690919;-108.8834686,way_type=user_defined:way_id=80W +edge,14109,14109;41.690919;-108.8834686:14110;41.6909317;-108.8832192,way_type=user_defined:way_id=80W +edge,14110,14110;41.6909317;-108.8832192:14111;41.6909524;-108.8829313,way_type=user_defined:way_id=80W +edge,14111,14111;41.6909524;-108.8829313:14112;41.6909799;-108.8826446,way_type=user_defined:way_id=80W +edge,14112,14112;41.6909799;-108.8826446:14113;41.6910133;-108.8823581,way_type=user_defined:way_id=80W +edge,14113,14113;41.6910133;-108.8823581:14114;41.6910529;-108.8820634,way_type=user_defined:way_id=80W +edge,14114,14114;41.6910529;-108.8820634:14115;41.6910961;-108.8817887,way_type=user_defined:way_id=80W +edge,14115,14115;41.6910961;-108.8817887:14116;41.6911481;-108.8814975,way_type=user_defined:way_id=80W +edge,14116,14116;41.6911481;-108.8814975:14117;41.6912162;-108.8811521,way_type=user_defined:way_id=80W +edge,14117,14117;41.6912162;-108.8811521:14118;41.6912604;-108.8809382,way_type=user_defined:way_id=80W +edge,14118,14118;41.6912604;-108.8809382:14119;41.6913207;-108.8806603,way_type=user_defined:way_id=80W +edge,14119,14119;41.6913207;-108.8806603:14120;41.6914146;-108.8802451,way_type=user_defined:way_id=80W +edge,14120,14120;41.6914146;-108.8802451:14121;41.6919473;-108.877921,way_type=user_defined:way_id=80W +edge,14121,14121;41.6919473;-108.877921:14122;41.6921478;-108.8770377,way_type=user_defined:way_id=80W +edge,14122,14122;41.6921478;-108.8770377:14123;41.6924577;-108.8756876,way_type=user_defined:way_id=80W +edge,14123,14123;41.6924577;-108.8756876:14124;41.6927013;-108.8746104,way_type=user_defined:way_id=80W +edge,14124,14124;41.6927013;-108.8746104:14125;41.6929341;-108.8735967,way_type=user_defined:way_id=80W +edge,14125,14125;41.6929341;-108.8735967:14126;41.6932346;-108.8722772,way_type=user_defined:way_id=80W +edge,14126,14126;41.6932346;-108.8722772:14127;41.6933472;-108.8717625,way_type=user_defined:way_id=80W +edge,14127,14127;41.6933472;-108.8717625:14128;41.6934198;-108.8714095,way_type=user_defined:way_id=80W +edge,14128,14128;41.6934198;-108.8714095:14129;41.6934677;-108.8711643,way_type=user_defined:way_id=80W +edge,14129,14129;41.6934677;-108.8711643:14130;41.6935144;-108.8709102,way_type=user_defined:way_id=80W +edge,14130,14130;41.6935144;-108.8709102:14131;41.6935679;-108.8705885,way_type=user_defined:way_id=80W +edge,14131,14131;41.6935679;-108.8705885:14132;41.6936096;-108.870303,way_type=user_defined:way_id=80W +edge,14132,14132;41.6936096;-108.870303:14133;41.6936469;-108.8700147,way_type=user_defined:way_id=80W +edge,14133,14133;41.6936469;-108.8700147:14134;41.6936874;-108.8696591,way_type=user_defined:way_id=80W +edge,14134,14134;41.6936874;-108.8696591:14135;41.6937099;-108.8694428,way_type=user_defined:way_id=80W +edge,14135,14135;41.6937099;-108.8694428:14136;41.6937383;-108.8691418,way_type=user_defined:way_id=80W +edge,14136,14136;41.6937383;-108.8691418:14137;41.6937621;-108.8688585,way_type=user_defined:way_id=80W +edge,14137,14137;41.6937621;-108.8688585:14138;41.6937862;-108.8684985,way_type=user_defined:way_id=80W +edge,14138,14138;41.6937862;-108.8684985:14139;41.6937985;-108.8682802,way_type=user_defined:way_id=80W +edge,14139,14139;41.6937985;-108.8682802:14140;41.6938122;-108.8679853,way_type=user_defined:way_id=80W +edge,14140,14140;41.6938122;-108.8679853:14141;41.6938227;-108.8676617,way_type=user_defined:way_id=80W +edge,14141,14141;41.6938227;-108.8676617:14142;41.6938279;-108.8673834,way_type=user_defined:way_id=80W +edge,14142,14142;41.6938279;-108.8673834:14143;41.6938296;-108.8670862,way_type=user_defined:way_id=80W +edge,14143,14143;41.6938296;-108.8670862:14144;41.6938262;-108.8667505,way_type=user_defined:way_id=80W +edge,14144,14144;41.6938262;-108.8667505:14145;41.693821;-108.8665013,way_type=user_defined:way_id=80W +edge,14145,14145;41.693821;-108.8665013:14146;41.6938112;-108.8662041,way_type=user_defined:way_id=80W +edge,14146,14146;41.6938112;-108.8662041:14147;41.6937958;-108.8658786,way_type=user_defined:way_id=80W +edge,14147,14147;41.6937958;-108.8658786:14148;41.6937784;-108.8655921,way_type=user_defined:way_id=80W +edge,14148,14148;41.6937784;-108.8655921:14149;41.6937559;-108.8652969,way_type=user_defined:way_id=80W +edge,14149,14149;41.6937559;-108.8652969:14150;41.6937307;-108.8650118,way_type=user_defined:way_id=80W +edge,14150,14150;41.6937307;-108.8650118:14151;41.6937025;-108.8647266,way_type=user_defined:way_id=80W +edge,14151,14151;41.6937025;-108.8647266:14152;41.6936694;-108.8644319,way_type=user_defined:way_id=80W +edge,14152,14152;41.6936694;-108.8644319:14153;41.6936334;-108.8641468,way_type=user_defined:way_id=80W +edge,14153,14153;41.6936334;-108.8641468:14154;41.6935927;-108.8638634,way_type=user_defined:way_id=80W +edge,14154,14154;41.6935927;-108.8638634:14155;41.6935394;-108.8635343,way_type=user_defined:way_id=80W +edge,14155,14155;41.6935394;-108.8635343:14156;41.6934922;-108.8632617,way_type=user_defined:way_id=80W +edge,14156,14156;41.6934922;-108.8632617:14157;41.6934402;-108.8629721,way_type=user_defined:way_id=80W +edge,14157,14157;41.6934402;-108.8629721:14158;41.6934059;-108.8627955,way_type=user_defined:way_id=80W +edge,14158,14158;41.6934059;-108.8627955:14159;41.693386;-108.8626933,way_type=user_defined:way_id=80W +edge,14159,14159;41.693386;-108.8626933:14160;41.6933284;-108.8624151,way_type=user_defined:way_id=80W +edge,14160,14160;41.6933284;-108.8624151:14161;41.6932605;-108.8621018,way_type=user_defined:way_id=80W +edge,14161,14161;41.6932605;-108.8621018:14162;41.693072;-108.861263,way_type=user_defined:way_id=80W +edge,14162,14162;41.693072;-108.861263:14163;41.6927277;-108.8597649,way_type=user_defined:way_id=80W +edge,14163,14163;41.6927277;-108.8597649:14164;41.6924912;-108.8587249,way_type=user_defined:way_id=80W +edge,14164,14164;41.6924912;-108.8587249:14165;41.6923142;-108.8579636,way_type=user_defined:way_id=80W +edge,14165,14165;41.6923142;-108.8579636:14166;41.6919647;-108.8564422,way_type=user_defined:way_id=80W +edge,14166,14166;41.6919647;-108.8564422:14167;41.6917028;-108.8553134,way_type=user_defined:way_id=80W +edge,14167,14167;41.6917028;-108.8553134:14168;41.6915694;-108.8547235,way_type=user_defined:way_id=80W +edge,14168,14168;41.6915694;-108.8547235:14169;41.6914516;-108.8542118,way_type=user_defined:way_id=80W +edge,14169,14169;41.6914516;-108.8542118:14170;41.6911839;-108.8530631,way_type=user_defined:way_id=80W +edge,14170,14170;41.6911839;-108.8530631:14171;41.6907567;-108.8511838,way_type=user_defined:way_id=80W +edge,14171,14171;41.6907567;-108.8511838:14172;41.6904;-108.8496548,way_type=user_defined:way_id=80W +edge,14172,14172;41.6904;-108.8496548:14173;41.6900618;-108.8481666,way_type=user_defined:way_id=80W +edge,14173,14173;41.6900618;-108.8481666:14174;41.6894458;-108.8454983,way_type=user_defined:way_id=80W +edge,14174,14174;41.6894458;-108.8454983:14175;41.6890166;-108.8436138,way_type=user_defined:way_id=80W +edge,14175,14175;41.6890166;-108.8436138:14176;41.68889044;-108.8430673,way_type=user_defined:way_id=80W +edge,14176,14176;41.68889044;-108.8430673:14177;41.688807;-108.8427058,way_type=user_defined:way_id=80W +edge,14177,14177;41.688807;-108.8427058:14178;41.6887356;-108.8423841,way_type=user_defined:way_id=80W +edge,14178,14178;41.6887356;-108.8423841:14179;41.6886912;-108.8421771,way_type=user_defined:way_id=80W +edge,14179,14179;41.6886912;-108.8421771:14180;41.6886336;-108.841897,way_type=user_defined:way_id=80W +edge,14180,14180;41.6886336;-108.841897:14181;41.6885785;-108.8416146,way_type=user_defined:way_id=80W +edge,14181,14181;41.6885785;-108.8416146:14182;41.6885177;-108.8412849,way_type=user_defined:way_id=80W +edge,14182,14182;41.6885177;-108.8412849:14183;41.6884759;-108.8410449,way_type=user_defined:way_id=80W +edge,14183,14183;41.6884759;-108.8410449:14184;41.6884533;-108.8409052,way_type=user_defined:way_id=80W +edge,14184,14184;41.6884533;-108.8409052:14185;41.6884294;-108.8407561,way_type=user_defined:way_id=80W +edge,14185,14185;41.6884294;-108.8407561:14186;41.6883877;-108.8404746,way_type=user_defined:way_id=80W +edge,14186,14186;41.6883877;-108.8404746:14187;41.6883446;-108.8401634,way_type=user_defined:way_id=80W +edge,14187,14187;41.6883446;-108.8401634:14188;41.6883063;-108.8398704,way_type=user_defined:way_id=80W +edge,14188,14188;41.6883063;-108.8398704:14189;41.6882702;-108.8395772,way_type=user_defined:way_id=80W +edge,14189,14189;41.6882702;-108.8395772:14190;41.6882389;-108.8392931,way_type=user_defined:way_id=80W +edge,14190,14190;41.6882389;-108.8392931:14191;41.6882102;-108.8389991,way_type=user_defined:way_id=80W +edge,14191,14191;41.6882102;-108.8389991:14192;41.6881861;-108.8387225,way_type=user_defined:way_id=80W +edge,14192,14192;41.6881861;-108.8387225:14193;41.6881607;-108.8383896,way_type=user_defined:way_id=80W +edge,14193,14193;41.6881607;-108.8383896:14194;41.6881424;-108.8381028,way_type=user_defined:way_id=80W +edge,14194,14194;41.6881424;-108.8381028:14195;41.6881264;-108.837806,way_type=user_defined:way_id=80W +edge,14195,14195;41.6881264;-108.837806:14196;41.6881155;-108.8375173,way_type=user_defined:way_id=80W +edge,14196,14196;41.6881155;-108.8375173:14197;41.6881082;-108.8372287,way_type=user_defined:way_id=80W +edge,14197,14197;41.6881082;-108.8372287:14198;41.6881041;-108.837007,way_type=user_defined:way_id=80W +edge,14198,14198;41.6881041;-108.837007:14199;41.6880994;-108.8366116,way_type=user_defined:way_id=80W +edge,14199,14199;41.6880994;-108.8366116:14200;41.6881001;-108.8362751,way_type=user_defined:way_id=80W +edge,14200,14200;41.6881001;-108.8362751:14201;41.6881037;-108.8359939,way_type=user_defined:way_id=80W +edge,14201,14201;41.6881037;-108.8359939:14202;41.6881092;-108.8357432,way_type=user_defined:way_id=80W +edge,14202,14202;41.6881092;-108.8357432:14203;41.6881192;-108.8354163,way_type=user_defined:way_id=80W +edge,14203,14203;41.6881192;-108.8354163:14204;41.688151;-108.8345393,way_type=user_defined:way_id=80W +edge,14204,14204;41.688151;-108.8345393:14205;41.6882247;-108.8327655,way_type=user_defined:way_id=80W +edge,14205,14205;41.6882247;-108.8327655:14206;41.6882586;-108.8318995,way_type=user_defined:way_id=80W +edge,14206,14206;41.6882586;-108.8318995:14207;41.6882983;-108.8308091,way_type=user_defined:way_id=80W +edge,14207,14207;41.6882983;-108.8308091:14208;41.6883371;-108.8299078,way_type=user_defined:way_id=80W +edge,14208,14208;41.6883371;-108.8299078:14209;41.6883803;-108.8287365,way_type=user_defined:way_id=80W +edge,14209,14209;41.6883803;-108.8287365:14210;41.6884033;-108.8281983,way_type=user_defined:way_id=80W +edge,14210,14210;41.6884033;-108.8281983:14211;41.6884149;-108.8278715,way_type=user_defined:way_id=80W +edge,14211,14211;41.6884149;-108.8278715:14212;41.6884846;-108.8260981,way_type=user_defined:way_id=80W +edge,14212,14212;41.6884846;-108.8260981:14213;41.6885529;-108.8244494,way_type=user_defined:way_id=80W +edge,14213,14213;41.6885529;-108.8244494:14214;41.6885918;-108.823433,way_type=user_defined:way_id=80W +edge,14214,14214;41.6885918;-108.823433:14215;41.6886613;-108.8217284,way_type=user_defined:way_id=80W +edge,14215,14215;41.6886613;-108.8217284:14216;41.6886725;-108.8214342,way_type=user_defined:way_id=80W +edge,14216,14216;41.6886725;-108.8214342:14217;41.6887121;-108.820276,way_type=user_defined:way_id=80W +edge,14217,14217;41.6887121;-108.820276:14218;41.6887319;-108.8196594,way_type=user_defined:way_id=80W +edge,14218,14218;41.6887319;-108.8196594:14219;41.6887394;-108.8193751,way_type=user_defined:way_id=80W +edge,14219,14219;41.6887394;-108.8193751:14220;41.6887433;-108.8190816,way_type=user_defined:way_id=80W +edge,14220,14220;41.6887433;-108.8190816:14221;41.6887405;-108.8187876,way_type=user_defined:way_id=80W +edge,14221,14221;41.6887405;-108.8187876:14222;41.6887312;-108.8185032,way_type=user_defined:way_id=80W +edge,14222,14222;41.6887312;-108.8185032:14223;41.6887141;-108.8182101,way_type=user_defined:way_id=80W +edge,14223,14223;41.6887141;-108.8182101:14224;41.6886889;-108.8179179,way_type=user_defined:way_id=80W +edge,14224,14224;41.6886889;-108.8179179:14225;41.6886525;-108.8175982,way_type=user_defined:way_id=80W +edge,14225,14225;41.6886525;-108.8175982:14226;41.6886133;-108.8173171,way_type=user_defined:way_id=80W +edge,14226,14226;41.6886133;-108.8173171:14227;41.6885652;-108.8170283,way_type=user_defined:way_id=80W +edge,14227,14227;41.6885652;-108.8170283:14228;41.6885103;-108.8167413,way_type=user_defined:way_id=80W +edge,14228,14228;41.6885103;-108.8167413:14229;41.6884505;-108.8164653,way_type=user_defined:way_id=80W +edge,14229,14229;41.6884505;-108.8164653:14230;41.6883803;-108.816183,way_type=user_defined:way_id=80W +edge,14230,14230;41.6883803;-108.816183:14231;41.6882967;-108.8158866,way_type=user_defined:way_id=80W +edge,14231,14231;41.6882967;-108.8158866:14232;41.6882224;-108.8156473,way_type=user_defined:way_id=80W +edge,14232,14232;41.6882224;-108.8156473:14233;41.6881993;-108.815577,way_type=user_defined:way_id=80W +edge,14233,14233;41.6881993;-108.815577:14234;41.6881226;-108.8153495,way_type=user_defined:way_id=80W +edge,14234,14234;41.6881226;-108.8153495:14235;41.6880384;-108.8151162,way_type=user_defined:way_id=80W +edge,14235,14235;41.6880384;-108.8151162:14236;41.6879264;-108.8148264,way_type=user_defined:way_id=80W +edge,14236,14236;41.6879264;-108.8148264:14237;41.6878087;-108.8145402,way_type=user_defined:way_id=80W +edge,14237,14237;41.6878087;-108.8145402:14238;41.6876982;-108.8142814,way_type=user_defined:way_id=80W +edge,14238,14238;41.6876982;-108.8142814:14239;41.6876031;-108.8140662,way_type=user_defined:way_id=80W +edge,14239,14239;41.6876031;-108.8140662:14240;41.6874768;-108.8137857,way_type=user_defined:way_id=80W +edge,14240,14240;41.6874768;-108.8137857:14241;41.6873538;-108.8135173,way_type=user_defined:way_id=80W +edge,14241,14241;41.6873538;-108.8135173:14242;41.6867763;-108.8122802,way_type=user_defined:way_id=80W +edge,14242,14242;41.6867763;-108.8122802:14243;41.6863046;-108.8112621,way_type=user_defined:way_id=80W +edge,14243,14243;41.6863046;-108.8112621:14244;41.6858712;-108.8103351,way_type=user_defined:way_id=80W +edge,14244,14244;41.6858712;-108.8103351:14245;41.6852955;-108.8090957,way_type=user_defined:way_id=80W +edge,14245,14245;41.6852955;-108.8090957:14246;41.6849666;-108.8083955,way_type=user_defined:way_id=80W +edge,14246,14246;41.6849666;-108.8083955:14247;41.6844715;-108.8073332,way_type=user_defined:way_id=80W +edge,14247,14247;41.6844715;-108.8073332:14248;41.6839993;-108.8063125,way_type=user_defined:way_id=80W +edge,14248,14248;41.6839993;-108.8063125:14249;41.6838769;-108.8060393,way_type=user_defined:way_id=80W +edge,14249,14249;41.6838769;-108.8060393:14250;41.6837797;-108.8058134,way_type=user_defined:way_id=80W +edge,14250,14250;41.6837797;-108.8058134:14251;41.6836644;-108.8055345,way_type=user_defined:way_id=80W +edge,14251,14251;41.6836644;-108.8055345:14252;41.6835595;-108.8052702,way_type=user_defined:way_id=80W +edge,14252,14252;41.6835595;-108.8052702:14253;41.6834619;-108.8050125,way_type=user_defined:way_id=80W +edge,14253,14253;41.6834619;-108.8050125:14254;41.6833674;-108.8047529,way_type=user_defined:way_id=80W +edge,14254,14254;41.6833674;-108.8047529:14255;41.6832729;-108.8044838,way_type=user_defined:way_id=80W +edge,14255,14255;41.6832729;-108.8044838:14256;41.6831732;-108.8041869,way_type=user_defined:way_id=80W +edge,14256,14256;41.6831732;-108.8041869:14257;41.6830863;-108.8039154,way_type=user_defined:way_id=80W +edge,14257,14257;41.6830863;-108.8039154:14258;41.6830083;-108.8036589,way_type=user_defined:way_id=80W +edge,14258,14258;41.6830083;-108.8036589:14259;41.682929;-108.8033837,way_type=user_defined:way_id=80W +edge,14259,14259;41.682929;-108.8033837:14260;41.6828565;-108.8031158,way_type=user_defined:way_id=80W +edge,14260,14260;41.6828565;-108.8031158:14261;41.6827838;-108.8028281,way_type=user_defined:way_id=80W +edge,14261,14261;41.6827838;-108.8028281:14262;41.6827199;-108.8025573,way_type=user_defined:way_id=80W +edge,14262,14262;41.6827199;-108.8025573:14263;41.6826492;-108.8022376,way_type=user_defined:way_id=80W +edge,14263,14263;41.6826492;-108.8022376:14264;41.6824855;-108.8014744,way_type=user_defined:way_id=80W +edge,14264,14264;41.6824855;-108.8014744:14265;41.6822442;-108.8003224,way_type=user_defined:way_id=80W +edge,14265,14265;41.6822442;-108.8003224:14266;41.6821715;-108.7999722,way_type=user_defined:way_id=80W +edge,14266,14266;41.6821715;-108.7999722:14267;41.681957;-108.7989173,way_type=user_defined:way_id=80W +edge,14267,14267;41.681957;-108.7989173:14268;41.6817062;-108.797695,way_type=user_defined:way_id=80W +edge,14268,14268;41.6817062;-108.797695:14269;41.6817062;-108.797695,way_type=user_defined:way_id=80W +edge,14269,14269;41.6817062;-108.797695:14270;41.6812175;-108.7953385,way_type=user_defined:way_id=80W +edge,14270,14270;41.6812175;-108.7953385:14271;41.6809704;-108.7941595,way_type=user_defined:way_id=80W +edge,14271,14271;41.6809704;-108.7941595:14272;41.6807309;-108.792999,way_type=user_defined:way_id=80W +edge,14272,14272;41.6807309;-108.792999:14273;41.6805628;-108.7921954,way_type=user_defined:way_id=80W +edge,14273,14273;41.6805628;-108.7921954:14274;41.6802028;-108.7904478,way_type=user_defined:way_id=80W +edge,14274,14274;41.6802028;-108.7904478:14275;41.6800771;-108.7898516,way_type=user_defined:way_id=80W +edge,14275,14275;41.6800771;-108.7898516:14276;41.6800771;-108.7898516,way_type=user_defined:way_id=80W +edge,14276,14276;41.6800771;-108.7898516:14277;41.67913677;-108.7853303,way_type=user_defined:way_id=80W +edge,14277,14277;41.67913677;-108.7853303:14278;41.67854891;-108.7825037,way_type=user_defined:way_id=80W +edge,14278,14278;41.67854891;-108.7825037:14279;41.67854891;-108.7825037,way_type=user_defined:way_id=80W +edge,14279,14279;41.67854891;-108.7825037:14280;41.6783131;-108.7813691,way_type=user_defined:way_id=80W +edge,14280,14280;41.6783131;-108.7813691:14281;41.6781195;-108.7804285,way_type=user_defined:way_id=80W +edge,14281,14281;41.6781195;-108.7804285:14282;41.67792659;-108.7795056,way_type=user_defined:way_id=80W +edge,14282,14282;41.67792659;-108.7795056:14283;41.6775924;-108.7779067,way_type=user_defined:way_id=80W +edge,14283,14283;41.6775924;-108.7779067:14284;41.67732271;-108.7766053,way_type=user_defined:way_id=80W +edge,14284,14284;41.67732271;-108.7766053:14285;41.6770788;-108.7753845,way_type=user_defined:way_id=80W +edge,14285,14285;41.6770788;-108.7753845:14286;41.6770788;-108.7753845,way_type=user_defined:way_id=80W +edge,14286,14286;41.6770788;-108.7753845:14287;41.6769794;-108.7748602,way_type=user_defined:way_id=80W +edge,14287,14287;41.6769794;-108.7748602:14288;41.6769291;-108.7745777,way_type=user_defined:way_id=80W +edge,14288,14288;41.6769291;-108.7745777:14289;41.67690062;-108.7744085,way_type=user_defined:way_id=80W +edge,14289,14289;41.67690062;-108.7744085:14290;41.6768812;-108.7742931,way_type=user_defined:way_id=80W +edge,14290,14290;41.6768812;-108.7742931:14291;41.6767423;-108.773437,way_type=user_defined:way_id=80W +edge,14291,14291;41.6767423;-108.773437:14292;41.676699;-108.7731505,way_type=user_defined:way_id=80W +edge,14292,14292;41.676699;-108.7731505:14293;41.6766307;-108.7726814,way_type=user_defined:way_id=80W +edge,14293,14293;41.6766307;-108.7726814:14294;41.6765367;-108.7720099,way_type=user_defined:way_id=80W +edge,14294,14294;41.6765367;-108.7720099:14295;41.6764962;-108.771702,way_type=user_defined:way_id=80W +edge,14295,14295;41.6764962;-108.771702:14296;41.6764627;-108.7714322,way_type=user_defined:way_id=80W +edge,14296,14296;41.6764627;-108.7714322:14297;41.6764304;-108.771152,way_type=user_defined:way_id=80W +edge,14297,14297;41.6764304;-108.771152:14298;41.6763961;-108.7708342,way_type=user_defined:way_id=80W +edge,14298,14298;41.6763961;-108.7708342:14299;41.6763669;-108.7705441,way_type=user_defined:way_id=80W +edge,14299,14299;41.6763669;-108.7705441:14300;41.6763376;-108.770224,way_type=user_defined:way_id=80W +edge,14300,14300;41.6763376;-108.770224:14301;41.6762923;-108.7696822,way_type=user_defined:way_id=80W +edge,14301,14301;41.6762923;-108.7696822:14302;41.676225;-108.7688096,way_type=user_defined:way_id=80W +edge,14302,14302;41.676225;-108.7688096:14303;41.6761829;-108.7682355,way_type=user_defined:way_id=80W +edge,14303,14303;41.6761829;-108.7682355:14304;41.6760801;-108.7667853,way_type=user_defined:way_id=80W +edge,14304,14304;41.6760801;-108.7667853:14305;41.6760584;-108.7664937,way_type=user_defined:way_id=80W +edge,14305,14305;41.6760584;-108.7664937:14306;41.6760102;-108.7658806,way_type=user_defined:way_id=80W +edge,14306,14306;41.6760102;-108.7658806:14307;41.6759054;-108.7644672,way_type=user_defined:way_id=80W +edge,14307,14307;41.6759054;-108.7644672:14308;41.6758628;-108.7638556,way_type=user_defined:way_id=80W +edge,14308,14308;41.6758628;-108.7638556:14309;41.6757961;-108.7629436,way_type=user_defined:way_id=80W +edge,14309,14309;41.6757961;-108.7629436:14310;41.6756075;-108.7603122,way_type=user_defined:way_id=80W +edge,14310,14310;41.6756075;-108.7603122:14311;41.6755421;-108.7594338,way_type=user_defined:way_id=80W +edge,14311,14311;41.6755421;-108.7594338:14312;41.6754528;-108.7582066,way_type=user_defined:way_id=80W +edge,14312,14312;41.6754528;-108.7582066:14313;41.6753581;-108.7568616,way_type=user_defined:way_id=80W +edge,14313,14313;41.6753581;-108.7568616:14314;41.6752472;-108.7553874,way_type=user_defined:way_id=80W +edge,14314,14314;41.6752472;-108.7553874:14315;41.67523574;-108.7552203,way_type=user_defined:way_id=80W +edge,14315,14315;41.67523574;-108.7552203:14316;41.6751241;-108.7535917,way_type=user_defined:way_id=80W +edge,14316,14316;41.6751241;-108.7535917:14317;41.6750583;-108.7527193,way_type=user_defined:way_id=80W +edge,14317,14317;41.6750583;-108.7527193:14318;41.6749543;-108.7512496,way_type=user_defined:way_id=80W +edge,14318,14318;41.6749543;-108.7512496:14319;41.6749091;-108.7506314,way_type=user_defined:way_id=80W +edge,14319,14319;41.6749091;-108.7506314:14320;41.6748852;-108.7503094,way_type=user_defined:way_id=80W +edge,14320,14320;41.6748852;-108.7503094:14321;41.6748425;-108.7497708,way_type=user_defined:way_id=80W +edge,14321,14321;41.6748425;-108.7497708:14322;41.67479656;-108.7490974,way_type=user_defined:way_id=80W +edge,14322,14322;41.67479656;-108.7490974:14323;41.6747909;-108.7490145,way_type=user_defined:way_id=80W +edge,14323,14323;41.6747909;-108.7490145:14324;41.6747641;-108.7486417,way_type=user_defined:way_id=80W +edge,14324,14324;41.6747641;-108.7486417:14325;41.6745658;-108.7460078,way_type=user_defined:way_id=80W +edge,14325,14325;41.6745658;-108.7460078:14326;41.6745394;-108.7456834,way_type=user_defined:way_id=80W +edge,14326,14326;41.6745394;-108.7456834:14327;41.6745115;-108.7453889,way_type=user_defined:way_id=80W +edge,14327,14327;41.6745115;-108.7453889:14328;41.6744816;-108.7451128,way_type=user_defined:way_id=80W +edge,14328,14328;41.6744816;-108.7451128:14329;41.6744163;-108.7445639,way_type=user_defined:way_id=80W +edge,14329,14329;41.6744163;-108.7445639:14330;41.6743791;-108.7442805,way_type=user_defined:way_id=80W +edge,14330,14330;41.6743791;-108.7442805:14331;41.6743384;-108.7439979,way_type=user_defined:way_id=80W +edge,14331,14331;41.6743384;-108.7439979:14332;41.6742923;-108.7437067,way_type=user_defined:way_id=80W +edge,14332,14332;41.6742923;-108.7437067:14333;41.6742445;-108.7434258,way_type=user_defined:way_id=80W +edge,14333,14333;41.6742445;-108.7434258:14334;41.6741948;-108.7431444,way_type=user_defined:way_id=80W +edge,14334,14334;41.6741948;-108.7431444:14335;41.6741432;-108.7428636,way_type=user_defined:way_id=80W +edge,14335,14335;41.6741432;-108.7428636:14336;41.6740882;-108.7425826,way_type=user_defined:way_id=80W +edge,14336,14336;41.6740882;-108.7425826:14337;41.674038;-108.7423395,way_type=user_defined:way_id=80W +edge,14337,14337;41.674038;-108.7423395:14338;41.6739689;-108.742022,way_type=user_defined:way_id=80W +edge,14338,14338;41.6739689;-108.742022:14339;41.6739012;-108.7417335,way_type=user_defined:way_id=80W +edge,14339,14339;41.6739012;-108.7417335:14340;41.6738345;-108.7414622,way_type=user_defined:way_id=80W +edge,14340,14340;41.6738345;-108.7414622:14341;41.6737725;-108.7412177,way_type=user_defined:way_id=80W +edge,14341,14341;41.6737725;-108.7412177:14342;41.6736919;-108.7409106,way_type=user_defined:way_id=80W +edge,14342,14342;41.6736919;-108.7409106:14343;41.6736181;-108.7406408,way_type=user_defined:way_id=80W +edge,14343,14343;41.6736181;-108.7406408:14344;41.6735389;-108.7403639,way_type=user_defined:way_id=80W +edge,14344,14344;41.6735389;-108.7403639:14345;41.6734589;-108.7400981,way_type=user_defined:way_id=80W +edge,14345,14345;41.6734589;-108.7400981:14346;41.6733642;-108.7397992,way_type=user_defined:way_id=80W +edge,14346,14346;41.6733642;-108.7397992:14347;41.6732741;-108.7395289,way_type=user_defined:way_id=80W +edge,14347,14347;41.6732741;-108.7395289:14348;41.6731838;-108.7392688,way_type=user_defined:way_id=80W +edge,14348,14348;41.6731838;-108.7392688:14349;41.673088;-108.7390014,way_type=user_defined:way_id=80W +edge,14349,14349;41.673088;-108.7390014:14350;41.6729894;-108.7387358,way_type=user_defined:way_id=80W +edge,14350,14350;41.6729894;-108.7387358:14351;41.6728941;-108.7384884,way_type=user_defined:way_id=80W +edge,14351,14351;41.6728941;-108.7384884:14352;41.67279;-108.7382266,way_type=user_defined:way_id=80W +edge,14352,14352;41.67279;-108.7382266:14353;41.6726692;-108.7379323,way_type=user_defined:way_id=80W +edge,14353,14353;41.6726692;-108.7379323:14354;41.672563;-108.7376814,way_type=user_defined:way_id=80W +edge,14354,14354;41.672563;-108.7376814:14355;41.6723447;-108.7371837,way_type=user_defined:way_id=80W +edge,14355,14355;41.6723447;-108.7371837:14356;41.6722186;-108.7369043,way_type=user_defined:way_id=80W +edge,14356,14356;41.6722186;-108.7369043:14357;41.6721002;-108.7366522,way_type=user_defined:way_id=80W +edge,14357,14357;41.6721002;-108.7366522:14358;41.6719819;-108.7364118,way_type=user_defined:way_id=80W +edge,14358,14358;41.6719819;-108.7364118:14359;41.6718435;-108.7361422,way_type=user_defined:way_id=80W +edge,14359,14359;41.6718435;-108.7361422:14360;41.6717317;-108.7359297,way_type=user_defined:way_id=80W +edge,14360,14360;41.6717317;-108.7359297:14361;41.671635;-108.7357499,way_type=user_defined:way_id=80W +edge,14361,14361;41.671635;-108.7357499:14362;41.6714772;-108.7354619,way_type=user_defined:way_id=80W +edge,14362,14362;41.6714772;-108.7354619:14363;41.6713252;-108.7351942,way_type=user_defined:way_id=80W +edge,14363,14363;41.6713252;-108.7351942:14364;41.6711962;-108.7349754,way_type=user_defined:way_id=80W +edge,14364,14364;41.6711962;-108.7349754:14365;41.6710557;-108.7347443,way_type=user_defined:way_id=80W +edge,14365,14365;41.6710557;-108.7347443:14366;41.6708994;-108.7344939,way_type=user_defined:way_id=80W +edge,14366,14366;41.6708994;-108.7344939:14367;41.6706203;-108.7340608,way_type=user_defined:way_id=80W +edge,14367,14367;41.6706203;-108.7340608:14368;41.6691814;-108.7318755,way_type=user_defined:way_id=80W +edge,14368,14368;41.6691814;-108.7318755:14369;41.6687471;-108.7312188,way_type=user_defined:way_id=80W +edge,14369,14369;41.6687471;-108.7312188:14370;41.6683;-108.730536,way_type=user_defined:way_id=80W +edge,14370,14370;41.6683;-108.730536:14371;41.6678613;-108.7298795,way_type=user_defined:way_id=80W +edge,14371,14371;41.6678613;-108.7298795:14372;41.6674196;-108.7292023,way_type=user_defined:way_id=80W +edge,14372,14372;41.6674196;-108.7292023:14373;41.6669849;-108.728546,way_type=user_defined:way_id=80W +edge,14373,14373;41.6669849;-108.728546:14374;41.6664085;-108.72767,way_type=user_defined:way_id=80W +edge,14374,14374;41.6664085;-108.72767:14375;41.6659775;-108.727021,way_type=user_defined:way_id=80W +edge,14375,14375;41.6659775;-108.727021:14376;41.6655235;-108.7263301,way_type=user_defined:way_id=80W +edge,14376,14376;41.6655235;-108.7263301:14377;41.6649664;-108.7254902,way_type=user_defined:way_id=80W +edge,14377,14377;41.6649664;-108.7254902:14378;41.6637299;-108.7236156,way_type=user_defined:way_id=80W +edge,14378,14378;41.6637299;-108.7236156:14379;41.6632205;-108.7228403,way_type=user_defined:way_id=80W +edge,14379,14379;41.6632205;-108.7228403:14380;41.6628064;-108.7222157,way_type=user_defined:way_id=80W +edge,14380,14380;41.6628064;-108.7222157:14381;41.662125;-108.7211785,way_type=user_defined:way_id=80W +edge,14381,14381;41.662125;-108.7211785:14382;41.661509;-108.7202475,way_type=user_defined:way_id=80W +edge,14382,14382;41.661509;-108.7202475:14383;41.660803;-108.7191868,way_type=user_defined:way_id=80W +edge,14383,14383;41.660803;-108.7191868:14384;41.6598833;-108.7177892,way_type=user_defined:way_id=80W +edge,14384,14384;41.6598833;-108.7177892:14385;41.6590604;-108.7165458,way_type=user_defined:way_id=80W +edge,14385,14385;41.6590604;-108.7165458:14386;41.6587324;-108.7160467,way_type=user_defined:way_id=80W +edge,14386,14386;41.6587324;-108.7160467:14387;41.6576887;-108.7144669,way_type=user_defined:way_id=80W +edge,14387,14387;41.6576887;-108.7144669:14388;41.6570374;-108.7134861,way_type=user_defined:way_id=80W +edge,14388,14388;41.6570374;-108.7134861:14389;41.6563713;-108.7124771,way_type=user_defined:way_id=80W +edge,14389,14389;41.6563713;-108.7124771:14390;41.6556484;-108.7113907,way_type=user_defined:way_id=80W +edge,14390,14390;41.6556484;-108.7113907:14391;41.6553613;-108.7109496,way_type=user_defined:way_id=80W +edge,14391,14391;41.6553613;-108.7109496:14392;41.65525036;-108.7107747,way_type=user_defined:way_id=80W +edge,14392,14392;41.65525036;-108.7107747:14393;41.6548161;-108.7100903,way_type=user_defined:way_id=80W +edge,14393,14393;41.6548161;-108.7100903:14394;41.6546548;-108.7098307,way_type=user_defined:way_id=80W +edge,14394,14394;41.6546548;-108.7098307:14395;41.6545182;-108.7096048,way_type=user_defined:way_id=80W +edge,14395,14395;41.6545182;-108.7096048:14396;41.6543829;-108.7093772,way_type=user_defined:way_id=80W +edge,14396,14396;41.6543829;-108.7093772:14397;41.6542178;-108.7090935,way_type=user_defined:way_id=80W +edge,14397,14397;41.6542178;-108.7090935:14398;41.6541161;-108.7089156,way_type=user_defined:way_id=80W +edge,14398,14398;41.6541161;-108.7089156:14399;41.6538571;-108.7084546,way_type=user_defined:way_id=80W +edge,14399,14399;41.6538571;-108.7084546:14400;41.6537267;-108.7082177,way_type=user_defined:way_id=80W +edge,14400,14400;41.6537267;-108.7082177:14401;41.6535975;-108.7079785,way_type=user_defined:way_id=80W +edge,14401,14401;41.6535975;-108.7079785:14402;41.6534283;-108.7076598,way_type=user_defined:way_id=80W +edge,14402,14402;41.6534283;-108.7076598:14403;41.6532228;-108.7072681,way_type=user_defined:way_id=80W +edge,14403,14403;41.6532228;-108.7072681:14404;41.6529583;-108.7067534,way_type=user_defined:way_id=80W +edge,14404,14404;41.6529583;-108.7067534:14405;41.652838;-108.7065134,way_type=user_defined:way_id=80W +edge,14405,14405;41.652838;-108.7065134:14406;41.6527191;-108.7062722,way_type=user_defined:way_id=80W +edge,14406,14406;41.6527191;-108.7062722:14407;41.6525814;-108.7059895,way_type=user_defined:way_id=80W +edge,14407,14407;41.6525814;-108.7059895:14408;41.6524681;-108.7057531,way_type=user_defined:way_id=80W +edge,14408,14408;41.6524681;-108.7057531:14409;41.6523489;-108.7054995,way_type=user_defined:way_id=80W +edge,14409,14409;41.6523489;-108.7054995:14410;41.6522236;-108.7052286,way_type=user_defined:way_id=80W +edge,14410,14410;41.6522236;-108.7052286:14411;41.6521223;-108.7050067,way_type=user_defined:way_id=80W +edge,14411,14411;41.6521223;-108.7050067:14412;41.6520008;-108.7047343,way_type=user_defined:way_id=80W +edge,14412,14412;41.6520008;-108.7047343:14413;41.651779;-108.7042208,way_type=user_defined:way_id=80W +edge,14413,14413;41.651779;-108.7042208:14414;41.6516737;-108.7039727,way_type=user_defined:way_id=80W +edge,14414,14414;41.6516737;-108.7039727:14415;41.651567;-108.7037163,way_type=user_defined:way_id=80W +edge,14415,14415;41.651567;-108.7037163:14416;41.6514624;-108.7034603,way_type=user_defined:way_id=80W +edge,14416,14416;41.6514624;-108.7034603:14417;41.6513493;-108.7031785,way_type=user_defined:way_id=80W +edge,14417,14417;41.6513493;-108.7031785:14418;41.651158;-108.7026899,way_type=user_defined:way_id=80W +edge,14418,14418;41.651158;-108.7026899:14419;41.6509624;-108.7021758,way_type=user_defined:way_id=80W +edge,14419,14419;41.6509624;-108.7021758:14420;41.6507643;-108.7016445,way_type=user_defined:way_id=80W +edge,14420,14420;41.6507643;-108.7016445:14421;41.6506739;-108.701394,way_type=user_defined:way_id=80W +edge,14421,14421;41.6506739;-108.701394:14422;41.6503882;-108.7005653,way_type=user_defined:way_id=80W +edge,14422,14422;41.6503882;-108.7005653:14423;41.6503109;-108.7003346,way_type=user_defined:way_id=80W +edge,14423,14423;41.6503109;-108.7003346:14424;41.6502213;-108.7000586,way_type=user_defined:way_id=80W +edge,14424,14424;41.6502213;-108.7000586:14425;41.6500551;-108.6995319,way_type=user_defined:way_id=80W +edge,14425,14425;41.6500551;-108.6995319:14426;41.6498941;-108.6990002,way_type=user_defined:way_id=80W +edge,14426,14426;41.6498941;-108.6990002:14427;41.6497255;-108.6984253,way_type=user_defined:way_id=80W +edge,14427,14427;41.6497255;-108.6984253:14428;41.6496546;-108.6981773,way_type=user_defined:way_id=80W +edge,14428,14428;41.6496546;-108.6981773:14429;41.6495876;-108.6979362,way_type=user_defined:way_id=80W +edge,14429,14429;41.6495876;-108.6979362:14430;41.6494307;-108.6973627,way_type=user_defined:way_id=80W +edge,14430,14430;41.6494307;-108.6973627:14431;41.6493501;-108.6970548,way_type=user_defined:way_id=80W +edge,14431,14431;41.6493501;-108.6970548:14432;41.649273;-108.6967444,way_type=user_defined:way_id=80W +edge,14432,14432;41.649273;-108.6967444:14433;41.6492133;-108.6964971,way_type=user_defined:way_id=80W +edge,14433,14433;41.6492133;-108.6964971:14434;41.649076;-108.6959108,way_type=user_defined:way_id=80W +edge,14434,14434;41.649076;-108.6959108:14435;41.6488845;-108.6950697,way_type=user_defined:way_id=80W +edge,14435,14435;41.6488845;-108.6950697:14436;41.648826;-108.6948028,way_type=user_defined:way_id=80W +edge,14436,14436;41.648826;-108.6948028:14437;41.6487657;-108.6945167,way_type=user_defined:way_id=80W +edge,14437,14437;41.6487657;-108.6945167:14438;41.6487023;-108.6942004,way_type=user_defined:way_id=80W +edge,14438,14438;41.6487023;-108.6942004:14439;41.6485956;-108.6936392,way_type=user_defined:way_id=80W +edge,14439,14439;41.6485956;-108.6936392:14440;41.6485421;-108.6933487,way_type=user_defined:way_id=80W +edge,14440,14440;41.6485421;-108.6933487:14441;41.6484554;-108.6928602,way_type=user_defined:way_id=80W +edge,14441,14441;41.6484554;-108.6928602:14442;41.6483878;-108.6924644,way_type=user_defined:way_id=80W +edge,14442,14442;41.6483878;-108.6924644:14443;41.6483411;-108.6921813,way_type=user_defined:way_id=80W +edge,14443,14443;41.6483411;-108.6921813:14444;41.6482503;-108.6916063,way_type=user_defined:way_id=80W +edge,14444,14444;41.6482503;-108.6916063:14445;41.6482083;-108.6913241,way_type=user_defined:way_id=80W +edge,14445,14445;41.6482083;-108.6913241:14446;41.6481636;-108.6910046,way_type=user_defined:way_id=80W +edge,14446,14446;41.6481636;-108.6910046:14447;41.64808001;-108.6903583,way_type=user_defined:way_id=80W +edge,14447,14447;41.64808001;-108.6903583:14448;41.64806055;-108.6901887,way_type=user_defined:way_id=80W +edge,14448,14448;41.64806055;-108.6901887:14449;41.64803523;-108.6899942,way_type=user_defined:way_id=80W +edge,14449,14449;41.64803523;-108.6899942:14450;41.64801771;-108.6898342,way_type=user_defined:way_id=80W +edge,14450,14450;41.64801771;-108.6898342:14451;41.64799605;-108.6896587,way_type=user_defined:way_id=80W +edge,14451,14451;41.64799605;-108.6896587:14452;41.64797757;-108.6894795,way_type=user_defined:way_id=80W +edge,14452,14452;41.64797757;-108.6894795:14453;41.6479749;-108.6894339,way_type=user_defined:way_id=80W +edge,14453,14453;41.6479749;-108.6894339:14454;41.647926;-108.6889596,way_type=user_defined:way_id=80W +edge,14454,14454;41.647926;-108.6889596:14455;41.6479016;-108.6887085,way_type=user_defined:way_id=80W +edge,14455,14455;41.6479016;-108.6887085:14456;41.6478714;-108.6883729,way_type=user_defined:way_id=80W +edge,14456,14456;41.6478714;-108.6883729:14457;41.6478274;-108.687839,way_type=user_defined:way_id=80W +edge,14457,14457;41.6478274;-108.687839:14458;41.6478059;-108.6875567,way_type=user_defined:way_id=80W +edge,14458,14458;41.6478059;-108.6875567:14459;41.6477828;-108.6872263,way_type=user_defined:way_id=80W +edge,14459,14459;41.6477828;-108.6872263:14460;41.6477642;-108.6869419,way_type=user_defined:way_id=80W +edge,14460,14460;41.6477642;-108.6869419:14461;41.6477492;-108.686685,way_type=user_defined:way_id=80W +edge,14461,14461;41.6477492;-108.686685:14462;41.6477329;-108.6863609,way_type=user_defined:way_id=80W +edge,14462,14462;41.6477329;-108.6863609:14463;41.647719;-108.6860275,way_type=user_defined:way_id=80W +edge,14463,14463;41.647719;-108.6860275:14464;41.64769755;-108.6853945,way_type=user_defined:way_id=80W +edge,14464,14464;41.64769755;-108.6853945:14465;41.647665;-108.6842562,way_type=user_defined:way_id=80W +edge,14465,14465;41.647665;-108.6842562:14466;41.647665;-108.6842562,way_type=user_defined:way_id=80W +edge,14466,14466;41.647665;-108.6842562:14467;41.6475554;-108.6801113,way_type=user_defined:way_id=80W +edge,14467,14467;41.6475554;-108.6801113:14468;41.6474585;-108.6764469,way_type=user_defined:way_id=80W +edge,14468,14468;41.6474585;-108.6764469:14469;41.6474585;-108.6764469,way_type=user_defined:way_id=80W +edge,14469,14469;41.6474585;-108.6764469:14470;41.6474355;-108.6755599,way_type=user_defined:way_id=80W +edge,14470,14470;41.6474355;-108.6755599:14471;41.6474011;-108.6744076,way_type=user_defined:way_id=80W +edge,14471,14471;41.6474011;-108.6744076:14472;41.6472951;-108.6702526,way_type=user_defined:way_id=80W +edge,14472,14472;41.6472951;-108.6702526:14473;41.64726975;-108.6693632,way_type=user_defined:way_id=80W +edge,14473,14473;41.64726975;-108.6693632:14474;41.647267;-108.6692668,way_type=user_defined:way_id=80W +edge,14474,14474;41.647267;-108.6692668:14475;41.64723406;-108.668036,way_type=user_defined:way_id=80W +edge,14475,14475;41.64723406;-108.668036:14476;41.64723406;-108.668036,way_type=user_defined:way_id=80W +edge,14476,14476;41.64723406;-108.668036:14477;41.6472277;-108.6678152,way_type=user_defined:way_id=80W +edge,14477,14477;41.6472277;-108.6678152:14478;41.64720513;-108.6670312,way_type=user_defined:way_id=80W +edge,14478,14478;41.64720513;-108.6670312:14479;41.6471836;-108.6661484,way_type=user_defined:way_id=80W +edge,14479,14479;41.6471836;-108.6661484:14480;41.6471531;-108.6650179,way_type=user_defined:way_id=80W +edge,14480,14480;41.6471531;-108.6650179:14481;41.6471346;-108.6644127,way_type=user_defined:way_id=80W +edge,14481,14481;41.6471346;-108.6644127:14482;41.6471123;-108.6635661,way_type=user_defined:way_id=80W +edge,14482,14482;41.6471123;-108.6635661:14483;41.6470843;-108.6626189,way_type=user_defined:way_id=80W +edge,14483,14483;41.6470843;-108.6626189:14484;41.6470476;-108.6612068,way_type=user_defined:way_id=80W +edge,14484,14484;41.6470476;-108.6612068:14485;41.6470217;-108.6603275,way_type=user_defined:way_id=80W +edge,14485,14485;41.6470217;-108.6603275:14486;41.6470059;-108.6597108,way_type=user_defined:way_id=80W +edge,14486,14486;41.6470059;-108.6597108:14487;41.6469724;-108.6585485,way_type=user_defined:way_id=80W +edge,14487,14487;41.6469724;-108.6585485:14488;41.6469503;-108.6576786,way_type=user_defined:way_id=80W +edge,14488,14488;41.6469503;-108.6576786:14489;41.6469245;-108.6567734,way_type=user_defined:way_id=80W +edge,14489,14489;41.6469245;-108.6567734:14490;41.6469099;-108.6561927,way_type=user_defined:way_id=80W +edge,14490,14490;41.6469099;-108.6561927:14491;41.6468821;-108.6552493,way_type=user_defined:way_id=80W +edge,14491,14491;41.6468821;-108.6552493:14492;41.6468821;-108.6552493,way_type=user_defined:way_id=80W +edge,14492,14492;41.6468821;-108.6552493:14493;41.6468584;-108.6543062,way_type=user_defined:way_id=80W +edge,14493,14493;41.6468584;-108.6543062:14494;41.6468483;-108.6538301,way_type=user_defined:way_id=80W +edge,14494,14494;41.6468483;-108.6538301:14495;41.6468424;-108.6534685,way_type=user_defined:way_id=80W +edge,14495,14495;41.6468424;-108.6534685:14496;41.6468369;-108.6529551,way_type=user_defined:way_id=80W +edge,14496,14496;41.6468369;-108.6529551:14497;41.6468359;-108.6526701,way_type=user_defined:way_id=80W +edge,14497,14497;41.6468359;-108.6526701:14498;41.6468371;-108.6523475,way_type=user_defined:way_id=80W +edge,14498,14498;41.6468371;-108.6523475:14499;41.6468401;-108.6520818,way_type=user_defined:way_id=80W +edge,14499,14499;41.6468401;-108.6520818:14500;41.6468499;-108.6515019,way_type=user_defined:way_id=80W +edge,14500,14500;41.6468499;-108.6515019:14501;41.646857;-108.651178,way_type=user_defined:way_id=80W +edge,14501,14501;41.646857;-108.651178:14502;41.6468669;-108.6508443,way_type=user_defined:way_id=80W +edge,14502,14502;41.6468669;-108.6508443:14503;41.6468857;-108.6503385,way_type=user_defined:way_id=80W +edge,14503,14503;41.6468857;-108.6503385:14504;41.6469007;-108.6500138,way_type=user_defined:way_id=80W +edge,14504,14504;41.6469007;-108.6500138:14505;41.6469188;-108.6496803,way_type=user_defined:way_id=80W +edge,14505,14505;41.6469188;-108.6496803:14506;41.6469403;-108.6493266,way_type=user_defined:way_id=80W +edge,14506,14506;41.6469403;-108.6493266:14507;41.6469739;-108.6488138,way_type=user_defined:way_id=80W +edge,14507,14507;41.6469739;-108.6488138:14508;41.6469944;-108.6485302,way_type=user_defined:way_id=80W +edge,14508,14508;41.6469944;-108.6485302:14509;41.6470176;-108.6482382,way_type=user_defined:way_id=80W +edge,14509,14509;41.6470176;-108.6482382:14510;41.6470671;-108.6476562,way_type=user_defined:way_id=80W +edge,14510,14510;41.6470671;-108.6476562:14511;41.6473524;-108.6445877,way_type=user_defined:way_id=80W +edge,14511,14511;41.6473524;-108.6445877:14512;41.6475471;-108.6424302,way_type=user_defined:way_id=80W +edge,14512,14512;41.6475471;-108.6424302:14513;41.6476898;-108.6409111,way_type=user_defined:way_id=80W +edge,14513,14513;41.6476898;-108.6409111:14514;41.6478174;-108.6395074,way_type=user_defined:way_id=80W +edge,14514,14514;41.6478174;-108.6395074:14515;41.6480064;-108.6374957,way_type=user_defined:way_id=80W +edge,14515,14515;41.6480064;-108.6374957:14516;41.6481173;-108.6362661,way_type=user_defined:way_id=80W +edge,14516,14516;41.6481173;-108.6362661:14517;41.64817309;-108.6356726,way_type=user_defined:way_id=80W +edge,14517,14517;41.64817309;-108.6356726:14518;41.6482259;-108.6351108,way_type=user_defined:way_id=80W +edge,14518,14518;41.6482259;-108.6351108:14519;41.64843112;-108.6328672,way_type=user_defined:way_id=80W +edge,14519,14519;41.64843112;-108.6328672:14520;41.64843112;-108.6328672,way_type=user_defined:way_id=80W +edge,14520,14520;41.64843112;-108.6328672:14521;41.6485481;-108.6315815,way_type=user_defined:way_id=80W +edge,14521,14521;41.6485481;-108.6315815:14522;41.6486257;-108.630713,way_type=user_defined:way_id=80W +edge,14522,14522;41.6486257;-108.630713:14523;41.6486908;-108.6300246,way_type=user_defined:way_id=80W +edge,14523,14523;41.6486908;-108.6300246:14524;41.64875348;-108.629345,way_type=user_defined:way_id=80W +edge,14524,14524;41.64875348;-108.629345:14525;41.6488386;-108.628422,way_type=user_defined:way_id=80W +edge,14525,14525;41.6488386;-108.628422:14526;41.6488844;-108.6279116,way_type=user_defined:way_id=80W +edge,14526,14526;41.6488844;-108.6279116:14527;41.64893906;-108.6273452,way_type=user_defined:way_id=80W +edge,14527,14527;41.64893906;-108.6273452:14528;41.64893906;-108.6273452,way_type=user_defined:way_id=80W +edge,14528,14528;41.64893906;-108.6273452:14529;41.6489583;-108.6271449,way_type=user_defined:way_id=80W +edge,14529,14529;41.6489583;-108.6271449:14530;41.6490384;-108.6262442,way_type=user_defined:way_id=80W +edge,14530,14530;41.6490384;-108.6262442:14531;41.64904;-108.6262086,way_type=user_defined:way_id=80W +edge,14531,14531;41.64904;-108.6262086:14532;41.6490596;-108.625992,way_type=user_defined:way_id=80W +edge,14532,14532;41.6490596;-108.625992:14533;41.64909206;-108.6256411,way_type=user_defined:way_id=80W +edge,14533,14533;41.64909206;-108.6256411:14534;41.6492503;-108.6239307,way_type=user_defined:way_id=80W +edge,14534,14534;41.6492503;-108.6239307:14535;41.6493306;-108.623029,way_type=user_defined:way_id=80W +edge,14535,14535;41.6493306;-108.623029:14536;41.6494596;-108.6216571,way_type=user_defined:way_id=80W +edge,14536,14536;41.6494596;-108.6216571:14537;41.6494596;-108.6216571,way_type=user_defined:way_id=80W +edge,14537,14537;41.6494596;-108.6216571:14538;41.64952027;-108.6209856,way_type=user_defined:way_id=80W +edge,14538,14538;41.64952027;-108.6209856:14539;41.6495446;-108.6207164,way_type=user_defined:way_id=80W +edge,14539,14539;41.6495446;-108.6207164:14540;41.6496169;-108.6198508,way_type=user_defined:way_id=80W +edge,14540,14540;41.6496169;-108.6198508:14541;41.6496614;-108.6192661,way_type=user_defined:way_id=80W +edge,14541,14541;41.6496614;-108.6192661:14542;41.6497011;-108.6186526,way_type=user_defined:way_id=80W +edge,14542,14542;41.6497011;-108.6186526:14543;41.6497152;-108.6184072,way_type=user_defined:way_id=80W +edge,14543,14543;41.6497152;-108.6184072:14544;41.6497315;-108.618086,way_type=user_defined:way_id=80W +edge,14544,14544;41.6497315;-108.618086:14545;41.649756;-108.6174917,way_type=user_defined:way_id=80W +edge,14545,14545;41.649756;-108.6174917:14546;41.6497703;-108.6170668,way_type=user_defined:way_id=80W +edge,14546,14546;41.6497703;-108.6170668:14547;41.6497823;-108.6166324,way_type=user_defined:way_id=80W +edge,14547,14547;41.6497823;-108.6166324:14548;41.6497935;-108.616037,way_type=user_defined:way_id=80W +edge,14548,14548;41.6497935;-108.616037:14549;41.6497962;-108.6157529,way_type=user_defined:way_id=80W +edge,14549,14549;41.6497962;-108.6157529:14550;41.6497966;-108.6154689,way_type=user_defined:way_id=80W +edge,14550,14550;41.6497966;-108.6154689:14551;41.649795;-108.6151488,way_type=user_defined:way_id=80W +edge,14551,14551;41.649795;-108.6151488:14552;41.6497887;-108.6145592,way_type=user_defined:way_id=80W +edge,14552,14552;41.6497887;-108.6145592:14553;41.6497788;-108.6139654,way_type=user_defined:way_id=80W +edge,14553,14553;41.6497788;-108.6139654:14554;41.6497716;-108.6136907,way_type=user_defined:way_id=80W +edge,14554,14554;41.6497716;-108.6136907:14555;41.6497617;-108.613395,way_type=user_defined:way_id=80W +edge,14555,14555;41.6497617;-108.613395:14556;41.6497352;-108.6127516,way_type=user_defined:way_id=80W +edge,14556,14556;41.6497352;-108.6127516:14557;41.6497152;-108.6123509,way_type=user_defined:way_id=80W +edge,14557,14557;41.6497152;-108.6123509:14558;41.6496904;-108.6118994,way_type=user_defined:way_id=80W +edge,14558,14558;41.6496904;-108.6118994:14559;41.6496604;-108.6114206,way_type=user_defined:way_id=80W +edge,14559,14559;41.6496604;-108.6114206:14560;41.6496358;-108.6110709,way_type=user_defined:way_id=80W +edge,14560,14560;41.6496358;-108.6110709:14561;41.6496113;-108.6107513,way_type=user_defined:way_id=80W +edge,14561,14561;41.6496113;-108.6107513:14562;41.6495871;-108.6104605,way_type=user_defined:way_id=80W +edge,14562,14562;41.6495871;-108.6104605:14563;41.6495606;-108.6101707,way_type=user_defined:way_id=80W +edge,14563,14563;41.6495606;-108.6101707:14564;41.6495319;-108.6098819,way_type=user_defined:way_id=80W +edge,14564,14564;41.6495319;-108.6098819:14565;41.6494684;-108.6092811,way_type=user_defined:way_id=80W +edge,14565,14565;41.6494684;-108.6092811:14566;41.6494392;-108.6090196,way_type=user_defined:way_id=80W +edge,14566,14566;41.6494392;-108.6090196:14567;41.6494055;-108.6087335,way_type=user_defined:way_id=80W +edge,14567,14567;41.6494055;-108.6087335:14568;41.6493001;-108.6078679,way_type=user_defined:way_id=80W +edge,14568,14568;41.6493001;-108.6078679:14569;41.6491525;-108.6067271,way_type=user_defined:way_id=80W +edge,14569,14569;41.6491525;-108.6067271:14570;41.6490112;-108.6055813,way_type=user_defined:way_id=80W +edge,14570,14570;41.6490112;-108.6055813:14571;41.6488994;-108.6047234,way_type=user_defined:way_id=80W +edge,14571,14571;41.6488994;-108.6047234:14572;41.6487901;-108.6038596,way_type=user_defined:way_id=80W +edge,14572,14572;41.6487901;-108.6038596:14573;41.6485272;-108.6018182,way_type=user_defined:way_id=80W +edge,14573,14573;41.6485272;-108.6018182:14574;41.648384;-108.6006708,way_type=user_defined:way_id=80W +edge,14574,14574;41.648384;-108.6006708:14575;41.6482108;-108.5993127,way_type=user_defined:way_id=80W +edge,14575,14575;41.6482108;-108.5993127:14576;41.647982;-108.5975521,way_type=user_defined:way_id=80W +edge,14576,14576;41.647982;-108.5975521:14577;41.6478017;-108.5961155,way_type=user_defined:way_id=80W +edge,14577,14577;41.6478017;-108.5961155:14578;41.6476085;-108.5946053,way_type=user_defined:way_id=80W +edge,14578,14578;41.6476085;-108.5946053:14579;41.6474664;-108.5934718,way_type=user_defined:way_id=80W +edge,14579,14579;41.6474664;-108.5934718:14580;41.6473882;-108.592866,way_type=user_defined:way_id=80W +edge,14580,14580;41.6473882;-108.592866:14581;41.6472304;-108.5916234,way_type=user_defined:way_id=80W +edge,14581,14581;41.6472304;-108.5916234:14582;41.6469855;-108.589722,way_type=user_defined:way_id=80W +edge,14582,14582;41.6469855;-108.589722:14583;41.6466487;-108.5870841,way_type=user_defined:way_id=80W +edge,14583,14583;41.6466487;-108.5870841:14584;41.6465719;-108.5864976,way_type=user_defined:way_id=80W +edge,14584,14584;41.6465719;-108.5864976:14585;41.6464652;-108.5856477,way_type=user_defined:way_id=80W +edge,14585,14585;41.6464652;-108.5856477:14586;41.64642472;-108.5853329,way_type=user_defined:way_id=80W +edge,14586,14586;41.64642472;-108.5853329:14587;41.6463264;-108.5845684,way_type=user_defined:way_id=80W +edge,14587,14587;41.6463264;-108.5845684:14588;41.6462365;-108.5838539,way_type=user_defined:way_id=80W +edge,14588,14588;41.6462365;-108.5838539:14589;41.6461708;-108.5833078,way_type=user_defined:way_id=80W +edge,14589,14589;41.6461708;-108.5833078:14590;41.646131;-108.5829459,way_type=user_defined:way_id=80W +edge,14590,14590;41.646131;-108.5829459:14591;41.6460911;-108.5825521,way_type=user_defined:way_id=80W +edge,14591,14591;41.6460911;-108.5825521:14592;41.6460911;-108.5825521,way_type=user_defined:way_id=80W +edge,14592,14592;41.6460911;-108.5825521:14593;41.6460485;-108.5820917,way_type=user_defined:way_id=80W +edge,14593,14593;41.6460485;-108.5820917:14594;41.6460211;-108.5817588,way_type=user_defined:way_id=80W +edge,14594,14594;41.6460211;-108.5817588:14595;41.6459671;-108.5810407,way_type=user_defined:way_id=80W +edge,14595,14595;41.6459671;-108.5810407:14596;41.64594;-108.5806459,way_type=user_defined:way_id=80W +edge,14596,14596;41.64594;-108.5806459:14597;41.64579286;-108.5782842,way_type=user_defined:way_id=80W +edge,14597,14597;41.64579286;-108.5782842:14598;41.64568517;-108.5764128,way_type=user_defined:way_id=80W +edge,14598,14598;41.64568517;-108.5764128:14599;41.64568517;-108.5764128,way_type=user_defined:way_id=80W +edge,14599,14599;41.64568517;-108.5764128:14600;41.64557609;-108.5746052,way_type=user_defined:way_id=80W +edge,14600,14600;41.64557609;-108.5746052:14601;41.6455305;-108.5738497,way_type=user_defined:way_id=80W +edge,14601,14601;41.6455305;-108.5738497:14602;41.645448;-108.5724375,way_type=user_defined:way_id=80W +edge,14602,14602;41.645448;-108.5724375:14603;41.6453441;-108.5707678,way_type=user_defined:way_id=80W +edge,14603,14603;41.6453441;-108.5707678:14604;41.6453441;-108.5707678,way_type=user_defined:way_id=80W +edge,14604,14604;41.6453441;-108.5707678:14605;41.64533007;-108.5705441,way_type=user_defined:way_id=80W +edge,14605,14605;41.64533007;-108.5705441:14606;41.64528863;-108.5698089,way_type=user_defined:way_id=80W +edge,14606,14606;41.64528863;-108.5698089:14607;41.6452779;-108.5696576,way_type=user_defined:way_id=80W +edge,14607,14607;41.6452779;-108.5696576:14608;41.6452779;-108.5696576,way_type=user_defined:way_id=80W +edge,14608,14608;41.6452779;-108.5696576:14609;41.6451832;-108.5680147,way_type=user_defined:way_id=80W +edge,14609,14609;41.6451832;-108.5680147:14610;41.6450924;-108.5665671,way_type=user_defined:way_id=80W +edge,14610,14610;41.6450924;-108.5665671:14611;41.6450381;-108.5656266,way_type=user_defined:way_id=80W +edge,14611,14611;41.6450381;-108.5656266:14612;41.6448687;-108.5627737,way_type=user_defined:way_id=80W +edge,14612,14612;41.6448687;-108.5627737:14613;41.6448687;-108.5627737,way_type=user_defined:way_id=80W +edge,14613,14613;41.6448687;-108.5627737:14614;41.6447459;-108.5607116,way_type=user_defined:way_id=80W +edge,14614,14614;41.6447459;-108.5607116:14615;41.6446799;-108.5595544,way_type=user_defined:way_id=80W +edge,14615,14615;41.6446799;-108.5595544:14616;41.6446159;-108.5585114,way_type=user_defined:way_id=80W +edge,14616,14616;41.6446159;-108.5585114:14617;41.6445067;-108.5566547,way_type=user_defined:way_id=80W +edge,14617,14617;41.6445067;-108.5566547:14618;41.6444299;-108.5554008,way_type=user_defined:way_id=80W +edge,14618,14618;41.6444299;-108.5554008:14619;41.6443109;-108.5533375,way_type=user_defined:way_id=80W +edge,14619,14619;41.6443109;-108.5533375:14620;41.64416436;-108.5510217,way_type=user_defined:way_id=80W +edge,14620,14620;41.64416436;-108.5510217:14621;41.64409426;-108.5497911,way_type=user_defined:way_id=80W +edge,14621,14621;41.64409426;-108.5497911:14622;41.64406371;-108.549308,way_type=user_defined:way_id=80W +edge,14622,14622;41.64406371;-108.549308:14623;41.6440109;-108.5483938,way_type=user_defined:way_id=80W +edge,14623,14623;41.6440109;-108.5483938:14624;41.6439574;-108.5475556,way_type=user_defined:way_id=80W +edge,14624,14624;41.6439574;-108.5475556:14625;41.6438976;-108.5465715,way_type=user_defined:way_id=80W +edge,14625,14625;41.6438976;-108.5465715:14626;41.6438502;-108.5457837,way_type=user_defined:way_id=80W +edge,14626,14626;41.6438502;-108.5457837:14627;41.6437836;-108.5446296,way_type=user_defined:way_id=80W +edge,14627,14627;41.6437836;-108.5446296:14628;41.6436949;-108.543186,way_type=user_defined:way_id=80W +edge,14628,14628;41.6436949;-108.543186:14629;41.6436074;-108.5416966,way_type=user_defined:way_id=80W +edge,14629,14629;41.6436074;-108.5416966:14630;41.6435354;-108.5405324,way_type=user_defined:way_id=80W +edge,14630,14630;41.6435354;-108.5405324:14631;41.6434678;-108.5393825,way_type=user_defined:way_id=80W +edge,14631,14631;41.6434678;-108.5393825:14632;41.6433939;-108.5381863,way_type=user_defined:way_id=80W +edge,14632,14632;41.6433939;-108.5381863:14633;41.6433103;-108.5367429,way_type=user_defined:way_id=80W +edge,14633,14633;41.6433103;-108.5367429:14634;41.64319024;-108.5347327,way_type=user_defined:way_id=80W +edge,14634,14634;41.64319024;-108.5347327:14635;41.64309936;-108.5330902,way_type=user_defined:way_id=80W +edge,14635,14635;41.64309936;-108.5330902:14636;41.64301226;-108.5317122,way_type=user_defined:way_id=80W +edge,14636,14636;41.64301226;-108.5317122:14637;41.64292666;-108.530163,way_type=user_defined:way_id=80W +edge,14637,14637;41.64292666;-108.530163:14638;41.64281361;-108.5284187,way_type=user_defined:way_id=80W +edge,14638,14638;41.64281361;-108.5284187:14639;41.64272215;-108.5268927,way_type=user_defined:way_id=80W +edge,14639,14639;41.64272215;-108.5268927:14640;41.64261941;-108.5252967,way_type=user_defined:way_id=80W +edge,14640,14640;41.64261941;-108.5252967:14641;41.6425937;-108.5249139,way_type=user_defined:way_id=80W +edge,14641,14641;41.6425937;-108.5249139:14642;41.642535;-108.5238584,way_type=user_defined:way_id=80W +edge,14642,14642;41.642535;-108.5238584:14643;41.6424081;-108.5218172,way_type=user_defined:way_id=80W +edge,14643,14643;41.6424081;-108.5218172:14644;41.6423264;-108.5203957,way_type=user_defined:way_id=80W +edge,14644,14644;41.6423264;-108.5203957:14645;41.6422554;-108.5192407,way_type=user_defined:way_id=80W +edge,14645,14645;41.6422554;-108.5192407:14646;41.64212685;-108.5170788,way_type=user_defined:way_id=80W +edge,14646,14646;41.64212685;-108.5170788:14647;41.6421175;-108.5169215,way_type=user_defined:way_id=80W +edge,14647,14647;41.6421175;-108.5169215:14648;41.6420171;-108.5153006,way_type=user_defined:way_id=80W +edge,14648,14648;41.6420171;-108.5153006:14649;41.6419446;-108.5140629,way_type=user_defined:way_id=80W +edge,14649,14649;41.6419446;-108.5140629:14650;41.6418307;-108.512205,way_type=user_defined:way_id=80W +edge,14650,14650;41.6418307;-108.512205:14651;41.6417573;-108.5109463,way_type=user_defined:way_id=80W +edge,14651,14651;41.6417573;-108.5109463:14652;41.6416163;-108.5086679,way_type=user_defined:way_id=80W +edge,14652,14652;41.6416163;-108.5086679:14653;41.6415132;-108.5069312,way_type=user_defined:way_id=80W +edge,14653,14653;41.6415132;-108.5069312:14654;41.641429;-108.5054866,way_type=user_defined:way_id=80W +edge,14654,14654;41.641429;-108.5054866:14655;41.6411168;-108.5003786,way_type=user_defined:way_id=80W +edge,14655,14655;41.6411168;-108.5003786:14656;41.6410014;-108.4984383,way_type=user_defined:way_id=80W +edge,14656,14656;41.6410014;-108.4984383:14657;41.640871;-108.4963304,way_type=user_defined:way_id=80W +edge,14657,14657;41.640871;-108.4963304:14658;41.6407233;-108.493865,way_type=user_defined:way_id=80W +edge,14658,14658;41.6407233;-108.493865:14659;41.6406673;-108.4929687,way_type=user_defined:way_id=80W +edge,14659,14659;41.6406673;-108.4929687:14660;41.64056;-108.4911873,way_type=user_defined:way_id=80W +edge,14660,14660;41.64056;-108.4911873:14661;41.64052075;-108.4905665,way_type=user_defined:way_id=80W +edge,14661,14661;41.64052075;-108.4905665:14662;41.64036974;-108.4879737,way_type=user_defined:way_id=80W +edge,14662,14662;41.64036974;-108.4879737:14663;41.64027361;-108.4864577,way_type=user_defined:way_id=80W +edge,14663,14663;41.64027361;-108.4864577:14664;41.64027361;-108.4864577,way_type=user_defined:way_id=80W +edge,14664,14664;41.64027361;-108.4864577:14665;41.6402077;-108.4853872,way_type=user_defined:way_id=80W +edge,14665,14665;41.6402077;-108.4853872:14666;41.6402077;-108.4853872,way_type=user_defined:way_id=80W +edge,14666,14666;41.6402077;-108.4853872:14667;41.6401291;-108.484154,way_type=user_defined:way_id=80W +edge,14667,14667;41.6401291;-108.484154:14668;41.64009888;-108.4836581,way_type=user_defined:way_id=80W +edge,14668,14668;41.64009888;-108.4836581:14669;41.6400104;-108.4822065,way_type=user_defined:way_id=80W +edge,14669,14669;41.6400104;-108.4822065:14670;41.6399529;-108.4812243,way_type=user_defined:way_id=80W +edge,14670,14670;41.6399529;-108.4812243:14671;41.639915;-108.480546,way_type=user_defined:way_id=80W +edge,14671,14671;41.639915;-108.480546:14672;41.639915;-108.480546,way_type=user_defined:way_id=80W +edge,14672,14672;41.639915;-108.480546:14673;41.6398868;-108.4800662,way_type=user_defined:way_id=80W +edge,14673,14673;41.6398868;-108.4800662:14674;41.63983416;-108.4792286,way_type=user_defined:way_id=80W +edge,14674,14674;41.63983416;-108.4792286:14675;41.6398256;-108.4790923,way_type=user_defined:way_id=80W +edge,14675,14675;41.6398256;-108.4790923:14676;41.6396825;-108.4766884,way_type=user_defined:way_id=80W +edge,14676,14676;41.6396825;-108.4766884:14677;41.63957;-108.4748429,way_type=user_defined:way_id=80W +edge,14677,14677;41.63957;-108.4748429:14678;41.6394977;-108.4735795,way_type=user_defined:way_id=80W +edge,14678,14678;41.6394977;-108.4735795:14679;41.6393555;-108.4712887,way_type=user_defined:way_id=80W +edge,14679,14679;41.6393555;-108.4712887:14680;41.639158;-108.4680027,way_type=user_defined:way_id=80W +edge,14680,14680;41.639158;-108.4680027:14681;41.6390455;-108.4661844,way_type=user_defined:way_id=80W +edge,14681,14681;41.6390455;-108.4661844:14682;41.6389745;-108.4650024,way_type=user_defined:way_id=80W +edge,14682,14682;41.6389745;-108.4650024:14683;41.6389038;-108.4638734,way_type=user_defined:way_id=80W +edge,14683,14683;41.6389038;-108.4638734:14684;41.63882808;-108.4626061,way_type=user_defined:way_id=80W +edge,14684,14684;41.63882808;-108.4626061:14685;41.6387946;-108.4620458,way_type=user_defined:way_id=80W +edge,14685,14685;41.6387946;-108.4620458:14686;41.6386579;-108.4598471,way_type=user_defined:way_id=80W +edge,14686,14686;41.6386579;-108.4598471:14687;41.638577;-108.4584703,way_type=user_defined:way_id=80W +edge,14687,14687;41.638577;-108.4584703:14688;41.638512;-108.4574155,way_type=user_defined:way_id=80W +edge,14688,14688;41.638512;-108.4574155:14689;41.6383765;-108.4551442,way_type=user_defined:way_id=80W +edge,14689,14689;41.6383765;-108.4551442:14690;41.6382887;-108.4537353,way_type=user_defined:way_id=80W +edge,14690,14690;41.6382887;-108.4537353:14691;41.6382466;-108.4530131,way_type=user_defined:way_id=80W +edge,14691,14691;41.6382466;-108.4530131:14692;41.6381074;-108.4507315,way_type=user_defined:way_id=80W +edge,14692,14692;41.6381074;-108.4507315:14693;41.6380369;-108.4495361,way_type=user_defined:way_id=80W +edge,14693,14693;41.6380369;-108.4495361:14694;41.6379826;-108.4486619,way_type=user_defined:way_id=80W +edge,14694,14694;41.6379826;-108.4486619:14695;41.6379316;-108.4477982,way_type=user_defined:way_id=80W +edge,14695,14695;41.6379316;-108.4477982:14696;41.6378617;-108.4466791,way_type=user_defined:way_id=80W +edge,14696,14696;41.6378617;-108.4466791:14697;41.6377689;-108.4451284,way_type=user_defined:way_id=80W +edge,14697,14697;41.6377689;-108.4451284:14698;41.637716;-108.4442933,way_type=user_defined:way_id=80W +edge,14698,14698;41.637716;-108.4442933:14699;41.6376274;-108.4428091,way_type=user_defined:way_id=80W +edge,14699,14699;41.6376274;-108.4428091:14700;41.6375721;-108.441945,way_type=user_defined:way_id=80W +edge,14700,14700;41.6375721;-108.441945:14701;41.6374825;-108.4404997,way_type=user_defined:way_id=80W +edge,14701,14701;41.6374825;-108.4404997:14702;41.6374137;-108.4393424,way_type=user_defined:way_id=80W +edge,14702,14702;41.6374137;-108.4393424:14703;41.637317;-108.4377807,way_type=user_defined:way_id=80W +edge,14703,14703;41.637317;-108.4377807:14704;41.6371153;-108.4344536,way_type=user_defined:way_id=80W +edge,14704,14704;41.6371153;-108.4344536:14705;41.6369782;-108.4322373,way_type=user_defined:way_id=80W +edge,14705,14705;41.6369782;-108.4322373:14706;41.6368768;-108.4305307,way_type=user_defined:way_id=80W +edge,14706,14706;41.6368768;-108.4305307:14707;41.6368066;-108.4294157,way_type=user_defined:way_id=80W +edge,14707,14707;41.6368066;-108.4294157:14708;41.6367553;-108.4285105,way_type=user_defined:way_id=80W +edge,14708,14708;41.6367553;-108.4285105:14709;41.6366647;-108.427026,way_type=user_defined:way_id=80W +edge,14709,14709;41.6366647;-108.427026:14710;41.6365749;-108.4256092,way_type=user_defined:way_id=80W +edge,14710,14710;41.6365749;-108.4256092:14711;41.6364813;-108.4240514,way_type=user_defined:way_id=80W +edge,14711,14711;41.6364813;-108.4240514:14712;41.6363046;-108.421205,way_type=user_defined:way_id=80W +edge,14712,14712;41.6363046;-108.421205:14713;41.6362389;-108.4200708,way_type=user_defined:way_id=80W +edge,14713,14713;41.6362389;-108.4200708:14714;41.63613828;-108.4184449,way_type=user_defined:way_id=80W +edge,14714,14714;41.63613828;-108.4184449:14715;41.6360731;-108.4173916,way_type=user_defined:way_id=80W +edge,14715,14715;41.6360731;-108.4173916:14716;41.6360247;-108.4165586,way_type=user_defined:way_id=80W +edge,14716,14716;41.6360247;-108.4165586:14717;41.6359961;-108.416016,way_type=user_defined:way_id=80W +edge,14717,14717;41.6359961;-108.416016:14718;41.6359961;-108.416016,way_type=user_defined:way_id=80W +edge,14718,14718;41.6359961;-108.416016:14719;41.6359777;-108.4156537,way_type=user_defined:way_id=80W +edge,14719,14719;41.6359777;-108.4156537:14720;41.6359382;-108.4148142,way_type=user_defined:way_id=80W +edge,14720,14720;41.6359382;-108.4148142:14721;41.635858;-108.4129905,way_type=user_defined:way_id=80W +edge,14721,14721;41.635858;-108.4129905:14722;41.63583903;-108.4125941,way_type=user_defined:way_id=80W +edge,14722,14722;41.63583903;-108.4125941:14723;41.6358321;-108.4124494,way_type=user_defined:way_id=80W +edge,14723,14723;41.6358321;-108.4124494:14724;41.63573479;-108.4103196,way_type=user_defined:way_id=80W +edge,14724,14724;41.63573479;-108.4103196:14725;41.63573479;-108.4103196,way_type=user_defined:way_id=80W +edge,14725,14725;41.63573479;-108.4103196:14726;41.6356861;-108.4092562,way_type=user_defined:way_id=80W +edge,14726,14726;41.6356861;-108.4092562:14727;41.6356372;-108.4082404,way_type=user_defined:way_id=80W +edge,14727,14727;41.6356372;-108.4082404:14728;41.63560162;-108.4074692,way_type=user_defined:way_id=80W +edge,14728,14728;41.63560162;-108.4074692:14729;41.6355852;-108.4071132,way_type=user_defined:way_id=80W +edge,14729,14729;41.6355852;-108.4071132:14730;41.6355521;-108.4064714,way_type=user_defined:way_id=80W +edge,14730,14730;41.6355521;-108.4064714:14731;41.6355034;-108.4055994,way_type=user_defined:way_id=80W +edge,14731,14731;41.6355034;-108.4055994:14732;41.6354836;-108.4052732,way_type=user_defined:way_id=80W +edge,14732,14732;41.6354836;-108.4052732:14733;41.6354336;-108.4045074,way_type=user_defined:way_id=80W +edge,14733,14733;41.6354336;-108.4045074:14734;41.635374;-108.4036731,way_type=user_defined:way_id=80W +edge,14734,14734;41.635374;-108.4036731:14735;41.635374;-108.4036731,way_type=user_defined:way_id=80W +edge,14735,14735;41.635374;-108.4036731:14736;41.6353265;-108.4030347,way_type=user_defined:way_id=80W +edge,14736,14736;41.6353265;-108.4030347:14737;41.63529753;-108.4026658,way_type=user_defined:way_id=80W +edge,14737,14737;41.63529753;-108.4026658:14738;41.6351823;-108.4011985,way_type=user_defined:way_id=80W +edge,14738,14738;41.6351823;-108.4011985:14739;41.6349527;-108.3981978,way_type=user_defined:way_id=80W +edge,14739,14739;41.6349527;-108.3981978:14740;41.6348232;-108.3965354,way_type=user_defined:way_id=80W +edge,14740,14740;41.6348232;-108.3965354:14741;41.6347336;-108.3953393,way_type=user_defined:way_id=80W +edge,14741,14741;41.6347336;-108.3953393:14742;41.6346787;-108.3945802,way_type=user_defined:way_id=80W +edge,14742,14742;41.6346787;-108.3945802:14743;41.6346334;-108.3938954,way_type=user_defined:way_id=80W +edge,14743,14743;41.6346334;-108.3938954:14744;41.6344958;-108.3916436,way_type=user_defined:way_id=80W +edge,14744,14744;41.6344958;-108.3916436:14745;41.6342879;-108.3882928,way_type=user_defined:way_id=80W +edge,14745,14745;41.6342879;-108.3882928:14746;41.6342384;-108.3875117,way_type=user_defined:way_id=80W +edge,14746,14746;41.6342384;-108.3875117:14747;41.6342207;-108.3872324,way_type=user_defined:way_id=80W +edge,14747,14747;41.6342207;-108.3872324:14748;41.6340918;-108.3850905,way_type=user_defined:way_id=80W +edge,14748,14748;41.6340918;-108.3850905:14749;41.6340377;-108.3842206,way_type=user_defined:way_id=80W +edge,14749,14749;41.6340377;-108.3842206:14750;41.6340377;-108.3842206,way_type=user_defined:way_id=80W +edge,14750,14750;41.6340377;-108.3842206:14751;41.6339253;-108.3824505,way_type=user_defined:way_id=80W +edge,14751,14751;41.6339253;-108.3824505:14752;41.633842;-108.3810787,way_type=user_defined:way_id=80W +edge,14752,14752;41.633842;-108.3810787:14753;41.63380768;-108.3804923,way_type=user_defined:way_id=80W +edge,14753,14753;41.63380768;-108.3804923:14754;41.6337737;-108.3799117,way_type=user_defined:way_id=80W +edge,14754,14754;41.6337737;-108.3799117:14755;41.63369588;-108.3786419,way_type=user_defined:way_id=80W +edge,14755,14755;41.63369588;-108.3786419:14756;41.63369588;-108.3786419,way_type=user_defined:way_id=80W +edge,14756,14756;41.63369588;-108.3786419:14757;41.633647;-108.377838,way_type=user_defined:way_id=80W +edge,14757,14757;41.633647;-108.377838:14758;41.63358161;-108.3767901,way_type=user_defined:way_id=80W +edge,14758,14758;41.63358161;-108.3767901:14759;41.6335255;-108.3758909,way_type=user_defined:way_id=80W +edge,14759,14759;41.6335255;-108.3758909:14760;41.6334309;-108.3742861,way_type=user_defined:way_id=80W +edge,14760,14760;41.6334309;-108.3742861:14761;41.6334309;-108.3742861,way_type=user_defined:way_id=80W +edge,14761,14761;41.6334309;-108.3742861:14762;41.63336543;-108.3732258,way_type=user_defined:way_id=80W +edge,14762,14762;41.63336543;-108.3732258:14763;41.6333103;-108.372333,way_type=user_defined:way_id=80W +edge,14763,14763;41.6333103;-108.372333:14764;41.6332761;-108.3717617,way_type=user_defined:way_id=80W +edge,14764,14764;41.6332761;-108.3717617:14765;41.6332389;-108.3711822,way_type=user_defined:way_id=80W +edge,14765,14765;41.6332389;-108.3711822:14766;41.6331355;-108.3695139,way_type=user_defined:way_id=80W +edge,14766,14766;41.6331355;-108.3695139:14767;41.633064;-108.3683216,way_type=user_defined:way_id=80W +edge,14767,14767;41.633064;-108.3683216:14768;41.6328615;-108.365062,way_type=user_defined:way_id=80W +edge,14768,14768;41.6328615;-108.365062:14769;41.6327911;-108.3638742,way_type=user_defined:way_id=80W +edge,14769,14769;41.6327911;-108.3638742:14770;41.6327225;-108.3627805,way_type=user_defined:way_id=80W +edge,14770,14770;41.6327225;-108.3627805:14771;41.6326738;-108.3620495,way_type=user_defined:way_id=80W +edge,14771,14771;41.6326738;-108.3620495:14772;41.6326157;-108.361215,way_type=user_defined:way_id=80W +edge,14772,14772;41.6326157;-108.361215:14773;41.6325727;-108.3606474,way_type=user_defined:way_id=80W +edge,14773,14773;41.6325727;-108.3606474:14774;41.6325227;-108.3600639,way_type=user_defined:way_id=80W +edge,14774,14774;41.6325227;-108.3600639:14775;41.6324176;-108.3588877,way_type=user_defined:way_id=80W +edge,14775,14775;41.6324176;-108.3588877:14776;41.6323499;-108.3580582,way_type=user_defined:way_id=80W +edge,14776,14776;41.6323499;-108.3580582:14777;41.6323037;-108.3574395,way_type=user_defined:way_id=80W +edge,14777,14777;41.6323037;-108.3574395:14778;41.6322459;-108.3566348,way_type=user_defined:way_id=80W +edge,14778,14778;41.6322459;-108.3566348:14779;41.6321948;-108.3558376,way_type=user_defined:way_id=80W +edge,14779,14779;41.6321948;-108.3558376:14780;41.6321711;-108.3554526,way_type=user_defined:way_id=80W +edge,14780,14780;41.6321711;-108.3554526:14781;41.6321398;-108.3549022,way_type=user_defined:way_id=80W +edge,14781,14781;41.6321398;-108.3549022:14782;41.6321096;-108.3543211,way_type=user_defined:way_id=80W +edge,14782,14782;41.6321096;-108.3543211:14783;41.6320965;-108.354028,way_type=user_defined:way_id=80W +edge,14783,14783;41.6320965;-108.354028:14784;41.6320735;-108.353412,way_type=user_defined:way_id=80W +edge,14784,14784;41.6320735;-108.353412:14785;41.6320441;-108.3525393,way_type=user_defined:way_id=80W +edge,14785,14785;41.6320441;-108.3525393:14786;41.6320236;-108.3518837,way_type=user_defined:way_id=80W +edge,14786,14786;41.6320236;-108.3518837:14787;41.6320236;-108.3518837,way_type=user_defined:way_id=80W +edge,14787,14787;41.6320236;-108.3518837:14788;41.63199521;-108.3510056,way_type=user_defined:way_id=80W +edge,14788,14788;41.63199521;-108.3510056:14789;41.6319122;-108.348757,way_type=user_defined:way_id=80W +edge,14789,14789;41.6319122;-108.348757:14790;41.6319122;-108.348757,way_type=user_defined:way_id=80W +edge,14790,14790;41.6319122;-108.348757:14791;41.6318807;-108.3478147,way_type=user_defined:way_id=80W +edge,14791,14791;41.6318807;-108.3478147:14792;41.6318807;-108.3478147,way_type=user_defined:way_id=80W +edge,14792,14792;41.6318807;-108.3478147:14793;41.6318704;-108.3475297,way_type=user_defined:way_id=80W +edge,14793,14793;41.6318704;-108.3475297:14794;41.631847;-108.346796,way_type=user_defined:way_id=80W +edge,14794,14794;41.631847;-108.346796:14795;41.6317297;-108.3433919,way_type=user_defined:way_id=80W +edge,14795,14795;41.6317297;-108.3433919:14796;41.6316622;-108.3413589,way_type=user_defined:way_id=80W +edge,14796,14796;41.6316622;-108.3413589:14797;41.6316276;-108.3404101,way_type=user_defined:way_id=80W +edge,14797,14797;41.6316276;-108.3404101:14798;41.6315283;-108.3374766,way_type=user_defined:way_id=80W +edge,14798,14798;41.6315283;-108.3374766:14799;41.6314768;-108.3360242,way_type=user_defined:way_id=80W +edge,14799,14799;41.6314768;-108.3360242:14800;41.6314434;-108.3351472,way_type=user_defined:way_id=80W +edge,14800,14800;41.6314434;-108.3351472:14801;41.6314187;-108.334431,way_type=user_defined:way_id=80W +edge,14801,14801;41.6314187;-108.334431:14802;41.6313891;-108.3336273,way_type=user_defined:way_id=80W +edge,14802,14802;41.6313891;-108.3336273:14803;41.6313323;-108.3318947,way_type=user_defined:way_id=80W +edge,14803,14803;41.6313323;-108.3318947:14804;41.6312979;-108.3309079,way_type=user_defined:way_id=80W +edge,14804,14804;41.6312979;-108.3309079:14805;41.6312351;-108.3292046,way_type=user_defined:way_id=80W +edge,14805,14805;41.6312351;-108.3292046:14806;41.6312042;-108.3282973,way_type=user_defined:way_id=80W +edge,14806,14806;41.6312042;-108.3282973:14807;41.6311752;-108.3275031,way_type=user_defined:way_id=80W +edge,14807,14807;41.6311752;-108.3275031:14808;41.6311153;-108.3257351,way_type=user_defined:way_id=80W +edge,14808,14808;41.6311153;-108.3257351:14809;41.6310517;-108.3240254,way_type=user_defined:way_id=80W +edge,14809,14809;41.6310517;-108.3240254:14810;41.6310131;-108.3227894,way_type=user_defined:way_id=80W +edge,14810,14810;41.6310131;-108.3227894:14811;41.6309946;-108.3222447,way_type=user_defined:way_id=80W +edge,14811,14811;41.6309946;-108.3222447:14812;41.6309417;-108.3207907,way_type=user_defined:way_id=80W +edge,14812,14812;41.6309417;-108.3207907:14813;41.63090983;-108.3199412,way_type=user_defined:way_id=80W +edge,14813,14813;41.63090983;-108.3199412:14814;41.6308547;-108.3184714,way_type=user_defined:way_id=80W +edge,14814,14814;41.6308547;-108.3184714:14815;41.6307954;-108.3166875,way_type=user_defined:way_id=80W +edge,14815,14815;41.6307954;-108.3166875:14816;41.63078676;-108.3164508,way_type=user_defined:way_id=80W +edge,14816,14816;41.63078676;-108.3164508:14817;41.63078676;-108.3164508,way_type=user_defined:way_id=80W +edge,14817,14817;41.63078676;-108.3164508:14818;41.6307625;-108.315786,way_type=user_defined:way_id=80W +edge,14818,14818;41.6307625;-108.315786:14819;41.6307462;-108.3152962,way_type=user_defined:way_id=80W +edge,14819,14819;41.6307462;-108.3152962:14820;41.6306447;-108.3123664,way_type=user_defined:way_id=80W +edge,14820,14820;41.6306447;-108.3123664:14821;41.63055836;-108.3098741,way_type=user_defined:way_id=80W +edge,14821,14821;41.63055836;-108.3098741:14822;41.63055836;-108.3098741,way_type=user_defined:way_id=80W +edge,14822,14822;41.63055836;-108.3098741:14823;41.6305468;-108.3095641,way_type=user_defined:way_id=80W +edge,14823,14823;41.6305468;-108.3095641:14824;41.6305166;-108.308655,way_type=user_defined:way_id=80W +edge,14824,14824;41.6305166;-108.308655:14825;41.63049332;-108.3080045,way_type=user_defined:way_id=80W +edge,14825,14825;41.63049332;-108.3080045:14826;41.6304751;-108.3074954,way_type=user_defined:way_id=80W +edge,14826,14826;41.6304751;-108.3074954:14827;41.630433;-108.3063723,way_type=user_defined:way_id=80W +edge,14827,14827;41.630433;-108.3063723:14828;41.630433;-108.3063723,way_type=user_defined:way_id=80W +edge,14828,14828;41.630433;-108.3063723:14829;41.63037754;-108.3047785,way_type=user_defined:way_id=80W +edge,14829,14829;41.63037754;-108.3047785:14830;41.6303373;-108.3036223,way_type=user_defined:way_id=80W +edge,14830,14830;41.6303373;-108.3036223:14831;41.6303114;-108.3028261,way_type=user_defined:way_id=80W +edge,14831,14831;41.6303114;-108.3028261:14832;41.6302674;-108.3017008,way_type=user_defined:way_id=80W +edge,14832,14832;41.6302674;-108.3017008:14833;41.63024472;-108.3010659,way_type=user_defined:way_id=80W +edge,14833,14833;41.63024472;-108.3010659:14834;41.63019435;-108.299295,way_type=user_defined:way_id=80W +edge,14834,14834;41.63019435;-108.299295:14835;41.63008691;-108.2965895,way_type=user_defined:way_id=80W +edge,14835,14835;41.63008691;-108.2965895:14836;41.6300667;-108.2960367,way_type=user_defined:way_id=80W +edge,14836,14836;41.6300667;-108.2960367:14837;41.630039;-108.2951641,way_type=user_defined:way_id=80W +edge,14837,14837;41.630039;-108.2951641:14838;41.6300061;-108.2942561,way_type=user_defined:way_id=80W +edge,14838,14838;41.6300061;-108.2942561:14839;41.629949;-108.2925289,way_type=user_defined:way_id=80W +edge,14839,14839;41.629949;-108.2925289:14840;41.6299059;-108.2913227,way_type=user_defined:way_id=80W +edge,14840,14840;41.6299059;-108.2913227:14841;41.6298907;-108.2908249,way_type=user_defined:way_id=80W +edge,14841,14841;41.6298907;-108.2908249:14842;41.629883;-108.2904941,way_type=user_defined:way_id=80W +edge,14842,14842;41.629883;-108.2904941:14843;41.629879;-108.2902111,way_type=user_defined:way_id=80W +edge,14843,14843;41.629879;-108.2902111:14844;41.6298779;-108.2899482,way_type=user_defined:way_id=80W +edge,14844,14844;41.6298779;-108.2899482:14845;41.6298802;-108.2896548,way_type=user_defined:way_id=80W +edge,14845,14845;41.6298802;-108.2896548:14846;41.6298858;-108.2893695,way_type=user_defined:way_id=80W +edge,14846,14846;41.6298858;-108.2893695:14847;41.6298943;-108.2890827,way_type=user_defined:way_id=80W +edge,14847,14847;41.6298943;-108.2890827:14848;41.6299061;-108.2887949,way_type=user_defined:way_id=80W +edge,14848,14848;41.6299061;-108.2887949:14849;41.6299189;-108.288535,way_type=user_defined:way_id=80W +edge,14849,14849;41.6299189;-108.288535:14850;41.6299382;-108.2882069,way_type=user_defined:way_id=80W +edge,14850,14850;41.6299382;-108.2882069:14851;41.6299812;-108.2876356,way_type=user_defined:way_id=80W +edge,14851,14851;41.6299812;-108.2876356:14852;41.6300081;-108.287344,way_type=user_defined:way_id=80W +edge,14852,14852;41.6300081;-108.287344:14853;41.6300396;-108.2870521,way_type=user_defined:way_id=80W +edge,14853,14853;41.6300396;-108.2870521:14854;41.6300731;-108.2867701,way_type=user_defined:way_id=80W +edge,14854,14854;41.6300731;-108.2867701:14855;41.6301161;-108.2864421,way_type=user_defined:way_id=80W +edge,14855,14855;41.6301161;-108.2864421:14856;41.6301554;-108.2861615,way_type=user_defined:way_id=80W +edge,14856,14856;41.6301554;-108.2861615:14857;41.6302355;-108.2856205,way_type=user_defined:way_id=80W +edge,14857,14857;41.6302355;-108.2856205:14858;41.6304528;-108.2842059,way_type=user_defined:way_id=80W +edge,14858,14858;41.6304528;-108.2842059:14859;41.6306399;-108.2829599,way_type=user_defined:way_id=80W +edge,14859,14859;41.6306399;-108.2829599:14860;41.630859;-108.28157,way_type=user_defined:way_id=80W +edge,14860,14860;41.630859;-108.28157:14861;41.6314365;-108.277838,way_type=user_defined:way_id=80W +edge,14861,14861;41.6314365;-108.277838:14862;41.631727;-108.275993,way_type=user_defined:way_id=80W +edge,14862,14862;41.631727;-108.275993:14863;41.6319825;-108.2743528,way_type=user_defined:way_id=80W +edge,14863,14863;41.6319825;-108.2743528:14864;41.6320593;-108.2738527,way_type=user_defined:way_id=80W +edge,14864,14864;41.6320593;-108.2738527:14865;41.6321565;-108.2732061,way_type=user_defined:way_id=80W +edge,14865,14865;41.6321565;-108.2732061:14866;41.63224378;-108.2726434,way_type=user_defined:way_id=80W +edge,14866,14866;41.63224378;-108.2726434:14867;41.6322834;-108.2724051,way_type=user_defined:way_id=80W +edge,14867,14867;41.6322834;-108.2724051:14868;41.6323091;-108.2722375,way_type=user_defined:way_id=80W +edge,14868,14868;41.6323091;-108.2722375:14869;41.63260591;-108.2703019,way_type=user_defined:way_id=80W +edge,14869,14869;41.63260591;-108.2703019:14870;41.63276635;-108.2692861,way_type=user_defined:way_id=80W +edge,14870,14870;41.63276635;-108.2692861:14871;41.63276635;-108.2692861,way_type=user_defined:way_id=80W +edge,14871,14871;41.63276635;-108.2692861:14872;41.6327871;-108.2691547,way_type=user_defined:way_id=80W +edge,14872,14872;41.6327871;-108.2691547:14873;41.6329531;-108.2680779,way_type=user_defined:way_id=80W +edge,14873,14873;41.6329531;-108.2680779:14874;41.6330902;-108.2671914,way_type=user_defined:way_id=80W +edge,14874,14874;41.6330902;-108.2671914:14875;41.6332307;-108.2662658,way_type=user_defined:way_id=80W +edge,14875,14875;41.6332307;-108.2662658:14876;41.63344066;-108.264907,way_type=user_defined:way_id=80W +edge,14876,14876;41.63344066;-108.264907:14877;41.6334516;-108.2648362,way_type=user_defined:way_id=80W +edge,14877,14877;41.6334516;-108.2648362:14878;41.633811;-108.2625406,way_type=user_defined:way_id=80W +edge,14878,14878;41.633811;-108.2625406:14879;41.6338555;-108.2622515,way_type=user_defined:way_id=80W +edge,14879,14879;41.6338555;-108.2622515:14880;41.63392183;-108.2617998,way_type=user_defined:way_id=80W +edge,14880,14880;41.63392183;-108.2617998:14881;41.63392183;-108.2617998,way_type=user_defined:way_id=80W +edge,14881,14881;41.63392183;-108.2617998:14882;41.633952;-108.2615953,way_type=user_defined:way_id=80W +edge,14882,14882;41.633952;-108.2615953:14883;41.6341215;-108.2604895,way_type=user_defined:way_id=80W +edge,14883,14883;41.6341215;-108.2604895:14884;41.6343046;-108.2593142,way_type=user_defined:way_id=80W +edge,14884,14884;41.6343046;-108.2593142:14885;41.634428;-108.2585154,way_type=user_defined:way_id=80W +edge,14885,14885;41.634428;-108.2585154:14886;41.6345248;-108.2578888,way_type=user_defined:way_id=80W +edge,14886,14886;41.6345248;-108.2578888:14887;41.63469805;-108.2567585,way_type=user_defined:way_id=80W +edge,14887,14887;41.63469805;-108.2567585:14888;41.63469805;-108.2567585,way_type=user_defined:way_id=80W +edge,14888,14888;41.63469805;-108.2567585:14889;41.63471937;-108.2566209,way_type=user_defined:way_id=80W +edge,14889,14889;41.63471937;-108.2566209:14890;41.6349622;-108.2550529,way_type=user_defined:way_id=80W +edge,14890,14890;41.6349622;-108.2550529:14891;41.6350559;-108.2544371,way_type=user_defined:way_id=80W +edge,14891,14891;41.6350559;-108.2544371:14892;41.635459;-108.2518549,way_type=user_defined:way_id=80W +edge,14892,14892;41.635459;-108.2518549:14893;41.6356816;-108.2503948,way_type=user_defined:way_id=80W +edge,14893,14893;41.6356816;-108.2503948:14894;41.6358953;-108.2490147,way_type=user_defined:way_id=80W +edge,14894,14894;41.6358953;-108.2490147:14895;41.6360412;-108.2480567,way_type=user_defined:way_id=80W +edge,14895,14895;41.6360412;-108.2480567:14896;41.6361639;-108.2472733,way_type=user_defined:way_id=80W +edge,14896,14896;41.6361639;-108.2472733:14897;41.6363386;-108.2461304,way_type=user_defined:way_id=80W +edge,14897,14897;41.6363386;-108.2461304:14898;41.636476;-108.2452456,way_type=user_defined:way_id=80W +edge,14898,14898;41.636476;-108.2452456:14899;41.6366117;-108.2443593,way_type=user_defined:way_id=80W +edge,14899,14899;41.6366117;-108.2443593:14900;41.6370149;-108.241768,way_type=user_defined:way_id=80W +edge,14900,14900;41.6370149;-108.241768:14901;41.6371819;-108.2406722,way_type=user_defined:way_id=80W +edge,14901,14901;41.6371819;-108.2406722:14902;41.6374047;-108.2392464,way_type=user_defined:way_id=80W +edge,14902,14902;41.6374047;-108.2392464:14903;41.6374748;-108.238781,way_type=user_defined:way_id=80W +edge,14903,14903;41.6374748;-108.238781:14904;41.637617;-108.2378197,way_type=user_defined:way_id=80W +edge,14904,14904;41.637617;-108.2378197:14905;41.6376729;-108.2374274,way_type=user_defined:way_id=80W +edge,14905,14905;41.6376729;-108.2374274:14906;41.6377364;-108.2369608,way_type=user_defined:way_id=80W +edge,14906,14906;41.6377364;-108.2369608:14907;41.6377783;-108.2366337,way_type=user_defined:way_id=80W +edge,14907,14907;41.6377783;-108.2366337:14908;41.6378572;-108.2359602,way_type=user_defined:way_id=80W +edge,14908,14908;41.6378572;-108.2359602:14909;41.6379112;-108.2354634,way_type=user_defined:way_id=80W +edge,14909,14909;41.6379112;-108.2354634:14910;41.6379989;-108.2346307,way_type=user_defined:way_id=80W +edge,14910,14910;41.6379989;-108.2346307:14911;41.6380931;-108.2336937,way_type=user_defined:way_id=80W +edge,14911,14911;41.6380931;-108.2336937:14912;41.638179;-108.2328602,way_type=user_defined:way_id=80W +edge,14912,14912;41.638179;-108.2328602:14913;41.6383548;-108.2311055,way_type=user_defined:way_id=80W +edge,14913,14913;41.6383548;-108.2311055:14914;41.6385032;-108.2296627,way_type=user_defined:way_id=80W +edge,14914,14914;41.6385032;-108.2296627:14915;41.6387051;-108.2276574,way_type=user_defined:way_id=80W +edge,14915,14915;41.6387051;-108.2276574:14916;41.6387974;-108.2267123,way_type=user_defined:way_id=80W +edge,14916,14916;41.6387974;-108.2267123:14917;41.6388859;-108.2258514,way_type=user_defined:way_id=80W +edge,14917,14917;41.6388859;-108.2258514:14918;41.6390823;-108.223913,way_type=user_defined:way_id=80W +edge,14918,14918;41.6390823;-108.223913:14919;41.639182;-108.222906,way_type=user_defined:way_id=80W +edge,14919,14919;41.639182;-108.222906:14920;41.6393941;-108.2208191,way_type=user_defined:way_id=80W +edge,14920,14920;41.6393941;-108.2208191:14921;41.6394913;-108.2198162,way_type=user_defined:way_id=80W +edge,14921,14921;41.6394913;-108.2198162:14922;41.6395521;-108.2192058,way_type=user_defined:way_id=80W +edge,14922,14922;41.6395521;-108.2192058:14923;41.6396769;-108.2180181,way_type=user_defined:way_id=80W +edge,14923,14923;41.6396769;-108.2180181:14924;41.6399404;-108.2153569,way_type=user_defined:way_id=80W +edge,14924,14924;41.6399404;-108.2153569:14925;41.6400339;-108.214447,way_type=user_defined:way_id=80W +edge,14925,14925;41.6400339;-108.214447:14926;41.6402024;-108.2127628,way_type=user_defined:way_id=80W +edge,14926,14926;41.6402024;-108.2127628:14927;41.6404102;-108.210717,way_type=user_defined:way_id=80W +edge,14927,14927;41.6404102;-108.210717:14928;41.640504;-108.2097739,way_type=user_defined:way_id=80W +edge,14928,14928;41.640504;-108.2097739:14929;41.6406204;-108.2086289,way_type=user_defined:way_id=80W +edge,14929,14929;41.6406204;-108.2086289:14930;41.6407587;-108.2072957,way_type=user_defined:way_id=80W +edge,14930,14930;41.6407587;-108.2072957:14931;41.6408142;-108.2067235,way_type=user_defined:way_id=80W +edge,14931,14931;41.6408142;-108.2067235:14932;41.6409883;-108.204995,way_type=user_defined:way_id=80W +edge,14932,14932;41.6409883;-108.204995:14933;41.641051;-108.2043856,way_type=user_defined:way_id=80W +edge,14933,14933;41.641051;-108.2043856:14934;41.6411363;-108.2035221,way_type=user_defined:way_id=80W +edge,14934,14934;41.6411363;-108.2035221:14935;41.6413177;-108.2017702,way_type=user_defined:way_id=80W +edge,14935,14935;41.6413177;-108.2017702:14936;41.6414643;-108.2002841,way_type=user_defined:way_id=80W +edge,14936,14936;41.6414643;-108.2002841:14937;41.6415499;-108.1993947,way_type=user_defined:way_id=80W +edge,14937,14937;41.6415499;-108.1993947:14938;41.6416099;-108.1988105,way_type=user_defined:way_id=80W +edge,14938,14938;41.6416099;-108.1988105:14939;41.6417241;-108.1976619,way_type=user_defined:way_id=80W +edge,14939,14939;41.6417241;-108.1976619:14940;41.6417845;-108.1970915,way_type=user_defined:way_id=80W +edge,14940,14940;41.6417845;-108.1970915:14941;41.6419793;-108.1951487,way_type=user_defined:way_id=80W +edge,14941,14941;41.6419793;-108.1951487:14942;41.6420724;-108.194243,way_type=user_defined:way_id=80W +edge,14942,14942;41.6420724;-108.194243:14943;41.6423669;-108.1912915,way_type=user_defined:way_id=80W +edge,14943,14943;41.6423669;-108.1912915:14944;41.6425365;-108.1896403,way_type=user_defined:way_id=80W +edge,14944,14944;41.6425365;-108.1896403:14945;41.6427968;-108.1870198,way_type=user_defined:way_id=80W +edge,14945,14945;41.6427968;-108.1870198:14946;41.6428778;-108.1861894,way_type=user_defined:way_id=80W +edge,14946,14946;41.6428778;-108.1861894:14947;41.6430057;-108.1849626,way_type=user_defined:way_id=80W +edge,14947,14947;41.6430057;-108.1849626:14948;41.6430916;-108.184094,way_type=user_defined:way_id=80W +edge,14948,14948;41.6430916;-108.184094:14949;41.6432556;-108.1824736,way_type=user_defined:way_id=80W +edge,14949,14949;41.6432556;-108.1824736:14950;41.6434433;-108.1805588,way_type=user_defined:way_id=80W +edge,14950,14950;41.6434433;-108.1805588:14951;41.6436179;-108.1788384,way_type=user_defined:way_id=80W +edge,14951,14951;41.6436179;-108.1788384:14952;41.6437273;-108.17778,way_type=user_defined:way_id=80W +edge,14952,14952;41.6437273;-108.17778:14953;41.6438397;-108.1766671,way_type=user_defined:way_id=80W +edge,14953,14953;41.6438397;-108.1766671:14954;41.6439482;-108.1756139,way_type=user_defined:way_id=80W +edge,14954,14954;41.6439482;-108.1756139:14955;41.6443022;-108.1720434,way_type=user_defined:way_id=80W +edge,14955,14955;41.6443022;-108.1720434:14956;41.6445019;-108.1700981,way_type=user_defined:way_id=80W +edge,14956,14956;41.6445019;-108.1700981:14957;41.6447256;-108.1678318,way_type=user_defined:way_id=80W +edge,14957,14957;41.6447256;-108.1678318:14958;41.6448273;-108.166861,way_type=user_defined:way_id=80W +edge,14958,14958;41.6448273;-108.166861:14959;41.6448903;-108.1662452,way_type=user_defined:way_id=80W +edge,14959,14959;41.6448903;-108.1662452:14960;41.6450069;-108.1650572,way_type=user_defined:way_id=80W +edge,14960,14960;41.6450069;-108.1650572:14961;41.6451427;-108.1636917,way_type=user_defined:way_id=80W +edge,14961,14961;41.6451427;-108.1636917:14962;41.6452283;-108.1628626,way_type=user_defined:way_id=80W +edge,14962,14962;41.6452283;-108.1628626:14963;41.6454047;-108.1611285,way_type=user_defined:way_id=80W +edge,14963,14963;41.6454047;-108.1611285:14964;41.645548;-108.159659,way_type=user_defined:way_id=80W +edge,14964,14964;41.645548;-108.159659:14965;41.6456088;-108.1590718,way_type=user_defined:way_id=80W +edge,14965,14965;41.6456088;-108.1590718:14966;41.645651;-108.15869,way_type=user_defined:way_id=80W +edge,14966,14966;41.645651;-108.15869:14967;41.6457021;-108.1582521,way_type=user_defined:way_id=80W +edge,14967,14967;41.6457021;-108.1582521:14968;41.6457431;-108.1579258,way_type=user_defined:way_id=80W +edge,14968,14968;41.6457431;-108.1579258:14969;41.6458232;-108.1573332,way_type=user_defined:way_id=80W +edge,14969,14969;41.6458232;-108.1573332:14970;41.6458999;-108.1567924,way_type=user_defined:way_id=80W +edge,14970,14970;41.6458999;-108.1567924:14971;41.6459626;-108.1563849,way_type=user_defined:way_id=80W +edge,14971,14971;41.6459626;-108.1563849:14972;41.6460409;-108.1559035,way_type=user_defined:way_id=80W +edge,14972,14972;41.6460409;-108.1559035:14973;41.6461202;-108.15544,way_type=user_defined:way_id=80W +edge,14973,14973;41.6461202;-108.15544:14974;41.6461857;-108.1550772,way_type=user_defined:way_id=80W +edge,14974,14974;41.6461857;-108.1550772:14975;41.6462443;-108.1547635,way_type=user_defined:way_id=80W +edge,14975,14975;41.6462443;-108.1547635:14976;41.6462974;-108.1544881,way_type=user_defined:way_id=80W +edge,14976,14976;41.6462974;-108.1544881:14977;41.6464013;-108.1539697,way_type=user_defined:way_id=80W +edge,14977,14977;41.6464013;-108.1539697:14978;41.6465289;-108.1533609,way_type=user_defined:way_id=80W +edge,14978,14978;41.6465289;-108.1533609:14979;41.6466539;-108.1527759,way_type=user_defined:way_id=80W +edge,14979,14979;41.6466539;-108.1527759:14980;41.6469415;-108.1514065,way_type=user_defined:way_id=80W +edge,14980,14980;41.6469415;-108.1514065:14981;41.6474812;-108.1488658,way_type=user_defined:way_id=80W +edge,14981,14981;41.6474812;-108.1488658:14982;41.6477299;-108.1476747,way_type=user_defined:way_id=80W +edge,14982,14982;41.6477299;-108.1476747:14983;41.648083;-108.1460297,way_type=user_defined:way_id=80W +edge,14983,14983;41.648083;-108.1460297:14984;41.6484363;-108.1443481,way_type=user_defined:way_id=80W +edge,14984,14984;41.6484363;-108.1443481:14985;41.6486829;-108.1431994,way_type=user_defined:way_id=80W +edge,14985,14985;41.6486829;-108.1431994:14986;41.6489042;-108.1421476,way_type=user_defined:way_id=80W +edge,14986,14986;41.6489042;-108.1421476:14987;41.6491063;-108.1412017,way_type=user_defined:way_id=80W +edge,14987,14987;41.6491063;-108.1412017:14988;41.649439;-108.1396265,way_type=user_defined:way_id=80W +edge,14988,14988;41.649439;-108.1396265:14989;41.6497602;-108.1381193,way_type=user_defined:way_id=80W +edge,14989,14989;41.6497602;-108.1381193:14990;41.64983087;-108.1377828,way_type=user_defined:way_id=80W +edge,14990,14990;41.64983087;-108.1377828:14991;41.6500505;-108.1367368,way_type=user_defined:way_id=80W +edge,14991,14991;41.6500505;-108.1367368:14992;41.6502334;-108.1358843,way_type=user_defined:way_id=80W +edge,14992,14992;41.6502334;-108.1358843:14993;41.6504025;-108.1350814,way_type=user_defined:way_id=80W +edge,14993,14993;41.6504025;-108.1350814:14994;41.6504025;-108.1350814,way_type=user_defined:way_id=80W +edge,14994,14994;41.6504025;-108.1350814:14995;41.6511924;-108.1313781,way_type=user_defined:way_id=80W +edge,14995,14995;41.6511924;-108.1313781:14996;41.65126859;-108.1310101,way_type=user_defined:way_id=80W +edge,14996,14996;41.65126859;-108.1310101:14997;41.6513526;-108.1306043,way_type=user_defined:way_id=80W +edge,14997,14997;41.6513526;-108.1306043:14998;41.6515511;-108.1296595,way_type=user_defined:way_id=80W +edge,14998,14998;41.6515511;-108.1296595:14999;41.6516893;-108.1289925,way_type=user_defined:way_id=80W +edge,14999,14999;41.6516893;-108.1289925:15000;41.6518247;-108.1283533,way_type=user_defined:way_id=80W +edge,15000,15000;41.6518247;-108.1283533:15001;41.6518247;-108.1283533,way_type=user_defined:way_id=80W +edge,15001,15001;41.6518247;-108.1283533:15002;41.6521643;-108.1267626,way_type=user_defined:way_id=80W +edge,15002,15002;41.6521643;-108.1267626:15003;41.6526291;-108.1245544,way_type=user_defined:way_id=80W +edge,15003,15003;41.6526291;-108.1245544:15004;41.65277017;-108.1238891,way_type=user_defined:way_id=80W +edge,15004,15004;41.65277017;-108.1238891:15005;41.6532086;-108.1218215,way_type=user_defined:way_id=80W +edge,15005,15005;41.6532086;-108.1218215:15006;41.6533542;-108.1211228,way_type=user_defined:way_id=80W +edge,15006,15006;41.6533542;-108.1211228:15007;41.6534116;-108.1208428,way_type=user_defined:way_id=80W +edge,15007,15007;41.6534116;-108.1208428:15008;41.6534961;-108.1204192,way_type=user_defined:way_id=80W +edge,15008,15008;41.6534961;-108.1204192:15009;41.6534961;-108.1204192,way_type=user_defined:way_id=80W +edge,15009,15009;41.6534961;-108.1204192:15010;41.6536387;-108.1196853,way_type=user_defined:way_id=80W +edge,15010,15010;41.6536387;-108.1196853:15011;41.6537394;-108.1191527,way_type=user_defined:way_id=80W +edge,15011,15011;41.6537394;-108.1191527:15012;41.6538014;-108.1188116,way_type=user_defined:way_id=80W +edge,15012,15012;41.6538014;-108.1188116:15013;41.653894;-108.1182737,way_type=user_defined:way_id=80W +edge,15013,15013;41.653894;-108.1182737:15014;41.6539926;-108.1176771,way_type=user_defined:way_id=80W +edge,15014,15014;41.6539926;-108.1176771:15015;41.6540898;-108.117059,way_type=user_defined:way_id=80W +edge,15015,15015;41.6540898;-108.117059:15016;41.6541274;-108.1168137,way_type=user_defined:way_id=80W +edge,15016,15016;41.6541274;-108.1168137:15017;41.6542873;-108.1157211,way_type=user_defined:way_id=80W +edge,15017,15017;41.6542873;-108.1157211:15018;41.6543388;-108.1153594,way_type=user_defined:way_id=80W +edge,15018,15018;41.6543388;-108.1153594:15019;41.6544232;-108.1147496,way_type=user_defined:way_id=80W +edge,15019,15019;41.6544232;-108.1147496:15020;41.6545266;-108.1139766,way_type=user_defined:way_id=80W +edge,15020,15020;41.6545266;-108.1139766:15021;41.6546493;-108.1130822,way_type=user_defined:way_id=80W +edge,15021,15021;41.6546493;-108.1130822:15022;41.6548826;-108.1113553,way_type=user_defined:way_id=80W +edge,15022,15022;41.6548826;-108.1113553:15023;41.6551141;-108.1096757,way_type=user_defined:way_id=80W +edge,15023,15023;41.6551141;-108.1096757:15024;41.6553952;-108.1075712,way_type=user_defined:way_id=80W +edge,15024,15024;41.6553952;-108.1075712:15025;41.6560098;-108.1030583,way_type=user_defined:way_id=80W +edge,15025,15025;41.6560098;-108.1030583:15026;41.6560098;-108.1030583,way_type=user_defined:way_id=80W +edge,15026,15026;41.6560098;-108.1030583:15027;41.65620469;-108.1016508,way_type=user_defined:way_id=80W +edge,15027,15027;41.65620469;-108.1016508:15028;41.6564126;-108.1000609,way_type=user_defined:way_id=80W +edge,15028,15028;41.6564126;-108.1000609:15029;41.6567635;-108.0974854,way_type=user_defined:way_id=80W +edge,15029,15029;41.6567635;-108.0974854:15030;41.6569717;-108.0959826,way_type=user_defined:way_id=80W +edge,15030,15030;41.6569717;-108.0959826:15031;41.6571615;-108.0945534,way_type=user_defined:way_id=80W +edge,15031,15031;41.6571615;-108.0945534:15032;41.6573089;-108.0934855,way_type=user_defined:way_id=80W +edge,15032,15032;41.6573089;-108.0934855:15033;41.6575093;-108.0919834,way_type=user_defined:way_id=80W +edge,15033,15033;41.6575093;-108.0919834:15034;41.6581419;-108.0873296,way_type=user_defined:way_id=80W +edge,15034,15034;41.6581419;-108.0873296:15035;41.6584513;-108.0850069,way_type=user_defined:way_id=80W +edge,15035,15035;41.6584513;-108.0850069:15036;41.6586436;-108.0836025,way_type=user_defined:way_id=80W +edge,15036,15036;41.6586436;-108.0836025:15037;41.658762;-108.0827125,way_type=user_defined:way_id=80W +edge,15037,15037;41.658762;-108.0827125:15038;41.6592743;-108.0789249,way_type=user_defined:way_id=80W +edge,15038,15038;41.6592743;-108.0789249:15039;41.6593483;-108.0783867,way_type=user_defined:way_id=80W +edge,15039,15039;41.6593483;-108.0783867:15040;41.6594584;-108.0775609,way_type=user_defined:way_id=80W +edge,15040,15040;41.6594584;-108.0775609:15041;41.6595897;-108.0765981,way_type=user_defined:way_id=80W +edge,15041,15041;41.6595897;-108.0765981:15042;41.6598195;-108.0748881,way_type=user_defined:way_id=80W +edge,15042,15042;41.6598195;-108.0748881:15043;41.6601975;-108.0721072,way_type=user_defined:way_id=80W +edge,15043,15043;41.6601975;-108.0721072:15044;41.6607047;-108.0683137,way_type=user_defined:way_id=80W +edge,15044,15044;41.6607047;-108.0683137:15045;41.6612027;-108.0646258,way_type=user_defined:way_id=80W +edge,15045,15045;41.6612027;-108.0646258:15046;41.6612027;-108.0646258,way_type=user_defined:way_id=80W +edge,15046,15046;41.6612027;-108.0646258:15047;41.6613742;-108.0633685,way_type=user_defined:way_id=80W +edge,15047,15047;41.6613742;-108.0633685:15048;41.6615656;-108.0619392,way_type=user_defined:way_id=80W +edge,15048,15048;41.6615656;-108.0619392:15049;41.6617817;-108.0603479,way_type=user_defined:way_id=80W +edge,15049,15049;41.6617817;-108.0603479:15050;41.6619654;-108.0589769,way_type=user_defined:way_id=80W +edge,15050,15050;41.6619654;-108.0589769:15051;41.6622541;-108.0568388,way_type=user_defined:way_id=80W +edge,15051,15051;41.6622541;-108.0568388:15052;41.6625553;-108.054633,way_type=user_defined:way_id=80W +edge,15052,15052;41.6625553;-108.054633:15053;41.6627284;-108.0533393,way_type=user_defined:way_id=80W +edge,15053,15053;41.6627284;-108.0533393:15054;41.6629967;-108.0513707,way_type=user_defined:way_id=80W +edge,15054,15054;41.6629967;-108.0513707:15055;41.6633363;-108.0488343,way_type=user_defined:way_id=80W +edge,15055,15055;41.6633363;-108.0488343:15056;41.6634345;-108.0481165,way_type=user_defined:way_id=80W +edge,15056,15056;41.6634345;-108.0481165:15057;41.6635557;-108.0472125,way_type=user_defined:way_id=80W +edge,15057,15057;41.6635557;-108.0472125:15058;41.6636676;-108.0463903,way_type=user_defined:way_id=80W +edge,15058,15058;41.6636676;-108.0463903:15059;41.6638102;-108.0453223,way_type=user_defined:way_id=80W +edge,15059,15059;41.6638102;-108.0453223:15060;41.6641334;-108.0429292,way_type=user_defined:way_id=80W +edge,15060,15060;41.6641334;-108.0429292:15061;41.6642556;-108.0419977,way_type=user_defined:way_id=80W +edge,15061,15061;41.6642556;-108.0419977:15062;41.6644813;-108.04032,way_type=user_defined:way_id=80W +edge,15062,15062;41.6644813;-108.04032:15063;41.664633;-108.039209,way_type=user_defined:way_id=80W +edge,15063,15063;41.664633;-108.039209:15064;41.66466146;-108.0389936,way_type=user_defined:way_id=80W +edge,15064,15064;41.66466146;-108.0389936:15065;41.66466146;-108.0389936,way_type=user_defined:way_id=80W +edge,15065,15065;41.66466146;-108.0389936:15066;41.6647562;-108.0382766,way_type=user_defined:way_id=80W +edge,15066,15066;41.6647562;-108.0382766:15067;41.6648578;-108.0375277,way_type=user_defined:way_id=80W +edge,15067,15067;41.6648578;-108.0375277:15068;41.6649479;-108.0368511,way_type=user_defined:way_id=80W +edge,15068,15068;41.6649479;-108.0368511:15069;41.66505339;-108.0360808,way_type=user_defined:way_id=80W +edge,15069,15069;41.66505339;-108.0360808:15070;41.6650667;-108.0359836,way_type=user_defined:way_id=80W +edge,15070,15070;41.6650667;-108.0359836:15071;41.6652292;-108.0347738,way_type=user_defined:way_id=80W +edge,15071,15071;41.6652292;-108.0347738:15072;41.6653455;-108.033919,way_type=user_defined:way_id=80W +edge,15072,15072;41.6653455;-108.033919:15073;41.6654563;-108.0330891,way_type=user_defined:way_id=80W +edge,15073,15073;41.6654563;-108.0330891:15074;41.6655837;-108.0321586,way_type=user_defined:way_id=80W +edge,15074,15074;41.6655837;-108.0321586:15075;41.66564569;-108.0316899,way_type=user_defined:way_id=80W +edge,15075,15075;41.66564569;-108.0316899:15076;41.66564569;-108.0316899,way_type=user_defined:way_id=80W +edge,15076,15076;41.66564569;-108.0316899:15077;41.6658945;-108.0298481,way_type=user_defined:way_id=80W +edge,15077,15077;41.6658945;-108.0298481:15078;41.6660168;-108.0289138,way_type=user_defined:way_id=80W +edge,15078,15078;41.6660168;-108.0289138:15079;41.66617883;-108.0277199,way_type=user_defined:way_id=80W +edge,15079,15079;41.66617883;-108.0277199:15080;41.666239;-108.0272765,way_type=user_defined:way_id=80W +edge,15080,15080;41.666239;-108.0272765:15081;41.6664672;-108.0255625,way_type=user_defined:way_id=80W +edge,15081,15081;41.6664672;-108.0255625:15082;41.6664672;-108.0255625,way_type=user_defined:way_id=80W +edge,15082,15082;41.6664672;-108.0255625:15083;41.6665453;-108.0249817,way_type=user_defined:way_id=80W +edge,15083,15083;41.6665453;-108.0249817:15084;41.6667075;-108.0237986,way_type=user_defined:way_id=80W +edge,15084,15084;41.6667075;-108.0237986:15085;41.6668195;-108.0229445,way_type=user_defined:way_id=80W +edge,15085,15085;41.6668195;-108.0229445:15086;41.6669417;-108.0220482,way_type=user_defined:way_id=80W +edge,15086,15086;41.6669417;-108.0220482:15087;41.6672086;-108.0200482,way_type=user_defined:way_id=80W +edge,15087,15087;41.6672086;-108.0200482:15088;41.6674502;-108.0182622,way_type=user_defined:way_id=80W +edge,15088,15088;41.6674502;-108.0182622:15089;41.6675593;-108.0174397,way_type=user_defined:way_id=80W +edge,15089,15089;41.6675593;-108.0174397:15090;41.6678245;-108.0154748,way_type=user_defined:way_id=80W +edge,15090,15090;41.6678245;-108.0154748:15091;41.6679422;-108.0146154,way_type=user_defined:way_id=80W +edge,15091,15091;41.6679422;-108.0146154:15092;41.6681763;-108.0128484,way_type=user_defined:way_id=80W +edge,15092,15092;41.6681763;-108.0128484:15093;41.6685111;-108.010398,way_type=user_defined:way_id=80W +edge,15093,15093;41.6685111;-108.010398:15094;41.668615;-108.0096157,way_type=user_defined:way_id=80W +edge,15094,15094;41.668615;-108.0096157:15095;41.6687951;-108.0082858,way_type=user_defined:way_id=80W +edge,15095,15095;41.6687951;-108.0082858:15096;41.6689968;-108.0067481,way_type=user_defined:way_id=80W +edge,15096,15096;41.6689968;-108.0067481:15097;41.6692522;-108.0048531,way_type=user_defined:way_id=80W +edge,15097,15097;41.6692522;-108.0048531:15098;41.6695212;-108.0028336,way_type=user_defined:way_id=80W +edge,15098,15098;41.6695212;-108.0028336:15099;41.6696966;-108.0015534,way_type=user_defined:way_id=80W +edge,15099,15099;41.6696966;-108.0015534:15100;41.6698589;-108.0003373,way_type=user_defined:way_id=80W +edge,15100,15100;41.6698589;-108.0003373:15101;41.66995089;-107.9996348,way_type=user_defined:way_id=80W +edge,15101,15101;41.66995089;-107.9996348:15102;41.6700289;-107.999039,way_type=user_defined:way_id=80W +edge,15102,15102;41.6700289;-107.999039:15103;41.6701463;-107.9981804,way_type=user_defined:way_id=80W +edge,15103,15103;41.6701463;-107.9981804:15104;41.6703082;-107.9969638,way_type=user_defined:way_id=80W +edge,15104,15104;41.6703082;-107.9969638:15105;41.6705927;-107.9948528,way_type=user_defined:way_id=80W +edge,15105,15105;41.6705927;-107.9948528:15106;41.6707402;-107.9937751,way_type=user_defined:way_id=80W +edge,15106,15106;41.6707402;-107.9937751:15107;41.6709485;-107.9922704,way_type=user_defined:way_id=80W +edge,15107,15107;41.6709485;-107.9922704:15108;41.6710246;-107.9917406,way_type=user_defined:way_id=80W +edge,15108,15108;41.6710246;-107.9917406:15109;41.6710652;-107.9914687,way_type=user_defined:way_id=80W +edge,15109,15109;41.6710652;-107.9914687:15110;41.6711101;-107.9911804,way_type=user_defined:way_id=80W +edge,15110,15110;41.6711101;-107.9911804:15111;41.6711254;-107.9910876,way_type=user_defined:way_id=80W +edge,15111,15111;41.6711254;-107.9910876:15112;41.6711574;-107.9908937,way_type=user_defined:way_id=80W +edge,15112,15112;41.6711574;-107.9908937:15113;41.6712073;-107.9906091,way_type=user_defined:way_id=80W +edge,15113,15113;41.6712073;-107.9906091:15114;41.6712675;-107.9902893,way_type=user_defined:way_id=80W +edge,15114,15114;41.6712675;-107.9902893:15115;41.671322;-107.9900165,way_type=user_defined:way_id=80W +edge,15115,15115;41.671322;-107.9900165:15116;41.6713747;-107.9897644,way_type=user_defined:way_id=80W +edge,15116,15116;41.6713747;-107.9897644:15117;41.6714361;-107.9894848,way_type=user_defined:way_id=80W +edge,15117,15117;41.6714361;-107.9894848:15118;41.6714988;-107.9892157,way_type=user_defined:way_id=80W +edge,15118,15118;41.6714988;-107.9892157:15119;41.6715691;-107.9889304,way_type=user_defined:way_id=80W +edge,15119,15119;41.6715691;-107.9889304:15120;41.671638;-107.9886636,way_type=user_defined:way_id=80W +edge,15120,15120;41.671638;-107.9886636:15121;41.6717313;-107.9883189,way_type=user_defined:way_id=80W +edge,15121,15121;41.6717313;-107.9883189:15122;41.6717313;-107.9883189,way_type=user_defined:way_id=80W +edge,15122,15122;41.6717313;-107.9883189:15123;41.671798;-107.9880811,way_type=user_defined:way_id=80W +edge,15123,15123;41.671798;-107.9880811:15124;41.6718666;-107.9878441,way_type=user_defined:way_id=80W +edge,15124,15124;41.6718666;-107.9878441:15125;41.6719583;-107.9875381,way_type=user_defined:way_id=80W +edge,15125,15125;41.6719583;-107.9875381:15126;41.672042;-107.9872683,way_type=user_defined:way_id=80W +edge,15126,15126;41.672042;-107.9872683:15127;41.6721063;-107.9870691,way_type=user_defined:way_id=80W +edge,15127,15127;41.6721063;-107.9870691:15128;41.6722046;-107.9867762,way_type=user_defined:way_id=80W +edge,15128,15128;41.6722046;-107.9867762:15129;41.6723105;-107.986477,way_type=user_defined:way_id=80W +edge,15129,15129;41.6723105;-107.986477:15130;41.672408;-107.9862135,way_type=user_defined:way_id=80W +edge,15130,15130;41.672408;-107.9862135:15131;41.6725084;-107.9859512,way_type=user_defined:way_id=80W +edge,15131,15131;41.6725084;-107.9859512:15132;41.6725947;-107.9857319,way_type=user_defined:way_id=80W +edge,15132,15132;41.6725947;-107.9857319:15133;41.6727135;-107.9854377,way_type=user_defined:way_id=80W +edge,15133,15133;41.6727135;-107.9854377:15134;41.6728182;-107.985187,way_type=user_defined:way_id=80W +edge,15134,15134;41.6728182;-107.985187:15135;41.672926;-107.9849373,way_type=user_defined:way_id=80W +edge,15135,15135;41.672926;-107.9849373:15136;41.67298125;-107.9848131,way_type=user_defined:way_id=80W +edge,15136,15136;41.67298125;-107.9848131:15137;41.6731641;-107.9844021,way_type=user_defined:way_id=80W +edge,15137,15137;41.6731641;-107.9844021:15138;41.673958;-107.9826633,way_type=user_defined:way_id=80W +edge,15138,15138;41.673958;-107.9826633:15139;41.67482355;-107.980773,way_type=user_defined:way_id=80W +edge,15139,15139;41.67482355;-107.980773:15140;41.67482355;-107.980773,way_type=user_defined:way_id=80W +edge,15140,15140;41.67482355;-107.980773:15141;41.6751391;-107.9800849,way_type=user_defined:way_id=80W +edge,15141,15141;41.6751391;-107.9800849:15142;41.675492;-107.9793047,way_type=user_defined:way_id=80W +edge,15142,15142;41.675492;-107.9793047:15143;41.6761717;-107.9778198,way_type=user_defined:way_id=80W +edge,15143,15143;41.6761717;-107.9778198:15144;41.67671852;-107.9766178,way_type=user_defined:way_id=80W +edge,15144,15144;41.67671852;-107.9766178:15145;41.6768338;-107.9763644,way_type=user_defined:way_id=80W +edge,15145,15145;41.6768338;-107.9763644:15146;41.677574;-107.9747488,way_type=user_defined:way_id=80W +edge,15146,15146;41.677574;-107.9747488:15147;41.6778711;-107.9740958,way_type=user_defined:way_id=80W +edge,15147,15147;41.6778711;-107.9740958:15148;41.6778711;-107.9740958,way_type=user_defined:way_id=80W +edge,15148,15148;41.6778711;-107.9740958:15149;41.67794153;-107.973935,way_type=user_defined:way_id=80W +edge,15149,15149;41.67794153;-107.973935:15150;41.6782389;-107.9732871,way_type=user_defined:way_id=80W +edge,15150,15150;41.6782389;-107.9732871:15151;41.67839663;-107.9729434,way_type=user_defined:way_id=80W +edge,15151,15151;41.67839663;-107.9729434:15152;41.67839663;-107.9729434,way_type=user_defined:way_id=80W +edge,15152,15152;41.67839663;-107.9729434:15153;41.6787143;-107.9722524,way_type=user_defined:way_id=80W +edge,15153,15153;41.6787143;-107.9722524:15154;41.6790482;-107.9715158,way_type=user_defined:way_id=80W +edge,15154,15154;41.6790482;-107.9715158:15155;41.6792771;-107.9710151,way_type=user_defined:way_id=80W +edge,15155,15155;41.6792771;-107.9710151:15156;41.6796134;-107.9702708,way_type=user_defined:way_id=80W +edge,15156,15156;41.6796134;-107.9702708:15157;41.679967;-107.9694998,way_type=user_defined:way_id=80W +edge,15157,15157;41.679967;-107.9694998:15158;41.6806168;-107.9680665,way_type=user_defined:way_id=80W +edge,15158,15158;41.6806168;-107.9680665:15159;41.6812973;-107.9665798,way_type=user_defined:way_id=80W +edge,15159,15159;41.6812973;-107.9665798:15160;41.6815353;-107.9660547,way_type=user_defined:way_id=80W +edge,15160,15160;41.6815353;-107.9660547:15161;41.6818876;-107.9652831,way_type=user_defined:way_id=80W +edge,15161,15161;41.6818876;-107.9652831:15162;41.6824293;-107.9641015,way_type=user_defined:way_id=80W +edge,15162,15162;41.6824293;-107.9641015:15163;41.6828548;-107.9631634,way_type=user_defined:way_id=80W +edge,15163,15163;41.6828548;-107.9631634:15164;41.6833784;-107.9620172,way_type=user_defined:way_id=80W +edge,15164,15164;41.6833784;-107.9620172:15165;41.6839025;-107.9608746,way_type=user_defined:way_id=80W +edge,15165,15165;41.6839025;-107.9608746:15166;41.6842585;-107.9600924,way_type=user_defined:way_id=80W +edge,15166,15166;41.6842585;-107.9600924:15167;41.6848244;-107.9588593,way_type=user_defined:way_id=80W +edge,15167,15167;41.6848244;-107.9588593:15168;41.685265;-107.9578892,way_type=user_defined:way_id=80W +edge,15168,15168;41.685265;-107.9578892:15169;41.6857148;-107.9568929,way_type=user_defined:way_id=80W +edge,15169,15169;41.6857148;-107.9568929:15170;41.6861801;-107.9558693,way_type=user_defined:way_id=80W +edge,15170,15170;41.6861801;-107.9558693:15171;41.6869037;-107.9542914,way_type=user_defined:way_id=80W +edge,15171,15171;41.6869037;-107.9542914:15172;41.6872327;-107.9535676,way_type=user_defined:way_id=80W +edge,15172,15172;41.6872327;-107.9535676:15173;41.6875852;-107.9527974,way_type=user_defined:way_id=80W +edge,15173,15173;41.6875852;-107.9527974:15174;41.6878248;-107.9522685,way_type=user_defined:way_id=80W +edge,15174,15174;41.6878248;-107.9522685:15175;41.6882897;-107.9512509,way_type=user_defined:way_id=80W +edge,15175,15175;41.6882897;-107.9512509:15176;41.6885003;-107.9507766,way_type=user_defined:way_id=80W +edge,15176,15176;41.6885003;-107.9507766:15177;41.6886107;-107.9505216,way_type=user_defined:way_id=80W +edge,15177,15177;41.6886107;-107.9505216:15178;41.6887298;-107.9502378,way_type=user_defined:way_id=80W +edge,15178,15178;41.6887298;-107.9502378:15179;41.6888319;-107.949986,way_type=user_defined:way_id=80W +edge,15179,15179;41.6888319;-107.949986:15180;41.6889361;-107.9497228,way_type=user_defined:way_id=80W +edge,15180,15180;41.6889361;-107.9497228:15181;41.6890344;-107.9494659,way_type=user_defined:way_id=80W +edge,15181,15181;41.6890344;-107.9494659:15182;41.6891294;-107.9492074,way_type=user_defined:way_id=80W +edge,15182,15182;41.6891294;-107.9492074:15183;41.6892243;-107.9489382,way_type=user_defined:way_id=80W +edge,15183,15183;41.6892243;-107.9489382:15184;41.6893211;-107.948651,way_type=user_defined:way_id=80W +edge,15184,15184;41.6893211;-107.948651:15185;41.6894069;-107.9483904,way_type=user_defined:way_id=80W +edge,15185,15185;41.6894069;-107.9483904:15186;41.6894926;-107.9481201,way_type=user_defined:way_id=80W +edge,15186,15186;41.6894926;-107.9481201:15187;41.6897427;-107.9473079,way_type=user_defined:way_id=80W +edge,15187,15187;41.6897427;-107.9473079:15188;41.6898333;-107.9470076,way_type=user_defined:way_id=80W +edge,15188,15188;41.6898333;-107.9470076:15189;41.6900039;-107.9464321,way_type=user_defined:way_id=80W +edge,15189,15189;41.6900039;-107.9464321:15190;41.6905484;-107.944608,way_type=user_defined:way_id=80W +edge,15190,15190;41.6905484;-107.944608:15191;41.6911976;-107.942422,way_type=user_defined:way_id=80W +edge,15191,15191;41.6911976;-107.942422:15192;41.6917959;-107.9404256,way_type=user_defined:way_id=80W +edge,15192,15192;41.6917959;-107.9404256:15193;41.6922162;-107.9390049,way_type=user_defined:way_id=80W +edge,15193,15193;41.6922162;-107.9390049:15194;41.6924891;-107.9380859,way_type=user_defined:way_id=80W +edge,15194,15194;41.6924891;-107.9380859:15195;41.6927318;-107.9372742,way_type=user_defined:way_id=80W +edge,15195,15195;41.6927318;-107.9372742:15196;41.6928908;-107.9367363,way_type=user_defined:way_id=80W +edge,15196,15196;41.6928908;-107.9367363:15197;41.6934742;-107.9347924,way_type=user_defined:way_id=80W +edge,15197,15197;41.6934742;-107.9347924:15198;41.694103;-107.9326621,way_type=user_defined:way_id=80W +edge,15198,15198;41.694103;-107.9326621:15199;41.6943605;-107.9317831,way_type=user_defined:way_id=80W +edge,15199,15199;41.6943605;-107.9317831:15200;41.6947793;-107.930391,way_type=user_defined:way_id=80W +edge,15200,15200;41.6947793;-107.930391:15201;41.6950907;-107.9293433,way_type=user_defined:way_id=80W +edge,15201,15201;41.6950907;-107.9293433:15202;41.6952494;-107.9288019,way_type=user_defined:way_id=80W +edge,15202,15202;41.6952494;-107.9288019:15203;41.6954497;-107.9281263,way_type=user_defined:way_id=80W +edge,15203,15203;41.6954497;-107.9281263:15204;41.6958939;-107.9266491,way_type=user_defined:way_id=80W +edge,15204,15204;41.6958939;-107.9266491:15205;41.6960564;-107.9260995,way_type=user_defined:way_id=80W +edge,15205,15205;41.6960564;-107.9260995:15206;41.696307;-107.9252635,way_type=user_defined:way_id=80W +edge,15206,15206;41.696307;-107.9252635:15207;41.6971807;-107.9223125,way_type=user_defined:way_id=80W +edge,15207,15207;41.6971807;-107.9223125:15208;41.6975118;-107.9212027,way_type=user_defined:way_id=80W +edge,15208,15208;41.6975118;-107.9212027:15209;41.6976619;-107.9206944,way_type=user_defined:way_id=80W +edge,15209,15209;41.6976619;-107.9206944:15210;41.6979374;-107.9197738,way_type=user_defined:way_id=80W +edge,15210,15210;41.6979374;-107.9197738:15211;41.6984161;-107.9181597,way_type=user_defined:way_id=80W +edge,15211,15211;41.6984161;-107.9181597:15212;41.69877;-107.9169817,way_type=user_defined:way_id=80W +edge,15212,15212;41.69877;-107.9169817:15213;41.6999009;-107.9131656,way_type=user_defined:way_id=80W +edge,15213,15213;41.6999009;-107.9131656:15214;41.7004756;-107.9112463,way_type=user_defined:way_id=80W +edge,15214,15214;41.7004756;-107.9112463:15215;41.70091614;-107.9097595,way_type=user_defined:way_id=80W +edge,15215,15215;41.70091614;-107.9097595:15216;41.7010198;-107.9094097,way_type=user_defined:way_id=80W +edge,15216,15216;41.7010198;-107.9094097:15217;41.7012547;-107.9086291,way_type=user_defined:way_id=80W +edge,15217,15217;41.7012547;-107.9086291:15218;41.7015895;-107.9074866,way_type=user_defined:way_id=80W +edge,15218,15218;41.7015895;-107.9074866:15219;41.7019026;-107.9064361,way_type=user_defined:way_id=80W +edge,15219,15219;41.7019026;-107.9064361:15220;41.7021402;-107.9056271,way_type=user_defined:way_id=80W +edge,15220,15220;41.7021402;-107.9056271:15221;41.7024529;-107.9045805,way_type=user_defined:way_id=80W +edge,15221,15221;41.7024529;-107.9045805:15222;41.7026269;-107.9040038,way_type=user_defined:way_id=80W +edge,15222,15222;41.7026269;-107.9040038:15223;41.7028644;-107.9031931,way_type=user_defined:way_id=80W +edge,15223,15223;41.7028644;-107.9031931:15224;41.7032451;-107.9019058,way_type=user_defined:way_id=80W +edge,15224,15224;41.7032451;-107.9019058:15225;41.7034447;-107.9012191,way_type=user_defined:way_id=80W +edge,15225,15225;41.7034447;-107.9012191:15226;41.7035204;-107.9009508,way_type=user_defined:way_id=80W +edge,15226,15226;41.7035204;-107.9009508:15227;41.7035941;-107.9006817,way_type=user_defined:way_id=80W +edge,15227,15227;41.7035941;-107.9006817:15228;41.7036618;-107.9004304,way_type=user_defined:way_id=80W +edge,15228,15228;41.7036618;-107.9004304:15229;41.7037413;-107.9001248,way_type=user_defined:way_id=80W +edge,15229,15229;41.7037413;-107.9001248:15230;41.7039457;-107.8993063,way_type=user_defined:way_id=80W +edge,15230,15230;41.7039457;-107.8993063:15231;41.7040127;-107.8990268,way_type=user_defined:way_id=80W +edge,15231,15231;41.7040127;-107.8990268:15232;41.7040776;-107.8987463,way_type=user_defined:way_id=80W +edge,15232,15232;41.7040776;-107.8987463:15233;41.7041991;-107.898194,way_type=user_defined:way_id=80W +edge,15233,15233;41.7041991;-107.898194:15234;41.7043256;-107.897592,way_type=user_defined:way_id=80W +edge,15234,15234;41.7043256;-107.897592:15235;41.7044379;-107.8970381,way_type=user_defined:way_id=80W +edge,15235,15235;41.7044379;-107.8970381:15236;41.7045419;-107.8965038,way_type=user_defined:way_id=80W +edge,15236,15236;41.7045419;-107.8965038:15237;41.7046006;-107.8961942,way_type=user_defined:way_id=80W +edge,15237,15237;41.7046006;-107.8961942:15238;41.7046515;-107.8959118,way_type=user_defined:way_id=80W +edge,15238,15238;41.7046515;-107.8959118:15239;41.7047494;-107.895342,way_type=user_defined:way_id=80W +edge,15239,15239;41.7047494;-107.895342:15240;41.7047946;-107.8950643,way_type=user_defined:way_id=80W +edge,15240,15240;41.7047946;-107.8950643:15241;41.7048396;-107.8947753,way_type=user_defined:way_id=80W +edge,15241,15241;41.7048396;-107.8947753:15242;41.704907;-107.8943135,way_type=user_defined:way_id=80W +edge,15242,15242;41.704907;-107.8943135:15243;41.7049663;-107.8938849,way_type=user_defined:way_id=80W +edge,15243,15243;41.7049663;-107.8938849:15244;41.7049996;-107.8936306,way_type=user_defined:way_id=80W +edge,15244,15244;41.7049996;-107.8936306:15245;41.7050357;-107.8933382,way_type=user_defined:way_id=80W +edge,15245,15245;41.7050357;-107.8933382:15246;41.7051381;-107.8924807,way_type=user_defined:way_id=80W +edge,15246,15246;41.7051381;-107.8924807:15247;41.7051747;-107.89215,way_type=user_defined:way_id=80W +edge,15247,15247;41.7051747;-107.89215:15248;41.705205;-107.8918561,way_type=user_defined:way_id=80W +edge,15248,15248;41.705205;-107.8918561:15249;41.7052327;-107.8915712,way_type=user_defined:way_id=80W +edge,15249,15249;41.7052327;-107.8915712:15250;41.7052579;-107.8912948,way_type=user_defined:way_id=80W +edge,15250,15250;41.7052579;-107.8912948:15251;41.7052858;-107.8909626,way_type=user_defined:way_id=80W +edge,15251,15251;41.7052858;-107.8909626:15252;41.7053076;-107.8906775,way_type=user_defined:way_id=80W +edge,15252,15252;41.7053076;-107.8906775:15253;41.7053263;-107.8904119,way_type=user_defined:way_id=80W +edge,15253,15253;41.7053263;-107.8904119:15254;41.705376;-107.8896282,way_type=user_defined:way_id=80W +edge,15254,15254;41.705376;-107.8896282:15255;41.7054328;-107.8886413,way_type=user_defined:way_id=80W +edge,15255,15255;41.7054328;-107.8886413:15256;41.7055401;-107.8866117,way_type=user_defined:way_id=80W +edge,15256,15256;41.7055401;-107.8866117:15257;41.7056044;-107.8854519,way_type=user_defined:way_id=80W +edge,15257,15257;41.7056044;-107.8854519:15258;41.7057808;-107.8821806,way_type=user_defined:way_id=80W +edge,15258,15258;41.7057808;-107.8821806:15259;41.7058301;-107.881305,way_type=user_defined:way_id=80W +edge,15259,15259;41.7058301;-107.881305:15260;41.7058717;-107.8804807,way_type=user_defined:way_id=80W +edge,15260,15260;41.7058717;-107.8804807:15261;41.7059592;-107.8788116,way_type=user_defined:way_id=80W +edge,15261,15261;41.7059592;-107.8788116:15262;41.7061417;-107.8754748,way_type=user_defined:way_id=80W +edge,15262,15262;41.7061417;-107.8754748:15263;41.7061888;-107.8745711,way_type=user_defined:way_id=80W +edge,15263,15263;41.7061888;-107.8745711:15264;41.7062958;-107.8724309,way_type=user_defined:way_id=80W +edge,15264,15264;41.7062958;-107.8724309:15265;41.7063259;-107.8717764,way_type=user_defined:way_id=80W +edge,15265,15265;41.7063259;-107.8717764:15266;41.7063551;-107.8710927,way_type=user_defined:way_id=80W +edge,15266,15266;41.7063551;-107.8710927:15267;41.706384;-107.8702909,way_type=user_defined:way_id=80W +edge,15267,15267;41.706384;-107.8702909:15268;41.7064072;-107.8695596,way_type=user_defined:way_id=80W +edge,15268,15268;41.7064072;-107.8695596:15269;41.7064207;-107.8689728,way_type=user_defined:way_id=80W +edge,15269,15269;41.7064207;-107.8689728:15270;41.706426;-107.8686459,way_type=user_defined:way_id=80W +edge,15270,15270;41.706426;-107.8686459:15271;41.7064358;-107.867702,way_type=user_defined:way_id=80W +edge,15271,15271;41.7064358;-107.867702:15272;41.7064398;-107.8668383,way_type=user_defined:way_id=80W +edge,15272,15272;41.7064398;-107.8668383:15273;41.7064402;-107.8662904,way_type=user_defined:way_id=80W +edge,15273,15273;41.7064402;-107.8662904:15274;41.7064372;-107.8657437,way_type=user_defined:way_id=80W +edge,15274,15274;41.7064372;-107.8657437:15275;41.7064339;-107.8654104,way_type=user_defined:way_id=80W +edge,15275,15275;41.7064339;-107.8654104:15276;41.7064204;-107.8645781,way_type=user_defined:way_id=80W +edge,15276,15276;41.7064204;-107.8645781:15277;41.7063919;-107.8633842,way_type=user_defined:way_id=80W +edge,15277,15277;41.7063919;-107.8633842:15278;41.7063823;-107.8630521,way_type=user_defined:way_id=80W +edge,15278,15278;41.7063823;-107.8630521:15279;41.7063641;-107.8625104,way_type=user_defined:way_id=80W +edge,15279,15279;41.7063641;-107.8625104:15280;41.7063421;-107.8619314,way_type=user_defined:way_id=80W +edge,15280,15280;41.7063421;-107.8619314:15281;41.7063292;-107.8616379,way_type=user_defined:way_id=80W +edge,15281,15281;41.7063292;-107.8616379:15282;41.706299;-107.8610152,way_type=user_defined:way_id=80W +edge,15282,15282;41.706299;-107.8610152:15283;41.7062169;-107.8595026,way_type=user_defined:way_id=80W +edge,15283,15283;41.7062169;-107.8595026:15284;41.7061546;-107.858409,way_type=user_defined:way_id=80W +edge,15284,15284;41.7061546;-107.858409:15285;41.706081;-107.8570491,way_type=user_defined:way_id=80W +edge,15285,15285;41.706081;-107.8570491:15286;41.7059917;-107.8555036,way_type=user_defined:way_id=80W +edge,15286,15286;41.7059917;-107.8555036:15287;41.7059144;-107.8540601,way_type=user_defined:way_id=80W +edge,15287,15287;41.7059144;-107.8540601:15288;41.7058781;-107.8534103,way_type=user_defined:way_id=80W +edge,15288,15288;41.7058781;-107.8534103:15289;41.7058295;-107.8525783,way_type=user_defined:way_id=80W +edge,15289,15289;41.7058295;-107.8525783:15290;41.7057487;-107.8511224,way_type=user_defined:way_id=80W +edge,15290,15290;41.7057487;-107.8511224:15291;41.7057138;-107.8505306,way_type=user_defined:way_id=80W +edge,15291,15291;41.7057138;-107.8505306:15292;41.7056654;-107.8496386,way_type=user_defined:way_id=80W +edge,15292,15292;41.7056654;-107.8496386:15293;41.7055959;-107.8484399,way_type=user_defined:way_id=80W +edge,15293,15293;41.7055959;-107.8484399:15294;41.7055495;-107.8476854,way_type=user_defined:way_id=80W +edge,15294,15294;41.7055495;-107.8476854:15295;41.70552297;-107.8471743,way_type=user_defined:way_id=80W +edge,15295,15295;41.70552297;-107.8471743:15296;41.7054981;-107.8466954,way_type=user_defined:way_id=80W +edge,15296,15296;41.7054981;-107.8466954:15297;41.705425;-107.845358,way_type=user_defined:way_id=80W +edge,15297,15297;41.705425;-107.845358:15298;41.7052858;-107.8428522,way_type=user_defined:way_id=80W +edge,15298,15298;41.7052858;-107.8428522:15299;41.705201;-107.8413785,way_type=user_defined:way_id=80W +edge,15299,15299;41.705201;-107.8413785:15300;41.7051717;-107.8408284,way_type=user_defined:way_id=80W +edge,15300,15300;41.7051717;-107.8408284:15301;41.7051429;-107.8402387,way_type=user_defined:way_id=80W +edge,15301,15301;41.7051429;-107.8402387:15302;41.7051296;-107.8399234,way_type=user_defined:way_id=80W +edge,15302,15302;41.7051296;-107.8399234:15303;41.7051182;-107.839598,way_type=user_defined:way_id=80W +edge,15303,15303;41.7051182;-107.839598:15304;41.7051061;-107.8391194,way_type=user_defined:way_id=80W +edge,15304,15304;41.7051061;-107.8391194:15305;41.7050996;-107.8387557,way_type=user_defined:way_id=80W +edge,15305,15305;41.7050996;-107.8387557:15306;41.7050944;-107.8381436,way_type=user_defined:way_id=80W +edge,15306,15306;41.7050944;-107.8381436:15307;41.705093;-107.8375609,way_type=user_defined:way_id=80W +edge,15307,15307;41.705093;-107.8375609:15308;41.7050946;-107.837265,way_type=user_defined:way_id=80W +edge,15308,15308;41.7050946;-107.837265:15309;41.7051031;-107.8366929,way_type=user_defined:way_id=80W +edge,15309,15309;41.7051031;-107.8366929:15310;41.7051097;-107.8363854,way_type=user_defined:way_id=80W +edge,15310,15310;41.7051097;-107.8363854:15311;41.7051261;-107.8358093,way_type=user_defined:way_id=80W +edge,15311,15311;41.7051261;-107.8358093:15312;41.705138;-107.8354828,way_type=user_defined:way_id=80W +edge,15312,15312;41.705138;-107.8354828:15313;41.7051505;-107.8351981,way_type=user_defined:way_id=80W +edge,15313,15313;41.7051505;-107.8351981:15314;41.7051661;-107.8348933,way_type=user_defined:way_id=80W +edge,15314,15314;41.7051661;-107.8348933:15315;41.7051843;-107.8345819,way_type=user_defined:way_id=80W +edge,15315,15315;41.7051843;-107.8345819:15316;41.7052195;-107.8340358,way_type=user_defined:way_id=80W +edge,15316,15316;41.7052195;-107.8340358:15317;41.7052428;-107.8337086,way_type=user_defined:way_id=80W +edge,15317,15317;41.7052428;-107.8337086:15318;41.7052835;-107.8332058,way_type=user_defined:way_id=80W +edge,15318,15318;41.7052835;-107.8332058:15319;41.7053118;-107.8328805,way_type=user_defined:way_id=80W +edge,15319,15319;41.7053118;-107.8328805:15320;41.7053661;-107.832302,way_type=user_defined:way_id=80W +edge,15320,15320;41.7053661;-107.832302:15321;41.705398;-107.8319846,way_type=user_defined:way_id=80W +edge,15321,15321;41.705398;-107.8319846:15322;41.7054492;-107.8315138,way_type=user_defined:way_id=80W +edge,15322,15322;41.7054492;-107.8315138:15323;41.7054902;-107.8311588,way_type=user_defined:way_id=80W +edge,15323,15323;41.7054902;-107.8311588:15324;41.7055346;-107.8307979,way_type=user_defined:way_id=80W +edge,15324,15324;41.7055346;-107.8307979:15325;41.705567;-107.8305477,way_type=user_defined:way_id=80W +edge,15325,15325;41.705567;-107.8305477:15326;41.7056416;-107.8300032,way_type=user_defined:way_id=80W +edge,15326,15326;41.7056416;-107.8300032:15327;41.7057234;-107.8294402,way_type=user_defined:way_id=80W +edge,15327,15327;41.7057234;-107.8294402:15328;41.7057727;-107.8291168,way_type=user_defined:way_id=80W +edge,15328,15328;41.7057727;-107.8291168:15329;41.7058167;-107.8288406,way_type=user_defined:way_id=80W +edge,15329,15329;41.7058167;-107.8288406:15330;41.7058655;-107.828547,way_type=user_defined:way_id=80W +edge,15330,15330;41.7058655;-107.828547:15331;41.7059157;-107.8282627,way_type=user_defined:way_id=80W +edge,15331,15331;41.7059157;-107.8282627:15332;41.7060138;-107.8277326,way_type=user_defined:way_id=80W +edge,15332,15332;41.7060138;-107.8277326:15333;41.7060868;-107.8273484,way_type=user_defined:way_id=80W +edge,15333,15333;41.7060868;-107.8273484:15334;41.7061551;-107.8270014,way_type=user_defined:way_id=80W +edge,15334,15334;41.7061551;-107.8270014:15335;41.7062428;-107.8265718,way_type=user_defined:way_id=80W +edge,15335,15335;41.7062428;-107.8265718:15336;41.7063036;-107.8262884,way_type=user_defined:way_id=80W +edge,15336,15336;41.7063036;-107.8262884:15337;41.7064358;-107.8256943,way_type=user_defined:way_id=80W +edge,15337,15337;41.7064358;-107.8256943:15338;41.7066243;-107.8248651,way_type=user_defined:way_id=80W +edge,15338,15338;41.7066243;-107.8248651:15339;41.7069443;-107.8234744,way_type=user_defined:way_id=80W +edge,15339,15339;41.7069443;-107.8234744:15340;41.707143;-107.8226029,way_type=user_defined:way_id=80W +edge,15340,15340;41.707143;-107.8226029:15341;41.7075819;-107.8206902,way_type=user_defined:way_id=80W +edge,15341,15341;41.7075819;-107.8206902:15342;41.7079158;-107.819223,way_type=user_defined:way_id=80W +edge,15342,15342;41.7079158;-107.819223:15343;41.70808655;-107.8184795,way_type=user_defined:way_id=80W +edge,15343,15343;41.70808655;-107.8184795:15344;41.70820414;-107.8179534,way_type=user_defined:way_id=80W +edge,15344,15344;41.70820414;-107.8179534:15345;41.70831671;-107.817472,way_type=user_defined:way_id=80W +edge,15345,15345;41.70831671;-107.817472:15346;41.7086931;-107.8158202,way_type=user_defined:way_id=80W +edge,15346,15346;41.7086931;-107.8158202:15347;41.7090757;-107.8141579,way_type=user_defined:way_id=80W +edge,15347,15347;41.7090757;-107.8141579:15348;41.70922836;-107.813486,way_type=user_defined:way_id=80W +edge,15348,15348;41.70922836;-107.813486:15349;41.70967731;-107.8115363,way_type=user_defined:way_id=80W +edge,15349,15349;41.70967731;-107.8115363:15350;41.7098366;-107.8108247,way_type=user_defined:way_id=80W +edge,15350,15350;41.7098366;-107.8108247:15351;41.7106096;-107.8074481,way_type=user_defined:way_id=80W +edge,15351,15351;41.7106096;-107.8074481:15352;41.71091753;-107.8060827,way_type=user_defined:way_id=80W +edge,15352,15352;41.71091753;-107.8060827:15353;41.71115619;-107.805048,way_type=user_defined:way_id=80W +edge,15353,15353;41.71115619;-107.805048:15354;41.71146128;-107.8037038,way_type=user_defined:way_id=80W +edge,15354,15354;41.71146128;-107.8037038:15355;41.7116329;-107.8029601,way_type=user_defined:way_id=80W +edge,15355,15355;41.7116329;-107.8029601:15356;41.7120066;-107.8013129,way_type=user_defined:way_id=80W +edge,15356,15356;41.7120066;-107.8013129:15357;41.7134915;-107.7948353,way_type=user_defined:way_id=80W +edge,15357,15357;41.7134915;-107.7948353:15358;41.7137952;-107.7934859,way_type=user_defined:way_id=80W +edge,15358,15358;41.7137952;-107.7934859:15359;41.71453749;-107.7902393,way_type=user_defined:way_id=80W +edge,15359,15359;41.71453749;-107.7902393:15360;41.71464767;-107.7897539,way_type=user_defined:way_id=80W +edge,15360,15360;41.71464767;-107.7897539:15361;41.7149225;-107.7885432,way_type=user_defined:way_id=80W +edge,15361,15361;41.7149225;-107.7885432:15362;41.7149225;-107.7885432,way_type=user_defined:way_id=80W +edge,15362,15362;41.7149225;-107.7885432:15363;41.7151043;-107.78774,way_type=user_defined:way_id=80W +edge,15363,15363;41.7151043;-107.78774:15364;41.71558981;-107.785625,way_type=user_defined:way_id=80W +edge,15364,15364;41.71558981;-107.785625:15365;41.7157692;-107.7848435,way_type=user_defined:way_id=80W +edge,15365,15365;41.7157692;-107.7848435:15366;41.71621115;-107.7828996,way_type=user_defined:way_id=80W +edge,15366,15366;41.71621115;-107.7828996:15367;41.71621115;-107.7828996,way_type=user_defined:way_id=80W +edge,15367,15367;41.71621115;-107.7828996:15368;41.71671951;-107.7806777,way_type=user_defined:way_id=80W +edge,15368,15368;41.71671951;-107.7806777:15369;41.7168889;-107.7799374,way_type=user_defined:way_id=80W +edge,15369,15369;41.7168889;-107.7799374:15370;41.7173719;-107.7778158,way_type=user_defined:way_id=80W +edge,15370,15370;41.7173719;-107.7778158:15371;41.7173719;-107.7778158,way_type=user_defined:way_id=80W +edge,15371,15371;41.7173719;-107.7778158:15372;41.7175144;-107.7771936,way_type=user_defined:way_id=80W +edge,15372,15372;41.7175144;-107.7771936:15373;41.7177995;-107.7759358,way_type=user_defined:way_id=80W +edge,15373,15373;41.7177995;-107.7759358:15374;41.7179502;-107.775271,way_type=user_defined:way_id=80W +edge,15374,15374;41.7179502;-107.775271:15375;41.7181288;-107.7744925,way_type=user_defined:way_id=80W +edge,15375,15375;41.7181288;-107.7744925:15376;41.718311;-107.7736899,way_type=user_defined:way_id=80W +edge,15376,15376;41.718311;-107.7736899:15377;41.7187076;-107.7719749,way_type=user_defined:way_id=80W +edge,15377,15377;41.7187076;-107.7719749:15378;41.7191415;-107.7700611,way_type=user_defined:way_id=80W +edge,15378,15378;41.7191415;-107.7700611:15379;41.7193802;-107.769023,way_type=user_defined:way_id=80W +edge,15379,15379;41.7193802;-107.769023:15380;41.7195927;-107.7680855,way_type=user_defined:way_id=80W +edge,15380,15380;41.7195927;-107.7680855:15381;41.7199915;-107.766339,way_type=user_defined:way_id=80W +edge,15381,15381;41.7199915;-107.766339:15382;41.7203054;-107.7649465,way_type=user_defined:way_id=80W +edge,15382,15382;41.7203054;-107.7649465:15383;41.720752;-107.7630043,way_type=user_defined:way_id=80W +edge,15383,15383;41.720752;-107.7630043:15384;41.720948;-107.7621335,way_type=user_defined:way_id=80W +edge,15384,15384;41.720948;-107.7621335:15385;41.7212471;-107.7608176,way_type=user_defined:way_id=80W +edge,15385,15385;41.7212471;-107.7608176:15386;41.7213847;-107.7602194,way_type=user_defined:way_id=80W +edge,15386,15386;41.7213847;-107.7602194:15387;41.7215819;-107.7593442,way_type=user_defined:way_id=80W +edge,15387,15387;41.7215819;-107.7593442:15388;41.7217427;-107.7586461,way_type=user_defined:way_id=80W +edge,15388,15388;41.7217427;-107.7586461:15389;41.7221788;-107.7567335,way_type=user_defined:way_id=80W +edge,15389,15389;41.7221788;-107.7567335:15390;41.7223641;-107.7559328,way_type=user_defined:way_id=80W +edge,15390,15390;41.7223641;-107.7559328:15391;41.7226002;-107.7549003,way_type=user_defined:way_id=80W +edge,15391,15391;41.7226002;-107.7549003:15392;41.7229213;-107.7534756,way_type=user_defined:way_id=80W +edge,15392,15392;41.7229213;-107.7534756:15393;41.7233178;-107.7517333,way_type=user_defined:way_id=80W +edge,15393,15393;41.7233178;-107.7517333:15394;41.7235823;-107.7505889,way_type=user_defined:way_id=80W +edge,15394,15394;41.7235823;-107.7505889:15395;41.7239109;-107.7491561,way_type=user_defined:way_id=80W +edge,15395,15395;41.7239109;-107.7491561:15396;41.7240429;-107.7485709,way_type=user_defined:way_id=80W +edge,15396,15396;41.7240429;-107.7485709:15397;41.7242974;-107.7474638,way_type=user_defined:way_id=80W +edge,15397,15397;41.7242974;-107.7474638:15398;41.7244854;-107.74663,way_type=user_defined:way_id=80W +edge,15398,15398;41.7244854;-107.74663:15399;41.7247987;-107.7452662,way_type=user_defined:way_id=80W +edge,15399,15399;41.7247987;-107.7452662:15400;41.7252675;-107.7431774,way_type=user_defined:way_id=80W +edge,15400,15400;41.7252675;-107.7431774:15401;41.7257067;-107.7412637,way_type=user_defined:way_id=80W +edge,15401,15401;41.7257067;-107.7412637:15402;41.7259584;-107.7401502,way_type=user_defined:way_id=80W +edge,15402,15402;41.7259584;-107.7401502:15403;41.72616114;-107.7392641,way_type=user_defined:way_id=80W +edge,15403,15403;41.72616114;-107.7392641:15404;41.72646826;-107.7379074,way_type=user_defined:way_id=80W +edge,15404,15404;41.72646826;-107.7379074:15405;41.72687602;-107.7361287,way_type=user_defined:way_id=80W +edge,15405,15405;41.72687602;-107.7361287:15406;41.726933;-107.7358705,way_type=user_defined:way_id=80W +edge,15406,15406;41.726933;-107.7358705:15407;41.726933;-107.7358705,way_type=user_defined:way_id=80W +edge,15407,15407;41.726933;-107.7358705:15408;41.7270291;-107.7354489,way_type=user_defined:way_id=80W +edge,15408,15408;41.7270291;-107.7354489:15409;41.7273417;-107.7340587,way_type=user_defined:way_id=80W +edge,15409,15409;41.7273417;-107.7340587:15410;41.7275388;-107.733204,way_type=user_defined:way_id=80W +edge,15410,15410;41.7275388;-107.733204:15411;41.72773399;-107.7323496,way_type=user_defined:way_id=80W +edge,15411,15411;41.72773399;-107.7323496:15412;41.7279231;-107.7315218,way_type=user_defined:way_id=80W +edge,15412,15412;41.7279231;-107.7315218:15413;41.728066;-107.7309051,way_type=user_defined:way_id=80W +edge,15413,15413;41.728066;-107.7309051:15414;41.72859673;-107.7285943,way_type=user_defined:way_id=80W +edge,15414,15414;41.72859673;-107.7285943:15415;41.72859673;-107.7285943,way_type=user_defined:way_id=80W +edge,15415,15415;41.72859673;-107.7285943:15416;41.7287752;-107.7277988,way_type=user_defined:way_id=80W +edge,15416,15416;41.7287752;-107.7277988:15417;41.7292938;-107.7255081,way_type=user_defined:way_id=80W +edge,15417,15417;41.7292938;-107.7255081:15418;41.72942072;-107.7249547,way_type=user_defined:way_id=80W +edge,15418,15418;41.72942072;-107.7249547:15419;41.729678;-107.7238328,way_type=user_defined:way_id=80W +edge,15419,15419;41.729678;-107.7238328:15420;41.7299063;-107.7228245,way_type=user_defined:way_id=80W +edge,15420,15420;41.7299063;-107.7228245:15421;41.73029747;-107.7211174,way_type=user_defined:way_id=80W +edge,15421,15421;41.73029747;-107.7211174:15422;41.73029747;-107.7211174,way_type=user_defined:way_id=80W +edge,15422,15422;41.73029747;-107.7211174:15423;41.73037781;-107.7207641,way_type=user_defined:way_id=80W +edge,15423,15423;41.73037781;-107.7207641:15424;41.730495;-107.7202487,way_type=user_defined:way_id=80W +edge,15424,15424;41.730495;-107.7202487:15425;41.730814;-107.7188596,way_type=user_defined:way_id=80W +edge,15425,15425;41.730814;-107.7188596:15426;41.7311447;-107.717395,way_type=user_defined:way_id=80W +edge,15426,15426;41.7311447;-107.717395:15427;41.7317255;-107.7148446,way_type=user_defined:way_id=80W +edge,15427,15427;41.7317255;-107.7148446:15428;41.7320525;-107.7133972,way_type=user_defined:way_id=80W +edge,15428,15428;41.7320525;-107.7133972:15429;41.7324197;-107.7117981,way_type=user_defined:way_id=80W +edge,15429,15429;41.7324197;-107.7117981:15430;41.7329795;-107.7093292,way_type=user_defined:way_id=80W +edge,15430,15430;41.7329795;-107.7093292:15431;41.7332422;-107.7081862,way_type=user_defined:way_id=80W +edge,15431,15431;41.7332422;-107.7081862:15432;41.733557;-107.7067917,way_type=user_defined:way_id=80W +edge,15432,15432;41.733557;-107.7067917:15433;41.7337493;-107.7059564,way_type=user_defined:way_id=80W +edge,15433,15433;41.7337493;-107.7059564:15434;41.7343286;-107.7034035,way_type=user_defined:way_id=80W +edge,15434,15434;41.7343286;-107.7034035:15435;41.7344519;-107.7028536,way_type=user_defined:way_id=80W +edge,15435,15435;41.7344519;-107.7028536:15436;41.734766;-107.7014896,way_type=user_defined:way_id=80W +edge,15436,15436;41.734766;-107.7014896:15437;41.7350949;-107.7000318,way_type=user_defined:way_id=80W +edge,15437,15437;41.7350949;-107.7000318:15438;41.7352946;-107.6991637,way_type=user_defined:way_id=80W +edge,15438,15438;41.7352946;-107.6991637:15439;41.7355011;-107.6982583,way_type=user_defined:way_id=80W +edge,15439,15439;41.7355011;-107.6982583:15440;41.7357448;-107.6971719,way_type=user_defined:way_id=80W +edge,15440,15440;41.7357448;-107.6971719:15441;41.7358782;-107.6965832,way_type=user_defined:way_id=80W +edge,15441,15441;41.7358782;-107.6965832:15442;41.7362605;-107.6949232,way_type=user_defined:way_id=80W +edge,15442,15442;41.7362605;-107.6949232:15443;41.7364487;-107.694085,way_type=user_defined:way_id=80W +edge,15443,15443;41.7364487;-107.694085:15444;41.7366327;-107.6932902,way_type=user_defined:way_id=80W +edge,15444,15444;41.7366327;-107.6932902:15445;41.7369509;-107.6918571,way_type=user_defined:way_id=80W +edge,15445,15445;41.7369509;-107.6918571:15446;41.7371528;-107.6909891,way_type=user_defined:way_id=80W +edge,15446,15446;41.7371528;-107.6909891:15447;41.7374603;-107.6896271,way_type=user_defined:way_id=80W +edge,15447,15447;41.7374603;-107.6896271:15448;41.7376525;-107.688796,way_type=user_defined:way_id=80W +edge,15448,15448;41.7376525;-107.688796:15449;41.73781295;-107.6880783,way_type=user_defined:way_id=80W +edge,15449,15449;41.73781295;-107.6880783:15450;41.73785697;-107.6878893,way_type=user_defined:way_id=80W +edge,15450,15450;41.73785697;-107.6878893:15451;41.73795635;-107.6874415,way_type=user_defined:way_id=80W +edge,15451,15451;41.73795635;-107.6874415:15452;41.7381311;-107.6866674,way_type=user_defined:way_id=80W +edge,15452,15452;41.7381311;-107.6866674:15453;41.7383558;-107.6856939,way_type=user_defined:way_id=80W +edge,15453,15453;41.7383558;-107.6856939:15454;41.7389289;-107.6831546,way_type=user_defined:way_id=80W +edge,15454,15454;41.7389289;-107.6831546:15455;41.7392554;-107.6817253,way_type=user_defined:way_id=80W +edge,15455,15455;41.7392554;-107.6817253:15456;41.7394409;-107.6809217,way_type=user_defined:way_id=80W +edge,15456,15456;41.7394409;-107.6809217:15457;41.7397722;-107.6794649,way_type=user_defined:way_id=80W +edge,15457,15457;41.7397722;-107.6794649:15458;41.7400219;-107.6783529,way_type=user_defined:way_id=80W +edge,15458,15458;41.7400219;-107.6783529:15459;41.7402771;-107.6772302,way_type=user_defined:way_id=80W +edge,15459,15459;41.7402771;-107.6772302:15460;41.7406588;-107.6755621,way_type=user_defined:way_id=80W +edge,15460,15460;41.7406588;-107.6755621:15461;41.7408511;-107.6746904,way_type=user_defined:way_id=80W +edge,15461,15461;41.7408511;-107.6746904:15462;41.7409639;-107.6741644,way_type=user_defined:way_id=80W +edge,15462,15462;41.7409639;-107.6741644:15463;41.7410654;-107.6736642,way_type=user_defined:way_id=80W +edge,15463,15463;41.7410654;-107.6736642:15464;41.7411461;-107.6732554,way_type=user_defined:way_id=80W +edge,15464,15464;41.7411461;-107.6732554:15465;41.7412015;-107.6729661,way_type=user_defined:way_id=80W +edge,15465,15465;41.7412015;-107.6729661:15466;41.7412587;-107.6726491,way_type=user_defined:way_id=80W +edge,15466,15466;41.7412587;-107.6726491:15467;41.7413534;-107.6720908,way_type=user_defined:way_id=80W +edge,15467,15467;41.7413534;-107.6720908:15468;41.7414465;-107.6715177,way_type=user_defined:way_id=80W +edge,15468,15468;41.7414465;-107.6715177:15469;41.7414911;-107.6712326,way_type=user_defined:way_id=80W +edge,15469,15469;41.7414911;-107.6712326:15470;41.7415324;-107.6709574,way_type=user_defined:way_id=80W +edge,15470,15470;41.7415324;-107.6709574:15471;41.7416144;-107.6703824,way_type=user_defined:way_id=80W +edge,15471,15471;41.7416144;-107.6703824:15472;41.741687;-107.6698387,way_type=user_defined:way_id=80W +edge,15472,15472;41.741687;-107.6698387:15473;41.7417262;-107.6695186,way_type=user_defined:way_id=80W +edge,15473,15473;41.7417262;-107.6695186:15474;41.7417855;-107.6689853,way_type=user_defined:way_id=80W +edge,15474,15474;41.7417855;-107.6689853:15475;41.741847;-107.6683991,way_type=user_defined:way_id=80W +edge,15475,15475;41.741847;-107.6683991:15476;41.7419016;-107.6678269,way_type=user_defined:way_id=80W +edge,15476,15476;41.7419016;-107.6678269:15477;41.7419521;-107.6672413,way_type=user_defined:way_id=80W +edge,15477,15477;41.7419521;-107.6672413:15478;41.741994;-107.6667008,way_type=user_defined:way_id=80W +edge,15478,15478;41.741994;-107.6667008:15479;41.7420603;-107.6657984,way_type=user_defined:way_id=80W +edge,15479,15479;41.7420603;-107.6657984:15480;41.7421485;-107.6645567,way_type=user_defined:way_id=80W +edge,15480,15480;41.7421485;-107.6645567:15481;41.7422377;-107.6633774,way_type=user_defined:way_id=80W +edge,15481,15481;41.7422377;-107.6633774:15482;41.7423406;-107.6619624,way_type=user_defined:way_id=80W +edge,15482,15482;41.7423406;-107.6619624:15483;41.7424144;-107.6610102,way_type=user_defined:way_id=80W +edge,15483,15483;41.7424144;-107.6610102:15484;41.74253444;-107.6592701,way_type=user_defined:way_id=80W +edge,15484,15484;41.74253444;-107.6592701:15485;41.74259738;-107.6582691,way_type=user_defined:way_id=80W +edge,15485,15485;41.74259738;-107.6582691:15486;41.74263193;-107.6577575,way_type=user_defined:way_id=80W +edge,15486,15486;41.74263193;-107.6577575:15487;41.7427129;-107.656634,way_type=user_defined:way_id=80W +edge,15487,15487;41.7427129;-107.656634:15488;41.7427771;-107.6557195,way_type=user_defined:way_id=80W +edge,15488,15488;41.7427771;-107.6557195:15489;41.7428473;-107.6547512,way_type=user_defined:way_id=80W +edge,15489,15489;41.7428473;-107.6547512:15490;41.7429586;-107.6531222,way_type=user_defined:way_id=80W +edge,15490,15490;41.7429586;-107.6531222:15491;41.7430887;-107.6513429,way_type=user_defined:way_id=80W +edge,15491,15491;41.7430887;-107.6513429:15492;41.7432406;-107.6492043,way_type=user_defined:way_id=80W +edge,15492,15492;41.7432406;-107.6492043:15493;41.7432978;-107.648415,way_type=user_defined:way_id=80W +edge,15493,15493;41.7432978;-107.648415:15494;41.7433556;-107.6475783,way_type=user_defined:way_id=80W +edge,15494,15494;41.7433556;-107.6475783:15495;41.7434912;-107.6456956,way_type=user_defined:way_id=80W +edge,15495,15495;41.7434912;-107.6456956:15496;41.743636;-107.643627,way_type=user_defined:way_id=80W +edge,15496,15496;41.743636;-107.643627:15497;41.7437132;-107.642577,way_type=user_defined:way_id=80W +edge,15497,15497;41.7437132;-107.642577:15498;41.7438502;-107.6405884,way_type=user_defined:way_id=80W +edge,15498,15498;41.7438502;-107.6405884:15499;41.7441226;-107.6367984,way_type=user_defined:way_id=80W +edge,15499,15499;41.7441226;-107.6367984:15500;41.7442196;-107.6354163,way_type=user_defined:way_id=80W +edge,15500,15500;41.7442196;-107.6354163:15501;41.7442995;-107.6343016,way_type=user_defined:way_id=80W +edge,15501,15501;41.7442995;-107.6343016:15502;41.7446168;-107.6297783,way_type=user_defined:way_id=80W +edge,15502,15502;41.7446168;-107.6297783:15503;41.7446774;-107.6288948,way_type=user_defined:way_id=80W +edge,15503,15503;41.7446774;-107.6288948:15504;41.7448028;-107.6271992,way_type=user_defined:way_id=80W +edge,15504,15504;41.7448028;-107.6271992:15505;41.7448305;-107.6267987,way_type=user_defined:way_id=80W +edge,15505,15505;41.7448305;-107.6267987:15506;41.7448852;-107.6259633,way_type=user_defined:way_id=80W +edge,15506,15506;41.7448852;-107.6259633:15507;41.7449877;-107.6244828,way_type=user_defined:way_id=80W +edge,15507,15507;41.7449877;-107.6244828:15508;41.7451029;-107.6229254,way_type=user_defined:way_id=80W +edge,15508,15508;41.7451029;-107.6229254:15509;41.7451481;-107.6222819,way_type=user_defined:way_id=80W +edge,15509,15509;41.7451481;-107.6222819:15510;41.7452153;-107.6212923,way_type=user_defined:way_id=80W +edge,15510,15510;41.7452153;-107.6212923:15511;41.7454013;-107.6187277,way_type=user_defined:way_id=80W +edge,15511,15511;41.7454013;-107.6187277:15512;41.74541856;-107.6184788,way_type=user_defined:way_id=80W +edge,15512,15512;41.74541856;-107.6184788:15513;41.74541856;-107.6184788,way_type=user_defined:way_id=80W +edge,15513,15513;41.74541856;-107.6184788:15514;41.7455341;-107.6168315,way_type=user_defined:way_id=80W +edge,15514,15514;41.7455341;-107.6168315:15515;41.7456237;-107.6154961,way_type=user_defined:way_id=80W +edge,15515,15515;41.7456237;-107.6154961:15516;41.7457299;-107.6140472,way_type=user_defined:way_id=80W +edge,15516,15516;41.7457299;-107.6140472:15517;41.74575137;-107.6137384,way_type=user_defined:way_id=80W +edge,15517,15517;41.74575137;-107.6137384:15518;41.7457906;-107.6131741,way_type=user_defined:way_id=80W +edge,15518,15518;41.7457906;-107.6131741:15519;41.7458501;-107.6123561,way_type=user_defined:way_id=80W +edge,15519,15519;41.7458501;-107.6123561:15520;41.7459146;-107.6114007,way_type=user_defined:way_id=80W +edge,15520,15520;41.7459146;-107.6114007:15521;41.7460249;-107.609879,way_type=user_defined:way_id=80W +edge,15521,15521;41.7460249;-107.609879:15522;41.7462439;-107.6067257,way_type=user_defined:way_id=80W +edge,15522,15522;41.7462439;-107.6067257:15523;41.746351;-107.6052494,way_type=user_defined:way_id=80W +edge,15523,15523;41.746351;-107.6052494:15524;41.7467213;-107.5999484,way_type=user_defined:way_id=80W +edge,15524,15524;41.7467213;-107.5999484:15525;41.7468003;-107.5988573,way_type=user_defined:way_id=80W +edge,15525,15525;41.7468003;-107.5988573:15526;41.746861;-107.5979891,way_type=user_defined:way_id=80W +edge,15526,15526;41.746861;-107.5979891:15527;41.7469278;-107.5970841,way_type=user_defined:way_id=80W +edge,15527,15527;41.7469278;-107.5970841:15528;41.7470714;-107.594985,way_type=user_defined:way_id=80W +edge,15528,15528;41.7470714;-107.594985:15529;41.7471975;-107.5932375,way_type=user_defined:way_id=80W +edge,15529,15529;41.7471975;-107.5932375:15530;41.7473009;-107.591754,way_type=user_defined:way_id=80W +edge,15530,15530;41.7473009;-107.591754:15531;41.7474829;-107.5891754,way_type=user_defined:way_id=80W +edge,15531,15531;41.7474829;-107.5891754:15532;41.7475953;-107.5876132,way_type=user_defined:way_id=80W +edge,15532,15532;41.7475953;-107.5876132:15533;41.7476924;-107.5861705,way_type=user_defined:way_id=80W +edge,15533,15533;41.7476924;-107.5861705:15534;41.7477129;-107.5858813,way_type=user_defined:way_id=80W +edge,15534,15534;41.7477129;-107.5858813:15535;41.7477374;-107.5855547,way_type=user_defined:way_id=80W +edge,15535,15535;41.7477374;-107.5855547:15536;41.7477842;-107.5849672,way_type=user_defined:way_id=80W +edge,15536,15536;41.7477842;-107.5849672:15537;41.7478615;-107.5840558,way_type=user_defined:way_id=80W +edge,15537,15537;41.7478615;-107.5840558:15538;41.7478866;-107.5837779,way_type=user_defined:way_id=80W +edge,15538,15538;41.7478866;-107.5837779:15539;41.7479145;-107.5834921,way_type=user_defined:way_id=80W +edge,15539,15539;41.7479145;-107.5834921:15540;41.7479758;-107.5829036,way_type=user_defined:way_id=80W +edge,15540,15540;41.7479758;-107.5829036:15541;41.748016;-107.5825532,way_type=user_defined:way_id=80W +edge,15541,15541;41.748016;-107.5825532:15542;41.74815;-107.5814419,way_type=user_defined:way_id=80W +edge,15542,15542;41.74815;-107.5814419:15543;41.7482208;-107.5808677,way_type=user_defined:way_id=80W +edge,15543,15543;41.7482208;-107.5808677:15544;41.7483004;-107.5802583,way_type=user_defined:way_id=80W +edge,15544,15544;41.7483004;-107.5802583:15545;41.748341;-107.5799648,way_type=user_defined:way_id=80W +edge,15545,15545;41.748341;-107.5799648:15546;41.7483861;-107.579653,way_type=user_defined:way_id=80W +edge,15546,15546;41.7483861;-107.579653:15547;41.7484741;-107.5790716,way_type=user_defined:way_id=80W +edge,15547,15547;41.7484741;-107.5790716:15548;41.7485279;-107.5787272,way_type=user_defined:way_id=80W +edge,15548,15548;41.7485279;-107.5787272:15549;41.7486144;-107.57819,way_type=user_defined:way_id=80W +edge,15549,15549;41.7486144;-107.57819:15550;41.7487036;-107.5776551,way_type=user_defined:way_id=80W +edge,15550,15550;41.7487036;-107.5776551:15551;41.7487579;-107.5773426,way_type=user_defined:way_id=80W +edge,15551,15551;41.7487579;-107.5773426:15552;41.7488219;-107.5769858,way_type=user_defined:way_id=80W +edge,15552,15552;41.7488219;-107.5769858:15553;41.7489728;-107.5761729,way_type=user_defined:way_id=80W +edge,15553,15553;41.7489728;-107.5761729:15554;41.7490755;-107.5756433,way_type=user_defined:way_id=80W +edge,15554,15554;41.7490755;-107.5756433:15555;41.7491888;-107.5750886,way_type=user_defined:way_id=80W +edge,15555,15555;41.7491888;-107.5750886:15556;41.749248;-107.5748072,way_type=user_defined:way_id=80W +edge,15556,15556;41.749248;-107.5748072:15557;41.7494271;-107.5739751,way_type=user_defined:way_id=80W +edge,15557,15557;41.7494271;-107.5739751:15558;41.7495585;-107.5733787,way_type=user_defined:way_id=80W +edge,15558,15558;41.7495585;-107.5733787:15559;41.7498084;-107.5722257,way_type=user_defined:way_id=80W +edge,15559,15559;41.7498084;-107.5722257:15560;41.75018277;-107.5705147,way_type=user_defined:way_id=80W +edge,15560,15560;41.75018277;-107.5705147:15561;41.7504097;-107.5694775,way_type=user_defined:way_id=80W +edge,15561,15561;41.7504097;-107.5694775:15562;41.7508406;-107.5675283,way_type=user_defined:way_id=80W +edge,15562,15562;41.7508406;-107.5675283:15563;41.7512077;-107.565853,way_type=user_defined:way_id=80W +edge,15563,15563;41.7512077;-107.565853:15564;41.7512077;-107.565853,way_type=user_defined:way_id=80W +edge,15564,15564;41.7512077;-107.565853:15565;41.7518086;-107.5631043,way_type=user_defined:way_id=80W +edge,15565,15565;41.7518086;-107.5631043:15566;41.75202796;-107.5621146,way_type=user_defined:way_id=80W +edge,15566,15566;41.75202796;-107.5621146:15567;41.7525216;-107.5598874,way_type=user_defined:way_id=80W +edge,15567,15567;41.7525216;-107.5598874:15568;41.75265658;-107.5592732,way_type=user_defined:way_id=80W +edge,15568,15568;41.75265658;-107.5592732:15569;41.75265658;-107.5592732,way_type=user_defined:way_id=80W +edge,15569,15569;41.75265658;-107.5592732:15570;41.7529987;-107.5577087,way_type=user_defined:way_id=80W +edge,15570,15570;41.7529987;-107.5577087:15571;41.75325966;-107.5565038,way_type=user_defined:way_id=80W +edge,15571,15571;41.75325966;-107.5565038:15572;41.7533564;-107.5560571,way_type=user_defined:way_id=80W +edge,15572,15572;41.7533564;-107.5560571:15573;41.7536069;-107.5549078,way_type=user_defined:way_id=80W +edge,15573,15573;41.7536069;-107.5549078:15574;41.7539302;-107.5534404,way_type=user_defined:way_id=80W +edge,15574,15574;41.7539302;-107.5534404:15575;41.7539302;-107.5534404,way_type=user_defined:way_id=80W +edge,15575,15575;41.7539302;-107.5534404:15576;41.7542322;-107.5520716,way_type=user_defined:way_id=80W +edge,15576,15576;41.7542322;-107.5520716:15577;41.75427714;-107.55187,way_type=user_defined:way_id=80W +edge,15577,15577;41.75427714;-107.55187:15578;41.7545116;-107.5508181,way_type=user_defined:way_id=80W +edge,15578,15578;41.7545116;-107.5508181:15579;41.7547897;-107.5495318,way_type=user_defined:way_id=80W +edge,15579,15579;41.7547897;-107.5495318:15580;41.7550411;-107.548396,way_type=user_defined:way_id=80W +edge,15580,15580;41.7550411;-107.548396:15581;41.7551653;-107.5478257,way_type=user_defined:way_id=80W +edge,15581,15581;41.7551653;-107.5478257:15582;41.7553495;-107.5469918,way_type=user_defined:way_id=80W +edge,15582,15582;41.7553495;-107.5469918:15583;41.7563417;-107.5424736,way_type=user_defined:way_id=80W +edge,15583,15583;41.7563417;-107.5424736:15584;41.7566648;-107.5410158,way_type=user_defined:way_id=80W +edge,15584,15584;41.7566648;-107.5410158:15585;41.7569097;-107.5398911,way_type=user_defined:way_id=80W +edge,15585,15585;41.7569097;-107.5398911:15586;41.7571605;-107.5387557,way_type=user_defined:way_id=80W +edge,15586,15586;41.7571605;-107.5387557:15587;41.7573956;-107.5376619,way_type=user_defined:way_id=80W +edge,15587,15587;41.7573956;-107.5376619:15588;41.7577568;-107.5360281,way_type=user_defined:way_id=80W +edge,15588,15588;41.7577568;-107.5360281:15589;41.75801;-107.534863,way_type=user_defined:way_id=80W +edge,15589,15589;41.75801;-107.534863:15590;41.758377;-107.5331881,way_type=user_defined:way_id=80W +edge,15590,15590;41.758377;-107.5331881:15591;41.7585264;-107.5324968,way_type=user_defined:way_id=80W +edge,15591,15591;41.7585264;-107.5324968:15592;41.7587139;-107.5316461,way_type=user_defined:way_id=80W +edge,15592,15592;41.7587139;-107.5316461:15593;41.7592513;-107.5291824,way_type=user_defined:way_id=80W +edge,15593,15593;41.7592513;-107.5291824:15594;41.7599569;-107.5260019,way_type=user_defined:way_id=80W +edge,15594,15594;41.7599569;-107.5260019:15595;41.75998573;-107.5258703,way_type=user_defined:way_id=80W +edge,15595,15595;41.75998573;-107.5258703:15596;41.760201;-107.5248874,way_type=user_defined:way_id=80W +edge,15596,15596;41.760201;-107.5248874:15597;41.7604959;-107.5235244,way_type=user_defined:way_id=80W +edge,15597,15597;41.7604959;-107.5235244:15598;41.7607968;-107.5221631,way_type=user_defined:way_id=80W +edge,15598,15598;41.7607968;-107.5221631:15599;41.7612925;-107.5198986,way_type=user_defined:way_id=80W +edge,15599,15599;41.7612925;-107.5198986:15600;41.7615494;-107.5187341,way_type=user_defined:way_id=80W +edge,15600,15600;41.7615494;-107.5187341:15601;41.7619221;-107.517027,way_type=user_defined:way_id=80W +edge,15601,15601;41.7619221;-107.517027:15602;41.76197977;-107.5167668,way_type=user_defined:way_id=80W +edge,15602,15602;41.76197977;-107.5167668:15603;41.7620537;-107.5164332,way_type=user_defined:way_id=80W +edge,15603,15603;41.7620537;-107.5164332:15604;41.7624709;-107.5145192,way_type=user_defined:way_id=80W +edge,15604,15604;41.7624709;-107.5145192:15605;41.762947;-107.512353,way_type=user_defined:way_id=80W +edge,15605,15605;41.762947;-107.512353:15606;41.763084;-107.5117212,way_type=user_defined:way_id=80W +edge,15606,15606;41.763084;-107.5117212:15607;41.7634691;-107.5099741,way_type=user_defined:way_id=80W +edge,15607,15607;41.7634691;-107.5099741:15608;41.7635744;-107.5094887,way_type=user_defined:way_id=80W +edge,15608,15608;41.7635744;-107.5094887:15609;41.7636478;-107.5091409,way_type=user_defined:way_id=80W +edge,15609,15609;41.7636478;-107.5091409:15610;41.76376169;-107.5086426,way_type=user_defined:way_id=80W +edge,15610,15610;41.76376169;-107.5086426:15611;41.76392851;-107.5078711,way_type=user_defined:way_id=80W +edge,15611,15611;41.76392851;-107.5078711:15612;41.76412511;-107.5069803,way_type=user_defined:way_id=80W +edge,15612,15612;41.76412511;-107.5069803:15613;41.76430384;-107.506181,way_type=user_defined:way_id=80W +edge,15613,15613;41.76430384;-107.506181:15614;41.7644349;-107.5055765,way_type=user_defined:way_id=80W +edge,15614,15614;41.7644349;-107.5055765:15615;41.76447512;-107.5053979,way_type=user_defined:way_id=80W +edge,15615,15615;41.76447512;-107.5053979:15616;41.76447512;-107.5053979,way_type=user_defined:way_id=80W +edge,15616,15616;41.76447512;-107.5053979:15617;41.76469105;-107.5044391,way_type=user_defined:way_id=80W +edge,15617,15617;41.76469105;-107.5044391:15618;41.7648638;-107.5036636,way_type=user_defined:way_id=80W +edge,15618,15618;41.7648638;-107.5036636:15619;41.76508717;-107.5026813,way_type=user_defined:way_id=80W +edge,15619,15619;41.76508717;-107.5026813:15620;41.76527778;-107.5018183,way_type=user_defined:way_id=80W +edge,15620,15620;41.76527778;-107.5018183:15621;41.76573044;-107.4998219,way_type=user_defined:way_id=80W +edge,15621,15621;41.76573044;-107.4998219:15622;41.766192;-107.4977419,way_type=user_defined:way_id=80W +edge,15622,15622;41.766192;-107.4977419:15623;41.76655526;-107.4961431,way_type=user_defined:way_id=80W +edge,15623,15623;41.76655526;-107.4961431:15624;41.76673986;-107.4953119,way_type=user_defined:way_id=80W +edge,15624,15624;41.76673986;-107.4953119:15625;41.76693636;-107.4944409,way_type=user_defined:way_id=80W +edge,15625,15625;41.76693636;-107.4944409:15626;41.76709118;-107.4937329,way_type=user_defined:way_id=80W +edge,15626,15626;41.76709118;-107.4937329:15627;41.76726088;-107.4929813,way_type=user_defined:way_id=80W +edge,15627,15627;41.76726088;-107.4929813:15628;41.76739187;-107.4923807,way_type=user_defined:way_id=80W +edge,15628,15628;41.76739187;-107.4923807:15629;41.76761216;-107.4913983,way_type=user_defined:way_id=80W +edge,15629,15629;41.76761216;-107.4913983:15630;41.76779078;-107.4906148,way_type=user_defined:way_id=80W +edge,15630,15630;41.76779078;-107.4906148:15631;41.76793068;-107.4899784,way_type=user_defined:way_id=80W +edge,15631,15631;41.76793068;-107.4899784:15632;41.76810036;-107.4892426,way_type=user_defined:way_id=80W +edge,15632,15632;41.76810036;-107.4892426:15633;41.76859446;-107.4870392,way_type=user_defined:way_id=80W +edge,15633,15633;41.76859446;-107.4870392:15634;41.76871352;-107.4864983,way_type=user_defined:way_id=80W +edge,15634,15634;41.76871352;-107.4864983:15635;41.76890102;-107.4856272,way_type=user_defined:way_id=80W +edge,15635,15635;41.76890102;-107.4856272:15636;41.76932065;-107.4837777,way_type=user_defined:way_id=80W +edge,15636,15636;41.76932065;-107.4837777:15637;41.76988309;-107.481256,way_type=user_defined:way_id=80W +edge,15637,15637;41.76988309;-107.481256:15638;41.77022231;-107.4797485,way_type=user_defined:way_id=80W +edge,15638,15638;41.77022231;-107.4797485:15639;41.77038298;-107.4790206,way_type=user_defined:way_id=80W +edge,15639,15639;41.77038298;-107.4790206:15640;41.77062995;-107.4779387,way_type=user_defined:way_id=80W +edge,15640,15640;41.77062995;-107.4779387:15641;41.77101672;-107.4762004,way_type=user_defined:way_id=80W +edge,15641,15641;41.77101672;-107.4762004:15642;41.77122795;-107.4752418,way_type=user_defined:way_id=80W +edge,15642,15642;41.77122795;-107.4752418:15643;41.77149569;-107.4740525,way_type=user_defined:way_id=80W +edge,15643,15643;41.77149569;-107.4740525:15644;41.77170096;-107.4731495,way_type=user_defined:way_id=80W +edge,15644,15644;41.77170096;-107.4731495:15645;41.77191513;-107.4721789,way_type=user_defined:way_id=80W +edge,15645,15645;41.77191513;-107.4721789:15646;41.77199939;-107.4718029,way_type=user_defined:way_id=80W +edge,15646,15646;41.77199939;-107.4718029:15647;41.77220752;-107.470874,way_type=user_defined:way_id=80W +edge,15647,15647;41.77220752;-107.470874:15648;41.77220752;-107.470874,way_type=user_defined:way_id=80W +edge,15648,15648;41.77220752;-107.470874:15649;41.77233454;-107.4703094,way_type=user_defined:way_id=80W +edge,15649,15649;41.77233454;-107.4703094:15650;41.77245648;-107.4697525,way_type=user_defined:way_id=80W +edge,15650,15650;41.77245648;-107.4697525:15651;41.77267361;-107.4688057,way_type=user_defined:way_id=80W +edge,15651,15651;41.77267361;-107.4688057:15652;41.77274725;-107.468477,way_type=user_defined:way_id=80W +edge,15652,15652;41.77274725;-107.468477:15653;41.77287586;-107.4679027,way_type=user_defined:way_id=80W +edge,15653,15653;41.77287586;-107.4679027:15654;41.77306322;-107.4670395,way_type=user_defined:way_id=80W +edge,15654,15654;41.77306322;-107.4670395:15655;41.77321346;-107.4663828,way_type=user_defined:way_id=80W +edge,15655,15655;41.77321346;-107.4663828:15656;41.77321346;-107.4663828,way_type=user_defined:way_id=80W +edge,15656,15656;41.77321346;-107.4663828:15657;41.77330709;-107.4659734,way_type=user_defined:way_id=80W +edge,15657,15657;41.77330709;-107.4659734:15658;41.77375693;-107.463947,way_type=user_defined:way_id=80W +edge,15658,15658;41.77375693;-107.463947:15659;41.77380073;-107.4637497,way_type=user_defined:way_id=80W +edge,15659,15659;41.77380073;-107.4637497:15660;41.77421406;-107.4619357,way_type=user_defined:way_id=80W +edge,15660,15660;41.77421406;-107.4619357:15661;41.77421406;-107.4619357,way_type=user_defined:way_id=80W +edge,15661,15661;41.77421406;-107.4619357:15662;41.77423632;-107.4618366,way_type=user_defined:way_id=80W +edge,15662,15662;41.77423632;-107.4618366:15663;41.77444896;-107.4608895,way_type=user_defined:way_id=80W +edge,15663,15663;41.77444896;-107.4608895:15664;41.77461248;-107.4601496,way_type=user_defined:way_id=80W +edge,15664,15664;41.77461248;-107.4601496:15665;41.77481763;-107.4592386,way_type=user_defined:way_id=80W +edge,15665,15665;41.77481763;-107.4592386:15666;41.77507331;-107.4580889,way_type=user_defined:way_id=80W +edge,15666,15666;41.77507331;-107.4580889:15667;41.77521898;-107.4574444,way_type=user_defined:way_id=80W +edge,15667,15667;41.77521898;-107.4574444:15668;41.77553113;-107.456048,way_type=user_defined:way_id=80W +edge,15668,15668;41.77553113;-107.456048:15669;41.77572733;-107.4551887,way_type=user_defined:way_id=80W +edge,15669,15669;41.77572733;-107.4551887:15670;41.77587893;-107.4545164,way_type=user_defined:way_id=80W +edge,15670,15670;41.77587893;-107.4545164:15671;41.776087;-107.4535775,way_type=user_defined:way_id=80W +edge,15671,15671;41.776087;-107.4535775:15672;41.77624454;-107.4528773,way_type=user_defined:way_id=80W +edge,15672,15672;41.77624454;-107.4528773:15673;41.77633073;-107.4524795,way_type=user_defined:way_id=80W +edge,15673,15673;41.77633073;-107.4524795:15674;41.7764526;-107.4519544,way_type=user_defined:way_id=80W +edge,15674,15674;41.7764526;-107.4519544:15675;41.77658635;-107.4513616,way_type=user_defined:way_id=80W +edge,15675,15675;41.77658635;-107.4513616:15676;41.77676171;-107.4505739,way_type=user_defined:way_id=80W +edge,15676,15676;41.77676171;-107.4505739:15677;41.77694004;-107.4497941,way_type=user_defined:way_id=80W +edge,15677,15677;41.77694004;-107.4497941:15678;41.77708566;-107.4491337,way_type=user_defined:way_id=80W +edge,15678,15678;41.77708566;-107.4491337:15679;41.77714806;-107.4488432,way_type=user_defined:way_id=80W +edge,15679,15679;41.77714806;-107.4488432:15680;41.77728632;-107.4482263,way_type=user_defined:way_id=80W +edge,15680,15680;41.77728632;-107.4482263:15681;41.7777008;-107.4463766,way_type=user_defined:way_id=80W +edge,15681,15681;41.7777008;-107.4463766:15682;41.7780544;-107.4447852,way_type=user_defined:way_id=80W +edge,15682,15682;41.7780544;-107.4447852:15683;41.77819408;-107.4441963,way_type=user_defined:way_id=80W +edge,15683,15683;41.77819408;-107.4441963:15684;41.7783456;-107.443504,way_type=user_defined:way_id=80W +edge,15684,15684;41.7783456;-107.443504:15685;41.77863381;-107.4422189,way_type=user_defined:way_id=80W +edge,15685,15685;41.77863381;-107.4422189:15686;41.77889228;-107.4410572,way_type=user_defined:way_id=80W +edge,15686,15686;41.77889228;-107.4410572:15687;41.77899924;-107.4405917,way_type=user_defined:way_id=80W +edge,15687,15687;41.77899924;-107.4405917:15688;41.77955774;-107.438093,way_type=user_defined:way_id=80W +edge,15688,15688;41.77955774;-107.438093:15689;41.77973597;-107.4373013,way_type=user_defined:way_id=80W +edge,15689,15689;41.77973597;-107.4373013:15690;41.78012509;-107.4355546,way_type=user_defined:way_id=80W +edge,15690,15690;41.78012509;-107.4355546:15691;41.7806033;-107.4334338,way_type=user_defined:way_id=80W +edge,15691,15691;41.7806033;-107.4334338:15692;41.78079338;-107.4325823,way_type=user_defined:way_id=80W +edge,15692,15692;41.78079338;-107.4325823:15693;41.78105175;-107.4314125,way_type=user_defined:way_id=80W +edge,15693,15693;41.78105175;-107.4314125:15694;41.78126557;-107.4304655,way_type=user_defined:way_id=80W +edge,15694,15694;41.78126557;-107.4304655:15695;41.78173476;-107.4283606,way_type=user_defined:way_id=80W +edge,15695,15695;41.78173476;-107.4283606:15696;41.78192481;-107.4275211,way_type=user_defined:way_id=80W +edge,15696,15696;41.78192481;-107.4275211:15697;41.78226626;-107.4259812,way_type=user_defined:way_id=80W +edge,15697,15697;41.78226626;-107.4259812:15698;41.78247113;-107.4250739,way_type=user_defined:way_id=80W +edge,15698,15698;41.78247113;-107.4250739:15699;41.78262257;-107.4244174,way_type=user_defined:way_id=80W +edge,15699,15699;41.78262257;-107.4244174:15700;41.78276804;-107.4237528,way_type=user_defined:way_id=80W +edge,15700,15700;41.78276804;-107.4237528:15701;41.78288382;-107.4232395,way_type=user_defined:way_id=80W +edge,15701,15701;41.78288382;-107.4232395:15702;41.78305009;-107.4225153,way_type=user_defined:way_id=80W +edge,15702,15702;41.78305009;-107.4225153:15703;41.78319851;-107.4218309,way_type=user_defined:way_id=80W +edge,15703,15703;41.78319851;-107.4218309:15704;41.78334695;-107.4211783,way_type=user_defined:way_id=80W +edge,15704,15704;41.78334695;-107.4211783:15705;41.78350132;-107.4204899,way_type=user_defined:way_id=80W +edge,15705,15705;41.78350132;-107.4204899:15706;41.78387533;-107.4188067,way_type=user_defined:way_id=80W +edge,15706,15706;41.78387533;-107.4188067:15707;41.78408014;-107.4178914,way_type=user_defined:way_id=80W +edge,15707,15707;41.78408014;-107.4178914:15708;41.78428792;-107.4169801,way_type=user_defined:way_id=80W +edge,15708,15708;41.78428792;-107.4169801:15709;41.78443333;-107.4162917,way_type=user_defined:way_id=80W +edge,15709,15709;41.78443333;-107.4162917:15710;41.78456392;-107.4157187,way_type=user_defined:way_id=80W +edge,15710,15710;41.78456392;-107.4157187:15711;41.78467077;-107.4152372,way_type=user_defined:way_id=80W +edge,15711,15711;41.78467077;-107.4152372:15712;41.78479543;-107.414696,way_type=user_defined:way_id=80W +edge,15712,15712;41.78479543;-107.414696:15713;41.78493193;-107.4140632,way_type=user_defined:way_id=80W +edge,15713,15713;41.78493193;-107.4140632:15714;41.78504767;-107.4135419,way_type=user_defined:way_id=80W +edge,15714,15714;41.78504767;-107.4135419:15715;41.78521382;-107.4127461,way_type=user_defined:way_id=80W +edge,15715,15715;41.78521382;-107.4127461:15716;41.78523751;-107.4125869,way_type=user_defined:way_id=80W +edge,15716,15716;41.78523751;-107.4125869:15717;41.7852998;-107.4122685,way_type=user_defined:way_id=80W +edge,15717,15717;41.7852998;-107.4122685:15718;41.78537987;-107.4118348,way_type=user_defined:way_id=80W +edge,15718,15718;41.78537987;-107.4118348:15719;41.78545697;-107.4114289,way_type=user_defined:way_id=80W +edge,15719,15719;41.78545697;-107.4114289:15720;41.78549845;-107.4111623,way_type=user_defined:way_id=80W +edge,15720,15720;41.78549845;-107.4111623:15721;41.78561013;-107.4104653,way_type=user_defined:way_id=80W +edge,15721,15721;41.78561013;-107.4104653:15722;41.78561013;-107.4104653,way_type=user_defined:way_id=80W +edge,15722,15722;41.78561013;-107.4104653:15723;41.78564508;-107.4102381,way_type=user_defined:way_id=80W +edge,15723,15723;41.78564508;-107.4102381:15724;41.78567919;-107.4100163,way_type=user_defined:way_id=80W +edge,15724,15724;41.78567919;-107.4100163:15725;41.7857443;-107.409515,way_type=user_defined:way_id=80W +edge,15725,15725;41.7857443;-107.409515:15726;41.78578429;-107.4092185,way_type=user_defined:way_id=80W +edge,15726,15726;41.78578429;-107.4092185:15727;41.78578429;-107.4092185,way_type=user_defined:way_id=80W +edge,15727,15727;41.78578429;-107.4092185:15728;41.78584199;-107.4087908,way_type=user_defined:way_id=80W +edge,15728,15728;41.78584199;-107.4087908:15729;41.7859551;-107.4080091,way_type=user_defined:way_id=80W +edge,15729,15729;41.7859551;-107.4080091:15730;41.78596636;-107.4079313,way_type=user_defined:way_id=80W +edge,15730,15730;41.78596636;-107.4079313:15731;41.78599441;-107.4077347,way_type=user_defined:way_id=80W +edge,15731,15731;41.78599441;-107.4077347:15732;41.78609071;-107.4070599,way_type=user_defined:way_id=80W +edge,15732,15732;41.78609071;-107.4070599:15733;41.78617713;-107.4064975,way_type=user_defined:way_id=80W +edge,15733,15733;41.78617713;-107.4064975:15734;41.78617713;-107.4064975,way_type=user_defined:way_id=80W +edge,15734,15734;41.78617713;-107.4064975:15735;41.78629972;-107.4056449,way_type=user_defined:way_id=80W +edge,15735,15735;41.78629972;-107.4056449:15736;41.78635131;-107.405313,way_type=user_defined:way_id=80W +edge,15736,15736;41.78635131;-107.405313:15737;41.78644611;-107.404728,way_type=user_defined:way_id=80W +edge,15737,15737;41.78644611;-107.404728:15738;41.78655577;-107.4041232,way_type=user_defined:way_id=80W +edge,15738,15738;41.78655577;-107.4041232:15739;41.78666842;-107.4035302,way_type=user_defined:way_id=80W +edge,15739,15739;41.78666842;-107.4035302:15740;41.78678999;-107.4029174,way_type=user_defined:way_id=80W +edge,15740,15740;41.78678999;-107.4029174:15741;41.78692643;-107.4022886,way_type=user_defined:way_id=80W +edge,15741,15741;41.78692643;-107.4022886:15742;41.78703915;-107.4017831,way_type=user_defined:way_id=80W +edge,15742,15742;41.78703915;-107.4017831:15743;41.78716668;-107.4011981,way_type=user_defined:way_id=80W +edge,15743,15743;41.78716668;-107.4011981:15744;41.7872972;-107.4006131,way_type=user_defined:way_id=80W +edge,15744,15744;41.7872972;-107.4006131:15745;41.78743366;-107.400032,way_type=user_defined:way_id=80W +edge,15745,15745;41.78743366;-107.400032:15746;41.78753745;-107.3995425,way_type=user_defined:way_id=80W +edge,15746,15746;41.78753745;-107.3995425:15747;41.78783999;-107.3982013,way_type=user_defined:way_id=80W +edge,15747,15747;41.78783999;-107.3982013:15748;41.78796158;-107.3976442,way_type=user_defined:way_id=80W +edge,15748,15748;41.78796158;-107.3976442:15749;41.78815436;-107.3967845,way_type=user_defined:way_id=80W +edge,15749,15749;41.78815436;-107.3967845:15750;41.7882789;-107.3962114,way_type=user_defined:way_id=80W +edge,15750,15750;41.7882789;-107.3962114:15751;41.78848939;-107.3952005,way_type=user_defined:way_id=80W +edge,15751,15751;41.78848939;-107.3952005:15752;41.78866719;-107.3942732,way_type=user_defined:way_id=80W +edge,15752,15752;41.78866719;-107.3942732:15753;41.78870867;-107.3940424,way_type=user_defined:way_id=80W +edge,15753,15753;41.78870867;-107.3940424:15754;41.78875604;-107.3937479,way_type=user_defined:way_id=80W +edge,15754,15754;41.78875604;-107.3937479:15755;41.78881526;-107.3933977,way_type=user_defined:way_id=80W +edge,15755,15755;41.78881526;-107.3933977:15756;41.78883596;-107.3932386,way_type=user_defined:way_id=80W +edge,15756,15756;41.78883596;-107.3932386:15757;41.78890402;-107.3927849,way_type=user_defined:way_id=80W +edge,15757,15757;41.78890402;-107.3927849:15758;41.78897498;-107.3922596,way_type=user_defined:way_id=80W +edge,15758,15758;41.78897498;-107.3922596:15759;41.78903999;-107.3917383,way_type=user_defined:way_id=80W +edge,15759,15759;41.78903999;-107.3917383:15760;41.78910198;-107.3911653,way_type=user_defined:way_id=80W +edge,15760,15760;41.78910198;-107.3911653:15761;41.78914918;-107.3907117,way_type=user_defined:way_id=80W +edge,15761,15761;41.78914918;-107.3907117:15762;41.78919338;-107.3902302,way_type=user_defined:way_id=80W +edge,15762,15762;41.78919338;-107.3902302:15763;41.78922869;-107.3898005,way_type=user_defined:way_id=80W +edge,15763,15763;41.78922869;-107.3898005:15764;41.78926393;-107.3892912,way_type=user_defined:way_id=80W +edge,15764,15764;41.78926393;-107.3892912:15765;41.78931087;-107.3885829,way_type=user_defined:way_id=80W +edge,15765,15765;41.78931087;-107.3885829:15766;41.78932246;-107.3882527,way_type=user_defined:way_id=80W +edge,15766,15766;41.78932246;-107.3882527:15767;41.78934282;-107.3877672,way_type=user_defined:way_id=80W +edge,15767,15767;41.78934282;-107.3877672:15768;41.78935437;-107.3874092,way_type=user_defined:way_id=80W +edge,15768,15768;41.78935437;-107.3874092:15769;41.78936492;-107.3864992,way_type=user_defined:way_id=80W +edge,15769,15769;41.78936492;-107.3864992:15770;41.78936424;-107.3853881,way_type=user_defined:way_id=80W +edge,15770,15770;41.78936424;-107.3853881:15771;41.78935177;-107.384847,way_type=user_defined:way_id=80W +edge,15771,15771;41.78935177;-107.384847:15772;41.78933343;-107.3843895,way_type=user_defined:way_id=80W +edge,15772,15772;41.78933343;-107.3843895:15773;41.78930905;-107.3838485,way_type=user_defined:way_id=80W +edge,15773,15773;41.78930905;-107.3838485:15774;41.78927569;-107.3832637,way_type=user_defined:way_id=80W +edge,15774,15774;41.78927569;-107.3832637:15775;41.78924243;-107.3827863,way_type=user_defined:way_id=80W +edge,15775,15775;41.78924243;-107.3827863:15776;41.78919117;-107.3821698,way_type=user_defined:way_id=80W +edge,15776,15776;41.78919117;-107.3821698:15777;41.78915203;-107.381768,way_type=user_defined:way_id=80W +edge,15777,15777;41.78915203;-107.381768:15778;41.78912188;-107.381418,way_type=user_defined:way_id=80W +edge,15778,15778;41.78912188;-107.381418:15779;41.78909184;-107.3811674,way_type=user_defined:way_id=80W +edge,15779,15779;41.78909184;-107.3811674:15780;41.78904671;-107.3807378,way_type=user_defined:way_id=80W +edge,15780,15780;41.78904671;-107.3807378:15781;41.78898066;-107.3802287,way_type=user_defined:way_id=80W +edge,15781,15781;41.78898066;-107.3802287:15782;41.78890563;-107.3796838,way_type=user_defined:way_id=80W +edge,15782,15782;41.78890563;-107.3796838:15783;41.78881864;-107.3790951,way_type=user_defined:way_id=80W +edge,15783,15783;41.78881864;-107.3790951:15784;41.78874368;-107.3786258,way_type=user_defined:way_id=80W +edge,15784,15784;41.78874368;-107.3786258:15785;41.78865678;-107.3781247,way_type=user_defined:way_id=80W +edge,15785,15785;41.78865678;-107.3781247:15786;41.78856994;-107.3776793,way_type=user_defined:way_id=80W +edge,15786,15786;41.78856994;-107.3776793:15787;41.78847707;-107.3771782,way_type=user_defined:way_id=80W +edge,15787,15787;41.78847707;-107.3771782:15788;41.78836331;-107.3766254,way_type=user_defined:way_id=80W +edge,15788,15788;41.78836331;-107.3766254:15789;41.78825556;-107.3761283,way_type=user_defined:way_id=80W +edge,15789,15789;41.78825556;-107.3761283:15790;41.78812691;-107.3755875,way_type=user_defined:way_id=80W +edge,15790,15790;41.78812691;-107.3755875:15791;41.78799528;-107.3750506,way_type=user_defined:way_id=80W +edge,15791,15791;41.78799528;-107.3750506:15792;41.78778295;-107.3742395,way_type=user_defined:way_id=80W +edge,15792,15792;41.78778295;-107.3742395:15793;41.78763045;-107.3736828,way_type=user_defined:way_id=80W +edge,15793,15793;41.78763045;-107.3736828:15794;41.78714907;-107.3719731,way_type=user_defined:way_id=80W +edge,15794,15794;41.78714907;-107.3719731:15795;41.7871029;-107.3718129,way_type=user_defined:way_id=80W +edge,15795,15795;41.7871029;-107.3718129:15796;41.7871029;-107.3718129,way_type=user_defined:way_id=80W +edge,15796,15796;41.7871029;-107.3718129:15797;41.78701416;-107.3715052,way_type=user_defined:way_id=80W +edge,15797,15797;41.78701416;-107.3715052:15798;41.78691562;-107.3711635,way_type=user_defined:way_id=80W +edge,15798,15798;41.78691562;-107.3711635:15799;41.78691562;-107.3711635,way_type=user_defined:way_id=80W +edge,15799,15799;41.78691562;-107.3711635:15800;41.78664379;-107.3702196,way_type=user_defined:way_id=80W +edge,15800,15800;41.78664379;-107.3702196:15801;41.78644942;-107.3695278,way_type=user_defined:way_id=80W +edge,15801,15801;41.78644942;-107.3695278:15802;41.78634405;-107.3691445,way_type=user_defined:way_id=80W +edge,15802,15802;41.78634405;-107.3691445:15803;41.78629092;-107.3689513,way_type=user_defined:way_id=80W +edge,15803,15803;41.78629092;-107.3689513:15804;41.78623329;-107.368752,way_type=user_defined:way_id=80W +edge,15804,15804;41.78623329;-107.368752:15805;41.78606667;-107.368176,way_type=user_defined:way_id=80W +edge,15805,15805;41.78606667;-107.368176:15806;41.78588424;-107.367516,way_type=user_defined:way_id=80W +edge,15806,15806;41.78588424;-107.367516:15807;41.78573751;-107.3670002,way_type=user_defined:way_id=80W +edge,15807,15807;41.78573751;-107.3670002:15808;41.78573751;-107.3670002,way_type=user_defined:way_id=80W +edge,15808,15808;41.78573751;-107.3670002:15809;41.78566595;-107.3667486,way_type=user_defined:way_id=80W +edge,15809,15809;41.78566595;-107.3667486:15810;41.78548651;-107.3661045,way_type=user_defined:way_id=80W +edge,15810,15810;41.78548651;-107.3661045:15811;41.78490635;-107.3640769,way_type=user_defined:way_id=80W +edge,15811,15811;41.78490635;-107.3640769:15812;41.78471196;-107.3633891,way_type=user_defined:way_id=80W +edge,15812,15812;41.78471196;-107.3633891:15813;41.78442784;-107.3623951,way_type=user_defined:way_id=80W +edge,15813,15813;41.78442784;-107.3623951:15814;41.7842095;-107.3616199,way_type=user_defined:way_id=80W +edge,15814,15814;41.7842095;-107.3616199:15815;41.78377283;-107.3600932,way_type=user_defined:way_id=80W +edge,15815,15815;41.78377283;-107.3600932:15816;41.78352157;-107.3592027,way_type=user_defined:way_id=80W +edge,15816,15816;41.78352157;-107.3592027:15817;41.78283361;-107.3567975,way_type=user_defined:way_id=80W +edge,15817,15817;41.78283361;-107.3567975:15818;41.78257633;-107.3558751,way_type=user_defined:way_id=80W +edge,15818,15818;41.78257633;-107.3558751:15819;41.78236692;-107.3551317,way_type=user_defined:way_id=80W +edge,15819,15819;41.78236692;-107.3551317:15820;41.78187333;-107.3534143,way_type=user_defined:way_id=80W +edge,15820,15820;41.78187333;-107.3534143:15821;41.78156817;-107.352333,way_type=user_defined:way_id=80W +edge,15821,15821;41.78156817;-107.352333:15822;41.78131086;-107.3514147,way_type=user_defined:way_id=80W +edge,15822,15822;41.78131086;-107.3514147:15823;41.7811134;-107.350723,way_type=user_defined:way_id=80W +edge,15823,15823;41.7811134;-107.350723:15824;41.78042521;-107.3482901,way_type=user_defined:way_id=80W +edge,15824,15824;41.78042521;-107.3482901:15825;41.78017392;-107.3474395,way_type=user_defined:way_id=80W +edge,15825,15825;41.78017392;-107.3474395:15826;41.77997638;-107.346712,way_type=user_defined:way_id=80W +edge,15826,15826;41.77997638;-107.346712:15827;41.77978789;-107.346068,way_type=user_defined:way_id=80W +edge,15827,15827;41.77978789;-107.346068:15828;41.77959637;-107.3453883,way_type=user_defined:way_id=80W +edge,15828,15828;41.77959637;-107.3453883:15829;41.77927022;-107.3442633,way_type=user_defined:way_id=80W +edge,15829,15829;41.77927022;-107.3442633:15830;41.77899487;-107.3432696,way_type=user_defined:way_id=80W +edge,15830,15830;41.77899487;-107.3432696:15831;41.77879737;-107.3425859,way_type=user_defined:way_id=80W +edge,15831,15831;41.77879737;-107.3425859:15832;41.77860882;-107.3419141,way_type=user_defined:way_id=80W +edge,15832,15832;41.77860882;-107.3419141:15833;41.77818982;-107.3404394,way_type=user_defined:way_id=80W +edge,15833,15833;41.77818982;-107.3404394:15834;41.77805513;-107.3399584,way_type=user_defined:way_id=80W +edge,15834,15834;41.77805513;-107.3399584:15835;41.77793537;-107.3395092,way_type=user_defined:way_id=80W +edge,15835,15835;41.77793537;-107.3395092:15836;41.77779162;-107.3389408,way_type=user_defined:way_id=80W +edge,15836,15836;41.77779162;-107.3389408:15837;41.77756698;-107.3380424,way_type=user_defined:way_id=80W +edge,15837,15837;41.77756698;-107.3380424:15838;41.7774081;-107.3373188,way_type=user_defined:way_id=80W +edge,15838,15838;41.7774081;-107.3373188:15839;41.77733615;-107.3369849,way_type=user_defined:way_id=80W +edge,15839,15839;41.77733615;-107.3369849:15840;41.77724319;-107.3365396,way_type=user_defined:way_id=80W +edge,15840,15840;41.77724319;-107.3365396:15841;41.77714415;-107.3360148,way_type=user_defined:way_id=80W +edge,15841,15841;41.77714415;-107.3360148:15842;41.77702712;-107.3354065,way_type=user_defined:way_id=80W +edge,15842,15842;41.77702712;-107.3354065:15843;41.77691907;-107.33483,way_type=user_defined:way_id=80W +edge,15843,15843;41.77691907;-107.33483:15844;41.77685297;-107.3344324,way_type=user_defined:way_id=80W +edge,15844,15844;41.77685297;-107.3344324:15845;41.77663342;-107.3329732,way_type=user_defined:way_id=80W +edge,15845,15845;41.77663342;-107.3329732:15846;41.77655813;-107.3324125,way_type=user_defined:way_id=80W +edge,15846,15846;41.77655813;-107.3324125:15847;41.77650386;-107.3319632,way_type=user_defined:way_id=80W +edge,15847,15847;41.77650386;-107.3319632:15848;41.77640423;-107.3310565,way_type=user_defined:way_id=80W +edge,15848,15848;41.77640423;-107.3310565:15849;41.77632557;-107.3302413,way_type=user_defined:way_id=80W +edge,15849,15849;41.77632557;-107.3302413:15850;41.77625262;-107.329267,way_type=user_defined:way_id=80W +edge,15850,15850;41.77625262;-107.329267:15851;41.77618549;-107.3282051,way_type=user_defined:way_id=80W +edge,15851,15851;41.77618549;-107.3282051:15852;41.77615469;-107.3275409,way_type=user_defined:way_id=80W +edge,15852,15852;41.77615469;-107.3275409:15853;41.77613603;-107.3270279,way_type=user_defined:way_id=80W +edge,15853,15853;41.77613603;-107.3270279:15854;41.77613046;-107.3268524,way_type=user_defined:way_id=80W +edge,15854,15854;41.77613046;-107.3268524:15855;41.77612038;-107.3265347,way_type=user_defined:way_id=80W +edge,15855,15855;41.77612038;-107.3265347:15856;41.77610796;-107.3262046,way_type=user_defined:way_id=80W +edge,15856,15856;41.77610796;-107.3262046:15857;41.77610148;-107.3258705,way_type=user_defined:way_id=80W +edge,15857,15857;41.77610148;-107.3258705:15858;41.77610069;-107.3253573,way_type=user_defined:way_id=80W +edge,15858,15858;41.77610069;-107.3253573:15859;41.77610285;-107.3248363,way_type=user_defined:way_id=80W +edge,15859,15859;41.77610285;-107.3248363:15860;41.77610823;-107.3244624,way_type=user_defined:way_id=80W +edge,15860,15860;41.77610823;-107.3244624:15861;41.77611074;-107.324164,way_type=user_defined:way_id=80W +edge,15861,15861;41.77611074;-107.324164:15862;41.77612202;-107.3237622,way_type=user_defined:way_id=80W +edge,15862,15862;41.77612202;-107.3237622:15863;41.77614474;-107.3230621,way_type=user_defined:way_id=80W +edge,15863,15863;41.77614474;-107.3230621:15864;41.77617049;-107.3223938,way_type=user_defined:way_id=80W +edge,15864,15864;41.77617049;-107.3223938:15865;41.77620229;-107.3217931,way_type=user_defined:way_id=80W +edge,15865,15865;41.77620229;-107.3217931:15866;41.7762663;-107.3208502,way_type=user_defined:way_id=80W +edge,15866,15866;41.7762663;-107.3208502:15867;41.77631587;-107.3201897,way_type=user_defined:way_id=80W +edge,15867,15867;41.77631587;-107.3201897:15868;41.77638017;-107.3194298,way_type=user_defined:way_id=80W +edge,15868,15868;41.77638017;-107.3194298:15869;41.77640214;-107.3191025,way_type=user_defined:way_id=80W +edge,15869,15869;41.77640214;-107.3191025:15870;41.77643251;-107.31865,way_type=user_defined:way_id=80W +edge,15870,15870;41.77643251;-107.31865:15871;41.77644988;-107.3183397,way_type=user_defined:way_id=80W +edge,15871,15871;41.77644988;-107.3183397:15872;41.77650829;-107.3176315,way_type=user_defined:way_id=80W +edge,15872,15872;41.77650829;-107.3176315:15873;41.77650829;-107.3176315,way_type=user_defined:way_id=80W +edge,15873,15873;41.77650829;-107.3176315:15874;41.77659864;-107.31643,way_type=user_defined:way_id=80W +edge,15874,15874;41.77659864;-107.31643:15875;41.77665408;-107.3157337,way_type=user_defined:way_id=80W +edge,15875,15875;41.77665408;-107.3157337:15876;41.77671204;-107.3149725,way_type=user_defined:way_id=80W +edge,15876,15876;41.77671204;-107.3149725:15877;41.77678525;-107.314011,way_type=user_defined:way_id=80W +edge,15877,15877;41.77678525;-107.314011:15878;41.77692812;-107.3121808,way_type=user_defined:way_id=80W +edge,15878,15878;41.77692812;-107.3121808:15879;41.77696593;-107.3116397,way_type=user_defined:way_id=80W +edge,15879,15879;41.77696593;-107.3116397:15880;41.7770061;-107.311129,way_type=user_defined:way_id=80W +edge,15880,15880;41.7770061;-107.311129:15881;41.7770061;-107.311129,way_type=user_defined:way_id=80W +edge,15881,15881;41.7770061;-107.311129:15882;41.77715241;-107.3092128,way_type=user_defined:way_id=80W +edge,15882,15882;41.77715241;-107.3092128:15883;41.77720493;-107.3085762,way_type=user_defined:way_id=80W +edge,15883,15883;41.77720493;-107.3085762:15884;41.77736251;-107.3065071,way_type=user_defined:way_id=80W +edge,15884,15884;41.77736251;-107.3065071:15885;41.77748158;-107.3049436,way_type=user_defined:way_id=80W +edge,15885,15885;41.77748158;-107.3049436:15886;41.77756322;-107.3039449,way_type=user_defined:way_id=80W +edge,15886,15886;41.77756322;-107.3039449:15887;41.77758936;-107.303567,way_type=user_defined:way_id=80W +edge,15887,15887;41.77758936;-107.303567:15888;41.77758936;-107.303567,way_type=user_defined:way_id=80W +edge,15888,15888;41.77758936;-107.303567:15889;41.77760751;-107.3033253,way_type=user_defined:way_id=80W +edge,15889,15889;41.77760751;-107.3033253:15890;41.77766793;-107.3025206,way_type=user_defined:way_id=80W +edge,15890,15890;41.77766793;-107.3025206:15891;41.77773198;-107.301689,way_type=user_defined:way_id=80W +edge,15891,15891;41.77773198;-107.301689:15892;41.77780755;-107.3006426,way_type=user_defined:way_id=80W +edge,15892,15892;41.77780755;-107.3006426:15893;41.77787748;-107.2997752,way_type=user_defined:way_id=80W +edge,15893,15893;41.77787748;-107.2997752:15894;41.7779531;-107.2987646,way_type=user_defined:way_id=80W +edge,15894,15894;41.7779531;-107.2987646:15895;41.77808697;-107.2970378,way_type=user_defined:way_id=80W +edge,15895,15895;41.77808697;-107.2970378:15896;41.77826728;-107.2946625,way_type=user_defined:way_id=80W +edge,15896,15896;41.77826728;-107.2946625:15897;41.77833717;-107.2937991,way_type=user_defined:way_id=80W +edge,15897,15897;41.77833717;-107.2937991:15898;41.77841003;-107.2929357,way_type=user_defined:way_id=80W +edge,15898,15898;41.77841003;-107.2929357:15899;41.77852626;-107.291376,way_type=user_defined:way_id=80W +edge,15899,15899;41.77852626;-107.291376:15900;41.77856975;-107.2907473,way_type=user_defined:way_id=80W +edge,15900,15900;41.77856975;-107.2907473:15901;41.77862797;-107.2900272,way_type=user_defined:way_id=80W +edge,15901,15901;41.77862797;-107.2900272:15902;41.77873559;-107.2886624,way_type=user_defined:way_id=80W +edge,15902,15902;41.77873559;-107.2886624:15903;41.77883151;-107.287417,way_type=user_defined:way_id=80W +edge,15903,15903;41.77883151;-107.287417:15904;41.7788896;-107.2866451,way_type=user_defined:way_id=80W +edge,15904,15904;41.7788896;-107.2866451:15905;41.77896231;-107.2857299,way_type=user_defined:way_id=80W +edge,15905,15905;41.77896231;-107.2857299:15906;41.7790117;-107.2850854,way_type=user_defined:way_id=80W +edge,15906,15906;41.7790117;-107.2850854:15907;41.77911347;-107.2838041,way_type=user_defined:way_id=80W +edge,15907,15907;41.77911347;-107.2838041:15908;41.77915428;-107.2833505,way_type=user_defined:way_id=80W +edge,15908,15908;41.77915428;-107.2833505:15909;41.77919525;-107.2829765,way_type=user_defined:way_id=80W +edge,15909,15909;41.77919525;-107.2829765:15910;41.77926416;-107.2824202,way_type=user_defined:way_id=80W +edge,15910,15910;41.77926416;-107.2824202:15911;41.77926416;-107.2824202,way_type=user_defined:way_id=80W +edge,15911,15911;41.77926416;-107.2824202:15912;41.77951267;-107.2808154,way_type=user_defined:way_id=80W +edge,15912,15912;41.77951267;-107.2808154:15913;41.77965402;-107.2800034,way_type=user_defined:way_id=80W +edge,15913,15913;41.77965402;-107.2800034:15914;41.77978347;-107.2791994,way_type=user_defined:way_id=80W +edge,15914,15914;41.77978347;-107.2791994:15915;41.77985461;-107.2787889,way_type=user_defined:way_id=80W +edge,15915,15915;41.77985461;-107.2787889:15916;41.77998075;-107.278061,way_type=user_defined:way_id=80W +edge,15916,15916;41.77998075;-107.278061:15917;41.7801104;-107.2773684,way_type=user_defined:way_id=80W +edge,15917,15917;41.7801104;-107.2773684:15918;41.78015145;-107.277138,way_type=user_defined:way_id=80W +edge,15918,15918;41.78015145;-107.277138:15919;41.78015145;-107.277138,way_type=user_defined:way_id=80W +edge,15919,15919;41.78015145;-107.277138:15920;41.7804167;-107.2756568,way_type=user_defined:way_id=80W +edge,15920,15920;41.7804167;-107.2756568:15921;41.78053455;-107.2750239,way_type=user_defined:way_id=80W +edge,15921,15921;41.78053455;-107.2750239:15922;41.78057104;-107.2748158,way_type=user_defined:way_id=80W +edge,15922,15922;41.78057104;-107.2748158:15923;41.78062876;-107.2744865,way_type=user_defined:way_id=80W +edge,15923,15923;41.78062876;-107.2744865:15924;41.78072303;-107.273977,way_type=user_defined:way_id=80W +edge,15924,15924;41.78072303;-107.273977:15925;41.78080544;-107.2734954,way_type=user_defined:way_id=80W +edge,15925,15925;41.78080544;-107.2734954:15926;41.78088792;-107.2730495,way_type=user_defined:way_id=80W +edge,15926,15926;41.78088792;-107.2730495:15927;41.78099394;-107.2724604,way_type=user_defined:way_id=80W +edge,15927,15927;41.78099394;-107.2724604:15928;41.78112065;-107.2718036,way_type=user_defined:way_id=80W +edge,15928,15928;41.78112065;-107.2718036:15929;41.78123541;-107.2711229,way_type=user_defined:way_id=80W +edge,15929,15929;41.78123541;-107.2711229:15930;41.78143561;-107.2700004,way_type=user_defined:way_id=80W +edge,15930,15930;41.78143561;-107.2700004:15931;41.7817273;-107.2684797,way_type=user_defined:way_id=80W +edge,15931,15931;41.7817273;-107.2684797:15932;41.78188627;-107.267592,way_type=user_defined:way_id=80W +edge,15932,15932;41.78188627;-107.267592:15933;41.78194237;-107.2672584,way_type=user_defined:way_id=80W +edge,15933,15933;41.78194237;-107.2672584:15934;41.78194237;-107.2672584,way_type=user_defined:way_id=80W +edge,15934,15934;41.78194237;-107.2672584:15935;41.78201276;-107.2668397,way_type=user_defined:way_id=80W +edge,15935,15935;41.78201276;-107.2668397:15936;41.78212754;-107.2661869,way_type=user_defined:way_id=80W +edge,15936,15936;41.78212754;-107.2661869:15937;41.7821893;-107.2658127,way_type=user_defined:way_id=80W +edge,15937,15937;41.7821893;-107.2658127:15938;41.78223042;-107.2655381,way_type=user_defined:way_id=80W +edge,15938,15938;41.78223042;-107.2655381:15939;41.7822656;-107.2652754,way_type=user_defined:way_id=80W +edge,15939,15939;41.7822656;-107.2652754:15940;41.78229488;-107.2650326,way_type=user_defined:way_id=80W +edge,15940,15940;41.78229488;-107.2650326:15941;41.78232108;-107.2647461,way_type=user_defined:way_id=80W +edge,15941,15941;41.78232108;-107.2647461:15942;41.7823471;-107.264376,way_type=user_defined:way_id=80W +edge,15942,15942;41.7823471;-107.264376:15943;41.78236435;-107.2640816,way_type=user_defined:way_id=80W +edge,15943,15943;41.78236435;-107.2640816:15944;41.78238422;-107.2636161,way_type=user_defined:way_id=80W +edge,15944,15944;41.78238422;-107.2636161:15945;41.78238654;-107.2633058,way_type=user_defined:way_id=80W +edge,15945,15945;41.78238654;-107.2633058:15946;41.782386;-107.2630512,way_type=user_defined:way_id=80W +edge,15946,15946;41.782386;-107.2630512:15947;41.78237949;-107.2627887,way_type=user_defined:way_id=80W +edge,15947,15947;41.78237949;-107.2627887:15948;41.78237536;-107.2626841,way_type=user_defined:way_id=80W +edge,15948,15948;41.78237536;-107.2626841:15949;41.78237005;-107.26255,way_type=user_defined:way_id=80W +edge,15949,15949;41.78237005;-107.26255:15950;41.7823576;-107.2622915,way_type=user_defined:way_id=80W +edge,15950,15950;41.7823576;-107.2622915:15951;41.78231477;-107.2617586,way_type=user_defined:way_id=80W +edge,15951,15951;41.78231477;-107.2617586:15952;41.7822905;-107.2615479,way_type=user_defined:way_id=80W +edge,15952,15952;41.7822905;-107.2615479:15953;41.78226616;-107.2613053,way_type=user_defined:way_id=80W +edge,15953,15953;41.78226616;-107.2613053:15954;41.78222987;-107.2610429,way_type=user_defined:way_id=80W +edge,15954,15954;41.78222987;-107.2610429:15955;41.78218156;-107.2607328,way_type=user_defined:way_id=80W +edge,15955,15955;41.78218156;-107.2607328:15956;41.78213634;-107.2604744,way_type=user_defined:way_id=80W +edge,15956,15956;41.78213634;-107.2604744:15957;41.782036;-107.259982,way_type=user_defined:way_id=80W +edge,15957,15957;41.782036;-107.259982:15958;41.782036;-107.259982,way_type=user_defined:way_id=80W +edge,15958,15958;41.782036;-107.259982:15959;41.78199;-107.2597704,way_type=user_defined:way_id=80W +edge,15959,15959;41.78199;-107.2597704:15960;41.7819169;-107.2594602,way_type=user_defined:way_id=80W +edge,15960,15960;41.7819169;-107.2594602:15961;41.7818478;-107.2591876,way_type=user_defined:way_id=80W +edge,15961,15961;41.7818478;-107.2591876:15962;41.7817717;-107.2589093,way_type=user_defined:way_id=80W +edge,15962,15962;41.7817717;-107.2589093:15963;41.781693;-107.2586436,way_type=user_defined:way_id=80W +edge,15963,15963;41.781693;-107.2586436:15964;41.7816063;-107.2583729,way_type=user_defined:way_id=80W +edge,15964,15964;41.7816063;-107.2583729:15965;41.78147286;-107.2579859,way_type=user_defined:way_id=80W +edge,15965,15965;41.78147286;-107.2579859:15966;41.78147286;-107.2579859,way_type=user_defined:way_id=80W +edge,15966,15966;41.78147286;-107.2579859:15967;41.781271;-107.2574175,way_type=user_defined:way_id=80W +edge,15967,15967;41.781271;-107.2574175:15968;41.78099036;-107.2566429,way_type=user_defined:way_id=80W +edge,15968,15968;41.78099036;-107.2566429:15969;41.780979;-107.2566115,way_type=user_defined:way_id=80W +edge,15969,15969;41.780979;-107.2566115:15970;41.7806964;-107.2558155,way_type=user_defined:way_id=80W +edge,15970,15970;41.7806964;-107.2558155:15971;41.7804389;-107.2550984,way_type=user_defined:way_id=80W +edge,15971,15971;41.7804389;-107.2550984:15972;41.7803213;-107.2547748,way_type=user_defined:way_id=80W +edge,15972,15972;41.7803213;-107.2547748:15973;41.7801264;-107.2542482,way_type=user_defined:way_id=80W +edge,15973,15973;41.7801264;-107.2542482:15974;41.7800295;-107.2539824,way_type=user_defined:way_id=80W +edge,15974,15974;41.7800295;-107.2539824:15975;41.7799145;-107.253655,way_type=user_defined:way_id=80W +edge,15975,15975;41.7799145;-107.253655:15976;41.7797466;-107.2531646,way_type=user_defined:way_id=80W +edge,15976,15976;41.7797466;-107.2531646:15977;41.7796563;-107.2528924,way_type=user_defined:way_id=80W +edge,15977,15977;41.7796563;-107.2528924:15978;41.7795795;-107.2526538,way_type=user_defined:way_id=80W +edge,15978,15978;41.7795795;-107.2526538:15979;41.7794877;-107.2523595,way_type=user_defined:way_id=80W +edge,15979,15979;41.7794877;-107.2523595:15980;41.7794041;-107.2520814,way_type=user_defined:way_id=80W +edge,15980,15980;41.7794041;-107.2520814:15981;41.7793283;-107.2518188,way_type=user_defined:way_id=80W +edge,15981,15981;41.7793283;-107.2518188:15982;41.7792405;-107.2515026,way_type=user_defined:way_id=80W +edge,15982,15982;41.7792405;-107.2515026:15983;41.7791691;-107.2512291,way_type=user_defined:way_id=80W +edge,15983,15983;41.7791691;-107.2512291:15984;41.7791015;-107.2509533,way_type=user_defined:way_id=80W +edge,15984,15984;41.7791015;-107.2509533:15985;41.77904997;-107.2507334,way_type=user_defined:way_id=80W +edge,15985,15985;41.77904997;-107.2507334:15986;41.77904997;-107.2507334,way_type=user_defined:way_id=80W +edge,15986,15986;41.77904997;-107.2507334:15987;41.7789667;-107.2503593,way_type=user_defined:way_id=80W +edge,15987,15987;41.7789667;-107.2503593:15988;41.7789084;-107.2500793,way_type=user_defined:way_id=80W +edge,15988,15988;41.7789084;-107.2500793:15989;41.7788384;-107.2497238,way_type=user_defined:way_id=80W +edge,15989,15989;41.7788384;-107.2497238:15990;41.778798;-107.2495078,way_type=user_defined:way_id=80W +edge,15990,15990;41.778798;-107.2495078:15991;41.7787431;-107.2491962,way_type=user_defined:way_id=80W +edge,15991,15991;41.7787431;-107.2491962:15992;41.7786948;-107.2489025,way_type=user_defined:way_id=80W +edge,15992,15992;41.7786948;-107.2489025:15993;41.7786463;-107.2485892,way_type=user_defined:way_id=80W +edge,15993,15993;41.7786463;-107.2485892:15994;41.7786051;-107.2483024,way_type=user_defined:way_id=80W +edge,15994,15994;41.7786051;-107.2483024:15995;41.7785679;-107.2480167,way_type=user_defined:way_id=80W +edge,15995,15995;41.7785679;-107.2480167:15996;41.7785344;-107.2477307,way_type=user_defined:way_id=80W +edge,15996,15996;41.7785344;-107.2477307:15997;41.7785039;-107.2474456,way_type=user_defined:way_id=80W +edge,15997,15997;41.7785039;-107.2474456:15998;41.7784741;-107.2471518,way_type=user_defined:way_id=80W +edge,15998,15998;41.7784741;-107.2471518:15999;41.7784482;-107.2468681,way_type=user_defined:way_id=80W +edge,15999,15999;41.7784482;-107.2468681:16000;41.7784248;-107.2465748,way_type=user_defined:way_id=80W +edge,16000,16000;41.7784248;-107.2465748:16001;41.7784044;-107.2462812,way_type=user_defined:way_id=80W +edge,16001,16001;41.7784044;-107.2462812:16002;41.7783867;-107.2459593,way_type=user_defined:way_id=80W +edge,16002,16002;41.7783867;-107.2459593:16003;41.7783744;-107.245666,way_type=user_defined:way_id=80W +edge,16003,16003;41.7783744;-107.245666:16004;41.7783494;-107.244946,way_type=user_defined:way_id=80W +edge,16004,16004;41.7783494;-107.244946:16005;41.77833517;-107.244495,way_type=user_defined:way_id=80W +edge,16005,16005;41.77833517;-107.244495:16006;41.77832903;-107.2443498,way_type=user_defined:way_id=80W +edge,16006,16006;41.77832903;-107.2443498:16007;41.778262;-107.2421749,way_type=user_defined:way_id=80W +edge,16007,16007;41.778262;-107.2421749:16008;41.7782216;-107.2409224,way_type=user_defined:way_id=80W +edge,16008,16008;41.7782216;-107.2409224:16009;41.7781697;-107.2390999,way_type=user_defined:way_id=80W +edge,16009,16009;41.7781697;-107.2390999:16010;41.7780893;-107.2364683,way_type=user_defined:way_id=80W +edge,16010,16010;41.7780893;-107.2364683:16011;41.77806608;-107.2358108,way_type=user_defined:way_id=80W +edge,16011,16011;41.77806608;-107.2358108:16012;41.7780498;-107.2353497,way_type=user_defined:way_id=80W +edge,16012,16012;41.7780498;-107.2353497:16013;41.7780498;-107.2353497,way_type=user_defined:way_id=80W +edge,16013,16013;41.7780498;-107.2353497:16014;41.7780112;-107.2341485,way_type=user_defined:way_id=80W +edge,16014,16014;41.7780112;-107.2341485:16015;41.7779857;-107.2331945,way_type=user_defined:way_id=80W +edge,16015,16015;41.7779857;-107.2331945:16016;41.77796362;-107.2324767,way_type=user_defined:way_id=80W +edge,16016,16016;41.77796362;-107.2324767:16017;41.7779132;-107.2308379,way_type=user_defined:way_id=80W +edge,16017,16017;41.7779132;-107.2308379:16018;41.7779047;-107.2305168,way_type=user_defined:way_id=80W +edge,16018,16018;41.7779047;-107.2305168:16019;41.7778977;-107.2301186,way_type=user_defined:way_id=80W +edge,16019,16019;41.7778977;-107.2301186:16020;41.7778959;-107.2299253,way_type=user_defined:way_id=80W +edge,16020,16020;41.7778959;-107.2299253:16021;41.7778961;-107.2296451,way_type=user_defined:way_id=80W +edge,16021,16021;41.7778961;-107.2296451:16022;41.7779021;-107.2292079,way_type=user_defined:way_id=80W +edge,16022,16022;41.7779021;-107.2292079:16023;41.7779134;-107.2287718,way_type=user_defined:way_id=80W +edge,16023,16023;41.7779134;-107.2287718:16024;41.7779243;-107.2284852,way_type=user_defined:way_id=80W +edge,16024,16024;41.7779243;-107.2284852:16025;41.7779367;-107.2282274,way_type=user_defined:way_id=80W +edge,16025,16025;41.7779367;-107.2282274:16026;41.7779581;-107.2278744,way_type=user_defined:way_id=80W +edge,16026,16026;41.7779581;-107.2278744:16027;41.7779736;-107.227655,way_type=user_defined:way_id=80W +edge,16027,16027;41.7779736;-107.227655:16028;41.7779973;-107.2273593,way_type=user_defined:way_id=80W +edge,16028,16028;41.7779973;-107.2273593:16029;41.7780231;-107.2270734,way_type=user_defined:way_id=80W +edge,16029,16029;41.7780231;-107.2270734:16030;41.7780559;-107.2267498,way_type=user_defined:way_id=80W +edge,16030,16030;41.7780559;-107.2267498:16031;41.7780849;-107.226493,way_type=user_defined:way_id=80W +edge,16031,16031;41.7780849;-107.226493:16032;41.7781207;-107.2262078,way_type=user_defined:way_id=80W +edge,16032,16032;41.7781207;-107.2262078:16033;41.778157;-107.2259408,way_type=user_defined:way_id=80W +edge,16033,16033;41.778157;-107.2259408:16034;41.7781991;-107.2256464,way_type=user_defined:way_id=80W +edge,16034,16034;41.7781991;-107.2256464:16035;41.7782867;-107.2250754,way_type=user_defined:way_id=80W +edge,16035,16035;41.7782867;-107.2250754:16036;41.7783352;-107.224792,way_type=user_defined:way_id=80W +edge,16036,16036;41.7783352;-107.224792:16037;41.77837855;-107.2245758,way_type=user_defined:way_id=80W +edge,16037,16037;41.77837855;-107.2245758:16038;41.77837855;-107.2245758,way_type=user_defined:way_id=80W +edge,16038,16038;41.77837855;-107.2245758:16039;41.7784597;-107.2241816,way_type=user_defined:way_id=80W +edge,16039,16039;41.7784597;-107.2241816:16040;41.7785121;-107.223934,way_type=user_defined:way_id=80W +edge,16040,16040;41.7785121;-107.223934:16041;41.7785744;-107.2236497,way_type=user_defined:way_id=80W +edge,16041,16041;41.7785744;-107.2236497:16042;41.7786372;-107.223375,way_type=user_defined:way_id=80W +edge,16042,16042;41.7786372;-107.223375:16043;41.7787035;-107.2231009,way_type=user_defined:way_id=80W +edge,16043,16043;41.7787035;-107.2231009:16044;41.7787824;-107.2227934,way_type=user_defined:way_id=80W +edge,16044,16044;41.7787824;-107.2227934:16045;41.7788575;-107.2225145,way_type=user_defined:way_id=80W +edge,16045,16045;41.7788575;-107.2225145:16046;41.7789253;-107.2222732,way_type=user_defined:way_id=80W +edge,16046,16046;41.7789253;-107.2222732:16047;41.7790212;-107.2219475,way_type=user_defined:way_id=80W +edge,16047,16047;41.7790212;-107.2219475:16048;41.7790976;-107.221699,way_type=user_defined:way_id=80W +edge,16048,16048;41.7790976;-107.221699:16049;41.7791811;-107.2214365,way_type=user_defined:way_id=80W +edge,16049,16049;41.7791811;-107.2214365:16050;41.7792689;-107.2211664,way_type=user_defined:way_id=80W +edge,16050,16050;41.7792689;-107.2211664:16051;41.7793691;-107.2208706,way_type=user_defined:way_id=80W +edge,16051,16051;41.7793691;-107.2208706:16052;41.77946;-107.2206161,way_type=user_defined:way_id=80W +edge,16052,16052;41.77946;-107.2206161:16053;41.7795593;-107.2203512,way_type=user_defined:way_id=80W +edge,16053,16053;41.7795593;-107.2203512:16054;41.7796567;-107.2200991,way_type=user_defined:way_id=80W +edge,16054,16054;41.7796567;-107.2200991:16055;41.77976;-107.2198396,way_type=user_defined:way_id=80W +edge,16055,16055;41.77976;-107.2198396:16056;41.7798765;-107.2195575,way_type=user_defined:way_id=80W +edge,16056,16056;41.7798765;-107.2195575:16057;41.7799712;-107.2193351,way_type=user_defined:way_id=80W +edge,16057,16057;41.7799712;-107.2193351:16058;41.7800931;-107.2190561,way_type=user_defined:way_id=80W +edge,16058,16058;41.7800931;-107.2190561:16059;41.780195;-107.2188292,way_type=user_defined:way_id=80W +edge,16059,16059;41.780195;-107.2188292:16060;41.7803237;-107.2185561,way_type=user_defined:way_id=80W +edge,16060,16060;41.7803237;-107.2185561:16061;41.7806832;-107.2178268,way_type=user_defined:way_id=80W +edge,16061,16061;41.7806832;-107.2178268:16062;41.7809991;-107.217195,way_type=user_defined:way_id=80W +edge,16062,16062;41.7809991;-107.217195:16063;41.7809991;-107.217195,way_type=user_defined:way_id=80W +edge,16063,16063;41.7809991;-107.217195:16064;41.78121857;-107.216764,way_type=user_defined:way_id=80W +edge,16064,16064;41.78121857;-107.216764:16065;41.7814917;-107.2162276,way_type=user_defined:way_id=80W +edge,16065,16065;41.7814917;-107.2162276:16066;41.7817984;-107.2156304,way_type=user_defined:way_id=80W +edge,16066,16066;41.7817984;-107.2156304:16067;41.7830356;-107.2131876,way_type=user_defined:way_id=80W +edge,16067,16067;41.7830356;-107.2131876:16068;41.7838966;-107.2115039,way_type=user_defined:way_id=80W +edge,16068,16068;41.7838966;-107.2115039:16069;41.7843972;-107.2105088,way_type=user_defined:way_id=80W +edge,16069,16069;41.7843972;-107.2105088:16070;41.7852816;-107.2087658,way_type=user_defined:way_id=80W +edge,16070,16070;41.7852816;-107.2087658:16071;41.7857921;-107.2077634,way_type=user_defined:way_id=80W +edge,16071,16071;41.7857921;-107.2077634:16072;41.78631729;-107.2067285,way_type=user_defined:way_id=80W +edge,16072,16072;41.78631729;-107.2067285:16073;41.78642321;-107.2065197,way_type=user_defined:way_id=80W +edge,16073,16073;41.78642321;-107.2065197:16074;41.78724283;-107.2049169,way_type=user_defined:way_id=80W +edge,16074,16074;41.78724283;-107.2049169:16075;41.7872948;-107.2048104,way_type=user_defined:way_id=80W +edge,16075,16075;41.7872948;-107.2048104:16076;41.7872948;-107.2048104,way_type=user_defined:way_id=80W +edge,16076,16076;41.7872948;-107.2048104:16077;41.7874443;-107.2045163,way_type=user_defined:way_id=80W +edge,16077,16077;41.7874443;-107.2045163:16078;41.78753607;-107.204334,way_type=user_defined:way_id=80W +edge,16078,16078;41.78753607;-107.204334:16079;41.7878128;-107.2037843,way_type=user_defined:way_id=80W +edge,16079,16079;41.7878128;-107.2037843:16080;41.7881222;-107.2031807,way_type=user_defined:way_id=80W +edge,16080,16080;41.7881222;-107.2031807:16081;41.788178;-107.2030718,way_type=user_defined:way_id=80W +edge,16081,16081;41.788178;-107.2030718:16082;41.7883042;-107.2028224,way_type=user_defined:way_id=80W +edge,16082,16082;41.7883042;-107.2028224:16083;41.7884334;-107.202557,way_type=user_defined:way_id=80W +edge,16083,16083;41.7884334;-107.202557:16084;41.7885508;-107.2023038,way_type=user_defined:way_id=80W +edge,16084,16084;41.7885508;-107.2023038:16085;41.7886605;-107.2020568,way_type=user_defined:way_id=80W +edge,16085,16085;41.7886605;-107.2020568:16086;41.7887692;-107.2017986,way_type=user_defined:way_id=80W +edge,16086,16086;41.7887692;-107.2017986:16087;41.7888816;-107.2015111,way_type=user_defined:way_id=80W +edge,16087,16087;41.7888816;-107.2015111:16088;41.7889774;-107.2012455,way_type=user_defined:way_id=80W +edge,16088,16088;41.7889774;-107.2012455:16089;41.7890631;-107.2009852,way_type=user_defined:way_id=80W +edge,16089,16089;41.7890631;-107.2009852:16090;41.7891433;-107.2007123,way_type=user_defined:way_id=80W +edge,16090,16090;41.7891433;-107.2007123:16091;41.7891757;-107.2005867,way_type=user_defined:way_id=80W +edge,16091,16091;41.7891757;-107.2005867:16092;41.7891757;-107.2005867,way_type=user_defined:way_id=80W +edge,16092,16092;41.7891757;-107.2005867:16093;41.78918584;-107.2005474,way_type=user_defined:way_id=80W +edge,16093,16093;41.78918584;-107.2005474:16094;41.78918584;-107.2005474,way_type=user_defined:way_id=80W +edge,16094,16094;41.78918584;-107.2005474:16095;41.78919482;-107.2005125,way_type=user_defined:way_id=80W +edge,16095,16095;41.78919482;-107.2005125:16096;41.78919482;-107.2005125,way_type=user_defined:way_id=80W +edge,16096,16096;41.78919482;-107.2005125:16097;41.7892123;-107.2004448,way_type=user_defined:way_id=80W +edge,16097,16097;41.7892123;-107.2004448:16098;41.7892752;-107.2001652,way_type=user_defined:way_id=80W +edge,16098,16098;41.7892752;-107.2001652:16099;41.7893299;-107.1998922,way_type=user_defined:way_id=80W +edge,16099,16099;41.7893299;-107.1998922:16100;41.7893816;-107.1995987,way_type=user_defined:way_id=80W +edge,16100,16100;41.7893816;-107.1995987:16101;41.7894278;-107.1992847,way_type=user_defined:way_id=80W +edge,16101,16101;41.7894278;-107.1992847:16102;41.7894588;-107.1990343,way_type=user_defined:way_id=80W +edge,16102,16102;41.7894588;-107.1990343:16103;41.7894889;-107.1987361,way_type=user_defined:way_id=80W +edge,16103,16103;41.7894889;-107.1987361:16104;41.7895098;-107.1984553,way_type=user_defined:way_id=80W +edge,16104,16104;41.7895098;-107.1984553:16105;41.7895219;-107.1982018,way_type=user_defined:way_id=80W +edge,16105,16105;41.7895219;-107.1982018:16106;41.78952658;-107.1980439,way_type=user_defined:way_id=80W +edge,16106,16106;41.78952658;-107.1980439:16107;41.7895297;-107.1978632,way_type=user_defined:way_id=80W +edge,16107,16107;41.7895297;-107.1978632:16108;41.789528;-107.1975805,way_type=user_defined:way_id=80W +edge,16108,16108;41.789528;-107.1975805:16109;41.7895195;-107.1972884,way_type=user_defined:way_id=80W +edge,16109,16109;41.7895195;-107.1972884:16110;41.789504;-107.1970062,way_type=user_defined:way_id=80W +edge,16110,16110;41.789504;-107.1970062:16111;41.7894765;-107.1966771,way_type=user_defined:way_id=80W +edge,16111,16111;41.7894765;-107.1966771:16112;41.7894437;-107.196388,way_type=user_defined:way_id=80W +edge,16112,16112;41.7894437;-107.196388:16113;41.7894099;-107.1961365,way_type=user_defined:way_id=80W +edge,16113,16113;41.7894099;-107.1961365:16114;41.7893667;-107.1958489,way_type=user_defined:way_id=80W +edge,16114,16114;41.7893667;-107.1958489:16115;41.7893131;-107.1955352,way_type=user_defined:way_id=80W +edge,16115,16115;41.7893131;-107.1955352:16116;41.7892588;-107.1952507,way_type=user_defined:way_id=80W +edge,16116,16116;41.7892588;-107.1952507:16117;41.7891395;-107.1946633,way_type=user_defined:way_id=80W +edge,16117,16117;41.7891395;-107.1946633:16118;41.7889104;-107.1935698,way_type=user_defined:way_id=80W +edge,16118,16118;41.7889104;-107.1935698:16119;41.7886862;-107.1925179,way_type=user_defined:way_id=80W +edge,16119,16119;41.7886862;-107.1925179:16120;41.7886862;-107.1925179,way_type=user_defined:way_id=80W +edge,16120,16120;41.7886862;-107.1925179:16121;41.78857022;-107.1919711,way_type=user_defined:way_id=80W +edge,16121,16121;41.78857022;-107.1919711:16122;41.788004;-107.1893017,way_type=user_defined:way_id=80W +edge,16122,16122;41.788004;-107.1893017:16123;41.7878813;-107.1887038,way_type=user_defined:way_id=80W +edge,16123,16123;41.7878813;-107.1887038:16124;41.7877703;-107.1881466,way_type=user_defined:way_id=80W +edge,16124,16124;41.7877703;-107.1881466:16125;41.7877036;-107.1878214,way_type=user_defined:way_id=80W +edge,16125,16125;41.7877036;-107.1878214:16126;41.787594;-107.1873007,way_type=user_defined:way_id=80W +edge,16126,16126;41.787594;-107.1873007:16127;41.787356;-107.1861861,way_type=user_defined:way_id=80W +edge,16127,16127;41.787356;-107.1861861:16128;41.7871704;-107.1853059,way_type=user_defined:way_id=80W +edge,16128,16128;41.7871704;-107.1853059:16129;41.7868055;-107.1835585,way_type=user_defined:way_id=80W +edge,16129,16129;41.7868055;-107.1835585:16130;41.7864502;-107.1818434,way_type=user_defined:way_id=80W +edge,16130,16130;41.7864502;-107.1818434:16131;41.7862717;-107.181,way_type=user_defined:way_id=80W +edge,16131,16131;41.7862717;-107.181:16132;41.7860772;-107.1800871,way_type=user_defined:way_id=80W +edge,16132,16132;41.7860772;-107.1800871:16133;41.785889;-107.1792122,way_type=user_defined:way_id=80W +edge,16133,16133;41.785889;-107.1792122:16134;41.7856664;-107.1781628,way_type=user_defined:way_id=80W +edge,16134,16134;41.7856664;-107.1781628:16135;41.7854904;-107.177329,way_type=user_defined:way_id=80W +edge,16135,16135;41.7854904;-107.177329:16136;41.7853738;-107.1767605,way_type=user_defined:way_id=80W +edge,16136,16136;41.7853738;-107.1767605:16137;41.7852627;-107.1761906,way_type=user_defined:way_id=80W +edge,16137,16137;41.7852627;-107.1761906:16138;41.7852107;-107.1759133,way_type=user_defined:way_id=80W +edge,16138,16138;41.7852107;-107.1759133:16139;41.7851587;-107.1756267,way_type=user_defined:way_id=80W +edge,16139,16139;41.7851587;-107.1756267:16140;41.785047;-107.174988,way_type=user_defined:way_id=80W +edge,16140,16140;41.785047;-107.174988:16141;41.7850063;-107.1747471,way_type=user_defined:way_id=80W +edge,16141,16141;41.7850063;-107.1747471:16142;41.7849601;-107.1744593,way_type=user_defined:way_id=80W +edge,16142,16142;41.7849601;-107.1744593:16143;41.784875;-107.1738907,way_type=user_defined:way_id=80W +edge,16143,16143;41.784875;-107.1738907:16144;41.7847887;-107.1732837,way_type=user_defined:way_id=80W +edge,16144,16144;41.7847887;-107.1732837:16145;41.78475;-107.1729939,way_type=user_defined:way_id=80W +edge,16145,16145;41.78475;-107.1729939:16146;41.7847143;-107.1727127,way_type=user_defined:way_id=80W +edge,16146,16146;41.7847143;-107.1727127:16147;41.7846444;-107.1721309,way_type=user_defined:way_id=80W +edge,16147,16147;41.7846444;-107.1721309:16148;41.7846118;-107.1718391,way_type=user_defined:way_id=80W +edge,16148,16148;41.7846118;-107.1718391:16149;41.7845812;-107.1715466,way_type=user_defined:way_id=80W +edge,16149,16149;41.7845812;-107.1715466:16150;41.7845535;-107.171263,way_type=user_defined:way_id=80W +edge,16150,16150;41.7845535;-107.171263:16151;41.7845268;-107.1709695,way_type=user_defined:way_id=80W +edge,16151,16151;41.7845268;-107.1709695:16152;41.7845032;-107.1706852,way_type=user_defined:way_id=80W +edge,16152,16152;41.7845032;-107.1706852:16153;41.7843472;-107.168625,way_type=user_defined:way_id=80W +edge,16153,16153;41.7843472;-107.168625:16154;41.7842817;-107.167711,way_type=user_defined:way_id=80W +edge,16154,16154;41.7842817;-107.167711:16155;41.784188;-107.1664467,way_type=user_defined:way_id=80W +edge,16155,16155;41.784188;-107.1664467:16156;41.7840718;-107.1648236,way_type=user_defined:way_id=80W +edge,16156,16156;41.7840718;-107.1648236:16157;41.7839363;-107.1629976,way_type=user_defined:way_id=80W +edge,16157,16157;41.7839363;-107.1629976:16158;41.7836169;-107.1585872,way_type=user_defined:way_id=80W +edge,16158,16158;41.7836169;-107.1585872:16159;41.7835249;-107.1573538,way_type=user_defined:way_id=80W +edge,16159,16159;41.7835249;-107.1573538:16160;41.7834846;-107.1567811,way_type=user_defined:way_id=80W +edge,16160,16160;41.7834846;-107.1567811:16161;41.7833554;-107.1550343,way_type=user_defined:way_id=80W +edge,16161,16161;41.7833554;-107.1550343:16162;41.7832991;-107.1543536,way_type=user_defined:way_id=80W +edge,16162,16162;41.7832991;-107.1543536:16163;41.7832508;-107.1537334,way_type=user_defined:way_id=80W +edge,16163,16163;41.7832508;-107.1537334:16164;41.7830552;-107.1511671,way_type=user_defined:way_id=80W +edge,16164,16164;41.7830552;-107.1511671:16165;41.7829385;-107.1495584,way_type=user_defined:way_id=80W +edge,16165,16165;41.7829385;-107.1495584:16166;41.7828368;-107.1482629,way_type=user_defined:way_id=80W +edge,16166,16166;41.7828368;-107.1482629:16167;41.7827677;-107.1472875,way_type=user_defined:way_id=80W +edge,16167,16167;41.7827677;-107.1472875:16168;41.782411;-107.1424373,way_type=user_defined:way_id=80W +edge,16168,16168;41.782411;-107.1424373:16169;41.7822953;-107.1407907,way_type=user_defined:way_id=80W +edge,16169,16169;41.7822953;-107.1407907:16170;41.7822037;-107.1395763,way_type=user_defined:way_id=80W +edge,16170,16170;41.7822037;-107.1395763:16171;41.7821416;-107.1387176,way_type=user_defined:way_id=80W +edge,16171,16171;41.7821416;-107.1387176:16172;41.7820597;-107.1376252,way_type=user_defined:way_id=80W +edge,16172,16172;41.7820597;-107.1376252:16173;41.7819815;-107.1365493,way_type=user_defined:way_id=80W +edge,16173,16173;41.7819815;-107.1365493:16174;41.78194885;-107.136116,way_type=user_defined:way_id=80W +edge,16174,16174;41.78194885;-107.136116:16175;41.7819091;-107.1355885,way_type=user_defined:way_id=80W +edge,16175,16175;41.7819091;-107.1355885:16176;41.781746;-107.133278,way_type=user_defined:way_id=80W +edge,16176,16176;41.781746;-107.133278:16177;41.781662;-107.1322304,way_type=user_defined:way_id=80W +edge,16177,16177;41.781662;-107.1322304:16178;41.781662;-107.1322304,way_type=user_defined:way_id=80W +edge,16178,16178;41.781662;-107.1322304:16179;41.7815867;-107.1312408,way_type=user_defined:way_id=80W +edge,16179,16179;41.7815867;-107.1312408:16180;41.7815638;-107.1309567,way_type=user_defined:way_id=80W +edge,16180,16180;41.7815638;-107.1309567:16181;41.7815372;-107.1306631,way_type=user_defined:way_id=80W +edge,16181,16181;41.7815372;-107.1306631:16182;41.781503;-107.1303412,way_type=user_defined:way_id=80W +edge,16182,16182;41.781503;-107.1303412:16183;41.7814732;-107.1300936,way_type=user_defined:way_id=80W +edge,16183,16183;41.7814732;-107.1300936:16184;41.78145462;-107.1299571,way_type=user_defined:way_id=80W +edge,16184,16184;41.78145462;-107.1299571:16185;41.7814297;-107.129774,way_type=user_defined:way_id=80W +edge,16185,16185;41.7814297;-107.129774:16186;41.7813758;-107.1294462,way_type=user_defined:way_id=80W +edge,16186,16186;41.7813758;-107.1294462:16187;41.7813226;-107.1291675,way_type=user_defined:way_id=80W +edge,16187,16187;41.7813226;-107.1291675:16188;41.7812613;-107.1288822,way_type=user_defined:way_id=80W +edge,16188,16188;41.7812613;-107.1288822:16189;41.7811968;-107.1286166,way_type=user_defined:way_id=80W +edge,16189,16189;41.7811968;-107.1286166:16190;41.7811201;-107.1283367,way_type=user_defined:way_id=80W +edge,16190,16190;41.7811201;-107.1283367:16191;41.7810267;-107.1280347,way_type=user_defined:way_id=80W +edge,16191,16191;41.7810267;-107.1280347:16192;41.7809468;-107.1277977,way_type=user_defined:way_id=80W +edge,16192,16192;41.7809468;-107.1277977:16193;41.7808511;-107.1275379,way_type=user_defined:way_id=80W +edge,16193,16193;41.7808511;-107.1275379:16194;41.7807347;-107.1272503,way_type=user_defined:way_id=80W +edge,16194,16194;41.7807347;-107.1272503:16195;41.7806366;-107.1270252,way_type=user_defined:way_id=80W +edge,16195,16195;41.7806366;-107.1270252:16196;41.7804945;-107.1267231,way_type=user_defined:way_id=80W +edge,16196,16196;41.7804945;-107.1267231:16197;41.780385;-107.1265079,way_type=user_defined:way_id=80W +edge,16197,16197;41.780385;-107.1265079:16198;41.7802575;-107.1262742,way_type=user_defined:way_id=80W +edge,16198,16198;41.7802575;-107.1262742:16199;41.7801066;-107.1260154,way_type=user_defined:way_id=80W +edge,16199,16199;41.7801066;-107.1260154:16200;41.779968;-107.125792,way_type=user_defined:way_id=80W +edge,16200,16200;41.779968;-107.125792:16201;41.7798251;-107.1255726,way_type=user_defined:way_id=80W +edge,16201,16201;41.7798251;-107.1255726:16202;41.7796618;-107.125328,way_type=user_defined:way_id=80W +edge,16202,16202;41.7796618;-107.125328:16203;41.7794238;-107.1249763,way_type=user_defined:way_id=80W +edge,16203,16203;41.7794238;-107.1249763:16204;41.77905832;-107.1244479,way_type=user_defined:way_id=80W +edge,16204,16204;41.77905832;-107.1244479:16205;41.77905832;-107.1244479,way_type=user_defined:way_id=80W +edge,16205,16205;41.77905832;-107.1244479:16206;41.7787394;-107.1239915,way_type=user_defined:way_id=80W +edge,16206,16206;41.7787394;-107.1239915:16207;41.77837815;-107.1234702,way_type=user_defined:way_id=80W +edge,16207,16207;41.77837815;-107.1234702:16208;41.77837815;-107.1234702,way_type=user_defined:way_id=80W +edge,16208,16208;41.77837815;-107.1234702:16209;41.77782827;-107.1226774,way_type=user_defined:way_id=80W +edge,16209,16209;41.77782827;-107.1226774:16210;41.77765092;-107.1224217,way_type=user_defined:way_id=80W +edge,16210,16210;41.77765092;-107.1224217:16211;41.77744667;-107.1221288,way_type=user_defined:way_id=80W +edge,16211,16211;41.77744667;-107.1221288:16212;41.7774038;-107.1220673,way_type=user_defined:way_id=80W +edge,16212,16212;41.7774038;-107.1220673:16213;41.7767763;-107.1211617,way_type=user_defined:way_id=80W +edge,16213,16213;41.7767763;-107.1211617:16214;41.7757419;-107.1196616,way_type=user_defined:way_id=80W +edge,16214,16214;41.7757419;-107.1196616:16215;41.7755788;-107.1194211,way_type=user_defined:way_id=80W +edge,16215,16215;41.7755788;-107.1194211:16216;41.7754349;-107.1191964,way_type=user_defined:way_id=80W +edge,16216,16216;41.7754349;-107.1191964:16217;41.7753004;-107.1189739,way_type=user_defined:way_id=80W +edge,16217,16217;41.7753004;-107.1189739:16218;41.7751658;-107.11874,way_type=user_defined:way_id=80W +edge,16218,16218;41.7751658;-107.11874:16219;41.7750411;-107.1185093,way_type=user_defined:way_id=80W +edge,16219,16219;41.7750411;-107.1185093:16220;41.7749178;-107.1182677,way_type=user_defined:way_id=80W +edge,16220,16220;41.7749178;-107.1182677:16221;41.7748006;-107.1180226,way_type=user_defined:way_id=80W +edge,16221,16221;41.7748006;-107.1180226:16222;41.7747052;-107.1178066,way_type=user_defined:way_id=80W +edge,16222,16222;41.7747052;-107.1178066:16223;41.774677;-107.1177401,way_type=user_defined:way_id=80W +edge,16223,16223;41.774677;-107.1177401:16224;41.7745876;-107.1175169,way_type=user_defined:way_id=80W +edge,16224,16224;41.7745876;-107.1175169:16225;41.7744921;-107.1172542,way_type=user_defined:way_id=80W +edge,16225,16225;41.7744921;-107.1172542:16226;41.7744031;-107.1169853,way_type=user_defined:way_id=80W +edge,16226,16226;41.7744031;-107.1169853:16227;41.7743241;-107.1167205,way_type=user_defined:way_id=80W +edge,16227,16227;41.7743241;-107.1167205:16228;41.7742494;-107.1164422,way_type=user_defined:way_id=80W +edge,16228,16228;41.7742494;-107.1164422:16229;41.7741744;-107.1161324,way_type=user_defined:way_id=80W +edge,16229,16229;41.7741744;-107.1161324:16230;41.7741135;-107.1158465,way_type=user_defined:way_id=80W +edge,16230,16230;41.7741135;-107.1158465:16231;41.7740623;-107.1155661,way_type=user_defined:way_id=80W +edge,16231,16231;41.7740623;-107.1155661:16232;41.7740197;-107.1152834,way_type=user_defined:way_id=80W +edge,16232,16232;41.7740197;-107.1152834:16233;41.7739844;-107.1149886,way_type=user_defined:way_id=80W +edge,16233,16233;41.7739844;-107.1149886:16234;41.7739562;-107.114672,way_type=user_defined:way_id=80W +edge,16234,16234;41.7739562;-107.114672:16235;41.7739362;-107.1143736,way_type=user_defined:way_id=80W +edge,16235,16235;41.7739362;-107.1143736:16236;41.7739222;-107.1140842,way_type=user_defined:way_id=80W +edge,16236,16236;41.7739222;-107.1140842:16237;41.7739131;-107.1137941,way_type=user_defined:way_id=80W +edge,16237,16237;41.7739131;-107.1137941:16238;41.7739076;-107.1135047,way_type=user_defined:way_id=80W +edge,16238,16238;41.7739076;-107.1135047:16239;41.7738977;-107.1125907,way_type=user_defined:way_id=80W +edge,16239,16239;41.7738977;-107.1125907:16240;41.7738977;-107.1125907,way_type=user_defined:way_id=80W +edge,16240,16240;41.7738977;-107.1125907:16241;41.7738936;-107.112294,way_type=user_defined:way_id=80W +edge,16241,16241;41.7738936;-107.112294:16242;41.7738818;-107.1111393,way_type=user_defined:way_id=80W +edge,16242,16242;41.7738818;-107.1111393:16243;41.773872;-107.110521,way_type=user_defined:way_id=80W +edge,16243,16243;41.773872;-107.110521:16244;41.7738666;-107.1098629,way_type=user_defined:way_id=80W +edge,16244,16244;41.7738666;-107.1098629:16245;41.7738526;-107.1087325,way_type=user_defined:way_id=80W +edge,16245,16245;41.7738526;-107.1087325:16246;41.7738457;-107.1075504,way_type=user_defined:way_id=80W +edge,16246,16246;41.7738457;-107.1075504:16247;41.7738272;-107.1060894,way_type=user_defined:way_id=80W +edge,16247,16247;41.7738272;-107.1060894:16248;41.7738192;-107.1052114,way_type=user_defined:way_id=80W +edge,16248,16248;41.7738192;-107.1052114:16249;41.7738152;-107.1049157,way_type=user_defined:way_id=80W +edge,16249,16249;41.7738152;-107.1049157:16250;41.773809;-107.1045912,way_type=user_defined:way_id=80W +edge,16250,16250;41.773809;-107.1045912:16251;41.7737944;-107.1040458,way_type=user_defined:way_id=80W +edge,16251,16251;41.7737944;-107.1040458:16252;41.7737829;-107.1037107,way_type=user_defined:way_id=80W +edge,16252,16252;41.7737829;-107.1037107:16253;41.773758;-107.1031351,way_type=user_defined:way_id=80W +edge,16253,16253;41.773758;-107.1031351:16254;41.7737436;-107.102847,way_type=user_defined:way_id=80W +edge,16254,16254;41.7737436;-107.102847:16255;41.7737153;-107.1023377,way_type=user_defined:way_id=80W +edge,16255,16255;41.7737153;-107.1023377:16256;41.7736903;-107.1019352,way_type=user_defined:way_id=80W +edge,16256,16256;41.7736903;-107.1019352:16257;41.7736532;-107.1014018,way_type=user_defined:way_id=80W +edge,16257,16257;41.7736532;-107.1014018:16258;41.7736269;-107.1010707,way_type=user_defined:way_id=80W +edge,16258,16258;41.7736269;-107.1010707:16259;41.7736019;-107.1007891,way_type=user_defined:way_id=80W +edge,16259,16259;41.7736019;-107.1007891:16260;41.7735734;-107.1004914,way_type=user_defined:way_id=80W +edge,16260,16260;41.7735734;-107.1004914:16261;41.7735162;-107.0999218,way_type=user_defined:way_id=80W +edge,16261,16261;41.7735162;-107.0999218:16262;41.7734815;-107.0995945,way_type=user_defined:way_id=80W +edge,16262,16262;41.7734815;-107.0995945:16263;41.7734163;-107.099021,way_type=user_defined:way_id=80W +edge,16263,16263;41.7734163;-107.099021:16264;41.7733804;-107.0987289,way_type=user_defined:way_id=80W +edge,16264,16264;41.7733804;-107.0987289:16265;41.7733385;-107.0984092,way_type=user_defined:way_id=80W +edge,16265,16265;41.7733385;-107.0984092:16266;41.7732984;-107.0981182,way_type=user_defined:way_id=80W +edge,16266,16266;41.7732984;-107.0981182:16267;41.7732103;-107.097509,way_type=user_defined:way_id=80W +edge,16267,16267;41.7732103;-107.097509:16268;41.7731569;-107.0971531,way_type=user_defined:way_id=80W +edge,16268,16268;41.7731569;-107.0971531:16269;41.7730847;-107.0966947,way_type=user_defined:way_id=80W +edge,16269,16269;41.7730847;-107.0966947:16270;41.772935;-107.0958049,way_type=user_defined:way_id=80W +edge,16270,16270;41.772935;-107.0958049:16271;41.7726946;-107.0943457,way_type=user_defined:way_id=80W +edge,16271,16271;41.7726946;-107.0943457:16272;41.7724621;-107.0928822,way_type=user_defined:way_id=80W +edge,16272,16272;41.7724621;-107.0928822:16273;41.7723213;-107.092023,way_type=user_defined:way_id=80W +edge,16273,16273;41.7723213;-107.092023:16274;41.7721745;-107.0911404,way_type=user_defined:way_id=80W +edge,16274,16274;41.7721745;-107.0911404:16275;41.77213255;-107.0908787,way_type=user_defined:way_id=80W +edge,16275,16275;41.77213255;-107.0908787:16276;41.772083;-107.0905697,way_type=user_defined:way_id=80W +edge,16276,16276;41.772083;-107.0905697:16277;41.7720033;-107.090035,way_type=user_defined:way_id=80W +edge,16277,16277;41.7720033;-107.090035:16278;41.7720033;-107.090035,way_type=user_defined:way_id=80W +edge,16278,16278;41.7720033;-107.090035:16279;41.7719594;-107.0897136,way_type=user_defined:way_id=80W +edge,16279,16279;41.7719594;-107.0897136:16280;41.77191636;-107.0893768,way_type=user_defined:way_id=80W +edge,16280,16280;41.77191636;-107.0893768:16281;41.7718857;-107.089065,way_type=user_defined:way_id=80W +edge,16281,16281;41.7718857;-107.089065:16282;41.771862;-107.0888066,way_type=user_defined:way_id=80W +edge,16282,16282;41.771862;-107.0888066:16283;41.7718399;-107.0885196,way_type=user_defined:way_id=80W +edge,16283,16283;41.7718399;-107.0885196:16284;41.7718218;-107.0882325,way_type=user_defined:way_id=80W +edge,16284,16284;41.7718218;-107.0882325:16285;41.7718077;-107.0879468,way_type=user_defined:way_id=80W +edge,16285,16285;41.7718077;-107.0879468:16286;41.7717958;-107.0875846,way_type=user_defined:way_id=80W +edge,16286,16286;41.7717958;-107.0875846:16287;41.7717915;-107.0873273,way_type=user_defined:way_id=80W +edge,16287,16287;41.7717915;-107.0873273:16288;41.7717919;-107.0870321,way_type=user_defined:way_id=80W +edge,16288,16288;41.7717919;-107.0870321:16289;41.77179367;-107.0869537,way_type=user_defined:way_id=80W +edge,16289,16289;41.77179367;-107.0869537:16290;41.7717992;-107.0867089,way_type=user_defined:way_id=80W +edge,16290,16290;41.7717992;-107.0867089:16291;41.7718095;-107.0864524,way_type=user_defined:way_id=80W +edge,16291,16291;41.7718095;-107.0864524:16292;41.7718232;-107.0861964,way_type=user_defined:way_id=80W +edge,16292,16292;41.7718232;-107.0861964:16293;41.771847;-107.0858362,way_type=user_defined:way_id=80W +edge,16293,16293;41.771847;-107.0858362:16294;41.7718678;-107.0855806,way_type=user_defined:way_id=80W +edge,16294,16294;41.7718678;-107.0855806:16295;41.7718988;-107.0852595,way_type=user_defined:way_id=80W +edge,16295,16295;41.7718988;-107.0852595:16296;41.7719279;-107.085005,way_type=user_defined:way_id=80W +edge,16296,16296;41.7719279;-107.085005:16297;41.7719412;-107.0849016,way_type=user_defined:way_id=80W +edge,16297,16297;41.7719412;-107.0849016:16298;41.7719705;-107.0846856,way_type=user_defined:way_id=80W +edge,16298,16298;41.7719705;-107.0846856:16299;41.7720147;-107.0843953,way_type=user_defined:way_id=80W +edge,16299,16299;41.7720147;-107.0843953:16300;41.7720595;-107.0841234,way_type=user_defined:way_id=80W +edge,16300,16300;41.7720595;-107.0841234:16301;41.7721188;-107.0837979,way_type=user_defined:way_id=80W +edge,16301,16301;41.7721188;-107.0837979:16302;41.7721744;-107.0835199,way_type=user_defined:way_id=80W +edge,16302,16302;41.7721744;-107.0835199:16303;41.7722339;-107.0832339,way_type=user_defined:way_id=80W +edge,16303,16303;41.7722339;-107.0832339:16304;41.772349;-107.082683,way_type=user_defined:way_id=80W +edge,16304,16304;41.772349;-107.082683:16305;41.77242984;-107.0823093,way_type=user_defined:way_id=80W +edge,16305,16305;41.77242984;-107.0823093:16306;41.77242984;-107.0823093,way_type=user_defined:way_id=80W +edge,16306,16306;41.77242984;-107.0823093:16307;41.7728441;-107.0804096,way_type=user_defined:way_id=80W +edge,16307,16307;41.7728441;-107.0804096:16308;41.7730833;-107.0792936,way_type=user_defined:way_id=80W +edge,16308,16308;41.7730833;-107.0792936:16309;41.773146;-107.0789795,way_type=user_defined:way_id=80W +edge,16309,16309;41.773146;-107.0789795:16310;41.7731984;-107.0786987,way_type=user_defined:way_id=80W +edge,16310,16310;41.7731984;-107.0786987:16311;41.7732483;-107.0784172,way_type=user_defined:way_id=80W +edge,16311,16311;41.7732483;-107.0784172:16312;41.7732963;-107.0781254,way_type=user_defined:way_id=80W +edge,16312,16312;41.7732963;-107.0781254:16313;41.7733386;-107.077842,way_type=user_defined:way_id=80W +edge,16313,16313;41.7733386;-107.077842:16314;41.773378;-107.0775592,way_type=user_defined:way_id=80W +edge,16314,16314;41.773378;-107.0775592:16315;41.7734453;-107.0770512,way_type=user_defined:way_id=80W +edge,16315,16315;41.7734453;-107.0770512:16316;41.7734584;-107.0769479,way_type=user_defined:way_id=80W +edge,16316,16316;41.7734584;-107.0769479:16317;41.773492;-107.0766573,way_type=user_defined:way_id=80W +edge,16317,16317;41.773492;-107.0766573:16318;41.7735208;-107.076377,way_type=user_defined:way_id=80W +edge,16318,16318;41.7735208;-107.076377:16319;41.77352796;-107.076296,way_type=user_defined:way_id=80W +edge,16319,16319;41.77352796;-107.076296:16320;41.7735523;-107.0760206,way_type=user_defined:way_id=80W +edge,16320,16320;41.7735523;-107.0760206:16321;41.7735695;-107.0757983,way_type=user_defined:way_id=80W +edge,16321,16321;41.7735695;-107.0757983:16322;41.7735885;-107.0755058,way_type=user_defined:way_id=80W +edge,16322,16322;41.7735885;-107.0755058:16323;41.7736045;-107.0752109,way_type=user_defined:way_id=80W +edge,16323,16323;41.7736045;-107.0752109:16324;41.7736179;-107.0749236,way_type=user_defined:way_id=80W +edge,16324,16324;41.7736179;-107.0749236:16325;41.7736371;-107.0744141,way_type=user_defined:way_id=80W +edge,16325,16325;41.7736371;-107.0744141:16326;41.7736371;-107.0744141,way_type=user_defined:way_id=80W +edge,16326,16326;41.7736371;-107.0744141:16327;41.7736467;-107.0740106,way_type=user_defined:way_id=80W +edge,16327,16327;41.7736467;-107.0740106:16328;41.77364812;-107.0738307,way_type=user_defined:way_id=80W +edge,16328,16328;41.77364812;-107.0738307:16329;41.7736489;-107.0737319,way_type=user_defined:way_id=80W +edge,16329,16329;41.7736489;-107.0737319:16330;41.7736479;-107.0733973,way_type=user_defined:way_id=80W +edge,16330,16330;41.7736479;-107.0733973:16331;41.7736451;-107.0731493,way_type=user_defined:way_id=80W +edge,16331,16331;41.7736451;-107.0731493:16332;41.7736394;-107.0728547,way_type=user_defined:way_id=80W +edge,16332,16332;41.7736394;-107.0728547:16333;41.7736291;-107.0725334,way_type=user_defined:way_id=80W +edge,16333,16333;41.7736291;-107.0725334:16334;41.7736164;-107.0722713,way_type=user_defined:way_id=80W +edge,16334,16334;41.7736164;-107.0722713:16335;41.7735987;-107.0719791,way_type=user_defined:way_id=80W +edge,16335,16335;41.7735987;-107.0719791:16336;41.7735758;-107.0716593,way_type=user_defined:way_id=80W +edge,16336,16336;41.7735758;-107.0716593:16337;41.7735519;-107.0713677,way_type=user_defined:way_id=80W +edge,16337,16337;41.7735519;-107.0713677:16338;41.773527;-107.0710854,way_type=user_defined:way_id=80W +edge,16338,16338;41.773527;-107.0710854:16339;41.7734982;-107.0707839,way_type=user_defined:way_id=80W +edge,16339,16339;41.7734982;-107.0707839:16340;41.7734677;-107.0705017,way_type=user_defined:way_id=80W +edge,16340,16340;41.7734677;-107.0705017:16341;41.7734308;-107.070211,way_type=user_defined:way_id=80W +edge,16341,16341;41.7734308;-107.070211:16342;41.7733903;-107.069921,way_type=user_defined:way_id=80W +edge,16342,16342;41.7733903;-107.069921:16343;41.773301;-107.0693135,way_type=user_defined:way_id=80W +edge,16343,16343;41.773301;-107.0693135:16344;41.7732246;-107.0688186,way_type=user_defined:way_id=80W +edge,16344,16344;41.7732246;-107.0688186:16345;41.7731667;-107.0684639,way_type=user_defined:way_id=80W +edge,16345,16345;41.7731667;-107.0684639:16346;41.7730582;-107.067826,way_type=user_defined:way_id=80W +edge,16346,16346;41.7730582;-107.067826:16347;41.772814;-107.0664496,way_type=user_defined:way_id=80W +edge,16347,16347;41.772814;-107.0664496:16348;41.7725121;-107.0647183,way_type=user_defined:way_id=80W +edge,16348,16348;41.7725121;-107.0647183:16349;41.7720238;-107.0618705,way_type=user_defined:way_id=80W +edge,16349,16349;41.7720238;-107.0618705:16350;41.771724;-107.0601689,way_type=user_defined:way_id=80W +edge,16350,16350;41.771724;-107.0601689:16351;41.7715682;-107.0592541,way_type=user_defined:way_id=80W +edge,16351,16351;41.7715682;-107.0592541:16352;41.7714566;-107.0586176,way_type=user_defined:way_id=80W +edge,16352,16352;41.7714566;-107.0586176:16353;41.7711083;-107.0565904,way_type=user_defined:way_id=80W +edge,16353,16353;41.7711083;-107.0565904:16354;41.7708097;-107.0548913,way_type=user_defined:way_id=80W +edge,16354,16354;41.7708097;-107.0548913:16355;41.7706632;-107.0540428,way_type=user_defined:way_id=80W +edge,16355,16355;41.7706632;-107.0540428:16356;41.7704191;-107.0526571,way_type=user_defined:way_id=80W +edge,16356,16356;41.7704191;-107.0526571:16357;41.7699553;-107.0499695,way_type=user_defined:way_id=80W +edge,16357,16357;41.7699553;-107.0499695:16358;41.7698574;-107.0493958,way_type=user_defined:way_id=80W +edge,16358,16358;41.7698574;-107.0493958:16359;41.7697093;-107.0485549,way_type=user_defined:way_id=80W +edge,16359,16359;41.7697093;-107.0485549:16360;41.769563;-107.0476999,way_type=user_defined:way_id=80W +edge,16360,16360;41.769563;-107.0476999:16361;41.7694076;-107.0468153,way_type=user_defined:way_id=80W +edge,16361,16361;41.7694076;-107.0468153:16362;41.7692561;-107.0459319,way_type=user_defined:way_id=80W +edge,16362,16362;41.7692561;-107.0459319:16363;41.7690463;-107.04473,way_type=user_defined:way_id=80W +edge,16363,16363;41.7690463;-107.04473:16364;41.7688511;-107.0435973,way_type=user_defined:way_id=80W +edge,16364,16364;41.7688511;-107.0435973:16365;41.7686098;-107.042216,way_type=user_defined:way_id=80W +edge,16365,16365;41.7686098;-107.042216:16366;41.7684573;-107.0413583,way_type=user_defined:way_id=80W +edge,16366,16366;41.7684573;-107.0413583:16367;41.7683482;-107.0407347,way_type=user_defined:way_id=80W +edge,16367,16367;41.7683482;-107.0407347:16368;41.7679651;-107.0384946,way_type=user_defined:way_id=80W +edge,16368,16368;41.7679651;-107.0384946:16369;41.767808;-107.0376084,way_type=user_defined:way_id=80W +edge,16369,16369;41.767808;-107.0376084:16370;41.7675006;-107.035831,way_type=user_defined:way_id=80W +edge,16370,16370;41.7675006;-107.035831:16371;41.7672541;-107.034425,way_type=user_defined:way_id=80W +edge,16371,16371;41.7672541;-107.034425:16372;41.7670199;-107.0330658,way_type=user_defined:way_id=80W +edge,16372,16372;41.7670199;-107.0330658:16373;41.7667224;-107.0313717,way_type=user_defined:way_id=80W +edge,16373,16373;41.7667224;-107.0313717:16374;41.7664707;-107.0299086,way_type=user_defined:way_id=80W +edge,16374,16374;41.7664707;-107.0299086:16375;41.7661588;-107.0281391,way_type=user_defined:way_id=80W +edge,16375,16375;41.7661588;-107.0281391:16376;41.7659414;-107.0268946,way_type=user_defined:way_id=80W +edge,16376,16376;41.7659414;-107.0268946:16377;41.7657039;-107.0255155,way_type=user_defined:way_id=80W +edge,16377,16377;41.7657039;-107.0255155:16378;41.7655747;-107.0247742,way_type=user_defined:way_id=80W +edge,16378,16378;41.7655747;-107.0247742:16379;41.7654046;-107.0237763,way_type=user_defined:way_id=80W +edge,16379,16379;41.7654046;-107.0237763:16380;41.7650368;-107.0216883,way_type=user_defined:way_id=80W +edge,16380,16380;41.7650368;-107.0216883:16381;41.7638775;-107.0150214,way_type=user_defined:way_id=80W +edge,16381,16381;41.7638775;-107.0150214:16382;41.7635809;-107.0132861,way_type=user_defined:way_id=80W +edge,16382,16382;41.7635809;-107.0132861:16383;41.7632015;-107.0111184,way_type=user_defined:way_id=80W +edge,16383,16383;41.7632015;-107.0111184:16384;41.7626938;-107.0082066,way_type=user_defined:way_id=80W +edge,16384,16384;41.7626938;-107.0082066:16385;41.762451;-107.006825,way_type=user_defined:way_id=80W +edge,16385,16385;41.762451;-107.006825:16386;41.7620946;-107.0047627,way_type=user_defined:way_id=80W +edge,16386,16386;41.7620946;-107.0047627:16387;41.7617395;-107.002745,way_type=user_defined:way_id=80W +edge,16387,16387;41.7617395;-107.002745:16388;41.7615627;-107.0017163,way_type=user_defined:way_id=80W +edge,16388,16388;41.7615627;-107.0017163:16389;41.761089;-106.9989858,way_type=user_defined:way_id=80W +edge,16389,16389;41.761089;-106.9989858:16390;41.7607839;-106.9972543,way_type=user_defined:way_id=80W +edge,16390,16390;41.7607839;-106.9972543:16391;41.7602152;-106.9939846,way_type=user_defined:way_id=80W +edge,16391,16391;41.7602152;-106.9939846:16392;41.760067;-106.9931416,way_type=user_defined:way_id=80W +edge,16392,16392;41.760067;-106.9931416:16393;41.7597798;-106.9914716,way_type=user_defined:way_id=80W +edge,16393,16393;41.7597798;-106.9914716:16394;41.7592958;-106.9887063,way_type=user_defined:way_id=80W +edge,16394,16394;41.7592958;-106.9887063:16395;41.7587713;-106.9856892,way_type=user_defined:way_id=80W +edge,16395,16395;41.7587713;-106.9856892:16396;41.7585684;-106.9845149,way_type=user_defined:way_id=80W +edge,16396,16396;41.7585684;-106.9845149:16397;41.7584182;-106.9836618,way_type=user_defined:way_id=80W +edge,16397,16397;41.7584182;-106.9836618:16398;41.7582159;-106.9824963,way_type=user_defined:way_id=80W +edge,16398,16398;41.7582159;-106.9824963:16399;41.7579605;-106.9810422,way_type=user_defined:way_id=80W +edge,16399,16399;41.7579605;-106.9810422:16400;41.7577623;-106.9799022,way_type=user_defined:way_id=80W +edge,16400,16400;41.7577623;-106.9799022:16401;41.757458;-106.9781363,way_type=user_defined:way_id=80W +edge,16401,16401;41.757458;-106.9781363:16402;41.7572836;-106.9771478,way_type=user_defined:way_id=80W +edge,16402,16402;41.7572836;-106.9771478:16403;41.7572836;-106.9771478,way_type=user_defined:way_id=80W +edge,16403,16403;41.7572836;-106.9771478:16404;41.7571541;-106.9764093,way_type=user_defined:way_id=80W +edge,16404,16404;41.7571541;-106.9764093:16405;41.7569003;-106.9749455,way_type=user_defined:way_id=80W +edge,16405,16405;41.7569003;-106.9749455:16406;41.7567613;-106.9741355,way_type=user_defined:way_id=80W +edge,16406,16406;41.7567613;-106.9741355:16407;41.7564055;-106.9720798,way_type=user_defined:way_id=80W +edge,16407,16407;41.7564055;-106.9720798:16408;41.7560985;-106.9703462,way_type=user_defined:way_id=80W +edge,16408,16408;41.7560985;-106.9703462:16409;41.7559947;-106.9697443,way_type=user_defined:way_id=80W +edge,16409,16409;41.7559947;-106.9697443:16410;41.755869;-106.969026,way_type=user_defined:way_id=80W +edge,16410,16410;41.755869;-106.969026:16411;41.7557093;-106.9681133,way_type=user_defined:way_id=80W +edge,16411,16411;41.7557093;-106.9681133:16412;41.7557093;-106.9681133,way_type=user_defined:way_id=80W +edge,16412,16412;41.7557093;-106.9681133:16413;41.75553417;-106.9671221,way_type=user_defined:way_id=80W +edge,16413,16413;41.75553417;-106.9671221:16414;41.7552938;-106.965746,way_type=user_defined:way_id=80W +edge,16414,16414;41.7552938;-106.965746:16415;41.7551251;-106.9647936,way_type=user_defined:way_id=80W +edge,16415,16415;41.7551251;-106.9647936:16416;41.7549812;-106.963972,way_type=user_defined:way_id=80W +edge,16416,16416;41.7549812;-106.963972:16417;41.75493427;-106.96371,way_type=user_defined:way_id=80W +edge,16417,16417;41.75493427;-106.96371:16418;41.7548301;-106.9631284,way_type=user_defined:way_id=80W +edge,16418,16418;41.7548301;-106.9631284:16419;41.7547257;-106.9625632,way_type=user_defined:way_id=80W +edge,16419,16419;41.7547257;-106.9625632:16420;41.7546733;-106.9622887,way_type=user_defined:way_id=80W +edge,16420,16420;41.7546733;-106.9622887:16421;41.7545873;-106.9618624,way_type=user_defined:way_id=80W +edge,16421,16421;41.7545873;-106.9618624:16422;41.75449422;-106.9614227,way_type=user_defined:way_id=80W +edge,16422,16422;41.75449422;-106.9614227:16423;41.75449422;-106.9614227,way_type=user_defined:way_id=80W +edge,16423,16423;41.75449422;-106.9614227:16424;41.7544337;-106.9611512,way_type=user_defined:way_id=80W +edge,16424,16424;41.7544337;-106.9611512:16425;41.754389;-106.9609585,way_type=user_defined:way_id=80W +edge,16425,16425;41.754389;-106.9609585:16426;41.7542407;-106.960333,way_type=user_defined:way_id=80W +edge,16426,16426;41.7542407;-106.960333:16427;41.7541655;-106.9600231,way_type=user_defined:way_id=80W +edge,16427,16427;41.7541655;-106.9600231:16428;41.7540417;-106.9595322,way_type=user_defined:way_id=80W +edge,16428,16428;41.7540417;-106.9595322:16429;41.75391135;-106.9590268,way_type=user_defined:way_id=80W +edge,16429,16429;41.75391135;-106.9590268:16430;41.7538168;-106.9586602,way_type=user_defined:way_id=80W +edge,16430,16430;41.7538168;-106.9586602:16431;41.7536696;-106.9580977,way_type=user_defined:way_id=80W +edge,16431,16431;41.7536696;-106.9580977:16432;41.7533667;-106.9569615,way_type=user_defined:way_id=80W +edge,16432,16432;41.7533667;-106.9569615:16433;41.7532141;-106.9563839,way_type=user_defined:way_id=80W +edge,16433,16433;41.7532141;-106.9563839:16434;41.752976;-106.9555024,way_type=user_defined:way_id=80W +edge,16434,16434;41.752976;-106.9555024:16435;41.752976;-106.9555024,way_type=user_defined:way_id=80W +edge,16435,16435;41.752976;-106.9555024:16436;41.7527818;-106.9547802,way_type=user_defined:way_id=80W +edge,16436,16436;41.7527818;-106.9547802:16437;41.7525539;-106.9539254,way_type=user_defined:way_id=80W +edge,16437,16437;41.7525539;-106.9539254:16438;41.7523296;-106.9530685,way_type=user_defined:way_id=80W +edge,16438,16438;41.7523296;-106.9530685:16439;41.752048;-106.9520028,way_type=user_defined:way_id=80W +edge,16439,16439;41.752048;-106.9520028:16440;41.7518079;-106.9511133,way_type=user_defined:way_id=80W +edge,16440,16440;41.7518079;-106.9511133:16441;41.75117855;-106.9487468,way_type=user_defined:way_id=80W +edge,16441,16441;41.75117855;-106.9487468:16442;41.7511532;-106.9486515,way_type=user_defined:way_id=80W +edge,16442,16442;41.7511532;-106.9486515:16443;41.7509366;-106.9478212,way_type=user_defined:way_id=80W +edge,16443,16443;41.7509366;-106.9478212:16444;41.7506931;-106.9469005,way_type=user_defined:way_id=80W +edge,16444,16444;41.7506931;-106.9469005:16445;41.7504957;-106.9461469,way_type=user_defined:way_id=80W +edge,16445,16445;41.7504957;-106.9461469:16446;41.7499769;-106.9442231,way_type=user_defined:way_id=80W +edge,16446,16446;41.7499769;-106.9442231:16447;41.7498482;-106.943739,way_type=user_defined:way_id=80W +edge,16447,16447;41.7498482;-106.943739:16448;41.74968001;-106.9430984,way_type=user_defined:way_id=80W +edge,16448,16448;41.74968001;-106.9430984:16449;41.7495954;-106.9427762,way_type=user_defined:way_id=80W +edge,16449,16449;41.7495954;-106.9427762:16450;41.7491605;-106.941161,way_type=user_defined:way_id=80W +edge,16450,16450;41.7491605;-106.941161:16451;41.7488489;-106.9399895,way_type=user_defined:way_id=80W +edge,16451,16451;41.7488489;-106.9399895:16452;41.7485385;-106.9388324,way_type=user_defined:way_id=80W +edge,16452,16452;41.7485385;-106.9388324:16453;41.7479561;-106.9366333,way_type=user_defined:way_id=80W +edge,16453,16453;41.7479561;-106.9366333:16454;41.7477349;-106.9358077,way_type=user_defined:way_id=80W +edge,16454,16454;41.7477349;-106.9358077:16455;41.7471993;-106.9337875,way_type=user_defined:way_id=80W +edge,16455,16455;41.7471993;-106.9337875:16456;41.7466497;-106.931726,way_type=user_defined:way_id=80W +edge,16456,16456;41.7466497;-106.931726:16457;41.7465416;-106.931313,way_type=user_defined:way_id=80W +edge,16457,16457;41.7465416;-106.931313:16458;41.7464466;-106.9309348,way_type=user_defined:way_id=80W +edge,16458,16458;41.7464466;-106.9309348:16459;41.746237;-106.9300748,way_type=user_defined:way_id=80W +edge,16459,16459;41.746237;-106.9300748:16460;41.7460812;-106.9294088,way_type=user_defined:way_id=80W +edge,16460,16460;41.7460812;-106.9294088:16461;41.7460026;-106.9290632,way_type=user_defined:way_id=80W +edge,16461,16461;41.7460026;-106.9290632:16462;41.7459489;-106.928817,way_type=user_defined:way_id=80W +edge,16462,16462;41.7459489;-106.928817:16463;41.745897;-106.9285703,way_type=user_defined:way_id=80W +edge,16463,16463;41.745897;-106.9285703:16464;41.7458263;-106.928222,way_type=user_defined:way_id=80W +edge,16464,16464;41.7458263;-106.928222:16465;41.745745;-106.9277981,way_type=user_defined:way_id=80W +edge,16465,16465;41.745745;-106.9277981:16466;41.7456734;-106.9274102,way_type=user_defined:way_id=80W +edge,16466,16466;41.7456734;-106.9274102:16467;41.7456182;-106.9270951,way_type=user_defined:way_id=80W +edge,16467,16467;41.7456182;-106.9270951:16468;41.7455059;-106.9264147,way_type=user_defined:way_id=80W +edge,16468,16468;41.7455059;-106.9264147:16469;41.7454274;-106.9259175,way_type=user_defined:way_id=80W +edge,16469,16469;41.7454274;-106.9259175:16470;41.7453418;-106.9253525,way_type=user_defined:way_id=80W +edge,16470,16470;41.7453418;-106.9253525:16471;41.7452945;-106.9250232,way_type=user_defined:way_id=80W +edge,16471,16471;41.7452945;-106.9250232:16472;41.7452216;-106.9244866,way_type=user_defined:way_id=80W +edge,16472,16472;41.7452216;-106.9244866:16473;41.7451768;-106.9241283,way_type=user_defined:way_id=80W +edge,16473,16473;41.7451768;-106.9241283:16474;41.745147;-106.9238731,way_type=user_defined:way_id=80W +edge,16474,16474;41.745147;-106.9238731:16475;41.7451147;-106.9235796,way_type=user_defined:way_id=80W +edge,16475,16475;41.7451147;-106.9235796:16476;41.7450555;-106.9230082,way_type=user_defined:way_id=80W +edge,16476,16476;41.7450555;-106.9230082:16477;41.7450239;-106.9226839,way_type=user_defined:way_id=80W +edge,16477,16477;41.7450239;-106.9226839:16478;41.7450002;-106.9224265,way_type=user_defined:way_id=80W +edge,16478,16478;41.7450002;-106.9224265:16479;41.7449735;-106.922112,way_type=user_defined:way_id=80W +edge,16479,16479;41.7449735;-106.922112:16480;41.7449512;-106.9218161,way_type=user_defined:way_id=80W +edge,16480,16480;41.7449512;-106.9218161:16481;41.7449066;-106.921157,way_type=user_defined:way_id=80W +edge,16481,16481;41.7449066;-106.921157:16482;41.7448739;-106.9206217,way_type=user_defined:way_id=80W +edge,16482,16482;41.7448739;-106.9206217:16483;41.7448437;-106.920039,way_type=user_defined:way_id=80W +edge,16483,16483;41.7448437;-106.920039:16484;41.7448141;-106.919344,way_type=user_defined:way_id=80W +edge,16484,16484;41.7448141;-106.919344:16485;41.7447667;-106.9179652,way_type=user_defined:way_id=80W +edge,16485,16485;41.7447667;-106.9179652:16486;41.7447012;-106.9162276,way_type=user_defined:way_id=80W +edge,16486,16486;41.7447012;-106.9162276:16487;41.7446381;-106.9144107,way_type=user_defined:way_id=80W +edge,16487,16487;41.7446381;-106.9144107:16488;41.7445909;-106.9131725,way_type=user_defined:way_id=80W +edge,16488,16488;41.7445909;-106.9131725:16489;41.7445107;-106.9108844,way_type=user_defined:way_id=80W +edge,16489,16489;41.7445107;-106.9108844:16490;41.7444658;-106.9097108,way_type=user_defined:way_id=80W +edge,16490,16490;41.7444658;-106.9097108:16491;41.7444331;-106.9086918,way_type=user_defined:way_id=80W +edge,16491,16491;41.7444331;-106.9086918:16492;41.7443835;-106.90731,way_type=user_defined:way_id=80W +edge,16492,16492;41.7443835;-106.90731:16493;41.744339;-106.9061187,way_type=user_defined:way_id=80W +edge,16493,16493;41.744339;-106.9061187:16494;41.7443087;-106.9052379,way_type=user_defined:way_id=80W +edge,16494,16494;41.7443087;-106.9052379:16495;41.7442789;-106.9044824,way_type=user_defined:way_id=80W +edge,16495,16495;41.7442789;-106.9044824:16496;41.7442449;-106.9034639,way_type=user_defined:way_id=80W +edge,16496,16496;41.7442449;-106.9034639:16497;41.7441977;-106.9022613,way_type=user_defined:way_id=80W +edge,16497,16497;41.7441977;-106.9022613:16498;41.7440479;-106.8979738,way_type=user_defined:way_id=80W +edge,16498,16498;41.7440479;-106.8979738:16499;41.7440099;-106.8969671,way_type=user_defined:way_id=80W +edge,16499,16499;41.7440099;-106.8969671:16500;41.7439359;-106.8949221,way_type=user_defined:way_id=80W +edge,16500,16500;41.7439359;-106.8949221:16501;41.7439025;-106.8940475,way_type=user_defined:way_id=80W +edge,16501,16501;41.7439025;-106.8940475:16502;41.7438718;-106.89317,way_type=user_defined:way_id=80W +edge,16502,16502;41.7438718;-106.89317:16503;41.7438479;-106.8925597,way_type=user_defined:way_id=80W +edge,16503,16503;41.7438479;-106.8925597:16504;41.7438172;-106.8916802,way_type=user_defined:way_id=80W +edge,16504,16504;41.7438172;-106.8916802:16505;41.743771;-106.8904801,way_type=user_defined:way_id=80W +edge,16505,16505;41.743771;-106.8904801:16506;41.743738;-106.8895362,way_type=user_defined:way_id=80W +edge,16506,16506;41.743738;-106.8895362:16507;41.7437109;-106.8886978,way_type=user_defined:way_id=80W +edge,16507,16507;41.7437109;-106.8886978:16508;41.7436863;-106.8880747,way_type=user_defined:way_id=80W +edge,16508,16508;41.7436863;-106.8880747:16509;41.7436559;-106.8871714,way_type=user_defined:way_id=80W +edge,16509,16509;41.7436559;-106.8871714:16510;41.7435247;-106.8836365,way_type=user_defined:way_id=80W +edge,16510,16510;41.7435247;-106.8836365:16511;41.7434866;-106.8824738,way_type=user_defined:way_id=80W +edge,16511,16511;41.7434866;-106.8824738:16512;41.7434495;-106.8815233,way_type=user_defined:way_id=80W +edge,16512,16512;41.7434495;-106.8815233:16513;41.7433952;-106.8800018,way_type=user_defined:way_id=80W +edge,16513,16513;41.7433952;-106.8800018:16514;41.7433331;-106.8781864,way_type=user_defined:way_id=80W +edge,16514,16514;41.7433331;-106.8781864:16515;41.7432786;-106.8767545,way_type=user_defined:way_id=80W +edge,16515,16515;41.7432786;-106.8767545:16516;41.7432278;-106.87527,way_type=user_defined:way_id=80W +edge,16516,16516;41.7432278;-106.87527:16517;41.7431931;-106.8743566,way_type=user_defined:way_id=80W +edge,16517,16517;41.7431931;-106.8743566:16518;41.7431586;-106.8733625,way_type=user_defined:way_id=80W +edge,16518,16518;41.7431586;-106.8733625:16519;41.7431062;-106.8720103,way_type=user_defined:way_id=80W +edge,16519,16519;41.7431062;-106.8720103:16520;41.7430771;-106.8711384,way_type=user_defined:way_id=80W +edge,16520,16520;41.7430771;-106.8711384:16521;41.7430183;-106.8695757,way_type=user_defined:way_id=80W +edge,16521,16521;41.7430183;-106.8695757:16522;41.7428971;-106.8661245,way_type=user_defined:way_id=80W +edge,16522,16522;41.7428971;-106.8661245:16523;41.7428224;-106.86413,way_type=user_defined:way_id=80W +edge,16523,16523;41.7428224;-106.86413:16524;41.7427652;-106.862671,way_type=user_defined:way_id=80W +edge,16524,16524;41.7427652;-106.862671:16525;41.7427141;-106.8612483,way_type=user_defined:way_id=80W +edge,16525,16525;41.7427141;-106.8612483:16526;41.7426549;-106.8596522,way_type=user_defined:way_id=80W +edge,16526,16526;41.7426549;-106.8596522:16527;41.7426032;-106.8583435,way_type=user_defined:way_id=80W +edge,16527,16527;41.7426032;-106.8583435:16528;41.7426032;-106.8583435,way_type=user_defined:way_id=80W +edge,16528,16528;41.7426032;-106.8583435:16529;41.742566;-106.8573516,way_type=user_defined:way_id=80W +edge,16529,16529;41.742566;-106.8573516:16530;41.7425321;-106.8563694,way_type=user_defined:way_id=80W +edge,16530,16530;41.7425321;-106.8563694:16531;41.7424826;-106.8550675,way_type=user_defined:way_id=80W +edge,16531,16531;41.7424826;-106.8550675:16532;41.7423885;-106.8524525,way_type=user_defined:way_id=80W +edge,16532,16532;41.7423885;-106.8524525:16533;41.7423129;-106.850414,way_type=user_defined:way_id=80W +edge,16533,16533;41.7423129;-106.850414:16534;41.7422843;-106.8496127,way_type=user_defined:way_id=80W +edge,16534,16534;41.7422843;-106.8496127:16535;41.7422594;-106.8488502,way_type=user_defined:way_id=80W +edge,16535,16535;41.7422594;-106.8488502:16536;41.7421726;-106.8465619,way_type=user_defined:way_id=80W +edge,16536,16536;41.7421726;-106.8465619:16537;41.7421367;-106.845655,way_type=user_defined:way_id=80W +edge,16537,16537;41.7421367;-106.845655:16538;41.742091;-106.8442037,way_type=user_defined:way_id=80W +edge,16538,16538;41.742091;-106.8442037:16539;41.74205483;-106.8432163,way_type=user_defined:way_id=80W +edge,16539,16539;41.74205483;-106.8432163:16540;41.74203106;-106.8425678,way_type=user_defined:way_id=80W +edge,16540,16540;41.74203106;-106.8425678:16541;41.7419917;-106.8414937,way_type=user_defined:way_id=80W +edge,16541,16541;41.7419917;-106.8414937:16542;41.7419693;-106.8408486,way_type=user_defined:way_id=80W +edge,16542,16542;41.7419693;-106.8408486:16543;41.7419693;-106.8408486,way_type=user_defined:way_id=80W +edge,16543,16543;41.7419693;-106.8408486:16544;41.7419484;-106.8403001,way_type=user_defined:way_id=80W +edge,16544,16544;41.7419484;-106.8403001:16545;41.7418892;-106.8388478,way_type=user_defined:way_id=80W +edge,16545,16545;41.7418892;-106.8388478:16546;41.7418647;-106.8381952,way_type=user_defined:way_id=80W +edge,16546,16546;41.7418647;-106.8381952:16547;41.7418123;-106.8367412,way_type=user_defined:way_id=80W +edge,16547,16547;41.7418123;-106.8367412:16548;41.7417793;-106.8357688,way_type=user_defined:way_id=80W +edge,16548,16548;41.7417793;-106.8357688:16549;41.7417131;-106.8340558,way_type=user_defined:way_id=80W +edge,16549,16549;41.7417131;-106.8340558:16550;41.7416616;-106.8325693,way_type=user_defined:way_id=80W +edge,16550,16550;41.7416616;-106.8325693:16551;41.7416228;-106.8313778,way_type=user_defined:way_id=80W +edge,16551,16551;41.7416228;-106.8313778:16552;41.7416105;-106.8310435,way_type=user_defined:way_id=80W +edge,16552,16552;41.7416105;-106.8310435:16553;41.74158961;-106.8305367,way_type=user_defined:way_id=80W +edge,16553,16553;41.74158961;-106.8305367:16554;41.74158961;-106.8305367,way_type=user_defined:way_id=80W +edge,16554,16554;41.74158961;-106.8305367:16555;41.7415756;-106.8301864,way_type=user_defined:way_id=80W +edge,16555,16555;41.7415756;-106.8301864:16556;41.7415548;-106.829602,way_type=user_defined:way_id=80W +edge,16556,16556;41.7415548;-106.829602:16557;41.7414585;-106.8270274,way_type=user_defined:way_id=80W +edge,16557,16557;41.7414585;-106.8270274:16558;41.741434;-106.8264135,way_type=user_defined:way_id=80W +edge,16558,16558;41.741434;-106.8264135:16559;41.7414238;-106.8261255,way_type=user_defined:way_id=80W +edge,16559,16559;41.7414238;-106.8261255:16560;41.7414165;-106.8258663,way_type=user_defined:way_id=80W +edge,16560,16560;41.7414165;-106.8258663:16561;41.7414105;-106.8255495,way_type=user_defined:way_id=80W +edge,16561,16561;41.7414105;-106.8255495:16562;41.7414085;-106.8252521,way_type=user_defined:way_id=80W +edge,16562,16562;41.7414085;-106.8252521:16563;41.7414096;-106.8249721,way_type=user_defined:way_id=80W +edge,16563,16563;41.7414096;-106.8249721:16564;41.7414131;-106.8247121,way_type=user_defined:way_id=80W +edge,16564,16564;41.7414131;-106.8247121:16565;41.7414194;-106.8244135,way_type=user_defined:way_id=80W +edge,16565,16565;41.7414194;-106.8244135:16566;41.74142811;-106.8241023,way_type=user_defined:way_id=80W +edge,16566,16566;41.74142811;-106.8241023:16567;41.7414356;-106.8238884,way_type=user_defined:way_id=80W +edge,16567,16567;41.7414356;-106.8238884:16568;41.7414894;-106.8223534,way_type=user_defined:way_id=80W +edge,16568,16568;41.7414894;-106.8223534:16569;41.7414894;-106.8223534,way_type=user_defined:way_id=80W +edge,16569,16569;41.7414894;-106.8223534:16570;41.74150333;-106.8219655,way_type=user_defined:way_id=80W +edge,16570,16570;41.74150333;-106.8219655:16571;41.7415091;-106.821805,way_type=user_defined:way_id=80W +edge,16571,16571;41.7415091;-106.821805:16572;41.7415564;-106.8206493,way_type=user_defined:way_id=80W +edge,16572,16572;41.7415564;-106.8206493:16573;41.7415994;-106.8194587,way_type=user_defined:way_id=80W +edge,16573,16573;41.7415994;-106.8194587:16574;41.7416457;-106.8180415,way_type=user_defined:way_id=80W +edge,16574,16574;41.7416457;-106.8180415:16575;41.7417188;-106.8160364,way_type=user_defined:way_id=80W +edge,16575,16575;41.7417188;-106.8160364:16576;41.7417396;-106.8153976,way_type=user_defined:way_id=80W +edge,16576,16576;41.7417396;-106.8153976:16577;41.7418024;-106.8137864,way_type=user_defined:way_id=80W +edge,16577,16577;41.7418024;-106.8137864:16578;41.741854;-106.8122676,way_type=user_defined:way_id=80W +edge,16578,16578;41.741854;-106.8122676:16579;41.7420122;-106.8080191,way_type=user_defined:way_id=80W +edge,16579,16579;41.7420122;-106.8080191:16580;41.7420321;-106.8074033,way_type=user_defined:way_id=80W +edge,16580,16580;41.7420321;-106.8074033:16581;41.74206028;-106.8066532,way_type=user_defined:way_id=80W +edge,16581,16581;41.74206028;-106.8066532:16582;41.7420649;-106.8065301,way_type=user_defined:way_id=80W +edge,16582,16582;41.7420649;-106.8065301:16583;41.7421143;-106.8050235,way_type=user_defined:way_id=80W +edge,16583,16583;41.7421143;-106.8050235:16584;41.7422385;-106.8014992,way_type=user_defined:way_id=80W +edge,16584,16584;41.7422385;-106.8014992:16585;41.7422964;-106.7997209,way_type=user_defined:way_id=80W +edge,16585,16585;41.7422964;-106.7997209:16586;41.7423531;-106.7982695,way_type=user_defined:way_id=80W +edge,16586,16586;41.7423531;-106.7982695:16587;41.7423824;-106.7973644,way_type=user_defined:way_id=80W +edge,16587,16587;41.7423824;-106.7973644:16588;41.742432;-106.7960534,way_type=user_defined:way_id=80W +edge,16588,16588;41.742432;-106.7960534:16589;41.7425387;-106.7931121,way_type=user_defined:way_id=80W +edge,16589,16589;41.7425387;-106.7931121:16590;41.742569;-106.7923109,way_type=user_defined:way_id=80W +edge,16590,16590;41.742569;-106.7923109:16591;41.7425998;-106.7913684,way_type=user_defined:way_id=80W +edge,16591,16591;41.7425998;-106.7913684:16592;41.7426503;-106.7899894,way_type=user_defined:way_id=80W +edge,16592,16592;41.7426503;-106.7899894:16593;41.7427022;-106.7884667,way_type=user_defined:way_id=80W +edge,16593,16593;41.7427022;-106.7884667:16594;41.7427346;-106.7876322,way_type=user_defined:way_id=80W +edge,16594,16594;41.7427346;-106.7876322:16595;41.7427878;-106.7861103,way_type=user_defined:way_id=80W +edge,16595,16595;41.7427878;-106.7861103:16596;41.7428963;-106.783133,way_type=user_defined:way_id=80W +edge,16596,16596;41.7428963;-106.783133:16597;41.7429354;-106.7820083,way_type=user_defined:way_id=80W +edge,16597,16597;41.7429354;-106.7820083:16598;41.7429684;-106.7811328,way_type=user_defined:way_id=80W +edge,16598,16598;41.7429684;-106.7811328:16599;41.74298096;-106.7807625,way_type=user_defined:way_id=80W +edge,16599,16599;41.74298096;-106.7807625:16600;41.7430065;-106.7800094,way_type=user_defined:way_id=80W +edge,16600,16600;41.7430065;-106.7800094:16601;41.7430255;-106.7794962,way_type=user_defined:way_id=80W +edge,16601,16601;41.7430255;-106.7794962:16602;41.7430255;-106.7794962,way_type=user_defined:way_id=80W +edge,16602,16602;41.7430255;-106.7794962:16603;41.7430495;-106.778839,way_type=user_defined:way_id=80W +edge,16603,16603;41.7430495;-106.778839:16604;41.7431136;-106.7769842,way_type=user_defined:way_id=80W +edge,16604,16604;41.7431136;-106.7769842:16605;41.743168;-106.7755641,way_type=user_defined:way_id=80W +edge,16605,16605;41.743168;-106.7755641:16606;41.7432086;-106.7745864,way_type=user_defined:way_id=80W +edge,16606,16606;41.7432086;-106.7745864:16607;41.7432182;-106.7743278,way_type=user_defined:way_id=80W +edge,16607,16607;41.7432182;-106.7743278:16608;41.74323203;-106.7738948,way_type=user_defined:way_id=80W +edge,16608,16608;41.74323203;-106.7738948:16609;41.74323203;-106.7738948,way_type=user_defined:way_id=80W +edge,16609,16609;41.74323203;-106.7738948:16610;41.74324492;-106.7734899,way_type=user_defined:way_id=80W +edge,16610,16610;41.74324492;-106.7734899:16611;41.743261;-106.7728508,way_type=user_defined:way_id=80W +edge,16611,16611;41.743261;-106.7728508:16612;41.7432793;-106.7719813,way_type=user_defined:way_id=80W +edge,16612,16612;41.7432793;-106.7719813:16613;41.7432836;-106.7717216,way_type=user_defined:way_id=80W +edge,16613,16613;41.7432836;-106.7717216:16614;41.7432872;-106.7713655,way_type=user_defined:way_id=80W +edge,16614,16614;41.7432872;-106.7713655:16615;41.7432875;-106.7710673,way_type=user_defined:way_id=80W +edge,16615,16615;41.7432875;-106.7710673:16616;41.7432826;-106.7707784,way_type=user_defined:way_id=80W +edge,16616,16616;41.7432826;-106.7707784:16617;41.7432709;-106.7704799,way_type=user_defined:way_id=80W +edge,16617,16617;41.7432709;-106.7704799:16618;41.7432672;-106.7704144,way_type=user_defined:way_id=80W +edge,16618,16618;41.7432672;-106.7704144:16619;41.74326205;-106.7703304,way_type=user_defined:way_id=80W +edge,16619,16619;41.74326205;-106.7703304:16620;41.7432517;-106.7701617,way_type=user_defined:way_id=80W +edge,16620,16620;41.7432517;-106.7701617:16621;41.74325001;-106.7701403,way_type=user_defined:way_id=80W +edge,16621,16621;41.74325001;-106.7701403:16622;41.7432291;-106.7698754,way_type=user_defined:way_id=80W +edge,16622,16622;41.7432291;-106.7698754:16623;41.7432009;-106.7695795,way_type=user_defined:way_id=80W +edge,16623,16623;41.7432009;-106.7695795:16624;41.7431689;-106.769294,way_type=user_defined:way_id=80W +edge,16624,16624;41.7431689;-106.769294:16625;41.7431456;-106.7691144,way_type=user_defined:way_id=80W +edge,16625,16625;41.7431456;-106.7691144:16626;41.7431456;-106.7691144,way_type=user_defined:way_id=80W +edge,16626,16626;41.7431456;-106.7691144:16627;41.7431266;-106.7689726,way_type=user_defined:way_id=80W +edge,16627,16627;41.7431266;-106.7689726:16628;41.7430878;-106.7687186,way_type=user_defined:way_id=80W +edge,16628,16628;41.7430878;-106.7687186:16629;41.7430395;-106.7684415,way_type=user_defined:way_id=80W +edge,16629,16629;41.7430395;-106.7684415:16630;41.7429798;-106.7681322,way_type=user_defined:way_id=80W +edge,16630,16630;41.7429798;-106.7681322:16631;41.7429199;-106.7678467,way_type=user_defined:way_id=80W +edge,16631,16631;41.7429199;-106.7678467:16632;41.7428577;-106.7675718,way_type=user_defined:way_id=80W +edge,16632,16632;41.7428577;-106.7675718:16633;41.7427893;-106.7672896,way_type=user_defined:way_id=80W +edge,16633,16633;41.7427893;-106.7672896:16634;41.7427098;-106.7669822,way_type=user_defined:way_id=80W +edge,16634,16634;41.7427098;-106.7669822:16635;41.7425707;-106.7664679,way_type=user_defined:way_id=80W +edge,16635,16635;41.7425707;-106.7664679:16636;41.7424859;-106.7661616,way_type=user_defined:way_id=80W +edge,16636,16636;41.7424859;-106.7661616:16637;41.7422427;-106.7653087,way_type=user_defined:way_id=80W +edge,16637,16637;41.7422427;-106.7653087:16638;41.7420886;-106.7647596,way_type=user_defined:way_id=80W +edge,16638,16638;41.7420886;-106.7647596:16639;41.7418563;-106.7639426,way_type=user_defined:way_id=80W +edge,16639,16639;41.7418563;-106.7639426:16640;41.7415936;-106.763029,way_type=user_defined:way_id=80W +edge,16640,16640;41.7415936;-106.763029:16641;41.7413052;-106.7620108,way_type=user_defined:way_id=80W +edge,16641,16641;41.7413052;-106.7620108:16642;41.7410496;-106.7611295,way_type=user_defined:way_id=80W +edge,16642,16642;41.7410496;-106.7611295:16643;41.7409726;-106.7608595,way_type=user_defined:way_id=80W +edge,16643,16643;41.7409726;-106.7608595:16644;41.7407429;-106.7600415,way_type=user_defined:way_id=80W +edge,16644,16644;41.7407429;-106.7600415:16645;41.7402683;-106.7583757,way_type=user_defined:way_id=80W +edge,16645,16645;41.7402683;-106.7583757:16646;41.7395751;-106.7559299,way_type=user_defined:way_id=80W +edge,16646,16646;41.7395751;-106.7559299:16647;41.7392507;-106.7548007,way_type=user_defined:way_id=80W +edge,16647,16647;41.7392507;-106.7548007:16648;41.7389246;-106.7536493,way_type=user_defined:way_id=80W +edge,16648,16648;41.7389246;-106.7536493:16649;41.7383657;-106.7517158,way_type=user_defined:way_id=80W +edge,16649,16649;41.7383657;-106.7517158:16650;41.7381559;-106.7509719,way_type=user_defined:way_id=80W +edge,16650,16650;41.7381559;-106.7509719:16651;41.7378991;-106.7500786,way_type=user_defined:way_id=80W +edge,16651,16651;41.7378991;-106.7500786:16652;41.7374107;-106.7483438,way_type=user_defined:way_id=80W +edge,16652,16652;41.7374107;-106.7483438:16653;41.7372088;-106.7476433,way_type=user_defined:way_id=80W +edge,16653,16653;41.7372088;-106.7476433:16654;41.7368884;-106.7465226,way_type=user_defined:way_id=80W +edge,16654,16654;41.7368884;-106.7465226:16655;41.7368122;-106.7462457,way_type=user_defined:way_id=80W +edge,16655,16655;41.7368122;-106.7462457:16656;41.7367481;-106.7460033,way_type=user_defined:way_id=80W +edge,16656,16656;41.7367481;-106.7460033:16657;41.7366788;-106.7457331,way_type=user_defined:way_id=80W +edge,16657,16657;41.7366788;-106.7457331:16658;41.7366011;-106.7454158,way_type=user_defined:way_id=80W +edge,16658,16658;41.7366011;-106.7454158:16659;41.7365461;-106.7451783,way_type=user_defined:way_id=80W +edge,16659,16659;41.7365461;-106.7451783:16660;41.7364756;-106.7448566,way_type=user_defined:way_id=80W +edge,16660,16660;41.7364756;-106.7448566:16661;41.7364186;-106.7445793,way_type=user_defined:way_id=80W +edge,16661,16661;41.7364186;-106.7445793:16662;41.7363624;-106.7442917,way_type=user_defined:way_id=80W +edge,16662,16662;41.7363624;-106.7442917:16663;41.736312;-106.744021,way_type=user_defined:way_id=80W +edge,16663,16663;41.736312;-106.744021:16664;41.7362549;-106.7436954,way_type=user_defined:way_id=80W +edge,16664,16664;41.7362549;-106.7436954:16665;41.7362094;-106.7434144,way_type=user_defined:way_id=80W +edge,16665,16665;41.7362094;-106.7434144:16666;41.736166;-106.7431229,way_type=user_defined:way_id=80W +edge,16666,16666;41.736166;-106.7431229:16667;41.7360978;-106.7426197,way_type=user_defined:way_id=80W +edge,16667,16667;41.7360978;-106.7426197:16668;41.7360113;-106.7419413,way_type=user_defined:way_id=80W +edge,16668,16668;41.7360113;-106.7419413:16669;41.7358201;-106.740506,way_type=user_defined:way_id=80W +edge,16669,16669;41.7358201;-106.740506:16670;41.7356218;-106.7389664,way_type=user_defined:way_id=80W +edge,16670,16670;41.7356218;-106.7389664:16671;41.7353995;-106.7372811,way_type=user_defined:way_id=80W +edge,16671,16671;41.7353995;-106.7372811:16672;41.7351414;-106.7353086,way_type=user_defined:way_id=80W +edge,16672,16672;41.7351414;-106.7353086:16673;41.7347869;-106.7326249,way_type=user_defined:way_id=80W +edge,16673,16673;41.7347869;-106.7326249:16674;41.7346703;-106.7317273,way_type=user_defined:way_id=80W +edge,16674,16674;41.7346703;-106.7317273:16675;41.734488;-106.7303045,way_type=user_defined:way_id=80W +edge,16675,16675;41.734488;-106.7303045:16676;41.7343668;-106.7293958,way_type=user_defined:way_id=80W +edge,16676,16676;41.7343668;-106.7293958:16677;41.734231;-106.7283498,way_type=user_defined:way_id=80W +edge,16677,16677;41.734231;-106.7283498:16678;41.7338388;-106.7253882,way_type=user_defined:way_id=80W +edge,16678,16678;41.7338388;-106.7253882:16679;41.733647;-106.7239199,way_type=user_defined:way_id=80W +edge,16679,16679;41.733647;-106.7239199:16680;41.7335184;-106.7229501,way_type=user_defined:way_id=80W +edge,16680,16680;41.7335184;-106.7229501:16681;41.7333044;-106.7212966,way_type=user_defined:way_id=80W +edge,16681,16681;41.7333044;-106.7212966:16682;41.7329836;-106.7188641,way_type=user_defined:way_id=80W +edge,16682,16682;41.7329836;-106.7188641:16683;41.7327717;-106.717218,way_type=user_defined:way_id=80W +edge,16683,16683;41.7327717;-106.717218:16684;41.7326464;-106.7162761,way_type=user_defined:way_id=80W +edge,16684,16684;41.7326464;-106.7162761:16685;41.732422;-106.7145616,way_type=user_defined:way_id=80W +edge,16685,16685;41.732422;-106.7145616:16686;41.7321134;-106.7122264,way_type=user_defined:way_id=80W +edge,16686,16686;41.7321134;-106.7122264:16687;41.7319595;-106.7110421,way_type=user_defined:way_id=80W +edge,16687,16687;41.7319595;-106.7110421:16688;41.731736;-106.7093567,way_type=user_defined:way_id=80W +edge,16688,16688;41.731736;-106.7093567:16689;41.7315829;-106.7081721,way_type=user_defined:way_id=80W +edge,16689,16689;41.7315829;-106.7081721:16690;41.731237;-106.7055541,way_type=user_defined:way_id=80W +edge,16690,16690;41.731237;-106.7055541:16691;41.7311224;-106.7046662,way_type=user_defined:way_id=80W +edge,16691,16691;41.7311224;-106.7046662:16692;41.7310015;-106.7037591,way_type=user_defined:way_id=80W +edge,16692,16692;41.7310015;-106.7037591:16693;41.7308868;-106.7028691,way_type=user_defined:way_id=80W +edge,16693,16693;41.7308868;-106.7028691:16694;41.7308163;-106.7022996,way_type=user_defined:way_id=80W +edge,16694,16694;41.7308163;-106.7022996:16695;41.7307778;-106.7019677,way_type=user_defined:way_id=80W +edge,16695,16695;41.7307778;-106.7019677:16696;41.7307492;-106.7016829,way_type=user_defined:way_id=80W +edge,16696,16696;41.7307492;-106.7016829:16697;41.7307238;-106.7013886,way_type=user_defined:way_id=80W +edge,16697,16697;41.7307238;-106.7013886:16698;41.7307043;-106.7011324,way_type=user_defined:way_id=80W +edge,16698,16698;41.7307043;-106.7011324:16699;41.730685;-106.7008482,way_type=user_defined:way_id=80W +edge,16699,16699;41.730685;-106.7008482:16700;41.7306742;-106.7006685,way_type=user_defined:way_id=80W +edge,16700,16700;41.7306742;-106.7006685:16701;41.7306655;-106.7005173,way_type=user_defined:way_id=80W +edge,16701,16701;41.7306655;-106.7005173:16702;41.7306516;-106.7002338,way_type=user_defined:way_id=80W +edge,16702,16702;41.7306516;-106.7002338:16703;41.73064;-106.6999024,way_type=user_defined:way_id=80W +edge,16703,16703;41.73064;-106.6999024:16704;41.7306339;-106.6996559,way_type=user_defined:way_id=80W +edge,16704,16704;41.7306339;-106.6996559:16705;41.7306285;-106.6993237,way_type=user_defined:way_id=80W +edge,16705,16705;41.7306285;-106.6993237:16706;41.730627;-106.6990669,way_type=user_defined:way_id=80W +edge,16706,16706;41.730627;-106.6990669:16707;41.7306281;-106.6987812,way_type=user_defined:way_id=80W +edge,16707,16707;41.7306281;-106.6987812:16708;41.7306366;-106.698162,way_type=user_defined:way_id=80W +edge,16708,16708;41.7306366;-106.698162:16709;41.7306555;-106.6973631,way_type=user_defined:way_id=80W +edge,16709,16709;41.7306555;-106.6973631:16710;41.7306801;-106.6964063,way_type=user_defined:way_id=80W +edge,16710,16710;41.7306801;-106.6964063:16711;41.7306978;-106.6955805,way_type=user_defined:way_id=80W +edge,16711,16711;41.7306978;-106.6955805:16712;41.7307542;-106.6931698,way_type=user_defined:way_id=80W +edge,16712,16712;41.7307542;-106.6931698:16713;41.7307946;-106.6916464,way_type=user_defined:way_id=80W +edge,16713,16713;41.7307946;-106.6916464:16714;41.7308686;-106.688412,way_type=user_defined:way_id=80W +edge,16714,16714;41.7308686;-106.688412:16715;41.7309067;-106.6869519,way_type=user_defined:way_id=80W +edge,16715,16715;41.7309067;-106.6869519:16716;41.7309377;-106.6855048,way_type=user_defined:way_id=80W +edge,16716,16716;41.7309377;-106.6855048:16717;41.7309739;-106.6839645,way_type=user_defined:way_id=80W +edge,16717,16717;41.7309739;-106.6839645:16718;41.7310187;-106.6821815,way_type=user_defined:way_id=80W +edge,16718,16718;41.7310187;-106.6821815:16719;41.7310504;-106.6807254,way_type=user_defined:way_id=80W +edge,16719,16719;41.7310504;-106.6807254:16720;41.7310889;-106.6792287,way_type=user_defined:way_id=80W +edge,16720,16720;41.7310889;-106.6792287:16721;41.7311136;-106.6781098,way_type=user_defined:way_id=80W +edge,16721,16721;41.7311136;-106.6781098:16722;41.7311554;-106.6764699,way_type=user_defined:way_id=80W +edge,16722,16722;41.7311554;-106.6764699:16723;41.7312297;-106.6732708,way_type=user_defined:way_id=80W +edge,16723,16723;41.7312297;-106.6732708:16724;41.7312491;-106.6723885,way_type=user_defined:way_id=80W +edge,16724,16724;41.7312491;-106.6723885:16725;41.7313061;-106.6700222,way_type=user_defined:way_id=80W +edge,16725,16725;41.7313061;-106.6700222:16726;41.7313562;-106.6678471,way_type=user_defined:way_id=80W +edge,16726,16726;41.7313562;-106.6678471:16727;41.7314075;-106.6654221,way_type=user_defined:way_id=80W +edge,16727,16727;41.7314075;-106.6654221:16728;41.73141154;-106.6652604,way_type=user_defined:way_id=80W +edge,16728,16728;41.73141154;-106.6652604:16729;41.7314407;-106.6640934,way_type=user_defined:way_id=80W +edge,16729,16729;41.7314407;-106.6640934:16730;41.7314716;-106.6630082,way_type=user_defined:way_id=80W +edge,16730,16730;41.7314716;-106.6630082:16731;41.731492;-106.662235,way_type=user_defined:way_id=80W +edge,16731,16731;41.731492;-106.662235:16732;41.7314983;-106.6619524,way_type=user_defined:way_id=80W +edge,16732,16732;41.7314983;-106.6619524:16733;41.7315202;-106.6611532,way_type=user_defined:way_id=80W +edge,16733,16733;41.7315202;-106.6611532:16734;41.731571;-106.6591183,way_type=user_defined:way_id=80W +edge,16734,16734;41.731571;-106.6591183:16735;41.7315865;-106.6586035,way_type=user_defined:way_id=80W +edge,16735,16735;41.7315865;-106.6586035:16736;41.7315978;-106.6583184,way_type=user_defined:way_id=80W +edge,16736,16736;41.7315978;-106.6583184:16737;41.7316097;-106.658062,way_type=user_defined:way_id=80W +edge,16737,16737;41.7316097;-106.658062:16738;41.7316244;-106.6577976,way_type=user_defined:way_id=80W +edge,16738,16738;41.7316244;-106.6577976:16739;41.7316565;-106.6573267,way_type=user_defined:way_id=80W +edge,16739,16739;41.7316565;-106.6573267:16740;41.7316793;-106.6570449,way_type=user_defined:way_id=80W +edge,16740,16740;41.7316793;-106.6570449:16741;41.731704;-106.6567834,way_type=user_defined:way_id=80W +edge,16741,16741;41.731704;-106.6567834:16742;41.7317333;-106.6565043,way_type=user_defined:way_id=80W +edge,16742,16742;41.7317333;-106.6565043:16743;41.7317579;-106.6562909,way_type=user_defined:way_id=80W +edge,16743,16743;41.7317579;-106.6562909:16744;41.731817;-106.6558217,way_type=user_defined:way_id=80W +edge,16744,16744;41.731817;-106.6558217:16745;41.7318519;-106.6555658,way_type=user_defined:way_id=80W +edge,16745,16745;41.7318519;-106.6555658:16746;41.7318944;-106.6552825,way_type=user_defined:way_id=80W +edge,16746,16746;41.7318944;-106.6552825:16747;41.7319286;-106.6550664,way_type=user_defined:way_id=80W +edge,16747,16747;41.7319286;-106.6550664:16748;41.731969;-106.6548232,way_type=user_defined:way_id=80W +edge,16748,16748;41.731969;-106.6548232:16749;41.7320129;-106.6545719,way_type=user_defined:way_id=80W +edge,16749,16749;41.7320129;-106.6545719:16750;41.732052;-106.6543591,way_type=user_defined:way_id=80W +edge,16750,16750;41.732052;-106.6543591:16751;41.7321061;-106.6540834,way_type=user_defined:way_id=80W +edge,16751,16751;41.7321061;-106.6540834:16752;41.7321581;-106.6538365,way_type=user_defined:way_id=80W +edge,16752,16752;41.7321581;-106.6538365:16753;41.7322287;-106.6535224,way_type=user_defined:way_id=80W +edge,16753,16753;41.7322287;-106.6535224:16754;41.7323128;-106.6531664,way_type=user_defined:way_id=80W +edge,16754,16754;41.7323128;-106.6531664:16755;41.7323539;-106.6529996,way_type=user_defined:way_id=80W +edge,16755,16755;41.7323539;-106.6529996:16756;41.7324218;-106.6527303,way_type=user_defined:way_id=80W +edge,16756,16756;41.7324218;-106.6527303:16757;41.7324846;-106.6524886,way_type=user_defined:way_id=80W +edge,16757,16757;41.7324846;-106.6524886:16758;41.7326036;-106.6520385,way_type=user_defined:way_id=80W +edge,16758,16758;41.7326036;-106.6520385:16759;41.7328316;-106.6511864,way_type=user_defined:way_id=80W +edge,16759,16759;41.7328316;-106.6511864:16760;41.7329408;-106.6507721,way_type=user_defined:way_id=80W +edge,16760,16760;41.7329408;-106.6507721:16761;41.733648;-106.6480716,way_type=user_defined:way_id=80W +edge,16761,16761;41.733648;-106.6480716:16762;41.7338612;-106.6472441,way_type=user_defined:way_id=80W +edge,16762,16762;41.7338612;-106.6472441:16763;41.7341255;-106.6462372,way_type=user_defined:way_id=80W +edge,16763,16763;41.7341255;-106.6462372:16764;41.7342864;-106.6456159,way_type=user_defined:way_id=80W +edge,16764,16764;41.7342864;-106.6456159:16765;41.7346189;-106.6443508,way_type=user_defined:way_id=80W +edge,16765,16765;41.7346189;-106.6443508:16766;41.7347812;-106.6437358,way_type=user_defined:way_id=80W +edge,16766,16766;41.7347812;-106.6437358:16767;41.7349565;-106.6430867,way_type=user_defined:way_id=80W +edge,16767,16767;41.7349565;-106.6430867:16768;41.7352709;-106.6418879,way_type=user_defined:way_id=80W +edge,16768,16768;41.7352709;-106.6418879:16769;41.7354996;-106.6410301,way_type=user_defined:way_id=80W +edge,16769,16769;41.7354996;-106.6410301:16770;41.7356541;-106.6404431,way_type=user_defined:way_id=80W +edge,16770,16770;41.7356541;-106.6404431:16771;41.7358648;-106.6396288,way_type=user_defined:way_id=80W +edge,16771,16771;41.7358648;-106.6396288:16772;41.7361104;-106.6386939,way_type=user_defined:way_id=80W +edge,16772,16772;41.7361104;-106.6386939:16773;41.7364485;-106.63739,way_type=user_defined:way_id=80W +edge,16773,16773;41.7364485;-106.63739:16774;41.7366708;-106.6365446,way_type=user_defined:way_id=80W +edge,16774,16774;41.7366708;-106.6365446:16775;41.7369737;-106.6353798,way_type=user_defined:way_id=80W +edge,16775,16775;41.7369737;-106.6353798:16776;41.7374122;-106.6337104,way_type=user_defined:way_id=80W +edge,16776,16776;41.7374122;-106.6337104:16777;41.7377879;-106.6322729,way_type=user_defined:way_id=80W +edge,16777,16777;41.7377879;-106.6322729:16778;41.7380882;-106.6311365,way_type=user_defined:way_id=80W +edge,16778,16778;41.7380882;-106.6311365:16779;41.7382999;-106.6303147,way_type=user_defined:way_id=80W +edge,16779,16779;41.7382999;-106.6303147:16780;41.7386325;-106.6290615,way_type=user_defined:way_id=80W +edge,16780,16780;41.7386325;-106.6290615:16781;41.7388986;-106.6280383,way_type=user_defined:way_id=80W +edge,16781,16781;41.7388986;-106.6280383:16782;41.7389847;-106.6276934,way_type=user_defined:way_id=80W +edge,16782,16782;41.7389847;-106.6276934:16783;41.73905677;-106.6273925,way_type=user_defined:way_id=80W +edge,16783,16783;41.73905677;-106.6273925:16784;41.7391264;-106.6271017,way_type=user_defined:way_id=80W +edge,16784,16784;41.7391264;-106.6271017:16785;41.7391887;-106.6268272,way_type=user_defined:way_id=80W +edge,16785,16785;41.7391887;-106.6268272:16786;41.7392503;-106.6265422,way_type=user_defined:way_id=80W +edge,16786,16786;41.7392503;-106.6265422:16787;41.7393073;-106.6262654,way_type=user_defined:way_id=80W +edge,16787,16787;41.7393073;-106.6262654:16788;41.7393626;-106.6259782,way_type=user_defined:way_id=80W +edge,16788,16788;41.7393626;-106.6259782:16789;41.7394153;-106.6256899,way_type=user_defined:way_id=80W +edge,16789,16789;41.7394153;-106.6256899:16790;41.7394631;-106.6254098,way_type=user_defined:way_id=80W +edge,16790,16790;41.7394631;-106.6254098:16791;41.739514;-106.6250908,way_type=user_defined:way_id=80W +edge,16791,16791;41.739514;-106.6250908:16792;41.7395566;-106.6248081,way_type=user_defined:way_id=80W +edge,16792,16792;41.7395566;-106.6248081:16793;41.7395977;-106.6245155,way_type=user_defined:way_id=80W +edge,16793,16793;41.7395977;-106.6245155:16794;41.7396337;-106.6242409,way_type=user_defined:way_id=80W +edge,16794,16794;41.7396337;-106.6242409:16795;41.7396688;-106.6239484,way_type=user_defined:way_id=80W +edge,16795,16795;41.7396688;-106.6239484:16796;41.7396996;-106.6236652,way_type=user_defined:way_id=80W +edge,16796,16796;41.7396996;-106.6236652:16797;41.739729;-106.6233727,way_type=user_defined:way_id=80W +edge,16797,16797;41.739729;-106.6233727:16798;41.7397585;-106.6230527,way_type=user_defined:way_id=80W +edge,16798,16798;41.7397585;-106.6230527:16799;41.7397867;-106.6226843,way_type=user_defined:way_id=80W +edge,16799,16799;41.7397867;-106.6226843:16800;41.7398013;-106.6224628,way_type=user_defined:way_id=80W +edge,16800,16800;41.7398013;-106.6224628:16801;41.7398168;-106.6221829,way_type=user_defined:way_id=80W +edge,16801,16801;41.7398168;-106.6221829:16802;41.7398289;-106.6218853,way_type=user_defined:way_id=80W +edge,16802,16802;41.7398289;-106.6218853:16803;41.7398377;-106.6216061,way_type=user_defined:way_id=80W +edge,16803,16803;41.7398377;-106.6216061:16804;41.7398442;-106.6213469,way_type=user_defined:way_id=80W +edge,16804,16804;41.7398442;-106.6213469:16805;41.7398498;-106.6209481,way_type=user_defined:way_id=80W +edge,16805,16805;41.7398498;-106.6209481:16806;41.7398511;-106.6207348,way_type=user_defined:way_id=80W +edge,16806,16806;41.7398511;-106.6207348:16807;41.7398508;-106.6204771,way_type=user_defined:way_id=80W +edge,16807,16807;41.7398508;-106.6204771:16808;41.7398458;-106.620153,way_type=user_defined:way_id=80W +edge,16808,16808;41.7398458;-106.620153:16809;41.7398306;-106.6196382,way_type=user_defined:way_id=80W +edge,16809,16809;41.7398306;-106.6196382:16810;41.7398172;-106.6193141,way_type=user_defined:way_id=80W +edge,16810,16810;41.7398172;-106.6193141:16811;41.7398006;-106.6190198,way_type=user_defined:way_id=80W +edge,16811,16811;41.7398006;-106.6190198:16812;41.7397813;-106.6187436,way_type=user_defined:way_id=80W +edge,16812,16812;41.7397813;-106.6187436:16813;41.7397611;-106.6184871,way_type=user_defined:way_id=80W +edge,16813,16813;41.7397611;-106.6184871:16814;41.7397338;-106.6181743,way_type=user_defined:way_id=80W +edge,16814,16814;41.7397338;-106.6181743:16815;41.739677;-106.6176133,way_type=user_defined:way_id=80W +edge,16815,16815;41.739677;-106.6176133:16816;41.7396417;-106.6173003,way_type=user_defined:way_id=80W +edge,16816,16816;41.7396417;-106.6173003:16817;41.73961;-106.6170445,way_type=user_defined:way_id=80W +edge,16817,16817;41.73961;-106.6170445:16818;41.7395774;-106.6168029,way_type=user_defined:way_id=80W +edge,16818,16818;41.7395774;-106.6168029:16819;41.7395303;-106.616478,way_type=user_defined:way_id=80W +edge,16819,16819;41.7395303;-106.616478:16820;41.7394843;-106.6161864,way_type=user_defined:way_id=80W +edge,16820,16820;41.7394843;-106.6161864:16821;41.7394389;-106.6159133,way_type=user_defined:way_id=80W +edge,16821,16821;41.7394389;-106.6159133:16822;41.7393871;-106.6156216,way_type=user_defined:way_id=80W +edge,16822,16822;41.7393871;-106.6156216:16823;41.7393361;-106.6153516,way_type=user_defined:way_id=80W +edge,16823,16823;41.7393361;-106.6153516:16824;41.7392784;-106.6150615,way_type=user_defined:way_id=80W +edge,16824,16824;41.7392784;-106.6150615:16825;41.7392206;-106.6147838,way_type=user_defined:way_id=80W +edge,16825,16825;41.7392206;-106.6147838:16826;41.7391625;-106.6145146,way_type=user_defined:way_id=80W +edge,16826,16826;41.7391625;-106.6145146:16827;41.7390468;-106.613995,way_type=user_defined:way_id=80W +edge,16827,16827;41.7390468;-106.613995:16828;41.7386614;-106.6122837,way_type=user_defined:way_id=80W +edge,16828,16828;41.7386614;-106.6122837:16829;41.7384179;-106.6112105,way_type=user_defined:way_id=80W +edge,16829,16829;41.7384179;-106.6112105:16830;41.7381557;-106.610063,way_type=user_defined:way_id=80W +edge,16830,16830;41.7381557;-106.610063:16831;41.7376528;-106.6078032,way_type=user_defined:way_id=80W +edge,16831,16831;41.7376528;-106.6078032:16832;41.7373077;-106.6062736,way_type=user_defined:way_id=80W +edge,16832,16832;41.7373077;-106.6062736:16833;41.7371723;-106.6056852,way_type=user_defined:way_id=80W +edge,16833,16833;41.7371723;-106.6056852:16834;41.7371169;-106.6054388,way_type=user_defined:way_id=80W +edge,16834,16834;41.7371169;-106.6054388:16835;41.7370575;-106.6051626,way_type=user_defined:way_id=80W +edge,16835,16835;41.7370575;-106.6051626:16836;41.7369983;-106.604875,way_type=user_defined:way_id=80W +edge,16836,16836;41.7369983;-106.604875:16837;41.7369437;-106.6045948,way_type=user_defined:way_id=80W +edge,16837,16837;41.7369437;-106.6045948:16838;41.7369118;-106.604422,way_type=user_defined:way_id=80W +edge,16838,16838;41.7369118;-106.604422:16839;41.736842;-106.6040293,way_type=user_defined:way_id=80W +edge,16839,16839;41.736842;-106.6040293:16840;41.7367956;-106.6037439,way_type=user_defined:way_id=80W +edge,16840,16840;41.7367956;-106.6037439:16841;41.7367525;-106.603457,way_type=user_defined:way_id=80W +edge,16841,16841;41.7367525;-106.603457:16842;41.736714;-106.6031784,way_type=user_defined:way_id=80W +edge,16842,16842;41.736714;-106.6031784:16843;41.7366761;-106.6028803,way_type=user_defined:way_id=80W +edge,16843,16843;41.7366761;-106.6028803:16844;41.7366396;-106.6025625,way_type=user_defined:way_id=80W +edge,16844,16844;41.7366396;-106.6025625:16845;41.7366135;-106.6023092,way_type=user_defined:way_id=80W +edge,16845,16845;41.7366135;-106.6023092:16846;41.7365868;-106.6020175,way_type=user_defined:way_id=80W +edge,16846,16846;41.7365868;-106.6020175:16847;41.7365628;-106.6017349,way_type=user_defined:way_id=80W +edge,16847,16847;41.7365628;-106.6017349:16848;41.7365392;-106.6014338,way_type=user_defined:way_id=80W +edge,16848,16848;41.7365392;-106.6014338:16849;41.7365178;-106.6011128,way_type=user_defined:way_id=80W +edge,16849,16849;41.7365178;-106.6011128:16850;41.7365036;-106.6008577,way_type=user_defined:way_id=80W +edge,16850,16850;41.7365036;-106.6008577:16851;41.736494;-106.6006402,way_type=user_defined:way_id=80W +edge,16851,16851;41.736494;-106.6006402:16852;41.7364897;-106.6005361,way_type=user_defined:way_id=80W +edge,16852,16852;41.7364897;-106.6005361:16853;41.7364808;-106.6002425,way_type=user_defined:way_id=80W +edge,16853,16853;41.7364808;-106.6002425:16854;41.7364743;-106.599958,way_type=user_defined:way_id=80W +edge,16854,16854;41.7364743;-106.599958:16855;41.7364702;-106.5996638,way_type=user_defined:way_id=80W +edge,16855,16855;41.7364702;-106.5996638:16856;41.7364694;-106.5993599,way_type=user_defined:way_id=80W +edge,16856,16856;41.7364694;-106.5993599:16857;41.7364726;-106.5990746,way_type=user_defined:way_id=80W +edge,16857,16857;41.7364726;-106.5990746:16858;41.7364791;-106.5987794,way_type=user_defined:way_id=80W +edge,16858,16858;41.7364791;-106.5987794:16859;41.7364905;-106.5984557,way_type=user_defined:way_id=80W +edge,16859,16859;41.7364905;-106.5984557:16860;41.7365027;-106.5981987,way_type=user_defined:way_id=80W +edge,16860,16860;41.7365027;-106.5981987:16861;41.7365214;-106.597876,way_type=user_defined:way_id=80W +edge,16861,16861;41.7365214;-106.597876:16862;41.7365406;-106.5975905,way_type=user_defined:way_id=80W +edge,16862,16862;41.7365406;-106.5975905:16863;41.7365626;-106.5973059,way_type=user_defined:way_id=80W +edge,16863,16863;41.7365626;-106.5973059:16864;41.7365881;-106.5970227,way_type=user_defined:way_id=80W +edge,16864,16864;41.7365881;-106.5970227:16865;41.7366218;-106.5966906,way_type=user_defined:way_id=80W +edge,16865,16865;41.7366218;-106.5966906:16866;41.7366498;-106.5964355,way_type=user_defined:way_id=80W +edge,16866,16866;41.7366498;-106.5964355:16867;41.7366844;-106.5961432,way_type=user_defined:way_id=80W +edge,16867,16867;41.7366844;-106.5961432:16868;41.7367268;-106.5958216,way_type=user_defined:way_id=80W +edge,16868,16868;41.7367268;-106.5958216:16869;41.7367671;-106.5955425,way_type=user_defined:way_id=80W +edge,16869,16869;41.7367671;-106.5955425:16870;41.7368102;-106.5952621,way_type=user_defined:way_id=80W +edge,16870,16870;41.7368102;-106.5952621:16871;41.7369553;-106.5943669,way_type=user_defined:way_id=80W +edge,16871,16871;41.7369553;-106.5943669:16872;41.7370953;-106.5935558,way_type=user_defined:way_id=80W +edge,16872,16872;41.7370953;-106.5935558:16873;41.7372046;-106.592916,way_type=user_defined:way_id=80W +edge,16873,16873;41.7372046;-106.592916:16874;41.7373345;-106.5921424,way_type=user_defined:way_id=80W +edge,16874,16874;41.7373345;-106.5921424:16875;41.7374331;-106.5915728,way_type=user_defined:way_id=80W +edge,16875,16875;41.7374331;-106.5915728:16876;41.737569;-106.5907593,way_type=user_defined:way_id=80W +edge,16876,16876;41.737569;-106.5907593:16877;41.7377113;-106.5899184,way_type=user_defined:way_id=80W +edge,16877,16877;41.7377113;-106.5899184:16878;41.7378218;-106.5892762,way_type=user_defined:way_id=80W +edge,16878,16878;41.7378218;-106.5892762:16879;41.7380985;-106.5876332,way_type=user_defined:way_id=80W +edge,16879,16879;41.7380985;-106.5876332:16880;41.7383224;-106.5863247,way_type=user_defined:way_id=80W +edge,16880,16880;41.7383224;-106.5863247:16881;41.7386185;-106.5845788,way_type=user_defined:way_id=80W +edge,16881,16881;41.7386185;-106.5845788:16882;41.7387948;-106.5835504,way_type=user_defined:way_id=80W +edge,16882,16882;41.7387948;-106.5835504:16883;41.7391091;-106.5816727,way_type=user_defined:way_id=80W +edge,16883,16883;41.7391091;-106.5816727:16884;41.7392991;-106.5805613,way_type=user_defined:way_id=80W +edge,16884,16884;41.7392991;-106.5805613:16885;41.7394405;-106.5797228,way_type=user_defined:way_id=80W +edge,16885,16885;41.7394405;-106.5797228:16886;41.7395815;-106.5789033,way_type=user_defined:way_id=80W +edge,16886,16886;41.7395815;-106.5789033:16887;41.7397795;-106.5777287,way_type=user_defined:way_id=80W +edge,16887,16887;41.7397795;-106.5777287:16888;41.7399249;-106.5768795,way_type=user_defined:way_id=80W +edge,16888,16888;41.7399249;-106.5768795:16889;41.7402145;-106.5751693,way_type=user_defined:way_id=80W +edge,16889,16889;41.7402145;-106.5751693:16890;41.7403133;-106.5745998,way_type=user_defined:way_id=80W +edge,16890,16890;41.7403133;-106.5745998:16891;41.7404554;-106.5737535,way_type=user_defined:way_id=80W +edge,16891,16891;41.7404554;-106.5737535:16892;41.7406058;-106.5728359,way_type=user_defined:way_id=80W +edge,16892,16892;41.7406058;-106.5728359:16893;41.7412325;-106.5691416,way_type=user_defined:way_id=80W +edge,16893,16893;41.7412325;-106.5691416:16894;41.741282;-106.5688532,way_type=user_defined:way_id=80W +edge,16894,16894;41.741282;-106.5688532:16895;41.7413334;-106.5685657,way_type=user_defined:way_id=80W +edge,16895,16895;41.7413334;-106.5685657:16896;41.7413925;-106.568251,way_type=user_defined:way_id=80W +edge,16896,16896;41.7413925;-106.568251:16897;41.7414485;-106.5679648,way_type=user_defined:way_id=80W +edge,16897,16897;41.7414485;-106.5679648:16898;41.7414975;-106.5677256,way_type=user_defined:way_id=80W +edge,16898,16898;41.7414975;-106.5677256:16899;41.7415585;-106.5674419,way_type=user_defined:way_id=80W +edge,16899,16899;41.7415585;-106.5674419:16900;41.7416284;-106.5671321,way_type=user_defined:way_id=80W +edge,16900,16900;41.7416284;-106.5671321:16901;41.7416944;-106.5668509,way_type=user_defined:way_id=80W +edge,16901,16901;41.7416944;-106.5668509:16902;41.741888;-106.5660544,way_type=user_defined:way_id=80W +edge,16902,16902;41.741888;-106.5660544:16903;41.7421882;-106.5648505,way_type=user_defined:way_id=80W +edge,16903,16903;41.7421882;-106.5648505:16904;41.7425549;-106.563372,way_type=user_defined:way_id=80W +edge,16904,16904;41.7425549;-106.563372:16905;41.7427628;-106.562543,way_type=user_defined:way_id=80W +edge,16905,16905;41.7427628;-106.562543:16906;41.7431175;-106.5610944,way_type=user_defined:way_id=80W +edge,16906,16906;41.7431175;-106.5610944:16907;41.7435986;-106.5591588,way_type=user_defined:way_id=80W +edge,16907,16907;41.7435986;-106.5591588:16908;41.7439389;-106.5577815,way_type=user_defined:way_id=80W +edge,16908,16908;41.7439389;-106.5577815:16909;41.744152;-106.5569076,way_type=user_defined:way_id=80W +edge,16909,16909;41.744152;-106.5569076:16910;41.7444062;-106.5558733,way_type=user_defined:way_id=80W +edge,16910,16910;41.7444062;-106.5558733:16911;41.7446104;-106.5550485,way_type=user_defined:way_id=80W +edge,16911,16911;41.7446104;-106.5550485:16912;41.7447457;-106.5544948,way_type=user_defined:way_id=80W +edge,16912,16912;41.7447457;-106.5544948:16913;41.7449706;-106.5535951,way_type=user_defined:way_id=80W +edge,16913,16913;41.7449706;-106.5535951:16914;41.7459129;-106.5497618,way_type=user_defined:way_id=80W +edge,16914,16914;41.7459129;-106.5497618:16915;41.7463361;-106.5480693,way_type=user_defined:way_id=80W +edge,16915,16915;41.7463361;-106.5480693:16916;41.7466015;-106.5469967,way_type=user_defined:way_id=80W +edge,16916,16916;41.7466015;-106.5469967:16917;41.7468031;-106.5461756,way_type=user_defined:way_id=80W +edge,16917,16917;41.7468031;-106.5461756:16918;41.7472918;-106.5442024,way_type=user_defined:way_id=80W +edge,16918,16918;41.7472918;-106.5442024:16919;41.7474228;-106.5436816,way_type=user_defined:way_id=80W +edge,16919,16919;41.7474228;-106.5436816:16920;41.747562;-106.5431361,way_type=user_defined:way_id=80W +edge,16920,16920;41.747562;-106.5431361:16921;41.7477002;-106.5425801,way_type=user_defined:way_id=80W +edge,16921,16921;41.7477002;-106.5425801:16922;41.7480386;-106.5411985,way_type=user_defined:way_id=80W +edge,16922,16922;41.7480386;-106.5411985:16923;41.7481806;-106.5406118,way_type=user_defined:way_id=80W +edge,16923,16923;41.7481806;-106.5406118:16924;41.7482951;-106.5401261,way_type=user_defined:way_id=80W +edge,16924,16924;41.7482951;-106.5401261:16925;41.7483597;-106.5398424,way_type=user_defined:way_id=80W +edge,16925,16925;41.7483597;-106.5398424:16926;41.7484107;-106.539611,way_type=user_defined:way_id=80W +edge,16926,16926;41.7484107;-106.539611:16927;41.7484786;-106.5392885,way_type=user_defined:way_id=80W +edge,16927,16927;41.7484786;-106.5392885:16928;41.7485341;-106.5390096,way_type=user_defined:way_id=80W +edge,16928,16928;41.7485341;-106.5390096:16929;41.7485817;-106.5387575,way_type=user_defined:way_id=80W +edge,16929,16929;41.7485817;-106.5387575:16930;41.7486381;-106.5384391,way_type=user_defined:way_id=80W +edge,16930,16930;41.7486381;-106.5384391:16931;41.7486837;-106.5381573,way_type=user_defined:way_id=80W +edge,16931,16931;41.7486837;-106.5381573:16932;41.7488935;-106.5367725,way_type=user_defined:way_id=80W +edge,16932,16932;41.7488935;-106.5367725:16933;41.7490341;-106.5358284,way_type=user_defined:way_id=80W +edge,16933,16933;41.7490341;-106.5358284:16934;41.7492302;-106.5344754,way_type=user_defined:way_id=80W +edge,16934,16934;41.7492302;-106.5344754:16935;41.7493147;-106.5339138,way_type=user_defined:way_id=80W +edge,16935,16935;41.7493147;-106.5339138:16936;41.7494815;-106.5327721,way_type=user_defined:way_id=80W +edge,16936,16936;41.7494815;-106.5327721:16937;41.7496041;-106.5319458,way_type=user_defined:way_id=80W +edge,16937,16937;41.7496041;-106.5319458:16938;41.7497735;-106.5307655,way_type=user_defined:way_id=80W +edge,16938,16938;41.7497735;-106.5307655:16939;41.7498927;-106.5299473,way_type=user_defined:way_id=80W +edge,16939,16939;41.7498927;-106.5299473:16940;41.7499533;-106.5295538,way_type=user_defined:way_id=80W +edge,16940,16940;41.7499533;-106.5295538:16941;41.7499875;-106.5293435,way_type=user_defined:way_id=80W +edge,16941,16941;41.7499875;-106.5293435:16942;41.7500376;-106.5290523,way_type=user_defined:way_id=80W +edge,16942,16942;41.7500376;-106.5290523:16943;41.7500837;-106.5287996,way_type=user_defined:way_id=80W +edge,16943,16943;41.7500837;-106.5287996:16944;41.7501431;-106.5284922,way_type=user_defined:way_id=80W +edge,16944,16944;41.7501431;-106.5284922:16945;41.7501942;-106.5282413,way_type=user_defined:way_id=80W +edge,16945,16945;41.7501942;-106.5282413:16946;41.7502539;-106.5279636,way_type=user_defined:way_id=80W +edge,16946,16946;41.7502539;-106.5279636:16947;41.7503162;-106.5276863,way_type=user_defined:way_id=80W +edge,16947,16947;41.7503162;-106.5276863:16948;41.7503834;-106.5274012,way_type=user_defined:way_id=80W +edge,16948,16948;41.7503834;-106.5274012:16949;41.7504519;-106.5271261,way_type=user_defined:way_id=80W +edge,16949,16949;41.7504519;-106.5271261:16950;41.7505231;-106.5268519,way_type=user_defined:way_id=80W +edge,16950,16950;41.7505231;-106.5268519:16951;41.7505975;-106.526579,way_type=user_defined:way_id=80W +edge,16951,16951;41.7505975;-106.526579:16952;41.7506748;-106.5263076,way_type=user_defined:way_id=80W +edge,16952,16952;41.7506748;-106.5263076:16953;41.7507466;-106.5260641,way_type=user_defined:way_id=80W +edge,16953,16953;41.7507466;-106.5260641:16954;41.7508372;-106.5257678,way_type=user_defined:way_id=80W +edge,16954,16954;41.7508372;-106.5257678:16955;41.7509453;-106.5254321,way_type=user_defined:way_id=80W +edge,16955,16955;41.7509453;-106.5254321:16956;41.7510105;-106.5252357,way_type=user_defined:way_id=80W +edge,16956,16956;41.7510105;-106.5252357:16957;41.7511036;-106.524965,way_type=user_defined:way_id=80W +edge,16957,16957;41.7511036;-106.524965:16958;41.7511962;-106.5247059,way_type=user_defined:way_id=80W +edge,16958,16958;41.7511962;-106.5247059:16959;41.7512794;-106.5244812,way_type=user_defined:way_id=80W +edge,16959,16959;41.7512794;-106.5244812:16960;41.7513908;-106.5241903,way_type=user_defined:way_id=80W +edge,16960,16960;41.7513908;-106.5241903:16961;41.7514963;-106.5239262,way_type=user_defined:way_id=80W +edge,16961,16961;41.7514963;-106.5239262:16962;41.7516413;-106.5235778,way_type=user_defined:way_id=80W +edge,16962,16962;41.7516413;-106.5235778:16963;41.751805;-106.5231975,way_type=user_defined:way_id=80W +edge,16963,16963;41.751805;-106.5231975:16964;41.751929;-106.5229218,way_type=user_defined:way_id=80W +edge,16964,16964;41.751929;-106.5229218:16965;41.752034;-106.5226984,way_type=user_defined:way_id=80W +edge,16965,16965;41.752034;-106.5226984:16966;41.7521643;-106.5224268,way_type=user_defined:way_id=80W +edge,16966,16966;41.7521643;-106.5224268:16967;41.7527575;-106.5211996,way_type=user_defined:way_id=80W +edge,16967,16967;41.7527575;-106.5211996:16968;41.7530104;-106.5206852,way_type=user_defined:way_id=80W +edge,16968,16968;41.7530104;-106.5206852:16969;41.7531294;-106.5204332,way_type=user_defined:way_id=80W +edge,16969,16969;41.7531294;-106.5204332:16970;41.7532406;-106.5201862,way_type=user_defined:way_id=80W +edge,16970,16970;41.7532406;-106.5201862:16971;41.7533515;-106.5199279,way_type=user_defined:way_id=80W +edge,16971,16971;41.7533515;-106.5199279:16972;41.7534418;-106.519708,way_type=user_defined:way_id=80W +edge,16972,16972;41.7534418;-106.519708:16973;41.7535544;-106.5194213,way_type=user_defined:way_id=80W +edge,16973,16973;41.7535544;-106.5194213:16974;41.7536508;-106.5191551,way_type=user_defined:way_id=80W +edge,16974,16974;41.7536508;-106.5191551:16975;41.7537471;-106.5188578,way_type=user_defined:way_id=80W +edge,16975,16975;41.7537471;-106.5188578:16976;41.7538274;-106.5185826,way_type=user_defined:way_id=80W +edge,16976,16976;41.7538274;-106.5185826:16977;41.7538998;-106.5183131,way_type=user_defined:way_id=80W +edge,16977,16977;41.7538998;-106.5183131:16978;41.7539684;-106.5180314,way_type=user_defined:way_id=80W +edge,16978,16978;41.7539684;-106.5180314:16979;41.7540279;-106.5177567,way_type=user_defined:way_id=80W +edge,16979,16979;41.7540279;-106.5177567:16980;41.7540825;-106.517467,way_type=user_defined:way_id=80W +edge,16980,16980;41.7540825;-106.517467:16981;41.7541234;-106.517215,way_type=user_defined:way_id=80W +edge,16981,16981;41.7541234;-106.517215:16982;41.7541335;-106.5171493,way_type=user_defined:way_id=80W +edge,16982,16982;41.7541335;-106.5171493:16983;41.7541725;-106.516857,way_type=user_defined:way_id=80W +edge,16983,16983;41.7541725;-106.516857:16984;41.754204;-106.5165614,way_type=user_defined:way_id=80W +edge,16984,16984;41.754204;-106.5165614:16985;41.7542263;-106.5162879,way_type=user_defined:way_id=80W +edge,16985,16985;41.7542263;-106.5162879:16986;41.7542423;-106.5159932,way_type=user_defined:way_id=80W +edge,16986,16986;41.7542423;-106.5159932:16987;41.7542502;-106.5157081,way_type=user_defined:way_id=80W +edge,16987,16987;41.7542502;-106.5157081:16988;41.7542514;-106.5154138,way_type=user_defined:way_id=80W +edge,16988,16988;41.7542514;-106.5154138:16989;41.7542463;-106.5151196,way_type=user_defined:way_id=80W +edge,16989,16989;41.7542463;-106.5151196:16990;41.754234;-106.5148359,way_type=user_defined:way_id=80W +edge,16990,16990;41.754234;-106.5148359:16991;41.7542121;-106.5145368,way_type=user_defined:way_id=80W +edge,16991,16991;41.7542121;-106.5145368:16992;41.7541938;-106.514359,way_type=user_defined:way_id=80W +edge,16992,16992;41.7541938;-106.514359:16993;41.7541784;-106.5142169,way_type=user_defined:way_id=80W +edge,16993,16993;41.7541784;-106.5142169:16994;41.7541375;-106.513925,way_type=user_defined:way_id=80W +edge,16994,16994;41.7541375;-106.513925:16995;41.75409;-106.5136439,way_type=user_defined:way_id=80W +edge,16995,16995;41.75409;-106.5136439:16996;41.7540361;-106.5133654,way_type=user_defined:way_id=80W +edge,16996,16996;41.7540361;-106.5133654:16997;41.7539751;-106.5130855,way_type=user_defined:way_id=80W +edge,16997,16997;41.7539751;-106.5130855:16998;41.7538986;-106.5127792,way_type=user_defined:way_id=80W +edge,16998,16998;41.7538986;-106.5127792:16999;41.753819;-106.5125016,way_type=user_defined:way_id=80W +edge,16999,16999;41.753819;-106.5125016:17000;41.7537319;-106.512229,way_type=user_defined:way_id=80W +edge,17000,17000;41.7537319;-106.512229:17001;41.7536434;-106.5119713,way_type=user_defined:way_id=80W +edge,17001,17001;41.7536434;-106.5119713:17002;41.7535505;-106.5117169,way_type=user_defined:way_id=80W +edge,17002,17002;41.7535505;-106.5117169:17003;41.7534457;-106.511451,way_type=user_defined:way_id=80W +edge,17003,17003;41.7534457;-106.511451:17004;41.75332343;-106.5111662,way_type=user_defined:way_id=80W +edge,17004,17004;41.75332343;-106.5111662:17005;41.75329954;-106.5111077,way_type=user_defined:way_id=80W +edge,17005,17005;41.75329954;-106.5111077:17006;41.75327827;-106.5110666,way_type=user_defined:way_id=80W +edge,17006,17006;41.75327827;-106.5110666:17007;41.7532302;-106.5109604,way_type=user_defined:way_id=80W +edge,17007,17007;41.7532302;-106.5109604:17008;41.7531163;-106.5107171,way_type=user_defined:way_id=80W +edge,17008,17008;41.7531163;-106.5107171:17009;41.7529963;-106.5104685,way_type=user_defined:way_id=80W +edge,17009,17009;41.7529963;-106.5104685:17010;41.7528743;-106.5102225,way_type=user_defined:way_id=80W +edge,17010,17010;41.7528743;-106.5102225:17011;41.7527541;-106.5099868,way_type=user_defined:way_id=80W +edge,17011,17011;41.7527541;-106.5099868:17012;41.7525053;-106.5095112,way_type=user_defined:way_id=80W +edge,17012,17012;41.7525053;-106.5095112:17013;41.7522569;-106.5090453,way_type=user_defined:way_id=80W +edge,17013,17013;41.7522569;-106.5090453:17014;41.7517616;-106.5081274,way_type=user_defined:way_id=80W +edge,17014,17014;41.7517616;-106.5081274:17015;41.75151845;-106.5076712,way_type=user_defined:way_id=80W +edge,17015,17015;41.75151845;-106.5076712:17016;41.7512678;-106.507201,way_type=user_defined:way_id=80W +edge,17016,17016;41.7512678;-106.507201:17017;41.7504017;-106.5055667,way_type=user_defined:way_id=80W +edge,17017,17017;41.7504017;-106.5055667:17018;41.7491378;-106.5031967,way_type=user_defined:way_id=80W +edge,17018,17018;41.7491378;-106.5031967:17019;41.7478686;-106.5008068,way_type=user_defined:way_id=80W +edge,17019,17019;41.7478686;-106.5008068:17020;41.7469051;-106.4990057,way_type=user_defined:way_id=80W +edge,17020,17020;41.7469051;-106.4990057:17021;41.7467748;-106.4987672,way_type=user_defined:way_id=80W +edge,17021,17021;41.7467748;-106.4987672:17022;41.7465308;-106.4983317,way_type=user_defined:way_id=80W +edge,17022,17022;41.7465308;-106.4983317:17023;41.746357;-106.4980328,way_type=user_defined:way_id=80W +edge,17023,17023;41.746357;-106.4980328:17024;41.7462461;-106.4978485,way_type=user_defined:way_id=80W +edge,17024,17024;41.7462461;-106.4978485:17025;41.7461079;-106.4976271,way_type=user_defined:way_id=80W +edge,17025,17025;41.7461079;-106.4976271:17026;41.7459748;-106.4974217,way_type=user_defined:way_id=80W +edge,17026,17026;41.7459748;-106.4974217:17027;41.7457963;-106.4971573,way_type=user_defined:way_id=80W +edge,17027,17027;41.7457963;-106.4971573:17028;41.7456832;-106.4969946,way_type=user_defined:way_id=80W +edge,17028,17028;41.7456832;-106.4969946:17029;41.7455232;-106.4967713,way_type=user_defined:way_id=80W +edge,17029,17029;41.7455232;-106.4967713:17030;41.7453648;-106.4965595,way_type=user_defined:way_id=80W +edge,17030,17030;41.7453648;-106.4965595:17031;41.7452077;-106.496357,way_type=user_defined:way_id=80W +edge,17031,17031;41.7452077;-106.496357:17032;41.7450487;-106.496158,way_type=user_defined:way_id=80W +edge,17032,17032;41.7450487;-106.496158:17033;41.7448865;-106.4959612,way_type=user_defined:way_id=80W +edge,17033,17033;41.7448865;-106.4959612:17034;41.7447221;-106.4957688,way_type=user_defined:way_id=80W +edge,17034,17034;41.7447221;-106.4957688:17035;41.7445541;-106.4955802,way_type=user_defined:way_id=80W +edge,17035,17035;41.7445541;-106.4955802:17036;41.7443832;-106.495395,way_type=user_defined:way_id=80W +edge,17036,17036;41.7443832;-106.495395:17037;41.7442152;-106.4952193,way_type=user_defined:way_id=80W +edge,17037,17037;41.7442152;-106.4952193:17038;41.7440392;-106.4950415,way_type=user_defined:way_id=80W +edge,17038,17038;41.7440392;-106.4950415:17039;41.7438669;-106.4948732,way_type=user_defined:way_id=80W +edge,17039,17039;41.7438669;-106.4948732:17040;41.7436864;-106.4947035,way_type=user_defined:way_id=80W +edge,17040,17040;41.7436864;-106.4947035:17041;41.7435094;-106.4945439,way_type=user_defined:way_id=80W +edge,17041,17041;41.7435094;-106.4945439:17042;41.7433242;-106.4943833,way_type=user_defined:way_id=80W +edge,17042,17042;41.7433242;-106.4943833:17043;41.7431363;-106.4942274,way_type=user_defined:way_id=80W +edge,17043,17043;41.7431363;-106.4942274:17044;41.7429273;-106.4940622,way_type=user_defined:way_id=80W +edge,17044,17044;41.7429273;-106.4940622:17045;41.74264981;-106.4938517,way_type=user_defined:way_id=80W +edge,17045,17045;41.74264981;-106.4938517:17046;41.74229306;-106.4935978,way_type=user_defined:way_id=80W +edge,17046,17046;41.74229306;-106.4935978:17047;41.7421622;-106.4935087,way_type=user_defined:way_id=80W +edge,17047,17047;41.7421622;-106.4935087:17048;41.7419644;-106.4933798,way_type=user_defined:way_id=80W +edge,17048,17048;41.7419644;-106.4933798:17049;41.7417655;-106.4932561,way_type=user_defined:way_id=80W +edge,17049,17049;41.7417655;-106.4932561:17050;41.7415657;-106.4931373,way_type=user_defined:way_id=80W +edge,17050,17050;41.7415657;-106.4931373:17051;41.7413658;-106.4930209,way_type=user_defined:way_id=80W +edge,17051,17051;41.7413658;-106.4930209:17052;41.7399894;-106.49223,way_type=user_defined:way_id=80W +edge,17052,17052;41.7399894;-106.49223:17053;41.7397921;-106.4921136,way_type=user_defined:way_id=80W +edge,17053,17053;41.7397921;-106.4921136:17054;41.739595;-106.4919939,way_type=user_defined:way_id=80W +edge,17054,17054;41.739595;-106.4919939:17055;41.7393995;-106.4918717,way_type=user_defined:way_id=80W +edge,17055,17055;41.7393995;-106.4918717:17056;41.7391984;-106.4917404,way_type=user_defined:way_id=80W +edge,17056,17056;41.7391984;-106.4917404:17057;41.7390051;-106.4916078,way_type=user_defined:way_id=80W +edge,17057,17057;41.7390051;-106.4916078:17058;41.7388136;-106.4914711,way_type=user_defined:way_id=80W +edge,17058,17058;41.7388136;-106.4914711:17059;41.7386234;-106.4913298,way_type=user_defined:way_id=80W +edge,17059,17059;41.7386234;-106.4913298:17060;41.7384356;-106.491184,way_type=user_defined:way_id=80W +edge,17060,17060;41.7384356;-106.491184:17061;41.7382494;-106.4910328,way_type=user_defined:way_id=80W +edge,17061,17061;41.7382494;-106.4910328:17062;41.738071;-106.4908817,way_type=user_defined:way_id=80W +edge,17062,17062;41.738071;-106.4908817:17063;41.7378824;-106.4907169,way_type=user_defined:way_id=80W +edge,17063,17063;41.7378824;-106.4907169:17064;41.7376828;-106.4905364,way_type=user_defined:way_id=80W +edge,17064,17064;41.7376828;-106.4905364:17065;41.7375029;-106.4903663,way_type=user_defined:way_id=80W +edge,17065,17065;41.7375029;-106.4903663:17066;41.7373249;-106.4901907,way_type=user_defined:way_id=80W +edge,17066,17066;41.7373249;-106.4901907:17067;41.7371553;-106.4900158,way_type=user_defined:way_id=80W +edge,17067,17067;41.7371553;-106.4900158:17068;41.7369827;-106.4898301,way_type=user_defined:way_id=80W +edge,17068,17068;41.7369827;-106.4898301:17069;41.7368185;-106.4896467,way_type=user_defined:way_id=80W +edge,17069,17069;41.7368185;-106.4896467:17070;41.7366728;-106.4894792,way_type=user_defined:way_id=80W +edge,17070,17070;41.7366728;-106.4894792:17071;41.7364917;-106.4892651,way_type=user_defined:way_id=80W +edge,17071,17071;41.7364917;-106.4892651:17072;41.7363314;-106.4890647,way_type=user_defined:way_id=80W +edge,17072,17072;41.7363314;-106.4890647:17073;41.7361939;-106.4888873,way_type=user_defined:way_id=80W +edge,17073,17073;41.7361939;-106.4888873:17074;41.735997;-106.4886272,way_type=user_defined:way_id=80W +edge,17074,17074;41.735997;-106.4886272:17075;41.7358626;-106.4884435,way_type=user_defined:way_id=80W +edge,17075,17075;41.7358626;-106.4884435:17076;41.7357145;-106.4882368,way_type=user_defined:way_id=80W +edge,17076,17076;41.7357145;-106.4882368:17077;41.7355491;-106.4879983,way_type=user_defined:way_id=80W +edge,17077,17077;41.7355491;-106.4879983:17078;41.7354057;-106.4877838,way_type=user_defined:way_id=80W +edge,17078,17078;41.7354057;-106.4877838:17079;41.7352606;-106.4875582,way_type=user_defined:way_id=80W +edge,17079,17079;41.7352606;-106.4875582:17080;41.7351239;-106.4873354,way_type=user_defined:way_id=80W +edge,17080,17080;41.7351239;-106.4873354:17081;41.7349903;-106.4871075,way_type=user_defined:way_id=80W +edge,17081,17081;41.7349903;-106.4871075:17082;41.7348432;-106.4868475,way_type=user_defined:way_id=80W +edge,17082,17082;41.7348432;-106.4868475:17083;41.7347124;-106.4866054,way_type=user_defined:way_id=80W +edge,17083,17083;41.7347124;-106.4866054:17084;41.7345893;-106.4863686,way_type=user_defined:way_id=80W +edge,17084,17084;41.7345893;-106.4863686:17085;41.7344699;-106.48613,way_type=user_defined:way_id=80W +edge,17085,17085;41.7344699;-106.48613:17086;41.7343496;-106.4858827,way_type=user_defined:way_id=80W +edge,17086,17086;41.7343496;-106.4858827:17087;41.7342257;-106.4856192,way_type=user_defined:way_id=80W +edge,17087,17087;41.7342257;-106.4856192:17088;41.7341097;-106.4853599,way_type=user_defined:way_id=80W +edge,17088,17088;41.7341097;-106.4853599:17089;41.7340037;-106.4851083,way_type=user_defined:way_id=80W +edge,17089,17089;41.7340037;-106.4851083:17090;41.7338986;-106.4848478,way_type=user_defined:way_id=80W +edge,17090,17090;41.7338986;-106.4848478:17091;41.7336156;-106.4841225,way_type=user_defined:way_id=80W +edge,17091,17091;41.7336156;-106.4841225:17092;41.733368;-106.483476,way_type=user_defined:way_id=80W +edge,17092,17092;41.733368;-106.483476:17093;41.7324088;-106.4809518,way_type=user_defined:way_id=80W +edge,17093,17093;41.7324088;-106.4809518:17094;41.7320444;-106.4799746,way_type=user_defined:way_id=80W +edge,17094,17094;41.7320444;-106.4799746:17095;41.7315663;-106.4787149,way_type=user_defined:way_id=80W +edge,17095,17095;41.7315663;-106.4787149:17096;41.7312831;-106.4779737,way_type=user_defined:way_id=80W +edge,17096,17096;41.7312831;-106.4779737:17097;41.7308894;-106.4769375,way_type=user_defined:way_id=80W +edge,17097,17097;41.7308894;-106.4769375:17098;41.7308018;-106.4767045,way_type=user_defined:way_id=80W +edge,17098,17098;41.7308018;-106.4767045:17099;41.7306252;-106.4762221,way_type=user_defined:way_id=80W +edge,17099,17099;41.7306252;-106.4762221:17100;41.7305258;-106.4759591,way_type=user_defined:way_id=80W +edge,17100,17100;41.7305258;-106.4759591:17101;41.7302273;-106.4751738,way_type=user_defined:way_id=80W +edge,17101,17101;41.7302273;-106.4751738:17102;41.7297338;-106.4738824,way_type=user_defined:way_id=80W +edge,17102,17102;41.7297338;-106.4738824:17103;41.7292551;-106.4726103,way_type=user_defined:way_id=80W +edge,17103,17103;41.7292551;-106.4726103:17104;41.7289608;-106.471842,way_type=user_defined:way_id=80W +edge,17104,17104;41.7289608;-106.471842:17105;41.7286157;-106.4709314,way_type=user_defined:way_id=80W +edge,17105,17105;41.7286157;-106.4709314:17106;41.7282616;-106.4699887,way_type=user_defined:way_id=80W +edge,17106,17106;41.7282616;-106.4699887:17107;41.7278868;-106.4690168,way_type=user_defined:way_id=80W +edge,17107,17107;41.7278868;-106.4690168:17108;41.7277636;-106.468694,way_type=user_defined:way_id=80W +edge,17108,17108;41.7277636;-106.468694:17109;41.7272873;-106.4674292,way_type=user_defined:way_id=80W +edge,17109,17109;41.7272873;-106.4674292:17110;41.72695989;-106.4665647,way_type=user_defined:way_id=80W +edge,17110,17110;41.72695989;-106.4665647:17111;41.72692314;-106.466466,way_type=user_defined:way_id=80W +edge,17111,17111;41.72692314;-106.466466:17112;41.72677263;-106.4660618,way_type=user_defined:way_id=80W +edge,17112,17112;41.72677263;-106.4660618:17113;41.7265766;-106.4655511,way_type=user_defined:way_id=80W +edge,17113,17113;41.7265766;-106.4655511:17114;41.7265766;-106.4655511,way_type=user_defined:way_id=80W +edge,17114,17114;41.7265766;-106.4655511:17115;41.7262062;-106.4645692,way_type=user_defined:way_id=80W +edge,17115,17115;41.7262062;-106.4645692:17116;41.72590454;-106.4637824,way_type=user_defined:way_id=80W +edge,17116,17116;41.72590454;-106.4637824:17117;41.72582309;-106.4635699,way_type=user_defined:way_id=80W +edge,17117,17117;41.72582309;-106.4635699:17118;41.7251738;-106.4618455,way_type=user_defined:way_id=80W +edge,17118,17118;41.7251738;-106.4618455:17119;41.72437136;-106.4597458,way_type=user_defined:way_id=80W +edge,17119,17119;41.72437136;-106.4597458:17120;41.72437136;-106.4597458,way_type=user_defined:way_id=80W +edge,17120,17120;41.72437136;-106.4597458:17121;41.7232812;-106.4568599,way_type=user_defined:way_id=80W +edge,17121,17121;41.7232812;-106.4568599:17122;41.7228849;-106.4558151,way_type=user_defined:way_id=80W +edge,17122,17122;41.7228849;-106.4558151:17123;41.72267433;-106.455267,way_type=user_defined:way_id=80W +edge,17123,17123;41.72267433;-106.455267:17124;41.7221877;-106.4540005,way_type=user_defined:way_id=80W +edge,17124,17124;41.7221877;-106.4540005:17125;41.7217161;-106.4527873,way_type=user_defined:way_id=80W +edge,17125,17125;41.7217161;-106.4527873:17126;41.7217161;-106.4527873,way_type=user_defined:way_id=80W +edge,17126,17126;41.7217161;-106.4527873:17127;41.7214997;-106.4522391,way_type=user_defined:way_id=80W +edge,17127,17127;41.7214997;-106.4522391:17128;41.7211228;-106.4513072,way_type=user_defined:way_id=80W +edge,17128,17128;41.7211228;-106.4513072:17129;41.7209923;-106.4509888,way_type=user_defined:way_id=80W +edge,17129,17129;41.7209923;-106.4509888:17130;41.7208879;-106.4507384,way_type=user_defined:way_id=80W +edge,17130,17130;41.7208879;-106.4507384:17131;41.7206861;-106.4502643,way_type=user_defined:way_id=80W +edge,17131,17131;41.7206861;-106.4502643:17132;41.720467;-106.4497585,way_type=user_defined:way_id=80W +edge,17132,17132;41.720467;-106.4497585:17133;41.7201342;-106.4490064,way_type=user_defined:way_id=80W +edge,17133,17133;41.7201342;-106.4490064:17134;41.7198;-106.4482641,way_type=user_defined:way_id=80W +edge,17134,17134;41.7198;-106.4482641:17135;41.7195849;-106.4477953,way_type=user_defined:way_id=80W +edge,17135,17135;41.7195849;-106.4477953:17136;41.7194262;-106.4474535,way_type=user_defined:way_id=80W +edge,17136,17136;41.7194262;-106.4474535:17137;41.7192276;-106.4470312,way_type=user_defined:way_id=80W +edge,17137,17137;41.7192276;-106.4470312:17138;41.7190048;-106.4465624,way_type=user_defined:way_id=80W +edge,17138,17138;41.7190048;-106.4465624:17139;41.7187679;-106.446073,way_type=user_defined:way_id=80W +edge,17139,17139;41.7187679;-106.446073:17140;41.7184217;-106.445373,way_type=user_defined:way_id=80W +edge,17140,17140;41.7184217;-106.445373:17141;41.7179386;-106.4444171,way_type=user_defined:way_id=80W +edge,17141,17141;41.7179386;-106.4444171:17142;41.7176749;-106.4439058,way_type=user_defined:way_id=80W +edge,17142,17142;41.7176749;-106.4439058:17143;41.7174567;-106.4434898,way_type=user_defined:way_id=80W +edge,17143,17143;41.7174567;-106.4434898:17144;41.7173101;-106.4432169,way_type=user_defined:way_id=80W +edge,17144,17144;41.7173101;-106.4432169:17145;41.7168477;-106.4423664,way_type=user_defined:way_id=80W +edge,17145,17145;41.7168477;-106.4423664:17146;41.7166849;-106.4420703,way_type=user_defined:way_id=80W +edge,17146,17146;41.7166849;-106.4420703:17147;41.7165225;-106.4417788,way_type=user_defined:way_id=80W +edge,17147,17147;41.7165225;-106.4417788:17148;41.7161804;-106.4411721,way_type=user_defined:way_id=80W +edge,17148,17148;41.7161804;-106.4411721:17149;41.7157524;-106.4404258,way_type=user_defined:way_id=80W +edge,17149,17149;41.7157524;-106.4404258:17150;41.7154453;-106.4398997,way_type=user_defined:way_id=80W +edge,17150,17150;41.7154453;-106.4398997:17151;41.715209;-106.4395012,way_type=user_defined:way_id=80W +edge,17151,17151;41.715209;-106.4395012:17152;41.7149227;-106.4390274,way_type=user_defined:way_id=80W +edge,17152,17152;41.7149227;-106.4390274:17153;41.7145025;-106.4383428,way_type=user_defined:way_id=80W +edge,17153,17153;41.7145025;-106.4383428:17154;41.7142755;-106.4379789,way_type=user_defined:way_id=80W +edge,17154,17154;41.7142755;-106.4379789:17155;41.714101;-106.4377025,way_type=user_defined:way_id=80W +edge,17155,17155;41.714101;-106.4377025:17156;41.7138386;-106.4372907,way_type=user_defined:way_id=80W +edge,17156,17156;41.7138386;-106.4372907:17157;41.7136645;-106.4370213,way_type=user_defined:way_id=80W +edge,17157,17157;41.7136645;-106.4370213:17158;41.7128411;-106.4357713,way_type=user_defined:way_id=80W +edge,17158,17158;41.7128411;-106.4357713:17159;41.711985;-106.4344857,way_type=user_defined:way_id=80W +edge,17159,17159;41.711985;-106.4344857:17160;41.7114051;-106.4336216,way_type=user_defined:way_id=80W +edge,17160,17160;41.7114051;-106.4336216:17161;41.7109848;-106.4330015,way_type=user_defined:way_id=80W +edge,17161,17161;41.7109848;-106.4330015:17162;41.7108198;-106.4327557,way_type=user_defined:way_id=80W +edge,17162,17162;41.7108198;-106.4327557:17163;41.7103817;-106.4320977,way_type=user_defined:way_id=80W +edge,17163,17163;41.7103817;-106.4320977:17164;41.71023239;-106.431871,way_type=user_defined:way_id=80W +edge,17164,17164;41.71023239;-106.431871:17165;41.71019154;-106.4318126,way_type=user_defined:way_id=80W +edge,17165,17165;41.71019154;-106.4318126:17166;41.7100938;-106.4316661,way_type=user_defined:way_id=80W +edge,17166,17166;41.7100938;-106.4316661:17167;41.7094074;-106.4306316,way_type=user_defined:way_id=80W +edge,17167,17167;41.7094074;-106.4306316:17168;41.7092114;-106.4303297,way_type=user_defined:way_id=80W +edge,17168,17168;41.7092114;-106.4303297:17169;41.70907;-106.4301033,way_type=user_defined:way_id=80W +edge,17169,17169;41.70907;-106.4301033:17170;41.7089353;-106.4298804,way_type=user_defined:way_id=80W +edge,17170,17170;41.7089353;-106.4298804:17171;41.7087994;-106.4296479,way_type=user_defined:way_id=80W +edge,17171,17171;41.7087994;-106.4296479:17172;41.708667;-106.4294134,way_type=user_defined:way_id=80W +edge,17172,17172;41.708667;-106.4294134:17173;41.7085384;-106.4291769,way_type=user_defined:way_id=80W +edge,17173,17173;41.7085384;-106.4291769:17174;41.7084182;-106.4289454,way_type=user_defined:way_id=80W +edge,17174,17174;41.7084182;-106.4289454:17175;41.7083701;-106.4288491,way_type=user_defined:way_id=80W +edge,17175,17175;41.7083701;-106.4288491:17176;41.708294;-106.4286961,way_type=user_defined:way_id=80W +edge,17176,17176;41.708294;-106.4286961:17177;41.7081776;-106.4284522,way_type=user_defined:way_id=80W +edge,17177,17177;41.7081776;-106.4284522:17178;41.7080649;-106.428206,way_type=user_defined:way_id=80W +edge,17178,17178;41.7080649;-106.428206:17179;41.7079551;-106.4279577,way_type=user_defined:way_id=80W +edge,17179,17179;41.7079551;-106.4279577:17180;41.7078484;-106.4277071,way_type=user_defined:way_id=80W +edge,17180,17180;41.7078484;-106.4277071:17181;41.7077691;-106.427513,way_type=user_defined:way_id=80W +edge,17181,17181;41.7077691;-106.427513:17182;41.7076386;-106.4271812,way_type=user_defined:way_id=80W +edge,17182,17182;41.7076386;-106.4271812:17183;41.7075451;-106.42693,way_type=user_defined:way_id=80W +edge,17183,17183;41.7075451;-106.42693:17184;41.7074607;-106.4266947,way_type=user_defined:way_id=80W +edge,17184,17184;41.7074607;-106.4266947:17185;41.7073604;-106.4264048,way_type=user_defined:way_id=80W +edge,17185,17185;41.7073604;-106.4264048:17186;41.7072703;-106.4261297,way_type=user_defined:way_id=80W +edge,17186,17186;41.7072703;-106.4261297:17187;41.7071885;-106.4258676,way_type=user_defined:way_id=80W +edge,17187,17187;41.7071885;-106.4258676:17188;41.7071102;-106.4256047,way_type=user_defined:way_id=80W +edge,17188,17188;41.7071102;-106.4256047:17189;41.7070334;-106.4253299,way_type=user_defined:way_id=80W +edge,17189,17189;41.7070334;-106.4253299:17190;41.7069608;-106.4250542,way_type=user_defined:way_id=80W +edge,17190,17190;41.7069608;-106.4250542:17191;41.7068922;-106.424778,way_type=user_defined:way_id=80W +edge,17191,17191;41.7068922;-106.424778:17192;41.706827;-106.4245021,way_type=user_defined:way_id=80W +edge,17192,17192;41.706827;-106.4245021:17193;41.7067658;-106.424227,way_type=user_defined:way_id=80W +edge,17193,17193;41.7067658;-106.424227:17194;41.70673584;-106.4240837,way_type=user_defined:way_id=80W +edge,17194,17194;41.70673584;-106.4240837:17195;41.70672492;-106.4240388,way_type=user_defined:way_id=80W +edge,17195,17195;41.70672492;-106.4240388:17196;41.70656094;-106.4231358,way_type=user_defined:way_id=80W +edge,17196,17196;41.70656094;-106.4231358:17197;41.70645685;-106.422396,way_type=user_defined:way_id=80W +edge,17197,17197;41.70645685;-106.422396:17198;41.70635689;-106.4213971,way_type=user_defined:way_id=80W +edge,17198,17198;41.70635689;-106.4213971:17199;41.70631088;-106.4205715,way_type=user_defined:way_id=80W +edge,17199,17199;41.70631088;-106.4205715:17200;41.706287;-106.419963,way_type=user_defined:way_id=80W +edge,17200,17200;41.706287;-106.419963:17201;41.7062226;-106.4185058,way_type=user_defined:way_id=80W +edge,17201,17201;41.7062226;-106.4185058:17202;41.7061562;-106.4167738,way_type=user_defined:way_id=80W +edge,17202,17202;41.7061562;-106.4167738:17203;41.7060714;-106.4147868,way_type=user_defined:way_id=80W +edge,17203,17203;41.7060714;-106.4147868:17204;41.706032;-106.413627,way_type=user_defined:way_id=80W +edge,17204,17204;41.706032;-106.413627:17205;41.7059932;-106.4127103,way_type=user_defined:way_id=80W +edge,17205,17205;41.7059932;-106.4127103:17206;41.7059591;-106.4116572,way_type=user_defined:way_id=80W +edge,17206,17206;41.7059591;-106.4116572:17207;41.7059464;-106.4113307,way_type=user_defined:way_id=80W +edge,17207,17207;41.7059464;-106.4113307:17208;41.7058605;-106.4093013,way_type=user_defined:way_id=80W +edge,17208,17208;41.7058605;-106.4093013:17209;41.7058479;-106.4090413,way_type=user_defined:way_id=80W +edge,17209,17209;41.7058479;-106.4090413:17210;41.7058311;-106.4087619,way_type=user_defined:way_id=80W +edge,17210,17210;41.7058311;-106.4087619:17211;41.7058092;-106.4084652,way_type=user_defined:way_id=80W +edge,17211,17211;41.7058092;-106.4084652:17212;41.705784;-106.408178,way_type=user_defined:way_id=80W +edge,17212,17212;41.705784;-106.408178:17213;41.7057509;-106.4078541,way_type=user_defined:way_id=80W +edge,17213,17213;41.7057509;-106.4078541:17214;41.705722;-106.4075973,way_type=user_defined:way_id=80W +edge,17214,17214;41.705722;-106.4075973:17215;41.7056881;-106.4073216,way_type=user_defined:way_id=80W +edge,17215,17215;41.7056881;-106.4073216:17216;41.705649;-106.407028,way_type=user_defined:way_id=80W +edge,17216,17216;41.705649;-106.407028:17217;41.7056066;-106.4067351,way_type=user_defined:way_id=80W +edge,17217,17217;41.7056066;-106.4067351:17218;41.7055635;-106.4064614,way_type=user_defined:way_id=80W +edge,17218,17218;41.7055635;-106.4064614:17219;41.7055209;-106.4062174,way_type=user_defined:way_id=80W +edge,17219,17219;41.7055209;-106.4062174:17220;41.7054601;-106.4059005,way_type=user_defined:way_id=80W +edge,17220,17220;41.7054601;-106.4059005:17221;41.7053887;-106.4055643,way_type=user_defined:way_id=80W +edge,17221,17221;41.7053887;-106.4055643:17222;41.7053385;-106.4053374,way_type=user_defined:way_id=80W +edge,17222,17222;41.7053385;-106.4053374:17223;41.7052816;-106.4050899,way_type=user_defined:way_id=80W +edge,17223,17223;41.7052816;-106.4050899:17224;41.7052062;-106.4047799,way_type=user_defined:way_id=80W +edge,17224,17224;41.7052062;-106.4047799:17225;41.7051357;-106.4045061,way_type=user_defined:way_id=80W +edge,17225,17225;41.7051357;-106.4045061:17226;41.7050637;-106.4042393,way_type=user_defined:way_id=80W +edge,17226,17226;41.7050637;-106.4042393:17227;41.7049946;-106.4039947,way_type=user_defined:way_id=80W +edge,17227,17227;41.7049946;-106.4039947:17228;41.7049123;-106.4037199,way_type=user_defined:way_id=80W +edge,17228,17228;41.7049123;-106.4037199:17229;41.70483719;-106.4034843,way_type=user_defined:way_id=80W +edge,17229,17229;41.70483719;-106.4034843:17230;41.70472532;-106.4031493,way_type=user_defined:way_id=80W +edge,17230,17230;41.70472532;-106.4031493:17231;41.70448835;-106.402478,way_type=user_defined:way_id=80W +edge,17231,17231;41.70448835;-106.402478:17232;41.7042839;-106.4018987,way_type=user_defined:way_id=80W +edge,17232,17232;41.7042839;-106.4018987:17233;41.7039149;-106.4008781,way_type=user_defined:way_id=80W +edge,17233,17233;41.7039149;-106.4008781:17234;41.7034492;-106.3995734,way_type=user_defined:way_id=80W +edge,17234,17234;41.7034492;-106.3995734:17235;41.7030619;-106.3984971,way_type=user_defined:way_id=80W +edge,17235,17235;41.7030619;-106.3984971:17236;41.7025923;-106.3971854,way_type=user_defined:way_id=80W +edge,17236,17236;41.7025923;-106.3971854:17237;41.7021691;-106.39601,way_type=user_defined:way_id=80W +edge,17237,17237;41.7021691;-106.39601:17238;41.7016724;-106.3946225,way_type=user_defined:way_id=80W +edge,17238,17238;41.7016724;-106.3946225:17239;41.7010085;-106.3927943,way_type=user_defined:way_id=80W +edge,17239,17239;41.7010085;-106.3927943:17240;41.7009216;-106.3925598,way_type=user_defined:way_id=80W +edge,17240,17240;41.7009216;-106.3925598:17241;41.7008263;-106.3923094,way_type=user_defined:way_id=80W +edge,17241,17241;41.7008263;-106.3923094:17242;41.70081232;-106.392274,way_type=user_defined:way_id=80W +edge,17242,17242;41.70081232;-106.392274:17243;41.7007222;-106.3920458,way_type=user_defined:way_id=80W +edge,17243,17243;41.7007222;-106.3920458:17244;41.70066536;-106.3919076,way_type=user_defined:way_id=80W +edge,17244,17244;41.70066536;-106.3919076:17245;41.70065158;-106.3918707,way_type=user_defined:way_id=80W +edge,17245,17245;41.70065158;-106.3918707:17246;41.70040683;-106.3913145,way_type=user_defined:way_id=80W +edge,17246,17246;41.70040683;-106.3913145:17247;41.70016241;-106.3907927,way_type=user_defined:way_id=80W +edge,17247,17247;41.70016241;-106.3907927:17248;41.69989886;-106.3902798,way_type=user_defined:way_id=80W +edge,17248,17248;41.69989886;-106.3902798:17249;41.69969454;-106.3899039,way_type=user_defined:way_id=80W +edge,17249,17249;41.69969454;-106.3899039:17250;41.69951048;-106.3895882,way_type=user_defined:way_id=80W +edge,17250,17250;41.69951048;-106.3895882:17251;41.69925656;-106.389178,way_type=user_defined:way_id=80W +edge,17251,17251;41.69925656;-106.389178:17252;41.6991287;-106.3889779,way_type=user_defined:way_id=80W +edge,17252,17252;41.6991287;-106.3889779:17253;41.6989817;-106.388755,way_type=user_defined:way_id=80W +edge,17253,17253;41.6989817;-106.388755:17254;41.6988316;-106.3885362,way_type=user_defined:way_id=80W +edge,17254,17254;41.6988316;-106.3885362:17255;41.698688;-106.3883342,way_type=user_defined:way_id=80W +edge,17255,17255;41.698688;-106.3883342:17256;41.6985868;-106.3881975,way_type=user_defined:way_id=80W +edge,17256,17256;41.6985868;-106.3881975:17257;41.6985868;-106.3881975,way_type=user_defined:way_id=80W +edge,17257,17257;41.6985868;-106.3881975:17258;41.6985311;-106.3881224,way_type=user_defined:way_id=80W +edge,17258,17258;41.6985311;-106.3881224:17259;41.6983765;-106.3879211,way_type=user_defined:way_id=80W +edge,17259,17259;41.6983765;-106.3879211:17260;41.6982191;-106.3877225,way_type=user_defined:way_id=80W +edge,17260,17260;41.6982191;-106.3877225:17261;41.6980544;-106.3875208,way_type=user_defined:way_id=80W +edge,17261,17261;41.6980544;-106.3875208:17262;41.6978925;-106.3873295,way_type=user_defined:way_id=80W +edge,17262,17262;41.6978925;-106.3873295:17263;41.6977504;-106.3871666,way_type=user_defined:way_id=80W +edge,17263,17263;41.6977504;-106.3871666:17264;41.6975622;-106.3869575,way_type=user_defined:way_id=80W +edge,17264,17264;41.6975622;-106.3869575:17265;41.697411;-106.3867952,way_type=user_defined:way_id=80W +edge,17265,17265;41.697411;-106.3867952:17266;41.6972174;-106.3865968,way_type=user_defined:way_id=80W +edge,17266,17266;41.6972174;-106.3865968:17267;41.6970616;-106.3864434,way_type=user_defined:way_id=80W +edge,17267,17267;41.6970616;-106.3864434:17268;41.6968625;-106.3862546,way_type=user_defined:way_id=80W +edge,17268,17268;41.6968625;-106.3862546:17269;41.6967087;-106.3861126,way_type=user_defined:way_id=80W +edge,17269,17269;41.6967087;-106.3861126:17270;41.6965236;-106.3859467,way_type=user_defined:way_id=80W +edge,17270,17270;41.6965236;-106.3859467:17271;41.6963429;-106.3857893,way_type=user_defined:way_id=80W +edge,17271,17271;41.6963429;-106.3857893:17272;41.6961783;-106.3856513,way_type=user_defined:way_id=80W +edge,17272,17272;41.6961783;-106.3856513:17273;41.69614712;-106.3856263,way_type=user_defined:way_id=80W +edge,17273,17273;41.69614712;-106.3856263:17274;41.6959745;-106.385488,way_type=user_defined:way_id=80W +edge,17274,17274;41.6959745;-106.385488:17275;41.6957996;-106.3853536,way_type=user_defined:way_id=80W +edge,17275,17275;41.6957996;-106.3853536:17276;41.6956105;-106.385213,way_type=user_defined:way_id=80W +edge,17276,17276;41.6956105;-106.385213:17277;41.6954;-106.385064,way_type=user_defined:way_id=80W +edge,17277,17277;41.6954;-106.385064:17278;41.6952259;-106.3849469,way_type=user_defined:way_id=80W +edge,17278,17278;41.6952259;-106.3849469:17279;41.6950249;-106.3848161,way_type=user_defined:way_id=80W +edge,17279,17279;41.6950249;-106.3848161:17280;41.6948176;-106.3846857,way_type=user_defined:way_id=80W +edge,17280,17280;41.6948176;-106.3846857:17281;41.6946332;-106.3845734,way_type=user_defined:way_id=80W +edge,17281,17281;41.6946332;-106.3845734:17282;41.6944363;-106.3844566,way_type=user_defined:way_id=80W +edge,17282,17282;41.6944363;-106.3844566:17283;41.6939183;-106.3841553,way_type=user_defined:way_id=80W +edge,17283,17283;41.6939183;-106.3841553:17284;41.69336074;-106.3838354,way_type=user_defined:way_id=80W +edge,17284,17284;41.69336074;-106.3838354:17285;41.69336074;-106.3838354,way_type=user_defined:way_id=80W +edge,17285,17285;41.69336074;-106.3838354:17286;41.6924645;-106.3833214,way_type=user_defined:way_id=80W +edge,17286,17286;41.6924645;-106.3833214:17287;41.6904882;-106.3821774,way_type=user_defined:way_id=80W +edge,17287,17287;41.6904882;-106.3821774:17288;41.6897057;-106.3817315,way_type=user_defined:way_id=80W +edge,17288,17288;41.6897057;-106.3817315:17289;41.68963762;-106.3816916,way_type=user_defined:way_id=80W +edge,17289,17289;41.68963762;-106.3816916:17290;41.6891031;-106.3813787,way_type=user_defined:way_id=80W +edge,17290,17290;41.6891031;-106.3813787:17291;41.6886797;-106.3811259,way_type=user_defined:way_id=80W +edge,17291,17291;41.6886797;-106.3811259:17292;41.6883149;-106.380904,way_type=user_defined:way_id=80W +edge,17292,17292;41.6883149;-106.380904:17293;41.688065;-106.3807482,way_type=user_defined:way_id=80W +edge,17293,17293;41.688065;-106.3807482:17294;41.6873441;-106.3802928,way_type=user_defined:way_id=80W +edge,17294,17294;41.6873441;-106.3802928:17295;41.6870697;-106.3801166,way_type=user_defined:way_id=80W +edge,17295,17295;41.6870697;-106.3801166:17296;41.6870697;-106.3801166,way_type=user_defined:way_id=80W +edge,17296,17296;41.6870697;-106.3801166:17297;41.6867377;-106.3798987,way_type=user_defined:way_id=80W +edge,17297,17297;41.6867377;-106.3798987:17298;41.68656707;-106.3797841,way_type=user_defined:way_id=80W +edge,17298,17298;41.68656707;-106.3797841:17299;41.6859857;-106.3793935,way_type=user_defined:way_id=80W +edge,17299,17299;41.6859857;-106.3793935:17300;41.6857364;-106.3792239,way_type=user_defined:way_id=80W +edge,17300,17300;41.6857364;-106.3792239:17301;41.6853735;-106.3789715,way_type=user_defined:way_id=80W +edge,17301,17301;41.6853735;-106.3789715:17302;41.6849659;-106.3786811,way_type=user_defined:way_id=80W +edge,17302,17302;41.6849659;-106.3786811:17303;41.6843932;-106.3782679,way_type=user_defined:way_id=80W +edge,17303,17303;41.6843932;-106.3782679:17304;41.6838163;-106.3778461,way_type=user_defined:way_id=80W +edge,17304,17304;41.6838163;-106.3778461:17305;41.6832223;-106.3774058,way_type=user_defined:way_id=80W +edge,17305,17305;41.6832223;-106.3774058:17306;41.6822829;-106.3767242,way_type=user_defined:way_id=80W +edge,17306,17306;41.6822829;-106.3767242:17307;41.6820893;-106.3765849,way_type=user_defined:way_id=80W +edge,17307,17307;41.6820893;-106.3765849:17308;41.6818451;-106.3764142,way_type=user_defined:way_id=80W +edge,17308,17308;41.6818451;-106.3764142:17309;41.6816803;-106.3763026,way_type=user_defined:way_id=80W +edge,17309,17309;41.6816803;-106.3763026:17310;41.681509;-106.3761907,way_type=user_defined:way_id=80W +edge,17310,17310;41.681509;-106.3761907:17311;41.6812913;-106.376055,way_type=user_defined:way_id=80W +edge,17311,17311;41.6812913;-106.376055:17312;41.6811118;-106.3759475,way_type=user_defined:way_id=80W +edge,17312,17312;41.6811118;-106.3759475:17313;41.680885;-106.3758156,way_type=user_defined:way_id=80W +edge,17313,17313;41.680885;-106.3758156:17314;41.6807108;-106.3757177,way_type=user_defined:way_id=80W +edge,17314,17314;41.6807108;-106.3757177:17315;41.6805087;-106.3756073,way_type=user_defined:way_id=80W +edge,17315,17315;41.6805087;-106.3756073:17316;41.6802862;-106.3754904,way_type=user_defined:way_id=80W +edge,17316,17316;41.6802862;-106.3754904:17317;41.6800762;-106.3753847,way_type=user_defined:way_id=80W +edge,17317,17317;41.6800762;-106.3753847:17318;41.679871;-106.3752858,way_type=user_defined:way_id=80W +edge,17318,17318;41.679871;-106.3752858:17319;41.6796925;-106.3752044,way_type=user_defined:way_id=80W +edge,17319,17319;41.6796925;-106.3752044:17320;41.6794783;-106.3751127,way_type=user_defined:way_id=80W +edge,17320,17320;41.6794783;-106.3751127:17321;41.6792494;-106.3750202,way_type=user_defined:way_id=80W +edge,17321,17321;41.6792494;-106.3750202:17322;41.6788526;-106.374867,way_type=user_defined:way_id=80W +edge,17322,17322;41.6788526;-106.374867:17323;41.6786433;-106.3747904,way_type=user_defined:way_id=80W +edge,17323,17323;41.6786433;-106.3747904:17324;41.6784049;-106.3747087,way_type=user_defined:way_id=80W +edge,17324,17324;41.6784049;-106.3747087:17325;41.6782218;-106.3746502,way_type=user_defined:way_id=80W +edge,17325,17325;41.6782218;-106.3746502:17326;41.6780027;-106.3745847,way_type=user_defined:way_id=80W +edge,17326,17326;41.6780027;-106.3745847:17327;41.677797;-106.3745269,way_type=user_defined:way_id=80W +edge,17327,17327;41.677797;-106.3745269:17328;41.6775769;-106.3744674,way_type=user_defined:way_id=80W +edge,17328,17328;41.6775769;-106.3744674:17329;41.6772848;-106.3743907,way_type=user_defined:way_id=80W +edge,17329,17329;41.6772848;-106.3743907:17330;41.6767205;-106.3742484,way_type=user_defined:way_id=80W +edge,17330,17330;41.6767205;-106.3742484:17331;41.6754343;-106.3739186,way_type=user_defined:way_id=80W +edge,17331,17331;41.6754343;-106.3739186:17332;41.6752195;-106.3738606,way_type=user_defined:way_id=80W +edge,17332,17332;41.6752195;-106.3738606:17333;41.6750047;-106.3737979,way_type=user_defined:way_id=80W +edge,17333,17333;41.6750047;-106.3737979:17334;41.6747976;-106.373732,way_type=user_defined:way_id=80W +edge,17334,17334;41.6747976;-106.373732:17335;41.6745845;-106.3736587,way_type=user_defined:way_id=80W +edge,17335,17335;41.6745845;-106.3736587:17336;41.6743515;-106.3735706,way_type=user_defined:way_id=80W +edge,17336,17336;41.6743515;-106.3735706:17337;41.6741616;-106.373494,way_type=user_defined:way_id=80W +edge,17337,17337;41.6741616;-106.373494:17338;41.6739308;-106.3733969,way_type=user_defined:way_id=80W +edge,17338,17338;41.6739308;-106.3733969:17339;41.6737217;-106.3733043,way_type=user_defined:way_id=80W +edge,17339,17339;41.6737217;-106.3733043:17340;41.6735407;-106.3732193,way_type=user_defined:way_id=80W +edge,17340,17340;41.6735407;-106.3732193:17341;41.6733607;-106.37313,way_type=user_defined:way_id=80W +edge,17341,17341;41.6733607;-106.37313:17342;41.6731087;-106.3729987,way_type=user_defined:way_id=80W +edge,17342,17342;41.6731087;-106.3729987:17343;41.6729112;-106.3728901,way_type=user_defined:way_id=80W +edge,17343,17343;41.6729112;-106.3728901:17344;41.672709;-106.3727726,way_type=user_defined:way_id=80W +edge,17344,17344;41.672709;-106.3727726:17345;41.6725022;-106.3726461,way_type=user_defined:way_id=80W +edge,17345,17345;41.6725022;-106.3726461:17346;41.6723098;-106.3725235,way_type=user_defined:way_id=80W +edge,17346,17346;41.6723098;-106.3725235:17347;41.6721126;-106.3723922,way_type=user_defined:way_id=80W +edge,17347,17347;41.6721126;-106.3723922:17348;41.6719235;-106.3722604,way_type=user_defined:way_id=80W +edge,17348,17348;41.6719235;-106.3722604:17349;41.6717125;-106.3721064,way_type=user_defined:way_id=80W +edge,17349,17349;41.6717125;-106.3721064:17350;41.6715378;-106.3719741,way_type=user_defined:way_id=80W +edge,17350,17350;41.6715378;-106.3719741:17351;41.671329;-106.3718084,way_type=user_defined:way_id=80W +edge,17351,17351;41.671329;-106.3718084:17352;41.6711502;-106.3716593,way_type=user_defined:way_id=80W +edge,17352,17352;41.6711502;-106.3716593:17353;41.6709894;-106.37152,way_type=user_defined:way_id=80W +edge,17353,17353;41.6709894;-106.37152:17354;41.6707889;-106.3713401,way_type=user_defined:way_id=80W +edge,17354,17354;41.6707889;-106.3713401:17355;41.6706081;-106.3711714,way_type=user_defined:way_id=80W +edge,17355,17355;41.6706081;-106.3711714:17356;41.6704291;-106.3709983,way_type=user_defined:way_id=80W +edge,17356,17356;41.6704291;-106.3709983:17357;41.6703662;-106.3709356,way_type=user_defined:way_id=80W +edge,17357,17357;41.6703662;-106.3709356:17358;41.6702576;-106.3708272,way_type=user_defined:way_id=80W +edge,17358,17358;41.6702576;-106.3708272:17359;41.67006;-106.3706234,way_type=user_defined:way_id=80W +edge,17359,17359;41.67006;-106.3706234:17360;41.6698932;-106.3704441,way_type=user_defined:way_id=80W +edge,17360,17360;41.6698932;-106.3704441:17361;41.6697453;-106.3702786,way_type=user_defined:way_id=80W +edge,17361,17361;41.6697453;-106.3702786:17362;41.6695779;-106.3700843,way_type=user_defined:way_id=80W +edge,17362,17362;41.6695779;-106.3700843:17363;41.669418;-106.3698928,way_type=user_defined:way_id=80W +edge,17363,17363;41.669418;-106.3698928:17364;41.6692348;-106.3696652,way_type=user_defined:way_id=80W +edge,17364,17364;41.6692348;-106.3696652:17365;41.669081;-106.3694659,way_type=user_defined:way_id=80W +edge,17365,17365;41.669081;-106.3694659:17366;41.668925;-106.369256,way_type=user_defined:way_id=80W +edge,17366,17366;41.668925;-106.369256:17367;41.6687716;-106.3690424,way_type=user_defined:way_id=80W +edge,17367,17367;41.6687716;-106.3690424:17368;41.668645;-106.3688602,way_type=user_defined:way_id=80W +edge,17368,17368;41.668645;-106.3688602:17369;41.6684678;-106.3685967,way_type=user_defined:way_id=80W +edge,17369,17369;41.6684678;-106.3685967:17370;41.668323;-106.3683715,way_type=user_defined:way_id=80W +edge,17370,17370;41.668323;-106.3683715:17371;41.6681863;-106.3681508,way_type=user_defined:way_id=80W +edge,17371,17371;41.6681863;-106.3681508:17372;41.6680481;-106.3679207,way_type=user_defined:way_id=80W +edge,17372,17372;41.6680481;-106.3679207:17373;41.6679129;-106.3676893,way_type=user_defined:way_id=80W +edge,17373,17373;41.6679129;-106.3676893:17374;41.6677691;-106.3674332,way_type=user_defined:way_id=80W +edge,17374,17374;41.6677691;-106.3674332:17375;41.6676256;-106.3671647,way_type=user_defined:way_id=80W +edge,17375,17375;41.6676256;-106.3671647:17376;41.6675355;-106.3669901,way_type=user_defined:way_id=80W +edge,17376,17376;41.6675355;-106.3669901:17377;41.6674121;-106.3667425,way_type=user_defined:way_id=80W +edge,17377,17377;41.6674121;-106.3667425:17378;41.6671771;-106.3662639,way_type=user_defined:way_id=80W +edge,17378,17378;41.6671771;-106.3662639:17379;41.6664837;-106.364831,way_type=user_defined:way_id=80W +edge,17379,17379;41.6664837;-106.364831:17380;41.6661558;-106.3641584,way_type=user_defined:way_id=80W +edge,17380,17380;41.6661558;-106.3641584:17381;41.6656877;-106.3631855,way_type=user_defined:way_id=80W +edge,17381,17381;41.6656877;-106.3631855:17382;41.6653308;-106.3624513,way_type=user_defined:way_id=80W +edge,17382,17382;41.6653308;-106.3624513:17383;41.6647445;-106.3612336,way_type=user_defined:way_id=80W +edge,17383,17383;41.6647445;-106.3612336:17384;41.6641679;-106.3600447,way_type=user_defined:way_id=80W +edge,17384,17384;41.6641679;-106.3600447:17385;41.6631123;-106.3578503,way_type=user_defined:way_id=80W +edge,17385,17385;41.6631123;-106.3578503:17386;41.662771;-106.3571511,way_type=user_defined:way_id=80W +edge,17386,17386;41.662771;-106.3571511:17387;41.6624238;-106.3564345,way_type=user_defined:way_id=80W +edge,17387,17387;41.6624238;-106.3564345:17388;41.662049;-106.3556561,way_type=user_defined:way_id=80W +edge,17388,17388;41.662049;-106.3556561:17389;41.661607;-106.354748,way_type=user_defined:way_id=80W +edge,17389,17389;41.661607;-106.354748:17390;41.6609268;-106.3533393,way_type=user_defined:way_id=80W +edge,17390,17390;41.6609268;-106.3533393:17391;41.6605606;-106.3525863,way_type=user_defined:way_id=80W +edge,17391,17391;41.6605606;-106.3525863:17392;41.660108;-106.3516426,way_type=user_defined:way_id=80W +edge,17392,17392;41.660108;-106.3516426:17393;41.6596607;-106.3507232,way_type=user_defined:way_id=80W +edge,17393,17393;41.6596607;-106.3507232:17394;41.6592763;-106.3499199,way_type=user_defined:way_id=80W +edge,17394,17394;41.6592763;-106.3499199:17395;41.6586997;-106.3487345,way_type=user_defined:way_id=80W +edge,17395,17395;41.6586997;-106.3487345:17396;41.6581379;-106.3475731,way_type=user_defined:way_id=80W +edge,17396,17396;41.6581379;-106.3475731:17397;41.6576481;-106.34657,way_type=user_defined:way_id=80W +edge,17397,17397;41.6576481;-106.34657:17398;41.6569568;-106.3451288,way_type=user_defined:way_id=80W +edge,17398,17398;41.6569568;-106.3451288:17399;41.65665708;-106.3445112,way_type=user_defined:way_id=80W +edge,17399,17399;41.65665708;-106.3445112:17400;41.6560035;-106.3431645,way_type=user_defined:way_id=80W +edge,17400,17400;41.6560035;-106.3431645:17401;41.6555156;-106.3421523,way_type=user_defined:way_id=80W +edge,17401,17401;41.6555156;-106.3421523:17402;41.6552791;-106.341667,way_type=user_defined:way_id=80W +edge,17402,17402;41.6552791;-106.341667:17403;41.6547939;-106.340662,way_type=user_defined:way_id=80W +edge,17403,17403;41.6547939;-106.340662:17404;41.6544044;-106.3398611,way_type=user_defined:way_id=80W +edge,17404,17404;41.6544044;-106.3398611:17405;41.6533433;-106.3376671,way_type=user_defined:way_id=80W +edge,17405,17405;41.6533433;-106.3376671:17406;41.6528578;-106.3366581,way_type=user_defined:way_id=80W +edge,17406,17406;41.6528578;-106.3366581:17407;41.6520968;-106.3350948,way_type=user_defined:way_id=80W +edge,17407,17407;41.6520968;-106.3350948:17408;41.6511852;-106.3332058,way_type=user_defined:way_id=80W +edge,17408,17408;41.6511852;-106.3332058:17409;41.6498967;-106.3305492,way_type=user_defined:way_id=80W +edge,17409,17409;41.6498967;-106.3305492:17410;41.6491303;-106.3289597,way_type=user_defined:way_id=80W +edge,17410,17410;41.6491303;-106.3289597:17411;41.6481963;-106.3270305,way_type=user_defined:way_id=80W +edge,17411,17411;41.6481963;-106.3270305:17412;41.6478554;-106.3263294,way_type=user_defined:way_id=80W +edge,17412,17412;41.6478554;-106.3263294:17413;41.647477;-106.3255409,way_type=user_defined:way_id=80W +edge,17413,17413;41.647477;-106.3255409:17414;41.647019;-106.3245927,way_type=user_defined:way_id=80W +edge,17414,17414;41.647019;-106.3245927:17415;41.6466462;-106.3238298,way_type=user_defined:way_id=80W +edge,17415,17415;41.6466462;-106.3238298:17416;41.6458887;-106.3222634,way_type=user_defined:way_id=80W +edge,17416,17416;41.6458887;-106.3222634:17417;41.6457488;-106.3219708,way_type=user_defined:way_id=80W +edge,17417,17417;41.6457488;-106.3219708:17418;41.6456315;-106.3217207,way_type=user_defined:way_id=80W +edge,17418,17418;41.6456315;-106.3217207:17419;41.6455073;-106.3214503,way_type=user_defined:way_id=80W +edge,17419,17419;41.6455073;-106.3214503:17420;41.6453921;-106.3211931,way_type=user_defined:way_id=80W +edge,17420,17420;41.6453921;-106.3211931:17421;41.6452874;-106.3209528,way_type=user_defined:way_id=80W +edge,17421,17421;41.6452874;-106.3209528:17422;41.6451818;-106.3207012,way_type=user_defined:way_id=80W +edge,17422,17422;41.6451818;-106.3207012:17423;41.6450782;-106.3204447,way_type=user_defined:way_id=80W +edge,17423,17423;41.6450782;-106.3204447:17424;41.6449844;-106.3202038,way_type=user_defined:way_id=80W +edge,17424,17424;41.6449844;-106.3202038:17425;41.6448895;-106.3199512,way_type=user_defined:way_id=80W +edge,17425,17425;41.6448895;-106.3199512:17426;41.644785;-106.3196622,way_type=user_defined:way_id=80W +edge,17426,17426;41.644785;-106.3196622:17427;41.6446936;-106.3193985,way_type=user_defined:way_id=80W +edge,17427,17427;41.6446936;-106.3193985:17428;41.6446044;-106.3191314,way_type=user_defined:way_id=80W +edge,17428,17428;41.6446044;-106.3191314:17429;41.6445209;-106.3188746,way_type=user_defined:way_id=80W +edge,17429,17429;41.6445209;-106.3188746:17430;41.6444338;-106.3185984,way_type=user_defined:way_id=80W +edge,17430,17430;41.6444338;-106.3185984:17431;41.6443552;-106.318338,way_type=user_defined:way_id=80W +edge,17431,17431;41.6443552;-106.318338:17432;41.6442747;-106.3180586,way_type=user_defined:way_id=80W +edge,17432,17432;41.6442747;-106.3180586:17433;41.6442025;-106.317795,way_type=user_defined:way_id=80W +edge,17433,17433;41.6442025;-106.317795:17434;41.6441291;-106.3175118,way_type=user_defined:way_id=80W +edge,17434,17434;41.6441291;-106.3175118:17435;41.6440607;-106.3172359,way_type=user_defined:way_id=80W +edge,17435,17435;41.6440607;-106.3172359:17436;41.6439975;-106.3169675,way_type=user_defined:way_id=80W +edge,17436,17436;41.6439975;-106.3169675:17437;41.6439337;-106.3166793,way_type=user_defined:way_id=80W +edge,17437,17437;41.6439337;-106.3166793:17438;41.6438765;-106.316408,way_type=user_defined:way_id=80W +edge,17438,17438;41.6438765;-106.316408:17439;41.6438194;-106.3161266,way_type=user_defined:way_id=80W +edge,17439,17439;41.6438194;-106.3161266:17440;41.6437625;-106.3158349,way_type=user_defined:way_id=80W +edge,17440,17440;41.6437625;-106.3158349:17441;41.6436723;-106.3153495,way_type=user_defined:way_id=80W +edge,17441,17441;41.6436723;-106.3153495:17442;41.6435979;-106.3149258,way_type=user_defined:way_id=80W +edge,17442,17442;41.6435979;-106.3149258:17443;41.6434576;-106.3141036,way_type=user_defined:way_id=80W +edge,17443,17443;41.6434576;-106.3141036:17444;41.6433213;-106.3132905,way_type=user_defined:way_id=80W +edge,17444,17444;41.6433213;-106.3132905:17445;41.6432064;-106.3126294,way_type=user_defined:way_id=80W +edge,17445,17445;41.6432064;-106.3126294:17446;41.6426571;-106.3093803,way_type=user_defined:way_id=80W +edge,17446,17446;41.6426571;-106.3093803:17447;41.6425154;-106.3085639,way_type=user_defined:way_id=80W +edge,17447,17447;41.6425154;-106.3085639:17448;41.6423723;-106.3077234,way_type=user_defined:way_id=80W +edge,17448,17448;41.6423723;-106.3077234:17449;41.6422283;-106.3069012,way_type=user_defined:way_id=80W +edge,17449,17449;41.6422283;-106.3069012:17450;41.6420623;-106.3059049,way_type=user_defined:way_id=80W +edge,17450,17450;41.6420623;-106.3059049:17451;41.6419011;-106.3049518,way_type=user_defined:way_id=80W +edge,17451,17451;41.6419011;-106.3049518:17452;41.641717;-106.303889,way_type=user_defined:way_id=80W +edge,17452,17452;41.641717;-106.303889:17453;41.6412504;-106.3011364,way_type=user_defined:way_id=80W +edge,17453,17453;41.6412504;-106.3011364:17454;41.6410714;-106.3000952,way_type=user_defined:way_id=80W +edge,17454,17454;41.6410714;-106.3000952:17455;41.6407552;-106.2982418,way_type=user_defined:way_id=80W +edge,17455,17455;41.6407552;-106.2982418:17456;41.64056;-106.2971146,way_type=user_defined:way_id=80W +edge,17456,17456;41.64056;-106.2971146:17457;41.6404404;-106.2964378,way_type=user_defined:way_id=80W +edge,17457,17457;41.6404404;-106.2964378:17458;41.6403945;-106.2961887,way_type=user_defined:way_id=80W +edge,17458,17458;41.6403945;-106.2961887:17459;41.6403338;-106.2958765,way_type=user_defined:way_id=80W +edge,17459,17459;41.6403338;-106.2958765:17460;41.6402765;-106.2956029,way_type=user_defined:way_id=80W +edge,17460,17460;41.6402765;-106.2956029:17461;41.6402135;-106.2953217,way_type=user_defined:way_id=80W +edge,17461,17461;41.6402135;-106.2953217:17462;41.6401356;-106.2949972,way_type=user_defined:way_id=80W +edge,17462,17462;41.6401356;-106.2949972:17463;41.6400667;-106.2947291,way_type=user_defined:way_id=80W +edge,17463,17463;41.6400667;-106.2947291:17464;41.6400115;-106.2945253,way_type=user_defined:way_id=80W +edge,17464,17464;41.6400115;-106.2945253:17465;41.6399822;-106.2944186,way_type=user_defined:way_id=80W +edge,17465,17465;41.6399822;-106.2944186:17466;41.6399044;-106.2941471,way_type=user_defined:way_id=80W +edge,17466,17466;41.6399044;-106.2941471:17467;41.6398231;-106.2938775,way_type=user_defined:way_id=80W +edge,17467,17467;41.6398231;-106.2938775:17468;41.639747;-106.2936373,way_type=user_defined:way_id=80W +edge,17468,17468;41.639747;-106.2936373:17469;41.6396387;-106.2933109,way_type=user_defined:way_id=80W +edge,17469,17469;41.6396387;-106.2933109:17470;41.6395442;-106.2930403,way_type=user_defined:way_id=80W +edge,17470,17470;41.6395442;-106.2930403:17471;41.6394503;-106.2927815,way_type=user_defined:way_id=80W +edge,17471,17471;41.6394503;-106.2927815:17472;41.6393538;-106.2925247,way_type=user_defined:way_id=80W +edge,17472,17472;41.6393538;-106.2925247:17473;41.6392548;-106.2922713,way_type=user_defined:way_id=80W +edge,17473,17473;41.6392548;-106.2922713:17474;41.6391495;-106.292013,way_type=user_defined:way_id=80W +edge,17474,17474;41.6391495;-106.292013:17475;41.6390418;-106.2917581,way_type=user_defined:way_id=80W +edge,17475,17475;41.6390418;-106.2917581:17476;41.638931;-106.2915071,way_type=user_defined:way_id=80W +edge,17476,17476;41.638931;-106.2915071:17477;41.6388039;-106.2912347,way_type=user_defined:way_id=80W +edge,17477,17477;41.6388039;-106.2912347:17478;41.6386967;-106.2910143,way_type=user_defined:way_id=80W +edge,17478,17478;41.6386967;-106.2910143:17479;41.6385781;-106.2907794,way_type=user_defined:way_id=80W +edge,17479,17479;41.6385781;-106.2907794:17480;41.6384527;-106.2905387,way_type=user_defined:way_id=80W +edge,17480,17480;41.6384527;-106.2905387:17481;41.6383578;-106.2903618,way_type=user_defined:way_id=80W +edge,17481,17481;41.6383578;-106.2903618:17482;41.6383076;-106.2902693,way_type=user_defined:way_id=80W +edge,17482,17482;41.6383076;-106.2902693:17483;41.6381936;-106.2900656,way_type=user_defined:way_id=80W +edge,17483,17483;41.6381936;-106.2900656:17484;41.6380589;-106.289833,way_type=user_defined:way_id=80W +edge,17484,17484;41.6380589;-106.289833:17485;41.6379751;-106.2896921,way_type=user_defined:way_id=80W +edge,17485,17485;41.6379751;-106.2896921:17486;41.6379087;-106.2895812,way_type=user_defined:way_id=80W +edge,17486,17486;41.6379087;-106.2895812:17487;41.637787;-106.2893837,way_type=user_defined:way_id=80W +edge,17487,17487;41.637787;-106.2893837:17488;41.63753269;-106.2889812,way_type=user_defined:way_id=80W +edge,17488,17488;41.63753269;-106.2889812:17489;41.6374859;-106.2889072,way_type=user_defined:way_id=80W +edge,17489,17489;41.6374859;-106.2889072:17490;41.6371679;-106.288411,way_type=user_defined:way_id=80W +edge,17490,17490;41.6371679;-106.288411:17491;41.6371679;-106.288411,way_type=user_defined:way_id=80W +edge,17491,17491;41.6371679;-106.288411:17492;41.6366361;-106.287578,way_type=user_defined:way_id=80W +edge,17492,17492;41.6366361;-106.287578:17493;41.6360523;-106.2866585,way_type=user_defined:way_id=80W +edge,17493,17493;41.6360523;-106.2866585:17494;41.63583849;-106.2863234,way_type=user_defined:way_id=80W +edge,17494,17494;41.63583849;-106.2863234:17495;41.63425928;-106.2838484,way_type=user_defined:way_id=80W +edge,17495,17495;41.63425928;-106.2838484:17496;41.63425928;-106.2838484,way_type=user_defined:way_id=80W +edge,17496,17496;41.63425928;-106.2838484:17497;41.6335458;-106.2827301,way_type=user_defined:way_id=80W +edge,17497,17497;41.6335458;-106.2827301:17498;41.6326152;-106.2812794,way_type=user_defined:way_id=80W +edge,17498,17498;41.6326152;-106.2812794:17499;41.63229243;-106.2807727,way_type=user_defined:way_id=80W +edge,17499,17499;41.63229243;-106.2807727:17500;41.632244;-106.2806967,way_type=user_defined:way_id=80W +edge,17500,17500;41.632244;-106.2806967:17501;41.6319459;-106.2802245,way_type=user_defined:way_id=80W +edge,17501,17501;41.6319459;-106.2802245:17502;41.6315587;-106.2796161,way_type=user_defined:way_id=80W +edge,17502,17502;41.6315587;-106.2796161:17503;41.6311035;-106.2789069,way_type=user_defined:way_id=80W +edge,17503,17503;41.6311035;-106.2789069:17504;41.6309784;-106.2787072,way_type=user_defined:way_id=80W +edge,17504,17504;41.6309784;-106.2787072:17505;41.6308771;-106.278539,way_type=user_defined:way_id=80W +edge,17505,17505;41.6308771;-106.278539:17506;41.6308771;-106.278539,way_type=user_defined:way_id=80W +edge,17506,17506;41.6308771;-106.278539:17507;41.630708;-106.2782498,way_type=user_defined:way_id=80W +edge,17507,17507;41.630708;-106.2782498:17508;41.6305803;-106.2780232,way_type=user_defined:way_id=80W +edge,17508,17508;41.6305803;-106.2780232:17509;41.6304626;-106.2778093,way_type=user_defined:way_id=80W +edge,17509,17509;41.6304626;-106.2778093:17510;41.6303378;-106.2775777,way_type=user_defined:way_id=80W +edge,17510,17510;41.6303378;-106.2775777:17511;41.6302438;-106.277398,way_type=user_defined:way_id=80W +edge,17511,17511;41.6302438;-106.277398:17512;41.6300912;-106.2770974,way_type=user_defined:way_id=80W +edge,17512,17512;41.6300912;-106.2770974:17513;41.6299739;-106.2768566,way_type=user_defined:way_id=80W +edge,17513,17513;41.6299739;-106.2768566:17514;41.6298746;-106.2766455,way_type=user_defined:way_id=80W +edge,17514,17514;41.6298746;-106.2766455:17515;41.629729;-106.2763258,way_type=user_defined:way_id=80W +edge,17515,17515;41.629729;-106.2763258:17516;41.6296305;-106.2761034,way_type=user_defined:way_id=80W +edge,17516,17516;41.6296305;-106.2761034:17517;41.629526;-106.2758622,way_type=user_defined:way_id=80W +edge,17517,17517;41.629526;-106.2758622:17518;41.6294206;-106.2756116,way_type=user_defined:way_id=80W +edge,17518,17518;41.6294206;-106.2756116:17519;41.6293282;-106.2753845,way_type=user_defined:way_id=80W +edge,17519,17519;41.6293282;-106.2753845:17520;41.629215;-106.2750968,way_type=user_defined:way_id=80W +edge,17520,17520;41.629215;-106.2750968:17521;41.6291278;-106.2748667,way_type=user_defined:way_id=80W +edge,17521,17521;41.6291278;-106.2748667:17522;41.6290307;-106.2746007,way_type=user_defined:way_id=80W +edge,17522,17522;41.6290307;-106.2746007:17523;41.6289399;-106.2743413,way_type=user_defined:way_id=80W +edge,17523,17523;41.6289399;-106.2743413:17524;41.6288957;-106.2742109,way_type=user_defined:way_id=80W +edge,17524,17524;41.6288957;-106.2742109:17525;41.6288516;-106.2740805,way_type=user_defined:way_id=80W +edge,17525,17525;41.6288516;-106.2740805:17526;41.6287629;-106.2738092,way_type=user_defined:way_id=80W +edge,17526,17526;41.6287629;-106.2738092:17527;41.6286796;-106.2735451,way_type=user_defined:way_id=80W +edge,17527,17527;41.6286796;-106.2735451:17528;41.6286064;-106.2733058,way_type=user_defined:way_id=80W +edge,17528,17528;41.6286064;-106.2733058:17529;41.6285278;-106.2730377,way_type=user_defined:way_id=80W +edge,17529,17529;41.6285278;-106.2730377:17530;41.6284426;-106.2727308,way_type=user_defined:way_id=80W +edge,17530,17530;41.6284426;-106.2727308:17531;41.6283782;-106.272485,way_type=user_defined:way_id=80W +edge,17531,17531;41.6283782;-106.272485:17532;41.6283095;-106.27221,way_type=user_defined:way_id=80W +edge,17532,17532;41.6283095;-106.27221:17533;41.6282431;-106.271933,way_type=user_defined:way_id=80W +edge,17533,17533;41.6282431;-106.271933:17534;41.6281808;-106.2716636,way_type=user_defined:way_id=80W +edge,17534,17534;41.6281808;-106.2716636:17535;41.628117;-106.2713744,way_type=user_defined:way_id=80W +edge,17535,17535;41.628117;-106.2713744:17536;41.6280732;-106.2711648,way_type=user_defined:way_id=80W +edge,17536,17536;41.6280732;-106.2711648:17537;41.627954;-106.2705718,way_type=user_defined:way_id=80W +edge,17537,17537;41.627954;-106.2705718:17538;41.6277804;-106.2696876,way_type=user_defined:way_id=80W +edge,17538,17538;41.6277804;-106.2696876:17539;41.6276329;-106.2689465,way_type=user_defined:way_id=80W +edge,17539,17539;41.6276329;-106.2689465:17540;41.6271207;-106.2663137,way_type=user_defined:way_id=80W +edge,17540,17540;41.6271207;-106.2663137:17541;41.6265744;-106.2635155,way_type=user_defined:way_id=80W +edge,17541,17541;41.6265744;-106.2635155:17542;41.6263394;-106.2623043,way_type=user_defined:way_id=80W +edge,17542,17542;41.6263394;-106.2623043:17543;41.6260091;-106.2606212,way_type=user_defined:way_id=80W +edge,17543,17543;41.6260091;-106.2606212:17544;41.6255248;-106.2581273,way_type=user_defined:way_id=80W +edge,17544,17544;41.6255248;-106.2581273:17545;41.6250204;-106.255566,way_type=user_defined:way_id=80W +edge,17545,17545;41.6250204;-106.255566:17546;41.6248395;-106.2546255,way_type=user_defined:way_id=80W +edge,17546,17546;41.6248395;-106.2546255:17547;41.6245891;-106.253356,way_type=user_defined:way_id=80W +edge,17547,17547;41.6245891;-106.253356:17548;41.6239954;-106.2502981,way_type=user_defined:way_id=80W +edge,17548,17548;41.6239954;-106.2502981:17549;41.6237785;-106.2492067,way_type=user_defined:way_id=80W +edge,17549,17549;41.6237785;-106.2492067:17550;41.6236078;-106.2483299,way_type=user_defined:way_id=80W +edge,17550,17550;41.6236078;-106.2483299:17551;41.6235516;-106.2480494,way_type=user_defined:way_id=80W +edge,17551,17551;41.6235516;-106.2480494:17552;41.6234863;-106.2477346,way_type=user_defined:way_id=80W +edge,17552,17552;41.6234863;-106.2477346:17553;41.6234337;-106.2474913,way_type=user_defined:way_id=80W +edge,17553,17553;41.6234337;-106.2474913:17554;41.6233688;-106.2472054,way_type=user_defined:way_id=80W +edge,17554,17554;41.6233688;-106.2472054:17555;41.6233137;-106.2469736,way_type=user_defined:way_id=80W +edge,17555,17555;41.6233137;-106.2469736:17556;41.6232449;-106.2467017,way_type=user_defined:way_id=80W +edge,17556,17556;41.6232449;-106.2467017:17557;41.623164;-106.2464005,way_type=user_defined:way_id=80W +edge,17557,17557;41.623164;-106.2464005:17558;41.6230922;-106.2461452,way_type=user_defined:way_id=80W +edge,17558,17558;41.6230922;-106.2461452:17559;41.6230155;-106.2458838,way_type=user_defined:way_id=80W +edge,17559,17559;41.6230155;-106.2458838:17560;41.6229307;-106.2456063,way_type=user_defined:way_id=80W +edge,17560,17560;41.6229307;-106.2456063:17561;41.6228457;-106.2453382,way_type=user_defined:way_id=80W +edge,17561,17561;41.6228457;-106.2453382:17562;41.6227525;-106.2450539,way_type=user_defined:way_id=80W +edge,17562,17562;41.6227525;-106.2450539:17563;41.6226591;-106.2447797,way_type=user_defined:way_id=80W +edge,17563,17563;41.6226591;-106.2447797:17564;41.6225684;-106.2445245,way_type=user_defined:way_id=80W +edge,17564,17564;41.6225684;-106.2445245:17565;41.6224792;-106.2442851,way_type=user_defined:way_id=80W +edge,17565,17565;41.6224792;-106.2442851:17566;41.6223783;-106.244026,way_type=user_defined:way_id=80W +edge,17566,17566;41.6223783;-106.244026:17567;41.6222671;-106.2437503,way_type=user_defined:way_id=80W +edge,17567,17567;41.6222671;-106.2437503:17568;41.6221604;-106.2434924,way_type=user_defined:way_id=80W +edge,17568,17568;41.6221604;-106.2434924:17569;41.6220404;-106.2432109,way_type=user_defined:way_id=80W +edge,17569,17569;41.6220404;-106.2432109:17570;41.6219399;-106.242983,way_type=user_defined:way_id=80W +edge,17570,17570;41.6219399;-106.242983:17571;41.6218257;-106.242733,way_type=user_defined:way_id=80W +edge,17571,17571;41.6218257;-106.242733:17572;41.6217128;-106.2424939,way_type=user_defined:way_id=80W +edge,17572,17572;41.6217128;-106.2424939:17573;41.6215933;-106.2422498,way_type=user_defined:way_id=80W +edge,17573,17573;41.6215933;-106.2422498:17574;41.6214701;-106.242009,way_type=user_defined:way_id=80W +edge,17574,17574;41.6214701;-106.242009:17575;41.6213435;-106.2417703,way_type=user_defined:way_id=80W +edge,17575,17575;41.6213435;-106.2417703:17576;41.6212148;-106.2415345,way_type=user_defined:way_id=80W +edge,17576,17576;41.6212148;-106.2415345:17577;41.621071;-106.2412791,way_type=user_defined:way_id=80W +edge,17577,17577;41.621071;-106.2412791:17578;41.6209513;-106.2410726,way_type=user_defined:way_id=80W +edge,17578,17578;41.6209513;-106.2410726:17579;41.6208032;-106.240823,way_type=user_defined:way_id=80W +edge,17579,17579;41.6208032;-106.240823:17580;41.6206801;-106.2406212,way_type=user_defined:way_id=80W +edge,17580,17580;41.6206801;-106.2406212:17581;41.6205764;-106.2404567,way_type=user_defined:way_id=80W +edge,17581,17581;41.6205764;-106.2404567:17582;41.6203792;-106.2401529,way_type=user_defined:way_id=80W +edge,17582,17582;41.6203792;-106.2401529:17583;41.6202523;-106.2399651,way_type=user_defined:way_id=80W +edge,17583,17583;41.6202523;-106.2399651:17584;41.6201041;-106.2397528,way_type=user_defined:way_id=80W +edge,17584,17584;41.6201041;-106.2397528:17585;41.6199381;-106.2395225,way_type=user_defined:way_id=80W +edge,17585,17585;41.6199381;-106.2395225:17586;41.6198003;-106.2393368,way_type=user_defined:way_id=80W +edge,17586,17586;41.6198003;-106.2393368:17587;41.6196449;-106.2391337,way_type=user_defined:way_id=80W +edge,17587,17587;41.6196449;-106.2391337:17588;41.6194878;-106.238934,way_type=user_defined:way_id=80W +edge,17588,17588;41.6194878;-106.238934:17589;41.619329;-106.238736,way_type=user_defined:way_id=80W +edge,17589,17589;41.619329;-106.238736:17590;41.6191691;-106.2385414,way_type=user_defined:way_id=80W +edge,17590,17590;41.6191691;-106.2385414:17591;41.6190069;-106.2383504,way_type=user_defined:way_id=80W +edge,17591,17591;41.6190069;-106.2383504:17592;41.6189034;-106.2382322,way_type=user_defined:way_id=80W +edge,17592,17592;41.6189034;-106.2382322:17593;41.6188378;-106.2381576,way_type=user_defined:way_id=80W +edge,17593,17593;41.6188378;-106.2381576:17594;41.6186722;-106.237975,way_type=user_defined:way_id=80W +edge,17594,17594;41.6186722;-106.237975:17595;41.6185047;-106.2377967,way_type=user_defined:way_id=80W +edge,17595,17595;41.6185047;-106.2377967:17596;41.6183355;-106.2376226,way_type=user_defined:way_id=80W +edge,17596,17596;41.6183355;-106.2376226:17597;41.6181595;-106.2374468,way_type=user_defined:way_id=80W +edge,17597,17597;41.6181595;-106.2374468:17598;41.6180007;-106.2372926,way_type=user_defined:way_id=80W +edge,17598,17598;41.6180007;-106.2372926:17599;41.6178292;-106.2371311,way_type=user_defined:way_id=80W +edge,17599,17599;41.6178292;-106.2371311:17600;41.61776499;-106.2370728,way_type=user_defined:way_id=80W +edge,17600,17600;41.61776499;-106.2370728:17601;41.61726961;-106.2366377,way_type=user_defined:way_id=80W +edge,17601,17601;41.61726961;-106.2366377:17602;41.6167963;-106.2362425,way_type=user_defined:way_id=80W +edge,17602,17602;41.6167963;-106.2362425:17603;41.6164034;-106.2359172,way_type=user_defined:way_id=80W +edge,17603,17603;41.6164034;-106.2359172:17604;41.6147504;-106.2345666,way_type=user_defined:way_id=80W +edge,17604,17604;41.6147504;-106.2345666:17605;41.614193;-106.2341073,way_type=user_defined:way_id=80W +edge,17605,17605;41.614193;-106.2341073:17606;41.61387652;-106.2338444,way_type=user_defined:way_id=80W +edge,17606,17606;41.61387652;-106.2338444:17607;41.61218837;-106.2324878,way_type=user_defined:way_id=80W +edge,17607,17607;41.61218837;-106.2324878:17608;41.61130302;-106.231773,way_type=user_defined:way_id=80W +edge,17608,17608;41.61130302;-106.231773:17609;41.61130302;-106.231773,way_type=user_defined:way_id=80W +edge,17609,17609;41.61130302;-106.231773:17610;41.6097618;-106.2304887,way_type=user_defined:way_id=80W +edge,17610,17610;41.6097618;-106.2304887:17611;41.608499;-106.2294531,way_type=user_defined:way_id=80W +edge,17611,17611;41.608499;-106.2294531:17612;41.6078967;-106.2289619,way_type=user_defined:way_id=80W +edge,17612,17612;41.6078967;-106.2289619:17613;41.6071026;-106.2283108,way_type=user_defined:way_id=80W +edge,17613,17613;41.6071026;-106.2283108:17614;41.6062406;-106.2276076,way_type=user_defined:way_id=80W +edge,17614,17614;41.6062406;-106.2276076:17615;41.6053112;-106.2268461,way_type=user_defined:way_id=80W +edge,17615,17615;41.6053112;-106.2268461:17616;41.6049366;-106.2265418,way_type=user_defined:way_id=80W +edge,17616,17616;41.6049366;-106.2265418:17617;41.6037595;-106.2255748,way_type=user_defined:way_id=80W +edge,17617,17617;41.6037595;-106.2255748:17618;41.6023019;-106.224387,way_type=user_defined:way_id=80W +edge,17618,17618;41.6023019;-106.224387:17619;41.6018933;-106.224048,way_type=user_defined:way_id=80W +edge,17619,17619;41.6018933;-106.224048:17620;41.6017074;-106.2238907,way_type=user_defined:way_id=80W +edge,17620,17620;41.6017074;-106.2238907:17621;41.6015434;-106.2237487,way_type=user_defined:way_id=80W +edge,17621,17621;41.6015434;-106.2237487:17622;41.6013252;-106.2235495,way_type=user_defined:way_id=80W +edge,17622,17622;41.6013252;-106.2235495:17623;41.6011533;-106.2233841,way_type=user_defined:way_id=80W +edge,17623,17623;41.6011533;-106.2233841:17624;41.6009983;-106.2232276,way_type=user_defined:way_id=80W +edge,17624,17624;41.6009983;-106.2232276:17625;41.6008321;-106.2230495,way_type=user_defined:way_id=80W +edge,17625,17625;41.6008321;-106.2230495:17626;41.6006669;-106.222861,way_type=user_defined:way_id=80W +edge,17626,17626;41.6006669;-106.222861:17627;41.6005239;-106.2226872,way_type=user_defined:way_id=80W +edge,17627,17627;41.6005239;-106.2226872:17628;41.6003652;-106.2224841,way_type=user_defined:way_id=80W +edge,17628,17628;41.6003652;-106.2224841:17629;41.6002169;-106.2222844,way_type=user_defined:way_id=80W +edge,17629,17629;41.6002169;-106.2222844:17630;41.6000832;-106.2220963,way_type=user_defined:way_id=80W +edge,17630,17630;41.6000832;-106.2220963:17631;41.5999548;-106.2219053,way_type=user_defined:way_id=80W +edge,17631,17631;41.5999548;-106.2219053:17632;41.5998272;-106.2217048,way_type=user_defined:way_id=80W +edge,17632,17632;41.5998272;-106.2217048:17633;41.5996995;-106.2214935,way_type=user_defined:way_id=80W +edge,17633,17633;41.5996995;-106.2214935:17634;41.5995811;-106.2212877,way_type=user_defined:way_id=80W +edge,17634,17634;41.5995811;-106.2212877:17635;41.5994715;-106.2210868,way_type=user_defined:way_id=80W +edge,17635,17635;41.5994715;-106.2210868:17636;41.5994432;-106.2210325,way_type=user_defined:way_id=80W +edge,17636,17636;41.5994432;-106.2210325:17637;41.5993498;-106.2208506,way_type=user_defined:way_id=80W +edge,17637,17637;41.5993498;-106.2208506:17638;41.5992628;-106.2206726,way_type=user_defined:way_id=80W +edge,17638,17638;41.5992628;-106.2206726:17639;41.5991607;-106.2204531,way_type=user_defined:way_id=80W +edge,17639,17639;41.5991607;-106.2204531:17640;41.5990515;-106.2202032,way_type=user_defined:way_id=80W +edge,17640,17640;41.5990515;-106.2202032:17641;41.5989607;-106.2199789,way_type=user_defined:way_id=80W +edge,17641,17641;41.5989607;-106.2199789:17642;41.5988797;-106.219764,way_type=user_defined:way_id=80W +edge,17642,17642;41.5988797;-106.219764:17643;41.5987987;-106.219536,way_type=user_defined:way_id=80W +edge,17643,17643;41.5987987;-106.219536:17644;41.5987331;-106.219342,way_type=user_defined:way_id=80W +edge,17644,17644;41.5987331;-106.219342:17645;41.5986471;-106.2190756,way_type=user_defined:way_id=80W +edge,17645,17645;41.5986471;-106.2190756:17646;41.5985748;-106.2188336,way_type=user_defined:way_id=80W +edge,17646,17646;41.5985748;-106.2188336:17647;41.5985095;-106.2185966,way_type=user_defined:way_id=80W +edge,17647,17647;41.5985095;-106.2185966:17648;41.5984477;-106.2183495,way_type=user_defined:way_id=80W +edge,17648,17648;41.5984477;-106.2183495:17649;41.5984004;-106.2181442,way_type=user_defined:way_id=80W +edge,17649,17649;41.5984004;-106.2181442:17650;41.5983503;-106.2179105,way_type=user_defined:way_id=80W +edge,17650,17650;41.5983503;-106.2179105:17651;41.5982938;-106.2176205,way_type=user_defined:way_id=80W +edge,17651,17651;41.5982938;-106.2176205:17652;41.5982566;-106.2174107,way_type=user_defined:way_id=80W +edge,17652,17652;41.5982566;-106.2174107:17653;41.5982179;-106.2171624,way_type=user_defined:way_id=80W +edge,17653,17653;41.5982179;-106.2171624:17654;41.5981858;-106.2169213,way_type=user_defined:way_id=80W +edge,17654,17654;41.5981858;-106.2169213:17655;41.598157;-106.2166695,way_type=user_defined:way_id=80W +edge,17655,17655;41.598157;-106.2166695:17656;41.5981316;-106.2164078,way_type=user_defined:way_id=80W +edge,17656,17656;41.5981316;-106.2164078:17657;41.5981118;-106.2161538,way_type=user_defined:way_id=80W +edge,17657,17657;41.5981118;-106.2161538:17658;41.5980968;-106.2159089,way_type=user_defined:way_id=80W +edge,17658,17658;41.5980968;-106.2159089:17659;41.5980851;-106.2156543,way_type=user_defined:way_id=80W +edge,17659,17659;41.5980851;-106.2156543:17660;41.5980774;-106.2153709,way_type=user_defined:way_id=80W +edge,17660,17660;41.5980774;-106.2153709:17661;41.5980742;-106.2151158,way_type=user_defined:way_id=80W +edge,17661,17661;41.5980742;-106.2151158:17662;41.5980728;-106.2148608,way_type=user_defined:way_id=80W +edge,17662,17662;41.5980728;-106.2148608:17663;41.59807262;-106.2139911,way_type=user_defined:way_id=80W +edge,17663,17663;41.59807262;-106.2139911:17664;41.5980722;-106.2120009,way_type=user_defined:way_id=80W +edge,17664,17664;41.5980722;-106.2120009:17665;41.5980723;-106.2118233,way_type=user_defined:way_id=80W +edge,17665,17665;41.5980723;-106.2118233:17666;41.5980746;-106.2115626,way_type=user_defined:way_id=80W +edge,17666,17666;41.5980746;-106.2115626:17667;41.5980746;-106.2115626,way_type=user_defined:way_id=80W +edge,17667,17667;41.5980746;-106.2115626:17668;41.59809459;-106.2098593,way_type=user_defined:way_id=80W +edge,17668,17668;41.59809459;-106.2098593:17669;41.59809459;-106.2098593,way_type=user_defined:way_id=80W +edge,17669,17669;41.59809459;-106.2098593:17670;41.59808961;-106.2094276,way_type=user_defined:way_id=80W +edge,17670,17670;41.59808961;-106.2094276:17671;41.59809436;-106.2075268,way_type=user_defined:way_id=80W +edge,17671,17671;41.59809436;-106.2075268:17672;41.59809448;-106.2073837,way_type=user_defined:way_id=80W +edge,17672,17672;41.59809448;-106.2073837:17673;41.59809551;-106.2061267,way_type=user_defined:way_id=80W +edge,17673,17673;41.59809551;-106.2061267:17674;41.5980912;-106.2046552,way_type=user_defined:way_id=80W +edge,17674,17674;41.5980912;-106.2046552:17675;41.5980865;-106.204106,way_type=user_defined:way_id=80W +edge,17675,17675;41.5980865;-106.204106:17676;41.59808585;-106.2039209,way_type=user_defined:way_id=80W +edge,17676,17676;41.59808585;-106.2039209:17677;41.5980844;-106.2035092,way_type=user_defined:way_id=80W +edge,17677,17677;41.5980844;-106.2035092:17678;41.5980785;-106.2030759,way_type=user_defined:way_id=80W +edge,17678,17678;41.5980785;-106.2030759:17679;41.5980733;-106.2028332,way_type=user_defined:way_id=80W +edge,17679,17679;41.5980733;-106.2028332:17680;41.5980685;-106.2026535,way_type=user_defined:way_id=80W +edge,17680,17680;41.5980685;-106.2026535:17681;41.5980613;-106.2024544,way_type=user_defined:way_id=80W +edge,17681,17681;41.5980613;-106.2024544:17682;41.5980613;-106.2024544,way_type=user_defined:way_id=80W +edge,17682,17682;41.5980613;-106.2024544:17683;41.5980489;-106.202204,way_type=user_defined:way_id=80W +edge,17683,17683;41.5980489;-106.202204:17684;41.598031;-106.2019428,way_type=user_defined:way_id=80W +edge,17684,17684;41.598031;-106.2019428:17685;41.5980118;-106.2017299,way_type=user_defined:way_id=80W +edge,17685,17685;41.5980118;-106.2017299:17686;41.5980048;-106.2016654,way_type=user_defined:way_id=80W +edge,17686,17686;41.5980048;-106.2016654:17687;41.59799723;-106.2015983,way_type=user_defined:way_id=80W +edge,17687,17687;41.59799723;-106.2015983:17688;41.597984;-106.2014811,way_type=user_defined:way_id=80W +edge,17688,17688;41.597984;-106.2014811:17689;41.5979557;-106.201262,way_type=user_defined:way_id=80W +edge,17689,17689;41.5979557;-106.201262:17690;41.5979245;-106.2010445,way_type=user_defined:way_id=80W +edge,17690,17690;41.5979245;-106.2010445:17691;41.5979019;-106.2008995,way_type=user_defined:way_id=80W +edge,17691,17691;41.5979019;-106.2008995:17692;41.5978845;-106.2007904,way_type=user_defined:way_id=80W +edge,17692,17692;41.5978845;-106.2007904:17693;41.5978507;-106.2005939,way_type=user_defined:way_id=80W +edge,17693,17693;41.5978507;-106.2005939:17694;41.5978025;-106.2003435,way_type=user_defined:way_id=80W +edge,17694,17694;41.5978025;-106.2003435:17695;41.5977566;-106.2001321,way_type=user_defined:way_id=80W +edge,17695,17695;41.5977566;-106.2001321:17696;41.5977081;-106.1999291,way_type=user_defined:way_id=80W +edge,17696,17696;41.5977081;-106.1999291:17697;41.5976436;-106.1996806,way_type=user_defined:way_id=80W +edge,17697,17697;41.5976436;-106.1996806:17698;41.5975861;-106.1994751,way_type=user_defined:way_id=80W +edge,17698,17698;41.5975861;-106.1994751:17699;41.597525;-106.1992695,way_type=user_defined:way_id=80W +edge,17699,17699;41.597525;-106.1992695:17700;41.5974551;-106.1990465,way_type=user_defined:way_id=80W +edge,17700,17700;41.5974551;-106.1990465:17701;41.5973794;-106.1988175,way_type=user_defined:way_id=80W +edge,17701,17701;41.5973794;-106.1988175:17702;41.5973093;-106.1986149,way_type=user_defined:way_id=80W +edge,17702,17702;41.5973093;-106.1986149:17703;41.5972629;-106.1984856,way_type=user_defined:way_id=80W +edge,17703,17703;41.5972629;-106.1984856:17704;41.5972156;-106.1983558,way_type=user_defined:way_id=80W +edge,17704,17704;41.5972156;-106.1983558:17705;41.5971412;-106.1981585,way_type=user_defined:way_id=80W +edge,17705,17705;41.5971412;-106.1981585:17706;41.5970536;-106.1979388,way_type=user_defined:way_id=80W +edge,17706,17706;41.5970536;-106.1979388:17707;41.5969589;-106.1977147,way_type=user_defined:way_id=80W +edge,17707,17707;41.5969589;-106.1977147:17708;41.59688;-106.197535,way_type=user_defined:way_id=80W +edge,17708,17708;41.59688;-106.197535:17709;41.5967929;-106.1973418,way_type=user_defined:way_id=80W +edge,17709,17709;41.5967929;-106.1973418:17710;41.5966078;-106.1969398,way_type=user_defined:way_id=80W +edge,17710,17710;41.5966078;-106.1969398:17711;41.59645178;-106.1966064,way_type=user_defined:way_id=80W +edge,17711,17711;41.59645178;-106.1966064:17712;41.5964217;-106.1965421,way_type=user_defined:way_id=80W +edge,17712,17712;41.5964217;-106.1965421:17713;41.5961638;-106.1959802,way_type=user_defined:way_id=80W +edge,17713,17713;41.5961638;-106.1959802:17714;41.5960586;-106.1957607,way_type=user_defined:way_id=80W +edge,17714,17714;41.5960586;-106.1957607:17715;41.5958647;-106.1953722,way_type=user_defined:way_id=80W +edge,17715,17715;41.5958647;-106.1953722:17716;41.5957774;-106.195191,way_type=user_defined:way_id=80W +edge,17716,17716;41.5957774;-106.195191:17717;41.5956883;-106.1950009,way_type=user_defined:way_id=80W +edge,17717,17717;41.5956883;-106.1950009:17718;41.5947272;-106.1929282,way_type=user_defined:way_id=80W +edge,17718,17718;41.5947272;-106.1929282:17719;41.5941607;-106.1917199,way_type=user_defined:way_id=80W +edge,17719,17719;41.5941607;-106.1917199:17720;41.5935475;-106.1903943,way_type=user_defined:way_id=80W +edge,17720,17720;41.5935475;-106.1903943:17721;41.5928793;-106.1889601,way_type=user_defined:way_id=80W +edge,17721,17721;41.5928793;-106.1889601:17722;41.5922328;-106.1875627,way_type=user_defined:way_id=80W +edge,17722,17722;41.5922328;-106.1875627:17723;41.5915744;-106.1861472,way_type=user_defined:way_id=80W +edge,17723,17723;41.5915744;-106.1861472:17724;41.59154012;-106.1860727,way_type=user_defined:way_id=80W +edge,17724,17724;41.59154012;-106.1860727:17725;41.5910914;-106.1850983,way_type=user_defined:way_id=80W +edge,17725,17725;41.5910914;-106.1850983:17726;41.590627;-106.1841045,way_type=user_defined:way_id=80W +edge,17726,17726;41.590627;-106.1841045:17727;41.5903966;-106.1836151,way_type=user_defined:way_id=80W +edge,17727,17727;41.5903966;-106.1836151:17728;41.5901601;-106.1831246,way_type=user_defined:way_id=80W +edge,17728,17728;41.5901601;-106.1831246:17729;41.5900399;-106.1828825,way_type=user_defined:way_id=80W +edge,17729,17729;41.5900399;-106.1828825:17730;41.5899186;-106.1826424,way_type=user_defined:way_id=80W +edge,17730,17730;41.5899186;-106.1826424:17731;41.5896738;-106.1821659,way_type=user_defined:way_id=80W +edge,17731,17731;41.5896738;-106.1821659:17732;41.5895463;-106.1819218,way_type=user_defined:way_id=80W +edge,17732,17732;41.5895463;-106.1819218:17733;41.5894257;-106.1816949,way_type=user_defined:way_id=80W +edge,17733,17733;41.5894257;-106.1816949:17734;41.5891709;-106.1812228,way_type=user_defined:way_id=80W +edge,17734,17734;41.5891709;-106.1812228:17735;41.5890566;-106.181016,way_type=user_defined:way_id=80W +edge,17735,17735;41.5890566;-106.181016:17736;41.5888079;-106.1805763,way_type=user_defined:way_id=80W +edge,17736,17736;41.5888079;-106.1805763:17737;41.5882625;-106.179623,way_type=user_defined:way_id=80W +edge,17737,17737;41.5882625;-106.179623:17738;41.5874984;-106.1783105,way_type=user_defined:way_id=80W +edge,17738,17738;41.5874984;-106.1783105:17739;41.5870653;-106.1775616,way_type=user_defined:way_id=80W +edge,17739,17739;41.5870653;-106.1775616:17740;41.5865619;-106.1766992,way_type=user_defined:way_id=80W +edge,17740,17740;41.5865619;-106.1766992:17741;41.5858829;-106.1755253,way_type=user_defined:way_id=80W +edge,17741,17741;41.5858829;-106.1755253:17742;41.5853472;-106.1746051,way_type=user_defined:way_id=80W +edge,17742,17742;41.5853472;-106.1746051:17743;41.5847011;-106.1734874,way_type=user_defined:way_id=80W +edge,17743,17743;41.5847011;-106.1734874:17744;41.584317;-106.1728196,way_type=user_defined:way_id=80W +edge,17744,17744;41.584317;-106.1728196:17745;41.5836464;-106.1716712,way_type=user_defined:way_id=80W +edge,17745,17745;41.5836464;-106.1716712:17746;41.5824859;-106.1696695,way_type=user_defined:way_id=80W +edge,17746,17746;41.5824859;-106.1696695:17747;41.5811147;-106.1673113,way_type=user_defined:way_id=80W +edge,17747,17747;41.5811147;-106.1673113:17748;41.5806358;-106.1664832,way_type=user_defined:way_id=80W +edge,17748,17748;41.5806358;-106.1664832:17749;41.5797953;-106.1650445,way_type=user_defined:way_id=80W +edge,17749,17749;41.5797953;-106.1650445:17750;41.5791538;-106.1639329,way_type=user_defined:way_id=80W +edge,17750,17750;41.5791538;-106.1639329:17751;41.57835;-106.1625525,way_type=user_defined:way_id=80W +edge,17751,17751;41.57835;-106.1625525:17752;41.5778487;-106.1616863,way_type=user_defined:way_id=80W +edge,17752,17752;41.5778487;-106.1616863:17753;41.5773517;-106.1608332,way_type=user_defined:way_id=80W +edge,17753,17753;41.5773517;-106.1608332:17754;41.5770518;-106.1603142,way_type=user_defined:way_id=80W +edge,17754,17754;41.5770518;-106.1603142:17755;41.5766306;-106.1595968,way_type=user_defined:way_id=80W +edge,17755,17755;41.5766306;-106.1595968:17756;41.5758499;-106.1582411,way_type=user_defined:way_id=80W +edge,17756,17756;41.5758499;-106.1582411:17757;41.5755315;-106.1576974,way_type=user_defined:way_id=80W +edge,17757,17757;41.5755315;-106.1576974:17758;41.5750154;-106.1568113,way_type=user_defined:way_id=80W +edge,17758,17758;41.5750154;-106.1568113:17759;41.57436531;-106.1556908,way_type=user_defined:way_id=80W +edge,17759,17759;41.57436531;-106.1556908:17760;41.5723483;-106.1522144,way_type=user_defined:way_id=80W +edge,17760,17760;41.5723483;-106.1522144:17761;41.5718251;-106.1513218,way_type=user_defined:way_id=80W +edge,17761,17761;41.5718251;-106.1513218:17762;41.5714293;-106.1506362,way_type=user_defined:way_id=80W +edge,17762,17762;41.5714293;-106.1506362:17763;41.5708768;-106.1496858,way_type=user_defined:way_id=80W +edge,17763,17763;41.5708768;-106.1496858:17764;41.5704665;-106.1489736,way_type=user_defined:way_id=80W +edge,17764,17764;41.5704665;-106.1489736:17765;41.5699506;-106.1480889,way_type=user_defined:way_id=80W +edge,17765,17765;41.5699506;-106.1480889:17766;41.5690484;-106.1465306,way_type=user_defined:way_id=80W +edge,17766,17766;41.5690484;-106.1465306:17767;41.5686443;-106.1458403,way_type=user_defined:way_id=80W +edge,17767,17767;41.5686443;-106.1458403:17768;41.5682636;-106.1451808,way_type=user_defined:way_id=80W +edge,17768,17768;41.5682636;-106.1451808:17769;41.5680978;-106.1448902,way_type=user_defined:way_id=80W +edge,17769,17769;41.5680978;-106.1448902:17770;41.5678558;-106.1444575,way_type=user_defined:way_id=80W +edge,17770,17770;41.5678558;-106.1444575:17771;41.5677112;-106.1441932,way_type=user_defined:way_id=80W +edge,17771,17771;41.5677112;-106.1441932:17772;41.5676012;-106.1439872,way_type=user_defined:way_id=80W +edge,17772,17772;41.5676012;-106.1439872:17773;41.5675533;-106.1438943,way_type=user_defined:way_id=80W +edge,17773,17773;41.5675533;-106.1438943:17774;41.5674775;-106.1437469,way_type=user_defined:way_id=80W +edge,17774,17774;41.5674775;-106.1437469:17775;41.5673536;-106.1434952,way_type=user_defined:way_id=80W +edge,17775,17775;41.5673536;-106.1434952:17776;41.5672405;-106.1432559,way_type=user_defined:way_id=80W +edge,17776,17776;41.5672405;-106.1432559:17777;41.5671265;-106.1430067,way_type=user_defined:way_id=80W +edge,17777,17777;41.5671265;-106.1430067:17778;41.5670184;-106.1427645,way_type=user_defined:way_id=80W +edge,17778,17778;41.5670184;-106.1427645:17779;41.566906;-106.1425044,way_type=user_defined:way_id=80W +edge,17779,17779;41.566906;-106.1425044:17780;41.5668;-106.1422506,way_type=user_defined:way_id=80W +edge,17780,17780;41.5668;-106.1422506:17781;41.5667241;-106.142064,way_type=user_defined:way_id=80W +edge,17781,17781;41.5667241;-106.142064:17782;41.5665961;-106.1417404,way_type=user_defined:way_id=80W +edge,17782,17782;41.5665961;-106.1417404:17783;41.5664986;-106.1414834,way_type=user_defined:way_id=80W +edge,17783,17783;41.5664986;-106.1414834:17784;41.5664038;-106.1412243,way_type=user_defined:way_id=80W +edge,17784,17784;41.5664038;-106.1412243:17785;41.5663209;-106.14099,way_type=user_defined:way_id=80W +edge,17785,17785;41.5663209;-106.14099:17786;41.5662317;-106.1407282,way_type=user_defined:way_id=80W +edge,17786,17786;41.5662317;-106.1407282:17787;41.5661258;-106.1404025,way_type=user_defined:way_id=80W +edge,17787,17787;41.5661258;-106.1404025:17788;41.5660509;-106.1401631,way_type=user_defined:way_id=80W +edge,17788,17788;41.5660509;-106.1401631:17789;41.5659887;-106.1399582,way_type=user_defined:way_id=80W +edge,17789,17789;41.5659887;-106.1399582:17790;41.565902;-106.1396619,way_type=user_defined:way_id=80W +edge,17790,17790;41.565902;-106.1396619:17791;41.5658144;-106.1393475,way_type=user_defined:way_id=80W +edge,17791,17791;41.5658144;-106.1393475:17792;41.5657353;-106.1390467,way_type=user_defined:way_id=80W +edge,17792,17792;41.5657353;-106.1390467:17793;41.5656823;-106.1388367,way_type=user_defined:way_id=80W +edge,17793,17793;41.5656823;-106.1388367:17794;41.5656154;-106.1385614,way_type=user_defined:way_id=80W +edge,17794,17794;41.5656154;-106.1385614:17795;41.5655449;-106.1382606,way_type=user_defined:way_id=80W +edge,17795,17795;41.5655449;-106.1382606:17796;41.5655101;-106.1381059,way_type=user_defined:way_id=80W +edge,17796,17796;41.5655101;-106.1381059:17797;41.5654292;-106.1377314,way_type=user_defined:way_id=80W +edge,17797,17797;41.5654292;-106.1377314:17798;41.5653716;-106.1374433,way_type=user_defined:way_id=80W +edge,17798,17798;41.5653716;-106.1374433:17799;41.5653193;-106.1371635,way_type=user_defined:way_id=80W +edge,17799,17799;41.5653193;-106.1371635:17800;41.5652721;-106.1368932,way_type=user_defined:way_id=80W +edge,17800,17800;41.5652721;-106.1368932:17801;41.5652254;-106.1366013,way_type=user_defined:way_id=80W +edge,17801,17801;41.5652254;-106.1366013:17802;41.565186;-106.1363298,way_type=user_defined:way_id=80W +edge,17802,17802;41.565186;-106.1363298:17803;41.5650267;-106.135184,way_type=user_defined:way_id=80W +edge,17803,17803;41.5650267;-106.135184:17804;41.5649094;-106.1343262,way_type=user_defined:way_id=80W +edge,17804,17804;41.5649094;-106.1343262:17805;41.5647903;-106.133436,way_type=user_defined:way_id=80W +edge,17805,17805;41.5647903;-106.133436:17806;41.564564;-106.1317936,way_type=user_defined:way_id=80W +edge,17806,17806;41.564564;-106.1317936:17807;41.5641367;-106.1286591,way_type=user_defined:way_id=80W +edge,17807,17807;41.5641367;-106.1286591:17808;41.5639991;-106.1276256,way_type=user_defined:way_id=80W +edge,17808,17808;41.5639991;-106.1276256:17809;41.5635688;-106.1244762,way_type=user_defined:way_id=80W +edge,17809,17809;41.5635688;-106.1244762:17810;41.5633365;-106.1227554,way_type=user_defined:way_id=80W +edge,17810,17810;41.5633365;-106.1227554:17811;41.563099;-106.1210461,way_type=user_defined:way_id=80W +edge,17811,17811;41.563099;-106.1210461:17812;41.562782;-106.1187104,way_type=user_defined:way_id=80W +edge,17812,17812;41.562782;-106.1187104:17813;41.5626257;-106.1175712,way_type=user_defined:way_id=80W +edge,17813,17813;41.5626257;-106.1175712:17814;41.5623852;-106.1158693,way_type=user_defined:way_id=80W +edge,17814,17814;41.5623852;-106.1158693:17815;41.5621886;-106.1144391,way_type=user_defined:way_id=80W +edge,17815,17815;41.5621886;-106.1144391:17816;41.5621464;-106.1141582,way_type=user_defined:way_id=80W +edge,17816,17816;41.5621464;-106.1141582:17817;41.5620982;-106.1138696,way_type=user_defined:way_id=80W +edge,17817,17817;41.5620982;-106.1138696:17818;41.5620468;-106.1135915,way_type=user_defined:way_id=80W +edge,17818,17818;41.5620468;-106.1135915:17819;41.5619918;-106.1133136,way_type=user_defined:way_id=80W +edge,17819,17819;41.5619918;-106.1133136:17820;41.5619326;-106.1130265,way_type=user_defined:way_id=80W +edge,17820,17820;41.5619326;-106.1130265:17821;41.5618728;-106.1127492,way_type=user_defined:way_id=80W +edge,17821,17821;41.5618728;-106.1127492:17822;41.5618102;-106.1124711,way_type=user_defined:way_id=80W +edge,17822,17822;41.5618102;-106.1124711:17823;41.5617448;-106.1121935,way_type=user_defined:way_id=80W +edge,17823,17823;41.5617448;-106.1121935:17824;41.5616607;-106.1118533,way_type=user_defined:way_id=80W +edge,17824,17824;41.5616607;-106.1118533:17825;41.5616085;-106.111648,way_type=user_defined:way_id=80W +edge,17825,17825;41.5616085;-106.111648:17826;41.5615379;-106.1113819,way_type=user_defined:way_id=80W +edge,17826,17826;41.5615379;-106.1113819:17827;41.5614588;-106.1111005,way_type=user_defined:way_id=80W +edge,17827,17827;41.5614588;-106.1111005:17828;41.5613784;-106.11083,way_type=user_defined:way_id=80W +edge,17828,17828;41.5613784;-106.11083:17829;41.5612975;-106.1105698,way_type=user_defined:way_id=80W +edge,17829,17829;41.5612975;-106.1105698:17830;41.5612088;-106.1102932,way_type=user_defined:way_id=80W +edge,17830,17830;41.5612088;-106.1102932:17831;41.5611235;-106.1100347,way_type=user_defined:way_id=80W +edge,17831,17831;41.5611235;-106.1100347:17832;41.5610329;-106.1097688,way_type=user_defined:way_id=80W +edge,17832,17832;41.5610329;-106.1097688:17833;41.5609394;-106.109505,way_type=user_defined:way_id=80W +edge,17833,17833;41.5609394;-106.109505:17834;41.5608929;-106.1093782,way_type=user_defined:way_id=80W +edge,17834,17834;41.5608929;-106.1093782:17835;41.5608335;-106.1092172,way_type=user_defined:way_id=80W +edge,17835,17835;41.5608335;-106.1092172:17836;41.5607446;-106.1089831,way_type=user_defined:way_id=80W +edge,17836,17836;41.5607446;-106.1089831:17837;41.5606303;-106.1086916,way_type=user_defined:way_id=80W +edge,17837,17837;41.5606303;-106.1086916:17838;41.5605293;-106.1084442,way_type=user_defined:way_id=80W +edge,17838,17838;41.5605293;-106.1084442:17839;41.5604328;-106.1082168,way_type=user_defined:way_id=80W +edge,17839,17839;41.5604328;-106.1082168:17840;41.560297;-106.1079085,way_type=user_defined:way_id=80W +edge,17840,17840;41.560297;-106.1079085:17841;41.5601959;-106.1076866,way_type=user_defined:way_id=80W +edge,17841,17841;41.5601959;-106.1076866:17842;41.56009733;-106.1074763,way_type=user_defined:way_id=80W +edge,17842,17842;41.56009733;-106.1074763:17843;41.5600689;-106.1074157,way_type=user_defined:way_id=80W +edge,17843,17843;41.5600689;-106.1074157:17844;41.5599755;-106.1072204,way_type=user_defined:way_id=80W +edge,17844,17844;41.5599755;-106.1072204:17845;41.5598529;-106.1069706,way_type=user_defined:way_id=80W +edge,17845,17845;41.5598529;-106.1069706:17846;41.5597445;-106.1067551,way_type=user_defined:way_id=80W +edge,17846,17846;41.5597445;-106.1067551:17847;41.5596379;-106.1065483,way_type=user_defined:way_id=80W +edge,17847,17847;41.5596379;-106.1065483:17848;41.559499;-106.1062832,way_type=user_defined:way_id=80W +edge,17848,17848;41.559499;-106.1062832:17849;41.5592472;-106.1058082,way_type=user_defined:way_id=80W +edge,17849,17849;41.5592472;-106.1058082:17850;41.5580316;-106.1035399,way_type=user_defined:way_id=80W +edge,17850,17850;41.5580316;-106.1035399:17851;41.5573811;-106.1023201,way_type=user_defined:way_id=80W +edge,17851,17851;41.5573811;-106.1023201:17852;41.557019;-106.1016478,way_type=user_defined:way_id=80W +edge,17852,17852;41.557019;-106.1016478:17853;41.5561784;-106.1000732,way_type=user_defined:way_id=80W +edge,17853,17853;41.5561784;-106.1000732:17854;41.5549988;-106.0978774,way_type=user_defined:way_id=80W +edge,17854,17854;41.5549988;-106.0978774:17855;41.554268;-106.0965057,way_type=user_defined:way_id=80W +edge,17855,17855;41.554268;-106.0965057:17856;41.5537749;-106.0956006,way_type=user_defined:way_id=80W +edge,17856,17856;41.5537749;-106.0956006:17857;41.5531322;-106.0944161,way_type=user_defined:way_id=80W +edge,17857,17857;41.5531322;-106.0944161:17858;41.5530077;-106.0941919,way_type=user_defined:way_id=80W +edge,17858,17858;41.5530077;-106.0941919:17859;41.5528723;-106.0939545,way_type=user_defined:way_id=80W +edge,17859,17859;41.5528723;-106.0939545:17860;41.5527398;-106.0937264,way_type=user_defined:way_id=80W +edge,17860,17860;41.5527398;-106.0937264:17861;41.552605;-106.0934995,way_type=user_defined:way_id=80W +edge,17861,17861;41.552605;-106.0934995:17862;41.5524815;-106.0932976,way_type=user_defined:way_id=80W +edge,17862,17862;41.5524815;-106.0932976:17863;41.5523595;-106.093104,way_type=user_defined:way_id=80W +edge,17863,17863;41.5523595;-106.093104:17864;41.5521801;-106.0928279,way_type=user_defined:way_id=80W +edge,17864,17864;41.5521801;-106.0928279:17865;41.5519965;-106.0925577,way_type=user_defined:way_id=80W +edge,17865,17865;41.5519965;-106.0925577:17866;41.5519008;-106.0924204,way_type=user_defined:way_id=80W +edge,17866,17866;41.5519008;-106.0924204:17867;41.5517549;-106.0922174,way_type=user_defined:way_id=80W +edge,17867,17867;41.5517549;-106.0922174:17868;41.5515975;-106.0920035,way_type=user_defined:way_id=80W +edge,17868,17868;41.5515975;-106.0920035:17869;41.5514679;-106.0918311,way_type=user_defined:way_id=80W +edge,17869,17869;41.5514679;-106.0918311:17870;41.5512714;-106.0915759,way_type=user_defined:way_id=80W +edge,17870,17870;41.5512714;-106.0915759:17871;41.5511123;-106.0913767,way_type=user_defined:way_id=80W +edge,17871,17871;41.5511123;-106.0913767:17872;41.550973;-106.0912073,way_type=user_defined:way_id=80W +edge,17872,17872;41.550973;-106.0912073:17873;41.5508103;-106.0910139,way_type=user_defined:way_id=80W +edge,17873,17873;41.5508103;-106.0910139:17874;41.5506413;-106.0908179,way_type=user_defined:way_id=80W +edge,17874,17874;41.5506413;-106.0908179:17875;41.5504594;-106.0906119,way_type=user_defined:way_id=80W +edge,17875,17875;41.5504594;-106.0906119:17876;41.5503094;-106.0904456,way_type=user_defined:way_id=80W +edge,17876,17876;41.5503094;-106.0904456:17877;41.5501406;-106.0902644,way_type=user_defined:way_id=80W +edge,17877,17877;41.5501406;-106.0902644:17878;41.54876989;-106.0888429,way_type=user_defined:way_id=80W +edge,17878,17878;41.54876989;-106.0888429:17879;41.5485855;-106.0886517,way_type=user_defined:way_id=80W +edge,17879,17879;41.5485855;-106.0886517:17880;41.5478503;-106.0879013,way_type=user_defined:way_id=80W +edge,17880,17880;41.5478503;-106.0879013:17881;41.5478503;-106.0879013,way_type=user_defined:way_id=80W +edge,17881,17881;41.5478503;-106.0879013:17882;41.5472235;-106.087264,way_type=user_defined:way_id=80W +edge,17882,17882;41.5472235;-106.087264:17883;41.5463365;-106.0863524,way_type=user_defined:way_id=80W +edge,17883,17883;41.5463365;-106.0863524:17884;41.5456193;-106.0856282,way_type=user_defined:way_id=80W +edge,17884,17884;41.5456193;-106.0856282:17885;41.54535909;-106.0853604,way_type=user_defined:way_id=80W +edge,17885,17885;41.54535909;-106.0853604:17886;41.5449525;-106.0849419,way_type=user_defined:way_id=80W +edge,17886,17886;41.5449525;-106.0849419:17887;41.5446712;-106.0846548,way_type=user_defined:way_id=80W +edge,17887,17887;41.5446712;-106.0846548:17888;41.5438928;-106.0838635,way_type=user_defined:way_id=80W +edge,17888,17888;41.5438928;-106.0838635:17889;41.543418;-106.0833772,way_type=user_defined:way_id=80W +edge,17889,17889;41.543418;-106.0833772:17890;41.54304146;-106.0829979,way_type=user_defined:way_id=80W +edge,17890,17890;41.54304146;-106.0829979:17891;41.54304146;-106.0829979,way_type=user_defined:way_id=80W +edge,17891,17891;41.54304146;-106.0829979:17892;41.54274406;-106.0826907,way_type=user_defined:way_id=80W +edge,17892,17892;41.54274406;-106.0826907:17893;41.5420292;-106.0819594,way_type=user_defined:way_id=80W +edge,17893,17893;41.5420292;-106.0819594:17894;41.5411643;-106.0810697,way_type=user_defined:way_id=80W +edge,17894,17894;41.5411643;-106.0810697:17895;41.5405421;-106.0804351,way_type=user_defined:way_id=80W +edge,17895,17895;41.5405421;-106.0804351:17896;41.5398478;-106.0797236,way_type=user_defined:way_id=80W +edge,17896,17896;41.5398478;-106.0797236:17897;41.5393688;-106.0792358,way_type=user_defined:way_id=80W +edge,17897,17897;41.5393688;-106.0792358:17898;41.5393688;-106.0792358,way_type=user_defined:way_id=80W +edge,17898,17898;41.5393688;-106.0792358:17899;41.53886772;-106.078723,way_type=user_defined:way_id=80W +edge,17899,17899;41.53886772;-106.078723:17900;41.5368417;-106.0766494,way_type=user_defined:way_id=80W +edge,17900,17900;41.5368417;-106.0766494:17901;41.5345042;-106.07426,way_type=user_defined:way_id=80W +edge,17901,17901;41.5345042;-106.07426:17902;41.53363386;-106.0733713,way_type=user_defined:way_id=80W +edge,17902,17902;41.53363386;-106.0733713:17903;41.5329123;-106.0726379,way_type=user_defined:way_id=80W +edge,17903,17903;41.5329123;-106.0726379:17904;41.5324514;-106.072166,way_type=user_defined:way_id=80W +edge,17904,17904;41.5324514;-106.072166:17905;41.531931;-106.0716368,way_type=user_defined:way_id=80W +edge,17905,17905;41.531931;-106.0716368:17906;41.53142568;-106.0711154,way_type=user_defined:way_id=80W +edge,17906,17906;41.53142568;-106.0711154:17907;41.53142568;-106.0711154,way_type=user_defined:way_id=80W +edge,17907,17907;41.53142568;-106.0711154:17908;41.5311057;-106.0707855,way_type=user_defined:way_id=80W +edge,17908,17908;41.5311057;-106.0707855:17909;41.5305974;-106.0702682,way_type=user_defined:way_id=80W +edge,17909,17909;41.5305974;-106.0702682:17910;41.5304458;-106.0701087,way_type=user_defined:way_id=80W +edge,17910,17910;41.5304458;-106.0701087:17911;41.5302568;-106.0699048,way_type=user_defined:way_id=80W +edge,17911,17911;41.5302568;-106.0699048:17912;41.5301083;-106.0697409,way_type=user_defined:way_id=80W +edge,17912,17912;41.5301083;-106.0697409:17913;41.5299242;-106.0695305,way_type=user_defined:way_id=80W +edge,17913,17913;41.5299242;-106.0695305:17914;41.529781;-106.0693589,way_type=user_defined:way_id=80W +edge,17914,17914;41.529781;-106.0693589:17915;41.5296405;-106.0691833,way_type=user_defined:way_id=80W +edge,17915,17915;41.5296405;-106.0691833:17916;41.5294921;-106.0689908,way_type=user_defined:way_id=80W +edge,17916,17916;41.5294921;-106.0689908:17917;41.5293364;-106.0687805,way_type=user_defined:way_id=80W +edge,17917,17917;41.5293364;-106.0687805:17918;41.529203;-106.0685942,way_type=user_defined:way_id=80W +edge,17918,17918;41.529203;-106.0685942:17919;41.5290581;-106.0683827,way_type=user_defined:way_id=80W +edge,17919,17919;41.5290581;-106.0683827:17920;41.5289308;-106.0681885,way_type=user_defined:way_id=80W +edge,17920,17920;41.5289308;-106.0681885:17921;41.5287966;-106.0679763,way_type=user_defined:way_id=80W +edge,17921,17921;41.5287966;-106.0679763:17922;41.5286567;-106.067746,way_type=user_defined:way_id=80W +edge,17922,17922;41.5286567;-106.067746:17923;41.5285372;-106.0675419,way_type=user_defined:way_id=80W +edge,17923,17923;41.5285372;-106.0675419:17924;41.5284074;-106.0673116,way_type=user_defined:way_id=80W +edge,17924,17924;41.5284074;-106.0673116:17925;41.528298;-106.0671087,way_type=user_defined:way_id=80W +edge,17925,17925;41.528298;-106.0671087:17926;41.528175;-106.0668704,way_type=user_defined:way_id=80W +edge,17926,17926;41.528175;-106.0668704:17927;41.5280523;-106.0666211,way_type=user_defined:way_id=80W +edge,17927,17927;41.5280523;-106.0666211:17928;41.527942;-106.0663826,way_type=user_defined:way_id=80W +edge,17928,17928;41.527942;-106.0663826:17929;41.5278311;-106.0661325,way_type=user_defined:way_id=80W +edge,17929,17929;41.5278311;-106.0661325:17930;41.5277366;-106.0659125,way_type=user_defined:way_id=80W +edge,17930,17930;41.5277366;-106.0659125:17931;41.5276306;-106.0656574,way_type=user_defined:way_id=80W +edge,17931,17931;41.5276306;-106.0656574:17932;41.52754;-106.0654338,way_type=user_defined:way_id=80W +edge,17932,17932;41.52754;-106.0654338:17933;41.5274277;-106.065151,way_type=user_defined:way_id=80W +edge,17933,17933;41.5274277;-106.065151:17934;41.5271256;-106.0643726,way_type=user_defined:way_id=80W +edge,17934,17934;41.5271256;-106.0643726:17935;41.5268117;-106.0635801,way_type=user_defined:way_id=80W +edge,17935,17935;41.5268117;-106.0635801:17936;41.5266319;-106.0631313,way_type=user_defined:way_id=80W +edge,17936,17936;41.5266319;-106.0631313:17937;41.5265375;-106.0629013,way_type=user_defined:way_id=80W +edge,17937,17937;41.5265375;-106.0629013:17938;41.5264342;-106.0626561,way_type=user_defined:way_id=80W +edge,17938,17938;41.5264342;-106.0626561:17939;41.5263242;-106.0624051,way_type=user_defined:way_id=80W +edge,17939,17939;41.5263242;-106.0624051:17940;41.5262252;-106.062191,way_type=user_defined:way_id=80W +edge,17940,17940;41.5262252;-106.062191:17941;41.5261062;-106.0619477,way_type=user_defined:way_id=80W +edge,17941,17941;41.5261062;-106.0619477:17942;41.5259709;-106.0616845,way_type=user_defined:way_id=80W +edge,17942,17942;41.5259709;-106.0616845:17943;41.5258574;-106.0614715,way_type=user_defined:way_id=80W +edge,17943,17943;41.5258574;-106.0614715:17944;41.5257449;-106.0612678,way_type=user_defined:way_id=80W +edge,17944,17944;41.5257449;-106.0612678:17945;41.525613;-106.0610371,way_type=user_defined:way_id=80W +edge,17945,17945;41.525613;-106.0610371:17946;41.5254776;-106.0608101,way_type=user_defined:way_id=80W +edge,17946,17946;41.5254776;-106.0608101:17947;41.5253386;-106.0605871,way_type=user_defined:way_id=80W +edge,17947,17947;41.5253386;-106.0605871:17948;41.525201;-106.0603747,way_type=user_defined:way_id=80W +edge,17948,17948;41.525201;-106.0603747:17949;41.5250704;-106.0601803,way_type=user_defined:way_id=80W +edge,17949,17949;41.5250704;-106.0601803:17950;41.5249224;-106.0599681,way_type=user_defined:way_id=80W +edge,17950,17950;41.5249224;-106.0599681:17951;41.5247711;-106.059761,way_type=user_defined:way_id=80W +edge,17951,17951;41.5247711;-106.059761:17952;41.5246367;-106.0595845,way_type=user_defined:way_id=80W +edge,17952,17952;41.5246367;-106.0595845:17953;41.5244744;-106.05938,way_type=user_defined:way_id=80W +edge,17953,17953;41.5244744;-106.05938:17954;41.5243198;-106.0591928,way_type=user_defined:way_id=80W +edge,17954,17954;41.5243198;-106.0591928:17955;41.5241524;-106.0589973,way_type=user_defined:way_id=80W +edge,17955,17955;41.5241524;-106.0589973:17956;41.5240093;-106.0588369,way_type=user_defined:way_id=80W +edge,17956,17956;41.5240093;-106.0588369:17957;41.5238402;-106.058655,way_type=user_defined:way_id=80W +edge,17957,17957;41.5238402;-106.058655:17958;41.523662;-106.0584712,way_type=user_defined:way_id=80W +edge,17958,17958;41.523662;-106.0584712:17959;41.52353393;-106.0583446,way_type=user_defined:way_id=80W +edge,17959,17959;41.52353393;-106.0583446:17960;41.52336934;-106.0581873,way_type=user_defined:way_id=80W +edge,17960,17960;41.52336934;-106.0581873:17961;41.5231582;-106.0579968,way_type=user_defined:way_id=80W +edge,17961,17961;41.5231582;-106.0579968:17962;41.5229725;-106.0578369,way_type=user_defined:way_id=80W +edge,17962,17962;41.5229725;-106.0578369:17963;41.5227899;-106.0576868,way_type=user_defined:way_id=80W +edge,17963,17963;41.5227899;-106.0576868:17964;41.5225978;-106.0575358,way_type=user_defined:way_id=80W +edge,17964,17964;41.5225978;-106.0575358:17965;41.5224114;-106.0573958,way_type=user_defined:way_id=80W +edge,17965,17965;41.5224114;-106.0573958:17966;41.5222204;-106.057259,way_type=user_defined:way_id=80W +edge,17966,17966;41.5222204;-106.057259:17967;41.5220217;-106.0571231,way_type=user_defined:way_id=80W +edge,17967,17967;41.5220217;-106.0571231:17968;41.5218468;-106.057009,way_type=user_defined:way_id=80W +edge,17968,17968;41.5218468;-106.057009:17969;41.5216288;-106.0568751,way_type=user_defined:way_id=80W +edge,17969,17969;41.5216288;-106.0568751:17970;41.5214321;-106.0567615,way_type=user_defined:way_id=80W +edge,17970,17970;41.5214321;-106.0567615:17971;41.5212428;-106.0566577,way_type=user_defined:way_id=80W +edge,17971,17971;41.5212428;-106.0566577:17972;41.5210457;-106.0565557,way_type=user_defined:way_id=80W +edge,17972,17972;41.5210457;-106.0565557:17973;41.52082;-106.0564458,way_type=user_defined:way_id=80W +edge,17973,17973;41.52082;-106.0564458:17974;41.5206407;-106.0563641,way_type=user_defined:way_id=80W +edge,17974,17974;41.5206407;-106.0563641:17975;41.5204115;-106.0562669,way_type=user_defined:way_id=80W +edge,17975,17975;41.5204115;-106.0562669:17976;41.5202226;-106.0561929,way_type=user_defined:way_id=80W +edge,17976,17976;41.5202226;-106.0561929:17977;41.5199906;-106.05611,way_type=user_defined:way_id=80W +edge,17977,17977;41.5199906;-106.05611:17978;41.5197781;-106.0560421,way_type=user_defined:way_id=80W +edge,17978,17978;41.5197781;-106.0560421:17979;41.5195862;-106.0559862,way_type=user_defined:way_id=80W +edge,17979,17979;41.5195862;-106.0559862:17980;41.5193721;-106.0559282,way_type=user_defined:way_id=80W +edge,17980,17980;41.5193721;-106.0559282:17981;41.5189436;-106.0558184,way_type=user_defined:way_id=80W +edge,17981,17981;41.5189436;-106.0558184:17982;41.5174171;-106.0554422,way_type=user_defined:way_id=80W +edge,17982,17982;41.5174171;-106.0554422:17983;41.5163965;-106.0551973,way_type=user_defined:way_id=80W +edge,17983,17983;41.5163965;-106.0551973:17984;41.5155414;-106.0549889,way_type=user_defined:way_id=80W +edge,17984,17984;41.5155414;-106.0549889:17985;41.5148917;-106.0548336,way_type=user_defined:way_id=80W +edge,17985,17985;41.5148917;-106.0548336:17986;41.51350222;-106.0544958,way_type=user_defined:way_id=80W +edge,17986,17986;41.51350222;-106.0544958:17987;41.51350222;-106.0544958,way_type=user_defined:way_id=80W +edge,17987,17987;41.51350222;-106.0544958:17988;41.5126748;-106.0542961,way_type=user_defined:way_id=80W +edge,17988,17988;41.5126748;-106.0542961:17989;41.5116508;-106.0540445,way_type=user_defined:way_id=80W +edge,17989,17989;41.5116508;-106.0540445:17990;41.5104196;-106.05375,way_type=user_defined:way_id=80W +edge,17990,17990;41.5104196;-106.05375:17991;41.5081082;-106.053193,way_type=user_defined:way_id=80W +edge,17991,17991;41.5081082;-106.053193:17992;41.507691;-106.0530901,way_type=user_defined:way_id=80W +edge,17992,17992;41.507691;-106.0530901:17993;41.5074671;-106.0530307,way_type=user_defined:way_id=80W +edge,17993,17993;41.5074671;-106.0530307:17994;41.5072285;-106.0529625,way_type=user_defined:way_id=80W +edge,17994,17994;41.5072285;-106.0529625:17995;41.5070386;-106.0529049,way_type=user_defined:way_id=80W +edge,17995,17995;41.5070386;-106.0529049:17996;41.5068351;-106.0528401,way_type=user_defined:way_id=80W +edge,17996,17996;41.5068351;-106.0528401:17997;41.5065987;-106.0527602,way_type=user_defined:way_id=80W +edge,17997,17997;41.5065987;-106.0527602:17998;41.5064113;-106.052693,way_type=user_defined:way_id=80W +edge,17998,17998;41.5064113;-106.052693:17999;41.506196;-106.0526115,way_type=user_defined:way_id=80W +edge,17999,17999;41.506196;-106.0526115:18000;41.5059947;-106.0525307,way_type=user_defined:way_id=80W +edge,18000,18000;41.5059947;-106.0525307:18001;41.5057809;-106.0524398,way_type=user_defined:way_id=80W +edge,18001,18001;41.5057809;-106.0524398:18002;41.5055539;-106.0523383,way_type=user_defined:way_id=80W +edge,18002,18002;41.5055539;-106.0523383:18003;41.5053687;-106.0522525,way_type=user_defined:way_id=80W +edge,18003,18003;41.5053687;-106.0522525:18004;41.5051639;-106.052153,way_type=user_defined:way_id=80W +edge,18004,18004;41.5051639;-106.052153:18005;41.5049604;-106.052049,way_type=user_defined:way_id=80W +edge,18005,18005;41.5049604;-106.052049:18006;41.5047385;-106.0519306,way_type=user_defined:way_id=80W +edge,18006,18006;41.5047385;-106.0519306:18007;41.5041468;-106.0516052,way_type=user_defined:way_id=80W +edge,18007,18007;41.5041468;-106.0516052:18008;41.5034718;-106.0512267,way_type=user_defined:way_id=80W +edge,18008,18008;41.5034718;-106.0512267:18009;41.5023973;-106.0506203,way_type=user_defined:way_id=80W +edge,18009,18009;41.5023973;-106.0506203:18010;41.5017681;-106.0502695,way_type=user_defined:way_id=80W +edge,18010,18010;41.5017681;-106.0502695:18011;41.5013397;-106.0500276,way_type=user_defined:way_id=80W +edge,18011,18011;41.5013397;-106.0500276:18012;41.501162;-106.0499255,way_type=user_defined:way_id=80W +edge,18012,18012;41.501162;-106.0499255:18013;41.5007921;-106.0497066,way_type=user_defined:way_id=80W +edge,18013,18013;41.5007921;-106.0497066:18014;41.5005878;-106.0495819,way_type=user_defined:way_id=80W +edge,18014,18014;41.5005878;-106.0495819:18015;41.5003642;-106.0494412,way_type=user_defined:way_id=80W +edge,18015,18015;41.5003642;-106.0494412:18016;41.5001687;-106.0493127,way_type=user_defined:way_id=80W +edge,18016,18016;41.5001687;-106.0493127:18017;41.4999992;-106.0491959,way_type=user_defined:way_id=80W +edge,18017,18017;41.4999992;-106.0491959:18018;41.4997871;-106.049044,way_type=user_defined:way_id=80W +edge,18018,18018;41.4997871;-106.049044:18019;41.4996009;-106.0489059,way_type=user_defined:way_id=80W +edge,18019,18019;41.4996009;-106.0489059:18020;41.4994038;-106.0487545,way_type=user_defined:way_id=80W +edge,18020,18020;41.4994038;-106.0487545:18021;41.4992198;-106.0486087,way_type=user_defined:way_id=80W +edge,18021,18021;41.4992198;-106.0486087:18022;41.4990307;-106.0484546,way_type=user_defined:way_id=80W +edge,18022,18022;41.4990307;-106.0484546:18023;41.498843;-106.048298,way_type=user_defined:way_id=80W +edge,18023,18023;41.498843;-106.048298:18024;41.4986442;-106.0481284,way_type=user_defined:way_id=80W +edge,18024,18024;41.4986442;-106.0481284:18025;41.498483;-106.0479873,way_type=user_defined:way_id=80W +edge,18025,18025;41.498483;-106.0479873:18026;41.4983057;-106.0478267,way_type=user_defined:way_id=80W +edge,18026,18026;41.4983057;-106.0478267:18027;41.4981017;-106.047634,way_type=user_defined:way_id=80W +edge,18027,18027;41.4981017;-106.047634:18028;41.4979232;-106.0474598,way_type=user_defined:way_id=80W +edge,18028,18028;41.4979232;-106.0474598:18029;41.4977524;-106.0472883,way_type=user_defined:way_id=80W +edge,18029,18029;41.4977524;-106.0472883:18030;41.4975781;-106.0471077,way_type=user_defined:way_id=80W +edge,18030,18030;41.4975781;-106.0471077:18031;41.4974051;-106.0469243,way_type=user_defined:way_id=80W +edge,18031,18031;41.4974051;-106.0469243:18032;41.4972347;-106.0467383,way_type=user_defined:way_id=80W +edge,18032,18032;41.4972347;-106.0467383:18033;41.4970664;-106.0465491,way_type=user_defined:way_id=80W +edge,18033,18033;41.4970664;-106.0465491:18034;41.4969058;-106.0463625,way_type=user_defined:way_id=80W +edge,18034,18034;41.4969058;-106.0463625:18035;41.4967265;-106.0461471,way_type=user_defined:way_id=80W +edge,18035,18035;41.4967265;-106.0461471:18036;41.4965856;-106.0459738,way_type=user_defined:way_id=80W +edge,18036,18036;41.4965856;-106.0459738:18037;41.4964462;-106.0457982,way_type=user_defined:way_id=80W +edge,18037,18037;41.4964462;-106.0457982:18038;41.4962521;-106.0455479,way_type=user_defined:way_id=80W +edge,18038,18038;41.4962521;-106.0455479:18039;41.4961159;-106.0453678,way_type=user_defined:way_id=80W +edge,18039,18039;41.4961159;-106.0453678:18040;41.4959466;-106.0451382,way_type=user_defined:way_id=80W +edge,18040,18040;41.4959466;-106.0451382:18041;41.4957911;-106.0449188,way_type=user_defined:way_id=80W +edge,18041,18041;41.4957911;-106.0449188:18042;41.4956433;-106.0447029,way_type=user_defined:way_id=80W +edge,18042,18042;41.4956433;-106.0447029:18043;41.4955211;-106.0445205,way_type=user_defined:way_id=80W +edge,18043,18043;41.4955211;-106.0445205:18044;41.4953596;-106.044272,way_type=user_defined:way_id=80W +edge,18044,18044;41.4953596;-106.044272:18045;41.4952193;-106.0440493,way_type=user_defined:way_id=80W +edge,18045,18045;41.4952193;-106.0440493:18046;41.4950812;-106.0438234,way_type=user_defined:way_id=80W +edge,18046,18046;41.4950812;-106.0438234:18047;41.49490254;-106.0435216,way_type=user_defined:way_id=80W +edge,18047,18047;41.49490254;-106.0435216:18048;41.4946568;-106.0430916,way_type=user_defined:way_id=80W +edge,18048,18048;41.4946568;-106.0430916:18049;41.4941426;-106.0421761,way_type=user_defined:way_id=80W +edge,18049,18049;41.4941426;-106.0421761:18050;41.493658;-106.0413195,way_type=user_defined:way_id=80W +edge,18050,18050;41.493658;-106.0413195:18051;41.4923056;-106.0389128,way_type=user_defined:way_id=80W +edge,18051,18051;41.4923056;-106.0389128:18052;41.4918166;-106.0380405,way_type=user_defined:way_id=80W +edge,18052,18052;41.4918166;-106.0380405:18053;41.4915459;-106.0375466,way_type=user_defined:way_id=80W +edge,18053,18053;41.4915459;-106.0375466:18054;41.4913044;-106.0370972,way_type=user_defined:way_id=80W +edge,18054,18054;41.4913044;-106.0370972:18055;41.4909163;-106.0363654,way_type=user_defined:way_id=80W +edge,18055,18055;41.4909163;-106.0363654:18056;41.4902989;-106.0352138,way_type=user_defined:way_id=80W +edge,18056,18056;41.4902989;-106.0352138:18057;41.4897027;-106.0340862,way_type=user_defined:way_id=80W +edge,18057,18057;41.4897027;-106.0340862:18058;41.4893097;-106.033351,way_type=user_defined:way_id=80W +edge,18058,18058;41.4893097;-106.033351:18059;41.48776577;-106.0304346,way_type=user_defined:way_id=80W +edge,18059,18059;41.48776577;-106.0304346:18060;41.4873965;-106.0297436,way_type=user_defined:way_id=80W +edge,18060,18060;41.4873965;-106.0297436:18061;41.48683;-106.028675,way_type=user_defined:way_id=80W +edge,18061,18061;41.48683;-106.028675:18062;41.4864017;-106.0278737,way_type=user_defined:way_id=80W +edge,18062,18062;41.4864017;-106.0278737:18063;41.4860081;-106.0271317,way_type=user_defined:way_id=80W +edge,18063,18063;41.4860081;-106.0271317:18064;41.4854079;-106.0260115,way_type=user_defined:way_id=80W +edge,18064,18064;41.4854079;-106.0260115:18065;41.48493845;-106.0251216,way_type=user_defined:way_id=80W +edge,18065,18065;41.48493845;-106.0251216:18066;41.48493845;-106.0251216,way_type=user_defined:way_id=80W +edge,18066,18066;41.48493845;-106.0251216:18067;41.4846731;-106.0246201,way_type=user_defined:way_id=80W +edge,18067,18067;41.4846731;-106.0246201:18068;41.4843871;-106.0240853,way_type=user_defined:way_id=80W +edge,18068,18068;41.4843871;-106.0240853:18069;41.4838908;-106.0231478,way_type=user_defined:way_id=80W +edge,18069,18069;41.4838908;-106.0231478:18070;41.4830784;-106.0216231,way_type=user_defined:way_id=80W +edge,18070,18070;41.4830784;-106.0216231:18071;41.4827484;-106.0209978,way_type=user_defined:way_id=80W +edge,18071,18071;41.4827484;-106.0209978:18072;41.4820194;-106.0196253,way_type=user_defined:way_id=80W +edge,18072,18072;41.4820194;-106.0196253:18073;41.48194788;-106.0194899,way_type=user_defined:way_id=80W +edge,18073,18073;41.48194788;-106.0194899:18074;41.4817868;-106.0191849,way_type=user_defined:way_id=80W +edge,18074,18074;41.4817868;-106.0191849:18075;41.481185;-106.0180383,way_type=user_defined:way_id=80W +edge,18075,18075;41.481185;-106.0180383:18076;41.4803901;-106.0165486,way_type=user_defined:way_id=80W +edge,18076,18076;41.4803901;-106.0165486:18077;41.4795984;-106.0150608,way_type=user_defined:way_id=80W +edge,18077,18077;41.4795984;-106.0150608:18078;41.4790785;-106.0140893,way_type=user_defined:way_id=80W +edge,18078,18078;41.4790785;-106.0140893:18079;41.4781554;-106.0123496,way_type=user_defined:way_id=80W +edge,18079,18079;41.4781554;-106.0123496:18080;41.477543;-106.0111838,way_type=user_defined:way_id=80W +edge,18080,18080;41.477543;-106.0111838:18081;41.4770521;-106.0102708,way_type=user_defined:way_id=80W +edge,18081,18081;41.4770521;-106.0102708:18082;41.476441;-106.0091192,way_type=user_defined:way_id=80W +edge,18082,18082;41.476441;-106.0091192:18083;41.4761745;-106.0086129,way_type=user_defined:way_id=80W +edge,18083,18083;41.4761745;-106.0086129:18084;41.475605;-106.0075448,way_type=user_defined:way_id=80W +edge,18084,18084;41.475605;-106.0075448:18085;41.4752322;-106.0068403,way_type=user_defined:way_id=80W +edge,18085,18085;41.4752322;-106.0068403:18086;41.4742367;-106.0049788,way_type=user_defined:way_id=80W +edge,18086,18086;41.4742367;-106.0049788:18087;41.4728237;-106.0023069,way_type=user_defined:way_id=80W +edge,18087,18087;41.4728237;-106.0023069:18088;41.4719317;-106.0006349,way_type=user_defined:way_id=80W +edge,18088,18088;41.4719317;-106.0006349:18089;41.4711905;-105.9992298,way_type=user_defined:way_id=80W +edge,18089,18089;41.4711905;-105.9992298:18090;41.4707696;-105.9984377,way_type=user_defined:way_id=80W +edge,18090,18090;41.4707696;-105.9984377:18091;41.4703306;-105.9976049,way_type=user_defined:way_id=80W +edge,18091,18091;41.4703306;-105.9976049:18092;41.4696115;-105.9962478,way_type=user_defined:way_id=80W +edge,18092,18092;41.4696115;-105.9962478:18093;41.4686284;-105.9944193,way_type=user_defined:way_id=80W +edge,18093,18093;41.4686284;-105.9944193:18094;41.4675038;-105.9922946,way_type=user_defined:way_id=80W +edge,18094,18094;41.4675038;-105.9922946:18095;41.4667974;-105.9909662,way_type=user_defined:way_id=80W +edge,18095,18095;41.4667974;-105.9909662:18096;41.4654008;-105.9883308,way_type=user_defined:way_id=80W +edge,18096,18096;41.4654008;-105.9883308:18097;41.4649495;-105.9874719,way_type=user_defined:way_id=80W +edge,18097,18097;41.4649495;-105.9874719:18098;41.4646502;-105.9869058,way_type=user_defined:way_id=80W +edge,18098,18098;41.4646502;-105.9869058:18099;41.464067;-105.9858193,way_type=user_defined:way_id=80W +edge,18099,18099;41.464067;-105.9858193:18100;41.4635805;-105.9849091,way_type=user_defined:way_id=80W +edge,18100,18100;41.4635805;-105.9849091:18101;41.4634516;-105.9846703,way_type=user_defined:way_id=80W +edge,18101,18101;41.4634516;-105.9846703:18102;41.4633261;-105.9844442,way_type=user_defined:way_id=80W +edge,18102,18102;41.4633261;-105.9844442:18103;41.4632089;-105.9842403,way_type=user_defined:way_id=80W +edge,18103,18103;41.4632089;-105.9842403:18104;41.4630617;-105.9839925,way_type=user_defined:way_id=80W +edge,18104,18104;41.4630617;-105.9839925:18105;41.462936;-105.9837879,way_type=user_defined:way_id=80W +edge,18105,18105;41.462936;-105.9837879:18106;41.4627999;-105.9835728,way_type=user_defined:way_id=80W +edge,18106,18106;41.4627999;-105.9835728:18107;41.4626568;-105.9833532,way_type=user_defined:way_id=80W +edge,18107,18107;41.4626568;-105.9833532:18108;41.4625153;-105.9831437,way_type=user_defined:way_id=80W +edge,18108,18108;41.4625153;-105.9831437:18109;41.4623855;-105.9829578,way_type=user_defined:way_id=80W +edge,18109,18109;41.4623855;-105.9829578:18110;41.4622339;-105.9827471,way_type=user_defined:way_id=80W +edge,18110,18110;41.4622339;-105.9827471:18111;41.4620799;-105.9825389,way_type=user_defined:way_id=80W +edge,18111,18111;41.4620799;-105.9825389:18112;41.461944;-105.9823596,way_type=user_defined:way_id=80W +edge,18112,18112;41.461944;-105.9823596:18113;41.461764;-105.9821319,way_type=user_defined:way_id=80W +edge,18113,18113;41.461764;-105.9821319:18114;41.461627;-105.9819662,way_type=user_defined:way_id=80W +edge,18114,18114;41.461627;-105.9819662:18115;41.4614602;-105.9817717,way_type=user_defined:way_id=80W +edge,18115,18115;41.4614602;-105.9817717:18116;41.4613008;-105.9815937,way_type=user_defined:way_id=80W +edge,18116,18116;41.4613008;-105.9815937:18117;41.4611294;-105.981408,way_type=user_defined:way_id=80W +edge,18117,18117;41.4611294;-105.981408:18118;41.4609616;-105.9812315,way_type=user_defined:way_id=80W +edge,18118,18118;41.4609616;-105.9812315:18119;41.460787;-105.9810519,way_type=user_defined:way_id=80W +edge,18119,18119;41.460787;-105.9810519:18120;41.4602883;-105.980552,way_type=user_defined:way_id=80W +edge,18120,18120;41.4602883;-105.980552:18121;41.4596554;-105.979926,way_type=user_defined:way_id=80W +edge,18121,18121;41.4596554;-105.979926:18122;41.458233;-105.9785408,way_type=user_defined:way_id=80W +edge,18122,18122;41.458233;-105.9785408:18123;41.4573638;-105.977684,way_type=user_defined:way_id=80W +edge,18123,18123;41.4573638;-105.977684:18124;41.4560918;-105.9764398,way_type=user_defined:way_id=80W +edge,18124,18124;41.4560918;-105.9764398:18125;41.4551547;-105.9755137,way_type=user_defined:way_id=80W +edge,18125,18125;41.4551547;-105.9755137:18126;41.4546288;-105.9749967,way_type=user_defined:way_id=80W +edge,18126,18126;41.4546288;-105.9749967:18127;41.4541476;-105.9745192,way_type=user_defined:way_id=80W +edge,18127,18127;41.4541476;-105.9745192:18128;41.4530781;-105.9734652,way_type=user_defined:way_id=80W +edge,18128,18128;41.4530781;-105.9734652:18129;41.4525508;-105.9729525,way_type=user_defined:way_id=80W +edge,18129,18129;41.4525508;-105.9729525:18130;41.4520653;-105.9724705,way_type=user_defined:way_id=80W +edge,18130,18130;41.4520653;-105.9724705:18131;41.4514051;-105.9718242,way_type=user_defined:way_id=80W +edge,18131,18131;41.4514051;-105.9718242:18132;41.450138;-105.9705761,way_type=user_defined:way_id=80W +edge,18132,18132;41.450138;-105.9705761:18133;41.4489074;-105.9693722,way_type=user_defined:way_id=80W +edge,18133,18133;41.4489074;-105.9693722:18134;41.4482521;-105.9687289,way_type=user_defined:way_id=80W +edge,18134,18134;41.4482521;-105.9687289:18135;41.4478589;-105.9683369,way_type=user_defined:way_id=80W +edge,18135,18135;41.4478589;-105.9683369:18136;41.4476684;-105.9681431,way_type=user_defined:way_id=80W +edge,18136,18136;41.4476684;-105.9681431:18137;41.4475137;-105.9679832,way_type=user_defined:way_id=80W +edge,18137,18137;41.4475137;-105.9679832:18138;41.4473436;-105.9678016,way_type=user_defined:way_id=80W +edge,18138,18138;41.4473436;-105.9678016:18139;41.4472033;-105.9676452,way_type=user_defined:way_id=80W +edge,18139,18139;41.4472033;-105.9676452:18140;41.4470126;-105.9674232,way_type=user_defined:way_id=80W +edge,18140,18140;41.4470126;-105.9674232:18141;41.4468521;-105.9672271,way_type=user_defined:way_id=80W +edge,18141,18141;41.4468521;-105.9672271:18142;41.4466953;-105.9670272,way_type=user_defined:way_id=80W +edge,18142,18142;41.4466953;-105.9670272:18143;41.4465612;-105.96685,way_type=user_defined:way_id=80W +edge,18143,18143;41.4465612;-105.96685:18144;41.4463856;-105.9666097,way_type=user_defined:way_id=80W +edge,18144,18144;41.4463856;-105.9666097:18145;41.4462427;-105.9664051,way_type=user_defined:way_id=80W +edge,18145,18145;41.4462427;-105.9664051:18146;41.4461324;-105.96624,way_type=user_defined:way_id=80W +edge,18146,18146;41.4461324;-105.96624:18147;41.445973;-105.965992,way_type=user_defined:way_id=80W +edge,18147,18147;41.445973;-105.965992:18148;41.4458049;-105.9657165,way_type=user_defined:way_id=80W +edge,18148,18148;41.4458049;-105.9657165:18149;41.4457031;-105.9655426,way_type=user_defined:way_id=80W +edge,18149,18149;41.4457031;-105.9655426:18150;41.4455747;-105.9653108,way_type=user_defined:way_id=80W +edge,18150,18150;41.4455747;-105.9653108:18151;41.4454471;-105.9650685,way_type=user_defined:way_id=80W +edge,18151,18151;41.4454471;-105.9650685:18152;41.4453269;-105.9648306,way_type=user_defined:way_id=80W +edge,18152,18152;41.4453269;-105.9648306:18153;41.4452068;-105.9645811,way_type=user_defined:way_id=80W +edge,18153,18153;41.4452068;-105.9645811:18154;41.4450976;-105.9643442,way_type=user_defined:way_id=80W +edge,18154,18154;41.4450976;-105.9643442:18155;41.4449876;-105.9640987,way_type=user_defined:way_id=80W +edge,18155,18155;41.4449876;-105.9640987:18156;41.4448754;-105.9638405,way_type=user_defined:way_id=80W +edge,18156,18156;41.4448754;-105.9638405:18157;41.4447709;-105.9635886,way_type=user_defined:way_id=80W +edge,18157,18157;41.4447709;-105.9635886:18158;41.4447446;-105.9635202,way_type=user_defined:way_id=80W +edge,18158,18158;41.4447446;-105.9635202:18159;41.4446693;-105.9633236,way_type=user_defined:way_id=80W +edge,18159,18159;41.4446693;-105.9633236:18160;41.4445764;-105.9630625,way_type=user_defined:way_id=80W +edge,18160,18160;41.4445764;-105.9630625:18161;41.4444911;-105.9628083,way_type=user_defined:way_id=80W +edge,18161,18161;41.4444911;-105.9628083:18162;41.4444064;-105.9625421,way_type=user_defined:way_id=80W +edge,18162,18162;41.4444064;-105.9625421:18163;41.444323;-105.9622647,way_type=user_defined:way_id=80W +edge,18163,18163;41.444323;-105.9622647:18164;41.4442453;-105.9619922,way_type=user_defined:way_id=80W +edge,18164,18164;41.4442453;-105.9619922:18165;41.4441745;-105.961729,way_type=user_defined:way_id=80W +edge,18165,18165;41.4441745;-105.961729:18166;41.4441049;-105.9614537,way_type=user_defined:way_id=80W +edge,18166,18166;41.4441049;-105.9614537:18167;41.444038;-105.9611774,way_type=user_defined:way_id=80W +edge,18167,18167;41.444038;-105.9611774:18168;41.4439737;-105.9609004,way_type=user_defined:way_id=80W +edge,18168,18168;41.4439737;-105.9609004:18169;41.4439131;-105.9606318,way_type=user_defined:way_id=80W +edge,18169,18169;41.4439131;-105.9606318:18170;41.4437284;-105.9597874,way_type=user_defined:way_id=80W +edge,18170,18170;41.4437284;-105.9597874:18171;41.4435423;-105.9589513,way_type=user_defined:way_id=80W +edge,18171,18171;41.4435423;-105.9589513:18172;41.4432545;-105.9576337,way_type=user_defined:way_id=80W +edge,18172,18172;41.4432545;-105.9576337:18173;41.443045;-105.9566975,way_type=user_defined:way_id=80W +edge,18173,18173;41.443045;-105.9566975:18174;41.4429537;-105.9562836,way_type=user_defined:way_id=80W +edge,18174,18174;41.4429537;-105.9562836:18175;41.4424802;-105.9541064,way_type=user_defined:way_id=80W +edge,18175,18175;41.4424802;-105.9541064:18176;41.4423861;-105.9536737,way_type=user_defined:way_id=80W +edge,18176,18176;41.4423861;-105.9536737:18177;41.4423282;-105.9533957,way_type=user_defined:way_id=80W +edge,18177,18177;41.4423282;-105.9533957:18178;41.4422732;-105.9531162,way_type=user_defined:way_id=80W +edge,18178,18178;41.4422732;-105.9531162:18179;41.4422197;-105.9528284,way_type=user_defined:way_id=80W +edge,18179,18179;41.4422197;-105.9528284:18180;41.4421663;-105.9525207,way_type=user_defined:way_id=80W +edge,18180,18180;41.4421663;-105.9525207:18181;41.4421248;-105.9522686,way_type=user_defined:way_id=80W +edge,18181,18181;41.4421248;-105.9522686:18182;41.4421248;-105.9522686,way_type=user_defined:way_id=80W +edge,18182,18182;41.4421248;-105.9522686:18183;41.442036;-105.9516988,way_type=user_defined:way_id=80W +edge,18183,18183;41.442036;-105.9516988:18184;41.4419085;-105.9508398,way_type=user_defined:way_id=80W +edge,18184,18184;41.4419085;-105.9508398:18185;41.4417422;-105.9497398,way_type=user_defined:way_id=80W +edge,18185,18185;41.4417422;-105.9497398:18186;41.4414824;-105.9479663,way_type=user_defined:way_id=80W +edge,18186,18186;41.4414824;-105.9479663:18187;41.44139969;-105.9474068,way_type=user_defined:way_id=80W +edge,18187,18187;41.44139969;-105.9474068:18188;41.4411562;-105.9457596,way_type=user_defined:way_id=80W +edge,18188,18188;41.4411562;-105.9457596:18189;41.4410073;-105.9447608,way_type=user_defined:way_id=80W +edge,18189,18189;41.4410073;-105.9447608:18190;41.44084192;-105.9436276,way_type=user_defined:way_id=80W +edge,18190,18190;41.44084192;-105.9436276:18191;41.44084192;-105.9436276,way_type=user_defined:way_id=80W +edge,18191,18191;41.44084192;-105.9436276:18192;41.4406907;-105.9425952,way_type=user_defined:way_id=80W +edge,18192,18192;41.4406907;-105.9425952:18193;41.4402793;-105.9398305,way_type=user_defined:way_id=80W +edge,18193,18193;41.4402793;-105.9398305:18194;41.44018958;-105.9392152,way_type=user_defined:way_id=80W +edge,18194,18194;41.44018958;-105.9392152:18195;41.4399486;-105.9375624,way_type=user_defined:way_id=80W +edge,18195,18195;41.4399486;-105.9375624:18196;41.4397883;-105.936453,way_type=user_defined:way_id=80W +edge,18196,18196;41.4397883;-105.936453:18197;41.4397883;-105.936453,way_type=user_defined:way_id=80W +edge,18197,18197;41.4397883;-105.936453:18198;41.43965235;-105.9355396,way_type=user_defined:way_id=80W +edge,18198,18198;41.43965235;-105.9355396:18199;41.4396148;-105.9352873,way_type=user_defined:way_id=80W +edge,18199,18199;41.4396148;-105.9352873:18200;41.4393668;-105.9335793,way_type=user_defined:way_id=80W +edge,18200,18200;41.4393668;-105.9335793:18201;41.43879396;-105.9297307,way_type=user_defined:way_id=80W +edge,18201,18201;41.43879396;-105.9297307:18202;41.4385472;-105.9280377,way_type=user_defined:way_id=80W +edge,18202,18202;41.4385472;-105.9280377:18203;41.438246;-105.9260038,way_type=user_defined:way_id=80W +edge,18203,18203;41.438246;-105.9260038:18204;41.4381078;-105.9250897,way_type=user_defined:way_id=80W +edge,18204,18204;41.4381078;-105.9250897:18205;41.4379747;-105.9241956,way_type=user_defined:way_id=80W +edge,18205,18205;41.4379747;-105.9241956:18206;41.4378855;-105.9235892,way_type=user_defined:way_id=80W +edge,18206,18206;41.4378855;-105.9235892:18207;41.4376902;-105.9222421,way_type=user_defined:way_id=80W +edge,18207,18207;41.4376902;-105.9222421:18208;41.4374737;-105.9207969,way_type=user_defined:way_id=80W +edge,18208,18208;41.4374737;-105.9207969:18209;41.4371859;-105.9188407,way_type=user_defined:way_id=80W +edge,18209,18209;41.4371859;-105.9188407:18210;41.4369812;-105.917485,way_type=user_defined:way_id=80W +edge,18210,18210;41.4369812;-105.917485:18211;41.4368055;-105.9162787,way_type=user_defined:way_id=80W +edge,18211,18211;41.4368055;-105.9162787:18212;41.4365105;-105.9142838,way_type=user_defined:way_id=80W +edge,18212,18212;41.4365105;-105.9142838:18213;41.4361843;-105.9120539,way_type=user_defined:way_id=80W +edge,18213,18213;41.4361843;-105.9120539:18214;41.4359302;-105.9103433,way_type=user_defined:way_id=80W +edge,18214,18214;41.4359302;-105.9103433:18215;41.4356409;-105.9083576,way_type=user_defined:way_id=80W +edge,18215,18215;41.4356409;-105.9083576:18216;41.4352911;-105.9060137,way_type=user_defined:way_id=80W +edge,18216,18216;41.4352911;-105.9060137:18217;41.4351045;-105.9047356,way_type=user_defined:way_id=80W +edge,18217,18217;41.4351045;-105.9047356:18218;41.4347897;-105.9025977,way_type=user_defined:way_id=80W +edge,18218,18218;41.4347897;-105.9025977:18219;41.4346259;-105.9015011,way_type=user_defined:way_id=80W +edge,18219,18219;41.4346259;-105.9015011:18220;41.4344645;-105.9004081,way_type=user_defined:way_id=80W +edge,18220,18220;41.4344645;-105.9004081:18221;41.4342939;-105.8992724,way_type=user_defined:way_id=80W +edge,18221,18221;41.4342939;-105.8992724:18222;41.4341269;-105.898133,way_type=user_defined:way_id=80W +edge,18222,18222;41.4341269;-105.898133:18223;41.4339557;-105.8969954,way_type=user_defined:way_id=80W +edge,18223,18223;41.4339557;-105.8969954:18224;41.4337888;-105.8958612,way_type=user_defined:way_id=80W +edge,18224,18224;41.4337888;-105.8958612:18225;41.4337438;-105.8955692,way_type=user_defined:way_id=80W +edge,18225,18225;41.4337438;-105.8955692:18226;41.4336978;-105.8952871,way_type=user_defined:way_id=80W +edge,18226,18226;41.4336978;-105.8952871:18227;41.433649;-105.8950065,way_type=user_defined:way_id=80W +edge,18227,18227;41.433649;-105.8950065:18228;41.433597;-105.8947262,way_type=user_defined:way_id=80W +edge,18228,18228;41.433597;-105.8947262:18229;41.433542;-105.8944473,way_type=user_defined:way_id=80W +edge,18229,18229;41.433542;-105.8944473:18230;41.4334918;-105.8942043,way_type=user_defined:way_id=80W +edge,18230,18230;41.4334918;-105.8942043:18231;41.4334299;-105.8939175,way_type=user_defined:way_id=80W +edge,18231,18231;41.4334299;-105.8939175:18232;41.433361;-105.8936121,way_type=user_defined:way_id=80W +edge,18232,18232;41.433361;-105.8936121:18233;41.4332805;-105.8932696,way_type=user_defined:way_id=80W +edge,18233,18233;41.4332805;-105.8932696:18234;41.433229;-105.8930577,way_type=user_defined:way_id=80W +edge,18234,18234;41.433229;-105.8930577:18235;41.433177;-105.8928531,way_type=user_defined:way_id=80W +edge,18235,18235;41.433177;-105.8928531:18236;41.4330859;-105.8925067,way_type=user_defined:way_id=80W +edge,18236,18236;41.4330859;-105.8925067:18237;41.4330124;-105.8922412,way_type=user_defined:way_id=80W +edge,18237,18237;41.4330124;-105.8922412:18238;41.4329304;-105.8919597,way_type=user_defined:way_id=80W +edge,18238,18238;41.4329304;-105.8919597:18239;41.4328502;-105.8916976,way_type=user_defined:way_id=80W +edge,18239,18239;41.4328502;-105.8916976:18240;41.4327667;-105.8914373,way_type=user_defined:way_id=80W +edge,18240,18240;41.4327667;-105.8914373:18241;41.4326774;-105.8911701,way_type=user_defined:way_id=80W +edge,18241,18241;41.4326774;-105.8911701:18242;41.4325851;-105.890905,way_type=user_defined:way_id=80W +edge,18242,18242;41.4325851;-105.890905:18243;41.4324804;-105.8906166,way_type=user_defined:way_id=80W +edge,18243,18243;41.4324804;-105.8906166:18244;41.4323931;-105.8903825,way_type=user_defined:way_id=80W +edge,18244,18244;41.4323931;-105.8903825:18245;41.4323072;-105.8901571,way_type=user_defined:way_id=80W +edge,18245,18245;41.4323072;-105.8901571:18246;41.4321941;-105.8898675,way_type=user_defined:way_id=80W +edge,18246,18246;41.4321941;-105.8898675:18247;41.4319926;-105.8893647,way_type=user_defined:way_id=80W +edge,18247,18247;41.4319926;-105.8893647:18248;41.4318854;-105.8891016,way_type=user_defined:way_id=80W +edge,18248,18248;41.4318854;-105.8891016:18249;41.4314796;-105.8881223,way_type=user_defined:way_id=80W +edge,18249,18249;41.4314796;-105.8881223:18250;41.4309452;-105.8868151,way_type=user_defined:way_id=80W +edge,18250,18250;41.4309452;-105.8868151:18251;41.4299807;-105.88448,way_type=user_defined:way_id=80W +edge,18251,18251;41.4299807;-105.88448:18252;41.4295583;-105.8834531,way_type=user_defined:way_id=80W +edge,18252,18252;41.4295583;-105.8834531:18253;41.4286579;-105.8812714,way_type=user_defined:way_id=80W +edge,18253,18253;41.4286579;-105.8812714:18254;41.4281384;-105.8800039,way_type=user_defined:way_id=80W +edge,18254,18254;41.4281384;-105.8800039:18255;41.42801713;-105.8797113,way_type=user_defined:way_id=80W +edge,18255,18255;41.42801713;-105.8797113:18256;41.4273078;-105.8780001,way_type=user_defined:way_id=80W +edge,18256,18256;41.4273078;-105.8780001:18257;41.42659;-105.8762531,way_type=user_defined:way_id=80W +edge,18257,18257;41.42659;-105.8762531:18258;41.4261453;-105.8751758,way_type=user_defined:way_id=80W +edge,18258,18258;41.4261453;-105.8751758:18259;41.4257412;-105.8741907,way_type=user_defined:way_id=80W +edge,18259,18259;41.4257412;-105.8741907:18260;41.4253337;-105.8732028,way_type=user_defined:way_id=80W +edge,18260,18260;41.4253337;-105.8732028:18261;41.4247498;-105.8717769,way_type=user_defined:way_id=80W +edge,18261,18261;41.4247498;-105.8717769:18262;41.4236604;-105.8691417,way_type=user_defined:way_id=80W +edge,18262,18262;41.4236604;-105.8691417:18263;41.4231148;-105.8678139,way_type=user_defined:way_id=80W +edge,18263,18263;41.4231148;-105.8678139:18264;41.4222866;-105.8658064,way_type=user_defined:way_id=80W +edge,18264,18264;41.4222866;-105.8658064:18265;41.421856;-105.8647543,way_type=user_defined:way_id=80W +edge,18265,18265;41.421856;-105.8647543:18266;41.4211395;-105.8630139,way_type=user_defined:way_id=80W +edge,18266,18266;41.4211395;-105.8630139:18267;41.4204616;-105.8613776,way_type=user_defined:way_id=80W +edge,18267,18267;41.4204616;-105.8613776:18268;41.4199294;-105.8600791,way_type=user_defined:way_id=80W +edge,18268,18268;41.4199294;-105.8600791:18269;41.4191947;-105.8583022,way_type=user_defined:way_id=80W +edge,18269,18269;41.4191947;-105.8583022:18270;41.4186993;-105.8570869,way_type=user_defined:way_id=80W +edge,18270,18270;41.4186993;-105.8570869:18271;41.4181714;-105.855815,way_type=user_defined:way_id=80W +edge,18271,18271;41.4181714;-105.855815:18272;41.4172168;-105.8534941,way_type=user_defined:way_id=80W +edge,18272,18272;41.4172168;-105.8534941:18273;41.4168887;-105.8527019,way_type=user_defined:way_id=80W +edge,18273,18273;41.4168887;-105.8527019:18274;41.416366;-105.8514255,way_type=user_defined:way_id=80W +edge,18274,18274;41.416366;-105.8514255:18275;41.4157215;-105.8498747,way_type=user_defined:way_id=80W +edge,18275,18275;41.4157215;-105.8498747:18276;41.4153087;-105.8488665,way_type=user_defined:way_id=80W +edge,18276,18276;41.4153087;-105.8488665:18277;41.4146404;-105.847244,way_type=user_defined:way_id=80W +edge,18277,18277;41.4146404;-105.847244:18278;41.4139769;-105.8456399,way_type=user_defined:way_id=80W +edge,18278,18278;41.4139769;-105.8456399:18279;41.41391844;-105.8454973,way_type=user_defined:way_id=80W +edge,18279,18279;41.41391844;-105.8454973:18280;41.4134659;-105.8443938,way_type=user_defined:way_id=80W +edge,18280,18280;41.4134659;-105.8443938:18281;41.413285;-105.8439563,way_type=user_defined:way_id=80W +edge,18281,18281;41.413285;-105.8439563:18282;41.413072;-105.8434442,way_type=user_defined:way_id=80W +edge,18282,18282;41.413072;-105.8434442:18283;41.4127239;-105.842617,way_type=user_defined:way_id=80W +edge,18283,18283;41.4127239;-105.842617:18284;41.412408;-105.8418539,way_type=user_defined:way_id=80W +edge,18284,18284;41.412408;-105.8418539:18285;41.4123049;-105.8416093,way_type=user_defined:way_id=80W +edge,18285,18285;41.4123049;-105.8416093:18286;41.4121931;-105.8413501,way_type=user_defined:way_id=80W +edge,18286,18286;41.4121931;-105.8413501:18287;41.4120297;-105.8409863,way_type=user_defined:way_id=80W +edge,18287,18287;41.4120297;-105.8409863:18288;41.4119732;-105.840863,way_type=user_defined:way_id=80W +edge,18288,18288;41.4119732;-105.840863:18289;41.4118579;-105.8406183,way_type=user_defined:way_id=80W +edge,18289,18289;41.4118579;-105.8406183:18290;41.4117365;-105.8403684,way_type=user_defined:way_id=80W +edge,18290,18290;41.4117365;-105.8403684:18291;41.4116205;-105.8401365,way_type=user_defined:way_id=80W +edge,18291,18291;41.4116205;-105.8401365:18292;41.4114948;-105.8398912,way_type=user_defined:way_id=80W +edge,18292,18292;41.4114948;-105.8398912:18293;41.4113708;-105.8396561,way_type=user_defined:way_id=80W +edge,18293,18293;41.4113708;-105.8396561:18294;41.4112444;-105.8394233,way_type=user_defined:way_id=80W +edge,18294,18294;41.4112444;-105.8394233:18295;41.4111113;-105.8391853,way_type=user_defined:way_id=80W +edge,18295,18295;41.4111113;-105.8391853:18296;41.4109798;-105.8389578,way_type=user_defined:way_id=80W +edge,18296,18296;41.4109798;-105.8389578:18297;41.4108588;-105.8387558,way_type=user_defined:way_id=80W +edge,18297,18297;41.4108588;-105.8387558:18298;41.4107214;-105.8385337,way_type=user_defined:way_id=80W +edge,18298,18298;41.4107214;-105.8385337:18299;41.4105633;-105.8382858,way_type=user_defined:way_id=80W +edge,18299,18299;41.4105633;-105.8382858:18300;41.4104353;-105.8380905,way_type=user_defined:way_id=80W +edge,18300,18300;41.4104353;-105.8380905:18301;41.4102767;-105.8378541,way_type=user_defined:way_id=80W +edge,18301,18301;41.4102767;-105.8378541:18302;41.4101452;-105.8376623,way_type=user_defined:way_id=80W +edge,18302,18302;41.4101452;-105.8376623:18303;41.4100018;-105.8374578,way_type=user_defined:way_id=80W +edge,18303,18303;41.4100018;-105.8374578:18304;41.409847;-105.8372423,way_type=user_defined:way_id=80W +edge,18304,18304;41.409847;-105.8372423:18305;41.4096792;-105.8370159,way_type=user_defined:way_id=80W +edge,18305,18305;41.4096792;-105.8370159:18306;41.4095398;-105.8368332,way_type=user_defined:way_id=80W +edge,18306,18306;41.4095398;-105.8368332:18307;41.4094028;-105.8366587,way_type=user_defined:way_id=80W +edge,18307,18307;41.4094028;-105.8366587:18308;41.4092229;-105.8364366,way_type=user_defined:way_id=80W +edge,18308,18308;41.4092229;-105.8364366:18309;41.4090606;-105.8362433,way_type=user_defined:way_id=80W +edge,18309,18309;41.4090606;-105.8362433:18310;41.4088752;-105.8360288,way_type=user_defined:way_id=80W +edge,18310,18310;41.4088752;-105.8360288:18311;41.4087307;-105.8358658,way_type=user_defined:way_id=80W +edge,18311,18311;41.4087307;-105.8358658:18312;41.4085635;-105.8356811,way_type=user_defined:way_id=80W +edge,18312,18312;41.4085635;-105.8356811:18313;41.4083949;-105.8354978,way_type=user_defined:way_id=80W +edge,18313,18313;41.4083949;-105.8354978:18314;41.4082194;-105.8353118,way_type=user_defined:way_id=80W +edge,18314,18314;41.4082194;-105.8353118:18315;41.4080527;-105.8351415,way_type=user_defined:way_id=80W +edge,18315,18315;41.4080527;-105.8351415:18316;41.4078497;-105.834943,way_type=user_defined:way_id=80W +edge,18316,18316;41.4078497;-105.834943:18317;41.4077009;-105.8348034,way_type=user_defined:way_id=80W +edge,18317,18317;41.4077009;-105.8348034:18318;41.4075159;-105.8346357,way_type=user_defined:way_id=80W +edge,18318,18318;41.4075159;-105.8346357:18319;41.4073353;-105.8344763,way_type=user_defined:way_id=80W +edge,18319,18319;41.4073353;-105.8344763:18320;41.4071718;-105.8343346,way_type=user_defined:way_id=80W +edge,18320,18320;41.4071718;-105.8343346:18321;41.4064175;-105.8336869,way_type=user_defined:way_id=80W +edge,18321,18321;41.4064175;-105.8336869:18322;41.4058959;-105.8332438,way_type=user_defined:way_id=80W +edge,18322,18322;41.4058959;-105.8332438:18323;41.4053221;-105.8327534,way_type=user_defined:way_id=80W +edge,18323,18323;41.4053221;-105.8327534:18324;41.4037952;-105.8314685,way_type=user_defined:way_id=80W +edge,18324,18324;41.4037952;-105.8314685:18325;41.4025607;-105.8304335,way_type=user_defined:way_id=80W +edge,18325,18325;41.4025607;-105.8304335:18326;41.4014567;-105.8294999,way_type=user_defined:way_id=80W +edge,18326,18326;41.4014567;-105.8294999:18327;41.4007003;-105.8288644,way_type=user_defined:way_id=80W +edge,18327,18327;41.4007003;-105.8288644:18328;41.40055709;-105.8287434,way_type=user_defined:way_id=80W +edge,18328,18328;41.40055709;-105.8287434:18329;41.3996904;-105.8280114,way_type=user_defined:way_id=80W +edge,18329,18329;41.3996904;-105.8280114:18330;41.3996904;-105.8280114,way_type=user_defined:way_id=80W +edge,18330,18330;41.3996904;-105.8280114:18331;41.39900458;-105.8274371,way_type=user_defined:way_id=80W +edge,18331,18331;41.39900458;-105.8274371:18332;41.3985311;-105.8270431,way_type=user_defined:way_id=80W +edge,18332,18332;41.3985311;-105.8270431:18333;41.3981623;-105.8267333,way_type=user_defined:way_id=80W +edge,18333,18333;41.3981623;-105.8267333:18334;41.39749631;-105.8261676,way_type=user_defined:way_id=80W +edge,18334,18334;41.39749631;-105.8261676:18335;41.3972665;-105.8259724,way_type=user_defined:way_id=80W +edge,18335,18335;41.3972665;-105.8259724:18336;41.3960974;-105.8249831,way_type=user_defined:way_id=80W +edge,18336,18336;41.3960974;-105.8249831:18337;41.3956316;-105.8245927,way_type=user_defined:way_id=80W +edge,18337,18337;41.3956316;-105.8245927:18338;41.3950092;-105.824064,way_type=user_defined:way_id=80W +edge,18338,18338;41.3950092;-105.824064:18339;41.3950092;-105.824064,way_type=user_defined:way_id=80W +edge,18339,18339;41.3950092;-105.824064:18340;41.39410935;-105.823304,way_type=user_defined:way_id=80W +edge,18340,18340;41.39410935;-105.823304:18341;41.3939701;-105.8231864,way_type=user_defined:way_id=80W +edge,18341,18341;41.3939701;-105.8231864:18342;41.3935823;-105.822857,way_type=user_defined:way_id=80W +edge,18342,18342;41.3935823;-105.822857:18343;41.3926851;-105.8221063,way_type=user_defined:way_id=80W +edge,18343,18343;41.3926851;-105.8221063:18344;41.39209271;-105.8216064,way_type=user_defined:way_id=80W +edge,18344,18344;41.39209271;-105.8216064:18345;41.3910805;-105.8207523,way_type=user_defined:way_id=80W +edge,18345,18345;41.3910805;-105.8207523:18346;41.3910805;-105.8207523,way_type=user_defined:way_id=80W +edge,18346,18346;41.3910805;-105.8207523:18347;41.3904223;-105.8201981,way_type=user_defined:way_id=80W +edge,18347,18347;41.3904223;-105.8201981:18348;41.39020913;-105.8200173,way_type=user_defined:way_id=80W +edge,18348,18348;41.39020913;-105.8200173:18349;41.3900304;-105.8198657,way_type=user_defined:way_id=80W +edge,18349,18349;41.3900304;-105.8198657:18350;41.38965005;-105.8195481,way_type=user_defined:way_id=80W +edge,18350,18350;41.38965005;-105.8195481:18351;41.3894988;-105.8194218,way_type=user_defined:way_id=80W +edge,18351,18351;41.3894988;-105.8194218:18352;41.3886038;-105.8186665,way_type=user_defined:way_id=80W +edge,18352,18352;41.3886038;-105.8186665:18353;41.3878891;-105.8180576,way_type=user_defined:way_id=80W +edge,18353,18353;41.3878891;-105.8180576:18354;41.3869896;-105.8173081,way_type=user_defined:way_id=80W +edge,18354,18354;41.3869896;-105.8173081:18355;41.3864807;-105.8168776,way_type=user_defined:way_id=80W +edge,18355,18355;41.3864807;-105.8168776:18356;41.3859079;-105.8163971,way_type=user_defined:way_id=80W +edge,18356,18356;41.3859079;-105.8163971:18357;41.3854937;-105.8160442,way_type=user_defined:way_id=80W +edge,18357,18357;41.3854937;-105.8160442:18358;41.3850319;-105.8156535,way_type=user_defined:way_id=80W +edge,18358,18358;41.3850319;-105.8156535:18359;41.3848297;-105.8154791,way_type=user_defined:way_id=80W +edge,18359,18359;41.3848297;-105.8154791:18360;41.3846705;-105.8153387,way_type=user_defined:way_id=80W +edge,18360,18360;41.3846705;-105.8153387:18361;41.3844709;-105.8151594,way_type=user_defined:way_id=80W +edge,18361,18361;41.3844709;-105.8151594:18362;41.3843083;-105.8150108,way_type=user_defined:way_id=80W +edge,18362,18362;41.3843083;-105.8150108:18363;41.3841755;-105.8148865,way_type=user_defined:way_id=80W +edge,18363,18363;41.3841755;-105.8148865:18364;41.3839805;-105.8147001,way_type=user_defined:way_id=80W +edge,18364,18364;41.3839805;-105.8147001:18365;41.3838046;-105.8145266,way_type=user_defined:way_id=80W +edge,18365,18365;41.3838046;-105.8145266:18366;41.3836252;-105.8143439,way_type=user_defined:way_id=80W +edge,18366,18366;41.3836252;-105.8143439:18367;41.383459;-105.8141689,way_type=user_defined:way_id=80W +edge,18367,18367;41.383459;-105.8141689:18368;41.3832894;-105.8139842,way_type=user_defined:way_id=80W +edge,18368,18368;41.3832894;-105.8139842:18369;41.3831272;-105.8138019,way_type=user_defined:way_id=80W +edge,18369,18369;41.3831272;-105.8138019:18370;41.382978;-105.8136296,way_type=user_defined:way_id=80W +edge,18370,18370;41.382978;-105.8136296:18371;41.3828354;-105.8134603,way_type=user_defined:way_id=80W +edge,18371,18371;41.3828354;-105.8134603:18372;41.3826582;-105.813244,way_type=user_defined:way_id=80W +edge,18372,18372;41.3826582;-105.813244:18373;41.3824988;-105.8130436,way_type=user_defined:way_id=80W +edge,18373,18373;41.3824988;-105.8130436:18374;41.3823464;-105.8128466,way_type=user_defined:way_id=80W +edge,18374,18374;41.3823464;-105.8128466:18375;41.3821701;-105.812612,way_type=user_defined:way_id=80W +edge,18375,18375;41.3821701;-105.812612:18376;41.3820571;-105.8124588,way_type=user_defined:way_id=80W +edge,18376,18376;41.3820571;-105.8124588:18377;41.3819391;-105.8122949,way_type=user_defined:way_id=80W +edge,18377,18377;41.3819391;-105.8122949:18378;41.3817934;-105.8120879,way_type=user_defined:way_id=80W +edge,18378,18378;41.3817934;-105.8120879:18379;41.3816118;-105.8118219,way_type=user_defined:way_id=80W +edge,18379,18379;41.3816118;-105.8118219:18380;41.3814848;-105.8116303,way_type=user_defined:way_id=80W +edge,18380,18380;41.3814848;-105.8116303:18381;41.3813404;-105.8114083,way_type=user_defined:way_id=80W +edge,18381,18381;41.3813404;-105.8114083:18382;41.381203;-105.8111904,way_type=user_defined:way_id=80W +edge,18382,18382;41.381203;-105.8111904:18383;41.3810635;-105.8109616,way_type=user_defined:way_id=80W +edge,18383,18383;41.3810635;-105.8109616:18384;41.3809309;-105.8107368,way_type=user_defined:way_id=80W +edge,18384,18384;41.3809309;-105.8107368:18385;41.3807966;-105.8105025,way_type=user_defined:way_id=80W +edge,18385,18385;41.3807966;-105.8105025:18386;41.3806856;-105.8103028,way_type=user_defined:way_id=80W +edge,18386,18386;41.3806856;-105.8103028:18387;41.3805441;-105.8100402,way_type=user_defined:way_id=80W +edge,18387,18387;41.3805441;-105.8100402:18388;41.3804397;-105.8098415,way_type=user_defined:way_id=80W +edge,18388,18388;41.3804397;-105.8098415:18389;41.38034772;-105.8096636,way_type=user_defined:way_id=80W +edge,18389,18389;41.38034772;-105.8096636:18390;41.3801772;-105.8093338,way_type=user_defined:way_id=80W +edge,18390,18390;41.3801772;-105.8093338:18391;41.3798133;-105.8086044,way_type=user_defined:way_id=80W +edge,18391,18391;41.3798133;-105.8086044:18392;41.37936;-105.8077019,way_type=user_defined:way_id=80W +edge,18392,18392;41.37936;-105.8077019:18393;41.3789081;-105.8067974,way_type=user_defined:way_id=80W +edge,18393,18393;41.3789081;-105.8067974:18394;41.3784083;-105.8058043,way_type=user_defined:way_id=80W +edge,18394,18394;41.3784083;-105.8058043:18395;41.3777318;-105.8044497,way_type=user_defined:way_id=80W +edge,18395,18395;41.3777318;-105.8044497:18396;41.3772326;-105.8034567,way_type=user_defined:way_id=80W +edge,18396,18396;41.3772326;-105.8034567:18397;41.3768374;-105.8026777,way_type=user_defined:way_id=80W +edge,18397,18397;41.3768374;-105.8026777:18398;41.3761591;-105.8013251,way_type=user_defined:way_id=80W +edge,18398,18398;41.3761591;-105.8013251:18399;41.374511;-105.7980534,way_type=user_defined:way_id=80W +edge,18399,18399;41.374511;-105.7980534:18400;41.3739364;-105.7969074,way_type=user_defined:way_id=80W +edge,18400,18400;41.3739364;-105.7969074:18401;41.3735716;-105.7961842,way_type=user_defined:way_id=80W +edge,18401,18401;41.3735716;-105.7961842:18402;41.3730885;-105.7952215,way_type=user_defined:way_id=80W +edge,18402,18402;41.3730885;-105.7952215:18403;41.3726216;-105.7942857,way_type=user_defined:way_id=80W +edge,18403,18403;41.3726216;-105.7942857:18404;41.3722553;-105.7935606,way_type=user_defined:way_id=80W +edge,18404,18404;41.3722553;-105.7935606:18405;41.3711757;-105.7914028,way_type=user_defined:way_id=80W +edge,18405,18405;41.3711757;-105.7914028:18406;41.3701189;-105.7893042,way_type=user_defined:way_id=80W +edge,18406,18406;41.3701189;-105.7893042:18407;41.3692441;-105.7875576,way_type=user_defined:way_id=80W +edge,18407,18407;41.3692441;-105.7875576:18408;41.3689281;-105.7869301,way_type=user_defined:way_id=80W +edge,18408,18408;41.3689281;-105.7869301:18409;41.3686063;-105.7862982,way_type=user_defined:way_id=80W +edge,18409,18409;41.3686063;-105.7862982:18410;41.3683958;-105.7858759,way_type=user_defined:way_id=80W +edge,18410,18410;41.3683958;-105.7858759:18411;41.36829326;-105.7856757,way_type=user_defined:way_id=80W +edge,18411,18411;41.36829326;-105.7856757:18412;41.3682118;-105.7855166,way_type=user_defined:way_id=80W +edge,18412,18412;41.3682118;-105.7855166:18413;41.3680071;-105.7851052,way_type=user_defined:way_id=80W +edge,18413,18413;41.3680071;-105.7851052:18414;41.3667008;-105.7825129,way_type=user_defined:way_id=80W +edge,18414,18414;41.3667008;-105.7825129:18415;41.3658864;-105.7808918,way_type=user_defined:way_id=80W +edge,18415,18415;41.3658864;-105.7808918:18416;41.3655846;-105.7802856,way_type=user_defined:way_id=80W +edge,18416,18416;41.3655846;-105.7802856:18417;41.3652817;-105.779685,way_type=user_defined:way_id=80W +edge,18417,18417;41.3652817;-105.779685:18418;41.364572;-105.7782684,way_type=user_defined:way_id=80W +edge,18418,18418;41.364572;-105.7782684:18419;41.3644095;-105.7779366,way_type=user_defined:way_id=80W +edge,18419,18419;41.3644095;-105.7779366:18420;41.3643077;-105.7777239,way_type=user_defined:way_id=80W +edge,18420,18420;41.3643077;-105.7777239:18421;41.3642084;-105.7775117,way_type=user_defined:way_id=80W +edge,18421,18421;41.3642084;-105.7775117:18422;41.3640966;-105.777266,way_type=user_defined:way_id=80W +edge,18422,18422;41.3640966;-105.777266:18423;41.3639863;-105.7770153,way_type=user_defined:way_id=80W +edge,18423,18423;41.3639863;-105.7770153:18424;41.3638761;-105.7767571,way_type=user_defined:way_id=80W +edge,18424,18424;41.3638761;-105.7767571:18425;41.3637716;-105.7765045,way_type=user_defined:way_id=80W +edge,18425,18425;41.3637716;-105.7765045:18426;41.3636697;-105.7762501,way_type=user_defined:way_id=80W +edge,18426,18426;41.3636697;-105.7762501:18427;41.3635606;-105.775968,way_type=user_defined:way_id=80W +edge,18427,18427;41.3635606;-105.775968:18428;41.3634738;-105.7757354,way_type=user_defined:way_id=80W +edge,18428,18428;41.3634738;-105.7757354:18429;41.3633807;-105.7754744,way_type=user_defined:way_id=80W +edge,18429,18429;41.3633807;-105.7754744:18430;41.3633265;-105.7753166,way_type=user_defined:way_id=80W +edge,18430,18430;41.3633265;-105.7753166:18431;41.3632024;-105.7749467,way_type=user_defined:way_id=80W +edge,18431,18431;41.3632024;-105.7749467:18432;41.3631163;-105.7746811,way_type=user_defined:way_id=80W +edge,18432,18432;41.3631163;-105.7746811:18433;41.3630327;-105.7744141,way_type=user_defined:way_id=80W +edge,18433,18433;41.3630327;-105.7744141:18434;41.3629526;-105.7741451,way_type=user_defined:way_id=80W +edge,18434,18434;41.3629526;-105.7741451:18435;41.3628779;-105.773884,way_type=user_defined:way_id=80W +edge,18435,18435;41.3628779;-105.773884:18436;41.3628027;-105.7736129,way_type=user_defined:way_id=80W +edge,18436,18436;41.3628027;-105.7736129:18437;41.362554;-105.7726919,way_type=user_defined:way_id=80W +edge,18437,18437;41.362554;-105.7726919:18438;41.3623081;-105.7717711,way_type=user_defined:way_id=80W +edge,18438,18438;41.3623081;-105.7717711:18439;41.361929;-105.770339,way_type=user_defined:way_id=80W +edge,18439,18439;41.361929;-105.770339:18440;41.361342;-105.7681507,way_type=user_defined:way_id=80W +edge,18440,18440;41.361342;-105.7681507:18441;41.361098;-105.7672324,way_type=user_defined:way_id=80W +edge,18441,18441;41.361098;-105.7672324:18442;41.3604057;-105.7646492,way_type=user_defined:way_id=80W +edge,18442,18442;41.3604057;-105.7646492:18443;41.3601127;-105.7635488,way_type=user_defined:way_id=80W +edge,18443,18443;41.3601127;-105.7635488:18444;41.3598853;-105.7627041,way_type=user_defined:way_id=80W +edge,18444,18444;41.3598853;-105.7627041:18445;41.3593834;-105.7608186,way_type=user_defined:way_id=80W +edge,18445,18445;41.3593834;-105.7608186:18446;41.3590204;-105.7594633,way_type=user_defined:way_id=80W +edge,18446,18446;41.3590204;-105.7594633:18447;41.3587844;-105.7585723,way_type=user_defined:way_id=80W +edge,18447,18447;41.3587844;-105.7585723:18448;41.3581564;-105.7562304,way_type=user_defined:way_id=80W +edge,18448,18448;41.3581564;-105.7562304:18449;41.3572957;-105.7529904,way_type=user_defined:way_id=80W +edge,18449,18449;41.3572957;-105.7529904:18450;41.3570663;-105.7521367,way_type=user_defined:way_id=80W +edge,18450,18450;41.3570663;-105.7521367:18451;41.3559953;-105.7481204,way_type=user_defined:way_id=80W +edge,18451,18451;41.3559953;-105.7481204:18452;41.3556825;-105.7469645,way_type=user_defined:way_id=80W +edge,18452,18452;41.3556825;-105.7469645:18453;41.355539;-105.7464186,way_type=user_defined:way_id=80W +edge,18453,18453;41.355539;-105.7464186:18454;41.3554158;-105.745931,way_type=user_defined:way_id=80W +edge,18454,18454;41.3554158;-105.745931:18455;41.3553313;-105.7455833,way_type=user_defined:way_id=80W +edge,18455,18455;41.3553313;-105.7455833:18456;41.3552779;-105.7453501,way_type=user_defined:way_id=80W +edge,18456,18456;41.3552779;-105.7453501:18457;41.3552178;-105.7450706,way_type=user_defined:way_id=80W +edge,18457,18457;41.3552178;-105.7450706:18458;41.3551541;-105.7447527,way_type=user_defined:way_id=80W +edge,18458,18458;41.3551541;-105.7447527:18459;41.3551083;-105.7445081,way_type=user_defined:way_id=80W +edge,18459,18459;41.3551083;-105.7445081:18460;41.3550514;-105.7441879,way_type=user_defined:way_id=80W +edge,18460,18460;41.3550514;-105.7441879:18461;41.3549556;-105.7436194,way_type=user_defined:way_id=80W +edge,18461,18461;41.3549556;-105.7436194:18462;41.3549102;-105.7433345,way_type=user_defined:way_id=80W +edge,18462,18462;41.3549102;-105.7433345:18463;41.354868;-105.7430588,way_type=user_defined:way_id=80W +edge,18463,18463;41.354868;-105.7430588:18464;41.35475932;-105.7423114,way_type=user_defined:way_id=80W +edge,18464,18464;41.35475932;-105.7423114:18465;41.35475932;-105.7423114,way_type=user_defined:way_id=80W +edge,18465,18465;41.35475932;-105.7423114:18466;41.3546662;-105.7416456,way_type=user_defined:way_id=80W +edge,18466,18466;41.3546662;-105.7416456:18467;41.3545742;-105.7410022,way_type=user_defined:way_id=80W +edge,18467,18467;41.3545742;-105.7410022:18468;41.3542279;-105.7385851,way_type=user_defined:way_id=80W +edge,18468,18468;41.3542279;-105.7385851:18469;41.3540525;-105.7373806,way_type=user_defined:way_id=80W +edge,18469,18469;41.3540525;-105.7373806:18470;41.3538164;-105.7357111,way_type=user_defined:way_id=80W +edge,18470,18470;41.3538164;-105.7357111:18471;41.3532003;-105.7314199,way_type=user_defined:way_id=80W +edge,18471,18471;41.3532003;-105.7314199:18472;41.353085;-105.7306013,way_type=user_defined:way_id=80W +edge,18472,18472;41.353085;-105.7306013:18473;41.3528801;-105.7291798,way_type=user_defined:way_id=80W +edge,18473,18473;41.3528801;-105.7291798:18474;41.3525977;-105.7271926,way_type=user_defined:way_id=80W +edge,18474,18474;41.3525977;-105.7271926:18475;41.3524002;-105.725831,way_type=user_defined:way_id=80W +edge,18475,18475;41.3524002;-105.725831:18476;41.352199;-105.7244086,way_type=user_defined:way_id=80W +edge,18476,18476;41.352199;-105.7244086:18477;41.351903;-105.7223559,way_type=user_defined:way_id=80W +edge,18477,18477;41.351903;-105.7223559:18478;41.3517876;-105.7215421,way_type=user_defined:way_id=80W +edge,18478,18478;41.3517876;-105.7215421:18479;41.3517105;-105.7210122,way_type=user_defined:way_id=80W +edge,18479,18479;41.3517105;-105.7210122:18480;41.3515129;-105.719612,way_type=user_defined:way_id=80W +edge,18480,18480;41.3515129;-105.719612:18481;41.3512903;-105.718079,way_type=user_defined:way_id=80W +edge,18481,18481;41.3512903;-105.718079:18482;41.3508518;-105.7150361,way_type=user_defined:way_id=80W +edge,18482,18482;41.3508518;-105.7150361:18483;41.3504909;-105.7124746,way_type=user_defined:way_id=80W +edge,18483,18483;41.3504909;-105.7124746:18484;41.3503574;-105.7115581,way_type=user_defined:way_id=80W +edge,18484,18484;41.3503574;-105.7115581:18485;41.3502354;-105.7106954,way_type=user_defined:way_id=80W +edge,18485,18485;41.3502354;-105.7106954:18486;41.35007327;-105.7095722,way_type=user_defined:way_id=80W +edge,18486,18486;41.35007327;-105.7095722:18487;41.34988337;-105.7082091,way_type=user_defined:way_id=80W +edge,18487,18487;41.34988337;-105.7082091:18488;41.34970816;-105.7070497,way_type=user_defined:way_id=80W +edge,18488,18488;41.34970816;-105.7070497:18489;41.3496159;-105.7064036,way_type=user_defined:way_id=80W +edge,18489,18489;41.3496159;-105.7064036:18490;41.3495737;-105.7060861,way_type=user_defined:way_id=80W +edge,18490,18490;41.3495737;-105.7060861:18491;41.3495425;-105.7058232,way_type=user_defined:way_id=80W +edge,18491,18491;41.3495425;-105.7058232:18492;41.3495097;-105.7055038,way_type=user_defined:way_id=80W +edge,18492,18492;41.3495097;-105.7055038:18493;41.3494867;-105.705222,way_type=user_defined:way_id=80W +edge,18493,18493;41.3494867;-105.705222:18494;41.3494679;-105.7049312,way_type=user_defined:way_id=80W +edge,18494,18494;41.3494679;-105.7049312:18495;41.3494558;-105.7046502,way_type=user_defined:way_id=80W +edge,18495,18495;41.3494558;-105.7046502:18496;41.3494484;-105.7043519,way_type=user_defined:way_id=80W +edge,18496,18496;41.3494484;-105.7043519:18497;41.3494469;-105.7040633,way_type=user_defined:way_id=80W +edge,18497,18497;41.3494469;-105.7040633:18498;41.349452;-105.703776,way_type=user_defined:way_id=80W +edge,18498,18498;41.349452;-105.703776:18499;41.349463;-105.703489,way_type=user_defined:way_id=80W +edge,18499,18499;41.349463;-105.703489:18500;41.3494803;-105.7032037,way_type=user_defined:way_id=80W +edge,18500,18500;41.3494803;-105.7032037:18501;41.3495047;-105.7029103,way_type=user_defined:way_id=80W +edge,18501,18501;41.3495047;-105.7029103:18502;41.349534;-105.7026279,way_type=user_defined:way_id=80W +edge,18502,18502;41.349534;-105.7026279:18503;41.3495694;-105.7023471,way_type=user_defined:way_id=80W +edge,18503,18503;41.3495694;-105.7023471:18504;41.349614;-105.7020592,way_type=user_defined:way_id=80W +edge,18504,18504;41.349614;-105.7020592:18505;41.349665;-105.7017824,way_type=user_defined:way_id=80W +edge,18505,18505;41.349665;-105.7017824:18506;41.3497227;-105.7014975,way_type=user_defined:way_id=80W +edge,18506,18506;41.3497227;-105.7014975:18507;41.3497753;-105.7012501,way_type=user_defined:way_id=80W +edge,18507,18507;41.3497753;-105.7012501:18508;41.3498348;-105.7009847,way_type=user_defined:way_id=80W +edge,18508,18508;41.3498348;-105.7009847:18509;41.3499013;-105.7007028,way_type=user_defined:way_id=80W +edge,18509,18509;41.3499013;-105.7007028:18510;41.3499765;-105.7003942,way_type=user_defined:way_id=80W +edge,18510,18510;41.3499765;-105.7003942:18511;41.3501632;-105.6996415,way_type=user_defined:way_id=80W +edge,18511,18511;41.3501632;-105.6996415:18512;41.3503805;-105.6987787,way_type=user_defined:way_id=80W +edge,18512,18512;41.3503805;-105.6987787:18513;41.3504548;-105.6984744,way_type=user_defined:way_id=80W +edge,18513,18513;41.3504548;-105.6984744:18514;41.3505203;-105.698194,way_type=user_defined:way_id=80W +edge,18514,18514;41.3505203;-105.698194:18515;41.3505772;-105.697934,way_type=user_defined:way_id=80W +edge,18515,18515;41.3505772;-105.697934:18516;41.3506344;-105.6976431,way_type=user_defined:way_id=80W +edge,18516,18516;41.3506344;-105.6976431:18517;41.3506834;-105.6973692,way_type=user_defined:way_id=80W +edge,18517,18517;41.3506834;-105.6973692:18518;41.3507085;-105.697218,way_type=user_defined:way_id=80W +edge,18518,18518;41.3507085;-105.697218:18519;41.3507318;-105.6970765,way_type=user_defined:way_id=80W +edge,18519,18519;41.3507318;-105.6970765:18520;41.350763;-105.696866,way_type=user_defined:way_id=80W +edge,18520,18520;41.350763;-105.696866:18521;41.3507738;-105.6967914,way_type=user_defined:way_id=80W +edge,18521,18521;41.3507738;-105.6967914:18522;41.350809;-105.6965183,way_type=user_defined:way_id=80W +edge,18522,18522;41.350809;-105.6965183:18523;41.3508323;-105.6962989,way_type=user_defined:way_id=80W +edge,18523,18523;41.3508323;-105.6962989:18524;41.350839;-105.6962349,way_type=user_defined:way_id=80W +edge,18524,18524;41.350839;-105.6962349:18525;41.3508632;-105.6959431,way_type=user_defined:way_id=80W +edge,18525,18525;41.3508632;-105.6959431:18526;41.3508813;-105.6956623,way_type=user_defined:way_id=80W +edge,18526,18526;41.3508813;-105.6956623:18527;41.3508947;-105.6953823,way_type=user_defined:way_id=80W +edge,18527,18527;41.3508947;-105.6953823:18528;41.3509046;-105.6950913,way_type=user_defined:way_id=80W +edge,18528,18528;41.3509046;-105.6950913:18529;41.350912;-105.6947631,way_type=user_defined:way_id=80W +edge,18529,18529;41.350912;-105.6947631:18530;41.3509152;-105.694537,way_type=user_defined:way_id=80W +edge,18530,18530;41.3509152;-105.694537:18531;41.3509171;-105.6942533,way_type=user_defined:way_id=80W +edge,18531,18531;41.3509171;-105.6942533:18532;41.3509264;-105.6908217,way_type=user_defined:way_id=80W +edge,18532,18532;41.3509264;-105.6908217:18533;41.3509268;-105.689378,way_type=user_defined:way_id=80W +edge,18533,18533;41.3509268;-105.689378:18534;41.3509289;-105.6882269,way_type=user_defined:way_id=80W +edge,18534,18534;41.3509289;-105.6882269:18535;41.3509348;-105.6862403,way_type=user_defined:way_id=80W +edge,18535,18535;41.3509348;-105.6862403:18536;41.3509368;-105.6850749,way_type=user_defined:way_id=80W +edge,18536,18536;41.3509368;-105.6850749:18537;41.3509421;-105.6838163,way_type=user_defined:way_id=80W +edge,18537,18537;41.3509421;-105.6838163:18538;41.3509419;-105.6827572,way_type=user_defined:way_id=80W +edge,18538,18538;41.3509419;-105.6827572:18539;41.3509445;-105.6821833,way_type=user_defined:way_id=80W +edge,18539,18539;41.3509445;-105.6821833:18540;41.350945;-105.680785,way_type=user_defined:way_id=80W +edge,18540,18540;41.350945;-105.680785:18541;41.3509516;-105.6784652,way_type=user_defined:way_id=80W +edge,18541,18541;41.3509516;-105.6784652:18542;41.3509513;-105.6778243,way_type=user_defined:way_id=80W +edge,18542,18542;41.3509513;-105.6778243:18543;41.3509544;-105.6767219,way_type=user_defined:way_id=80W +edge,18543,18543;41.3509544;-105.6767219:18544;41.3509562;-105.6752839,way_type=user_defined:way_id=80W +edge,18544,18544;41.3509562;-105.6752839:18545;41.3509618;-105.672724,way_type=user_defined:way_id=80W +edge,18545,18545;41.3509618;-105.672724:18546;41.3509653;-105.6717123,way_type=user_defined:way_id=80W +edge,18546,18546;41.3509653;-105.6717123:18547;41.3509707;-105.6687191,way_type=user_defined:way_id=80W +edge,18547,18547;41.3509707;-105.6687191:18548;41.3509712;-105.6677372,way_type=user_defined:way_id=80W +edge,18548,18548;41.3509712;-105.6677372:18549;41.3509756;-105.6665792,way_type=user_defined:way_id=80W +edge,18549,18549;41.3509756;-105.6665792:18550;41.3509751;-105.6651709,way_type=user_defined:way_id=80W +edge,18550,18550;41.3509751;-105.6651709:18551;41.3509792;-105.6642746,way_type=user_defined:way_id=80W +edge,18551,18551;41.3509792;-105.6642746:18552;41.3509826;-105.6626423,way_type=user_defined:way_id=80W +edge,18552,18552;41.3509826;-105.6626423:18553;41.3509854;-105.661997,way_type=user_defined:way_id=80W +edge,18553,18553;41.3509854;-105.661997:18554;41.3509846;-105.6608019,way_type=user_defined:way_id=80W +edge,18554,18554;41.3509846;-105.6608019:18555;41.3509877;-105.6594274,way_type=user_defined:way_id=80W +edge,18555,18555;41.3509877;-105.6594274:18556;41.3509876;-105.6587793,way_type=user_defined:way_id=80W +edge,18556,18556;41.3509876;-105.6587793:18557;41.3509922;-105.6559588,way_type=user_defined:way_id=80W +edge,18557,18557;41.3509922;-105.6559588:18558;41.350997;-105.6544522,way_type=user_defined:way_id=80W +edge,18558,18558;41.350997;-105.6544522:18559;41.3510038;-105.6504766,way_type=user_defined:way_id=80W +edge,18559,18559;41.3510038;-105.6504766:18560;41.3510066;-105.6492745,way_type=user_defined:way_id=80W +edge,18560,18560;41.3510066;-105.6492745:18561;41.3510119;-105.6478356,way_type=user_defined:way_id=80W +edge,18561,18561;41.3510119;-105.6478356:18562;41.3510133;-105.6468615,way_type=user_defined:way_id=80W +edge,18562,18562;41.3510133;-105.6468615:18563;41.351012;-105.6460604,way_type=user_defined:way_id=80W +edge,18563,18563;41.351012;-105.6460604:18564;41.35101;-105.6457774,way_type=user_defined:way_id=80W +edge,18564,18564;41.35101;-105.6457774:18565;41.3510053;-105.6454852,way_type=user_defined:way_id=80W +edge,18565,18565;41.3510053;-105.6454852:18566;41.3509973;-105.6452029,way_type=user_defined:way_id=80W +edge,18566,18566;41.3509973;-105.6452029:18567;41.3509873;-105.6449493,way_type=user_defined:way_id=80W +edge,18567,18567;41.3509873;-105.6449493:18568;41.3509684;-105.6445932,way_type=user_defined:way_id=80W +edge,18568,18568;41.3509684;-105.6445932:18569;41.3509477;-105.6443033,way_type=user_defined:way_id=80W +edge,18569,18569;41.3509477;-105.6443033:18570;41.350922;-105.6440055,way_type=user_defined:way_id=80W +edge,18570,18570;41.350922;-105.6440055:18571;41.3508938;-105.6437268,way_type=user_defined:way_id=80W +edge,18571,18571;41.3508938;-105.6437268:18572;41.35086;-105.6434398,way_type=user_defined:way_id=80W +edge,18572,18572;41.35086;-105.6434398:18573;41.3508232;-105.6431631,way_type=user_defined:way_id=80W +edge,18573,18573;41.3508232;-105.6431631:18574;41.3507797;-105.6428692,way_type=user_defined:way_id=80W +edge,18574,18574;41.3507797;-105.6428692:18575;41.3507328;-105.6425861,way_type=user_defined:way_id=80W +edge,18575,18575;41.3507328;-105.6425861:18576;41.3506828;-105.6423137,way_type=user_defined:way_id=80W +edge,18576,18576;41.3506828;-105.6423137:18577;41.3506272;-105.642034,way_type=user_defined:way_id=80W +edge,18577,18577;41.3506272;-105.642034:18578;41.350568;-105.641756,way_type=user_defined:way_id=80W +edge,18578,18578;41.350568;-105.641756:18579;41.350503;-105.6414709,way_type=user_defined:way_id=80W +edge,18579,18579;41.350503;-105.6414709:18580;41.3504384;-105.6412055,way_type=user_defined:way_id=80W +edge,18580,18580;41.3504384;-105.6412055:18581;41.3503639;-105.640925,way_type=user_defined:way_id=80W +edge,18581,18581;41.3503639;-105.640925:18582;41.350289;-105.6406648,way_type=user_defined:way_id=80W +edge,18582,18582;41.350289;-105.6406648:18583;41.3502039;-105.6403905,way_type=user_defined:way_id=80W +edge,18583,18583;41.3502039;-105.6403905:18584;41.3501287;-105.6401611,way_type=user_defined:way_id=80W +edge,18584,18584;41.3501287;-105.6401611:18585;41.350027;-105.6398662,way_type=user_defined:way_id=80W +edge,18585,18585;41.350027;-105.6398662:18586;41.3499303;-105.6396,way_type=user_defined:way_id=80W +edge,18586,18586;41.3499303;-105.6396:18587;41.3498359;-105.6393525,way_type=user_defined:way_id=80W +edge,18587,18587;41.3498359;-105.6393525:18588;41.3497448;-105.639125,way_type=user_defined:way_id=80W +edge,18588,18588;41.3497448;-105.639125:18589;41.3496368;-105.6388664,way_type=user_defined:way_id=80W +edge,18589,18589;41.3496368;-105.6388664:18590;41.3494219;-105.6383695,way_type=user_defined:way_id=80W +edge,18590,18590;41.3494219;-105.6383695:18591;41.3491922;-105.6378512,way_type=user_defined:way_id=80W +edge,18591,18591;41.3491922;-105.6378512:18592;41.3487556;-105.6368868,way_type=user_defined:way_id=80W +edge,18592,18592;41.3487556;-105.6368868:18593;41.3481848;-105.635618,way_type=user_defined:way_id=80W +edge,18593,18593;41.3481848;-105.635618:18594;41.3477627;-105.6346895,way_type=user_defined:way_id=80W +edge,18594,18594;41.3477627;-105.6346895:18595;41.3475187;-105.63416,way_type=user_defined:way_id=80W +edge,18595,18595;41.3475187;-105.63416:18596;41.3474032;-105.6339066,way_type=user_defined:way_id=80W +edge,18596,18596;41.3474032;-105.6339066:18597;41.3474032;-105.6339066,way_type=user_defined:way_id=80W +edge,18597,18597;41.3474032;-105.6339066:18598;41.34737759;-105.6338504,way_type=user_defined:way_id=80W +edge,18598,18598;41.34737759;-105.6338504:18599;41.346758;-105.6324855,way_type=user_defined:way_id=80W +edge,18599,18599;41.346758;-105.6324855:18600;41.3461848;-105.6312095,way_type=user_defined:way_id=80W +edge,18600,18600;41.3461848;-105.6312095:18601;41.3449284;-105.6284396,way_type=user_defined:way_id=80W +edge,18601,18601;41.3449284;-105.6284396:18602;41.3440811;-105.6265756,way_type=user_defined:way_id=80W +edge,18602,18602;41.3440811;-105.6265756:18603;41.343447;-105.6251856,way_type=user_defined:way_id=80W +edge,18603,18603;41.343447;-105.6251856:18604;41.342833;-105.6238245,way_type=user_defined:way_id=80W +edge,18604,18604;41.342833;-105.6238245:18605;41.3420174;-105.6220255,way_type=user_defined:way_id=80W +edge,18605,18605;41.3420174;-105.6220255:18606;41.3415964;-105.6211083,way_type=user_defined:way_id=80W +edge,18606,18606;41.3415964;-105.6211083:18607;41.3414638;-105.6208223,way_type=user_defined:way_id=80W +edge,18607,18607;41.3414638;-105.6208223:18608;41.3413668;-105.620617,way_type=user_defined:way_id=80W +edge,18608,18608;41.3413668;-105.620617:18609;41.3412601;-105.6203994,way_type=user_defined:way_id=80W +edge,18609,18609;41.3412601;-105.6203994:18610;41.3411372;-105.6201611,way_type=user_defined:way_id=80W +edge,18610,18610;41.3411372;-105.6201611:18611;41.3409933;-105.6198977,way_type=user_defined:way_id=80W +edge,18611,18611;41.3409933;-105.6198977:18612;41.3408666;-105.619678,way_type=user_defined:way_id=80W +edge,18612,18612;41.3408666;-105.619678:18613;41.3407304;-105.6194553,way_type=user_defined:way_id=80W +edge,18613,18613;41.3407304;-105.6194553:18614;41.3405794;-105.6192252,way_type=user_defined:way_id=80W +edge,18614,18614;41.3405794;-105.6192252:18615;41.3404317;-105.6190154,way_type=user_defined:way_id=80W +edge,18615,18615;41.3404317;-105.6190154:18616;41.340279;-105.618813,way_type=user_defined:way_id=80W +edge,18616,18616;41.340279;-105.618813:18617;41.3401372;-105.618637,way_type=user_defined:way_id=80W +edge,18617,18617;41.3401372;-105.618637:18618;41.3399642;-105.6184363,way_type=user_defined:way_id=80W +edge,18618,18618;41.3399642;-105.6184363:18619;41.3397916;-105.6182494,way_type=user_defined:way_id=80W +edge,18619,18619;41.3397916;-105.6182494:18620;41.3396376;-105.6180929,way_type=user_defined:way_id=80W +edge,18620,18620;41.3396376;-105.6180929:18621;41.3394618;-105.617927,way_type=user_defined:way_id=80W +edge,18621,18621;41.3394618;-105.617927:18622;41.3392813;-105.6177691,way_type=user_defined:way_id=80W +edge,18622,18622;41.3392813;-105.6177691:18623;41.3390913;-105.617614,way_type=user_defined:way_id=80W +edge,18623,18623;41.3390913;-105.617614:18624;41.338903;-105.6174717,way_type=user_defined:way_id=80W +edge,18624,18624;41.338903;-105.6174717:18625;41.3387168;-105.6173426,way_type=user_defined:way_id=80W +edge,18625,18625;41.3387168;-105.6173426:18626;41.3385141;-105.617214,way_type=user_defined:way_id=80W +edge,18626,18626;41.3385141;-105.617214:18627;41.3383206;-105.6171018,way_type=user_defined:way_id=80W +edge,18627,18627;41.3383206;-105.6171018:18628;41.3381179;-105.6169938,way_type=user_defined:way_id=80W +edge,18628,18628;41.3381179;-105.6169938:18629;41.337906;-105.6168917,way_type=user_defined:way_id=80W +edge,18629,18629;41.337906;-105.6168917:18630;41.337705;-105.6168049,way_type=user_defined:way_id=80W +edge,18630,18630;41.337705;-105.6168049:18631;41.3374951;-105.6167254,way_type=user_defined:way_id=80W +edge,18631,18631;41.3374951;-105.6167254:18632;41.3372558;-105.616649,way_type=user_defined:way_id=80W +edge,18632,18632;41.3372558;-105.616649:18633;41.3370701;-105.6165981,way_type=user_defined:way_id=80W +edge,18633,18633;41.3370701;-105.6165981:18634;41.3368492;-105.6165467,way_type=user_defined:way_id=80W +edge,18634,18634;41.3368492;-105.6165467:18635;41.3366416;-105.6165066,way_type=user_defined:way_id=80W +edge,18635,18635;41.3366416;-105.6165066:18636;41.3365845;-105.6164971,way_type=user_defined:way_id=80W +edge,18636,18636;41.3365845;-105.6164971:18637;41.3364196;-105.6164705,way_type=user_defined:way_id=80W +edge,18637,18637;41.3364196;-105.6164705:18638;41.3362112;-105.6164419,way_type=user_defined:way_id=80W +edge,18638,18638;41.3362112;-105.6164419:18639;41.3359888;-105.616416,way_type=user_defined:way_id=80W +edge,18639,18639;41.3359888;-105.616416:18640;41.3358521;-105.6164024,way_type=user_defined:way_id=80W +edge,18640,18640;41.3358521;-105.6164024:18641;41.33504626;-105.6163281,way_type=user_defined:way_id=80W +edge,18641,18641;41.33504626;-105.6163281:18642;41.33497944;-105.616325,way_type=user_defined:way_id=80W +edge,18642,18642;41.33497944;-105.616325:18643;41.33488283;-105.6163176,way_type=user_defined:way_id=80W +edge,18643,18643;41.33488283;-105.6163176:18644;41.33414989;-105.6162616,way_type=user_defined:way_id=80W +edge,18644,18644;41.33414989;-105.6162616:18645;41.333158;-105.6161659,way_type=user_defined:way_id=80W +edge,18645,18645;41.333158;-105.6161659:18646;41.333158;-105.6161659,way_type=user_defined:way_id=80W +edge,18646,18646;41.333158;-105.6161659:18647;41.33282426;-105.6161352,way_type=user_defined:way_id=80W +edge,18647,18647;41.33282426;-105.6161352:18648;41.33258737;-105.6161167,way_type=user_defined:way_id=80W +edge,18648,18648;41.33258737;-105.6161167:18649;41.33130448;-105.6160053,way_type=user_defined:way_id=80W +edge,18649,18649;41.33130448;-105.6160053:18650;41.3305798;-105.6159423,way_type=user_defined:way_id=80W +edge,18650,18650;41.3305798;-105.6159423:18651;41.329767;-105.6158695,way_type=user_defined:way_id=80W +edge,18651,18651;41.329767;-105.6158695:18652;41.3291146;-105.6158133,way_type=user_defined:way_id=80W +edge,18652,18652;41.3291146;-105.6158133:18653;41.3284435;-105.6157521,way_type=user_defined:way_id=80W +edge,18653,18653;41.3284435;-105.6157521:18654;41.328218;-105.6157358,way_type=user_defined:way_id=80W +edge,18654,18654;41.328218;-105.6157358:18655;41.32794907;-105.6157126,way_type=user_defined:way_id=80W +edge,18655,18655;41.32794907;-105.6157126:18656;41.32794907;-105.6157126,way_type=user_defined:way_id=80W +edge,18656,18656;41.32794907;-105.6157126:18657;41.327102;-105.6156383,way_type=user_defined:way_id=80W +edge,18657,18657;41.327102;-105.6156383:18658;41.3258222;-105.615531,way_type=user_defined:way_id=80W +edge,18658,18658;41.3258222;-105.615531:18659;41.32440379;-105.6154065,way_type=user_defined:way_id=80W +edge,18659,18659;41.32440379;-105.6154065:18660;41.3235766;-105.6153339,way_type=user_defined:way_id=80W +edge,18660,18660;41.3235766;-105.6153339:18661;41.3235766;-105.6153339,way_type=user_defined:way_id=80W +edge,18661,18661;41.3235766;-105.6153339:18662;41.32317346;-105.6152988,way_type=user_defined:way_id=80W +edge,18662,18662;41.32317346;-105.6152988:18663;41.3229206;-105.6152768,way_type=user_defined:way_id=80W +edge,18663,18663;41.3229206;-105.6152768:18664;41.3215058;-105.6151495,way_type=user_defined:way_id=80W +edge,18664,18664;41.3215058;-105.6151495:18665;41.3208012;-105.6150901,way_type=user_defined:way_id=80W +edge,18665,18665;41.3208012;-105.6150901:18666;41.3197701;-105.6149988,way_type=user_defined:way_id=80W +edge,18666,18666;41.3197701;-105.6149988:18667;41.3191951;-105.6149503,way_type=user_defined:way_id=80W +edge,18667,18667;41.3191951;-105.6149503:18668;41.3183893;-105.6148763,way_type=user_defined:way_id=80W +edge,18668,18668;41.3183893;-105.6148763:18669;41.3179455;-105.614843,way_type=user_defined:way_id=80W +edge,18669,18669;41.3179455;-105.614843:18670;41.31765561;-105.6148182,way_type=user_defined:way_id=80W +edge,18670,18670;41.31765561;-105.6148182:18671;41.31765561;-105.6148182,way_type=user_defined:way_id=80W +edge,18671,18671;41.31765561;-105.6148182:18672;41.31646644;-105.6147154,way_type=user_defined:way_id=80W +edge,18672,18672;41.31646644;-105.6147154:18673;41.3152855;-105.6146134,way_type=user_defined:way_id=80W +edge,18673,18673;41.3152855;-105.6146134:18674;41.3152855;-105.6146134,way_type=user_defined:way_id=80W +edge,18674,18674;41.3152855;-105.6146134:18675;41.3147212;-105.6145661,way_type=user_defined:way_id=80W +edge,18675,18675;41.3147212;-105.6145661:18676;41.3129833;-105.6144132,way_type=user_defined:way_id=80W +edge,18676,18676;41.3129833;-105.6144132:18677;41.31233138;-105.6143574,way_type=user_defined:way_id=80W +edge,18677,18677;41.31233138;-105.6143574:18678;41.3114269;-105.61428,way_type=user_defined:way_id=80W +edge,18678,18678;41.3114269;-105.61428:18679;41.31064;-105.6142077,way_type=user_defined:way_id=80W +edge,18679,18679;41.31064;-105.6142077:18680;41.3100036;-105.6141534,way_type=user_defined:way_id=80W +edge,18680,18680;41.3100036;-105.6141534:18681;41.3097985;-105.6141335,way_type=user_defined:way_id=80W +edge,18681,18681;41.3097985;-105.6141335:18682;41.3095985;-105.6141105,way_type=user_defined:way_id=80W +edge,18682,18682;41.3095985;-105.6141105:18683;41.3092116;-105.6140609,way_type=user_defined:way_id=80W +edge,18683,18683;41.3092116;-105.6140609:18684;41.30902139;-105.6140427,way_type=user_defined:way_id=80W +edge,18684,18684;41.30902139;-105.6140427:18685;41.30902139;-105.6140427,way_type=user_defined:way_id=80W +edge,18685,18685;41.30902139;-105.6140427:18686;41.3087787;-105.6140251,way_type=user_defined:way_id=80W +edge,18686,18686;41.3087787;-105.6140251:18687;41.3081829;-105.6139872,way_type=user_defined:way_id=80W +edge,18687,18687;41.3081829;-105.6139872:18688;41.3079868;-105.6139717,way_type=user_defined:way_id=80W +edge,18688,18688;41.3079868;-105.6139717:18689;41.3064494;-105.6138373,way_type=user_defined:way_id=80W +edge,18689,18689;41.3064494;-105.6138373:18690;41.306336;-105.6138271,way_type=user_defined:way_id=80W +edge,18690,18690;41.306336;-105.6138271:18691;41.3061164;-105.613804,way_type=user_defined:way_id=80W +edge,18691,18691;41.3061164;-105.613804:18692;41.3059182;-105.6137776,way_type=user_defined:way_id=80W +edge,18692,18692;41.3059182;-105.6137776:18693;41.305837;-105.6137635,way_type=user_defined:way_id=80W +edge,18693,18693;41.305837;-105.6137635:18694;41.3057124;-105.6137418,way_type=user_defined:way_id=80W +edge,18694,18694;41.3057124;-105.6137418:18695;41.3055194;-105.6136992,way_type=user_defined:way_id=80W +edge,18695,18695;41.3055194;-105.6136992:18696;41.3053105;-105.6136425,way_type=user_defined:way_id=80W +edge,18696,18696;41.3053105;-105.6136425:18697;41.3050942;-105.6135711,way_type=user_defined:way_id=80W +edge,18697,18697;41.3050942;-105.6135711:18698;41.3048838;-105.6134904,way_type=user_defined:way_id=80W +edge,18698,18698;41.3048838;-105.6134904:18699;41.3046737;-105.6133978,way_type=user_defined:way_id=80W +edge,18699,18699;41.3046737;-105.6133978:18700;41.3044464;-105.6132815,way_type=user_defined:way_id=80W +edge,18700,18700;41.3044464;-105.6132815:18701;41.3042497;-105.6131668,way_type=user_defined:way_id=80W +edge,18701,18701;41.3042497;-105.6131668:18702;41.3040767;-105.613054,way_type=user_defined:way_id=80W +edge,18702,18702;41.3040767;-105.613054:18703;41.3038574;-105.6128964,way_type=user_defined:way_id=80W +edge,18703,18703;41.3038574;-105.6128964:18704;41.3036752;-105.6127501,way_type=user_defined:way_id=80W +edge,18704,18704;41.3036752;-105.6127501:18705;41.3034927;-105.612588,way_type=user_defined:way_id=80W +edge,18705,18705;41.3034927;-105.612588:18706;41.3033213;-105.6124225,way_type=user_defined:way_id=80W +edge,18706,18706;41.3033213;-105.6124225:18707;41.3031448;-105.6122365,way_type=user_defined:way_id=80W +edge,18707,18707;41.3031448;-105.6122365:18708;41.3029866;-105.6120521,way_type=user_defined:way_id=80W +edge,18708,18708;41.3029866;-105.6120521:18709;41.3029082;-105.6119531,way_type=user_defined:way_id=80W +edge,18709,18709;41.3029082;-105.6119531:18710;41.3029082;-105.6119531,way_type=user_defined:way_id=80W +edge,18710,18710;41.3029082;-105.6119531:18711;41.3028298;-105.6118536,way_type=user_defined:way_id=80W +edge,18711,18711;41.3028298;-105.6118536:18712;41.3026794;-105.6116468,way_type=user_defined:way_id=80W +edge,18712,18712;41.3026794;-105.6116468:18713;41.3025318;-105.6114258,way_type=user_defined:way_id=80W +edge,18713,18713;41.3025318;-105.6114258:18714;41.302396;-105.6112051,way_type=user_defined:way_id=80W +edge,18714,18714;41.302396;-105.6112051:18715;41.3022677;-105.610978,way_type=user_defined:way_id=80W +edge,18715,18715;41.3022677;-105.610978:18716;41.3021469;-105.6107451,way_type=user_defined:way_id=80W +edge,18716,18716;41.3021469;-105.6107451:18717;41.3020409;-105.6105243,way_type=user_defined:way_id=80W +edge,18717,18717;41.3020409;-105.6105243:18718;41.302012;-105.6104594,way_type=user_defined:way_id=80W +edge,18718,18718;41.302012;-105.6104594:18719;41.3019316;-105.6102733,way_type=user_defined:way_id=80W +edge,18719,18719;41.3019316;-105.6102733:18720;41.3018317;-105.6100178,way_type=user_defined:way_id=80W +edge,18720,18720;41.3018317;-105.6100178:18721;41.3017388;-105.6097595,way_type=user_defined:way_id=80W +edge,18721,18721;41.3017388;-105.6097595:18722;41.3016725;-105.6095602,way_type=user_defined:way_id=80W +edge,18722,18722;41.3016725;-105.6095602:18723;41.301581;-105.609264,way_type=user_defined:way_id=80W +edge,18723,18723;41.301581;-105.609264:18724;41.3015039;-105.6089927,way_type=user_defined:way_id=80W +edge,18724,18724;41.3015039;-105.6089927:18725;41.3014483;-105.60879,way_type=user_defined:way_id=80W +edge,18725,18725;41.3014483;-105.60879:18726;41.3013013;-105.6082448,way_type=user_defined:way_id=80W +edge,18726,18726;41.3013013;-105.6082448:18727;41.3011889;-105.6078338,way_type=user_defined:way_id=80W +edge,18727,18727;41.3011889;-105.6078338:18728;41.3011554;-105.6076865,way_type=user_defined:way_id=80W +edge,18728,18728;41.3011554;-105.6076865:18729;41.3009993;-105.6071104,way_type=user_defined:way_id=80W +edge,18729,18729;41.3009993;-105.6071104:18730;41.3002637;-105.6043689,way_type=user_defined:way_id=80W +edge,18730,18730;41.3002637;-105.6043689:18731;41.3000434;-105.6035533,way_type=user_defined:way_id=80W +edge,18731,18731;41.3000434;-105.6035533:18732;41.2999057;-105.6030369,way_type=user_defined:way_id=80W +edge,18732,18732;41.2999057;-105.6030369:18733;41.2995819;-105.6018466,way_type=user_defined:way_id=80W +edge,18733,18733;41.2995819;-105.6018466:18734;41.299387;-105.6011244,way_type=user_defined:way_id=80W +edge,18734,18734;41.299387;-105.6011244:18735;41.2989327;-105.5994226,way_type=user_defined:way_id=80W +edge,18735,18735;41.2989327;-105.5994226:18736;41.29855796;-105.5980419,way_type=user_defined:way_id=80W +edge,18736,18736;41.29855796;-105.5980419:18737;41.2984147;-105.5975141,way_type=user_defined:way_id=80W +edge,18737,18737;41.2984147;-105.5975141:18738;41.29832312;-105.5971689,way_type=user_defined:way_id=80W +edge,18738,18738;41.29832312;-105.5971689:18739;41.2980342;-105.5960797,way_type=user_defined:way_id=80W +edge,18739,18739;41.2980342;-105.5960797:18740;41.2978974;-105.5955731,way_type=user_defined:way_id=80W +edge,18740,18740;41.2978974;-105.5955731:18741;41.29766462;-105.594722,way_type=user_defined:way_id=80W +edge,18741,18741;41.29766462;-105.594722:18742;41.29766462;-105.594722,way_type=user_defined:way_id=80W +edge,18742,18742;41.29766462;-105.594722:18743;41.29764884;-105.5946641,way_type=user_defined:way_id=80W +edge,18743,18743;41.29764884;-105.5946641:18744;41.29764884;-105.5946641,way_type=user_defined:way_id=80W +edge,18744,18744;41.29764884;-105.5946641:18745;41.2972911;-105.5933367,way_type=user_defined:way_id=80W +edge,18745,18745;41.2972911;-105.5933367:18746;41.2970986;-105.5926167,way_type=user_defined:way_id=80W +edge,18746,18746;41.2970986;-105.5926167:18747;41.296843;-105.5916713,way_type=user_defined:way_id=80W +edge,18747,18747;41.296843;-105.5916713:18748;41.29681875;-105.5915807,way_type=user_defined:way_id=80W +edge,18748,18748;41.29681875;-105.5915807:18749;41.2966496;-105.5909489,way_type=user_defined:way_id=80W +edge,18749,18749;41.2966496;-105.5909489:18750;41.2964213;-105.5901069,way_type=user_defined:way_id=80W +edge,18750,18750;41.2964213;-105.5901069:18751;41.2961221;-105.5889942,way_type=user_defined:way_id=80W +edge,18751,18751;41.2961221;-105.5889942:18752;41.29551781;-105.5867352,way_type=user_defined:way_id=80W +edge,18752,18752;41.29551781;-105.5867352:18753;41.2953988;-105.5862903,way_type=user_defined:way_id=80W +edge,18753,18753;41.2953988;-105.5862903:18754;41.2947301;-105.5838114,way_type=user_defined:way_id=80W +edge,18754,18754;41.2947301;-105.5838114:18755;41.2947301;-105.5838114,way_type=user_defined:way_id=80W +edge,18755,18755;41.2947301;-105.5838114:18756;41.29455842;-105.5831761,way_type=user_defined:way_id=80W +edge,18756,18756;41.29455842;-105.5831761:18757;41.2944978;-105.5829517,way_type=user_defined:way_id=80W +edge,18757,18757;41.2944978;-105.5829517:18758;41.2942733;-105.582104,way_type=user_defined:way_id=80W +edge,18758,18758;41.2942733;-105.582104:18759;41.2940988;-105.5814545,way_type=user_defined:way_id=80W +edge,18759,18759;41.2940988;-105.5814545:18760;41.29373024;-105.5801004,way_type=user_defined:way_id=80W +edge,18760,18760;41.29373024;-105.5801004:18761;41.29373024;-105.5801004,way_type=user_defined:way_id=80W +edge,18761,18761;41.29373024;-105.5801004:18762;41.2935376;-105.5793783,way_type=user_defined:way_id=80W +edge,18762,18762;41.2935376;-105.5793783:18763;41.2930208;-105.57747,way_type=user_defined:way_id=80W +edge,18763,18763;41.2930208;-105.57747:18764;41.2929497;-105.5771938,way_type=user_defined:way_id=80W +edge,18764,18764;41.2929497;-105.5771938:18765;41.2928897;-105.5769527,way_type=user_defined:way_id=80W +edge,18765,18765;41.2928897;-105.5769527:18766;41.2927383;-105.5763272,way_type=user_defined:way_id=80W +edge,18766,18766;41.2927383;-105.5763272:18767;41.2926428;-105.575915,way_type=user_defined:way_id=80W +edge,18767,18767;41.2926428;-105.575915:18768;41.2925418;-105.5754655,way_type=user_defined:way_id=80W +edge,18768,18768;41.2925418;-105.5754655:18769;41.2924302;-105.5749513,way_type=user_defined:way_id=80W +edge,18769,18769;41.2924302;-105.5749513:18770;41.2923794;-105.5747067,way_type=user_defined:way_id=80W +edge,18770,18770;41.2923794;-105.5747067:18771;41.2923151;-105.5743889,way_type=user_defined:way_id=80W +edge,18771,18771;41.2923151;-105.5743889:18772;41.2922058;-105.573824,way_type=user_defined:way_id=80W +edge,18772,18772;41.2922058;-105.573824:18773;41.2920995;-105.5732381,way_type=user_defined:way_id=80W +edge,18773,18773;41.2920995;-105.5732381:18774;41.2920439;-105.5729168,way_type=user_defined:way_id=80W +edge,18774,18774;41.2920439;-105.5729168:18775;41.2919561;-105.5723832,way_type=user_defined:way_id=80W +edge,18775,18775;41.2919561;-105.5723832:18776;41.2918795;-105.5718852,way_type=user_defined:way_id=80W +edge,18776,18776;41.2918795;-105.5718852:18777;41.2918289;-105.5715345,way_type=user_defined:way_id=80W +edge,18777,18777;41.2918289;-105.5715345:18778;41.2917753;-105.5711407,way_type=user_defined:way_id=80W +edge,18778,18778;41.2917753;-105.5711407:18779;41.2917152;-105.5706749,way_type=user_defined:way_id=80W +edge,18779,18779;41.2917152;-105.5706749:18780;41.2916767;-105.5703606,way_type=user_defined:way_id=80W +edge,18780,18780;41.2916767;-105.5703606:18781;41.2916144;-105.5698257,way_type=user_defined:way_id=80W +edge,18781,18781;41.2916144;-105.5698257:18782;41.2915839;-105.5695503,way_type=user_defined:way_id=80W +edge,18782,18782;41.2915839;-105.5695503:18783;41.2915523;-105.5692446,way_type=user_defined:way_id=80W +edge,18783,18783;41.2915523;-105.5692446:18784;41.2915257;-105.5689671,way_type=user_defined:way_id=80W +edge,18784,18784;41.2915257;-105.5689671:18785;41.2914996;-105.5686704,way_type=user_defined:way_id=80W +edge,18785,18785;41.2914996;-105.5686704:18786;41.2914712;-105.5683092,way_type=user_defined:way_id=80W +edge,18786,18786;41.2914712;-105.5683092:18787;41.2914144;-105.5675353,way_type=user_defined:way_id=80W +edge,18787,18787;41.2914144;-105.5675353:18788;41.2913745;-105.5669542,way_type=user_defined:way_id=80W +edge,18788,18788;41.2913745;-105.5669542:18789;41.291357;-105.5666623,way_type=user_defined:way_id=80W +edge,18789,18789;41.291357;-105.5666623:18790;41.2913427;-105.5663794,way_type=user_defined:way_id=80W +edge,18790,18790;41.2913427;-105.5663794:18791;41.2913302;-105.5660871,way_type=user_defined:way_id=80W +edge,18791,18791;41.2913302;-105.5660871:18792;41.2913182;-105.5657568,way_type=user_defined:way_id=80W +edge,18792,18792;41.2913182;-105.5657568:18793;41.29130883;-105.5654182,way_type=user_defined:way_id=80W +edge,18793,18793;41.29130883;-105.5654182:18794;41.2913033;-105.5651525,way_type=user_defined:way_id=80W +edge,18794,18794;41.2913033;-105.5651525:18795;41.2912973;-105.5647184,way_type=user_defined:way_id=80W +edge,18795,18795;41.2912973;-105.5647184:18796;41.291291;-105.5640316,way_type=user_defined:way_id=80W +edge,18796,18796;41.291291;-105.5640316:18797;41.2912895;-105.5637316,way_type=user_defined:way_id=80W +edge,18797,18797;41.2912895;-105.5637316:18798;41.2912906;-105.563161,way_type=user_defined:way_id=80W +edge,18798,18798;41.2912906;-105.563161:18799;41.2912873;-105.5625061,way_type=user_defined:way_id=80W +edge,18799,18799;41.2912873;-105.5625061:18800;41.2912877;-105.5613586,way_type=user_defined:way_id=80W +edge,18800,18800;41.2912877;-105.5613586:18801;41.2912844;-105.5599741,way_type=user_defined:way_id=80W +edge,18801,18801;41.2912844;-105.5599741:18802;41.2912844;-105.5549856,way_type=user_defined:way_id=80W +edge,18802,18802;41.2912844;-105.5549856:18803;41.2912816;-105.5529624,way_type=user_defined:way_id=80W +edge,18803,18803;41.2912816;-105.5529624:18804;41.2912823;-105.5523424,way_type=user_defined:way_id=80W +edge,18804,18804;41.2912823;-105.5523424:18805;41.2912802;-105.5512234,way_type=user_defined:way_id=80W +edge,18805,18805;41.2912802;-105.5512234:18806;41.2912794;-105.5491078,way_type=user_defined:way_id=80W +edge,18806,18806;41.2912794;-105.5491078:18807;41.2912756;-105.5464217,way_type=user_defined:way_id=80W +edge,18807,18807;41.2912756;-105.5464217:18808;41.2912764;-105.5455508,way_type=user_defined:way_id=80W +edge,18808,18808;41.2912764;-105.5455508:18809;41.2912736;-105.5427632,way_type=user_defined:way_id=80W +edge,18809,18809;41.2912736;-105.5427632:18810;41.2912728;-105.5395826,way_type=user_defined:way_id=80W +edge,18810,18810;41.2912728;-105.5395826:18811;41.2912716;-105.5392135,way_type=user_defined:way_id=80W +edge,18811,18811;41.2912716;-105.5392135:18812;41.291266;-105.5386657,way_type=user_defined:way_id=80W +edge,18812,18812;41.291266;-105.5386657:18813;41.29126797;-105.5381984,way_type=user_defined:way_id=80W +edge,18813,18813;41.29126797;-105.5381984:18814;41.29126797;-105.5381984,way_type=user_defined:way_id=80W +edge,18814,18814;41.29126797;-105.5381984:18815;41.29126842;-105.537705,way_type=user_defined:way_id=80W +edge,18815,18815;41.29126842;-105.537705:18816;41.2912698;-105.5361719,way_type=user_defined:way_id=80W +edge,18816,18816;41.2912698;-105.5361719:18817;41.29126941;-105.5347734,way_type=user_defined:way_id=80W +edge,18817,18817;41.29126941;-105.5347734:18818;41.29126941;-105.5347734,way_type=user_defined:way_id=80W +edge,18818,18818;41.29126941;-105.5347734:18819;41.2912691;-105.5337127,way_type=user_defined:way_id=80W +edge,18819,18819;41.2912691;-105.5337127:18820;41.2912686;-105.5331344,way_type=user_defined:way_id=80W +edge,18820,18820;41.2912686;-105.5331344:18821;41.2912653;-105.5324854,way_type=user_defined:way_id=80W +edge,18821,18821;41.2912653;-105.5324854:18822;41.2912656;-105.5313675,way_type=user_defined:way_id=80W +edge,18822,18822;41.2912656;-105.5313675:18823;41.29126457;-105.5311419,way_type=user_defined:way_id=80W +edge,18823,18823;41.29126457;-105.5311419:18824;41.2912643;-105.5310835,way_type=user_defined:way_id=80W +edge,18824,18824;41.2912643;-105.5310835:18825;41.2912618;-105.5307526,way_type=user_defined:way_id=80W +edge,18825,18825;41.2912618;-105.5307526:18826;41.291258;-105.5304979,way_type=user_defined:way_id=80W +edge,18826,18826;41.291258;-105.5304979:18827;41.2912489;-105.5301686,way_type=user_defined:way_id=80W +edge,18827,18827;41.2912489;-105.5301686:18828;41.2912357;-105.5298778,way_type=user_defined:way_id=80W +edge,18828,18828;41.2912357;-105.5298778:18829;41.2912216;-105.5296624,way_type=user_defined:way_id=80W +edge,18829,18829;41.2912216;-105.5296624:18830;41.2912165;-105.5295875,way_type=user_defined:way_id=80W +edge,18830,18830;41.2912165;-105.5295875:18831;41.291191;-105.5293071,way_type=user_defined:way_id=80W +edge,18831,18831;41.291191;-105.5293071:18832;41.2911547;-105.5290194,way_type=user_defined:way_id=80W +edge,18832,18832;41.2911547;-105.5290194:18833;41.2911066;-105.5287346,way_type=user_defined:way_id=80W +edge,18833,18833;41.2911066;-105.5287346:18834;41.2910913;-105.5286566,way_type=user_defined:way_id=80W +edge,18834,18834;41.2910913;-105.5286566:18835;41.2910913;-105.5286566,way_type=user_defined:way_id=80W +edge,18835,18835;41.2910913;-105.5286566:18836;41.29108197;-105.528609,way_type=user_defined:way_id=80W +edge,18836,18836;41.29108197;-105.528609:18837;41.29108197;-105.528609,way_type=user_defined:way_id=80W +edge,18837,18837;41.29108197;-105.528609:18838;41.29107291;-105.5285628,way_type=user_defined:way_id=80W +edge,18838,18838;41.29107291;-105.5285628:18839;41.29107291;-105.5285628,way_type=user_defined:way_id=80W +edge,18839,18839;41.29107291;-105.5285628:18840;41.2910516;-105.5284541,way_type=user_defined:way_id=80W +edge,18840,18840;41.2910516;-105.5284541:18841;41.2909885;-105.528176,way_type=user_defined:way_id=80W +edge,18841,18841;41.2909885;-105.528176:18842;41.290917;-105.5279013,way_type=user_defined:way_id=80W +edge,18842,18842;41.290917;-105.5279013:18843;41.2908367;-105.527631,way_type=user_defined:way_id=80W +edge,18843,18843;41.2908367;-105.527631:18844;41.2907417;-105.5273503,way_type=user_defined:way_id=80W +edge,18844,18844;41.2907417;-105.5273503:18845;41.2906389;-105.5270801,way_type=user_defined:way_id=80W +edge,18845,18845;41.2906389;-105.5270801:18846;41.290546;-105.5268569,way_type=user_defined:way_id=80W +edge,18846,18846;41.290546;-105.5268569:18847;41.2904356;-105.5266132,way_type=user_defined:way_id=80W +edge,18847,18847;41.2904356;-105.5266132:18848;41.2903146;-105.5263669,way_type=user_defined:way_id=80W +edge,18848,18848;41.2903146;-105.5263669:18849;41.2901782;-105.5261118,way_type=user_defined:way_id=80W +edge,18849,18849;41.2901782;-105.5261118:18850;41.2900357;-105.5258731,way_type=user_defined:way_id=80W +edge,18850,18850;41.2900357;-105.5258731:18851;41.2898955;-105.5256591,way_type=user_defined:way_id=80W +edge,18851,18851;41.2898955;-105.5256591:18852;41.2897389;-105.5254391,way_type=user_defined:way_id=80W +edge,18852,18852;41.2897389;-105.5254391:18853;41.2895867;-105.5252412,way_type=user_defined:way_id=80W +edge,18853,18853;41.2895867;-105.5252412:18854;41.2894304;-105.5250526,way_type=user_defined:way_id=80W +edge,18854,18854;41.2894304;-105.5250526:18855;41.2892636;-105.5248622,way_type=user_defined:way_id=80W +edge,18855,18855;41.2892636;-105.5248622:18856;41.28921632;-105.5248115,way_type=user_defined:way_id=80W +edge,18856,18856;41.28921632;-105.5248115:18857;41.2890932;-105.5246793,way_type=user_defined:way_id=80W +edge,18857,18857;41.2890932;-105.5246793:18858;41.2889015;-105.5244842,way_type=user_defined:way_id=80W +edge,18858,18858;41.2889015;-105.5244842:18859;41.2887421;-105.5243279,way_type=user_defined:way_id=80W +edge,18859,18859;41.2887421;-105.5243279:18860;41.2884774;-105.5240723,way_type=user_defined:way_id=80W +edge,18860,18860;41.2884774;-105.5240723:18861;41.2884774;-105.5240723,way_type=user_defined:way_id=80W +edge,18861,18861;41.2884774;-105.5240723:18862;41.28782852;-105.5234639,way_type=user_defined:way_id=80W +edge,18862,18862;41.28782852;-105.5234639:18863;41.28721643;-105.52289,way_type=user_defined:way_id=80W +edge,18863,18863;41.28721643;-105.52289:18864;41.28644654;-105.5221639,way_type=user_defined:way_id=80W +edge,18864,18864;41.28644654;-105.5221639:18865;41.28545261;-105.5212316,way_type=user_defined:way_id=80W +edge,18865,18865;41.28545261;-105.5212316:18866;41.28459183;-105.5204134,way_type=user_defined:way_id=80W +edge,18866,18866;41.28459183;-105.5204134:18867;41.28408252;-105.5199163,way_type=user_defined:way_id=80W +edge,18867,18867;41.28408252;-105.5199163:18868;41.28343401;-105.5193126,way_type=user_defined:way_id=80W +edge,18868,18868;41.28343401;-105.5193126:18869;41.28263984;-105.5185479,way_type=user_defined:way_id=80W +edge,18869,18869;41.28263984;-105.5185479:18870;41.28157312;-105.5175392,way_type=user_defined:way_id=80W +edge,18870,18870;41.28157312;-105.5175392:18871;41.28046355;-105.5164764,way_type=user_defined:way_id=80W +edge,18871,18871;41.28046355;-105.5164764:18872;41.28000306;-105.5160487,way_type=user_defined:way_id=80W +edge,18872,18872;41.28000306;-105.5160487:18873;41.27965138;-105.5157044,way_type=user_defined:way_id=80W +edge,18873,18873;41.27965138;-105.5157044:18874;41.27932311;-105.5153515,way_type=user_defined:way_id=80W +edge,18874,18874;41.27932311;-105.5153515:18875;41.27904938;-105.5150284,way_type=user_defined:way_id=80W +edge,18875,18875;41.27904938;-105.5150284:18876;41.27880558;-105.514728,way_type=user_defined:way_id=80W +edge,18876,18876;41.27880558;-105.514728:18877;41.27857975;-105.5144352,way_type=user_defined:way_id=80W +edge,18877,18877;41.27857975;-105.5144352:18878;41.27824974;-105.5139717,way_type=user_defined:way_id=80W +edge,18878,18878;41.27824974;-105.5139717:18879;41.2780291;-105.5136233,way_type=user_defined:way_id=80W +edge,18879,18879;41.2780291;-105.5136233:18880;41.27779564;-105.5132359,way_type=user_defined:way_id=80W +edge,18880,18880;41.27779564;-105.5132359:18881;41.27757406;-105.5128481,way_type=user_defined:way_id=80W +edge,18881,18881;41.27757406;-105.5128481:18882;41.27737056;-105.5124598,way_type=user_defined:way_id=80W +edge,18882,18882;41.27737056;-105.5124598:18883;41.27699007;-105.5115821,way_type=user_defined:way_id=80W +edge,18883,18883;41.27699007;-105.5115821:18884;41.27699007;-105.5115821,way_type=user_defined:way_id=80W +edge,18884,18884;41.27699007;-105.5115821:18885;41.2768901;-105.5113517,way_type=user_defined:way_id=80W +edge,18885,18885;41.2768901;-105.5113517:18886;41.2767271;-105.5109686,way_type=user_defined:way_id=80W +edge,18886,18886;41.2767271;-105.5109686:18887;41.2759755;-105.5091773,way_type=user_defined:way_id=80W +edge,18887,18887;41.2759755;-105.5091773:18888;41.2757579;-105.5086654,way_type=user_defined:way_id=80W +edge,18888,18888;41.2757579;-105.5086654:18889;41.2753455;-105.5076877,way_type=user_defined:way_id=80W +edge,18889,18889;41.2753455;-105.5076877:18890;41.2750949;-105.5070873,way_type=user_defined:way_id=80W +edge,18890,18890;41.2750949;-105.5070873:18891;41.2747894;-105.5063627,way_type=user_defined:way_id=80W +edge,18891,18891;41.2747894;-105.5063627:18892;41.2744719;-105.505594,way_type=user_defined:way_id=80W +edge,18892,18892;41.2744719;-105.505594:18893;41.2742626;-105.5050912,way_type=user_defined:way_id=80W +edge,18893,18893;41.2742626;-105.5050912:18894;41.2738064;-105.5040171,way_type=user_defined:way_id=80W +edge,18894,18894;41.2738064;-105.5040171:18895;41.2731965;-105.5025675,way_type=user_defined:way_id=80W +edge,18895,18895;41.2731965;-105.5025675:18896;41.2729726;-105.5020281,way_type=user_defined:way_id=80W +edge,18896,18896;41.2729726;-105.5020281:18897;41.2728684;-105.5017684,way_type=user_defined:way_id=80W +edge,18897,18897;41.2728684;-105.5017684:18898;41.2727691;-105.501505,way_type=user_defined:way_id=80W +edge,18898,18898;41.2727691;-105.501505:18899;41.2726818;-105.5012545,way_type=user_defined:way_id=80W +edge,18899,18899;41.2726818;-105.5012545:18900;41.2725856;-105.5009589,way_type=user_defined:way_id=80W +edge,18900,18900;41.2725856;-105.5009589:18901;41.2725031;-105.5006868,way_type=user_defined:way_id=80W +edge,18901,18901;41.2725031;-105.5006868:18902;41.2724295;-105.5004211,way_type=user_defined:way_id=80W +edge,18902,18902;41.2724295;-105.5004211:18903;41.2723644;-105.5001628,way_type=user_defined:way_id=80W +edge,18903,18903;41.2723644;-105.5001628:18904;41.2723411;-105.5000635,way_type=user_defined:way_id=80W +edge,18904,18904;41.2723411;-105.5000635:18905;41.2722956;-105.4998658,way_type=user_defined:way_id=80W +edge,18905,18905;41.2722956;-105.4998658:18906;41.2722368;-105.4995856,way_type=user_defined:way_id=80W +edge,18906,18906;41.2722368;-105.4995856:18907;41.2721842;-105.4993039,way_type=user_defined:way_id=80W +edge,18907,18907;41.2721842;-105.4993039:18908;41.2721381;-105.499021,way_type=user_defined:way_id=80W +edge,18908,18908;41.2721381;-105.499021:18909;41.2720979;-105.4987371,way_type=user_defined:way_id=80W +edge,18909,18909;41.2720979;-105.4987371:18910;41.272064;-105.498452,way_type=user_defined:way_id=80W +edge,18910,18910;41.272064;-105.498452:18911;41.2720367;-105.4981653,way_type=user_defined:way_id=80W +edge,18911,18911;41.2720367;-105.4981653:18912;41.2720147;-105.4978684,way_type=user_defined:way_id=80W +edge,18912,18912;41.2720147;-105.4978684:18913;41.2719984;-105.4975898,way_type=user_defined:way_id=80W +edge,18913,18913;41.2719984;-105.4975898:18914;41.2719846;-105.4972918,way_type=user_defined:way_id=80W +edge,18914,18914;41.2719846;-105.4972918:18915;41.271974;-105.497012,way_type=user_defined:way_id=80W +edge,18915,18915;41.271974;-105.497012:18916;41.27195;-105.4961712,way_type=user_defined:way_id=80W +edge,18916,18916;41.27195;-105.4961712:18917;41.27191;-105.4949862,way_type=user_defined:way_id=80W +edge,18917,18917;41.27191;-105.4949862:18918;41.2718867;-105.4941478,way_type=user_defined:way_id=80W +edge,18918,18918;41.2718867;-105.4941478:18919;41.2718275;-105.4923497,way_type=user_defined:way_id=80W +edge,18919,18919;41.2718275;-105.4923497:18920;41.27182;-105.4920984,way_type=user_defined:way_id=80W +edge,18920,18920;41.27182;-105.4920984:18921;41.2718147;-105.4918098,way_type=user_defined:way_id=80W +edge,18921,18921;41.2718147;-105.4918098:18922;41.2718154;-105.4914926,way_type=user_defined:way_id=80W +edge,18922,18922;41.2718154;-105.4914926:18923;41.271821;-105.4912335,way_type=user_defined:way_id=80W +edge,18923,18923;41.271821;-105.4912335:18924;41.2718331;-105.490945,way_type=user_defined:way_id=80W +edge,18924,18924;41.2718331;-105.490945:18925;41.2718512;-105.4906549,way_type=user_defined:way_id=80W +edge,18925,18925;41.2718512;-105.4906549:18926;41.2718573;-105.4905798,way_type=user_defined:way_id=80W +edge,18926,18926;41.2718573;-105.4905798:18927;41.2718749;-105.490364,way_type=user_defined:way_id=80W +edge,18927,18927;41.2718749;-105.490364:18928;41.2719033;-105.4900821,way_type=user_defined:way_id=80W +edge,18928,18928;41.2719033;-105.4900821:18929;41.2719368;-105.4897907,way_type=user_defined:way_id=80W +edge,18929,18929;41.2719368;-105.4897907:18930;41.2719791;-105.4894622,way_type=user_defined:way_id=80W +edge,18930,18930;41.2719791;-105.4894622:18931;41.2723098;-105.4871234,way_type=user_defined:way_id=80W +edge,18931,18931;41.2723098;-105.4871234:18932;41.2723403;-105.4869048,way_type=user_defined:way_id=80W +edge,18932,18932;41.2723403;-105.4869048:18933;41.2723765;-105.4866281,way_type=user_defined:way_id=80W +edge,18933,18933;41.2723765;-105.4866281:18934;41.2724099;-105.4863314,way_type=user_defined:way_id=80W +edge,18934,18934;41.2724099;-105.4863314:18935;41.2724361;-105.4860422,way_type=user_defined:way_id=80W +edge,18935,18935;41.2724361;-105.4860422:18936;41.2724542;-105.485761,way_type=user_defined:way_id=80W +edge,18936,18936;41.2724542;-105.485761:18937;41.2724636;-105.4854698,way_type=user_defined:way_id=80W +edge,18937,18937;41.2724636;-105.4854698:18938;41.2724604;-105.4851496,way_type=user_defined:way_id=80W +edge,18938,18938;41.2724604;-105.4851496:18939;41.2724474;-105.4848873,way_type=user_defined:way_id=80W +edge,18939,18939;41.2724474;-105.4848873:18940;41.2724284;-105.4846439,way_type=user_defined:way_id=80W +edge,18940,18940;41.2724284;-105.4846439:18941;41.2724218;-105.4845693,way_type=user_defined:way_id=80W +edge,18941,18941;41.2724218;-105.4845693:18942;41.2723941;-105.4843192,way_type=user_defined:way_id=80W +edge,18942,18942;41.2723941;-105.4843192:18943;41.2723517;-105.4840269,way_type=user_defined:way_id=80W +edge,18943,18943;41.2723517;-105.4840269:18944;41.272302;-105.4837555,way_type=user_defined:way_id=80W +edge,18944,18944;41.272302;-105.4837555:18945;41.272239;-105.4834689,way_type=user_defined:way_id=80W +edge,18945,18945;41.272239;-105.4834689:18946;41.2721604;-105.4831673,way_type=user_defined:way_id=80W +edge,18946,18946;41.2721604;-105.4831673:18947;41.2720812;-105.4829049,way_type=user_defined:way_id=80W +edge,18947,18947;41.2720812;-105.4829049:18948;41.2719895;-105.4826386,way_type=user_defined:way_id=80W +edge,18948,18948;41.2719895;-105.4826386:18949;41.2718875;-105.4823789,way_type=user_defined:way_id=80W +edge,18949,18949;41.2718875;-105.4823789:18950;41.2717758;-105.482128,way_type=user_defined:way_id=80W +edge,18950,18950;41.2717758;-105.482128:18951;41.2716547;-105.4818856,way_type=user_defined:way_id=80W +edge,18951,18951;41.2716547;-105.4818856:18952;41.2715302;-105.4816588,way_type=user_defined:way_id=80W +edge,18952,18952;41.2715302;-105.4816588:18953;41.2713895;-105.4814267,way_type=user_defined:way_id=80W +edge,18953,18953;41.2713895;-105.4814267:18954;41.2712514;-105.4812167,way_type=user_defined:way_id=80W +edge,18954,18954;41.2712514;-105.4812167:18955;41.2710974;-105.4809993,way_type=user_defined:way_id=80W +edge,18955,18955;41.2710974;-105.4809993:18956;41.2709423;-105.4807945,way_type=user_defined:way_id=80W +edge,18956,18956;41.2709423;-105.4807945:18957;41.2707876;-105.4806005,way_type=user_defined:way_id=80W +edge,18957,18957;41.2707876;-105.4806005:18958;41.2706189;-105.4803968,way_type=user_defined:way_id=80W +edge,18958,18958;41.2706189;-105.4803968:18959;41.2701165;-105.4797984,way_type=user_defined:way_id=80W +edge,18959,18959;41.2701165;-105.4797984:18960;41.2692959;-105.478839,way_type=user_defined:way_id=80W +edge,18960,18960;41.2692959;-105.478839:18961;41.268974;-105.4784534,way_type=user_defined:way_id=80W +edge,18961,18961;41.268974;-105.4784534:18962;41.2686453;-105.478071,way_type=user_defined:way_id=80W +edge,18962,18962;41.2686453;-105.478071:18963;41.267659;-105.4769169,way_type=user_defined:way_id=80W +edge,18963,18963;41.267659;-105.4769169:18964;41.2675012;-105.476729,way_type=user_defined:way_id=80W +edge,18964,18964;41.2675012;-105.476729:18965;41.2673355;-105.4765265,way_type=user_defined:way_id=80W +edge,18965,18965;41.2673355;-105.4765265:18966;41.2671829;-105.4763325,way_type=user_defined:way_id=80W +edge,18966,18966;41.2671829;-105.4763325:18967;41.2670061;-105.4760923,way_type=user_defined:way_id=80W +edge,18967,18967;41.2670061;-105.4760923:18968;41.2668792;-105.4759044,way_type=user_defined:way_id=80W +edge,18968,18968;41.2668792;-105.4759044:18969;41.2667408;-105.4756804,way_type=user_defined:way_id=80W +edge,18969,18969;41.2667408;-105.4756804:18970;41.2665935;-105.475417,way_type=user_defined:way_id=80W +edge,18970,18970;41.2665935;-105.475417:18971;41.2664726;-105.4751743,way_type=user_defined:way_id=80W +edge,18971,18971;41.2664726;-105.4751743:18972;41.2663762;-105.4749575,way_type=user_defined:way_id=80W +edge,18972,18972;41.2663762;-105.4749575:18973;41.2662731;-105.4746999,way_type=user_defined:way_id=80W +edge,18973,18973;41.2662731;-105.4746999:18974;41.2661818;-105.474445,way_type=user_defined:way_id=80W +edge,18974,18974;41.2661818;-105.474445:18975;41.2661701;-105.4744108,way_type=user_defined:way_id=80W +edge,18975,18975;41.2661701;-105.4744108:18976;41.2660861;-105.4741397,way_type=user_defined:way_id=80W +edge,18976,18976;41.2660861;-105.4741397:18977;41.2660178;-105.4738836,way_type=user_defined:way_id=80W +edge,18977,18977;41.2660178;-105.4738836:18978;41.2659525;-105.4735925,way_type=user_defined:way_id=80W +edge,18978,18978;41.2659525;-105.4735925:18979;41.2659007;-105.4733071,way_type=user_defined:way_id=80W +edge,18979,18979;41.2659007;-105.4733071:18980;41.2658599;-105.4730269,way_type=user_defined:way_id=80W +edge,18980,18980;41.2658599;-105.4730269:18981;41.2658254;-105.472738,way_type=user_defined:way_id=80W +edge,18981,18981;41.2658254;-105.472738:18982;41.2658021;-105.4724917,way_type=user_defined:way_id=80W +edge,18982,18982;41.2658021;-105.4724917:18983;41.2657958;-105.472419,way_type=user_defined:way_id=80W +edge,18983,18983;41.2657958;-105.472419:18984;41.2657764;-105.4721288,way_type=user_defined:way_id=80W +edge,18984,18984;41.2657764;-105.4721288:18985;41.2657622;-105.4718344,way_type=user_defined:way_id=80W +edge,18985,18985;41.2657622;-105.4718344:18986;41.265707;-105.4704008,way_type=user_defined:way_id=80W +edge,18986,18986;41.265707;-105.4704008:18987;41.2656924;-105.4700681,way_type=user_defined:way_id=80W +edge,18987,18987;41.2656924;-105.4700681:18988;41.2656769;-105.4697831,way_type=user_defined:way_id=80W +edge,18988,18988;41.2656769;-105.4697831:18989;41.2656593;-105.4695278,way_type=user_defined:way_id=80W +edge,18989,18989;41.2656593;-105.4695278:18990;41.2656331;-105.4692341,way_type=user_defined:way_id=80W +edge,18990,18990;41.2656331;-105.4692341:18991;41.2655962;-105.4689111,way_type=user_defined:way_id=80W +edge,18991,18991;41.2655962;-105.4689111:18992;41.2655569;-105.4686358,way_type=user_defined:way_id=80W +edge,18992,18992;41.2655569;-105.4686358:18993;41.2655068;-105.4683547,way_type=user_defined:way_id=80W +edge,18993,18993;41.2655068;-105.4683547:18994;41.2654464;-105.4680771,way_type=user_defined:way_id=80W +edge,18994,18994;41.2654464;-105.4680771:18995;41.265375;-105.467803,way_type=user_defined:way_id=80W +edge,18995,18995;41.265375;-105.467803:18996;41.2652927;-105.4675337,way_type=user_defined:way_id=80W +edge,18996,18996;41.2652927;-105.4675337:18997;41.2652038;-105.4672794,way_type=user_defined:way_id=80W +edge,18997,18997;41.2652038;-105.4672794:18998;41.2651026;-105.4670205,way_type=user_defined:way_id=80W +edge,18998,18998;41.2651026;-105.4670205:18999;41.2649896;-105.4667606,way_type=user_defined:way_id=80W +edge,18999,18999;41.2649896;-105.4667606:19000;41.2648767;-105.4665234,way_type=user_defined:way_id=80W +edge,19000,19000;41.2648767;-105.4665234:19001;41.2647495;-105.466277,way_type=user_defined:way_id=80W +edge,19001,19001;41.2647495;-105.466277:19002;41.2646243;-105.4660515,way_type=user_defined:way_id=80W +edge,19002,19002;41.2646243;-105.4660515:19003;41.2644911;-105.4658224,way_type=user_defined:way_id=80W +edge,19003,19003;41.2644911;-105.4658224:19004;41.2643516;-105.4655888,way_type=user_defined:way_id=80W +edge,19004,19004;41.2643516;-105.4655888:19005;41.2642197;-105.4653717,way_type=user_defined:way_id=80W +edge,19005,19005;41.2642197;-105.4653717:19006;41.2639389;-105.464921,way_type=user_defined:way_id=80W +edge,19006,19006;41.2639389;-105.464921:19007;41.2636532;-105.4644709,way_type=user_defined:way_id=80W +edge,19007,19007;41.2636532;-105.4644709:19008;41.2635178;-105.4642536,way_type=user_defined:way_id=80W +edge,19008,19008;41.2635178;-105.4642536:19009;41.2633795;-105.4640254,way_type=user_defined:way_id=80W +edge,19009,19009;41.2633795;-105.4640254:19010;41.2632491;-105.4637987,way_type=user_defined:way_id=80W +edge,19010,19010;41.2632491;-105.4637987:19011;41.26312;-105.463557,way_type=user_defined:way_id=80W +edge,19011,19011;41.26312;-105.463557:19012;41.2630011;-105.4633157,way_type=user_defined:way_id=80W +edge,19012,19012;41.2630011;-105.4633157:19013;41.2628792;-105.4630415,way_type=user_defined:way_id=80W +edge,19013,19013;41.2628792;-105.4630415:19014;41.2627742;-105.4627756,way_type=user_defined:way_id=80W +edge,19014,19014;41.2627742;-105.4627756:19015;41.2626799;-105.4625121,way_type=user_defined:way_id=80W +edge,19015,19015;41.2626799;-105.4625121:19016;41.262583;-105.4622176,way_type=user_defined:way_id=80W +edge,19016,19016;41.262583;-105.4622176:19017;41.2625107;-105.4619801,way_type=user_defined:way_id=80W +edge,19017,19017;41.2625107;-105.4619801:19018;41.2624236;-105.4616778,way_type=user_defined:way_id=80W +edge,19018,19018;41.2624236;-105.4616778:19019;41.2623466;-105.4613996,way_type=user_defined:way_id=80W +edge,19019,19019;41.2623466;-105.4613996:19020;41.2621187;-105.4605535,way_type=user_defined:way_id=80W +edge,19020,19020;41.2621187;-105.4605535:19021;41.2620243;-105.4602134,way_type=user_defined:way_id=80W +edge,19021,19021;41.2620243;-105.4602134:19022;41.2619472;-105.4599466,way_type=user_defined:way_id=80W +edge,19022,19022;41.2619472;-105.4599466:19023;41.2618858;-105.4597432,way_type=user_defined:way_id=80W +edge,19023,19023;41.2618858;-105.4597432:19024;41.2618562;-105.4596461,way_type=user_defined:way_id=80W +edge,19024,19024;41.2618562;-105.4596461:19025;41.2617693;-105.459374,way_type=user_defined:way_id=80W +edge,19025,19025;41.2617693;-105.459374:19026;41.2616811;-105.4591128,way_type=user_defined:way_id=80W +edge,19026,19026;41.2616811;-105.4591128:19027;41.2615762;-105.4588195,way_type=user_defined:way_id=80W +edge,19027,19027;41.2615762;-105.4588195:19028;41.2614753;-105.4585552,way_type=user_defined:way_id=80W +edge,19028,19028;41.2614753;-105.4585552:19029;41.2613462;-105.4582361,way_type=user_defined:way_id=80W +edge,19029,19029;41.2613462;-105.4582361:19030;41.2612575;-105.4580253,way_type=user_defined:way_id=80W +edge,19030,19030;41.2612575;-105.4580253:19031;41.2611346;-105.4577441,way_type=user_defined:way_id=80W +edge,19031,19031;41.2611346;-105.4577441:19032;41.2610135;-105.4574833,way_type=user_defined:way_id=80W +edge,19032,19032;41.2610135;-105.4574833:19033;41.2608836;-105.457219,way_type=user_defined:way_id=80W +edge,19033,19033;41.2608836;-105.457219:19034;41.2607617;-105.4569826,way_type=user_defined:way_id=80W +edge,19034,19034;41.2607617;-105.4569826:19035;41.260615;-105.4567115,way_type=user_defined:way_id=80W +edge,19035,19035;41.260615;-105.4567115:19036;41.2604816;-105.4564747,way_type=user_defined:way_id=80W +edge,19036,19036;41.2604816;-105.4564747:19037;41.2603495;-105.4562483,way_type=user_defined:way_id=80W +edge,19037,19037;41.2603495;-105.4562483:19038;41.2602022;-105.4560015,way_type=user_defined:way_id=80W +edge,19038,19038;41.2602022;-105.4560015:19039;41.2599036;-105.4555096,way_type=user_defined:way_id=80W +edge,19039,19039;41.2599036;-105.4555096:19040;41.2594742;-105.4548167,way_type=user_defined:way_id=80W +edge,19040,19040;41.2594742;-105.4548167:19041;41.2590946;-105.4541949,way_type=user_defined:way_id=80W +edge,19041,19041;41.2590946;-105.4541949:19042;41.2587525;-105.4536379,way_type=user_defined:way_id=80W +edge,19042,19042;41.2587525;-105.4536379:19043;41.2580232;-105.4524633,way_type=user_defined:way_id=80W +edge,19043,19043;41.2580232;-105.4524633:19044;41.2577492;-105.4520181,way_type=user_defined:way_id=80W +edge,19044,19044;41.2577492;-105.4520181:19045;41.2574385;-105.4515073,way_type=user_defined:way_id=80W +edge,19045,19045;41.2574385;-105.4515073:19046;41.2568907;-105.450617,way_type=user_defined:way_id=80W +edge,19046,19046;41.2568907;-105.450617:19047;41.2561794;-105.4494742,way_type=user_defined:way_id=80W +edge,19047,19047;41.2561794;-105.4494742:19048;41.2560394;-105.4492452,way_type=user_defined:way_id=80W +edge,19048,19048;41.2560394;-105.4492452:19049;41.2559056;-105.4490222,way_type=user_defined:way_id=80W +edge,19049,19049;41.2559056;-105.4490222:19050;41.2557697;-105.4488013,way_type=user_defined:way_id=80W +edge,19050,19050;41.2557697;-105.4488013:19051;41.2556117;-105.4485578,way_type=user_defined:way_id=80W +edge,19051,19051;41.2556117;-105.4485578:19052;41.2554644;-105.4483401,way_type=user_defined:way_id=80W +edge,19052,19052;41.2554644;-105.4483401:19053;41.255329;-105.4481458,way_type=user_defined:way_id=80W +edge,19053,19053;41.255329;-105.4481458:19054;41.2551609;-105.4479135,way_type=user_defined:way_id=80W +edge,19054,19054;41.2551609;-105.4479135:19055;41.2550091;-105.4477128,way_type=user_defined:way_id=80W +edge,19055,19055;41.2550091;-105.4477128:19056;41.2548481;-105.4475105,way_type=user_defined:way_id=80W +edge,19056,19056;41.2548481;-105.4475105:19057;41.2546882;-105.4473203,way_type=user_defined:way_id=80W +edge,19057,19057;41.2546882;-105.4473203:19058;41.2545244;-105.4471359,way_type=user_defined:way_id=80W +edge,19058,19058;41.2545244;-105.4471359:19059;41.2543522;-105.446952,way_type=user_defined:way_id=80W +edge,19059,19059;41.2543522;-105.446952:19060;41.2541597;-105.4467555,way_type=user_defined:way_id=80W +edge,19060,19060;41.2541597;-105.4467555:19061;41.2540049;-105.4466033,way_type=user_defined:way_id=80W +edge,19061,19061;41.2540049;-105.4466033:19062;41.2539336;-105.4465357,way_type=user_defined:way_id=80W +edge,19062,19062;41.2539336;-105.4465357:19063;41.2537954;-105.4464069,way_type=user_defined:way_id=80W +edge,19063,19063;41.2537954;-105.4464069:19064;41.2536416;-105.4462702,way_type=user_defined:way_id=80W +edge,19064,19064;41.2536416;-105.4462702:19065;41.2534615;-105.4461174,way_type=user_defined:way_id=80W +edge,19065,19065;41.2534615;-105.4461174:19066;41.2532479;-105.4459466,way_type=user_defined:way_id=80W +edge,19066,19066;41.2532479;-105.4459466:19067;41.2530555;-105.4458027,way_type=user_defined:way_id=80W +edge,19067,19067;41.2530555;-105.4458027:19068;41.2528605;-105.4456646,way_type=user_defined:way_id=80W +edge,19068,19068;41.2528605;-105.4456646:19069;41.2526946;-105.4455535,way_type=user_defined:way_id=80W +edge,19069,19069;41.2526946;-105.4455535:19070;41.2522507;-105.4452661,way_type=user_defined:way_id=80W +edge,19070,19070;41.2522507;-105.4452661:19071;41.2516669;-105.4448963,way_type=user_defined:way_id=80W +edge,19071,19071;41.2516669;-105.4448963:19072;41.2508434;-105.4443817,way_type=user_defined:way_id=80W +edge,19072,19072;41.2508434;-105.4443817:19073;41.2502038;-105.443978,way_type=user_defined:way_id=80W +edge,19073,19073;41.2502038;-105.443978:19074;41.2493669;-105.4434547,way_type=user_defined:way_id=80W +edge,19074,19074;41.2493669;-105.4434547:19075;41.2481868;-105.4427072,way_type=user_defined:way_id=80W +edge,19075,19075;41.2481868;-105.4427072:19076;41.2468809;-105.4418892,way_type=user_defined:way_id=80W +edge,19076,19076;41.2468809;-105.4418892:19077;41.2464788;-105.4416401,way_type=user_defined:way_id=80W +edge,19077,19077;41.2464788;-105.4416401:19078;41.2460895;-105.4413965,way_type=user_defined:way_id=80W +edge,19078,19078;41.2460895;-105.4413965:19079;41.24583531;-105.4412362,way_type=user_defined:way_id=80W +edge,19079,19079;41.24583531;-105.4412362:19080;41.2451254;-105.4407887,way_type=user_defined:way_id=80W +edge,19080,19080;41.2451254;-105.4407887:19081;41.2441863;-105.440196,way_type=user_defined:way_id=80W +edge,19081,19081;41.2441863;-105.440196:19082;41.24326281;-105.4396214,way_type=user_defined:way_id=80W +edge,19082,19082;41.24326281;-105.4396214:19083;41.2424867;-105.439136,way_type=user_defined:way_id=80W +edge,19083,19083;41.2424867;-105.439136:19084;41.2420857;-105.4388901,way_type=user_defined:way_id=80W +edge,19084,19084;41.2420857;-105.4388901:19085;41.2418608;-105.438759,way_type=user_defined:way_id=80W +edge,19085,19085;41.2418608;-105.438759:19086;41.2416601;-105.4386462,way_type=user_defined:way_id=80W +edge,19086,19086;41.2416601;-105.4386462:19087;41.241459;-105.4385378,way_type=user_defined:way_id=80W +edge,19087,19087;41.241459;-105.4385378:19088;41.2412627;-105.4384375,way_type=user_defined:way_id=80W +edge,19088,19088;41.2412627;-105.4384375:19089;41.2410454;-105.438332,way_type=user_defined:way_id=80W +edge,19089,19089;41.2410454;-105.438332:19090;41.2408404;-105.4382376,way_type=user_defined:way_id=80W +edge,19090,19090;41.2408404;-105.4382376:19091;41.2406144;-105.4381374,way_type=user_defined:way_id=80W +edge,19091,19091;41.2406144;-105.4381374:19092;41.2404008;-105.4380457,way_type=user_defined:way_id=80W +edge,19092,19092;41.2404008;-105.4380457:19093;41.24000768;-105.4378856,way_type=user_defined:way_id=80W +edge,19093,19093;41.24000768;-105.4378856:19094;41.24000768;-105.4378856,way_type=user_defined:way_id=80W +edge,19094,19094;41.24000768;-105.4378856:19095;41.2397692;-105.4377925,way_type=user_defined:way_id=80W +edge,19095,19095;41.2397692;-105.4377925:19096;41.239561;-105.4377163,way_type=user_defined:way_id=80W +edge,19096,19096;41.239561;-105.4377163:19097;41.2393452;-105.4376414,way_type=user_defined:way_id=80W +edge,19097,19097;41.2393452;-105.4376414:19098;41.2391847;-105.4375885,way_type=user_defined:way_id=80W +edge,19098,19098;41.2391847;-105.4375885:19099;41.2388909;-105.4374962,way_type=user_defined:way_id=80W +edge,19099,19099;41.2388909;-105.4374962:19100;41.2386801;-105.4374361,way_type=user_defined:way_id=80W +edge,19100,19100;41.2386801;-105.4374361:19101;41.2384615;-105.4373791,way_type=user_defined:way_id=80W +edge,19101,19101;41.2384615;-105.4373791:19102;41.2382493;-105.4373287,way_type=user_defined:way_id=80W +edge,19102,19102;41.2382493;-105.4373287:19103;41.2373641;-105.4371417,way_type=user_defined:way_id=80W +edge,19103,19103;41.2373641;-105.4371417:19104;41.23698773;-105.4370672,way_type=user_defined:way_id=80W +edge,19104,19104;41.23698773;-105.4370672:19105;41.2369522;-105.4370602,way_type=user_defined:way_id=80W +edge,19105,19105;41.2369522;-105.4370602:19106;41.2364744;-105.4369686,way_type=user_defined:way_id=80W +edge,19106,19106;41.2364744;-105.4369686:19107;41.235443;-105.4367633,way_type=user_defined:way_id=80W +edge,19107,19107;41.235443;-105.4367633:19108;41.235443;-105.4367633,way_type=user_defined:way_id=80W +edge,19108,19108;41.235443;-105.4367633:19109;41.2351522;-105.4367104,way_type=user_defined:way_id=80W +edge,19109,19109;41.2351522;-105.4367104:19110;41.2349309;-105.436675,way_type=user_defined:way_id=80W +edge,19110,19110;41.2349309;-105.436675:19111;41.23478847;-105.4366541,way_type=user_defined:way_id=80W +edge,19111,19111;41.23478847;-105.4366541:19112;41.2347162;-105.4366435,way_type=user_defined:way_id=80W +edge,19112,19112;41.2347162;-105.4366435:19113;41.2345012;-105.4366178,way_type=user_defined:way_id=80W +edge,19113,19113;41.2345012;-105.4366178:19114;41.2342781;-105.4365996,way_type=user_defined:way_id=80W +edge,19114,19114;41.2342781;-105.4365996:19115;41.2340398;-105.4365902,way_type=user_defined:way_id=80W +edge,19115,19115;41.2340398;-105.4365902:19116;41.2338443;-105.4365912,way_type=user_defined:way_id=80W +edge,19116,19116;41.2338443;-105.4365912:19117;41.2337876;-105.4365931,way_type=user_defined:way_id=80W +edge,19117,19117;41.2337876;-105.4365931:19118;41.2336054;-105.4366024,way_type=user_defined:way_id=80W +edge,19118,19118;41.2336054;-105.4366024:19119;41.2333895;-105.4366232,way_type=user_defined:way_id=80W +edge,19119,19119;41.2333895;-105.4366232:19120;41.233139;-105.4366595,way_type=user_defined:way_id=80W +edge,19120,19120;41.233139;-105.4366595:19121;41.2329251;-105.4367,way_type=user_defined:way_id=80W +edge,19121,19121;41.2329251;-105.4367:19122;41.2327063;-105.4367513,way_type=user_defined:way_id=80W +edge,19122,19122;41.2327063;-105.4367513:19123;41.2324967;-105.4368108,way_type=user_defined:way_id=80W +edge,19123,19123;41.2324967;-105.4368108:19124;41.2322827;-105.4368816,way_type=user_defined:way_id=80W +edge,19124,19124;41.2322827;-105.4368816:19125;41.2322077;-105.43691,way_type=user_defined:way_id=80W +edge,19125,19125;41.2322077;-105.43691:19126;41.2320783;-105.4369592,way_type=user_defined:way_id=80W +edge,19126,19126;41.2320783;-105.4369592:19127;41.2318701;-105.4370488,way_type=user_defined:way_id=80W +edge,19127,19127;41.2318701;-105.4370488:19128;41.2316645;-105.4371469,way_type=user_defined:way_id=80W +edge,19128,19128;41.2316645;-105.4371469:19129;41.2314612;-105.4372506,way_type=user_defined:way_id=80W +edge,19129,19129;41.2314612;-105.4372506:19130;41.2312377;-105.4373703,way_type=user_defined:way_id=80W +edge,19130,19130;41.2312377;-105.4373703:19131;41.2310405;-105.43748,way_type=user_defined:way_id=80W +edge,19131,19131;41.2310405;-105.43748:19132;41.230464;-105.4378128,way_type=user_defined:way_id=80W +edge,19132,19132;41.230464;-105.4378128:19133;41.2302599;-105.4379287,way_type=user_defined:way_id=80W +edge,19133,19133;41.2302599;-105.4379287:19134;41.2300694;-105.4380346,way_type=user_defined:way_id=80W +edge,19134,19134;41.2300694;-105.4380346:19135;41.2298901;-105.4381307,way_type=user_defined:way_id=80W +edge,19135,19135;41.2298901;-105.4381307:19136;41.229664;-105.4382457,way_type=user_defined:way_id=80W +edge,19136,19136;41.229664;-105.4382457:19137;41.2294573;-105.438343,way_type=user_defined:way_id=80W +edge,19137,19137;41.2294573;-105.438343:19138;41.2292735;-105.438422,way_type=user_defined:way_id=80W +edge,19138,19138;41.2292735;-105.438422:19139;41.2290455;-105.4385101,way_type=user_defined:way_id=80W +edge,19139,19139;41.2290455;-105.4385101:19140;41.2288587;-105.4385737,way_type=user_defined:way_id=80W +edge,19140,19140;41.2288587;-105.4385737:19141;41.2286437;-105.4386367,way_type=user_defined:way_id=80W +edge,19141,19141;41.2286437;-105.4386367:19142;41.2284252;-105.4386892,way_type=user_defined:way_id=80W +edge,19142,19142;41.2284252;-105.4386892:19143;41.2282109;-105.4387304,way_type=user_defined:way_id=80W +edge,19143,19143;41.2282109;-105.4387304:19144;41.2279973;-105.438762,way_type=user_defined:way_id=80W +edge,19144,19144;41.2279973;-105.438762:19145;41.2277997;-105.438782,way_type=user_defined:way_id=80W +edge,19145,19145;41.2277997;-105.438782:19146;41.2275625;-105.4387942,way_type=user_defined:way_id=80W +edge,19146,19146;41.2275625;-105.4387942:19147;41.2273359;-105.4387921,way_type=user_defined:way_id=80W +edge,19147,19147;41.2273359;-105.4387921:19148;41.227145;-105.4387817,way_type=user_defined:way_id=80W +edge,19148,19148;41.227145;-105.4387817:19149;41.2269115;-105.4387622,way_type=user_defined:way_id=80W +edge,19149,19149;41.2269115;-105.4387622:19150;41.2266855;-105.4387345,way_type=user_defined:way_id=80W +edge,19150,19150;41.2266855;-105.4387345:19151;41.2264951;-105.4387034,way_type=user_defined:way_id=80W +edge,19151,19151;41.2264951;-105.4387034:19152;41.226256;-105.4386558,way_type=user_defined:way_id=80W +edge,19152,19152;41.226256;-105.4386558:19153;41.2260387;-105.4386068,way_type=user_defined:way_id=80W +edge,19153,19153;41.2260387;-105.4386068:19154;41.2245121;-105.4382503,way_type=user_defined:way_id=80W +edge,19154,19154;41.2245121;-105.4382503:19155;41.2242718;-105.438196,way_type=user_defined:way_id=80W +edge,19155,19155;41.2242718;-105.438196:19156;41.224081;-105.4381549,way_type=user_defined:way_id=80W +edge,19156,19156;41.224081;-105.4381549:19157;41.2238623;-105.4381115,way_type=user_defined:way_id=80W +edge,19157,19157;41.2238623;-105.4381115:19158;41.2236226;-105.4380692,way_type=user_defined:way_id=80W +edge,19158,19158;41.2236226;-105.4380692:19159;41.2234115;-105.4380372,way_type=user_defined:way_id=80W +edge,19159,19159;41.2234115;-105.4380372:19160;41.2231934;-105.4380114,way_type=user_defined:way_id=80W +edge,19160,19160;41.2231934;-105.4380114:19161;41.2230265;-105.4379977,way_type=user_defined:way_id=80W +edge,19161,19161;41.2230265;-105.4379977:19162;41.2229689;-105.4379936,way_type=user_defined:way_id=80W +edge,19162,19162;41.2229689;-105.4379936:19163;41.222758;-105.4379845,way_type=user_defined:way_id=80W +edge,19163,19163;41.222758;-105.4379845:19164;41.2225336;-105.4379836,way_type=user_defined:way_id=80W +edge,19164,19164;41.2225336;-105.4379836:19165;41.2223229;-105.4379904,way_type=user_defined:way_id=80W +edge,19165,19165;41.2223229;-105.4379904:19166;41.2221203;-105.4380047,way_type=user_defined:way_id=80W +edge,19166,19166;41.2221203;-105.4380047:19167;41.22197796;-105.4380203,way_type=user_defined:way_id=80W +edge,19167,19167;41.22197796;-105.4380203:19168;41.2219201;-105.4380222,way_type=user_defined:way_id=80W +edge,19168,19168;41.2219201;-105.4380222:19169;41.22149838;-105.4380989,way_type=user_defined:way_id=80W +edge,19169,19169;41.22149838;-105.4380989:19170;41.22113252;-105.4381737,way_type=user_defined:way_id=80W +edge,19170,19170;41.22113252;-105.4381737:19171;41.221021;-105.4382024,way_type=user_defined:way_id=80W +edge,19171,19171;41.221021;-105.4382024:19172;41.2208137;-105.4382602,way_type=user_defined:way_id=80W +edge,19172,19172;41.2208137;-105.4382602:19173;41.220614;-105.4383184,way_type=user_defined:way_id=80W +edge,19173,19173;41.220614;-105.4383184:19174;41.2203794;-105.4383907,way_type=user_defined:way_id=80W +edge,19174,19174;41.2203794;-105.4383907:19175;41.2201726;-105.4384574,way_type=user_defined:way_id=80W +edge,19175,19175;41.2201726;-105.4384574:19176;41.21984609;-105.4385662,way_type=user_defined:way_id=80W +edge,19176,19176;41.21984609;-105.4385662:19177;41.21959554;-105.4386578,way_type=user_defined:way_id=80W +edge,19177,19177;41.21959554;-105.4386578:19178;41.21779504;-105.4392684,way_type=user_defined:way_id=80W +edge,19178,19178;41.21779504;-105.4392684:19179;41.21559205;-105.4400181,way_type=user_defined:way_id=80W +edge,19179,19179;41.21559205;-105.4400181:19180;41.214899;-105.4402556,way_type=user_defined:way_id=80W +edge,19180,19180;41.214899;-105.4402556:19181;41.2141773;-105.4404996,way_type=user_defined:way_id=80W +edge,19181,19181;41.2141773;-105.4404996:19182;41.2135416;-105.4407085,way_type=user_defined:way_id=80W +edge,19182,19182;41.2135416;-105.4407085:19183;41.2131143;-105.4408508,way_type=user_defined:way_id=80W +edge,19183,19183;41.2131143;-105.4408508:19184;41.2128994;-105.4409165,way_type=user_defined:way_id=80W +edge,19184,19184;41.2128994;-105.4409165:19185;41.2126905;-105.4409743,way_type=user_defined:way_id=80W +edge,19185,19185;41.2126905;-105.4409743:19186;41.2124735;-105.4410272,way_type=user_defined:way_id=80W +edge,19186,19186;41.2124735;-105.4410272:19187;41.2122552;-105.4410714,way_type=user_defined:way_id=80W +edge,19187,19187;41.2122552;-105.4410714:19188;41.212043;-105.4411049,way_type=user_defined:way_id=80W +edge,19188,19188;41.212043;-105.4411049:19189;41.2118012;-105.4411317,way_type=user_defined:way_id=80W +edge,19189,19189;41.2118012;-105.4411317:19190;41.2115801;-105.4411458,way_type=user_defined:way_id=80W +edge,19190,19190;41.2115801;-105.4411458:19191;41.2113658;-105.4411502,way_type=user_defined:way_id=80W +edge,19191,19191;41.2113658;-105.4411502:19192;41.2111443;-105.4411442,way_type=user_defined:way_id=80W +edge,19192,19192;41.2111443;-105.4411442:19193;41.2109298;-105.4411285,way_type=user_defined:way_id=80W +edge,19193,19193;41.2109298;-105.4411285:19194;41.2106799;-105.4410959,way_type=user_defined:way_id=80W +edge,19194,19194;41.2106799;-105.4410959:19195;41.2104878;-105.4410611,way_type=user_defined:way_id=80W +edge,19195,19195;41.2104878;-105.4410611:19196;41.2102542;-105.441008,way_type=user_defined:way_id=80W +edge,19196,19196;41.2102542;-105.441008:19197;41.2100366;-105.4409479,way_type=user_defined:way_id=80W +edge,19197,19197;41.2100366;-105.4409479:19198;41.2098557;-105.440889,way_type=user_defined:way_id=80W +edge,19198,19198;41.2098557;-105.440889:19199;41.2098279;-105.4408799,way_type=user_defined:way_id=80W +edge,19199,19199;41.2098279;-105.4408799:19200;41.2096143;-105.440799,way_type=user_defined:way_id=80W +edge,19200,19200;41.2096143;-105.440799:19201;41.2094027;-105.4407103,way_type=user_defined:way_id=80W +edge,19201,19201;41.2094027;-105.4407103:19202;41.2091999;-105.4406179,way_type=user_defined:way_id=80W +edge,19202,19202;41.2091999;-105.4406179:19203;41.208973;-105.4405034,way_type=user_defined:way_id=80W +edge,19203,19203;41.208973;-105.4405034:19204;41.2087686;-105.4403913,way_type=user_defined:way_id=80W +edge,19204,19204;41.2087686;-105.4403913:19205;41.2085728;-105.4402775,way_type=user_defined:way_id=80W +edge,19205,19205;41.2085728;-105.4402775:19206;41.2083464;-105.440139,way_type=user_defined:way_id=80W +edge,19206,19206;41.2083464;-105.440139:19207;41.2079795;-105.4399068,way_type=user_defined:way_id=80W +edge,19207,19207;41.2079795;-105.4399068:19208;41.20739;-105.4395203,way_type=user_defined:way_id=80W +edge,19208,19208;41.20739;-105.4395203:19209;41.2065843;-105.4390027,way_type=user_defined:way_id=80W +edge,19209,19209;41.2065843;-105.4390027:19210;41.2063928;-105.438876,way_type=user_defined:way_id=80W +edge,19210,19210;41.2063928;-105.438876:19211;41.2061973;-105.4387402,way_type=user_defined:way_id=80W +edge,19211,19211;41.2061973;-105.4387402:19212;41.2059793;-105.4385812,way_type=user_defined:way_id=80W +edge,19212,19212;41.2059793;-105.4385812:19213;41.2058187;-105.4384603,way_type=user_defined:way_id=80W +edge,19213,19213;41.2058187;-105.4384603:19214;41.2056535;-105.4383314,way_type=user_defined:way_id=80W +edge,19214,19214;41.2056535;-105.4383314:19215;41.2054474;-105.4381641,way_type=user_defined:way_id=80W +edge,19215,19215;41.2054474;-105.4381641:19216;41.2052616;-105.4380062,way_type=user_defined:way_id=80W +edge,19216,19216;41.2052616;-105.4380062:19217;41.2050536;-105.4378234,way_type=user_defined:way_id=80W +edge,19217,19217;41.2050536;-105.4378234:19218;41.2048761;-105.4376645,way_type=user_defined:way_id=80W +edge,19218,19218;41.2048761;-105.4376645:19219;41.2045172;-105.4373368,way_type=user_defined:way_id=80W +edge,19219,19219;41.2045172;-105.4373368:19220;41.2043358;-105.4371678,way_type=user_defined:way_id=80W +edge,19220,19220;41.2043358;-105.4371678:19221;41.203957;-105.4368087,way_type=user_defined:way_id=80W +edge,19221,19221;41.203957;-105.4368087:19222;41.2037988;-105.4366607,way_type=user_defined:way_id=80W +edge,19222,19222;41.2037988;-105.4366607:19223;41.2032451;-105.4361483,way_type=user_defined:way_id=80W +edge,19223,19223;41.2032451;-105.4361483:19224;41.2028203;-105.4357509,way_type=user_defined:way_id=80W +edge,19224,19224;41.2028203;-105.4357509:19225;41.2025054;-105.4354604,way_type=user_defined:way_id=80W +edge,19225,19225;41.2025054;-105.4354604:19226;41.2021387;-105.4351162,way_type=user_defined:way_id=80W +edge,19226,19226;41.2021387;-105.4351162:19227;41.2017767;-105.4347827,way_type=user_defined:way_id=80W +edge,19227,19227;41.2017767;-105.4347827:19228;41.2012629;-105.4343046,way_type=user_defined:way_id=80W +edge,19228,19228;41.2012629;-105.4343046:19229;41.2005174;-105.4336027,way_type=user_defined:way_id=80W +edge,19229,19229;41.2005174;-105.4336027:19230;41.1996207;-105.4327797,way_type=user_defined:way_id=80W +edge,19230,19230;41.1996207;-105.4327797:19231;41.1987513;-105.4319755,way_type=user_defined:way_id=80W +edge,19231,19231;41.1987513;-105.4319755:19232;41.1983968;-105.4316439,way_type=user_defined:way_id=80W +edge,19232,19232;41.1983968;-105.4316439:19233;41.1978826;-105.4311685,way_type=user_defined:way_id=80W +edge,19233,19233;41.1978826;-105.4311685:19234;41.1974567;-105.4307698,way_type=user_defined:way_id=80W +edge,19234,19234;41.1974567;-105.4307698:19235;41.1966601;-105.43003,way_type=user_defined:way_id=80W +edge,19235,19235;41.1966601;-105.43003:19236;41.19617349;-105.4295809,way_type=user_defined:way_id=80W +edge,19236,19236;41.19617349;-105.4295809:19237;41.19526246;-105.428748,way_type=user_defined:way_id=80W +edge,19237,19237;41.19526246;-105.428748:19238;41.19467429;-105.4282074,way_type=user_defined:way_id=80W +edge,19238,19238;41.19467429;-105.4282074:19239;41.19410396;-105.4276661,way_type=user_defined:way_id=80W +edge,19239,19239;41.19410396;-105.4276661:19240;41.19329142;-105.4269118,way_type=user_defined:way_id=80W +edge,19240,19240;41.19329142;-105.4269118:19241;41.1926003;-105.426288,way_type=user_defined:way_id=80W +edge,19241,19241;41.1926003;-105.426288:19242;41.19257733;-105.4262657,way_type=user_defined:way_id=80W +edge,19242,19242;41.19257733;-105.4262657:19243;41.19207217;-105.4257769,way_type=user_defined:way_id=80W +edge,19243,19243;41.19207217;-105.4257769:19244;41.19133245;-105.4250992,way_type=user_defined:way_id=80W +edge,19244,19244;41.19133245;-105.4250992:19245;41.19073832;-105.4245591,way_type=user_defined:way_id=80W +edge,19245,19245;41.19073832;-105.4245591:19246;41.19027223;-105.424172,way_type=user_defined:way_id=80W +edge,19246,19246;41.19027223;-105.424172:19247;41.18993956;-105.4239071,way_type=user_defined:way_id=80W +edge,19247,19247;41.18993956;-105.4239071:19248;41.18963765;-105.4236962,way_type=user_defined:way_id=80W +edge,19248,19248;41.18963765;-105.4236962:19249;41.18928749;-105.4234634,way_type=user_defined:way_id=80W +edge,19249,19249;41.18928749;-105.4234634:19250;41.18891987;-105.4232386,way_type=user_defined:way_id=80W +edge,19250,19250;41.18891987;-105.4232386:19251;41.18850444;-105.4230158,way_type=user_defined:way_id=80W +edge,19251,19251;41.18850444;-105.4230158:19252;41.18809526;-105.4228084,way_type=user_defined:way_id=80W +edge,19252,19252;41.18809526;-105.4228084:19253;41.18770451;-105.422632,way_type=user_defined:way_id=80W +edge,19253,19253;41.18770451;-105.422632:19254;41.18733821;-105.4224784,way_type=user_defined:way_id=80W +edge,19254,19254;41.18733821;-105.4224784:19255;41.18695414;-105.4223411,way_type=user_defined:way_id=80W +edge,19255,19255;41.18695414;-105.4223411:19256;41.18659453;-105.4222269,way_type=user_defined:way_id=80W +edge,19256,19256;41.18659453;-105.4222269:19257;41.18621699;-105.4221209,way_type=user_defined:way_id=80W +edge,19257,19257;41.18621699;-105.4221209:19258;41.18576214;-105.4220174,way_type=user_defined:way_id=80W +edge,19258,19258;41.18576214;-105.4220174:19259;41.18533139;-105.4219292,way_type=user_defined:way_id=80W +edge,19259,19259;41.18533139;-105.4219292:19260;41.18491831;-105.4218322,way_type=user_defined:way_id=80W +edge,19260,19260;41.18491831;-105.4218322:19261;41.18478256;-105.4218058,way_type=user_defined:way_id=80W +edge,19261,19261;41.18478256;-105.4218058:19262;41.18410153;-105.4216616,way_type=user_defined:way_id=80W +edge,19262,19262;41.18410153;-105.4216616:19263;41.18322187;-105.4214697,way_type=user_defined:way_id=80W +edge,19263,19263;41.18322187;-105.4214697:19264;41.18251489;-105.4212721,way_type=user_defined:way_id=80W +edge,19264,19264;41.18251489;-105.4212721:19265;41.18192737;-105.4210864,way_type=user_defined:way_id=80W +edge,19265,19265;41.18192737;-105.4210864:19266;41.18149528;-105.4209271,way_type=user_defined:way_id=80W +edge,19266,19266;41.18149528;-105.4209271:19267;41.18103867;-105.4207292,way_type=user_defined:way_id=80W +edge,19267,19267;41.18103867;-105.4207292:19268;41.18059394;-105.4205307,way_type=user_defined:way_id=80W +edge,19268,19268;41.18059394;-105.4205307:19269;41.18017881;-105.4203236,way_type=user_defined:way_id=80W +edge,19269,19269;41.18017881;-105.4203236:19270;41.17981734;-105.4201226,way_type=user_defined:way_id=80W +edge,19270,19270;41.17981734;-105.4201226:19271;41.17935925;-105.4198461,way_type=user_defined:way_id=80W +edge,19271,19271;41.17935925;-105.4198461:19272;41.17879792;-105.4194704,way_type=user_defined:way_id=80W +edge,19272,19272;41.17879792;-105.4194704:19273;41.1783269;-105.4191389,way_type=user_defined:way_id=80W +edge,19273,19273;41.1783269;-105.4191389:19274;41.17787371;-105.4188069,way_type=user_defined:way_id=80W +edge,19274,19274;41.17787371;-105.4188069:19275;41.17743287;-105.418498,way_type=user_defined:way_id=80W +edge,19275,19275;41.17743287;-105.418498:19276;41.17682278;-105.4180609,way_type=user_defined:way_id=80W +edge,19276,19276;41.17682278;-105.4180609:19277;41.17603102;-105.41748,way_type=user_defined:way_id=80W +edge,19277,19277;41.17603102;-105.41748:19278;41.17531842;-105.416983,way_type=user_defined:way_id=80W +edge,19278,19278;41.17531842;-105.416983:19279;41.17403719;-105.4160398,way_type=user_defined:way_id=80W +edge,19279,19279;41.17403719;-105.4160398:19280;41.17033395;-105.4133789,way_type=user_defined:way_id=80W +edge,19280,19280;41.17033395;-105.4133789:19281;41.16943364;-105.4127227,way_type=user_defined:way_id=80W +edge,19281,19281;41.16943364;-105.4127227:19282;41.16783854;-105.4115693,way_type=user_defined:way_id=80W +edge,19282,19282;41.16783854;-105.4115693:19283;41.16615295;-105.4103636,way_type=user_defined:way_id=80W +edge,19283,19283;41.16615295;-105.4103636:19284;41.16516754;-105.4096523,way_type=user_defined:way_id=80W +edge,19284,19284;41.16516754;-105.4096523:19285;41.16473303;-105.4093387,way_type=user_defined:way_id=80W +edge,19285,19285;41.16473303;-105.4093387:19286;41.16409272;-105.4088788,way_type=user_defined:way_id=80W +edge,19286,19286;41.16409272;-105.4088788:19287;41.1636088;-105.4085086,way_type=user_defined:way_id=80W +edge,19287,19287;41.1636088;-105.4085086:19288;41.16322167;-105.4081982,way_type=user_defined:way_id=80W +edge,19288,19288;41.16322167;-105.4081982:19289;41.16283446;-105.4078959,way_type=user_defined:way_id=80W +edge,19289,19289;41.16283446;-105.4078959:19290;41.16255734;-105.4076583,way_type=user_defined:way_id=80W +edge,19290,19290;41.16255734;-105.4076583:19291;41.16255734;-105.4076583,way_type=user_defined:way_id=80W +edge,19291,19291;41.16255734;-105.4076583:19292;41.16236856;-105.4075026,way_type=user_defined:way_id=80W +edge,19292,19292;41.16236856;-105.4075026:19293;41.16207776;-105.4072521,way_type=user_defined:way_id=80W +edge,19293,19293;41.16207776;-105.4072521:19294;41.16159051;-105.4068237,way_type=user_defined:way_id=80W +edge,19294,19294;41.16159051;-105.4068237:19295;41.16093521;-105.4062069,way_type=user_defined:way_id=80W +edge,19295,19295;41.16093521;-105.4062069:19296;41.1603238;-105.4055985,way_type=user_defined:way_id=80W +edge,19296,19296;41.1603238;-105.4055985:19297;41.15983908;-105.4051086,way_type=user_defined:way_id=80W +edge,19297,19297;41.15983908;-105.4051086:19298;41.15979512;-105.4050642,way_type=user_defined:way_id=80W +edge,19298,19298;41.15979512;-105.4050642:19299;41.15934486;-105.4045746,way_type=user_defined:way_id=80W +edge,19299,19299;41.15934486;-105.4045746:19300;41.15889402;-105.4040538,way_type=user_defined:way_id=80W +edge,19300,19300;41.15889402;-105.4040538:19301;41.15840079;-105.4034949,way_type=user_defined:way_id=80W +edge,19301,19301;41.15840079;-105.4034949:19302;41.15801219;-105.402998,way_type=user_defined:way_id=80W +edge,19302,19302;41.15801219;-105.402998:19303;41.15801219;-105.402998,way_type=user_defined:way_id=80W +edge,19303,19303;41.15801219;-105.402998:19304;41.15782829;-105.4027688,way_type=user_defined:way_id=80W +edge,19304,19304;41.15782829;-105.4027688:19305;41.1575358;-105.4023913,way_type=user_defined:way_id=80W +edge,19305,19305;41.1575358;-105.4023913:19306;41.1570374;-105.4017343,way_type=user_defined:way_id=80W +edge,19306,19306;41.1570374;-105.4017343:19307;41.1567657;-105.4013666,way_type=user_defined:way_id=80W +edge,19307,19307;41.1567657;-105.4013666:19308;41.1565664;-105.4010919,way_type=user_defined:way_id=80W +edge,19308,19308;41.1565664;-105.4010919:19309;41.15632;-105.4007458,way_type=user_defined:way_id=80W +edge,19309,19309;41.15632;-105.4007458:19310;41.1561346;-105.4004801,way_type=user_defined:way_id=80W +edge,19310,19310;41.1561346;-105.4004801:19311;41.1559559;-105.4002188,way_type=user_defined:way_id=80W +edge,19311,19311;41.1559559;-105.4002188:19312;41.1558074;-105.3999982,way_type=user_defined:way_id=80W +edge,19312,19312;41.1558074;-105.3999982:19313;41.1555237;-105.3995667,way_type=user_defined:way_id=80W +edge,19313,19313;41.1555237;-105.3995667:19314;41.1553838;-105.3993486,way_type=user_defined:way_id=80W +edge,19314,19314;41.1553838;-105.3993486:19315;41.1552227;-105.3990933,way_type=user_defined:way_id=80W +edge,19315,19315;41.1552227;-105.3990933:19316;41.1549678;-105.3986798,way_type=user_defined:way_id=80W +edge,19316,19316;41.1549678;-105.3986798:19317;41.1547978;-105.3983993,way_type=user_defined:way_id=80W +edge,19317,19317;41.1547978;-105.3983993:19318;41.1545626;-105.3980046,way_type=user_defined:way_id=80W +edge,19318,19318;41.1545626;-105.3980046:19319;41.1545626;-105.3980046,way_type=user_defined:way_id=80W +edge,19319,19319;41.1545626;-105.3980046:19320;41.1544106;-105.3977431,way_type=user_defined:way_id=80W +edge,19320,19320;41.1544106;-105.3977431:19321;41.154282;-105.3975177,way_type=user_defined:way_id=80W +edge,19321,19321;41.154282;-105.3975177:19322;41.1541377;-105.3972611,way_type=user_defined:way_id=80W +edge,19322,19322;41.1541377;-105.3972611:19323;41.1540166;-105.3970423,way_type=user_defined:way_id=80W +edge,19323,19323;41.1540166;-105.3970423:19324;41.1538799;-105.3967915,way_type=user_defined:way_id=80W +edge,19324,19324;41.1538799;-105.3967915:19325;41.1537531;-105.396555,way_type=user_defined:way_id=80W +edge,19325,19325;41.1537531;-105.396555:19326;41.1535057;-105.3960889,way_type=user_defined:way_id=80W +edge,19326,19326;41.1535057;-105.3960889:19327;41.1530081;-105.3951313,way_type=user_defined:way_id=80W +edge,19327,19327;41.1530081;-105.3951313:19328;41.1521804;-105.3935306,way_type=user_defined:way_id=80W +edge,19328,19328;41.1521804;-105.3935306:19329;41.1516735;-105.392555,way_type=user_defined:way_id=80W +edge,19329,19329;41.1516735;-105.392555:19330;41.1512922;-105.3918122,way_type=user_defined:way_id=80W +edge,19330,19330;41.1512922;-105.3918122:19331;41.1508249;-105.3909073,way_type=user_defined:way_id=80W +edge,19331,19331;41.1508249;-105.3909073:19332;41.150448;-105.3901725,way_type=user_defined:way_id=80W +edge,19332,19332;41.150448;-105.3901725:19333;41.1499506;-105.3892164,way_type=user_defined:way_id=80W +edge,19333,19333;41.1499506;-105.3892164:19334;41.1494625;-105.3882672,way_type=user_defined:way_id=80W +edge,19334,19334;41.1494625;-105.3882672:19335;41.1490753;-105.3875301,way_type=user_defined:way_id=80W +edge,19335,19335;41.1490753;-105.3875301:19336;41.1483402;-105.3860969,way_type=user_defined:way_id=80W +edge,19336,19336;41.1483402;-105.3860969:19337;41.1482204;-105.3858595,way_type=user_defined:way_id=80W +edge,19337,19337;41.1482204;-105.3858595:19338;41.1481138;-105.3856436,way_type=user_defined:way_id=80W +edge,19338,19338;41.1481138;-105.3856436:19339;41.1479941;-105.3853933,way_type=user_defined:way_id=80W +edge,19339,19339;41.1479941;-105.3853933:19340;41.1478553;-105.3850914,way_type=user_defined:way_id=80W +edge,19340,19340;41.1478553;-105.3850914:19341;41.1477432;-105.3848362,way_type=user_defined:way_id=80W +edge,19341,19341;41.1477432;-105.3848362:19342;41.1476412;-105.3845949,way_type=user_defined:way_id=80W +edge,19342,19342;41.1476412;-105.3845949:19343;41.1475352;-105.3843371,way_type=user_defined:way_id=80W +edge,19343,19343;41.1475352;-105.3843371:19344;41.1474218;-105.3840534,way_type=user_defined:way_id=80W +edge,19344,19344;41.1474218;-105.3840534:19345;41.1473235;-105.3838027,way_type=user_defined:way_id=80W +edge,19345,19345;41.1473235;-105.3838027:19346;41.1472338;-105.3835681,way_type=user_defined:way_id=80W +edge,19346,19346;41.1472338;-105.3835681:19347;41.1471289;-105.3832808,way_type=user_defined:way_id=80W +edge,19347,19347;41.1471289;-105.3832808:19348;41.1470381;-105.3830172,way_type=user_defined:way_id=80W +edge,19348,19348;41.1470381;-105.3830172:19349;41.1469511;-105.3827519,way_type=user_defined:way_id=80W +edge,19349,19349;41.1469511;-105.3827519:19350;41.1468698;-105.3824941,way_type=user_defined:way_id=80W +edge,19350,19350;41.1468698;-105.3824941:19351;41.1467855;-105.3822184,way_type=user_defined:way_id=80W +edge,19351,19351;41.1467855;-105.3822184:19352;41.1467055;-105.3819506,way_type=user_defined:way_id=80W +edge,19352,19352;41.1467055;-105.3819506:19353;41.1465416;-105.3813881,way_type=user_defined:way_id=80W +edge,19353,19353;41.1465416;-105.3813881:19354;41.1458604;-105.3790321,way_type=user_defined:way_id=80W +edge,19354,19354;41.1458604;-105.3790321:19355;41.145462;-105.3776465,way_type=user_defined:way_id=80W +edge,19355,19355;41.145462;-105.3776465:19356;41.1452263;-105.3768351,way_type=user_defined:way_id=80W +edge,19356,19356;41.1452263;-105.3768351:19357;41.1450738;-105.3763007,way_type=user_defined:way_id=80W +edge,19357,19357;41.1450738;-105.3763007:19358;41.1449987;-105.3760275,way_type=user_defined:way_id=80W +edge,19358,19358;41.1449987;-105.3760275:19359;41.144927;-105.3757523,way_type=user_defined:way_id=80W +edge,19359,19359;41.144927;-105.3757523:19360;41.1448586;-105.3754751,way_type=user_defined:way_id=80W +edge,19360,19360;41.1448586;-105.3754751:19361;41.1447959;-105.3752054,way_type=user_defined:way_id=80W +edge,19361,19361;41.1447959;-105.3752054:19362;41.1447346;-105.3749251,way_type=user_defined:way_id=80W +edge,19362,19362;41.1447346;-105.3749251:19363;41.1446702;-105.3746163,way_type=user_defined:way_id=80W +edge,19363,19363;41.1446702;-105.3746163:19364;41.1446153;-105.3743427,way_type=user_defined:way_id=80W +edge,19364,19364;41.1446153;-105.3743427:19365;41.1445612;-105.3740586,way_type=user_defined:way_id=80W +edge,19365,19365;41.1445612;-105.3740586:19366;41.1445103;-105.3737731,way_type=user_defined:way_id=80W +edge,19366,19366;41.1445103;-105.3737731:19367;41.1444654;-105.3735042,way_type=user_defined:way_id=80W +edge,19367,19367;41.1444654;-105.3735042:19368;41.144421;-105.3732167,way_type=user_defined:way_id=80W +edge,19368,19368;41.144421;-105.3732167:19369;41.1443711;-105.372863,way_type=user_defined:way_id=80W +edge,19369,19369;41.1443711;-105.372863:19370;41.1443431;-105.3726488,way_type=user_defined:way_id=80W +edge,19370,19370;41.1443431;-105.3726488:19371;41.1443196;-105.3724549,way_type=user_defined:way_id=80W +edge,19371,19371;41.1443196;-105.3724549:19372;41.1442771;-105.3720784,way_type=user_defined:way_id=80W +edge,19372,19372;41.1442771;-105.3720784:19373;41.1442445;-105.3717551,way_type=user_defined:way_id=80W +edge,19373,19373;41.1442445;-105.3717551:19374;41.1442192;-105.371476,way_type=user_defined:way_id=80W +edge,19374,19374;41.1442192;-105.371476:19375;41.1441961;-105.3711875,way_type=user_defined:way_id=80W +edge,19375,19375;41.1441961;-105.3711875:19376;41.1441769;-105.3709095,way_type=user_defined:way_id=80W +edge,19376,19376;41.1441769;-105.3709095:19377;41.1441582;-105.3706098,way_type=user_defined:way_id=80W +edge,19377,19377;41.1441582;-105.3706098:19378;41.1441334;-105.3701759,way_type=user_defined:way_id=80W +edge,19378,19378;41.1441334;-105.3701759:19379;41.1440456;-105.3685653,way_type=user_defined:way_id=80W +edge,19379,19379;41.1440456;-105.3685653:19380;41.1439966;-105.3677158,way_type=user_defined:way_id=80W +edge,19380,19380;41.1439966;-105.3677158:19381;41.1439469;-105.3668144,way_type=user_defined:way_id=80W +edge,19381,19381;41.1439469;-105.3668144:19382;41.1439291;-105.3665199,way_type=user_defined:way_id=80W +edge,19382,19382;41.1439291;-105.3665199:19383;41.1439069;-105.3661975,way_type=user_defined:way_id=80W +edge,19383,19383;41.1439069;-105.3661975:19384;41.1438845;-105.3659144,way_type=user_defined:way_id=80W +edge,19384,19384;41.1438845;-105.3659144:19385;41.1438596;-105.3656308,way_type=user_defined:way_id=80W +edge,19385,19385;41.1438596;-105.3656308:19386;41.1438315;-105.365339,way_type=user_defined:way_id=80W +edge,19386,19386;41.1438315;-105.365339:19387;41.1438098;-105.3651325,way_type=user_defined:way_id=80W +edge,19387,19387;41.1438098;-105.3651325:19388;41.1437688;-105.3647671,way_type=user_defined:way_id=80W +edge,19388,19388;41.1437688;-105.3647671:19389;41.1437336;-105.3644872,way_type=user_defined:way_id=80W +edge,19389,19389;41.1437336;-105.3644872:19390;41.143695;-105.364208,way_type=user_defined:way_id=80W +edge,19390,19390;41.143695;-105.364208:19391;41.1436458;-105.3638853,way_type=user_defined:way_id=80W +edge,19391,19391;41.1436458;-105.3638853:19392;41.1436003;-105.3636094,way_type=user_defined:way_id=80W +edge,19392,19392;41.1436003;-105.3636094:19393;41.1435492;-105.3633173,way_type=user_defined:way_id=80W +edge,19393,19393;41.1435492;-105.3633173:19394;41.1434972;-105.3630351,way_type=user_defined:way_id=80W +edge,19394,19394;41.1434972;-105.3630351:19395;41.1434443;-105.3627631,way_type=user_defined:way_id=80W +edge,19395,19395;41.1434443;-105.3627631:19396;41.1433868;-105.3624835,way_type=user_defined:way_id=80W +edge,19396,19396;41.1433868;-105.3624835:19397;41.1433359;-105.3622501,way_type=user_defined:way_id=80W +edge,19397,19397;41.1433359;-105.3622501:19398;41.1432467;-105.3618633,way_type=user_defined:way_id=80W +edge,19398,19398;41.1432467;-105.3618633:19399;41.1431979;-105.3616608,way_type=user_defined:way_id=80W +edge,19399,19399;41.1431979;-105.3616608:19400;41.1431283;-105.361386,way_type=user_defined:way_id=80W +edge,19400,19400;41.1431283;-105.361386:19401;41.1430562;-105.3611125,way_type=user_defined:way_id=80W +edge,19401,19401;41.1430562;-105.3611125:19402;41.1429838;-105.360849,way_type=user_defined:way_id=80W +edge,19402,19402;41.1429838;-105.360849:19403;41.1429039;-105.3605693,way_type=user_defined:way_id=80W +edge,19403,19403;41.1429039;-105.3605693:19404;41.1428265;-105.3603086,way_type=user_defined:way_id=80W +edge,19404,19404;41.1428265;-105.3603086:19405;41.1427437;-105.360041,way_type=user_defined:way_id=80W +edge,19405,19405;41.1427437;-105.360041:19406;41.142658;-105.3597756,way_type=user_defined:way_id=80W +edge,19406,19406;41.142658;-105.3597756:19407;41.1425696;-105.3595115,way_type=user_defined:way_id=80W +edge,19407,19407;41.1425696;-105.3595115:19408;41.1424694;-105.3592233,way_type=user_defined:way_id=80W +edge,19408,19408;41.1424694;-105.3592233:19409;41.1423849;-105.3589886,way_type=user_defined:way_id=80W +edge,19409,19409;41.1423849;-105.3589886:19410;41.1422787;-105.3587047,way_type=user_defined:way_id=80W +edge,19410,19410;41.1422787;-105.3587047:19411;41.1421782;-105.3584482,way_type=user_defined:way_id=80W +edge,19411,19411;41.1421782;-105.3584482:19412;41.1420212;-105.3580643,way_type=user_defined:way_id=80W +edge,19412,19412;41.1420212;-105.3580643:19413;41.141877;-105.3577229,way_type=user_defined:way_id=80W +edge,19413,19413;41.141877;-105.3577229:19414;41.1417678;-105.3574737,way_type=user_defined:way_id=80W +edge,19414,19414;41.1417678;-105.3574737:19415;41.1416552;-105.3572258,way_type=user_defined:way_id=80W +edge,19415,19415;41.1416552;-105.3572258:19416;41.1415284;-105.3569568,way_type=user_defined:way_id=80W +edge,19416,19416;41.1415284;-105.3569568:19417;41.1414062;-105.3567066,way_type=user_defined:way_id=80W +edge,19417,19417;41.1414062;-105.3567066:19418;41.1412724;-105.3564434,way_type=user_defined:way_id=80W +edge,19418,19418;41.1412724;-105.3564434:19419;41.1411639;-105.3562359,way_type=user_defined:way_id=80W +edge,19419,19419;41.1411639;-105.3562359:19420;41.1410542;-105.3560311,way_type=user_defined:way_id=80W +edge,19420,19420;41.1410542;-105.3560311:19421;41.1409254;-105.3557961,way_type=user_defined:way_id=80W +edge,19421,19421;41.1409254;-105.3557961:19422;41.1407778;-105.3555344,way_type=user_defined:way_id=80W +edge,19422,19422;41.1407778;-105.3555344:19423;41.1406761;-105.3553591,way_type=user_defined:way_id=80W +edge,19423,19423;41.1406761;-105.3553591:19424;41.1405107;-105.3550799,way_type=user_defined:way_id=80W +edge,19424,19424;41.1405107;-105.3550799:19425;41.1403703;-105.3548502,way_type=user_defined:way_id=80W +edge,19425,19425;41.1403703;-105.3548502:19426;41.1402365;-105.3546379,way_type=user_defined:way_id=80W +edge,19426,19426;41.1402365;-105.3546379:19427;41.1400916;-105.3544157,way_type=user_defined:way_id=80W +edge,19427,19427;41.1400916;-105.3544157:19428;41.1399484;-105.3542036,way_type=user_defined:way_id=80W +edge,19428,19428;41.1399484;-105.3542036:19429;41.139817;-105.3540134,way_type=user_defined:way_id=80W +edge,19429,19429;41.139817;-105.3540134:19430;41.1396732;-105.3538092,way_type=user_defined:way_id=80W +edge,19430,19430;41.1396732;-105.3538092:19431;41.1395074;-105.3535801,way_type=user_defined:way_id=80W +edge,19431,19431;41.1395074;-105.3535801:19432;41.1393267;-105.3533395,way_type=user_defined:way_id=80W +edge,19432,19432;41.1393267;-105.3533395:19433;41.1385317;-105.3523053,way_type=user_defined:way_id=80W +edge,19433,19433;41.1385317;-105.3523053:19434;41.1385317;-105.3523053,way_type=user_defined:way_id=80W +edge,19434,19434;41.1385317;-105.3523053:19435;41.1380872;-105.3517302,way_type=user_defined:way_id=80W +edge,19435,19435;41.1380872;-105.3517302:19436;41.1376164;-105.3511275,way_type=user_defined:way_id=80W +edge,19436,19436;41.1376164;-105.3511275:19437;41.1344542;-105.3470603,way_type=user_defined:way_id=80W +edge,19437,19437;41.1344542;-105.3470603:19438;41.1335777;-105.3459285,way_type=user_defined:way_id=80W +edge,19438,19438;41.1335777;-105.3459285:19439;41.1330263;-105.3452238,way_type=user_defined:way_id=80W +edge,19439,19439;41.1330263;-105.3452238:19440;41.1327158;-105.3448239,way_type=user_defined:way_id=80W +edge,19440,19440;41.1327158;-105.3448239:19441;41.1325445;-105.3445994,way_type=user_defined:way_id=80W +edge,19441,19441;41.1325445;-105.3445994:19442;41.1322541;-105.3442146,way_type=user_defined:way_id=80W +edge,19442,19442;41.1322541;-105.3442146:19443;41.1321;-105.3440078,way_type=user_defined:way_id=80W +edge,19443,19443;41.1321;-105.3440078:19444;41.1319477;-105.3437995,way_type=user_defined:way_id=80W +edge,19444,19444;41.1319477;-105.3437995:19445;41.1317976;-105.3435887,way_type=user_defined:way_id=80W +edge,19445,19445;41.1317976;-105.3435887:19446;41.1316548;-105.3433821,way_type=user_defined:way_id=80W +edge,19446,19446;41.1316548;-105.3433821:19447;41.1315051;-105.3431592,way_type=user_defined:way_id=80W +edge,19447,19447;41.1315051;-105.3431592:19448;41.13134902;-105.3429195,way_type=user_defined:way_id=80W +edge,19448,19448;41.13134902;-105.3429195:19449;41.13134902;-105.3429195,way_type=user_defined:way_id=80W +edge,19449,19449;41.13134902;-105.3429195:19450;41.1312272;-105.3427274,way_type=user_defined:way_id=80W +edge,19450,19450;41.1312272;-105.3427274:19451;41.1310858;-105.3424973,way_type=user_defined:way_id=80W +edge,19451,19451;41.1310858;-105.3424973:19452;41.1309558;-105.3422796,way_type=user_defined:way_id=80W +edge,19452,19452;41.1309558;-105.3422796:19453;41.13082;-105.3420452,way_type=user_defined:way_id=80W +edge,19453,19453;41.13082;-105.3420452:19454;41.1306909;-105.3418165,way_type=user_defined:way_id=80W +edge,19454,19454;41.1306909;-105.3418165:19455;41.1305644;-105.3415866,way_type=user_defined:way_id=80W +edge,19455,19455;41.1305644;-105.3415866:19456;41.1304411;-105.3413536,way_type=user_defined:way_id=80W +edge,19456,19456;41.1304411;-105.3413536:19457;41.1303158;-105.3411092,way_type=user_defined:way_id=80W +edge,19457,19457;41.1303158;-105.3411092:19458;41.1301839;-105.3408447,way_type=user_defined:way_id=80W +edge,19458,19458;41.1301839;-105.3408447:19459;41.1300777;-105.3406263,way_type=user_defined:way_id=80W +edge,19459,19459;41.1300777;-105.3406263:19460;41.1299764;-105.3404124,way_type=user_defined:way_id=80W +edge,19460,19460;41.1299764;-105.3404124:19461;41.1298512;-105.3401407,way_type=user_defined:way_id=80W +edge,19461,19461;41.1298512;-105.3401407:19462;41.1297393;-105.3398905,way_type=user_defined:way_id=80W +edge,19462,19462;41.1297393;-105.3398905:19463;41.1296306;-105.339638,way_type=user_defined:way_id=80W +edge,19463,19463;41.1296306;-105.339638:19464;41.129525;-105.339383,way_type=user_defined:way_id=80W +edge,19464,19464;41.129525;-105.339383:19465;41.1294254;-105.3391343,way_type=user_defined:way_id=80W +edge,19465,19465;41.1294254;-105.3391343:19466;41.1293606;-105.3389672,way_type=user_defined:way_id=80W +edge,19466,19466;41.1293606;-105.3389672:19467;41.1292305;-105.3386228,way_type=user_defined:way_id=80W +edge,19467,19467;41.1292305;-105.3386228:19468;41.1291325;-105.338352,way_type=user_defined:way_id=80W +edge,19468,19468;41.1291325;-105.338352:19469;41.1290431;-105.3380958,way_type=user_defined:way_id=80W +edge,19469,19469;41.1290431;-105.3380958:19470;41.1289529;-105.3378303,way_type=user_defined:way_id=80W +edge,19470,19470;41.1289529;-105.3378303:19471;41.1288654;-105.3375635,way_type=user_defined:way_id=80W +edge,19471,19471;41.1288654;-105.3375635:19472;41.1287761;-105.3372778,way_type=user_defined:way_id=80W +edge,19472,19472;41.1287761;-105.3372778:19473;41.1286936;-105.3369987,way_type=user_defined:way_id=80W +edge,19473,19473;41.1286936;-105.3369987:19474;41.1286267;-105.3367639,way_type=user_defined:way_id=80W +edge,19474,19474;41.1286267;-105.3367639:19475;41.128542;-105.3364562,way_type=user_defined:way_id=80W +edge,19475,19475;41.128542;-105.3364562:19476;41.1284699;-105.3361822,way_type=user_defined:way_id=80W +edge,19476,19476;41.1284699;-105.3361822:19477;41.1284033;-105.3359184,way_type=user_defined:way_id=80W +edge,19477,19477;41.1284033;-105.3359184:19478;41.1283352;-105.3356326,way_type=user_defined:way_id=80W +edge,19478,19478;41.1283352;-105.3356326:19479;41.1282751;-105.3353659,way_type=user_defined:way_id=80W +edge,19479,19479;41.1282751;-105.3353659:19480;41.1282158;-105.3350876,way_type=user_defined:way_id=80W +edge,19480,19480;41.1282158;-105.3350876:19481;41.1281611;-105.3348173,way_type=user_defined:way_id=80W +edge,19481,19481;41.1281611;-105.3348173:19482;41.1281057;-105.3345279,way_type=user_defined:way_id=80W +edge,19482,19482;41.1281057;-105.3345279:19483;41.1279815;-105.3338344,way_type=user_defined:way_id=80W +edge,19483,19483;41.1279815;-105.3338344:19484;41.127853;-105.3330924,way_type=user_defined:way_id=80W +edge,19484,19484;41.127853;-105.3330924:19485;41.1272296;-105.329399,way_type=user_defined:way_id=80W +edge,19485,19485;41.1272296;-105.329399:19486;41.1271355;-105.3288358,way_type=user_defined:way_id=80W +edge,19486,19486;41.1271355;-105.3288358:19487;41.127089;-105.3285497,way_type=user_defined:way_id=80W +edge,19487,19487;41.127089;-105.3285497:19488;41.126956;-105.3276984,way_type=user_defined:way_id=80W +edge,19488,19488;41.126956;-105.3276984:19489;41.1269086;-105.3273839,way_type=user_defined:way_id=80W +edge,19489,19489;41.1269086;-105.3273839:19490;41.1268619;-105.3270603,way_type=user_defined:way_id=80W +edge,19490,19490;41.1268619;-105.3270603:19491;41.1267916;-105.3265422,way_type=user_defined:way_id=80W +edge,19491,19491;41.1267916;-105.3265422:19492;41.1267552;-105.3262549,way_type=user_defined:way_id=80W +edge,19492,19492;41.1267552;-105.3262549:19493;41.1267211;-105.325967,way_type=user_defined:way_id=80W +edge,19493,19493;41.1267211;-105.325967:19494;41.1266858;-105.3256511,way_type=user_defined:way_id=80W +edge,19494,19494;41.1266858;-105.3256511:19495;41.126631;-105.3251207,way_type=user_defined:way_id=80W +edge,19495,19495;41.126631;-105.3251207:19496;41.1265667;-105.3244299,way_type=user_defined:way_id=80W +edge,19496,19496;41.1265667;-105.3244299:19497;41.1264995;-105.3236407,way_type=user_defined:way_id=80W +edge,19497,19497;41.1264995;-105.3236407:19498;41.126477;-105.3233582,way_type=user_defined:way_id=80W +edge,19498,19498;41.126477;-105.3233582:19499;41.1264556;-105.3230665,way_type=user_defined:way_id=80W +edge,19499,19499;41.1264556;-105.3230665:19500;41.1263544;-105.3216017,way_type=user_defined:way_id=80W +edge,19500,19500;41.1263544;-105.3216017:19501;41.1262821;-105.3204923,way_type=user_defined:way_id=80W +edge,19501,19501;41.1262821;-105.3204923:19502;41.1260026;-105.316399,way_type=user_defined:way_id=80W +edge,19502,19502;41.1260026;-105.316399:19503;41.1259254;-105.3152509,way_type=user_defined:way_id=80W +edge,19503,19503;41.1259254;-105.3152509:19504;41.12590885;-105.3150175,way_type=user_defined:way_id=80W +edge,19504,19504;41.12590885;-105.3150175:19505;41.1258421;-105.3140757,way_type=user_defined:way_id=80W +edge,19505,19505;41.1258421;-105.3140757:19506;41.1257736;-105.3130052,way_type=user_defined:way_id=80W +edge,19506,19506;41.1257736;-105.3130052:19507;41.1257037;-105.3119964,way_type=user_defined:way_id=80W +edge,19507,19507;41.1257037;-105.3119964:19508;41.1257037;-105.3119964,way_type=user_defined:way_id=80W +edge,19508,19508;41.1257037;-105.3119964:19509;41.1256512;-105.3112088,way_type=user_defined:way_id=80W +edge,19509,19509;41.1256512;-105.3112088:19510;41.1255712;-105.3100571,way_type=user_defined:way_id=80W +edge,19510,19510;41.1255712;-105.3100571:19511;41.1255154;-105.3092223,way_type=user_defined:way_id=80W +edge,19511,19511;41.1255154;-105.3092223:19512;41.1254918;-105.3089061,way_type=user_defined:way_id=80W +edge,19512,19512;41.1254918;-105.3089061:19513;41.1254671;-105.3086185,way_type=user_defined:way_id=80W +edge,19513,19513;41.1254671;-105.3086185:19514;41.1254401;-105.3083401,way_type=user_defined:way_id=80W +edge,19514,19514;41.1254401;-105.3083401:19515;41.1254081;-105.3080431,way_type=user_defined:way_id=80W +edge,19515,19515;41.1254081;-105.3080431:19516;41.12535652;-105.3075986,way_type=user_defined:way_id=80W +edge,19516,19516;41.12535652;-105.3075986:19517;41.125317;-105.307258,way_type=user_defined:way_id=80W +edge,19517,19517;41.125317;-105.307258:19518;41.1252019;-105.3063005,way_type=user_defined:way_id=80W +edge,19518,19518;41.1252019;-105.3063005:19519;41.12505238;-105.3051056,way_type=user_defined:way_id=80W +edge,19519,19519;41.12505238;-105.3051056:19520;41.12505238;-105.3051056,way_type=user_defined:way_id=80W +edge,19520,19520;41.12505238;-105.3051056:19521;41.12478016;-105.3029035,way_type=user_defined:way_id=80W +edge,19521,19521;41.12478016;-105.3029035:19522;41.1247447;-105.3026167,way_type=user_defined:way_id=80W +edge,19522,19522;41.1247447;-105.3026167:19523;41.1246034;-105.3015035,way_type=user_defined:way_id=80W +edge,19523,19523;41.1246034;-105.3015035:19524;41.1243924;-105.2997618,way_type=user_defined:way_id=80W +edge,19524,19524;41.1243924;-105.2997618:19525;41.1243924;-105.2997618,way_type=user_defined:way_id=80W +edge,19525,19525;41.1243924;-105.2997618:19526;41.12427284;-105.2988135,way_type=user_defined:way_id=80W +edge,19526,19526;41.12427284;-105.2988135:19527;41.1242482;-105.2986181,way_type=user_defined:way_id=80W +edge,19527,19527;41.1242482;-105.2986181:19528;41.124108;-105.2974834,way_type=user_defined:way_id=80W +edge,19528,19528;41.124108;-105.2974834:19529;41.1240666;-105.2971689,way_type=user_defined:way_id=80W +edge,19529,19529;41.1240666;-105.2971689:19530;41.1240258;-105.2968795,way_type=user_defined:way_id=80W +edge,19530,19530;41.1240258;-105.2968795:19531;41.1239833;-105.2965925,way_type=user_defined:way_id=80W +edge,19531,19531;41.1239833;-105.2965925:19532;41.1239384;-105.2963063,way_type=user_defined:way_id=80W +edge,19532,19532;41.1239384;-105.2963063:19533;41.1238928;-105.2960291,way_type=user_defined:way_id=80W +edge,19533,19533;41.1238928;-105.2960291:19534;41.12382223;-105.2956236,way_type=user_defined:way_id=80W +edge,19534,19534;41.12382223;-105.2956236:19535;41.12380158;-105.2954897,way_type=user_defined:way_id=80W +edge,19535,19535;41.12380158;-105.2954897:19536;41.12367944;-105.2948698,way_type=user_defined:way_id=80W +edge,19536,19536;41.12367944;-105.2948698:19537;41.123543;-105.2942229,way_type=user_defined:way_id=80W +edge,19537,19537;41.123543;-105.2942229:19538;41.12337078;-105.2934957,way_type=user_defined:way_id=80W +edge,19538,19538;41.12337078;-105.2934957:19539;41.1232334;-105.2929548,way_type=user_defined:way_id=80W +edge,19539,19539;41.1232334;-105.2929548:19540;41.1231621;-105.2926866,way_type=user_defined:way_id=80W +edge,19540,19540;41.1231621;-105.2926866:19541;41.1230859;-105.2924106,way_type=user_defined:way_id=80W +edge,19541,19541;41.1230859;-105.2924106:19542;41.123007;-105.2921359,way_type=user_defined:way_id=80W +edge,19542,19542;41.123007;-105.2921359:19543;41.1229209;-105.2918443,way_type=user_defined:way_id=80W +edge,19543,19543;41.1229209;-105.2918443:19544;41.1228382;-105.291571,way_type=user_defined:way_id=80W +edge,19544,19544;41.1228382;-105.291571:19545;41.122756;-105.2913075,way_type=user_defined:way_id=80W +edge,19545,19545;41.122756;-105.2913075:19546;41.122661;-105.2910106,way_type=user_defined:way_id=80W +edge,19546,19546;41.122661;-105.2910106:19547;41.1225748;-105.2907487,way_type=user_defined:way_id=80W +edge,19547,19547;41.1225748;-105.2907487:19548;41.1224833;-105.2904803,way_type=user_defined:way_id=80W +edge,19548,19548;41.1224833;-105.2904803:19549;41.1223921;-105.2902224,way_type=user_defined:way_id=80W +edge,19549,19549;41.1223921;-105.2902224:19550;41.1222368;-105.2898005,way_type=user_defined:way_id=80W +edge,19550,19550;41.1222368;-105.2898005:19551;41.1220899;-105.2894139,way_type=user_defined:way_id=80W +edge,19551,19551;41.1220899;-105.2894139:19552;41.1219879;-105.289153,way_type=user_defined:way_id=80W +edge,19552,19552;41.1219879;-105.289153:19553;41.1218878;-105.288902,way_type=user_defined:way_id=80W +edge,19553,19553;41.1218878;-105.288902:19554;41.1217827;-105.2886441,way_type=user_defined:way_id=80W +edge,19554,19554;41.1217827;-105.2886441:19555;41.1216926;-105.2884296,way_type=user_defined:way_id=80W +edge,19555,19555;41.1216926;-105.2884296:19556;41.121569;-105.2881435,way_type=user_defined:way_id=80W +edge,19556,19556;41.121569;-105.2881435:19557;41.1214568;-105.2878926,way_type=user_defined:way_id=80W +edge,19557,19557;41.1214568;-105.2878926:19558;41.1212304;-105.2874043,way_type=user_defined:way_id=80W +edge,19558,19558;41.1212304;-105.2874043:19559;41.1211141;-105.287158,way_type=user_defined:way_id=80W +edge,19559,19559;41.1211141;-105.287158:19560;41.1210004;-105.2869215,way_type=user_defined:way_id=80W +edge,19560,19560;41.1210004;-105.2869215:19561;41.1208772;-105.2866721,way_type=user_defined:way_id=80W +edge,19561,19561;41.1208772;-105.2866721:19562;41.1206358;-105.2861966,way_type=user_defined:way_id=80W +edge,19562,19562;41.1206358;-105.2861966:19563;41.1193873;-105.2837569,way_type=user_defined:way_id=80W +edge,19563,19563;41.1193873;-105.2837569:19564;41.1190506;-105.2830952,way_type=user_defined:way_id=80W +edge,19564,19564;41.1190506;-105.2830952:19565;41.118394;-105.2818107,way_type=user_defined:way_id=80W +edge,19565,19565;41.118394;-105.2818107:19566;41.1179289;-105.2808922,way_type=user_defined:way_id=80W +edge,19566,19566;41.1179289;-105.2808922:19567;41.1171077;-105.2792869,way_type=user_defined:way_id=80W +edge,19567,19567;41.1171077;-105.2792869:19568;41.1171077;-105.2792869,way_type=user_defined:way_id=80W +edge,19568,19568;41.1171077;-105.2792869:19569;41.1163182;-105.277745,way_type=user_defined:way_id=80W +edge,19569,19569;41.1163182;-105.277745:19570;41.1154878;-105.2761095,way_type=user_defined:way_id=80W +edge,19570,19570;41.1154878;-105.2761095:19571;41.1151174;-105.2753883,way_type=user_defined:way_id=80W +edge,19571,19571;41.1151174;-105.2753883:19572;41.1147691;-105.2747003,way_type=user_defined:way_id=80W +edge,19572,19572;41.1147691;-105.2747003:19573;41.1142664;-105.2737151,way_type=user_defined:way_id=80W +edge,19573,19573;41.1142664;-105.2737151:19574;41.1141484;-105.2734796,way_type=user_defined:way_id=80W +edge,19574,19574;41.1141484;-105.2734796:19575;41.1140123;-105.2732026,way_type=user_defined:way_id=80W +edge,19575,19575;41.1140123;-105.2732026:19576;41.1139089;-105.2729873,way_type=user_defined:way_id=80W +edge,19576,19576;41.1139089;-105.2729873:19577;41.1138527;-105.2728665,way_type=user_defined:way_id=80W +edge,19577,19577;41.1138527;-105.2728665:19578;41.1137966;-105.2727456,way_type=user_defined:way_id=80W +edge,19578,19578;41.1137966;-105.2727456:19579;41.1136979;-105.2725261,way_type=user_defined:way_id=80W +edge,19579,19579;41.1136979;-105.2725261:19580;41.1135585;-105.2722064,way_type=user_defined:way_id=80W +edge,19580,19580;41.1135585;-105.2722064:19581;41.1134543;-105.2719586,way_type=user_defined:way_id=80W +edge,19581,19581;41.1134543;-105.2719586:19582;41.1133496;-105.2717007,way_type=user_defined:way_id=80W +edge,19582,19582;41.1133496;-105.2717007:19583;41.113251;-105.2714492,way_type=user_defined:way_id=80W +edge,19583,19583;41.113251;-105.2714492:19584;41.1131645;-105.2712213,way_type=user_defined:way_id=80W +edge,19584,19584;41.1131645;-105.2712213:19585;41.1130551;-105.2709243,way_type=user_defined:way_id=80W +edge,19585,19585;41.1130551;-105.2709243:19586;41.1129552;-105.2706424,way_type=user_defined:way_id=80W +edge,19586,19586;41.1129552;-105.2706424:19587;41.1128641;-105.2703757,way_type=user_defined:way_id=80W +edge,19587,19587;41.1128641;-105.2703757:19588;41.1127763;-105.2701068,way_type=user_defined:way_id=80W +edge,19588,19588;41.1127763;-105.2701068:19589;41.1126944;-105.2698447,way_type=user_defined:way_id=80W +edge,19589,19589;41.1126944;-105.2698447:19590;41.1125337;-105.2693081,way_type=user_defined:way_id=80W +edge,19590,19590;41.1125337;-105.2693081:19591;41.111861;-105.2670248,way_type=user_defined:way_id=80W +edge,19591,19591;41.111861;-105.2670248:19592;41.1116459;-105.2662868,way_type=user_defined:way_id=80W +edge,19592,19592;41.1116459;-105.2662868:19593;41.1113492;-105.2652813,way_type=user_defined:way_id=80W +edge,19593,19593;41.1113492;-105.2652813:19594;41.1111739;-105.2646775,way_type=user_defined:way_id=80W +edge,19594,19594;41.1111739;-105.2646775:19595;41.1109241;-105.263839,way_type=user_defined:way_id=80W +edge,19595,19595;41.1109241;-105.263839:19596;41.1106883;-105.263035,way_type=user_defined:way_id=80W +edge,19596,19596;41.1106883;-105.263035:19597;41.1104476;-105.262223,way_type=user_defined:way_id=80W +edge,19597,19597;41.1104476;-105.262223:19598;41.1098998;-105.2603521,way_type=user_defined:way_id=80W +edge,19598,19598;41.1098998;-105.2603521:19599;41.1096588;-105.2595206,way_type=user_defined:way_id=80W +edge,19599,19599;41.1096588;-105.2595206:19600;41.109273;-105.2582069,way_type=user_defined:way_id=80W +edge,19600,19600;41.109273;-105.2582069:19601;41.1089551;-105.2571341,way_type=user_defined:way_id=80W +edge,19601,19601;41.1089551;-105.2571341:19602;41.1084715;-105.2554917,way_type=user_defined:way_id=80W +edge,19602,19602;41.1084715;-105.2554917:19603;41.1082434;-105.2547117,way_type=user_defined:way_id=80W +edge,19603,19603;41.1082434;-105.2547117:19604;41.1078294;-105.2533064,way_type=user_defined:way_id=80W +edge,19604,19604;41.1078294;-105.2533064:19605;41.1075823;-105.2524607,way_type=user_defined:way_id=80W +edge,19605,19605;41.1075823;-105.2524607:19606;41.1070254;-105.250577,way_type=user_defined:way_id=80W +edge,19606,19606;41.1070254;-105.250577:19607;41.1067895;-105.2497717,way_type=user_defined:way_id=80W +edge,19607,19607;41.1067895;-105.2497717:19608;41.1066243;-105.2491983,way_type=user_defined:way_id=80W +edge,19608,19608;41.1066243;-105.2491983:19609;41.1063172;-105.2481553,way_type=user_defined:way_id=80W +edge,19609,19609;41.1063172;-105.2481553:19610;41.1061412;-105.2475436,way_type=user_defined:way_id=80W +edge,19610,19610;41.1061412;-105.2475436:19611;41.1060685;-105.2472809,way_type=user_defined:way_id=80W +edge,19611,19611;41.1060685;-105.2472809:19612;41.1060144;-105.2470791,way_type=user_defined:way_id=80W +edge,19612,19612;41.1060144;-105.2470791:19613;41.1059349;-105.2467717,way_type=user_defined:way_id=80W +edge,19613,19613;41.1059349;-105.2467717:19614;41.1058202;-105.2463071,way_type=user_defined:way_id=80W +edge,19614,19614;41.1058202;-105.2463071:19615;41.1057346;-105.245947,way_type=user_defined:way_id=80W +edge,19615,19615;41.1057346;-105.245947:19616;41.1056651;-105.2456379,way_type=user_defined:way_id=80W +edge,19616,19616;41.1056651;-105.2456379:19617;41.1056147;-105.2453973,way_type=user_defined:way_id=80W +edge,19617,19617;41.1056147;-105.2453973:19618;41.1055579;-105.2451118,way_type=user_defined:way_id=80W +edge,19618,19618;41.1055579;-105.2451118:19619;41.1055075;-105.2448448,way_type=user_defined:way_id=80W +edge,19619,19619;41.1055075;-105.2448448:19620;41.105456;-105.2445551,way_type=user_defined:way_id=80W +edge,19620,19620;41.105456;-105.2445551:19621;41.1054034;-105.2442402,way_type=user_defined:way_id=80W +edge,19621,19621;41.1054034;-105.2442402:19622;41.1053634;-105.243989,way_type=user_defined:way_id=80W +edge,19622,19622;41.1053634;-105.243989:19623;41.1053239;-105.2437295,way_type=user_defined:way_id=80W +edge,19623,19623;41.1053239;-105.2437295:19624;41.1052804;-105.243429,way_type=user_defined:way_id=80W +edge,19624,19624;41.1052804;-105.243429:19625;41.1052416;-105.2431383,way_type=user_defined:way_id=80W +edge,19625,19625;41.1052416;-105.2431383:19626;41.1052018;-105.2428232,way_type=user_defined:way_id=80W +edge,19626,19626;41.1052018;-105.2428232:19627;41.1051692;-105.2425448,way_type=user_defined:way_id=80W +edge,19627,19627;41.1051692;-105.2425448:19628;41.1051125;-105.2420115,way_type=user_defined:way_id=80W +edge,19628,19628;41.1051125;-105.2420115:19629;41.1050859;-105.2417351,way_type=user_defined:way_id=80W +edge,19629,19629;41.1050859;-105.2417351:19630;41.1050599;-105.2414394,way_type=user_defined:way_id=80W +edge,19630,19630;41.1050599;-105.2414394:19631;41.1050151;-105.2408651,way_type=user_defined:way_id=80W +edge,19631,19631;41.1050151;-105.2408651:19632;41.1049914;-105.2405124,way_type=user_defined:way_id=80W +edge,19632,19632;41.1049914;-105.2405124:19633;41.1049609;-105.2400015,way_type=user_defined:way_id=80W +edge,19633,19633;41.1049609;-105.2400015:19634;41.104947;-105.2397224,way_type=user_defined:way_id=80W +edge,19634,19634;41.104947;-105.2397224:19635;41.1049352;-105.2394241,way_type=user_defined:way_id=80W +edge,19635,19635;41.1049352;-105.2394241:19636;41.1049262;-105.2391342,way_type=user_defined:way_id=80W +edge,19636,19636;41.1049262;-105.2391342:19637;41.1049198;-105.2388529,way_type=user_defined:way_id=80W +edge,19637,19637;41.1049198;-105.2388529:19638;41.1049143;-105.238382,way_type=user_defined:way_id=80W +edge,19638,19638;41.1049143;-105.238382:19639;41.10490976;-105.2372418,way_type=user_defined:way_id=80W +edge,19639,19639;41.10490976;-105.2372418:19640;41.1049068;-105.2364977,way_type=user_defined:way_id=80W +edge,19640,19640;41.1049068;-105.2364977:19641;41.1049091;-105.2355286,way_type=user_defined:way_id=80W +edge,19641,19641;41.1049091;-105.2355286:19642;41.1049091;-105.2355286,way_type=user_defined:way_id=80W +edge,19642,19642;41.1049091;-105.2355286:19643;41.1049035;-105.2344852,way_type=user_defined:way_id=80W +edge,19643,19643;41.1049035;-105.2344852:19644;41.1048878;-105.2326404,way_type=user_defined:way_id=80W +edge,19644,19644;41.1048878;-105.2326404:19645;41.10488736;-105.2325375,way_type=user_defined:way_id=80W +edge,19645,19645;41.10488736;-105.2325375:19646;41.1048863;-105.2322887,way_type=user_defined:way_id=80W +edge,19646,19646;41.1048863;-105.2322887:19647;41.10487835;-105.2304277,way_type=user_defined:way_id=80W +edge,19647,19647;41.10487835;-105.2304277:19648;41.10487835;-105.2304277,way_type=user_defined:way_id=80W +edge,19648,19648;41.10487835;-105.2304277:19649;41.1048791;-105.2294177,way_type=user_defined:way_id=80W +edge,19649,19649;41.1048791;-105.2294177:19650;41.1048767;-105.2291228,way_type=user_defined:way_id=80W +edge,19650,19650;41.1048767;-105.2291228:19651;41.1048715;-105.2288293,way_type=user_defined:way_id=80W +edge,19651,19651;41.1048715;-105.2288293:19652;41.1048645;-105.2285467,way_type=user_defined:way_id=80W +edge,19652,19652;41.1048645;-105.2285467:19653;41.10485977;-105.2284018,way_type=user_defined:way_id=80W +edge,19653,19653;41.10485977;-105.2284018:19654;41.104855;-105.2282555,way_type=user_defined:way_id=80W +edge,19654,19654;41.104855;-105.2282555:19655;41.1048408;-105.2279366,way_type=user_defined:way_id=80W +edge,19655,19655;41.1048408;-105.2279366:19656;41.10483267;-105.2277877,way_type=user_defined:way_id=80W +edge,19656,19656;41.10483267;-105.2277877:19657;41.104827;-105.2276838,way_type=user_defined:way_id=80W +edge,19657,19657;41.104827;-105.2276838:19658;41.1048061;-105.2273564,way_type=user_defined:way_id=80W +edge,19658,19658;41.1048061;-105.2273564:19659;41.1047848;-105.2270765,way_type=user_defined:way_id=80W +edge,19659,19659;41.1047848;-105.2270765:19660;41.1047594;-105.2267879,way_type=user_defined:way_id=80W +edge,19660,19660;41.1047594;-105.2267879:19661;41.1047311;-105.2265091,way_type=user_defined:way_id=80W +edge,19661,19661;41.1047311;-105.2265091:19662;41.1046982;-105.2262215,way_type=user_defined:way_id=80W +edge,19662,19662;41.1046982;-105.2262215:19663;41.1046624;-105.2259336,way_type=user_defined:way_id=80W +edge,19663,19663;41.1046624;-105.2259336:19664;41.1046241;-105.2256463,way_type=user_defined:way_id=80W +edge,19664,19664;41.1046241;-105.2256463:19665;41.104604;-105.2255074,way_type=user_defined:way_id=80W +edge,19665,19665;41.104604;-105.2255074:19666;41.104604;-105.2255074,way_type=user_defined:way_id=80W +edge,19666,19666;41.104604;-105.2255074:19667;41.1045782;-105.2253316,way_type=user_defined:way_id=80W +edge,19667,19667;41.1045782;-105.2253316:19668;41.1045387;-105.2250823,way_type=user_defined:way_id=80W +edge,19668,19668;41.1045387;-105.2250823:19669;41.1044873;-105.2247783,way_type=user_defined:way_id=80W +edge,19669,19669;41.1044873;-105.2247783:19670;41.1044379;-105.2245039,way_type=user_defined:way_id=80W +edge,19670,19670;41.1044379;-105.2245039:19671;41.1043816;-105.2242103,way_type=user_defined:way_id=80W +edge,19671,19671;41.1043816;-105.2242103:19672;41.1043262;-105.2239369,way_type=user_defined:way_id=80W +edge,19672,19672;41.1043262;-105.2239369:19673;41.1042669;-105.2236554,way_type=user_defined:way_id=80W +edge,19673,19673;41.1042669;-105.2236554:19674;41.1042067;-105.2233841,way_type=user_defined:way_id=80W +edge,19674,19674;41.1042067;-105.2233841:19675;41.1041349;-105.2230793,way_type=user_defined:way_id=80W +edge,19675,19675;41.1041349;-105.2230793:19676;41.1040659;-105.2228013,way_type=user_defined:way_id=80W +edge,19676,19676;41.1040659;-105.2228013:19677;41.1039752;-105.2224563,way_type=user_defined:way_id=80W +edge,19677,19677;41.1039752;-105.2224563:19678;41.103922;-105.2222606,way_type=user_defined:way_id=80W +edge,19678,19678;41.103922;-105.2222606:19679;41.103848;-105.2219969,way_type=user_defined:way_id=80W +edge,19679,19679;41.103848;-105.2219969:19680;41.1037686;-105.2217261,way_type=user_defined:way_id=80W +edge,19680,19680;41.1037686;-105.2217261:19681;41.103686;-105.2214575,way_type=user_defined:way_id=80W +edge,19681,19681;41.103686;-105.2214575:19682;41.1035912;-105.2211645,way_type=user_defined:way_id=80W +edge,19682,19682;41.1035912;-105.2211645:19683;41.103511;-105.2209251,way_type=user_defined:way_id=80W +edge,19683,19683;41.103511;-105.2209251:19684;41.1034231;-105.2206702,way_type=user_defined:way_id=80W +edge,19684,19684;41.1034231;-105.2206702:19685;41.1033206;-105.2203832,way_type=user_defined:way_id=80W +edge,19685,19685;41.1033206;-105.2203832:19686;41.1031981;-105.2200588,way_type=user_defined:way_id=80W +edge,19686,19686;41.1031981;-105.2200588:19687;41.1031237;-105.2198688,way_type=user_defined:way_id=80W +edge,19687,19687;41.1031237;-105.2198688:19688;41.1030456;-105.2196743,way_type=user_defined:way_id=80W +edge,19688,19688;41.1030456;-105.2196743:19689;41.1029187;-105.2193637,way_type=user_defined:way_id=80W +edge,19689,19689;41.1029187;-105.2193637:19690;41.1028214;-105.2191309,way_type=user_defined:way_id=80W +edge,19690,19690;41.1028214;-105.2191309:19691;41.102715;-105.2188839,way_type=user_defined:way_id=80W +edge,19691,19691;41.102715;-105.2188839:19692;41.1021759;-105.2176802,way_type=user_defined:way_id=80W +edge,19692,19692;41.1021759;-105.2176802:19693;41.1019405;-105.2171492,way_type=user_defined:way_id=80W +edge,19693,19693;41.1019405;-105.2171492:19694;41.1018293;-105.2169021,way_type=user_defined:way_id=80W +edge,19694,19694;41.1018293;-105.2169021:19695;41.1013246;-105.2157976,way_type=user_defined:way_id=80W +edge,19695,19695;41.1013246;-105.2157976:19696;41.1010433;-105.2151751,way_type=user_defined:way_id=80W +edge,19696,19696;41.1010433;-105.2151751:19697;41.1005928;-105.2141855,way_type=user_defined:way_id=80W +edge,19697,19697;41.1005928;-105.2141855:19698;41.1002433;-105.2134078,way_type=user_defined:way_id=80W +edge,19698,19698;41.1002433;-105.2134078:19699;41.100076;-105.2130395,way_type=user_defined:way_id=80W +edge,19699,19699;41.100076;-105.2130395:19700;41.0999066;-105.2126707,way_type=user_defined:way_id=80W +edge,19700,19700;41.0999066;-105.2126707:19701;41.099522;-105.2118417,way_type=user_defined:way_id=80W +edge,19701,19701;41.099522;-105.2118417:19702;41.0990836;-105.210882,way_type=user_defined:way_id=80W +edge,19702,19702;41.0990836;-105.210882:19703;41.0988545;-105.210392,way_type=user_defined:way_id=80W +edge,19703,19703;41.0988545;-105.210392:19704;41.0987371;-105.2101445,way_type=user_defined:way_id=80W +edge,19704,19704;41.0987371;-105.2101445:19705;41.0983746;-105.209393,way_type=user_defined:way_id=80W +edge,19705,19705;41.0983746;-105.209393:19706;41.0982586;-105.2091582,way_type=user_defined:way_id=80W +edge,19706,19706;41.0982586;-105.2091582:19707;41.0978959;-105.2084353,way_type=user_defined:way_id=80W +edge,19707,19707;41.0978959;-105.2084353:19708;41.09733191;-105.207321,way_type=user_defined:way_id=80W +edge,19708,19708;41.09733191;-105.207321:19709;41.0969257;-105.2065184,way_type=user_defined:way_id=80W +edge,19709,19709;41.0969257;-105.2065184:19710;41.0968094;-105.2062761,way_type=user_defined:way_id=80W +edge,19710,19710;41.0968094;-105.2062761:19711;41.0966975;-105.2060305,way_type=user_defined:way_id=80W +edge,19711,19711;41.0966975;-105.2060305:19712;41.0965902;-105.2057812,way_type=user_defined:way_id=80W +edge,19712,19712;41.0965902;-105.2057812:19713;41.0964873;-105.2055289,way_type=user_defined:way_id=80W +edge,19713,19713;41.0964873;-105.2055289:19714;41.0963881;-105.205274,way_type=user_defined:way_id=80W +edge,19714,19714;41.0963881;-105.205274:19715;41.0962927;-105.2050162,way_type=user_defined:way_id=80W +edge,19715,19715;41.0962927;-105.2050162:19716;41.0962016;-105.2047556,way_type=user_defined:way_id=80W +edge,19716,19716;41.0962016;-105.2047556:19717;41.0961784;-105.2046854,way_type=user_defined:way_id=80W +edge,19717,19717;41.0961784;-105.2046854:19718;41.0961118;-105.2044827,way_type=user_defined:way_id=80W +edge,19718,19718;41.0961118;-105.2044827:19719;41.0960352;-105.2042357,way_type=user_defined:way_id=80W +edge,19719,19719;41.0960352;-105.2042357:19720;41.0959517;-105.203949,way_type=user_defined:way_id=80W +edge,19720,19720;41.0959517;-105.203949:19721;41.0958844;-105.2036986,way_type=user_defined:way_id=80W +edge,19721,19721;41.0958844;-105.2036986:19722;41.0958147;-105.2034173,way_type=user_defined:way_id=80W +edge,19722,19722;41.0958147;-105.2034173:19723;41.0957385;-105.2030797,way_type=user_defined:way_id=80W +edge,19723,19723;41.0957385;-105.2030797:19724;41.0956938;-105.2028691,way_type=user_defined:way_id=80W +edge,19724,19724;41.0956938;-105.2028691:19725;41.0956391;-105.2025939,way_type=user_defined:way_id=80W +edge,19725,19725;41.0956391;-105.2025939:19726;41.0955861;-105.2023092,way_type=user_defined:way_id=80W +edge,19726,19726;41.0955861;-105.2023092:19727;41.0955368;-105.2020243,way_type=user_defined:way_id=80W +edge,19727,19727;41.0955368;-105.2020243:19728;41.0954976;-105.2017745,way_type=user_defined:way_id=80W +edge,19728,19728;41.0954976;-105.2017745:19729;41.0954597;-105.2015033,way_type=user_defined:way_id=80W +edge,19729,19729;41.0954597;-105.2015033:19730;41.095424;-105.2012124,way_type=user_defined:way_id=80W +edge,19730,19730;41.095424;-105.2012124:19731;41.095393;-105.2009185,way_type=user_defined:way_id=80W +edge,19731,19731;41.095393;-105.2009185:19732;41.0953695;-105.2006415,way_type=user_defined:way_id=80W +edge,19732,19732;41.0953695;-105.2006415:19733;41.0953491;-105.2003452,way_type=user_defined:way_id=80W +edge,19733,19733;41.0953491;-105.2003452:19734;41.0953336;-105.2000666,way_type=user_defined:way_id=80W +edge,19734,19734;41.0953336;-105.2000666:19735;41.0953217;-105.1997783,way_type=user_defined:way_id=80W +edge,19735,19735;41.0953217;-105.1997783:19736;41.0953145;-105.1994805,way_type=user_defined:way_id=80W +edge,19736,19736;41.0953145;-105.1994805:19737;41.0953131;-105.1992013,way_type=user_defined:way_id=80W +edge,19737,19737;41.0953131;-105.1992013:19738;41.0953157;-105.1988841,way_type=user_defined:way_id=80W +edge,19738,19738;41.0953157;-105.1988841:19739;41.0953207;-105.1986241,way_type=user_defined:way_id=80W +edge,19739,19739;41.0953207;-105.1986241:19740;41.0953318;-105.1983348,way_type=user_defined:way_id=80W +edge,19740,19740;41.0953318;-105.1983348:19741;41.0953487;-105.1980551,way_type=user_defined:way_id=80W +edge,19741,19741;41.0953487;-105.1980551:19742;41.0953718;-105.1977569,way_type=user_defined:way_id=80W +edge,19742,19742;41.0953718;-105.1977569:19743;41.0953991;-105.1974676,way_type=user_defined:way_id=80W +edge,19743,19743;41.0953991;-105.1974676:19744;41.0954339;-105.1971508,way_type=user_defined:way_id=80W +edge,19744,19744;41.0954339;-105.1971508:19745;41.0954685;-105.1968716,way_type=user_defined:way_id=80W +edge,19745,19745;41.0954685;-105.1968716:19746;41.0955023;-105.1966208,way_type=user_defined:way_id=80W +edge,19746,19746;41.0955023;-105.1966208:19747;41.0955986;-105.1959422,way_type=user_defined:way_id=80W +edge,19747,19747;41.0955986;-105.1959422:19748;41.0958245;-105.194279,way_type=user_defined:way_id=80W +edge,19748,19748;41.0958245;-105.194279:19749;41.0959891;-105.1931142,way_type=user_defined:way_id=80W +edge,19749,19749;41.0959891;-105.1931142:19750;41.0960271;-105.1928248,way_type=user_defined:way_id=80W +edge,19750,19750;41.0960271;-105.1928248:19751;41.0960628;-105.192535,way_type=user_defined:way_id=80W +edge,19751,19751;41.0960628;-105.192535:19752;41.0960903;-105.192299,way_type=user_defined:way_id=80W +edge,19752,19752;41.0960903;-105.192299:19753;41.0961294;-105.1919434,way_type=user_defined:way_id=80W +edge,19753,19753;41.0961294;-105.1919434:19754;41.0961874;-105.1913683,way_type=user_defined:way_id=80W +edge,19754,19754;41.0961874;-105.1913683:19755;41.0962396;-105.1907994,way_type=user_defined:way_id=80W +edge,19755,19755;41.0962396;-105.1907994:19756;41.0962671;-105.1904677,way_type=user_defined:way_id=80W +edge,19756,19756;41.0962671;-105.1904677:19757;41.0963101;-105.1898877,way_type=user_defined:way_id=80W +edge,19757,19757;41.0963101;-105.1898877:19758;41.0963292;-105.1896044,way_type=user_defined:way_id=80W +edge,19758,19758;41.0963292;-105.1896044:19759;41.0963463;-105.1893213,way_type=user_defined:way_id=80W +edge,19759,19759;41.0963463;-105.1893213:19760;41.0963608;-105.1890394,way_type=user_defined:way_id=80W +edge,19760,19760;41.0963608;-105.1890394:19761;41.0964407;-105.187308,way_type=user_defined:way_id=80W +edge,19761,19761;41.0964407;-105.187308:19762;41.0964914;-105.1861667,way_type=user_defined:way_id=80W +edge,19762,19762;41.0964914;-105.1861667:19763;41.0965275;-105.185269,way_type=user_defined:way_id=80W +edge,19763,19763;41.0965275;-105.185269:19764;41.0965745;-105.1841925,way_type=user_defined:way_id=80W +edge,19764,19764;41.0965745;-105.1841925:19765;41.0966122;-105.1832816,way_type=user_defined:way_id=80W +edge,19765,19765;41.0966122;-105.1832816:19766;41.0966122;-105.1832816,way_type=user_defined:way_id=80W +edge,19766,19766;41.0966122;-105.1832816:19767;41.09663483;-105.1826647,way_type=user_defined:way_id=80W +edge,19767,19767;41.09663483;-105.1826647:19768;41.09666556;-105.181882,way_type=user_defined:way_id=80W +edge,19768,19768;41.09666556;-105.181882:19769;41.09670462;-105.1809278,way_type=user_defined:way_id=80W +edge,19769,19769;41.09670462;-105.1809278:19770;41.09672493;-105.1805773,way_type=user_defined:way_id=80W +edge,19770,19770;41.09672493;-105.1805773:19771;41.0967493;-105.1800263,way_type=user_defined:way_id=80W +edge,19771,19771;41.0967493;-105.1800263:19772;41.0967641;-105.1797342,way_type=user_defined:way_id=80W +edge,19772,19772;41.0967641;-105.1797342:19773;41.0968255;-105.1785995,way_type=user_defined:way_id=80W +edge,19773,19773;41.0968255;-105.1785995:19774;41.096858;-105.1780532,way_type=user_defined:way_id=80W +edge,19774,19774;41.096858;-105.1780532:19775;41.0968777;-105.1777756,way_type=user_defined:way_id=80W +edge,19775,19775;41.0968777;-105.1777756:19776;41.0969185;-105.1772477,way_type=user_defined:way_id=80W +edge,19776,19776;41.0969185;-105.1772477:19777;41.09696164;-105.1767309,way_type=user_defined:way_id=80W +edge,19777,19777;41.09696164;-105.1767309:19778;41.0970261;-105.1759587,way_type=user_defined:way_id=80W +edge,19778,19778;41.0970261;-105.1759587:19779;41.0971846;-105.1740969,way_type=user_defined:way_id=80W +edge,19779,19779;41.0971846;-105.1740969:19780;41.0972495;-105.1732753,way_type=user_defined:way_id=80W +edge,19780,19780;41.0972495;-105.1732753:19781;41.09738158;-105.1716768,way_type=user_defined:way_id=80W +edge,19781,19781;41.09738158;-105.1716768:19782;41.09738158;-105.1716768,way_type=user_defined:way_id=80W +edge,19782,19782;41.09738158;-105.1716768:19783;41.097452;-105.1708591,way_type=user_defined:way_id=80W +edge,19783,19783;41.097452;-105.1708591:19784;41.09748893;-105.1704085,way_type=user_defined:way_id=80W +edge,19784,19784;41.09748893;-105.1704085:19785;41.0976337;-105.168642,way_type=user_defined:way_id=80W +edge,19785,19785;41.0976337;-105.168642:19786;41.097718;-105.1676668,way_type=user_defined:way_id=80W +edge,19786,19786;41.097718;-105.1676668:19787;41.097718;-105.1676668,way_type=user_defined:way_id=80W +edge,19787,19787;41.097718;-105.1676668:19788;41.0977546;-105.1672434,way_type=user_defined:way_id=80W +edge,19788,19788;41.0977546;-105.1672434:19789;41.0977762;-105.1669935,way_type=user_defined:way_id=80W +edge,19789,19789;41.0977762;-105.1669935:19790;41.0978541;-105.1660679,way_type=user_defined:way_id=80W +edge,19790,19790;41.0978541;-105.1660679:19791;41.0978808;-105.1657714,way_type=user_defined:way_id=80W +edge,19791,19791;41.0978808;-105.1657714:19792;41.0979331;-105.165235,way_type=user_defined:way_id=80W +edge,19792,19792;41.0979331;-105.165235:19793;41.0979847;-105.1647508,way_type=user_defined:way_id=80W +edge,19793,19793;41.0979847;-105.1647508:19794;41.098029;-105.1643693,way_type=user_defined:way_id=80W +edge,19794,19794;41.098029;-105.1643693:19795;41.0980638;-105.1640901,way_type=user_defined:way_id=80W +edge,19795,19795;41.0980638;-105.1640901:19796;41.0980872;-105.1639137,way_type=user_defined:way_id=80W +edge,19796,19796;41.0980872;-105.1639137:19797;41.0981456;-105.1634962,way_type=user_defined:way_id=80W +edge,19797,19797;41.0981456;-105.1634962:19798;41.0982299;-105.162925,way_type=user_defined:way_id=80W +edge,19798,19798;41.0982299;-105.162925:19799;41.098277;-105.1626208,way_type=user_defined:way_id=80W +edge,19799,19799;41.098277;-105.1626208:19800;41.0983193;-105.1623651,way_type=user_defined:way_id=80W +edge,19800,19800;41.0983193;-105.1623651:19801;41.0983694;-105.1620816,way_type=user_defined:way_id=80W +edge,19801,19801;41.0983694;-105.1620816:19802;41.0984218;-105.1617986,way_type=user_defined:way_id=80W +edge,19802,19802;41.0984218;-105.1617986:19803;41.0985143;-105.1613157,way_type=user_defined:way_id=80W +edge,19803,19803;41.0985143;-105.1613157:19804;41.0985828;-105.1609697,way_type=user_defined:way_id=80W +edge,19804,19804;41.0985828;-105.1609697:19805;41.09876;-105.1600948,way_type=user_defined:way_id=80W +edge,19805,19805;41.09876;-105.1600948:19806;41.0989827;-105.1589813,way_type=user_defined:way_id=80W +edge,19806,19806;41.0989827;-105.1589813:19807;41.0991679;-105.158068,way_type=user_defined:way_id=80W +edge,19807,19807;41.0991679;-105.158068:19808;41.0994312;-105.1567425,way_type=user_defined:way_id=80W +edge,19808,19808;41.0994312;-105.1567425:19809;41.0995175;-105.1562921,way_type=user_defined:way_id=80W +edge,19809,19809;41.0995175;-105.1562921:19810;41.0995967;-105.1558667,way_type=user_defined:way_id=80W +edge,19810,19810;41.0995967;-105.1558667:19811;41.0996536;-105.1555508,way_type=user_defined:way_id=80W +edge,19811,19811;41.0996536;-105.1555508:19812;41.0997013;-105.1552705,way_type=user_defined:way_id=80W +edge,19812,19812;41.0997013;-105.1552705:19813;41.0997617;-105.1548852,way_type=user_defined:way_id=80W +edge,19813,19813;41.0997617;-105.1548852:19814;41.0997935;-105.1546686,way_type=user_defined:way_id=80W +edge,19814,19814;41.0997935;-105.1546686:19815;41.099831;-105.1543937,way_type=user_defined:way_id=80W +edge,19815,19815;41.099831;-105.1543937:19816;41.0998723;-105.1540631,way_type=user_defined:way_id=80W +edge,19816,19816;41.0998723;-105.1540631:19817;41.0999043;-105.1537773,way_type=user_defined:way_id=80W +edge,19817,19817;41.0999043;-105.1537773:19818;41.0999292;-105.1535301,way_type=user_defined:way_id=80W +edge,19818,19818;41.0999292;-105.1535301:19819;41.0999584;-105.1532064,way_type=user_defined:way_id=80W +edge,19819,19819;41.0999584;-105.1532064:19820;41.0999814;-105.1529114,way_type=user_defined:way_id=80W +edge,19820,19820;41.0999814;-105.1529114:19821;41.0999997;-105.1526354,way_type=user_defined:way_id=80W +edge,19821,19821;41.0999997;-105.1526354:19822;41.1000164;-105.1523425,way_type=user_defined:way_id=80W +edge,19822,19822;41.1000164;-105.1523425:19823;41.100025;-105.1521632,way_type=user_defined:way_id=80W +edge,19823,19823;41.100025;-105.1521632:19824;41.1000315;-105.1520217,way_type=user_defined:way_id=80W +edge,19824,19824;41.1000315;-105.1520217:19825;41.1000416;-105.1517393,way_type=user_defined:way_id=80W +edge,19825,19825;41.1000416;-105.1517393:19826;41.100049;-105.1514477,way_type=user_defined:way_id=80W +edge,19826,19826;41.100049;-105.1514477:19827;41.1000535;-105.1511562,way_type=user_defined:way_id=80W +edge,19827,19827;41.1000535;-105.1511562:19828;41.1000551;-105.1509026,way_type=user_defined:way_id=80W +edge,19828,19828;41.1000551;-105.1509026:19829;41.1000544;-105.1505832,way_type=user_defined:way_id=80W +edge,19829,19829;41.1000544;-105.1505832:19830;41.1000494;-105.1502641,way_type=user_defined:way_id=80W +edge,19830,19830;41.1000494;-105.1502641:19831;41.1000381;-105.1498983,way_type=user_defined:way_id=80W +edge,19831,19831;41.1000381;-105.1498983:19832;41.1000292;-105.1496828,way_type=user_defined:way_id=80W +edge,19832,19832;41.1000292;-105.1496828:19833;41.1000149;-105.1494019,way_type=user_defined:way_id=80W +edge,19833,19833;41.1000149;-105.1494019:19834;41.0999976;-105.1491033,way_type=user_defined:way_id=80W +edge,19834,19834;41.0999976;-105.1491033:19835;41.0999813;-105.1488606,way_type=user_defined:way_id=80W +edge,19835,19835;41.0999813;-105.1488606:19836;41.0999565;-105.1485437,way_type=user_defined:way_id=80W +edge,19836,19836;41.0999565;-105.1485437:19837;41.0999305;-105.1482458,way_type=user_defined:way_id=80W +edge,19837,19837;41.0999305;-105.1482458:19838;41.0999037;-105.1479668,way_type=user_defined:way_id=80W +edge,19838,19838;41.0999037;-105.1479668:19839;41.0997577;-105.1465779,way_type=user_defined:way_id=80W +edge,19839,19839;41.0997577;-105.1465779:19840;41.0997177;-105.1462216,way_type=user_defined:way_id=80W +edge,19840,19840;41.0997177;-105.1462216:19841;41.0996176;-105.1453648,way_type=user_defined:way_id=80W +edge,19841,19841;41.0996176;-105.1453648:19842;41.099585;-105.1450758,way_type=user_defined:way_id=80W +edge,19842,19842;41.099585;-105.1450758:19843;41.0994923;-105.1442254,way_type=user_defined:way_id=80W +edge,19843,19843;41.0994923;-105.1442254:19844;41.0993768;-105.1432055,way_type=user_defined:way_id=80W +edge,19844,19844;41.0993768;-105.1432055:19845;41.0990707;-105.1404747,way_type=user_defined:way_id=80W +edge,19845,19845;41.0990707;-105.1404747:19846;41.0990082;-105.1399019,way_type=user_defined:way_id=80W +edge,19846,19846;41.0990082;-105.1399019:19847;41.0989754;-105.1395773,way_type=user_defined:way_id=80W +edge,19847,19847;41.0989754;-105.1395773:19848;41.0989247;-105.1390431,way_type=user_defined:way_id=80W +edge,19848,19848;41.0989247;-105.1390431:19849;41.0989031;-105.1387937,way_type=user_defined:way_id=80W +edge,19849,19849;41.0989031;-105.1387937:19850;41.0988776;-105.1384704,way_type=user_defined:way_id=80W +edge,19850,19850;41.0988776;-105.1384704:19851;41.0988575;-105.1381844,way_type=user_defined:way_id=80W +edge,19851,19851;41.0988575;-105.1381844:19852;41.0988224;-105.1376402,way_type=user_defined:way_id=80W +edge,19852,19852;41.0988224;-105.1376402:19853;41.0988039;-105.1373177,way_type=user_defined:way_id=80W +edge,19853,19853;41.0988039;-105.1373177:19854;41.09879;-105.1370417,way_type=user_defined:way_id=80W +edge,19854,19854;41.09879;-105.1370417:19855;41.0987723;-105.1366373,way_type=user_defined:way_id=80W +edge,19855,19855;41.0987723;-105.1366373:19856;41.098736;-105.1356408,way_type=user_defined:way_id=80W +edge,19856,19856;41.098736;-105.1356408:19857;41.0987265;-105.135308,way_type=user_defined:way_id=80W +edge,19857,19857;41.0987265;-105.135308:19858;41.0987213;-105.1350293,way_type=user_defined:way_id=80W +edge,19858,19858;41.0987213;-105.1350293:19859;41.0987184;-105.1347698,way_type=user_defined:way_id=80W +edge,19859,19859;41.0987184;-105.1347698:19860;41.0987175;-105.1344896,way_type=user_defined:way_id=80W +edge,19860,19860;41.0987175;-105.1344896:19861;41.0987193;-105.1341341,way_type=user_defined:way_id=80W +edge,19861,19861;41.0987193;-105.1341341:19862;41.0987259;-105.1335801,way_type=user_defined:way_id=80W +edge,19862,19862;41.0987259;-105.1335801:19863;41.0987382;-105.1330039,way_type=user_defined:way_id=80W +edge,19863,19863;41.0987382;-105.1330039:19864;41.0987629;-105.1321396,way_type=user_defined:way_id=80W +edge,19864,19864;41.0987629;-105.1321396:19865;41.0987852;-105.1312469,way_type=user_defined:way_id=80W +edge,19865,19865;41.0987852;-105.1312469:19866;41.0988194;-105.1300935,way_type=user_defined:way_id=80W +edge,19866,19866;41.0988194;-105.1300935:19867;41.0988566;-105.1286917,way_type=user_defined:way_id=80W +edge,19867,19867;41.0988566;-105.1286917:19868;41.0988829;-105.1277957,way_type=user_defined:way_id=80W +edge,19868,19868;41.0988829;-105.1277957:19869;41.0989054;-105.1268859,way_type=user_defined:way_id=80W +edge,19869,19869;41.0989054;-105.1268859:19870;41.098914;-105.1264181,way_type=user_defined:way_id=80W +edge,19870,19870;41.098914;-105.1264181:19871;41.0989205;-105.125728,way_type=user_defined:way_id=80W +edge,19871,19871;41.0989205;-105.125728:19872;41.0989226;-105.1252685,way_type=user_defined:way_id=80W +edge,19872,19872;41.0989226;-105.1252685:19873;41.0989224;-105.1248082,way_type=user_defined:way_id=80W +edge,19873,19873;41.0989224;-105.1248082:19874;41.0989186;-105.1241583,way_type=user_defined:way_id=80W +edge,19874,19874;41.0989186;-105.1241583:19875;41.0989134;-105.1236903,way_type=user_defined:way_id=80W +edge,19875,19875;41.0989134;-105.1236903:19876;41.0989079;-105.123393,way_type=user_defined:way_id=80W +edge,19876,19876;41.0989079;-105.123393:19877;41.0989012;-105.1231155,way_type=user_defined:way_id=80W +edge,19877,19877;41.0989012;-105.1231155:19878;41.0988836;-105.1225351,way_type=user_defined:way_id=80W +edge,19878,19878;41.0988836;-105.1225351:19879;41.0988836;-105.1225351,way_type=user_defined:way_id=80W +edge,19879,19879;41.0988836;-105.1225351:19880;41.0988492;-105.1216384,way_type=user_defined:way_id=80W +edge,19880,19880;41.0988492;-105.1216384:19881;41.0988378;-105.1213812,way_type=user_defined:way_id=80W +edge,19881,19881;41.0988378;-105.1213812:19882;41.0988232;-105.121094,way_type=user_defined:way_id=80W +edge,19882,19882;41.0988232;-105.121094:19883;41.0987633;-105.1199554,way_type=user_defined:way_id=80W +edge,19883,19883;41.0987633;-105.1199554:19884;41.0987409;-105.1195888,way_type=user_defined:way_id=80W +edge,19884,19884;41.0987409;-105.1195888:19885;41.098709;-105.1191251,way_type=user_defined:way_id=80W +edge,19885,19885;41.098709;-105.1191251:19886;41.098683;-105.1187971,way_type=user_defined:way_id=80W +edge,19886,19886;41.098683;-105.1187971:19887;41.09865889;-105.1185139,way_type=user_defined:way_id=80W +edge,19887,19887;41.09865889;-105.1185139:19888;41.0986092;-105.1179455,way_type=user_defined:way_id=80W +edge,19888,19888;41.0986092;-105.1179455:19889;41.0985758;-105.1175882,way_type=user_defined:way_id=80W +edge,19889,19889;41.0985758;-105.1175882:19890;41.0985044;-105.1168769,way_type=user_defined:way_id=80W +edge,19890,19890;41.0985044;-105.1168769:19891;41.09840599;-105.1159622,way_type=user_defined:way_id=80W +edge,19891,19891;41.09840599;-105.1159622:19892;41.09840599;-105.1159622,way_type=user_defined:way_id=80W +edge,19892,19892;41.09840599;-105.1159622:19893;41.0983376;-105.1153261,way_type=user_defined:way_id=80W +edge,19893,19893;41.0983376;-105.1153261:19894;41.0982998;-105.1150071,way_type=user_defined:way_id=80W +edge,19894,19894;41.0982998;-105.1150071:19895;41.09814149;-105.1137997,way_type=user_defined:way_id=80W +edge,19895,19895;41.09814149;-105.1137997:19896;41.0981001;-105.113484,way_type=user_defined:way_id=80W +edge,19896,19896;41.0981001;-105.113484:19897;41.0980269;-105.1129468,way_type=user_defined:way_id=80W +edge,19897,19897;41.0980269;-105.1129468:19898;41.0977491;-105.111007,way_type=user_defined:way_id=80W +edge,19898,19898;41.0977491;-105.111007:19899;41.0977491;-105.111007,way_type=user_defined:way_id=80W +edge,19899,19899;41.0977491;-105.111007:19900;41.0976951;-105.1106267,way_type=user_defined:way_id=80W +edge,19900,19900;41.0976951;-105.1106267:19901;41.0975989;-105.1099492,way_type=user_defined:way_id=80W +edge,19901,19901;41.0975989;-105.1099492:19902;41.0975607;-105.1096643,way_type=user_defined:way_id=80W +edge,19902,19902;41.0975607;-105.1096643:19903;41.0975252;-105.1093787,way_type=user_defined:way_id=80W +edge,19903,19903;41.0975252;-105.1093787:19904;41.0975007;-105.1091662,way_type=user_defined:way_id=80W +edge,19904,19904;41.0975007;-105.1091662:19905;41.0974586;-105.1087773,way_type=user_defined:way_id=80W +edge,19905,19905;41.0974586;-105.1087773:19906;41.0974329;-105.1085194,way_type=user_defined:way_id=80W +edge,19906,19906;41.0974329;-105.1085194:19907;41.0974071;-105.1082326,way_type=user_defined:way_id=80W +edge,19907,19907;41.0974071;-105.1082326:19908;41.0973856;-105.1079545,way_type=user_defined:way_id=80W +edge,19908,19908;41.0973856;-105.1079545:19909;41.0973678;-105.1076574,way_type=user_defined:way_id=80W +edge,19909,19909;41.0973678;-105.1076574:19910;41.0973553;-105.1073688,way_type=user_defined:way_id=80W +edge,19910,19910;41.0973553;-105.1073688:19911;41.0973461;-105.1070796,way_type=user_defined:way_id=80W +edge,19911,19911;41.0973461;-105.1070796:19912;41.0973398;-105.1067897,way_type=user_defined:way_id=80W +edge,19912,19912;41.0973398;-105.1067897:19913;41.0973363;-105.1065083,way_type=user_defined:way_id=80W +edge,19913,19913;41.0973363;-105.1065083:19914;41.0973362;-105.1064049,way_type=user_defined:way_id=80W +edge,19914,19914;41.0973362;-105.1064049:19915;41.0973364;-105.1062168,way_type=user_defined:way_id=80W +edge,19915,19915;41.0973364;-105.1062168:19916;41.0973403;-105.1059717,way_type=user_defined:way_id=80W +edge,19916,19916;41.0973403;-105.1059717:19917;41.0973507;-105.105613,way_type=user_defined:way_id=80W +edge,19917,19917;41.0973507;-105.105613:19918;41.0973636;-105.1053202,way_type=user_defined:way_id=80W +edge,19918,19918;41.0973636;-105.1053202:19919;41.09738;-105.1050275,way_type=user_defined:way_id=80W +edge,19919,19919;41.09738;-105.1050275:19920;41.0973986;-105.1047448,way_type=user_defined:way_id=80W +edge,19920,19920;41.0973986;-105.1047448:19921;41.0974212;-105.1044533,way_type=user_defined:way_id=80W +edge,19921,19921;41.0974212;-105.1044533:19922;41.0974463;-105.104172,way_type=user_defined:way_id=80W +edge,19922,19922;41.0974463;-105.104172:19923;41.0974757;-105.1038821,way_type=user_defined:way_id=80W +edge,19923,19923;41.0974757;-105.1038821:19924;41.0975074;-105.1036021,way_type=user_defined:way_id=80W +edge,19924,19924;41.0975074;-105.1036021:19925;41.0975486;-105.1032763,way_type=user_defined:way_id=80W +edge,19925,19925;41.0975486;-105.1032763:19926;41.0975891;-105.1029886,way_type=user_defined:way_id=80W +edge,19926,19926;41.0975891;-105.1029886:19927;41.0976338;-105.1027024,way_type=user_defined:way_id=80W +edge,19927,19927;41.0976338;-105.1027024:19928;41.0976799;-105.1024345,way_type=user_defined:way_id=80W +edge,19928,19928;41.0976799;-105.1024345:19929;41.0977336;-105.1021497,way_type=user_defined:way_id=80W +edge,19929,19929;41.0977336;-105.1021497:19930;41.0977888;-105.1018745,way_type=user_defined:way_id=80W +edge,19930,19930;41.0977888;-105.1018745:19931;41.0978481;-105.1015903,way_type=user_defined:way_id=80W +edge,19931,19931;41.0978481;-105.1015903:19932;41.097907;-105.1013158,way_type=user_defined:way_id=80W +edge,19932,19932;41.097907;-105.1013158:19933;41.0979765;-105.1010058,way_type=user_defined:way_id=80W +edge,19933,19933;41.0979765;-105.1010058:19934;41.0981824;-105.1001391,way_type=user_defined:way_id=80W +edge,19934,19934;41.0981824;-105.1001391:19935;41.09841766;-105.0991689,way_type=user_defined:way_id=80W +edge,19935,19935;41.09841766;-105.0991689:19936;41.0984482;-105.0990429,way_type=user_defined:way_id=80W +edge,19936,19936;41.0984482;-105.0990429:19937;41.0987435;-105.0978152,way_type=user_defined:way_id=80W +edge,19937,19937;41.0987435;-105.0978152:19938;41.0987842;-105.0976436,way_type=user_defined:way_id=80W +edge,19938,19938;41.0987842;-105.0976436:19939;41.0988478;-105.0973641,way_type=user_defined:way_id=80W +edge,19939,19939;41.0988478;-105.0973641:19940;41.0989061;-105.0970939,way_type=user_defined:way_id=80W +edge,19940,19940;41.0989061;-105.0970939:19941;41.0989706;-105.0967788,way_type=user_defined:way_id=80W +edge,19941,19941;41.0989706;-105.0967788:19942;41.0990229;-105.0965084,way_type=user_defined:way_id=80W +edge,19942,19942;41.0990229;-105.0965084:19943;41.0990691;-105.096257,way_type=user_defined:way_id=80W +edge,19943,19943;41.0990691;-105.096257:19944;41.0991243;-105.0959393,way_type=user_defined:way_id=80W +edge,19944,19944;41.0991243;-105.0959393:19945;41.099164;-105.0956956,way_type=user_defined:way_id=80W +edge,19945,19945;41.099164;-105.0956956:19946;41.0992122;-105.0953759,way_type=user_defined:way_id=80W +edge,19946,19946;41.0992122;-105.0953759:19947;41.0992463;-105.0951308,way_type=user_defined:way_id=80W +edge,19947,19947;41.0992463;-105.0951308:19948;41.0992868;-105.0948099,way_type=user_defined:way_id=80W +edge,19948,19948;41.0992868;-105.0948099:19949;41.0993191;-105.0945248,way_type=user_defined:way_id=80W +edge,19949,19949;41.0993191;-105.0945248:19950;41.0993444;-105.0942778,way_type=user_defined:way_id=80W +edge,19950,19950;41.0993444;-105.0942778:19951;41.0993699;-105.0940006,way_type=user_defined:way_id=80W +edge,19951,19951;41.0993699;-105.0940006:19952;41.0993971;-105.093668,way_type=user_defined:way_id=80W +edge,19952,19952;41.0993971;-105.093668:19953;41.0994159;-105.0934184,way_type=user_defined:way_id=80W +edge,19953,19953;41.0994159;-105.0934184:19954;41.0994561;-105.0928445,way_type=user_defined:way_id=80W +edge,19954,19954;41.0994561;-105.0928445:19955;41.0995704;-105.0910829,way_type=user_defined:way_id=80W +edge,19955,19955;41.0995704;-105.0910829:19956;41.0996614;-105.0896435,way_type=user_defined:way_id=80W +edge,19956,19956;41.0996614;-105.0896435:19957;41.0998219;-105.0870341,way_type=user_defined:way_id=80W +edge,19957,19957;41.0998219;-105.0870341:19958;41.0999139;-105.0855974,way_type=user_defined:way_id=80W +edge,19958,19958;41.0999139;-105.0855974:19959;41.1000438;-105.0835112,way_type=user_defined:way_id=80W +edge,19959,19959;41.1000438;-105.0835112:19960;41.1001511;-105.0818353,way_type=user_defined:way_id=80W +edge,19960,19960;41.1001511;-105.0818353:19961;41.1001846;-105.08126,way_type=user_defined:way_id=80W +edge,19961,19961;41.1001846;-105.08126:19962;41.1002133;-105.0807096,way_type=user_defined:way_id=80W +edge,19962,19962;41.1002133;-105.0807096:19963;41.1002298;-105.0803593,way_type=user_defined:way_id=80W +edge,19963,19963;41.1002298;-105.0803593:19964;41.1002539;-105.0797917,way_type=user_defined:way_id=80W +edge,19964,19964;41.1002539;-105.0797917:19965;41.1002655;-105.0794867,way_type=user_defined:way_id=80W +edge,19965,19965;41.1002655;-105.0794867:19966;41.1002753;-105.0791725,way_type=user_defined:way_id=80W +edge,19966,19966;41.1002753;-105.0791725:19967;41.1002827;-105.0788768,way_type=user_defined:way_id=80W +edge,19967,19967;41.1002827;-105.0788768:19968;41.1002876;-105.0785891,way_type=user_defined:way_id=80W +edge,19968,19968;41.1002876;-105.0785891:19969;41.1002901;-105.0782418,way_type=user_defined:way_id=80W +edge,19969,19969;41.1002901;-105.0782418:19970;41.1002905;-105.0778029,way_type=user_defined:way_id=80W +edge,19970,19970;41.1002905;-105.0778029:19971;41.1002892;-105.0773938,way_type=user_defined:way_id=80W +edge,19971,19971;41.1002892;-105.0773938:19972;41.1002843;-105.0765515,way_type=user_defined:way_id=80W +edge,19972,19972;41.1002843;-105.0765515:19973;41.1002743;-105.0753306,way_type=user_defined:way_id=80W +edge,19973,19973;41.1002743;-105.0753306:19974;41.1002421;-105.0723541,way_type=user_defined:way_id=80W +edge,19974,19974;41.1002421;-105.0723541:19975;41.100238;-105.0716358,way_type=user_defined:way_id=80W +edge,19975,19975;41.100238;-105.0716358:19976;41.1002293;-105.0707871,way_type=user_defined:way_id=80W +edge,19976,19976;41.1002293;-105.0707871:19977;41.10021714;-105.0693808,way_type=user_defined:way_id=80W +edge,19977,19977;41.10021714;-105.0693808:19978;41.1002094;-105.0684849,way_type=user_defined:way_id=80W +edge,19978,19978;41.1002094;-105.0684849:19979;41.1002065;-105.0678846,way_type=user_defined:way_id=80W +edge,19979,19979;41.1002065;-105.0678846:19980;41.1002074;-105.0673126,way_type=user_defined:way_id=80W +edge,19980,19980;41.1002074;-105.0673126:19981;41.1002098;-105.0670166,way_type=user_defined:way_id=80W +edge,19981,19981;41.1002098;-105.0670166:19982;41.1002149;-105.06673,way_type=user_defined:way_id=80W +edge,19982,19982;41.1002149;-105.06673:19983;41.1002204;-105.0665452,way_type=user_defined:way_id=80W +edge,19983,19983;41.1002204;-105.0665452:19984;41.1002204;-105.0665452,way_type=user_defined:way_id=80W +edge,19984,19984;41.1002204;-105.0665452:19985;41.1002234;-105.0664436,way_type=user_defined:way_id=80W +edge,19985,19985;41.1002234;-105.0664436:19986;41.1002354;-105.066148,way_type=user_defined:way_id=80W +edge,19986,19986;41.1002354;-105.066148:19987;41.1002494;-105.065871,way_type=user_defined:way_id=80W +edge,19987,19987;41.1002494;-105.065871:19988;41.1002674;-105.0655757,way_type=user_defined:way_id=80W +edge,19988,19988;41.1002674;-105.0655757:19989;41.1002875;-105.0652988,way_type=user_defined:way_id=80W +edge,19989,19989;41.1002875;-105.0652988:19990;41.1003122;-105.0650036,way_type=user_defined:way_id=80W +edge,19990,19990;41.1003122;-105.0650036:19991;41.1003394;-105.0647172,way_type=user_defined:way_id=80W +edge,19991,19991;41.1003394;-105.0647172:19992;41.1003667;-105.0644599,way_type=user_defined:way_id=80W +edge,19992,19992;41.1003667;-105.0644599:19993;41.100404;-105.0641464,way_type=user_defined:way_id=80W +edge,19993,19993;41.100404;-105.0641464:19994;41.1004394;-105.0638703,way_type=user_defined:way_id=80W +edge,19994,19994;41.1004394;-105.0638703:19995;41.10048799;-105.063511,way_type=user_defined:way_id=80W +edge,19995,19995;41.10048799;-105.063511:19996;41.1005178;-105.0632906,way_type=user_defined:way_id=80W +edge,19996,19996;41.1005178;-105.0632906:19997;41.1006007;-105.0627009,way_type=user_defined:way_id=80W +edge,19997,19997;41.1006007;-105.0627009:19998;41.10073447;-105.0617895,way_type=user_defined:way_id=80W +edge,19998,19998;41.10073447;-105.0617895:19999;41.10073447;-105.0617895,way_type=user_defined:way_id=80W +edge,19999,19999;41.10073447;-105.0617895:20000;41.10100061;-105.0600376,way_type=user_defined:way_id=80W +edge,20000,20000;41.10100061;-105.0600376:20001;41.1013262;-105.0578943,way_type=user_defined:way_id=80W +edge,20001,20001;41.1013262;-105.0578943:20002;41.1014208;-105.0572814,way_type=user_defined:way_id=80W +edge,20002,20002;41.1014208;-105.0572814:20003;41.1014208;-105.0572814,way_type=user_defined:way_id=80W +edge,20003,20003;41.1014208;-105.0572814:20004;41.1015188;-105.0566499,way_type=user_defined:way_id=80W +edge,20004,20004;41.1015188;-105.0566499:20005;41.1015561;-105.0564095,way_type=user_defined:way_id=80W +edge,20005,20005;41.1015561;-105.0564095:20006;41.1017692;-105.0550001,way_type=user_defined:way_id=80W +edge,20006,20006;41.1017692;-105.0550001:20007;41.102119;-105.0527141,way_type=user_defined:way_id=80W +edge,20007,20007;41.102119;-105.0527141:20008;41.1022895;-105.0516105,way_type=user_defined:way_id=80W +edge,20008,20008;41.1022895;-105.0516105:20009;41.1024274;-105.0506882,way_type=user_defined:way_id=80W +edge,20009,20009;41.1024274;-105.0506882:20010;41.1025496;-105.0498869,way_type=user_defined:way_id=80W +edge,20010,20010;41.1025496;-105.0498869:20011;41.1027143;-105.0487855,way_type=user_defined:way_id=80W +edge,20011,20011;41.1027143;-105.0487855:20012;41.1029397;-105.0473139,way_type=user_defined:way_id=80W +edge,20012,20012;41.1029397;-105.0473139:20013;41.1031993;-105.0455713,way_type=user_defined:way_id=80W +edge,20013,20013;41.1031993;-105.0455713:20014;41.1032744;-105.04505,way_type=user_defined:way_id=80W +edge,20014,20014;41.1032744;-105.04505:20015;41.1033293;-105.0446264,way_type=user_defined:way_id=80W +edge,20015,20015;41.1033293;-105.0446264:20016;41.1033517;-105.0444416,way_type=user_defined:way_id=80W +edge,20016,20016;41.1033517;-105.0444416:20017;41.1033837;-105.0441538,way_type=user_defined:way_id=80W +edge,20017,20017;41.1033837;-105.0441538:20018;41.1034115;-105.043874,way_type=user_defined:way_id=80W +edge,20018,20018;41.1034115;-105.043874:20019;41.1034249;-105.0437242,way_type=user_defined:way_id=80W +edge,20019,20019;41.1034249;-105.0437242:20020;41.1034373;-105.0435837,way_type=user_defined:way_id=80W +edge,20020,20020;41.1034373;-105.0435837:20021;41.1034596;-105.0433015,way_type=user_defined:way_id=80W +edge,20021,20021;41.1034596;-105.0433015:20022;41.1034788;-105.0430084,way_type=user_defined:way_id=80W +edge,20022,20022;41.1034788;-105.0430084:20023;41.103493;-105.0427143,way_type=user_defined:way_id=80W +edge,20023,20023;41.103493;-105.0427143:20024;41.1035025;-105.0424383,way_type=user_defined:way_id=80W +edge,20024,20024;41.1035025;-105.0424383:20025;41.1035191;-105.0418233,way_type=user_defined:way_id=80W +edge,20025,20025;41.1035191;-105.0418233:20026;41.1035544;-105.040707,way_type=user_defined:way_id=80W +edge,20026,20026;41.1035544;-105.040707:20027;41.10357;-105.0401044,way_type=user_defined:way_id=80W +edge,20027,20027;41.10357;-105.0401044:20028;41.1035876;-105.0392752,way_type=user_defined:way_id=80W +edge,20028,20028;41.1035876;-105.0392752:20029;41.103603;-105.0386629,way_type=user_defined:way_id=80W +edge,20029,20029;41.103603;-105.0386629:20030;41.1036334;-105.0372227,way_type=user_defined:way_id=80W +edge,20030,20030;41.1036334;-105.0372227:20031;41.1036594;-105.0360721,way_type=user_defined:way_id=80W +edge,20031,20031;41.1036594;-105.0360721:20032;41.1036631;-105.0357844,way_type=user_defined:way_id=80W +edge,20032,20032;41.1036631;-105.0357844:20033;41.1036635;-105.0355389,way_type=user_defined:way_id=80W +edge,20033,20033;41.1036635;-105.0355389:20034;41.1036604;-105.0352172,way_type=user_defined:way_id=80W +edge,20034,20034;41.1036604;-105.0352172:20035;41.1036544;-105.0349291,way_type=user_defined:way_id=80W +edge,20035,20035;41.1036544;-105.0349291:20036;41.1036459;-105.0346021,way_type=user_defined:way_id=80W +edge,20036,20036;41.1036459;-105.0346021:20037;41.1036375;-105.0343423,way_type=user_defined:way_id=80W +edge,20037,20037;41.1036375;-105.0343423:20038;41.1036235;-105.0340252,way_type=user_defined:way_id=80W +edge,20038,20038;41.1036235;-105.0340252:20039;41.1036101;-105.0337734,way_type=user_defined:way_id=80W +edge,20039,20039;41.1036101;-105.0337734:20040;41.1035931;-105.0334933,way_type=user_defined:way_id=80W +edge,20040,20040;41.1035931;-105.0334933:20041;41.1035731;-105.0332037,way_type=user_defined:way_id=80W +edge,20041,20041;41.1035731;-105.0332037:20042;41.103549;-105.0329053,way_type=user_defined:way_id=80W +edge,20042,20042;41.103549;-105.0329053:20043;41.1035191;-105.032588,way_type=user_defined:way_id=80W +edge,20043,20043;41.1035191;-105.032588:20044;41.1034845;-105.0322717,way_type=user_defined:way_id=80W +edge,20044,20044;41.1034845;-105.0322717:20045;41.1034523;-105.0320119,way_type=user_defined:way_id=80W +edge,20045,20045;41.1034523;-105.0320119:20046;41.1034191;-105.0317713,way_type=user_defined:way_id=80W +edge,20046,20046;41.1034191;-105.0317713:20047;41.1033552;-105.0313469,way_type=user_defined:way_id=80W +edge,20047,20047;41.1033552;-105.0313469:20048;41.1032061;-105.0303964,way_type=user_defined:way_id=80W +edge,20048,20048;41.1032061;-105.0303964:20049;41.1031478;-105.030035,way_type=user_defined:way_id=80W +edge,20049,20049;41.1031478;-105.030035:20050;41.1030015;-105.0291618,way_type=user_defined:way_id=80W +edge,20050,20050;41.1030015;-105.0291618:20051;41.1028623;-105.0283107,way_type=user_defined:way_id=80W +edge,20051,20051;41.1028623;-105.0283107:20052;41.1024811;-105.0260384,way_type=user_defined:way_id=80W +edge,20052,20052;41.1024811;-105.0260384:20053;41.1022915;-105.0248778,way_type=user_defined:way_id=80W +edge,20053,20053;41.1022915;-105.0248778:20054;41.1021017;-105.023741,way_type=user_defined:way_id=80W +edge,20054,20054;41.1021017;-105.023741:20055;41.1019548;-105.0228742,way_type=user_defined:way_id=80W +edge,20055,20055;41.1019548;-105.0228742:20056;41.1018096;-105.0219886,way_type=user_defined:way_id=80W +edge,20056,20056;41.1018096;-105.0219886:20057;41.1016757;-105.0211895,way_type=user_defined:way_id=80W +edge,20057,20057;41.1016757;-105.0211895:20058;41.101631;-105.0209038,way_type=user_defined:way_id=80W +edge,20058,20058;41.101631;-105.0209038:20059;41.1015844;-105.0205804,way_type=user_defined:way_id=80W +edge,20059,20059;41.1015844;-105.0205804:20060;41.1015476;-105.020303,way_type=user_defined:way_id=80W +edge,20060,20060;41.1015476;-105.020303:20061;41.1015167;-105.0200531,way_type=user_defined:way_id=80W +edge,20061,20061;41.1015167;-105.0200531:20062;41.1014811;-105.0197383,way_type=user_defined:way_id=80W +edge,20062,20062;41.1014811;-105.0197383:20063;41.1014523;-105.0194424,way_type=user_defined:way_id=80W +edge,20063,20063;41.1014523;-105.0194424:20064;41.1014277;-105.0191562,way_type=user_defined:way_id=80W +edge,20064,20064;41.1014277;-105.0191562:20065;41.1014067;-105.0188714,way_type=user_defined:way_id=80W +edge,20065,20065;41.1014067;-105.0188714:20066;41.1013705;-105.0183004,way_type=user_defined:way_id=80W +edge,20066,20066;41.1013705;-105.0183004:20067;41.101356;-105.018013,way_type=user_defined:way_id=80W +edge,20067,20067;41.101356;-105.018013:20068;41.1013451;-105.0177164,way_type=user_defined:way_id=80W +edge,20068,20068;41.1013451;-105.0177164:20069;41.1013382;-105.0174376,way_type=user_defined:way_id=80W +edge,20069,20069;41.1013382;-105.0174376:20070;41.1013339;-105.0170436,way_type=user_defined:way_id=80W +edge,20070,20070;41.1013339;-105.0170436:20071;41.1013333;-105.0168606,way_type=user_defined:way_id=80W +edge,20071,20071;41.1013333;-105.0168606:20072;41.101335;-105.0165834,way_type=user_defined:way_id=80W +edge,20072,20072;41.101335;-105.0165834:20073;41.1013395;-105.0162867,way_type=user_defined:way_id=80W +edge,20073,20073;41.1013395;-105.0162867:20074;41.1013468;-105.0159987,way_type=user_defined:way_id=80W +edge,20074,20074;41.1013468;-105.0159987:20075;41.1013578;-105.0157102,way_type=user_defined:way_id=80W +edge,20075,20075;41.1013578;-105.0157102:20076;41.1013716;-105.0154325,way_type=user_defined:way_id=80W +edge,20076,20076;41.1013716;-105.0154325:20077;41.1013893;-105.0151354,way_type=user_defined:way_id=80W +edge,20077,20077;41.1013893;-105.0151354:20078;41.1014094;-105.0148574,way_type=user_defined:way_id=80W +edge,20078,20078;41.1014094;-105.0148574:20079;41.1014334;-105.0145706,way_type=user_defined:way_id=80W +edge,20079,20079;41.1014334;-105.0145706:20080;41.1014601;-105.0142845,way_type=user_defined:way_id=80W +edge,20080,20080;41.1014601;-105.0142845:20081;41.1014896;-105.0139989,way_type=user_defined:way_id=80W +edge,20081,20081;41.1014896;-105.0139989:20082;41.1015221;-105.0137138,way_type=user_defined:way_id=80W +edge,20082,20082;41.1015221;-105.0137138:20083;41.1015575;-105.0134293,way_type=user_defined:way_id=80W +edge,20083,20083;41.1015575;-105.0134293:20084;41.1015952;-105.0131452,way_type=user_defined:way_id=80W +edge,20084,20084;41.1015952;-105.0131452:20085;41.1016359;-105.0128617,way_type=user_defined:way_id=80W +edge,20085,20085;41.1016359;-105.0128617:20086;41.1016515;-105.0127613,way_type=user_defined:way_id=80W +edge,20086,20086;41.1016515;-105.0127613:20087;41.1016799;-105.0125787,way_type=user_defined:way_id=80W +edge,20087,20087;41.1016799;-105.0125787:20088;41.1017258;-105.0123054,way_type=user_defined:way_id=80W +edge,20088,20088;41.1017258;-105.0123054:20089;41.1017782;-105.0120144,way_type=user_defined:way_id=80W +edge,20089,20089;41.1017782;-105.0120144:20090;41.1018323;-105.0117332,way_type=user_defined:way_id=80W +edge,20090,20090;41.1018323;-105.0117332:20091;41.101887;-105.0114617,way_type=user_defined:way_id=80W +edge,20091,20091;41.101887;-105.0114617:20092;41.1019461;-105.0111822,way_type=user_defined:way_id=80W +edge,20092,20092;41.1019461;-105.0111822:20093;41.1020086;-105.0109043,way_type=user_defined:way_id=80W +edge,20093,20093;41.1020086;-105.0109043:20094;41.1020821;-105.0106008,way_type=user_defined:way_id=80W +edge,20094,20094;41.1020821;-105.0106008:20095;41.1021525;-105.0103258,way_type=user_defined:way_id=80W +edge,20095,20095;41.1021525;-105.0103258:20096;41.1022351;-105.0100161,way_type=user_defined:way_id=80W +edge,20096,20096;41.1022351;-105.0100161:20097;41.1023539;-105.0095835,way_type=user_defined:way_id=80W +edge,20097,20097;41.1023539;-105.0095835:20098;41.1025997;-105.0087015,way_type=user_defined:way_id=80W +edge,20098,20098;41.1025997;-105.0087015:20099;41.1032211;-105.0065103,way_type=user_defined:way_id=80W +edge,20099,20099;41.1032211;-105.0065103:20100;41.1036825;-105.0048582,way_type=user_defined:way_id=80W +edge,20100,20100;41.1036825;-105.0048582:20101;41.1042166;-105.002973,way_type=user_defined:way_id=80W +edge,20101,20101;41.1042166;-105.002973:20102;41.1045967;-105.0016205,way_type=user_defined:way_id=80W +edge,20102,20102;41.1045967;-105.0016205:20103;41.1050633;-104.9999707,way_type=user_defined:way_id=80W +edge,20103,20103;41.1050633;-104.9999707:20104;41.1060519;-104.9964532,way_type=user_defined:way_id=80W +edge,20104,20104;41.1060519;-104.9964532:20105;41.1063646;-104.9953531,way_type=user_defined:way_id=80W +edge,20105,20105;41.1063646;-104.9953531:20106;41.1068604;-104.9935652,way_type=user_defined:way_id=80W +edge,20106,20106;41.1068604;-104.9935652:20107;41.1069529;-104.9932257,way_type=user_defined:way_id=80W +edge,20107,20107;41.1069529;-104.9932257:20108;41.1070332;-104.9929197,way_type=user_defined:way_id=80W +edge,20108,20108;41.1070332;-104.9929197:20109;41.1070925;-104.9926826,way_type=user_defined:way_id=80W +edge,20109,20109;41.1070925;-104.9926826:20110;41.1071182;-104.9925739,way_type=user_defined:way_id=80W +edge,20110,20110;41.1071182;-104.9925739:20111;41.1071646;-104.9923728,way_type=user_defined:way_id=80W +edge,20111,20111;41.1071646;-104.9923728:20112;41.1072235;-104.9920956,way_type=user_defined:way_id=80W +edge,20112,20112;41.1072235;-104.9920956:20113;41.1072817;-104.9918081,way_type=user_defined:way_id=80W +edge,20113,20113;41.1072817;-104.9918081:20114;41.1073342;-104.9915366,way_type=user_defined:way_id=80W +edge,20114,20114;41.1073342;-104.9915366:20115;41.1073797;-104.9912907,way_type=user_defined:way_id=80W +edge,20115,20115;41.1073797;-104.9912907:20116;41.1074342;-104.9909788,way_type=user_defined:way_id=80W +edge,20116,20116;41.1074342;-104.9909788:20117;41.1074808;-104.990693,way_type=user_defined:way_id=80W +edge,20117,20117;41.1074808;-104.990693:20118;41.1075251;-104.9904062,way_type=user_defined:way_id=80W +edge,20118,20118;41.1075251;-104.9904062:20119;41.1075648;-104.9901278,way_type=user_defined:way_id=80W +edge,20119,20119;41.1075648;-104.9901278:20120;41.1076029;-104.9898399,way_type=user_defined:way_id=80W +edge,20120,20120;41.1076029;-104.9898399:20121;41.1076794;-104.989236,way_type=user_defined:way_id=80W +edge,20121,20121;41.1076794;-104.989236:20122;41.1078772;-104.9876367,way_type=user_defined:way_id=80W +edge,20122,20122;41.1078772;-104.9876367:20123;41.1083475;-104.9837317,way_type=user_defined:way_id=80W +edge,20123,20123;41.1083475;-104.9837317:20124;41.1084649;-104.9827757,way_type=user_defined:way_id=80W +edge,20124,20124;41.1084649;-104.9827757:20125;41.108579;-104.9818058,way_type=user_defined:way_id=80W +edge,20125,20125;41.108579;-104.9818058:20126;41.1087564;-104.9803832,way_type=user_defined:way_id=80W +edge,20126,20126;41.1087564;-104.9803832:20127;41.1089298;-104.9789367,way_type=user_defined:way_id=80W +edge,20127,20127;41.1089298;-104.9789367:20128;41.1090398;-104.978047,way_type=user_defined:way_id=80W +edge,20128,20128;41.1090398;-104.978047:20129;41.1092161;-104.9765851,way_type=user_defined:way_id=80W +edge,20129,20129;41.1092161;-104.9765851:20130;41.1092944;-104.9759476,way_type=user_defined:way_id=80W +edge,20130,20130;41.1092944;-104.9759476:20131;41.10953;-104.9739835,way_type=user_defined:way_id=80W +edge,20131,20131;41.10953;-104.9739835:20132;41.1097364;-104.9723216,way_type=user_defined:way_id=80W +edge,20132,20132;41.1097364;-104.9723216:20133;41.1098396;-104.9714326,way_type=user_defined:way_id=80W +edge,20133,20133;41.1098396;-104.9714326:20134;41.1099425;-104.9705702,way_type=user_defined:way_id=80W +edge,20134,20134;41.1099425;-104.9705702:20135;41.1099745;-104.9702917,way_type=user_defined:way_id=80W +edge,20135,20135;41.1099745;-104.9702917:20136;41.1100375;-104.9697245,way_type=user_defined:way_id=80W +edge,20136,20136;41.1100375;-104.9697245:20137;41.1100748;-104.9693704,way_type=user_defined:way_id=80W +edge,20137,20137;41.1100748;-104.9693704:20138;41.110124;-104.968866,way_type=user_defined:way_id=80W +edge,20138,20138;41.110124;-104.968866:20139;41.1101521;-104.9685477,way_type=user_defined:way_id=80W +edge,20139,20139;41.1101521;-104.9685477:20140;41.1101981;-104.967976,way_type=user_defined:way_id=80W +edge,20140,20140;41.1101981;-104.967976:20141;41.1102318;-104.9675066,way_type=user_defined:way_id=80W +edge,20141,20141;41.1102318;-104.9675066:20142;41.1102772;-104.9668206,way_type=user_defined:way_id=80W +edge,20142,20142;41.1102772;-104.9668206:20143;41.1103314;-104.9659374,way_type=user_defined:way_id=80W +edge,20143,20143;41.1103314;-104.9659374:20144;41.1103862;-104.9651066,way_type=user_defined:way_id=80W +edge,20144,20144;41.1103862;-104.9651066:20145;41.1104424;-104.9642231,way_type=user_defined:way_id=80W +edge,20145,20145;41.1104424;-104.9642231:20146;41.1105013;-104.9633546,way_type=user_defined:way_id=80W +edge,20146,20146;41.1105013;-104.9633546:20147;41.1105548;-104.9624906,way_type=user_defined:way_id=80W +edge,20147,20147;41.1105548;-104.9624906:20148;41.1106847;-104.9605092,way_type=user_defined:way_id=80W +edge,20148,20148;41.1106847;-104.9605092:20149;41.110742;-104.9595776,way_type=user_defined:way_id=80W +edge,20149,20149;41.110742;-104.9595776:20150;41.1108034;-104.9586106,way_type=user_defined:way_id=80W +edge,20150,20150;41.1108034;-104.9586106:20151;41.1109176;-104.9568582,way_type=user_defined:way_id=80W +edge,20151,20151;41.1109176;-104.9568582:20152;41.11094167;-104.95648,way_type=user_defined:way_id=80W +edge,20152,20152;41.11094167;-104.95648:20153;41.111004;-104.9555006,way_type=user_defined:way_id=80W +edge,20153,20153;41.111004;-104.9555006:20154;41.1110426;-104.9549416,way_type=user_defined:way_id=80W +edge,20154,20154;41.1110426;-104.9549416:20155;41.1110656;-104.9546538,way_type=user_defined:way_id=80W +edge,20155,20155;41.1110656;-104.9546538:20156;41.111091;-104.9543664,way_type=user_defined:way_id=80W +edge,20156,20156;41.111091;-104.9543664:20157;41.1111254;-104.9540052,way_type=user_defined:way_id=80W +edge,20157,20157;41.1111254;-104.9540052:20158;41.11119;-104.9533675,way_type=user_defined:way_id=80W +edge,20158,20158;41.11119;-104.9533675:20159;41.111366;-104.9516853,way_type=user_defined:way_id=80W +edge,20159,20159;41.111366;-104.9516853:20160;41.1115953;-104.9494733,way_type=user_defined:way_id=80W +edge,20160,20160;41.1115953;-104.9494733:20161;41.1116866;-104.9485776,way_type=user_defined:way_id=80W +edge,20161,20161;41.1116866;-104.9485776:20162;41.1119396;-104.9461469,way_type=user_defined:way_id=80W +edge,20162,20162;41.1119396;-104.9461469:20163;41.1121085;-104.9445599,way_type=user_defined:way_id=80W +edge,20163,20163;41.1121085;-104.9445599:20164;41.1122302;-104.9433761,way_type=user_defined:way_id=80W +edge,20164,20164;41.1122302;-104.9433761:20165;41.1123649;-104.9420969,way_type=user_defined:way_id=80W +edge,20165,20165;41.1123649;-104.9420969:20166;41.1124967;-104.9408084,way_type=user_defined:way_id=80W +edge,20166,20166;41.1124967;-104.9408084:20167;41.1127658;-104.9382433,way_type=user_defined:way_id=80W +edge,20167,20167;41.1127658;-104.9382433:20168;41.1128819;-104.937098,way_type=user_defined:way_id=80W +edge,20168,20168;41.1128819;-104.937098:20169;41.1129423;-104.9365252,way_type=user_defined:way_id=80W +edge,20169,20169;41.1129423;-104.9365252:20170;41.1130598;-104.9353627,way_type=user_defined:way_id=80W +edge,20170,20170;41.1130598;-104.9353627:20171;41.1132673;-104.9333464,way_type=user_defined:way_id=80W +edge,20171,20171;41.1132673;-104.9333464:20172;41.1132688;-104.9333321,way_type=user_defined:way_id=80W +edge,20172,20172;41.1132688;-104.9333321:20173;41.1135425;-104.9307225,way_type=user_defined:way_id=80W +edge,20173,20173;41.1135425;-104.9307225:20174;41.1136652;-104.9295721,way_type=user_defined:way_id=80W +edge,20174,20174;41.1136652;-104.9295721:20175;41.1137565;-104.9286704,way_type=user_defined:way_id=80W +edge,20175,20175;41.1137565;-104.9286704:20176;41.1139927;-104.9264698,way_type=user_defined:way_id=80W +edge,20176,20176;41.1139927;-104.9264698:20177;41.1141344;-104.925072,way_type=user_defined:way_id=80W +edge,20177,20177;41.1141344;-104.925072:20178;41.114216;-104.9242839,way_type=user_defined:way_id=80W +edge,20178,20178;41.114216;-104.9242839:20179;41.114265;-104.9238283,way_type=user_defined:way_id=80W +edge,20179,20179;41.114265;-104.9238283:20180;41.1143718;-104.9229046,way_type=user_defined:way_id=80W +edge,20180,20180;41.1143718;-104.9229046:20181;41.1144374;-104.9223619,way_type=user_defined:way_id=80W +edge,20181,20181;41.1144374;-104.9223619:20182;41.1145122;-104.9218011,way_type=user_defined:way_id=80W +edge,20182,20182;41.1145122;-104.9218011:20183;41.1145533;-104.9215122,way_type=user_defined:way_id=80W +edge,20183,20183;41.1145533;-104.9215122:20184;41.1146285;-104.9210202,way_type=user_defined:way_id=80W +edge,20184,20184;41.1146285;-104.9210202:20185;41.1146903;-104.9206317,way_type=user_defined:way_id=80W +edge,20185,20185;41.1146903;-104.9206317:20186;41.1147821;-104.9200685,way_type=user_defined:way_id=80W +edge,20186,20186;41.1147821;-104.9200685:20187;41.1150631;-104.9183777,way_type=user_defined:way_id=80W +edge,20187,20187;41.1150631;-104.9183777:20188;41.1152361;-104.9173275,way_type=user_defined:way_id=80W +edge,20188,20188;41.1152361;-104.9173275:20189;41.1152964;-104.9169714,way_type=user_defined:way_id=80W +edge,20189,20189;41.1152964;-104.9169714:20190;41.1154464;-104.916104,way_type=user_defined:way_id=80W +edge,20190,20190;41.1154464;-104.916104:20191;41.1154945;-104.9158166,way_type=user_defined:way_id=80W +edge,20191,20191;41.1154945;-104.9158166:20192;41.1155855;-104.9152566,way_type=user_defined:way_id=80W +edge,20192,20192;41.1155855;-104.9152566:20193;41.115865;-104.9135741,way_type=user_defined:way_id=80W +edge,20193,20193;41.115865;-104.9135741:20194;41.1160664;-104.9123762,way_type=user_defined:way_id=80W +edge,20194,20194;41.1160664;-104.9123762:20195;41.116199;-104.9115734,way_type=user_defined:way_id=80W +edge,20195,20195;41.116199;-104.9115734:20196;41.1163333;-104.910748,way_type=user_defined:way_id=80W +edge,20196,20196;41.1163333;-104.910748:20197;41.1164317;-104.9101658,way_type=user_defined:way_id=80W +edge,20197,20197;41.1164317;-104.9101658:20198;41.1164796;-104.9098735,way_type=user_defined:way_id=80W +edge,20198,20198;41.1164796;-104.9098735:20199;41.1165233;-104.9095993,way_type=user_defined:way_id=80W +edge,20199,20199;41.1165233;-104.9095993:20200;41.1165666;-104.9093158,way_type=user_defined:way_id=80W +edge,20200,20200;41.1165666;-104.9093158:20201;41.1166058;-104.9090412,way_type=user_defined:way_id=80W +edge,20201,20201;41.1166058;-104.9090412:20202;41.1166449;-104.9087477,way_type=user_defined:way_id=80W +edge,20202,20202;41.1166449;-104.9087477:20203;41.1166801;-104.9084627,way_type=user_defined:way_id=80W +edge,20203,20203;41.1166801;-104.9084627:20204;41.1167121;-104.9081768,way_type=user_defined:way_id=80W +edge,20204,20204;41.1167121;-104.9081768:20205;41.1167412;-104.9078901,way_type=user_defined:way_id=80W +edge,20205,20205;41.1167412;-104.9078901:20206;41.1167667;-104.9076119,way_type=user_defined:way_id=80W +edge,20206,20206;41.1167667;-104.9076119:20207;41.1167906;-104.9073234,way_type=user_defined:way_id=80W +edge,20207,20207;41.1167906;-104.9073234:20208;41.1168092;-104.9070632,way_type=user_defined:way_id=80W +edge,20208,20208;41.1168092;-104.9070632:20209;41.1168287;-104.9067438,way_type=user_defined:way_id=80W +edge,20209,20209;41.1168287;-104.9067438:20210;41.1168341;-104.9066311,way_type=user_defined:way_id=80W +edge,20210,20210;41.1168341;-104.9066311:20211;41.1168439;-104.906415,way_type=user_defined:way_id=80W +edge,20211,20211;41.1168439;-104.906415:20212;41.1168535;-104.9061319,way_type=user_defined:way_id=80W +edge,20212,20212;41.1168535;-104.9061319:20213;41.1168606;-104.9058384,way_type=user_defined:way_id=80W +edge,20213,20213;41.1168606;-104.9058384:20214;41.1168653;-104.9055542,way_type=user_defined:way_id=80W +edge,20214,20214;41.1168653;-104.9055542:20215;41.1168693;-104.905232,way_type=user_defined:way_id=80W +edge,20215,20215;41.1168693;-104.905232:20216;41.1168737;-104.9046926,way_type=user_defined:way_id=80W +edge,20216,20216;41.1168737;-104.9046926:20217;41.1168808;-104.903221,way_type=user_defined:way_id=80W +edge,20217,20217;41.1168808;-104.903221:20218;41.11688212;-104.9027745,way_type=user_defined:way_id=80W +edge,20218,20218;41.11688212;-104.9027745:20219;41.1168843;-104.9020403,way_type=user_defined:way_id=80W +edge,20219,20219;41.1168843;-104.9020403:20220;41.1168903;-104.901205,way_type=user_defined:way_id=80W +edge,20220,20220;41.1168903;-104.901205:20221;41.1168903;-104.901205,way_type=user_defined:way_id=80W +edge,20221,20221;41.1168903;-104.901205:20222;41.1168927;-104.9006325,way_type=user_defined:way_id=80W +edge,20222,20222;41.1168927;-104.9006325:20223;41.1168964;-104.8986517,way_type=user_defined:way_id=80W +edge,20223,20223;41.1168964;-104.8986517:20224;41.116903;-104.897779,way_type=user_defined:way_id=80W +edge,20224,20224;41.116903;-104.897779:20225;41.1169095;-104.8965901,way_type=user_defined:way_id=80W +edge,20225,20225;41.1169095;-104.8965901:20226;41.11691336;-104.8960393,way_type=user_defined:way_id=80W +edge,20226,20226;41.11691336;-104.8960393:20227;41.1169178;-104.8954064,way_type=user_defined:way_id=80W +edge,20227,20227;41.1169178;-104.8954064:20228;41.1169201;-104.8944663,way_type=user_defined:way_id=80W +edge,20228,20228;41.1169201;-104.8944663:20229;41.1169288;-104.8928565,way_type=user_defined:way_id=80W +edge,20229,20229;41.1169288;-104.8928565:20230;41.1169278;-104.8919122,way_type=user_defined:way_id=80W +edge,20230,20230;41.1169278;-104.8919122:20231;41.116933;-104.8905082,way_type=user_defined:way_id=80W +edge,20231,20231;41.116933;-104.8905082:20232;41.1169341;-104.8887448,way_type=user_defined:way_id=80W +edge,20232,20232;41.1169341;-104.8887448:20233;41.1169378;-104.8878529,way_type=user_defined:way_id=80W +edge,20233,20233;41.1169378;-104.8878529:20234;41.11694051;-104.8864855,way_type=user_defined:way_id=80W +edge,20234,20234;41.11694051;-104.8864855:20235;41.11694051;-104.8864855,way_type=user_defined:way_id=80W +edge,20235,20235;41.11694051;-104.8864855:20236;41.1169478;-104.8848798,way_type=user_defined:way_id=80W +edge,20236,20236;41.1169478;-104.8848798:20237;41.1169484;-104.8839369,way_type=user_defined:way_id=80W +edge,20237,20237;41.1169484;-104.8839369:20238;41.1169556;-104.8825137,way_type=user_defined:way_id=80W +edge,20238,20238;41.1169556;-104.8825137:20239;41.11696;-104.8808203,way_type=user_defined:way_id=80W +edge,20239,20239;41.11696;-104.8808203:20240;41.1169713;-104.8790216,way_type=user_defined:way_id=80W +edge,20240,20240;41.1169713;-104.8790216:20241;41.116972;-104.8779118,way_type=user_defined:way_id=80W +edge,20241,20241;41.116972;-104.8779118:20242;41.1169749;-104.8774049,way_type=user_defined:way_id=80W +edge,20242,20242;41.1169749;-104.8774049:20243;41.1169776;-104.8769324,way_type=user_defined:way_id=80W +edge,20243,20243;41.1169776;-104.8769324:20244;41.1169815;-104.8759282,way_type=user_defined:way_id=80W +edge,20244,20244;41.1169815;-104.8759282:20245;41.1169815;-104.8759282,way_type=user_defined:way_id=80W +edge,20245,20245;41.1169815;-104.8759282:20246;41.11698197;-104.8758326,way_type=user_defined:way_id=80W +edge,20246,20246;41.11698197;-104.8758326:20247;41.1169867;-104.874866,way_type=user_defined:way_id=80W +edge,20247,20247;41.1169867;-104.874866:20248;41.1169909;-104.8735642,way_type=user_defined:way_id=80W +edge,20248,20248;41.1169909;-104.8735642:20249;41.1169988;-104.8721206,way_type=user_defined:way_id=80W +edge,20249,20249;41.1169988;-104.8721206:20250;41.1170011;-104.8712566,way_type=user_defined:way_id=80W +edge,20250,20250;41.1170011;-104.8712566:20251;41.11700069;-104.8701479,way_type=user_defined:way_id=80W +edge,20251,20251;41.11700069;-104.8701479:20252;41.11700145;-104.8699037,way_type=user_defined:way_id=80W +edge,20252,20252;41.11700145;-104.8699037:20253;41.1170027;-104.8695039,way_type=user_defined:way_id=80W +edge,20253,20253;41.1170027;-104.8695039:20254;41.1170027;-104.8695039,way_type=user_defined:way_id=80W +edge,20254,20254;41.1170027;-104.8695039:20255;41.1170045;-104.8690658,way_type=user_defined:way_id=80W +edge,20255,20255;41.1170045;-104.8690658:20256;41.1170041;-104.8687401,way_type=user_defined:way_id=80W +edge,20256,20256;41.1170041;-104.8687401:20257;41.1169987;-104.8682404,way_type=user_defined:way_id=80W +edge,20257,20257;41.1169987;-104.8682404:20258;41.11699146;-104.8679757,way_type=user_defined:way_id=80W +edge,20258,20258;41.11699146;-104.8679757:20259;41.1169802;-104.8676989,way_type=user_defined:way_id=80W +edge,20259,20259;41.1169802;-104.8676989:20260;41.1169736;-104.8675867,way_type=user_defined:way_id=80W +edge,20260,20260;41.1169736;-104.8675867:20261;41.1169632;-104.8674184,way_type=user_defined:way_id=80W +edge,20261,20261;41.1169632;-104.8674184:20262;41.1169392;-104.8671284,way_type=user_defined:way_id=80W +edge,20262,20262;41.1169392;-104.8671284:20263;41.1169084;-104.8668392,way_type=user_defined:way_id=80W +edge,20263,20263;41.1169084;-104.8668392:20264;41.1168727;-104.8665605,way_type=user_defined:way_id=80W +edge,20264,20264;41.1168727;-104.8665605:20265;41.1168307;-104.8662743,way_type=user_defined:way_id=80W +edge,20265,20265;41.1168307;-104.8662743:20266;41.11679;-104.8660265,way_type=user_defined:way_id=80W +edge,20266,20266;41.11679;-104.8660265:20267;41.1167322;-104.8657173,way_type=user_defined:way_id=80W +edge,20267,20267;41.1167322;-104.8657173:20268;41.1166809;-104.8654743,way_type=user_defined:way_id=80W +edge,20268,20268;41.1166809;-104.8654743:20269;41.1166147;-104.8651895,way_type=user_defined:way_id=80W +edge,20269,20269;41.1166147;-104.8651895:20270;41.116549;-104.8649249,way_type=user_defined:way_id=80W +edge,20270,20270;41.116549;-104.8649249:20271;41.1164845;-104.8646814,way_type=user_defined:way_id=80W +edge,20271,20271;41.1164845;-104.8646814:20272;41.1164088;-104.8644235,way_type=user_defined:way_id=80W +edge,20272,20272;41.1164088;-104.8644235:20273;41.1163204;-104.8641535,way_type=user_defined:way_id=80W +edge,20273,20273;41.1163204;-104.8641535:20274;41.116238;-104.8639221,way_type=user_defined:way_id=80W +edge,20274,20274;41.116238;-104.8639221:20275;41.1161559;-104.8637016,way_type=user_defined:way_id=80W +edge,20275,20275;41.1161559;-104.8637016:20276;41.1160422;-104.8634082,way_type=user_defined:way_id=80W +edge,20276,20276;41.1160422;-104.8634082:20277;41.1158624;-104.8629624,way_type=user_defined:way_id=80W +edge,20277,20277;41.1158624;-104.8629624:20278;41.11574832;-104.8626832,way_type=user_defined:way_id=80W +edge,20278,20278;41.11574832;-104.8626832:20279;41.1156548;-104.8624544,way_type=user_defined:way_id=80W +edge,20279,20279;41.1156548;-104.8624544:20280;41.1151759;-104.8612913,way_type=user_defined:way_id=80W +edge,20280,20280;41.1151759;-104.8612913:20281;41.11479261;-104.8603516,way_type=user_defined:way_id=80W +edge,20281,20281;41.11479261;-104.8603516:20282;41.11477562;-104.8603099,way_type=user_defined:way_id=80W +edge,20282,20282;41.11477562;-104.8603099:20283;41.11477562;-104.8603099,way_type=user_defined:way_id=80W +edge,20283,20283;41.11477562;-104.8603099:20284;41.11471966;-104.8601732,way_type=user_defined:way_id=80W +edge,20284,20284;41.11471966;-104.8601732:20285;41.11471966;-104.8601732,way_type=user_defined:way_id=80W +edge,20285,20285;41.11471966;-104.8601732:20286;41.11469906;-104.8601229,way_type=user_defined:way_id=80W +edge,20286,20286;41.11469906;-104.8601229:20287;41.11469906;-104.8601229,way_type=user_defined:way_id=80W +edge,20287,20287;41.11469906;-104.8601229:20288;41.11463627;-104.8599694,way_type=user_defined:way_id=80W +edge,20288,20288;41.11463627;-104.8599694:20289;41.11449852;-104.8596325,way_type=user_defined:way_id=80W +edge,20289,20289;41.11449852;-104.8596325:20290;41.1144517;-104.859518,way_type=user_defined:way_id=80W +edge,20290,20290;41.1144517;-104.859518:20291;41.11438254;-104.8593503,way_type=user_defined:way_id=80W +edge,20291,20291;41.11438254;-104.8593503:20292;41.1141645;-104.8588216,way_type=user_defined:way_id=80W +edge,20292,20292;41.1141645;-104.8588216:20293;41.1140119;-104.8584417,way_type=user_defined:way_id=80W +edge,20293,20293;41.1140119;-104.8584417:20294;41.1139102;-104.858184,way_type=user_defined:way_id=80W +edge,20294,20294;41.1139102;-104.858184:20295;41.1138286;-104.8579692,way_type=user_defined:way_id=80W +edge,20295,20295;41.1138286;-104.8579692:20296;41.1137575;-104.8577703,way_type=user_defined:way_id=80W +edge,20296,20296;41.1137575;-104.8577703:20297;41.1136736;-104.8575154,way_type=user_defined:way_id=80W +edge,20297,20297;41.1136736;-104.8575154:20298;41.11360734;-104.8572924,way_type=user_defined:way_id=80W +edge,20298,20298;41.11360734;-104.8572924:20299;41.1135451;-104.8570615,way_type=user_defined:way_id=80W +edge,20299,20299;41.1135451;-104.8570615:20300;41.1134963;-104.8568611,way_type=user_defined:way_id=80W +edge,20300,20300;41.1134963;-104.8568611:20301;41.113445;-104.8566238,way_type=user_defined:way_id=80W +edge,20301,20301;41.113445;-104.8566238:20302;41.11342664;-104.8565264,way_type=user_defined:way_id=80W +edge,20302,20302;41.11342664;-104.8565264:20303;41.1134051;-104.856412,way_type=user_defined:way_id=80W +edge,20303,20303;41.1134051;-104.856412:20304;41.1133661;-104.8561708,way_type=user_defined:way_id=80W +edge,20304,20304;41.1133661;-104.8561708:20305;41.1133344;-104.8559287,way_type=user_defined:way_id=80W +edge,20305,20305;41.1133344;-104.8559287:20306;41.1133081;-104.8556664,way_type=user_defined:way_id=80W +edge,20306,20306;41.1133081;-104.8556664:20307;41.11330183;-104.8555886,way_type=user_defined:way_id=80W +edge,20307,20307;41.11330183;-104.8555886:20308;41.11327444;-104.8550779,way_type=user_defined:way_id=80W +edge,20308,20308;41.11327444;-104.8550779:20309;41.113274;-104.8546881,way_type=user_defined:way_id=80W +edge,20309,20309;41.113274;-104.8546881:20310;41.113296;-104.8542041,way_type=user_defined:way_id=80W +edge,20310,20310;41.113296;-104.8542041:20311;41.1133237;-104.8539652,way_type=user_defined:way_id=80W +edge,20311,20311;41.1133237;-104.8539652:20312;41.1133705;-104.8536078,way_type=user_defined:way_id=80W +edge,20312,20312;41.1133705;-104.8536078:20313;41.11343921;-104.8532093,way_type=user_defined:way_id=80W +edge,20313,20313;41.11343921;-104.8532093:20314;41.11353309;-104.8527466,way_type=user_defined:way_id=80W +edge,20314,20314;41.11353309;-104.8527466:20315;41.1139113;-104.8510541,way_type=user_defined:way_id=80W +edge,20315,20315;41.1139113;-104.8510541:20316;41.1139113;-104.8510541,way_type=user_defined:way_id=80W +edge,20316,20316;41.1139113;-104.8510541:20317;41.11391932;-104.8510185,way_type=user_defined:way_id=80W +edge,20317,20317;41.11391932;-104.8510185:20318;41.11391932;-104.8510185,way_type=user_defined:way_id=80W +edge,20318,20318;41.11391932;-104.8510185:20319;41.1139347;-104.8509455,way_type=user_defined:way_id=80W +edge,20319,20319;41.1139347;-104.8509455:20320;41.1139508;-104.8508786,way_type=user_defined:way_id=80W +edge,20320,20320;41.1139508;-104.8508786:20321;41.1139508;-104.8508786,way_type=user_defined:way_id=80W +edge,20321,20321;41.1139508;-104.8508786:20322;41.11398138;-104.8507389,way_type=user_defined:way_id=80W +edge,20322,20322;41.11398138;-104.8507389:20323;41.11398138;-104.8507389,way_type=user_defined:way_id=80W +edge,20323,20323;41.11398138;-104.8507389:20324;41.11399175;-104.8506929,way_type=user_defined:way_id=80W +edge,20324,20324;41.11399175;-104.8506929:20325;41.11399175;-104.8506929,way_type=user_defined:way_id=80W +edge,20325,20325;41.11399175;-104.8506929:20326;41.1153282;-104.8447211,way_type=user_defined:way_id=80W +edge,20326,20326;41.1153282;-104.8447211:20327;41.1153282;-104.8447211,way_type=user_defined:way_id=80W +edge,20327,20327;41.1153282;-104.8447211:20328;41.11556897;-104.8436197,way_type=user_defined:way_id=80W +edge,20328,20328;41.11556897;-104.8436197:20329;41.1158009;-104.8425673,way_type=user_defined:way_id=80W +edge,20329,20329;41.1158009;-104.8425673:20330;41.1158627;-104.842279,way_type=user_defined:way_id=80W +edge,20330,20330;41.1158627;-104.842279:20331;41.115911;-104.8420458,way_type=user_defined:way_id=80W +edge,20331,20331;41.115911;-104.8420458:20332;41.115966;-104.8417676,way_type=user_defined:way_id=80W +edge,20332,20332;41.115966;-104.8417676:20333;41.1160181;-104.8414879,way_type=user_defined:way_id=80W +edge,20333,20333;41.1160181;-104.8414879:20334;41.1160625;-104.841235,way_type=user_defined:way_id=80W +edge,20334,20334;41.1160625;-104.841235:20335;41.1161089;-104.8409521,way_type=user_defined:way_id=80W +edge,20335,20335;41.1161089;-104.8409521:20336;41.1161512;-104.8406773,way_type=user_defined:way_id=80W +edge,20336,20336;41.1161512;-104.8406773:20337;41.11616882;-104.8405555,way_type=user_defined:way_id=80W +edge,20337,20337;41.11616882;-104.8405555:20338;41.1161926;-104.8403912,way_type=user_defined:way_id=80W +edge,20338,20338;41.1161926;-104.8403912:20339;41.1162261;-104.8401446,way_type=user_defined:way_id=80W +edge,20339,20339;41.1162261;-104.8401446:20340;41.1162625;-104.839853,way_type=user_defined:way_id=80W +edge,20340,20340;41.1162625;-104.839853:20341;41.116294;-104.8395728,way_type=user_defined:way_id=80W +edge,20341,20341;41.116294;-104.8395728:20342;41.1163224;-104.839291,way_type=user_defined:way_id=80W +edge,20342,20342;41.1163224;-104.839291:20343;41.1163482;-104.8390043,way_type=user_defined:way_id=80W +edge,20343,20343;41.1163482;-104.8390043:20344;41.1163715;-104.8387107,way_type=user_defined:way_id=80W +edge,20344,20344;41.1163715;-104.8387107:20345;41.1163931;-104.8383954,way_type=user_defined:way_id=80W +edge,20345,20345;41.1163931;-104.8383954:20346;41.1164075;-104.8381457,way_type=user_defined:way_id=80W +edge,20346,20346;41.1164075;-104.8381457:20347;41.1164213;-104.8378563,way_type=user_defined:way_id=80W +edge,20347,20347;41.1164213;-104.8378563:20348;41.1164329;-104.8375578,way_type=user_defined:way_id=80W +edge,20348,20348;41.1164329;-104.8375578:20349;41.116441;-104.8372784,way_type=user_defined:way_id=80W +edge,20349,20349;41.116441;-104.8372784:20350;41.1164462;-104.8369895,way_type=user_defined:way_id=80W +edge,20350,20350;41.1164462;-104.8369895:20351;41.1164484;-104.8287897,way_type=user_defined:way_id=80W +edge,20351,20351;41.1164484;-104.8287897:20352;41.1164484;-104.8287897,way_type=user_defined:way_id=80W +edge,20352,20352;41.1164484;-104.8287897:20353;41.1164497;-104.8246838,way_type=user_defined:way_id=80W +edge,20353,20353;41.1164497;-104.8246838:20354;41.116455;-104.8244263,way_type=user_defined:way_id=80W +edge,20354,20354;41.116455;-104.8244263:20355;41.1164643;-104.8241116,way_type=user_defined:way_id=80W +edge,20355,20355;41.1164643;-104.8241116:20356;41.116475;-104.823854,way_type=user_defined:way_id=80W +edge,20356,20356;41.116475;-104.823854:20357;41.1164885;-104.8235963,way_type=user_defined:way_id=80W +edge,20357,20357;41.1164885;-104.8235963:20358;41.1165081;-104.8232817,way_type=user_defined:way_id=80W +edge,20358,20358;41.1165081;-104.8232817:20359;41.1165296;-104.8229872,way_type=user_defined:way_id=80W +edge,20359,20359;41.1165296;-104.8229872:20360;41.1165564;-104.8226741,way_type=user_defined:way_id=80W +edge,20360,20360;41.1165564;-104.8226741:20361;41.1165797;-104.8224278,way_type=user_defined:way_id=80W +edge,20361,20361;41.1165797;-104.8224278:20362;41.1166032;-104.8222008,way_type=user_defined:way_id=80W +edge,20362,20362;41.1166032;-104.8222008:20363;41.1166424;-104.8218515,way_type=user_defined:way_id=80W +edge,20363,20363;41.1166424;-104.8218515:20364;41.1166774;-104.8215691,way_type=user_defined:way_id=80W +edge,20364,20364;41.1166774;-104.8215691:20365;41.1167163;-104.8212782,way_type=user_defined:way_id=80W +edge,20365,20365;41.1167163;-104.8212782:20366;41.1167571;-104.8209886,way_type=user_defined:way_id=80W +edge,20366,20366;41.1167571;-104.8209886:20367;41.1179387;-104.8129227,way_type=user_defined:way_id=80W +edge,20367,20367;41.1179387;-104.8129227:20368;41.1179387;-104.8129227,way_type=user_defined:way_id=80W +edge,20368,20368;41.1179387;-104.8129227:20369;41.11843024;-104.809531,way_type=user_defined:way_id=80W +edge,20369,20369;41.11843024;-104.809531:20370;41.11843024;-104.809531,way_type=user_defined:way_id=80W +edge,20370,20370;41.11843024;-104.809531:20371;41.1189063;-104.8062881,way_type=user_defined:way_id=80W +edge,20371,20371;41.1189063;-104.8062881:20372;41.11907766;-104.8051022,way_type=user_defined:way_id=80W +edge,20372,20372;41.11907766;-104.8051022:20373;41.11907766;-104.8051022,way_type=user_defined:way_id=80W +edge,20373,20373;41.11907766;-104.8051022:20374;41.11909491;-104.8049823,way_type=user_defined:way_id=80W +edge,20374,20374;41.11909491;-104.8049823:20375;41.11909491;-104.8049823,way_type=user_defined:way_id=80W +edge,20375,20375;41.11909491;-104.8049823:20376;41.1191099;-104.8048788,way_type=user_defined:way_id=80W +edge,20376,20376;41.1191099;-104.8048788:20377;41.1191099;-104.8048788,way_type=user_defined:way_id=80W +edge,20377,20377;41.1191099;-104.8048788:20378;41.1197697;-104.8003505,way_type=user_defined:way_id=80W +edge,20378,20378;41.1197697;-104.8003505:20379;41.1197697;-104.8003505,way_type=user_defined:way_id=80W +edge,20379,20379;41.1197697;-104.8003505:20380;41.12076935;-104.7935251,way_type=user_defined:way_id=80W +edge,20380,20380;41.12076935;-104.7935251:20381;41.12076935;-104.7935251,way_type=user_defined:way_id=80W +edge,20381,20381;41.12076935;-104.7935251:20382;41.1234993;-104.7747978,way_type=user_defined:way_id=80W +edge,20382,20382;41.1234993;-104.7747978:20383;41.1234993;-104.7747978,way_type=user_defined:way_id=80W +edge,20383,20383;41.1234993;-104.7747978:20384;41.1236801;-104.7735026,way_type=user_defined:way_id=80W +edge,20384,20384;41.1236801;-104.7735026:20385;41.1237198;-104.7732108,way_type=user_defined:way_id=80W +edge,20385,20385;41.1237198;-104.7732108:20386;41.1237552;-104.7729371,way_type=user_defined:way_id=80W +edge,20386,20386;41.1237552;-104.7729371:20387;41.1238201;-104.7723991,way_type=user_defined:way_id=80W +edge,20387,20387;41.1238201;-104.7723991:20388;41.123857;-104.77208,way_type=user_defined:way_id=80W +edge,20388,20388;41.123857;-104.77208:20389;41.12388758;-104.7717958,way_type=user_defined:way_id=80W +edge,20389,20389;41.12388758;-104.7717958:20390;41.1239188;-104.7715056,way_type=user_defined:way_id=80W +edge,20390,20390;41.1239188;-104.7715056:20391;41.1239468;-104.7712236,way_type=user_defined:way_id=80W +edge,20391,20391;41.1239468;-104.7712236:20392;41.1239711;-104.7709607,way_type=user_defined:way_id=80W +edge,20392,20392;41.1239711;-104.7709607:20393;41.1239954;-104.7706787,way_type=user_defined:way_id=80W +edge,20393,20393;41.1239954;-104.7706787:20394;41.12400402;-104.7705682,way_type=user_defined:way_id=80W +edge,20394,20394;41.12400402;-104.7705682:20395;41.1240394;-104.7701144,way_type=user_defined:way_id=80W +edge,20395,20395;41.1240394;-104.7701144:20396;41.1240671;-104.7697184,way_type=user_defined:way_id=80W +edge,20396,20396;41.1240671;-104.7697184:20397;41.1240966;-104.7692653,way_type=user_defined:way_id=80W +edge,20397,20397;41.1240966;-104.7692653:20398;41.1241134;-104.7689816,way_type=user_defined:way_id=80W +edge,20398,20398;41.1241134;-104.7689816:20399;41.1241307;-104.7686505,way_type=user_defined:way_id=80W +edge,20399,20399;41.1241307;-104.7686505:20400;41.1241307;-104.7686505,way_type=user_defined:way_id=80W +edge,20400,20400;41.1241307;-104.7686505:20401;41.1241528;-104.7681485,way_type=user_defined:way_id=80W +edge,20401,20401;41.1241528;-104.7681485:20402;41.1241628;-104.7678545,way_type=user_defined:way_id=80W +edge,20402,20402;41.1241628;-104.7678545:20403;41.12417607;-104.7673408,way_type=user_defined:way_id=80W +edge,20403,20403;41.12417607;-104.7673408:20404;41.12417618;-104.7669219,way_type=user_defined:way_id=80W +edge,20404,20404;41.12417618;-104.7669219:20405;41.12417618;-104.7669219,way_type=user_defined:way_id=80W +edge,20405,20405;41.12417618;-104.7669219:20406;41.12430226;-104.7600985,way_type=user_defined:way_id=80W +edge,20406,20406;41.12430226;-104.7600985:20407;41.12430226;-104.7600985,way_type=user_defined:way_id=80W +edge,20407,20407;41.12430226;-104.7600985:20408;41.12450184;-104.7480373,way_type=user_defined:way_id=80W +edge,20408,20408;41.12450184;-104.7480373:20409;41.12450184;-104.7480373,way_type=user_defined:way_id=80W +edge,20409,20409;41.12450184;-104.7480373:20410;41.1245993;-104.742054,way_type=user_defined:way_id=80W +edge,20410,20410;41.1245993;-104.742054:20411;41.124612;-104.7414791,way_type=user_defined:way_id=80W +edge,20411,20411;41.124612;-104.7414791:20412;41.1246283;-104.7409418,way_type=user_defined:way_id=80W +edge,20412,20412;41.1246283;-104.7409418:20413;41.1246394;-104.7406451,way_type=user_defined:way_id=80W +edge,20413,20413;41.1246394;-104.7406451:20414;41.1246548;-104.7402805,way_type=user_defined:way_id=80W +edge,20414,20414;41.1246548;-104.7402805:20415;41.124672;-104.7399201,way_type=user_defined:way_id=80W +edge,20415,20415;41.124672;-104.7399201:20416;41.1246936;-104.7395384,way_type=user_defined:way_id=80W +edge,20416,20416;41.1246936;-104.7395384:20417;41.1247151;-104.7392032,way_type=user_defined:way_id=80W +edge,20417,20417;41.1247151;-104.7392032:20418;41.1247351;-104.738914,way_type=user_defined:way_id=80W +edge,20418,20418;41.1247351;-104.738914:20419;41.1247616;-104.7385583,way_type=user_defined:way_id=80W +edge,20419,20419;41.1247616;-104.7385583:20420;41.1248002;-104.7380861,way_type=user_defined:way_id=80W +edge,20420,20420;41.1248002;-104.7380861:20421;41.1248319;-104.7377327,way_type=user_defined:way_id=80W +edge,20421,20421;41.1248319;-104.7377327:20422;41.1248638;-104.7374092,way_type=user_defined:way_id=80W +edge,20422,20422;41.1248638;-104.7374092:20423;41.1249203;-104.7368822,way_type=user_defined:way_id=80W +edge,20423,20423;41.1249203;-104.7368822:20424;41.1249844;-104.7363119,way_type=user_defined:way_id=80W +edge,20424,20424;41.1249844;-104.7363119:20425;41.1250192;-104.7360171,way_type=user_defined:way_id=80W +edge,20425,20425;41.1250192;-104.7360171:20426;41.125054;-104.7357419,way_type=user_defined:way_id=80W +edge,20426,20426;41.125054;-104.7357419:20427;41.1250929;-104.7354579,way_type=user_defined:way_id=80W +edge,20427,20427;41.1250929;-104.7354579:20428;41.1251396;-104.7351319,way_type=user_defined:way_id=80W +edge,20428,20428;41.1251396;-104.7351319:20429;41.1252185;-104.7346007,way_type=user_defined:way_id=80W +edge,20429,20429;41.1252185;-104.7346007:20430;41.1252974;-104.7341007,way_type=user_defined:way_id=80W +edge,20430,20430;41.1252974;-104.7341007:20431;41.1253624;-104.73371,way_type=user_defined:way_id=80W +edge,20431,20431;41.1253624;-104.73371:20432;41.1254478;-104.7332231,way_type=user_defined:way_id=80W +edge,20432,20432;41.1254478;-104.7332231:20433;41.1255314;-104.7327713,way_type=user_defined:way_id=80W +edge,20433,20433;41.1255314;-104.7327713:20434;41.1256132;-104.732346,way_type=user_defined:way_id=80W +edge,20434,20434;41.1256132;-104.732346:20435;41.1256645;-104.7320878,way_type=user_defined:way_id=80W +edge,20435,20435;41.1256645;-104.7320878:20436;41.125718;-104.7318276,way_type=user_defined:way_id=80W +edge,20436,20436;41.125718;-104.7318276:20437;41.125798;-104.7314526,way_type=user_defined:way_id=80W +edge,20437,20437;41.125798;-104.7314526:20438;41.12589;-104.7310315,way_type=user_defined:way_id=80W +edge,20438,20438;41.12589;-104.7310315:20439;41.1259634;-104.7307042,way_type=user_defined:way_id=80W +edge,20439,20439;41.1259634;-104.7307042:20440;41.1260205;-104.7304567,way_type=user_defined:way_id=80W +edge,20440,20440;41.1260205;-104.7304567:20441;41.1260955;-104.7301419,way_type=user_defined:way_id=80W +edge,20441,20441;41.1260955;-104.7301419:20442;41.126187;-104.7297736,way_type=user_defined:way_id=80W +edge,20442,20442;41.126187;-104.7297736:20443;41.1262928;-104.7293633,way_type=user_defined:way_id=80W +edge,20443,20443;41.1262928;-104.7293633:20444;41.1265022;-104.7285823,way_type=user_defined:way_id=80W +edge,20444,20444;41.1265022;-104.7285823:20445;41.1265743;-104.7283212,way_type=user_defined:way_id=80W +edge,20445,20445;41.1265743;-104.7283212:20446;41.1266465;-104.7280698,way_type=user_defined:way_id=80W +edge,20446,20446;41.1266465;-104.7280698:20447;41.1268806;-104.7272751,way_type=user_defined:way_id=80W +edge,20447,20447;41.1268806;-104.7272751:20448;41.1269604;-104.7270123,way_type=user_defined:way_id=80W +edge,20448,20448;41.1269604;-104.7270123:20449;41.1270476;-104.7267326,way_type=user_defined:way_id=80W +edge,20449,20449;41.1270476;-104.7267326:20450;41.1271319;-104.7264712,way_type=user_defined:way_id=80W +edge,20450,20450;41.1271319;-104.7264712:20451;41.1272181;-104.7262104,way_type=user_defined:way_id=80W +edge,20451,20451;41.1272181;-104.7262104:20452;41.13208355;-104.7124533,way_type=user_defined:way_id=80W +edge,20452,20452;41.13208355;-104.7124533:20453;41.1324081;-104.7115412,way_type=user_defined:way_id=80W +edge,20453,20453;41.1324081;-104.7115412:20454;41.1324081;-104.7115412,way_type=user_defined:way_id=80W +edge,20454,20454;41.1324081;-104.7115412:20455;41.1329683;-104.7099659,way_type=user_defined:way_id=80W +edge,20455,20455;41.1329683;-104.7099659:20456;41.1331551;-104.7094499,way_type=user_defined:way_id=80W +edge,20456,20456;41.1331551;-104.7094499:20457;41.1332409;-104.7092187,way_type=user_defined:way_id=80W +edge,20457,20457;41.1332409;-104.7092187:20458;41.13327209;-104.7091365,way_type=user_defined:way_id=80W +edge,20458,20458;41.13327209;-104.7091365:20459;41.1333509;-104.7089287,way_type=user_defined:way_id=80W +edge,20459,20459;41.1333509;-104.7089287:20460;41.1334536;-104.7086663,way_type=user_defined:way_id=80W +edge,20460,20460;41.1334536;-104.7086663:20461;41.133542;-104.7084457,way_type=user_defined:way_id=80W +edge,20461,20461;41.133542;-104.7084457:20462;41.1336593;-104.7081604,way_type=user_defined:way_id=80W +edge,20462,20462;41.1336593;-104.7081604:20463;41.1337655;-104.7079105,way_type=user_defined:way_id=80W +edge,20463,20463;41.1337655;-104.7079105:20464;41.1338748;-104.7076608,way_type=user_defined:way_id=80W +edge,20464,20464;41.1338748;-104.7076608:20465;41.1340445;-104.7072861,way_type=user_defined:way_id=80W +edge,20465,20465;41.1340445;-104.7072861:20466;41.134203;-104.7069453,way_type=user_defined:way_id=80W +edge,20466,20466;41.134203;-104.7069453:20467;41.1343316;-104.7066771,way_type=user_defined:way_id=80W +edge,20467,20467;41.1343316;-104.7066771:20468;41.1344432;-104.7064516,way_type=user_defined:way_id=80W +edge,20468,20468;41.1344432;-104.7064516:20469;41.13538465;-104.7046242,way_type=user_defined:way_id=80W +edge,20469,20469;41.13538465;-104.7046242:20470;41.13538465;-104.7046242,way_type=user_defined:way_id=80W +edge,20470,20470;41.13538465;-104.7046242:20471;41.1385961;-104.698393,way_type=user_defined:way_id=80W +edge,20471,20471;41.1385961;-104.698393:20472;41.1385961;-104.698393,way_type=user_defined:way_id=80W +edge,20472,20472;41.1385961;-104.698393:20473;41.1429769;-104.6898791,way_type=user_defined:way_id=80W +edge,20473,20473;41.1429769;-104.6898791:20474;41.1493273;-104.6775579,way_type=user_defined:way_id=80W +edge,20474,20474;41.1493273;-104.6775579:20475;41.1502174;-104.6758305,way_type=user_defined:way_id=80W +edge,20475,20475;41.1502174;-104.6758305:20476;41.1507983;-104.674689,way_type=user_defined:way_id=80W +edge,20476,20476;41.1507983;-104.674689:20477;41.1510532;-104.6741792,way_type=user_defined:way_id=80W +edge,20477,20477;41.1510532;-104.6741792:20478;41.1514246;-104.6734174,way_type=user_defined:way_id=80W +edge,20478,20478;41.1514246;-104.6734174:20479;41.1515249;-104.6732079,way_type=user_defined:way_id=80W +edge,20479,20479;41.1515249;-104.6732079:20480;41.1517306;-104.6727718,way_type=user_defined:way_id=80W +edge,20480,20480;41.1517306;-104.6727718:20481;41.1518555;-104.6725043,way_type=user_defined:way_id=80W +edge,20481,20481;41.1518555;-104.6725043:20482;41.1520115;-104.6721637,way_type=user_defined:way_id=80W +edge,20482,20482;41.1520115;-104.6721637:20483;41.1521918;-104.6717643,way_type=user_defined:way_id=80W +edge,20483,20483;41.1521918;-104.6717643:20484;41.1524028;-104.6712905,way_type=user_defined:way_id=80W +edge,20484,20484;41.1524028;-104.6712905:20485;41.1525241;-104.6710119,way_type=user_defined:way_id=80W +edge,20485,20485;41.1525241;-104.6710119:20486;41.1526471;-104.6707246,way_type=user_defined:way_id=80W +edge,20486,20486;41.1526471;-104.6707246:20487;41.152938;-104.670033,way_type=user_defined:way_id=80W +edge,20487,20487;41.152938;-104.670033:20488;41.1532863;-104.6691769,way_type=user_defined:way_id=80W +edge,20488,20488;41.1532863;-104.6691769:20489;41.1534266;-104.6688261,way_type=user_defined:way_id=80W +edge,20489,20489;41.1534266;-104.6688261:20490;41.1535389;-104.668541,way_type=user_defined:way_id=80W +edge,20490,20490;41.1535389;-104.668541:20491;41.1536401;-104.6682801,way_type=user_defined:way_id=80W +edge,20491,20491;41.1536401;-104.6682801:20492;41.1537867;-104.6678962,way_type=user_defined:way_id=80W +edge,20492,20492;41.1537867;-104.6678962:20493;41.1540144;-104.6672896,way_type=user_defined:way_id=80W +edge,20493,20493;41.1540144;-104.6672896:20494;41.1542207;-104.6667238,way_type=user_defined:way_id=80W +edge,20494,20494;41.1542207;-104.6667238:20495;41.154301;-104.6664992,way_type=user_defined:way_id=80W +edge,20495,20495;41.154301;-104.6664992:20496;41.1544009;-104.6662124,way_type=user_defined:way_id=80W +edge,20496,20496;41.1544009;-104.6662124:20497;41.1546585;-104.665452,way_type=user_defined:way_id=80W +edge,20497,20497;41.1546585;-104.665452:20498;41.1549247;-104.6646501,way_type=user_defined:way_id=80W +edge,20498,20498;41.1549247;-104.6646501:20499;41.1550109;-104.6643849,way_type=user_defined:way_id=80W +edge,20499,20499;41.1550109;-104.6643849:20500;41.155101;-104.6641027,way_type=user_defined:way_id=80W +edge,20500,20500;41.155101;-104.6641027:20501;41.1553262;-104.6633865,way_type=user_defined:way_id=80W +edge,20501,20501;41.1553262;-104.6633865:20502;41.1555066;-104.6627982,way_type=user_defined:way_id=80W +edge,20502,20502;41.1555066;-104.6627982:20503;41.155591;-104.6625164,way_type=user_defined:way_id=80W +edge,20503,20503;41.155591;-104.6625164:20504;41.15567;-104.6622467,way_type=user_defined:way_id=80W +edge,20504,20504;41.15567;-104.6622467:20505;41.15568568;-104.662191,way_type=user_defined:way_id=80W +edge,20505,20505;41.15568568;-104.662191:20506;41.1558025;-104.661776,way_type=user_defined:way_id=80W +edge,20506,20506;41.1558025;-104.661776:20507;41.1558025;-104.661776,way_type=user_defined:way_id=80W +edge,20507,20507;41.1558025;-104.661776:20508;41.1560047;-104.6610316,way_type=user_defined:way_id=80W +edge,20508,20508;41.1560047;-104.6610316:20509;41.1561844;-104.6603539,way_type=user_defined:way_id=80W +edge,20509,20509;41.1561844;-104.6603539:20510;41.15620946;-104.6602566,way_type=user_defined:way_id=80W +edge,20510,20510;41.15620946;-104.6602566:20511;41.1563878;-104.6595644,way_type=user_defined:way_id=80W +edge,20511,20511;41.1563878;-104.6595644:20512;41.1564817;-104.6591889,way_type=user_defined:way_id=80W +edge,20512,20512;41.1564817;-104.6591889:20513;41.1565915;-104.65874,way_type=user_defined:way_id=80W +edge,20513,20513;41.1565915;-104.65874:20514;41.1567189;-104.6581987,way_type=user_defined:way_id=80W +edge,20514,20514;41.1567189;-104.6581987:20515;41.156782;-104.6579178,way_type=user_defined:way_id=80W +edge,20515,20515;41.156782;-104.6579178:20516;41.1568896;-104.6574271,way_type=user_defined:way_id=80W +edge,20516,20516;41.1568896;-104.6574271:20517;41.1571308;-104.6563133,way_type=user_defined:way_id=80W +edge,20517,20517;41.1571308;-104.6563133:20518;41.15724072;-104.6557665,way_type=user_defined:way_id=80W +edge,20518,20518;41.15724072;-104.6557665:20519;41.15724072;-104.6557665,way_type=user_defined:way_id=80W +edge,20519,20519;41.15724072;-104.6557665:20520;41.1573072;-104.6554273,way_type=user_defined:way_id=80W +edge,20520,20520;41.1573072;-104.6554273:20521;41.157401;-104.6549354,way_type=user_defined:way_id=80W +edge,20521,20521;41.157401;-104.6549354:20522;41.1574521;-104.6546572,way_type=user_defined:way_id=80W +edge,20522,20522;41.1574521;-104.6546572:20523;41.1575402;-104.6541622,way_type=user_defined:way_id=80W +edge,20523,20523;41.1575402;-104.6541622:20524;41.1576959;-104.653249,way_type=user_defined:way_id=80W +edge,20524,20524;41.1576959;-104.653249:20525;41.1577776;-104.652751,way_type=user_defined:way_id=80W +edge,20525,20525;41.1577776;-104.652751:20526;41.1578325;-104.6524023,way_type=user_defined:way_id=80W +edge,20526,20526;41.1578325;-104.6524023:20527;41.1579011;-104.6519453,way_type=user_defined:way_id=80W +edge,20527,20527;41.1579011;-104.6519453:20528;41.1579636;-104.6515159,way_type=user_defined:way_id=80W +edge,20528,20528;41.1579636;-104.6515159:20529;41.1580339;-104.6510145,way_type=user_defined:way_id=80W +edge,20529,20529;41.1580339;-104.6510145:20530;41.1581141;-104.6504194,way_type=user_defined:way_id=80W +edge,20530,20530;41.1581141;-104.6504194:20531;41.15816385;-104.6500391,way_type=user_defined:way_id=80W +edge,20531,20531;41.15816385;-104.6500391:20532;41.1581847;-104.6498797,way_type=user_defined:way_id=80W +edge,20532,20532;41.1581847;-104.6498797:20533;41.15822;-104.6495937,way_type=user_defined:way_id=80W +edge,20533,20533;41.15822;-104.6495937:20534;41.1583004;-104.6488818,way_type=user_defined:way_id=80W +edge,20534,20534;41.1583004;-104.6488818:20535;41.1583004;-104.6488818,way_type=user_defined:way_id=80W +edge,20535,20535;41.1583004;-104.6488818:20536;41.15830805;-104.6488102,way_type=user_defined:way_id=80W +edge,20536,20536;41.15830805;-104.6488102:20537;41.1583501;-104.6484169,way_type=user_defined:way_id=80W +edge,20537,20537;41.1583501;-104.6484169:20538;41.1583745;-104.6481739,way_type=user_defined:way_id=80W +edge,20538,20538;41.1583745;-104.6481739:20539;41.1584606;-104.6472708,way_type=user_defined:way_id=80W +edge,20539,20539;41.1584606;-104.6472708:20540;41.1584862;-104.6469845,way_type=user_defined:way_id=80W +edge,20540,20540;41.1584862;-104.6469845:20541;41.1585164;-104.6466256,way_type=user_defined:way_id=80W +edge,20541,20541;41.1585164;-104.6466256:20542;41.1585525;-104.6461704,way_type=user_defined:way_id=80W +edge,20542,20542;41.1585525;-104.6461704:20543;41.1585694;-104.6459408,way_type=user_defined:way_id=80W +edge,20543,20543;41.1585694;-104.6459408:20544;41.1585936;-104.6455832,way_type=user_defined:way_id=80W +edge,20544,20544;41.1585936;-104.6455832:20545;41.1586477;-104.644735,way_type=user_defined:way_id=80W +edge,20545,20545;41.1586477;-104.644735:20546;41.1586692;-104.6443652,way_type=user_defined:way_id=80W +edge,20546,20546;41.1586692;-104.6443652:20547;41.1587076;-104.6436097,way_type=user_defined:way_id=80W +edge,20547,20547;41.1587076;-104.6436097:20548;41.1587444;-104.6427512,way_type=user_defined:way_id=80W +edge,20548,20548;41.1587444;-104.6427512:20549;41.1587444;-104.6427512,way_type=user_defined:way_id=80W +edge,20549,20549;41.1587444;-104.6427512:20550;41.1587562;-104.6424211,way_type=user_defined:way_id=80W +edge,20550,20550;41.1587562;-104.6424211:20551;41.1587688;-104.6420093,way_type=user_defined:way_id=80W +edge,20551,20551;41.1587688;-104.6420093:20552;41.1587855;-104.6413089,way_type=user_defined:way_id=80W +edge,20552,20552;41.1587855;-104.6413089:20553;41.1587907;-104.6410266,way_type=user_defined:way_id=80W +edge,20553,20553;41.1587907;-104.6410266:20554;41.1587951;-104.640681,way_type=user_defined:way_id=80W +edge,20554,20554;41.1587951;-104.640681:20555;41.1587972;-104.640314,way_type=user_defined:way_id=80W +edge,20555,20555;41.1587972;-104.640314:20556;41.158797;-104.6399278,way_type=user_defined:way_id=80W +edge,20556,20556;41.158797;-104.6399278:20557;41.15879;-104.6385342,way_type=user_defined:way_id=80W +edge,20557,20557;41.15879;-104.6385342:20558;41.1587783;-104.6371663,way_type=user_defined:way_id=80W +edge,20558,20558;41.1587783;-104.6371663:20559;41.1587727;-104.6362527,way_type=user_defined:way_id=80W +edge,20559,20559;41.1587727;-104.6362527:20560;41.158763;-104.6353585,way_type=user_defined:way_id=80W +edge,20560,20560;41.158763;-104.6353585:20561;41.1586961;-104.6266436,way_type=user_defined:way_id=80W +edge,20561,20561;41.1586961;-104.6266436:20562;41.1586961;-104.6266436,way_type=user_defined:way_id=80W +edge,20562,20562;41.1586961;-104.6266436:20563;41.1585853;-104.6073899,way_type=user_defined:way_id=80W +edge,20563,20563;41.1585853;-104.6073899:20564;41.1585273;-104.5936461,way_type=user_defined:way_id=80W +edge,20564,20564;41.1585273;-104.5936461:20565;41.1584538;-104.572612,way_type=user_defined:way_id=80W +edge,20565,20565;41.1584538;-104.572612:20566;41.15845675;-104.5604235,way_type=user_defined:way_id=80W +edge,20566,20566;41.15845675;-104.5604235:20567;41.15845675;-104.5604235,way_type=user_defined:way_id=80W +edge,20567,20567;41.15845675;-104.5604235:20568;41.1584532;-104.5375204,way_type=user_defined:way_id=80W +edge,20568,20568;41.1584532;-104.5375204:20569;41.1584528;-104.5286103,way_type=user_defined:way_id=80W +edge,20569,20569;41.1584528;-104.5286103:20570;41.1584528;-104.5286103,way_type=user_defined:way_id=80W +edge,20570,20570;41.1584528;-104.5286103:20571;41.15834762;-104.5225615,way_type=user_defined:way_id=80W +edge,20571,20571;41.15834762;-104.5225615:20572;41.15834762;-104.5225615,way_type=user_defined:way_id=80W +edge,20572,20572;41.15834762;-104.5225615:20573;41.1582477;-104.5168442,way_type=user_defined:way_id=80W +edge,20573,20573;41.1582477;-104.5168442:20574;41.1582477;-104.5168442,way_type=user_defined:way_id=80W +edge,20574,20574;41.1582477;-104.5168442:20575;41.1578749;-104.4990405,way_type=user_defined:way_id=80W +edge,20575,20575;41.1578749;-104.4990405:20576;41.1578571;-104.4981089,way_type=user_defined:way_id=80W +edge,20576,20576;41.1578571;-104.4981089:20577;41.1578282;-104.4968412,way_type=user_defined:way_id=80W +edge,20577,20577;41.1578282;-104.4968412:20578;41.157794;-104.4951558,way_type=user_defined:way_id=80W +edge,20578,20578;41.157794;-104.4951558:20579;41.1577795;-104.4943775,way_type=user_defined:way_id=80W +edge,20579,20579;41.1577795;-104.4943775:20580;41.1577644;-104.4937111,way_type=user_defined:way_id=80W +edge,20580,20580;41.1577644;-104.4937111:20581;41.1577407;-104.4925585,way_type=user_defined:way_id=80W +edge,20581,20581;41.1577407;-104.4925585:20582;41.1577308;-104.4920046,way_type=user_defined:way_id=80W +edge,20582,20582;41.1577308;-104.4920046:20583;41.1577115;-104.4911428,way_type=user_defined:way_id=80W +edge,20583,20583;41.1577115;-104.4911428:20584;41.1576947;-104.49028,way_type=user_defined:way_id=80W +edge,20584,20584;41.1576947;-104.49028:20585;41.1576445;-104.4879706,way_type=user_defined:way_id=80W +edge,20585,20585;41.1576445;-104.4879706:20586;41.1576269;-104.4870993,way_type=user_defined:way_id=80W +edge,20586,20586;41.1576269;-104.4870993:20587;41.1576052;-104.4862369,way_type=user_defined:way_id=80W +edge,20587,20587;41.1576052;-104.4862369:20588;41.1575803;-104.4848307,way_type=user_defined:way_id=80W +edge,20588,20588;41.1575803;-104.4848307:20589;41.1571608;-104.4648962,way_type=user_defined:way_id=80W +edge,20589,20589;41.1571608;-104.4648962:20590;41.1570762;-104.4607638,way_type=user_defined:way_id=80W +edge,20590,20590;41.1570762;-104.4607638:20591;41.1568632;-104.4508547,way_type=user_defined:way_id=80W +edge,20591,20591;41.1568632;-104.4508547:20592;41.1568383;-104.4496229,way_type=user_defined:way_id=80W +edge,20592,20592;41.1568383;-104.4496229:20593;41.1568141;-104.4485785,way_type=user_defined:way_id=80W +edge,20593,20593;41.1568141;-104.4485785:20594;41.1567814;-104.4470621,way_type=user_defined:way_id=80W +edge,20594,20594;41.1567814;-104.4470621:20595;41.1567704;-104.4464898,way_type=user_defined:way_id=80W +edge,20595,20595;41.1567704;-104.4464898:20596;41.1567636;-104.4460529,way_type=user_defined:way_id=80W +edge,20596,20596;41.1567636;-104.4460529:20597;41.156759;-104.4456541,way_type=user_defined:way_id=80W +edge,20597,20597;41.156759;-104.4456541:20598;41.1567561;-104.4451875,way_type=user_defined:way_id=80W +edge,20598,20598;41.1567561;-104.4451875:20599;41.1567557;-104.444827,way_type=user_defined:way_id=80W +edge,20599,20599;41.1567557;-104.444827:20600;41.156757;-104.4444956,way_type=user_defined:way_id=80W +edge,20600,20600;41.156757;-104.4444956:20601;41.1567614;-104.4440225,way_type=user_defined:way_id=80W +edge,20601,20601;41.1567614;-104.4440225:20602;41.156767;-104.443663,way_type=user_defined:way_id=80W +edge,20602,20602;41.156767;-104.443663:20603;41.1567859;-104.4428114,way_type=user_defined:way_id=80W +edge,20603,20603;41.1567859;-104.4428114:20604;41.1567991;-104.4423003,way_type=user_defined:way_id=80W +edge,20604,20604;41.1567991;-104.4423003:20605;41.1568113;-104.4419032,way_type=user_defined:way_id=80W +edge,20605,20605;41.1568113;-104.4419032:20606;41.1568309;-104.441403,way_type=user_defined:way_id=80W +edge,20606,20606;41.1568309;-104.441403:20607;41.1568943;-104.439986,way_type=user_defined:way_id=80W +edge,20607,20607;41.1568943;-104.439986:20608;41.1569663;-104.4385589,way_type=user_defined:way_id=80W +edge,20608,20608;41.1569663;-104.4385589:20609;41.1577702;-104.4214173,way_type=user_defined:way_id=80W +edge,20609,20609;41.1577702;-104.4214173:20610;41.1578635;-104.4193936,way_type=user_defined:way_id=80W +edge,20610,20610;41.1578635;-104.4193936:20611;41.1578978;-104.4185373,way_type=user_defined:way_id=80W +edge,20611,20611;41.1578978;-104.4185373:20612;41.157922;-104.4178533,way_type=user_defined:way_id=80W +edge,20612,20612;41.157922;-104.4178533:20613;41.1579357;-104.4173792,way_type=user_defined:way_id=80W +edge,20613,20613;41.1579357;-104.4173792:20614;41.1579532;-104.4165441,way_type=user_defined:way_id=80W +edge,20614,20614;41.1579532;-104.4165441:20615;41.1579609;-104.4159749,way_type=user_defined:way_id=80W +edge,20615,20615;41.1579609;-104.4159749:20616;41.1579636;-104.4153954,way_type=user_defined:way_id=80W +edge,20616,20616;41.1579636;-104.4153954:20617;41.15793615;-104.4075845,way_type=user_defined:way_id=80W +edge,20617,20617;41.15793615;-104.4075845:20618;41.15793615;-104.4075845,way_type=user_defined:way_id=80W +edge,20618,20618;41.15793615;-104.4075845:20619;41.1578876;-104.3943971,way_type=user_defined:way_id=80W +edge,20619,20619;41.1578876;-104.3943971:20620;41.1578758;-104.3913312,way_type=user_defined:way_id=80W +edge,20620,20620;41.1578758;-104.3913312:20621;41.1578485;-104.3833637,way_type=user_defined:way_id=80W +edge,20621,20621;41.1578485;-104.3833637:20622;41.1578075;-104.3719903,way_type=user_defined:way_id=80W +edge,20622,20622;41.1578075;-104.3719903:20623;41.1577978;-104.3699757,way_type=user_defined:way_id=80W +edge,20623,20623;41.1577978;-104.3699757:20624;41.1577714;-104.3633405,way_type=user_defined:way_id=80W +edge,20624,20624;41.1577714;-104.3633405:20625;41.1577684;-104.3618619,way_type=user_defined:way_id=80W +edge,20625,20625;41.1577684;-104.3618619:20626;41.1577642;-104.3610701,way_type=user_defined:way_id=80W +edge,20626,20626;41.1577642;-104.3610701:20627;41.1577564;-104.3584819,way_type=user_defined:way_id=80W +edge,20627,20627;41.1577564;-104.3584819:20628;41.1577602;-104.3573268,way_type=user_defined:way_id=80W +edge,20628,20628;41.1577602;-104.3573268:20629;41.1577718;-104.3555267,way_type=user_defined:way_id=80W +edge,20629,20629;41.1577718;-104.3555267:20630;41.1577718;-104.3555267,way_type=user_defined:way_id=80W +edge,20630,20630;41.1577718;-104.3555267:20631;41.15779176;-104.3521024,way_type=user_defined:way_id=80W +edge,20631,20631;41.15779176;-104.3521024:20632;41.15780707;-104.3494648,way_type=user_defined:way_id=80W +edge,20632,20632;41.15780707;-104.3494648:20633;41.15780707;-104.3494648,way_type=user_defined:way_id=80W +edge,20633,20633;41.15780707;-104.3494648:20634;41.15781897;-104.3471943,way_type=user_defined:way_id=80W +edge,20634,20634;41.15781897;-104.3471943:20635;41.1578211;-104.3467879,way_type=user_defined:way_id=80W +edge,20635,20635;41.1578211;-104.3467879:20636;41.1578243;-104.3464633,way_type=user_defined:way_id=80W +edge,20636,20636;41.1578243;-104.3464633:20637;41.1578301;-104.3461661,way_type=user_defined:way_id=80W +edge,20637,20637;41.1578301;-104.3461661:20638;41.157845;-104.3455989,way_type=user_defined:way_id=80W +edge,20638,20638;41.157845;-104.3455989:20639;41.15785872;-104.3451929,way_type=user_defined:way_id=80W +edge,20639,20639;41.15785872;-104.3451929:20640;41.1578645;-104.345022,way_type=user_defined:way_id=80W +edge,20640,20640;41.1578645;-104.345022:20641;41.1578765;-104.344734,way_type=user_defined:way_id=80W +edge,20641,20641;41.1578765;-104.344734:20642;41.1578922;-104.3444079,way_type=user_defined:way_id=80W +edge,20642,20642;41.1578922;-104.3444079:20643;41.1579187;-104.3438984,way_type=user_defined:way_id=80W +edge,20643,20643;41.1579187;-104.3438984:20644;41.1579308;-104.3436882,way_type=user_defined:way_id=80W +edge,20644,20644;41.1579308;-104.3436882:20645;41.1579308;-104.3436882,way_type=user_defined:way_id=80W +edge,20645,20645;41.1579308;-104.3436882:20646;41.15794556;-104.3434586,way_type=user_defined:way_id=80W +edge,20646,20646;41.15794556;-104.3434586:20647;41.1579561;-104.3432947,way_type=user_defined:way_id=80W +edge,20647,20647;41.1579561;-104.3432947:20648;41.1579789;-104.3429977,way_type=user_defined:way_id=80W +edge,20648,20648;41.1579789;-104.3429977:20649;41.158024;-104.3424694,way_type=user_defined:way_id=80W +edge,20649,20649;41.158024;-104.3424694:20650;41.1580546;-104.3421359,way_type=user_defined:way_id=80W +edge,20650,20650;41.1580546;-104.3421359:20651;41.1580823;-104.3418581,way_type=user_defined:way_id=80W +edge,20651,20651;41.1580823;-104.3418581:20652;41.1582328;-104.3404186,way_type=user_defined:way_id=80W +edge,20652,20652;41.1582328;-104.3404186:20653;41.1583173;-104.3396356,way_type=user_defined:way_id=80W +edge,20653,20653;41.1583173;-104.3396356:20654;41.1585042;-104.3378523,way_type=user_defined:way_id=80W +edge,20654,20654;41.1585042;-104.3378523:20655;41.158564;-104.337268,way_type=user_defined:way_id=80W +edge,20655,20655;41.158564;-104.337268:20656;41.1586241;-104.3367044,way_type=user_defined:way_id=80W +edge,20656,20656;41.1586241;-104.3367044:20657;41.1586803;-104.3361413,way_type=user_defined:way_id=80W +edge,20657,20657;41.1586803;-104.3361413:20658;41.1587045;-104.3358781,way_type=user_defined:way_id=80W +edge,20658,20658;41.1587045;-104.3358781:20659;41.1587286;-104.3355957,way_type=user_defined:way_id=80W +edge,20659,20659;41.1587286;-104.3355957:20660;41.1587539;-104.3352748,way_type=user_defined:way_id=80W +edge,20660,20660;41.1587539;-104.3352748:20661;41.1587954;-104.3346972,way_type=user_defined:way_id=80W +edge,20661,20661;41.1587954;-104.3346972:20662;41.15883;-104.334156,way_type=user_defined:way_id=80W +edge,20662,20662;41.15883;-104.334156:20663;41.1588475;-104.3338336,way_type=user_defined:way_id=80W +edge,20663,20663;41.1588475;-104.3338336:20664;41.1588734;-104.3332894,way_type=user_defined:way_id=80W +edge,20664,20664;41.1588734;-104.3332894:20665;41.1588948;-104.3327547,way_type=user_defined:way_id=80W +edge,20665,20665;41.1588948;-104.3327547:20666;41.1589115;-104.3321742,way_type=user_defined:way_id=80W +edge,20666,20666;41.1589115;-104.3321742:20667;41.1589173;-104.3318599,way_type=user_defined:way_id=80W +edge,20667,20667;41.1589173;-104.3318599:20668;41.1589201;-104.3315752,way_type=user_defined:way_id=80W +edge,20668,20668;41.1589201;-104.3315752:20669;41.158921;-104.3313072,way_type=user_defined:way_id=80W +edge,20669,20669;41.158921;-104.3313072:20670;41.1588935;-104.3070436,way_type=user_defined:way_id=80W +edge,20670,20670;41.1588935;-104.3070436:20671;41.1588797;-104.2964238,way_type=user_defined:way_id=80W +edge,20671,20671;41.1588797;-104.2964238:20672;41.1588584;-104.2841558,way_type=user_defined:way_id=80W +edge,20672,20672;41.1588584;-104.2841558:20673;41.1588285;-104.264051,way_type=user_defined:way_id=80W +edge,20673,20673;41.1588285;-104.264051:20674;41.1588181;-104.2605208,way_type=user_defined:way_id=80W +edge,20674,20674;41.1588181;-104.2605208:20675;41.1588181;-104.2605208,way_type=user_defined:way_id=80W +edge,20675,20675;41.1588181;-104.2605208:20676;41.158807;-104.2538366,way_type=user_defined:way_id=80W +edge,20676,20676;41.158807;-104.2538366:20677;41.158807;-104.2538366,way_type=user_defined:way_id=80W +edge,20677,20677;41.158807;-104.2538366:20678;41.1587964;-104.248303,way_type=user_defined:way_id=80W +edge,20678,20678;41.1587964;-104.248303:20679;41.1587964;-104.248303,way_type=user_defined:way_id=80W +edge,20679,20679;41.1587964;-104.248303:20680;41.1587892;-104.2424574,way_type=user_defined:way_id=80W +edge,20680,20680;41.1587892;-104.2424574:20681;41.1587829;-104.2401049,way_type=user_defined:way_id=80W +edge,20681,20681;41.1587829;-104.2401049:20682;41.1587836;-104.2384187,way_type=user_defined:way_id=80W +edge,20682,20682;41.1587836;-104.2384187:20683;41.1587817;-104.2374854,way_type=user_defined:way_id=80W +edge,20683,20683;41.1587817;-104.2374854:20684;41.1587745;-104.2357207,way_type=user_defined:way_id=80W +edge,20684,20684;41.1587745;-104.2357207:20685;41.1587733;-104.2340148,way_type=user_defined:way_id=80W +edge,20685,20685;41.1587733;-104.2340148:20686;41.1587698;-104.2336215,way_type=user_defined:way_id=80W +edge,20686,20686;41.1587698;-104.2336215:20687;41.158762;-104.2331412,way_type=user_defined:way_id=80W +edge,20687,20687;41.158762;-104.2331412:20688;41.1587557;-104.2328678,way_type=user_defined:way_id=80W +edge,20688,20688;41.1587557;-104.2328678:20689;41.1587398;-104.232359,way_type=user_defined:way_id=80W +edge,20689,20689;41.1587398;-104.232359:20690;41.1587267;-104.2320272,way_type=user_defined:way_id=80W +edge,20690,20690;41.1587267;-104.2320272:20691;41.1587129;-104.2317417,way_type=user_defined:way_id=80W +edge,20691,20691;41.1587129;-104.2317417:20692;41.1586815;-104.2311708,way_type=user_defined:way_id=80W +edge,20692,20692;41.1586815;-104.2311708:20693;41.1586637;-104.2308857,way_type=user_defined:way_id=80W +edge,20693,20693;41.1586637;-104.2308857:20694;41.1586236;-104.2303157,way_type=user_defined:way_id=80W +edge,20694,20694;41.1586236;-104.2303157:20695;41.1585778;-104.2297369,way_type=user_defined:way_id=80W +edge,20695,20695;41.1585778;-104.2297369:20696;41.1585495;-104.229414,way_type=user_defined:way_id=80W +edge,20696,20696;41.1585495;-104.229414:20697;41.158502;-104.2289111,way_type=user_defined:way_id=80W +edge,20697,20697;41.158502;-104.2289111:20698;41.1584422;-104.2283328,way_type=user_defined:way_id=80W +edge,20698,20698;41.1584422;-104.2283328:20699;41.158411;-104.2280486,way_type=user_defined:way_id=80W +edge,20699,20699;41.158411;-104.2280486:20700;41.1583752;-104.2277362,way_type=user_defined:way_id=80W +edge,20700,20700;41.1583752;-104.2277362:20701;41.1583443;-104.227481,way_type=user_defined:way_id=80W +edge,20701,20701;41.1583443;-104.227481:20702;41.1582696;-104.2269055,way_type=user_defined:way_id=80W +edge,20702,20702;41.1582696;-104.2269055:20703;41.1581903;-104.2263508,way_type=user_defined:way_id=80W +edge,20703,20703;41.1581903;-104.2263508:20704;41.158146;-104.2260601,way_type=user_defined:way_id=80W +edge,20704,20704;41.158146;-104.2260601:20705;41.158067;-104.2255732,way_type=user_defined:way_id=80W +edge,20705,20705;41.158067;-104.2255732:20706;41.1580075;-104.2252175,way_type=user_defined:way_id=80W +edge,20706,20706;41.1580075;-104.2252175:20707;41.1579152;-104.2246931,way_type=user_defined:way_id=80W +edge,20707,20707;41.1579152;-104.2246931:20708;41.1578557;-104.2243681,way_type=user_defined:way_id=80W +edge,20708,20708;41.1578557;-104.2243681:20709;41.1577895;-104.2240177,way_type=user_defined:way_id=80W +edge,20709,20709;41.1577895;-104.2240177:20710;41.157702;-104.2235705,way_type=user_defined:way_id=80W +edge,20710,20710;41.157702;-104.2235705:20711;41.1576331;-104.2232291,way_type=user_defined:way_id=80W +edge,20711,20711;41.1576331;-104.2232291:20712;41.1575794;-104.2229717,way_type=user_defined:way_id=80W +edge,20712,20712;41.1575794;-104.2229717:20713;41.1575199;-104.222697,way_type=user_defined:way_id=80W +edge,20713,20713;41.1575199;-104.222697:20714;41.15741;-104.2222129,way_type=user_defined:way_id=80W +edge,20714,20714;41.15741;-104.2222129:20715;41.1573372;-104.2219062,way_type=user_defined:way_id=80W +edge,20715,20715;41.1573372;-104.2219062:20716;41.157134;-104.2210858,way_type=user_defined:way_id=80W +edge,20716,20716;41.157134;-104.2210858:20717;41.1567523;-104.2195778,way_type=user_defined:way_id=80W +edge,20717,20717;41.1567523;-104.2195778:20718;41.1565079;-104.2186278,way_type=user_defined:way_id=80W +edge,20718,20718;41.1565079;-104.2186278:20719;41.1562473;-104.2176063,way_type=user_defined:way_id=80W +edge,20719,20719;41.1562473;-104.2176063:20720;41.1559634;-104.2165068,way_type=user_defined:way_id=80W +edge,20720,20720;41.1559634;-104.2165068:20721;41.1556213;-104.2151731,way_type=user_defined:way_id=80W +edge,20721,20721;41.1556213;-104.2151731:20722;41.1554137;-104.2143542,way_type=user_defined:way_id=80W +edge,20722,20722;41.1554137;-104.2143542:20723;41.1551;-104.2131299,way_type=user_defined:way_id=80W +edge,20723,20723;41.1551;-104.2131299:20724;41.1548527;-104.2121725,way_type=user_defined:way_id=80W +edge,20724,20724;41.1548527;-104.2121725:20725;41.1545792;-104.2111045,way_type=user_defined:way_id=80W +edge,20725,20725;41.1545792;-104.2111045:20726;41.1540966;-104.209237,way_type=user_defined:way_id=80W +edge,20726,20726;41.1540966;-104.209237:20727;41.1532537;-104.2059435,way_type=user_defined:way_id=80W +edge,20727,20727;41.1532537;-104.2059435:20728;41.1531168;-104.2054122,way_type=user_defined:way_id=80W +edge,20728,20728;41.1531168;-104.2054122:20729;41.1528918;-104.2045484,way_type=user_defined:way_id=80W +edge,20729,20729;41.1528918;-104.2045484:20730;41.1526983;-104.2037921,way_type=user_defined:way_id=80W +edge,20730,20730;41.1526983;-104.2037921:20731;41.152416;-104.2026637,way_type=user_defined:way_id=80W +edge,20731,20731;41.152416;-104.2026637:20732;41.1521631;-104.2016289,way_type=user_defined:way_id=80W +edge,20732,20732;41.1521631;-104.2016289:20733;41.1519195;-104.2005982,way_type=user_defined:way_id=80W +edge,20733,20733;41.1519195;-104.2005982:20734;41.1518384;-104.2002503,way_type=user_defined:way_id=80W +edge,20734,20734;41.1518384;-104.2002503:20735;41.151738;-104.1998095,way_type=user_defined:way_id=80W +edge,20735,20735;41.151738;-104.1998095:20736;41.1516045;-104.1992115,way_type=user_defined:way_id=80W +edge,20736,20736;41.1516045;-104.1992115:20737;41.1513917;-104.1982436,way_type=user_defined:way_id=80W +edge,20737,20737;41.1513917;-104.1982436:20738;41.1512265;-104.197479,way_type=user_defined:way_id=80W +edge,20738,20738;41.1512265;-104.197479:20739;41.151109;-104.1969261,way_type=user_defined:way_id=80W +edge,20739,20739;41.151109;-104.1969261:20740;41.1509865;-104.1963362,way_type=user_defined:way_id=80W +edge,20740,20740;41.1509865;-104.1963362:20741;41.1508658;-104.1957395,way_type=user_defined:way_id=80W +edge,20741,20741;41.1508658;-104.1957395:20742;41.1507753;-104.1952842,way_type=user_defined:way_id=80W +edge,20742,20742;41.1507753;-104.1952842:20743;41.1506211;-104.1944887,way_type=user_defined:way_id=80W +edge,20743,20743;41.1506211;-104.1944887:20744;41.150559;-104.1941649,way_type=user_defined:way_id=80W +edge,20744,20744;41.150559;-104.1941649:20745;41.1502953;-104.1927659,way_type=user_defined:way_id=80W +edge,20745,20745;41.1502953;-104.1927659:20746;41.1501454;-104.1919283,way_type=user_defined:way_id=80W +edge,20746,20746;41.1501454;-104.1919283:20747;41.1500124;-104.1911546,way_type=user_defined:way_id=80W +edge,20747,20747;41.1500124;-104.1911546:20748;41.1499118;-104.1905559,way_type=user_defined:way_id=80W +edge,20748,20748;41.1499118;-104.1905559:20749;41.1497698;-104.189682,way_type=user_defined:way_id=80W +edge,20749,20749;41.1497698;-104.189682:20750;41.1496792;-104.1891069,way_type=user_defined:way_id=80W +edge,20750,20750;41.1496792;-104.1891069:20751;41.1495442;-104.1882227,way_type=user_defined:way_id=80W +edge,20751,20751;41.1495442;-104.1882227:20752;41.1494303;-104.1874493,way_type=user_defined:way_id=80W +edge,20752,20752;41.1494303;-104.1874493:20753;41.1493032;-104.1865602,way_type=user_defined:way_id=80W +edge,20753,20753;41.1493032;-104.1865602:20754;41.1491566;-104.1854929,way_type=user_defined:way_id=80W +edge,20754,20754;41.1491566;-104.1854929:20755;41.149101;-104.1850728,way_type=user_defined:way_id=80W +edge,20755,20755;41.149101;-104.1850728:20756;41.1490409;-104.1846053,way_type=user_defined:way_id=80W +edge,20756,20756;41.1490409;-104.1846053:20757;41.1489135;-104.1835786,way_type=user_defined:way_id=80W +edge,20757,20757;41.1489135;-104.1835786:20758;41.1488737;-104.183252,way_type=user_defined:way_id=80W +edge,20758,20758;41.1488737;-104.183252:20759;41.1487358;-104.1820835,way_type=user_defined:way_id=80W +edge,20759,20759;41.1487358;-104.1820835:20760;41.1486728;-104.1815024,way_type=user_defined:way_id=80W +edge,20760,20760;41.1486728;-104.1815024:20761;41.1485832;-104.1806491,way_type=user_defined:way_id=80W +edge,20761,20761;41.1485832;-104.1806491:20762;41.1484438;-104.1792579,way_type=user_defined:way_id=80W +edge,20762,20762;41.1484438;-104.1792579:20763;41.1483921;-104.1787199,way_type=user_defined:way_id=80W +edge,20763,20763;41.1483921;-104.1787199:20764;41.1482982;-104.1776403,way_type=user_defined:way_id=80W +edge,20764,20764;41.1482982;-104.1776403:20765;41.1482417;-104.1769565,way_type=user_defined:way_id=80W +edge,20765,20765;41.1482417;-104.1769565:20766;41.1481301;-104.1754918,way_type=user_defined:way_id=80W +edge,20766,20766;41.1481301;-104.1754918:20767;41.1480965;-104.1750181,way_type=user_defined:way_id=80W +edge,20767,20767;41.1480965;-104.1750181:20768;41.148078;-104.1747343,way_type=user_defined:way_id=80W +edge,20768,20768;41.148078;-104.1747343:20769;41.1479876;-104.1732992,way_type=user_defined:way_id=80W +edge,20769,20769;41.1479876;-104.1732992:20770;41.1479574;-104.1727892,way_type=user_defined:way_id=80W +edge,20770,20770;41.1479574;-104.1727892:20771;41.1479089;-104.1718724,way_type=user_defined:way_id=80W +edge,20771,20771;41.1479089;-104.1718724:20772;41.1478684;-104.1710427,way_type=user_defined:way_id=80W +edge,20772,20772;41.1478684;-104.1710427:20773;41.1478217;-104.1698757,way_type=user_defined:way_id=80W +edge,20773,20773;41.1478217;-104.1698757:20774;41.1477905;-104.1689822,way_type=user_defined:way_id=80W +edge,20774,20774;41.1477905;-104.1689822:20775;41.1477575;-104.1678668,way_type=user_defined:way_id=80W +edge,20775,20775;41.1477575;-104.1678668:20776;41.1477371;-104.1670273,way_type=user_defined:way_id=80W +edge,20776,20776;41.1477371;-104.1670273:20777;41.1477161;-104.1659114,way_type=user_defined:way_id=80W +edge,20777,20777;41.1477161;-104.1659114:20778;41.1477109;-104.1655215,way_type=user_defined:way_id=80W +edge,20778,20778;41.1477109;-104.1655215:20779;41.1477006;-104.1639186,way_type=user_defined:way_id=80W +edge,20779,20779;41.1477006;-104.1639186:20780;41.1477007;-104.1632769,way_type=user_defined:way_id=80W +edge,20780,20780;41.1477007;-104.1632769:20781;41.1477048;-104.1624462,way_type=user_defined:way_id=80W +edge,20781,20781;41.1477048;-104.1624462:20782;41.1477092;-104.1618727,way_type=user_defined:way_id=80W +edge,20782,20782;41.1477092;-104.1618727:20783;41.1477228;-104.1608189,way_type=user_defined:way_id=80W +edge,20783,20783;41.1477228;-104.1608189:20784;41.1477293;-104.1604251,way_type=user_defined:way_id=80W +edge,20784,20784;41.1477293;-104.1604251:20785;41.1477473;-104.1595545,way_type=user_defined:way_id=80W +edge,20785,20785;41.1477473;-104.1595545:20786;41.14776374;-104.1589055,way_type=user_defined:way_id=80W +edge,20786,20786;41.14776374;-104.1589055:20787;41.14776374;-104.1589055,way_type=user_defined:way_id=80W +edge,20787,20787;41.14776374;-104.1589055:20788;41.1477808;-104.1583473,way_type=user_defined:way_id=80W +edge,20788,20788;41.1477808;-104.1583473:20789;41.1478091;-104.1575156,way_type=user_defined:way_id=80W +edge,20789,20789;41.1478091;-104.1575156:20790;41.1478324;-104.1569029,way_type=user_defined:way_id=80W +edge,20790,20790;41.1478324;-104.1569029:20791;41.1478491;-104.1565061,way_type=user_defined:way_id=80W +edge,20791,20791;41.1478491;-104.1565061:20792;41.1479072;-104.1552604,way_type=user_defined:way_id=80W +edge,20792,20792;41.1479072;-104.1552604:20793;41.1479424;-104.154596,way_type=user_defined:way_id=80W +edge,20793,20793;41.1479424;-104.154596:20794;41.147981;-104.1539241,way_type=user_defined:way_id=80W +edge,20794,20794;41.147981;-104.1539241:20795;41.1481621;-104.1509369,way_type=user_defined:way_id=80W +edge,20795,20795;41.1481621;-104.1509369:20796;41.148247;-104.1495785,way_type=user_defined:way_id=80W +edge,20796,20796;41.148247;-104.1495785:20797;41.1485464;-104.1446134,way_type=user_defined:way_id=80W +edge,20797,20797;41.1485464;-104.1446134:20798;41.1486478;-104.1429984,way_type=user_defined:way_id=80W +edge,20798,20798;41.1486478;-104.1429984:20799;41.1487301;-104.1416554,way_type=user_defined:way_id=80W +edge,20799,20799;41.1487301;-104.1416554:20800;41.1488138;-104.1402524,way_type=user_defined:way_id=80W +edge,20800,20800;41.1488138;-104.1402524:20801;41.1489307;-104.1383269,way_type=user_defined:way_id=80W +edge,20801,20801;41.1489307;-104.1383269:20802;41.1489908;-104.137345,way_type=user_defined:way_id=80W +edge,20802,20802;41.1489908;-104.137345:20803;41.1490449;-104.1364896,way_type=user_defined:way_id=80W +edge,20803,20803;41.1490449;-104.1364896:20804;41.1491075;-104.1354389,way_type=user_defined:way_id=80W +edge,20804,20804;41.1491075;-104.1354389:20805;41.1493087;-104.1321516,way_type=user_defined:way_id=80W +edge,20805,20805;41.1493087;-104.1321516:20806;41.1494218;-104.1302615,way_type=user_defined:way_id=80W +edge,20806,20806;41.1494218;-104.1302615:20807;41.149515;-104.1287633,way_type=user_defined:way_id=80W +edge,20807,20807;41.149515;-104.1287633:20808;41.149599;-104.1273519,way_type=user_defined:way_id=80W +edge,20808,20808;41.149599;-104.1273519:20809;41.1496864;-104.1259478,way_type=user_defined:way_id=80W +edge,20809,20809;41.1496864;-104.1259478:20810;41.149771;-104.1245459,way_type=user_defined:way_id=80W +edge,20810,20810;41.149771;-104.1245459:20811;41.149824;-104.1236374,way_type=user_defined:way_id=80W +edge,20811,20811;41.149824;-104.1236374:20812;41.1498393;-104.1233916,way_type=user_defined:way_id=80W +edge,20812,20812;41.1498393;-104.1233916:20813;41.1498597;-104.1230985,way_type=user_defined:way_id=80W +edge,20813,20813;41.1498597;-104.1230985:20814;41.149881;-104.1228239,way_type=user_defined:way_id=80W +edge,20814,20814;41.149881;-104.1228239:20815;41.1499067;-104.1225309,way_type=user_defined:way_id=80W +edge,20815,20815;41.1499067;-104.1225309:20816;41.1499359;-104.1222377,way_type=user_defined:way_id=80W +edge,20816,20816;41.1499359;-104.1222377:20817;41.1499669;-104.1219544,way_type=user_defined:way_id=80W +edge,20817,20817;41.1499669;-104.1219544:20818;41.1499992;-104.1216803,way_type=user_defined:way_id=80W +edge,20818,20818;41.1499992;-104.1216803:20819;41.1500365;-104.1213882,way_type=user_defined:way_id=80W +edge,20819,20819;41.1500365;-104.1213882:20820;41.1500757;-104.1211055,way_type=user_defined:way_id=80W +edge,20820,20820;41.1500757;-104.1211055:20821;41.1501356;-104.1207114,way_type=user_defined:way_id=80W +edge,20821,20821;41.1501356;-104.1207114:20822;41.150164;-104.1205341,way_type=user_defined:way_id=80W +edge,20822,20822;41.150164;-104.1205341:20823;41.150204;-104.1202992,way_type=user_defined:way_id=80W +edge,20823,20823;41.150204;-104.1202992:20824;41.1502631;-104.1199747,way_type=user_defined:way_id=80W +edge,20824,20824;41.1502631;-104.1199747:20825;41.1503258;-104.1196528,way_type=user_defined:way_id=80W +edge,20825,20825;41.1503258;-104.1196528:20826;41.1503657;-104.1194563,way_type=user_defined:way_id=80W +edge,20826,20826;41.1503657;-104.1194563:20827;41.1504184;-104.1192084,way_type=user_defined:way_id=80W +edge,20827,20827;41.1504184;-104.1192084:20828;41.1504801;-104.1189321,way_type=user_defined:way_id=80W +edge,20828,20828;41.1504801;-104.1189321:20829;41.1505529;-104.1186237,way_type=user_defined:way_id=80W +edge,20829,20829;41.1505529;-104.1186237:20830;41.1506226;-104.1183422,way_type=user_defined:way_id=80W +edge,20830,20830;41.1506226;-104.1183422:20831;41.1506904;-104.1180791,way_type=user_defined:way_id=80W +edge,20831,20831;41.1506904;-104.1180791:20832;41.1507828;-104.1177363,way_type=user_defined:way_id=80W +edge,20832,20832;41.1507828;-104.1177363:20833;41.1508408;-104.1175292,way_type=user_defined:way_id=80W +edge,20833,20833;41.1508408;-104.1175292:20834;41.1509193;-104.1172603,way_type=user_defined:way_id=80W +edge,20834,20834;41.1509193;-104.1172603:20835;41.1510035;-104.116984,way_type=user_defined:way_id=80W +edge,20835,20835;41.1510035;-104.116984:20836;41.1510849;-104.1167263,way_type=user_defined:way_id=80W +edge,20836,20836;41.1510849;-104.1167263:20837;41.1511683;-104.1164699,way_type=user_defined:way_id=80W +edge,20837,20837;41.1511683;-104.1164699:20838;41.1512513;-104.1162245,way_type=user_defined:way_id=80W +edge,20838,20838;41.1512513;-104.1162245:20839;41.1513413;-104.1159711,way_type=user_defined:way_id=80W +edge,20839,20839;41.1513413;-104.1159711:20840;41.1514487;-104.1156785,way_type=user_defined:way_id=80W +edge,20840,20840;41.1514487;-104.1156785:20841;41.1515458;-104.1154214,way_type=user_defined:way_id=80W +edge,20841,20841;41.1515458;-104.1154214:20842;41.1516459;-104.1151663,way_type=user_defined:way_id=80W +edge,20842,20842;41.1516459;-104.1151663:20843;41.1517488;-104.1149133,way_type=user_defined:way_id=80W +edge,20843,20843;41.1517488;-104.1149133:20844;41.151857;-104.1146534,way_type=user_defined:way_id=80W +edge,20844,20844;41.151857;-104.1146534:20845;41.1519633;-104.1144036,way_type=user_defined:way_id=80W +edge,20845,20845;41.1519633;-104.1144036:20846;41.1520577;-104.1141872,way_type=user_defined:way_id=80W +edge,20846,20846;41.1520577;-104.1141872:20847;41.1521832;-104.113909,way_type=user_defined:way_id=80W +edge,20847,20847;41.1521832;-104.113909:20848;41.1523016;-104.1136588,way_type=user_defined:way_id=80W +edge,20848,20848;41.1523016;-104.1136588:20849;41.1524042;-104.1134496,way_type=user_defined:way_id=80W +edge,20849,20849;41.1524042;-104.1134496:20850;41.1525235;-104.1132116,way_type=user_defined:way_id=80W +edge,20850,20850;41.1525235;-104.1132116:20851;41.1526622;-104.1129428,way_type=user_defined:way_id=80W +edge,20851,20851;41.1526622;-104.1129428:20852;41.1527862;-104.1127125,way_type=user_defined:way_id=80W +edge,20852,20852;41.1527862;-104.1127125:20853;41.1529023;-104.1125036,way_type=user_defined:way_id=80W +edge,20853,20853;41.1529023;-104.1125036:20854;41.153295;-104.1118124,way_type=user_defined:way_id=80W +edge,20854,20854;41.153295;-104.1118124:20855;41.1536809;-104.1111208,way_type=user_defined:way_id=80W +edge,20855,20855;41.1536809;-104.1111208:20856;41.1623495;-104.095945,way_type=user_defined:way_id=80W +edge,20856,20856;41.1623495;-104.095945:20857;41.1626755;-104.0953706,way_type=user_defined:way_id=80W +edge,20857,20857;41.1626755;-104.0953706:20858;41.1634469;-104.0940187,way_type=user_defined:way_id=80W +edge,20858,20858;41.1634469;-104.0940187:20859;41.1638449;-104.0933255,way_type=user_defined:way_id=80W +edge,20859,20859;41.1638449;-104.0933255:20860;41.1644508;-104.092265,way_type=user_defined:way_id=80W +edge,20860,20860;41.1644508;-104.092265:20861;41.1648785;-104.0915116,way_type=user_defined:way_id=80W +edge,20861,20861;41.1648785;-104.0915116:20862;41.1650107;-104.0912843,way_type=user_defined:way_id=80W +edge,20862,20862;41.1650107;-104.0912843:20863;41.1651456;-104.0910587,way_type=user_defined:way_id=80W +edge,20863,20863;41.1651456;-104.0910587:20864;41.165283;-104.0908349,way_type=user_defined:way_id=80W +edge,20864,20864;41.165283;-104.0908349:20865;41.165423;-104.0906137,way_type=user_defined:way_id=80W +edge,20865,20865;41.165423;-104.0906137:20866;41.1655696;-104.0903877,way_type=user_defined:way_id=80W +edge,20866,20866;41.1655696;-104.0903877:20867;41.1657088;-104.0901773,way_type=user_defined:way_id=80W +edge,20867,20867;41.1657088;-104.0901773:20868;41.1658556;-104.0899618,way_type=user_defined:way_id=80W +edge,20868,20868;41.1658556;-104.0899618:20869;41.1660061;-104.08975,way_type=user_defined:way_id=80W +edge,20869,20869;41.1660061;-104.08975:20870;41.1661594;-104.0895416,way_type=user_defined:way_id=80W +edge,20870,20870;41.1661594;-104.0895416:20871;41.16631;-104.0893429,way_type=user_defined:way_id=80W +edge,20871,20871;41.16631;-104.0893429:20872;41.1664728;-104.0891341,way_type=user_defined:way_id=80W +edge,20872,20872;41.1664728;-104.0891341:20873;41.1666275;-104.088941,way_type=user_defined:way_id=80W +edge,20873,20873;41.1666275;-104.088941:20874;41.1668048;-104.0887251,way_type=user_defined:way_id=80W +edge,20874,20874;41.1668048;-104.0887251:20875;41.1669721;-104.0885262,way_type=user_defined:way_id=80W +edge,20875,20875;41.1669721;-104.0885262:20876;41.1671176;-104.0883572,way_type=user_defined:way_id=80W +edge,20876,20876;41.1671176;-104.0883572:20877;41.1672997;-104.0881502,way_type=user_defined:way_id=80W +edge,20877,20877;41.1672997;-104.0881502:20878;41.1674679;-104.087964,way_type=user_defined:way_id=80W +edge,20878,20878;41.1674679;-104.087964:20879;41.1676162;-104.0878056,way_type=user_defined:way_id=80W +edge,20879,20879;41.1676162;-104.0878056:20880;41.1676791;-104.0877405,way_type=user_defined:way_id=80W +edge,20880,20880;41.1676791;-104.0877405:20881;41.1676791;-104.0877405,way_type=user_defined:way_id=80W +edge,20881,20881;41.1676791;-104.0877405:20882;41.1677943;-104.0876218,way_type=user_defined:way_id=80W +edge,20882,20882;41.1677943;-104.0876218:20883;41.1679631;-104.0874518,way_type=user_defined:way_id=80W +edge,20883,20883;41.1679631;-104.0874518:20884;41.1681338;-104.087285,way_type=user_defined:way_id=80W +edge,20884,20884;41.1681338;-104.087285:20885;41.1683174;-104.0871107,way_type=user_defined:way_id=80W +edge,20885,20885;41.1683174;-104.0871107:20886;41.1684969;-104.0869446,way_type=user_defined:way_id=80W +edge,20886,20886;41.1684969;-104.0869446:20887;41.1695521;-104.0859975,way_type=user_defined:way_id=80W +edge,20887,20887;41.1695521;-104.0859975:20888;41.1703026;-104.0853298,way_type=user_defined:way_id=80W +edge,20888,20888;41.1703026;-104.0853298:20889;41.1713373;-104.0843983,way_type=user_defined:way_id=80W +edge,20889,20889;41.1713373;-104.0843983:20890;41.1718518;-104.083938,way_type=user_defined:way_id=80W +edge,20890,20890;41.1718518;-104.083938:20891;41.1724249;-104.0834281,way_type=user_defined:way_id=80W +edge,20891,20891;41.1724249;-104.0834281:20892;41.1727522;-104.0831319,way_type=user_defined:way_id=80W +edge,20892,20892;41.1727522;-104.0831319:20893;41.1729108;-104.0829864,way_type=user_defined:way_id=80W +edge,20893,20893;41.1729108;-104.0829864:20894;41.1730914;-104.0828172,way_type=user_defined:way_id=80W +edge,20894,20894;41.1730914;-104.0828172:20895;41.1732643;-104.0826504,way_type=user_defined:way_id=80W +edge,20895,20895;41.1732643;-104.0826504:20896;41.1734348;-104.0824789,way_type=user_defined:way_id=80W +edge,20896,20896;41.1734348;-104.0824789:20897;41.1736075;-104.082295,way_type=user_defined:way_id=80W +edge,20897,20897;41.1736075;-104.082295:20898;41.1737758;-104.0821029,way_type=user_defined:way_id=80W +edge,20898,20898;41.1737758;-104.0821029:20899;41.1739397;-104.0819024,way_type=user_defined:way_id=80W +edge,20899,20899;41.1739397;-104.0819024:20900;41.1740937;-104.0817015,way_type=user_defined:way_id=80W +edge,20900,20900;41.1740937;-104.0817015:20901;41.1742198;-104.0815278,way_type=user_defined:way_id=80W +edge,20901,20901;41.1742198;-104.0815278:20902;41.1743749;-104.0813011,way_type=user_defined:way_id=80W +edge,20902,20902;41.1743749;-104.0813011:20903;41.17450911;-104.0810882,way_type=user_defined:way_id=80W +edge,20903,20903;41.17450911;-104.0810882:20904;41.1745142;-104.0810801,way_type=user_defined:way_id=80W +edge,20904,20904;41.1745142;-104.0810801:20905;41.17461654;-104.080905,way_type=user_defined:way_id=80W +edge,20905,20905;41.17461654;-104.080905:20906;41.17461654;-104.080905,way_type=user_defined:way_id=80W +edge,20906,20906;41.17461654;-104.080905:20907;41.1746599;-104.0808294,way_type=user_defined:way_id=80W +edge,20907,20907;41.1746599;-104.0808294:20908;41.1747738;-104.0806192,way_type=user_defined:way_id=80W +edge,20908,20908;41.1747738;-104.0806192:20909;41.1748903;-104.0803868,way_type=user_defined:way_id=80W +edge,20909,20909;41.1748903;-104.0803868:20910;41.1749362;-104.0802893,way_type=user_defined:way_id=80W +edge,20910,20910;41.1749362;-104.0802893:20911;41.1749362;-104.0802893,way_type=user_defined:way_id=80W +edge,20911,20911;41.1749362;-104.0802893:20912;41.1750125;-104.0801254,way_type=user_defined:way_id=80W +edge,20912,20912;41.1750125;-104.0801254:20913;41.1751178;-104.0798826,way_type=user_defined:way_id=80W +edge,20913,20913;41.1751178;-104.0798826:20914;41.1752198;-104.0796263,way_type=user_defined:way_id=80W +edge,20914,20914;41.1752198;-104.0796263:20915;41.1753271;-104.07933,way_type=user_defined:way_id=80W +edge,20915,20915;41.1753271;-104.07933:20916;41.17535023;-104.0792612,way_type=user_defined:way_id=80W +edge,20916,20916;41.17535023;-104.0792612:20917;41.1754021;-104.0791068,way_type=user_defined:way_id=80W +edge,20917,20917;41.1754021;-104.0791068:20918;41.1754873;-104.0788288,way_type=user_defined:way_id=80W +edge,20918,20918;41.1754873;-104.0788288:20919;41.175562;-104.0785548,way_type=user_defined:way_id=80W +edge,20919,20919;41.175562;-104.0785548:20920;41.1756349;-104.0782499,way_type=user_defined:way_id=80W +edge,20920,20920;41.1756349;-104.0782499:20921;41.1756937;-104.0779703,way_type=user_defined:way_id=80W +edge,20921,20921;41.1756937;-104.0779703:20922;41.1757401;-104.0777154,way_type=user_defined:way_id=80W +edge,20922,20922;41.1757401;-104.0777154:20923;41.1757819;-104.0774403,way_type=user_defined:way_id=80W +edge,20923,20923;41.1757819;-104.0774403:20924;41.1758215;-104.0771264,way_type=user_defined:way_id=80W +edge,20924,20924;41.1758215;-104.0771264:20925;41.1758482;-104.0768673,way_type=user_defined:way_id=80W +edge,20925,20925;41.1758482;-104.0768673:20926;41.1758636;-104.0766895,way_type=user_defined:way_id=80W +edge,20926,20926;41.1758636;-104.0766895:20927;41.1758751;-104.0765495,way_type=user_defined:way_id=80W +edge,20927,20927;41.1758751;-104.0765495:20928;41.1758919;-104.0762876,way_type=user_defined:way_id=80W +edge,20928,20928;41.1758919;-104.0762876:20929;41.1759015;-104.0759983,way_type=user_defined:way_id=80W +edge,20929,20929;41.1759015;-104.0759983:20930;41.175901;-104.075774,way_type=user_defined:way_id=80W +edge,20930,20930;41.175901;-104.075774:20931;41.175901;-104.075774,way_type=user_defined:way_id=80W +edge,20931,20931;41.175901;-104.075774:20932;41.1759002;-104.0756805,way_type=user_defined:way_id=80W +edge,20932,20932;41.1759002;-104.0756805:20933;41.1758908;-104.0753913,way_type=user_defined:way_id=80W +edge,20933,20933;41.1758908;-104.0753913:20934;41.1758746;-104.0751033,way_type=user_defined:way_id=80W +edge,20934,20934;41.1758746;-104.0751033:20935;41.175853;-104.0748157,way_type=user_defined:way_id=80W +edge,20935,20935;41.175853;-104.0748157:20936;41.1758272;-104.0745203,way_type=user_defined:way_id=80W +edge,20936,20936;41.1758272;-104.0745203:20937;41.1758044;-104.0742807,way_type=user_defined:way_id=80W +edge,20937,20937;41.1758044;-104.0742807:20938;41.1756862;-104.0731335,way_type=user_defined:way_id=80W +edge,20938,20938;41.1756862;-104.0731335:20939;41.17545584;-104.0709954,way_type=user_defined:way_id=80W +edge,20939,20939;41.17545584;-104.0709954:20940;41.1753238;-104.0697698,way_type=user_defined:way_id=80W +edge,20940,20940;41.1753238;-104.0697698:20941;41.1753238;-104.0697698,way_type=user_defined:way_id=80W +edge,20941,20941;41.1753238;-104.0697698:20942;41.17528732;-104.0694215,way_type=user_defined:way_id=80W +edge,20942,20942;41.17528732;-104.0694215:20943;41.1751971;-104.06856,way_type=user_defined:way_id=80W +edge,20943,20943;41.1751971;-104.06856:20944;41.1751099;-104.0677507,way_type=user_defined:way_id=80W +edge,20944,20944;41.1751099;-104.0677507:20945;41.1750457;-104.0671706,way_type=user_defined:way_id=80W +edge,20945,20945;41.1750457;-104.0671706:20946;41.1749876;-104.0665987,way_type=user_defined:way_id=80W +edge,20946,20946;41.1749876;-104.0665987:20947;41.1749609;-104.0663128,way_type=user_defined:way_id=80W +edge,20947,20947;41.1749609;-104.0663128:20948;41.1749364;-104.0660161,way_type=user_defined:way_id=80W +edge,20948,20948;41.1749364;-104.0660161:20949;41.1749183;-104.0657274,way_type=user_defined:way_id=80W +edge,20949,20949;41.1749183;-104.0657274:20950;41.1749065;-104.0654375,way_type=user_defined:way_id=80W +edge,20950,20950;41.1749065;-104.0654375:20951;41.1749011;-104.0651575,way_type=user_defined:way_id=80W +edge,20951,20951;41.1749011;-104.0651575:20952;41.174905;-104.0648376,way_type=user_defined:way_id=80W +edge,20952,20952;41.174905;-104.0648376:20953;41.1749192;-104.0645389,way_type=user_defined:way_id=80W +edge,20953,20953;41.1749192;-104.0645389:20954;41.1749371;-104.0642867,way_type=user_defined:way_id=80W +edge,20954,20954;41.1749371;-104.0642867:20955;41.1749634;-104.0640075,way_type=user_defined:way_id=80W +edge,20955,20955;41.1749634;-104.0640075:20956;41.1750006;-104.0636925,way_type=user_defined:way_id=80W +edge,20956,20956;41.1750006;-104.0636925:20957;41.175044;-104.063399,way_type=user_defined:way_id=80W +edge,20957,20957;41.175044;-104.063399:20958;41.1750945;-104.0631171,way_type=user_defined:way_id=80W +edge,20958,20958;41.1750945;-104.0631171:20959;41.1751448;-104.0628737,way_type=user_defined:way_id=80W +edge,20959,20959;41.1751448;-104.0628737:20960;41.1751725;-104.0627529,way_type=user_defined:way_id=80W +edge,20960,20960;41.1751725;-104.0627529:20961;41.1751725;-104.0627529,way_type=user_defined:way_id=80W +edge,20961,20961;41.1751725;-104.0627529:20962;41.1752172;-104.0625615,way_type=user_defined:way_id=80W +edge,20962,20962;41.1752172;-104.0625615:20963;41.1752853;-104.0622969,way_type=user_defined:way_id=80W +edge,20963,20963;41.1752853;-104.0622969:20964;41.1753655;-104.0620175,way_type=user_defined:way_id=80W +edge,20964,20964;41.1753655;-104.0620175:20965;41.1754514;-104.0617523,way_type=user_defined:way_id=80W +edge,20965,20965;41.1754514;-104.0617523:20966;41.1755427;-104.0614994,way_type=user_defined:way_id=80W +edge,20966,20966;41.1755427;-104.0614994:20967;41.1756302;-104.0612751,way_type=user_defined:way_id=80W +edge,20967,20967;41.1756302;-104.0612751:20968;41.1757497;-104.060989,way_type=user_defined:way_id=80W +edge,20968,20968;41.1757497;-104.060989:20969;41.1758623;-104.0607415,way_type=user_defined:way_id=80W +edge,20969,20969;41.1758623;-104.0607415:20970;41.1759853;-104.0604932,way_type=user_defined:way_id=80W +edge,20970,20970;41.1759853;-104.0604932:20971;41.1760906;-104.0602961,way_type=user_defined:way_id=80W +edge,20971,20971;41.1760906;-104.0602961:20972;41.1762393;-104.0600381,way_type=user_defined:way_id=80W +edge,20972,20972;41.1762393;-104.0600381:20973;41.1763774;-104.0598165,way_type=user_defined:way_id=80W +edge,20973,20973;41.1763774;-104.0598165:20974;41.176525;-104.0595951,way_type=user_defined:way_id=80W +edge,20974,20974;41.176525;-104.0595951:20975;41.1766674;-104.0593931,way_type=user_defined:way_id=80W +edge,20975,20975;41.1766674;-104.0593931:20976;41.1768021;-104.0592106,way_type=user_defined:way_id=80W +edge,20976,20976;41.1768021;-104.0592106:20977;41.1769534;-104.0590134,way_type=user_defined:way_id=80W +edge,20977,20977;41.1769534;-104.0590134:20978;41.1771216;-104.0588014,way_type=user_defined:way_id=80W +edge,20978,20978;41.1771216;-104.0588014:20979;41.1772559;-104.0586361,way_type=user_defined:way_id=80W +edge,20979,20979;41.1772559;-104.0586361:20980;41.1777786;-104.058001,way_type=user_defined:way_id=80W +edge,20980,20980;41.1777786;-104.058001:20981;41.178561;-104.0570413,way_type=user_defined:way_id=80W +edge,20981,20981;41.178561;-104.0570413:20982;41.1788369;-104.0566985,way_type=user_defined:way_id=80W +edge,20982,20982;41.1788369;-104.0566985:20983;41.1790139;-104.0564726,way_type=user_defined:way_id=80W +edge,20983,20983;41.1790139;-104.0564726:20984;41.179168;-104.0562687,way_type=user_defined:way_id=80W +edge,20984,20984;41.179168;-104.0562687:20985;41.1793238;-104.0560549,way_type=user_defined:way_id=80W +edge,20985,20985;41.1793238;-104.0560549:20986;41.1794678;-104.0558514,way_type=user_defined:way_id=80W +edge,20986,20986;41.1794678;-104.0558514:20987;41.1796135;-104.0556386,way_type=user_defined:way_id=80W +edge,20987,20987;41.1796135;-104.0556386:20988;41.1797419;-104.0554435,way_type=user_defined:way_id=80W +edge,20988,20988;41.1797419;-104.0554435:20989;41.1798811;-104.0552256,way_type=user_defined:way_id=80W +edge,20989,20989;41.1798811;-104.0552256:20990;41.1800221;-104.0549977,way_type=user_defined:way_id=80W +edge,20990,20990;41.1800221;-104.0549977:20991;41.1801168;-104.0548393,way_type=user_defined:way_id=80W +edge,20991,20991;41.1801168;-104.0548393:20992;41.1801682;-104.0547523,way_type=user_defined:way_id=80W +edge,20992,20992;41.1801682;-104.0547523:20993;41.1802668;-104.0545791,way_type=user_defined:way_id=80W +edge,20993,20993;41.1802668;-104.0545791:20994;41.1804077;-104.0543221,way_type=user_defined:way_id=80W +edge,20994,20994;41.1804077;-104.0543221:20995;41.1805367;-104.0540764,way_type=user_defined:way_id=80W +edge,20995,20995;41.1805367;-104.0540764:20996;41.1806483;-104.0538545,way_type=user_defined:way_id=80W +edge,20996,20996;41.1806483;-104.0538545:20997;41.1807421;-104.0536622,way_type=user_defined:way_id=80W +edge,20997,20997;41.1807421;-104.0536622:20998;41.18090044;-104.0533298,way_type=user_defined:way_id=80W diff --git a/data/I_80_test.json b/data/I_80_test.json index db646e7d9..d81c81d8f 100644 --- a/data/I_80_test.json +++ b/data/I_80_test.json @@ -1,10 +1,10 @@ -{"coreData": {"accelSet": {"accelYaw": 0.0}, "accuracy": {}, "brakes": {"abs": "unavailable", "auxBrakes": "unavailable", "brakeBoost": "unavailable", "scs": "unavailable", "traction": "unavailable", "wheelBrakes": {"leftFront": false, "leftRear": false, "rightFront": false, "rightRear": true, "unavailable": false}}, "heading": 52.8125, "id": "BEA10000", "msgCnt": 10, "position": {"elevation": 236.5, "latitude": 41.738136, "longitude": -106.587029}, "secMark": 18200, "size": {}, "speed": 7.02}, "partII": [{"id": "vehicleSafetyExt", "value": {"pathHistory": {"crumbData": [{"elevationOffset": 9.5, "latOffset": 3.5e-06, "lonOffset": 0.0131071, "timeOffset": 33.2}, {"elevationOffset": 4.6, "latOffset": 7.4e-05, "lonOffset": 0.0131071, "timeOffset": 44.6}, {"elevationOffset": 3.5, "latOffset": 9.44e-05, "lonOffset": 5.1e-06, "timeOffset": 49.3}, {"elevationOffset": 204.7, "latOffset": 0.0001826, "lonOffset": 6.37e-05, "timeOffset": 71.7}, {"elevationOffset": 204.7, "latOffset": 0.0001313, "lonOffset": 6.06e-05, "timeOffset": 80.2}, {"elevationOffset": 204.7, "latOffset": 0.0001535, "lonOffset": 7.48e-05, "timeOffset": 92.9}, {"elevationOffset": 204.7, "latOffset": 0.000165, "lonOffset": 0.0001171, "timeOffset": 126.4}, {"elevationOffset": 204.7, "latOffset": 0.0001363, "lonOffset": 0.0001, "timeOffset": 136.1}, {"elevationOffset": 204.7, "latOffset": 0.0001196, "lonOffset": 0.0001028, "timeOffset": 141.9}, {"elevationOffset": 204.7, "latOffset": 0.0001111, "lonOffset": 9.8e-05, "timeOffset": 143.0}, {"elevationOffset": 204.7, "latOffset": 0.0131071, "lonOffset": 9.5e-06, "timeOffset": 348.0}, {"elevationOffset": 12.6, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 437.8}, {"elevationOffset": 11.5, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 468.2}, {"elevationOffset": 10.0, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 474.0}, {"elevationOffset": 10.2, "latOffset": 0.0131071, "lonOffset": 7e-06, "timeOffset": 481.3}]}, "pathPrediction": {"confidence": 0.0, "radiusOfCurve": 0.0}}}]} -{"coreData": {"accelSet": {"accelYaw": 0.0}, "accuracy": {}, "brakes": {"abs": "unavailable", "auxBrakes": "unavailable", "brakeBoost": "unavailable", "scs": "unavailable", "traction": "unavailable", "wheelBrakes": {"leftFront": false, "leftRear": false, "rightFront": false, "rightRear": true, "unavailable": false}}, "heading": 55.55, "id": "BEA1111", "msgCnt": 11, "position": {"elevation": 236.5, "latitude": 41.608656, "longitude": -109.226824}, "secMark": 18300, "size": {}, "speed": 7.12}, "partII": [{"id": "vehicleSafetyExt", "value": {"pathHistory": {"crumbData": [{"elevationOffset": 9.5, "latOffset": 3.5e-06, "lonOffset": 0.0131071, "timeOffset": 33.2}, {"elevationOffset": 4.6, "latOffset": 7.4e-05, "lonOffset": 0.0131071, "timeOffset": 44.6}, {"elevationOffset": 3.5, "latOffset": 9.44e-05, "lonOffset": 5.1e-06, "timeOffset": 49.3}, {"elevationOffset": 204.7, "latOffset": 0.0001826, "lonOffset": 6.37e-05, "timeOffset": 71.7}, {"elevationOffset": 204.7, "latOffset": 0.0001313, "lonOffset": 6.06e-05, "timeOffset": 80.2}, {"elevationOffset": 204.7, "latOffset": 0.0001535, "lonOffset": 7.48e-05, "timeOffset": 92.9}, {"elevationOffset": 204.7, "latOffset": 0.000165, "lonOffset": 0.0001171, "timeOffset": 126.4}, {"elevationOffset": 204.7, "latOffset": 0.0001363, "lonOffset": 0.0001, "timeOffset": 136.1}, {"elevationOffset": 204.7, "latOffset": 0.0001196, "lonOffset": 0.0001028, "timeOffset": 141.9}, {"elevationOffset": 204.7, "latOffset": 0.0001111, "lonOffset": 9.8e-05, "timeOffset": 143.0}, {"elevationOffset": 204.7, "latOffset": 0.0131071, "lonOffset": 9.5e-06, "timeOffset": 348.0}, {"elevationOffset": 12.6, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 437.8}, {"elevationOffset": 11.5, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 468.2}, {"elevationOffset": 10.0, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 474.0}, {"elevationOffset": 10.2, "latOffset": 0.0131071, "lonOffset": 7e-06, "timeOffset": 481.3}]}, "pathPrediction": {"confidence": 0.0, "radiusOfCurve": 0.0}}}]} -{"coreData": {"accelSet": {"accelYaw": 0.0}, "accuracy": {}, "brakes": {"abs": "unavailable", "auxBrakes": "unavailable", "brakeBoost": "unavailable", "scs": "unavailable", "traction": "unavailable", "wheelBrakes": {"leftFront": false, "leftRear": false, "rightFront": false, "rightRear": true, "unavailable": false}}, "heading": 58.2125, "id": "BEA10000", "msgCnt": 12, "position": {"elevation": 236.3, "latitude": 41.311097, "longitude": -110.512927}, "secMark": 18400, "size": {}, "speed": 7.16}, "partII": [{"id": "vehicleSafetyExt", "value": {"pathHistory": {"crumbData": [{"elevationOffset": 9.5, "latOffset": 3.5e-06, "lonOffset": 0.0131071, "timeOffset": 33.2}, {"elevationOffset": 4.6, "latOffset": 7.4e-05, "lonOffset": 0.0131071, "timeOffset": 44.6}, {"elevationOffset": 3.5, "latOffset": 9.44e-05, "lonOffset": 5.1e-06, "timeOffset": 49.3}, {"elevationOffset": 204.7, "latOffset": 0.0001826, "lonOffset": 6.37e-05, "timeOffset": 71.7}, {"elevationOffset": 204.7, "latOffset": 0.0001313, "lonOffset": 6.06e-05, "timeOffset": 80.2}, {"elevationOffset": 204.7, "latOffset": 0.0001535, "lonOffset": 7.48e-05, "timeOffset": 92.9}, {"elevationOffset": 204.7, "latOffset": 0.000165, "lonOffset": 0.0001171, "timeOffset": 126.4}, {"elevationOffset": 204.7, "latOffset": 0.0001363, "lonOffset": 0.0001, "timeOffset": 136.1}, {"elevationOffset": 204.7, "latOffset": 0.0001196, "lonOffset": 0.0001028, "timeOffset": 141.9}, {"elevationOffset": 204.7, "latOffset": 0.0001111, "lonOffset": 9.8e-05, "timeOffset": 143.0}, {"elevationOffset": 204.7, "latOffset": 0.0131071, "lonOffset": 9.5e-06, "timeOffset": 348.0}, {"elevationOffset": 12.6, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 437.8}, {"elevationOffset": 11.5, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 468.2}, {"elevationOffset": 10.0, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 474.0}, {"elevationOffset": 10.2, "latOffset": 0.0131071, "lonOffset": 7e-06, "timeOffset": 481.3}]}, "pathPrediction": {"confidence": 0.0, "radiusOfCurve": 0.0}}}]} -{"coreData": {"accelSet": {"accelYaw": 0.0}, "accuracy": {}, "brakes": {"abs": "unavailable", "auxBrakes": "unavailable", "brakeBoost": "unavailable", "scs": "unavailable", "traction": "unavailable", "wheelBrakes": {"leftFront": false, "leftRear": false, "rightFront": false, "rightRear": true, "unavailable": false}}, "heading": 62.5875, "id": "BEA10000", "msgCnt": 13, "position": {"elevation": 236.3, "latitude": 41.246647, "longitude": -111.027436}, "secMark": 18500, "size": {}, "speed": 7.44}, "partII": [{"id": "vehicleSafetyExt", "value": {"pathHistory": {"crumbData": [{"elevationOffset": 9.5, "latOffset": 3.5e-06, "lonOffset": 0.0131071, "timeOffset": 33.2}, {"elevationOffset": 4.6, "latOffset": 7.4e-05, "lonOffset": 0.0131071, "timeOffset": 44.6}, {"elevationOffset": 3.5, "latOffset": 9.44e-05, "lonOffset": 5.1e-06, "timeOffset": 49.3}, {"elevationOffset": 204.7, "latOffset": 0.0001826, "lonOffset": 6.37e-05, "timeOffset": 71.7}, {"elevationOffset": 204.7, "latOffset": 0.0001313, "lonOffset": 6.06e-05, "timeOffset": 80.2}, {"elevationOffset": 204.7, "latOffset": 0.0001535, "lonOffset": 7.48e-05, "timeOffset": 92.9}, {"elevationOffset": 204.7, "latOffset": 0.000165, "lonOffset": 0.0001171, "timeOffset": 126.4}, {"elevationOffset": 204.7, "latOffset": 0.0001363, "lonOffset": 0.0001, "timeOffset": 136.1}, {"elevationOffset": 204.7, "latOffset": 0.0001196, "lonOffset": 0.0001028, "timeOffset": 141.9}, {"elevationOffset": 204.7, "latOffset": 0.0001111, "lonOffset": 9.8e-05, "timeOffset": 143.0}, {"elevationOffset": 204.7, "latOffset": 0.0131071, "lonOffset": 9.5e-06, "timeOffset": 348.0}, {"elevationOffset": 12.6, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 437.8}, {"elevationOffset": 11.5, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 468.2}, {"elevationOffset": 10.0, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 474.0}, {"elevationOffset": 10.2, "latOffset": 0.0131071, "lonOffset": 7e-06, "timeOffset": 481.3}]}, "pathPrediction": {"confidence": 0.0, "radiusOfCurve": 0.0}}}]} -{"coreData": {"accelSet": {"accelYaw": 0.0}, "accuracy": {}, "brakes": {"abs": "unavailable", "auxBrakes": "unavailable", "brakeBoost": "unavailable", "scs": "unavailable", "traction": "unavailable", "wheelBrakes": {"leftFront": false, "leftRear": false, "rightFront": false, "rightRear": true, "unavailable": false}}, "heading": 66.2875, "id": "BEA10000", "msgCnt": 14, "position": {"elevation": 236.3, "latitude": 41.600371, "longitude": -106.223410}, "secMark": 18600, "size": {}, "speed": 7.44}, "partII": [{"id": "vehicleSafetyExt", "value": {"pathHistory": {"crumbData": [{"elevationOffset": 9.5, "latOffset": 3.5e-06, "lonOffset": 0.0131071, "timeOffset": 33.2}, {"elevationOffset": 4.6, "latOffset": 7.4e-05, "lonOffset": 0.0131071, "timeOffset": 44.6}, {"elevationOffset": 3.5, "latOffset": 9.44e-05, "lonOffset": 5.1e-06, "timeOffset": 49.3}, {"elevationOffset": 204.7, "latOffset": 0.0001826, "lonOffset": 6.37e-05, "timeOffset": 71.7}, {"elevationOffset": 204.7, "latOffset": 0.0001313, "lonOffset": 6.06e-05, "timeOffset": 80.2}, {"elevationOffset": 204.7, "latOffset": 0.0001535, "lonOffset": 7.48e-05, "timeOffset": 92.9}, {"elevationOffset": 204.7, "latOffset": 0.000165, "lonOffset": 0.0001171, "timeOffset": 126.4}, {"elevationOffset": 204.7, "latOffset": 0.0001363, "lonOffset": 0.0001, "timeOffset": 136.1}, {"elevationOffset": 204.7, "latOffset": 0.0001196, "lonOffset": 0.0001028, "timeOffset": 141.9}, {"elevationOffset": 204.7, "latOffset": 0.0001111, "lonOffset": 9.8e-05, "timeOffset": 143.0}, {"elevationOffset": 204.7, "latOffset": 0.0131071, "lonOffset": 9.5e-06, "timeOffset": 348.0}, {"elevationOffset": 12.6, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 437.8}, {"elevationOffset": 11.5, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 468.2}, {"elevationOffset": 10.0, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 474.0}, {"elevationOffset": 10.2, "latOffset": 0.0131071, "lonOffset": 7e-06, "timeOffset": 481.3}]}, "pathPrediction": {"confidence": 0.0, "radiusOfCurve": 0.0}}}]} -{"coreData": {"accelSet": {"accelYaw": 0.0}, "accuracy": {}, "brakes": {"abs": "unavailable", "auxBrakes": "unavailable", "brakeBoost": "unavailable", "scs": "unavailable", "traction": "unavailable", "wheelBrakes": {"leftFront": false, "leftRear": false, "rightFront": false, "rightRear": true, "unavailable": false}}, "heading": 69.0625, "id": "BEA10000", "msgCnt": 15, "position": {"elevation": 236.3, "latitude": 42.29789, "longitude": -83.72035}, "secMark": 18700, "size": {}, "speed": 1.78}, "partII": [{"id": "vehicleSafetyExt", "value": {"pathHistory": {"crumbData": [{"elevationOffset": 9.5, "latOffset": 3.5e-06, "lonOffset": 0.0131071, "timeOffset": 33.2}, {"elevationOffset": 4.6, "latOffset": 7.4e-05, "lonOffset": 0.0131071, "timeOffset": 44.6}, {"elevationOffset": 3.5, "latOffset": 9.44e-05, "lonOffset": 5.1e-06, "timeOffset": 49.3}, {"elevationOffset": 204.7, "latOffset": 0.0001826, "lonOffset": 6.37e-05, "timeOffset": 71.7}, {"elevationOffset": 204.7, "latOffset": 0.0001313, "lonOffset": 6.06e-05, "timeOffset": 80.2}, {"elevationOffset": 204.7, "latOffset": 0.0001535, "lonOffset": 7.48e-05, "timeOffset": 92.9}, {"elevationOffset": 204.7, "latOffset": 0.000165, "lonOffset": 0.0001171, "timeOffset": 126.4}, {"elevationOffset": 204.7, "latOffset": 0.0001363, "lonOffset": 0.0001, "timeOffset": 136.1}, {"elevationOffset": 204.7, "latOffset": 0.0001196, "lonOffset": 0.0001028, "timeOffset": 141.9}, {"elevationOffset": 204.7, "latOffset": 0.0001111, "lonOffset": 9.8e-05, "timeOffset": 143.0}, {"elevationOffset": 204.7, "latOffset": 0.0131071, "lonOffset": 9.5e-06, "timeOffset": 348.0}, {"elevationOffset": 12.6, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 437.8}, {"elevationOffset": 11.5, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 468.2}, {"elevationOffset": 10.0, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 474.0}, {"elevationOffset": 10.2, "latOffset": 0.0131071, "lonOffset": 7e-06, "timeOffset": 481.3}]}, "pathPrediction": {"confidence": 0.0, "radiusOfCurve": 0.0}}}]} -{"coreData": {"accelSet": {"accelYaw": 0.0}, "accuracy": {}, "brakes": {"abs": "unavailable", "auxBrakes": "unavailable", "brakeBoost": "unavailable", "scs": "unavailable", "traction": "unavailable", "wheelBrakes": {"leftFront": false, "leftRear": false, "rightFront": false, "rightRear": true, "unavailable": false}}, "heading": 70.8375, "id": "BEA10000", "msgCnt": 16, "position": {"elevation": 236.5, "latitude": 42.29789, "longitude": -83.72034}, "secMark": 18800, "size": {}, "speed": 0.7}, "partII": [{"id": "vehicleSafetyExt", "value": {"pathHistory": {"crumbData": [{"elevationOffset": 9.5, "latOffset": 3.5e-06, "lonOffset": 0.0131071, "timeOffset": 33.2}, {"elevationOffset": 4.6, "latOffset": 7.4e-05, "lonOffset": 0.0131071, "timeOffset": 44.6}, {"elevationOffset": 3.5, "latOffset": 9.44e-05, "lonOffset": 5.1e-06, "timeOffset": 49.3}, {"elevationOffset": 204.7, "latOffset": 0.0001826, "lonOffset": 6.37e-05, "timeOffset": 71.7}, {"elevationOffset": 204.7, "latOffset": 0.0001313, "lonOffset": 6.06e-05, "timeOffset": 80.2}, {"elevationOffset": 204.7, "latOffset": 0.0001535, "lonOffset": 7.48e-05, "timeOffset": 92.9}, {"elevationOffset": 204.7, "latOffset": 0.000165, "lonOffset": 0.0001171, "timeOffset": 126.4}, {"elevationOffset": 204.7, "latOffset": 0.0001363, "lonOffset": 0.0001, "timeOffset": 136.1}, {"elevationOffset": 204.7, "latOffset": 0.0001196, "lonOffset": 0.0001028, "timeOffset": 141.9}, {"elevationOffset": 204.7, "latOffset": 0.0001111, "lonOffset": 9.8e-05, "timeOffset": 143.0}, {"elevationOffset": 204.7, "latOffset": 0.0131071, "lonOffset": 9.5e-06, "timeOffset": 348.0}, {"elevationOffset": 12.6, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 437.8}, {"elevationOffset": 11.5, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 468.2}, {"elevationOffset": 10.0, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 474.0}, {"elevationOffset": 10.2, "latOffset": 0.0131071, "lonOffset": 7e-06, "timeOffset": 481.3}]}, "pathPrediction": {"confidence": 0.0, "radiusOfCurve": 0.0}}}]} -{"coreData": {"accelSet": {"accelYaw": 0.0}, "accuracy": {}, "brakes": {"abs": "unavailable", "auxBrakes": "unavailable", "brakeBoost": "unavailable", "scs": "unavailable", "traction": "unavailable", "wheelBrakes": {"leftFront": false, "leftRear": false, "rightFront": false, "rightRear": true, "unavailable": false}}, "heading": 270.425, "id": "BEA10000", "msgCnt": 85, "position": {"elevation": 204.1, "latitude": 42.24576, "longitude": -83.62337}, "secMark": 600, "size": {}, "speed": 6.86}, "partII": [{"id": "vehicleSafetyExt", "value": {"pathHistory": {"crumbData": [{"elevationOffset": 9.5, "latOffset": 3.5e-06, "lonOffset": 0.0131071, "timeOffset": 33.2}, {"elevationOffset": 4.6, "latOffset": 7.4e-05, "lonOffset": 0.0131071, "timeOffset": 44.6}, {"elevationOffset": 3.5, "latOffset": 9.44e-05, "lonOffset": 5.1e-06, "timeOffset": 49.3}, {"elevationOffset": 204.7, "latOffset": 0.0001826, "lonOffset": 6.37e-05, "timeOffset": 71.7}, {"elevationOffset": 204.7, "latOffset": 0.0001313, "lonOffset": 6.06e-05, "timeOffset": 80.2}, {"elevationOffset": 204.7, "latOffset": 0.0001535, "lonOffset": 7.48e-05, "timeOffset": 92.9}, {"elevationOffset": 204.7, "latOffset": 0.000165, "lonOffset": 0.0001171, "timeOffset": 126.4}, {"elevationOffset": 204.7, "latOffset": 0.0001363, "lonOffset": 0.0001, "timeOffset": 136.1}, {"elevationOffset": 204.7, "latOffset": 0.0001196, "lonOffset": 0.0001028, "timeOffset": 141.9}, {"elevationOffset": 204.7, "latOffset": 0.0001111, "lonOffset": 9.8e-05, "timeOffset": 143.0}, {"elevationOffset": 204.7, "latOffset": 0.0131071, "lonOffset": 9.5e-06, "timeOffset": 348.0}, {"elevationOffset": 12.6, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 437.8}, {"elevationOffset": 11.5, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 468.2}, {"elevationOffset": 10.0, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 474.0}, {"elevationOffset": 10.2, "latOffset": 0.0131071, "lonOffset": 7e-06, "timeOffset": 481.3}]}, "pathPrediction": {"confidence": 0.0, "radiusOfCurve": 0.0}}}]} -{"coreData": {"accelSet": {"accelYaw": 0.0}, "accuracy": {}, "brakes": {"abs": "unavailable", "auxBrakes": "unavailable", "brakeBoost": "unavailable", "scs": "unavailable", "traction": "unavailable", "wheelBrakes": {"leftFront": false, "leftRear": false, "rightFront": false, "rightRear": true, "unavailable": false}}, "heading": 270.4375, "id": "BEA10000", "msgCnt": 86, "position": {"elevation": 204.2, "latitude": 42.24576, "longitude": -83.62337}, "secMark": 700, "size": {}, "speed": 6.84}, "partII": [{"id": "vehicleSafetyExt", "value": {"pathHistory": {"crumbData": [{"elevationOffset": 9.5, "latOffset": 3.5e-06, "lonOffset": 0.0131071, "timeOffset": 33.2}, {"elevationOffset": 4.6, "latOffset": 7.4e-05, "lonOffset": 0.0131071, "timeOffset": 44.6}, {"elevationOffset": 3.5, "latOffset": 9.44e-05, "lonOffset": 5.1e-06, "timeOffset": 49.3}, {"elevationOffset": 204.7, "latOffset": 0.0001826, "lonOffset": 6.37e-05, "timeOffset": 71.7}, {"elevationOffset": 204.7, "latOffset": 0.0001313, "lonOffset": 6.06e-05, "timeOffset": 80.2}, {"elevationOffset": 204.7, "latOffset": 0.0001535, "lonOffset": 7.48e-05, "timeOffset": 92.9}, {"elevationOffset": 204.7, "latOffset": 0.000165, "lonOffset": 0.0001171, "timeOffset": 126.4}, {"elevationOffset": 204.7, "latOffset": 0.0001363, "lonOffset": 0.0001, "timeOffset": 136.1}, {"elevationOffset": 204.7, "latOffset": 0.0001196, "lonOffset": 0.0001028, "timeOffset": 141.9}, {"elevationOffset": 204.7, "latOffset": 0.0001111, "lonOffset": 9.8e-05, "timeOffset": 143.0}, {"elevationOffset": 204.7, "latOffset": 0.0131071, "lonOffset": 9.5e-06, "timeOffset": 348.0}, {"elevationOffset": 12.6, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 437.8}, {"elevationOffset": 11.5, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 468.2}, {"elevationOffset": 10.0, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 474.0}, {"elevationOffset": 10.2, "latOffset": 0.0131071, "lonOffset": 7e-06, "timeOffset": 481.3}]}, "pathPrediction": {"confidence": 0.0, "radiusOfCurve": 0.0}}}]} -{"coreData": {"accelSet": {"accelYaw": 0.0}, "accuracy": {}, "brakes": {"abs": "unavailable", "auxBrakes": "unavailable", "brakeBoost": "unavailable", "scs": "unavailable", "traction": "unavailable", "wheelBrakes": {"leftFront": false, "leftRear": false, "rightFront": false, "rightRear": true, "unavailable": false}}, "heading": 270.1375, "id": "BEA10000", "msgCnt": 87, "position": {"elevation": 204.2, "latitude": 42.24576, "longitude": -83.62338}, "secMark": 800, "size": {}, "speed": 6.74}, "partII": [{"id": "vehicleSafetyExt", "value": {"pathHistory": {"crumbData": [{"elevationOffset": 9.5, "latOffset": 3.5e-06, "lonOffset": 0.0131071, "timeOffset": 33.2}, {"elevationOffset": 4.6, "latOffset": 7.4e-05, "lonOffset": 0.0131071, "timeOffset": 44.6}, {"elevationOffset": 3.5, "latOffset": 9.44e-05, "lonOffset": 5.1e-06, "timeOffset": 49.3}, {"elevationOffset": 204.7, "latOffset": 0.0001826, "lonOffset": 6.37e-05, "timeOffset": 71.7}, {"elevationOffset": 204.7, "latOffset": 0.0001313, "lonOffset": 6.06e-05, "timeOffset": 80.2}, {"elevationOffset": 204.7, "latOffset": 0.0001535, "lonOffset": 7.48e-05, "timeOffset": 92.9}, {"elevationOffset": 204.7, "latOffset": 0.000165, "lonOffset": 0.0001171, "timeOffset": 126.4}, {"elevationOffset": 204.7, "latOffset": 0.0001363, "lonOffset": 0.0001, "timeOffset": 136.1}, {"elevationOffset": 204.7, "latOffset": 0.0001196, "lonOffset": 0.0001028, "timeOffset": 141.9}, {"elevationOffset": 204.7, "latOffset": 0.0001111, "lonOffset": 9.8e-05, "timeOffset": 143.0}, {"elevationOffset": 204.7, "latOffset": 0.0131071, "lonOffset": 9.5e-06, "timeOffset": 348.0}, {"elevationOffset": 12.6, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 437.8}, {"elevationOffset": 11.5, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 468.2}, {"elevationOffset": 10.0, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 474.0}, {"elevationOffset": 10.2, "latOffset": 0.0131071, "lonOffset": 7e-06, "timeOffset": 481.3}]}, "pathPrediction": {"confidence": 0.0, "radiusOfCurve": 0.0}}}]} +{"coreData": {"accelSet": {"accelYaw": 0.0}, "accuracy": {}, "brakes": {"abs": "unavailable", "auxBrakes": "unavailable", "brakeBoost": "unavailable", "scs": "unavailable", "traction": "unavailable", "wheelBrakes": {"leftFront": false, "leftRear": false, "rightFront": false, "rightRear": true, "unavailable": false}}, "heading": 52.8125, "id": "BEA10000", "msgCnt": 10, "position": {"elevation": 236.5, "latitude": 41.738136, "longitude": -106.587029}, "secMark": 18200, "size": {}, "speed": 7.02}, "partII": [{"id": "vehicleSafetyExt", "value": {"pathHistory": {"crumbData": [{"elevationOffset": 9.5, "latOffset": 3.5e-06, "lonOffset": 0.0131071, "timeOffset": 33.2}, {"elevationOffset": 4.6, "latOffset": 7.4e-05, "lonOffset": 0.0131071, "timeOffset": 44.6}, {"elevationOffset": 3.5, "latOffset": 9.44e-05, "lonOffset": 5.1e-06, "timeOffset": 49.3}, {"elevationOffset": 204.7, "latOffset": 0.0001826, "lonOffset": 6.37e-05, "timeOffset": 71.7}, {"elevationOffset": 204.7, "latOffset": 0.0001313, "lonOffset": 6.06e-05, "timeOffset": 80.2}, {"elevationOffset": 204.7, "latOffset": 0.0001535, "lonOffset": 7.48e-05, "timeOffset": 92.9}, {"elevationOffset": 204.7, "latOffset": 0.000165, "lonOffset": 0.0001171, "timeOffset": 126.4}, {"elevationOffset": 204.7, "latOffset": 0.0001363, "lonOffset": 0.0001, "timeOffset": 136.1}, {"elevationOffset": 204.7, "latOffset": 0.0001196, "lonOffset": 0.0001028, "timeOffset": 141.9}, {"elevationOffset": 204.7, "latOffset": 0.0001111, "lonOffset": 9.8e-05, "timeOffset": 143.0}, {"elevationOffset": 204.7, "latOffset": 0.0131071, "lonOffset": 9.5e-06, "timeOffset": 348.0}, {"elevationOffset": 12.6, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 437.8}, {"elevationOffset": 11.5, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 468.2}, {"elevationOffset": 10.0, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 474.0}, {"elevationOffset": 10.2, "latOffset": 0.0131071, "lonOffset": 7e-06, "timeOffset": 481.3}]}, "pathPrediction": {"confidence": 0.0, "radiusOfCurve": 0.0}}}]} +{"coreData": {"accelSet": {"accelYaw": 0.0}, "accuracy": {}, "brakes": {"abs": "unavailable", "auxBrakes": "unavailable", "brakeBoost": "unavailable", "scs": "unavailable", "traction": "unavailable", "wheelBrakes": {"leftFront": false, "leftRear": false, "rightFront": false, "rightRear": true, "unavailable": false}}, "heading": 55.55, "id": "BEA1111", "msgCnt": 11, "position": {"elevation": 236.5, "latitude": 41.608656, "longitude": -109.226824}, "secMark": 18300, "size": {}, "speed": 7.12}, "partII": [{"id": "vehicleSafetyExt", "value": {"pathHistory": {"crumbData": [{"elevationOffset": 9.5, "latOffset": 3.5e-06, "lonOffset": 0.0131071, "timeOffset": 33.2}, {"elevationOffset": 4.6, "latOffset": 7.4e-05, "lonOffset": 0.0131071, "timeOffset": 44.6}, {"elevationOffset": 3.5, "latOffset": 9.44e-05, "lonOffset": 5.1e-06, "timeOffset": 49.3}, {"elevationOffset": 204.7, "latOffset": 0.0001826, "lonOffset": 6.37e-05, "timeOffset": 71.7}, {"elevationOffset": 204.7, "latOffset": 0.0001313, "lonOffset": 6.06e-05, "timeOffset": 80.2}, {"elevationOffset": 204.7, "latOffset": 0.0001535, "lonOffset": 7.48e-05, "timeOffset": 92.9}, {"elevationOffset": 204.7, "latOffset": 0.000165, "lonOffset": 0.0001171, "timeOffset": 126.4}, {"elevationOffset": 204.7, "latOffset": 0.0001363, "lonOffset": 0.0001, "timeOffset": 136.1}, {"elevationOffset": 204.7, "latOffset": 0.0001196, "lonOffset": 0.0001028, "timeOffset": 141.9}, {"elevationOffset": 204.7, "latOffset": 0.0001111, "lonOffset": 9.8e-05, "timeOffset": 143.0}, {"elevationOffset": 204.7, "latOffset": 0.0131071, "lonOffset": 9.5e-06, "timeOffset": 348.0}, {"elevationOffset": 12.6, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 437.8}, {"elevationOffset": 11.5, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 468.2}, {"elevationOffset": 10.0, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 474.0}, {"elevationOffset": 10.2, "latOffset": 0.0131071, "lonOffset": 7e-06, "timeOffset": 481.3}]}, "pathPrediction": {"confidence": 0.0, "radiusOfCurve": 0.0}}}]} +{"coreData": {"accelSet": {"accelYaw": 0.0}, "accuracy": {}, "brakes": {"abs": "unavailable", "auxBrakes": "unavailable", "brakeBoost": "unavailable", "scs": "unavailable", "traction": "unavailable", "wheelBrakes": {"leftFront": false, "leftRear": false, "rightFront": false, "rightRear": true, "unavailable": false}}, "heading": 58.2125, "id": "BEA10000", "msgCnt": 12, "position": {"elevation": 236.3, "latitude": 41.311097, "longitude": -110.512927}, "secMark": 18400, "size": {}, "speed": 7.16}, "partII": [{"id": "vehicleSafetyExt", "value": {"pathHistory": {"crumbData": [{"elevationOffset": 9.5, "latOffset": 3.5e-06, "lonOffset": 0.0131071, "timeOffset": 33.2}, {"elevationOffset": 4.6, "latOffset": 7.4e-05, "lonOffset": 0.0131071, "timeOffset": 44.6}, {"elevationOffset": 3.5, "latOffset": 9.44e-05, "lonOffset": 5.1e-06, "timeOffset": 49.3}, {"elevationOffset": 204.7, "latOffset": 0.0001826, "lonOffset": 6.37e-05, "timeOffset": 71.7}, {"elevationOffset": 204.7, "latOffset": 0.0001313, "lonOffset": 6.06e-05, "timeOffset": 80.2}, {"elevationOffset": 204.7, "latOffset": 0.0001535, "lonOffset": 7.48e-05, "timeOffset": 92.9}, {"elevationOffset": 204.7, "latOffset": 0.000165, "lonOffset": 0.0001171, "timeOffset": 126.4}, {"elevationOffset": 204.7, "latOffset": 0.0001363, "lonOffset": 0.0001, "timeOffset": 136.1}, {"elevationOffset": 204.7, "latOffset": 0.0001196, "lonOffset": 0.0001028, "timeOffset": 141.9}, {"elevationOffset": 204.7, "latOffset": 0.0001111, "lonOffset": 9.8e-05, "timeOffset": 143.0}, {"elevationOffset": 204.7, "latOffset": 0.0131071, "lonOffset": 9.5e-06, "timeOffset": 348.0}, {"elevationOffset": 12.6, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 437.8}, {"elevationOffset": 11.5, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 468.2}, {"elevationOffset": 10.0, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 474.0}, {"elevationOffset": 10.2, "latOffset": 0.0131071, "lonOffset": 7e-06, "timeOffset": 481.3}]}, "pathPrediction": {"confidence": 0.0, "radiusOfCurve": 0.0}}}]} +{"coreData": {"accelSet": {"accelYaw": 0.0}, "accuracy": {}, "brakes": {"abs": "unavailable", "auxBrakes": "unavailable", "brakeBoost": "unavailable", "scs": "unavailable", "traction": "unavailable", "wheelBrakes": {"leftFront": false, "leftRear": false, "rightFront": false, "rightRear": true, "unavailable": false}}, "heading": 62.5875, "id": "BEA10000", "msgCnt": 13, "position": {"elevation": 236.3, "latitude": 41.246647, "longitude": -111.027436}, "secMark": 18500, "size": {}, "speed": 7.44}, "partII": [{"id": "vehicleSafetyExt", "value": {"pathHistory": {"crumbData": [{"elevationOffset": 9.5, "latOffset": 3.5e-06, "lonOffset": 0.0131071, "timeOffset": 33.2}, {"elevationOffset": 4.6, "latOffset": 7.4e-05, "lonOffset": 0.0131071, "timeOffset": 44.6}, {"elevationOffset": 3.5, "latOffset": 9.44e-05, "lonOffset": 5.1e-06, "timeOffset": 49.3}, {"elevationOffset": 204.7, "latOffset": 0.0001826, "lonOffset": 6.37e-05, "timeOffset": 71.7}, {"elevationOffset": 204.7, "latOffset": 0.0001313, "lonOffset": 6.06e-05, "timeOffset": 80.2}, {"elevationOffset": 204.7, "latOffset": 0.0001535, "lonOffset": 7.48e-05, "timeOffset": 92.9}, {"elevationOffset": 204.7, "latOffset": 0.000165, "lonOffset": 0.0001171, "timeOffset": 126.4}, {"elevationOffset": 204.7, "latOffset": 0.0001363, "lonOffset": 0.0001, "timeOffset": 136.1}, {"elevationOffset": 204.7, "latOffset": 0.0001196, "lonOffset": 0.0001028, "timeOffset": 141.9}, {"elevationOffset": 204.7, "latOffset": 0.0001111, "lonOffset": 9.8e-05, "timeOffset": 143.0}, {"elevationOffset": 204.7, "latOffset": 0.0131071, "lonOffset": 9.5e-06, "timeOffset": 348.0}, {"elevationOffset": 12.6, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 437.8}, {"elevationOffset": 11.5, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 468.2}, {"elevationOffset": 10.0, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 474.0}, {"elevationOffset": 10.2, "latOffset": 0.0131071, "lonOffset": 7e-06, "timeOffset": 481.3}]}, "pathPrediction": {"confidence": 0.0, "radiusOfCurve": 0.0}}}]} +{"coreData": {"accelSet": {"accelYaw": 0.0}, "accuracy": {}, "brakes": {"abs": "unavailable", "auxBrakes": "unavailable", "brakeBoost": "unavailable", "scs": "unavailable", "traction": "unavailable", "wheelBrakes": {"leftFront": false, "leftRear": false, "rightFront": false, "rightRear": true, "unavailable": false}}, "heading": 66.2875, "id": "BEA10000", "msgCnt": 14, "position": {"elevation": 236.3, "latitude": 41.600371, "longitude": -106.223410}, "secMark": 18600, "size": {}, "speed": 7.44}, "partII": [{"id": "vehicleSafetyExt", "value": {"pathHistory": {"crumbData": [{"elevationOffset": 9.5, "latOffset": 3.5e-06, "lonOffset": 0.0131071, "timeOffset": 33.2}, {"elevationOffset": 4.6, "latOffset": 7.4e-05, "lonOffset": 0.0131071, "timeOffset": 44.6}, {"elevationOffset": 3.5, "latOffset": 9.44e-05, "lonOffset": 5.1e-06, "timeOffset": 49.3}, {"elevationOffset": 204.7, "latOffset": 0.0001826, "lonOffset": 6.37e-05, "timeOffset": 71.7}, {"elevationOffset": 204.7, "latOffset": 0.0001313, "lonOffset": 6.06e-05, "timeOffset": 80.2}, {"elevationOffset": 204.7, "latOffset": 0.0001535, "lonOffset": 7.48e-05, "timeOffset": 92.9}, {"elevationOffset": 204.7, "latOffset": 0.000165, "lonOffset": 0.0001171, "timeOffset": 126.4}, {"elevationOffset": 204.7, "latOffset": 0.0001363, "lonOffset": 0.0001, "timeOffset": 136.1}, {"elevationOffset": 204.7, "latOffset": 0.0001196, "lonOffset": 0.0001028, "timeOffset": 141.9}, {"elevationOffset": 204.7, "latOffset": 0.0001111, "lonOffset": 9.8e-05, "timeOffset": 143.0}, {"elevationOffset": 204.7, "latOffset": 0.0131071, "lonOffset": 9.5e-06, "timeOffset": 348.0}, {"elevationOffset": 12.6, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 437.8}, {"elevationOffset": 11.5, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 468.2}, {"elevationOffset": 10.0, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 474.0}, {"elevationOffset": 10.2, "latOffset": 0.0131071, "lonOffset": 7e-06, "timeOffset": 481.3}]}, "pathPrediction": {"confidence": 0.0, "radiusOfCurve": 0.0}}}]} +{"coreData": {"accelSet": {"accelYaw": 0.0}, "accuracy": {}, "brakes": {"abs": "unavailable", "auxBrakes": "unavailable", "brakeBoost": "unavailable", "scs": "unavailable", "traction": "unavailable", "wheelBrakes": {"leftFront": false, "leftRear": false, "rightFront": false, "rightRear": true, "unavailable": false}}, "heading": 69.0625, "id": "BEA10000", "msgCnt": 15, "position": {"elevation": 236.3, "latitude": 42.29789, "longitude": -83.72035}, "secMark": 18700, "size": {}, "speed": 1.78}, "partII": [{"id": "vehicleSafetyExt", "value": {"pathHistory": {"crumbData": [{"elevationOffset": 9.5, "latOffset": 3.5e-06, "lonOffset": 0.0131071, "timeOffset": 33.2}, {"elevationOffset": 4.6, "latOffset": 7.4e-05, "lonOffset": 0.0131071, "timeOffset": 44.6}, {"elevationOffset": 3.5, "latOffset": 9.44e-05, "lonOffset": 5.1e-06, "timeOffset": 49.3}, {"elevationOffset": 204.7, "latOffset": 0.0001826, "lonOffset": 6.37e-05, "timeOffset": 71.7}, {"elevationOffset": 204.7, "latOffset": 0.0001313, "lonOffset": 6.06e-05, "timeOffset": 80.2}, {"elevationOffset": 204.7, "latOffset": 0.0001535, "lonOffset": 7.48e-05, "timeOffset": 92.9}, {"elevationOffset": 204.7, "latOffset": 0.000165, "lonOffset": 0.0001171, "timeOffset": 126.4}, {"elevationOffset": 204.7, "latOffset": 0.0001363, "lonOffset": 0.0001, "timeOffset": 136.1}, {"elevationOffset": 204.7, "latOffset": 0.0001196, "lonOffset": 0.0001028, "timeOffset": 141.9}, {"elevationOffset": 204.7, "latOffset": 0.0001111, "lonOffset": 9.8e-05, "timeOffset": 143.0}, {"elevationOffset": 204.7, "latOffset": 0.0131071, "lonOffset": 9.5e-06, "timeOffset": 348.0}, {"elevationOffset": 12.6, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 437.8}, {"elevationOffset": 11.5, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 468.2}, {"elevationOffset": 10.0, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 474.0}, {"elevationOffset": 10.2, "latOffset": 0.0131071, "lonOffset": 7e-06, "timeOffset": 481.3}]}, "pathPrediction": {"confidence": 0.0, "radiusOfCurve": 0.0}}}]} +{"coreData": {"accelSet": {"accelYaw": 0.0}, "accuracy": {}, "brakes": {"abs": "unavailable", "auxBrakes": "unavailable", "brakeBoost": "unavailable", "scs": "unavailable", "traction": "unavailable", "wheelBrakes": {"leftFront": false, "leftRear": false, "rightFront": false, "rightRear": true, "unavailable": false}}, "heading": 70.8375, "id": "BEA10000", "msgCnt": 16, "position": {"elevation": 236.5, "latitude": 42.29789, "longitude": -83.72034}, "secMark": 18800, "size": {}, "speed": 0.7}, "partII": [{"id": "vehicleSafetyExt", "value": {"pathHistory": {"crumbData": [{"elevationOffset": 9.5, "latOffset": 3.5e-06, "lonOffset": 0.0131071, "timeOffset": 33.2}, {"elevationOffset": 4.6, "latOffset": 7.4e-05, "lonOffset": 0.0131071, "timeOffset": 44.6}, {"elevationOffset": 3.5, "latOffset": 9.44e-05, "lonOffset": 5.1e-06, "timeOffset": 49.3}, {"elevationOffset": 204.7, "latOffset": 0.0001826, "lonOffset": 6.37e-05, "timeOffset": 71.7}, {"elevationOffset": 204.7, "latOffset": 0.0001313, "lonOffset": 6.06e-05, "timeOffset": 80.2}, {"elevationOffset": 204.7, "latOffset": 0.0001535, "lonOffset": 7.48e-05, "timeOffset": 92.9}, {"elevationOffset": 204.7, "latOffset": 0.000165, "lonOffset": 0.0001171, "timeOffset": 126.4}, {"elevationOffset": 204.7, "latOffset": 0.0001363, "lonOffset": 0.0001, "timeOffset": 136.1}, {"elevationOffset": 204.7, "latOffset": 0.0001196, "lonOffset": 0.0001028, "timeOffset": 141.9}, {"elevationOffset": 204.7, "latOffset": 0.0001111, "lonOffset": 9.8e-05, "timeOffset": 143.0}, {"elevationOffset": 204.7, "latOffset": 0.0131071, "lonOffset": 9.5e-06, "timeOffset": 348.0}, {"elevationOffset": 12.6, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 437.8}, {"elevationOffset": 11.5, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 468.2}, {"elevationOffset": 10.0, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 474.0}, {"elevationOffset": 10.2, "latOffset": 0.0131071, "lonOffset": 7e-06, "timeOffset": 481.3}]}, "pathPrediction": {"confidence": 0.0, "radiusOfCurve": 0.0}}}]} +{"coreData": {"accelSet": {"accelYaw": 0.0}, "accuracy": {}, "brakes": {"abs": "unavailable", "auxBrakes": "unavailable", "brakeBoost": "unavailable", "scs": "unavailable", "traction": "unavailable", "wheelBrakes": {"leftFront": false, "leftRear": false, "rightFront": false, "rightRear": true, "unavailable": false}}, "heading": 270.425, "id": "BEA10000", "msgCnt": 85, "position": {"elevation": 204.1, "latitude": 42.24576, "longitude": -83.62337}, "secMark": 600, "size": {}, "speed": 6.86}, "partII": [{"id": "vehicleSafetyExt", "value": {"pathHistory": {"crumbData": [{"elevationOffset": 9.5, "latOffset": 3.5e-06, "lonOffset": 0.0131071, "timeOffset": 33.2}, {"elevationOffset": 4.6, "latOffset": 7.4e-05, "lonOffset": 0.0131071, "timeOffset": 44.6}, {"elevationOffset": 3.5, "latOffset": 9.44e-05, "lonOffset": 5.1e-06, "timeOffset": 49.3}, {"elevationOffset": 204.7, "latOffset": 0.0001826, "lonOffset": 6.37e-05, "timeOffset": 71.7}, {"elevationOffset": 204.7, "latOffset": 0.0001313, "lonOffset": 6.06e-05, "timeOffset": 80.2}, {"elevationOffset": 204.7, "latOffset": 0.0001535, "lonOffset": 7.48e-05, "timeOffset": 92.9}, {"elevationOffset": 204.7, "latOffset": 0.000165, "lonOffset": 0.0001171, "timeOffset": 126.4}, {"elevationOffset": 204.7, "latOffset": 0.0001363, "lonOffset": 0.0001, "timeOffset": 136.1}, {"elevationOffset": 204.7, "latOffset": 0.0001196, "lonOffset": 0.0001028, "timeOffset": 141.9}, {"elevationOffset": 204.7, "latOffset": 0.0001111, "lonOffset": 9.8e-05, "timeOffset": 143.0}, {"elevationOffset": 204.7, "latOffset": 0.0131071, "lonOffset": 9.5e-06, "timeOffset": 348.0}, {"elevationOffset": 12.6, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 437.8}, {"elevationOffset": 11.5, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 468.2}, {"elevationOffset": 10.0, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 474.0}, {"elevationOffset": 10.2, "latOffset": 0.0131071, "lonOffset": 7e-06, "timeOffset": 481.3}]}, "pathPrediction": {"confidence": 0.0, "radiusOfCurve": 0.0}}}]} +{"coreData": {"accelSet": {"accelYaw": 0.0}, "accuracy": {}, "brakes": {"abs": "unavailable", "auxBrakes": "unavailable", "brakeBoost": "unavailable", "scs": "unavailable", "traction": "unavailable", "wheelBrakes": {"leftFront": false, "leftRear": false, "rightFront": false, "rightRear": true, "unavailable": false}}, "heading": 270.4375, "id": "BEA10000", "msgCnt": 86, "position": {"elevation": 204.2, "latitude": 42.24576, "longitude": -83.62337}, "secMark": 700, "size": {}, "speed": 6.84}, "partII": [{"id": "vehicleSafetyExt", "value": {"pathHistory": {"crumbData": [{"elevationOffset": 9.5, "latOffset": 3.5e-06, "lonOffset": 0.0131071, "timeOffset": 33.2}, {"elevationOffset": 4.6, "latOffset": 7.4e-05, "lonOffset": 0.0131071, "timeOffset": 44.6}, {"elevationOffset": 3.5, "latOffset": 9.44e-05, "lonOffset": 5.1e-06, "timeOffset": 49.3}, {"elevationOffset": 204.7, "latOffset": 0.0001826, "lonOffset": 6.37e-05, "timeOffset": 71.7}, {"elevationOffset": 204.7, "latOffset": 0.0001313, "lonOffset": 6.06e-05, "timeOffset": 80.2}, {"elevationOffset": 204.7, "latOffset": 0.0001535, "lonOffset": 7.48e-05, "timeOffset": 92.9}, {"elevationOffset": 204.7, "latOffset": 0.000165, "lonOffset": 0.0001171, "timeOffset": 126.4}, {"elevationOffset": 204.7, "latOffset": 0.0001363, "lonOffset": 0.0001, "timeOffset": 136.1}, {"elevationOffset": 204.7, "latOffset": 0.0001196, "lonOffset": 0.0001028, "timeOffset": 141.9}, {"elevationOffset": 204.7, "latOffset": 0.0001111, "lonOffset": 9.8e-05, "timeOffset": 143.0}, {"elevationOffset": 204.7, "latOffset": 0.0131071, "lonOffset": 9.5e-06, "timeOffset": 348.0}, {"elevationOffset": 12.6, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 437.8}, {"elevationOffset": 11.5, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 468.2}, {"elevationOffset": 10.0, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 474.0}, {"elevationOffset": 10.2, "latOffset": 0.0131071, "lonOffset": 7e-06, "timeOffset": 481.3}]}, "pathPrediction": {"confidence": 0.0, "radiusOfCurve": 0.0}}}]} +{"coreData": {"accelSet": {"accelYaw": 0.0}, "accuracy": {}, "brakes": {"abs": "unavailable", "auxBrakes": "unavailable", "brakeBoost": "unavailable", "scs": "unavailable", "traction": "unavailable", "wheelBrakes": {"leftFront": false, "leftRear": false, "rightFront": false, "rightRear": true, "unavailable": false}}, "heading": 270.1375, "id": "BEA10000", "msgCnt": 87, "position": {"elevation": 204.2, "latitude": 42.24576, "longitude": -83.62338}, "secMark": 800, "size": {}, "speed": 6.74}, "partII": [{"id": "vehicleSafetyExt", "value": {"pathHistory": {"crumbData": [{"elevationOffset": 9.5, "latOffset": 3.5e-06, "lonOffset": 0.0131071, "timeOffset": 33.2}, {"elevationOffset": 4.6, "latOffset": 7.4e-05, "lonOffset": 0.0131071, "timeOffset": 44.6}, {"elevationOffset": 3.5, "latOffset": 9.44e-05, "lonOffset": 5.1e-06, "timeOffset": 49.3}, {"elevationOffset": 204.7, "latOffset": 0.0001826, "lonOffset": 6.37e-05, "timeOffset": 71.7}, {"elevationOffset": 204.7, "latOffset": 0.0001313, "lonOffset": 6.06e-05, "timeOffset": 80.2}, {"elevationOffset": 204.7, "latOffset": 0.0001535, "lonOffset": 7.48e-05, "timeOffset": 92.9}, {"elevationOffset": 204.7, "latOffset": 0.000165, "lonOffset": 0.0001171, "timeOffset": 126.4}, {"elevationOffset": 204.7, "latOffset": 0.0001363, "lonOffset": 0.0001, "timeOffset": 136.1}, {"elevationOffset": 204.7, "latOffset": 0.0001196, "lonOffset": 0.0001028, "timeOffset": 141.9}, {"elevationOffset": 204.7, "latOffset": 0.0001111, "lonOffset": 9.8e-05, "timeOffset": 143.0}, {"elevationOffset": 204.7, "latOffset": 0.0131071, "lonOffset": 9.5e-06, "timeOffset": 348.0}, {"elevationOffset": 12.6, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 437.8}, {"elevationOffset": 11.5, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 468.2}, {"elevationOffset": 10.0, "latOffset": 0.0131071, "lonOffset": 0.0131071, "timeOffset": 474.0}, {"elevationOffset": 10.2, "latOffset": 0.0131071, "lonOffset": 7e-06, "timeOffset": 481.3}]}, "pathPrediction": {"confidence": 0.0, "radiusOfCurve": 0.0}}}]} diff --git a/data/TIM_Message_Testing_Files/TIM_BroadcastSampleOutput.json b/data/TIM_Message_Testing_Files/TIM_BroadcastSampleOutput.json index e347d8811..88c4e682c 100644 --- a/data/TIM_Message_Testing_Files/TIM_BroadcastSampleOutput.json +++ b/data/TIM_Message_Testing_Files/TIM_BroadcastSampleOutput.json @@ -1,24 +1,24 @@ -{"metadata":{"request":{"ode":{"verb":"POST","version":3},"sdw":{"serviceRegion":{"nwCorner":{"latitude":44.998459,"longitude":-111.040817},"seCorner":{"latitude":41.104674,"longitude":-104.111312}},"ttl":"oneweek"},"rsus":{"rsus":{"rsuTarget":"127.0.0.3","rsuUsername":"v3user","rsuRetries":1,"rsuTimeout":1000,"rsuPassword":"*","rsuIndex":10}},"snmp":{"mode":1,"deliverystop":"2018-01-01T17:47:11-05:15","rsuid":"00000083","deliverystart":"2017-06-01T17:47:11-05:00","enable":1,"channel":178,"msgid":31,"interval":2,"status":4}},"recordGeneratedBy":"TMC","schemaVersion":6,"payloadType":"us.dot.its.jpo.ode.model.OdeTimPayload","serialId":{"recordId":0,"serialNumber":29,"streamId":"162a21ba-bd99-4225-ac9d-b3dc66d02439","bundleSize":1,"bundleId":29},"sanitized":false,"recordGeneratedAt":"2017-03-13T06:07:11Z","odeReceivedAt":"2019-03-12T19:50:39.058Z"},"payload":{"data":{"AdvisorySituationData":{"recordID":"00000000","timeToLive":3,"serviceRegion":{"nwCorner":{"lat":449984590,"long":-1110408170},"seCorner":{"lat":411046740,"long":-1041113120}},"asdmDetails":{"advisoryMessage":{"Ieee1609Dot2Data":{"protocolVersion":3,"content":{"unsecuredData":{"MessageFrame":{"messageId":31,"value":{"TravelerInformation":{"timeStamp":102607,"packetID":"EC9C236B0000000000","urlB":null,"dataFrames":{"TravelerDataFrame":{"regions":{"GeographicalPath":{"closedPath":{"false":""},"anchor":{"elevation":9171,"lat":416784730,"long":-1087827750},"name":"bob","laneWidth":700,"directionality":{"both":""},"description":{"geometry":{"extent":1,"laneWidth":3300,"circle":{"center":{"elevation":9171,"lat":416784730,"long":-1087827750},"units":{"mile":""},"radius":15},"direction":1010101010101010}},"id":{"id":33,"region":23},"direction":1010101010101010}},"duratonTime":22,"sspMsgRights1":2,"sspMsgRights2":3,"startYear":2017,"msgId":{"roadSignID":{"crc":"ABCD","viewAngle":1010101010101010,"mutcdCode":{"warning":""},"position":{"elevation":9171,"lat":416784730,"long":-1087827750}}},"priority":0,"content":{"advisory":{"SEQUENCE":{"item":{"itis":250}}}},"url":null,"sspTimRights":0,"sspLocationRights":3,"frameType":{"advisory":""},"startTime":482327}},"msgCnt":13}}}}}}},"startTime":{"month":6,"hour":17,"year":2017,"day":1,"minute":47},"stopTime":{"month":1,"hour":17,"year":2018,"day":1,"minute":47},"distType":"03","asdmType":2,"asdmID":"DE9AAC79"},"requestID":"DE9AAC79","groupID":"00000000","dialogID":156,"seqID":5}},"dataType":"TravelerInformation"}} -{"metadata":{"request":{"ode":{"version":3,"verb":"POST"},"sdw":{"serviceRegion":{"nwCorner":{"latitude":44.998459,"longitude":-111.040817},"seCorner":{"latitude":41.104674,"longitude":-104.111312}},"ttl":"oneweek"},"rsus":[{"rsuTarget":"127.0.0.3","rsuUsername":"v3user","rsuPassword":"*","rsuRetries":1,"rsuTimeout":1000,"rsuIndex":10}],"snmp":{"rsuid":"00000083","msgid":31,"mode":1,"channel":178,"interval":2,"deliverystart":"2017-06-01T17:47:11-05:00","deliverystop":"2018-01-01T17:47:11-05:15","enable":1,"status":4}},"payloadType":"us.dot.its.jpo.ode.model.OdeMsgPayload","serialId":{"streamId":"5d45936b-b91f-4bb3-992f-7b1a80a751b8","bundleSize":1,"bundleId":29,"recordId":0,"serialNumber":29},"odeReceivedAt":"2019-03-12T19:50:39.057Z","schemaVersion":6,"recordGeneratedAt":"2017-03-13T06:07:11Z","recordGeneratedBy":"TMC","sanitized":false},"payload":{"dataType":"us.dot.its.jpo.ode.plugin.j2735.OdeTravelerInformationMessage","data":{"msgCnt":13,"timeStamp":"2017-03-13T01:07:11-05:00","packetID":"EC9C236B0000000000","urlB":"null","dataframes":[{"sspTimRights":0,"frameType":"advisory","msgId":{"roadSignID":{"position":{"latitude":41.678473,"longitude":-108.782775,"elevation":917.1432},"viewAngle":"1010101010101010","mutcdCode":"warning","crc":"ABCD"}},"startDateTime":"2017-12-01T17:47:11-05:00","durationTime":22,"priority":0,"sspLocationRights":3,"regions":[{"name":"bob","regulatorID":23,"segmentID":33,"anchorPosition":{"latitude":41.678473,"longitude":-108.782775,"elevation":917.1432},"laneWidth":7,"directionality":"3","closedPath":false,"direction":"1010101010101010","description":"geometry","geometry":{"direction":"1010101010101010","extent":1,"laneWidth":33,"circle":{"position":{"latitude":41.678473,"longitude":-108.782775,"elevation":917.1432},"radius":15,"units":"7"}}}],"sspMsgTypes":2,"sspMsgContent":3,"content":"Advisory","items":["250"],"url":"null"}]}}} -{"metadata":{"request":{"ode":{"verb":"POST","version":3},"sdw":{"serviceRegion":{"nwCorner":{"latitude":44.998459,"longitude":-111.040817},"seCorner":{"latitude":41.104674,"longitude":-104.111312}},"ttl":"oneweek"},"rsus":{"rsus":{"rsuTarget":"127.0.0.3","rsuUsername":"v3user","rsuRetries":1,"rsuTimeout":1000,"rsuPassword":"*","rsuIndex":10}},"snmp":{"mode":1,"deliverystop":"2018-01-01T17:47:11-05:15","rsuid":"00000083","deliverystart":"2017-06-01T17:47:11-05:00","enable":1,"channel":178,"msgid":31,"interval":2,"status":4}},"recordGeneratedBy":"TMC","schemaVersion":6,"payloadType":"us.dot.its.jpo.ode.model.OdeTimPayload","serialId":{"recordId":0,"serialNumber":28,"streamId":"162a21ba-bd99-4225-ac9d-b3dc66d02439","bundleSize":1,"bundleId":28},"sanitized":false,"recordGeneratedAt":"2017-03-13T06:07:11Z","odeReceivedAt":"2019-03-12T19:50:38.120Z"},"payload":{"data":{"AdvisorySituationData":{"recordID":"00000000","timeToLive":3,"serviceRegion":{"nwCorner":{"lat":449984590,"long":-1110408170},"seCorner":{"lat":411046740,"long":-1041113120}},"asdmDetails":{"advisoryMessage":{"Ieee1609Dot2Data":{"protocolVersion":3,"content":{"unsecuredData":{"MessageFrame":{"messageId":31,"value":{"TravelerInformation":{"timeStamp":102607,"packetID":"EC9C236B0000000000","urlB":null,"dataFrames":{"TravelerDataFrame":{"regions":{"GeographicalPath":{"closedPath":{"false":""},"anchor":{"elevation":9171,"lat":416784730,"long":-1087827750},"name":"bob","laneWidth":700,"directionality":{"both":""},"description":{"geometry":{"extent":1,"laneWidth":3300,"circle":{"center":{"elevation":9171,"lat":416784730,"long":-1087827750},"units":{"mile":""},"radius":15},"direction":1010101010101010}},"id":{"id":33,"region":23},"direction":1010101010101010}},"duratonTime":22,"sspMsgRights1":2,"sspMsgRights2":3,"startYear":2017,"msgId":{"roadSignID":{"crc":"0000","viewAngle":1010101010101010,"mutcdCode":{"warning":""},"position":{"elevation":9171,"lat":416784730,"long":-1087827750}}},"priority":0,"content":{"advisory":{"SEQUENCE":{"item":{"itis":250}}}},"url":null,"sspTimRights":0,"sspLocationRights":3,"frameType":{"advisory":""},"startTime":482327}},"msgCnt":13}}}}}}},"startTime":{"month":6,"hour":17,"year":2017,"day":1,"minute":47},"stopTime":{"month":1,"hour":17,"year":2018,"day":1,"minute":47},"distType":"03","asdmType":2,"asdmID":19595894},"requestID":19595894,"groupID":"00000000","dialogID":156,"seqID":5}},"dataType":"TravelerInformation"}} -{"metadata":{"request":{"ode":{"version":3,"verb":"POST"},"sdw":{"serviceRegion":{"nwCorner":{"latitude":44.998459,"longitude":-111.040817},"seCorner":{"latitude":41.104674,"longitude":-104.111312}},"ttl":"oneweek"},"rsus":[{"rsuTarget":"127.0.0.3","rsuUsername":"v3user","rsuPassword":"*","rsuRetries":1,"rsuTimeout":1000,"rsuIndex":10}],"snmp":{"rsuid":"00000083","msgid":31,"mode":1,"channel":178,"interval":2,"deliverystart":"2017-06-01T17:47:11-05:00","deliverystop":"2018-01-01T17:47:11-05:15","enable":1,"status":4}},"payloadType":"us.dot.its.jpo.ode.model.OdeMsgPayload","serialId":{"streamId":"5d45936b-b91f-4bb3-992f-7b1a80a751b8","bundleSize":1,"bundleId":28,"recordId":0,"serialNumber":28},"odeReceivedAt":"2019-03-12T19:50:38.118Z","schemaVersion":6,"recordGeneratedAt":"2017-03-13T06:07:11Z","recordGeneratedBy":"TMC","sanitized":false},"payload":{"dataType":"us.dot.its.jpo.ode.plugin.j2735.OdeTravelerInformationMessage","data":{"msgCnt":13,"timeStamp":"2017-03-13T01:07:11-05:00","packetID":"EC9C236B0000000000","urlB":"null","dataframes":[{"sspTimRights":0,"frameType":"advisory","msgId":{"roadSignID":{"position":{"latitude":41.678473,"longitude":-108.782775,"elevation":917.1432},"viewAngle":"1010101010101010","mutcdCode":"warning","crc":"0000"}},"startDateTime":"2017-12-01T17:47:11-05:00","durationTime":22,"priority":0,"sspLocationRights":3,"regions":[{"name":"bob","regulatorID":23,"segmentID":33,"anchorPosition":{"latitude":41.678473,"longitude":-108.782775,"elevation":917.1432},"laneWidth":7,"directionality":"3","closedPath":false,"direction":"1010101010101010","description":"geometry","geometry":{"direction":"1010101010101010","extent":1,"laneWidth":33,"circle":{"position":{"latitude":41.678473,"longitude":-108.782775,"elevation":917.1432},"radius":15,"units":"7"}}}],"sspMsgTypes":2,"sspMsgContent":3,"content":"Advisory","items":["250"],"url":"null"}]}}} -{"metadata":{"request":{"ode":{"verb":"POST","version":3},"sdw":{"serviceRegion":{"nwCorner":{"latitude":44.998459,"longitude":-111.040817},"seCorner":{"latitude":41.104674,"longitude":-104.111312}},"ttl":"oneweek"},"rsus":{"rsus":[{"rsuTarget":"127.0.0.1","rsuUsername":"v3user","rsuRetries":0,"rsuTimeout":2000,"rsuPassword":"*","rsuIndex":10},{"rsuTarget":"127.0.0.2","rsuUsername":"v3user","rsuRetries":1,"rsuTimeout":1000,"rsuPassword":"*","rsuIndex":10},{"rsuTarget":"127.0.0.3","rsuUsername":"v3user","rsuRetries":1,"rsuTimeout":1000,"rsuPassword":"*","rsuIndex":10}]},"snmp":{"mode":1,"deliverystop":"2018-01-01T17:47:11-05:15","rsuid":"00000083","deliverystart":"2017-06-01T17:47:11-05:00","enable":1,"channel":178,"msgid":31,"interval":2,"status":4}},"recordGeneratedBy":"TMC","schemaVersion":6,"payloadType":"us.dot.its.jpo.ode.model.OdeTimPayload","serialId":{"recordId":0,"serialNumber":27,"streamId":"162a21ba-bd99-4225-ac9d-b3dc66d02439","bundleSize":1,"bundleId":27},"sanitized":false,"recordGeneratedAt":"2017-03-13T06:07:11Z","odeReceivedAt":"2019-03-12T19:50:37.242Z"},"payload":{"data":{"AdvisorySituationData":{"recordID":"00000000","timeToLive":3,"serviceRegion":{"nwCorner":{"lat":449984590,"long":-1110408170},"seCorner":{"lat":411046740,"long":-1041113120}},"asdmDetails":{"advisoryMessage":{"Ieee1609Dot2Data":{"protocolVersion":3,"content":{"unsecuredData":{"MessageFrame":{"messageId":31,"value":{"TravelerInformation":{"timeStamp":102607,"packetID":"EC9C236B0000000000","urlB":null,"dataFrames":{"TravelerDataFrame":{"regions":{"GeographicalPath":{"closedPath":{"false":""},"anchor":{"elevation":9171,"lat":416784730,"long":-1087827750},"name":"bob","laneWidth":700,"directionality":{"both":""},"description":{"geometry":{"extent":1,"laneWidth":3300,"circle":{"center":{"elevation":9171,"lat":416784730,"long":-1087827750},"units":{"mile":""},"radius":15},"direction":1010101010101010}},"id":{"id":33,"region":23},"direction":1010101010101010}},"duratonTime":22,"sspMsgRights1":2,"sspMsgRights2":3,"startYear":2017,"msgId":{"roadSignID":{"crc":"0000","viewAngle":1010101010101010,"mutcdCode":{"warning":""},"position":{"elevation":9171,"lat":416784730,"long":-1087827750}}},"priority":0,"content":{"advisory":{"SEQUENCE":{"item":{"itis":250}}}},"url":null,"sspTimRights":0,"sspLocationRights":3,"frameType":{"advisory":""},"startTime":482327}},"msgCnt":13}}}}}}},"startTime":{"month":6,"hour":17,"year":2017,"day":1,"minute":47},"stopTime":{"month":1,"hour":17,"year":2018,"day":1,"minute":47},"distType":"03","asdmType":2,"asdmID":"C7062151"},"requestID":"C7062151","groupID":"00000000","dialogID":156,"seqID":5}},"dataType":"TravelerInformation"}} -{"metadata":{"request":{"ode":{"version":3,"verb":"POST"},"sdw":{"serviceRegion":{"nwCorner":{"latitude":44.998459,"longitude":-111.040817},"seCorner":{"latitude":41.104674,"longitude":-104.111312}},"ttl":"oneweek"},"rsus":[{"rsuTarget":"127.0.0.1","rsuUsername":"v3user","rsuPassword":"*","rsuRetries":0,"rsuTimeout":2000,"rsuIndex":10},{"rsuTarget":"127.0.0.2","rsuUsername":"v3user","rsuPassword":"*","rsuRetries":1,"rsuTimeout":1000,"rsuIndex":10},{"rsuTarget":"127.0.0.3","rsuUsername":"v3user","rsuPassword":"*","rsuRetries":1,"rsuTimeout":1000,"rsuIndex":10}],"snmp":{"rsuid":"00000083","msgid":31,"mode":1,"channel":178,"interval":2,"deliverystart":"2017-06-01T17:47:11-05:00","deliverystop":"2018-01-01T17:47:11-05:15","enable":1,"status":4}},"payloadType":"us.dot.its.jpo.ode.model.OdeMsgPayload","serialId":{"streamId":"5d45936b-b91f-4bb3-992f-7b1a80a751b8","bundleSize":1,"bundleId":27,"recordId":0,"serialNumber":27},"odeReceivedAt":"2019-03-12T19:50:37.240Z","schemaVersion":6,"recordGeneratedAt":"2017-03-13T06:07:11Z","recordGeneratedBy":"TMC","sanitized":false},"payload":{"dataType":"us.dot.its.jpo.ode.plugin.j2735.OdeTravelerInformationMessage","data":{"msgCnt":13,"timeStamp":"2017-03-13T01:07:11-05:00","packetID":"EC9C236B0000000000","urlB":"null","dataframes":[{"sspTimRights":0,"frameType":"advisory","msgId":{"roadSignID":{"position":{"latitude":41.678473,"longitude":-108.782775,"elevation":917.1432},"viewAngle":"1010101010101010","mutcdCode":"warning","crc":"0000"}},"startDateTime":"2017-12-01T17:47:11-05:00","durationTime":22,"priority":0,"sspLocationRights":3,"regions":[{"name":"bob","regulatorID":23,"segmentID":33,"anchorPosition":{"latitude":41.678473,"longitude":-108.782775,"elevation":917.1432},"laneWidth":7,"directionality":"3","closedPath":false,"direction":"1010101010101010","description":"geometry","geometry":{"direction":"1010101010101010","extent":1,"laneWidth":33,"circle":{"position":{"latitude":41.678473,"longitude":-108.782775,"elevation":917.1432},"radius":15,"units":"7"}}}],"sspMsgTypes":2,"sspMsgContent":3,"content":"Advisory","items":["250"],"url":"null"}]}}} -{"metadata":{"request":{"ode":{"verb":"POST","version":3},"sdw":{"serviceRegion":{"nwCorner":{"latitude":44.998459,"longitude":-111.040817},"seCorner":{"latitude":41.104674,"longitude":-104.111312}},"ttl":"oneweek"}},"recordGeneratedBy":"TMC","schemaVersion":6,"payloadType":"us.dot.its.jpo.ode.model.OdeTimPayload","serialId":{"recordId":0,"serialNumber":26,"streamId":"162a21ba-bd99-4225-ac9d-b3dc66d02439","bundleSize":1,"bundleId":26},"sanitized":false,"recordGeneratedAt":"2018-04-18T18:38:52.914Z","odeReceivedAt":"2019-03-12T19:50:36.350Z"},"payload":{"data":{"AdvisorySituationData":{"recordID":"00000000","timeToLive":3,"serviceRegion":{"nwCorner":{"lat":449984590,"long":-1110408170},"seCorner":{"lat":411046740,"long":-1041113120}},"asdmDetails":{"advisoryMessage":{"Ieee1609Dot2Data":{"protocolVersion":3,"content":{"unsecuredData":{"MessageFrame":{"messageId":31,"value":{"TravelerInformation":{"timeStamp":155198,"packetID":"0000002316f1b0eed3","urlB":null,"dataFrames":{"TravelerDataFrame":{"regions":{"GeographicalPath":{"closedPath":{"false":""},"anchor":{"lat":405730680,"long":-1050490160},"name":"southbound_Timberline_20_30_RSU-192.168.0.100","laneWidth":32700,"directionality":{"both":""},"description":{"path":{"offset":{"xy":{"nodes":{"NodeXY":[{"delta":{"node-LatLon":{"lon":-1050473550,"lat":405724290}}},{"delta":{"node-LatLon":{"lon":-1050468440,"lat":405722280}}},{"delta":{"node-LatLon":{"lon":-1050465900,"lat":405721130}}},{"delta":{"node-LatLon":{"lon":-1050462430,"lat":405719100}}},{"delta":{"node-LatLon":{"lon":-1050459360,"lat":405716750}}},{"delta":{"node-LatLon":{"lon":-1050456740,"lat":405714220}}},{"delta":{"node-LatLon":{"lon":-1050454500,"lat":405711310}}},{"delta":{"node-LatLon":{"lon":-1050452350,"lat":405707240}}},{"delta":{"node-LatLon":{"lon":-1050451130,"lat":405702930}}},{"delta":{"node-LatLon":{"lon":-1050450870,"lat":405698480}}}]}}},"scale":0}},"id":{"id":0,"region":0},"direction":1111111111111111}},"duratonTime":2000,"sspMsgRights1":1,"sspMsgRights2":1,"startYear":2018,"msgId":{"roadSignID":{"viewAngle":1111111111111111,"mutcdCode":{"warning":""},"position":{"lat":411139330,"long":-1048507720}}},"priority":5,"content":{"advisory":{"SEQUENCE":[{"item":{"itis":125}},{"item":{"text":"some text"}},{"item":{"itis":250}},{"item":{"text":98765}}]}},"url":null,"sspTimRights":1,"sspLocationRights":1,"frameType":{"advisory":""},"startTime":155120}},"msgCnt":1}}}}}}},"startTime":{"month":0,"hour":31,"year":0,"day":0,"minute":60},"stopTime":{"month":0,"hour":31,"year":0,"day":0,"minute":60},"distType":"02","asdmType":2,"asdmID":"C064E753"},"requestID":"C064E753","groupID":"00000000","dialogID":156,"seqID":5}},"dataType":"TravelerInformation"}} -{"metadata":{"request":{"ode":{"version":3,"verb":"POST"},"sdw":{"serviceRegion":{"nwCorner":{"latitude":44.998459,"longitude":-111.040817},"seCorner":{"latitude":41.104674,"longitude":-104.111312}},"ttl":"oneweek"}},"payloadType":"us.dot.its.jpo.ode.model.OdeMsgPayload","serialId":{"streamId":"5d45936b-b91f-4bb3-992f-7b1a80a751b8","bundleSize":1,"bundleId":26,"recordId":0,"serialNumber":26},"odeReceivedAt":"2019-03-12T19:50:36.348Z","schemaVersion":6,"recordGeneratedAt":"2018-04-18T18:38:52.914Z","recordGeneratedBy":"TMC","sanitized":false},"payload":{"dataType":"us.dot.its.jpo.ode.plugin.j2735.OdeTravelerInformationMessage","data":{"msgCnt":1,"timeStamp":"2018-04-18T18:38:52.914Z","packetID":"0000002316f1b0eed3","urlB":"null","dataframes":[{"sspTimRights":1,"frameType":"advisory","msgId":{"roadSignID":{"position":{"latitude":41.113933,"longitude":-104.850772},"viewAngle":"1111111111111111","mutcdCode":"warning"}},"startDateTime":"2018-04-18T11:20-06:00","durationTime":2000,"priority":5,"sspLocationRights":1,"regions":[{"name":"southbound_Timberline_20_30_RSU-192.168.0.100","regulatorID":0,"segmentID":0,"anchorPosition":{"latitude":40.573068,"longitude":-105.049016},"laneWidth":327,"directionality":"3","closedPath":false,"direction":"1111111111111111","description":"path","path":{"scale":0,"type":"xy","nodes":[{"delta":"node-LatLon","nodeLat":40.572429,"nodeLong":-105.047355},{"delta":"node-LatLon","nodeLat":40.572228,"nodeLong":-105.046844},{"delta":"node-LatLon","nodeLat":40.572113,"nodeLong":-105.04659},{"delta":"node-LatLon","nodeLat":40.57191,"nodeLong":-105.046243},{"delta":"node-LatLon","nodeLat":40.571675,"nodeLong":-105.045936},{"delta":"node-LatLon","nodeLat":40.571422,"nodeLong":-105.045674},{"delta":"node-LatLon","nodeLat":40.571131,"nodeLong":-105.04545},{"delta":"node-LatLon","nodeLat":40.570724,"nodeLong":-105.045235},{"delta":"node-LatLon","nodeLat":40.570293,"nodeLong":-105.045113},{"delta":"node-LatLon","nodeLat":40.569848,"nodeLong":-105.045087}]}}],"sspMsgTypes":1,"sspMsgContent":1,"content":"Advisory","items":["125","some text","250","\u002798765"],"url":"null"}]}}} -{"metadata":{"request":{"ode":{"verb":"POST","version":3},"rsus":{"rsus":[{"rsuTarget":"127.0.0.1","rsuUsername":"v3user","rsuRetries":0,"rsuTimeout":2000,"rsuPassword":"*","rsuIndex":10},{"rsuTarget":"127.0.0.2","rsuUsername":"v3user","rsuRetries":1,"rsuTimeout":1000,"rsuPassword":"*","rsuIndex":10},{"rsuTarget":"127.0.0.3","rsuUsername":"v3user","rsuRetries":1,"rsuTimeout":1000,"rsuPassword":"*","rsuIndex":10}]},"snmp":{"mode":1,"deliverystop":"2018-01-01T17:47:11-05:15","rsuid":"00000083","deliverystart":"2017-06-01T17:47:11-05:00","enable":1,"channel":178,"msgid":31,"interval":2,"status":4}},"recordGeneratedBy":"TMC","schemaVersion":6,"payloadType":"us.dot.its.jpo.ode.model.OdeTimPayload","serialId":{"recordId":0,"serialNumber":25,"streamId":"162a21ba-bd99-4225-ac9d-b3dc66d02439","bundleSize":1,"bundleId":25},"sanitized":false,"recordGeneratedAt":"2018-04-18T18:38:52.914Z","odeReceivedAt":"2019-03-12T19:50:35.499Z"},"payload":{"data":{"MessageFrame":{"messageId":31,"value":{"TravelerInformation":{"timeStamp":155198,"packetID":"0000002316f1b0eed3","urlB":null,"dataFrames":{"TravelerDataFrame":{"regions":{"GeographicalPath":{"closedPath":{"false":""},"anchor":{"lat":405730680,"long":-1050490160},"name":"southbound_Timberline_20_30_RSU-192.168.0.100","laneWidth":32700,"directionality":{"both":""},"description":{"path":{"offset":{"xy":{"nodes":{"NodeXY":[{"delta":{"node-LatLon":{"lon":-1050473550,"lat":405724290}}},{"delta":{"node-LatLon":{"lon":-1050468440,"lat":405722280}}},{"delta":{"node-LatLon":{"lon":-1050465900,"lat":405721130}}},{"delta":{"node-LatLon":{"lon":-1050462430,"lat":405719100}}},{"delta":{"node-LatLon":{"lon":-1050459360,"lat":405716750}}},{"delta":{"node-LatLon":{"lon":-1050456740,"lat":405714220}}},{"delta":{"node-LatLon":{"lon":-1050454500,"lat":405711310}}},{"delta":{"node-LatLon":{"lon":-1050452350,"lat":405707240}}},{"delta":{"node-LatLon":{"lon":-1050451130,"lat":405702930}}},{"delta":{"node-LatLon":{"lon":-1050450870,"lat":405698480}}}]}}},"scale":0}},"id":{"id":0,"region":0},"direction":1111111111111111}},"duratonTime":2000,"sspMsgRights1":1,"sspMsgRights2":1,"startYear":2018,"msgId":{"roadSignID":{"viewAngle":1111111111111111,"mutcdCode":{"warning":""},"position":{"lat":405730680,"long":-1050490160}}},"priority":5,"content":{"advisory":{"SEQUENCE":[{"item":{"itis":125}},{"item":{"text":"some text"}},{"item":{"itis":250}},{"item":{"text":98765}}]}},"url":null,"sspTimRights":1,"sspLocationRights":1,"frameType":{"advisory":""},"startTime":232800}},"msgCnt":1}}}},"dataType":"TravelerInformation"}} -{"metadata":{"request":{"ode":{"version":3,"verb":"POST"},"rsus":[{"rsuTarget":"127.0.0.1","rsuUsername":"v3user","rsuPassword":"*","rsuRetries":0,"rsuTimeout":2000,"rsuIndex":10},{"rsuTarget":"127.0.0.2","rsuUsername":"v3user","rsuPassword":"*","rsuRetries":1,"rsuTimeout":1000,"rsuIndex":10},{"rsuTarget":"127.0.0.3","rsuUsername":"v3user","rsuPassword":"*","rsuRetries":1,"rsuTimeout":1000,"rsuIndex":10}],"snmp":{"rsuid":"00000083","msgid":31,"mode":1,"channel":178,"interval":2,"deliverystart":"2017-06-01T17:47:11-05:00","deliverystop":"2018-01-01T17:47:11-05:15","enable":1,"status":4}},"payloadType":"us.dot.its.jpo.ode.model.OdeMsgPayload","serialId":{"streamId":"5d45936b-b91f-4bb3-992f-7b1a80a751b8","bundleSize":1,"bundleId":25,"recordId":0,"serialNumber":25},"odeReceivedAt":"2019-03-12T19:50:35.497Z","schemaVersion":6,"recordGeneratedAt":"2018-04-18T18:38:52.914Z","recordGeneratedBy":"TMC","sanitized":false},"payload":{"dataType":"us.dot.its.jpo.ode.plugin.j2735.OdeTravelerInformationMessage","data":{"msgCnt":1,"timeStamp":"2018-04-18T18:38:52.914Z","packetID":"0000002316f1b0eed3","urlB":"null","dataframes":[{"sspTimRights":1,"frameType":"advisory","msgId":{"roadSignID":{"position":{"latitude":40.573068,"longitude":-105.049016},"viewAngle":"1111111111111111","mutcdCode":"warning"}},"startDateTime":"2018-06-11T10:00-06:00","durationTime":2000,"priority":5,"sspLocationRights":1,"regions":[{"name":"southbound_Timberline_20_30_RSU-192.168.0.100","regulatorID":0,"segmentID":0,"anchorPosition":{"latitude":40.573068,"longitude":-105.049016},"laneWidth":327,"directionality":"3","closedPath":false,"direction":"1111111111111111","description":"path","path":{"scale":0,"type":"xy","nodes":[{"delta":"node-LatLon","nodeLat":40.572429,"nodeLong":-105.047355},{"delta":"node-LatLon","nodeLat":40.572228,"nodeLong":-105.046844},{"delta":"node-LatLon","nodeLat":40.572113,"nodeLong":-105.04659},{"delta":"node-LatLon","nodeLat":40.57191,"nodeLong":-105.046243},{"delta":"node-LatLon","nodeLat":40.571675,"nodeLong":-105.045936},{"delta":"node-LatLon","nodeLat":40.571422,"nodeLong":-105.045674},{"delta":"node-LatLon","nodeLat":40.571131,"nodeLong":-105.04545},{"delta":"node-LatLon","nodeLat":40.570724,"nodeLong":-105.045235},{"delta":"node-LatLon","nodeLat":40.570293,"nodeLong":-105.045113},{"delta":"node-LatLon","nodeLat":40.569848,"nodeLong":-105.045087}]}}],"sspMsgTypes":1,"sspMsgContent":1,"content":"Advisory","items":["125","some text","250","\u002798765"],"url":"null"}]}}} -{"metadata":{"request":{"ode":{"verb":"POST","version":3},"rsus":{"rsus":{"rsuTarget":"127.0.0.2","rsuUsername":"v3user","rsuRetries":1,"rsuTimeout":1000,"rsuPassword":"*","rsuIndex":10}},"snmp":{"mode":1,"deliverystop":"2018-01-01T17:47:11-05:15","rsuid":"00000083","deliverystart":"2017-06-01T17:47:11-05:00","enable":1,"channel":178,"msgid":31,"interval":2,"status":4}},"recordGeneratedBy":"TMC","schemaVersion":6,"payloadType":"us.dot.its.jpo.ode.model.OdeTimPayload","serialId":{"recordId":0,"serialNumber":24,"streamId":"162a21ba-bd99-4225-ac9d-b3dc66d02439","bundleSize":1,"bundleId":24},"sanitized":false,"recordGeneratedAt":"2017-08-03T22:25:36.297Z","odeReceivedAt":"2019-03-12T19:50:34.670Z"},"payload":{"data":{"MessageFrame":{"messageId":31,"value":{"TravelerInformation":{"timeStamp":309505,"packetID":"EC9C236B0000000000","urlB":null,"dataFrames":{"TravelerDataFrame":{"regions":{"GeographicalPath":{"closedPath":{"false":""},"anchor":{"elevation":20207,"lat":412500807,"long":-1110093847},"name":"Testing TIM","laneWidth":700,"directionality":{"both":""},"description":{"path":{"offset":{"ll":{"nodes":{"NodeLL":[{"delta":{"node-LL1":{"lon":2047,"lat":-2048}}},{"delta":{"node-LL2":{"lon":8191,"lat":-8192}}},{"delta":{"node-LL3":{"lon":32767,"lat":-32768}}},{"delta":{"node-LL4":{"lon":131071,"lat":-131072}}},{"delta":{"node-LL5":{"lon":2097151,"lat":-2097152}}},{"delta":{"node-LL6":{"lon":8388607,"lat":-8388608}}},{"delta":{"node-LL1":{"lon":2047,"lat":-2048}}},{"delta":{"node-LL2":{"lon":8191,"lat":-8192}}},{"delta":{"node-LL3":{"lon":32767,"lat":-32768}}},{"delta":{"node-LL4":{"lon":131071,"lat":-131072}}},{"delta":{"node-LL5":{"lon":2097151,"lat":-2097152}}},{"delta":{"node-LL6":{"lon":8388607,"lat":-8388608}}},{"delta":{"node-LatLon":{"lon":-1110093847,"lat":412500807}}}]}}},"scale":0}},"id":{"id":33,"region":0},"direction":"0000000000001010"}},"duratonTime":1,"sspMsgRights1":2,"sspMsgRights2":3,"startYear":2017,"msgId":{"roadSignID":{"crc":"0000","viewAngle":1010101010101010,"mutcdCode":{"warning":""},"position":{"elevation":9171,"lat":416784730,"long":-1087827750}}},"priority":0,"content":{"advisory":{"SEQUENCE":[{"item":{"itis":125}},{"item":{"text":"some text"}},{"item":{"itis":250}},{"item":{"text":98765}}]}},"url":null,"sspTimRights":0,"sspLocationRights":3,"frameType":{"advisory":""},"startTime":308065}},"msgCnt":1}}}},"dataType":"TravelerInformation"}} -{"metadata":{"request":{"ode":{"version":3,"verb":"POST"},"rsus":[{"rsuTarget":"127.0.0.2","rsuUsername":"v3user","rsuPassword":"*","rsuRetries":1,"rsuTimeout":1000,"rsuIndex":10}],"snmp":{"rsuid":"00000083","msgid":31,"mode":1,"channel":178,"interval":2,"deliverystart":"2017-06-01T17:47:11-05:00","deliverystop":"2018-01-01T17:47:11-05:15","enable":1,"status":4}},"payloadType":"us.dot.its.jpo.ode.model.OdeMsgPayload","serialId":{"streamId":"5d45936b-b91f-4bb3-992f-7b1a80a751b8","bundleSize":1,"bundleId":24,"recordId":0,"serialNumber":24},"odeReceivedAt":"2019-03-12T19:50:34.666Z","schemaVersion":6,"recordGeneratedAt":"2017-08-03T22:25:36.297Z","recordGeneratedBy":"TMC","sanitized":false},"payload":{"dataType":"us.dot.its.jpo.ode.plugin.j2735.OdeTravelerInformationMessage","data":{"msgCnt":1,"timeStamp":"2017-08-03T22:25:36.297Z","packetID":"EC9C236B0000000000","urlB":"null","dataframes":[{"sspTimRights":0,"frameType":"advisory","msgId":{"roadSignID":{"position":{"latitude":41.678473,"longitude":-108.782775,"elevation":917.1432},"viewAngle":"1010101010101010","mutcdCode":"warning","crc":"0000"}},"startDateTime":"2017-08-02T22:25:00.000Z","durationTime":1,"priority":0,"sspLocationRights":3,"regions":[{"name":"Testing TIM","regulatorID":0,"segmentID":33,"anchorPosition":{"latitude":41.2500807,"longitude":-111.0093847,"elevation":2020.6969900289998},"laneWidth":7,"directionality":"3","closedPath":false,"direction":"0000000000001010","description":"path","path":{"scale":0,"type":"ll","nodes":[{"delta":"node-LL","nodeLat":-0.0002048,"nodeLong":0.0002047},{"delta":"node-LL","nodeLat":-0.0008192,"nodeLong":0.0008191},{"delta":"node-LL","nodeLat":-0.0032768,"nodeLong":0.0032767},{"delta":"node-LL","nodeLat":-0.0131072,"nodeLong":0.0131071},{"delta":"node-LL","nodeLat":-0.2097152,"nodeLong":0.2097151},{"delta":"node-LL","nodeLat":-0.8388608,"nodeLong":0.8388607},{"delta":"node-LL1","nodeLat":-0.0002048,"nodeLong":0.0002047},{"delta":"node-LL2","nodeLat":-0.0008192,"nodeLong":0.0008191},{"delta":"node-LL3","nodeLat":-0.0032768,"nodeLong":0.0032767},{"delta":"node-LL4","nodeLat":-0.0131072,"nodeLong":0.0131071},{"delta":"node-LL5","nodeLat":-0.2097152,"nodeLong":0.2097151},{"delta":"node-LL6","nodeLat":-0.8388608,"nodeLong":0.8388607},{"delta":"node-LatLon","nodeLat":41.2500807,"nodeLong":-111.0093847}]}}],"sspMsgTypes":2,"sspMsgContent":3,"content":"Advisory","items":["125","some text","250","\u002798765"],"url":"null"}]}}} -{"metadata":{"request":{"ode":{"verb":"POST","version":3},"rsus":{"rsus":[{"rsuTarget":"127.0.0.1","rsuUsername":"v3user","rsuRetries":0,"rsuTimeout":2000,"rsuPassword":"*","rsuIndex":10},{"rsuTarget":"127.0.0.2","rsuUsername":"v3user","rsuRetries":1,"rsuTimeout":1000,"rsuPassword":"*","rsuIndex":10},{"rsuTarget":"127.0.0.3","rsuUsername":"v3user","rsuRetries":1,"rsuTimeout":1000,"rsuPassword":"*","rsuIndex":10}]},"snmp":{"mode":1,"deliverystop":"2018-01-01T17:47:11-05:15","rsuid":"00000083","deliverystart":"2017-06-01T17:47:11-05:00","enable":1,"channel":178,"msgid":31,"interval":2,"status":4}},"recordGeneratedBy":"TMC","schemaVersion":6,"payloadType":"us.dot.its.jpo.ode.model.OdeTimPayload","serialId":{"recordId":0,"serialNumber":23,"streamId":"162a21ba-bd99-4225-ac9d-b3dc66d02439","bundleSize":1,"bundleId":23},"sanitized":false,"recordGeneratedAt":"2018-06-11T16:00:00Z","odeReceivedAt":"2019-03-12T19:50:33.824Z"},"payload":{"data":{"MessageFrame":{"messageId":31,"value":{"TravelerInformation":{"timeStamp":232800,"packetID":"0000002316f1b0eed3","urlB":null,"dataFrames":{"TravelerDataFrame":{"regions":{"GeographicalPath":{"closedPath":{"false":""},"anchor":{"lat":405730680,"long":-1050490160},"name":"southbound_Timberline_20_30_RSU-192.168.0.100","laneWidth":32700,"directionality":{"both":""},"description":{"path":{"offset":{"xy":{"nodes":{"NodeXY":[{"delta":{"node-XY1":{"x":-512,"y":511}}},{"delta":{"node-XY2":{"x":-1024,"y":1023}}},{"delta":{"node-XY3":{"x":-2048,"y":2047}}},{"delta":{"node-XY4":{"x":-4096,"y":4095}}},{"delta":{"node-XY5":{"x":-8192,"y":8191}}},{"delta":{"node-XY6":{"x":-32768,"y":32767}}},{"delta":{"node-LatLon":{"lon":-1050450870,"lat":405698480}}}]}}},"scale":0}},"id":{"id":0,"region":0},"direction":1111111111111111}},"duratonTime":2000,"sspMsgRights1":1,"sspMsgRights2":1,"startYear":2018,"msgId":{"roadSignID":{"viewAngle":1111111111111111,"mutcdCode":{"warning":""},"position":{"lat":405730680,"long":-1050490160}}},"priority":5,"content":{"advisory":{"SEQUENCE":[{"item":{"itis":125}},{"item":{"text":"some text"}},{"item":{"itis":250}},{"item":{"text":98765}}]}},"url":null,"sspTimRights":1,"sspLocationRights":1,"frameType":{"advisory":""},"startTime":232800}},"msgCnt":1}}}},"dataType":"TravelerInformation"}} -{"metadata":{"request":{"ode":{"version":3,"verb":"POST"},"rsus":[{"rsuTarget":"127.0.0.1","rsuUsername":"v3user","rsuPassword":"*","rsuRetries":0,"rsuTimeout":2000,"rsuIndex":10},{"rsuTarget":"127.0.0.2","rsuUsername":"v3user","rsuPassword":"*","rsuRetries":1,"rsuTimeout":1000,"rsuIndex":10},{"rsuTarget":"127.0.0.3","rsuUsername":"v3user","rsuPassword":"*","rsuRetries":1,"rsuTimeout":1000,"rsuIndex":10}],"snmp":{"rsuid":"00000083","msgid":31,"mode":1,"channel":178,"interval":2,"deliverystart":"2017-06-01T17:47:11-05:00","deliverystop":"2018-01-01T17:47:11-05:15","enable":1,"status":4}},"payloadType":"us.dot.its.jpo.ode.model.OdeMsgPayload","serialId":{"streamId":"5d45936b-b91f-4bb3-992f-7b1a80a751b8","bundleSize":1,"bundleId":23,"recordId":0,"serialNumber":23},"odeReceivedAt":"2019-03-12T19:50:33.823Z","schemaVersion":6,"recordGeneratedAt":"2018-06-11T16:00:00Z","recordGeneratedBy":"TMC","sanitized":false},"payload":{"dataType":"us.dot.its.jpo.ode.plugin.j2735.OdeTravelerInformationMessage","data":{"msgCnt":1,"timeStamp":"2018-06-11T16:00:00.000Z","packetID":"0000002316f1b0eed3","urlB":"null","dataframes":[{"sspTimRights":1,"frameType":"advisory","msgId":{"roadSignID":{"position":{"latitude":40.573068,"longitude":-105.049016},"viewAngle":"1111111111111111","mutcdCode":"warning"}},"startDateTime":"2018-06-11T10:00-06:00","durationTime":2000,"priority":5,"sspLocationRights":1,"regions":[{"name":"southbound_Timberline_20_30_RSU-192.168.0.100","regulatorID":0,"segmentID":0,"anchorPosition":{"latitude":40.573068,"longitude":-105.049016},"laneWidth":327,"directionality":"3","closedPath":false,"direction":"1111111111111111","description":"path","path":{"scale":0,"type":"xy","nodes":[{"delta":"node-XY","x":-5.12,"y":5.11},{"delta":"node-XY","x":-10.24,"y":10.23},{"delta":"node-XY","x":-20.48,"y":20.47},{"delta":"node-XY","x":-40.96,"y":40.95},{"delta":"node-XY","x":-81.92,"y":81.91},{"delta":"node-XY","x":-327.68,"y":327.67},{"delta":"node-LatLon","nodeLat":40.569848,"nodeLong":-105.045087}]}}],"sspMsgTypes":1,"sspMsgContent":1,"content":"Advisory","items":["125","some text","250","\u002798765"],"url":"null"}]}}} -{"metadata":{"request":{"ode":{"verb":"POST","version":3},"sdw":{"serviceRegion":{"nwCorner":{"latitude":44.998459,"longitude":-111.040817},"seCorner":{"latitude":41.104674,"longitude":-104.111312}},"ttl":"oneweek"},"rsus":{"rsus":{"rsuTarget":"127.0.0.3","rsuUsername":"v3user","rsuRetries":1,"rsuTimeout":1000,"rsuPassword":"*","rsuIndex":10}},"snmp":{"mode":1,"deliverystop":"2018-01-01T17:47:11-05:15","rsuid":"00000083","deliverystart":"2017-06-01T17:47:11-05:00","enable":1,"channel":178,"msgid":31,"interval":2,"status":4}},"recordGeneratedBy":"TMC","schemaVersion":6,"payloadType":"us.dot.its.jpo.ode.model.OdeTimPayload","serialId":{"recordId":0,"serialNumber":22,"streamId":"162a21ba-bd99-4225-ac9d-b3dc66d02439","bundleSize":1,"bundleId":22},"sanitized":false,"recordGeneratedAt":"2017-08-03T22:25:36.297Z","odeReceivedAt":"2019-03-12T19:50:32.883Z"},"payload":{"data":{"AdvisorySituationData":{"recordID":"00000000","timeToLive":3,"serviceRegion":{"nwCorner":{"lat":449984590,"long":-1110408170},"seCorner":{"lat":411046740,"long":-1041113120}},"asdmDetails":{"advisoryMessage":{"Ieee1609Dot2Data":{"protocolVersion":3,"content":{"unsecuredData":{"MessageFrame":{"messageId":31,"value":{"TravelerInformation":{"timeStamp":309505,"packetID":"EC9C236B0000000000","urlB":null,"dataFrames":{"TravelerDataFrame":{"regions":{"GeographicalPath":{"closedPath":{"false":""},"anchor":{"elevation":20207,"lat":412500807,"long":-1110093847},"name":"Testing TIM","laneWidth":700,"directionality":{"both":""},"description":{"path":{"offset":{"ll":{"nodes":{"NodeLL":[{"delta":{"node-LL3":{"lon":31024,"lat":14506}}},{"delta":{"node-LL3":{"lon":30974,"lat":14568}}},{"delta":{"node-LL3":{"lon":30983,"lat":14559}}},{"delta":{"node-LL3":{"lon":30980,"lat":14563}}},{"delta":{"node-LL3":{"lon":30982,"lat":14562}}}]}}},"scale":0}},"id":{"id":33,"region":0},"direction":"0000000000001010"}},"duratonTime":1,"sspMsgRights1":2,"sspMsgRights2":3,"startYear":2017,"msgId":{"roadSignID":{"crc":"0000","viewAngle":1010101010101010,"mutcdCode":{"warning":""},"position":{"elevation":9171,"lat":416784730,"long":-1087827750}}},"priority":0,"content":{"advisory":{"SEQUENCE":{"item":{"itis":513}}}},"url":null,"sspTimRights":0,"sspLocationRights":3,"frameType":{"advisory":""},"startTime":308065}},"msgCnt":1}}}}}}},"startTime":{"month":6,"hour":17,"year":2017,"day":1,"minute":47},"stopTime":{"month":1,"hour":17,"year":2018,"day":1,"minute":47},"distType":"03","asdmType":2,"asdmID":"B5DF2B65"},"requestID":"B5DF2B65","groupID":"00000000","dialogID":156,"seqID":5}},"dataType":"TravelerInformation"}} -{"metadata":{"request":{"ode":{"version":3,"verb":"POST"},"sdw":{"serviceRegion":{"nwCorner":{"latitude":44.998459,"longitude":-111.040817},"seCorner":{"latitude":41.104674,"longitude":-104.111312}},"ttl":"oneweek"},"rsus":[{"rsuTarget":"127.0.0.3","rsuUsername":"v3user","rsuPassword":"*","rsuRetries":1,"rsuTimeout":1000,"rsuIndex":10}],"snmp":{"rsuid":"00000083","msgid":31,"mode":1,"channel":178,"interval":2,"deliverystart":"2017-06-01T17:47:11-05:00","deliverystop":"2018-01-01T17:47:11-05:15","enable":1,"status":4}},"payloadType":"us.dot.its.jpo.ode.model.OdeMsgPayload","serialId":{"streamId":"5d45936b-b91f-4bb3-992f-7b1a80a751b8","bundleSize":1,"bundleId":22,"recordId":0,"serialNumber":22},"odeReceivedAt":"2019-03-12T19:50:32.879Z","schemaVersion":6,"recordGeneratedAt":"2017-08-03T22:25:36.297Z","recordGeneratedBy":"TMC","sanitized":false},"payload":{"dataType":"us.dot.its.jpo.ode.plugin.j2735.OdeTravelerInformationMessage","data":{"msgCnt":1,"timeStamp":"2017-08-03T22:25:36.297Z","packetID":"EC9C236B0000000000","urlB":"null","dataframes":[{"sspTimRights":0,"frameType":"advisory","msgId":{"roadSignID":{"position":{"latitude":41.678473,"longitude":-108.782775,"elevation":917.1432},"viewAngle":"1010101010101010","mutcdCode":"warning","crc":"0000"}},"startDateTime":"2017-08-02T22:25:00.000Z","durationTime":1,"priority":0,"sspLocationRights":3,"regions":[{"name":"Testing TIM","regulatorID":0,"segmentID":33,"anchorPosition":{"latitude":41.2500807,"longitude":-111.0093847,"elevation":2020.6969900289998},"laneWidth":7,"directionality":"3","closedPath":false,"direction":"0000000000001010","description":"path","path":{"scale":0,"type":"ll","nodes":[{"delta":"node-LL3","nodeLat":0.0014506,"nodeLong":0.0031024},{"delta":"node-LL3","nodeLat":0.0014568,"nodeLong":0.0030974},{"delta":"node-LL3","nodeLat":0.0014559,"nodeLong":0.0030983},{"delta":"node-LL3","nodeLat":0.0014563,"nodeLong":0.0030980},{"delta":"node-LL3","nodeLat":0.0014562,"nodeLong":0.0030982}]}}],"sspMsgTypes":2,"sspMsgContent":3,"content":"Advisory","items":["513"],"url":"null"}]}}} -{"metadata":{"request":{"ode":{"verb":"POST","version":3},"sdw":{"serviceRegion":{"nwCorner":{"latitude":44.998459,"longitude":-111.040817},"seCorner":{"latitude":41.104674,"longitude":-104.111312}},"ttl":"oneweek"},"rsus":{"rsus":[{"rsuTarget":"127.0.0.1","rsuUsername":"v3user","rsuRetries":0,"rsuTimeout":2000,"rsuPassword":"*","rsuIndex":10},{"rsuTarget":"127.0.0.2","rsuUsername":"v3user","rsuRetries":1,"rsuTimeout":1000,"rsuPassword":"*","rsuIndex":10},{"rsuTarget":"127.0.0.3","rsuUsername":"v3user","rsuRetries":1,"rsuTimeout":1000,"rsuPassword":"*","rsuIndex":10}]},"snmp":{"mode":1,"deliverystop":"2018-01-01T17:47:11-05:15","rsuid":"00000083","deliverystart":"2017-06-01T17:47:11-05:00","enable":1,"channel":178,"msgid":31,"interval":2,"status":4}},"recordGeneratedBy":"TMC","schemaVersion":6,"payloadType":"us.dot.its.jpo.ode.model.OdeTimPayload","serialId":{"recordId":0,"serialNumber":21,"streamId":"162a21ba-bd99-4225-ac9d-b3dc66d02439","bundleSize":1,"bundleId":21},"sanitized":false,"recordGeneratedAt":"2017-08-03T22:25:36.297Z","odeReceivedAt":"2019-03-12T19:50:31.737Z"},"payload":{"data":{"AdvisorySituationData":{"recordID":"00000000","timeToLive":3,"serviceRegion":{"nwCorner":{"lat":449984590,"long":-1110408170},"seCorner":{"lat":411046740,"long":-1041113120}},"asdmDetails":{"advisoryMessage":{"Ieee1609Dot2Data":{"protocolVersion":3,"content":{"unsecuredData":{"MessageFrame":{"messageId":31,"value":{"TravelerInformation":{"timeStamp":309505,"packetID":"EC9C236B0000000000","urlB":null,"dataFrames":{"TravelerDataFrame":{"regions":{"GeographicalPath":{"closedPath":{"false":""},"anchor":{"elevation":20207,"lat":412500807,"long":-1110093847},"name":"Testing TIM","laneWidth":700,"directionality":{"both":""},"description":{"path":{"offset":{"ll":{"nodes":{"NodeLL":[{"delta":{"node-LL3":{"lon":31024,"lat":14506}}},{"delta":{"node-LL3":{"lon":30974,"lat":14568}}},{"delta":{"node-LL3":{"lon":30983,"lat":14559}}},{"delta":{"node-LL3":{"lon":30980,"lat":14563}}},{"delta":{"node-LL3":{"lon":30982,"lat":14562}}}]}}},"scale":0}},"id":{"id":33,"region":0},"direction":"0000000000001010"}},"duratonTime":1,"sspMsgRights1":2,"sspMsgRights2":3,"startYear":2017,"msgId":{"roadSignID":{"crc":"ABCD","viewAngle":1010101010101010,"mutcdCode":{"warning":""},"position":{"elevation":9171,"lat":416784730,"long":-1087827750}}},"priority":0,"content":{"advisory":{"SEQUENCE":{"item":{"itis":513}}}},"url":null,"sspTimRights":0,"sspLocationRights":3,"frameType":{"advisory":""},"startTime":308065}},"msgCnt":1}}}}}}},"startTime":{"month":6,"hour":17,"year":2017,"day":1,"minute":47},"stopTime":{"month":1,"hour":17,"year":2018,"day":1,"minute":47},"distType":"03","asdmType":2,"asdmID":"62048F79"},"requestID":"62048F79","groupID":"00000000","dialogID":156,"seqID":5}},"dataType":"TravelerInformation"}} -{"metadata":{"request":{"ode":{"version":3,"verb":"POST"},"sdw":{"serviceRegion":{"nwCorner":{"latitude":44.998459,"longitude":-111.040817},"seCorner":{"latitude":41.104674,"longitude":-104.111312}},"ttl":"oneweek"},"rsus":[{"rsuTarget":"127.0.0.1","rsuUsername":"v3user","rsuPassword":"*","rsuRetries":0,"rsuTimeout":2000,"rsuIndex":10},{"rsuTarget":"127.0.0.2","rsuUsername":"v3user","rsuPassword":"*","rsuRetries":1,"rsuTimeout":1000,"rsuIndex":10},{"rsuTarget":"127.0.0.3","rsuUsername":"v3user","rsuPassword":"*","rsuRetries":1,"rsuTimeout":1000,"rsuIndex":10}],"snmp":{"rsuid":"00000083","msgid":31,"mode":1,"channel":178,"interval":2,"deliverystart":"2017-06-01T17:47:11-05:00","deliverystop":"2018-01-01T17:47:11-05:15","enable":1,"status":4}},"payloadType":"us.dot.its.jpo.ode.model.OdeMsgPayload","serialId":{"streamId":"5d45936b-b91f-4bb3-992f-7b1a80a751b8","bundleSize":1,"bundleId":21,"recordId":0,"serialNumber":21},"odeReceivedAt":"2019-03-12T19:50:31.733Z","schemaVersion":6,"recordGeneratedAt":"2017-08-03T22:25:36.297Z","recordGeneratedBy":"TMC","sanitized":false},"payload":{"dataType":"us.dot.its.jpo.ode.plugin.j2735.OdeTravelerInformationMessage","data":{"msgCnt":1,"timeStamp":"2017-08-03T22:25:36.297Z","packetID":"EC9C236B0000000000","urlB":"null","dataframes":[{"sspTimRights":0,"frameType":"advisory","msgId":{"roadSignID":{"position":{"latitude":41.678473,"longitude":-108.782775,"elevation":917.1432},"viewAngle":"1010101010101010","mutcdCode":"warning","crc":"ABCD"}},"startDateTime":"2017-08-02T22:25:00.000Z","durationTime":1,"priority":0,"sspLocationRights":3,"regions":[{"name":"Testing TIM","regulatorID":0,"segmentID":33,"anchorPosition":{"latitude":41.2500807,"longitude":-111.0093847,"elevation":2020.6969900289998},"laneWidth":7,"directionality":"3","closedPath":false,"direction":"0000000000001010","description":"path","path":{"scale":0,"type":"ll","nodes":[{"delta":"node-LL3","nodeLat":0.0014506,"nodeLong":0.0031024},{"delta":"node-LL3","nodeLat":0.0014568,"nodeLong":0.0030974},{"delta":"node-LL3","nodeLat":0.0014559,"nodeLong":0.0030983},{"delta":"node-LL3","nodeLat":0.0014563,"nodeLong":0.0030980},{"delta":"node-LL3","nodeLat":0.0014562,"nodeLong":0.0030982}]}}],"sspMsgTypes":2,"sspMsgContent":3,"content":"Advisory","items":["513"],"url":"null"}]}}} -{"metadata":{"request":{"ode":{"verb":"POST","version":3},"rsus":{"rsus":[{"rsuTarget":"127.0.0.1","rsuUsername":"v3user","rsuRetries":0,"rsuTimeout":2000,"rsuPassword":"*","rsuIndex":10},{"rsuTarget":"127.0.0.2","rsuUsername":"v3user","rsuRetries":1,"rsuTimeout":1000,"rsuPassword":"*","rsuIndex":10},{"rsuTarget":"127.0.0.3","rsuUsername":"v3user","rsuRetries":1,"rsuTimeout":1000,"rsuPassword":"*","rsuIndex":10}]},"snmp":{"mode":1,"deliverystop":"2018-01-01T17:47:11-05:15","rsuid":"00000083","deliverystart":"2017-06-01T17:47:11-05:00","enable":1,"channel":178,"msgid":31,"interval":2,"status":4}},"recordGeneratedBy":"TMC","schemaVersion":6,"payloadType":"us.dot.its.jpo.ode.model.OdeTimPayload","serialId":{"recordId":0,"serialNumber":20,"streamId":"162a21ba-bd99-4225-ac9d-b3dc66d02439","bundleSize":1,"bundleId":20},"sanitized":false,"recordGeneratedAt":"2017-08-03T22:25:36.297Z","odeReceivedAt":"2019-03-12T19:50:30.318Z"},"payload":{"data":{"MessageFrame":{"messageId":31,"value":{"TravelerInformation":{"timeStamp":309505,"packetID":"EC9C236B0000000000","urlB":null,"dataFrames":{"TravelerDataFrame":{"regions":{"GeographicalPath":{"closedPath":{"false":""},"anchor":{"elevation":20207,"lat":412500807,"long":-1110093847},"name":"Testing TIM","laneWidth":700,"directionality":{"both":""},"description":{"path":{"offset":{"ll":{"nodes":{"NodeLL":[{"delta":{"node-LL3":{"lon":30982,"lat":14562}}},{"delta":{"node-LatLon":{"lon":-1110093847,"lat":412500807}}}]}}},"scale":0}},"id":{"id":33,"region":0},"direction":"0000000000001010"}},"duratonTime":1,"sspMsgRights1":2,"sspMsgRights2":3,"startYear":2017,"msgId":{"roadSignID":{"crc":"0000","viewAngle":1010101010101010,"mutcdCode":{"warning":""},"position":{"elevation":9171,"lat":416784730,"long":-1087827750}}},"priority":0,"content":{"advisory":{"SEQUENCE":[{"item":{"itis":125}},{"item":{"text":"some text"}},{"item":{"itis":250}},{"item":{"text":98765}}]}},"url":null,"sspTimRights":0,"sspLocationRights":3,"frameType":{"advisory":""},"startTime":308065}},"msgCnt":1}}}},"dataType":"TravelerInformation"}} -{"metadata":{"request":{"ode":{"version":3,"verb":"POST"},"rsus":[{"rsuTarget":"127.0.0.1","rsuUsername":"v3user","rsuPassword":"*","rsuRetries":0,"rsuTimeout":2000,"rsuIndex":10},{"rsuTarget":"127.0.0.2","rsuUsername":"v3user","rsuPassword":"*","rsuRetries":1,"rsuTimeout":1000,"rsuIndex":10},{"rsuTarget":"127.0.0.3","rsuUsername":"v3user","rsuPassword":"*","rsuRetries":1,"rsuTimeout":1000,"rsuIndex":10}],"snmp":{"rsuid":"00000083","msgid":31,"mode":1,"channel":178,"interval":2,"deliverystart":"2017-06-01T17:47:11-05:00","deliverystop":"2018-01-01T17:47:11-05:15","enable":1,"status":4}},"payloadType":"us.dot.its.jpo.ode.model.OdeMsgPayload","serialId":{"streamId":"5d45936b-b91f-4bb3-992f-7b1a80a751b8","bundleSize":1,"bundleId":20,"recordId":0,"serialNumber":20},"odeReceivedAt":"2019-03-12T19:50:30.317Z","schemaVersion":6,"recordGeneratedAt":"2017-08-03T22:25:36.297Z","recordGeneratedBy":"TMC","sanitized":false},"payload":{"dataType":"us.dot.its.jpo.ode.plugin.j2735.OdeTravelerInformationMessage","data":{"msgCnt":1,"timeStamp":"2017-08-03T22:25:36.297Z","packetID":"EC9C236B0000000000","urlB":"null","dataframes":[{"sspTimRights":0,"frameType":"advisory","msgId":{"roadSignID":{"position":{"latitude":41.678473,"longitude":-108.782775,"elevation":917.1432},"viewAngle":"1010101010101010","mutcdCode":"warning","crc":"0000"}},"startDateTime":"2017-08-02T22:25:00.000Z","durationTime":1,"priority":0,"sspLocationRights":3,"regions":[{"name":"Testing TIM","regulatorID":0,"segmentID":33,"anchorPosition":{"latitude":41.2500807,"longitude":-111.0093847,"elevation":2020.6969900289998},"laneWidth":7,"directionality":"3","closedPath":false,"direction":"0000000000001010","description":"path","path":{"scale":0,"type":"ll","nodes":[{"delta":"node-LL3","nodeLat":0.0014562,"nodeLong":0.0030982},{"delta":"node-LatLon","nodeLat":41.2500807,"nodeLong":-111.0093847}]}}],"sspMsgTypes":2,"sspMsgContent":3,"content":"Advisory","items":["125","some text","250","\u002798765"],"url":"null"}]}}} -{"metadata":{"request":{"ode":{"verb":"POST","version":3},"sdw":{"serviceRegion":{"nwCorner":{"latitude":44.998459,"longitude":-111.040817},"seCorner":{"latitude":41.104674,"longitude":-104.111312}},"ttl":"oneweek"},"rsus":{"rsus":[{"rsuTarget":"127.0.0.1","rsuUsername":"v3user","rsuRetries":0,"rsuTimeout":2000,"rsuPassword":"*","rsuIndex":10},{"rsuTarget":"127.0.0.2","rsuUsername":"v3user","rsuRetries":1,"rsuTimeout":1000,"rsuPassword":"*","rsuIndex":10},{"rsuTarget":"127.0.0.3","rsuUsername":"v3user","rsuRetries":1,"rsuTimeout":1000,"rsuPassword":"*","rsuIndex":10}]},"snmp":{"mode":1,"deliverystop":"2018-01-01T17:47:11-05:15","rsuid":"00000083","deliverystart":"2017-06-01T17:47:11-05:00","enable":1,"channel":178,"msgid":31,"interval":2,"status":4}},"recordGeneratedBy":"TMC","schemaVersion":6,"payloadType":"us.dot.its.jpo.ode.model.OdeTimPayload","serialId":{"recordId":0,"serialNumber":19,"streamId":"162a21ba-bd99-4225-ac9d-b3dc66d02439","bundleSize":1,"bundleId":19},"sanitized":false,"recordGeneratedAt":"2017-03-13T06:07:11Z","odeReceivedAt":"2019-03-12T19:50:28.990Z"},"payload":{"data":{"AdvisorySituationData":{"recordID":"00000000","timeToLive":3,"serviceRegion":{"nwCorner":{"lat":449984590,"long":-1110408170},"seCorner":{"lat":411046740,"long":-1041113120}},"asdmDetails":{"advisoryMessage":{"Ieee1609Dot2Data":{"protocolVersion":3,"content":{"unsecuredData":{"MessageFrame":{"messageId":31,"value":{"TravelerInformation":{"timeStamp":102607,"packetID":"EC9C236B0000000000","urlB":null,"dataFrames":{"TravelerDataFrame":{"regions":{"GeographicalPath":{"closedPath":{"false":""},"anchor":{"elevation":9171,"lat":416784730,"long":-1087827750},"name":"bob","laneWidth":700,"directionality":{"both":""},"description":{"geometry":{"extent":1,"laneWidth":3300,"circle":{"center":{"elevation":9171,"lat":416784730,"long":-1087827750},"units":{"mile":""},"radius":15},"direction":1010101010101010}},"id":{"id":33,"region":23},"direction":1010101010101010}},"duratonTime":22,"sspMsgRights1":2,"sspMsgRights2":3,"startYear":2017,"msgId":{"roadSignID":{"crc":"0000","viewAngle":1010101010101010,"mutcdCode":{"warning":""},"position":{"elevation":9171,"lat":416784730,"long":-1087827750}}},"priority":0,"content":{"advisory":{"SEQUENCE":[{"item":{"itis":125}},{"item":{"text":"some text"}},{"item":{"itis":250}},{"item":{"text":98765}}]}},"url":null,"sspTimRights":0,"sspLocationRights":3,"frameType":{"advisory":""},"startTime":482327}},"msgCnt":13}}}}}}},"startTime":{"month":6,"hour":17,"year":2017,"day":1,"minute":47},"stopTime":{"month":1,"hour":17,"year":2018,"day":1,"minute":47},"distType":"03","asdmType":2,"asdmID":"6D596E08"},"requestID":"6D596E08","groupID":"00000000","dialogID":156,"seqID":5}},"dataType":"TravelerInformation"}} -{"metadata":{"request":{"ode":{"version":3,"verb":"POST"},"sdw":{"serviceRegion":{"nwCorner":{"latitude":44.998459,"longitude":-111.040817},"seCorner":{"latitude":41.104674,"longitude":-104.111312}},"ttl":"oneweek"},"rsus":[{"rsuTarget":"127.0.0.1","rsuUsername":"v3user","rsuPassword":"*","rsuRetries":0,"rsuTimeout":2000,"rsuIndex":10},{"rsuTarget":"127.0.0.2","rsuUsername":"v3user","rsuPassword":"*","rsuRetries":1,"rsuTimeout":1000,"rsuIndex":10},{"rsuTarget":"127.0.0.3","rsuUsername":"v3user","rsuPassword":"*","rsuRetries":1,"rsuTimeout":1000,"rsuIndex":10}],"snmp":{"rsuid":"00000083","msgid":31,"mode":1,"channel":178,"interval":2,"deliverystart":"2017-06-01T17:47:11-05:00","deliverystop":"2018-01-01T17:47:11-05:15","enable":1,"status":4}},"payloadType":"us.dot.its.jpo.ode.model.OdeMsgPayload","serialId":{"streamId":"5d45936b-b91f-4bb3-992f-7b1a80a751b8","bundleSize":1,"bundleId":19,"recordId":0,"serialNumber":19},"odeReceivedAt":"2019-03-12T19:50:28.988Z","schemaVersion":6,"recordGeneratedAt":"2017-03-13T06:07:11Z","recordGeneratedBy":"TMC","sanitized":false},"payload":{"dataType":"us.dot.its.jpo.ode.plugin.j2735.OdeTravelerInformationMessage","data":{"msgCnt":13,"timeStamp":"2017-03-13T01:07:11-05:00","packetID":"EC9C236B0000000000","urlB":"null","dataframes":[{"sspTimRights":0,"frameType":"advisory","msgId":{"roadSignID":{"position":{"latitude":41.678473,"longitude":-108.782775,"elevation":917.1432},"viewAngle":"1010101010101010","mutcdCode":"warning","crc":"0000"}},"startDateTime":"2017-12-01T17:47:11-05:00","durationTime":22,"priority":0,"sspLocationRights":3,"regions":[{"name":"bob","regulatorID":23,"segmentID":33,"anchorPosition":{"latitude":41.678473,"longitude":-108.782775,"elevation":917.1432},"laneWidth":7,"directionality":"3","closedPath":false,"direction":"1010101010101010","description":"geometry","geometry":{"direction":"1010101010101010","extent":1,"laneWidth":33,"circle":{"position":{"latitude":41.678473,"longitude":-108.782775,"elevation":917.1432},"radius":15,"units":"7"}}}],"sspMsgTypes":2,"sspMsgContent":3,"content":"Advisory","items":["125","some text","250","\u002798765"],"url":"null"}]}}} -{"metadata":{"request":{"ode":{"verb":"POST","version":3},"rsus":{"rsus":[{"rsuTarget":"127.0.0.1","rsuUsername":"v3user","rsuRetries":0,"rsuTimeout":2000,"rsuPassword":"*","rsuIndex":10},{"rsuTarget":"127.0.0.2","rsuUsername":"v3user","rsuRetries":1,"rsuTimeout":1000,"rsuPassword":"*","rsuIndex":10},{"rsuTarget":"127.0.0.3","rsuUsername":"v3user","rsuRetries":1,"rsuTimeout":1000,"rsuPassword":"*","rsuIndex":10}]},"snmp":{"mode":1,"deliverystop":"2018-01-01T17:47:11-05:15","rsuid":"00000083","deliverystart":"2017-06-01T17:47:11-05:00","enable":1,"channel":178,"msgid":31,"interval":2,"status":4}},"recordGeneratedBy":"TMC","schemaVersion":6,"payloadType":"us.dot.its.jpo.ode.model.OdeTimPayload","serialId":{"recordId":0,"serialNumber":18,"streamId":"162a21ba-bd99-4225-ac9d-b3dc66d02439","bundleSize":1,"bundleId":18},"sanitized":false,"recordGeneratedAt":"2017-03-13T06:07:11Z","odeReceivedAt":"2019-03-12T19:50:26.827Z"},"payload":{"data":{"MessageFrame":{"messageId":31,"value":{"TravelerInformation":{"timeStamp":102607,"packetID":"EC9C236B0000000000","urlB":null,"dataFrames":{"TravelerDataFrame":{"regions":{"GeographicalPath":{"closedPath":{"false":""},"anchor":{"elevation":9171,"lat":416784730,"long":-1087827750},"name":"bob","laneWidth":700,"directionality":{"both":""},"description":{"geometry":{"extent":1,"laneWidth":3300,"circle":{"center":{"elevation":9171,"lat":416784730,"long":-1087827750},"units":{"mile":""},"radius":15},"direction":1010101010101010}},"id":{"id":33,"region":23},"direction":1010101010101010}},"duratonTime":22,"sspMsgRights1":2,"sspMsgRights2":3,"startYear":2017,"msgId":{"roadSignID":{"crc":"0000","viewAngle":1010101010101010,"mutcdCode":{"warning":""},"position":{"elevation":9171,"lat":416784730,"long":-1087827750}}},"priority":0,"content":{"advisory":{"SEQUENCE":[{"item":{"itis":125}},{"item":{"text":"some text"}},{"item":{"itis":250}},{"item":{"text":98765}}]}},"url":null,"sspTimRights":0,"sspLocationRights":3,"frameType":{"advisory":""},"startTime":482327}},"msgCnt":13}}}},"dataType":"TravelerInformation"}} -{"metadata":{"request":{"ode":{"version":3,"verb":"POST"},"rsus":[{"rsuTarget":"127.0.0.1","rsuUsername":"v3user","rsuPassword":"*","rsuRetries":0,"rsuTimeout":2000,"rsuIndex":10},{"rsuTarget":"127.0.0.2","rsuUsername":"v3user","rsuPassword":"*","rsuRetries":1,"rsuTimeout":1000,"rsuIndex":10},{"rsuTarget":"127.0.0.3","rsuUsername":"v3user","rsuPassword":"*","rsuRetries":1,"rsuTimeout":1000,"rsuIndex":10}],"snmp":{"rsuid":"00000083","msgid":31,"mode":1,"channel":178,"interval":2,"deliverystart":"2017-06-01T17:47:11-05:00","deliverystop":"2018-01-01T17:47:11-05:15","enable":1,"status":4}},"payloadType":"us.dot.its.jpo.ode.model.OdeMsgPayload","serialId":{"streamId":"5d45936b-b91f-4bb3-992f-7b1a80a751b8","bundleSize":1,"bundleId":18,"recordId":0,"serialNumber":18},"odeReceivedAt":"2019-03-12T19:50:26.823Z","schemaVersion":6,"recordGeneratedAt":"2017-03-13T06:07:11Z","recordGeneratedBy":"TMC","sanitized":false},"payload":{"dataType":"us.dot.its.jpo.ode.plugin.j2735.OdeTravelerInformationMessage","data":{"msgCnt":13,"timeStamp":"2017-03-13T01:07:11-05:00","packetID":"EC9C236B0000000000","urlB":"null","dataframes":[{"sspTimRights":0,"frameType":"advisory","msgId":{"roadSignID":{"position":{"latitude":41.678473,"longitude":-108.782775,"elevation":917.1432},"viewAngle":"1010101010101010","mutcdCode":"warning","crc":"0000"}},"startDateTime":"2017-12-01T17:47:11-05:00","durationTime":22,"priority":0,"sspLocationRights":3,"regions":[{"name":"bob","regulatorID":23,"segmentID":33,"anchorPosition":{"latitude":41.678473,"longitude":-108.782775,"elevation":917.1432},"laneWidth":7,"directionality":"3","closedPath":false,"direction":"1010101010101010","description":"geometry","geometry":{"direction":"1010101010101010","extent":1,"laneWidth":33,"circle":{"position":{"latitude":41.678473,"longitude":-108.782775,"elevation":917.1432},"radius":15,"units":"7"}}}],"sspMsgTypes":2,"sspMsgContent":3,"content":"Advisory","items":["125","some text","250","\u002798765"],"url":"null"}]}}} +{"metadata":{"request":{"ode":{"verb":"POST","version":3},"sdw":{"serviceRegion":{"nwCorner":{"latitude":44.998459,"longitude":-111.040817},"seCorner":{"latitude":41.104674,"longitude":-104.111312}},"ttl":"oneweek"},"rsus":{"rsus":{"rsuTarget":"127.0.0.3","rsuUsername":"v3user","rsuRetries":1,"rsuTimeout":1000,"rsuPassword":"*","rsuIndex":10}},"snmp":{"mode":1,"deliverystop":"2018-01-01T17:47:11-05:15","rsuid":"00000083","deliverystart":"2017-06-01T17:47:11-05:00","enable":1,"channel":178,"msgid":31,"interval":2,"status":4}},"recordGeneratedBy":"TMC","schemaVersion":6,"payloadType":"us.dot.its.jpo.ode.model.OdeTimPayload","serialId":{"recordId":0,"serialNumber":29,"streamId":"162a21ba-bd99-4225-ac9d-b3dc66d02439","bundleSize":1,"bundleId":29},"sanitized":false,"recordGeneratedAt":"2017-03-13T06:07:11Z","odeReceivedAt":"2019-03-12T19:50:39.058Z"},"payload":{"data":{"AdvisorySituationData":{"recordID":"00000000","timeToLive":3,"serviceRegion":{"nwCorner":{"lat":449984590,"long":-1110408170},"seCorner":{"lat":411046740,"long":-1041113120}},"asdmDetails":{"advisoryMessage":{"Ieee1609Dot2Data":{"protocolVersion":3,"content":{"unsecuredData":{"MessageFrame":{"messageId":31,"value":{"TravelerInformation":{"timeStamp":102607,"packetID":"EC9C236B0000000000","urlB":null,"dataFrames":{"TravelerDataFrame":{"regions":{"GeographicalPath":{"closedPath":{"false":""},"anchor":{"elevation":9171,"lat":416784730,"long":-1087827750},"name":"bob","laneWidth":700,"directionality":{"both":""},"description":{"geometry":{"extent":1,"laneWidth":3300,"circle":{"center":{"elevation":9171,"lat":416784730,"long":-1087827750},"units":{"mile":""},"radius":15},"direction":1010101010101010}},"id":{"id":33,"region":23},"direction":1010101010101010}},"duratonTime":22,"sspMsgRights1":2,"sspMsgRights2":3,"startYear":2017,"msgId":{"roadSignID":{"crc":"ABCD","viewAngle":1010101010101010,"mutcdCode":{"warning":""},"position":{"elevation":9171,"lat":416784730,"long":-1087827750}}},"priority":0,"content":{"advisory":{"SEQUENCE":{"item":{"itis":250}}}},"url":null,"sspTimRights":0,"sspLocationRights":3,"frameType":{"advisory":""},"startTime":482327}},"msgCnt":13}}}}}}},"startTime":{"month":6,"hour":17,"year":2017,"day":1,"minute":47},"stopTime":{"month":1,"hour":17,"year":2018,"day":1,"minute":47},"distType":"03","asdmType":2,"asdmID":"DE9AAC79"},"requestID":"DE9AAC79","groupID":"00000000","dialogID":156,"seqID":5}},"dataType":"TravelerInformation"}} +{"metadata":{"request":{"ode":{"version":3,"verb":"POST"},"sdw":{"serviceRegion":{"nwCorner":{"latitude":44.998459,"longitude":-111.040817},"seCorner":{"latitude":41.104674,"longitude":-104.111312}},"ttl":"oneweek"},"rsus":[{"rsuTarget":"127.0.0.3","rsuUsername":"v3user","rsuPassword":"*","rsuRetries":1,"rsuTimeout":1000,"rsuIndex":10}],"snmp":{"rsuid":"00000083","msgid":31,"mode":1,"channel":178,"interval":2,"deliverystart":"2017-06-01T17:47:11-05:00","deliverystop":"2018-01-01T17:47:11-05:15","enable":1,"status":4}},"payloadType":"us.dot.its.jpo.ode.model.OdeMsgPayload","serialId":{"streamId":"5d45936b-b91f-4bb3-992f-7b1a80a751b8","bundleSize":1,"bundleId":29,"recordId":0,"serialNumber":29},"odeReceivedAt":"2019-03-12T19:50:39.057Z","schemaVersion":6,"recordGeneratedAt":"2017-03-13T06:07:11Z","recordGeneratedBy":"TMC","sanitized":false},"payload":{"dataType":"us.dot.its.jpo.ode.plugin.j2735.OdeTravelerInformationMessage","data":{"msgCnt":13,"timeStamp":"2017-03-13T01:07:11-05:00","packetID":"EC9C236B0000000000","urlB":"null","dataframes":[{"sspTimRights":0,"frameType":"advisory","msgId":{"roadSignID":{"position":{"latitude":41.678473,"longitude":-108.782775,"elevation":917.1432},"viewAngle":"1010101010101010","mutcdCode":"warning","crc":"ABCD"}},"startDateTime":"2017-12-01T17:47:11-05:00","durationTime":22,"priority":0,"sspLocationRights":3,"regions":[{"name":"bob","regulatorID":23,"segmentID":33,"anchorPosition":{"latitude":41.678473,"longitude":-108.782775,"elevation":917.1432},"laneWidth":7,"directionality":"3","closedPath":false,"direction":"1010101010101010","description":"geometry","geometry":{"direction":"1010101010101010","extent":1,"laneWidth":33,"circle":{"position":{"latitude":41.678473,"longitude":-108.782775,"elevation":917.1432},"radius":15,"units":"7"}}}],"sspMsgTypes":2,"sspMsgContent":3,"content":"Advisory","items":["250"],"url":"null"}]}}} +{"metadata":{"request":{"ode":{"verb":"POST","version":3},"sdw":{"serviceRegion":{"nwCorner":{"latitude":44.998459,"longitude":-111.040817},"seCorner":{"latitude":41.104674,"longitude":-104.111312}},"ttl":"oneweek"},"rsus":{"rsus":{"rsuTarget":"127.0.0.3","rsuUsername":"v3user","rsuRetries":1,"rsuTimeout":1000,"rsuPassword":"*","rsuIndex":10}},"snmp":{"mode":1,"deliverystop":"2018-01-01T17:47:11-05:15","rsuid":"00000083","deliverystart":"2017-06-01T17:47:11-05:00","enable":1,"channel":178,"msgid":31,"interval":2,"status":4}},"recordGeneratedBy":"TMC","schemaVersion":6,"payloadType":"us.dot.its.jpo.ode.model.OdeTimPayload","serialId":{"recordId":0,"serialNumber":28,"streamId":"162a21ba-bd99-4225-ac9d-b3dc66d02439","bundleSize":1,"bundleId":28},"sanitized":false,"recordGeneratedAt":"2017-03-13T06:07:11Z","odeReceivedAt":"2019-03-12T19:50:38.120Z"},"payload":{"data":{"AdvisorySituationData":{"recordID":"00000000","timeToLive":3,"serviceRegion":{"nwCorner":{"lat":449984590,"long":-1110408170},"seCorner":{"lat":411046740,"long":-1041113120}},"asdmDetails":{"advisoryMessage":{"Ieee1609Dot2Data":{"protocolVersion":3,"content":{"unsecuredData":{"MessageFrame":{"messageId":31,"value":{"TravelerInformation":{"timeStamp":102607,"packetID":"EC9C236B0000000000","urlB":null,"dataFrames":{"TravelerDataFrame":{"regions":{"GeographicalPath":{"closedPath":{"false":""},"anchor":{"elevation":9171,"lat":416784730,"long":-1087827750},"name":"bob","laneWidth":700,"directionality":{"both":""},"description":{"geometry":{"extent":1,"laneWidth":3300,"circle":{"center":{"elevation":9171,"lat":416784730,"long":-1087827750},"units":{"mile":""},"radius":15},"direction":1010101010101010}},"id":{"id":33,"region":23},"direction":1010101010101010}},"duratonTime":22,"sspMsgRights1":2,"sspMsgRights2":3,"startYear":2017,"msgId":{"roadSignID":{"crc":"0000","viewAngle":1010101010101010,"mutcdCode":{"warning":""},"position":{"elevation":9171,"lat":416784730,"long":-1087827750}}},"priority":0,"content":{"advisory":{"SEQUENCE":{"item":{"itis":250}}}},"url":null,"sspTimRights":0,"sspLocationRights":3,"frameType":{"advisory":""},"startTime":482327}},"msgCnt":13}}}}}}},"startTime":{"month":6,"hour":17,"year":2017,"day":1,"minute":47},"stopTime":{"month":1,"hour":17,"year":2018,"day":1,"minute":47},"distType":"03","asdmType":2,"asdmID":19595894},"requestID":19595894,"groupID":"00000000","dialogID":156,"seqID":5}},"dataType":"TravelerInformation"}} +{"metadata":{"request":{"ode":{"version":3,"verb":"POST"},"sdw":{"serviceRegion":{"nwCorner":{"latitude":44.998459,"longitude":-111.040817},"seCorner":{"latitude":41.104674,"longitude":-104.111312}},"ttl":"oneweek"},"rsus":[{"rsuTarget":"127.0.0.3","rsuUsername":"v3user","rsuPassword":"*","rsuRetries":1,"rsuTimeout":1000,"rsuIndex":10}],"snmp":{"rsuid":"00000083","msgid":31,"mode":1,"channel":178,"interval":2,"deliverystart":"2017-06-01T17:47:11-05:00","deliverystop":"2018-01-01T17:47:11-05:15","enable":1,"status":4}},"payloadType":"us.dot.its.jpo.ode.model.OdeMsgPayload","serialId":{"streamId":"5d45936b-b91f-4bb3-992f-7b1a80a751b8","bundleSize":1,"bundleId":28,"recordId":0,"serialNumber":28},"odeReceivedAt":"2019-03-12T19:50:38.118Z","schemaVersion":6,"recordGeneratedAt":"2017-03-13T06:07:11Z","recordGeneratedBy":"TMC","sanitized":false},"payload":{"dataType":"us.dot.its.jpo.ode.plugin.j2735.OdeTravelerInformationMessage","data":{"msgCnt":13,"timeStamp":"2017-03-13T01:07:11-05:00","packetID":"EC9C236B0000000000","urlB":"null","dataframes":[{"sspTimRights":0,"frameType":"advisory","msgId":{"roadSignID":{"position":{"latitude":41.678473,"longitude":-108.782775,"elevation":917.1432},"viewAngle":"1010101010101010","mutcdCode":"warning","crc":"0000"}},"startDateTime":"2017-12-01T17:47:11-05:00","durationTime":22,"priority":0,"sspLocationRights":3,"regions":[{"name":"bob","regulatorID":23,"segmentID":33,"anchorPosition":{"latitude":41.678473,"longitude":-108.782775,"elevation":917.1432},"laneWidth":7,"directionality":"3","closedPath":false,"direction":"1010101010101010","description":"geometry","geometry":{"direction":"1010101010101010","extent":1,"laneWidth":33,"circle":{"position":{"latitude":41.678473,"longitude":-108.782775,"elevation":917.1432},"radius":15,"units":"7"}}}],"sspMsgTypes":2,"sspMsgContent":3,"content":"Advisory","items":["250"],"url":"null"}]}}} +{"metadata":{"request":{"ode":{"verb":"POST","version":3},"sdw":{"serviceRegion":{"nwCorner":{"latitude":44.998459,"longitude":-111.040817},"seCorner":{"latitude":41.104674,"longitude":-104.111312}},"ttl":"oneweek"},"rsus":{"rsus":[{"rsuTarget":"127.0.0.1","rsuUsername":"v3user","rsuRetries":0,"rsuTimeout":2000,"rsuPassword":"*","rsuIndex":10},{"rsuTarget":"127.0.0.2","rsuUsername":"v3user","rsuRetries":1,"rsuTimeout":1000,"rsuPassword":"*","rsuIndex":10},{"rsuTarget":"127.0.0.3","rsuUsername":"v3user","rsuRetries":1,"rsuTimeout":1000,"rsuPassword":"*","rsuIndex":10}]},"snmp":{"mode":1,"deliverystop":"2018-01-01T17:47:11-05:15","rsuid":"00000083","deliverystart":"2017-06-01T17:47:11-05:00","enable":1,"channel":178,"msgid":31,"interval":2,"status":4}},"recordGeneratedBy":"TMC","schemaVersion":6,"payloadType":"us.dot.its.jpo.ode.model.OdeTimPayload","serialId":{"recordId":0,"serialNumber":27,"streamId":"162a21ba-bd99-4225-ac9d-b3dc66d02439","bundleSize":1,"bundleId":27},"sanitized":false,"recordGeneratedAt":"2017-03-13T06:07:11Z","odeReceivedAt":"2019-03-12T19:50:37.242Z"},"payload":{"data":{"AdvisorySituationData":{"recordID":"00000000","timeToLive":3,"serviceRegion":{"nwCorner":{"lat":449984590,"long":-1110408170},"seCorner":{"lat":411046740,"long":-1041113120}},"asdmDetails":{"advisoryMessage":{"Ieee1609Dot2Data":{"protocolVersion":3,"content":{"unsecuredData":{"MessageFrame":{"messageId":31,"value":{"TravelerInformation":{"timeStamp":102607,"packetID":"EC9C236B0000000000","urlB":null,"dataFrames":{"TravelerDataFrame":{"regions":{"GeographicalPath":{"closedPath":{"false":""},"anchor":{"elevation":9171,"lat":416784730,"long":-1087827750},"name":"bob","laneWidth":700,"directionality":{"both":""},"description":{"geometry":{"extent":1,"laneWidth":3300,"circle":{"center":{"elevation":9171,"lat":416784730,"long":-1087827750},"units":{"mile":""},"radius":15},"direction":1010101010101010}},"id":{"id":33,"region":23},"direction":1010101010101010}},"duratonTime":22,"sspMsgRights1":2,"sspMsgRights2":3,"startYear":2017,"msgId":{"roadSignID":{"crc":"0000","viewAngle":1010101010101010,"mutcdCode":{"warning":""},"position":{"elevation":9171,"lat":416784730,"long":-1087827750}}},"priority":0,"content":{"advisory":{"SEQUENCE":{"item":{"itis":250}}}},"url":null,"sspTimRights":0,"sspLocationRights":3,"frameType":{"advisory":""},"startTime":482327}},"msgCnt":13}}}}}}},"startTime":{"month":6,"hour":17,"year":2017,"day":1,"minute":47},"stopTime":{"month":1,"hour":17,"year":2018,"day":1,"minute":47},"distType":"03","asdmType":2,"asdmID":"C7062151"},"requestID":"C7062151","groupID":"00000000","dialogID":156,"seqID":5}},"dataType":"TravelerInformation"}} +{"metadata":{"request":{"ode":{"version":3,"verb":"POST"},"sdw":{"serviceRegion":{"nwCorner":{"latitude":44.998459,"longitude":-111.040817},"seCorner":{"latitude":41.104674,"longitude":-104.111312}},"ttl":"oneweek"},"rsus":[{"rsuTarget":"127.0.0.1","rsuUsername":"v3user","rsuPassword":"*","rsuRetries":0,"rsuTimeout":2000,"rsuIndex":10},{"rsuTarget":"127.0.0.2","rsuUsername":"v3user","rsuPassword":"*","rsuRetries":1,"rsuTimeout":1000,"rsuIndex":10},{"rsuTarget":"127.0.0.3","rsuUsername":"v3user","rsuPassword":"*","rsuRetries":1,"rsuTimeout":1000,"rsuIndex":10}],"snmp":{"rsuid":"00000083","msgid":31,"mode":1,"channel":178,"interval":2,"deliverystart":"2017-06-01T17:47:11-05:00","deliverystop":"2018-01-01T17:47:11-05:15","enable":1,"status":4}},"payloadType":"us.dot.its.jpo.ode.model.OdeMsgPayload","serialId":{"streamId":"5d45936b-b91f-4bb3-992f-7b1a80a751b8","bundleSize":1,"bundleId":27,"recordId":0,"serialNumber":27},"odeReceivedAt":"2019-03-12T19:50:37.240Z","schemaVersion":6,"recordGeneratedAt":"2017-03-13T06:07:11Z","recordGeneratedBy":"TMC","sanitized":false},"payload":{"dataType":"us.dot.its.jpo.ode.plugin.j2735.OdeTravelerInformationMessage","data":{"msgCnt":13,"timeStamp":"2017-03-13T01:07:11-05:00","packetID":"EC9C236B0000000000","urlB":"null","dataframes":[{"sspTimRights":0,"frameType":"advisory","msgId":{"roadSignID":{"position":{"latitude":41.678473,"longitude":-108.782775,"elevation":917.1432},"viewAngle":"1010101010101010","mutcdCode":"warning","crc":"0000"}},"startDateTime":"2017-12-01T17:47:11-05:00","durationTime":22,"priority":0,"sspLocationRights":3,"regions":[{"name":"bob","regulatorID":23,"segmentID":33,"anchorPosition":{"latitude":41.678473,"longitude":-108.782775,"elevation":917.1432},"laneWidth":7,"directionality":"3","closedPath":false,"direction":"1010101010101010","description":"geometry","geometry":{"direction":"1010101010101010","extent":1,"laneWidth":33,"circle":{"position":{"latitude":41.678473,"longitude":-108.782775,"elevation":917.1432},"radius":15,"units":"7"}}}],"sspMsgTypes":2,"sspMsgContent":3,"content":"Advisory","items":["250"],"url":"null"}]}}} +{"metadata":{"request":{"ode":{"verb":"POST","version":3},"sdw":{"serviceRegion":{"nwCorner":{"latitude":44.998459,"longitude":-111.040817},"seCorner":{"latitude":41.104674,"longitude":-104.111312}},"ttl":"oneweek"}},"recordGeneratedBy":"TMC","schemaVersion":6,"payloadType":"us.dot.its.jpo.ode.model.OdeTimPayload","serialId":{"recordId":0,"serialNumber":26,"streamId":"162a21ba-bd99-4225-ac9d-b3dc66d02439","bundleSize":1,"bundleId":26},"sanitized":false,"recordGeneratedAt":"2018-04-18T18:38:52.914Z","odeReceivedAt":"2019-03-12T19:50:36.350Z"},"payload":{"data":{"AdvisorySituationData":{"recordID":"00000000","timeToLive":3,"serviceRegion":{"nwCorner":{"lat":449984590,"long":-1110408170},"seCorner":{"lat":411046740,"long":-1041113120}},"asdmDetails":{"advisoryMessage":{"Ieee1609Dot2Data":{"protocolVersion":3,"content":{"unsecuredData":{"MessageFrame":{"messageId":31,"value":{"TravelerInformation":{"timeStamp":155198,"packetID":"0000002316f1b0eed3","urlB":null,"dataFrames":{"TravelerDataFrame":{"regions":{"GeographicalPath":{"closedPath":{"false":""},"anchor":{"lat":405730680,"long":-1050490160},"name":"southbound_Timberline_20_30_RSU-192.168.0.100","laneWidth":32700,"directionality":{"both":""},"description":{"path":{"offset":{"xy":{"nodes":{"NodeXY":[{"delta":{"node-LatLon":{"lon":-1050473550,"lat":405724290}}},{"delta":{"node-LatLon":{"lon":-1050468440,"lat":405722280}}},{"delta":{"node-LatLon":{"lon":-1050465900,"lat":405721130}}},{"delta":{"node-LatLon":{"lon":-1050462430,"lat":405719100}}},{"delta":{"node-LatLon":{"lon":-1050459360,"lat":405716750}}},{"delta":{"node-LatLon":{"lon":-1050456740,"lat":405714220}}},{"delta":{"node-LatLon":{"lon":-1050454500,"lat":405711310}}},{"delta":{"node-LatLon":{"lon":-1050452350,"lat":405707240}}},{"delta":{"node-LatLon":{"lon":-1050451130,"lat":405702930}}},{"delta":{"node-LatLon":{"lon":-1050450870,"lat":405698480}}}]}}},"scale":0}},"id":{"id":0,"region":0},"direction":1111111111111111}},"duratonTime":2000,"sspMsgRights1":1,"sspMsgRights2":1,"startYear":2018,"msgId":{"roadSignID":{"viewAngle":1111111111111111,"mutcdCode":{"warning":""},"position":{"lat":411139330,"long":-1048507720}}},"priority":5,"content":{"advisory":{"SEQUENCE":[{"item":{"itis":125}},{"item":{"text":"some text"}},{"item":{"itis":250}},{"item":{"text":98765}}]}},"url":null,"sspTimRights":1,"sspLocationRights":1,"frameType":{"advisory":""},"startTime":155120}},"msgCnt":1}}}}}}},"startTime":{"month":0,"hour":31,"year":0,"day":0,"minute":60},"stopTime":{"month":0,"hour":31,"year":0,"day":0,"minute":60},"distType":"02","asdmType":2,"asdmID":"C064E753"},"requestID":"C064E753","groupID":"00000000","dialogID":156,"seqID":5}},"dataType":"TravelerInformation"}} +{"metadata":{"request":{"ode":{"version":3,"verb":"POST"},"sdw":{"serviceRegion":{"nwCorner":{"latitude":44.998459,"longitude":-111.040817},"seCorner":{"latitude":41.104674,"longitude":-104.111312}},"ttl":"oneweek"}},"payloadType":"us.dot.its.jpo.ode.model.OdeMsgPayload","serialId":{"streamId":"5d45936b-b91f-4bb3-992f-7b1a80a751b8","bundleSize":1,"bundleId":26,"recordId":0,"serialNumber":26},"odeReceivedAt":"2019-03-12T19:50:36.348Z","schemaVersion":6,"recordGeneratedAt":"2018-04-18T18:38:52.914Z","recordGeneratedBy":"TMC","sanitized":false},"payload":{"dataType":"us.dot.its.jpo.ode.plugin.j2735.OdeTravelerInformationMessage","data":{"msgCnt":1,"timeStamp":"2018-04-18T18:38:52.914Z","packetID":"0000002316f1b0eed3","urlB":"null","dataframes":[{"sspTimRights":1,"frameType":"advisory","msgId":{"roadSignID":{"position":{"latitude":41.113933,"longitude":-104.850772},"viewAngle":"1111111111111111","mutcdCode":"warning"}},"startDateTime":"2018-04-18T11:20-06:00","durationTime":2000,"priority":5,"sspLocationRights":1,"regions":[{"name":"southbound_Timberline_20_30_RSU-192.168.0.100","regulatorID":0,"segmentID":0,"anchorPosition":{"latitude":40.573068,"longitude":-105.049016},"laneWidth":327,"directionality":"3","closedPath":false,"direction":"1111111111111111","description":"path","path":{"scale":0,"type":"xy","nodes":[{"delta":"node-LatLon","nodeLat":40.572429,"nodeLong":-105.047355},{"delta":"node-LatLon","nodeLat":40.572228,"nodeLong":-105.046844},{"delta":"node-LatLon","nodeLat":40.572113,"nodeLong":-105.04659},{"delta":"node-LatLon","nodeLat":40.57191,"nodeLong":-105.046243},{"delta":"node-LatLon","nodeLat":40.571675,"nodeLong":-105.045936},{"delta":"node-LatLon","nodeLat":40.571422,"nodeLong":-105.045674},{"delta":"node-LatLon","nodeLat":40.571131,"nodeLong":-105.04545},{"delta":"node-LatLon","nodeLat":40.570724,"nodeLong":-105.045235},{"delta":"node-LatLon","nodeLat":40.570293,"nodeLong":-105.045113},{"delta":"node-LatLon","nodeLat":40.569848,"nodeLong":-105.045087}]}}],"sspMsgTypes":1,"sspMsgContent":1,"content":"Advisory","items":["125","some text","250","\u002798765"],"url":"null"}]}}} +{"metadata":{"request":{"ode":{"verb":"POST","version":3},"rsus":{"rsus":[{"rsuTarget":"127.0.0.1","rsuUsername":"v3user","rsuRetries":0,"rsuTimeout":2000,"rsuPassword":"*","rsuIndex":10},{"rsuTarget":"127.0.0.2","rsuUsername":"v3user","rsuRetries":1,"rsuTimeout":1000,"rsuPassword":"*","rsuIndex":10},{"rsuTarget":"127.0.0.3","rsuUsername":"v3user","rsuRetries":1,"rsuTimeout":1000,"rsuPassword":"*","rsuIndex":10}]},"snmp":{"mode":1,"deliverystop":"2018-01-01T17:47:11-05:15","rsuid":"00000083","deliverystart":"2017-06-01T17:47:11-05:00","enable":1,"channel":178,"msgid":31,"interval":2,"status":4}},"recordGeneratedBy":"TMC","schemaVersion":6,"payloadType":"us.dot.its.jpo.ode.model.OdeTimPayload","serialId":{"recordId":0,"serialNumber":25,"streamId":"162a21ba-bd99-4225-ac9d-b3dc66d02439","bundleSize":1,"bundleId":25},"sanitized":false,"recordGeneratedAt":"2018-04-18T18:38:52.914Z","odeReceivedAt":"2019-03-12T19:50:35.499Z"},"payload":{"data":{"MessageFrame":{"messageId":31,"value":{"TravelerInformation":{"timeStamp":155198,"packetID":"0000002316f1b0eed3","urlB":null,"dataFrames":{"TravelerDataFrame":{"regions":{"GeographicalPath":{"closedPath":{"false":""},"anchor":{"lat":405730680,"long":-1050490160},"name":"southbound_Timberline_20_30_RSU-192.168.0.100","laneWidth":32700,"directionality":{"both":""},"description":{"path":{"offset":{"xy":{"nodes":{"NodeXY":[{"delta":{"node-LatLon":{"lon":-1050473550,"lat":405724290}}},{"delta":{"node-LatLon":{"lon":-1050468440,"lat":405722280}}},{"delta":{"node-LatLon":{"lon":-1050465900,"lat":405721130}}},{"delta":{"node-LatLon":{"lon":-1050462430,"lat":405719100}}},{"delta":{"node-LatLon":{"lon":-1050459360,"lat":405716750}}},{"delta":{"node-LatLon":{"lon":-1050456740,"lat":405714220}}},{"delta":{"node-LatLon":{"lon":-1050454500,"lat":405711310}}},{"delta":{"node-LatLon":{"lon":-1050452350,"lat":405707240}}},{"delta":{"node-LatLon":{"lon":-1050451130,"lat":405702930}}},{"delta":{"node-LatLon":{"lon":-1050450870,"lat":405698480}}}]}}},"scale":0}},"id":{"id":0,"region":0},"direction":1111111111111111}},"duratonTime":2000,"sspMsgRights1":1,"sspMsgRights2":1,"startYear":2018,"msgId":{"roadSignID":{"viewAngle":1111111111111111,"mutcdCode":{"warning":""},"position":{"lat":405730680,"long":-1050490160}}},"priority":5,"content":{"advisory":{"SEQUENCE":[{"item":{"itis":125}},{"item":{"text":"some text"}},{"item":{"itis":250}},{"item":{"text":98765}}]}},"url":null,"sspTimRights":1,"sspLocationRights":1,"frameType":{"advisory":""},"startTime":232800}},"msgCnt":1}}}},"dataType":"TravelerInformation"}} +{"metadata":{"request":{"ode":{"version":3,"verb":"POST"},"rsus":[{"rsuTarget":"127.0.0.1","rsuUsername":"v3user","rsuPassword":"*","rsuRetries":0,"rsuTimeout":2000,"rsuIndex":10},{"rsuTarget":"127.0.0.2","rsuUsername":"v3user","rsuPassword":"*","rsuRetries":1,"rsuTimeout":1000,"rsuIndex":10},{"rsuTarget":"127.0.0.3","rsuUsername":"v3user","rsuPassword":"*","rsuRetries":1,"rsuTimeout":1000,"rsuIndex":10}],"snmp":{"rsuid":"00000083","msgid":31,"mode":1,"channel":178,"interval":2,"deliverystart":"2017-06-01T17:47:11-05:00","deliverystop":"2018-01-01T17:47:11-05:15","enable":1,"status":4}},"payloadType":"us.dot.its.jpo.ode.model.OdeMsgPayload","serialId":{"streamId":"5d45936b-b91f-4bb3-992f-7b1a80a751b8","bundleSize":1,"bundleId":25,"recordId":0,"serialNumber":25},"odeReceivedAt":"2019-03-12T19:50:35.497Z","schemaVersion":6,"recordGeneratedAt":"2018-04-18T18:38:52.914Z","recordGeneratedBy":"TMC","sanitized":false},"payload":{"dataType":"us.dot.its.jpo.ode.plugin.j2735.OdeTravelerInformationMessage","data":{"msgCnt":1,"timeStamp":"2018-04-18T18:38:52.914Z","packetID":"0000002316f1b0eed3","urlB":"null","dataframes":[{"sspTimRights":1,"frameType":"advisory","msgId":{"roadSignID":{"position":{"latitude":40.573068,"longitude":-105.049016},"viewAngle":"1111111111111111","mutcdCode":"warning"}},"startDateTime":"2018-06-11T10:00-06:00","durationTime":2000,"priority":5,"sspLocationRights":1,"regions":[{"name":"southbound_Timberline_20_30_RSU-192.168.0.100","regulatorID":0,"segmentID":0,"anchorPosition":{"latitude":40.573068,"longitude":-105.049016},"laneWidth":327,"directionality":"3","closedPath":false,"direction":"1111111111111111","description":"path","path":{"scale":0,"type":"xy","nodes":[{"delta":"node-LatLon","nodeLat":40.572429,"nodeLong":-105.047355},{"delta":"node-LatLon","nodeLat":40.572228,"nodeLong":-105.046844},{"delta":"node-LatLon","nodeLat":40.572113,"nodeLong":-105.04659},{"delta":"node-LatLon","nodeLat":40.57191,"nodeLong":-105.046243},{"delta":"node-LatLon","nodeLat":40.571675,"nodeLong":-105.045936},{"delta":"node-LatLon","nodeLat":40.571422,"nodeLong":-105.045674},{"delta":"node-LatLon","nodeLat":40.571131,"nodeLong":-105.04545},{"delta":"node-LatLon","nodeLat":40.570724,"nodeLong":-105.045235},{"delta":"node-LatLon","nodeLat":40.570293,"nodeLong":-105.045113},{"delta":"node-LatLon","nodeLat":40.569848,"nodeLong":-105.045087}]}}],"sspMsgTypes":1,"sspMsgContent":1,"content":"Advisory","items":["125","some text","250","\u002798765"],"url":"null"}]}}} +{"metadata":{"request":{"ode":{"verb":"POST","version":3},"rsus":{"rsus":{"rsuTarget":"127.0.0.2","rsuUsername":"v3user","rsuRetries":1,"rsuTimeout":1000,"rsuPassword":"*","rsuIndex":10}},"snmp":{"mode":1,"deliverystop":"2018-01-01T17:47:11-05:15","rsuid":"00000083","deliverystart":"2017-06-01T17:47:11-05:00","enable":1,"channel":178,"msgid":31,"interval":2,"status":4}},"recordGeneratedBy":"TMC","schemaVersion":6,"payloadType":"us.dot.its.jpo.ode.model.OdeTimPayload","serialId":{"recordId":0,"serialNumber":24,"streamId":"162a21ba-bd99-4225-ac9d-b3dc66d02439","bundleSize":1,"bundleId":24},"sanitized":false,"recordGeneratedAt":"2017-08-03T22:25:36.297Z","odeReceivedAt":"2019-03-12T19:50:34.670Z"},"payload":{"data":{"MessageFrame":{"messageId":31,"value":{"TravelerInformation":{"timeStamp":309505,"packetID":"EC9C236B0000000000","urlB":null,"dataFrames":{"TravelerDataFrame":{"regions":{"GeographicalPath":{"closedPath":{"false":""},"anchor":{"elevation":20207,"lat":412500807,"long":-1110093847},"name":"Testing TIM","laneWidth":700,"directionality":{"both":""},"description":{"path":{"offset":{"ll":{"nodes":{"NodeLL":[{"delta":{"node-LL1":{"lon":2047,"lat":-2048}}},{"delta":{"node-LL2":{"lon":8191,"lat":-8192}}},{"delta":{"node-LL3":{"lon":32767,"lat":-32768}}},{"delta":{"node-LL4":{"lon":131071,"lat":-131072}}},{"delta":{"node-LL5":{"lon":2097151,"lat":-2097152}}},{"delta":{"node-LL6":{"lon":8388607,"lat":-8388608}}},{"delta":{"node-LL1":{"lon":2047,"lat":-2048}}},{"delta":{"node-LL2":{"lon":8191,"lat":-8192}}},{"delta":{"node-LL3":{"lon":32767,"lat":-32768}}},{"delta":{"node-LL4":{"lon":131071,"lat":-131072}}},{"delta":{"node-LL5":{"lon":2097151,"lat":-2097152}}},{"delta":{"node-LL6":{"lon":8388607,"lat":-8388608}}},{"delta":{"node-LatLon":{"lon":-1110093847,"lat":412500807}}}]}}},"scale":0}},"id":{"id":33,"region":0},"direction":"0000000000001010"}},"duratonTime":1,"sspMsgRights1":2,"sspMsgRights2":3,"startYear":2017,"msgId":{"roadSignID":{"crc":"0000","viewAngle":1010101010101010,"mutcdCode":{"warning":""},"position":{"elevation":9171,"lat":416784730,"long":-1087827750}}},"priority":0,"content":{"advisory":{"SEQUENCE":[{"item":{"itis":125}},{"item":{"text":"some text"}},{"item":{"itis":250}},{"item":{"text":98765}}]}},"url":null,"sspTimRights":0,"sspLocationRights":3,"frameType":{"advisory":""},"startTime":308065}},"msgCnt":1}}}},"dataType":"TravelerInformation"}} +{"metadata":{"request":{"ode":{"version":3,"verb":"POST"},"rsus":[{"rsuTarget":"127.0.0.2","rsuUsername":"v3user","rsuPassword":"*","rsuRetries":1,"rsuTimeout":1000,"rsuIndex":10}],"snmp":{"rsuid":"00000083","msgid":31,"mode":1,"channel":178,"interval":2,"deliverystart":"2017-06-01T17:47:11-05:00","deliverystop":"2018-01-01T17:47:11-05:15","enable":1,"status":4}},"payloadType":"us.dot.its.jpo.ode.model.OdeMsgPayload","serialId":{"streamId":"5d45936b-b91f-4bb3-992f-7b1a80a751b8","bundleSize":1,"bundleId":24,"recordId":0,"serialNumber":24},"odeReceivedAt":"2019-03-12T19:50:34.666Z","schemaVersion":6,"recordGeneratedAt":"2017-08-03T22:25:36.297Z","recordGeneratedBy":"TMC","sanitized":false},"payload":{"dataType":"us.dot.its.jpo.ode.plugin.j2735.OdeTravelerInformationMessage","data":{"msgCnt":1,"timeStamp":"2017-08-03T22:25:36.297Z","packetID":"EC9C236B0000000000","urlB":"null","dataframes":[{"sspTimRights":0,"frameType":"advisory","msgId":{"roadSignID":{"position":{"latitude":41.678473,"longitude":-108.782775,"elevation":917.1432},"viewAngle":"1010101010101010","mutcdCode":"warning","crc":"0000"}},"startDateTime":"2017-08-02T22:25:00.000Z","durationTime":1,"priority":0,"sspLocationRights":3,"regions":[{"name":"Testing TIM","regulatorID":0,"segmentID":33,"anchorPosition":{"latitude":41.2500807,"longitude":-111.0093847,"elevation":2020.6969900289998},"laneWidth":7,"directionality":"3","closedPath":false,"direction":"0000000000001010","description":"path","path":{"scale":0,"type":"ll","nodes":[{"delta":"node-LL","nodeLat":-0.0002048,"nodeLong":0.0002047},{"delta":"node-LL","nodeLat":-0.0008192,"nodeLong":0.0008191},{"delta":"node-LL","nodeLat":-0.0032768,"nodeLong":0.0032767},{"delta":"node-LL","nodeLat":-0.0131072,"nodeLong":0.0131071},{"delta":"node-LL","nodeLat":-0.2097152,"nodeLong":0.2097151},{"delta":"node-LL","nodeLat":-0.8388608,"nodeLong":0.8388607},{"delta":"node-LL1","nodeLat":-0.0002048,"nodeLong":0.0002047},{"delta":"node-LL2","nodeLat":-0.0008192,"nodeLong":0.0008191},{"delta":"node-LL3","nodeLat":-0.0032768,"nodeLong":0.0032767},{"delta":"node-LL4","nodeLat":-0.0131072,"nodeLong":0.0131071},{"delta":"node-LL5","nodeLat":-0.2097152,"nodeLong":0.2097151},{"delta":"node-LL6","nodeLat":-0.8388608,"nodeLong":0.8388607},{"delta":"node-LatLon","nodeLat":41.2500807,"nodeLong":-111.0093847}]}}],"sspMsgTypes":2,"sspMsgContent":3,"content":"Advisory","items":["125","some text","250","\u002798765"],"url":"null"}]}}} +{"metadata":{"request":{"ode":{"verb":"POST","version":3},"rsus":{"rsus":[{"rsuTarget":"127.0.0.1","rsuUsername":"v3user","rsuRetries":0,"rsuTimeout":2000,"rsuPassword":"*","rsuIndex":10},{"rsuTarget":"127.0.0.2","rsuUsername":"v3user","rsuRetries":1,"rsuTimeout":1000,"rsuPassword":"*","rsuIndex":10},{"rsuTarget":"127.0.0.3","rsuUsername":"v3user","rsuRetries":1,"rsuTimeout":1000,"rsuPassword":"*","rsuIndex":10}]},"snmp":{"mode":1,"deliverystop":"2018-01-01T17:47:11-05:15","rsuid":"00000083","deliverystart":"2017-06-01T17:47:11-05:00","enable":1,"channel":178,"msgid":31,"interval":2,"status":4}},"recordGeneratedBy":"TMC","schemaVersion":6,"payloadType":"us.dot.its.jpo.ode.model.OdeTimPayload","serialId":{"recordId":0,"serialNumber":23,"streamId":"162a21ba-bd99-4225-ac9d-b3dc66d02439","bundleSize":1,"bundleId":23},"sanitized":false,"recordGeneratedAt":"2018-06-11T16:00:00Z","odeReceivedAt":"2019-03-12T19:50:33.824Z"},"payload":{"data":{"MessageFrame":{"messageId":31,"value":{"TravelerInformation":{"timeStamp":232800,"packetID":"0000002316f1b0eed3","urlB":null,"dataFrames":{"TravelerDataFrame":{"regions":{"GeographicalPath":{"closedPath":{"false":""},"anchor":{"lat":405730680,"long":-1050490160},"name":"southbound_Timberline_20_30_RSU-192.168.0.100","laneWidth":32700,"directionality":{"both":""},"description":{"path":{"offset":{"xy":{"nodes":{"NodeXY":[{"delta":{"node-XY1":{"x":-512,"y":511}}},{"delta":{"node-XY2":{"x":-1024,"y":1023}}},{"delta":{"node-XY3":{"x":-2048,"y":2047}}},{"delta":{"node-XY4":{"x":-4096,"y":4095}}},{"delta":{"node-XY5":{"x":-8192,"y":8191}}},{"delta":{"node-XY6":{"x":-32768,"y":32767}}},{"delta":{"node-LatLon":{"lon":-1050450870,"lat":405698480}}}]}}},"scale":0}},"id":{"id":0,"region":0},"direction":1111111111111111}},"duratonTime":2000,"sspMsgRights1":1,"sspMsgRights2":1,"startYear":2018,"msgId":{"roadSignID":{"viewAngle":1111111111111111,"mutcdCode":{"warning":""},"position":{"lat":405730680,"long":-1050490160}}},"priority":5,"content":{"advisory":{"SEQUENCE":[{"item":{"itis":125}},{"item":{"text":"some text"}},{"item":{"itis":250}},{"item":{"text":98765}}]}},"url":null,"sspTimRights":1,"sspLocationRights":1,"frameType":{"advisory":""},"startTime":232800}},"msgCnt":1}}}},"dataType":"TravelerInformation"}} +{"metadata":{"request":{"ode":{"version":3,"verb":"POST"},"rsus":[{"rsuTarget":"127.0.0.1","rsuUsername":"v3user","rsuPassword":"*","rsuRetries":0,"rsuTimeout":2000,"rsuIndex":10},{"rsuTarget":"127.0.0.2","rsuUsername":"v3user","rsuPassword":"*","rsuRetries":1,"rsuTimeout":1000,"rsuIndex":10},{"rsuTarget":"127.0.0.3","rsuUsername":"v3user","rsuPassword":"*","rsuRetries":1,"rsuTimeout":1000,"rsuIndex":10}],"snmp":{"rsuid":"00000083","msgid":31,"mode":1,"channel":178,"interval":2,"deliverystart":"2017-06-01T17:47:11-05:00","deliverystop":"2018-01-01T17:47:11-05:15","enable":1,"status":4}},"payloadType":"us.dot.its.jpo.ode.model.OdeMsgPayload","serialId":{"streamId":"5d45936b-b91f-4bb3-992f-7b1a80a751b8","bundleSize":1,"bundleId":23,"recordId":0,"serialNumber":23},"odeReceivedAt":"2019-03-12T19:50:33.823Z","schemaVersion":6,"recordGeneratedAt":"2018-06-11T16:00:00Z","recordGeneratedBy":"TMC","sanitized":false},"payload":{"dataType":"us.dot.its.jpo.ode.plugin.j2735.OdeTravelerInformationMessage","data":{"msgCnt":1,"timeStamp":"2018-06-11T16:00:00.000Z","packetID":"0000002316f1b0eed3","urlB":"null","dataframes":[{"sspTimRights":1,"frameType":"advisory","msgId":{"roadSignID":{"position":{"latitude":40.573068,"longitude":-105.049016},"viewAngle":"1111111111111111","mutcdCode":"warning"}},"startDateTime":"2018-06-11T10:00-06:00","durationTime":2000,"priority":5,"sspLocationRights":1,"regions":[{"name":"southbound_Timberline_20_30_RSU-192.168.0.100","regulatorID":0,"segmentID":0,"anchorPosition":{"latitude":40.573068,"longitude":-105.049016},"laneWidth":327,"directionality":"3","closedPath":false,"direction":"1111111111111111","description":"path","path":{"scale":0,"type":"xy","nodes":[{"delta":"node-XY","x":-5.12,"y":5.11},{"delta":"node-XY","x":-10.24,"y":10.23},{"delta":"node-XY","x":-20.48,"y":20.47},{"delta":"node-XY","x":-40.96,"y":40.95},{"delta":"node-XY","x":-81.92,"y":81.91},{"delta":"node-XY","x":-327.68,"y":327.67},{"delta":"node-LatLon","nodeLat":40.569848,"nodeLong":-105.045087}]}}],"sspMsgTypes":1,"sspMsgContent":1,"content":"Advisory","items":["125","some text","250","\u002798765"],"url":"null"}]}}} +{"metadata":{"request":{"ode":{"verb":"POST","version":3},"sdw":{"serviceRegion":{"nwCorner":{"latitude":44.998459,"longitude":-111.040817},"seCorner":{"latitude":41.104674,"longitude":-104.111312}},"ttl":"oneweek"},"rsus":{"rsus":{"rsuTarget":"127.0.0.3","rsuUsername":"v3user","rsuRetries":1,"rsuTimeout":1000,"rsuPassword":"*","rsuIndex":10}},"snmp":{"mode":1,"deliverystop":"2018-01-01T17:47:11-05:15","rsuid":"00000083","deliverystart":"2017-06-01T17:47:11-05:00","enable":1,"channel":178,"msgid":31,"interval":2,"status":4}},"recordGeneratedBy":"TMC","schemaVersion":6,"payloadType":"us.dot.its.jpo.ode.model.OdeTimPayload","serialId":{"recordId":0,"serialNumber":22,"streamId":"162a21ba-bd99-4225-ac9d-b3dc66d02439","bundleSize":1,"bundleId":22},"sanitized":false,"recordGeneratedAt":"2017-08-03T22:25:36.297Z","odeReceivedAt":"2019-03-12T19:50:32.883Z"},"payload":{"data":{"AdvisorySituationData":{"recordID":"00000000","timeToLive":3,"serviceRegion":{"nwCorner":{"lat":449984590,"long":-1110408170},"seCorner":{"lat":411046740,"long":-1041113120}},"asdmDetails":{"advisoryMessage":{"Ieee1609Dot2Data":{"protocolVersion":3,"content":{"unsecuredData":{"MessageFrame":{"messageId":31,"value":{"TravelerInformation":{"timeStamp":309505,"packetID":"EC9C236B0000000000","urlB":null,"dataFrames":{"TravelerDataFrame":{"regions":{"GeographicalPath":{"closedPath":{"false":""},"anchor":{"elevation":20207,"lat":412500807,"long":-1110093847},"name":"Testing TIM","laneWidth":700,"directionality":{"both":""},"description":{"path":{"offset":{"ll":{"nodes":{"NodeLL":[{"delta":{"node-LL3":{"lon":31024,"lat":14506}}},{"delta":{"node-LL3":{"lon":30974,"lat":14568}}},{"delta":{"node-LL3":{"lon":30983,"lat":14559}}},{"delta":{"node-LL3":{"lon":30980,"lat":14563}}},{"delta":{"node-LL3":{"lon":30982,"lat":14562}}}]}}},"scale":0}},"id":{"id":33,"region":0},"direction":"0000000000001010"}},"duratonTime":1,"sspMsgRights1":2,"sspMsgRights2":3,"startYear":2017,"msgId":{"roadSignID":{"crc":"0000","viewAngle":1010101010101010,"mutcdCode":{"warning":""},"position":{"elevation":9171,"lat":416784730,"long":-1087827750}}},"priority":0,"content":{"advisory":{"SEQUENCE":{"item":{"itis":513}}}},"url":null,"sspTimRights":0,"sspLocationRights":3,"frameType":{"advisory":""},"startTime":308065}},"msgCnt":1}}}}}}},"startTime":{"month":6,"hour":17,"year":2017,"day":1,"minute":47},"stopTime":{"month":1,"hour":17,"year":2018,"day":1,"minute":47},"distType":"03","asdmType":2,"asdmID":"B5DF2B65"},"requestID":"B5DF2B65","groupID":"00000000","dialogID":156,"seqID":5}},"dataType":"TravelerInformation"}} +{"metadata":{"request":{"ode":{"version":3,"verb":"POST"},"sdw":{"serviceRegion":{"nwCorner":{"latitude":44.998459,"longitude":-111.040817},"seCorner":{"latitude":41.104674,"longitude":-104.111312}},"ttl":"oneweek"},"rsus":[{"rsuTarget":"127.0.0.3","rsuUsername":"v3user","rsuPassword":"*","rsuRetries":1,"rsuTimeout":1000,"rsuIndex":10}],"snmp":{"rsuid":"00000083","msgid":31,"mode":1,"channel":178,"interval":2,"deliverystart":"2017-06-01T17:47:11-05:00","deliverystop":"2018-01-01T17:47:11-05:15","enable":1,"status":4}},"payloadType":"us.dot.its.jpo.ode.model.OdeMsgPayload","serialId":{"streamId":"5d45936b-b91f-4bb3-992f-7b1a80a751b8","bundleSize":1,"bundleId":22,"recordId":0,"serialNumber":22},"odeReceivedAt":"2019-03-12T19:50:32.879Z","schemaVersion":6,"recordGeneratedAt":"2017-08-03T22:25:36.297Z","recordGeneratedBy":"TMC","sanitized":false},"payload":{"dataType":"us.dot.its.jpo.ode.plugin.j2735.OdeTravelerInformationMessage","data":{"msgCnt":1,"timeStamp":"2017-08-03T22:25:36.297Z","packetID":"EC9C236B0000000000","urlB":"null","dataframes":[{"sspTimRights":0,"frameType":"advisory","msgId":{"roadSignID":{"position":{"latitude":41.678473,"longitude":-108.782775,"elevation":917.1432},"viewAngle":"1010101010101010","mutcdCode":"warning","crc":"0000"}},"startDateTime":"2017-08-02T22:25:00.000Z","durationTime":1,"priority":0,"sspLocationRights":3,"regions":[{"name":"Testing TIM","regulatorID":0,"segmentID":33,"anchorPosition":{"latitude":41.2500807,"longitude":-111.0093847,"elevation":2020.6969900289998},"laneWidth":7,"directionality":"3","closedPath":false,"direction":"0000000000001010","description":"path","path":{"scale":0,"type":"ll","nodes":[{"delta":"node-LL3","nodeLat":0.0014506,"nodeLong":0.0031024},{"delta":"node-LL3","nodeLat":0.0014568,"nodeLong":0.0030974},{"delta":"node-LL3","nodeLat":0.0014559,"nodeLong":0.0030983},{"delta":"node-LL3","nodeLat":0.0014563,"nodeLong":0.0030980},{"delta":"node-LL3","nodeLat":0.0014562,"nodeLong":0.0030982}]}}],"sspMsgTypes":2,"sspMsgContent":3,"content":"Advisory","items":["513"],"url":"null"}]}}} +{"metadata":{"request":{"ode":{"verb":"POST","version":3},"sdw":{"serviceRegion":{"nwCorner":{"latitude":44.998459,"longitude":-111.040817},"seCorner":{"latitude":41.104674,"longitude":-104.111312}},"ttl":"oneweek"},"rsus":{"rsus":[{"rsuTarget":"127.0.0.1","rsuUsername":"v3user","rsuRetries":0,"rsuTimeout":2000,"rsuPassword":"*","rsuIndex":10},{"rsuTarget":"127.0.0.2","rsuUsername":"v3user","rsuRetries":1,"rsuTimeout":1000,"rsuPassword":"*","rsuIndex":10},{"rsuTarget":"127.0.0.3","rsuUsername":"v3user","rsuRetries":1,"rsuTimeout":1000,"rsuPassword":"*","rsuIndex":10}]},"snmp":{"mode":1,"deliverystop":"2018-01-01T17:47:11-05:15","rsuid":"00000083","deliverystart":"2017-06-01T17:47:11-05:00","enable":1,"channel":178,"msgid":31,"interval":2,"status":4}},"recordGeneratedBy":"TMC","schemaVersion":6,"payloadType":"us.dot.its.jpo.ode.model.OdeTimPayload","serialId":{"recordId":0,"serialNumber":21,"streamId":"162a21ba-bd99-4225-ac9d-b3dc66d02439","bundleSize":1,"bundleId":21},"sanitized":false,"recordGeneratedAt":"2017-08-03T22:25:36.297Z","odeReceivedAt":"2019-03-12T19:50:31.737Z"},"payload":{"data":{"AdvisorySituationData":{"recordID":"00000000","timeToLive":3,"serviceRegion":{"nwCorner":{"lat":449984590,"long":-1110408170},"seCorner":{"lat":411046740,"long":-1041113120}},"asdmDetails":{"advisoryMessage":{"Ieee1609Dot2Data":{"protocolVersion":3,"content":{"unsecuredData":{"MessageFrame":{"messageId":31,"value":{"TravelerInformation":{"timeStamp":309505,"packetID":"EC9C236B0000000000","urlB":null,"dataFrames":{"TravelerDataFrame":{"regions":{"GeographicalPath":{"closedPath":{"false":""},"anchor":{"elevation":20207,"lat":412500807,"long":-1110093847},"name":"Testing TIM","laneWidth":700,"directionality":{"both":""},"description":{"path":{"offset":{"ll":{"nodes":{"NodeLL":[{"delta":{"node-LL3":{"lon":31024,"lat":14506}}},{"delta":{"node-LL3":{"lon":30974,"lat":14568}}},{"delta":{"node-LL3":{"lon":30983,"lat":14559}}},{"delta":{"node-LL3":{"lon":30980,"lat":14563}}},{"delta":{"node-LL3":{"lon":30982,"lat":14562}}}]}}},"scale":0}},"id":{"id":33,"region":0},"direction":"0000000000001010"}},"duratonTime":1,"sspMsgRights1":2,"sspMsgRights2":3,"startYear":2017,"msgId":{"roadSignID":{"crc":"ABCD","viewAngle":1010101010101010,"mutcdCode":{"warning":""},"position":{"elevation":9171,"lat":416784730,"long":-1087827750}}},"priority":0,"content":{"advisory":{"SEQUENCE":{"item":{"itis":513}}}},"url":null,"sspTimRights":0,"sspLocationRights":3,"frameType":{"advisory":""},"startTime":308065}},"msgCnt":1}}}}}}},"startTime":{"month":6,"hour":17,"year":2017,"day":1,"minute":47},"stopTime":{"month":1,"hour":17,"year":2018,"day":1,"minute":47},"distType":"03","asdmType":2,"asdmID":"62048F79"},"requestID":"62048F79","groupID":"00000000","dialogID":156,"seqID":5}},"dataType":"TravelerInformation"}} +{"metadata":{"request":{"ode":{"version":3,"verb":"POST"},"sdw":{"serviceRegion":{"nwCorner":{"latitude":44.998459,"longitude":-111.040817},"seCorner":{"latitude":41.104674,"longitude":-104.111312}},"ttl":"oneweek"},"rsus":[{"rsuTarget":"127.0.0.1","rsuUsername":"v3user","rsuPassword":"*","rsuRetries":0,"rsuTimeout":2000,"rsuIndex":10},{"rsuTarget":"127.0.0.2","rsuUsername":"v3user","rsuPassword":"*","rsuRetries":1,"rsuTimeout":1000,"rsuIndex":10},{"rsuTarget":"127.0.0.3","rsuUsername":"v3user","rsuPassword":"*","rsuRetries":1,"rsuTimeout":1000,"rsuIndex":10}],"snmp":{"rsuid":"00000083","msgid":31,"mode":1,"channel":178,"interval":2,"deliverystart":"2017-06-01T17:47:11-05:00","deliverystop":"2018-01-01T17:47:11-05:15","enable":1,"status":4}},"payloadType":"us.dot.its.jpo.ode.model.OdeMsgPayload","serialId":{"streamId":"5d45936b-b91f-4bb3-992f-7b1a80a751b8","bundleSize":1,"bundleId":21,"recordId":0,"serialNumber":21},"odeReceivedAt":"2019-03-12T19:50:31.733Z","schemaVersion":6,"recordGeneratedAt":"2017-08-03T22:25:36.297Z","recordGeneratedBy":"TMC","sanitized":false},"payload":{"dataType":"us.dot.its.jpo.ode.plugin.j2735.OdeTravelerInformationMessage","data":{"msgCnt":1,"timeStamp":"2017-08-03T22:25:36.297Z","packetID":"EC9C236B0000000000","urlB":"null","dataframes":[{"sspTimRights":0,"frameType":"advisory","msgId":{"roadSignID":{"position":{"latitude":41.678473,"longitude":-108.782775,"elevation":917.1432},"viewAngle":"1010101010101010","mutcdCode":"warning","crc":"ABCD"}},"startDateTime":"2017-08-02T22:25:00.000Z","durationTime":1,"priority":0,"sspLocationRights":3,"regions":[{"name":"Testing TIM","regulatorID":0,"segmentID":33,"anchorPosition":{"latitude":41.2500807,"longitude":-111.0093847,"elevation":2020.6969900289998},"laneWidth":7,"directionality":"3","closedPath":false,"direction":"0000000000001010","description":"path","path":{"scale":0,"type":"ll","nodes":[{"delta":"node-LL3","nodeLat":0.0014506,"nodeLong":0.0031024},{"delta":"node-LL3","nodeLat":0.0014568,"nodeLong":0.0030974},{"delta":"node-LL3","nodeLat":0.0014559,"nodeLong":0.0030983},{"delta":"node-LL3","nodeLat":0.0014563,"nodeLong":0.0030980},{"delta":"node-LL3","nodeLat":0.0014562,"nodeLong":0.0030982}]}}],"sspMsgTypes":2,"sspMsgContent":3,"content":"Advisory","items":["513"],"url":"null"}]}}} +{"metadata":{"request":{"ode":{"verb":"POST","version":3},"rsus":{"rsus":[{"rsuTarget":"127.0.0.1","rsuUsername":"v3user","rsuRetries":0,"rsuTimeout":2000,"rsuPassword":"*","rsuIndex":10},{"rsuTarget":"127.0.0.2","rsuUsername":"v3user","rsuRetries":1,"rsuTimeout":1000,"rsuPassword":"*","rsuIndex":10},{"rsuTarget":"127.0.0.3","rsuUsername":"v3user","rsuRetries":1,"rsuTimeout":1000,"rsuPassword":"*","rsuIndex":10}]},"snmp":{"mode":1,"deliverystop":"2018-01-01T17:47:11-05:15","rsuid":"00000083","deliverystart":"2017-06-01T17:47:11-05:00","enable":1,"channel":178,"msgid":31,"interval":2,"status":4}},"recordGeneratedBy":"TMC","schemaVersion":6,"payloadType":"us.dot.its.jpo.ode.model.OdeTimPayload","serialId":{"recordId":0,"serialNumber":20,"streamId":"162a21ba-bd99-4225-ac9d-b3dc66d02439","bundleSize":1,"bundleId":20},"sanitized":false,"recordGeneratedAt":"2017-08-03T22:25:36.297Z","odeReceivedAt":"2019-03-12T19:50:30.318Z"},"payload":{"data":{"MessageFrame":{"messageId":31,"value":{"TravelerInformation":{"timeStamp":309505,"packetID":"EC9C236B0000000000","urlB":null,"dataFrames":{"TravelerDataFrame":{"regions":{"GeographicalPath":{"closedPath":{"false":""},"anchor":{"elevation":20207,"lat":412500807,"long":-1110093847},"name":"Testing TIM","laneWidth":700,"directionality":{"both":""},"description":{"path":{"offset":{"ll":{"nodes":{"NodeLL":[{"delta":{"node-LL3":{"lon":30982,"lat":14562}}},{"delta":{"node-LatLon":{"lon":-1110093847,"lat":412500807}}}]}}},"scale":0}},"id":{"id":33,"region":0},"direction":"0000000000001010"}},"duratonTime":1,"sspMsgRights1":2,"sspMsgRights2":3,"startYear":2017,"msgId":{"roadSignID":{"crc":"0000","viewAngle":1010101010101010,"mutcdCode":{"warning":""},"position":{"elevation":9171,"lat":416784730,"long":-1087827750}}},"priority":0,"content":{"advisory":{"SEQUENCE":[{"item":{"itis":125}},{"item":{"text":"some text"}},{"item":{"itis":250}},{"item":{"text":98765}}]}},"url":null,"sspTimRights":0,"sspLocationRights":3,"frameType":{"advisory":""},"startTime":308065}},"msgCnt":1}}}},"dataType":"TravelerInformation"}} +{"metadata":{"request":{"ode":{"version":3,"verb":"POST"},"rsus":[{"rsuTarget":"127.0.0.1","rsuUsername":"v3user","rsuPassword":"*","rsuRetries":0,"rsuTimeout":2000,"rsuIndex":10},{"rsuTarget":"127.0.0.2","rsuUsername":"v3user","rsuPassword":"*","rsuRetries":1,"rsuTimeout":1000,"rsuIndex":10},{"rsuTarget":"127.0.0.3","rsuUsername":"v3user","rsuPassword":"*","rsuRetries":1,"rsuTimeout":1000,"rsuIndex":10}],"snmp":{"rsuid":"00000083","msgid":31,"mode":1,"channel":178,"interval":2,"deliverystart":"2017-06-01T17:47:11-05:00","deliverystop":"2018-01-01T17:47:11-05:15","enable":1,"status":4}},"payloadType":"us.dot.its.jpo.ode.model.OdeMsgPayload","serialId":{"streamId":"5d45936b-b91f-4bb3-992f-7b1a80a751b8","bundleSize":1,"bundleId":20,"recordId":0,"serialNumber":20},"odeReceivedAt":"2019-03-12T19:50:30.317Z","schemaVersion":6,"recordGeneratedAt":"2017-08-03T22:25:36.297Z","recordGeneratedBy":"TMC","sanitized":false},"payload":{"dataType":"us.dot.its.jpo.ode.plugin.j2735.OdeTravelerInformationMessage","data":{"msgCnt":1,"timeStamp":"2017-08-03T22:25:36.297Z","packetID":"EC9C236B0000000000","urlB":"null","dataframes":[{"sspTimRights":0,"frameType":"advisory","msgId":{"roadSignID":{"position":{"latitude":41.678473,"longitude":-108.782775,"elevation":917.1432},"viewAngle":"1010101010101010","mutcdCode":"warning","crc":"0000"}},"startDateTime":"2017-08-02T22:25:00.000Z","durationTime":1,"priority":0,"sspLocationRights":3,"regions":[{"name":"Testing TIM","regulatorID":0,"segmentID":33,"anchorPosition":{"latitude":41.2500807,"longitude":-111.0093847,"elevation":2020.6969900289998},"laneWidth":7,"directionality":"3","closedPath":false,"direction":"0000000000001010","description":"path","path":{"scale":0,"type":"ll","nodes":[{"delta":"node-LL3","nodeLat":0.0014562,"nodeLong":0.0030982},{"delta":"node-LatLon","nodeLat":41.2500807,"nodeLong":-111.0093847}]}}],"sspMsgTypes":2,"sspMsgContent":3,"content":"Advisory","items":["125","some text","250","\u002798765"],"url":"null"}]}}} +{"metadata":{"request":{"ode":{"verb":"POST","version":3},"sdw":{"serviceRegion":{"nwCorner":{"latitude":44.998459,"longitude":-111.040817},"seCorner":{"latitude":41.104674,"longitude":-104.111312}},"ttl":"oneweek"},"rsus":{"rsus":[{"rsuTarget":"127.0.0.1","rsuUsername":"v3user","rsuRetries":0,"rsuTimeout":2000,"rsuPassword":"*","rsuIndex":10},{"rsuTarget":"127.0.0.2","rsuUsername":"v3user","rsuRetries":1,"rsuTimeout":1000,"rsuPassword":"*","rsuIndex":10},{"rsuTarget":"127.0.0.3","rsuUsername":"v3user","rsuRetries":1,"rsuTimeout":1000,"rsuPassword":"*","rsuIndex":10}]},"snmp":{"mode":1,"deliverystop":"2018-01-01T17:47:11-05:15","rsuid":"00000083","deliverystart":"2017-06-01T17:47:11-05:00","enable":1,"channel":178,"msgid":31,"interval":2,"status":4}},"recordGeneratedBy":"TMC","schemaVersion":6,"payloadType":"us.dot.its.jpo.ode.model.OdeTimPayload","serialId":{"recordId":0,"serialNumber":19,"streamId":"162a21ba-bd99-4225-ac9d-b3dc66d02439","bundleSize":1,"bundleId":19},"sanitized":false,"recordGeneratedAt":"2017-03-13T06:07:11Z","odeReceivedAt":"2019-03-12T19:50:28.990Z"},"payload":{"data":{"AdvisorySituationData":{"recordID":"00000000","timeToLive":3,"serviceRegion":{"nwCorner":{"lat":449984590,"long":-1110408170},"seCorner":{"lat":411046740,"long":-1041113120}},"asdmDetails":{"advisoryMessage":{"Ieee1609Dot2Data":{"protocolVersion":3,"content":{"unsecuredData":{"MessageFrame":{"messageId":31,"value":{"TravelerInformation":{"timeStamp":102607,"packetID":"EC9C236B0000000000","urlB":null,"dataFrames":{"TravelerDataFrame":{"regions":{"GeographicalPath":{"closedPath":{"false":""},"anchor":{"elevation":9171,"lat":416784730,"long":-1087827750},"name":"bob","laneWidth":700,"directionality":{"both":""},"description":{"geometry":{"extent":1,"laneWidth":3300,"circle":{"center":{"elevation":9171,"lat":416784730,"long":-1087827750},"units":{"mile":""},"radius":15},"direction":1010101010101010}},"id":{"id":33,"region":23},"direction":1010101010101010}},"duratonTime":22,"sspMsgRights1":2,"sspMsgRights2":3,"startYear":2017,"msgId":{"roadSignID":{"crc":"0000","viewAngle":1010101010101010,"mutcdCode":{"warning":""},"position":{"elevation":9171,"lat":416784730,"long":-1087827750}}},"priority":0,"content":{"advisory":{"SEQUENCE":[{"item":{"itis":125}},{"item":{"text":"some text"}},{"item":{"itis":250}},{"item":{"text":98765}}]}},"url":null,"sspTimRights":0,"sspLocationRights":3,"frameType":{"advisory":""},"startTime":482327}},"msgCnt":13}}}}}}},"startTime":{"month":6,"hour":17,"year":2017,"day":1,"minute":47},"stopTime":{"month":1,"hour":17,"year":2018,"day":1,"minute":47},"distType":"03","asdmType":2,"asdmID":"6D596E08"},"requestID":"6D596E08","groupID":"00000000","dialogID":156,"seqID":5}},"dataType":"TravelerInformation"}} +{"metadata":{"request":{"ode":{"version":3,"verb":"POST"},"sdw":{"serviceRegion":{"nwCorner":{"latitude":44.998459,"longitude":-111.040817},"seCorner":{"latitude":41.104674,"longitude":-104.111312}},"ttl":"oneweek"},"rsus":[{"rsuTarget":"127.0.0.1","rsuUsername":"v3user","rsuPassword":"*","rsuRetries":0,"rsuTimeout":2000,"rsuIndex":10},{"rsuTarget":"127.0.0.2","rsuUsername":"v3user","rsuPassword":"*","rsuRetries":1,"rsuTimeout":1000,"rsuIndex":10},{"rsuTarget":"127.0.0.3","rsuUsername":"v3user","rsuPassword":"*","rsuRetries":1,"rsuTimeout":1000,"rsuIndex":10}],"snmp":{"rsuid":"00000083","msgid":31,"mode":1,"channel":178,"interval":2,"deliverystart":"2017-06-01T17:47:11-05:00","deliverystop":"2018-01-01T17:47:11-05:15","enable":1,"status":4}},"payloadType":"us.dot.its.jpo.ode.model.OdeMsgPayload","serialId":{"streamId":"5d45936b-b91f-4bb3-992f-7b1a80a751b8","bundleSize":1,"bundleId":19,"recordId":0,"serialNumber":19},"odeReceivedAt":"2019-03-12T19:50:28.988Z","schemaVersion":6,"recordGeneratedAt":"2017-03-13T06:07:11Z","recordGeneratedBy":"TMC","sanitized":false},"payload":{"dataType":"us.dot.its.jpo.ode.plugin.j2735.OdeTravelerInformationMessage","data":{"msgCnt":13,"timeStamp":"2017-03-13T01:07:11-05:00","packetID":"EC9C236B0000000000","urlB":"null","dataframes":[{"sspTimRights":0,"frameType":"advisory","msgId":{"roadSignID":{"position":{"latitude":41.678473,"longitude":-108.782775,"elevation":917.1432},"viewAngle":"1010101010101010","mutcdCode":"warning","crc":"0000"}},"startDateTime":"2017-12-01T17:47:11-05:00","durationTime":22,"priority":0,"sspLocationRights":3,"regions":[{"name":"bob","regulatorID":23,"segmentID":33,"anchorPosition":{"latitude":41.678473,"longitude":-108.782775,"elevation":917.1432},"laneWidth":7,"directionality":"3","closedPath":false,"direction":"1010101010101010","description":"geometry","geometry":{"direction":"1010101010101010","extent":1,"laneWidth":33,"circle":{"position":{"latitude":41.678473,"longitude":-108.782775,"elevation":917.1432},"radius":15,"units":"7"}}}],"sspMsgTypes":2,"sspMsgContent":3,"content":"Advisory","items":["125","some text","250","\u002798765"],"url":"null"}]}}} +{"metadata":{"request":{"ode":{"verb":"POST","version":3},"rsus":{"rsus":[{"rsuTarget":"127.0.0.1","rsuUsername":"v3user","rsuRetries":0,"rsuTimeout":2000,"rsuPassword":"*","rsuIndex":10},{"rsuTarget":"127.0.0.2","rsuUsername":"v3user","rsuRetries":1,"rsuTimeout":1000,"rsuPassword":"*","rsuIndex":10},{"rsuTarget":"127.0.0.3","rsuUsername":"v3user","rsuRetries":1,"rsuTimeout":1000,"rsuPassword":"*","rsuIndex":10}]},"snmp":{"mode":1,"deliverystop":"2018-01-01T17:47:11-05:15","rsuid":"00000083","deliverystart":"2017-06-01T17:47:11-05:00","enable":1,"channel":178,"msgid":31,"interval":2,"status":4}},"recordGeneratedBy":"TMC","schemaVersion":6,"payloadType":"us.dot.its.jpo.ode.model.OdeTimPayload","serialId":{"recordId":0,"serialNumber":18,"streamId":"162a21ba-bd99-4225-ac9d-b3dc66d02439","bundleSize":1,"bundleId":18},"sanitized":false,"recordGeneratedAt":"2017-03-13T06:07:11Z","odeReceivedAt":"2019-03-12T19:50:26.827Z"},"payload":{"data":{"MessageFrame":{"messageId":31,"value":{"TravelerInformation":{"timeStamp":102607,"packetID":"EC9C236B0000000000","urlB":null,"dataFrames":{"TravelerDataFrame":{"regions":{"GeographicalPath":{"closedPath":{"false":""},"anchor":{"elevation":9171,"lat":416784730,"long":-1087827750},"name":"bob","laneWidth":700,"directionality":{"both":""},"description":{"geometry":{"extent":1,"laneWidth":3300,"circle":{"center":{"elevation":9171,"lat":416784730,"long":-1087827750},"units":{"mile":""},"radius":15},"direction":1010101010101010}},"id":{"id":33,"region":23},"direction":1010101010101010}},"duratonTime":22,"sspMsgRights1":2,"sspMsgRights2":3,"startYear":2017,"msgId":{"roadSignID":{"crc":"0000","viewAngle":1010101010101010,"mutcdCode":{"warning":""},"position":{"elevation":9171,"lat":416784730,"long":-1087827750}}},"priority":0,"content":{"advisory":{"SEQUENCE":[{"item":{"itis":125}},{"item":{"text":"some text"}},{"item":{"itis":250}},{"item":{"text":98765}}]}},"url":null,"sspTimRights":0,"sspLocationRights":3,"frameType":{"advisory":""},"startTime":482327}},"msgCnt":13}}}},"dataType":"TravelerInformation"}} +{"metadata":{"request":{"ode":{"version":3,"verb":"POST"},"rsus":[{"rsuTarget":"127.0.0.1","rsuUsername":"v3user","rsuPassword":"*","rsuRetries":0,"rsuTimeout":2000,"rsuIndex":10},{"rsuTarget":"127.0.0.2","rsuUsername":"v3user","rsuPassword":"*","rsuRetries":1,"rsuTimeout":1000,"rsuIndex":10},{"rsuTarget":"127.0.0.3","rsuUsername":"v3user","rsuPassword":"*","rsuRetries":1,"rsuTimeout":1000,"rsuIndex":10}],"snmp":{"rsuid":"00000083","msgid":31,"mode":1,"channel":178,"interval":2,"deliverystart":"2017-06-01T17:47:11-05:00","deliverystop":"2018-01-01T17:47:11-05:15","enable":1,"status":4}},"payloadType":"us.dot.its.jpo.ode.model.OdeMsgPayload","serialId":{"streamId":"5d45936b-b91f-4bb3-992f-7b1a80a751b8","bundleSize":1,"bundleId":18,"recordId":0,"serialNumber":18},"odeReceivedAt":"2019-03-12T19:50:26.823Z","schemaVersion":6,"recordGeneratedAt":"2017-03-13T06:07:11Z","recordGeneratedBy":"TMC","sanitized":false},"payload":{"dataType":"us.dot.its.jpo.ode.plugin.j2735.OdeTravelerInformationMessage","data":{"msgCnt":13,"timeStamp":"2017-03-13T01:07:11-05:00","packetID":"EC9C236B0000000000","urlB":"null","dataframes":[{"sspTimRights":0,"frameType":"advisory","msgId":{"roadSignID":{"position":{"latitude":41.678473,"longitude":-108.782775,"elevation":917.1432},"viewAngle":"1010101010101010","mutcdCode":"warning","crc":"0000"}},"startDateTime":"2017-12-01T17:47:11-05:00","durationTime":22,"priority":0,"sspLocationRights":3,"regions":[{"name":"bob","regulatorID":23,"segmentID":33,"anchorPosition":{"latitude":41.678473,"longitude":-108.782775,"elevation":917.1432},"laneWidth":7,"directionality":"3","closedPath":false,"direction":"1010101010101010","description":"geometry","geometry":{"direction":"1010101010101010","extent":1,"laneWidth":33,"circle":{"position":{"latitude":41.678473,"longitude":-108.782775,"elevation":917.1432},"radius":15,"units":"7"}}}],"sspMsgTypes":2,"sspMsgContent":3,"content":"Advisory","items":["125","some text","250","\u002798765"],"url":"null"}]}}} diff --git a/data/TIM_Message_Testing_Files/archive/TimTestPath_LL.json b/data/TIM_Message_Testing_Files/archive/TimTestPath_LL.json index d4ed7f8da..a4028fdd1 100644 --- a/data/TIM_Message_Testing_Files/archive/TimTestPath_LL.json +++ b/data/TIM_Message_Testing_Files/archive/TimTestPath_LL.json @@ -1,122 +1,122 @@ -{ - "ode": { - "version": 2 - }, - "tim": { - "msgCnt": "13", - "timeStamp": "2017-03-13T01:07:11-05:00", - "packetID": "1", - "urlB": "null", - "dataframes": [ - { - "sspTimRights": "0", - "frameType": "0", - "msgID": "RoadSignID", - "position": { - "latitude": "41.678473", - "longitude": "-108.782775", - "elevation": "917.1432" - }, - "viewAngle": "1010101010101010", - "mutcd": "5", - "crc": "6", - "startDateTime": "2017-12-01T17:47:11-05:00", - "durationTime": "835", - "priority": "2", - "sspLocationRights": "0", - "regions": [ - { - "name": "SpeedLimit", - "regulatorID": "23", - "segmentID": "33", - "anchorPosition": { - "latitude": "41.678473", - "longitude": "-108.782775", - "elevation": "917.1432" - }, - "laneWidth": "7", - "directionality": "3", - "closedPath": "false", - "direction": "1000100010001000", - "description": "path", - "path": { - "scale": "1", - "type": "ll", - "nodes": [ - { - "delta": "node-LL2", - "nodeLong": "2", - "nodeLat": "2", - "attributes": { - "localNodes": [ - { - "type": "1" - } - ], - "disabledLists": [], - "enabledLists": [], - "dataLists": [] - } - }, - { - "delta": "node-LL1", - "nodeLat": "1", - "nodeLong": "1", - "attributes": { - "localNodes": [ - { - "type": "1" - } - ], - "disabledLists": [], - "enabledLists": [], - "dataLists": [] - } - } - ] - } - } - ], - "sspMsgTypes": "2", - "sspMsgContent": "3", - "content": "Advisory", - "items": [ - "250" - ], - "url": "null" - } - ] - }, - "rsus": [ - { - "rsuTarget": "127.0.0.1", - "rsuUsername": "user", - "rsuPassword": "password", - "rsuRetries": "1", - "rsuTimeout": "2000" - } - ], - "snmp": { - "rsuid": "8300", - "msgid": "31", - "mode": "1", - "channel": "178", - "interval": "1", - "deliverystart": "2017-12-01T17:47:11-05:00", - "deliverystop": "2017-12-01T17:47:11-05:15", - "enable": "1", - "status": "4" - }, - "sdw": { - "serviceRegion": { - "nwCorner": { - "latitude": "44.998459", - "longitude": "-111.040817" - }, - "seCorner": { - "latitude": "41.104674", - "longitude": "-104.111312" - } - } - } +{ + "ode": { + "version": 2 + }, + "tim": { + "msgCnt": "13", + "timeStamp": "2017-03-13T01:07:11-05:00", + "packetID": "1", + "urlB": "null", + "dataframes": [ + { + "sspTimRights": "0", + "frameType": "0", + "msgID": "RoadSignID", + "position": { + "latitude": "41.678473", + "longitude": "-108.782775", + "elevation": "917.1432" + }, + "viewAngle": "1010101010101010", + "mutcd": "5", + "crc": "6", + "startDateTime": "2017-12-01T17:47:11-05:00", + "durationTime": "835", + "priority": "2", + "sspLocationRights": "0", + "regions": [ + { + "name": "SpeedLimit", + "regulatorID": "23", + "segmentID": "33", + "anchorPosition": { + "latitude": "41.678473", + "longitude": "-108.782775", + "elevation": "917.1432" + }, + "laneWidth": "7", + "directionality": "3", + "closedPath": "false", + "direction": "1000100010001000", + "description": "path", + "path": { + "scale": "1", + "type": "ll", + "nodes": [ + { + "delta": "node-LL2", + "nodeLong": "2", + "nodeLat": "2", + "attributes": { + "localNodes": [ + { + "type": "1" + } + ], + "disabledLists": [], + "enabledLists": [], + "dataLists": [] + } + }, + { + "delta": "node-LL1", + "nodeLat": "1", + "nodeLong": "1", + "attributes": { + "localNodes": [ + { + "type": "1" + } + ], + "disabledLists": [], + "enabledLists": [], + "dataLists": [] + } + } + ] + } + } + ], + "sspMsgTypes": "2", + "sspMsgContent": "3", + "content": "Advisory", + "items": [ + "250" + ], + "url": "null" + } + ] + }, + "rsus": [ + { + "rsuTarget": "127.0.0.1", + "rsuUsername": "user", + "rsuPassword": "password", + "rsuRetries": "1", + "rsuTimeout": "2000" + } + ], + "snmp": { + "rsuid": "8300", + "msgid": "31", + "mode": "1", + "channel": "178", + "interval": "1", + "deliverystart": "2017-12-01T17:47:11-05:00", + "deliverystop": "2017-12-01T17:47:11-05:15", + "enable": "1", + "status": "4" + }, + "sdw": { + "serviceRegion": { + "nwCorner": { + "latitude": "44.998459", + "longitude": "-111.040817" + }, + "seCorner": { + "latitude": "41.104674", + "longitude": "-104.111312" + } + } + } } \ No newline at end of file diff --git a/data/TIM_Message_Testing_Files/archive/TimTestPath_XY.json b/data/TIM_Message_Testing_Files/archive/TimTestPath_XY.json index 65f01b531..daaed50db 100644 --- a/data/TIM_Message_Testing_Files/archive/TimTestPath_XY.json +++ b/data/TIM_Message_Testing_Files/archive/TimTestPath_XY.json @@ -1,122 +1,122 @@ -{ - "ode": { - "version": 2 - }, - "tim": { - "msgCnt": "13", - "timeStamp": "2017-03-13T01:07:11-05:00", - "packetID": "1", - "urlB": "null", - "dataframes": [ - { - "sspTimRights": "1", - "frameType": "1", - "msgID": "RoadSignID", - "position": { - "latitude": "41.678473", - "longitude": "-108.782775", - "elevation": "917.1432" - }, - "viewAngle": "1010101010101010", - "mutcd": "5", - "crc": "6", - "startDateTime": "2017-12-01T17:47:11-05:00", - "durationTime": "835", - "priority": "2", - "sspLocationRights": "0", - "regions": [ - { - "name": "SpeedLimit", - "regulatorID": "23", - "segmentID": "33", - "anchorPosition": { - "latitude": "41.678473", - "longitude": "-108.782775", - "elevation": "917.1432" - }, - "laneWidth": "7", - "directionality": "3", - "closedPath": "false", - "direction": "1000100010001000", - "description": "path", - "path": { - "scale": "1", - "type": "xy", - "nodes": [ - { - "delta": "node-XY2", - "x": "2", - "y": "2", - "attributes": { - "localNodes": [ - { - "type": "1" - } - ], - "disabledLists": [], - "enabledLists": [], - "dataLists": [] - } - }, - { - "delta": "node-XY1", - "x": "1", - "y": "1", - "attributes": { - "localNodes": [ - { - "type": "1" - } - ], - "disabledLists": [], - "enabledLists": [], - "dataLists": [] - } - } - ] - } - } - ], - "sspMsgTypes": "2", - "sspMsgContent": "3", - "content": "Advisory", - "items": [ - "250" - ], - "url": "null" - } - ] - }, - "rsus": [ - { - "rsuTarget": "127.0.0.1", - "rsuUsername": "user", - "rsuPassword": "password", - "rsuRetries": "1", - "rsuTimeout": "2000" - } - ], - "snmp": { - "rsuid": "8300", - "msgid": "31", - "mode": "1", - "channel": "178", - "interval": "1", - "deliverystart": "2017-12-01T17:47:11-05:00", - "deliverystop": "2017-12-01T17:47:11-05:15", - "enable": "1", - "status": "4" - }, - "sdw": { - "serviceRegion": { - "nwCorner": { - "latitude": "44.998459", - "longitude": "-111.040817" - }, - "seCorner": { - "latitude": "41.104674", - "longitude": "-104.111312" - } - } - } +{ + "ode": { + "version": 2 + }, + "tim": { + "msgCnt": "13", + "timeStamp": "2017-03-13T01:07:11-05:00", + "packetID": "1", + "urlB": "null", + "dataframes": [ + { + "sspTimRights": "1", + "frameType": "1", + "msgID": "RoadSignID", + "position": { + "latitude": "41.678473", + "longitude": "-108.782775", + "elevation": "917.1432" + }, + "viewAngle": "1010101010101010", + "mutcd": "5", + "crc": "6", + "startDateTime": "2017-12-01T17:47:11-05:00", + "durationTime": "835", + "priority": "2", + "sspLocationRights": "0", + "regions": [ + { + "name": "SpeedLimit", + "regulatorID": "23", + "segmentID": "33", + "anchorPosition": { + "latitude": "41.678473", + "longitude": "-108.782775", + "elevation": "917.1432" + }, + "laneWidth": "7", + "directionality": "3", + "closedPath": "false", + "direction": "1000100010001000", + "description": "path", + "path": { + "scale": "1", + "type": "xy", + "nodes": [ + { + "delta": "node-XY2", + "x": "2", + "y": "2", + "attributes": { + "localNodes": [ + { + "type": "1" + } + ], + "disabledLists": [], + "enabledLists": [], + "dataLists": [] + } + }, + { + "delta": "node-XY1", + "x": "1", + "y": "1", + "attributes": { + "localNodes": [ + { + "type": "1" + } + ], + "disabledLists": [], + "enabledLists": [], + "dataLists": [] + } + } + ] + } + } + ], + "sspMsgTypes": "2", + "sspMsgContent": "3", + "content": "Advisory", + "items": [ + "250" + ], + "url": "null" + } + ] + }, + "rsus": [ + { + "rsuTarget": "127.0.0.1", + "rsuUsername": "user", + "rsuPassword": "password", + "rsuRetries": "1", + "rsuTimeout": "2000" + } + ], + "snmp": { + "rsuid": "8300", + "msgid": "31", + "mode": "1", + "channel": "178", + "interval": "1", + "deliverystart": "2017-12-01T17:47:11-05:00", + "deliverystop": "2017-12-01T17:47:11-05:15", + "enable": "1", + "status": "4" + }, + "sdw": { + "serviceRegion": { + "nwCorner": { + "latitude": "44.998459", + "longitude": "-111.040817" + }, + "seCorner": { + "latitude": "41.104674", + "longitude": "-104.111312" + } + } + } } \ No newline at end of file diff --git a/data/TIM_Message_Testing_Files/sendRequests.sh b/data/TIM_Message_Testing_Files/sendRequests.sh index b5ea47000..2532be84c 100644 --- a/data/TIM_Message_Testing_Files/sendRequests.sh +++ b/data/TIM_Message_Testing_Files/sendRequests.sh @@ -1,6 +1,6 @@ -#!/bin/bash -for filename in $( ls | grep tim ); do - echo "Sending $filename" - curl -X POST http://localhost:8080/tim -H 'Content-Type: application/json' --data "@$filename" - read -p "Press enter to continue" -done +#!/bin/bash +for filename in $( ls | grep tim ); do + echo "Sending $filename" + curl -X POST http://localhost:8080/tim -H 'Content-Type: application/json' --data "@$filename" + read -p "Press enter to continue" +done diff --git a/data/TIM_Message_Testing_Files/test.sh b/data/TIM_Message_Testing_Files/test.sh index b5ea47000..2532be84c 100755 --- a/data/TIM_Message_Testing_Files/test.sh +++ b/data/TIM_Message_Testing_Files/test.sh @@ -1,6 +1,6 @@ -#!/bin/bash -for filename in $( ls | grep tim ); do - echo "Sending $filename" - curl -X POST http://localhost:8080/tim -H 'Content-Type: application/json' --data "@$filename" - read -p "Press enter to continue" -done +#!/bin/bash +for filename in $( ls | grep tim ); do + echo "Sending $filename" + curl -X POST http://localhost:8080/tim -H 'Content-Type: application/json' --data "@$filename" + read -p "Press enter to continue" +done diff --git a/data/TIM_Message_Testing_Files/tim_geometry_multi_rsu_no_sdw.json b/data/TIM_Message_Testing_Files/tim_geometry_multi_rsu_no_sdw.json index e4de2d9dc..e948c5c36 100644 --- a/data/TIM_Message_Testing_Files/tim_geometry_multi_rsu_no_sdw.json +++ b/data/TIM_Message_Testing_Files/tim_geometry_multi_rsu_no_sdw.json @@ -1,105 +1,105 @@ -{ - "request": { - "rsus": [ - { - "rsuIndex": "10", - "rsuTarget": "127.0.0.1", - "rsuUsername": "v3user", - "rsuPassword": "password", - "rsuRetries": "0", - "rsuTimeout": "2000" - }, - { - "rsuIndex": "10", - "rsuTarget": "127.0.0.2", - "rsuUsername": "v3user", - "rsuPassword": "password", - "rsuRetries": "1", - "rsuTimeout": "1000" - }, - { - "rsuIndex": "10", - "rsuTarget": "127.0.0.3", - "rsuUsername": "v3user", - "rsuPassword": "password", - "rsuRetries": "1", - "rsuTimeout": "1000" - } - ], - "snmp": { - "rsuid": "00000083", - "msgid": "31", - "mode": "1", - "channel": "178", - "interval": "2", - "deliverystart": "2017-06-01T17:47:11-05:00", - "deliverystop": "2018-01-01T17:47:11-05:15", - "enable": "1", - "status": "4" - } - }, - "tim": { - "msgCnt": "13", - "timeStamp": "2017-03-13T01:07:11-05:00", - "packetID": "EC9C236B0000000000", - "urlB": "null", - "dataframes": [ - { - "sspTimRights": "0", - "frameType": "advisory", - "msgId": { - "roadSignID": { - "position": { - "latitude": "41.678473", - "longitude": "-108.782775", - "elevation": "917.1432" - }, - "viewAngle": "1010101010101010", - "mutcdCode": "warning", - "crc": "0000" - } - }, - "startDateTime": "2017-12-01T17:47:11-05:00", - "durationTime": "22", - "priority": "0", - "sspLocationRights": "3", - "regions": [ - { - "name": "bob", - "regulatorID": "23", - "segmentID": "33", - "anchorPosition": { - "latitude": "41.678473", - "longitude": "-108.782775", - "elevation": "917.1432" - }, - "laneWidth": "7", - "directionality": "3", - "closedPath": "false", - "direction": "1010101010101010", - "description": "geometry", - "geometry": { - "direction": "1010101010101010", - "extent": "1", - "laneWidth": "33", - "circle": { - "position": { - "latitude": "41.678473", - "longitude": "-108.782775", - "elevation": "917.1432" - }, - "radius": "15", - "units": "7" - } - } - } - ], - "sspMsgTypes": "2", - "sspMsgContent": "3", - "content": "Advisory", - "items": ["125","some text", "250", "'98765"], - "url": "null" - } - ] - } +{ + "request": { + "rsus": [ + { + "rsuIndex": "10", + "rsuTarget": "127.0.0.1", + "rsuUsername": "v3user", + "rsuPassword": "password", + "rsuRetries": "0", + "rsuTimeout": "2000" + }, + { + "rsuIndex": "10", + "rsuTarget": "127.0.0.2", + "rsuUsername": "v3user", + "rsuPassword": "password", + "rsuRetries": "1", + "rsuTimeout": "1000" + }, + { + "rsuIndex": "10", + "rsuTarget": "127.0.0.3", + "rsuUsername": "v3user", + "rsuPassword": "password", + "rsuRetries": "1", + "rsuTimeout": "1000" + } + ], + "snmp": { + "rsuid": "00000083", + "msgid": "31", + "mode": "1", + "channel": "178", + "interval": "2", + "deliverystart": "2017-06-01T17:47:11-05:00", + "deliverystop": "2018-01-01T17:47:11-05:15", + "enable": "1", + "status": "4" + } + }, + "tim": { + "msgCnt": "13", + "timeStamp": "2017-03-13T01:07:11-05:00", + "packetID": "EC9C236B0000000000", + "urlB": "null", + "dataframes": [ + { + "sspTimRights": "0", + "frameType": "advisory", + "msgId": { + "roadSignID": { + "position": { + "latitude": "41.678473", + "longitude": "-108.782775", + "elevation": "917.1432" + }, + "viewAngle": "1010101010101010", + "mutcdCode": "warning", + "crc": "0000" + } + }, + "startDateTime": "2017-12-01T17:47:11-05:00", + "durationTime": "22", + "priority": "0", + "sspLocationRights": "3", + "regions": [ + { + "name": "bob", + "regulatorID": "23", + "segmentID": "33", + "anchorPosition": { + "latitude": "41.678473", + "longitude": "-108.782775", + "elevation": "917.1432" + }, + "laneWidth": "7", + "directionality": "3", + "closedPath": "false", + "direction": "1010101010101010", + "description": "geometry", + "geometry": { + "direction": "1010101010101010", + "extent": "1", + "laneWidth": "33", + "circle": { + "position": { + "latitude": "41.678473", + "longitude": "-108.782775", + "elevation": "917.1432" + }, + "radius": "15", + "units": "7" + } + } + } + ], + "sspMsgTypes": "2", + "sspMsgContent": "3", + "content": "Advisory", + "items": ["125","some text", "250", "'98765"], + "url": "null" + } + ] + } } \ No newline at end of file diff --git a/data/TIM_Message_Testing_Files/tim_geometry_multi_rsu_sdw.json b/data/TIM_Message_Testing_Files/tim_geometry_multi_rsu_sdw.json index ade5da142..11a53edf4 100644 --- a/data/TIM_Message_Testing_Files/tim_geometry_multi_rsu_sdw.json +++ b/data/TIM_Message_Testing_Files/tim_geometry_multi_rsu_sdw.json @@ -1,118 +1,118 @@ -{ - "request": { - "rsus": [ - { - "rsuIndex": "10", - "rsuTarget": "127.0.0.1", - "rsuUsername": "v3user", - "rsuPassword": "password", - "rsuRetries": "0", - "rsuTimeout": "2000" - }, - { - "rsuIndex": "10", - "rsuTarget": "127.0.0.2", - "rsuUsername": "v3user", - "rsuPassword": "password", - "rsuRetries": "1", - "rsuTimeout": "1000" - }, - { - "rsuIndex": "10", - "rsuTarget": "127.0.0.3", - "rsuUsername": "v3user", - "rsuPassword": "password", - "rsuRetries": "1", - "rsuTimeout": "1000" - } - ], - "snmp": { - "rsuid": "00000083", - "msgid": "31", - "mode": "1", - "channel": "178", - "interval": "2", - "deliverystart": "2017-06-01T17:47:11-05:00", - "deliverystop": "2018-01-01T17:47:11-05:15", - "enable": "1", - "status": "4" - }, - "sdw": { - "ttl": "oneweek", - "serviceRegion": { - "nwCorner": { - "latitude": "44.998459", - "longitude": "-111.040817" - }, - "seCorner": { - "latitude": "41.104674", - "longitude": "-104.111312" - } - } - } - }, - "tim": { - "msgCnt": "13", - "timeStamp": "2017-03-13T01:07:11-05:00", - "packetID": "EC9C236B0000000000", - "urlB": "null", - "dataframes": [ - { - "sspTimRights": "0", - "frameType": "advisory", - "msgId": { - "roadSignID": { - "position": { - "latitude": "41.678473", - "longitude": "-108.782775", - "elevation": "917.1432" - }, - "viewAngle": "1010101010101010", - "mutcdCode": "warning", - "crc": "0000" - } - }, - "startDateTime": "2017-12-01T17:47:11-05:00", - "durationTime": "22", - "priority": "0", - "sspLocationRights": "3", - "regions": [ - { - "name": "bob", - "regulatorID": "23", - "segmentID": "33", - "anchorPosition": { - "latitude": "41.678473", - "longitude": "-108.782775", - "elevation": "917.1432" - }, - "laneWidth": "7", - "directionality": "3", - "closedPath": "false", - "direction": "1010101010101010", - "description": "geometry", - "geometry": { - "direction": "1010101010101010", - "extent": "1", - "laneWidth": "33", - "circle": { - "position": { - "latitude": "41.678473", - "longitude": "-108.782775", - "elevation": "917.1432" - }, - "radius": "15", - "units": "7" - } - } - } - ], - "sspMsgTypes": "2", - "sspMsgContent": "3", - "content": "Advisory", - "items": ["125","some text", "250", "'98765"], - "url": "null" - } - ] - } +{ + "request": { + "rsus": [ + { + "rsuIndex": "10", + "rsuTarget": "127.0.0.1", + "rsuUsername": "v3user", + "rsuPassword": "password", + "rsuRetries": "0", + "rsuTimeout": "2000" + }, + { + "rsuIndex": "10", + "rsuTarget": "127.0.0.2", + "rsuUsername": "v3user", + "rsuPassword": "password", + "rsuRetries": "1", + "rsuTimeout": "1000" + }, + { + "rsuIndex": "10", + "rsuTarget": "127.0.0.3", + "rsuUsername": "v3user", + "rsuPassword": "password", + "rsuRetries": "1", + "rsuTimeout": "1000" + } + ], + "snmp": { + "rsuid": "00000083", + "msgid": "31", + "mode": "1", + "channel": "178", + "interval": "2", + "deliverystart": "2017-06-01T17:47:11-05:00", + "deliverystop": "2018-01-01T17:47:11-05:15", + "enable": "1", + "status": "4" + }, + "sdw": { + "ttl": "oneweek", + "serviceRegion": { + "nwCorner": { + "latitude": "44.998459", + "longitude": "-111.040817" + }, + "seCorner": { + "latitude": "41.104674", + "longitude": "-104.111312" + } + } + } + }, + "tim": { + "msgCnt": "13", + "timeStamp": "2017-03-13T01:07:11-05:00", + "packetID": "EC9C236B0000000000", + "urlB": "null", + "dataframes": [ + { + "sspTimRights": "0", + "frameType": "advisory", + "msgId": { + "roadSignID": { + "position": { + "latitude": "41.678473", + "longitude": "-108.782775", + "elevation": "917.1432" + }, + "viewAngle": "1010101010101010", + "mutcdCode": "warning", + "crc": "0000" + } + }, + "startDateTime": "2017-12-01T17:47:11-05:00", + "durationTime": "22", + "priority": "0", + "sspLocationRights": "3", + "regions": [ + { + "name": "bob", + "regulatorID": "23", + "segmentID": "33", + "anchorPosition": { + "latitude": "41.678473", + "longitude": "-108.782775", + "elevation": "917.1432" + }, + "laneWidth": "7", + "directionality": "3", + "closedPath": "false", + "direction": "1010101010101010", + "description": "geometry", + "geometry": { + "direction": "1010101010101010", + "extent": "1", + "laneWidth": "33", + "circle": { + "position": { + "latitude": "41.678473", + "longitude": "-108.782775", + "elevation": "917.1432" + }, + "radius": "15", + "units": "7" + } + } + } + ], + "sspMsgTypes": "2", + "sspMsgContent": "3", + "content": "Advisory", + "items": ["125","some text", "250", "'98765"], + "url": "null" + } + ] + } } \ No newline at end of file diff --git a/data/TIM_Message_Testing_Files/tim_path_LL_single_rsu_no_sdw.json b/data/TIM_Message_Testing_Files/tim_path_LL_single_rsu_no_sdw.json index 58dfa333b..3bf5b9d31 100644 --- a/data/TIM_Message_Testing_Files/tim_path_LL_single_rsu_no_sdw.json +++ b/data/TIM_Message_Testing_Files/tim_path_LL_single_rsu_no_sdw.json @@ -1,107 +1,107 @@ -{ - "request": { - "rsus": [ - { - "rsuIndex": "10", - "rsuTarget": "127.0.0.1", - "rsuUsername": "v3user", - "rsuPassword": "password", - "rsuRetries": "0", - "rsuTimeout": "2000" - }, - { - "rsuIndex": "10", - "rsuTarget": "127.0.0.2", - "rsuUsername": "v3user", - "rsuPassword": "password", - "rsuRetries": "1", - "rsuTimeout": "1000" - }, - { - "rsuIndex": "10", - "rsuTarget": "127.0.0.3", - "rsuUsername": "v3user", - "rsuPassword": "password", - "rsuRetries": "1", - "rsuTimeout": "1000" - } - ], - "snmp": { - "rsuid": "00000083", - "msgid": "31", - "mode": "1", - "channel": "178", - "interval": "2", - "deliverystart": "2017-06-01T17:47:11-05:00", - "deliverystop": "2018-01-01T17:47:11-05:15", - "enable": "1", - "status": "4" - } - }, - "tim": { - "msgCnt": "1", - "timeStamp": "2017-08-03T22:25:36.297Z", - "urlB": "null", - "packetID": "EC9C236B0000000000", - "dataframes": [ - { - "startDateTime": "2017-08-02T22:25:00.000Z", - "durationTime": 1, - "sspTimRights": "0", - "frameType": "advisory", - "msgId": { - "roadSignID": { - "position": { - "latitude": "41.678473", - "longitude": "-108.782775", - "elevation": "917.1432" - }, - "viewAngle": "1010101010101010", - "mutcdCode": "warning", - "crc": "0000" - } - }, - "priority": "0", - "sspLocationRights": "3", - "regions": [ - { - "name": "Testing TIM", - "regulatorID": "0", - "segmentID": "33", - "anchorPosition": { - "latitude": "41.2500807", - "longitude": "-111.0093847", - "elevation": "2020.6969900289998" - }, - "laneWidth": "7", - "directionality": "3", - "closedPath": "false", - "description": "path", - "path": { - "scale": "0", - "type": "ll", - "nodes": [ - { - "nodeLong": "0.0030982", - "nodeLat": "0.0014562", - "delta": "node-LL3" - }, - { - "nodeLong": "-111.0093847", - "nodeLat": "41.2500807", - "delta": "node-LatLon" - } - ] - }, - "direction": "0000000000001010" - } - ], - "sspMsgTypes": "2", - "sspMsgContent": "3", - "content": "Advisory", - "items": ["125","some text", "250", "'98765"], - "url": "null" - } - ] - } -} +{ + "request": { + "rsus": [ + { + "rsuIndex": "10", + "rsuTarget": "127.0.0.1", + "rsuUsername": "v3user", + "rsuPassword": "password", + "rsuRetries": "0", + "rsuTimeout": "2000" + }, + { + "rsuIndex": "10", + "rsuTarget": "127.0.0.2", + "rsuUsername": "v3user", + "rsuPassword": "password", + "rsuRetries": "1", + "rsuTimeout": "1000" + }, + { + "rsuIndex": "10", + "rsuTarget": "127.0.0.3", + "rsuUsername": "v3user", + "rsuPassword": "password", + "rsuRetries": "1", + "rsuTimeout": "1000" + } + ], + "snmp": { + "rsuid": "00000083", + "msgid": "31", + "mode": "1", + "channel": "178", + "interval": "2", + "deliverystart": "2017-06-01T17:47:11-05:00", + "deliverystop": "2018-01-01T17:47:11-05:15", + "enable": "1", + "status": "4" + } + }, + "tim": { + "msgCnt": "1", + "timeStamp": "2017-08-03T22:25:36.297Z", + "urlB": "null", + "packetID": "EC9C236B0000000000", + "dataframes": [ + { + "startDateTime": "2017-08-02T22:25:00.000Z", + "durationTime": 1, + "sspTimRights": "0", + "frameType": "advisory", + "msgId": { + "roadSignID": { + "position": { + "latitude": "41.678473", + "longitude": "-108.782775", + "elevation": "917.1432" + }, + "viewAngle": "1010101010101010", + "mutcdCode": "warning", + "crc": "0000" + } + }, + "priority": "0", + "sspLocationRights": "3", + "regions": [ + { + "name": "Testing TIM", + "regulatorID": "0", + "segmentID": "33", + "anchorPosition": { + "latitude": "41.2500807", + "longitude": "-111.0093847", + "elevation": "2020.6969900289998" + }, + "laneWidth": "7", + "directionality": "3", + "closedPath": "false", + "description": "path", + "path": { + "scale": "0", + "type": "ll", + "nodes": [ + { + "nodeLong": "0.0030982", + "nodeLat": "0.0014562", + "delta": "node-LL3" + }, + { + "nodeLong": "-111.0093847", + "nodeLat": "41.2500807", + "delta": "node-LatLon" + } + ] + }, + "direction": "0000000000001010" + } + ], + "sspMsgTypes": "2", + "sspMsgContent": "3", + "content": "Advisory", + "items": ["125","some text", "250", "'98765"], + "url": "null" + } + ] + } +} diff --git a/data/TIM_Message_Testing_Files/tim_path_singleRSU.json b/data/TIM_Message_Testing_Files/tim_path_singleRSU.json index 63fb8aede..a0e063dd1 100644 --- a/data/TIM_Message_Testing_Files/tim_path_singleRSU.json +++ b/data/TIM_Message_Testing_Files/tim_path_singleRSU.json @@ -1,121 +1,121 @@ -{ - "request": { - "rsus": [ - { - "rsuIndex": "10", - "rsuTarget": "127.0.0.3", - "rsuUsername": "v3user", - "rsuPassword": "password", - "rsuRetries": "1", - "rsuTimeout": "1000" - } - ], - "snmp": { - "rsuid": "00000083", - "msgid": "31", - "mode": "1", - "channel": "178", - "interval": "2", - "deliverystart": "2017-06-01T17:47:11-05:00", - "deliverystop": "2018-01-01T17:47:11-05:15", - "enable": "1", - "status": "4" - }, - "sdw": { - "ttl": "oneweek", - "serviceRegion": { - "nwCorner": { - "latitude": "44.998459", - "longitude": "-111.040817" - }, - "seCorner": { - "latitude": "41.104674", - "longitude": "-104.111312" - } - } - } - }, - "tim": { - "msgCnt": "1", - "timeStamp": "2017-08-03T22:25:36.297Z", - "urlB": "null", - "packetID": "EC9C236B0000000000", - "dataframes": [ - { - "startDateTime": "2017-08-02T22:25:00.000Z", - "durationTime": 1, - "sspTimRights": "0", - "frameType": "advisory", - "msgId": { - "roadSignID": { - "position": { - "latitude": "41.678473", - "longitude": "-108.782775", - "elevation": "917.1432" - }, - "viewAngle": "1010101010101010", - "mutcdCode": "warning", - "crc": "0000" - } - }, - "priority": "0", - "sspLocationRights": "3", - "regions": [ - { - "name": "Testing TIM", - "regulatorID": "0", - "segmentID": "33", - "anchorPosition": { - "latitude": "41.2500807", - "longitude": "-111.0093847", - "elevation": "2020.6969900289998" - }, - "laneWidth": "7", - "directionality": "3", - "closedPath": "false", - "description": "path", - "path": { - "scale": "0", - "type": "ll", - "nodes": [ - { - "nodeLong": "0.0031024", - "nodeLat": "0.0014506", - "delta": "node-LL3" - }, - { - "nodeLong": "0.0030974", - "nodeLat": "0.0014568", - "delta": "node-LL3" - }, - { - "nodeLong": "0.0030983", - "nodeLat": "0.0014559", - "delta": "node-LL3" - }, - { - "nodeLong": "0.0030980", - "nodeLat": "0.0014563", - "delta": "node-LL3" - }, - { - "nodeLong": "0.0030982", - "nodeLat": "0.0014562", - "delta": "node-LL3" - } - ] - }, - "direction": "0000000000001010" - } - ], - "sspMsgTypes": "2", - "sspMsgContent": "3", - "content": "Advisory", - "items": [ - "513" - ], - "url": "null" - } - ] - } -} +{ + "request": { + "rsus": [ + { + "rsuIndex": "10", + "rsuTarget": "127.0.0.3", + "rsuUsername": "v3user", + "rsuPassword": "password", + "rsuRetries": "1", + "rsuTimeout": "1000" + } + ], + "snmp": { + "rsuid": "00000083", + "msgid": "31", + "mode": "1", + "channel": "178", + "interval": "2", + "deliverystart": "2017-06-01T17:47:11-05:00", + "deliverystop": "2018-01-01T17:47:11-05:15", + "enable": "1", + "status": "4" + }, + "sdw": { + "ttl": "oneweek", + "serviceRegion": { + "nwCorner": { + "latitude": "44.998459", + "longitude": "-111.040817" + }, + "seCorner": { + "latitude": "41.104674", + "longitude": "-104.111312" + } + } + } + }, + "tim": { + "msgCnt": "1", + "timeStamp": "2017-08-03T22:25:36.297Z", + "urlB": "null", + "packetID": "EC9C236B0000000000", + "dataframes": [ + { + "startDateTime": "2017-08-02T22:25:00.000Z", + "durationTime": 1, + "sspTimRights": "0", + "frameType": "advisory", + "msgId": { + "roadSignID": { + "position": { + "latitude": "41.678473", + "longitude": "-108.782775", + "elevation": "917.1432" + }, + "viewAngle": "1010101010101010", + "mutcdCode": "warning", + "crc": "0000" + } + }, + "priority": "0", + "sspLocationRights": "3", + "regions": [ + { + "name": "Testing TIM", + "regulatorID": "0", + "segmentID": "33", + "anchorPosition": { + "latitude": "41.2500807", + "longitude": "-111.0093847", + "elevation": "2020.6969900289998" + }, + "laneWidth": "7", + "directionality": "3", + "closedPath": "false", + "description": "path", + "path": { + "scale": "0", + "type": "ll", + "nodes": [ + { + "nodeLong": "0.0031024", + "nodeLat": "0.0014506", + "delta": "node-LL3" + }, + { + "nodeLong": "0.0030974", + "nodeLat": "0.0014568", + "delta": "node-LL3" + }, + { + "nodeLong": "0.0030983", + "nodeLat": "0.0014559", + "delta": "node-LL3" + }, + { + "nodeLong": "0.0030980", + "nodeLat": "0.0014563", + "delta": "node-LL3" + }, + { + "nodeLong": "0.0030982", + "nodeLat": "0.0014562", + "delta": "node-LL3" + } + ] + }, + "direction": "0000000000001010" + } + ], + "sspMsgTypes": "2", + "sspMsgContent": "3", + "content": "Advisory", + "items": [ + "513" + ], + "url": "null" + } + ] + } +} diff --git a/data/TIM_Message_Testing_Files/tim_path_xy_node_any_multi_rsu_no_sdw.json b/data/TIM_Message_Testing_Files/tim_path_xy_node_any_multi_rsu_no_sdw.json index 30947e033..16efcdaae 100644 --- a/data/TIM_Message_Testing_Files/tim_path_xy_node_any_multi_rsu_no_sdw.json +++ b/data/TIM_Message_Testing_Files/tim_path_xy_node_any_multi_rsu_no_sdw.json @@ -1,126 +1,126 @@ -{ - "request": { - "rsus": [ - { - "rsuIndex": "10", - "rsuTarget": "127.0.0.1", - "rsuUsername": "v3user", - "rsuPassword": "password", - "rsuRetries": "0", - "rsuTimeout": "2000" - }, - { - "rsuIndex": "10", - "rsuTarget": "127.0.0.2", - "rsuUsername": "v3user", - "rsuPassword": "password", - "rsuRetries": "1", - "rsuTimeout": "1000" - }, - { - "rsuIndex": "10", - "rsuTarget": "127.0.0.3", - "rsuUsername": "v3user", - "rsuPassword": "password", - "rsuRetries": "1", - "rsuTimeout": "1000" - } - ], - "snmp": { - "rsuid": "00000083", - "msgid": "31", - "mode": "1", - "channel": "178", - "interval": "2", - "deliverystart": "2017-06-01T17:47:11-05:00", - "deliverystop": "2018-01-01T17:47:11-05:15", - "enable": "1", - "status": "4" - } - }, - "tim": { - "msgCnt": "1", - "timeStamp": "2018-06-11T16:00:00.000Z", - "packetID": "0000002316f1b0eed3", - "urlB": "null", - "dataframes": [ - { - "startDateTime": "2018-06-11T10:00-06:00", - "durationTime": 2000, - "frameType": "advisory", - "sspTimRights": "1", - "msgId": { - "roadSignID": { - "mutcdCode": "warning", - "viewAngle": "1111111111111111", - "position": { - "latitude": "40.573068", - "longitude": "-105.049016" - } - } - }, - "priority": "5", - "sspLocationRights": "1", - "regions": [ - { - "name": "southbound_Timberline_20_30_RSU-192.168.0.100", - "anchorPosition": { - "latitude": "40.573068", - "longitude": "-105.049016" - }, - "laneWidth": "327", - "directionality": "3", - "closedPath": "false", - "description": "path", - "path": { - "type": "xy", - "nodes": [ - { - "x": "-5.12", - "y": "5.11", - "delta": "node-XY" - }, - { - "x": "-10.24", - "y": "10.23", - "delta": "node-XY" - }, - { - "x": "-20.48", - "y": "20.47", - "delta": "node-XY" - }, - { - "x": "-40.96", - "y": "40.95", - "delta": "node-XY" - }, - { - "x": "-81.92", - "y": "81.91", - "delta": "node-XY" - }, - { - "x": "-327.68", - "y": "327.67", - "delta": "node-XY" - }, - { - "nodeLong": "-105.045087", - "nodeLat": "40.569848", - "delta": "node-LatLon" - } - ] - }, - "direction": "1111111111111111" - } - ], - "sspMsgTypes": "1", - "sspMsgContent": "1", - "content": "Advisory", - "items": ["125","some text", "250", "'98765"], - "url": "null" - } - ] - } +{ + "request": { + "rsus": [ + { + "rsuIndex": "10", + "rsuTarget": "127.0.0.1", + "rsuUsername": "v3user", + "rsuPassword": "password", + "rsuRetries": "0", + "rsuTimeout": "2000" + }, + { + "rsuIndex": "10", + "rsuTarget": "127.0.0.2", + "rsuUsername": "v3user", + "rsuPassword": "password", + "rsuRetries": "1", + "rsuTimeout": "1000" + }, + { + "rsuIndex": "10", + "rsuTarget": "127.0.0.3", + "rsuUsername": "v3user", + "rsuPassword": "password", + "rsuRetries": "1", + "rsuTimeout": "1000" + } + ], + "snmp": { + "rsuid": "00000083", + "msgid": "31", + "mode": "1", + "channel": "178", + "interval": "2", + "deliverystart": "2017-06-01T17:47:11-05:00", + "deliverystop": "2018-01-01T17:47:11-05:15", + "enable": "1", + "status": "4" + } + }, + "tim": { + "msgCnt": "1", + "timeStamp": "2018-06-11T16:00:00.000Z", + "packetID": "0000002316f1b0eed3", + "urlB": "null", + "dataframes": [ + { + "startDateTime": "2018-06-11T10:00-06:00", + "durationTime": 2000, + "frameType": "advisory", + "sspTimRights": "1", + "msgId": { + "roadSignID": { + "mutcdCode": "warning", + "viewAngle": "1111111111111111", + "position": { + "latitude": "40.573068", + "longitude": "-105.049016" + } + } + }, + "priority": "5", + "sspLocationRights": "1", + "regions": [ + { + "name": "southbound_Timberline_20_30_RSU-192.168.0.100", + "anchorPosition": { + "latitude": "40.573068", + "longitude": "-105.049016" + }, + "laneWidth": "327", + "directionality": "3", + "closedPath": "false", + "description": "path", + "path": { + "type": "xy", + "nodes": [ + { + "x": "-5.12", + "y": "5.11", + "delta": "node-XY" + }, + { + "x": "-10.24", + "y": "10.23", + "delta": "node-XY" + }, + { + "x": "-20.48", + "y": "20.47", + "delta": "node-XY" + }, + { + "x": "-40.96", + "y": "40.95", + "delta": "node-XY" + }, + { + "x": "-81.92", + "y": "81.91", + "delta": "node-XY" + }, + { + "x": "-327.68", + "y": "327.67", + "delta": "node-XY" + }, + { + "nodeLong": "-105.045087", + "nodeLat": "40.569848", + "delta": "node-LatLon" + } + ] + }, + "direction": "1111111111111111" + } + ], + "sspMsgTypes": "1", + "sspMsgContent": "1", + "content": "Advisory", + "items": ["125","some text", "250", "'98765"], + "url": "null" + } + ] + } } \ No newline at end of file diff --git a/data/TIM_Message_Testing_Files/tim_path_xy_node_any_single_rsu_no_sdw.json b/data/TIM_Message_Testing_Files/tim_path_xy_node_any_single_rsu_no_sdw.json index bde7347a3..93435f298 100644 --- a/data/TIM_Message_Testing_Files/tim_path_xy_node_any_single_rsu_no_sdw.json +++ b/data/TIM_Message_Testing_Files/tim_path_xy_node_any_single_rsu_no_sdw.json @@ -1,146 +1,146 @@ -{ - "request": { - "rsus": [ - { - "rsuIndex": "10", - "rsuTarget": "127.0.0.2", - "rsuUsername": "v3user", - "rsuPassword": "password", - "rsuRetries": "1", - "rsuTimeout": "1000" - } - ], - "snmp": { - "rsuid": "00000083", - "msgid": "31", - "mode": "1", - "channel": "178", - "interval": "2", - "deliverystart": "2017-06-01T17:47:11-05:00", - "deliverystop": "2018-01-01T17:47:11-05:15", - "enable": "1", - "status": "4" - } - }, - "tim": { - "msgCnt": "1", - "timeStamp": "2017-08-03T22:25:36.297Z", - "urlB": "null", - "packetID": "EC9C236B0000000000", - "dataframes": [ - { - "startDateTime": "2017-08-02T22:25:00.000Z", - "durationTime": 1, - "sspTimRights": "0", - "frameType": "advisory", - "msgId": { - "roadSignID": { - "position": { - "latitude": "41.678473", - "longitude": "-108.782775", - "elevation": "917.1432" - }, - "viewAngle": "1010101010101010", - "mutcdCode": "warning", - "crc": "0000" - } - }, - "priority": "0", - "sspLocationRights": "3", - "regions": [ - { - "name": "Testing TIM", - "regulatorID": "0", - "segmentID": "33", - "anchorPosition": { - "latitude": "41.2500807", - "longitude": "-111.0093847", - "elevation": "2020.6969900289998" - }, - "laneWidth": "7", - "directionality": "3", - "closedPath": "false", - "description": "path", - "path": { - "scale": "0", - "type": "ll", - "nodes": [ - { - "nodeLong": "0.0002047", - "nodeLat": "-0.0002048", - "delta": "node-LL" - }, - { - "nodeLong": "0.0008191", - "nodeLat": "-0.0008192", - "delta": "node-LL" - }, - { - "nodeLong": "0.0032767", - "nodeLat": "-0.0032768", - "delta": "node-LL" - }, - { - "nodeLong": "0.0131071", - "nodeLat": "-0.0131072", - "delta": "node-LL" - }, - { - "nodeLong": "0.2097151", - "nodeLat": "-0.2097152", - "delta": "node-LL" - }, - { - "nodeLong": "0.8388607", - "nodeLat": "-0.8388608", - "delta": "node-LL" - }, - { - "nodeLong": "0.0002047", - "nodeLat": "-0.0002048", - "delta": "node-LL1" - }, - { - "nodeLong": "0.0008191", - "nodeLat": "-0.0008192", - "delta": "node-LL2" - }, - { - "nodeLong": "0.0032767", - "nodeLat": "-0.0032768", - "delta": "node-LL3" - }, - { - "nodeLong": "0.0131071", - "nodeLat": "-0.0131072", - "delta": "node-LL4" - }, - { - "nodeLong": "0.2097151", - "nodeLat": "-0.2097152", - "delta": "node-LL5" - }, - { - "nodeLong": "0.8388607", - "nodeLat": "-0.8388608", - "delta": "node-LL6" - }, - { - "nodeLong": "-111.0093847", - "nodeLat": "41.2500807", - "delta": "node-LatLon" - } - ] - }, - "direction": "0000000000001010" - } - ], - "sspMsgTypes": "2", - "sspMsgContent": "3", - "content": "Advisory", - "items": ["125","some text", "250", "'98765"], - "url": "null" - } - ] - } -} +{ + "request": { + "rsus": [ + { + "rsuIndex": "10", + "rsuTarget": "127.0.0.2", + "rsuUsername": "v3user", + "rsuPassword": "password", + "rsuRetries": "1", + "rsuTimeout": "1000" + } + ], + "snmp": { + "rsuid": "00000083", + "msgid": "31", + "mode": "1", + "channel": "178", + "interval": "2", + "deliverystart": "2017-06-01T17:47:11-05:00", + "deliverystop": "2018-01-01T17:47:11-05:15", + "enable": "1", + "status": "4" + } + }, + "tim": { + "msgCnt": "1", + "timeStamp": "2017-08-03T22:25:36.297Z", + "urlB": "null", + "packetID": "EC9C236B0000000000", + "dataframes": [ + { + "startDateTime": "2017-08-02T22:25:00.000Z", + "durationTime": 1, + "sspTimRights": "0", + "frameType": "advisory", + "msgId": { + "roadSignID": { + "position": { + "latitude": "41.678473", + "longitude": "-108.782775", + "elevation": "917.1432" + }, + "viewAngle": "1010101010101010", + "mutcdCode": "warning", + "crc": "0000" + } + }, + "priority": "0", + "sspLocationRights": "3", + "regions": [ + { + "name": "Testing TIM", + "regulatorID": "0", + "segmentID": "33", + "anchorPosition": { + "latitude": "41.2500807", + "longitude": "-111.0093847", + "elevation": "2020.6969900289998" + }, + "laneWidth": "7", + "directionality": "3", + "closedPath": "false", + "description": "path", + "path": { + "scale": "0", + "type": "ll", + "nodes": [ + { + "nodeLong": "0.0002047", + "nodeLat": "-0.0002048", + "delta": "node-LL" + }, + { + "nodeLong": "0.0008191", + "nodeLat": "-0.0008192", + "delta": "node-LL" + }, + { + "nodeLong": "0.0032767", + "nodeLat": "-0.0032768", + "delta": "node-LL" + }, + { + "nodeLong": "0.0131071", + "nodeLat": "-0.0131072", + "delta": "node-LL" + }, + { + "nodeLong": "0.2097151", + "nodeLat": "-0.2097152", + "delta": "node-LL" + }, + { + "nodeLong": "0.8388607", + "nodeLat": "-0.8388608", + "delta": "node-LL" + }, + { + "nodeLong": "0.0002047", + "nodeLat": "-0.0002048", + "delta": "node-LL1" + }, + { + "nodeLong": "0.0008191", + "nodeLat": "-0.0008192", + "delta": "node-LL2" + }, + { + "nodeLong": "0.0032767", + "nodeLat": "-0.0032768", + "delta": "node-LL3" + }, + { + "nodeLong": "0.0131071", + "nodeLat": "-0.0131072", + "delta": "node-LL4" + }, + { + "nodeLong": "0.2097151", + "nodeLat": "-0.2097152", + "delta": "node-LL5" + }, + { + "nodeLong": "0.8388607", + "nodeLat": "-0.8388608", + "delta": "node-LL6" + }, + { + "nodeLong": "-111.0093847", + "nodeLat": "41.2500807", + "delta": "node-LatLon" + } + ] + }, + "direction": "0000000000001010" + } + ], + "sspMsgTypes": "2", + "sspMsgContent": "3", + "content": "Advisory", + "items": ["125","some text", "250", "'98765"], + "url": "null" + } + ] + } +} diff --git a/data/TIM_Message_Testing_Files/tim_path_xy_node_latlon_multi_rsu_no_sdw.json b/data/TIM_Message_Testing_Files/tim_path_xy_node_latlon_multi_rsu_no_sdw.json index 6e3028451..f8dc55fc0 100644 --- a/data/TIM_Message_Testing_Files/tim_path_xy_node_latlon_multi_rsu_no_sdw.json +++ b/data/TIM_Message_Testing_Files/tim_path_xy_node_latlon_multi_rsu_no_sdw.json @@ -1,141 +1,141 @@ -{ - "request": { - "rsus": [ - { - "rsuIndex": "10", - "rsuTarget": "127.0.0.1", - "rsuUsername": "v3user", - "rsuPassword": "password", - "rsuRetries": "0", - "rsuTimeout": "2000" - }, - { - "rsuIndex": "10", - "rsuTarget": "127.0.0.2", - "rsuUsername": "v3user", - "rsuPassword": "password", - "rsuRetries": "1", - "rsuTimeout": "1000" - }, - { - "rsuIndex": "10", - "rsuTarget": "127.0.0.3", - "rsuUsername": "v3user", - "rsuPassword": "password", - "rsuRetries": "1", - "rsuTimeout": "1000" - } - ], - "snmp": { - "rsuid": "00000083", - "msgid": "31", - "mode": "1", - "channel": "178", - "interval": "2", - "deliverystart": "2017-06-01T17:47:11-05:00", - "deliverystop": "2018-01-01T17:47:11-05:15", - "enable": "1", - "status": "4" - } - }, - "tim": { - "msgCnt": "1", - "timeStamp": "2018-04-18T18:38:52.914Z", - "packetID": "0000002316f1b0eed3", - "urlB": "null", - "dataframes": [ - { - "startDateTime": "2018-06-11T10:00-06:00", - "durationTime": 2000, - "frameType": "advisory", - "sspTimRights": "1", - "msgId": { - "roadSignID": { - "mutcdCode": "warning", - "viewAngle": "1111111111111111", - "position": { - "latitude": "40.573068", - "longitude": "-105.049016" - } - } - }, - "priority": "5", - "sspLocationRights": "1", - "regions": [ - { - "name": "southbound_Timberline_20_30_RSU-192.168.0.100", - "anchorPosition": { - "latitude": "40.573068", - "longitude": "-105.049016" - }, - "laneWidth": "327", - "directionality": "3", - "closedPath": "false", - "description": "path", - "path": { - "type": "xy", - "nodes": [ - { - "nodeLong": "-105.047355", - "nodeLat": "40.572429", - "delta": "node-LatLon" - }, - { - "nodeLong": "-105.046844", - "nodeLat": "40.572228", - "delta": "node-LatLon" - }, - { - "nodeLong": "-105.04659", - "nodeLat": "40.572113", - "delta": "node-LatLon" - }, - { - "nodeLong": "-105.046243", - "nodeLat": "40.57191", - "delta": "node-LatLon" - }, - { - "nodeLong": "-105.045936", - "nodeLat": "40.571675", - "delta": "node-LatLon" - }, - { - "nodeLong": "-105.045674", - "nodeLat": "40.571422", - "delta": "node-LatLon" - }, - { - "nodeLong": "-105.04545", - "nodeLat": "40.571131", - "delta": "node-LatLon" - }, - { - "nodeLong": "-105.045235", - "nodeLat": "40.570724", - "delta": "node-LatLon" - }, - { - "nodeLong": "-105.045113", - "nodeLat": "40.570293", - "delta": "node-LatLon" - }, - { - "nodeLong": "-105.045087", - "nodeLat": "40.569848", - "delta": "node-LatLon" - } - ] - }, - "direction": "1111111111111111" - } - ], - "sspMsgTypes": "1", - "sspMsgContent": "1", - "content": "Advisory", - "items": ["125","some text", "250", "'98765"], - "url": "null" - } - ] - } +{ + "request": { + "rsus": [ + { + "rsuIndex": "10", + "rsuTarget": "127.0.0.1", + "rsuUsername": "v3user", + "rsuPassword": "password", + "rsuRetries": "0", + "rsuTimeout": "2000" + }, + { + "rsuIndex": "10", + "rsuTarget": "127.0.0.2", + "rsuUsername": "v3user", + "rsuPassword": "password", + "rsuRetries": "1", + "rsuTimeout": "1000" + }, + { + "rsuIndex": "10", + "rsuTarget": "127.0.0.3", + "rsuUsername": "v3user", + "rsuPassword": "password", + "rsuRetries": "1", + "rsuTimeout": "1000" + } + ], + "snmp": { + "rsuid": "00000083", + "msgid": "31", + "mode": "1", + "channel": "178", + "interval": "2", + "deliverystart": "2017-06-01T17:47:11-05:00", + "deliverystop": "2018-01-01T17:47:11-05:15", + "enable": "1", + "status": "4" + } + }, + "tim": { + "msgCnt": "1", + "timeStamp": "2018-04-18T18:38:52.914Z", + "packetID": "0000002316f1b0eed3", + "urlB": "null", + "dataframes": [ + { + "startDateTime": "2018-06-11T10:00-06:00", + "durationTime": 2000, + "frameType": "advisory", + "sspTimRights": "1", + "msgId": { + "roadSignID": { + "mutcdCode": "warning", + "viewAngle": "1111111111111111", + "position": { + "latitude": "40.573068", + "longitude": "-105.049016" + } + } + }, + "priority": "5", + "sspLocationRights": "1", + "regions": [ + { + "name": "southbound_Timberline_20_30_RSU-192.168.0.100", + "anchorPosition": { + "latitude": "40.573068", + "longitude": "-105.049016" + }, + "laneWidth": "327", + "directionality": "3", + "closedPath": "false", + "description": "path", + "path": { + "type": "xy", + "nodes": [ + { + "nodeLong": "-105.047355", + "nodeLat": "40.572429", + "delta": "node-LatLon" + }, + { + "nodeLong": "-105.046844", + "nodeLat": "40.572228", + "delta": "node-LatLon" + }, + { + "nodeLong": "-105.04659", + "nodeLat": "40.572113", + "delta": "node-LatLon" + }, + { + "nodeLong": "-105.046243", + "nodeLat": "40.57191", + "delta": "node-LatLon" + }, + { + "nodeLong": "-105.045936", + "nodeLat": "40.571675", + "delta": "node-LatLon" + }, + { + "nodeLong": "-105.045674", + "nodeLat": "40.571422", + "delta": "node-LatLon" + }, + { + "nodeLong": "-105.04545", + "nodeLat": "40.571131", + "delta": "node-LatLon" + }, + { + "nodeLong": "-105.045235", + "nodeLat": "40.570724", + "delta": "node-LatLon" + }, + { + "nodeLong": "-105.045113", + "nodeLat": "40.570293", + "delta": "node-LatLon" + }, + { + "nodeLong": "-105.045087", + "nodeLat": "40.569848", + "delta": "node-LatLon" + } + ] + }, + "direction": "1111111111111111" + } + ], + "sspMsgTypes": "1", + "sspMsgContent": "1", + "content": "Advisory", + "items": ["125","some text", "250", "'98765"], + "url": "null" + } + ] + } } \ No newline at end of file diff --git a/data/TIM_Message_Testing_Files/tim_path_xy_node_latlon_no_rsu_sdw.json b/data/TIM_Message_Testing_Files/tim_path_xy_node_latlon_no_rsu_sdw.json index c8bdae315..a263049a8 100644 --- a/data/TIM_Message_Testing_Files/tim_path_xy_node_latlon_no_rsu_sdw.json +++ b/data/TIM_Message_Testing_Files/tim_path_xy_node_latlon_no_rsu_sdw.json @@ -1,117 +1,117 @@ -{ - "request": { - "sdw": { - "ttl": "oneweek", - "serviceRegion": { - "nwCorner": { - "latitude": "44.998459", - "longitude": "-111.040817" - }, - "seCorner": { - "latitude": "41.104674", - "longitude": "-104.111312" - } - } - } - }, - "tim": { - "msgCnt": "1", - "timeStamp": "2018-04-18T18:38:52.914Z", - "packetID": "0000002316f1b0eed3", - "urlB": "null", - "dataframes": [ - { - "startDateTime": "2018-04-18T11:20-06:00", - "durationTime": 2000, - "frameType": "advisory", - "sspTimRights": "1", - "msgId": { - "roadSignID": { - "mutcdCode": "warning", - "viewAngle": "1111111111111111", - "position": { - "latitude": "41.113933", - "longitude": "-104.850772" - } - } - }, - "priority": "5", - "sspLocationRights": "1", - "regions": [ - { - "name": "southbound_Timberline_20_30_RSU-192.168.0.100", - "anchorPosition": { - "latitude": "40.573068", - "longitude": "-105.049016" - }, - "laneWidth": "327", - "directionality": "3", - "closedPath": "false", - "description": "path", - "path": { - "type": "xy", - "nodes": [ - { - "nodeLong": "-105.047355", - "nodeLat": "40.572429", - "delta": "node-LatLon" - }, - { - "nodeLong": "-105.046844", - "nodeLat": "40.572228", - "delta": "node-LatLon" - }, - { - "nodeLong": "-105.04659", - "nodeLat": "40.572113", - "delta": "node-LatLon" - }, - { - "nodeLong": "-105.046243", - "nodeLat": "40.57191", - "delta": "node-LatLon" - }, - { - "nodeLong": "-105.045936", - "nodeLat": "40.571675", - "delta": "node-LatLon" - }, - { - "nodeLong": "-105.045674", - "nodeLat": "40.571422", - "delta": "node-LatLon" - }, - { - "nodeLong": "-105.04545", - "nodeLat": "40.571131", - "delta": "node-LatLon" - }, - { - "nodeLong": "-105.045235", - "nodeLat": "40.570724", - "delta": "node-LatLon" - }, - { - "nodeLong": "-105.045113", - "nodeLat": "40.570293", - "delta": "node-LatLon" - }, - { - "nodeLong": "-105.045087", - "nodeLat": "40.569848", - "delta": "node-LatLon" - } - ] - }, - "direction": "1111111111111111" - } - ], - "sspMsgTypes": "1", - "sspMsgContent": "1", - "content": "Advisory", - "items": ["125","some text", "250", "'98765"], - "url": "null" - } - ] - } +{ + "request": { + "sdw": { + "ttl": "oneweek", + "serviceRegion": { + "nwCorner": { + "latitude": "44.998459", + "longitude": "-111.040817" + }, + "seCorner": { + "latitude": "41.104674", + "longitude": "-104.111312" + } + } + } + }, + "tim": { + "msgCnt": "1", + "timeStamp": "2018-04-18T18:38:52.914Z", + "packetID": "0000002316f1b0eed3", + "urlB": "null", + "dataframes": [ + { + "startDateTime": "2018-04-18T11:20-06:00", + "durationTime": 2000, + "frameType": "advisory", + "sspTimRights": "1", + "msgId": { + "roadSignID": { + "mutcdCode": "warning", + "viewAngle": "1111111111111111", + "position": { + "latitude": "41.113933", + "longitude": "-104.850772" + } + } + }, + "priority": "5", + "sspLocationRights": "1", + "regions": [ + { + "name": "southbound_Timberline_20_30_RSU-192.168.0.100", + "anchorPosition": { + "latitude": "40.573068", + "longitude": "-105.049016" + }, + "laneWidth": "327", + "directionality": "3", + "closedPath": "false", + "description": "path", + "path": { + "type": "xy", + "nodes": [ + { + "nodeLong": "-105.047355", + "nodeLat": "40.572429", + "delta": "node-LatLon" + }, + { + "nodeLong": "-105.046844", + "nodeLat": "40.572228", + "delta": "node-LatLon" + }, + { + "nodeLong": "-105.04659", + "nodeLat": "40.572113", + "delta": "node-LatLon" + }, + { + "nodeLong": "-105.046243", + "nodeLat": "40.57191", + "delta": "node-LatLon" + }, + { + "nodeLong": "-105.045936", + "nodeLat": "40.571675", + "delta": "node-LatLon" + }, + { + "nodeLong": "-105.045674", + "nodeLat": "40.571422", + "delta": "node-LatLon" + }, + { + "nodeLong": "-105.04545", + "nodeLat": "40.571131", + "delta": "node-LatLon" + }, + { + "nodeLong": "-105.045235", + "nodeLat": "40.570724", + "delta": "node-LatLon" + }, + { + "nodeLong": "-105.045113", + "nodeLat": "40.570293", + "delta": "node-LatLon" + }, + { + "nodeLong": "-105.045087", + "nodeLat": "40.569848", + "delta": "node-LatLon" + } + ] + }, + "direction": "1111111111111111" + } + ], + "sspMsgTypes": "1", + "sspMsgContent": "1", + "content": "Advisory", + "items": ["125","some text", "250", "'98765"], + "url": "null" + } + ] + } } \ No newline at end of file diff --git a/data/TIM_Message_Testing_Files/tim_region_multiRSU.json b/data/TIM_Message_Testing_Files/tim_region_multiRSU.json index 6d6bc525a..7924dad80 100644 --- a/data/TIM_Message_Testing_Files/tim_region_multiRSU.json +++ b/data/TIM_Message_Testing_Files/tim_region_multiRSU.json @@ -1,120 +1,120 @@ -{ - "request": { - "rsus": [ - { - "rsuIndex": "10", - "rsuTarget": "127.0.0.1", - "rsuUsername": "v3user", - "rsuPassword": "password", - "rsuRetries": "0", - "rsuTimeout": "2000" - }, - { - "rsuIndex": "10", - "rsuTarget": "127.0.0.2", - "rsuUsername": "v3user", - "rsuPassword": "password", - "rsuRetries": "1", - "rsuTimeout": "1000" - }, - { - "rsuIndex": "10", - "rsuTarget": "127.0.0.3", - "rsuUsername": "v3user", - "rsuPassword": "password", - "rsuRetries": "1", - "rsuTimeout": "1000" - } - ], - "snmp": { - "rsuid": "00000083", - "msgid": "31", - "mode": "1", - "channel": "178", - "interval": "2", - "deliverystart": "2017-06-01T17:47:11-05:00", - "deliverystop": "2018-01-01T17:47:11-05:15", - "enable": "1", - "status": "4" - }, - "sdw": { - "ttl": "oneweek", - "serviceRegion": { - "nwCorner": { - "latitude": "44.998459", - "longitude": "-111.040817" - }, - "seCorner": { - "latitude": "41.104674", - "longitude": "-104.111312" - } - } - } - }, - "tim": { - "msgCnt": "13", - "timeStamp": "2017-03-13T01:07:11-05:00", - "packetID": "EC9C236B0000000000", - "urlB": "null", - "dataframes": [ - { - "sspTimRights": "0", - "frameType": "advisory", - "msgId": { - "roadSignID": { - "position": { - "latitude": "41.678473", - "longitude": "-108.782775", - "elevation": "917.1432" - }, - "viewAngle": "1010101010101010", - "mutcdCode": "warning", - "crc": "0000" - } - }, - "startDateTime": "2017-12-01T17:47:11-05:00", - "durationTime": "22", - "priority": "0", - "sspLocationRights": "3", - "regions": [ - { - "name": "bob", - "regulatorID": "23", - "segmentID": "33", - "anchorPosition": { - "latitude": "41.678473", - "longitude": "-108.782775", - "elevation": "917.1432" - }, - "laneWidth": "7", - "directionality": "3", - "closedPath": "false", - "direction": "1010101010101010", - "description": "geometry", - "geometry": { - "direction": "1010101010101010", - "extent": "1", - "laneWidth": "33", - "circle": { - "position": { - "latitude": "41.678473", - "longitude": "-108.782775", - "elevation": "917.1432" - }, - "radius": "15", - "units": "7" - } - } - } - ], - "sspMsgTypes": "2", - "sspMsgContent": "3", - "content": "Advisory", - "items": [ - "250" - ], - "url": "null" - } - ] - } -} +{ + "request": { + "rsus": [ + { + "rsuIndex": "10", + "rsuTarget": "127.0.0.1", + "rsuUsername": "v3user", + "rsuPassword": "password", + "rsuRetries": "0", + "rsuTimeout": "2000" + }, + { + "rsuIndex": "10", + "rsuTarget": "127.0.0.2", + "rsuUsername": "v3user", + "rsuPassword": "password", + "rsuRetries": "1", + "rsuTimeout": "1000" + }, + { + "rsuIndex": "10", + "rsuTarget": "127.0.0.3", + "rsuUsername": "v3user", + "rsuPassword": "password", + "rsuRetries": "1", + "rsuTimeout": "1000" + } + ], + "snmp": { + "rsuid": "00000083", + "msgid": "31", + "mode": "1", + "channel": "178", + "interval": "2", + "deliverystart": "2017-06-01T17:47:11-05:00", + "deliverystop": "2018-01-01T17:47:11-05:15", + "enable": "1", + "status": "4" + }, + "sdw": { + "ttl": "oneweek", + "serviceRegion": { + "nwCorner": { + "latitude": "44.998459", + "longitude": "-111.040817" + }, + "seCorner": { + "latitude": "41.104674", + "longitude": "-104.111312" + } + } + } + }, + "tim": { + "msgCnt": "13", + "timeStamp": "2017-03-13T01:07:11-05:00", + "packetID": "EC9C236B0000000000", + "urlB": "null", + "dataframes": [ + { + "sspTimRights": "0", + "frameType": "advisory", + "msgId": { + "roadSignID": { + "position": { + "latitude": "41.678473", + "longitude": "-108.782775", + "elevation": "917.1432" + }, + "viewAngle": "1010101010101010", + "mutcdCode": "warning", + "crc": "0000" + } + }, + "startDateTime": "2017-12-01T17:47:11-05:00", + "durationTime": "22", + "priority": "0", + "sspLocationRights": "3", + "regions": [ + { + "name": "bob", + "regulatorID": "23", + "segmentID": "33", + "anchorPosition": { + "latitude": "41.678473", + "longitude": "-108.782775", + "elevation": "917.1432" + }, + "laneWidth": "7", + "directionality": "3", + "closedPath": "false", + "direction": "1010101010101010", + "description": "geometry", + "geometry": { + "direction": "1010101010101010", + "extent": "1", + "laneWidth": "33", + "circle": { + "position": { + "latitude": "41.678473", + "longitude": "-108.782775", + "elevation": "917.1432" + }, + "radius": "15", + "units": "7" + } + } + } + ], + "sspMsgTypes": "2", + "sspMsgContent": "3", + "content": "Advisory", + "items": [ + "250" + ], + "url": "null" + } + ] + } +} diff --git a/data/TIM_Message_Testing_Files/tim_region_singleRSU.json b/data/TIM_Message_Testing_Files/tim_region_singleRSU.json index ffcb99584..14c76d538 100644 --- a/data/TIM_Message_Testing_Files/tim_region_singleRSU.json +++ b/data/TIM_Message_Testing_Files/tim_region_singleRSU.json @@ -1,104 +1,104 @@ -{ - "request": { - "rsus": [ - { - "rsuIndex": "10", - "rsuTarget": "127.0.0.3", - "rsuUsername": "v3user", - "rsuPassword": "password", - "rsuRetries": "1", - "rsuTimeout": "1000" - } - ], - "snmp": { - "rsuid": "00000083", - "msgid": "31", - "mode": "1", - "channel": "178", - "interval": "2", - "deliverystart": "2017-06-01T17:47:11-05:00", - "deliverystop": "2018-01-01T17:47:11-05:15", - "enable": "1", - "status": "4" - }, - "sdw": { - "ttl": "oneweek", - "serviceRegion": { - "nwCorner": { - "latitude": "44.998459", - "longitude": "-111.040817" - }, - "seCorner": { - "latitude": "41.104674", - "longitude": "-104.111312" - } - } - } - }, - "tim": { - "msgCnt": "13", - "timeStamp": "2017-03-13T01:07:11-05:00", - "packetID": "EC9C236B0000000000", - "urlB": "null", - "dataframes": [ - { - "sspTimRights": "0", - "frameType": "advisory", - "msgId": { - "roadSignID": { - "position": { - "latitude": "41.678473", - "longitude": "-108.782775", - "elevation": "917.1432" - }, - "viewAngle": "1010101010101010", - "mutcdCode": "warning", - "crc": "0000" - } - }, - "startDateTime": "2017-12-01T17:47:11-05:00", - "durationTime": "22", - "priority": "0", - "sspLocationRights": "3", - "regions": [ - { - "name": "bob", - "regulatorID": "23", - "segmentID": "33", - "anchorPosition": { - "latitude": "41.678473", - "longitude": "-108.782775", - "elevation": "917.1432" - }, - "laneWidth": "7", - "directionality": "3", - "closedPath": "false", - "direction": "1010101010101010", - "description": "geometry", - "geometry": { - "direction": "1010101010101010", - "extent": "1", - "laneWidth": "33", - "circle": { - "position": { - "latitude": "41.678473", - "longitude": "-108.782775", - "elevation": "917.1432" - }, - "radius": "15", - "units": "7" - } - } - } - ], - "sspMsgTypes": "2", - "sspMsgContent": "3", - "content": "Advisory", - "items": [ - "250" - ], - "url": "null" - } - ] - } -} +{ + "request": { + "rsus": [ + { + "rsuIndex": "10", + "rsuTarget": "127.0.0.3", + "rsuUsername": "v3user", + "rsuPassword": "password", + "rsuRetries": "1", + "rsuTimeout": "1000" + } + ], + "snmp": { + "rsuid": "00000083", + "msgid": "31", + "mode": "1", + "channel": "178", + "interval": "2", + "deliverystart": "2017-06-01T17:47:11-05:00", + "deliverystop": "2018-01-01T17:47:11-05:15", + "enable": "1", + "status": "4" + }, + "sdw": { + "ttl": "oneweek", + "serviceRegion": { + "nwCorner": { + "latitude": "44.998459", + "longitude": "-111.040817" + }, + "seCorner": { + "latitude": "41.104674", + "longitude": "-104.111312" + } + } + } + }, + "tim": { + "msgCnt": "13", + "timeStamp": "2017-03-13T01:07:11-05:00", + "packetID": "EC9C236B0000000000", + "urlB": "null", + "dataframes": [ + { + "sspTimRights": "0", + "frameType": "advisory", + "msgId": { + "roadSignID": { + "position": { + "latitude": "41.678473", + "longitude": "-108.782775", + "elevation": "917.1432" + }, + "viewAngle": "1010101010101010", + "mutcdCode": "warning", + "crc": "0000" + } + }, + "startDateTime": "2017-12-01T17:47:11-05:00", + "durationTime": "22", + "priority": "0", + "sspLocationRights": "3", + "regions": [ + { + "name": "bob", + "regulatorID": "23", + "segmentID": "33", + "anchorPosition": { + "latitude": "41.678473", + "longitude": "-108.782775", + "elevation": "917.1432" + }, + "laneWidth": "7", + "directionality": "3", + "closedPath": "false", + "direction": "1010101010101010", + "description": "geometry", + "geometry": { + "direction": "1010101010101010", + "extent": "1", + "laneWidth": "33", + "circle": { + "position": { + "latitude": "41.678473", + "longitude": "-108.782775", + "elevation": "917.1432" + }, + "radius": "15", + "units": "7" + } + } + } + ], + "sspMsgTypes": "2", + "sspMsgContent": "3", + "content": "Advisory", + "items": [ + "250" + ], + "url": "null" + } + ] + } +} diff --git a/data/TIM_Message_Testing_Files/tim_region_singleRSU_hexCRC.json b/data/TIM_Message_Testing_Files/tim_region_singleRSU_hexCRC.json index d3514ead5..f8e70822b 100644 --- a/data/TIM_Message_Testing_Files/tim_region_singleRSU_hexCRC.json +++ b/data/TIM_Message_Testing_Files/tim_region_singleRSU_hexCRC.json @@ -1,104 +1,104 @@ -{ - "request": { - "rsus": [ - { - "rsuIndex": "10", - "rsuTarget": "127.0.0.3", - "rsuUsername": "v3user", - "rsuPassword": "password", - "rsuRetries": "1", - "rsuTimeout": "1000" - } - ], - "snmp": { - "rsuid": "00000083", - "msgid": "31", - "mode": "1", - "channel": "178", - "interval": "2", - "deliverystart": "2017-06-01T17:47:11-05:00", - "deliverystop": "2018-01-01T17:47:11-05:15", - "enable": "1", - "status": "4" - }, - "sdw": { - "ttl": "oneweek", - "serviceRegion": { - "nwCorner": { - "latitude": "44.998459", - "longitude": "-111.040817" - }, - "seCorner": { - "latitude": "41.104674", - "longitude": "-104.111312" - } - } - } - }, - "tim": { - "msgCnt": "13", - "timeStamp": "2017-03-13T01:07:11-05:00", - "packetID": "EC9C236B0000000000", - "urlB": "null", - "dataframes": [ - { - "sspTimRights": "0", - "frameType": "advisory", - "msgId": { - "roadSignID": { - "position": { - "latitude": "41.678473", - "longitude": "-108.782775", - "elevation": "917.1432" - }, - "viewAngle": "1010101010101010", - "mutcdCode": "warning", - "crc": "ABCD" - } - }, - "startDateTime": "2017-12-01T17:47:11-05:00", - "durationTime": "22", - "priority": "0", - "sspLocationRights": "3", - "regions": [ - { - "name": "bob", - "regulatorID": "23", - "segmentID": "33", - "anchorPosition": { - "latitude": "41.678473", - "longitude": "-108.782775", - "elevation": "917.1432" - }, - "laneWidth": "7", - "directionality": "3", - "closedPath": "false", - "direction": "1010101010101010", - "description": "geometry", - "geometry": { - "direction": "1010101010101010", - "extent": "1", - "laneWidth": "33", - "circle": { - "position": { - "latitude": "41.678473", - "longitude": "-108.782775", - "elevation": "917.1432" - }, - "radius": "15", - "units": "7" - } - } - } - ], - "sspMsgTypes": "2", - "sspMsgContent": "3", - "content": "Advisory", - "items": [ - "250" - ], - "url": "null" - } - ] - } -} +{ + "request": { + "rsus": [ + { + "rsuIndex": "10", + "rsuTarget": "127.0.0.3", + "rsuUsername": "v3user", + "rsuPassword": "password", + "rsuRetries": "1", + "rsuTimeout": "1000" + } + ], + "snmp": { + "rsuid": "00000083", + "msgid": "31", + "mode": "1", + "channel": "178", + "interval": "2", + "deliverystart": "2017-06-01T17:47:11-05:00", + "deliverystop": "2018-01-01T17:47:11-05:15", + "enable": "1", + "status": "4" + }, + "sdw": { + "ttl": "oneweek", + "serviceRegion": { + "nwCorner": { + "latitude": "44.998459", + "longitude": "-111.040817" + }, + "seCorner": { + "latitude": "41.104674", + "longitude": "-104.111312" + } + } + } + }, + "tim": { + "msgCnt": "13", + "timeStamp": "2017-03-13T01:07:11-05:00", + "packetID": "EC9C236B0000000000", + "urlB": "null", + "dataframes": [ + { + "sspTimRights": "0", + "frameType": "advisory", + "msgId": { + "roadSignID": { + "position": { + "latitude": "41.678473", + "longitude": "-108.782775", + "elevation": "917.1432" + }, + "viewAngle": "1010101010101010", + "mutcdCode": "warning", + "crc": "ABCD" + } + }, + "startDateTime": "2017-12-01T17:47:11-05:00", + "durationTime": "22", + "priority": "0", + "sspLocationRights": "3", + "regions": [ + { + "name": "bob", + "regulatorID": "23", + "segmentID": "33", + "anchorPosition": { + "latitude": "41.678473", + "longitude": "-108.782775", + "elevation": "917.1432" + }, + "laneWidth": "7", + "directionality": "3", + "closedPath": "false", + "direction": "1010101010101010", + "description": "geometry", + "geometry": { + "direction": "1010101010101010", + "extent": "1", + "laneWidth": "33", + "circle": { + "position": { + "latitude": "41.678473", + "longitude": "-108.782775", + "elevation": "917.1432" + }, + "radius": "15", + "units": "7" + } + } + } + ], + "sspMsgTypes": "2", + "sspMsgContent": "3", + "content": "Advisory", + "items": [ + "250" + ], + "url": "null" + } + ] + } +} diff --git a/data/wydotLogRecords.h b/data/wydotLogRecords.h index 0e8214eb9..989cfa641 100644 --- a/data/wydotLogRecords.h +++ b/data/wydotLogRecords.h @@ -1,124 +1,124 @@ -/* - * Copyright (c) 2017 Lear Corporation. All rights reserved. - * Proprietary and Confidential Material. - * - */ -#ifndef _LOG_CONFIGURATIONS_H_ -#define _LOG_CONFIGURATIONS_H_ - -typedef enum _rxSource { - RSU = 0, - SAT, //XM satelite - RV, /* for BSM rx */ - SNMP /* for SRM payload from backend/ODE*/ -} rxSource; - -/* securityResultCode contains below result codes */ -typedef enum _securityResultCode { /* from dot3 */ - success = 0, - inconsistentInputParameters = 2, - spduParsingInvalidInput = 3, - spduParsingUnsupportedCriticalInformationField = 4, - spduParsingCertificateNotFound = 5, - spduParsingGenerationTimeNotAvailable = 6, - spduParsingGenerationLocationNotAvailable = 7, - spduCertificateChainNotEnoughInformationToConstructChain = 8, - spduCertificateChainChainEndedAtUntrustedRoot = 9, - spduCertificateChainChainWasTooLongForImplementation = 10, - spduCertificateChainCertificateRevoked = 11, - spduCertificateChainOverdueCRL = 12, - spduCertificateChainInconsistentExpiryTimes = 13, - spduCertificateChainInconsistentStartTimes = 14, - spduCertificateChainInconsistentChainPermissions = 15, - spduCryptoVerificationFailure = 16, - spduConsistencyFutureCertificateAtGenerationTime = 17, - spduConsistencyExpiredCertificateAtGenerationTime = 18, - spduConsistencyExpiryDateTooEarly = 19, - spduConsistencyExpiryDateTooLate = 20, - spduConsistencyGenerationLocationOutsideValidityRegion = 21, - spduConsistencyNoGenerationLocation = 22, - spduConsistencyUnauthorizedPSID = 23, - spduInternalConsistencyExpiryTimeBeforeGenerationTime = 24, - spduInternalConsistencyextDataHashDoesntMatch = 25, - spduInternalConsistencynoExtDataHashProvided = 26, - spduInternalConsistencynoExtDataHashPresent = 27, - spduLocalConsistencyPSIDsDontMatch = 28, - spduLocalConsistencyChainWasTooLongForSDEE = 29, - spduRelevanceGenerationTimeTooFarInPast = 30, - spduRelevanceGenerationTimeTooFarInFuture = 31, - spduRelevanceExpiryTimeInPast = 32, - spduRelevanceGenerationLocationTooDistant = 33, - spduRelevanceReplayedSpdu = 34, - spduCertificateExpired = 35 -} securityResultCode; - -/* below elements units are as per SAE-2735 */ -typedef struct _location { - int32_t latitude; - int32_t longitude; - int32_t elevation; - uint16_t speed; - uint16_t heading; -} __attribute__((__packed__)) location; - -typedef struct _driverAlertRecord { - location curLocation; - uint32_t utcTimeInSec; - uint16_t msec; - uint16_t length; - /* payload of length size*/ -} __attribute__((__packed__)) driverAlertRecord; - -typedef struct _bsmLogRecHeader { - uint8_t direction; //EV_BSM=0, RV_BSM=1 - location curLocation; - uint32_t utcTimeInSec; - uint16_t msec; - int8_t signStatus; - uint16_t length; - /* payload of length size*/ -} __attribute__((__packed__)) bsmLogRecHeader; - -typedef struct _receivedMsgRecord { - uint8_t rxFrom; /* refer rxSource for values */ - location curLocation; - uint32_t utcTimeInSec; - uint16_t msec; - int8_t verificationStatus; - uint16_t length; - /* payload of length size*/ -} __attribute__((__packed__)) receivedMsgRecord; - -typedef struct _dnmMsgRecord { - location curLocation; - uint32_t utcTimeInSec; - uint16_t msec; - int8_t verificationStatus; - uint16_t length; - /* payload of length size*/ -} __attribute__((__packed__)) dnmMsgRecord; - -/* - * FW upgrade, SCMS, System Logs will be logged to - * respective log files in "syslog" format as mentioned - * in below eaxmple: - * May 2 21:30:36 wsarx: Consistency check failed [WS_ERR_NO_CA_CERTIFICATE]. - * Do you prefer ISO time format here also?? - */ -typedef struct _scmsRecord { - /* TODO */ -} __attribute__((__packed__)) scmsRecord; - -/* - * Same record format for both OBU upgrades & Sysmlog - * - */ -typedef struct _updatesSystemLogRecord { - location curLocation; - uint32_t utcTimeInSec; - uint16_t msec; - uint16_t length; - /* payload of length size*/ -} __attribute__((__packed__)) updatesSystemLogRecord; - -#endif +/* + * Copyright (c) 2017 Lear Corporation. All rights reserved. + * Proprietary and Confidential Material. + * + */ +#ifndef _LOG_CONFIGURATIONS_H_ +#define _LOG_CONFIGURATIONS_H_ + +typedef enum _rxSource { + RSU = 0, + SAT, //XM satelite + RV, /* for BSM rx */ + SNMP /* for SRM payload from backend/ODE*/ +} rxSource; + +/* securityResultCode contains below result codes */ +typedef enum _securityResultCode { /* from dot3 */ + success = 0, + inconsistentInputParameters = 2, + spduParsingInvalidInput = 3, + spduParsingUnsupportedCriticalInformationField = 4, + spduParsingCertificateNotFound = 5, + spduParsingGenerationTimeNotAvailable = 6, + spduParsingGenerationLocationNotAvailable = 7, + spduCertificateChainNotEnoughInformationToConstructChain = 8, + spduCertificateChainChainEndedAtUntrustedRoot = 9, + spduCertificateChainChainWasTooLongForImplementation = 10, + spduCertificateChainCertificateRevoked = 11, + spduCertificateChainOverdueCRL = 12, + spduCertificateChainInconsistentExpiryTimes = 13, + spduCertificateChainInconsistentStartTimes = 14, + spduCertificateChainInconsistentChainPermissions = 15, + spduCryptoVerificationFailure = 16, + spduConsistencyFutureCertificateAtGenerationTime = 17, + spduConsistencyExpiredCertificateAtGenerationTime = 18, + spduConsistencyExpiryDateTooEarly = 19, + spduConsistencyExpiryDateTooLate = 20, + spduConsistencyGenerationLocationOutsideValidityRegion = 21, + spduConsistencyNoGenerationLocation = 22, + spduConsistencyUnauthorizedPSID = 23, + spduInternalConsistencyExpiryTimeBeforeGenerationTime = 24, + spduInternalConsistencyextDataHashDoesntMatch = 25, + spduInternalConsistencynoExtDataHashProvided = 26, + spduInternalConsistencynoExtDataHashPresent = 27, + spduLocalConsistencyPSIDsDontMatch = 28, + spduLocalConsistencyChainWasTooLongForSDEE = 29, + spduRelevanceGenerationTimeTooFarInPast = 30, + spduRelevanceGenerationTimeTooFarInFuture = 31, + spduRelevanceExpiryTimeInPast = 32, + spduRelevanceGenerationLocationTooDistant = 33, + spduRelevanceReplayedSpdu = 34, + spduCertificateExpired = 35 +} securityResultCode; + +/* below elements units are as per SAE-2735 */ +typedef struct _location { + int32_t latitude; + int32_t longitude; + int32_t elevation; + uint16_t speed; + uint16_t heading; +} __attribute__((__packed__)) location; + +typedef struct _driverAlertRecord { + location curLocation; + uint32_t utcTimeInSec; + uint16_t msec; + uint16_t length; + /* payload of length size*/ +} __attribute__((__packed__)) driverAlertRecord; + +typedef struct _bsmLogRecHeader { + uint8_t direction; //EV_BSM=0, RV_BSM=1 + location curLocation; + uint32_t utcTimeInSec; + uint16_t msec; + int8_t signStatus; + uint16_t length; + /* payload of length size*/ +} __attribute__((__packed__)) bsmLogRecHeader; + +typedef struct _receivedMsgRecord { + uint8_t rxFrom; /* refer rxSource for values */ + location curLocation; + uint32_t utcTimeInSec; + uint16_t msec; + int8_t verificationStatus; + uint16_t length; + /* payload of length size*/ +} __attribute__((__packed__)) receivedMsgRecord; + +typedef struct _dnmMsgRecord { + location curLocation; + uint32_t utcTimeInSec; + uint16_t msec; + int8_t verificationStatus; + uint16_t length; + /* payload of length size*/ +} __attribute__((__packed__)) dnmMsgRecord; + +/* + * FW upgrade, SCMS, System Logs will be logged to + * respective log files in "syslog" format as mentioned + * in below eaxmple: + * May 2 21:30:36 wsarx: Consistency check failed [WS_ERR_NO_CA_CERTIFICATE]. + * Do you prefer ISO time format here also?? + */ +typedef struct _scmsRecord { + /* TODO */ +} __attribute__((__packed__)) scmsRecord; + +/* + * Same record format for both OBU upgrades & Sysmlog + * + */ +typedef struct _updatesSystemLogRecord { + location curLocation; + uint32_t utcTimeInSec; + uint16_t msec; + uint16_t length; + /* payload of length size*/ +} __attribute__((__packed__)) updatesSystemLogRecord; + +#endif diff --git a/docker.md b/docker.md index 28407ec1a..a74ef06e8 100644 --- a/docker.md +++ b/docker.md @@ -1,51 +1,51 @@ - -# Getting Started with Docker -The following sections summarize installation and setup of Docker on your machine. -## Windows -- Enable virtualization in your BIOS -- Install [Docker for Windows](https://store.docker.com/editions/community/docker-ce-desktop-windows) -## Mac OSX -- Enable virtualization in your BIOS -- Install [Docker for Mac](## Windows -- Enable visualization in your BIOS -- Install [Docker for Windows](https://store.docker.com/editions/community/docker-ce-desktop-windows) -) -## Linux -- Install [Docker Engine](https://store.docker.com/search?type=edition&offering=community&operating_system=linux) on Docker host machine -- Install [docker-compose](https://docs.docker.com/compose/install/) on docker host and/or local machine -- Create a ```.env``` file in the same directory as ```docker-compose.yml```. - -## Step 1 - Build and deploy the application -Run ```docker-compose up --build -d``` - -This starts the configured containers. - -## Helpful hints - - ### Obtaining DOCKER_HOST_IP -1. **Windows**: Run `ifconfig` -2. **OSX**: Look for "inet addr:" under the "en0" network interface -3. **Linux**: Look for "inet addr:" under the "eth0" network interface - - ### Resolve Git SSL issues by disabling SSL verification - - `export GIT_SSL_NO_VERIFY=1` - ### Docker commands - - Bring UP (deploy and start) all containers - - `docker-compose up -d` - - Bring DOWN all containers - - `docker-compose down` - - Lists the running containers under docker-compose - - `docker-compose ps` - - Start a container - - `docker-compose start ` - - Restart a container - - `docker-compose restart ` - - Stop a container - - `docker-compose stop ` - - Stop all containers - - `docker-compose stop` - -## Troubleshooting - -- Docker builds fail with a `wget: bad address` error - - [Docker fix for SSL issues due to corporate network](https://github.com/usdot-jpo-ode/jpo-ode/wiki/Docker-fix-for-SSL-issues-due-to-corporate-network) + +# Getting Started with Docker +The following sections summarize installation and setup of Docker on your machine. +## Windows +- Enable virtualization in your BIOS +- Install [Docker for Windows](https://store.docker.com/editions/community/docker-ce-desktop-windows) +## Mac OSX +- Enable virtualization in your BIOS +- Install [Docker for Mac](## Windows +- Enable visualization in your BIOS +- Install [Docker for Windows](https://store.docker.com/editions/community/docker-ce-desktop-windows) +) +## Linux +- Install [Docker Engine](https://store.docker.com/search?type=edition&offering=community&operating_system=linux) on Docker host machine +- Install [docker-compose](https://docs.docker.com/compose/install/) on docker host and/or local machine +- Create a ```.env``` file in the same directory as ```docker-compose.yml```. + +## Step 1 - Build and deploy the application +Run ```docker-compose up --build -d``` + +This starts the configured containers. + +## Helpful hints + + ### Obtaining DOCKER_HOST_IP +1. **Windows**: Run `ifconfig` +2. **OSX**: Look for "inet addr:" under the "en0" network interface +3. **Linux**: Look for "inet addr:" under the "eth0" network interface + + ### Resolve Git SSL issues by disabling SSL verification + - `export GIT_SSL_NO_VERIFY=1` + ### Docker commands + - Bring UP (deploy and start) all containers + - `docker-compose up -d` + - Bring DOWN all containers + - `docker-compose down` + - Lists the running containers under docker-compose + - `docker-compose ps` + - Start a container + - `docker-compose start ` + - Restart a container + - `docker-compose restart ` + - Stop a container + - `docker-compose stop ` + - Stop all containers + - `docker-compose stop` + +## Troubleshooting + +- Docker builds fail with a `wget: bad address` error + - [Docker fix for SSL issues due to corporate network](https://github.com/usdot-jpo-ode/jpo-ode/wiki/Docker-fix-for-SSL-issues-due-to-corporate-network) diff --git a/docs/Architecture.md b/docs/Architecture.md index fdf52c9f6..40e26f955 100644 --- a/docs/Architecture.md +++ b/docs/Architecture.md @@ -1,394 +1,394 @@ -# JPO Operational Data Environment Interim Design Document - -**Contract:** DTFH6116D00035\ -**TOPR:** HOIT212116217 - -**Submitted to**\ -U.S. Department of Transportation (USDOT)\ -Federal Highway Administration ITS JPO - -**Prepared by**\ -Booz Allen Hamilton\ -8283 Greensboro Drive\ -McLean, VA 22102 - -_Last updated February 7, 2019_ - -# Contents - -- [Version History](#version-history) -- [1 - Introduction](#introduction) -- [2 - Project Overview](#project-overview) -- [3 - System Overview](#system-overview) - - [3.1 - ODE Technology Stack](#ode-technology-stack) - - [3.2 - Producer Mechanisms](#producer-mechanisms) - - [3.3 - Comsumer Mechanisms](#comsumer-mechanisms) - - [3.4 - ODE Management Console](#ode-management-console) -- [4 - Architecture Pattern](#architecture-pattern) - - [4.1 - Pattern Description](#pattern-description) - - [4.2 - Pattern Topology](#pattern-topology) -- [5 - JPO ODE Micro-services Topology](#jpo-ode-micro-services-topology) - - [5.1 - Deployments](#deployments) -- [6 - Appendix](#appendix) - - [6.1 - Glossary](#glossary) - - - -# Version History - -| Version # | Implemented By | Revision Date | What Changed? | -|-----------|----------------|---------------------------------------------------|---------------------------------------------------| -| 1.0 | Hamid Musavi | | | -| Tony Chen | 1/11/2017 | Initial release of the preliminary/interim design | | -| 1.1 | Hamid Musavi | 4/17/2017 | Updated to reflect ORNL De-identification service | -| 1.2 | Hamid Musavi | 12/21/2018 | General Update | - - - -# 1 - Introduction - -The JPO Operational Data Environment (ODE) product is being developed -under Agile Development Methodologies, using an open architecture -approach, in an open source environment. This document describes the -preliminary architectural design of the JPO ODE and its interfaces with -external systems including the TMC applications, field devices and -center services. - -All stakeholders are invited to provide input to this document. -Stakeholders should direct all input on this document to the JPO Product -Owner at DOT, FHWA, JPO. - -This document is a living document and will be updated throughout the -life of the JPO ODE project to reflect the most recent changes in the -ODE design and stakeholder feedback. - - - -# 2 - Project Overview - -An Operational Data Environment is a real-time data acquisition and -distribution software system that processes and routes data from -Connected-X devices -- including connected vehicles (CV), personal -mobile devices, infrastructure components, and sensors -- to subscribing -applications to support the operation, maintenance, and use of the -transportation system, as well as related research and development -efforts. - -The ODE is intended to complement a connected vehicle infrastructure by -brokering, processing and routing data from various data sources, -including connected vehicles, field devices, Transportation Management -Center (TMC) applications and a variety of other data users. Data users -include but not limited to transportation software applications, -Research Data Exchange (RDE), US DOT Situation Data Warehouse. - -As a data provisioning service, the ODE can provision data from -disparate data sources to software applications that have placed data -subscription requests to the ODE. On the other direction, the ODE can -accept data from CV applications and broadcast them to field devices -through Road Side Units (RSU) and US DOT Situation Data Warehouse which -in turn will transmit the data to Sirius XM satellites for delivery to -the connected vehicles in the field. - -While provisioning data from data sources to data users, the ODE also -will perform necessary security / credential checks and, as needed, data -validation and sanitization. - -- Data validation is the process of making a judgment about the - quality of the data and handling invalid data as prescribed by the - system owners. - -- Data sanitization is the modification of data as originally received - to reduce or eliminate the possibility that the data can be used to - compromise the privacy of the individual(s) that might be linked to - the data. - - - -# 3 - System Overview - -JPO ODE is an open-source software application that will enable the -transfer of data between field devices and backend TMC systems for -operational, monitoring, and research purposes. The system will enable -applications to submit data through a variety standard interfaces as -illustrated in the figure below. - - - -### 3.1 - ODE Technology Stack - -Figure 1 illustrates the JPO ODE technology stack and components within -each technology layer. - -![](images/architecture/figure1.png) - -Figure 1 - ODE Technology Stack - -Data Integration later of JPO-ODE supports the producers and consumers -of CV data as illustrated in Figure 2 below. Not all components or -services shown in this diagram have been implemented. *The -implementation timeline for the identified interfaces will depend on the -needs of the JPO ODE customers and the priority of these capabilities to -the JPO-ODE product owner.* - -![](images/architecture/figure2.png) - -Figure 2 - ODE Data Integration Clients - - - -### 3.2 - Producer Mechanisms - -The JPO-ODE architecture is designed to support the following mechanisms -for inputting ASN.1 encoded Basic Safety Messages (BSM)s, Traveler -Information Messages (TIM)s in a human readable Java Script Object -Notation (JSON), environmental and various other system logs. - -- **Streaming Data Producers (Direct):** Applications can directly - interact with the messaging service through the use of the service's - native API and publish messages to be processed by the ODE. *This - interface is suitable only to applications residing inside a private - network domain.* - -- **Streaming Data Producers (WebSocket):** Applications can interact - with the messaging service and publish messages to be processed by - the ODE. *This interface is suitable to all applications whether - residing in the private network domain or in the cloud. For cloud - applications Secure WebSocket (wss) protocol will be required.* - -- **RESTful API Data Producers:** Applications can connect with the - ODE though a RESTful API and submit messages to the messaging - service through HTTP POST commands. *This interface is suitable to - all applications whether residing in the private network domain or - in the cloud. For cloud applications Secure HTTP (https) protocol - should be utilized.* - -- **File System Data Producers**: Encoded message files and log files - messages can be dropped into a shared file system location and - systematically pulled in to the data broker. *This interface is - suitable to applications residing in the private network domain or - in the cloud. This interface should only be utilized with Secure - Copy (scp) protocol.* - -- **Database Data Producer:** A shared database where encoded messages - are stored can also be connected directly into the ODE to monitor - and process new records. *This interface is suitable only to - applications residing in the private network domain.* - - - -### 3.3 - Comsumer Mechanisms - -The JPO-ODE is designed to support the following mechanisms for -outputting decoded BSM, Map and Signal Phase and Timing (SPaT) data as -well as encoded TIM data. - -- **Streaming Data Consumers (Direct):** Applications can subscribe - directly to the messaging service through the use of the messaging - service's native API. *This interface is suitable only to - applications residing in the private network domain.* - -- **Streaming Data Consumers (WebSocket):** Applications can subscribe - to the messaging service through the use of a standard WebSocket - API. *This interface is suitable to all applications whether - residing in the private network domain or in the cloud. For cloud - applications Secure WebSocket (wss) protocol should be utillized.* - -- **RESTful API Data Consumers:** Applications can connect directly - with a RESTful API and submit messages to the messaging service - through HTTP commands. *This interface is suitable to all - applications whether residing in the private network domain or in - the cloud. For cloud applications Secure HTTP (https) protocol - should be utilized.* - -- **File System Data Consumers:** Through the use of a shared file - repository, applications can monitor collection of data messages. - *This interface is suitable to applications residing in the private - network domain or in the cloud. This interface should be utilized - through Secure Copy (scp) protocol.* - -- **Database Data Consumers**: Data messages can be directly inserted - into a shared application database and made available for queries. - - - -### 3.4 - ODE Management Console - -ODE is envisioned to provide a management console for functions such as -SNMP device management and provisioning. Other configuration functions -can be included in a future management console. - - - -# 4 - Architecture Pattern - -JPO ODE architecture is loosely based on a micro-services architecture -pattern. The micro-services architecture pattern is a highly scalable -design pattern and a viable alternative to monolithic applications1 -and service-oriented architectures. - -1 _In software engineering, a **monolithic application** describes a single-tiered software **application** in which the user interface and data access code are combined into a single program from a single platform. A **monolithic application** is self-contained, and independent from other computing **applications**._ - - - -### 4.1 - Pattern Description - -The micro-services pattern consists of three major concepts: - -1. *Separately deployed units*: As illustrated in Figure 2, each - component of the micro-services architecture is deployed as a - separate unit, allowing for easy deployment, increased scalability, - and a high degree of component decoupling. - -2. *Service component*: In micro-services architecture, we deal with - service components, which can vary in granularity from a single - module to a large portion of the application. Service components - contain one or more modules (Java classes) that represent either a - single-purpose function (e.g., decode BSMs from ASN.1) or an - independent portion of a large business application (e.g., sanitize - BSM data according to the client request). - -3. *Distributed architecture*: All the components within the - architecture are fully decoupled from one other and accessed through - a messaging service. This concept is what allows mircoservices - architecture pattern achieve some of its superior scalability and - deployment characteristics. - -![](images/architecture/figure3.png) - -_Figure 3 - Basic Micro-services architecture pattern_ - - - -### 4.2 - Pattern Topology - -For JPO ODE, a *centralized messaging* topology is being envisioned. -This topology (illustrated In Figure 3) uses a lightweight centralized -message broker (e.g., Kafka). The lightweight message broker found in -this topology does not perform any orchestration, transformation, or -complex routing; rather, it is just a lightweight transport to access -remote service components. The single point of failure and architectural -bottleneck issues usually associated with a centralized broker are -addressed through broker clustering. - -![](images/architecture/figure4.png) - -_Figure 4 - Centralized Messaging Topology_ - -Broker clustering refers to the ability of the message broker to scale -horizontally and proportionally with the demands of the connected -applications and services, ensuring the reliability of the messages -rerouted through the broker. If needed, the message brokers can be -distributed across multiple nodes to continue to provide services -despite outages of one or more nodes and be able to scale in and out -automatically as the data volume scales down and up. - -If broker clustering is utilized, however, messages will not be -guaranteed to be delivered in the same order as they arrived. In that -case another caching service or data store will be responsible for -re-ordering the messages based on a sequence key. - -Apache Kafka is the messaging framework that is incorporated in the JPO -ODE implementation. - -Figure 4 below highlights the concepts used in the Kafka implementation. -Kafka has three key capabilities: - -1. Publish/Subscribe: It lets you publish and subscribe to streams of - records. In this respect it is similar to a message queue or - enterprise messaging system. - -2. Persistent and Reliable: It lets you store streams of records in a - fault-tolerant way. - -3. Stream Processing: It lets you process streams of records as they - occur. - -![](images/architecture/figure5.png) - -_Figure 5 - Kafka Concepts_ - -In order to connect to Kafka, there are 4 core API's that systems can -use to communicate with the broker. - -- The [Producer - API](https://kafka.apache.org/documentation.html#producerapi) allows - an application to publish a stream of records to one or more Kafka - topics. - -- The [Consumer - API](https://kafka.apache.org/documentation.html#consumerapi) allows - an application to subscribe to one or more topics and receive a - stream of records. Multiple applications can subscribe to a single - topic and process messages in parallel via Kafka's consumer group - handling. - -- The [Streams - API](https://kafka.apache.org/documentation.html#streams) allows an - application to act as a *stream processor*, consuming an input - stream from one or more topics and producing an output stream to one - or more output topics, effectively transforming the input streams to - output streams. - -- The [Connector - API](https://kafka.apache.org/documentation.html#connect) allows - building and running reusable producers or consumers that connect - Kafka topics to existing applications or data systems. For example, - a connector to a relational database might capture every change to a - table. - -The ODE utilizes these Kafka concepts and the framework has been -designed as depicted in Figure 6. - -- The input services represent the publisher into the system. - -- The BSM decoder service consumes an encoded topic and published a - decoded topic. - -- Applications such as the TM Application and gateways consume the - outputted decoded messages. - -![](images/architecture/figure6.png) - -_Figure 6 - Kafka Publish/Subscribe Model_ - - - -# 5 - JPO ODE Micro-services Topology - -Figure 6 below represents the micro-services topology envisioned for JPO -ODE. It highlights the granularity of ODE micro-services and identifies -the major architectural components with which these services interact. - -![](images/architecture/figure7.png) - -_Figure 7 - JPO ODE Micro-services Topology_ - - - -### 5.1 - Deployments - -Docker is utilized as the primary deployment mechanism to -compartmentalize each of the designed micro-services into separate -containers. Docker is used to package all components in a composite of -containers each running a distinct service. The ODE application runs in -one container and other major frameworks such as ZooKeeper and Kafka run -in their own separate containers. - - - -# 6 - Appendix - - - -### 6.1 - Glossary - -| Term | Description | -|-----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| API | Application Program Interface | -| ASN.1 | Abstract Syntax Notation One (ASN.1) is a standard and notation that describes rules and structures for representing, encoding, transmitting, and decoding data in telecommunications and computer networking | -| JPO | Joint Program Office | -| Kafka | Apache Kafka is publish-subscribe messaging rethought as a distributed commit log. | -| SCP | Secure Copy | -| US DOT | Unites States Department of Transportation | -| WebSocket | WebSocket is designed to be implemented in web browsers and web servers, but it can be used by any client or server application. The WebSocket Protocol is an independent TCP-based protocol. Its only relationship to HTTP is that its handshake is interpreted by HTTP servers as an Upgrade request. | -| ZooKeeper | Apache ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services. | +# JPO Operational Data Environment Interim Design Document + +**Contract:** DTFH6116D00035\ +**TOPR:** HOIT212116217 + +**Submitted to**\ +U.S. Department of Transportation (USDOT)\ +Federal Highway Administration ITS JPO + +**Prepared by**\ +Booz Allen Hamilton\ +8283 Greensboro Drive\ +McLean, VA 22102 + +_Last updated February 7, 2019_ + +# Contents + +- [Version History](#version-history) +- [1 - Introduction](#introduction) +- [2 - Project Overview](#project-overview) +- [3 - System Overview](#system-overview) + - [3.1 - ODE Technology Stack](#ode-technology-stack) + - [3.2 - Producer Mechanisms](#producer-mechanisms) + - [3.3 - Comsumer Mechanisms](#comsumer-mechanisms) + - [3.4 - ODE Management Console](#ode-management-console) +- [4 - Architecture Pattern](#architecture-pattern) + - [4.1 - Pattern Description](#pattern-description) + - [4.2 - Pattern Topology](#pattern-topology) +- [5 - JPO ODE Micro-services Topology](#jpo-ode-micro-services-topology) + - [5.1 - Deployments](#deployments) +- [6 - Appendix](#appendix) + - [6.1 - Glossary](#glossary) + + + +# Version History + +| Version # | Implemented By | Revision Date | What Changed? | +|-----------|----------------|---------------------------------------------------|---------------------------------------------------| +| 1.0 | Hamid Musavi | | | +| Tony Chen | 1/11/2017 | Initial release of the preliminary/interim design | | +| 1.1 | Hamid Musavi | 4/17/2017 | Updated to reflect ORNL De-identification service | +| 1.2 | Hamid Musavi | 12/21/2018 | General Update | + + + +# 1 - Introduction + +The JPO Operational Data Environment (ODE) product is being developed +under Agile Development Methodologies, using an open architecture +approach, in an open source environment. This document describes the +preliminary architectural design of the JPO ODE and its interfaces with +external systems including the TMC applications, field devices and +center services. + +All stakeholders are invited to provide input to this document. +Stakeholders should direct all input on this document to the JPO Product +Owner at DOT, FHWA, JPO. + +This document is a living document and will be updated throughout the +life of the JPO ODE project to reflect the most recent changes in the +ODE design and stakeholder feedback. + + + +# 2 - Project Overview + +An Operational Data Environment is a real-time data acquisition and +distribution software system that processes and routes data from +Connected-X devices -- including connected vehicles (CV), personal +mobile devices, infrastructure components, and sensors -- to subscribing +applications to support the operation, maintenance, and use of the +transportation system, as well as related research and development +efforts. + +The ODE is intended to complement a connected vehicle infrastructure by +brokering, processing and routing data from various data sources, +including connected vehicles, field devices, Transportation Management +Center (TMC) applications and a variety of other data users. Data users +include but not limited to transportation software applications, +Research Data Exchange (RDE), US DOT Situation Data Warehouse. + +As a data provisioning service, the ODE can provision data from +disparate data sources to software applications that have placed data +subscription requests to the ODE. On the other direction, the ODE can +accept data from CV applications and broadcast them to field devices +through Road Side Units (RSU) and US DOT Situation Data Warehouse which +in turn will transmit the data to Sirius XM satellites for delivery to +the connected vehicles in the field. + +While provisioning data from data sources to data users, the ODE also +will perform necessary security / credential checks and, as needed, data +validation and sanitization. + +- Data validation is the process of making a judgment about the + quality of the data and handling invalid data as prescribed by the + system owners. + +- Data sanitization is the modification of data as originally received + to reduce or eliminate the possibility that the data can be used to + compromise the privacy of the individual(s) that might be linked to + the data. + + + +# 3 - System Overview + +JPO ODE is an open-source software application that will enable the +transfer of data between field devices and backend TMC systems for +operational, monitoring, and research purposes. The system will enable +applications to submit data through a variety standard interfaces as +illustrated in the figure below. + + + +### 3.1 - ODE Technology Stack + +Figure 1 illustrates the JPO ODE technology stack and components within +each technology layer. + +![](images/architecture/figure1.png) + +Figure 1 - ODE Technology Stack + +Data Integration later of JPO-ODE supports the producers and consumers +of CV data as illustrated in Figure 2 below. Not all components or +services shown in this diagram have been implemented. *The +implementation timeline for the identified interfaces will depend on the +needs of the JPO ODE customers and the priority of these capabilities to +the JPO-ODE product owner.* + +![](images/architecture/figure2.png) + +Figure 2 - ODE Data Integration Clients + + + +### 3.2 - Producer Mechanisms + +The JPO-ODE architecture is designed to support the following mechanisms +for inputting ASN.1 encoded Basic Safety Messages (BSM)s, Traveler +Information Messages (TIM)s in a human readable Java Script Object +Notation (JSON), environmental and various other system logs. + +- **Streaming Data Producers (Direct):** Applications can directly + interact with the messaging service through the use of the service's + native API and publish messages to be processed by the ODE. *This + interface is suitable only to applications residing inside a private + network domain.* + +- **Streaming Data Producers (WebSocket):** Applications can interact + with the messaging service and publish messages to be processed by + the ODE. *This interface is suitable to all applications whether + residing in the private network domain or in the cloud. For cloud + applications Secure WebSocket (wss) protocol will be required.* + +- **RESTful API Data Producers:** Applications can connect with the + ODE though a RESTful API and submit messages to the messaging + service through HTTP POST commands. *This interface is suitable to + all applications whether residing in the private network domain or + in the cloud. For cloud applications Secure HTTP (https) protocol + should be utilized.* + +- **File System Data Producers**: Encoded message files and log files + messages can be dropped into a shared file system location and + systematically pulled in to the data broker. *This interface is + suitable to applications residing in the private network domain or + in the cloud. This interface should only be utilized with Secure + Copy (scp) protocol.* + +- **Database Data Producer:** A shared database where encoded messages + are stored can also be connected directly into the ODE to monitor + and process new records. *This interface is suitable only to + applications residing in the private network domain.* + + + +### 3.3 - Comsumer Mechanisms + +The JPO-ODE is designed to support the following mechanisms for +outputting decoded BSM, Map and Signal Phase and Timing (SPaT) data as +well as encoded TIM data. + +- **Streaming Data Consumers (Direct):** Applications can subscribe + directly to the messaging service through the use of the messaging + service's native API. *This interface is suitable only to + applications residing in the private network domain.* + +- **Streaming Data Consumers (WebSocket):** Applications can subscribe + to the messaging service through the use of a standard WebSocket + API. *This interface is suitable to all applications whether + residing in the private network domain or in the cloud. For cloud + applications Secure WebSocket (wss) protocol should be utillized.* + +- **RESTful API Data Consumers:** Applications can connect directly + with a RESTful API and submit messages to the messaging service + through HTTP commands. *This interface is suitable to all + applications whether residing in the private network domain or in + the cloud. For cloud applications Secure HTTP (https) protocol + should be utilized.* + +- **File System Data Consumers:** Through the use of a shared file + repository, applications can monitor collection of data messages. + *This interface is suitable to applications residing in the private + network domain or in the cloud. This interface should be utilized + through Secure Copy (scp) protocol.* + +- **Database Data Consumers**: Data messages can be directly inserted + into a shared application database and made available for queries. + + + +### 3.4 - ODE Management Console + +ODE is envisioned to provide a management console for functions such as +SNMP device management and provisioning. Other configuration functions +can be included in a future management console. + + + +# 4 - Architecture Pattern + +JPO ODE architecture is loosely based on a micro-services architecture +pattern. The micro-services architecture pattern is a highly scalable +design pattern and a viable alternative to monolithic applications1 +and service-oriented architectures. + +1 _In software engineering, a **monolithic application** describes a single-tiered software **application** in which the user interface and data access code are combined into a single program from a single platform. A **monolithic application** is self-contained, and independent from other computing **applications**._ + + + +### 4.1 - Pattern Description + +The micro-services pattern consists of three major concepts: + +1. *Separately deployed units*: As illustrated in Figure 2, each + component of the micro-services architecture is deployed as a + separate unit, allowing for easy deployment, increased scalability, + and a high degree of component decoupling. + +2. *Service component*: In micro-services architecture, we deal with + service components, which can vary in granularity from a single + module to a large portion of the application. Service components + contain one or more modules (Java classes) that represent either a + single-purpose function (e.g., decode BSMs from ASN.1) or an + independent portion of a large business application (e.g., sanitize + BSM data according to the client request). + +3. *Distributed architecture*: All the components within the + architecture are fully decoupled from one other and accessed through + a messaging service. This concept is what allows mircoservices + architecture pattern achieve some of its superior scalability and + deployment characteristics. + +![](images/architecture/figure3.png) + +_Figure 3 - Basic Micro-services architecture pattern_ + + + +### 4.2 - Pattern Topology + +For JPO ODE, a *centralized messaging* topology is being envisioned. +This topology (illustrated In Figure 3) uses a lightweight centralized +message broker (e.g., Kafka). The lightweight message broker found in +this topology does not perform any orchestration, transformation, or +complex routing; rather, it is just a lightweight transport to access +remote service components. The single point of failure and architectural +bottleneck issues usually associated with a centralized broker are +addressed through broker clustering. + +![](images/architecture/figure4.png) + +_Figure 4 - Centralized Messaging Topology_ + +Broker clustering refers to the ability of the message broker to scale +horizontally and proportionally with the demands of the connected +applications and services, ensuring the reliability of the messages +rerouted through the broker. If needed, the message brokers can be +distributed across multiple nodes to continue to provide services +despite outages of one or more nodes and be able to scale in and out +automatically as the data volume scales down and up. + +If broker clustering is utilized, however, messages will not be +guaranteed to be delivered in the same order as they arrived. In that +case another caching service or data store will be responsible for +re-ordering the messages based on a sequence key. + +Apache Kafka is the messaging framework that is incorporated in the JPO +ODE implementation. + +Figure 4 below highlights the concepts used in the Kafka implementation. +Kafka has three key capabilities: + +1. Publish/Subscribe: It lets you publish and subscribe to streams of + records. In this respect it is similar to a message queue or + enterprise messaging system. + +2. Persistent and Reliable: It lets you store streams of records in a + fault-tolerant way. + +3. Stream Processing: It lets you process streams of records as they + occur. + +![](images/architecture/figure5.png) + +_Figure 5 - Kafka Concepts_ + +In order to connect to Kafka, there are 4 core API's that systems can +use to communicate with the broker. + +- The [Producer + API](https://kafka.apache.org/documentation.html#producerapi) allows + an application to publish a stream of records to one or more Kafka + topics. + +- The [Consumer + API](https://kafka.apache.org/documentation.html#consumerapi) allows + an application to subscribe to one or more topics and receive a + stream of records. Multiple applications can subscribe to a single + topic and process messages in parallel via Kafka's consumer group + handling. + +- The [Streams + API](https://kafka.apache.org/documentation.html#streams) allows an + application to act as a *stream processor*, consuming an input + stream from one or more topics and producing an output stream to one + or more output topics, effectively transforming the input streams to + output streams. + +- The [Connector + API](https://kafka.apache.org/documentation.html#connect) allows + building and running reusable producers or consumers that connect + Kafka topics to existing applications or data systems. For example, + a connector to a relational database might capture every change to a + table. + +The ODE utilizes these Kafka concepts and the framework has been +designed as depicted in Figure 6. + +- The input services represent the publisher into the system. + +- The BSM decoder service consumes an encoded topic and published a + decoded topic. + +- Applications such as the TM Application and gateways consume the + outputted decoded messages. + +![](images/architecture/figure6.png) + +_Figure 6 - Kafka Publish/Subscribe Model_ + + + +# 5 - JPO ODE Micro-services Topology + +Figure 6 below represents the micro-services topology envisioned for JPO +ODE. It highlights the granularity of ODE micro-services and identifies +the major architectural components with which these services interact. + +![](images/architecture/figure7.png) + +_Figure 7 - JPO ODE Micro-services Topology_ + + + +### 5.1 - Deployments + +Docker is utilized as the primary deployment mechanism to +compartmentalize each of the designed micro-services into separate +containers. Docker is used to package all components in a composite of +containers each running a distinct service. The ODE application runs in +one container and other major frameworks such as ZooKeeper and Kafka run +in their own separate containers. + + + +# 6 - Appendix + + + +### 6.1 - Glossary + +| Term | Description | +|-----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| API | Application Program Interface | +| ASN.1 | Abstract Syntax Notation One (ASN.1) is a standard and notation that describes rules and structures for representing, encoding, transmitting, and decoding data in telecommunications and computer networking | +| JPO | Joint Program Office | +| Kafka | Apache Kafka is publish-subscribe messaging rethought as a distributed commit log. | +| SCP | Secure Copy | +| US DOT | Unites States Department of Transportation | +| WebSocket | WebSocket is designed to be implemented in web browsers and web servers, but it can be used by any client or server application. The WebSocket Protocol is an independent TCP-based protocol. Its only relationship to HTTP is that its handshake is interpreted by HTTP servers as an Upgrade request. | +| ZooKeeper | Apache ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services. | diff --git a/docs/ODESwagger.yaml b/docs/ODESwagger.yaml index 583db3ce6..3aa75ec1f 100644 --- a/docs/ODESwagger.yaml +++ b/docs/ODESwagger.yaml @@ -1,850 +1,850 @@ -swagger: '2.0' -info: - title: ODE REST API - description: >- - Description of functions available from the Operational Data Environment - (ODE) via RESTful interface. Ranges given follow interval notation, for - example (0,1) or (0..1) means 0 < x < 1 and [0,1] or [0..1] means 0 - ≤ x ≤ 1. - version: 0.0.1 -host: yourhostname -schemes: - - https -basePath: / -produces: - - application/json -paths: - /version: - get: - summary: Get ODE version info - operationId: getVersion - description: Get ODE Version info - responses: - '200': - description: ODE version information returned - schema: - $ref: '#/definitions/versionResponse' - - /tim/query: - post: - summary: Query an RSU for set TIMs - operationId: tim_query - description: Query an RSU for set TIMs - tags: - - TIM - parameters: - - name: RSU - in: body - required: true - schema: - $ref: '#/definitions/RSU' - responses: - '200': - description: List of messages in JSON form - schema: - $ref: '#/definitions/Status' - '400': - description: Error in body request - schema: - $ref: '#/definitions/Status' - '408': - description: Timeout - schema: - $ref: '#/definitions/Status' - '500': - description: Misc error - schema: - $ref: '#/definitions/Status' - /tim: - put: - summary: Used to update an existing TIM already present on an RSU. - operationId: tim_put - description: >- - Update a Traveler Information Message (TIM) that has already been - deposited to an RSU. Parameters and response codes are identical to the - POST request. Will also deposit the new message to the SDW, if the SDW - field is present. - parameters: - - name: TravelerInputData - in: body - description: >- - Message containing the parameters for a Traveler Information Message - including delivery information. - required: true - schema: - $ref: '#/definitions/TravelerInputData' - tags: - - TIM - responses: - '200': - description: >- - Traveleer Information Message was submitted successfully. See the - response body or ODE User Guide for details. - schema: - type: array - items: - $ref: '#/definitions/Status' - '400': - description: >- - Bad Request. Issued if request is invalid or failed to be executed. - See the response body or ODE User Guide for details. - schema: - type: array - items: - $ref: '#/definitions/Status' - '500': - description: >- - Internal Server Error. See the response body or ODE User Guide for - details. - schema: - type: array - items: - $ref: '#/definitions/Status' - post: - summary: >- - Submit Traveler Information Message (TIM) for broadcast to Connected - Vehicles. - operationId: tim_post - description: >- - Submits a TIM message to ODE for distribution to the specified RSUs and - SDW. - parameters: - - name: TravelerInputData - in: body - description: >- - Message containing the parameters for a Traveler Information Message - including delivery information. - required: true - schema: - $ref: '#/definitions/TravelerInputData' - tags: - - TIM - responses: - '200': - description: >- - Traveleer Information Message was submitted successfully. See the - response body or ODE User Guide for details. - schema: - type: array - items: - $ref: '#/definitions/Status' - '400': - description: >- - Bad Request. Issued if request is invalid or failed to be executed. - See the response body or ODE User Guide for details. - schema: - type: array - items: - $ref: '#/definitions/Status' - '500': - description: >- - Internal Server Error. See the response body or ODE User Guide for - details. - schema: - type: array - items: - $ref: '#/definitions/Status' - delete: - summary: Delete a TIM message on an RSU. - operationId: tim_delete - description: Sets the status of a designated message index on an RSU to 6. - parameters: - - name: index - in: query - description: Index of message to be deleted - required: true - type: number - format: integer - tags: - - TIM - responses: - '200': - description: Deleted index - schema: - $ref: '#/definitions/Status' - '400': - description: Error in body request - schema: - $ref: '#/definitions/Status' - '408': - description: Timeout - schema: - $ref: '#/definitions/Status' - '500': - description: Misc error - schema: - $ref: '#/definitions/Status' - /rsuHeartbeat: - get: - summary: RSU SNMP Query - operationId: snmp_get - description: >- - Check the health and status of RSU devices through SNMP communication. - You should receive a detailed plain text response that looks like the - following example. If the device is off, a 4 second timeout will occur - and the ODE will indicate this with an "[ERROR] Empty response" message. - (This specific OID returns the amount of time since the device was last - powered on) "[1.3.6.1.2.1.1.3.0 = 0:05:12.59]" - parameters: - - name: ip - in: query - description: IP address of an RSU - required: true - type: number - format: string - - name: oid - in: query - description: OID of the attribute you wish to check on - required: true - type: number - format: string - tags: - - SNMP - responses: - '200': - description: OID responses - schema: - $ref: '#/definitions/Status' - '400': - description: Value input error - schema: - $ref: '#/definitions/Status' - /pdm: - post: - summary: PDM Interface - operationId: pdm_post - description: >- - Submits a Probe Data Management message to ODE for distribution to the - specified RSUs. - parameters: - - name: ProbeDataManagement - in: body - description: PDM Message - required: true - schema: - $ref: '#/definitions/ProbeDataManagement' - tags: - - PDM - responses: - '200': - description: >- - Probe Data Management message was submitted successfully. See the - response body or ODE User Guide for details. - schema: - type: array - items: - $ref: '#/definitions/Status' - '400': - description: >- - Bad Request. Issued if request is invalid or failed to be executed. - See the response body or ODE User Guide for details. - schema: - type: array - items: - $ref: '#/definitions/Status' - '500': - description: >- - Internal Server Error. See the response body or ODE User Guide for - details. - schema: - type: array - items: - $ref: '#/definitions/Status' - /upload/obulog: - post: - summary: File upload interface - operationId: upload-obulog - description: >- - Uploads an OBU log file to ODE upload folder to be processed and - propaged - consumes: - - multipart/form-data - parameters: - - in: formData - name: file - type: file - description: The file to upload. - tags: - - log file - responses: - '200': - description: File uploaded successfully - schema: - type: array - items: - $ref: '#/definitions/Status' - '400': - description: >- - Bad Request. Issued if request is invalid or failed to be executed. - See the response body or ODE User Guide for details. - schema: - type: array - items: - $ref: '#/definitions/Status' - '500': - description: >- - Internal Server Error. See the response body or ODE User Guide for - details. - schema: - type: array - items: - $ref: '#/definitions/Status' -definitions: - versionResponse: - type: object - properties: - version: - type: string - description: Runnign version in the form of `M.m.p[-SNAPSHOT]` where M is the Major version, m is the minor version and p is the patch or fix and square brackets signify optional component. If the software is from a nightly build, there will be an optional -SNAPSHOT postfix. - tim: - type: object - properties: - msgCnt: - type: integer - description: >- - Range [0..127], used to provide a sequence number within a stream of - messages with the same DSRCmsgID and from the same sender. - timestamp: - type: string - description: >- - ISO 8601 time of message creation, for example - "2017-08-03T22:25:36.297Z". - packetId: - type: string - description: Provides a unique message ID, in a 9-digit hex string. - urlB: - type: string - description: Standard URL link to designated resource. - dataFrames: - type: array - items: - $ref: '#/definitions/TravelerDataFrame' - TravelerInputData: - type: object - properties: - request: - $ref: '#/definitions/request' - tim: - $ref: '#/definitions/tim' - request: - type: object - properties: - rsus: - type: array - items: - $ref: '#/definitions/RSU' - snmp: - $ref: '#/definitions/SNMP' - sdw: - $ref: '#/definitions/SDW' - ProbeDataManagement: - type: object - properties: - ode: - $ref: '#/definitions/Ode' - pdm: - $ref: '#/definitions/PDM' - rsuList: - type: array - items: - $ref: '#/definitions/RSU' - Ode: - type: object - properties: - version: - type: integer - TravelerDataFrame: - type: object - required: - - sspindex - properties: - sspTimRights: - type: integer - description: A short header information - frameType: - type: string - description: >- - One of the following TravelerInfoType enumeration constants: unknown, - advisory, roadSignage, commercialSignage - msgId: - $ref: '#/definitions/MsgID' - startDateTime: - type: string - durationTime: - type: integer - description: >- - Range [0..3200], message duration time, in minutes. A value of 32000 - means forever. - priority: - type: integer - sspLocationRights: - type: integer - sspindex: - type: integer - description: >- - The SSP index is used to control the data elements that follow the - occurrence of the index. The index relates back to the SSP contents in - the CERT used to declare what content is allowed by that CERT. In the - absence of a matching index in the message sender’s CERT, the message - contents are not valid. - regions: - type: array - items: - $ref: '#/definitions/Region' - sspMsgTypes: - type: integer - sspMsgContent: - type: integer - content: - type: string - description: >- - Part III content type, one of "advisory", "workZone", "genericSign", "speedLimit", or "exitService". - items: - type: array - items: - type: string - description: >- - If the value is purely an integer number, it will be interpreted as - ITIS code. If it is not an integer, it will be interpreted as a - text message. If you intend to send an integral value as a literal - integer, prefix the number with a single quote ('), for example, - "'98765" will be interpreted as literal 98765. The prefix character - will be removed before populating the TIM message One may mix ITIS - code and text in the items array. - MsgID: - type: object - properties: - roadSignID: - $ref: '#/definitions/RoadSignID' - furtherInfoID: - type: string - description: >- - A link to any other incident information data that may be available in - the normal ATIS incident description or other messages, a 4-digit hex - string. - RoadSignID: - type: object - properties: - position: - $ref: '#/definitions/OdePosition3D' - viewAngle: - type: string - mutcdCode: - type: string - description: >- - One of the following enumeration constats: none, -- - non-MUTCD information regulatory, -- "R" Regulatory signs - warning, -- "W" warning signs maintenance, -- "M" - Maintenance and construction motoristService, -- Motorist Services - guide, -- "G" Guide signs rec -- Recreation - and Cultural Interest - crc: - type: string - description: >- - Message cyclic-redundancy-check code in 4-digit hex string. - Region: - type: object - properties: - name: - type: string - regulatorID: - type: integer - segmentId: - type: integer - anchor_lat: - type: integer - anchor_long: - type: integer - anchor_eleveation: - type: integer - laneWidth: - type: number - description: 'Lane width measured in meters [0.00..327.67m] in increments of 0.01m.' - directionality: - type: integer - closedPath: - type: string - direction: - type: string - description: - type: string - description: 'Valid values are "path" OR "geometry". oldregion is not supported' - path: - $ref: '#/definitions/Path' - geometry: - $ref: '#/definitions/Geometry' - oldRegion: - $ref: '#/definitions/OldRegion' - ComputedLane: - type: object - properties: - laneID: - type: integer - description: 'LaneID [0..255]' - offsetXaxis: - type: number - description: 'Reference lane offset measured in meters [-327.67..327.67m].' - offsetYaxis: - type: number - description: 'Reference lane offset measured in meters [-327.67..327.67m].' - rotateXY: - type: number - description: 'Lane rotation measured in degrees [0..359.9875].' - scaleXaxis: - type: number - description: 'Scale factor in percent [0..202.35%].' - scaleYaxis: - type: number - description: 'Scale factor in percent [0..202.35%].' - Path: - type: object - properties: - type: - type: string - scale: - type: integer - nodes: - type: array - items: - $ref: '#/definitions/Node' - computedLane: - $ref: '#/definitions/ComputedLane' - Attribute: - type: object - properties: - localNodes: - type: array - items: - type: integer - disabledLists: - type: array - items: - type: integer - enabledLists: - type: array - items: - type: integer - dataLists: - type: array - items: - $ref: '#/definitions/DataList' - dWidth: - type: integer - dEleveation: - type: integer - DataList: - type: object - properties: - pathEndpointAngle: - type: integer - description: 'Final angle in last point of lane path in integer degrees [-150..150].' - laneCrownCenter: - type: number - description: 'RoadwayCrownAngle in degrees [-38.1..38.1] in increments of 0.3.' - laneCrownRight: - type: number - description: 'RoadwayCrownAngle in degrees [-38.1..38.1] in increments of 0.3.' - laneCrownLeft: - type: number - description: 'RoadwayCrownAngle in degrees [-38.1..38.1] in increments of 0.3.' - laneAngle: - type: number - description: 'MergeDivergeNodeAngle in degrees [-240..240] in increments of 1.5.' - speedLimits: - $ref: '#/definitions/SpeedLimit' - SpeedLimit: - type: object - properties: - type: - type: integer - description: >- - SpeedLimitType enumeration integer value - [0=unknown,1=maxSpeedInSchoolZone,..,12=vehiclesWithTrailersNightMaxSpeed] - velocity: - type: number - description: >- - Velocity in meters per second [0.00..163.82] in increments of 0.02 - m/s. - Geometry: - type: object - description: >- - GeometricProjection data frame is used to describe various geometric - spatial areas - properties: - direction: - type: string - description: >- - HeadingSlice bitstring representing field of view over which this - projection applies - extent: - type: integer - description: 'Extent enumeration integer value [0=useInstantlyOnly,...,15=forever]' - laneWidth: - type: number - description: 'Lane width measured in meters [0.00..327.67m] in increments of 0.01m.' - circle: - $ref: '#/definitions/Circle' - OldRegion: - type: object - properties: - direction: - type: string - extent: - type: integer - area: - type: string - regionPointSet: - $ref: '#/definitions/RegionPointSet' - circle: - $ref: '#/definitions/Circle' - shapePointSet: - $ref: '#/definitions/ShapePointSet' - Circle: - type: object - properties: - position: - $ref: '#/definitions/OdePosition3D' - radius: - type: integer - units: - type: integer - ShapePointSet: - type: object - properties: - anchor: - $ref: '#/definitions/OdePosition3D' - laneWidth: - type: integer - directionality: - type: string - description: one of ENUMERATED { - unavailable (0), -- unknown or NA, not typically used in valid expressions - forward (1), -- direction of travel follows node ordering - reverse (2), -- direction of travel is the reverse of node ordering - both (3) -- direction of travel allowed in both directions - nodeList: - $ref: '#/definitions/NodeListXY' - NodeListXY: - type: object - properties: - nodes: - type: array - items: - $ref: '#/definitions/Node' - computed: - $ref: '#/definitions/ComputedLane' - RegionPointSet: - type: object - properties: - position: - $ref: '#/definitions/OdePosition3D' - zoom: - type: integer - description: (OPTIONAL) A zoom scale applied in units of 2^N. - regionList: - type: array - items: - $ref: '#/definitions/RegionList' - RegionList: - type: object - properties: - xOffset: - type: number - description: 'OffsetLL-B16 measured in degrees [-0.0032767..0.0032767]' - yOffset: - type: number - description: 'OffsetLL-B16 measured in degrees [-0.0032767..0.0032767]' - zOffset: - type: number - description: '(OPTIONAL) OffsetLL-B16 measured in degrees [-0.0032767..0.0032767]' - OdePosition3D: - type: object - properties: - latitude: - type: number - description: 'Latitude in degrees [-90.0..90.0]' - longitude: - type: number - description: 'Longitude in degrees [-90.0..90.0]' - elevation: - type: number - description: 'Elevation in meters [-409.5..6143.9]' - Node: - type: object - properties: - delta: - type: string - description: >- - Valid values for offset values are offset XY values is node-XY. For this delta, x and y must be defined in meters from achor point. - Valid values for offset Lat/Lon values is node-LL. For this delta nodeLat and NodeLong must be defined indegrees from anchor point. - Valid values for absolute Lat/Lon is node-LatLon. For this delta nodeLat and nodeLong must be defined for each nodenot relative to anchor point. - nodeLat: - type: number - description: 'Latitude in degrees for node-LL (offset) or node-LatLon' - nodeLong: - type: number - description: 'Longitude in degrees for Node-LL (offset) or node-LatLon' - x: - type: number - description: 'Offset x axis in meters for node-XY delta' - y: - type: number - description: 'Offset y axis in meters for node-XY delta' - attributes: - $ref: '#/definitions/Attribute' - SNMP: - type: object - description: 'Optional field, needed for SNMP deposit to RSU.' - properties: - rsuid: - type: string - msgid: - type: string - mode: - type: string - channel: - type: string - interval: - type: string - deliverystart: - type: string - description: >- - ISO string for message delivery start time. Takes priority over - "deliverystart" field in SDW. - deliverystop: - type: string - description: >- - ISO string for message delivery stop time. Takes priority over - "deliverystop" field in SDW. - enable: - type: string - status: - type: string - RSU: - type: object - description: 'Optional field, needed for SNMP deposit to RSU.' - properties: - rsuIndex: - type: integer - description: Index of message storage on RSU. - rsuTarget: - type: string - description: IPv4 address of RSU - rsuUsername: - type: string - description: SNMP username (Not required if value is pre-configured in ODE properties) - rsuPassword: - type: string - description: SNMP password (Not required if value is pre-configured in ODE properties) - rsuRetries: - type: integer - description: Number of retries upon message send failure - rsuTimeout: - type: integer - description: Timeout measured in milliseconds - SDW: - type: object - properties: - deliverystart: - type: string - description: >- - Optional field, ISO string for message delivery start time. Identical - to "deliverystart" field in SNMP for when RSU deposit not desired. - deliverystop: - type: string - description: >- - Optional field, ISO string for message delivery stop time. Identical - to "deliverystop" field in SNMP for when RSU deposit not desired. - groupID: - type: string - description: >- - Eight-digit hex code of the groupID to use, for example "A123B456". - GroupID is a DSRC.TemporaryID used for message identification. - recordID: - type: string - description: >- - Eight-digit hex code of the recordID to use, for example "A123B456". - RecordID is a DSRC.TemporaryID used for message identification. - ttl: - type: string - description: Message time to live. - enum: - - oneminute - - thirtyminutes - - oneday - - oneweek - - onemonth - - oneyear - serviceRegion: - properties: - nwCorner: - type: object - properties: - latitude: - type: string - longitude: - type: string - seCorner: - type: object - properties: - latitude: - type: string - longitude: - type: string - PDM: - type: object - properties: - sampleStart: - type: string - sampleEnd: - type: string - directions: - type: string - termChoice: - type: string - termTime: - type: string - termDistance: - type: string - snapshotChoice: - type: string - minSnapshotTime: - type: string - maxSnapshotTime: - type: string - minSnapshotDistance: - type: string - maxSnapshotDistance: - type: string - snapshotMinSpeed: - type: string - snapshotMaxSpeed: - type: string - txInterval: - type: string - vehicleStatusRequestList: - type: array - items: - $ref: '#/definitions/VehicleStatusRequest' - VehicleStatusRequest: - type: object - properties: - tag: - type: string - subTag: - type: string - lessThenValue: - type: string - moreThenValue: - type: string - sendAll: - type: string - status: - type: string - Status: - type: object - properties: - success: - type: boolean - message: - type: string +swagger: '2.0' +info: + title: ODE REST API + description: >- + Description of functions available from the Operational Data Environment + (ODE) via RESTful interface. Ranges given follow interval notation, for + example (0,1) or (0..1) means 0 < x < 1 and [0,1] or [0..1] means 0 + ≤ x ≤ 1. + version: 0.0.1 +host: yourhostname +schemes: + - https +basePath: / +produces: + - application/json +paths: + /version: + get: + summary: Get ODE version info + operationId: getVersion + description: Get ODE Version info + responses: + '200': + description: ODE version information returned + schema: + $ref: '#/definitions/versionResponse' + + /tim/query: + post: + summary: Query an RSU for set TIMs + operationId: tim_query + description: Query an RSU for set TIMs + tags: + - TIM + parameters: + - name: RSU + in: body + required: true + schema: + $ref: '#/definitions/RSU' + responses: + '200': + description: List of messages in JSON form + schema: + $ref: '#/definitions/Status' + '400': + description: Error in body request + schema: + $ref: '#/definitions/Status' + '408': + description: Timeout + schema: + $ref: '#/definitions/Status' + '500': + description: Misc error + schema: + $ref: '#/definitions/Status' + /tim: + put: + summary: Used to update an existing TIM already present on an RSU. + operationId: tim_put + description: >- + Update a Traveler Information Message (TIM) that has already been + deposited to an RSU. Parameters and response codes are identical to the + POST request. Will also deposit the new message to the SDW, if the SDW + field is present. + parameters: + - name: TravelerInputData + in: body + description: >- + Message containing the parameters for a Traveler Information Message + including delivery information. + required: true + schema: + $ref: '#/definitions/TravelerInputData' + tags: + - TIM + responses: + '200': + description: >- + Traveleer Information Message was submitted successfully. See the + response body or ODE User Guide for details. + schema: + type: array + items: + $ref: '#/definitions/Status' + '400': + description: >- + Bad Request. Issued if request is invalid or failed to be executed. + See the response body or ODE User Guide for details. + schema: + type: array + items: + $ref: '#/definitions/Status' + '500': + description: >- + Internal Server Error. See the response body or ODE User Guide for + details. + schema: + type: array + items: + $ref: '#/definitions/Status' + post: + summary: >- + Submit Traveler Information Message (TIM) for broadcast to Connected + Vehicles. + operationId: tim_post + description: >- + Submits a TIM message to ODE for distribution to the specified RSUs and + SDW. + parameters: + - name: TravelerInputData + in: body + description: >- + Message containing the parameters for a Traveler Information Message + including delivery information. + required: true + schema: + $ref: '#/definitions/TravelerInputData' + tags: + - TIM + responses: + '200': + description: >- + Traveleer Information Message was submitted successfully. See the + response body or ODE User Guide for details. + schema: + type: array + items: + $ref: '#/definitions/Status' + '400': + description: >- + Bad Request. Issued if request is invalid or failed to be executed. + See the response body or ODE User Guide for details. + schema: + type: array + items: + $ref: '#/definitions/Status' + '500': + description: >- + Internal Server Error. See the response body or ODE User Guide for + details. + schema: + type: array + items: + $ref: '#/definitions/Status' + delete: + summary: Delete a TIM message on an RSU. + operationId: tim_delete + description: Sets the status of a designated message index on an RSU to 6. + parameters: + - name: index + in: query + description: Index of message to be deleted + required: true + type: number + format: integer + tags: + - TIM + responses: + '200': + description: Deleted index + schema: + $ref: '#/definitions/Status' + '400': + description: Error in body request + schema: + $ref: '#/definitions/Status' + '408': + description: Timeout + schema: + $ref: '#/definitions/Status' + '500': + description: Misc error + schema: + $ref: '#/definitions/Status' + /rsuHeartbeat: + get: + summary: RSU SNMP Query + operationId: snmp_get + description: >- + Check the health and status of RSU devices through SNMP communication. + You should receive a detailed plain text response that looks like the + following example. If the device is off, a 4 second timeout will occur + and the ODE will indicate this with an "[ERROR] Empty response" message. + (This specific OID returns the amount of time since the device was last + powered on) "[1.3.6.1.2.1.1.3.0 = 0:05:12.59]" + parameters: + - name: ip + in: query + description: IP address of an RSU + required: true + type: number + format: string + - name: oid + in: query + description: OID of the attribute you wish to check on + required: true + type: number + format: string + tags: + - SNMP + responses: + '200': + description: OID responses + schema: + $ref: '#/definitions/Status' + '400': + description: Value input error + schema: + $ref: '#/definitions/Status' + /pdm: + post: + summary: PDM Interface + operationId: pdm_post + description: >- + Submits a Probe Data Management message to ODE for distribution to the + specified RSUs. + parameters: + - name: ProbeDataManagement + in: body + description: PDM Message + required: true + schema: + $ref: '#/definitions/ProbeDataManagement' + tags: + - PDM + responses: + '200': + description: >- + Probe Data Management message was submitted successfully. See the + response body or ODE User Guide for details. + schema: + type: array + items: + $ref: '#/definitions/Status' + '400': + description: >- + Bad Request. Issued if request is invalid or failed to be executed. + See the response body or ODE User Guide for details. + schema: + type: array + items: + $ref: '#/definitions/Status' + '500': + description: >- + Internal Server Error. See the response body or ODE User Guide for + details. + schema: + type: array + items: + $ref: '#/definitions/Status' + /upload/obulog: + post: + summary: File upload interface + operationId: upload-obulog + description: >- + Uploads an OBU log file to ODE upload folder to be processed and + propaged + consumes: + - multipart/form-data + parameters: + - in: formData + name: file + type: file + description: The file to upload. + tags: + - log file + responses: + '200': + description: File uploaded successfully + schema: + type: array + items: + $ref: '#/definitions/Status' + '400': + description: >- + Bad Request. Issued if request is invalid or failed to be executed. + See the response body or ODE User Guide for details. + schema: + type: array + items: + $ref: '#/definitions/Status' + '500': + description: >- + Internal Server Error. See the response body or ODE User Guide for + details. + schema: + type: array + items: + $ref: '#/definitions/Status' +definitions: + versionResponse: + type: object + properties: + version: + type: string + description: Runnign version in the form of `M.m.p[-SNAPSHOT]` where M is the Major version, m is the minor version and p is the patch or fix and square brackets signify optional component. If the software is from a nightly build, there will be an optional -SNAPSHOT postfix. + tim: + type: object + properties: + msgCnt: + type: integer + description: >- + Range [0..127], used to provide a sequence number within a stream of + messages with the same DSRCmsgID and from the same sender. + timestamp: + type: string + description: >- + ISO 8601 time of message creation, for example + "2017-08-03T22:25:36.297Z". + packetId: + type: string + description: Provides a unique message ID, in a 9-digit hex string. + urlB: + type: string + description: Standard URL link to designated resource. + dataFrames: + type: array + items: + $ref: '#/definitions/TravelerDataFrame' + TravelerInputData: + type: object + properties: + request: + $ref: '#/definitions/request' + tim: + $ref: '#/definitions/tim' + request: + type: object + properties: + rsus: + type: array + items: + $ref: '#/definitions/RSU' + snmp: + $ref: '#/definitions/SNMP' + sdw: + $ref: '#/definitions/SDW' + ProbeDataManagement: + type: object + properties: + ode: + $ref: '#/definitions/Ode' + pdm: + $ref: '#/definitions/PDM' + rsuList: + type: array + items: + $ref: '#/definitions/RSU' + Ode: + type: object + properties: + version: + type: integer + TravelerDataFrame: + type: object + required: + - sspindex + properties: + sspTimRights: + type: integer + description: A short header information + frameType: + type: string + description: >- + One of the following TravelerInfoType enumeration constants: unknown, + advisory, roadSignage, commercialSignage + msgId: + $ref: '#/definitions/MsgID' + startDateTime: + type: string + durationTime: + type: integer + description: >- + Range [0..3200], message duration time, in minutes. A value of 32000 + means forever. + priority: + type: integer + sspLocationRights: + type: integer + sspindex: + type: integer + description: >- + The SSP index is used to control the data elements that follow the + occurrence of the index. The index relates back to the SSP contents in + the CERT used to declare what content is allowed by that CERT. In the + absence of a matching index in the message sender’s CERT, the message + contents are not valid. + regions: + type: array + items: + $ref: '#/definitions/Region' + sspMsgTypes: + type: integer + sspMsgContent: + type: integer + content: + type: string + description: >- + Part III content type, one of "advisory", "workZone", "genericSign", "speedLimit", or "exitService". + items: + type: array + items: + type: string + description: >- + If the value is purely an integer number, it will be interpreted as + ITIS code. If it is not an integer, it will be interpreted as a + text message. If you intend to send an integral value as a literal + integer, prefix the number with a single quote ('), for example, + "'98765" will be interpreted as literal 98765. The prefix character + will be removed before populating the TIM message One may mix ITIS + code and text in the items array. + MsgID: + type: object + properties: + roadSignID: + $ref: '#/definitions/RoadSignID' + furtherInfoID: + type: string + description: >- + A link to any other incident information data that may be available in + the normal ATIS incident description or other messages, a 4-digit hex + string. + RoadSignID: + type: object + properties: + position: + $ref: '#/definitions/OdePosition3D' + viewAngle: + type: string + mutcdCode: + type: string + description: >- + One of the following enumeration constats: none, -- + non-MUTCD information regulatory, -- "R" Regulatory signs + warning, -- "W" warning signs maintenance, -- "M" + Maintenance and construction motoristService, -- Motorist Services + guide, -- "G" Guide signs rec -- Recreation + and Cultural Interest + crc: + type: string + description: >- + Message cyclic-redundancy-check code in 4-digit hex string. + Region: + type: object + properties: + name: + type: string + regulatorID: + type: integer + segmentId: + type: integer + anchor_lat: + type: integer + anchor_long: + type: integer + anchor_eleveation: + type: integer + laneWidth: + type: number + description: 'Lane width measured in meters [0.00..327.67m] in increments of 0.01m.' + directionality: + type: integer + closedPath: + type: string + direction: + type: string + description: + type: string + description: 'Valid values are "path" OR "geometry". oldregion is not supported' + path: + $ref: '#/definitions/Path' + geometry: + $ref: '#/definitions/Geometry' + oldRegion: + $ref: '#/definitions/OldRegion' + ComputedLane: + type: object + properties: + laneID: + type: integer + description: 'LaneID [0..255]' + offsetXaxis: + type: number + description: 'Reference lane offset measured in meters [-327.67..327.67m].' + offsetYaxis: + type: number + description: 'Reference lane offset measured in meters [-327.67..327.67m].' + rotateXY: + type: number + description: 'Lane rotation measured in degrees [0..359.9875].' + scaleXaxis: + type: number + description: 'Scale factor in percent [0..202.35%].' + scaleYaxis: + type: number + description: 'Scale factor in percent [0..202.35%].' + Path: + type: object + properties: + type: + type: string + scale: + type: integer + nodes: + type: array + items: + $ref: '#/definitions/Node' + computedLane: + $ref: '#/definitions/ComputedLane' + Attribute: + type: object + properties: + localNodes: + type: array + items: + type: integer + disabledLists: + type: array + items: + type: integer + enabledLists: + type: array + items: + type: integer + dataLists: + type: array + items: + $ref: '#/definitions/DataList' + dWidth: + type: integer + dEleveation: + type: integer + DataList: + type: object + properties: + pathEndpointAngle: + type: integer + description: 'Final angle in last point of lane path in integer degrees [-150..150].' + laneCrownCenter: + type: number + description: 'RoadwayCrownAngle in degrees [-38.1..38.1] in increments of 0.3.' + laneCrownRight: + type: number + description: 'RoadwayCrownAngle in degrees [-38.1..38.1] in increments of 0.3.' + laneCrownLeft: + type: number + description: 'RoadwayCrownAngle in degrees [-38.1..38.1] in increments of 0.3.' + laneAngle: + type: number + description: 'MergeDivergeNodeAngle in degrees [-240..240] in increments of 1.5.' + speedLimits: + $ref: '#/definitions/SpeedLimit' + SpeedLimit: + type: object + properties: + type: + type: integer + description: >- + SpeedLimitType enumeration integer value + [0=unknown,1=maxSpeedInSchoolZone,..,12=vehiclesWithTrailersNightMaxSpeed] + velocity: + type: number + description: >- + Velocity in meters per second [0.00..163.82] in increments of 0.02 + m/s. + Geometry: + type: object + description: >- + GeometricProjection data frame is used to describe various geometric + spatial areas + properties: + direction: + type: string + description: >- + HeadingSlice bitstring representing field of view over which this + projection applies + extent: + type: integer + description: 'Extent enumeration integer value [0=useInstantlyOnly,...,15=forever]' + laneWidth: + type: number + description: 'Lane width measured in meters [0.00..327.67m] in increments of 0.01m.' + circle: + $ref: '#/definitions/Circle' + OldRegion: + type: object + properties: + direction: + type: string + extent: + type: integer + area: + type: string + regionPointSet: + $ref: '#/definitions/RegionPointSet' + circle: + $ref: '#/definitions/Circle' + shapePointSet: + $ref: '#/definitions/ShapePointSet' + Circle: + type: object + properties: + position: + $ref: '#/definitions/OdePosition3D' + radius: + type: integer + units: + type: integer + ShapePointSet: + type: object + properties: + anchor: + $ref: '#/definitions/OdePosition3D' + laneWidth: + type: integer + directionality: + type: string + description: one of ENUMERATED { + unavailable (0), -- unknown or NA, not typically used in valid expressions + forward (1), -- direction of travel follows node ordering + reverse (2), -- direction of travel is the reverse of node ordering + both (3) -- direction of travel allowed in both directions + nodeList: + $ref: '#/definitions/NodeListXY' + NodeListXY: + type: object + properties: + nodes: + type: array + items: + $ref: '#/definitions/Node' + computed: + $ref: '#/definitions/ComputedLane' + RegionPointSet: + type: object + properties: + position: + $ref: '#/definitions/OdePosition3D' + zoom: + type: integer + description: (OPTIONAL) A zoom scale applied in units of 2^N. + regionList: + type: array + items: + $ref: '#/definitions/RegionList' + RegionList: + type: object + properties: + xOffset: + type: number + description: 'OffsetLL-B16 measured in degrees [-0.0032767..0.0032767]' + yOffset: + type: number + description: 'OffsetLL-B16 measured in degrees [-0.0032767..0.0032767]' + zOffset: + type: number + description: '(OPTIONAL) OffsetLL-B16 measured in degrees [-0.0032767..0.0032767]' + OdePosition3D: + type: object + properties: + latitude: + type: number + description: 'Latitude in degrees [-90.0..90.0]' + longitude: + type: number + description: 'Longitude in degrees [-90.0..90.0]' + elevation: + type: number + description: 'Elevation in meters [-409.5..6143.9]' + Node: + type: object + properties: + delta: + type: string + description: >- + Valid values for offset values are offset XY values is node-XY. For this delta, x and y must be defined in meters from achor point. + Valid values for offset Lat/Lon values is node-LL. For this delta nodeLat and NodeLong must be defined indegrees from anchor point. + Valid values for absolute Lat/Lon is node-LatLon. For this delta nodeLat and nodeLong must be defined for each nodenot relative to anchor point. + nodeLat: + type: number + description: 'Latitude in degrees for node-LL (offset) or node-LatLon' + nodeLong: + type: number + description: 'Longitude in degrees for Node-LL (offset) or node-LatLon' + x: + type: number + description: 'Offset x axis in meters for node-XY delta' + y: + type: number + description: 'Offset y axis in meters for node-XY delta' + attributes: + $ref: '#/definitions/Attribute' + SNMP: + type: object + description: 'Optional field, needed for SNMP deposit to RSU.' + properties: + rsuid: + type: string + msgid: + type: string + mode: + type: string + channel: + type: string + interval: + type: string + deliverystart: + type: string + description: >- + ISO string for message delivery start time. Takes priority over + "deliverystart" field in SDW. + deliverystop: + type: string + description: >- + ISO string for message delivery stop time. Takes priority over + "deliverystop" field in SDW. + enable: + type: string + status: + type: string + RSU: + type: object + description: 'Optional field, needed for SNMP deposit to RSU.' + properties: + rsuIndex: + type: integer + description: Index of message storage on RSU. + rsuTarget: + type: string + description: IPv4 address of RSU + rsuUsername: + type: string + description: SNMP username (Not required if value is pre-configured in ODE properties) + rsuPassword: + type: string + description: SNMP password (Not required if value is pre-configured in ODE properties) + rsuRetries: + type: integer + description: Number of retries upon message send failure + rsuTimeout: + type: integer + description: Timeout measured in milliseconds + SDW: + type: object + properties: + deliverystart: + type: string + description: >- + Optional field, ISO string for message delivery start time. Identical + to "deliverystart" field in SNMP for when RSU deposit not desired. + deliverystop: + type: string + description: >- + Optional field, ISO string for message delivery stop time. Identical + to "deliverystop" field in SNMP for when RSU deposit not desired. + groupID: + type: string + description: >- + Eight-digit hex code of the groupID to use, for example "A123B456". + GroupID is a DSRC.TemporaryID used for message identification. + recordID: + type: string + description: >- + Eight-digit hex code of the recordID to use, for example "A123B456". + RecordID is a DSRC.TemporaryID used for message identification. + ttl: + type: string + description: Message time to live. + enum: + - oneminute + - thirtyminutes + - oneday + - oneweek + - onemonth + - oneyear + serviceRegion: + properties: + nwCorner: + type: object + properties: + latitude: + type: string + longitude: + type: string + seCorner: + type: object + properties: + latitude: + type: string + longitude: + type: string + PDM: + type: object + properties: + sampleStart: + type: string + sampleEnd: + type: string + directions: + type: string + termChoice: + type: string + termTime: + type: string + termDistance: + type: string + snapshotChoice: + type: string + minSnapshotTime: + type: string + maxSnapshotTime: + type: string + minSnapshotDistance: + type: string + maxSnapshotDistance: + type: string + snapshotMinSpeed: + type: string + snapshotMaxSpeed: + type: string + txInterval: + type: string + vehicleStatusRequestList: + type: array + items: + $ref: '#/definitions/VehicleStatusRequest' + VehicleStatusRequest: + type: object + properties: + tag: + type: string + subTag: + type: string + lessThenValue: + type: string + moreThenValue: + type: string + sendAll: + type: string + status: + type: string + Status: + type: object + properties: + success: + type: boolean + message: + type: string diff --git a/docs/UserGuide.md b/docs/UserGuide.md index bce30c3eb..13af8e20d 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -1,1179 +1,1179 @@ -# JPO Operational Data Environment User Guide - -**Submitted to**\ -U.S. Department of Transportation (USDOT)\ -Federal Highway Administration ITS JPO - -**Prepared by**\ -Booz Allen Hamilton\ -8283 Greensboro Drive\ -McLean, VA 22102 - -_Last updated February 7, 2019_ - -# Table of Contents -- [Version History](#version-history) -- [1 - Introduction](#introduction) -- [2 - Project Overview](#project-overview) -- [3 - System Overview](#system-overview) -- [4 - Audience](#audience) -- [5 - Glossary](#glossary) -- [6 - ODE DEVELOPMENT ENVIRONMENT](#ode-development-environment) - - [6.1 - Java Development Tools](#java-development-tools) - - [6.2 - Java](#java) - - [6.3 - Eclipse IDE](#eclipse-ide) - - [6.4 - Maven](#maven) - - [6.5 - Git Version Control](#git-version-control) - - [6.6 - Building ODE Software Artifacts](#building-ode-software-artifacts) - - [6.6.1 - Open-Source Repository](#open-source-repository) - - [6.6.2 - ASN.1 Java API](#asn-1-java-api) - - [6.6.3 - Build and Deploy Procedure](#build-and-deploy-procedure) - - [6.6.4 - ODE Application Properties](#ode-application-properties) - - [6.6.5 - ODE Logging Properties](#ode-logging-properties) -- [7 - ODE Features](#ode-features) - - [7.1 - Managing SNMP Devices](#managing-snmp-devices) - - [7.1.1 - Query Parameters](#query-parameters) - - [7.1.2 - API Details](#api-details) - - [7.1.3 - Web Based View](#web-based-view) - - [7.1.4 - Additional Features/ Discussion Points](#additional-features-discussion-points) - - [7.2 - Logging Events](#logging-events) - - [7.2.1 - Log Levels](#log-levels) - - [7.2.2 - Logging Setup](#logging-setup) - - [7.2.3 - Steps to turn on/off logging during application runtime](#steps-to-turn-on-off-logging-during-application-runtime) - - [7.3 - Inbound Data Distribution](#inbound-data-distribution) - - [7.3.1 - Inbound BSM Log File Processing and Distribution](#inbound-bsm-log-file-processing-and-distribution) - - [7.3.2 - Inbound TIM Log File Processing and Distribution](#inbound-tim-log-file-processing-and-distribution) - - [7.3.3 - Inbound Other Log File Processing and Distribution](#inbound-other-log-file-processing-and-distribution) - - [7.3.4 - Inbound BSM - Test File Processing (HEX and JSON)](#inbound-bsm---test-file-processing-hex-and-json) - - [7.4 - Probe Data Management](#probe-data-management) - - [7.4.1 - PDM Broadcast Request Quick Start Guide](#pdm-broadcast-request-quick-start-guide) - - [7.5 - Outbound TIM Broadcast](#outbound-tim-broadcast) - - [7.5.1 - Outbound TIM to SDW Websocket Setup](#outbound-tim-to-sdw-websocket-setup) - - [7.5.2 - Outbound TIM to S3 Bucket Setup](#outbound-tim-to-s3-bucket-setup) - - [7.5.3 - TIM Broadcast Request Quick Start Guide](#tim-broadcast-request-quick-start-guide) - - [7.6 - Privacy Protection Module (PPM)](#privacy-protection-module-ppm) - - [7.7 - Data validation](#data-validation) - - [7.8 - String S3 Depositor](#string-s3-depositor) - - [7.9 - Security Services Module](#security-services-module) -- [8 - Appendix A: ODE Interface Specification](#appendix-a-ode-interface-specification) - - [8.1 - File Copy Data Deposit](#file-copy-data-deposit) - - [8.1.1 - Messages and Alerts](#messages-and-alerts) - - [8.2 - ODE REST API](#ode-rest-api) - - [8.2.1 - Upload BSM File](#upload-bsm-file) - - [8.2.2 - Traveler Information Message (TIM) Interface](#traveler-information-message-tim-interface) - - [8.2.3 - Probe Data Management Messages (PDM) Interface](#probe-data-management-messages-pdm-interface) - - [8.3 - ODE Streaming API](#ode-streaming-api) - - [8.3.1 - Direct Kafka Interface](#direct-kafka-interface) - - [8.3.2 - ODE Output Schema Reference](#ode-output-schema-reference) -- [9 - References](#references) - - - -# Version History - -| Version # | Implemented By | Revision Date | What Changed? | -| --------- | -------------- | ------------- | ---------------------------------------------------------------------------------------------------------------- | -| 0.1 | Hamid Musavi | | Initial draft | -| 0.2 | Hamid Musavi | 3/6/2017 | Updated document for ODE-146 | -| 0.3 | ODE Team | 3/14/2017 | Added outbound TIM documentation | -| 0.4 | ODE Team | 3/28/2017 | Added PDM documentation | -| 0.5 | Hamid Musavi | 5/9/207 | Added support for System Design Documentation | -| 0.6 | ODE Team | 5/23/2017 | Added PPM Documentation | -| 0.7 | ODE Team | 5/30/2017 | Added VSD documentation | -| 0.8 | ODE Team | 6/02/2017 | Added BSM documentation | -| 0.9 | ODE Team | 8/28/2017 | Updated properties table. TIM/PDM REST details moved to Swagger document. | -| 0.10 | ODE Team | 9/1/2017 | Added BSM log file handling | -| 0.11 | ODE Team | 10/31/2017 | Updated for open-ode | -| 0.12 | ODE Team | 1/10/2018 | Updated SDC/SDW WebSockets end-point | -| 0.13 | ODE Team | 1/23/2018 | Documented changes related to schemaVersion 4 | -| 0.14 | ODE Team | 2/14/2018 | Added GZIP documentation | -| 0.15 | ODE Team | 12/18/2018 | Added rsuUsername and rsuPassword properties | -| 0.16 | ODE Team | 2/4/2019 | Removed deprecated properties. Added ode.kafkaDisabledTopics | -| 0.17 | ODE Team | 2/6/2019 | Added SDW depositor submodule instructions. Removed deprecated properties and capabilities (VSD deposit to SDC). | - - - -# 1 - Introduction - -The JPO Operational Data Environment (ODE) product is being developed -under Agile Development Methodologies, using an open architecture -approach, in an open source environment. This document describes the -preliminary architectural design of the JPO ODE and its interfaces with -external systems including the TMC applications, field devices and -center services. - -Note: This is a living document and will be updated throughout the life -of the JPO ODE project to reflect the most recent changes in the ODE -design and stakeholder feedback. All stakeholders are invited to provide -input to this document. Stakeholders may direct all input to the JPO -Product Owner at DOT, FHWA, JPO. To provide feedback, we recommend that -you create an "[issue](https://github.com/usdot-jpo-ode/jpo-ode/issues)" -in the project's GitHub repository -(). You will need a -GitHub account to create an issue. If you don't have an account, a -dialog will be presented to you to create one at no cost. - - - -# 2 - Project Overview - -An Operational Data Environment is a real-time data acquisition and -distribution software system that processes and routes data from -Connected-X devices -- including connected vehicles (CV), personal -mobile devices, infrastructure components, and sensors -- to subscribing -applications to support the operation, maintenance, and use of the -transportation system, as well as related research and development -efforts. - -The ODE is intended to complement a connected vehicle infrastructure by -brokering, processing and routing data from various data sources, -including connected vehicles, field devices, Transportation Management -Center (TMC) applications and a variety of other data users. Data users -include but not limited to transportation software applications, -Research Data Exchange (RDE), US DOT Situation Data Warehouse. - -As a data provisioning service, the ODE can provision data from -disparate data sources to software applications that have placed data -subscription requests to the ODE. On the other direction, the ODE can -accept data from CV applications and broadcast them to field devices -through Road Side Units (RSU) and US DOT Situation Data Warehouse which -in turn will transmit the data to Sirius XM satellites for delivery to -the connected vehicles in the field. - -While provisioning data from data sources to data users, the ODE also -will perform necessary security / credential checks and, as needed, data -validation and sanitization. - -- Data validation is the process of making a judgment about the - quality of the data and handling invalid data as prescribed by the - system owners. - -- Data sanitization is the modification of data as originally received - to reduce or eliminate the possibility that the data can be used to - compromise the privacy of the individual(s) that might be linked to - the data. - - - -# 3 - System Overview - -JPO ODE is an open-sourced software application that will enable the -transfer of data between field devices and backend TMC systems for -operational, monitoring, and research purposes. The system will enable -applications to submit data through a variety standard interfaces as -illustrated in the figure below. - -The mechanisms chosen for a specific deployment will depend on the -infrastructure, technical resources, and applications available to an -ODE environment. - -The JPO-ODE will be designed to support the producers and consumers of -CV data as illustrated in Figure 1 below. _The implementation timeline -for the identified interfaces will depend on the needs of the JPO ODE -customers (Wyoming CV Pilot site, initially) and the priority of these -capabilities to the JPO-ODE product owner._ - -![](images/userguide/figure1.png) - -Figure 1 - ODE System Data Producers and Consumers - - - -# 4 - Audience - -This document is intended for use by the ODE client applications. - - - -# 5 - Glossary - -| Term | Description | -| --------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| API | Application Program Interface | -| ASN.1 | Abstract Syntax Notation One (ASN.1) is a standard and notation that describes rules and structures for representing, encoding, transmitting, and decoding data in telecommunications and computer networking | -| Git | Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. | -| JDK | Java Development Kit | -| JPO | Joint Program Office | -| JRE | Java Runtime Environment | -| JVM | Java Virtual Machine | -| Kafka | Apache Kafka is publish-subscribe messaging rethought as a distributed commit log. | -| POJO | Plain Old Java Object | -| SAE | SAE International is a global association of more than 128,000 engineers and related technical experts in the aerospace, automotive and commercial-vehicle industries. | -| J2735 | This SAE Standard specifies a message set, and its data frames and data elements specifically for use by applications intended to utilize the 5.9 GHz Dedicated Short Range Communications for Wireless Access in Vehicular Environments (DSRC/WAVE, referenced in this document simply as “DSRCâ€), communications systems. (SAE International 2016) | -| SCP | Secure Copy | -| SDW | Situation Data Warehouse | -| TIM | Traveler Information Message | -| US DOT | Unites States Department of Transportation | -| WebSocket | WebSocket is designed to be implemented in web browsers and web servers, but it can be used by any client or server application. The WebSocket Protocol is an independent TCP-based protocol. Its only relationship to HTTP is that its handshake is interpreted by HTTP servers as an Upgrade request. | -| ZooKeeper | Apache ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services. | - - - -# 6 - ODE Development Environment - - - -### 6.1 - Java Development Tools - -The ODE team uses Java as the primary programming language. - -Tools: - -- Java -- Eclipse IDE -- Git -- Maven -- GitHub: - - - -### 6.2 - Java - -Install Java Development Kit (JDK) 1.8 - - - - - -### 6.3 - Eclipse IDE - -Download and install Eclipse. - - - -Configure Eclipse to use Java 1.8 JDK. Local installation of Tomcat can -integrate with Eclipse and can help with prototyping or debugging the -application. - - - -### 6.4 - Maven - -Maven is a build and dependency management tool. It is recommended that -a Maven plug-in is installed with your IDE so that your IDE is Maven -"aware". Newer versions of eclipse (Luna and later versions) comes -pre-installed with a Maven plug-in. - -Download and install Maven: - - - -### 6.5 - Git Version Control - -The ODE software is maintained and version controlled using GIT version -control system. - -Recommend clients: - -- Tortoise Git -- Source Tree -- GitHub Windows Desktop Application -- Git Extensions - -It is recommended that GIT plug-ins are installed with your IDE so that -your IDE is Git "aware". Newer versions of eclipse (Luna and later -versions) comes pre-installed with a Git plug-in. - - - -### 6.6 - Building ODE Software Artifacts - -The ODE source code is maintained in several separate Git repositories. -Instructions for obtaining and installing the following repositories can -be found in the jpo-ode/README.md document: - -| Repository | Visibility | Description | Source | -|----------------|------------|-------------------------|---------------------------------------------------| -| jpo-ode | public | Main repository | | -| jpo-s3-deposit | public | S3 depositor service | | -| jpo-cvdp | public | PII sanitization module | | -| asn1\_codec | public | ASN.1 encoder/decoder | | - - - -#### 6.6.1 - Open-Source Repository - -The ODE deployment artifact consists of one of more jar files that make -up the collection of software modules and service components. Initially, -there will be only one executable jar file (one micros service) but in -the future as the ODE functionality expands it is envisioned that -additional services be introduced in separate jar files. Each service -component jar file will be a standalone "uber-jar" that contains all -necessary dependent jar files. The jar file will be deployable to a -physical or virtual server as well as within a Docker container. - -The following components make up the JPO ODE software: - -- jpo-ode-common: this component contains all the common classes used - by other jpo-ode components. _This component is the lowest common - denominator and never depends on any other jpo-ode component._ - -- jpo-ode-core: this component contains the core functions carried out - by the jpo-ode. - -- jpo-ode-plugins: this component contains the plug-in modules. - -- jpo-ode-svcs: this component and similar future components are the - actual service components. This component is always a Spring - Framework application and implements a specific service. - -- asn1_codec: this component is a standalone module able to - subscribing to encoded ASN.1 messages and publishing decoded data. - The component is also capable of encoding and publishing them to the - ODE and other applications. This module will replace the private - repository jpo-ode-private. - - - -#### 6.6.2 - ASN.1 Java API - -The data uploaded or deposited to the ODE from the connected vehicles -(CV) and the road-side units (RSU) is encoded in ASN.1 format. In order -for the ODE to utilize the data, it must be able to decode the data from -ASN.1 format into a more generic format, in this case Plain Old Java -Objects (POJOs). ODE utilizes an open-source ASN.1 codec library -provided on GitHub at . ODE team has -built a standalone C/C++ module that uses this library to perform all -required encoding and decoding needs of the application. The module is a -submodule of ODE, also provided on GitHub: - - - - -#### 6.6.3 - Build and Deploy Procedure - -Follow the steps in jpo-ode/README.md Getting Started guide for building -and deploying the JPO-ODE services. - - - -#### 6.6.4 - ODE Application Properties - -JPO ODE configuration can be modified in a number of ways. - -1. You can specify the configuration parameters in a file named - _application.properties_ located in the same directory from which - the application is launched. - -2. You may specify properties as command line options in the form of - -```bash ---ode.propertyName=propertyValue -``` - -For example, add - -```bash ---ode.uploadLocation=myUploadFolder -``` - -3. _You may_ specify properties as system environment variables in the - form of _ode.DdsCasUsername=fred.flintstone\@stone.age._ - -Other properties not specific to the ODE can also be defined in a -similar way but without the _ode_ prefix. - -Current ODE properties and their default are defined in OdeProperties -class. The property name is the name of the OdeProperties class instance -parameter. - -The following table describes all the ODE properties currently -available. - -_Table 1 - ODE Application Properties_ - -| Name | Default Value | Required | Description | -|------------------------------------------|-----------------------------------------------------------------------------------------------|------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| ode.kafkaBrokers | $DOCKER_HOST_IP:9092 | X | List of kafka brokers and ports | -| ode.uploadLocationRoot | ./uploads | | Location of the shared directory where ODE monitors for files to ingest. | -| ode.uploadLocationObuLog | ./uploads/bsmlog | | Specific location for OBU log files with header fields to specify direction, UTC timestamp, and other metadata | -| ode.pluginsLocations | ./plugins | | Location of the jar files for ODE plugins. | -| ode.kafkaProducerType | async | | Specifies whether publishing to Kafka will be synchronous (i.e. blocking until the data has been persisted) or asynchronous (i.e. publish and forget). Valid values are: sync or async. Sync will generally be slower but more reliable, async is faster with the risk of losing data if kafka crashes during the write operation. | -| ode.ddsCasUsername | null | X | Username to be used for authentication when interfacing with Situation Data Warehouse | -| ode.ddsCasPassword | null | X | Password to be used for authentication when interfacing with Situation Data Warehouse (SDW) | -| ode.ddsCasUrl | | | URL of the US DOT security server. | -| ode.ddsWebsocketUrl | wss://webapp.cvmvp.com/whtools/websocket | | URL of the US DOT SDW WebSockets API | -| ode.sdcIp | 104.130.170.234 | | IPv4 address of SDC | -| ode.sdcPort | 46753 | | Destination port of SDC | -| ode.bsmReceiverPort | 46800 | | The UDP port that ODE will use to listen to BSM messages. | -| ode.bsmBufferSize | 500 | | Size of the buffer allocated for receiving BSM messages through UDP interface | -| ode. kafkaTopicVsdPojo | AsnVsdPojo | | The topic that contains VSDs if ode.enabledVsdKafkaTopic is enabled. | -| ode.vsdBufferSize | 500 | | Size of the buffer allocated for receiving VSD messages through UDP interface | -| ode.vsdReceiverPort | 46753 | | The UDP port that ODE will use to listen to VSD messages. | -| ode.vsdDepositorPort | 5555 | | The UDP port that ODE will use to send VSD messages to SDC for deposit. | -| ode.vsdTrustport | 5556 | | The UDP port that ODE will use to establish trust with the SDC for VSD messages. | -| ode.caCertPath | | | | -| | null | X | path/to/CaCertFile or define env variable ${ODE_CA_CERT_PATH} | -| ode.selfCertPath | null | X | path/to/selfCertFile or define env variable ${ODE_SELF_CERT_PATH} | -| ode.selfPrivateKeyReconstructionFilePath | null | X | path/to/selfPrivateKeyReconstructionFile or define env variable ${ODE_SELF_PRIVATE_KEY_RECONSTRUCTION_FILE_PATH} | -| ode.selfSigningPrivateKeyFilePath | null | X | path/to/selfSigningPrivateKeyFile or define env variable ${ODE_SELF_SIGNING_PRIVATE_KEY_FILE_PATH} | -| ode.isdBufferSize | 500 | | Size of the buffer allocated for receiving ISD messages through UDP interface | -| ode.isdReceiverPort | 46801 | | The UDP port that ODE will use to listen to ISD messages. | -| ode.isdDepositorPort | 6666 | | The UDP port that ODE will use to send ISD messages to SDC for deposit. | -| ode.isdTrustPort | 6667 | | The UDP port that ODE will use to establish trust with the SDC for ISD messages. | -| ode.dataReceiptBufferSize | null | | Size of the buffer allocated for receiving ISD receipt messages through UDP interface | -| ode.depositSanitizedBsmToSdc | false | | Enable/disable packaging of BSMs into VSDs and depositing VSDs to SDC | -| ode.serviceRespExpirationSeconds | 10 | | Number of seconds the trust manager will wait to receive service request response before timing out. | -| Kafka Topics | See Section 8.3.1.1 | | See Section 8.3.1.1 | -| ode.securitySvcsSignatureUri | null | | The URI for signing data using the jpo-security-svcs module. Normally doesn't need to be set because ODE will calculate it based on DOCKER_HOST_IP. If the service is deployed outside Docker, it should be set to of the server it's running on. If you do not want to sign the data set this property to UNSECURED. | -| ode.rsuUsername | null | If not present in JSON | The SNMP username used to authenticate with an RSU when depositing, deleting, or querying TIMs. | -| ode.rsuPassword | null | If not present in JSON | The SNMP password used to authenticate with an RSU when depositing, deleting, or querying TIMs. | -| ode.kafkaTopicsDisabled | topic.OdeBsmRxPojo, topic.OdeBsmTxPojo, topic.OdeBsmDuringEventPojo,topic.OdeTimBroadcastPojo | | List of topics to be disabled from publishing. | - - - -#### 6.6.5 - ODE Logging Properties - -ODE produces two log files: - -1. The application log file: for overall application health monitoring - -2. Events log file: for tracking and monitoring major data events such - as the flow of data files through the system - -The configuration of the loggers is done via _logback.xml_ file. The -default logback.xml is located in the _src/main/resources_ directory of -the source code as well as in the _BOOT-INF\\classes\\_ directory of the -executable jar file. To modify the default values, you can modify the -source _src/main/resources/logback.xml_ file before building the -software or place a different _logback.xml_ file with the modified -values in the working directory of the application. - - - -# 7 - ODE Features - -JPO ODE provides the following features and functions to TMC -applications: - -1. Managing SNMP Devices - -2. Logging Events - -3. IEEE 1609.2 Compliance - -4. SCMS Certificate Management - -5. Inbound BSM Distribution - -6. Inbound Probe Data Distribution - -7. Outbound Probe Device Management - -8. Outbound TIM Broadcast - -9. Inbound TIM Distribution - -10. Data Validation - -11. Data Sanitization - - - -### 7.1 - Managing SNMP Devices - -Over SNMP Protocol, the ODE can ping and assess the health of an -existing Road Side Unit to ensure the system is up and running. To -trigger a specific heartbeat call, the ODE provides two separate -interfaces to deploy a message to an RSU. - - - -##### 7.1.1 - Query Parameters - -To make a heartbeat call, a user must provide two pieces of information -to identify the device and the information the user is attempting to -capture. - -**IP Address:** The published ip address of the device. - -**SNMP OID Value:** The numeric OID of the desired information. - -_The OIDs for the RSUs are specified in the DSRC Roadside Unit (RSU) -Specifications Document v4.1. The units also respond to ISO standard -OIDs, as demonstrated in the screenshot below._ - - - -##### 7.1.2 - API Details - -To get the results from the SNMP protocol, submit a RESTful GET request -to the route listed below. - -/rsuHeartbeat?ip=\&oid=\ - -You should receive a detailed plain text response that looks like the -following example. If the device is off, a 4 second timeout will occur -and the ODE will indicate this with an \"\[ERROR\] Empty response\" -message. (This specific OID returns the amount of time since the device -was last powered on) - -\[1.3.6.1.2.1.1.3.0 = 0:05:12.59\] - - - -#### 7.1.3 - Web Based View - -An additional method way to interact with the heartbeat service is -through the existing web interface located at the root of the -application. On it, a user will see a section for RSU SNMP Query and may -enter in the same IP and OID information as the API Endpoint. - - - -#### 7.1.4 - Additional Features/ Discussion Points - -- SNMP v3 discussion needed surrounding v2, v1 support - - - V3 username/password - -- Should the responses from the application be in a standard format? - (JSON) - - - -### 7.2 - Logging Events - -ODE uses Logback logging framework to log application and data events. - - - -#### 7.2.1 - Log Levels - -1. ALL - Logger reports to all levels below - -2. DEBUG - Logger reports debug information - -3. ERROR - Logger reports error events that may still allow the - application to continue running - -4. FATAL - Logger reports fatal errors that will cause the application - to abort - -5. INFO - Logger reports informational messages - -6. OFF - Turns off the logger - -7. TRACE - Logger reports more specific debug information - -8. WARN - Logger reports application warnings - - - -#### 7.2.2 - Logging setup - -- As it stands, the current logging framework has two separate log - files. The first log file is for application output called ode.log. - Application debug information and backend service messages are - output to this file. The second log file, Events.log contains - informational messages pertaining to the services a message goes - through inside of the system. - -- The current setup of the logging framework is very minimal. It - contains four loggers and two appenders for the respective files. - The logback framework has the ability to set time based file - deletion, and rolling archive file naming. For the full list of - features visit this URL: - - - -#### 7.2.3 - Steps to turn on/off logging during application runtime. - -1. Start ode, Kafka, and Zookeeper as normal. - -2. In a new terminal window run \"jconsole\". - -3. After the dialog box comes up asking for connection, click on the - remote access button at the bottom. - -4. Input the ip address you set to be your DOCKER\_HOST\_IP:9090 (ex. - 0.0.0.0:9090). - -5. Click connect. - -6. Select insecure connection. - -7. Select the MBeans tab at the top. - -8. Expand the folder ch.qos.logback.classic until you get to Attributes - and Operations. - -9. Open the operations Tab. - -10. Select the reloadbyfilename option. - -11. In the dialog box input the name of your logging configuration file. - (Currently logback.xml) - -12. Edit logback.xml inside of the docker container for ode and modifiy - the log level for whatever logger you wish to turn off to \"OFF\". - -13. Save the file and go back to the jconsole and click the button - reloadbyfilename to submit changes. - - - -### 7.3 Inbound Data Distribution - -ODE accepts Inbound BSMs, TIMs and other data types via File Copy Data -Deposit mechanism as described in section 8.1. Note that after files are -processed by the ODE, they are moved to either the backup sub-directory -upon success, or the "failed" sub-directory upon error. The ODE is -capable of accepting log files in both raw data format as well as in -GZIP-compressed format. Compressed files are detected automatically and -processed in the same way as normal files, no special actions are needed -by the user. - -The ODE propagates received data to applications via a subscription -service provided by Kafka messaging hub. The ODE offers two Kafka -subscription formats, JSON and serialized Java objects (also referred to -as POJO). ODE uses Kryo serializer for serializing POJOs before -publishing. See section 8.3.1 for the topic names to which applications -can subscribe. - - - -#### 7.3.1 - Inbound BSM Log File Processing and Distribution - -1. bsmLogDuringEvent - 1. BSMs for event (10 seconds before, event, 10 seconds after all at 10 Hz) (purge first) - 1. Driver alert - 2. Received BSMs from remote vehicle(s), also record host vehicle BSMs - 3. If event is longer than 1-minute drop to 1 Hz for host and remove vehicles - 4. Add time to each record for all BSMs (from 1609.2 header) -2. bsmTx - 1. BSM once every 30 seconds (purge second) - 1. Add time to each record for all BSMs (from 1609.2 header) -3. rxMsg - 1. Received messages (purge third) - 1. Received BSMs from nearby OBUs are logged and deposited to the ODE via the file copy interface. - - - -#### 7.3.2 - Inbound TIM Log File Processing and Distribution - -1. rxMsg - 1. Received messages (purge third) - 1. TIMs from RSU and Satellite, message, location, method of reception (Sat/RSU) and time, only log messages within 20-mile radius and only log first time message is received -2. dnMsg - 1. DNM (purge eight) - 1. Location, time, DNM (log first unique DNM for Distressed vehicle and for each relay/received vehicle) - 2. Top priority for sending this log -3. driverAlert - 1. We have a log for driver's alerts, it will need to flag alerts that were not given because of a higher priority alert (purge ninth) - 1. Location, time, alert (FCW, TIM, not DNM) - - - -#### 7.3.3 Inbound Other Log File Processing and Distribution - -**STATUS: These log messages have not yet been implemented.** - -1. environmentMsg - 1. Environmental Log (purge seventh) - 1. Location, time, environmental log - 1. Second priority for sending this log -2. scms - 1. SCMS (purge fifth) - 1. Log connections to SCMS -3. systemLog - 1. System log (very PII sensitive, just for internal use and will have to be locked down and encrypted, may want to exclude collection of this once the pilot is working well) (purge sixth) - 1. Boot and shutdown location/time - 2. Application errors and re-starts - 3. OBU unique identifier -4. upgrades - 1. OBU upgrades (purge fourth) - 1. Log success/fail of firmware updates - 2. Log availability of firmware updates - - - -#### 7.3.4 - Inbound BSM - Text File Processing (HEX and JSON) - -HEX and JSON file processing is no longer supported - - - -### 7.4 - Probe Data Management - -ODE accepts PDM messages and other metadata parameters for broadcasting -PDM messages via the REST API interface. The ODE accepts data elements -in JSON which are then sent via SNMP to an array of Roadside Units -(RSUs) which are also specified in that same JSON string. - - - -#### 7.4.1 - PDM Broadcast Request Quick Start Guide - -To run a local test of the PDM message API, please follow these -instructions. - -1. Start the ODE. - -2. Reference the Swagger documentation located in the /docs folder of - the repo to view the specifications for the API call. If needed, - paste the YAML file into to see a rendered - webpage for the documentation. - -3. Use a web based REST tool such as Postman to send the PDM broadcast - request to the ODE. Make sure the REST request body contains the - "snmp" and "rsus" elements with valid IP addresses of the RSUs that - you intend to send the message to. - -4. The REST interface will return a response indicating the request was - executed successfully: {success: true}. If the request fails, you - will receive an error message such as:\ - -```json -{ - "timestamp": 1489415494755, - "status": 400, - "error": "Bad Request", - "exception": "us.dot.its.jpo.ode.traveler.TimMessageException", - "message": "us.dot.its.jpo.ode.traveler.TimMessageException: Empty response from RSU 127.0 .0 .1", - "path": "/tim" -} -``` - - - -### 7.5 - Outbound TIM Broadcast - -ODE accepts TIM messages and other metadata parameters for broadcasting -TIM messages via the REST API interface. The ODE accepts data elements -in JSON format from which a fully formed ASN.1 compliant J2735 -TravelerInformation message will be constructed and sent to an array of -RSUs. The RSUs must be specified in the TIM broadcast message received -by the ODE. In addition to the RSU devices, the TIM message is also -deposited to the US DOT Situation Data Warehouse (SDW) from which the -SiriusXM satellites will pull from and broadcast to vehicles that are -not within range of RSUs. SDW parameters are also specified in the TIM -REST interface. Please refer to the Swagger file documentation for -details of a TIM REST interface. - - - -#### 7.5.1 Outbound TIM to SDW Setup - -Traveler Information Messages may be distributed to RSUs, the SDW, or both by including certain objects in the JSON message sent to the `/tim` endpoint: - -- **RSU Distribution**: The /tim REST service will send the TIM messages to RSUs - if both "rsus" and "snmp" elements of the request body are defined - and valid. If either "rsus" or "snmp" are missing, the request will - not be sent to the RSUs. - -- **SDW Enablement**: /tim REST service sends the TIM messages to SDW - if the "sdw" element of the request body is defined and valid. If - "sdw" element is missing, the request will not be sent to the SDW. - -**Option 1: Websocket Interface** - -ODE **Configuration**: Update the effective application.properties file -with username and password for Webapp2/sdw. Substitute your username and -password for `` and ``, respectively. - -```bash -ode.ddsCasUsername= -ode.ddsCasPassword= -ode.depositSdwMessagesOverWebsocket=true -``` - -(OR) - -Define the following command line arguments while launching the ODE through the jpo-ode-svcs JAR: - -```bash ---ode.ddsCasUsername=, ---ode.ddsCasPassword=, ---ode.depositSdwMessagesOverWebsocket=true -``` - -(OR) - -Define the following environment variables in the environment file: - -```bash -SDW_USERNAME= -SDWPASSWORD= -ODE_DEPOSIT_SDW_MESSAGES_OVER_WEBSOCKET=true -``` - -**Note**: This option uses the ODE's built-in SDW depositor and does not -require a SDW service to be running. Therefore, jpo-sdw-depositor -service should be removed from docker-compose.yml. - -**Option 2 (Recommended): SDW Depositor Submodule** - -Depositing a TIM message to the Situation Data Warehouse can be done -using the pre-built jpo-sdw-depositor repository. To set this service -up: - -1. Follow the steps in the ODE README.md to clone and compile the SDW - depositor service. If you used the `--recurse-submodules` option to clone, it will automatically be cloned. - -2. Set the following environment variable to false OR comment it out using the \# symbol: - -``` -ode.depositSdwMessagesOverWebsocket=false -#ode.depositSdwMessagesOverWebsocket -``` - -3. Set the following environment variables in the _.env_ file: - -```bash -SDW_USERNAME=myUsername -SDW_PASSWORD=myPassword -``` - -4. Follow the rest of the ODE setup steps. The SDW depositor service - containers will be automatically created by docker-compose. - -5. Verify arrival of messages in SDW by verifying response status - messages in the logs. - - - -#### 7.5.2 - Outbound TIM to S3 Bucket Setup - -Depositing a TIM message to an S3 bucket can be done using the pre-built -jpo-s3-depositor repository. To set this service up: - -1. Follow the steps in the ODE README.md to clone and compile the S3 - depositor service. - -2. Set the following environment variables (and/or use the RDE prefixed - variables, these prefixes are for guidance only and do not - necessarily need to be a CVPEP or RDE bucket): - - - CVPEP\_TIM\_S3\_ACCESS\_KEY\_ID - - - CVPEP\_TIM\_S3\_SECRET\_ACCESS\_KEY - - - CVPEP\_TIM\_S3\_BUCKET\_NAME - - - CVPEP\_TIM\_S3\_DEPOSIT\_KEY - - - CVPEP\_TIM\_S3\_TOPIC - -3. Follow the rest of the ODE setup steps. The S3 depositor service - containers will be automatically created by docker-compose. - -4. Verify arrival of messages in S3 by visiting the AWS UI or an S3 - client application. - - - -#### 7.5.3 - TIM Broadcast Request Quick Start Guide - -To run a local test of the TIM Message API, please follow these -instructions: - -1. Start the ODE with valid ode.ddsCasUsername and ode.ddsCasPassword - in the effective application.properties file. - -2. Reference the Swagger documentation located in the /docs folder of - the repo or at to view the - specifications for the API call. - -3. Copy the curl command, run the python script, or use a web based - REST tool such as Postman to send the TIM broadcast request to the - ODE. Make sure the REST request body contains the "snmp" and "rsus" - elements with valid IP addresses of the RSUs that you intend to send - the message to as well as the required SDW parameters. - -4. The REST interface will return a response indicating the deposit - success ("success":"true") or failure ("success":"false") for each - RSU and the SDW deposit: - -```json -{ - "rsu_responses": [{ - "target": "192.168.1.100", - "success": "true", - "message": "Success." - }], - "dds_deposit": { - "success": "true" - } -} -``` - - - -### 7.6 Privacy Protection Module (PPM) - -PPM is a separate repository within the GitHub -[usdot-jpo-ode](https://github.com/usdot-jpo-ode) organization. ODE -interfaces with the PPM module via Kafka messaging hub. Please refer to -the GitHub repository for -details. For instructions about configuration and integration of the PPM -with ODE, please refer to the ODE README file at the root of the GitHub -page . - - - -### 7.7 - Data validation - -TBD - - - -### 7.8 - String S3 Depositor - -The ODE has the capability to deposit any string messages to any S3 -buckets using the application in the jpo-s3-depositor repository. To -obtain and build this service, follow the instructions in the ODE -README.md document. Once downloaded and compiled, all the user must do -is set the relevant environment variables, the rest is managed -automatically by docker-compose. - -Four example S3 depositor configurations are provided in the -docker-compose.yml file in the root of the jpo-ode directory, a BSM and -TIM depositor for both CVPEP and RDE: cvpep\_bsm\_s3dep, -rde\_bsm\_s3dep, cvpep\_tim\_s3dep, and rde\_tim\_s3dep. These example -templates are provided for convenience and guidance but may be -removed/commented out by adding a \# symbol to the front of each line, -or copied to create new a new S3 depositor. - - - -### 7.9 - Security Services Module - -ODE integrates with the -[jpo-security-svcs](https://github.com/usdot-jpo-ode/jpo-security-svcs) -(JSS) module for performing message signing, verification, encryption -and decryption. ODE sends TIM messages to JSS module to be signed before -broadcasting the message to RSUs and SDW. No new configuration -properties need to be set if the module and ODE run in Docker containers -on the same server. However, if they are running o different host -machines the property _ode.securitySvcsSignatureUri_ must be set to -point to the JSS domain name or IP:Port number. The JSS module must, -however, be configured with the DNS name or IP:Port of the Green Hills -HSM security service URI. This property can be defined using the -environment variable _SEC\_CRYPTO\_SERVICE\_BASE\_URI_. It must be set -to [http://ip:port](http://ip:port) of the Green Hills appliance. If you -do not want to sign the data set -_SEC\_CRYPTO\_SERVICE\_BASE\_URI=UNSECURED_ - - - -# 8 - Appendix A: ODE Interface Specification - -Field devices and TMC applications interface with the ODE for both -sending and receiving data to and from the ODE - -Ode provides two methods of accepting data from field devices: - -- File copy: described in section 7.1 - -- RESTful API: upload described in section 7.2 - -ODE provides several methods for the TMC applications (or any ODE client -application) to send and receive data to and from the ODE - -- RESTful API: upload described in section 7.2 - -- Streaming API: described in section 7.3. - -All of the above interfaces can be secured using SSL encryption. - - - -### 8.1 - File Copy Data Deposit - -The File copy method is achieved by providing a configurable location on -a shared file system where field devices will be able to deposit their -data files and log files for processing. The upload location is -specified by the application properties -ode.uploadLocationRoot/ode.uploadLocationObuLog. If not specified, -default locations would be uploads/obulog sub-directory off of the -location where ODE is launched. ODE creates the specified directories if -they do not exist. - -Once the ODE processes the received file, it moves it to the -"ode.uploadLocationRoot/backup" sub-directory. The backed-up file is -renamed with a timestamp in milliseconds. If the ODE fails to process a -file, it instead moves the file to the "ode.uploadLocationRoot/failed" -sub-directory. - -The files copied to "ode.uploadLocationObuLog" are treated as binary -data of variable length records conforming to the specification in -"data/wydotLogRecords.h" file. No header information is expected to -precede each record. As mentioned in section 7.3, the ODE is also -capable of accepting individual files compressed with GZIP. Note that -while the ODE will automatically detect and process GZIP files, it is -not capable of importing GZIP-TAR archives containing multiple files. - -| Field Name | Field Length (bytes) | Description | -|--------------------|----------------------|----------------------------------------------------------------------------------------| -| logRecordType | 1 | Represents the type of log record as defined below:
typedef enum _logRecordType {
DN_MSG = 0,
ENVIRONMENT_MSG = 1,
DRIVER_ALERT = 2,
UPGRADES = 3,
SYSTEM_LOG = 4,
RX_MSG = 5,
SCMS = 6,
BSM_TX = 7,
BSM_RX = 8
} logRecordType; | -| direction | 1 | Represents the source of the BSM. 0 for EV(Tx), 1 for RV(Rx) | -| utctimeInSec | 4 | UTC time in seconds from Epoc 1/1/1970 | -| mSec | 2 | milliseconds part of UTC time | -| verificationStatus | 1 | contains a SecurtyStatusCode as defined below:
typedef enum _securityResultCode { /* from dot3 */
success = 0,
inconsistentInputParameters = 2,
spduParsingInvalidInput = 3,
spduParsingUnsupportedCriticalInformationField = 4,
spduParsingCertificateNotFound = 5,
spduParsingGenerationTimeNotAvailable = 6,
spduParsingGenerationLocationNotAvailable = 7,
spduCertificateChainNotEnoughInformationToConstructChain = 8,
spduCertificateChainChainEndedAtUntrustedRoot = 9,
spduCertificateChainChainWasTooLongForImplementation = 10,
spduCertificateChainCertificateRevoked = 11,
spduCertificateChainOverdueCRL = 12,
spduCertificateChainInconsistentExpiryTimes = 13,
spduCertificateChainInconsistentStartTimes = 14,
spduCertificateChainInconsistentChainPermissions = 15,
spduCryptoVerificationFailure = 16,
spduConsistencyFutureCertificateAtGenerationTime = 17,
spduConsistencyExpiredCertificateAtGenerationTime = 18,
spduConsistencyExpiryDateTooEarly = 19,
spduConsistencyExpiryDateTooLate = 20,
spduConsistencyGenerationLocationOutsideValidityRegion = 21,
spduConsistencyNoGenerationLocation = 22,
spduConsistencyUnauthorizedPSID = 23,
spduInternalConsistencyExpiryTimeBeforeGenerationTime = 24,
spduInternalConsistencyextDataHashDoesntMatch = 25,
spduInternalConsistencynoExtDataHashProvided = 26,
spduInternalConsistencynoExtDataHashPresent = 27,
spduLocalConsistencyPSIDsDontMatch = 28,
spduLocalConsistencyChainWasTooLongForSDEE = 29,
spduRelevanceGenerationTimeTooFarInPast = 30,
spduRelevanceGenerationTimeTooFarInFuture = 31,
spduRelevanceExpiryTimeInPast = 32,
spduRelevanceGenerationLocationTooDistant = 33,
spduRelevanceReplayedSpdu = 34,
spduCertificateExpired = 35
} securityResultCode; | -| curLocation | location | The location and speed of the vehicle receiving and reporting the event. | -| | | /* below elements units are as per SAE-2735 */ typedef struct _location {
uint32_t latitude;
uint32_t longitude;
uint32_t elevation;
uint16_t speed;
uint16_t heading;
} __attribute__((__packed__)) location; | -| rxFrom | rxSource | The source of the message received: typedef enum _rxSource {
RSU = 0,
SAT, //XM satelite
RV, /* for BSM rx */
SNMP /* for SRM payload from backend/ODE*/
} rxSource; | -| latitude | 4 | The latitude of the vehicle receiving and reporting the event. | -| longitude | 4 | The longitude of the vehicle receiving and reporting the event. | -| elevation | 4 | The elevation of the vehicle receiving and reporting the event. | -| speed | 2 | The speed of the vehicle receiving and reporting the event. | -| heading | 2 | The heading of the vehicle receiving and reporting the event. | -| length | 2 | Length of data contained in the following payload | -| payload | 2302 | RAW encoded data in 1609.2 format containing a MessageFrame header plus BSM or raw BSM | - -ODE will use utctimeInSec plus mSec fields to populate the generatedAt -field of the output messages if and only if the payload is not signed -with a valid signature. If the payload contains a valid 1609.2 -signature, the generationTime from 1609.2 header will be used. - -
- -#### 8.1.1 - Messages and Alerts - -This interface uses the file system to copy a file from source to -destination. As a result, the messages and alerts generated by the copy -command are platform dependent. The following table describes a sample -set of exit codes returned by scp command but they may differ from the -system on which ODE is deployed and running. - -Table 1 - SCP Return Codes - -| 0 | Operation was successful | -|----|------------------------------------------------| -| 1 | General error in file copy | -| 2 | Destination is not directory, but it should be | -| 3 | Maximum symlink level exceeded | -| 4 | Connecting to host failed. | -| 5 | Connection broken | -| 6 | File does not exist | -| 7 | No permission to access file. | -| 8 | General error in sftp protocol | -| 9 | File transfer protocol mismatch | -| 10 | No file matches a given criteria | -| 65 | Host not allowed to connect | -| 66 | General error in ssh protocol | -| 67 | Key exchange failed | -| 68 | Reserved | -| 69 | MAC error | -| 70 | Compression error | -| 71 | Service not available | -| 72 | Protocol version not supported | -| 73 | Host key not verifiable | -| 74 | Connection failed | -| 75 | Disconnected by application | -| 76 | Too many connections | -| 77 | Authentication cancelled by user | -| 78 | No more authentication methods available | -| 79 | Invalid user name | - -Table 2 - File Copy Data Deposit Messages and Alerts - -| Message or Alert | Communication Method | Description | Criteria | -|----------------------------------------------------------------------------------|----------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| See Table 1 - SCP Return Codes for “copy†function Messages and Alerts | Command exit code | See Table 1 - SCP Return Codes for "copy" function Messages and Alerts | Platform Dependent | -| Post-copy: “IMPORTER - Failed to open or process file: {}†FileNotFoundException | Application log file | When a data file is copied into one of the ODE upload folders, ODE will try to open the file and process its content. This error message is logged when ODE fails to open the file due to file not being present. | If the file does not exist when ODE starts to process it or for some other reason cannot be opened for reading, this message is logged in the application log file. | -| “IMPORTER - Failed to open or process file: {}†SecurityException | Application log file | When a data file is copied into one of the ODE upload folders, ODE will try to open the file and process its content. This error message is logged when ODE fails to read the file due to lack of Java security privileges. | If a security manager exists and its checkRead method denies read access to the file, a message will be logged to the application log file.†| -| “IMPORTER - Failed to open or process file: {}†Error decoding data. | Application log file | When a data file is copied into one of the ODE upload folders, ODE will try to open the file and process its content. This error message is logged when ODE fails to decode the data from ASN.1 format. | If the message is not encoded to the expected ASN.1 encoding, ODE will raise this error to indicate failure to decode the data. | - - - -### 8.2 - ODE REST API - -ODE exposes a RESTful API for use by clients for security, -administrative and data functions. Standard HTTP/HTTPS verbs such as -GET, POST, PUT, DELETE, etc., will be deployed for various functions. - -1. host: ip:port -2. root context path: ode/api/rest -3. protocols: - - http - - https - -The REST API is documented using Swagger and can be found at - - this document is also located in -the repository at docs/ODESwagger.yml. - -![](images/userguide/figure3.png) - -Figure 3 - ODE REST API Editor Tool - - - -#### 8.2.1 - Upload BSM File - -ODE provides a REST API interface to upload a file to the ODE. Refer to -[ODE REST API](https://usdot-jpo-ode.github.io/) online documentation -() for details. - - - -#### 8.2.2 - Traveler Information Message (TIM) Interface - -Refer to the -[ODESwagger.yaml](https://github.com/usdot-jpo-ode/jpo-ode/blob/develop/docs/ODESwagger.yaml) -for details of the TIM interface. - - - -#### 8.2.3 - Probe Data Management Messages (PDM) Interface - -Refer to the -[ODESwagger.yaml](https://github.com/usdot-jpo-ode/jpo-ode/blob/develop/docs/ODESwagger.yaml) -for details of the PDM interface. - - - -### 8.3 - ODE Streaming API - -ODE client applications will be able to subscribe to data streams via -two distinct but dependent interfaces. - -1. Clients may interface directly or through proxies with Kafka brokers - to subscribe to a well-known topics. See section 7.3.1 for details. - -2. Clients may Interface directly with ODE through ODE provided - WebSocket interface as defined by RFC 6455 - ( ). See section 7.3.2 for - details. - - - -#### 8.3.1 - Direct Kafka Interface - -To interface with Kafka directly, the client needs to know the list of -available Kafka brokers and the name of the topic that will contain the -data. The client application may use any of the following methods to -access Kafka topics: - -- Native Kafka API (C, Java, Python, etc.) - -- Kafka API RESTful Proxy such as: - - -- Kafka API WebSocket Proxy such as: - - -A sample Java client will be available in the ODE source repository -under jpo-ode-consumer-example project. - -**Kafka Publish/Subscribe Topics** - -For a complete list and description of ODE publish/subscribe topics, -refer to [ODE Output Schema Reference Document](#references). (Booz -Allen Hamilton 2018) - - - -#### 8.3.2 - ODE Output Schema Reference - -Full details of ODE streaming interface schemas are provided in the [ODE -Output Schema Reference Document](#references). (Booz Allen Hamilton -2018) - - - -# 9 - References - -- Booz Allen Hamilton. 2018. "ODE Output Schema Reference." -- SAE International. 2016. 03 30. +# JPO Operational Data Environment User Guide + +**Submitted to**\ +U.S. Department of Transportation (USDOT)\ +Federal Highway Administration ITS JPO + +**Prepared by**\ +Booz Allen Hamilton\ +8283 Greensboro Drive\ +McLean, VA 22102 + +_Last updated February 7, 2019_ + +# Table of Contents +- [Version History](#version-history) +- [1 - Introduction](#introduction) +- [2 - Project Overview](#project-overview) +- [3 - System Overview](#system-overview) +- [4 - Audience](#audience) +- [5 - Glossary](#glossary) +- [6 - ODE DEVELOPMENT ENVIRONMENT](#ode-development-environment) + - [6.1 - Java Development Tools](#java-development-tools) + - [6.2 - Java](#java) + - [6.3 - Eclipse IDE](#eclipse-ide) + - [6.4 - Maven](#maven) + - [6.5 - Git Version Control](#git-version-control) + - [6.6 - Building ODE Software Artifacts](#building-ode-software-artifacts) + - [6.6.1 - Open-Source Repository](#open-source-repository) + - [6.6.2 - ASN.1 Java API](#asn-1-java-api) + - [6.6.3 - Build and Deploy Procedure](#build-and-deploy-procedure) + - [6.6.4 - ODE Application Properties](#ode-application-properties) + - [6.6.5 - ODE Logging Properties](#ode-logging-properties) +- [7 - ODE Features](#ode-features) + - [7.1 - Managing SNMP Devices](#managing-snmp-devices) + - [7.1.1 - Query Parameters](#query-parameters) + - [7.1.2 - API Details](#api-details) + - [7.1.3 - Web Based View](#web-based-view) + - [7.1.4 - Additional Features/ Discussion Points](#additional-features-discussion-points) + - [7.2 - Logging Events](#logging-events) + - [7.2.1 - Log Levels](#log-levels) + - [7.2.2 - Logging Setup](#logging-setup) + - [7.2.3 - Steps to turn on/off logging during application runtime](#steps-to-turn-on-off-logging-during-application-runtime) + - [7.3 - Inbound Data Distribution](#inbound-data-distribution) + - [7.3.1 - Inbound BSM Log File Processing and Distribution](#inbound-bsm-log-file-processing-and-distribution) + - [7.3.2 - Inbound TIM Log File Processing and Distribution](#inbound-tim-log-file-processing-and-distribution) + - [7.3.3 - Inbound Other Log File Processing and Distribution](#inbound-other-log-file-processing-and-distribution) + - [7.3.4 - Inbound BSM - Test File Processing (HEX and JSON)](#inbound-bsm---test-file-processing-hex-and-json) + - [7.4 - Probe Data Management](#probe-data-management) + - [7.4.1 - PDM Broadcast Request Quick Start Guide](#pdm-broadcast-request-quick-start-guide) + - [7.5 - Outbound TIM Broadcast](#outbound-tim-broadcast) + - [7.5.1 - Outbound TIM to SDW Websocket Setup](#outbound-tim-to-sdw-websocket-setup) + - [7.5.2 - Outbound TIM to S3 Bucket Setup](#outbound-tim-to-s3-bucket-setup) + - [7.5.3 - TIM Broadcast Request Quick Start Guide](#tim-broadcast-request-quick-start-guide) + - [7.6 - Privacy Protection Module (PPM)](#privacy-protection-module-ppm) + - [7.7 - Data validation](#data-validation) + - [7.8 - String S3 Depositor](#string-s3-depositor) + - [7.9 - Security Services Module](#security-services-module) +- [8 - Appendix A: ODE Interface Specification](#appendix-a-ode-interface-specification) + - [8.1 - File Copy Data Deposit](#file-copy-data-deposit) + - [8.1.1 - Messages and Alerts](#messages-and-alerts) + - [8.2 - ODE REST API](#ode-rest-api) + - [8.2.1 - Upload BSM File](#upload-bsm-file) + - [8.2.2 - Traveler Information Message (TIM) Interface](#traveler-information-message-tim-interface) + - [8.2.3 - Probe Data Management Messages (PDM) Interface](#probe-data-management-messages-pdm-interface) + - [8.3 - ODE Streaming API](#ode-streaming-api) + - [8.3.1 - Direct Kafka Interface](#direct-kafka-interface) + - [8.3.2 - ODE Output Schema Reference](#ode-output-schema-reference) +- [9 - References](#references) + + + +# Version History + +| Version # | Implemented By | Revision Date | What Changed? | +| --------- | -------------- | ------------- | ---------------------------------------------------------------------------------------------------------------- | +| 0.1 | Hamid Musavi | | Initial draft | +| 0.2 | Hamid Musavi | 3/6/2017 | Updated document for ODE-146 | +| 0.3 | ODE Team | 3/14/2017 | Added outbound TIM documentation | +| 0.4 | ODE Team | 3/28/2017 | Added PDM documentation | +| 0.5 | Hamid Musavi | 5/9/207 | Added support for System Design Documentation | +| 0.6 | ODE Team | 5/23/2017 | Added PPM Documentation | +| 0.7 | ODE Team | 5/30/2017 | Added VSD documentation | +| 0.8 | ODE Team | 6/02/2017 | Added BSM documentation | +| 0.9 | ODE Team | 8/28/2017 | Updated properties table. TIM/PDM REST details moved to Swagger document. | +| 0.10 | ODE Team | 9/1/2017 | Added BSM log file handling | +| 0.11 | ODE Team | 10/31/2017 | Updated for open-ode | +| 0.12 | ODE Team | 1/10/2018 | Updated SDC/SDW WebSockets end-point | +| 0.13 | ODE Team | 1/23/2018 | Documented changes related to schemaVersion 4 | +| 0.14 | ODE Team | 2/14/2018 | Added GZIP documentation | +| 0.15 | ODE Team | 12/18/2018 | Added rsuUsername and rsuPassword properties | +| 0.16 | ODE Team | 2/4/2019 | Removed deprecated properties. Added ode.kafkaDisabledTopics | +| 0.17 | ODE Team | 2/6/2019 | Added SDW depositor submodule instructions. Removed deprecated properties and capabilities (VSD deposit to SDC). | + + + +# 1 - Introduction + +The JPO Operational Data Environment (ODE) product is being developed +under Agile Development Methodologies, using an open architecture +approach, in an open source environment. This document describes the +preliminary architectural design of the JPO ODE and its interfaces with +external systems including the TMC applications, field devices and +center services. + +Note: This is a living document and will be updated throughout the life +of the JPO ODE project to reflect the most recent changes in the ODE +design and stakeholder feedback. All stakeholders are invited to provide +input to this document. Stakeholders may direct all input to the JPO +Product Owner at DOT, FHWA, JPO. To provide feedback, we recommend that +you create an "[issue](https://github.com/usdot-jpo-ode/jpo-ode/issues)" +in the project's GitHub repository +(). You will need a +GitHub account to create an issue. If you don't have an account, a +dialog will be presented to you to create one at no cost. + + + +# 2 - Project Overview + +An Operational Data Environment is a real-time data acquisition and +distribution software system that processes and routes data from +Connected-X devices -- including connected vehicles (CV), personal +mobile devices, infrastructure components, and sensors -- to subscribing +applications to support the operation, maintenance, and use of the +transportation system, as well as related research and development +efforts. + +The ODE is intended to complement a connected vehicle infrastructure by +brokering, processing and routing data from various data sources, +including connected vehicles, field devices, Transportation Management +Center (TMC) applications and a variety of other data users. Data users +include but not limited to transportation software applications, +Research Data Exchange (RDE), US DOT Situation Data Warehouse. + +As a data provisioning service, the ODE can provision data from +disparate data sources to software applications that have placed data +subscription requests to the ODE. On the other direction, the ODE can +accept data from CV applications and broadcast them to field devices +through Road Side Units (RSU) and US DOT Situation Data Warehouse which +in turn will transmit the data to Sirius XM satellites for delivery to +the connected vehicles in the field. + +While provisioning data from data sources to data users, the ODE also +will perform necessary security / credential checks and, as needed, data +validation and sanitization. + +- Data validation is the process of making a judgment about the + quality of the data and handling invalid data as prescribed by the + system owners. + +- Data sanitization is the modification of data as originally received + to reduce or eliminate the possibility that the data can be used to + compromise the privacy of the individual(s) that might be linked to + the data. + + + +# 3 - System Overview + +JPO ODE is an open-sourced software application that will enable the +transfer of data between field devices and backend TMC systems for +operational, monitoring, and research purposes. The system will enable +applications to submit data through a variety standard interfaces as +illustrated in the figure below. + +The mechanisms chosen for a specific deployment will depend on the +infrastructure, technical resources, and applications available to an +ODE environment. + +The JPO-ODE will be designed to support the producers and consumers of +CV data as illustrated in Figure 1 below. _The implementation timeline +for the identified interfaces will depend on the needs of the JPO ODE +customers (Wyoming CV Pilot site, initially) and the priority of these +capabilities to the JPO-ODE product owner._ + +![](images/userguide/figure1.png) + +Figure 1 - ODE System Data Producers and Consumers + + + +# 4 - Audience + +This document is intended for use by the ODE client applications. + + + +# 5 - Glossary + +| Term | Description | +| --------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| API | Application Program Interface | +| ASN.1 | Abstract Syntax Notation One (ASN.1) is a standard and notation that describes rules and structures for representing, encoding, transmitting, and decoding data in telecommunications and computer networking | +| Git | Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. | +| JDK | Java Development Kit | +| JPO | Joint Program Office | +| JRE | Java Runtime Environment | +| JVM | Java Virtual Machine | +| Kafka | Apache Kafka is publish-subscribe messaging rethought as a distributed commit log. | +| POJO | Plain Old Java Object | +| SAE | SAE International is a global association of more than 128,000 engineers and related technical experts in the aerospace, automotive and commercial-vehicle industries. | +| J2735 | This SAE Standard specifies a message set, and its data frames and data elements specifically for use by applications intended to utilize the 5.9 GHz Dedicated Short Range Communications for Wireless Access in Vehicular Environments (DSRC/WAVE, referenced in this document simply as “DSRCâ€), communications systems. (SAE International 2016) | +| SCP | Secure Copy | +| SDW | Situation Data Warehouse | +| TIM | Traveler Information Message | +| US DOT | Unites States Department of Transportation | +| WebSocket | WebSocket is designed to be implemented in web browsers and web servers, but it can be used by any client or server application. The WebSocket Protocol is an independent TCP-based protocol. Its only relationship to HTTP is that its handshake is interpreted by HTTP servers as an Upgrade request. | +| ZooKeeper | Apache ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services. | + + + +# 6 - ODE Development Environment + + + +### 6.1 - Java Development Tools + +The ODE team uses Java as the primary programming language. + +Tools: + +- Java +- Eclipse IDE +- Git +- Maven +- GitHub: + + + +### 6.2 - Java + +Install Java Development Kit (JDK) 1.8 + + + + + +### 6.3 - Eclipse IDE + +Download and install Eclipse. + + + +Configure Eclipse to use Java 1.8 JDK. Local installation of Tomcat can +integrate with Eclipse and can help with prototyping or debugging the +application. + + + +### 6.4 - Maven + +Maven is a build and dependency management tool. It is recommended that +a Maven plug-in is installed with your IDE so that your IDE is Maven +"aware". Newer versions of eclipse (Luna and later versions) comes +pre-installed with a Maven plug-in. + +Download and install Maven: + + + +### 6.5 - Git Version Control + +The ODE software is maintained and version controlled using GIT version +control system. + +Recommend clients: + +- Tortoise Git +- Source Tree +- GitHub Windows Desktop Application +- Git Extensions + +It is recommended that GIT plug-ins are installed with your IDE so that +your IDE is Git "aware". Newer versions of eclipse (Luna and later +versions) comes pre-installed with a Git plug-in. + + + +### 6.6 - Building ODE Software Artifacts + +The ODE source code is maintained in several separate Git repositories. +Instructions for obtaining and installing the following repositories can +be found in the jpo-ode/README.md document: + +| Repository | Visibility | Description | Source | +|----------------|------------|-------------------------|---------------------------------------------------| +| jpo-ode | public | Main repository | | +| jpo-s3-deposit | public | S3 depositor service | | +| jpo-cvdp | public | PII sanitization module | | +| asn1\_codec | public | ASN.1 encoder/decoder | | + + + +#### 6.6.1 - Open-Source Repository + +The ODE deployment artifact consists of one of more jar files that make +up the collection of software modules and service components. Initially, +there will be only one executable jar file (one micros service) but in +the future as the ODE functionality expands it is envisioned that +additional services be introduced in separate jar files. Each service +component jar file will be a standalone "uber-jar" that contains all +necessary dependent jar files. The jar file will be deployable to a +physical or virtual server as well as within a Docker container. + +The following components make up the JPO ODE software: + +- jpo-ode-common: this component contains all the common classes used + by other jpo-ode components. _This component is the lowest common + denominator and never depends on any other jpo-ode component._ + +- jpo-ode-core: this component contains the core functions carried out + by the jpo-ode. + +- jpo-ode-plugins: this component contains the plug-in modules. + +- jpo-ode-svcs: this component and similar future components are the + actual service components. This component is always a Spring + Framework application and implements a specific service. + +- asn1_codec: this component is a standalone module able to + subscribing to encoded ASN.1 messages and publishing decoded data. + The component is also capable of encoding and publishing them to the + ODE and other applications. This module will replace the private + repository jpo-ode-private. + + + +#### 6.6.2 - ASN.1 Java API + +The data uploaded or deposited to the ODE from the connected vehicles +(CV) and the road-side units (RSU) is encoded in ASN.1 format. In order +for the ODE to utilize the data, it must be able to decode the data from +ASN.1 format into a more generic format, in this case Plain Old Java +Objects (POJOs). ODE utilizes an open-source ASN.1 codec library +provided on GitHub at . ODE team has +built a standalone C/C++ module that uses this library to perform all +required encoding and decoding needs of the application. The module is a +submodule of ODE, also provided on GitHub: + + + + +#### 6.6.3 - Build and Deploy Procedure + +Follow the steps in jpo-ode/README.md Getting Started guide for building +and deploying the JPO-ODE services. + + + +#### 6.6.4 - ODE Application Properties + +JPO ODE configuration can be modified in a number of ways. + +1. You can specify the configuration parameters in a file named + _application.properties_ located in the same directory from which + the application is launched. + +2. You may specify properties as command line options in the form of + +```bash +--ode.propertyName=propertyValue +``` + +For example, add + +```bash +--ode.uploadLocation=myUploadFolder +``` + +3. _You may_ specify properties as system environment variables in the + form of _ode.DdsCasUsername=fred.flintstone\@stone.age._ + +Other properties not specific to the ODE can also be defined in a +similar way but without the _ode_ prefix. + +Current ODE properties and their default are defined in OdeProperties +class. The property name is the name of the OdeProperties class instance +parameter. + +The following table describes all the ODE properties currently +available. + +_Table 1 - ODE Application Properties_ + +| Name | Default Value | Required | Description | +|------------------------------------------|-----------------------------------------------------------------------------------------------|------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| ode.kafkaBrokers | $DOCKER_HOST_IP:9092 | X | List of kafka brokers and ports | +| ode.uploadLocationRoot | ./uploads | | Location of the shared directory where ODE monitors for files to ingest. | +| ode.uploadLocationObuLog | ./uploads/bsmlog | | Specific location for OBU log files with header fields to specify direction, UTC timestamp, and other metadata | +| ode.pluginsLocations | ./plugins | | Location of the jar files for ODE plugins. | +| ode.kafkaProducerType | async | | Specifies whether publishing to Kafka will be synchronous (i.e. blocking until the data has been persisted) or asynchronous (i.e. publish and forget). Valid values are: sync or async. Sync will generally be slower but more reliable, async is faster with the risk of losing data if kafka crashes during the write operation. | +| ode.ddsCasUsername | null | X | Username to be used for authentication when interfacing with Situation Data Warehouse | +| ode.ddsCasPassword | null | X | Password to be used for authentication when interfacing with Situation Data Warehouse (SDW) | +| ode.ddsCasUrl | | | URL of the US DOT security server. | +| ode.ddsWebsocketUrl | wss://webapp.cvmvp.com/whtools/websocket | | URL of the US DOT SDW WebSockets API | +| ode.sdcIp | 104.130.170.234 | | IPv4 address of SDC | +| ode.sdcPort | 46753 | | Destination port of SDC | +| ode.bsmReceiverPort | 46800 | | The UDP port that ODE will use to listen to BSM messages. | +| ode.bsmBufferSize | 500 | | Size of the buffer allocated for receiving BSM messages through UDP interface | +| ode. kafkaTopicVsdPojo | AsnVsdPojo | | The topic that contains VSDs if ode.enabledVsdKafkaTopic is enabled. | +| ode.vsdBufferSize | 500 | | Size of the buffer allocated for receiving VSD messages through UDP interface | +| ode.vsdReceiverPort | 46753 | | The UDP port that ODE will use to listen to VSD messages. | +| ode.vsdDepositorPort | 5555 | | The UDP port that ODE will use to send VSD messages to SDC for deposit. | +| ode.vsdTrustport | 5556 | | The UDP port that ODE will use to establish trust with the SDC for VSD messages. | +| ode.caCertPath | | | | +| | null | X | path/to/CaCertFile or define env variable ${ODE_CA_CERT_PATH} | +| ode.selfCertPath | null | X | path/to/selfCertFile or define env variable ${ODE_SELF_CERT_PATH} | +| ode.selfPrivateKeyReconstructionFilePath | null | X | path/to/selfPrivateKeyReconstructionFile or define env variable ${ODE_SELF_PRIVATE_KEY_RECONSTRUCTION_FILE_PATH} | +| ode.selfSigningPrivateKeyFilePath | null | X | path/to/selfSigningPrivateKeyFile or define env variable ${ODE_SELF_SIGNING_PRIVATE_KEY_FILE_PATH} | +| ode.isdBufferSize | 500 | | Size of the buffer allocated for receiving ISD messages through UDP interface | +| ode.isdReceiverPort | 46801 | | The UDP port that ODE will use to listen to ISD messages. | +| ode.isdDepositorPort | 6666 | | The UDP port that ODE will use to send ISD messages to SDC for deposit. | +| ode.isdTrustPort | 6667 | | The UDP port that ODE will use to establish trust with the SDC for ISD messages. | +| ode.dataReceiptBufferSize | null | | Size of the buffer allocated for receiving ISD receipt messages through UDP interface | +| ode.depositSanitizedBsmToSdc | false | | Enable/disable packaging of BSMs into VSDs and depositing VSDs to SDC | +| ode.serviceRespExpirationSeconds | 10 | | Number of seconds the trust manager will wait to receive service request response before timing out. | +| Kafka Topics | See Section 8.3.1.1 | | See Section 8.3.1.1 | +| ode.securitySvcsSignatureUri | null | | The URI for signing data using the jpo-security-svcs module. Normally doesn't need to be set because ODE will calculate it based on DOCKER_HOST_IP. If the service is deployed outside Docker, it should be set to of the server it's running on. If you do not want to sign the data set this property to UNSECURED. | +| ode.rsuUsername | null | If not present in JSON | The SNMP username used to authenticate with an RSU when depositing, deleting, or querying TIMs. | +| ode.rsuPassword | null | If not present in JSON | The SNMP password used to authenticate with an RSU when depositing, deleting, or querying TIMs. | +| ode.kafkaTopicsDisabled | topic.OdeBsmRxPojo, topic.OdeBsmTxPojo, topic.OdeBsmDuringEventPojo,topic.OdeTimBroadcastPojo | | List of topics to be disabled from publishing. | + + + +#### 6.6.5 - ODE Logging Properties + +ODE produces two log files: + +1. The application log file: for overall application health monitoring + +2. Events log file: for tracking and monitoring major data events such + as the flow of data files through the system + +The configuration of the loggers is done via _logback.xml_ file. The +default logback.xml is located in the _src/main/resources_ directory of +the source code as well as in the _BOOT-INF\\classes\\_ directory of the +executable jar file. To modify the default values, you can modify the +source _src/main/resources/logback.xml_ file before building the +software or place a different _logback.xml_ file with the modified +values in the working directory of the application. + + + +# 7 - ODE Features + +JPO ODE provides the following features and functions to TMC +applications: + +1. Managing SNMP Devices + +2. Logging Events + +3. IEEE 1609.2 Compliance + +4. SCMS Certificate Management + +5. Inbound BSM Distribution + +6. Inbound Probe Data Distribution + +7. Outbound Probe Device Management + +8. Outbound TIM Broadcast + +9. Inbound TIM Distribution + +10. Data Validation + +11. Data Sanitization + + + +### 7.1 - Managing SNMP Devices + +Over SNMP Protocol, the ODE can ping and assess the health of an +existing Road Side Unit to ensure the system is up and running. To +trigger a specific heartbeat call, the ODE provides two separate +interfaces to deploy a message to an RSU. + + + +##### 7.1.1 - Query Parameters + +To make a heartbeat call, a user must provide two pieces of information +to identify the device and the information the user is attempting to +capture. + +**IP Address:** The published ip address of the device. + +**SNMP OID Value:** The numeric OID of the desired information. + +_The OIDs for the RSUs are specified in the DSRC Roadside Unit (RSU) +Specifications Document v4.1. The units also respond to ISO standard +OIDs, as demonstrated in the screenshot below._ + + + +##### 7.1.2 - API Details + +To get the results from the SNMP protocol, submit a RESTful GET request +to the route listed below. + +/rsuHeartbeat?ip=\&oid=\ + +You should receive a detailed plain text response that looks like the +following example. If the device is off, a 4 second timeout will occur +and the ODE will indicate this with an \"\[ERROR\] Empty response\" +message. (This specific OID returns the amount of time since the device +was last powered on) + +\[1.3.6.1.2.1.1.3.0 = 0:05:12.59\] + + + +#### 7.1.3 - Web Based View + +An additional method way to interact with the heartbeat service is +through the existing web interface located at the root of the +application. On it, a user will see a section for RSU SNMP Query and may +enter in the same IP and OID information as the API Endpoint. + + + +#### 7.1.4 - Additional Features/ Discussion Points + +- SNMP v3 discussion needed surrounding v2, v1 support + + - V3 username/password + +- Should the responses from the application be in a standard format? + (JSON) + + + +### 7.2 - Logging Events + +ODE uses Logback logging framework to log application and data events. + + + +#### 7.2.1 - Log Levels + +1. ALL - Logger reports to all levels below + +2. DEBUG - Logger reports debug information + +3. ERROR - Logger reports error events that may still allow the + application to continue running + +4. FATAL - Logger reports fatal errors that will cause the application + to abort + +5. INFO - Logger reports informational messages + +6. OFF - Turns off the logger + +7. TRACE - Logger reports more specific debug information + +8. WARN - Logger reports application warnings + + + +#### 7.2.2 - Logging setup + +- As it stands, the current logging framework has two separate log + files. The first log file is for application output called ode.log. + Application debug information and backend service messages are + output to this file. The second log file, Events.log contains + informational messages pertaining to the services a message goes + through inside of the system. + +- The current setup of the logging framework is very minimal. It + contains four loggers and two appenders for the respective files. + The logback framework has the ability to set time based file + deletion, and rolling archive file naming. For the full list of + features visit this URL: + + + +#### 7.2.3 - Steps to turn on/off logging during application runtime. + +1. Start ode, Kafka, and Zookeeper as normal. + +2. In a new terminal window run \"jconsole\". + +3. After the dialog box comes up asking for connection, click on the + remote access button at the bottom. + +4. Input the ip address you set to be your DOCKER\_HOST\_IP:9090 (ex. + 0.0.0.0:9090). + +5. Click connect. + +6. Select insecure connection. + +7. Select the MBeans tab at the top. + +8. Expand the folder ch.qos.logback.classic until you get to Attributes + and Operations. + +9. Open the operations Tab. + +10. Select the reloadbyfilename option. + +11. In the dialog box input the name of your logging configuration file. + (Currently logback.xml) + +12. Edit logback.xml inside of the docker container for ode and modifiy + the log level for whatever logger you wish to turn off to \"OFF\". + +13. Save the file and go back to the jconsole and click the button + reloadbyfilename to submit changes. + + + +### 7.3 Inbound Data Distribution + +ODE accepts Inbound BSMs, TIMs and other data types via File Copy Data +Deposit mechanism as described in section 8.1. Note that after files are +processed by the ODE, they are moved to either the backup sub-directory +upon success, or the "failed" sub-directory upon error. The ODE is +capable of accepting log files in both raw data format as well as in +GZIP-compressed format. Compressed files are detected automatically and +processed in the same way as normal files, no special actions are needed +by the user. + +The ODE propagates received data to applications via a subscription +service provided by Kafka messaging hub. The ODE offers two Kafka +subscription formats, JSON and serialized Java objects (also referred to +as POJO). ODE uses Kryo serializer for serializing POJOs before +publishing. See section 8.3.1 for the topic names to which applications +can subscribe. + + + +#### 7.3.1 - Inbound BSM Log File Processing and Distribution + +1. bsmLogDuringEvent + 1. BSMs for event (10 seconds before, event, 10 seconds after all at 10 Hz) (purge first) + 1. Driver alert + 2. Received BSMs from remote vehicle(s), also record host vehicle BSMs + 3. If event is longer than 1-minute drop to 1 Hz for host and remove vehicles + 4. Add time to each record for all BSMs (from 1609.2 header) +2. bsmTx + 1. BSM once every 30 seconds (purge second) + 1. Add time to each record for all BSMs (from 1609.2 header) +3. rxMsg + 1. Received messages (purge third) + 1. Received BSMs from nearby OBUs are logged and deposited to the ODE via the file copy interface. + + + +#### 7.3.2 - Inbound TIM Log File Processing and Distribution + +1. rxMsg + 1. Received messages (purge third) + 1. TIMs from RSU and Satellite, message, location, method of reception (Sat/RSU) and time, only log messages within 20-mile radius and only log first time message is received +2. dnMsg + 1. DNM (purge eight) + 1. Location, time, DNM (log first unique DNM for Distressed vehicle and for each relay/received vehicle) + 2. Top priority for sending this log +3. driverAlert + 1. We have a log for driver's alerts, it will need to flag alerts that were not given because of a higher priority alert (purge ninth) + 1. Location, time, alert (FCW, TIM, not DNM) + + + +#### 7.3.3 Inbound Other Log File Processing and Distribution + +**STATUS: These log messages have not yet been implemented.** + +1. environmentMsg + 1. Environmental Log (purge seventh) + 1. Location, time, environmental log + 1. Second priority for sending this log +2. scms + 1. SCMS (purge fifth) + 1. Log connections to SCMS +3. systemLog + 1. System log (very PII sensitive, just for internal use and will have to be locked down and encrypted, may want to exclude collection of this once the pilot is working well) (purge sixth) + 1. Boot and shutdown location/time + 2. Application errors and re-starts + 3. OBU unique identifier +4. upgrades + 1. OBU upgrades (purge fourth) + 1. Log success/fail of firmware updates + 2. Log availability of firmware updates + + + +#### 7.3.4 - Inbound BSM - Text File Processing (HEX and JSON) + +HEX and JSON file processing is no longer supported + + + +### 7.4 - Probe Data Management + +ODE accepts PDM messages and other metadata parameters for broadcasting +PDM messages via the REST API interface. The ODE accepts data elements +in JSON which are then sent via SNMP to an array of Roadside Units +(RSUs) which are also specified in that same JSON string. + + + +#### 7.4.1 - PDM Broadcast Request Quick Start Guide + +To run a local test of the PDM message API, please follow these +instructions. + +1. Start the ODE. + +2. Reference the Swagger documentation located in the /docs folder of + the repo to view the specifications for the API call. If needed, + paste the YAML file into to see a rendered + webpage for the documentation. + +3. Use a web based REST tool such as Postman to send the PDM broadcast + request to the ODE. Make sure the REST request body contains the + "snmp" and "rsus" elements with valid IP addresses of the RSUs that + you intend to send the message to. + +4. The REST interface will return a response indicating the request was + executed successfully: {success: true}. If the request fails, you + will receive an error message such as:\ + +```json +{ + "timestamp": 1489415494755, + "status": 400, + "error": "Bad Request", + "exception": "us.dot.its.jpo.ode.traveler.TimMessageException", + "message": "us.dot.its.jpo.ode.traveler.TimMessageException: Empty response from RSU 127.0 .0 .1", + "path": "/tim" +} +``` + + + +### 7.5 - Outbound TIM Broadcast + +ODE accepts TIM messages and other metadata parameters for broadcasting +TIM messages via the REST API interface. The ODE accepts data elements +in JSON format from which a fully formed ASN.1 compliant J2735 +TravelerInformation message will be constructed and sent to an array of +RSUs. The RSUs must be specified in the TIM broadcast message received +by the ODE. In addition to the RSU devices, the TIM message is also +deposited to the US DOT Situation Data Warehouse (SDW) from which the +SiriusXM satellites will pull from and broadcast to vehicles that are +not within range of RSUs. SDW parameters are also specified in the TIM +REST interface. Please refer to the Swagger file documentation for +details of a TIM REST interface. + + + +#### 7.5.1 Outbound TIM to SDW Setup + +Traveler Information Messages may be distributed to RSUs, the SDW, or both by including certain objects in the JSON message sent to the `/tim` endpoint: + +- **RSU Distribution**: The /tim REST service will send the TIM messages to RSUs + if both "rsus" and "snmp" elements of the request body are defined + and valid. If either "rsus" or "snmp" are missing, the request will + not be sent to the RSUs. + +- **SDW Enablement**: /tim REST service sends the TIM messages to SDW + if the "sdw" element of the request body is defined and valid. If + "sdw" element is missing, the request will not be sent to the SDW. + +**Option 1: Websocket Interface** + +ODE **Configuration**: Update the effective application.properties file +with username and password for Webapp2/sdw. Substitute your username and +password for `` and ``, respectively. + +```bash +ode.ddsCasUsername= +ode.ddsCasPassword= +ode.depositSdwMessagesOverWebsocket=true +``` + +(OR) + +Define the following command line arguments while launching the ODE through the jpo-ode-svcs JAR: + +```bash +--ode.ddsCasUsername=, +--ode.ddsCasPassword=, +--ode.depositSdwMessagesOverWebsocket=true +``` + +(OR) + +Define the following environment variables in the environment file: + +```bash +SDW_USERNAME= +SDWPASSWORD= +ODE_DEPOSIT_SDW_MESSAGES_OVER_WEBSOCKET=true +``` + +**Note**: This option uses the ODE's built-in SDW depositor and does not +require a SDW service to be running. Therefore, jpo-sdw-depositor +service should be removed from docker-compose.yml. + +**Option 2 (Recommended): SDW Depositor Submodule** + +Depositing a TIM message to the Situation Data Warehouse can be done +using the pre-built jpo-sdw-depositor repository. To set this service +up: + +1. Follow the steps in the ODE README.md to clone and compile the SDW + depositor service. If you used the `--recurse-submodules` option to clone, it will automatically be cloned. + +2. Set the following environment variable to false OR comment it out using the \# symbol: + +``` +ode.depositSdwMessagesOverWebsocket=false +#ode.depositSdwMessagesOverWebsocket +``` + +3. Set the following environment variables in the _.env_ file: + +```bash +SDW_USERNAME=myUsername +SDW_PASSWORD=myPassword +``` + +4. Follow the rest of the ODE setup steps. The SDW depositor service + containers will be automatically created by docker-compose. + +5. Verify arrival of messages in SDW by verifying response status + messages in the logs. + + + +#### 7.5.2 - Outbound TIM to S3 Bucket Setup + +Depositing a TIM message to an S3 bucket can be done using the pre-built +jpo-s3-depositor repository. To set this service up: + +1. Follow the steps in the ODE README.md to clone and compile the S3 + depositor service. + +2. Set the following environment variables (and/or use the RDE prefixed + variables, these prefixes are for guidance only and do not + necessarily need to be a CVPEP or RDE bucket): + + - CVPEP\_TIM\_S3\_ACCESS\_KEY\_ID + + - CVPEP\_TIM\_S3\_SECRET\_ACCESS\_KEY + + - CVPEP\_TIM\_S3\_BUCKET\_NAME + + - CVPEP\_TIM\_S3\_DEPOSIT\_KEY + + - CVPEP\_TIM\_S3\_TOPIC + +3. Follow the rest of the ODE setup steps. The S3 depositor service + containers will be automatically created by docker-compose. + +4. Verify arrival of messages in S3 by visiting the AWS UI or an S3 + client application. + + + +#### 7.5.3 - TIM Broadcast Request Quick Start Guide + +To run a local test of the TIM Message API, please follow these +instructions: + +1. Start the ODE with valid ode.ddsCasUsername and ode.ddsCasPassword + in the effective application.properties file. + +2. Reference the Swagger documentation located in the /docs folder of + the repo or at to view the + specifications for the API call. + +3. Copy the curl command, run the python script, or use a web based + REST tool such as Postman to send the TIM broadcast request to the + ODE. Make sure the REST request body contains the "snmp" and "rsus" + elements with valid IP addresses of the RSUs that you intend to send + the message to as well as the required SDW parameters. + +4. The REST interface will return a response indicating the deposit + success ("success":"true") or failure ("success":"false") for each + RSU and the SDW deposit: + +```json +{ + "rsu_responses": [{ + "target": "192.168.1.100", + "success": "true", + "message": "Success." + }], + "dds_deposit": { + "success": "true" + } +} +``` + + + +### 7.6 Privacy Protection Module (PPM) + +PPM is a separate repository within the GitHub +[usdot-jpo-ode](https://github.com/usdot-jpo-ode) organization. ODE +interfaces with the PPM module via Kafka messaging hub. Please refer to +the GitHub repository for +details. For instructions about configuration and integration of the PPM +with ODE, please refer to the ODE README file at the root of the GitHub +page . + + + +### 7.7 - Data validation + +TBD + + + +### 7.8 - String S3 Depositor + +The ODE has the capability to deposit any string messages to any S3 +buckets using the application in the jpo-s3-depositor repository. To +obtain and build this service, follow the instructions in the ODE +README.md document. Once downloaded and compiled, all the user must do +is set the relevant environment variables, the rest is managed +automatically by docker-compose. + +Four example S3 depositor configurations are provided in the +docker-compose.yml file in the root of the jpo-ode directory, a BSM and +TIM depositor for both CVPEP and RDE: cvpep\_bsm\_s3dep, +rde\_bsm\_s3dep, cvpep\_tim\_s3dep, and rde\_tim\_s3dep. These example +templates are provided for convenience and guidance but may be +removed/commented out by adding a \# symbol to the front of each line, +or copied to create new a new S3 depositor. + + + +### 7.9 - Security Services Module + +ODE integrates with the +[jpo-security-svcs](https://github.com/usdot-jpo-ode/jpo-security-svcs) +(JSS) module for performing message signing, verification, encryption +and decryption. ODE sends TIM messages to JSS module to be signed before +broadcasting the message to RSUs and SDW. No new configuration +properties need to be set if the module and ODE run in Docker containers +on the same server. However, if they are running o different host +machines the property _ode.securitySvcsSignatureUri_ must be set to +point to the JSS domain name or IP:Port number. The JSS module must, +however, be configured with the DNS name or IP:Port of the Green Hills +HSM security service URI. This property can be defined using the +environment variable _SEC\_CRYPTO\_SERVICE\_BASE\_URI_. It must be set +to [http://ip:port](http://ip:port) of the Green Hills appliance. If you +do not want to sign the data set +_SEC\_CRYPTO\_SERVICE\_BASE\_URI=UNSECURED_ + + + +# 8 - Appendix A: ODE Interface Specification + +Field devices and TMC applications interface with the ODE for both +sending and receiving data to and from the ODE + +Ode provides two methods of accepting data from field devices: + +- File copy: described in section 7.1 + +- RESTful API: upload described in section 7.2 + +ODE provides several methods for the TMC applications (or any ODE client +application) to send and receive data to and from the ODE + +- RESTful API: upload described in section 7.2 + +- Streaming API: described in section 7.3. + +All of the above interfaces can be secured using SSL encryption. + + + +### 8.1 - File Copy Data Deposit + +The File copy method is achieved by providing a configurable location on +a shared file system where field devices will be able to deposit their +data files and log files for processing. The upload location is +specified by the application properties +ode.uploadLocationRoot/ode.uploadLocationObuLog. If not specified, +default locations would be uploads/obulog sub-directory off of the +location where ODE is launched. ODE creates the specified directories if +they do not exist. + +Once the ODE processes the received file, it moves it to the +"ode.uploadLocationRoot/backup" sub-directory. The backed-up file is +renamed with a timestamp in milliseconds. If the ODE fails to process a +file, it instead moves the file to the "ode.uploadLocationRoot/failed" +sub-directory. + +The files copied to "ode.uploadLocationObuLog" are treated as binary +data of variable length records conforming to the specification in +"data/wydotLogRecords.h" file. No header information is expected to +precede each record. As mentioned in section 7.3, the ODE is also +capable of accepting individual files compressed with GZIP. Note that +while the ODE will automatically detect and process GZIP files, it is +not capable of importing GZIP-TAR archives containing multiple files. + +| Field Name | Field Length (bytes) | Description | +|--------------------|----------------------|----------------------------------------------------------------------------------------| +| logRecordType | 1 | Represents the type of log record as defined below:
typedef enum _logRecordType {
DN_MSG = 0,
ENVIRONMENT_MSG = 1,
DRIVER_ALERT = 2,
UPGRADES = 3,
SYSTEM_LOG = 4,
RX_MSG = 5,
SCMS = 6,
BSM_TX = 7,
BSM_RX = 8
} logRecordType; | +| direction | 1 | Represents the source of the BSM. 0 for EV(Tx), 1 for RV(Rx) | +| utctimeInSec | 4 | UTC time in seconds from Epoc 1/1/1970 | +| mSec | 2 | milliseconds part of UTC time | +| verificationStatus | 1 | contains a SecurtyStatusCode as defined below:
typedef enum _securityResultCode { /* from dot3 */
success = 0,
inconsistentInputParameters = 2,
spduParsingInvalidInput = 3,
spduParsingUnsupportedCriticalInformationField = 4,
spduParsingCertificateNotFound = 5,
spduParsingGenerationTimeNotAvailable = 6,
spduParsingGenerationLocationNotAvailable = 7,
spduCertificateChainNotEnoughInformationToConstructChain = 8,
spduCertificateChainChainEndedAtUntrustedRoot = 9,
spduCertificateChainChainWasTooLongForImplementation = 10,
spduCertificateChainCertificateRevoked = 11,
spduCertificateChainOverdueCRL = 12,
spduCertificateChainInconsistentExpiryTimes = 13,
spduCertificateChainInconsistentStartTimes = 14,
spduCertificateChainInconsistentChainPermissions = 15,
spduCryptoVerificationFailure = 16,
spduConsistencyFutureCertificateAtGenerationTime = 17,
spduConsistencyExpiredCertificateAtGenerationTime = 18,
spduConsistencyExpiryDateTooEarly = 19,
spduConsistencyExpiryDateTooLate = 20,
spduConsistencyGenerationLocationOutsideValidityRegion = 21,
spduConsistencyNoGenerationLocation = 22,
spduConsistencyUnauthorizedPSID = 23,
spduInternalConsistencyExpiryTimeBeforeGenerationTime = 24,
spduInternalConsistencyextDataHashDoesntMatch = 25,
spduInternalConsistencynoExtDataHashProvided = 26,
spduInternalConsistencynoExtDataHashPresent = 27,
spduLocalConsistencyPSIDsDontMatch = 28,
spduLocalConsistencyChainWasTooLongForSDEE = 29,
spduRelevanceGenerationTimeTooFarInPast = 30,
spduRelevanceGenerationTimeTooFarInFuture = 31,
spduRelevanceExpiryTimeInPast = 32,
spduRelevanceGenerationLocationTooDistant = 33,
spduRelevanceReplayedSpdu = 34,
spduCertificateExpired = 35
} securityResultCode; | +| curLocation | location | The location and speed of the vehicle receiving and reporting the event. | +| | | /* below elements units are as per SAE-2735 */ typedef struct _location {
uint32_t latitude;
uint32_t longitude;
uint32_t elevation;
uint16_t speed;
uint16_t heading;
} __attribute__((__packed__)) location; | +| rxFrom | rxSource | The source of the message received: typedef enum _rxSource {
RSU = 0,
SAT, //XM satelite
RV, /* for BSM rx */
SNMP /* for SRM payload from backend/ODE*/
} rxSource; | +| latitude | 4 | The latitude of the vehicle receiving and reporting the event. | +| longitude | 4 | The longitude of the vehicle receiving and reporting the event. | +| elevation | 4 | The elevation of the vehicle receiving and reporting the event. | +| speed | 2 | The speed of the vehicle receiving and reporting the event. | +| heading | 2 | The heading of the vehicle receiving and reporting the event. | +| length | 2 | Length of data contained in the following payload | +| payload | 2302 | RAW encoded data in 1609.2 format containing a MessageFrame header plus BSM or raw BSM | + +ODE will use utctimeInSec plus mSec fields to populate the generatedAt +field of the output messages if and only if the payload is not signed +with a valid signature. If the payload contains a valid 1609.2 +signature, the generationTime from 1609.2 header will be used. + +
+ +#### 8.1.1 - Messages and Alerts + +This interface uses the file system to copy a file from source to +destination. As a result, the messages and alerts generated by the copy +command are platform dependent. The following table describes a sample +set of exit codes returned by scp command but they may differ from the +system on which ODE is deployed and running. + +Table 1 - SCP Return Codes + +| 0 | Operation was successful | +|----|------------------------------------------------| +| 1 | General error in file copy | +| 2 | Destination is not directory, but it should be | +| 3 | Maximum symlink level exceeded | +| 4 | Connecting to host failed. | +| 5 | Connection broken | +| 6 | File does not exist | +| 7 | No permission to access file. | +| 8 | General error in sftp protocol | +| 9 | File transfer protocol mismatch | +| 10 | No file matches a given criteria | +| 65 | Host not allowed to connect | +| 66 | General error in ssh protocol | +| 67 | Key exchange failed | +| 68 | Reserved | +| 69 | MAC error | +| 70 | Compression error | +| 71 | Service not available | +| 72 | Protocol version not supported | +| 73 | Host key not verifiable | +| 74 | Connection failed | +| 75 | Disconnected by application | +| 76 | Too many connections | +| 77 | Authentication cancelled by user | +| 78 | No more authentication methods available | +| 79 | Invalid user name | + +Table 2 - File Copy Data Deposit Messages and Alerts + +| Message or Alert | Communication Method | Description | Criteria | +|----------------------------------------------------------------------------------|----------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| See Table 1 - SCP Return Codes for “copy†function Messages and Alerts | Command exit code | See Table 1 - SCP Return Codes for "copy" function Messages and Alerts | Platform Dependent | +| Post-copy: “IMPORTER - Failed to open or process file: {}†FileNotFoundException | Application log file | When a data file is copied into one of the ODE upload folders, ODE will try to open the file and process its content. This error message is logged when ODE fails to open the file due to file not being present. | If the file does not exist when ODE starts to process it or for some other reason cannot be opened for reading, this message is logged in the application log file. | +| “IMPORTER - Failed to open or process file: {}†SecurityException | Application log file | When a data file is copied into one of the ODE upload folders, ODE will try to open the file and process its content. This error message is logged when ODE fails to read the file due to lack of Java security privileges. | If a security manager exists and its checkRead method denies read access to the file, a message will be logged to the application log file.†| +| “IMPORTER - Failed to open or process file: {}†Error decoding data. | Application log file | When a data file is copied into one of the ODE upload folders, ODE will try to open the file and process its content. This error message is logged when ODE fails to decode the data from ASN.1 format. | If the message is not encoded to the expected ASN.1 encoding, ODE will raise this error to indicate failure to decode the data. | + + + +### 8.2 - ODE REST API + +ODE exposes a RESTful API for use by clients for security, +administrative and data functions. Standard HTTP/HTTPS verbs such as +GET, POST, PUT, DELETE, etc., will be deployed for various functions. + +1. host: ip:port +2. root context path: ode/api/rest +3. protocols: + - http + - https + +The REST API is documented using Swagger and can be found at + - this document is also located in +the repository at docs/ODESwagger.yml. + +![](images/userguide/figure3.png) + +Figure 3 - ODE REST API Editor Tool + + + +#### 8.2.1 - Upload BSM File + +ODE provides a REST API interface to upload a file to the ODE. Refer to +[ODE REST API](https://usdot-jpo-ode.github.io/) online documentation +() for details. + + + +#### 8.2.2 - Traveler Information Message (TIM) Interface + +Refer to the +[ODESwagger.yaml](https://github.com/usdot-jpo-ode/jpo-ode/blob/develop/docs/ODESwagger.yaml) +for details of the TIM interface. + + + +#### 8.2.3 - Probe Data Management Messages (PDM) Interface + +Refer to the +[ODESwagger.yaml](https://github.com/usdot-jpo-ode/jpo-ode/blob/develop/docs/ODESwagger.yaml) +for details of the PDM interface. + + + +### 8.3 - ODE Streaming API + +ODE client applications will be able to subscribe to data streams via +two distinct but dependent interfaces. + +1. Clients may interface directly or through proxies with Kafka brokers + to subscribe to a well-known topics. See section 7.3.1 for details. + +2. Clients may Interface directly with ODE through ODE provided + WebSocket interface as defined by RFC 6455 + ( ). See section 7.3.2 for + details. + + + +#### 8.3.1 - Direct Kafka Interface + +To interface with Kafka directly, the client needs to know the list of +available Kafka brokers and the name of the topic that will contain the +data. The client application may use any of the following methods to +access Kafka topics: + +- Native Kafka API (C, Java, Python, etc.) + +- Kafka API RESTful Proxy such as: + + +- Kafka API WebSocket Proxy such as: + + +A sample Java client will be available in the ODE source repository +under jpo-ode-consumer-example project. + +**Kafka Publish/Subscribe Topics** + +For a complete list and description of ODE publish/subscribe topics, +refer to [ODE Output Schema Reference Document](#references). (Booz +Allen Hamilton 2018) + + + +#### 8.3.2 - ODE Output Schema Reference + +Full details of ODE streaming interface schemas are provided in the [ODE +Output Schema Reference Document](#references). (Booz Allen Hamilton +2018) + + + +# 9 - References + +- Booz Allen Hamilton. 2018. "ODE Output Schema Reference." +- SAE International. 2016. 03 30. diff --git a/docs/WYDOT.md b/docs/WYDOT.md index 981ab021c..175dd7cab 100644 --- a/docs/WYDOT.md +++ b/docs/WYDOT.md @@ -1,17 +1,17 @@ -#WYDOT Documentation - -This project is currently working with the Wyoming Department of Transportation (WYDOT) as one of the Connected Vehicle (CV) Pilot sites -to showcase the value of and spur the adoption of CV Technology in the United States. - -As one of the three selected pilots, WYDOT is focusing on improving safety and mobility by creating new ways to communicate road and travel information to commercial truck drivers and fleet managers along the 402 miles of Interstate 80 (I-80 henceforth) in the State. For the pilot project, WYDOT will work in a planning phase through September 2016. The deployment process will happen in the second phase (ending in September 2017) followed by an 18-month demonstration period in the third phase (starting in October 2017). - -## Project Goals -The current project goals for the ODE have been developed specifically for the use case of WYDOT. Additional capabilities and system functions are planned for later releases. - -- **Collect CV Data:** Connected vehicle data from field may be collected from vehicle OBUs directly or through RSUs. Data collected include Basic Safety Messages Part I and Part 2, Event Logs and other probe data (weather sensors, etc.). These messages are ingested into the operational data environment (ODE) where the data is then further channeled to other subsystems. -- **Support Data Brokerage:** The WYDOT Data Broker is a sub-system that is responsible for interfacing with various WYDOT Transportation Management Center (TMC) systems gathering information on current traffic conditions, incidents, construction, operator actions and road conditions. The data broker then distributes information from PikAlert, the ODE and the WYDOT -interfaces based on business rules. The data broker develops a traveler information message (TIM) for segments on I-80, and provide event or condition information back to the WYDOT interfaces -- **Distribute traveler information messages (TIM):** The data broker distributes the TIM message to the operational data environment (ODE) which will then communicate the message back to the OBUs, RSUs and the situational data warehouse (SDW) -- **Store data:** Data generated by the system (both from the field and the back-office sub-systems) -are stored in the WYDOT data warehouse. - +#WYDOT Documentation + +This project is currently working with the Wyoming Department of Transportation (WYDOT) as one of the Connected Vehicle (CV) Pilot sites +to showcase the value of and spur the adoption of CV Technology in the United States. + +As one of the three selected pilots, WYDOT is focusing on improving safety and mobility by creating new ways to communicate road and travel information to commercial truck drivers and fleet managers along the 402 miles of Interstate 80 (I-80 henceforth) in the State. For the pilot project, WYDOT will work in a planning phase through September 2016. The deployment process will happen in the second phase (ending in September 2017) followed by an 18-month demonstration period in the third phase (starting in October 2017). + +## Project Goals +The current project goals for the ODE have been developed specifically for the use case of WYDOT. Additional capabilities and system functions are planned for later releases. + +- **Collect CV Data:** Connected vehicle data from field may be collected from vehicle OBUs directly or through RSUs. Data collected include Basic Safety Messages Part I and Part 2, Event Logs and other probe data (weather sensors, etc.). These messages are ingested into the operational data environment (ODE) where the data is then further channeled to other subsystems. +- **Support Data Brokerage:** The WYDOT Data Broker is a sub-system that is responsible for interfacing with various WYDOT Transportation Management Center (TMC) systems gathering information on current traffic conditions, incidents, construction, operator actions and road conditions. The data broker then distributes information from PikAlert, the ODE and the WYDOT +interfaces based on business rules. The data broker develops a traveler information message (TIM) for segments on I-80, and provide event or condition information back to the WYDOT interfaces +- **Distribute traveler information messages (TIM):** The data broker distributes the TIM message to the operational data environment (ODE) which will then communicate the message back to the OBUs, RSUs and the situational data warehouse (SDW) +- **Store data:** Data generated by the system (both from the field and the back-office sub-systems) +are stored in the WYDOT data warehouse. + diff --git a/docs/coding_standards.md b/docs/coding_standards.md index 67b1338ae..c775fc1be 100644 --- a/docs/coding_standards.md +++ b/docs/coding_standards.md @@ -1,88 +1,88 @@ - -# Coding Standards - -[**https://dzone.com/articles/java-code-review-checklist**](https://webmail.bah.com/owa/redir.aspx?REF=ZhArHW04o5Lor_RX2IzYf8QasYy5Ise3e9Otxtmbzud9Pr3PH1DUCAFodHRwczovL2R6b25lLmNvbS9hcnRpY2xlcy9qYXZhLWNvZGUtcmV2aWV3LWNoZWNrbGlzdA..) - -## Clean Code - -|Checklist Item |Category| -|--------------------------------------------|--------| -|Use Intention-Revealing Names |Meaningful Names| -|Pick one word per concept |Meaningful Names| -|Use Solution/Problem Domain Names |Meaningful Names| -|Classes should be small! |Classes| -|Functions should be small! |Functions| -|Do one Thing |Functions| -|Don't Repeat Yourself (Avoid Duplication) |Functions| -|Explain yourself in code |Comments| -|Make sure the code formatting is applied |Formatting| -|Use Exceptions rather than Return codes |Exceptions| -|Don't return Null |Exceptions| - -## Security - - |Checklist Item |Category| - |-----------------------------------------------------------------------------------------------------------|--------| - |Make class final if not being used for inheritance |Fundamentals| - |Avoid duplication of code |Fundamentals| - |Restrict privileges: Application to run with the least privilege mode required for functioning |Fundamentals| - |Minimize the accessibility of classes and members |Fundamentals| - |Document security related information |Fundamentals| - |Input into a system should be checked for valid data size and range |Denial of Service| - |Avoid excessive logs for unusual behavior |Denial of Service| - |Release resources (Streams, Connections, etc) in all cases |Denial of Service| - |Purge sensitive information from exceptions (exposing file path, internals of the system, configuration) |Confidential Information| - |Do not log highly sensitive information |Confidential Information| - |Consider purging highly sensitive from memory after use |Confidential Information| - |Avoid dynamic SQL, use prepared statement |Injection Inclusion| - |Limit the accessibility of packages,classes, interfaces, methods, and fields |Accessibility Extensibility| - |Limit the extensibility of classes and methods (by making it final) |Accessibility Extensibility| - |Validate inputs (for valid data, size, range, boundary conditions, etc) |Input Validation| - |Validate output from untrusted objects as input |Input Validation| - |Define wrappers around native methods (not declare a native method public) |Input Validation| - |Treat output from untrusted object as input |Mutability| - |Make public static fields final (to avoid caller changing the value) |Mutability| - |Avoid exposing constructors of sensitive classes |Object Construction| - |Avoid serialization for security-sensitive classes |Serialization Deserialization| - |Guard sensitive data during serialization |Serialization Deserialization| - |Be careful caching results of potentially privileged operations |Serialization Deserialization| - |Only use JNI when necessary |Access Control| - -## Performance - - |Checklist Item |Category | - |-------------------------------------------------|-------------------------------| - |Avoid excessive synchronization |Concurrency | - |Keep Synchronized Sections Small |Concurrency | - |Beware the performance of string concatenation |General Programming | - |Avoid creating unnecessary objects |Creating and Destroying Objects| - -## General - - |Category |Checklist Item| - |-------------------------------------------------------------------------------------------------|--------------| - |Use checked exceptions for recoverable conditions and runtime exceptions for programming errors |Exceptions| - |Favor the use of standard exceptions |Exceptions| - |Don't ignore exceptions |Exceptions| - |Check parameters for validity |Methods| - |Return empty arrays or collections, not nulls |Methods| - |Minimize the accessibility of classes and members |Classes and Interfaces| - |In public classes, use accessor methods, not public fields |Classes and Interfaces| - |Minimize the scope of local variables |General Programming| - |Refer to objects by their interfaces |General Programming| - |Adhere to generally accepted naming conventions |General Programming| - |Avoid finalizers |Creating and Destroying Objects| - |Always override hashCode when you override equals |General Programming| - |Always override toString |General Programming| - |Use enums instead of int constants |Enums and Annotations| - |Use marker interfaces to define types |Enums and Annotations| - |Synchronize access to shared mutable data |Concurrency| - |Prefer executors to tasks and threads |Concurrency| - |Document thread safety |Concurrency| - |Valid JUnit / JBehave test cases exist |Testing| - -## Static Code Analysis - -|Category|Checklist Item| -|--------|--------------| -|Check static code analyzer report for the classes added/modified|Static Code Analysis| + +# Coding Standards + +[**https://dzone.com/articles/java-code-review-checklist**](https://webmail.bah.com/owa/redir.aspx?REF=ZhArHW04o5Lor_RX2IzYf8QasYy5Ise3e9Otxtmbzud9Pr3PH1DUCAFodHRwczovL2R6b25lLmNvbS9hcnRpY2xlcy9qYXZhLWNvZGUtcmV2aWV3LWNoZWNrbGlzdA..) + +## Clean Code + +|Checklist Item |Category| +|--------------------------------------------|--------| +|Use Intention-Revealing Names |Meaningful Names| +|Pick one word per concept |Meaningful Names| +|Use Solution/Problem Domain Names |Meaningful Names| +|Classes should be small! |Classes| +|Functions should be small! |Functions| +|Do one Thing |Functions| +|Don't Repeat Yourself (Avoid Duplication) |Functions| +|Explain yourself in code |Comments| +|Make sure the code formatting is applied |Formatting| +|Use Exceptions rather than Return codes |Exceptions| +|Don't return Null |Exceptions| + +## Security + + |Checklist Item |Category| + |-----------------------------------------------------------------------------------------------------------|--------| + |Make class final if not being used for inheritance |Fundamentals| + |Avoid duplication of code |Fundamentals| + |Restrict privileges: Application to run with the least privilege mode required for functioning |Fundamentals| + |Minimize the accessibility of classes and members |Fundamentals| + |Document security related information |Fundamentals| + |Input into a system should be checked for valid data size and range |Denial of Service| + |Avoid excessive logs for unusual behavior |Denial of Service| + |Release resources (Streams, Connections, etc) in all cases |Denial of Service| + |Purge sensitive information from exceptions (exposing file path, internals of the system, configuration) |Confidential Information| + |Do not log highly sensitive information |Confidential Information| + |Consider purging highly sensitive from memory after use |Confidential Information| + |Avoid dynamic SQL, use prepared statement |Injection Inclusion| + |Limit the accessibility of packages,classes, interfaces, methods, and fields |Accessibility Extensibility| + |Limit the extensibility of classes and methods (by making it final) |Accessibility Extensibility| + |Validate inputs (for valid data, size, range, boundary conditions, etc) |Input Validation| + |Validate output from untrusted objects as input |Input Validation| + |Define wrappers around native methods (not declare a native method public) |Input Validation| + |Treat output from untrusted object as input |Mutability| + |Make public static fields final (to avoid caller changing the value) |Mutability| + |Avoid exposing constructors of sensitive classes |Object Construction| + |Avoid serialization for security-sensitive classes |Serialization Deserialization| + |Guard sensitive data during serialization |Serialization Deserialization| + |Be careful caching results of potentially privileged operations |Serialization Deserialization| + |Only use JNI when necessary |Access Control| + +## Performance + + |Checklist Item |Category | + |-------------------------------------------------|-------------------------------| + |Avoid excessive synchronization |Concurrency | + |Keep Synchronized Sections Small |Concurrency | + |Beware the performance of string concatenation |General Programming | + |Avoid creating unnecessary objects |Creating and Destroying Objects| + +## General + + |Category |Checklist Item| + |-------------------------------------------------------------------------------------------------|--------------| + |Use checked exceptions for recoverable conditions and runtime exceptions for programming errors |Exceptions| + |Favor the use of standard exceptions |Exceptions| + |Don't ignore exceptions |Exceptions| + |Check parameters for validity |Methods| + |Return empty arrays or collections, not nulls |Methods| + |Minimize the accessibility of classes and members |Classes and Interfaces| + |In public classes, use accessor methods, not public fields |Classes and Interfaces| + |Minimize the scope of local variables |General Programming| + |Refer to objects by their interfaces |General Programming| + |Adhere to generally accepted naming conventions |General Programming| + |Avoid finalizers |Creating and Destroying Objects| + |Always override hashCode when you override equals |General Programming| + |Always override toString |General Programming| + |Use enums instead of int constants |Enums and Annotations| + |Use marker interfaces to define types |Enums and Annotations| + |Synchronize access to shared mutable data |Concurrency| + |Prefer executors to tasks and threads |Concurrency| + |Document thread safety |Concurrency| + |Valid JUnit / JBehave test cases exist |Testing| + +## Static Code Analysis + +|Category|Checklist Item| +|--------|--------------| +|Check static code analyzer report for the classes added/modified|Static Code Analysis| diff --git a/docs/contributing_guide.md b/docs/contributing_guide.md index a2cf60505..85eeef800 100644 --- a/docs/contributing_guide.md +++ b/docs/contributing_guide.md @@ -1,86 +1,86 @@ - -# Contributing Guide - -Welcome to the JPO ODE contributing guide. Please read this guide to learn about our development process, how to propose pull requests and improvements, and how to build and test your changes to this project. - - -## Open source license - -By contributing to the US Department of Transportation Joint Program office (JPO) Operational Data Environment (ODE), you agree that your contributions will be licensed under its Apache License 2.0 license. - -## Style Guide - -[Code Standards](https://usdotjpoode.atlassian.net/wiki/spaces/ODTD/pages/8234945/Code+Standards) - - -## Miscellaneous Documentation - -[JPO-ODE GitHub page](https://github.com/usdot-jpo-ode/jpo-ode) - -[Confluence Wiki](https://usdotjpoode.atlassian.net/wiki/) - -[ODE Architecture](https://github.com/usdot-jpo-ode/jpo-ode/blob/develop/docs/JPO%20ODE%20Architecture.docx) - -[ODE User Guide](https://github.com/usdot-jpo-ode/jpo-ode/blob/develop/docs/JPO_ODE_UserGuide.docx) - -[ODE REST API Guide](usdot-jpo-ode.github.io) - -[ODE Smoke Tests](https://github.com/usdot-jpo-ode/jpo-ode/wiki/JPO-ODE-QA-Documents) - -## Tools - -### Issue tracker -Contributors will utilize Github's issue tracking system to record and manage issues that are reported by users of the ODE in the field. These may include performance requests, found bugs, and new requests. The follow operating procedure highlights how the ODE development team will address and respond to reported issues. - -Issue Repository: [https://github.com/usdot-jpo-ode/jpo-ode/issues](https://github.com/usdot-jpo-ode/jpo-ode/issues) - -### Pull requests - -[JPO-ODE GitHub Pull Request Page](https://github.com/usdot-jpo-ode/jpo-ode/pulls) - -All software development teams, regardless of being a member of the repository or external contributor, are required to submit their changes in a Pull Request (PR). The `master` branch is protected against direct commits. All commits to `master` branch would have to be processed through a PR. Changes must be committed to a separate branch, pushed to GitHub and PR created to merge the branch to `master`. The `dev` branch has been set aside for daily updates and will contain the latest commits but does not necessarily contain a `stable` build. The `dev` branch is work in progress until the changes have been reviewed in a PR and approve, at which point, the branch can be merged to `master`. - -All pull requests will be reviewed by the JPO-ODE team. The team member will either request for additional details, merge it to the baseline, request changes to it, or close it with an explanation. For major changes, the reviewer may require additional support from the team, which could cause some delay. We'll do our best to provide updates and feedback throughout the process. Feel free to open pull requests, and the ODE team will provide feedback. -**Before submitting a pull request**, please make sure the following is done: - - 1. External contributors must first fork the repository in their own personal or organization. - 2. All contributors must create a branch from `master`, `dev` or any other branch desired. - 3. If you've added code that should be tested, add tests! - 4. Ensure the tests pass. Our target is 90% coverage - 5. Update the documentation. - - User QA procedures are documented within the Github Wiki - - Architecture and user guide documentation should be included in the word document under the `docs/` folder - - Please contact the ODE with qny questions - 6. Format your code as outlined in the style guide - -## Contributor Covenant Code of Conduct -### Our Pledge -In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation. - -### Our Standards -Examples of behavior that contributes to creating a positive environment include: - - - Using welcoming and inclusive language - - Being respectful of differing viewpoints and experiences - - Gracefully accepting constructive criticism - - Focusing on what is best for the community - - Showing empathy towards other community members - -Examples of unacceptable behavior by participants include: - - - The use of sexualized language or imagery and unwelcome sexual attention or advances - - Trolling, insulting/derogatory comments, and personal or political attacks - - Public or private harassment - - Publishing others' private information, such as a physical or electronic address, without explicit permission - - Other conduct which could reasonably be considered inappropriate in a professional setting - -### Our Responsibilities -Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior. -Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful. - -### Scope -This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers. -Enforcement - -Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at Ariel.Gold@dot.gov. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. -Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership. + +# Contributing Guide + +Welcome to the JPO ODE contributing guide. Please read this guide to learn about our development process, how to propose pull requests and improvements, and how to build and test your changes to this project. + + +## Open source license + +By contributing to the US Department of Transportation Joint Program office (JPO) Operational Data Environment (ODE), you agree that your contributions will be licensed under its Apache License 2.0 license. + +## Style Guide + +[Code Standards](https://usdotjpoode.atlassian.net/wiki/spaces/ODTD/pages/8234945/Code+Standards) + + +## Miscellaneous Documentation + +[JPO-ODE GitHub page](https://github.com/usdot-jpo-ode/jpo-ode) + +[Confluence Wiki](https://usdotjpoode.atlassian.net/wiki/) + +[ODE Architecture](https://github.com/usdot-jpo-ode/jpo-ode/blob/develop/docs/JPO%20ODE%20Architecture.docx) + +[ODE User Guide](https://github.com/usdot-jpo-ode/jpo-ode/blob/develop/docs/JPO_ODE_UserGuide.docx) + +[ODE REST API Guide](usdot-jpo-ode.github.io) + +[ODE Smoke Tests](https://github.com/usdot-jpo-ode/jpo-ode/wiki/JPO-ODE-QA-Documents) + +## Tools + +### Issue tracker +Contributors will utilize Github's issue tracking system to record and manage issues that are reported by users of the ODE in the field. These may include performance requests, found bugs, and new requests. The follow operating procedure highlights how the ODE development team will address and respond to reported issues. + +Issue Repository: [https://github.com/usdot-jpo-ode/jpo-ode/issues](https://github.com/usdot-jpo-ode/jpo-ode/issues) + +### Pull requests + +[JPO-ODE GitHub Pull Request Page](https://github.com/usdot-jpo-ode/jpo-ode/pulls) + +All software development teams, regardless of being a member of the repository or external contributor, are required to submit their changes in a Pull Request (PR). The `master` branch is protected against direct commits. All commits to `master` branch would have to be processed through a PR. Changes must be committed to a separate branch, pushed to GitHub and PR created to merge the branch to `master`. The `dev` branch has been set aside for daily updates and will contain the latest commits but does not necessarily contain a `stable` build. The `dev` branch is work in progress until the changes have been reviewed in a PR and approve, at which point, the branch can be merged to `master`. + +All pull requests will be reviewed by the JPO-ODE team. The team member will either request for additional details, merge it to the baseline, request changes to it, or close it with an explanation. For major changes, the reviewer may require additional support from the team, which could cause some delay. We'll do our best to provide updates and feedback throughout the process. Feel free to open pull requests, and the ODE team will provide feedback. +**Before submitting a pull request**, please make sure the following is done: + + 1. External contributors must first fork the repository in their own personal or organization. + 2. All contributors must create a branch from `master`, `dev` or any other branch desired. + 3. If you've added code that should be tested, add tests! + 4. Ensure the tests pass. Our target is 90% coverage + 5. Update the documentation. + - User QA procedures are documented within the Github Wiki + - Architecture and user guide documentation should be included in the word document under the `docs/` folder + - Please contact the ODE with qny questions + 6. Format your code as outlined in the style guide + +## Contributor Covenant Code of Conduct +### Our Pledge +In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation. + +### Our Standards +Examples of behavior that contributes to creating a positive environment include: + + - Using welcoming and inclusive language + - Being respectful of differing viewpoints and experiences + - Gracefully accepting constructive criticism + - Focusing on what is best for the community + - Showing empathy towards other community members + +Examples of unacceptable behavior by participants include: + + - The use of sexualized language or imagery and unwelcome sexual attention or advances + - Trolling, insulting/derogatory comments, and personal or political attacks + - Public or private harassment + - Publishing others' private information, such as a physical or electronic address, without explicit permission + - Other conduct which could reasonably be considered inappropriate in a professional setting + +### Our Responsibilities +Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior. +Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful. + +### Scope +This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers. +Enforcement + +Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at Ariel.Gold@dot.gov. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. +Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership. diff --git a/docs/index.html b/docs/index.html index 096721aee..8865b9503 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,6035 +1,6035 @@ - - - - - ODE REST API - - - - - - - - - - - - - - - - - -
-
- -
-
-
-

ODE REST API

-
-
-
- -
-
-

LogFile

-
-
-
-

uploadObulog

-

File upload interface

-
-
-
-

-

Uploads an OBU log file to ODE upload folder to be processed and propaged

-

-
-
/upload/obulog
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X POST "https://yourhostname/upload/obulog"
-
-
-
import io.swagger.client.*;
-import io.swagger.client.auth.*;
-import io.swagger.client.model.*;
-import io.swagger.client.api.LogFileApi;
-
-import java.io.File;
-import java.util.*;
-
-public class LogFileApiExample {
-
-    public static void main(String[] args) {
-        
-        LogFileApi apiInstance = new LogFileApi();
-        File file = /path/to/file.txt; // File | The file to upload.
-        try {
-            array[Status] result = apiInstance.uploadObulog(file);
-            System.out.println(result);
-        } catch (ApiException e) {
-            System.err.println("Exception when calling LogFileApi#uploadObulog");
-            e.printStackTrace();
-        }
-    }
-}
-
- -
-
import io.swagger.client.api.LogFileApi;
-
-public class LogFileApiExample {
-
-    public static void main(String[] args) {
-        LogFileApi apiInstance = new LogFileApi();
-        File file = /path/to/file.txt; // File | The file to upload.
-        try {
-            array[Status] result = apiInstance.uploadObulog(file);
-            System.out.println(result);
-        } catch (ApiException e) {
-            System.err.println("Exception when calling LogFileApi#uploadObulog");
-            e.printStackTrace();
-        }
-    }
-}
-
- -
-
File *file = /path/to/file.txt; // The file to upload. (optional)
-
-LogFileApi *apiInstance = [[LogFileApi alloc] init];
-
-// File upload interface
-[apiInstance uploadObulogWith:file
-              completionHandler: ^(array[Status] output, NSError* error) {
-                            if (output) {
-                                NSLog(@"%@", output);
-                            }
-                            if (error) {
-                                NSLog(@"Error: %@", error);
-                            }
-                        }];
-
-
- -
-
var OdeRestApi = require('ode_rest_api');
-
-var api = new OdeRestApi.LogFileApi()
-
-var opts = { 
-  'file': /path/to/file.txt // {File} The file to upload.
-};
-
-var callback = function(error, data, response) {
-  if (error) {
-    console.error(error);
-  } else {
-    console.log('API called successfully. Returned data: ' + data);
-  }
-};
-api.uploadObulog(opts, callback);
-
-
- - -
-
using System;
-using System.Diagnostics;
-using IO.Swagger.Api;
-using IO.Swagger.Client;
-using IO.Swagger.Model;
-
-namespace Example
-{
-    public class uploadObulogExample
-    {
-        public void main()
-        {
-            
-            var apiInstance = new LogFileApi();
-            var file = new File(); // File | The file to upload. (optional) 
-
-            try
-            {
-                // File upload interface
-                array[Status] result = apiInstance.uploadObulog(file);
-                Debug.WriteLine(result);
-            }
-            catch (Exception e)
-            {
-                Debug.Print("Exception when calling LogFileApi.uploadObulog: " + e.Message );
-            }
-        }
-    }
-}
-
-
- -
-
<?php
-require_once(__DIR__ . '/vendor/autoload.php');
-
-$api_instance = new Swagger\Client\Api\LogFileApi();
-$file = /path/to/file.txt; // File | The file to upload.
-
-try {
-    $result = $api_instance->uploadObulog($file);
-    print_r($result);
-} catch (Exception $e) {
-    echo 'Exception when calling LogFileApi->uploadObulog: ', $e->getMessage(), PHP_EOL;
-}
-?>
-
- -
-
use Data::Dumper;
-use WWW::SwaggerClient::Configuration;
-use WWW::SwaggerClient::LogFileApi;
-
-my $api_instance = WWW::SwaggerClient::LogFileApi->new();
-my $file = /path/to/file.txt; # File | The file to upload.
-
-eval { 
-    my $result = $api_instance->uploadObulog(file => $file);
-    print Dumper($result);
-};
-if ($@) {
-    warn "Exception when calling LogFileApi->uploadObulog: $@\n";
-}
-
- -
-
from __future__ import print_statement
-import time
-import swagger_client
-from swagger_client.rest import ApiException
-from pprint import pprint
-
-# create an instance of the API class
-api_instance = swagger_client.LogFileApi()
-file = /path/to/file.txt # File | The file to upload. (optional)
-
-try: 
-    # File upload interface
-    api_response = api_instance.upload_obulog(file=file)
-    pprint(api_response)
-except ApiException as e:
-    print("Exception when calling LogFileApi->uploadObulog: %s\n" % e)
-
-
- -

Parameters

- - - - -
Form parameters
- - - - - - - - - -
NameDescription
file - - -
-
-
- - File - - -
- The file to upload. -
-
-
-
-
- - -

Responses

-

Status: 200 - File uploaded successfully

- - - -
-
-
- -
- -
-
- -

Status: 400 - Bad Request. Issued if request is invalid or failed to be executed. See the response body or ODE User Guide for details.

- - - -
-
-
- -
- -
-
- -

Status: 500 - Internal Server Error. See the response body or ODE User Guide for details.

- - - -
-
-
- -
- -
-
- -
-
-
-
-
-

PDM

-
-
-
-

pdmPost

-

PDM Interface

-
-
-
-

-

Submits a Probe Data Management message to ODE for distribution to the specified RSUs.

-

-
-
/pdm
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X POST "https://yourhostname/pdm"
-
-
-
import io.swagger.client.*;
-import io.swagger.client.auth.*;
-import io.swagger.client.model.*;
-import io.swagger.client.api.PDMApi;
-
-import java.io.File;
-import java.util.*;
-
-public class PDMApiExample {
-
-    public static void main(String[] args) {
-        
-        PDMApi apiInstance = new PDMApi();
-        ProbeDataManagement probeDataManagement = ; // ProbeDataManagement | PDM Message
-        try {
-            array[Status] result = apiInstance.pdmPost(probeDataManagement);
-            System.out.println(result);
-        } catch (ApiException e) {
-            System.err.println("Exception when calling PDMApi#pdmPost");
-            e.printStackTrace();
-        }
-    }
-}
-
- -
-
import io.swagger.client.api.PDMApi;
-
-public class PDMApiExample {
-
-    public static void main(String[] args) {
-        PDMApi apiInstance = new PDMApi();
-        ProbeDataManagement probeDataManagement = ; // ProbeDataManagement | PDM Message
-        try {
-            array[Status] result = apiInstance.pdmPost(probeDataManagement);
-            System.out.println(result);
-        } catch (ApiException e) {
-            System.err.println("Exception when calling PDMApi#pdmPost");
-            e.printStackTrace();
-        }
-    }
-}
-
- -
-
ProbeDataManagement *probeDataManagement = ; // PDM Message
-
-PDMApi *apiInstance = [[PDMApi alloc] init];
-
-// PDM Interface
-[apiInstance pdmPostWith:probeDataManagement
-              completionHandler: ^(array[Status] output, NSError* error) {
-                            if (output) {
-                                NSLog(@"%@", output);
-                            }
-                            if (error) {
-                                NSLog(@"Error: %@", error);
-                            }
-                        }];
-
-
- -
-
var OdeRestApi = require('ode_rest_api');
-
-var api = new OdeRestApi.PDMApi()
-
-var probeDataManagement = ; // {ProbeDataManagement} PDM Message
-
-
-var callback = function(error, data, response) {
-  if (error) {
-    console.error(error);
-  } else {
-    console.log('API called successfully. Returned data: ' + data);
-  }
-};
-api.pdmPost(probeDataManagement, callback);
-
-
- - -
-
using System;
-using System.Diagnostics;
-using IO.Swagger.Api;
-using IO.Swagger.Client;
-using IO.Swagger.Model;
-
-namespace Example
-{
-    public class pdmPostExample
-    {
-        public void main()
-        {
-            
-            var apiInstance = new PDMApi();
-            var probeDataManagement = new ProbeDataManagement(); // ProbeDataManagement | PDM Message
-
-            try
-            {
-                // PDM Interface
-                array[Status] result = apiInstance.pdmPost(probeDataManagement);
-                Debug.WriteLine(result);
-            }
-            catch (Exception e)
-            {
-                Debug.Print("Exception when calling PDMApi.pdmPost: " + e.Message );
-            }
-        }
-    }
-}
-
-
- -
-
<?php
-require_once(__DIR__ . '/vendor/autoload.php');
-
-$api_instance = new Swagger\Client\Api\PDMApi();
-$probeDataManagement = ; // ProbeDataManagement | PDM Message
-
-try {
-    $result = $api_instance->pdmPost($probeDataManagement);
-    print_r($result);
-} catch (Exception $e) {
-    echo 'Exception when calling PDMApi->pdmPost: ', $e->getMessage(), PHP_EOL;
-}
-?>
-
- -
-
use Data::Dumper;
-use WWW::SwaggerClient::Configuration;
-use WWW::SwaggerClient::PDMApi;
-
-my $api_instance = WWW::SwaggerClient::PDMApi->new();
-my $probeDataManagement = WWW::SwaggerClient::Object::ProbeDataManagement->new(); # ProbeDataManagement | PDM Message
-
-eval { 
-    my $result = $api_instance->pdmPost(probeDataManagement => $probeDataManagement);
-    print Dumper($result);
-};
-if ($@) {
-    warn "Exception when calling PDMApi->pdmPost: $@\n";
-}
-
- -
-
from __future__ import print_statement
-import time
-import swagger_client
-from swagger_client.rest import ApiException
-from pprint import pprint
-
-# create an instance of the API class
-api_instance = swagger_client.PDMApi()
-probeDataManagement =  # ProbeDataManagement | PDM Message
-
-try: 
-    # PDM Interface
-    api_response = api_instance.pdm_post(probeDataManagement)
-    pprint(api_response)
-except ApiException as e:
-    print("Exception when calling PDMApi->pdmPost: %s\n" % e)
-
-
- -

Parameters

- - - -
Body parameters
- - - - - - - - - -
NameDescription
probeDataManagement * - - - -
-
- - - -

Responses

-

Status: 200 - Probe Data Management message was submitted successfully. See the response body or ODE User Guide for details.

- - - -
-
-
- -
- -
-
- -

Status: 400 - Bad Request. Issued if request is invalid or failed to be executed. See the response body or ODE User Guide for details.

- - - -
-
-
- -
- -
-
- -

Status: 500 - Internal Server Error. See the response body or ODE User Guide for details.

- - - -
-
-
- -
- -
-
- -
-
-
-
-
-

SNMP

-
-
-
-

snmpGet

-

RSU SNMP Query

-
-
-
-

-

Check the health and status of RSU devices through SNMP communication. You should receive a detailed plain text response that looks like the following example. If the device is off, a 4 second timeout will occur and the ODE will indicate this with an "[ERROR] Empty response" message. (This specific OID returns the amount of time since the device was last powered on) "[1.3.6.1.2.1.1.3.0 = 0:05:12.59]"

-

-
-
/rsuHeartbeat
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X GET "https://yourhostname/rsuHeartbeat?ip=&oid="
-
-
-
import io.swagger.client.*;
-import io.swagger.client.auth.*;
-import io.swagger.client.model.*;
-import io.swagger.client.api.SNMPApi;
-
-import java.io.File;
-import java.util.*;
-
-public class SNMPApiExample {
-
-    public static void main(String[] args) {
-        
-        SNMPApi apiInstance = new SNMPApi();
-        BigDecimal ip = 8.14; // BigDecimal | IP address of an RSU
-        BigDecimal oid = 8.14; // BigDecimal | OID of the attribute you wish to check on
-        try {
-            Status result = apiInstance.snmpGet(ip, oid);
-            System.out.println(result);
-        } catch (ApiException e) {
-            System.err.println("Exception when calling SNMPApi#snmpGet");
-            e.printStackTrace();
-        }
-    }
-}
-
- -
-
import io.swagger.client.api.SNMPApi;
-
-public class SNMPApiExample {
-
-    public static void main(String[] args) {
-        SNMPApi apiInstance = new SNMPApi();
-        BigDecimal ip = 8.14; // BigDecimal | IP address of an RSU
-        BigDecimal oid = 8.14; // BigDecimal | OID of the attribute you wish to check on
-        try {
-            Status result = apiInstance.snmpGet(ip, oid);
-            System.out.println(result);
-        } catch (ApiException e) {
-            System.err.println("Exception when calling SNMPApi#snmpGet");
-            e.printStackTrace();
-        }
-    }
-}
-
- -
-
BigDecimal *ip = 8.14; // IP address of an RSU
-BigDecimal *oid = 8.14; // OID of the attribute you wish to check on
-
-SNMPApi *apiInstance = [[SNMPApi alloc] init];
-
-// RSU SNMP Query
-[apiInstance snmpGetWith:ip
-    oid:oid
-              completionHandler: ^(Status output, NSError* error) {
-                            if (output) {
-                                NSLog(@"%@", output);
-                            }
-                            if (error) {
-                                NSLog(@"Error: %@", error);
-                            }
-                        }];
-
-
- -
-
var OdeRestApi = require('ode_rest_api');
-
-var api = new OdeRestApi.SNMPApi()
-
-var ip = 8.14; // {BigDecimal} IP address of an RSU
-
-var oid = 8.14; // {BigDecimal} OID of the attribute you wish to check on
-
-
-var callback = function(error, data, response) {
-  if (error) {
-    console.error(error);
-  } else {
-    console.log('API called successfully. Returned data: ' + data);
-  }
-};
-api.snmpGet(ip, oid, callback);
-
-
- - -
-
using System;
-using System.Diagnostics;
-using IO.Swagger.Api;
-using IO.Swagger.Client;
-using IO.Swagger.Model;
-
-namespace Example
-{
-    public class snmpGetExample
-    {
-        public void main()
-        {
-            
-            var apiInstance = new SNMPApi();
-            var ip = 8.14;  // BigDecimal | IP address of an RSU
-            var oid = 8.14;  // BigDecimal | OID of the attribute you wish to check on
-
-            try
-            {
-                // RSU SNMP Query
-                Status result = apiInstance.snmpGet(ip, oid);
-                Debug.WriteLine(result);
-            }
-            catch (Exception e)
-            {
-                Debug.Print("Exception when calling SNMPApi.snmpGet: " + e.Message );
-            }
-        }
-    }
-}
-
-
- -
-
<?php
-require_once(__DIR__ . '/vendor/autoload.php');
-
-$api_instance = new Swagger\Client\Api\SNMPApi();
-$ip = 8.14; // BigDecimal | IP address of an RSU
-$oid = 8.14; // BigDecimal | OID of the attribute you wish to check on
-
-try {
-    $result = $api_instance->snmpGet($ip, $oid);
-    print_r($result);
-} catch (Exception $e) {
-    echo 'Exception when calling SNMPApi->snmpGet: ', $e->getMessage(), PHP_EOL;
-}
-?>
-
- -
-
use Data::Dumper;
-use WWW::SwaggerClient::Configuration;
-use WWW::SwaggerClient::SNMPApi;
-
-my $api_instance = WWW::SwaggerClient::SNMPApi->new();
-my $ip = 8.14; # BigDecimal | IP address of an RSU
-my $oid = 8.14; # BigDecimal | OID of the attribute you wish to check on
-
-eval { 
-    my $result = $api_instance->snmpGet(ip => $ip, oid => $oid);
-    print Dumper($result);
-};
-if ($@) {
-    warn "Exception when calling SNMPApi->snmpGet: $@\n";
-}
-
- -
-
from __future__ import print_statement
-import time
-import swagger_client
-from swagger_client.rest import ApiException
-from pprint import pprint
-
-# create an instance of the API class
-api_instance = swagger_client.SNMPApi()
-ip = 8.14 # BigDecimal | IP address of an RSU
-oid = 8.14 # BigDecimal | OID of the attribute you wish to check on
-
-try: 
-    # RSU SNMP Query
-    api_response = api_instance.snmp_get(ip, oid)
-    pprint(api_response)
-except ApiException as e:
-    print("Exception when calling SNMPApi->snmpGet: %s\n" % e)
-
-
- -

Parameters

- - - - - -
Query parameters
- - - - - - - - - - - - - -
NameDescription
ip* - - -
-
-
- - BigDecimal - - - (string) - - -
- IP address of an RSU -
-
-
- Required -
-
-
-
oid* - - -
-
-
- - BigDecimal - - - (string) - - -
- OID of the attribute you wish to check on -
-
-
- Required -
-
-
-
- -

Responses

-

Status: 200 - OID responses

- - - -
-
-
- -
- -
-
- -

Status: 400 - Value input error

- - - -
-
-
- -
- -
-
- -
-
-
-
-
-

TIM

-
-
-
-

timDelete

-

Delete a TIM message on an RSU.

-
-
-
-

-

Sets the status of a designated message index on an RSU to 6.

-

-
-
/tim
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X DELETE "https://yourhostname/tim?index="
-
-
-
import io.swagger.client.*;
-import io.swagger.client.auth.*;
-import io.swagger.client.model.*;
-import io.swagger.client.api.TIMApi;
-
-import java.io.File;
-import java.util.*;
-
-public class TIMApiExample {
-
-    public static void main(String[] args) {
-        
-        TIMApi apiInstance = new TIMApi();
-        BigDecimal index = 8.14; // BigDecimal | Index of message to be deleted
-        try {
-            Status result = apiInstance.timDelete(index);
-            System.out.println(result);
-        } catch (ApiException e) {
-            System.err.println("Exception when calling TIMApi#timDelete");
-            e.printStackTrace();
-        }
-    }
-}
-
- -
-
import io.swagger.client.api.TIMApi;
-
-public class TIMApiExample {
-
-    public static void main(String[] args) {
-        TIMApi apiInstance = new TIMApi();
-        BigDecimal index = 8.14; // BigDecimal | Index of message to be deleted
-        try {
-            Status result = apiInstance.timDelete(index);
-            System.out.println(result);
-        } catch (ApiException e) {
-            System.err.println("Exception when calling TIMApi#timDelete");
-            e.printStackTrace();
-        }
-    }
-}
-
- -
-
BigDecimal *index = 8.14; // Index of message to be deleted
-
-TIMApi *apiInstance = [[TIMApi alloc] init];
-
-// Delete a TIM message on an RSU.
-[apiInstance timDeleteWith:index
-              completionHandler: ^(Status output, NSError* error) {
-                            if (output) {
-                                NSLog(@"%@", output);
-                            }
-                            if (error) {
-                                NSLog(@"Error: %@", error);
-                            }
-                        }];
-
-
- -
-
var OdeRestApi = require('ode_rest_api');
-
-var api = new OdeRestApi.TIMApi()
-
-var index = 8.14; // {BigDecimal} Index of message to be deleted
-
-
-var callback = function(error, data, response) {
-  if (error) {
-    console.error(error);
-  } else {
-    console.log('API called successfully. Returned data: ' + data);
-  }
-};
-api.timDelete(index, callback);
-
-
- - -
-
using System;
-using System.Diagnostics;
-using IO.Swagger.Api;
-using IO.Swagger.Client;
-using IO.Swagger.Model;
-
-namespace Example
-{
-    public class timDeleteExample
-    {
-        public void main()
-        {
-            
-            var apiInstance = new TIMApi();
-            var index = 8.14;  // BigDecimal | Index of message to be deleted
-
-            try
-            {
-                // Delete a TIM message on an RSU.
-                Status result = apiInstance.timDelete(index);
-                Debug.WriteLine(result);
-            }
-            catch (Exception e)
-            {
-                Debug.Print("Exception when calling TIMApi.timDelete: " + e.Message );
-            }
-        }
-    }
-}
-
-
- -
-
<?php
-require_once(__DIR__ . '/vendor/autoload.php');
-
-$api_instance = new Swagger\Client\Api\TIMApi();
-$index = 8.14; // BigDecimal | Index of message to be deleted
-
-try {
-    $result = $api_instance->timDelete($index);
-    print_r($result);
-} catch (Exception $e) {
-    echo 'Exception when calling TIMApi->timDelete: ', $e->getMessage(), PHP_EOL;
-}
-?>
-
- -
-
use Data::Dumper;
-use WWW::SwaggerClient::Configuration;
-use WWW::SwaggerClient::TIMApi;
-
-my $api_instance = WWW::SwaggerClient::TIMApi->new();
-my $index = 8.14; # BigDecimal | Index of message to be deleted
-
-eval { 
-    my $result = $api_instance->timDelete(index => $index);
-    print Dumper($result);
-};
-if ($@) {
-    warn "Exception when calling TIMApi->timDelete: $@\n";
-}
-
- -
-
from __future__ import print_statement
-import time
-import swagger_client
-from swagger_client.rest import ApiException
-from pprint import pprint
-
-# create an instance of the API class
-api_instance = swagger_client.TIMApi()
-index = 8.14 # BigDecimal | Index of message to be deleted
-
-try: 
-    # Delete a TIM message on an RSU.
-    api_response = api_instance.tim_delete(index)
-    pprint(api_response)
-except ApiException as e:
-    print("Exception when calling TIMApi->timDelete: %s\n" % e)
-
-
- -

Parameters

- - - - - -
Query parameters
- - - - - - - - - -
NameDescription
index* - - -
-
-
- - BigDecimal - - - (integer) - - -
- Index of message to be deleted -
-
-
- Required -
-
-
-
- -

Responses

-

Status: 200 - Deleted index

- - - -
-
-
- -
- -
-
- -

Status: 400 - Error in body request

- - - -
-
-
- -
- -
-
- -

Status: 408 - Timeout

- - - -
-
-
- -
- -
-
- -

Status: 500 - Misc error

- - - -
-
-
- -
- -
-
- -
-
-
-
-
-
-

timPost

-

Submit Traveler Information Message (TIM) for broadcast to Connected Vehicles.

-
-
-
-

-

Submits a TIM message to ODE for distribution to the specified RSUs and SDW.

-

-
-
/tim
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X POST "https://yourhostname/tim"
-
-
-
import io.swagger.client.*;
-import io.swagger.client.auth.*;
-import io.swagger.client.model.*;
-import io.swagger.client.api.TIMApi;
-
-import java.io.File;
-import java.util.*;
-
-public class TIMApiExample {
-
-    public static void main(String[] args) {
-        
-        TIMApi apiInstance = new TIMApi();
-        TravelerInputData travelerInputData = ; // TravelerInputData | Message containing the parameters for a Traveler Information Message including delivery information.
-        try {
-            array[Status] result = apiInstance.timPost(travelerInputData);
-            System.out.println(result);
-        } catch (ApiException e) {
-            System.err.println("Exception when calling TIMApi#timPost");
-            e.printStackTrace();
-        }
-    }
-}
-
- -
-
import io.swagger.client.api.TIMApi;
-
-public class TIMApiExample {
-
-    public static void main(String[] args) {
-        TIMApi apiInstance = new TIMApi();
-        TravelerInputData travelerInputData = ; // TravelerInputData | Message containing the parameters for a Traveler Information Message including delivery information.
-        try {
-            array[Status] result = apiInstance.timPost(travelerInputData);
-            System.out.println(result);
-        } catch (ApiException e) {
-            System.err.println("Exception when calling TIMApi#timPost");
-            e.printStackTrace();
-        }
-    }
-}
-
- -
-
TravelerInputData *travelerInputData = ; // Message containing the parameters for a Traveler Information Message including delivery information.
-
-TIMApi *apiInstance = [[TIMApi alloc] init];
-
-// Submit Traveler Information Message (TIM) for broadcast to Connected Vehicles.
-[apiInstance timPostWith:travelerInputData
-              completionHandler: ^(array[Status] output, NSError* error) {
-                            if (output) {
-                                NSLog(@"%@", output);
-                            }
-                            if (error) {
-                                NSLog(@"Error: %@", error);
-                            }
-                        }];
-
-
- -
-
var OdeRestApi = require('ode_rest_api');
-
-var api = new OdeRestApi.TIMApi()
-
-var travelerInputData = ; // {TravelerInputData} Message containing the parameters for a Traveler Information Message including delivery information.
-
-
-var callback = function(error, data, response) {
-  if (error) {
-    console.error(error);
-  } else {
-    console.log('API called successfully. Returned data: ' + data);
-  }
-};
-api.timPost(travelerInputData, callback);
-
-
- - -
-
using System;
-using System.Diagnostics;
-using IO.Swagger.Api;
-using IO.Swagger.Client;
-using IO.Swagger.Model;
-
-namespace Example
-{
-    public class timPostExample
-    {
-        public void main()
-        {
-            
-            var apiInstance = new TIMApi();
-            var travelerInputData = new TravelerInputData(); // TravelerInputData | Message containing the parameters for a Traveler Information Message including delivery information.
-
-            try
-            {
-                // Submit Traveler Information Message (TIM) for broadcast to Connected Vehicles.
-                array[Status] result = apiInstance.timPost(travelerInputData);
-                Debug.WriteLine(result);
-            }
-            catch (Exception e)
-            {
-                Debug.Print("Exception when calling TIMApi.timPost: " + e.Message );
-            }
-        }
-    }
-}
-
-
- -
-
<?php
-require_once(__DIR__ . '/vendor/autoload.php');
-
-$api_instance = new Swagger\Client\Api\TIMApi();
-$travelerInputData = ; // TravelerInputData | Message containing the parameters for a Traveler Information Message including delivery information.
-
-try {
-    $result = $api_instance->timPost($travelerInputData);
-    print_r($result);
-} catch (Exception $e) {
-    echo 'Exception when calling TIMApi->timPost: ', $e->getMessage(), PHP_EOL;
-}
-?>
-
- -
-
use Data::Dumper;
-use WWW::SwaggerClient::Configuration;
-use WWW::SwaggerClient::TIMApi;
-
-my $api_instance = WWW::SwaggerClient::TIMApi->new();
-my $travelerInputData = WWW::SwaggerClient::Object::TravelerInputData->new(); # TravelerInputData | Message containing the parameters for a Traveler Information Message including delivery information.
-
-eval { 
-    my $result = $api_instance->timPost(travelerInputData => $travelerInputData);
-    print Dumper($result);
-};
-if ($@) {
-    warn "Exception when calling TIMApi->timPost: $@\n";
-}
-
- -
-
from __future__ import print_statement
-import time
-import swagger_client
-from swagger_client.rest import ApiException
-from pprint import pprint
-
-# create an instance of the API class
-api_instance = swagger_client.TIMApi()
-travelerInputData =  # TravelerInputData | Message containing the parameters for a Traveler Information Message including delivery information.
-
-try: 
-    # Submit Traveler Information Message (TIM) for broadcast to Connected Vehicles.
-    api_response = api_instance.tim_post(travelerInputData)
-    pprint(api_response)
-except ApiException as e:
-    print("Exception when calling TIMApi->timPost: %s\n" % e)
-
-
- -

Parameters

- - - -
Body parameters
- - - - - - - - - -
NameDescription
travelerInputData * - - - -
-
- - - -

Responses

-

Status: 200 - Traveleer Information Message was submitted successfully. See the response body or ODE User Guide for details.

- - - -
-
-
- -
- -
-
- -

Status: 400 - Bad Request. Issued if request is invalid or failed to be executed. See the response body or ODE User Guide for details.

- - - -
-
-
- -
- -
-
- -

Status: 500 - Internal Server Error. See the response body or ODE User Guide for details.

- - - -
-
-
- -
- -
-
- -
-
-
-
-
-
-

timPut

-

Used to update an existing TIM already present on an RSU.

-
-
-
-

-

Update a Traveler Information Message (TIM) that has already been deposited to an RSU. Parameters and response codes are identical to the POST request. Will also deposit the new message to the SDW, if the SDW field is present.

-

-
-
/tim
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X PUT "https://yourhostname/tim"
-
-
-
import io.swagger.client.*;
-import io.swagger.client.auth.*;
-import io.swagger.client.model.*;
-import io.swagger.client.api.TIMApi;
-
-import java.io.File;
-import java.util.*;
-
-public class TIMApiExample {
-
-    public static void main(String[] args) {
-        
-        TIMApi apiInstance = new TIMApi();
-        TravelerInputData travelerInputData = ; // TravelerInputData | Message containing the parameters for a Traveler Information Message including delivery information.
-        try {
-            array[Status] result = apiInstance.timPut(travelerInputData);
-            System.out.println(result);
-        } catch (ApiException e) {
-            System.err.println("Exception when calling TIMApi#timPut");
-            e.printStackTrace();
-        }
-    }
-}
-
- -
-
import io.swagger.client.api.TIMApi;
-
-public class TIMApiExample {
-
-    public static void main(String[] args) {
-        TIMApi apiInstance = new TIMApi();
-        TravelerInputData travelerInputData = ; // TravelerInputData | Message containing the parameters for a Traveler Information Message including delivery information.
-        try {
-            array[Status] result = apiInstance.timPut(travelerInputData);
-            System.out.println(result);
-        } catch (ApiException e) {
-            System.err.println("Exception when calling TIMApi#timPut");
-            e.printStackTrace();
-        }
-    }
-}
-
- -
-
TravelerInputData *travelerInputData = ; // Message containing the parameters for a Traveler Information Message including delivery information.
-
-TIMApi *apiInstance = [[TIMApi alloc] init];
-
-// Used to update an existing TIM already present on an RSU.
-[apiInstance timPutWith:travelerInputData
-              completionHandler: ^(array[Status] output, NSError* error) {
-                            if (output) {
-                                NSLog(@"%@", output);
-                            }
-                            if (error) {
-                                NSLog(@"Error: %@", error);
-                            }
-                        }];
-
-
- -
-
var OdeRestApi = require('ode_rest_api');
-
-var api = new OdeRestApi.TIMApi()
-
-var travelerInputData = ; // {TravelerInputData} Message containing the parameters for a Traveler Information Message including delivery information.
-
-
-var callback = function(error, data, response) {
-  if (error) {
-    console.error(error);
-  } else {
-    console.log('API called successfully. Returned data: ' + data);
-  }
-};
-api.timPut(travelerInputData, callback);
-
-
- - -
-
using System;
-using System.Diagnostics;
-using IO.Swagger.Api;
-using IO.Swagger.Client;
-using IO.Swagger.Model;
-
-namespace Example
-{
-    public class timPutExample
-    {
-        public void main()
-        {
-            
-            var apiInstance = new TIMApi();
-            var travelerInputData = new TravelerInputData(); // TravelerInputData | Message containing the parameters for a Traveler Information Message including delivery information.
-
-            try
-            {
-                // Used to update an existing TIM already present on an RSU.
-                array[Status] result = apiInstance.timPut(travelerInputData);
-                Debug.WriteLine(result);
-            }
-            catch (Exception e)
-            {
-                Debug.Print("Exception when calling TIMApi.timPut: " + e.Message );
-            }
-        }
-    }
-}
-
-
- -
-
<?php
-require_once(__DIR__ . '/vendor/autoload.php');
-
-$api_instance = new Swagger\Client\Api\TIMApi();
-$travelerInputData = ; // TravelerInputData | Message containing the parameters for a Traveler Information Message including delivery information.
-
-try {
-    $result = $api_instance->timPut($travelerInputData);
-    print_r($result);
-} catch (Exception $e) {
-    echo 'Exception when calling TIMApi->timPut: ', $e->getMessage(), PHP_EOL;
-}
-?>
-
- -
-
use Data::Dumper;
-use WWW::SwaggerClient::Configuration;
-use WWW::SwaggerClient::TIMApi;
-
-my $api_instance = WWW::SwaggerClient::TIMApi->new();
-my $travelerInputData = WWW::SwaggerClient::Object::TravelerInputData->new(); # TravelerInputData | Message containing the parameters for a Traveler Information Message including delivery information.
-
-eval { 
-    my $result = $api_instance->timPut(travelerInputData => $travelerInputData);
-    print Dumper($result);
-};
-if ($@) {
-    warn "Exception when calling TIMApi->timPut: $@\n";
-}
-
- -
-
from __future__ import print_statement
-import time
-import swagger_client
-from swagger_client.rest import ApiException
-from pprint import pprint
-
-# create an instance of the API class
-api_instance = swagger_client.TIMApi()
-travelerInputData =  # TravelerInputData | Message containing the parameters for a Traveler Information Message including delivery information.
-
-try: 
-    # Used to update an existing TIM already present on an RSU.
-    api_response = api_instance.tim_put(travelerInputData)
-    pprint(api_response)
-except ApiException as e:
-    print("Exception when calling TIMApi->timPut: %s\n" % e)
-
-
- -

Parameters

- - - -
Body parameters
- - - - - - - - - -
NameDescription
travelerInputData * - - - -
-
- - - -

Responses

-

Status: 200 - Traveleer Information Message was submitted successfully. See the response body or ODE User Guide for details.

- - - -
-
-
- -
- -
-
- -

Status: 400 - Bad Request. Issued if request is invalid or failed to be executed. See the response body or ODE User Guide for details.

- - - -
-
-
- -
- -
-
- -

Status: 500 - Internal Server Error. See the response body or ODE User Guide for details.

- - - -
-
-
- -
- -
-
- -
-
-
-
-
-
-

timQuery

-

Query an RSU for set TIMs

-
-
-
-

-

Query an RSU for set TIMs

-

-
-
/tim/query
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X POST "https://yourhostname/tim/query"
-
-
-
import io.swagger.client.*;
-import io.swagger.client.auth.*;
-import io.swagger.client.model.*;
-import io.swagger.client.api.TIMApi;
-
-import java.io.File;
-import java.util.*;
-
-public class TIMApiExample {
-
-    public static void main(String[] args) {
-        
-        TIMApi apiInstance = new TIMApi();
-        RSU rSU = ; // RSU | 
-        try {
-            Status result = apiInstance.timQuery(rSU);
-            System.out.println(result);
-        } catch (ApiException e) {
-            System.err.println("Exception when calling TIMApi#timQuery");
-            e.printStackTrace();
-        }
-    }
-}
-
- -
-
import io.swagger.client.api.TIMApi;
-
-public class TIMApiExample {
-
-    public static void main(String[] args) {
-        TIMApi apiInstance = new TIMApi();
-        RSU rSU = ; // RSU | 
-        try {
-            Status result = apiInstance.timQuery(rSU);
-            System.out.println(result);
-        } catch (ApiException e) {
-            System.err.println("Exception when calling TIMApi#timQuery");
-            e.printStackTrace();
-        }
-    }
-}
-
- -
-
RSU *rSU = ; // 
-
-TIMApi *apiInstance = [[TIMApi alloc] init];
-
-// Query an RSU for set TIMs
-[apiInstance timQueryWith:rSU
-              completionHandler: ^(Status output, NSError* error) {
-                            if (output) {
-                                NSLog(@"%@", output);
-                            }
-                            if (error) {
-                                NSLog(@"Error: %@", error);
-                            }
-                        }];
-
-
- -
-
var OdeRestApi = require('ode_rest_api');
-
-var api = new OdeRestApi.TIMApi()
-
-var rSU = ; // {RSU} 
-
-
-var callback = function(error, data, response) {
-  if (error) {
-    console.error(error);
-  } else {
-    console.log('API called successfully. Returned data: ' + data);
-  }
-};
-api.timQuery(rSU, callback);
-
-
- - -
-
using System;
-using System.Diagnostics;
-using IO.Swagger.Api;
-using IO.Swagger.Client;
-using IO.Swagger.Model;
-
-namespace Example
-{
-    public class timQueryExample
-    {
-        public void main()
-        {
-            
-            var apiInstance = new TIMApi();
-            var rSU = new RSU(); // RSU | 
-
-            try
-            {
-                // Query an RSU for set TIMs
-                Status result = apiInstance.timQuery(rSU);
-                Debug.WriteLine(result);
-            }
-            catch (Exception e)
-            {
-                Debug.Print("Exception when calling TIMApi.timQuery: " + e.Message );
-            }
-        }
-    }
-}
-
-
- -
-
<?php
-require_once(__DIR__ . '/vendor/autoload.php');
-
-$api_instance = new Swagger\Client\Api\TIMApi();
-$rSU = ; // RSU | 
-
-try {
-    $result = $api_instance->timQuery($rSU);
-    print_r($result);
-} catch (Exception $e) {
-    echo 'Exception when calling TIMApi->timQuery: ', $e->getMessage(), PHP_EOL;
-}
-?>
-
- -
-
use Data::Dumper;
-use WWW::SwaggerClient::Configuration;
-use WWW::SwaggerClient::TIMApi;
-
-my $api_instance = WWW::SwaggerClient::TIMApi->new();
-my $rSU = WWW::SwaggerClient::Object::RSU->new(); # RSU | 
-
-eval { 
-    my $result = $api_instance->timQuery(rSU => $rSU);
-    print Dumper($result);
-};
-if ($@) {
-    warn "Exception when calling TIMApi->timQuery: $@\n";
-}
-
- -
-
from __future__ import print_statement
-import time
-import swagger_client
-from swagger_client.rest import ApiException
-from pprint import pprint
-
-# create an instance of the API class
-api_instance = swagger_client.TIMApi()
-rSU =  # RSU | 
-
-try: 
-    # Query an RSU for set TIMs
-    api_response = api_instance.tim_query(rSU)
-    pprint(api_response)
-except ApiException as e:
-    print("Exception when calling TIMApi->timQuery: %s\n" % e)
-
-
- -

Parameters

- - - -
Body parameters
- - - - - - - - - -
NameDescription
rSU * - - - -
-
- - - -

Responses

-

Status: 200 - List of messages in JSON form

- - - -
-
-
- -
- -
-
- -

Status: 400 - Error in body request

- - - -
-
-
- -
- -
-
- -

Status: 408 - Timeout

- - - -
-
-
- -
- -
-
- -

Status: 500 - Misc error

- - - -
-
-
- -
- -
-
- -
-
-
-
-
- -
-
- Generated 2018-04-30T22:35:56.953Z -
-
-
-
-
- - - - - - - - - - - - - - + + + + + ODE REST API + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+

ODE REST API

+
+
+
+ +
+
+

LogFile

+
+
+
+

uploadObulog

+

File upload interface

+
+
+
+

+

Uploads an OBU log file to ODE upload folder to be processed and propaged

+

+
+
/upload/obulog
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X POST "https://yourhostname/upload/obulog"
+
+
+
import io.swagger.client.*;
+import io.swagger.client.auth.*;
+import io.swagger.client.model.*;
+import io.swagger.client.api.LogFileApi;
+
+import java.io.File;
+import java.util.*;
+
+public class LogFileApiExample {
+
+    public static void main(String[] args) {
+        
+        LogFileApi apiInstance = new LogFileApi();
+        File file = /path/to/file.txt; // File | The file to upload.
+        try {
+            array[Status] result = apiInstance.uploadObulog(file);
+            System.out.println(result);
+        } catch (ApiException e) {
+            System.err.println("Exception when calling LogFileApi#uploadObulog");
+            e.printStackTrace();
+        }
+    }
+}
+
+ +
+
import io.swagger.client.api.LogFileApi;
+
+public class LogFileApiExample {
+
+    public static void main(String[] args) {
+        LogFileApi apiInstance = new LogFileApi();
+        File file = /path/to/file.txt; // File | The file to upload.
+        try {
+            array[Status] result = apiInstance.uploadObulog(file);
+            System.out.println(result);
+        } catch (ApiException e) {
+            System.err.println("Exception when calling LogFileApi#uploadObulog");
+            e.printStackTrace();
+        }
+    }
+}
+
+ +
+
File *file = /path/to/file.txt; // The file to upload. (optional)
+
+LogFileApi *apiInstance = [[LogFileApi alloc] init];
+
+// File upload interface
+[apiInstance uploadObulogWith:file
+              completionHandler: ^(array[Status] output, NSError* error) {
+                            if (output) {
+                                NSLog(@"%@", output);
+                            }
+                            if (error) {
+                                NSLog(@"Error: %@", error);
+                            }
+                        }];
+
+
+ +
+
var OdeRestApi = require('ode_rest_api');
+
+var api = new OdeRestApi.LogFileApi()
+
+var opts = { 
+  'file': /path/to/file.txt // {File} The file to upload.
+};
+
+var callback = function(error, data, response) {
+  if (error) {
+    console.error(error);
+  } else {
+    console.log('API called successfully. Returned data: ' + data);
+  }
+};
+api.uploadObulog(opts, callback);
+
+
+ + +
+
using System;
+using System.Diagnostics;
+using IO.Swagger.Api;
+using IO.Swagger.Client;
+using IO.Swagger.Model;
+
+namespace Example
+{
+    public class uploadObulogExample
+    {
+        public void main()
+        {
+            
+            var apiInstance = new LogFileApi();
+            var file = new File(); // File | The file to upload. (optional) 
+
+            try
+            {
+                // File upload interface
+                array[Status] result = apiInstance.uploadObulog(file);
+                Debug.WriteLine(result);
+            }
+            catch (Exception e)
+            {
+                Debug.Print("Exception when calling LogFileApi.uploadObulog: " + e.Message );
+            }
+        }
+    }
+}
+
+
+ +
+
<?php
+require_once(__DIR__ . '/vendor/autoload.php');
+
+$api_instance = new Swagger\Client\Api\LogFileApi();
+$file = /path/to/file.txt; // File | The file to upload.
+
+try {
+    $result = $api_instance->uploadObulog($file);
+    print_r($result);
+} catch (Exception $e) {
+    echo 'Exception when calling LogFileApi->uploadObulog: ', $e->getMessage(), PHP_EOL;
+}
+?>
+
+ +
+
use Data::Dumper;
+use WWW::SwaggerClient::Configuration;
+use WWW::SwaggerClient::LogFileApi;
+
+my $api_instance = WWW::SwaggerClient::LogFileApi->new();
+my $file = /path/to/file.txt; # File | The file to upload.
+
+eval { 
+    my $result = $api_instance->uploadObulog(file => $file);
+    print Dumper($result);
+};
+if ($@) {
+    warn "Exception when calling LogFileApi->uploadObulog: $@\n";
+}
+
+ +
+
from __future__ import print_statement
+import time
+import swagger_client
+from swagger_client.rest import ApiException
+from pprint import pprint
+
+# create an instance of the API class
+api_instance = swagger_client.LogFileApi()
+file = /path/to/file.txt # File | The file to upload. (optional)
+
+try: 
+    # File upload interface
+    api_response = api_instance.upload_obulog(file=file)
+    pprint(api_response)
+except ApiException as e:
+    print("Exception when calling LogFileApi->uploadObulog: %s\n" % e)
+
+
+ +

Parameters

+ + + + +
Form parameters
+ + + + + + + + + +
NameDescription
file + + +
+
+
+ + File + + +
+ The file to upload. +
+
+
+
+
+ + +

Responses

+

Status: 200 - File uploaded successfully

+ + + +
+
+
+ +
+ +
+
+ +

Status: 400 - Bad Request. Issued if request is invalid or failed to be executed. See the response body or ODE User Guide for details.

+ + + +
+
+
+ +
+ +
+
+ +

Status: 500 - Internal Server Error. See the response body or ODE User Guide for details.

+ + + +
+
+
+ +
+ +
+
+ +
+
+
+
+
+

PDM

+
+
+
+

pdmPost

+

PDM Interface

+
+
+
+

+

Submits a Probe Data Management message to ODE for distribution to the specified RSUs.

+

+
+
/pdm
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X POST "https://yourhostname/pdm"
+
+
+
import io.swagger.client.*;
+import io.swagger.client.auth.*;
+import io.swagger.client.model.*;
+import io.swagger.client.api.PDMApi;
+
+import java.io.File;
+import java.util.*;
+
+public class PDMApiExample {
+
+    public static void main(String[] args) {
+        
+        PDMApi apiInstance = new PDMApi();
+        ProbeDataManagement probeDataManagement = ; // ProbeDataManagement | PDM Message
+        try {
+            array[Status] result = apiInstance.pdmPost(probeDataManagement);
+            System.out.println(result);
+        } catch (ApiException e) {
+            System.err.println("Exception when calling PDMApi#pdmPost");
+            e.printStackTrace();
+        }
+    }
+}
+
+ +
+
import io.swagger.client.api.PDMApi;
+
+public class PDMApiExample {
+
+    public static void main(String[] args) {
+        PDMApi apiInstance = new PDMApi();
+        ProbeDataManagement probeDataManagement = ; // ProbeDataManagement | PDM Message
+        try {
+            array[Status] result = apiInstance.pdmPost(probeDataManagement);
+            System.out.println(result);
+        } catch (ApiException e) {
+            System.err.println("Exception when calling PDMApi#pdmPost");
+            e.printStackTrace();
+        }
+    }
+}
+
+ +
+
ProbeDataManagement *probeDataManagement = ; // PDM Message
+
+PDMApi *apiInstance = [[PDMApi alloc] init];
+
+// PDM Interface
+[apiInstance pdmPostWith:probeDataManagement
+              completionHandler: ^(array[Status] output, NSError* error) {
+                            if (output) {
+                                NSLog(@"%@", output);
+                            }
+                            if (error) {
+                                NSLog(@"Error: %@", error);
+                            }
+                        }];
+
+
+ +
+
var OdeRestApi = require('ode_rest_api');
+
+var api = new OdeRestApi.PDMApi()
+
+var probeDataManagement = ; // {ProbeDataManagement} PDM Message
+
+
+var callback = function(error, data, response) {
+  if (error) {
+    console.error(error);
+  } else {
+    console.log('API called successfully. Returned data: ' + data);
+  }
+};
+api.pdmPost(probeDataManagement, callback);
+
+
+ + +
+
using System;
+using System.Diagnostics;
+using IO.Swagger.Api;
+using IO.Swagger.Client;
+using IO.Swagger.Model;
+
+namespace Example
+{
+    public class pdmPostExample
+    {
+        public void main()
+        {
+            
+            var apiInstance = new PDMApi();
+            var probeDataManagement = new ProbeDataManagement(); // ProbeDataManagement | PDM Message
+
+            try
+            {
+                // PDM Interface
+                array[Status] result = apiInstance.pdmPost(probeDataManagement);
+                Debug.WriteLine(result);
+            }
+            catch (Exception e)
+            {
+                Debug.Print("Exception when calling PDMApi.pdmPost: " + e.Message );
+            }
+        }
+    }
+}
+
+
+ +
+
<?php
+require_once(__DIR__ . '/vendor/autoload.php');
+
+$api_instance = new Swagger\Client\Api\PDMApi();
+$probeDataManagement = ; // ProbeDataManagement | PDM Message
+
+try {
+    $result = $api_instance->pdmPost($probeDataManagement);
+    print_r($result);
+} catch (Exception $e) {
+    echo 'Exception when calling PDMApi->pdmPost: ', $e->getMessage(), PHP_EOL;
+}
+?>
+
+ +
+
use Data::Dumper;
+use WWW::SwaggerClient::Configuration;
+use WWW::SwaggerClient::PDMApi;
+
+my $api_instance = WWW::SwaggerClient::PDMApi->new();
+my $probeDataManagement = WWW::SwaggerClient::Object::ProbeDataManagement->new(); # ProbeDataManagement | PDM Message
+
+eval { 
+    my $result = $api_instance->pdmPost(probeDataManagement => $probeDataManagement);
+    print Dumper($result);
+};
+if ($@) {
+    warn "Exception when calling PDMApi->pdmPost: $@\n";
+}
+
+ +
+
from __future__ import print_statement
+import time
+import swagger_client
+from swagger_client.rest import ApiException
+from pprint import pprint
+
+# create an instance of the API class
+api_instance = swagger_client.PDMApi()
+probeDataManagement =  # ProbeDataManagement | PDM Message
+
+try: 
+    # PDM Interface
+    api_response = api_instance.pdm_post(probeDataManagement)
+    pprint(api_response)
+except ApiException as e:
+    print("Exception when calling PDMApi->pdmPost: %s\n" % e)
+
+
+ +

Parameters

+ + + +
Body parameters
+ + + + + + + + + +
NameDescription
probeDataManagement * + + + +
+
+ + + +

Responses

+

Status: 200 - Probe Data Management message was submitted successfully. See the response body or ODE User Guide for details.

+ + + +
+
+
+ +
+ +
+
+ +

Status: 400 - Bad Request. Issued if request is invalid or failed to be executed. See the response body or ODE User Guide for details.

+ + + +
+
+
+ +
+ +
+
+ +

Status: 500 - Internal Server Error. See the response body or ODE User Guide for details.

+ + + +
+
+
+ +
+ +
+
+ +
+
+
+
+
+

SNMP

+
+
+
+

snmpGet

+

RSU SNMP Query

+
+
+
+

+

Check the health and status of RSU devices through SNMP communication. You should receive a detailed plain text response that looks like the following example. If the device is off, a 4 second timeout will occur and the ODE will indicate this with an "[ERROR] Empty response" message. (This specific OID returns the amount of time since the device was last powered on) "[1.3.6.1.2.1.1.3.0 = 0:05:12.59]"

+

+
+
/rsuHeartbeat
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X GET "https://yourhostname/rsuHeartbeat?ip=&oid="
+
+
+
import io.swagger.client.*;
+import io.swagger.client.auth.*;
+import io.swagger.client.model.*;
+import io.swagger.client.api.SNMPApi;
+
+import java.io.File;
+import java.util.*;
+
+public class SNMPApiExample {
+
+    public static void main(String[] args) {
+        
+        SNMPApi apiInstance = new SNMPApi();
+        BigDecimal ip = 8.14; // BigDecimal | IP address of an RSU
+        BigDecimal oid = 8.14; // BigDecimal | OID of the attribute you wish to check on
+        try {
+            Status result = apiInstance.snmpGet(ip, oid);
+            System.out.println(result);
+        } catch (ApiException e) {
+            System.err.println("Exception when calling SNMPApi#snmpGet");
+            e.printStackTrace();
+        }
+    }
+}
+
+ +
+
import io.swagger.client.api.SNMPApi;
+
+public class SNMPApiExample {
+
+    public static void main(String[] args) {
+        SNMPApi apiInstance = new SNMPApi();
+        BigDecimal ip = 8.14; // BigDecimal | IP address of an RSU
+        BigDecimal oid = 8.14; // BigDecimal | OID of the attribute you wish to check on
+        try {
+            Status result = apiInstance.snmpGet(ip, oid);
+            System.out.println(result);
+        } catch (ApiException e) {
+            System.err.println("Exception when calling SNMPApi#snmpGet");
+            e.printStackTrace();
+        }
+    }
+}
+
+ +
+
BigDecimal *ip = 8.14; // IP address of an RSU
+BigDecimal *oid = 8.14; // OID of the attribute you wish to check on
+
+SNMPApi *apiInstance = [[SNMPApi alloc] init];
+
+// RSU SNMP Query
+[apiInstance snmpGetWith:ip
+    oid:oid
+              completionHandler: ^(Status output, NSError* error) {
+                            if (output) {
+                                NSLog(@"%@", output);
+                            }
+                            if (error) {
+                                NSLog(@"Error: %@", error);
+                            }
+                        }];
+
+
+ +
+
var OdeRestApi = require('ode_rest_api');
+
+var api = new OdeRestApi.SNMPApi()
+
+var ip = 8.14; // {BigDecimal} IP address of an RSU
+
+var oid = 8.14; // {BigDecimal} OID of the attribute you wish to check on
+
+
+var callback = function(error, data, response) {
+  if (error) {
+    console.error(error);
+  } else {
+    console.log('API called successfully. Returned data: ' + data);
+  }
+};
+api.snmpGet(ip, oid, callback);
+
+
+ + +
+
using System;
+using System.Diagnostics;
+using IO.Swagger.Api;
+using IO.Swagger.Client;
+using IO.Swagger.Model;
+
+namespace Example
+{
+    public class snmpGetExample
+    {
+        public void main()
+        {
+            
+            var apiInstance = new SNMPApi();
+            var ip = 8.14;  // BigDecimal | IP address of an RSU
+            var oid = 8.14;  // BigDecimal | OID of the attribute you wish to check on
+
+            try
+            {
+                // RSU SNMP Query
+                Status result = apiInstance.snmpGet(ip, oid);
+                Debug.WriteLine(result);
+            }
+            catch (Exception e)
+            {
+                Debug.Print("Exception when calling SNMPApi.snmpGet: " + e.Message );
+            }
+        }
+    }
+}
+
+
+ +
+
<?php
+require_once(__DIR__ . '/vendor/autoload.php');
+
+$api_instance = new Swagger\Client\Api\SNMPApi();
+$ip = 8.14; // BigDecimal | IP address of an RSU
+$oid = 8.14; // BigDecimal | OID of the attribute you wish to check on
+
+try {
+    $result = $api_instance->snmpGet($ip, $oid);
+    print_r($result);
+} catch (Exception $e) {
+    echo 'Exception when calling SNMPApi->snmpGet: ', $e->getMessage(), PHP_EOL;
+}
+?>
+
+ +
+
use Data::Dumper;
+use WWW::SwaggerClient::Configuration;
+use WWW::SwaggerClient::SNMPApi;
+
+my $api_instance = WWW::SwaggerClient::SNMPApi->new();
+my $ip = 8.14; # BigDecimal | IP address of an RSU
+my $oid = 8.14; # BigDecimal | OID of the attribute you wish to check on
+
+eval { 
+    my $result = $api_instance->snmpGet(ip => $ip, oid => $oid);
+    print Dumper($result);
+};
+if ($@) {
+    warn "Exception when calling SNMPApi->snmpGet: $@\n";
+}
+
+ +
+
from __future__ import print_statement
+import time
+import swagger_client
+from swagger_client.rest import ApiException
+from pprint import pprint
+
+# create an instance of the API class
+api_instance = swagger_client.SNMPApi()
+ip = 8.14 # BigDecimal | IP address of an RSU
+oid = 8.14 # BigDecimal | OID of the attribute you wish to check on
+
+try: 
+    # RSU SNMP Query
+    api_response = api_instance.snmp_get(ip, oid)
+    pprint(api_response)
+except ApiException as e:
+    print("Exception when calling SNMPApi->snmpGet: %s\n" % e)
+
+
+ +

Parameters

+ + + + + +
Query parameters
+ + + + + + + + + + + + + +
NameDescription
ip* + + +
+
+
+ + BigDecimal + + + (string) + + +
+ IP address of an RSU +
+
+
+ Required +
+
+
+
oid* + + +
+
+
+ + BigDecimal + + + (string) + + +
+ OID of the attribute you wish to check on +
+
+
+ Required +
+
+
+
+ +

Responses

+

Status: 200 - OID responses

+ + + +
+
+
+ +
+ +
+
+ +

Status: 400 - Value input error

+ + + +
+
+
+ +
+ +
+
+ +
+
+
+
+
+

TIM

+
+
+
+

timDelete

+

Delete a TIM message on an RSU.

+
+
+
+

+

Sets the status of a designated message index on an RSU to 6.

+

+
+
/tim
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X DELETE "https://yourhostname/tim?index="
+
+
+
import io.swagger.client.*;
+import io.swagger.client.auth.*;
+import io.swagger.client.model.*;
+import io.swagger.client.api.TIMApi;
+
+import java.io.File;
+import java.util.*;
+
+public class TIMApiExample {
+
+    public static void main(String[] args) {
+        
+        TIMApi apiInstance = new TIMApi();
+        BigDecimal index = 8.14; // BigDecimal | Index of message to be deleted
+        try {
+            Status result = apiInstance.timDelete(index);
+            System.out.println(result);
+        } catch (ApiException e) {
+            System.err.println("Exception when calling TIMApi#timDelete");
+            e.printStackTrace();
+        }
+    }
+}
+
+ +
+
import io.swagger.client.api.TIMApi;
+
+public class TIMApiExample {
+
+    public static void main(String[] args) {
+        TIMApi apiInstance = new TIMApi();
+        BigDecimal index = 8.14; // BigDecimal | Index of message to be deleted
+        try {
+            Status result = apiInstance.timDelete(index);
+            System.out.println(result);
+        } catch (ApiException e) {
+            System.err.println("Exception when calling TIMApi#timDelete");
+            e.printStackTrace();
+        }
+    }
+}
+
+ +
+
BigDecimal *index = 8.14; // Index of message to be deleted
+
+TIMApi *apiInstance = [[TIMApi alloc] init];
+
+// Delete a TIM message on an RSU.
+[apiInstance timDeleteWith:index
+              completionHandler: ^(Status output, NSError* error) {
+                            if (output) {
+                                NSLog(@"%@", output);
+                            }
+                            if (error) {
+                                NSLog(@"Error: %@", error);
+                            }
+                        }];
+
+
+ +
+
var OdeRestApi = require('ode_rest_api');
+
+var api = new OdeRestApi.TIMApi()
+
+var index = 8.14; // {BigDecimal} Index of message to be deleted
+
+
+var callback = function(error, data, response) {
+  if (error) {
+    console.error(error);
+  } else {
+    console.log('API called successfully. Returned data: ' + data);
+  }
+};
+api.timDelete(index, callback);
+
+
+ + +
+
using System;
+using System.Diagnostics;
+using IO.Swagger.Api;
+using IO.Swagger.Client;
+using IO.Swagger.Model;
+
+namespace Example
+{
+    public class timDeleteExample
+    {
+        public void main()
+        {
+            
+            var apiInstance = new TIMApi();
+            var index = 8.14;  // BigDecimal | Index of message to be deleted
+
+            try
+            {
+                // Delete a TIM message on an RSU.
+                Status result = apiInstance.timDelete(index);
+                Debug.WriteLine(result);
+            }
+            catch (Exception e)
+            {
+                Debug.Print("Exception when calling TIMApi.timDelete: " + e.Message );
+            }
+        }
+    }
+}
+
+
+ +
+
<?php
+require_once(__DIR__ . '/vendor/autoload.php');
+
+$api_instance = new Swagger\Client\Api\TIMApi();
+$index = 8.14; // BigDecimal | Index of message to be deleted
+
+try {
+    $result = $api_instance->timDelete($index);
+    print_r($result);
+} catch (Exception $e) {
+    echo 'Exception when calling TIMApi->timDelete: ', $e->getMessage(), PHP_EOL;
+}
+?>
+
+ +
+
use Data::Dumper;
+use WWW::SwaggerClient::Configuration;
+use WWW::SwaggerClient::TIMApi;
+
+my $api_instance = WWW::SwaggerClient::TIMApi->new();
+my $index = 8.14; # BigDecimal | Index of message to be deleted
+
+eval { 
+    my $result = $api_instance->timDelete(index => $index);
+    print Dumper($result);
+};
+if ($@) {
+    warn "Exception when calling TIMApi->timDelete: $@\n";
+}
+
+ +
+
from __future__ import print_statement
+import time
+import swagger_client
+from swagger_client.rest import ApiException
+from pprint import pprint
+
+# create an instance of the API class
+api_instance = swagger_client.TIMApi()
+index = 8.14 # BigDecimal | Index of message to be deleted
+
+try: 
+    # Delete a TIM message on an RSU.
+    api_response = api_instance.tim_delete(index)
+    pprint(api_response)
+except ApiException as e:
+    print("Exception when calling TIMApi->timDelete: %s\n" % e)
+
+
+ +

Parameters

+ + + + + +
Query parameters
+ + + + + + + + + +
NameDescription
index* + + +
+
+
+ + BigDecimal + + + (integer) + + +
+ Index of message to be deleted +
+
+
+ Required +
+
+
+
+ +

Responses

+

Status: 200 - Deleted index

+ + + +
+
+
+ +
+ +
+
+ +

Status: 400 - Error in body request

+ + + +
+
+
+ +
+ +
+
+ +

Status: 408 - Timeout

+ + + +
+
+
+ +
+ +
+
+ +

Status: 500 - Misc error

+ + + +
+
+
+ +
+ +
+
+ +
+
+
+
+
+
+

timPost

+

Submit Traveler Information Message (TIM) for broadcast to Connected Vehicles.

+
+
+
+

+

Submits a TIM message to ODE for distribution to the specified RSUs and SDW.

+

+
+
/tim
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X POST "https://yourhostname/tim"
+
+
+
import io.swagger.client.*;
+import io.swagger.client.auth.*;
+import io.swagger.client.model.*;
+import io.swagger.client.api.TIMApi;
+
+import java.io.File;
+import java.util.*;
+
+public class TIMApiExample {
+
+    public static void main(String[] args) {
+        
+        TIMApi apiInstance = new TIMApi();
+        TravelerInputData travelerInputData = ; // TravelerInputData | Message containing the parameters for a Traveler Information Message including delivery information.
+        try {
+            array[Status] result = apiInstance.timPost(travelerInputData);
+            System.out.println(result);
+        } catch (ApiException e) {
+            System.err.println("Exception when calling TIMApi#timPost");
+            e.printStackTrace();
+        }
+    }
+}
+
+ +
+
import io.swagger.client.api.TIMApi;
+
+public class TIMApiExample {
+
+    public static void main(String[] args) {
+        TIMApi apiInstance = new TIMApi();
+        TravelerInputData travelerInputData = ; // TravelerInputData | Message containing the parameters for a Traveler Information Message including delivery information.
+        try {
+            array[Status] result = apiInstance.timPost(travelerInputData);
+            System.out.println(result);
+        } catch (ApiException e) {
+            System.err.println("Exception when calling TIMApi#timPost");
+            e.printStackTrace();
+        }
+    }
+}
+
+ +
+
TravelerInputData *travelerInputData = ; // Message containing the parameters for a Traveler Information Message including delivery information.
+
+TIMApi *apiInstance = [[TIMApi alloc] init];
+
+// Submit Traveler Information Message (TIM) for broadcast to Connected Vehicles.
+[apiInstance timPostWith:travelerInputData
+              completionHandler: ^(array[Status] output, NSError* error) {
+                            if (output) {
+                                NSLog(@"%@", output);
+                            }
+                            if (error) {
+                                NSLog(@"Error: %@", error);
+                            }
+                        }];
+
+
+ +
+
var OdeRestApi = require('ode_rest_api');
+
+var api = new OdeRestApi.TIMApi()
+
+var travelerInputData = ; // {TravelerInputData} Message containing the parameters for a Traveler Information Message including delivery information.
+
+
+var callback = function(error, data, response) {
+  if (error) {
+    console.error(error);
+  } else {
+    console.log('API called successfully. Returned data: ' + data);
+  }
+};
+api.timPost(travelerInputData, callback);
+
+
+ + +
+
using System;
+using System.Diagnostics;
+using IO.Swagger.Api;
+using IO.Swagger.Client;
+using IO.Swagger.Model;
+
+namespace Example
+{
+    public class timPostExample
+    {
+        public void main()
+        {
+            
+            var apiInstance = new TIMApi();
+            var travelerInputData = new TravelerInputData(); // TravelerInputData | Message containing the parameters for a Traveler Information Message including delivery information.
+
+            try
+            {
+                // Submit Traveler Information Message (TIM) for broadcast to Connected Vehicles.
+                array[Status] result = apiInstance.timPost(travelerInputData);
+                Debug.WriteLine(result);
+            }
+            catch (Exception e)
+            {
+                Debug.Print("Exception when calling TIMApi.timPost: " + e.Message );
+            }
+        }
+    }
+}
+
+
+ +
+
<?php
+require_once(__DIR__ . '/vendor/autoload.php');
+
+$api_instance = new Swagger\Client\Api\TIMApi();
+$travelerInputData = ; // TravelerInputData | Message containing the parameters for a Traveler Information Message including delivery information.
+
+try {
+    $result = $api_instance->timPost($travelerInputData);
+    print_r($result);
+} catch (Exception $e) {
+    echo 'Exception when calling TIMApi->timPost: ', $e->getMessage(), PHP_EOL;
+}
+?>
+
+ +
+
use Data::Dumper;
+use WWW::SwaggerClient::Configuration;
+use WWW::SwaggerClient::TIMApi;
+
+my $api_instance = WWW::SwaggerClient::TIMApi->new();
+my $travelerInputData = WWW::SwaggerClient::Object::TravelerInputData->new(); # TravelerInputData | Message containing the parameters for a Traveler Information Message including delivery information.
+
+eval { 
+    my $result = $api_instance->timPost(travelerInputData => $travelerInputData);
+    print Dumper($result);
+};
+if ($@) {
+    warn "Exception when calling TIMApi->timPost: $@\n";
+}
+
+ +
+
from __future__ import print_statement
+import time
+import swagger_client
+from swagger_client.rest import ApiException
+from pprint import pprint
+
+# create an instance of the API class
+api_instance = swagger_client.TIMApi()
+travelerInputData =  # TravelerInputData | Message containing the parameters for a Traveler Information Message including delivery information.
+
+try: 
+    # Submit Traveler Information Message (TIM) for broadcast to Connected Vehicles.
+    api_response = api_instance.tim_post(travelerInputData)
+    pprint(api_response)
+except ApiException as e:
+    print("Exception when calling TIMApi->timPost: %s\n" % e)
+
+
+ +

Parameters

+ + + +
Body parameters
+ + + + + + + + + +
NameDescription
travelerInputData * + + + +
+
+ + + +

Responses

+

Status: 200 - Traveleer Information Message was submitted successfully. See the response body or ODE User Guide for details.

+ + + +
+
+
+ +
+ +
+
+ +

Status: 400 - Bad Request. Issued if request is invalid or failed to be executed. See the response body or ODE User Guide for details.

+ + + +
+
+
+ +
+ +
+
+ +

Status: 500 - Internal Server Error. See the response body or ODE User Guide for details.

+ + + +
+
+
+ +
+ +
+
+ +
+
+
+
+
+
+

timPut

+

Used to update an existing TIM already present on an RSU.

+
+
+
+

+

Update a Traveler Information Message (TIM) that has already been deposited to an RSU. Parameters and response codes are identical to the POST request. Will also deposit the new message to the SDW, if the SDW field is present.

+

+
+
/tim
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X PUT "https://yourhostname/tim"
+
+
+
import io.swagger.client.*;
+import io.swagger.client.auth.*;
+import io.swagger.client.model.*;
+import io.swagger.client.api.TIMApi;
+
+import java.io.File;
+import java.util.*;
+
+public class TIMApiExample {
+
+    public static void main(String[] args) {
+        
+        TIMApi apiInstance = new TIMApi();
+        TravelerInputData travelerInputData = ; // TravelerInputData | Message containing the parameters for a Traveler Information Message including delivery information.
+        try {
+            array[Status] result = apiInstance.timPut(travelerInputData);
+            System.out.println(result);
+        } catch (ApiException e) {
+            System.err.println("Exception when calling TIMApi#timPut");
+            e.printStackTrace();
+        }
+    }
+}
+
+ +
+
import io.swagger.client.api.TIMApi;
+
+public class TIMApiExample {
+
+    public static void main(String[] args) {
+        TIMApi apiInstance = new TIMApi();
+        TravelerInputData travelerInputData = ; // TravelerInputData | Message containing the parameters for a Traveler Information Message including delivery information.
+        try {
+            array[Status] result = apiInstance.timPut(travelerInputData);
+            System.out.println(result);
+        } catch (ApiException e) {
+            System.err.println("Exception when calling TIMApi#timPut");
+            e.printStackTrace();
+        }
+    }
+}
+
+ +
+
TravelerInputData *travelerInputData = ; // Message containing the parameters for a Traveler Information Message including delivery information.
+
+TIMApi *apiInstance = [[TIMApi alloc] init];
+
+// Used to update an existing TIM already present on an RSU.
+[apiInstance timPutWith:travelerInputData
+              completionHandler: ^(array[Status] output, NSError* error) {
+                            if (output) {
+                                NSLog(@"%@", output);
+                            }
+                            if (error) {
+                                NSLog(@"Error: %@", error);
+                            }
+                        }];
+
+
+ +
+
var OdeRestApi = require('ode_rest_api');
+
+var api = new OdeRestApi.TIMApi()
+
+var travelerInputData = ; // {TravelerInputData} Message containing the parameters for a Traveler Information Message including delivery information.
+
+
+var callback = function(error, data, response) {
+  if (error) {
+    console.error(error);
+  } else {
+    console.log('API called successfully. Returned data: ' + data);
+  }
+};
+api.timPut(travelerInputData, callback);
+
+
+ + +
+
using System;
+using System.Diagnostics;
+using IO.Swagger.Api;
+using IO.Swagger.Client;
+using IO.Swagger.Model;
+
+namespace Example
+{
+    public class timPutExample
+    {
+        public void main()
+        {
+            
+            var apiInstance = new TIMApi();
+            var travelerInputData = new TravelerInputData(); // TravelerInputData | Message containing the parameters for a Traveler Information Message including delivery information.
+
+            try
+            {
+                // Used to update an existing TIM already present on an RSU.
+                array[Status] result = apiInstance.timPut(travelerInputData);
+                Debug.WriteLine(result);
+            }
+            catch (Exception e)
+            {
+                Debug.Print("Exception when calling TIMApi.timPut: " + e.Message );
+            }
+        }
+    }
+}
+
+
+ +
+
<?php
+require_once(__DIR__ . '/vendor/autoload.php');
+
+$api_instance = new Swagger\Client\Api\TIMApi();
+$travelerInputData = ; // TravelerInputData | Message containing the parameters for a Traveler Information Message including delivery information.
+
+try {
+    $result = $api_instance->timPut($travelerInputData);
+    print_r($result);
+} catch (Exception $e) {
+    echo 'Exception when calling TIMApi->timPut: ', $e->getMessage(), PHP_EOL;
+}
+?>
+
+ +
+
use Data::Dumper;
+use WWW::SwaggerClient::Configuration;
+use WWW::SwaggerClient::TIMApi;
+
+my $api_instance = WWW::SwaggerClient::TIMApi->new();
+my $travelerInputData = WWW::SwaggerClient::Object::TravelerInputData->new(); # TravelerInputData | Message containing the parameters for a Traveler Information Message including delivery information.
+
+eval { 
+    my $result = $api_instance->timPut(travelerInputData => $travelerInputData);
+    print Dumper($result);
+};
+if ($@) {
+    warn "Exception when calling TIMApi->timPut: $@\n";
+}
+
+ +
+
from __future__ import print_statement
+import time
+import swagger_client
+from swagger_client.rest import ApiException
+from pprint import pprint
+
+# create an instance of the API class
+api_instance = swagger_client.TIMApi()
+travelerInputData =  # TravelerInputData | Message containing the parameters for a Traveler Information Message including delivery information.
+
+try: 
+    # Used to update an existing TIM already present on an RSU.
+    api_response = api_instance.tim_put(travelerInputData)
+    pprint(api_response)
+except ApiException as e:
+    print("Exception when calling TIMApi->timPut: %s\n" % e)
+
+
+ +

Parameters

+ + + +
Body parameters
+ + + + + + + + + +
NameDescription
travelerInputData * + + + +
+
+ + + +

Responses

+

Status: 200 - Traveleer Information Message was submitted successfully. See the response body or ODE User Guide for details.

+ + + +
+
+
+ +
+ +
+
+ +

Status: 400 - Bad Request. Issued if request is invalid or failed to be executed. See the response body or ODE User Guide for details.

+ + + +
+
+
+ +
+ +
+
+ +

Status: 500 - Internal Server Error. See the response body or ODE User Guide for details.

+ + + +
+
+
+ +
+ +
+
+ +
+
+
+
+
+
+

timQuery

+

Query an RSU for set TIMs

+
+
+
+

+

Query an RSU for set TIMs

+

+
+
/tim/query
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X POST "https://yourhostname/tim/query"
+
+
+
import io.swagger.client.*;
+import io.swagger.client.auth.*;
+import io.swagger.client.model.*;
+import io.swagger.client.api.TIMApi;
+
+import java.io.File;
+import java.util.*;
+
+public class TIMApiExample {
+
+    public static void main(String[] args) {
+        
+        TIMApi apiInstance = new TIMApi();
+        RSU rSU = ; // RSU | 
+        try {
+            Status result = apiInstance.timQuery(rSU);
+            System.out.println(result);
+        } catch (ApiException e) {
+            System.err.println("Exception when calling TIMApi#timQuery");
+            e.printStackTrace();
+        }
+    }
+}
+
+ +
+
import io.swagger.client.api.TIMApi;
+
+public class TIMApiExample {
+
+    public static void main(String[] args) {
+        TIMApi apiInstance = new TIMApi();
+        RSU rSU = ; // RSU | 
+        try {
+            Status result = apiInstance.timQuery(rSU);
+            System.out.println(result);
+        } catch (ApiException e) {
+            System.err.println("Exception when calling TIMApi#timQuery");
+            e.printStackTrace();
+        }
+    }
+}
+
+ +
+
RSU *rSU = ; // 
+
+TIMApi *apiInstance = [[TIMApi alloc] init];
+
+// Query an RSU for set TIMs
+[apiInstance timQueryWith:rSU
+              completionHandler: ^(Status output, NSError* error) {
+                            if (output) {
+                                NSLog(@"%@", output);
+                            }
+                            if (error) {
+                                NSLog(@"Error: %@", error);
+                            }
+                        }];
+
+
+ +
+
var OdeRestApi = require('ode_rest_api');
+
+var api = new OdeRestApi.TIMApi()
+
+var rSU = ; // {RSU} 
+
+
+var callback = function(error, data, response) {
+  if (error) {
+    console.error(error);
+  } else {
+    console.log('API called successfully. Returned data: ' + data);
+  }
+};
+api.timQuery(rSU, callback);
+
+
+ + +
+
using System;
+using System.Diagnostics;
+using IO.Swagger.Api;
+using IO.Swagger.Client;
+using IO.Swagger.Model;
+
+namespace Example
+{
+    public class timQueryExample
+    {
+        public void main()
+        {
+            
+            var apiInstance = new TIMApi();
+            var rSU = new RSU(); // RSU | 
+
+            try
+            {
+                // Query an RSU for set TIMs
+                Status result = apiInstance.timQuery(rSU);
+                Debug.WriteLine(result);
+            }
+            catch (Exception e)
+            {
+                Debug.Print("Exception when calling TIMApi.timQuery: " + e.Message );
+            }
+        }
+    }
+}
+
+
+ +
+
<?php
+require_once(__DIR__ . '/vendor/autoload.php');
+
+$api_instance = new Swagger\Client\Api\TIMApi();
+$rSU = ; // RSU | 
+
+try {
+    $result = $api_instance->timQuery($rSU);
+    print_r($result);
+} catch (Exception $e) {
+    echo 'Exception when calling TIMApi->timQuery: ', $e->getMessage(), PHP_EOL;
+}
+?>
+
+ +
+
use Data::Dumper;
+use WWW::SwaggerClient::Configuration;
+use WWW::SwaggerClient::TIMApi;
+
+my $api_instance = WWW::SwaggerClient::TIMApi->new();
+my $rSU = WWW::SwaggerClient::Object::RSU->new(); # RSU | 
+
+eval { 
+    my $result = $api_instance->timQuery(rSU => $rSU);
+    print Dumper($result);
+};
+if ($@) {
+    warn "Exception when calling TIMApi->timQuery: $@\n";
+}
+
+ +
+
from __future__ import print_statement
+import time
+import swagger_client
+from swagger_client.rest import ApiException
+from pprint import pprint
+
+# create an instance of the API class
+api_instance = swagger_client.TIMApi()
+rSU =  # RSU | 
+
+try: 
+    # Query an RSU for set TIMs
+    api_response = api_instance.tim_query(rSU)
+    pprint(api_response)
+except ApiException as e:
+    print("Exception when calling TIMApi->timQuery: %s\n" % e)
+
+
+ +

Parameters

+ + + +
Body parameters
+ + + + + + + + + +
NameDescription
rSU * + + + +
+
+ + + +

Responses

+

Status: 200 - List of messages in JSON form

+ + + +
+
+
+ +
+ +
+
+ +

Status: 400 - Error in body request

+ + + +
+
+
+ +
+ +
+
+ +

Status: 408 - Timeout

+ + + +
+
+
+ +
+ +
+
+ +

Status: 500 - Misc error

+ + + +
+
+
+ +
+ +
+
+ +
+
+
+
+
+ +
+
+ Generated 2018-04-30T22:35:56.953Z +
+
+
+
+
+ + + + + + + + + + + + + + diff --git a/docs/timEndpointCurl.sh b/docs/timEndpointCurl.sh index 222f38294..368dba948 100755 --- a/docs/timEndpointCurl.sh +++ b/docs/timEndpointCurl.sh @@ -1,235 +1,235 @@ -curl -X POST -H "Content-Type: application/json" -H "Cache-Control: no-cache" -H "Postman-Token: 4c014aac-3597-a40d-e992-271d377d6d4c" -d '{ - "timContent": { - "msgcnt": "1", - "timestamp": "op", - "packetID": "op", - "urlB": "op", - "travelerDataFrame": [{ - "header": { - "sspindex": "1", - "travelerInfoType": "1", - "msgId": { - "FurtherInfoID": "1", - "RoadSignID": { - "position3D": { - "latitude": "1", - "longitude": "1", - "elevation": "1", - "regional": "op" - }, - "HeadingSlice": "1010011010010100", - "MUTCDCode": "op", - "MsgCRC": "op" - } - }, - "DYear": "op", - "MinuteOfTheYear": "0", - "MinutesDuration": "0", - "SignPriority": "0" - }, - "region": { - "sspindex": "0", - "GeographicalPath": [{ - "name": "op", - "id": "op", - "anchor": "op", - "laneWidth": "op", - "diretionality": "op", - "closedPath": "op", - "direction": "op", - "description": [{ - "path": [{ - "scale": "op", - "offset": [{ - "xy": [{ - "nodes": [{ - "delta": [{ - "node-LL1": [{ - "lon": "20", - "lat": "21" - }], - "node-LL2": [{ - "lon": "20", - "lat": "21" - }], - "node-LL3": [{ - "lon": "20", - "lat": "21" - }], - "node-LL4": [{ - "lon": "20", - "lat": "21" - }], - "node-LL5": [{ - "lon": "20", - "lat": "21" - }], - "node-LL6": [{ - "lon": "20", - "lat": "21" - }] - }], - "attributes": "op" - }], - "computed": [{ - "referenceLaneID": "1", - "offsetXaxis": [{ - "small": "1", - "large": "1" - }], - "offsetYaxis": [{ - "small": "1", - "large": "1" - }] - }] - }], - "ll": [{ - "nodes": [{ - "delta": [{ - "node-LL1": [{ - "lon": "20", - "lat": "21" - }], - "node-LL2": [{ - "lon": "20", - "lat": "21" - }], - "node-LL3": [{ - "lon": "20", - "lat": "21" - }], - "node-LL4": [{ - "lon": "20", - "lat": "21" - }], - "node-LL5": [{ - "lon": "20", - "lat": "21" - }], - "node-LL6": [{ - "lon": "20", - "lat": "21" - }] - }], - "attributes": "op" - }] - }] - }] - }], - "geometry": [{ - "direction": "1001101100100100", - "circle": [{ - "center": [{ - "latitude": "1", - "longitude": "1", - "elevation": "1", - "regional": "op" - }], - "radius": "3", - "units": "4" - }] - }], - "oldRegion": [{ - "direction": "1001101100100100", - "area": [{ - "shapePointSet": [{ - "nodes": [{ - "delta": [{ - "node-LL1": [{ - "lon": "20", - "lat": "21" - }], - "node-LL2": [{ - "lon": "20", - "lat": "21" - }], - "node-LL3": [{ - "lon": "20", - "lat": "21" - }], - "node-LL4": [{ - "lon": "20", - "lat": "21" - }], - "node-LL5": [{ - "lon": "20", - "lat": "21" - }], - "node-LL6": [{ - "lon": "20", - "lat": "21" - }] - }], - "attributes": "op" - }], - "computed": [{ - "referenceLaneID": "1", - "offsetXaxis": [{ - "small": "1", - "large": "1" - }], - "offsetYaxis": [{ - "small": "1", - "large": "1" - }] - }] - }], - "circle": [{ - "center": [{ - "latitude": "1", - "longitude": "1", - "elevation": "1", - "regional": "op" - }], - "radius": "3", - "units": "4" - }], - "regionPointSet": [{ - "nodeList": [{ - "xOffset": "1", - "yOffset": "1" - }] - }] - }] - }] - }] - }] - }, - "content": { - "sspMsgRights1": "1", - "sspMsgRights2": "2", - "contentType": { - "advisory": [{ - "ITISCodes": "268", - "ITIStext": "Speed Limit" - } ], - "workZone": [], - "genericSign": [], - "speedLimit": [], - "exitService": [] - }, - "URL-Short": "op", - "regional": "op" - } - }], - "regional": "op" - }, - "RSUs": [{ - "target": "127.0.0.1", - "username": "v3user", - "password": "password", - "retries": "1", - "timeout": "2000" - }], - "snmp": { - "rsuid": "8300", - "msgid": "31", - "mode": "1", - "channel": "178", - "interval": "1", - "deliverystart": "010114111530", - "deliverystop": "010114130000", - "enable": "1", - "status": "4" - } -}' "http://localhost:8080/tim" +curl -X POST -H "Content-Type: application/json" -H "Cache-Control: no-cache" -H "Postman-Token: 4c014aac-3597-a40d-e992-271d377d6d4c" -d '{ + "timContent": { + "msgcnt": "1", + "timestamp": "op", + "packetID": "op", + "urlB": "op", + "travelerDataFrame": [{ + "header": { + "sspindex": "1", + "travelerInfoType": "1", + "msgId": { + "FurtherInfoID": "1", + "RoadSignID": { + "position3D": { + "latitude": "1", + "longitude": "1", + "elevation": "1", + "regional": "op" + }, + "HeadingSlice": "1010011010010100", + "MUTCDCode": "op", + "MsgCRC": "op" + } + }, + "DYear": "op", + "MinuteOfTheYear": "0", + "MinutesDuration": "0", + "SignPriority": "0" + }, + "region": { + "sspindex": "0", + "GeographicalPath": [{ + "name": "op", + "id": "op", + "anchor": "op", + "laneWidth": "op", + "diretionality": "op", + "closedPath": "op", + "direction": "op", + "description": [{ + "path": [{ + "scale": "op", + "offset": [{ + "xy": [{ + "nodes": [{ + "delta": [{ + "node-LL1": [{ + "lon": "20", + "lat": "21" + }], + "node-LL2": [{ + "lon": "20", + "lat": "21" + }], + "node-LL3": [{ + "lon": "20", + "lat": "21" + }], + "node-LL4": [{ + "lon": "20", + "lat": "21" + }], + "node-LL5": [{ + "lon": "20", + "lat": "21" + }], + "node-LL6": [{ + "lon": "20", + "lat": "21" + }] + }], + "attributes": "op" + }], + "computed": [{ + "referenceLaneID": "1", + "offsetXaxis": [{ + "small": "1", + "large": "1" + }], + "offsetYaxis": [{ + "small": "1", + "large": "1" + }] + }] + }], + "ll": [{ + "nodes": [{ + "delta": [{ + "node-LL1": [{ + "lon": "20", + "lat": "21" + }], + "node-LL2": [{ + "lon": "20", + "lat": "21" + }], + "node-LL3": [{ + "lon": "20", + "lat": "21" + }], + "node-LL4": [{ + "lon": "20", + "lat": "21" + }], + "node-LL5": [{ + "lon": "20", + "lat": "21" + }], + "node-LL6": [{ + "lon": "20", + "lat": "21" + }] + }], + "attributes": "op" + }] + }] + }] + }], + "geometry": [{ + "direction": "1001101100100100", + "circle": [{ + "center": [{ + "latitude": "1", + "longitude": "1", + "elevation": "1", + "regional": "op" + }], + "radius": "3", + "units": "4" + }] + }], + "oldRegion": [{ + "direction": "1001101100100100", + "area": [{ + "shapePointSet": [{ + "nodes": [{ + "delta": [{ + "node-LL1": [{ + "lon": "20", + "lat": "21" + }], + "node-LL2": [{ + "lon": "20", + "lat": "21" + }], + "node-LL3": [{ + "lon": "20", + "lat": "21" + }], + "node-LL4": [{ + "lon": "20", + "lat": "21" + }], + "node-LL5": [{ + "lon": "20", + "lat": "21" + }], + "node-LL6": [{ + "lon": "20", + "lat": "21" + }] + }], + "attributes": "op" + }], + "computed": [{ + "referenceLaneID": "1", + "offsetXaxis": [{ + "small": "1", + "large": "1" + }], + "offsetYaxis": [{ + "small": "1", + "large": "1" + }] + }] + }], + "circle": [{ + "center": [{ + "latitude": "1", + "longitude": "1", + "elevation": "1", + "regional": "op" + }], + "radius": "3", + "units": "4" + }], + "regionPointSet": [{ + "nodeList": [{ + "xOffset": "1", + "yOffset": "1" + }] + }] + }] + }] + }] + }] + }, + "content": { + "sspMsgRights1": "1", + "sspMsgRights2": "2", + "contentType": { + "advisory": [{ + "ITISCodes": "268", + "ITIStext": "Speed Limit" + } ], + "workZone": [], + "genericSign": [], + "speedLimit": [], + "exitService": [] + }, + "URL-Short": "op", + "regional": "op" + } + }], + "regional": "op" + }, + "RSUs": [{ + "target": "127.0.0.1", + "username": "v3user", + "password": "password", + "retries": "1", + "timeout": "2000" + }], + "snmp": { + "rsuid": "8300", + "msgid": "31", + "mode": "1", + "channel": "178", + "interval": "1", + "deliverystart": "010114111530", + "deliverystop": "010114130000", + "enable": "1", + "status": "4" + } +}' "http://localhost:8080/tim" diff --git a/docs/timEndpointPython.py b/docs/timEndpointPython.py index 73232755e..e4927cb0a 100644 --- a/docs/timEndpointPython.py +++ b/docs/timEndpointPython.py @@ -1,14 +1,14 @@ -import requests - -url = "http://localhost:8080/tim" - -payload = "{\r\n\t\"timContent\": {\r\n\t\t\"msgcnt\": \"1\",\r\n\t\t\"timestamp\": \"op\",\r\n\t\t\"packetID\": \"op\",\r\n\t\t\"urlB\": \"op\",\r\n\t\t\"travelerDataFrame\": [{\r\n\t\t\t\"header\": {\r\n\t\t\t\t\"sspindex\": \"1\",\r\n\t\t\t\t\"travelerInfoType\": \"1\",\r\n\t\t\t\t\"msgId\": {\r\n\t\t\t\t\t\"FurtherInfoID\": \"1\",\r\n\t\t\t\t\t\"RoadSignID\": {\r\n\t\t\t\t\t\t\"position3D\": {\r\n\t\t\t\t\t\t\t\"latitude\": \"1\",\r\n\t\t\t\t\t\t\t\"longitude\": \"1\",\r\n\t\t\t\t\t\t\t\"elevation\": \"1\",\r\n\t\t\t\t\t\t\t\"regional\": \"op\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"HeadingSlice\": \"1010011010010100\",\r\n\t\t\t\t\t\t\"MUTCDCode\": \"op\",\r\n\t\t\t\t\t\t\"MsgCRC\": \"op\"\r\n\t\t\t\t\t}\r\n\t\t\t\t},\r\n\t\t\t\t\"DYear\": \"op\",\r\n\t\t\t\t\"MinuteOfTheYear\": \"0\",\r\n\t\t\t\t\"MinutesDuration\": \"0\",\r\n\t\t\t\t\"SignPriority\": \"0\"\r\n\t\t\t},\r\n\t\t\t\"region\": {\r\n\t\t\t\t\"sspindex\": \"0\",\r\n\t\t\t\t\"GeographicalPath\": [{\r\n\t\t\t\t\t\"name\": \"op\",\r\n\t\t\t\t\t\"id\": \"op\",\r\n\t\t\t\t\t\"anchor\": \"op\",\r\n\t\t\t\t\t\"laneWidth\": \"op\",\r\n\t\t\t\t\t\"diretionality\": \"op\",\r\n\t\t\t\t\t\"closedPath\": \"op\",\r\n\t\t\t\t\t\"direction\": \"op\",\r\n\t\t\t\t\t\"description\": [{\r\n\t\t\t\t\t\t\"path\": [{\r\n\t\t\t\t\t\t\t\"scale\": \"op\",\r\n\t\t\t\t\t\t\t\"offset\": [{\r\n\t\t\t\t\t\t\t\t\"xy\": [{\r\n\t\t\t\t\t\t\t\t\t\"nodes\": [{\r\n\t\t\t\t\t\t\t\t\t\t\"delta\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL1\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL2\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL3\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL4\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL5\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL6\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\"attributes\": \"op\"\r\n\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\"computed\": [{\r\n\t\t\t\t\t\t\t\t\t\t\"referenceLaneID\": \"1\",\r\n\t\t\t\t\t\t\t\t\t\t\"offsetXaxis\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\"small\": \"1\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"large\": \"1\"\r\n\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\"offsetYaxis\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\"small\": \"1\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"large\": \"1\"\r\n\t\t\t\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\"ll\": [{\r\n\t\t\t\t\t\t\t\t\t\"nodes\": [{\r\n\t\t\t\t\t\t\t\t\t\t\"delta\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL1\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL2\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL3\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL4\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL5\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL6\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\"attributes\": \"op\"\r\n\t\t\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\"geometry\": [{\r\n\t\t\t\t\t\t\t\"direction\": \"1001101100100100\",\r\n\t\t\t\t\t\t\t\"circle\": [{\r\n\t\t\t\t\t\t\t\t\"center\": [{\r\n\t\t\t\t\t\t\t\t\t\"latitude\": \"1\",\r\n\t\t\t\t\t\t\t\t\t\"longitude\": \"1\",\r\n\t\t\t\t\t\t\t\t\t\"elevation\": \"1\",\r\n\t\t\t\t\t\t\t\t\t\"regional\": \"op\"\r\n\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\"radius\": \"3\",\r\n\t\t\t\t\t\t\t\t\"units\": \"4\"\r\n\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\"oldRegion\": [{\r\n\t\t\t\t\t\t\t\"direction\": \"1001101100100100\",\r\n\t\t\t\t\t\t\t\"area\": [{\r\n\t\t\t\t\t\t\t\t\"shapePointSet\": [{\r\n\t\t\t\t\t\t\t\t\t\"nodes\": [{\r\n\t\t\t\t\t\t\t\t\t\t\"delta\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL1\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL2\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL3\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL4\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL5\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL6\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\"attributes\": \"op\"\r\n\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\"computed\": [{\r\n\t\t\t\t\t\t\t\t\t\t\"referenceLaneID\": \"1\",\r\n\t\t\t\t\t\t\t\t\t\t\"offsetXaxis\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\"small\": \"1\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"large\": \"1\"\r\n\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\"offsetYaxis\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\"small\": \"1\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"large\": \"1\"\r\n\t\t\t\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\"circle\": [{\r\n\t\t\t\t\t\t\t\t\t\"center\": [{\r\n\t\t\t\t\t\t\t\t\t\t\"latitude\": \"1\",\r\n\t\t\t\t\t\t\t\t\t\t\"longitude\": \"1\",\r\n\t\t\t\t\t\t\t\t\t\t\"elevation\": \"1\",\r\n\t\t\t\t\t\t\t\t\t\t\"regional\": \"op\"\r\n\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\"radius\": \"3\",\r\n\t\t\t\t\t\t\t\t\t\"units\": \"4\"\r\n\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\"regionPointSet\": [{\r\n\t\t\t\t\t\t\t\t\t\"nodeList\": [{\r\n\t\t\t\t\t\t\t\t\t\t\"xOffset\": \"1\",\r\n\t\t\t\t\t\t\t\t\t\t\"yOffset\": \"1\"\r\n\t\t\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t}]\r\n\t\t\t\t\t}]\r\n\t\t\t\t}]\r\n\t\t\t},\r\n\t\t\t\"content\": {\r\n\t\t\t\t\"sspMsgRights1\": \"1\",\r\n\t\t\t\t\"sspMsgRights2\": \"2\",\r\n\t\t\t\t\"contentType\": {\r\n\t\t\t\t\t\"advisory\": [{\r\n\t\t\t\t\t\t\"ITISCodes\": \"268\",\r\n\t\t\t\t\t\t\"ITIStext\": \"Speed Limit\"\r\n\t\t\t\t\t} ],\r\n\t\t\t\t\t\"workZone\": [],\r\n\t\t\t\t\t\"genericSign\": [],\r\n\t\t\t\t\t\"speedLimit\": [],\r\n\t\t\t\t\t\"exitService\": []\r\n\t\t\t\t},\r\n\t\t\t\t\"URL-Short\": \"op\",\r\n\t\t\t\t\"regional\": \"op\"\r\n\t\t\t}\r\n\t\t}],\r\n\t\t\"regional\": \"op\"\r\n\t},\r\n\t\"RSUs\": [{\r\n\t\t\"target\": \"127.0.0.1\",\r\n\t\t\"username\": \"v3user\",\r\n\t\t\"password\": \"password\",\r\n\t\t\"retries\": \"1\",\r\n\t\t\"timeout\": \"2000\"\r\n\t}], \r\n\t\"snmp\": {\r\n\t\t\"rsuid\": \"8300\",\r\n\t\t\"msgid\": \"31\",\r\n\t\t\"mode\": \"1\",\r\n\t\t\"channel\": \"178\",\r\n\t\t\"interval\": \"1\",\r\n\t\t\"deliverystart\": \"010114111530\",\r\n\t\t\"deliverystop\": \"010114130000\",\r\n\t\t\"enable\": \"1\",\r\n\t\t\"status\": \"4\"\r\n\t}\r\n}" -headers = { - 'content-type': "application/json", - 'cache-control': "no-cache", - 'postman-token': "e3aeeabb-569d-e3e9-0816-2b271aace18d" - } - -response = requests.request("POST", url, data=payload, headers=headers) - -print(response.text) +import requests + +url = "http://localhost:8080/tim" + +payload = "{\r\n\t\"timContent\": {\r\n\t\t\"msgcnt\": \"1\",\r\n\t\t\"timestamp\": \"op\",\r\n\t\t\"packetID\": \"op\",\r\n\t\t\"urlB\": \"op\",\r\n\t\t\"travelerDataFrame\": [{\r\n\t\t\t\"header\": {\r\n\t\t\t\t\"sspindex\": \"1\",\r\n\t\t\t\t\"travelerInfoType\": \"1\",\r\n\t\t\t\t\"msgId\": {\r\n\t\t\t\t\t\"FurtherInfoID\": \"1\",\r\n\t\t\t\t\t\"RoadSignID\": {\r\n\t\t\t\t\t\t\"position3D\": {\r\n\t\t\t\t\t\t\t\"latitude\": \"1\",\r\n\t\t\t\t\t\t\t\"longitude\": \"1\",\r\n\t\t\t\t\t\t\t\"elevation\": \"1\",\r\n\t\t\t\t\t\t\t\"regional\": \"op\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"HeadingSlice\": \"1010011010010100\",\r\n\t\t\t\t\t\t\"MUTCDCode\": \"op\",\r\n\t\t\t\t\t\t\"MsgCRC\": \"op\"\r\n\t\t\t\t\t}\r\n\t\t\t\t},\r\n\t\t\t\t\"DYear\": \"op\",\r\n\t\t\t\t\"MinuteOfTheYear\": \"0\",\r\n\t\t\t\t\"MinutesDuration\": \"0\",\r\n\t\t\t\t\"SignPriority\": \"0\"\r\n\t\t\t},\r\n\t\t\t\"region\": {\r\n\t\t\t\t\"sspindex\": \"0\",\r\n\t\t\t\t\"GeographicalPath\": [{\r\n\t\t\t\t\t\"name\": \"op\",\r\n\t\t\t\t\t\"id\": \"op\",\r\n\t\t\t\t\t\"anchor\": \"op\",\r\n\t\t\t\t\t\"laneWidth\": \"op\",\r\n\t\t\t\t\t\"diretionality\": \"op\",\r\n\t\t\t\t\t\"closedPath\": \"op\",\r\n\t\t\t\t\t\"direction\": \"op\",\r\n\t\t\t\t\t\"description\": [{\r\n\t\t\t\t\t\t\"path\": [{\r\n\t\t\t\t\t\t\t\"scale\": \"op\",\r\n\t\t\t\t\t\t\t\"offset\": [{\r\n\t\t\t\t\t\t\t\t\"xy\": [{\r\n\t\t\t\t\t\t\t\t\t\"nodes\": [{\r\n\t\t\t\t\t\t\t\t\t\t\"delta\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL1\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL2\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL3\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL4\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL5\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL6\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\"attributes\": \"op\"\r\n\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\"computed\": [{\r\n\t\t\t\t\t\t\t\t\t\t\"referenceLaneID\": \"1\",\r\n\t\t\t\t\t\t\t\t\t\t\"offsetXaxis\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\"small\": \"1\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"large\": \"1\"\r\n\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\"offsetYaxis\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\"small\": \"1\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"large\": \"1\"\r\n\t\t\t\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\"ll\": [{\r\n\t\t\t\t\t\t\t\t\t\"nodes\": [{\r\n\t\t\t\t\t\t\t\t\t\t\"delta\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL1\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL2\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL3\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL4\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL5\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL6\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\"attributes\": \"op\"\r\n\t\t\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\"geometry\": [{\r\n\t\t\t\t\t\t\t\"direction\": \"1001101100100100\",\r\n\t\t\t\t\t\t\t\"circle\": [{\r\n\t\t\t\t\t\t\t\t\"center\": [{\r\n\t\t\t\t\t\t\t\t\t\"latitude\": \"1\",\r\n\t\t\t\t\t\t\t\t\t\"longitude\": \"1\",\r\n\t\t\t\t\t\t\t\t\t\"elevation\": \"1\",\r\n\t\t\t\t\t\t\t\t\t\"regional\": \"op\"\r\n\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\"radius\": \"3\",\r\n\t\t\t\t\t\t\t\t\"units\": \"4\"\r\n\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\"oldRegion\": [{\r\n\t\t\t\t\t\t\t\"direction\": \"1001101100100100\",\r\n\t\t\t\t\t\t\t\"area\": [{\r\n\t\t\t\t\t\t\t\t\"shapePointSet\": [{\r\n\t\t\t\t\t\t\t\t\t\"nodes\": [{\r\n\t\t\t\t\t\t\t\t\t\t\"delta\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL1\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL2\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL3\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL4\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL5\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL6\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\"attributes\": \"op\"\r\n\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\"computed\": [{\r\n\t\t\t\t\t\t\t\t\t\t\"referenceLaneID\": \"1\",\r\n\t\t\t\t\t\t\t\t\t\t\"offsetXaxis\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\"small\": \"1\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"large\": \"1\"\r\n\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\"offsetYaxis\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\"small\": \"1\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"large\": \"1\"\r\n\t\t\t\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\"circle\": [{\r\n\t\t\t\t\t\t\t\t\t\"center\": [{\r\n\t\t\t\t\t\t\t\t\t\t\"latitude\": \"1\",\r\n\t\t\t\t\t\t\t\t\t\t\"longitude\": \"1\",\r\n\t\t\t\t\t\t\t\t\t\t\"elevation\": \"1\",\r\n\t\t\t\t\t\t\t\t\t\t\"regional\": \"op\"\r\n\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\"radius\": \"3\",\r\n\t\t\t\t\t\t\t\t\t\"units\": \"4\"\r\n\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\"regionPointSet\": [{\r\n\t\t\t\t\t\t\t\t\t\"nodeList\": [{\r\n\t\t\t\t\t\t\t\t\t\t\"xOffset\": \"1\",\r\n\t\t\t\t\t\t\t\t\t\t\"yOffset\": \"1\"\r\n\t\t\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t}]\r\n\t\t\t\t\t}]\r\n\t\t\t\t}]\r\n\t\t\t},\r\n\t\t\t\"content\": {\r\n\t\t\t\t\"sspMsgRights1\": \"1\",\r\n\t\t\t\t\"sspMsgRights2\": \"2\",\r\n\t\t\t\t\"contentType\": {\r\n\t\t\t\t\t\"advisory\": [{\r\n\t\t\t\t\t\t\"ITISCodes\": \"268\",\r\n\t\t\t\t\t\t\"ITIStext\": \"Speed Limit\"\r\n\t\t\t\t\t} ],\r\n\t\t\t\t\t\"workZone\": [],\r\n\t\t\t\t\t\"genericSign\": [],\r\n\t\t\t\t\t\"speedLimit\": [],\r\n\t\t\t\t\t\"exitService\": []\r\n\t\t\t\t},\r\n\t\t\t\t\"URL-Short\": \"op\",\r\n\t\t\t\t\"regional\": \"op\"\r\n\t\t\t}\r\n\t\t}],\r\n\t\t\"regional\": \"op\"\r\n\t},\r\n\t\"RSUs\": [{\r\n\t\t\"target\": \"127.0.0.1\",\r\n\t\t\"username\": \"v3user\",\r\n\t\t\"password\": \"password\",\r\n\t\t\"retries\": \"1\",\r\n\t\t\"timeout\": \"2000\"\r\n\t}], \r\n\t\"snmp\": {\r\n\t\t\"rsuid\": \"8300\",\r\n\t\t\"msgid\": \"31\",\r\n\t\t\"mode\": \"1\",\r\n\t\t\"channel\": \"178\",\r\n\t\t\"interval\": \"1\",\r\n\t\t\"deliverystart\": \"010114111530\",\r\n\t\t\"deliverystop\": \"010114130000\",\r\n\t\t\"enable\": \"1\",\r\n\t\t\"status\": \"4\"\r\n\t}\r\n}" +headers = { + 'content-type': "application/json", + 'cache-control': "no-cache", + 'postman-token': "e3aeeabb-569d-e3e9-0816-2b271aace18d" + } + +response = requests.request("POST", url, data=payload, headers=headers) + +print(response.text) diff --git a/jpo-ode-common/LICENSE-2.0.html b/jpo-ode-common/LICENSE-2.0.html index d1055c8ad..16303d2c7 100644 --- a/jpo-ode-common/LICENSE-2.0.html +++ b/jpo-ode-common/LICENSE-2.0.html @@ -1,228 +1,228 @@ - - - - - - Apache License, Version 2.0 - - -
- -

Apache License
- Version 2.0, January 2004
- http://www.apache.org/licenses/

-

TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND - DISTRIBUTION

-

1. - Definitions.

-

"License" shall mean the terms and conditions for use, - reproduction, and distribution as defined by Sections 1 through 9 - of this document.

-

"Licensor" shall mean the copyright owner or entity authorized - by the copyright owner that is granting the License.

-

"Legal Entity" shall mean the union of the acting entity and - all other entities that control, are controlled by, or are under - common control with that entity. For the purposes of this - definition, "control" means (i) the power, direct or indirect, to - cause the direction or management of such entity, whether by - contract or otherwise, or (ii) ownership of fifty percent (50%) - or more of the outstanding shares, or (iii) beneficial ownership - of such entity.

-

"You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License.

-

"Source" form shall mean the preferred form for making - modifications, including but not limited to software source code, - documentation source, and configuration files.

-

"Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but not - limited to compiled object code, generated documentation, and - conversions to other media types.

-

"Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work (an - example is provided in the Appendix below).

-

"Derivative Works" shall mean any work, whether in Source or - Object form, that is based on (or derived from) the Work and for - which the editorial revisions, annotations, elaborations, or - other modifications represent, as a whole, an original work of - authorship. For the purposes of this License, Derivative Works - shall not include works that remain separable from, or merely - link (or bind by name) to the interfaces of, the Work and - Derivative Works thereof.

-

"Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or - additions to that Work or Derivative Works thereof, that is - intentionally submitted to Licensor for inclusion in the Work by - the copyright owner or by an individual or Legal Entity - authorized to submit on behalf of the copyright owner. For the - purposes of this definition, "submitted" means any form of - electronic, verbal, or written communication sent to the Licensor - or its representatives, including but not limited to - communication on electronic mailing lists, source code control - systems, and issue tracking systems that are managed by, or on - behalf of, the Licensor for the purpose of discussing and - improving the Work, but excluding communication that is - conspicuously marked or otherwise designated in writing by the - copyright owner as "Not a Contribution."

-

"Contributor" shall mean Licensor and any individual or Legal - Entity on behalf of whom a Contribution has been received by - Licensor and subsequently incorporated within the Work.

-

2. Grant of - Copyright License. Subject to the terms and - conditions of this License, each Contributor hereby grants to You - a perpetual, worldwide, non-exclusive, no-charge, royalty-free, - irrevocable copyright license to reproduce, prepare Derivative - Works of, publicly display, publicly perform, sublicense, and - distribute the Work and such Derivative Works in Source or Object - form.

-

3. Grant of Patent - License. Subject to the terms and conditions of this - License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have - made, use, offer to sell, sell, import, and otherwise transfer - the Work, where such license applies only to those patent claims - licensable by such Contributor that are necessarily infringed by - their Contribution(s) alone or by combination of their - Contribution(s) with the Work to which such Contribution(s) was - submitted. If You institute patent litigation against any entity - (including a cross-claim or counterclaim in a lawsuit) alleging - that the Work or a Contribution incorporated within the Work - constitutes direct or contributory patent infringement, then any - patent licenses granted to You under this License for that Work - shall terminate as of the date such litigation is filed.

-

4. - Redistribution. You may reproduce and distribute - copies of the Work or Derivative Works thereof in any medium, - with or without modifications, and in Source or Object form, - provided that You meet the following conditions:

-
    -
  1. You must give any other recipients of the Work or - Derivative Works a copy of this License; and
  2. -
  3. You must cause any modified files to carry prominent - notices stating that You changed the files; and
  4. -
  5. You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, excluding - those notices that do not pertain to any part of the Derivative - Works; and
  6. -
  7. If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute - must include a readable copy of the attribution notices - contained within such NOTICE file, excluding those notices that - do not pertain to any part of the Derivative Works, in at least - one of the following places: within a NOTICE text file - distributed as part of the Derivative Works; within the Source - form or documentation, if provided along with the Derivative - Works; or, within a display generated by the Derivative Works, - if and wherever such third-party notices normally appear. The - contents of the NOTICE file are for informational purposes only - and do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed as - modifying the License.
    -
    - You may add Your own copyright statement to Your modifications - and may provide additional or different license terms and - conditions for use, reproduction, or distribution of Your - modifications, or for any such Derivative Works as a whole, - provided Your use, reproduction, and distribution of the Work - otherwise complies with the conditions stated in this - License.
  8. -
-

5. - Submission of Contributions. Unless You explicitly - state otherwise, any Contribution intentionally submitted for - inclusion in the Work by You to the Licensor shall be under the - terms and conditions of this License, without any additional - terms or conditions. Notwithstanding the above, nothing herein - shall supersede or modify the terms of any separate license - agreement you may have executed with Licensor regarding such - Contributions.

-

6. - Trademarks. This License does not grant permission - to use the trade names, trademarks, service marks, or product - names of the Licensor, except as required for reasonable and - customary use in describing the origin of the Work and - reproducing the content of the NOTICE file.

-

7. Disclaimer - of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or - conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or - FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for - determining the appropriateness of using or redistributing the - Work and assume any risks associated with Your exercise of - permissions under this License.

-

8. Limitation - of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, - special, incidental, or consequential damages of any character - arising as a result of this License or out of the use or - inability to use the Work (including but not limited to damages - for loss of goodwill, work stoppage, computer failure or - malfunction, or any and all other commercial damages or losses), - even if such Contributor has been advised of the possibility of - such damages.

-

9. Accepting - Warranty or Additional Liability. While - redistributing the Work or Derivative Works thereof, You may - choose to offer, and charge a fee for, acceptance of support, - warranty, indemnity, or other liability obligations and/or rights - consistent with this License. However, in accepting such - obligations, You may act only on Your own behalf and on Your sole - responsibility, not on behalf of any other Contributor, and only - if You agree to indemnify, defend, and hold each Contributor - harmless for any liability incurred by, or claims asserted - against, such Contributor by reason of your accepting any such - warranty or additional liability.

-

END OF TERMS AND CONDITIONS

-

APPENDIX: How to apply the Apache License to your - work

-

To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a file - or class name and description of purpose be included on the same - "printed page" as the copyright notice for easier identification - within third-party archives.

-
-
Copyright [yyyy] [name of copyright owner]
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-    
-
-
- - - + + + + + + Apache License, Version 2.0 + + +
+ +

Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/

+

TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND + DISTRIBUTION

+

1. + Definitions.

+

"License" shall mean the terms and conditions for use, + reproduction, and distribution as defined by Sections 1 through 9 + of this document.

+

"Licensor" shall mean the copyright owner or entity authorized + by the copyright owner that is granting the License.

+

"Legal Entity" shall mean the union of the acting entity and + all other entities that control, are controlled by, or are under + common control with that entity. For the purposes of this + definition, "control" means (i) the power, direct or indirect, to + cause the direction or management of such entity, whether by + contract or otherwise, or (ii) ownership of fifty percent (50%) + or more of the outstanding shares, or (iii) beneficial ownership + of such entity.

+

"You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License.

+

"Source" form shall mean the preferred form for making + modifications, including but not limited to software source code, + documentation source, and configuration files.

+

"Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but not + limited to compiled object code, generated documentation, and + conversions to other media types.

+

"Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work (an + example is provided in the Appendix below).

+

"Derivative Works" shall mean any work, whether in Source or + Object form, that is based on (or derived from) the Work and for + which the editorial revisions, annotations, elaborations, or + other modifications represent, as a whole, an original work of + authorship. For the purposes of this License, Derivative Works + shall not include works that remain separable from, or merely + link (or bind by name) to the interfaces of, the Work and + Derivative Works thereof.

+

"Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or + additions to that Work or Derivative Works thereof, that is + intentionally submitted to Licensor for inclusion in the Work by + the copyright owner or by an individual or Legal Entity + authorized to submit on behalf of the copyright owner. For the + purposes of this definition, "submitted" means any form of + electronic, verbal, or written communication sent to the Licensor + or its representatives, including but not limited to + communication on electronic mailing lists, source code control + systems, and issue tracking systems that are managed by, or on + behalf of, the Licensor for the purpose of discussing and + improving the Work, but excluding communication that is + conspicuously marked or otherwise designated in writing by the + copyright owner as "Not a Contribution."

+

"Contributor" shall mean Licensor and any individual or Legal + Entity on behalf of whom a Contribution has been received by + Licensor and subsequently incorporated within the Work.

+

2. Grant of + Copyright License. Subject to the terms and + conditions of this License, each Contributor hereby grants to You + a perpetual, worldwide, non-exclusive, no-charge, royalty-free, + irrevocable copyright license to reproduce, prepare Derivative + Works of, publicly display, publicly perform, sublicense, and + distribute the Work and such Derivative Works in Source or Object + form.

+

3. Grant of Patent + License. Subject to the terms and conditions of this + License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have + made, use, offer to sell, sell, import, and otherwise transfer + the Work, where such license applies only to those patent claims + licensable by such Contributor that are necessarily infringed by + their Contribution(s) alone or by combination of their + Contribution(s) with the Work to which such Contribution(s) was + submitted. If You institute patent litigation against any entity + (including a cross-claim or counterclaim in a lawsuit) alleging + that the Work or a Contribution incorporated within the Work + constitutes direct or contributory patent infringement, then any + patent licenses granted to You under this License for that Work + shall terminate as of the date such litigation is filed.

+

4. + Redistribution. You may reproduce and distribute + copies of the Work or Derivative Works thereof in any medium, + with or without modifications, and in Source or Object form, + provided that You meet the following conditions:

+
    +
  1. You must give any other recipients of the Work or + Derivative Works a copy of this License; and
  2. +
  3. You must cause any modified files to carry prominent + notices stating that You changed the files; and
  4. +
  5. You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, excluding + those notices that do not pertain to any part of the Derivative + Works; and
  6. +
  7. If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute + must include a readable copy of the attribution notices + contained within such NOTICE file, excluding those notices that + do not pertain to any part of the Derivative Works, in at least + one of the following places: within a NOTICE text file + distributed as part of the Derivative Works; within the Source + form or documentation, if provided along with the Derivative + Works; or, within a display generated by the Derivative Works, + if and wherever such third-party notices normally appear. The + contents of the NOTICE file are for informational purposes only + and do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed as + modifying the License.
    +
    + You may add Your own copyright statement to Your modifications + and may provide additional or different license terms and + conditions for use, reproduction, or distribution of Your + modifications, or for any such Derivative Works as a whole, + provided Your use, reproduction, and distribution of the Work + otherwise complies with the conditions stated in this + License.
  8. +
+

5. + Submission of Contributions. Unless You explicitly + state otherwise, any Contribution intentionally submitted for + inclusion in the Work by You to the Licensor shall be under the + terms and conditions of this License, without any additional + terms or conditions. Notwithstanding the above, nothing herein + shall supersede or modify the terms of any separate license + agreement you may have executed with Licensor regarding such + Contributions.

+

6. + Trademarks. This License does not grant permission + to use the trade names, trademarks, service marks, or product + names of the Licensor, except as required for reasonable and + customary use in describing the origin of the Work and + reproducing the content of the NOTICE file.

+

7. Disclaimer + of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or + conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or + FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for + determining the appropriateness of using or redistributing the + Work and assume any risks associated with Your exercise of + permissions under this License.

+

8. Limitation + of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, + special, incidental, or consequential damages of any character + arising as a result of this License or out of the use or + inability to use the Work (including but not limited to damages + for loss of goodwill, work stoppage, computer failure or + malfunction, or any and all other commercial damages or losses), + even if such Contributor has been advised of the possibility of + such damages.

+

9. Accepting + Warranty or Additional Liability. While + redistributing the Work or Derivative Works thereof, You may + choose to offer, and charge a fee for, acceptance of support, + warranty, indemnity, or other liability obligations and/or rights + consistent with this License. However, in accepting such + obligations, You may act only on Your own behalf and on Your sole + responsibility, not on behalf of any other Contributor, and only + if You agree to indemnify, defend, and hold each Contributor + harmless for any liability incurred by, or claims asserted + against, such Contributor by reason of your accepting any such + warranty or additional liability.

+

END OF TERMS AND CONDITIONS

+

APPENDIX: How to apply the Apache License to your + work

+

To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a file + or class name and description of purpose be included on the same + "printed page" as the copyright notice for easier identification + within third-party archives.

+
+
Copyright [yyyy] [name of copyright owner]
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+    
+
+
+ + + diff --git a/jpo-ode-common/pom.xml b/jpo-ode-common/pom.xml index da1882b32..63e6af4ad 100644 --- a/jpo-ode-common/pom.xml +++ b/jpo-ode-common/pom.xml @@ -5,7 +5,7 @@ usdot.jpo.ode jpo-ode - 1.0.8-SNAPSHOT + 0.0.9-SNAPSHOT jpo-ode-common diff --git a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/inet/InetPacket.java b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/inet/InetPacket.java index 96cf0a25a..d87c7692d 100644 --- a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/inet/InetPacket.java +++ b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/inet/InetPacket.java @@ -1,118 +1,118 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.inet; - -import java.net.DatagramPacket; -import java.net.InetAddress; -import java.net.UnknownHostException; -import java.nio.ByteBuffer; -import java.nio.ByteOrder; -import java.util.Arrays; - -import us.dot.its.jpo.ode.util.CodecUtils; -import us.dot.its.jpo.ode.util.CrcCccitt; - -public class InetPacket { - - private static final int MAGIC_NUMBER = 982451653; - private static final int MIN_BUNDLE_LENGTH = 4 + 4 + 1 + 4 + 2; // magic + port + type + ip4 + CRC - - private InetPoint point; - private byte[] payload; - - public InetPacket(String host, int port, byte[] payload) throws UnknownHostException { - this(InetAddress.getByName( host ), port, payload); - } - - public InetPacket(InetAddress ipAddress, int port, byte[] payload) { - this(new InetPoint(ipAddress.getAddress(), port), payload); - } - - public InetPacket(InetPoint point, byte[] payload) { - this.point = point; - if ( !parseBundle(payload) ) - this.payload = payload; - } - - public InetPacket(DatagramPacket packet) { - point = new InetPoint(packet.getAddress().getAddress(), packet.getPort()); - byte[] data = Arrays.copyOfRange(packet.getData(), packet.getOffset(), packet.getLength()); - if ( !parseBundle(data) ) - payload = data; - } - - public InetPacket(byte[] bundle) { - if ( !parseBundle(bundle) ) - payload = bundle; - } - - public InetPoint getPoint() { - return point; - } - - public byte[] getPayload() { - return payload; - } - - public byte[] getBundle() { - if ( point == null ) - return payload; - int payloadLength = payload != null ? payload.length : 0; - int headerLength = MIN_BUNDLE_LENGTH - 4 + point.address.length; - byte [] bundle = new byte[headerLength + payloadLength]; - ByteBuffer buffer = ByteBuffer.allocate(headerLength).order(ByteOrder.BIG_ENDIAN); - buffer.putInt(MAGIC_NUMBER); - buffer.putInt(point.port); - buffer.put((byte)(point.address.length == 16 ? 1 : 0)); - buffer.put(point.address); - byte[] header = buffer.array(); - assert(header.length == headerLength); - CrcCccitt.setMsgCRC(header); - System.arraycopy(header, 0, bundle, 0, headerLength); - if ( payload != null ) - System.arraycopy(payload, 0, bundle, headerLength, payloadLength); - return bundle; - } - - public boolean parseBundle(byte[] bundle) { - if ( bundle == null || bundle.length < MIN_BUNDLE_LENGTH ) - return false; - ByteBuffer buffer = ByteBuffer.wrap(bundle); - int magic = buffer.getInt(); - if ( magic != MAGIC_NUMBER ) - return false; - int port = buffer.getInt(); - byte type = buffer.get(); - int addressLength = type == 1 ? 16 : 4; - if ( buffer.remaining() < addressLength + 2 ) - return false; - if ( !CrcCccitt.isValidMsgCRC(bundle, 0, MIN_BUNDLE_LENGTH - 4 + addressLength) ) - return false; - byte[] address = new byte[addressLength]; - buffer.get(address,0,addressLength); - buffer.getShort(); - point = new InetPoint(address, port, true); - int payloadLength = bundle.length - MIN_BUNDLE_LENGTH + 4 - addressLength; - payload = new byte[payloadLength]; - buffer.get(payload,0,payloadLength); - return true; - } - - public String toHexString() { - return CodecUtils.toHex(getBundle()); - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.inet; + +import java.net.DatagramPacket; +import java.net.InetAddress; +import java.net.UnknownHostException; +import java.nio.ByteBuffer; +import java.nio.ByteOrder; +import java.util.Arrays; + +import us.dot.its.jpo.ode.util.CodecUtils; +import us.dot.its.jpo.ode.util.CrcCccitt; + +public class InetPacket { + + private static final int MAGIC_NUMBER = 982451653; + private static final int MIN_BUNDLE_LENGTH = 4 + 4 + 1 + 4 + 2; // magic + port + type + ip4 + CRC + + private InetPoint point; + private byte[] payload; + + public InetPacket(String host, int port, byte[] payload) throws UnknownHostException { + this(InetAddress.getByName( host ), port, payload); + } + + public InetPacket(InetAddress ipAddress, int port, byte[] payload) { + this(new InetPoint(ipAddress.getAddress(), port), payload); + } + + public InetPacket(InetPoint point, byte[] payload) { + this.point = point; + if ( !parseBundle(payload) ) + this.payload = payload; + } + + public InetPacket(DatagramPacket packet) { + point = new InetPoint(packet.getAddress().getAddress(), packet.getPort()); + byte[] data = Arrays.copyOfRange(packet.getData(), packet.getOffset(), packet.getLength()); + if ( !parseBundle(data) ) + payload = data; + } + + public InetPacket(byte[] bundle) { + if ( !parseBundle(bundle) ) + payload = bundle; + } + + public InetPoint getPoint() { + return point; + } + + public byte[] getPayload() { + return payload; + } + + public byte[] getBundle() { + if ( point == null ) + return payload; + int payloadLength = payload != null ? payload.length : 0; + int headerLength = MIN_BUNDLE_LENGTH - 4 + point.address.length; + byte [] bundle = new byte[headerLength + payloadLength]; + ByteBuffer buffer = ByteBuffer.allocate(headerLength).order(ByteOrder.BIG_ENDIAN); + buffer.putInt(MAGIC_NUMBER); + buffer.putInt(point.port); + buffer.put((byte)(point.address.length == 16 ? 1 : 0)); + buffer.put(point.address); + byte[] header = buffer.array(); + assert(header.length == headerLength); + CrcCccitt.setMsgCRC(header); + System.arraycopy(header, 0, bundle, 0, headerLength); + if ( payload != null ) + System.arraycopy(payload, 0, bundle, headerLength, payloadLength); + return bundle; + } + + public boolean parseBundle(byte[] bundle) { + if ( bundle == null || bundle.length < MIN_BUNDLE_LENGTH ) + return false; + ByteBuffer buffer = ByteBuffer.wrap(bundle); + int magic = buffer.getInt(); + if ( magic != MAGIC_NUMBER ) + return false; + int port = buffer.getInt(); + byte type = buffer.get(); + int addressLength = type == 1 ? 16 : 4; + if ( buffer.remaining() < addressLength + 2 ) + return false; + if ( !CrcCccitt.isValidMsgCRC(bundle, 0, MIN_BUNDLE_LENGTH - 4 + addressLength) ) + return false; + byte[] address = new byte[addressLength]; + buffer.get(address,0,addressLength); + buffer.getShort(); + point = new InetPoint(address, port, true); + int payloadLength = bundle.length - MIN_BUNDLE_LENGTH + 4 - addressLength; + payload = new byte[payloadLength]; + buffer.get(payload,0,payloadLength); + return true; + } + + public String toHexString() { + return CodecUtils.toHex(getBundle()); + } + +} diff --git a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/inet/InetPacketException.java b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/inet/InetPacketException.java index 3058b4774..a1f36b5d6 100644 --- a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/inet/InetPacketException.java +++ b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/inet/InetPacketException.java @@ -1,29 +1,29 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.inet; - -public class InetPacketException extends Exception { - - private static final long serialVersionUID = 1L; - - public InetPacketException(String message) { - super(message); - } - - public InetPacketException(String message, Throwable cause) { - super(message, cause); - } -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.inet; + +public class InetPacketException extends Exception { + + private static final long serialVersionUID = 1L; + + public InetPacketException(String message) { + super(message); + } + + public InetPacketException(String message, Throwable cause) { + super(message, cause); + } +} diff --git a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/inet/InetPacketSender.java b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/inet/InetPacketSender.java index ced6cc3b5..f8e352ca9 100644 --- a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/inet/InetPacketSender.java +++ b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/inet/InetPacketSender.java @@ -1,160 +1,160 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.inet; - -import java.io.IOException; -import java.net.DatagramPacket; -import java.net.DatagramSocket; -import java.net.SocketException; - -import org.apache.log4j.Logger; - -/** - * Sender/Forwarder helper class for use by Forwarder, Transport, and Data Sink that need to send packets around - */ -public class InetPacketSender { - - private static final String INVALID_PARAMETERS_MSG = "Invalid Parameters. Parameters destination point and payload can not be null"; - - private static final Logger log = Logger.getLogger(InetPacketSender.class); - - /** - * Inet address and port to forward packets to - */ - private InetPoint frwdPoint; - - /** - * Specifies whether outbound IPv4 messages should be send directly or forwarded. Default is send directly. - * To force forwarding IPv4 messages, set this variable to true. - */ - private boolean forwardAll; - - public InetPacketSender() {} - - /** - * Creates an instance of the forwarder/sender helper class. - * @param frwdPoint is the destination to use for forwarding - */ - public InetPacketSender(InetPoint frwdPoint) { - this.frwdPoint = frwdPoint; - } - - /** - * Forward packet. Intended client is the forwarder that received a packet - * @param inbound UDP packet - * @throws InetPacketException - */ - public void forward(DatagramPacket packet) throws InetPacketException { - if ( packet == null ) { - log.warn("Ignoring forward request for null packet"); - return; - } - if ( frwdPoint == null ) - throw new InetPacketException("Couldn't forward packet. Reason: Forwarding destination is not defined."); - send(frwdPoint, new InetPacket(packet).getBundle()); - } - - /** - * Send packet. Intended client is the forwarder that sends outbound packet - * @param packet outbound packet that contains destination+payload bundle - * @throws InetPacketException - */ - public void send(DatagramPacket packet) throws InetPacketException { - if ( packet == null ) { - log.warn("Ignoring send request for null packet"); - return; - } - InetPacket p = new InetPacket(packet); - InetPoint point = p.getPoint(); - if ( point == null ) - throw new InetPacketException("Couldn't send packet. Reason: Destination is not defined in the packet (not a bundle?)"); - send(point, p.getPayload()); - } - - /** - * Forward payload to be sent to dstPoint. Intended clients are Transport or Data Sink sending via forwarder - * @param dstPoint destination address and port for forwarder to forward to - * @param payload data to forward - * @throws InetPacketException - */ - public void forward(InetPoint dstPoint, byte[] payload) throws InetPacketException { - if ( dstPoint == null || payload == null ) - throw new InetPacketException(INVALID_PARAMETERS_MSG); - if ( frwdPoint == null ) - log.warn("Couldn't forward packet. Reason: Forwarding destination is not defined."); - if ( frwdPoint != null && (dstPoint.isIPv6Address() || isForwardAll()) ) { - send(frwdPoint, new InetPacket(dstPoint, payload).getBundle()); - } else { - log.debug("Using direct send instead of forwarding"); - send(dstPoint, payload); - } - } - - /** - * Forward payload to be sent to dstPoint. Intended clients are Transport or Data Sink sending via forwarder or direct - * @param dstPoint destination address and port of the final destination - * @param payload data to forward or send - * @param fromForwarder whether the original request came through a forwarder - * @throws InetPacketException - */ - public void forward(InetPoint dstPoint, byte[] payload, boolean fromForwarder) throws InetPacketException { - if ( dstPoint == null || payload == null ) - throw new InetPacketException(INVALID_PARAMETERS_MSG); - if ( frwdPoint != null && (dstPoint.isIPv6Address() || isForwardAll() || fromForwarder) ) { - send(frwdPoint, new InetPacket(dstPoint, payload).getBundle()); - } else { - log.debug("Using direct send instead of forwarding"); - send(dstPoint, payload); - } - } - - /** - * Send payload to the destination specified. Intended clients are Transport or Data Sink sending directly to the client - * @param dstPoint destination address and port to send to - * @param payload data to send - * @throws InetPacketException - */ - public void send(InetPoint dstPoint, byte[] payload) throws InetPacketException { - if ( dstPoint == null || payload == null ) - throw new InetPacketException(INVALID_PARAMETERS_MSG); - try(DatagramSocket sock = new DatagramSocket()) { - DatagramPacket packet = new DatagramPacket(payload, payload.length, dstPoint.getInetAddress(), dstPoint.port); - sock.send(packet); - } catch (SocketException ex) { - throw new InetPacketException("Couldn't send packet because socket closed.", ex); - } catch (IOException ex) { - throw new InetPacketException("Couldn't send packet due to IO exception.", ex); - } - } - - /** - * Reports whether outbound IPv4 messages should be send directly or forwarded. - * @return true if IPv4 packets are forwarded in addition to IPv6 packets - */ - public boolean isForwardAll() { - return forwardAll; - } - - /** - * - * @param forwardAll Directs how to handle IPv4 messages. - * Specify true to force forwarding IPv4 messages, and false to always send them directly. - */ - public void setForwardAll(boolean forwardAll) { - this.forwardAll = forwardAll; - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.inet; + +import java.io.IOException; +import java.net.DatagramPacket; +import java.net.DatagramSocket; +import java.net.SocketException; + +import org.apache.log4j.Logger; + +/** + * Sender/Forwarder helper class for use by Forwarder, Transport, and Data Sink that need to send packets around + */ +public class InetPacketSender { + + private static final String INVALID_PARAMETERS_MSG = "Invalid Parameters. Parameters destination point and payload can not be null"; + + private static final Logger log = Logger.getLogger(InetPacketSender.class); + + /** + * Inet address and port to forward packets to + */ + private InetPoint frwdPoint; + + /** + * Specifies whether outbound IPv4 messages should be send directly or forwarded. Default is send directly. + * To force forwarding IPv4 messages, set this variable to true. + */ + private boolean forwardAll; + + public InetPacketSender() {} + + /** + * Creates an instance of the forwarder/sender helper class. + * @param frwdPoint is the destination to use for forwarding + */ + public InetPacketSender(InetPoint frwdPoint) { + this.frwdPoint = frwdPoint; + } + + /** + * Forward packet. Intended client is the forwarder that received a packet + * @param inbound UDP packet + * @throws InetPacketException + */ + public void forward(DatagramPacket packet) throws InetPacketException { + if ( packet == null ) { + log.warn("Ignoring forward request for null packet"); + return; + } + if ( frwdPoint == null ) + throw new InetPacketException("Couldn't forward packet. Reason: Forwarding destination is not defined."); + send(frwdPoint, new InetPacket(packet).getBundle()); + } + + /** + * Send packet. Intended client is the forwarder that sends outbound packet + * @param packet outbound packet that contains destination+payload bundle + * @throws InetPacketException + */ + public void send(DatagramPacket packet) throws InetPacketException { + if ( packet == null ) { + log.warn("Ignoring send request for null packet"); + return; + } + InetPacket p = new InetPacket(packet); + InetPoint point = p.getPoint(); + if ( point == null ) + throw new InetPacketException("Couldn't send packet. Reason: Destination is not defined in the packet (not a bundle?)"); + send(point, p.getPayload()); + } + + /** + * Forward payload to be sent to dstPoint. Intended clients are Transport or Data Sink sending via forwarder + * @param dstPoint destination address and port for forwarder to forward to + * @param payload data to forward + * @throws InetPacketException + */ + public void forward(InetPoint dstPoint, byte[] payload) throws InetPacketException { + if ( dstPoint == null || payload == null ) + throw new InetPacketException(INVALID_PARAMETERS_MSG); + if ( frwdPoint == null ) + log.warn("Couldn't forward packet. Reason: Forwarding destination is not defined."); + if ( frwdPoint != null && (dstPoint.isIPv6Address() || isForwardAll()) ) { + send(frwdPoint, new InetPacket(dstPoint, payload).getBundle()); + } else { + log.debug("Using direct send instead of forwarding"); + send(dstPoint, payload); + } + } + + /** + * Forward payload to be sent to dstPoint. Intended clients are Transport or Data Sink sending via forwarder or direct + * @param dstPoint destination address and port of the final destination + * @param payload data to forward or send + * @param fromForwarder whether the original request came through a forwarder + * @throws InetPacketException + */ + public void forward(InetPoint dstPoint, byte[] payload, boolean fromForwarder) throws InetPacketException { + if ( dstPoint == null || payload == null ) + throw new InetPacketException(INVALID_PARAMETERS_MSG); + if ( frwdPoint != null && (dstPoint.isIPv6Address() || isForwardAll() || fromForwarder) ) { + send(frwdPoint, new InetPacket(dstPoint, payload).getBundle()); + } else { + log.debug("Using direct send instead of forwarding"); + send(dstPoint, payload); + } + } + + /** + * Send payload to the destination specified. Intended clients are Transport or Data Sink sending directly to the client + * @param dstPoint destination address and port to send to + * @param payload data to send + * @throws InetPacketException + */ + public void send(InetPoint dstPoint, byte[] payload) throws InetPacketException { + if ( dstPoint == null || payload == null ) + throw new InetPacketException(INVALID_PARAMETERS_MSG); + try(DatagramSocket sock = new DatagramSocket()) { + DatagramPacket packet = new DatagramPacket(payload, payload.length, dstPoint.getInetAddress(), dstPoint.port); + sock.send(packet); + } catch (SocketException ex) { + throw new InetPacketException("Couldn't send packet because socket closed.", ex); + } catch (IOException ex) { + throw new InetPacketException("Couldn't send packet due to IO exception.", ex); + } + } + + /** + * Reports whether outbound IPv4 messages should be send directly or forwarded. + * @return true if IPv4 packets are forwarded in addition to IPv6 packets + */ + public boolean isForwardAll() { + return forwardAll; + } + + /** + * + * @param forwardAll Directs how to handle IPv4 messages. + * Specify true to force forwarding IPv4 messages, and false to always send them directly. + */ + public void setForwardAll(boolean forwardAll) { + this.forwardAll = forwardAll; + } + +} diff --git a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/inet/InetPoint.java b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/inet/InetPoint.java index c63db8ed5..e91361c1c 100644 --- a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/inet/InetPoint.java +++ b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/inet/InetPoint.java @@ -1,73 +1,73 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.inet; - -import java.net.InetAddress; -import java.net.UnknownHostException; - -import org.slf4j.Logger; -import org.slf4j.LoggerFactory; - -import us.dot.its.jpo.ode.util.CodecUtils; - -public class InetPoint { - private final Logger logger = LoggerFactory.getLogger(this.getClass()); - - public final byte[] address; - public final int port; - public final boolean forward; - - public InetPoint(String host, int port, boolean forward) throws UnknownHostException { - this(InetAddress.getByName(host).getAddress(), port, forward); - } - - public InetPoint(byte[] address, int port) { - this(address, port, false); - } - - public InetPoint(byte[] address, int port, boolean forward ) { - if (address == null) { - throw new IllegalArgumentException("IP Address is required"); - } - this.address = address; - this.port = port; - this.forward = forward; - } - - public InetAddress getInetAddress() throws UnknownHostException { - return InetAddress.getByAddress(address); - } - - public boolean isIPv6Address() { - return address.length == 16; - } - - @Override - public String toString() { - String host = "?"; - try { - host = InetAddress.getByAddress(address).getHostAddress(); - } catch (UnknownHostException e) { - logger.error("Error", e); - } - return String.format("%s { port = %d (0x%x); address = %s (%s, %s); forward = %s }", - getClass().getSimpleName(), - port, port, - CodecUtils.toHex(address), address.length == 4 ? "IPv4" : "IPv6", host, - forward ? "true" : "false" - ); - } -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.inet; + +import java.net.InetAddress; +import java.net.UnknownHostException; + +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import us.dot.its.jpo.ode.util.CodecUtils; + +public class InetPoint { + private final Logger logger = LoggerFactory.getLogger(this.getClass()); + + public final byte[] address; + public final int port; + public final boolean forward; + + public InetPoint(String host, int port, boolean forward) throws UnknownHostException { + this(InetAddress.getByName(host).getAddress(), port, forward); + } + + public InetPoint(byte[] address, int port) { + this(address, port, false); + } + + public InetPoint(byte[] address, int port, boolean forward ) { + if (address == null) { + throw new IllegalArgumentException("IP Address is required"); + } + this.address = address; + this.port = port; + this.forward = forward; + } + + public InetAddress getInetAddress() throws UnknownHostException { + return InetAddress.getByAddress(address); + } + + public boolean isIPv6Address() { + return address.length == 16; + } + + @Override + public String toString() { + String host = "?"; + try { + host = InetAddress.getByAddress(address).getHostAddress(); + } catch (UnknownHostException e) { + logger.error("Error", e); + } + return String.format("%s { port = %d (0x%x); address = %s (%s, %s); forward = %s }", + getClass().getSimpleName(), + port, port, + CodecUtils.toHex(address), address.length == 4 ? "IPv4" : "IPv6", host, + forward ? "true" : "false" + ); + } +} diff --git a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/model/OdeHexByteArray.java b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/model/OdeHexByteArray.java index 43d0d1b89..285dfe951 100644 --- a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/model/OdeHexByteArray.java +++ b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/model/OdeHexByteArray.java @@ -1,52 +1,52 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -import us.dot.its.jpo.ode.util.CodecUtils; - -public class OdeHexByteArray extends OdeObject { - - private static final long serialVersionUID = 6106562581659367345L; - - private String bytes; - - public OdeHexByteArray() { - super(); - } - - public OdeHexByteArray(String bytes) { - super(); - this.bytes = bytes; - } - - public OdeHexByteArray(byte[] bytes) { - setBytes(bytes); - } - - public String getBytes() { - return bytes; - } - - public void setBytes(String bytes) { - this.bytes = bytes; - } - - public void setBytes(byte[] bytes) { - this.bytes = CodecUtils.toHex(bytes); - } - - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +import us.dot.its.jpo.ode.util.CodecUtils; + +public class OdeHexByteArray extends OdeObject { + + private static final long serialVersionUID = 6106562581659367345L; + + private String bytes; + + public OdeHexByteArray() { + super(); + } + + public OdeHexByteArray(String bytes) { + super(); + this.bytes = bytes; + } + + public OdeHexByteArray(byte[] bytes) { + setBytes(bytes); + } + + public String getBytes() { + return bytes; + } + + public void setBytes(String bytes) { + this.bytes = bytes; + } + + public void setBytes(byte[] bytes) { + this.bytes = CodecUtils.toHex(bytes); + } + + +} diff --git a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/model/OdeObject.java b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/model/OdeObject.java index e0e7b15d5..3233878be 100644 --- a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/model/OdeObject.java +++ b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/model/OdeObject.java @@ -1,46 +1,46 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -import java.io.Serializable; - -import com.fasterxml.jackson.core.JsonProcessingException; - -import us.dot.its.jpo.ode.util.JsonUtils; -import us.dot.its.jpo.ode.util.XmlUtils; -import us.dot.its.jpo.ode.util.XmlUtils.XmlUtilsException; - -public class OdeObject implements Serializable { - private static final long serialVersionUID = 7514526408925039533L; - - public String toJson() { - return JsonUtils.toJson(this, false); - } - - public String toJson(boolean verbose) { - return JsonUtils.toJson(this, verbose); - } - - public String toXml() throws XmlUtilsException, JsonProcessingException { - return XmlUtils.toXmlStatic(this); - } - - @Override - public String toString() { - return this.toJson(true); - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +import java.io.Serializable; + +import com.fasterxml.jackson.core.JsonProcessingException; + +import us.dot.its.jpo.ode.util.JsonUtils; +import us.dot.its.jpo.ode.util.XmlUtils; +import us.dot.its.jpo.ode.util.XmlUtils.XmlUtilsException; + +public class OdeObject implements Serializable { + private static final long serialVersionUID = 7514526408925039533L; + + public String toJson() { + return JsonUtils.toJson(this, false); + } + + public String toJson(boolean verbose) { + return JsonUtils.toJson(this, verbose); + } + + public String toXml() throws XmlUtilsException, JsonProcessingException { + return XmlUtils.toXmlStatic(this); + } + + @Override + public String toString() { + return this.toJson(true); + } + +} diff --git a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/CodecUtils.java b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/CodecUtils.java index a93135061..c8ad2dccf 100644 --- a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/CodecUtils.java +++ b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/CodecUtils.java @@ -1,281 +1,281 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.util; - -import java.io.ByteArrayOutputStream; -import java.io.IOException; -import java.nio.ByteBuffer; -import java.nio.ByteOrder; -import java.util.Arrays; - -import javax.xml.bind.DatatypeConverter; - -public class CodecUtils { - - private CodecUtils() { - } - - /** - * Converts an array of shorts to a byte array. - *

- * Example: (short) 5 will be stored as {0, 5} since 5 = 00000000 00000101 - *

- *

- * Example: (short) 257 will be stored as {1, 1} since 257 = 00000001 00000001 - *

- * - * @param shorts array of 16 bit integers to be converted to byte array - * @param bo Byte order ByteOrder.BIG_ENDIAN or ByteOrder.LITTLE_ENDIAN - * @return byte array equivalent of the array of 16 bit integers - */ - public static byte[] shortsToBytes(short[] shorts, ByteOrder bo) { - ByteBuffer buffer = ByteBuffer.allocate(shorts.length * 2).order(bo); - for (short num : shorts) { - buffer.putShort(num); - } - return buffer.array(); - } - - /** - * Converts a single short to a byte array length 2. See - * {@link #shortsToBytes(short[])} - * - * @param number a 16 bit integer to be converted to byte array - * @param bo Byte order ByteOrder.BIG_ENDIAN or ByteOrder.LITTLE_ENDIAN - * @return byte array equivalent of the given 16 bit integer number - */ - public static byte[] shortToBytes(short number, ByteOrder bo) { - short[] shorts = new short[] { number }; - return shortsToBytes(shorts, bo); - } - - /** - * Converts an array of bytes to an array of shorts and returns the first - * element. See {@link #bytesToShorts(byte[])} - * - * @param bytes - * @return array of shorts - */ - public static short bytesToShort(byte[] bytes, int offset, int length, ByteOrder bo) { - return bytesToShorts(bytes, offset, length, bo)[0]; - } - - /** - * Converts an array of bytes to an array of shorts. - *

- * Example: {(byte) 1, (byte) 1} will return {(short) 257} since 257 = - * 00000001 00000001 - *

- * - * @param bytes - * @return array of shorts - */ - public static short[] bytesToShorts(byte[] bytes, int offset, int length, ByteOrder bo) { - ByteBuffer buffer = ByteBuffer.allocate(length).order(bo); - buffer.put(bytes, offset, length); - buffer.flip(); - int numberOfShorts = length / 2; - short[] shorts = new short[numberOfShorts]; - for (int i = 0; i < numberOfShorts; i++) { - shorts[i] = buffer.getShort(); - } - return shorts; - } - - /** - * Combines byte arrays. - * - * @param bytes - * @return combined array - * @throws IOException - */ - - public static byte[] mergeBytes(byte[]... bytes) throws IOException { - ByteArrayOutputStream outputStream = new ByteArrayOutputStream(); - for (byte[] bArray : bytes) { - outputStream.write(bArray); - } - return outputStream.toByteArray(); - } - - /** - * Converts an array of integers to a byte array. - *

- * Example: (int) 5 will be stored as {0, 5} since 5 = 00000000 00000000 00000000 00000101 - *

- *

- * Example: (int) 257 will be stored as {1, 1} since 257 = 00000000 00000000 00000001 00000001 - *

- * - * @param ints array of 32 bit integers to be converted to byte array - * @param bo Byte order ByteOrder.BIG_ENDIAN or ByteOrder.LITTLE_ENDIAN - * @return byte array equivalent of the array of 32 bit integers - */ - public static byte[] intsToBytes(int[] ints, ByteOrder bo) { - ByteBuffer buffer = ByteBuffer.allocate(ints.length * 4).order(bo); - for (int num : ints) { - buffer.putInt(num); - } - return buffer.array(); - } - - /** - * Converts a single int to a byte array length 4. See - * {@link #shortsToBytes(short[])} - * - * @param number a 32 bit integer to be converted to byte array - * @param bo Byte order ByteOrder.BIG_ENDIAN or ByteOrder.LITTLE_ENDIAN - * @return byte array equivalent of the given 32 bit integer number - */ - public static byte[] intToBytes(int number, ByteOrder bo) { - int[] ints = new int[] { number }; - return intsToBytes(ints, bo); - } - - public static int bytesToInt(byte[] bytes, int offset, int length, ByteOrder bo) { - return bytesToInts(bytes, offset, length, bo)[0]; - } - - public static int[] bytesToInts(byte[] bytes, int offset, int length, ByteOrder bo) { - ByteBuffer buffer = ByteBuffer.allocate(length).order(bo); - buffer.put(bytes, offset, length); - buffer.flip(); - int numberOfInts = length / 4; - int[] ints = new int[numberOfInts]; - for (int i = 0; i < numberOfInts; i++) { - ints[i] = buffer.getInt(); - } - return ints; - } - - /** - * Converts an array of longs to a byte array. - *

- * Example: (int) 5 will be stored as {0, 5} since 5 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000101 - *

- *

- * Example: (int) 257 will be stored as {1, 1} since 257 = 00000000 00000000 00000000 00000000 00000000 00000000 00000001 00000001 - *

- * - * @param longs array of 64 bit integers to be converted to byte array - * @param bo Byte order ByteOrder.BIG_ENDIAN or ByteOrder.LITTLE_ENDIAN - * @return byte array equivalent of the array of 64 bit integers - */ - public static byte[] longsToBytes(long[] longs, ByteOrder bo) { - ByteBuffer buffer = ByteBuffer.allocate(longs.length * 8).order(bo); - for (long num : longs) { - buffer.putLong(num); - } - return buffer.array(); - } - - /** - * Converts a single long to a byte array length 8 in a 64 bit machine. See - * {@link #shortsToBytes(short[])} - * - * @param number a 64 bit integer to be converted to byte array - * @param bo Byte order ByteOrder.BIG_ENDIAN or ByteOrder.LITTLE_ENDIAN - * @return byte array equivalent of the given 64 bit integer number - */ - public static byte[] longToBytes(long number, ByteOrder bo) { - long[] longs = new long[] { number }; - return longsToBytes(longs, bo); - } - - public static long bytesToLong(byte[] bytes, int offset, int length, ByteOrder bo) { - return bytesToLongs(bytes, offset, length, bo)[0]; - } - - public static long[] bytesToLongs(byte[] bytes, int offset, int length, ByteOrder bo) { - ByteBuffer buffer = ByteBuffer.allocate(length).order(bo); - buffer.put(bytes, offset, length); - buffer.flip(); - int numberOfLongs = length / 8; - long[] longs = new long[numberOfLongs]; - for (int i = 0; i < numberOfLongs; i++) { - longs[i] = buffer.getLong(); - } - return longs; - } - - public static String toHex(byte[] bytes) { - return bytes != null ? DatatypeConverter.printHexBinary(bytes) : ""; - } - - public static String toHex(byte b) { - return DatatypeConverter.printHexBinary(new byte[]{b}); - } - - public static byte[] fromHex(String hex) { - return DatatypeConverter.parseHexBinary(hex); - } - - public static String toBase64(byte[] bytes) { - return bytes != null ? DatatypeConverter.printBase64Binary(bytes) : ""; - } - - public static byte[] fromBase64(String base64) { - return DatatypeConverter.parseBase64Binary(base64); - } - - /** - * @param strShort - * String representation of a short integer value in binary or hex - * format. If the string is in binary format, the length must be - * exactly 16 1s and zeros. If Hex format, the length must be - * exactly 4 Hex digits. - * - * @return a byte array equivalent of strShort - */ - public static byte[] shortStringToByteArray(String strShort) { - - byte[] byteArrayValue = null; - - int radix = radixOf(strShort); - - if (radix == 0) { - byteArrayValue = new byte[2]; // NOSONAR - } else { - byteArrayValue = Arrays - .copyOfRange(ByteBuffer.allocate(4).putInt(Integer.parseUnsignedInt(strShort, radix)).array(), 2, 4); - } - - return byteArrayValue; - } - - /** - * @param strShort - * String representation of a short integer value in binary or hex - * format. If strShort is in binary format, the length must be - * exactly 16 ones and zeros. If strShort is in Hex format, the - * length must be exactly 4 Hex digits. - * @return The radix of the strShort: Currently supporting only binary and - * hex, therefore the return value is either 2 or 16 - */ - private static int radixOf(String strShort) { - int radix = 0; - if (strShort == null || strShort.length() == 0) { - radix = 0; - } else if (strShort.length() == 16) { - radix = 2; - } else if (strShort.length() == 4) { - radix = 16; - } else { - throw new IllegalArgumentException("Short String length is invalid: " + strShort.length()); - } - return radix; - } -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.util; + +import java.io.ByteArrayOutputStream; +import java.io.IOException; +import java.nio.ByteBuffer; +import java.nio.ByteOrder; +import java.util.Arrays; + +import javax.xml.bind.DatatypeConverter; + +public class CodecUtils { + + private CodecUtils() { + } + + /** + * Converts an array of shorts to a byte array. + *

+ * Example: (short) 5 will be stored as {0, 5} since 5 = 00000000 00000101 + *

+ *

+ * Example: (short) 257 will be stored as {1, 1} since 257 = 00000001 00000001 + *

+ * + * @param shorts array of 16 bit integers to be converted to byte array + * @param bo Byte order ByteOrder.BIG_ENDIAN or ByteOrder.LITTLE_ENDIAN + * @return byte array equivalent of the array of 16 bit integers + */ + public static byte[] shortsToBytes(short[] shorts, ByteOrder bo) { + ByteBuffer buffer = ByteBuffer.allocate(shorts.length * 2).order(bo); + for (short num : shorts) { + buffer.putShort(num); + } + return buffer.array(); + } + + /** + * Converts a single short to a byte array length 2. See + * {@link #shortsToBytes(short[])} + * + * @param number a 16 bit integer to be converted to byte array + * @param bo Byte order ByteOrder.BIG_ENDIAN or ByteOrder.LITTLE_ENDIAN + * @return byte array equivalent of the given 16 bit integer number + */ + public static byte[] shortToBytes(short number, ByteOrder bo) { + short[] shorts = new short[] { number }; + return shortsToBytes(shorts, bo); + } + + /** + * Converts an array of bytes to an array of shorts and returns the first + * element. See {@link #bytesToShorts(byte[])} + * + * @param bytes + * @return array of shorts + */ + public static short bytesToShort(byte[] bytes, int offset, int length, ByteOrder bo) { + return bytesToShorts(bytes, offset, length, bo)[0]; + } + + /** + * Converts an array of bytes to an array of shorts. + *

+ * Example: {(byte) 1, (byte) 1} will return {(short) 257} since 257 = + * 00000001 00000001 + *

+ * + * @param bytes + * @return array of shorts + */ + public static short[] bytesToShorts(byte[] bytes, int offset, int length, ByteOrder bo) { + ByteBuffer buffer = ByteBuffer.allocate(length).order(bo); + buffer.put(bytes, offset, length); + buffer.flip(); + int numberOfShorts = length / 2; + short[] shorts = new short[numberOfShorts]; + for (int i = 0; i < numberOfShorts; i++) { + shorts[i] = buffer.getShort(); + } + return shorts; + } + + /** + * Combines byte arrays. + * + * @param bytes + * @return combined array + * @throws IOException + */ + + public static byte[] mergeBytes(byte[]... bytes) throws IOException { + ByteArrayOutputStream outputStream = new ByteArrayOutputStream(); + for (byte[] bArray : bytes) { + outputStream.write(bArray); + } + return outputStream.toByteArray(); + } + + /** + * Converts an array of integers to a byte array. + *

+ * Example: (int) 5 will be stored as {0, 5} since 5 = 00000000 00000000 00000000 00000101 + *

+ *

+ * Example: (int) 257 will be stored as {1, 1} since 257 = 00000000 00000000 00000001 00000001 + *

+ * + * @param ints array of 32 bit integers to be converted to byte array + * @param bo Byte order ByteOrder.BIG_ENDIAN or ByteOrder.LITTLE_ENDIAN + * @return byte array equivalent of the array of 32 bit integers + */ + public static byte[] intsToBytes(int[] ints, ByteOrder bo) { + ByteBuffer buffer = ByteBuffer.allocate(ints.length * 4).order(bo); + for (int num : ints) { + buffer.putInt(num); + } + return buffer.array(); + } + + /** + * Converts a single int to a byte array length 4. See + * {@link #shortsToBytes(short[])} + * + * @param number a 32 bit integer to be converted to byte array + * @param bo Byte order ByteOrder.BIG_ENDIAN or ByteOrder.LITTLE_ENDIAN + * @return byte array equivalent of the given 32 bit integer number + */ + public static byte[] intToBytes(int number, ByteOrder bo) { + int[] ints = new int[] { number }; + return intsToBytes(ints, bo); + } + + public static int bytesToInt(byte[] bytes, int offset, int length, ByteOrder bo) { + return bytesToInts(bytes, offset, length, bo)[0]; + } + + public static int[] bytesToInts(byte[] bytes, int offset, int length, ByteOrder bo) { + ByteBuffer buffer = ByteBuffer.allocate(length).order(bo); + buffer.put(bytes, offset, length); + buffer.flip(); + int numberOfInts = length / 4; + int[] ints = new int[numberOfInts]; + for (int i = 0; i < numberOfInts; i++) { + ints[i] = buffer.getInt(); + } + return ints; + } + + /** + * Converts an array of longs to a byte array. + *

+ * Example: (int) 5 will be stored as {0, 5} since 5 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000101 + *

+ *

+ * Example: (int) 257 will be stored as {1, 1} since 257 = 00000000 00000000 00000000 00000000 00000000 00000000 00000001 00000001 + *

+ * + * @param longs array of 64 bit integers to be converted to byte array + * @param bo Byte order ByteOrder.BIG_ENDIAN or ByteOrder.LITTLE_ENDIAN + * @return byte array equivalent of the array of 64 bit integers + */ + public static byte[] longsToBytes(long[] longs, ByteOrder bo) { + ByteBuffer buffer = ByteBuffer.allocate(longs.length * 8).order(bo); + for (long num : longs) { + buffer.putLong(num); + } + return buffer.array(); + } + + /** + * Converts a single long to a byte array length 8 in a 64 bit machine. See + * {@link #shortsToBytes(short[])} + * + * @param number a 64 bit integer to be converted to byte array + * @param bo Byte order ByteOrder.BIG_ENDIAN or ByteOrder.LITTLE_ENDIAN + * @return byte array equivalent of the given 64 bit integer number + */ + public static byte[] longToBytes(long number, ByteOrder bo) { + long[] longs = new long[] { number }; + return longsToBytes(longs, bo); + } + + public static long bytesToLong(byte[] bytes, int offset, int length, ByteOrder bo) { + return bytesToLongs(bytes, offset, length, bo)[0]; + } + + public static long[] bytesToLongs(byte[] bytes, int offset, int length, ByteOrder bo) { + ByteBuffer buffer = ByteBuffer.allocate(length).order(bo); + buffer.put(bytes, offset, length); + buffer.flip(); + int numberOfLongs = length / 8; + long[] longs = new long[numberOfLongs]; + for (int i = 0; i < numberOfLongs; i++) { + longs[i] = buffer.getLong(); + } + return longs; + } + + public static String toHex(byte[] bytes) { + return bytes != null ? DatatypeConverter.printHexBinary(bytes) : ""; + } + + public static String toHex(byte b) { + return DatatypeConverter.printHexBinary(new byte[]{b}); + } + + public static byte[] fromHex(String hex) { + return DatatypeConverter.parseHexBinary(hex); + } + + public static String toBase64(byte[] bytes) { + return bytes != null ? DatatypeConverter.printBase64Binary(bytes) : ""; + } + + public static byte[] fromBase64(String base64) { + return DatatypeConverter.parseBase64Binary(base64); + } + + /** + * @param strShort + * String representation of a short integer value in binary or hex + * format. If the string is in binary format, the length must be + * exactly 16 1s and zeros. If Hex format, the length must be + * exactly 4 Hex digits. + * + * @return a byte array equivalent of strShort + */ + public static byte[] shortStringToByteArray(String strShort) { + + byte[] byteArrayValue = null; + + int radix = radixOf(strShort); + + if (radix == 0) { + byteArrayValue = new byte[2]; // NOSONAR + } else { + byteArrayValue = Arrays + .copyOfRange(ByteBuffer.allocate(4).putInt(Integer.parseUnsignedInt(strShort, radix)).array(), 2, 4); + } + + return byteArrayValue; + } + + /** + * @param strShort + * String representation of a short integer value in binary or hex + * format. If strShort is in binary format, the length must be + * exactly 16 ones and zeros. If strShort is in Hex format, the + * length must be exactly 4 Hex digits. + * @return The radix of the strShort: Currently supporting only binary and + * hex, therefore the return value is either 2 or 16 + */ + private static int radixOf(String strShort) { + int radix = 0; + if (strShort == null || strShort.length() == 0) { + radix = 0; + } else if (strShort.length() == 16) { + radix = 2; + } else if (strShort.length() == 4) { + radix = 16; + } else { + throw new IllegalArgumentException("Short String length is invalid: " + strShort.length()); + } + return radix; + } +} diff --git a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/CommonUtils.java b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/CommonUtils.java index 0a4e7f3ed..04ad4e17e 100644 --- a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/CommonUtils.java +++ b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/CommonUtils.java @@ -1,80 +1,80 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.util; - -import java.lang.reflect.Field; -import java.net.URL; -import java.net.URLClassLoader; -import java.util.ArrayList; -import java.util.List; - -public class CommonUtils { - - private CommonUtils() {} - - /** - * Wrapper method for System.getenv() - * @param name Variable name - */ - public static String getEnvironmentVariable(String name) { - return System.getenv(name); - } - - public static long getPidOfProcess(Process p) { - long pid = -1; - - try { - if (p.getClass().getName().equals("java.lang.UNIXProcess")) { //NOSONAR - Field f = p.getClass().getDeclaredField("pid"); - f.setAccessible(true); - pid = f.getLong(p); - f.setAccessible(false); - } - } catch (Exception e) { - pid = -1; - } - return pid; - } - - public static List getClasspath() { - ArrayList classpath = new ArrayList<>(); - - ClassLoader cl = ClassLoader.getSystemClassLoader(); - - URL[] urls = ((URLClassLoader)cl).getURLs(); - - for(URL url: urls){ - classpath.add(url); - } - - return classpath; - } - - public static String enumToString(Class clazz, String enumNameOrOrdinal) { - - String enumName = null; - try { - Object[] enumConstants = clazz.getEnumConstants(); - if (enumConstants != null) { - int enumOrdinal = Integer.parseInt(enumNameOrOrdinal); - enumName = enumConstants[enumOrdinal].toString(); - } - } catch (NumberFormatException e) { - enumName = enumNameOrOrdinal; - } - return enumName; - } -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.util; + +import java.lang.reflect.Field; +import java.net.URL; +import java.net.URLClassLoader; +import java.util.ArrayList; +import java.util.List; + +public class CommonUtils { + + private CommonUtils() {} + + /** + * Wrapper method for System.getenv() + * @param name Variable name + */ + public static String getEnvironmentVariable(String name) { + return System.getenv(name); + } + + public static long getPidOfProcess(Process p) { + long pid = -1; + + try { + if (p.getClass().getName().equals("java.lang.UNIXProcess")) { //NOSONAR + Field f = p.getClass().getDeclaredField("pid"); + f.setAccessible(true); + pid = f.getLong(p); + f.setAccessible(false); + } + } catch (Exception e) { + pid = -1; + } + return pid; + } + + public static List getClasspath() { + ArrayList classpath = new ArrayList<>(); + + ClassLoader cl = ClassLoader.getSystemClassLoader(); + + URL[] urls = ((URLClassLoader)cl).getURLs(); + + for(URL url: urls){ + classpath.add(url); + } + + return classpath; + } + + public static String enumToString(Class clazz, String enumNameOrOrdinal) { + + String enumName = null; + try { + Object[] enumConstants = clazz.getEnumConstants(); + if (enumConstants != null) { + int enumOrdinal = Integer.parseInt(enumNameOrOrdinal); + enumName = enumConstants[enumOrdinal].toString(); + } + } catch (NumberFormatException e) { + enumName = enumNameOrOrdinal; + } + return enumName; + } +} diff --git a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/CrcCccitt.java b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/CrcCccitt.java index d4d6160c7..587fdab75 100644 --- a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/CrcCccitt.java +++ b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/CrcCccitt.java @@ -1,70 +1,70 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.util; - -import java.nio.ByteBuffer; -import java.nio.ByteOrder; - -public class CrcCccitt { - // CRC-CCITT polynomial: x^16 + x^12 + x^5 + 1 - final private static int ccittPolynomial = 0x1021; - final private static int ccittTableSize = 256; - final private static int[] ccittTable = new int[ccittTableSize]; - - static { - for (int i = 0; i < ccittTableSize; i++) { - int checkSum = i << 8; - for (int j = 0; j < 8; j++) - checkSum = (checkSum & 0x8000) == 0x8000 ? (checkSum << 1) ^ ccittPolynomial : (checkSum << 1); - ccittTable[i] = checkSum & 0xFFFF; - } - } - - public static boolean isValidMsgCRC(byte[] msgIncludingMsgCRC) { - return calculateCrcCccitt(msgIncludingMsgCRC) == 0; - } - - - public static boolean isValidMsgCRC(byte[] msgIncludingMsgCRC, int offset, int count) { - return calculateCrcCccitt(msgIncludingMsgCRC, offset, count) == 0; - } - - // update last two bytes of the message with CRC of all preceding bytes - public static void setMsgCRC(byte[] msg) { - if ( msg != null && msg.length > 2) { - int checkSum = calculateCrcCccitt(msg, 0, msg.length-2); - ByteBuffer buffer = ByteBuffer.allocate(2).order(ByteOrder.BIG_ENDIAN); - buffer.putShort((short)checkSum); - byte[] crcBytes = buffer.array(); - System.arraycopy(crcBytes, 0, msg, msg.length-2, 2); - } - } - - public static int calculateCrcCccitt(byte[] msg) { - return msg != null ? calculateCrcCccitt(msg, 0, msg.length) : 0; - } - - public static int calculateCrcCccitt(byte[] msg, int offset, int count) { - int checkSum = 0; - if ( msg != null && offset >= 0 ) { - final int size = Math.min(msg.length, count); - for( int i = 0; i < size; i++ ) { - checkSum = (ccittTable[((checkSum >> 8) & 0xFF) ^ (msg[i+offset] & 0xFF)] ^ (checkSum << 8)) & 0xFFFF; - } - } - return checkSum; - } -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.util; + +import java.nio.ByteBuffer; +import java.nio.ByteOrder; + +public class CrcCccitt { + // CRC-CCITT polynomial: x^16 + x^12 + x^5 + 1 + final private static int ccittPolynomial = 0x1021; + final private static int ccittTableSize = 256; + final private static int[] ccittTable = new int[ccittTableSize]; + + static { + for (int i = 0; i < ccittTableSize; i++) { + int checkSum = i << 8; + for (int j = 0; j < 8; j++) + checkSum = (checkSum & 0x8000) == 0x8000 ? (checkSum << 1) ^ ccittPolynomial : (checkSum << 1); + ccittTable[i] = checkSum & 0xFFFF; + } + } + + public static boolean isValidMsgCRC(byte[] msgIncludingMsgCRC) { + return calculateCrcCccitt(msgIncludingMsgCRC) == 0; + } + + + public static boolean isValidMsgCRC(byte[] msgIncludingMsgCRC, int offset, int count) { + return calculateCrcCccitt(msgIncludingMsgCRC, offset, count) == 0; + } + + // update last two bytes of the message with CRC of all preceding bytes + public static void setMsgCRC(byte[] msg) { + if ( msg != null && msg.length > 2) { + int checkSum = calculateCrcCccitt(msg, 0, msg.length-2); + ByteBuffer buffer = ByteBuffer.allocate(2).order(ByteOrder.BIG_ENDIAN); + buffer.putShort((short)checkSum); + byte[] crcBytes = buffer.array(); + System.arraycopy(crcBytes, 0, msg, msg.length-2, 2); + } + } + + public static int calculateCrcCccitt(byte[] msg) { + return msg != null ? calculateCrcCccitt(msg, 0, msg.length) : 0; + } + + public static int calculateCrcCccitt(byte[] msg, int offset, int count) { + int checkSum = 0; + if ( msg != null && offset >= 0 ) { + final int size = Math.min(msg.length, count); + for( int i = 0; i < size; i++ ) { + checkSum = (ccittTable[((checkSum >> 8) & 0xFF) ^ (msg[i+offset] & 0xFF)] ^ (checkSum << 8)) & 0xFFFF; + } + } + return checkSum; + } +} diff --git a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/DateTimeUtils.java b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/DateTimeUtils.java index 40a1ab62f..65cefb459 100644 --- a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/DateTimeUtils.java +++ b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/DateTimeUtils.java @@ -1,93 +1,93 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.util; - -import java.text.ParseException; -import java.time.Instant; -import java.time.ZoneId; -import java.time.ZoneOffset; -import java.time.ZonedDateTime; -import java.time.format.DateTimeFormatter; -import java.util.Date; - -public class DateTimeUtils { - - private DateTimeUtils() { - } - - public static String now() { - return nowZDT().format(DateTimeFormatter.ISO_INSTANT); - } - - public static ZonedDateTime nowZDT() { - return ZonedDateTime.now(ZoneId.of("UTC")); - } - - public static String isoDateTime(ZonedDateTime zonedDateTime) { - return zonedDateTime.format(DateTimeFormatter.ISO_INSTANT); - } - - public static ZonedDateTime - isoDateTime(int year, int month, int dayOfMonth, int hourOfDay, int minute, int second, int millisec) { - return ZonedDateTime.of(year, month, dayOfMonth, hourOfDay, minute, second, millisec * 1000000, ZoneOffset.UTC); - } - - public static ZonedDateTime isoDateTime(String s) throws ParseException { - return ZonedDateTime.parse(s); - } - - public static ZonedDateTime isoDateTime(Date date) { - return ZonedDateTime.from(date.toInstant().atZone(ZoneId.of("UTC"))); - } - - public static ZonedDateTime isoDateTime(long epockMillis) { - return ZonedDateTime.ofInstant(Instant.ofEpochMilli(epockMillis), ZoneId.of("UTC")); - } - - public static boolean - isBetweenTimesInclusive(ZonedDateTime dateTime, ZonedDateTime startDateTime, ZonedDateTime endDateTime) { - - if (dateTime == null) - return true; - - if (startDateTime == null) { - if (endDateTime == null) {// Both startDate and endDate are null, so - // it's false - return true; - } else {// We only have the endDate, so any dateTime not after the - // endDateTime is true - return !dateTime.isAfter(endDateTime); - } - } else { - if (endDateTime == null) {// We only have the startDateTime, so any - // dateTime not before the startDateTime is - // true - return !dateTime.isBefore(startDateTime); - } else {// We have both startDateTime and endDateTime, so any dateTime - // not before the startDate and not after endDateTime is true - return !dateTime.isBefore(startDateTime) && !dateTime.isAfter(endDateTime); - } - } - } - - public static long difference(ZonedDateTime t1, ZonedDateTime t2) { - return t2.toInstant().toEpochMilli() - t1.toInstant().toEpochMilli(); - } - - public static Long elapsedTime(ZonedDateTime zonedDateTime) { - return difference(zonedDateTime, ZonedDateTime.now()); - } -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.util; + +import java.text.ParseException; +import java.time.Instant; +import java.time.ZoneId; +import java.time.ZoneOffset; +import java.time.ZonedDateTime; +import java.time.format.DateTimeFormatter; +import java.util.Date; + +public class DateTimeUtils { + + private DateTimeUtils() { + } + + public static String now() { + return nowZDT().format(DateTimeFormatter.ISO_INSTANT); + } + + public static ZonedDateTime nowZDT() { + return ZonedDateTime.now(ZoneId.of("UTC")); + } + + public static String isoDateTime(ZonedDateTime zonedDateTime) { + return zonedDateTime.format(DateTimeFormatter.ISO_INSTANT); + } + + public static ZonedDateTime + isoDateTime(int year, int month, int dayOfMonth, int hourOfDay, int minute, int second, int millisec) { + return ZonedDateTime.of(year, month, dayOfMonth, hourOfDay, minute, second, millisec * 1000000, ZoneOffset.UTC); + } + + public static ZonedDateTime isoDateTime(String s) throws ParseException { + return ZonedDateTime.parse(s); + } + + public static ZonedDateTime isoDateTime(Date date) { + return ZonedDateTime.from(date.toInstant().atZone(ZoneId.of("UTC"))); + } + + public static ZonedDateTime isoDateTime(long epockMillis) { + return ZonedDateTime.ofInstant(Instant.ofEpochMilli(epockMillis), ZoneId.of("UTC")); + } + + public static boolean + isBetweenTimesInclusive(ZonedDateTime dateTime, ZonedDateTime startDateTime, ZonedDateTime endDateTime) { + + if (dateTime == null) + return true; + + if (startDateTime == null) { + if (endDateTime == null) {// Both startDate and endDate are null, so + // it's false + return true; + } else {// We only have the endDate, so any dateTime not after the + // endDateTime is true + return !dateTime.isAfter(endDateTime); + } + } else { + if (endDateTime == null) {// We only have the startDateTime, so any + // dateTime not before the startDateTime is + // true + return !dateTime.isBefore(startDateTime); + } else {// We have both startDateTime and endDateTime, so any dateTime + // not before the startDate and not after endDateTime is true + return !dateTime.isBefore(startDateTime) && !dateTime.isAfter(endDateTime); + } + } + } + + public static long difference(ZonedDateTime t1, ZonedDateTime t2) { + return t2.toInstant().toEpochMilli() - t1.toInstant().toEpochMilli(); + } + + public static Long elapsedTime(ZonedDateTime zonedDateTime) { + return difference(zonedDateTime, ZonedDateTime.now()); + } +} diff --git a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/FormattedTimer.java b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/FormattedTimer.java index d404b3118..92696439b 100644 --- a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/FormattedTimer.java +++ b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/FormattedTimer.java @@ -1,69 +1,69 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.util; - -/** - * Timer class with formatting - * - */ -public class FormattedTimer { - /** */ - private long timerStart = 0L; - /** */ - - - /** - * Starts the timer - */ - public FormattedTimer() { - this.timerStart = System.currentTimeMillis(); - } - - /** - * Formats the time lapsed to "{HH} hours {mm} minutes {ss.sss} seconds". - * - * @param time - * @return - */ - protected String format(long time) { - - float seconds; - int minutes; - int hours; - - StringBuilder sb = new StringBuilder(); - float timeInSeconds = ((float) (time)) / 1000; - hours = (int) (timeInSeconds / 3600); - timeInSeconds = timeInSeconds - (hours * 3600); - minutes = (int) (timeInSeconds / 60); - timeInSeconds = timeInSeconds - (minutes * 60); - seconds = timeInSeconds; - sb.append(hours); - sb.append(" hours "); - sb.append(minutes); - sb.append(" minutes "); - sb.append(seconds); - sb.append(" seconds"); - return sb.toString(); - } - - /** - * @return the formatted time lapsed - */ - public String getFormattedTimer() { - return format(System.currentTimeMillis() - timerStart); - } -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.util; + +/** + * Timer class with formatting + * + */ +public class FormattedTimer { + /** */ + private long timerStart = 0L; + /** */ + + + /** + * Starts the timer + */ + public FormattedTimer() { + this.timerStart = System.currentTimeMillis(); + } + + /** + * Formats the time lapsed to "{HH} hours {mm} minutes {ss.sss} seconds". + * + * @param time + * @return + */ + protected String format(long time) { + + float seconds; + int minutes; + int hours; + + StringBuilder sb = new StringBuilder(); + float timeInSeconds = ((float) (time)) / 1000; + hours = (int) (timeInSeconds / 3600); + timeInSeconds = timeInSeconds - (hours * 3600); + minutes = (int) (timeInSeconds / 60); + timeInSeconds = timeInSeconds - (minutes * 60); + seconds = timeInSeconds; + sb.append(hours); + sb.append(" hours "); + sb.append(minutes); + sb.append(" minutes "); + sb.append(seconds); + sb.append(" seconds"); + return sb.toString(); + } + + /** + * @return the formatted time lapsed + */ + public String getFormattedTimer() { + return format(System.currentTimeMillis() - timerStart); + } +} diff --git a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/GeoUtils.java b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/GeoUtils.java index dc6e87b2c..f15cd6b45 100644 --- a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/GeoUtils.java +++ b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/GeoUtils.java @@ -1,342 +1,342 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.util; - -import java.awt.geom.Line2D; -import java.awt.geom.Point2D; - -public class GeoUtils { - public static final double ERROR_MARGIN = 0.0001; - public static final QELLIPSOID ellipsoid = new QELLIPSOID(6378206.4, 6356583.8, 0.08227185423947); - - public static final double EARTH_RADIUS_M = 6370997.0; - public static final double EARTH_RADIUS_MI = 3963.2263272; - - public static final ProjParams proj = new ProjParams(0.0); - - private GeoUtils() { - } - - public static class QELLIPSOID { - private double dEqRadius = 6378206.4; - private double dPolRadius = 6356583.8; - private double dEccentricity = 0.08227185423947; - - public QELLIPSOID() { - super(); - } - - public QELLIPSOID(double dEqRadius, double dPolRadius, double dEccentricity) { - this(); - this.dEqRadius = dEqRadius; - this.dPolRadius = dPolRadius; - this.dEccentricity = dEccentricity; - } - - public double getdEqRadius() { - return dEqRadius; - } - - public void setdEqRadius(double dEqRadius) { - this.dEqRadius = dEqRadius; - } - - public double getdPolRadius() { - return dPolRadius; - } - - public void setdPolRadius(double dPolRadius) { - this.dPolRadius = dPolRadius; - } - - public double getdEccentricity() { - return dEccentricity; - } - - public void setdEccentricity(double dEccentricity) { - this.dEccentricity = dEccentricity; - } - - } - - public static class ProjParams { - private double dCentralMeridian; - - public ProjParams() { - super(); - } - - public ProjParams(double dCentralMeridian) { - this(); - this.dCentralMeridian = dCentralMeridian; - } - - } - - public static Point2D nearestPointOnLine(Line2D l, Point2D p, boolean clampToSegment, Point2D dest) { - if (dest == null) { - dest = new Point2D.Double(); - } - - double apx = p.getX() - l.getX1(); - double apy = p.getY() - l.getY1(); - double abx = l.getX2() - l.getX1(); - double aby = l.getY2() - l.getY1(); - - double ab2 = abx * abx + aby * aby; - double ap_ab = apx * abx + apy * aby; - double t = ap_ab / ab2; - if (clampToSegment) { - if (t < 0) { - t = 0; - } else if (t > 1) { - t = 1; - } - } - dest.setLocation(l.getX1() + abx * t, l.getY1() + aby * t); - return dest; - } - - public static double lineLength(Point2D a, Point2D b) { - double abx = Math.abs(b.getX() - a.getX()); - double aby = Math.abs(b.getY() - a.getY()); - return Math.sqrt(abx * abx + aby * aby); - } - - public static double distanceToLine(Line2D l, Point2D p) { - - return l.ptLineDist(p); - } - - public static double distanceToLine2(Line2D l, Point2D p) { - - Point2D p2 = nearestPointOnLine(l, p, true, null); - return p.distance(p2); - } - - public static double distanceToLine3(Line2D l, Point2D p) - // Calculate the distance between the point (nX, nY) and the line through - // the - // points (nP1X, nP1Y), (nP2X, nP2Y). - { - double dDist = 0; - - if (l.getX1() == l.getX2()) - // Vertical line - dDist = p.getX() - l.getX1(); - else if (l.getY1() == l.getY2()) - // Horizontal line - dDist = p.getY() - l.getY1(); - else { - // Figure out the slope and Y intercept of the line - double dM1 = ((double) l.getY2() - l.getY1()) / ((double) l.getX2() - l.getX1()); - double dB1 = l.getY1() - (dM1 * l.getX1()); - // Figure out the slope and Y intercept of the perpendicular line - // through the third point - double dM2 = -(1 / dM1); - double dB2 = p.getY() - (dM2 * p.getX()); - - // Find the intersection of the two lines - double dXInt, dYInt; - dXInt = (dB2 - dB1) / (dM1 - dM2); - dYInt = (dM2 * dXInt) + dB2; - - // Now calulate the distance between the point and the intesection - // of - // the two lines. - dDist = Math.sqrt(Math.pow(dXInt - p.getX(), 2) + Math.pow(dYInt - p.getY(), 2)); - } - - return Math.abs(dDist); - } - - /** - * This function returns a Point2D that is offset to a point 'a' by distance - * 'k' and perpendicular to the line 'a-b' - * - * b / dest / *--- m ----- / | / l k / | a - * - * @param a - * @param b - * @param k - * @param dest - * @return - */ - public static Point2D pointOffset(Point2D a, Point2D b, double k, Point2D dest) { - if (dest == null) { - dest = new Point2D.Double(); - } - - double tanAlpha = (b.getY() - a.getY()) / (b.getX() - a.getX()); - double alpha = Math.atan(tanAlpha); - double sinAlpha = Math.sin(alpha); - double cosAlpha = Math.cos(alpha); - - double destX; - double destY; - if (b.getX() < a.getX()) { - destX = (a.getX() + k * sinAlpha); - destY = (a.getY() - k * cosAlpha); - } else { - destX = (a.getX() - k * sinAlpha); - destY = (a.getY() + k * cosAlpha); - } - - dest.setLocation(destX, destY); - return dest; - } - - public static double DEG2RAD(double deg) { - return ((double) deg * (Math.PI / 180.0)); - } - - public static double RAD2DEG(double rad) { - return ((double) rad * (180.0 / Math.PI)); - } - - public static Point2D latLngToMap(double dLat, double dLng) { - Point2D p = new Point2D.Double(); - - // Calculate map x - double px = ellipsoid.dEqRadius * DEG2RAD(dLng - proj.dCentralMeridian); - - double onePlusESine, oneMinusESine, tangent; - double eSine; - double divPowerE; - double lnValue; - - eSine = ellipsoid.dEccentricity * Math.sin(DEG2RAD(dLat)); - - onePlusESine = 1 + eSine; - oneMinusESine = 1 - eSine; - - divPowerE = Math.pow((oneMinusESine / onePlusESine), (ellipsoid.dEccentricity / 2.0)); - - tangent = Math.tan(DEG2RAD((45.0 + dLat / 2.0))); - - lnValue = tangent * divPowerE; - double py = ellipsoid.dEqRadius * Math.log(lnValue); - - p.setLocation(px, py); - return p; - } - - public static Point2D mapToLatLng(Point2D d) { - // Calculate the lat - double t; - double onePlusESine, oneMinusESine; - double arcTangent; - double divPowerE; - double error = 0.0; - Point2D p = new Point2D.Double(); - - t = Math.exp(-(d.getY() / ellipsoid.dEqRadius)); - // Initial value far the lat - - double lat0 = 90 - 2 * RAD2DEG(Math.atan(t)); - - int i = 0; - do { - onePlusESine = 1 + (ellipsoid.dEccentricity * Math.sin(DEG2RAD(lat0))); - oneMinusESine = 1 - (ellipsoid.dEccentricity * Math.sin(DEG2RAD(lat0))); - - divPowerE = Math.pow((oneMinusESine / onePlusESine), (ellipsoid.dEccentricity / 2.0)); - arcTangent = RAD2DEG(Math.atan(t * divPowerE)); - double lat = 90 - (2 * arcTangent); - error = Math.abs(lat - lat0); - lat0 = lat; - i++; // to avoid infinite loop; - } while (error > ERROR_MARGIN && i < 5); - - // Calculate the longitude - double lng = RAD2DEG(d.getY() / ellipsoid.dEqRadius) + proj.dCentralMeridian; - p.setLocation(lat0, lng); - - return p; - } - - public static double distance(Point2D a, Point2D b) { - return a.distance(b); - } - - public static double distanceLatLng(double dLat1, double dLng1, double dLat2, double dLng2, - LengthUtils.UnitOfMeasure u) { - double cd; - - // special case - if (dLat1 == dLat2 && dLng1 == dLng2) - return 0.0; - - double dDiff = dLng1 - dLng2; - int nSegs = (int) (Math.abs(dDiff) / 180.0); - double dDistance = 0; - - if (nSegs > 0 && dLat1 == dLat2) { - // if the span is bigger than 180 degrees, adjust the distance - cd = Math.sin(DEG2RAD(dLat1)) * Math.sin(DEG2RAD(dLat2)) - + Math.cos(DEG2RAD(dLat1)) * Math.cos(DEG2RAD(dLat2)) * Math.cos(DEG2RAD(180.0)); - - cd = EARTH_RADIUS_M * Math.acos(cd); // This is in miles - dDistance = nSegs * cd; - dDiff = Math.abs(dDiff) - 180.0 * nSegs; - } - - cd = Math.sin(DEG2RAD(dLat1)) * Math.sin(DEG2RAD(dLat2)) - + Math.cos(DEG2RAD(dLat1)) * Math.cos(DEG2RAD(dLat2)) * Math.cos(DEG2RAD(dDiff)); - - cd = EARTH_RADIUS_M * Math.acos(cd); // This is in meters - - cd += dDistance; - - switch (u) { - case KM: - cd = LengthUtils.MILES2KM(cd); - break; - case YARD: - cd = (LengthUtils.MILES2KM(cd) * 1000.0) / 0.9; // 90cm = 1 yard - break; - case MILE: - cd = LengthUtils.METERS2MILES(cd) * 1000.0; - break; - case NAUTICAL_MILE: - cd = LengthUtils.MILES2KNOTS(cd); - break; - case M: - default: - // already cd is in meters. we don't have to convert. - break; - } - - return cd; - } - - public static double distanceXY(double aLat, double aLng, double bLat, double bLng) { - - Point2D a = GeoUtils.latLngToMap(aLat, aLng); - Point2D b = GeoUtils.latLngToMap(bLat, bLng); - - return a.distance(b); - } - - public static boolean isPointWithinBounds(Point2D p, Line2D l, double tolerance) { - // Make sure the point p is inside the bounding rectangle of the segment - // a-b - return ((p.getX() >= (Math.min(l.getX1(), l.getX2()) - tolerance)) - && (p.getX() <= (Math.max(l.getX1(), l.getX2()) + tolerance)) - && (p.getY() >= (Math.min(l.getY1(), l.getY2()) - tolerance)) - && (p.getY() <= (Math.max(l.getY1(), l.getY2()) + tolerance))); - } -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.util; + +import java.awt.geom.Line2D; +import java.awt.geom.Point2D; + +public class GeoUtils { + public static final double ERROR_MARGIN = 0.0001; + public static final QELLIPSOID ellipsoid = new QELLIPSOID(6378206.4, 6356583.8, 0.08227185423947); + + public static final double EARTH_RADIUS_M = 6370997.0; + public static final double EARTH_RADIUS_MI = 3963.2263272; + + public static final ProjParams proj = new ProjParams(0.0); + + private GeoUtils() { + } + + public static class QELLIPSOID { + private double dEqRadius = 6378206.4; + private double dPolRadius = 6356583.8; + private double dEccentricity = 0.08227185423947; + + public QELLIPSOID() { + super(); + } + + public QELLIPSOID(double dEqRadius, double dPolRadius, double dEccentricity) { + this(); + this.dEqRadius = dEqRadius; + this.dPolRadius = dPolRadius; + this.dEccentricity = dEccentricity; + } + + public double getdEqRadius() { + return dEqRadius; + } + + public void setdEqRadius(double dEqRadius) { + this.dEqRadius = dEqRadius; + } + + public double getdPolRadius() { + return dPolRadius; + } + + public void setdPolRadius(double dPolRadius) { + this.dPolRadius = dPolRadius; + } + + public double getdEccentricity() { + return dEccentricity; + } + + public void setdEccentricity(double dEccentricity) { + this.dEccentricity = dEccentricity; + } + + } + + public static class ProjParams { + private double dCentralMeridian; + + public ProjParams() { + super(); + } + + public ProjParams(double dCentralMeridian) { + this(); + this.dCentralMeridian = dCentralMeridian; + } + + } + + public static Point2D nearestPointOnLine(Line2D l, Point2D p, boolean clampToSegment, Point2D dest) { + if (dest == null) { + dest = new Point2D.Double(); + } + + double apx = p.getX() - l.getX1(); + double apy = p.getY() - l.getY1(); + double abx = l.getX2() - l.getX1(); + double aby = l.getY2() - l.getY1(); + + double ab2 = abx * abx + aby * aby; + double ap_ab = apx * abx + apy * aby; + double t = ap_ab / ab2; + if (clampToSegment) { + if (t < 0) { + t = 0; + } else if (t > 1) { + t = 1; + } + } + dest.setLocation(l.getX1() + abx * t, l.getY1() + aby * t); + return dest; + } + + public static double lineLength(Point2D a, Point2D b) { + double abx = Math.abs(b.getX() - a.getX()); + double aby = Math.abs(b.getY() - a.getY()); + return Math.sqrt(abx * abx + aby * aby); + } + + public static double distanceToLine(Line2D l, Point2D p) { + + return l.ptLineDist(p); + } + + public static double distanceToLine2(Line2D l, Point2D p) { + + Point2D p2 = nearestPointOnLine(l, p, true, null); + return p.distance(p2); + } + + public static double distanceToLine3(Line2D l, Point2D p) + // Calculate the distance between the point (nX, nY) and the line through + // the + // points (nP1X, nP1Y), (nP2X, nP2Y). + { + double dDist = 0; + + if (l.getX1() == l.getX2()) + // Vertical line + dDist = p.getX() - l.getX1(); + else if (l.getY1() == l.getY2()) + // Horizontal line + dDist = p.getY() - l.getY1(); + else { + // Figure out the slope and Y intercept of the line + double dM1 = ((double) l.getY2() - l.getY1()) / ((double) l.getX2() - l.getX1()); + double dB1 = l.getY1() - (dM1 * l.getX1()); + // Figure out the slope and Y intercept of the perpendicular line + // through the third point + double dM2 = -(1 / dM1); + double dB2 = p.getY() - (dM2 * p.getX()); + + // Find the intersection of the two lines + double dXInt, dYInt; + dXInt = (dB2 - dB1) / (dM1 - dM2); + dYInt = (dM2 * dXInt) + dB2; + + // Now calulate the distance between the point and the intesection + // of + // the two lines. + dDist = Math.sqrt(Math.pow(dXInt - p.getX(), 2) + Math.pow(dYInt - p.getY(), 2)); + } + + return Math.abs(dDist); + } + + /** + * This function returns a Point2D that is offset to a point 'a' by distance + * 'k' and perpendicular to the line 'a-b' + * + * b / dest / *--- m ----- / | / l k / | a + * + * @param a + * @param b + * @param k + * @param dest + * @return + */ + public static Point2D pointOffset(Point2D a, Point2D b, double k, Point2D dest) { + if (dest == null) { + dest = new Point2D.Double(); + } + + double tanAlpha = (b.getY() - a.getY()) / (b.getX() - a.getX()); + double alpha = Math.atan(tanAlpha); + double sinAlpha = Math.sin(alpha); + double cosAlpha = Math.cos(alpha); + + double destX; + double destY; + if (b.getX() < a.getX()) { + destX = (a.getX() + k * sinAlpha); + destY = (a.getY() - k * cosAlpha); + } else { + destX = (a.getX() - k * sinAlpha); + destY = (a.getY() + k * cosAlpha); + } + + dest.setLocation(destX, destY); + return dest; + } + + public static double DEG2RAD(double deg) { + return ((double) deg * (Math.PI / 180.0)); + } + + public static double RAD2DEG(double rad) { + return ((double) rad * (180.0 / Math.PI)); + } + + public static Point2D latLngToMap(double dLat, double dLng) { + Point2D p = new Point2D.Double(); + + // Calculate map x + double px = ellipsoid.dEqRadius * DEG2RAD(dLng - proj.dCentralMeridian); + + double onePlusESine, oneMinusESine, tangent; + double eSine; + double divPowerE; + double lnValue; + + eSine = ellipsoid.dEccentricity * Math.sin(DEG2RAD(dLat)); + + onePlusESine = 1 + eSine; + oneMinusESine = 1 - eSine; + + divPowerE = Math.pow((oneMinusESine / onePlusESine), (ellipsoid.dEccentricity / 2.0)); + + tangent = Math.tan(DEG2RAD((45.0 + dLat / 2.0))); + + lnValue = tangent * divPowerE; + double py = ellipsoid.dEqRadius * Math.log(lnValue); + + p.setLocation(px, py); + return p; + } + + public static Point2D mapToLatLng(Point2D d) { + // Calculate the lat + double t; + double onePlusESine, oneMinusESine; + double arcTangent; + double divPowerE; + double error = 0.0; + Point2D p = new Point2D.Double(); + + t = Math.exp(-(d.getY() / ellipsoid.dEqRadius)); + // Initial value far the lat + + double lat0 = 90 - 2 * RAD2DEG(Math.atan(t)); + + int i = 0; + do { + onePlusESine = 1 + (ellipsoid.dEccentricity * Math.sin(DEG2RAD(lat0))); + oneMinusESine = 1 - (ellipsoid.dEccentricity * Math.sin(DEG2RAD(lat0))); + + divPowerE = Math.pow((oneMinusESine / onePlusESine), (ellipsoid.dEccentricity / 2.0)); + arcTangent = RAD2DEG(Math.atan(t * divPowerE)); + double lat = 90 - (2 * arcTangent); + error = Math.abs(lat - lat0); + lat0 = lat; + i++; // to avoid infinite loop; + } while (error > ERROR_MARGIN && i < 5); + + // Calculate the longitude + double lng = RAD2DEG(d.getY() / ellipsoid.dEqRadius) + proj.dCentralMeridian; + p.setLocation(lat0, lng); + + return p; + } + + public static double distance(Point2D a, Point2D b) { + return a.distance(b); + } + + public static double distanceLatLng(double dLat1, double dLng1, double dLat2, double dLng2, + LengthUtils.UnitOfMeasure u) { + double cd; + + // special case + if (dLat1 == dLat2 && dLng1 == dLng2) + return 0.0; + + double dDiff = dLng1 - dLng2; + int nSegs = (int) (Math.abs(dDiff) / 180.0); + double dDistance = 0; + + if (nSegs > 0 && dLat1 == dLat2) { + // if the span is bigger than 180 degrees, adjust the distance + cd = Math.sin(DEG2RAD(dLat1)) * Math.sin(DEG2RAD(dLat2)) + + Math.cos(DEG2RAD(dLat1)) * Math.cos(DEG2RAD(dLat2)) * Math.cos(DEG2RAD(180.0)); + + cd = EARTH_RADIUS_M * Math.acos(cd); // This is in miles + dDistance = nSegs * cd; + dDiff = Math.abs(dDiff) - 180.0 * nSegs; + } + + cd = Math.sin(DEG2RAD(dLat1)) * Math.sin(DEG2RAD(dLat2)) + + Math.cos(DEG2RAD(dLat1)) * Math.cos(DEG2RAD(dLat2)) * Math.cos(DEG2RAD(dDiff)); + + cd = EARTH_RADIUS_M * Math.acos(cd); // This is in meters + + cd += dDistance; + + switch (u) { + case KM: + cd = LengthUtils.MILES2KM(cd); + break; + case YARD: + cd = (LengthUtils.MILES2KM(cd) * 1000.0) / 0.9; // 90cm = 1 yard + break; + case MILE: + cd = LengthUtils.METERS2MILES(cd) * 1000.0; + break; + case NAUTICAL_MILE: + cd = LengthUtils.MILES2KNOTS(cd); + break; + case M: + default: + // already cd is in meters. we don't have to convert. + break; + } + + return cd; + } + + public static double distanceXY(double aLat, double aLng, double bLat, double bLng) { + + Point2D a = GeoUtils.latLngToMap(aLat, aLng); + Point2D b = GeoUtils.latLngToMap(bLat, bLng); + + return a.distance(b); + } + + public static boolean isPointWithinBounds(Point2D p, Line2D l, double tolerance) { + // Make sure the point p is inside the bounding rectangle of the segment + // a-b + return ((p.getX() >= (Math.min(l.getX1(), l.getX2()) - tolerance)) + && (p.getX() <= (Math.max(l.getX1(), l.getX2()) + tolerance)) + && (p.getY() >= (Math.min(l.getY1(), l.getY2()) - tolerance)) + && (p.getY() <= (Math.max(l.getY1(), l.getY2()) + tolerance))); + } +} diff --git a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/JsonUtils.java b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/JsonUtils.java index 1b77fa493..3cc01bb5d 100644 --- a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/JsonUtils.java +++ b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/JsonUtils.java @@ -1,180 +1,180 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.util; - -import java.io.IOException; -import java.math.BigDecimal; -import java.util.HashMap; -import java.util.Iterator; -import java.util.Map.Entry; - -import org.json.JSONObject; -import org.slf4j.Logger; -import org.slf4j.LoggerFactory; - -import com.fasterxml.jackson.core.JsonProcessingException; -import com.fasterxml.jackson.databind.JsonNode; -import com.fasterxml.jackson.databind.ObjectMapper; -import com.fasterxml.jackson.databind.node.ArrayNode; -import com.fasterxml.jackson.databind.node.ObjectNode; -import com.google.gson.Gson; -import com.google.gson.GsonBuilder; - -public class JsonUtils { - - public static class JsonUtilsException extends Exception { - - private static final long serialVersionUID = 1L; - - public JsonUtilsException(String string, Exception e) { - super(string, e); - } - - } - - private static Gson gsonCompact; - private static Gson gsonVerbose; - private static ObjectMapper mapper; - private static Logger logger; - - private JsonUtils() { - logger = LoggerFactory.getLogger(JsonUtils.class); - } - - static { - gsonCompact = new GsonBuilder().create(); - gsonVerbose = new GsonBuilder().serializeNulls().create(); - mapper = new ObjectMapper(); - } - - public static String toJson(Object o, boolean verbose) { - - // convert java object to JSON format, - // and returned as JSON formatted string - return verbose ? gsonVerbose.toJson(o) : gsonCompact.toJson(o); - } - - public static Object fromJson(String s, Class clazz) { - return gsonCompact.fromJson(s, clazz); - } - - public static Object jacksonFromJson(String s, Class clazz) throws JsonUtilsException { - try { - return mapper.readValue(s, clazz); - } catch (IOException e) { - throw new JsonUtilsException("Error deserializing JSON tree to " + clazz.getName(), e); - } - } - - public static String newJson(String key, Object value) { - return newObjectNode(key, value).toString(); - } - - public static ObjectNode cloneObjectNode(ObjectNode src) { - return src.deepCopy(); - } - - public static ObjectNode newObjectNode(String key, Object value) { - ObjectNode json = mapper.createObjectNode(); - json.putPOJO(key, value); - return json; - } - - public static ObjectNode addNode(ObjectNode tree, String fieldName, Object fieldValue) { - tree.putPOJO(fieldName, fieldValue); - return tree; - } - - public static JsonNode getJsonNode(String tree, String fieldName) { - JsonNode node = null; - try { - JsonNode jsonNode = mapper.readTree(tree); - node = jsonNode.get(fieldName); - - } catch (IOException e) { - logger.error("IOException", e); - } - return node; - } - - public static ObjectNode newNode() { - return mapper.createObjectNode(); - } - - public static ArrayNode newArrayNode() { - return mapper.createArrayNode(); - } - - public static ObjectNode toObjectNode(String tree) throws JsonUtilsException { - ObjectNode jsonNode; - try { - jsonNode = (ObjectNode) mapper.readTree(tree); - } catch (Exception e) { - throw new JsonUtilsException("Error converting JSON tree to ObjectNode", e); - } - return jsonNode; - } - - public static JSONObject toJSONObject(String json) throws JsonUtilsException { - try { - return new JSONObject(json); - } catch (Exception e) { - throw new JsonUtilsException("Error decoding " + json + "to JSONObject", e); - } - } - - public static boolean isValid(String tree) throws IOException { - try { - ObjectNode jsonNode = (ObjectNode) mapper.readTree(tree); - return jsonNode != null; - } catch (JsonProcessingException jpe) { - return false; - } - } - - public static HashMap jsonNodeToHashMap(JsonNode jsonNode) { - HashMap nodeProps = new HashMap(); - Iterator> iter = jsonNode.fields(); - - while (iter.hasNext()) { - Entry element = iter.next(); - nodeProps.put(element.getKey(), element.getValue()); - } - return nodeProps; - } - - /** - * Takes in a key, value pair and returns a valid JSON string such as - * {"error":"message"} - * - * @param key - * @param value - * @return - */ - public static String jsonKeyValue(String key, String value) { - return "{\"" + key + "\":\"" + value + "\"}"; - } - - public static BigDecimal decimalValue(JsonNode v) { - BigDecimal result; - if (v.isTextual()) { - result = new BigDecimal(v.textValue()); - } else { - result = v.decimalValue(); - } - return result; - } -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.util; + +import java.io.IOException; +import java.math.BigDecimal; +import java.util.HashMap; +import java.util.Iterator; +import java.util.Map.Entry; + +import org.json.JSONObject; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import com.fasterxml.jackson.core.JsonProcessingException; +import com.fasterxml.jackson.databind.JsonNode; +import com.fasterxml.jackson.databind.ObjectMapper; +import com.fasterxml.jackson.databind.node.ArrayNode; +import com.fasterxml.jackson.databind.node.ObjectNode; +import com.google.gson.Gson; +import com.google.gson.GsonBuilder; + +public class JsonUtils { + + public static class JsonUtilsException extends Exception { + + private static final long serialVersionUID = 1L; + + public JsonUtilsException(String string, Exception e) { + super(string, e); + } + + } + + private static Gson gsonCompact; + private static Gson gsonVerbose; + private static ObjectMapper mapper; + private static Logger logger; + + private JsonUtils() { + logger = LoggerFactory.getLogger(JsonUtils.class); + } + + static { + gsonCompact = new GsonBuilder().create(); + gsonVerbose = new GsonBuilder().serializeNulls().create(); + mapper = new ObjectMapper(); + } + + public static String toJson(Object o, boolean verbose) { + + // convert java object to JSON format, + // and returned as JSON formatted string + return verbose ? gsonVerbose.toJson(o) : gsonCompact.toJson(o); + } + + public static Object fromJson(String s, Class clazz) { + return gsonCompact.fromJson(s, clazz); + } + + public static Object jacksonFromJson(String s, Class clazz) throws JsonUtilsException { + try { + return mapper.readValue(s, clazz); + } catch (IOException e) { + throw new JsonUtilsException("Error deserializing JSON tree to " + clazz.getName(), e); + } + } + + public static String newJson(String key, Object value) { + return newObjectNode(key, value).toString(); + } + + public static ObjectNode cloneObjectNode(ObjectNode src) { + return src.deepCopy(); + } + + public static ObjectNode newObjectNode(String key, Object value) { + ObjectNode json = mapper.createObjectNode(); + json.putPOJO(key, value); + return json; + } + + public static ObjectNode addNode(ObjectNode tree, String fieldName, Object fieldValue) { + tree.putPOJO(fieldName, fieldValue); + return tree; + } + + public static JsonNode getJsonNode(String tree, String fieldName) { + JsonNode node = null; + try { + JsonNode jsonNode = mapper.readTree(tree); + node = jsonNode.get(fieldName); + + } catch (IOException e) { + logger.error("IOException", e); + } + return node; + } + + public static ObjectNode newNode() { + return mapper.createObjectNode(); + } + + public static ArrayNode newArrayNode() { + return mapper.createArrayNode(); + } + + public static ObjectNode toObjectNode(String tree) throws JsonUtilsException { + ObjectNode jsonNode; + try { + jsonNode = (ObjectNode) mapper.readTree(tree); + } catch (Exception e) { + throw new JsonUtilsException("Error converting JSON tree to ObjectNode", e); + } + return jsonNode; + } + + public static JSONObject toJSONObject(String json) throws JsonUtilsException { + try { + return new JSONObject(json); + } catch (Exception e) { + throw new JsonUtilsException("Error decoding " + json + "to JSONObject", e); + } + } + + public static boolean isValid(String tree) throws IOException { + try { + ObjectNode jsonNode = (ObjectNode) mapper.readTree(tree); + return jsonNode != null; + } catch (JsonProcessingException jpe) { + return false; + } + } + + public static HashMap jsonNodeToHashMap(JsonNode jsonNode) { + HashMap nodeProps = new HashMap(); + Iterator> iter = jsonNode.fields(); + + while (iter.hasNext()) { + Entry element = iter.next(); + nodeProps.put(element.getKey(), element.getValue()); + } + return nodeProps; + } + + /** + * Takes in a key, value pair and returns a valid JSON string such as + * {"error":"message"} + * + * @param key + * @param value + * @return + */ + public static String jsonKeyValue(String key, String value) { + return "{\"" + key + "\":\"" + value + "\"}"; + } + + public static BigDecimal decimalValue(JsonNode v) { + BigDecimal result; + if (v.isTextual()) { + result = new BigDecimal(v.textValue()); + } else { + result = v.decimalValue(); + } + return result; + } +} diff --git a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/LengthUtils.java b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/LengthUtils.java index 9143f1ff5..224a01e54 100644 --- a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/LengthUtils.java +++ b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/LengthUtils.java @@ -1,35 +1,35 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.util; - -public class LengthUtils { - public enum UnitOfMeasure { - MM, CM, M, KM, INCH, FOOT, YARD, MILE, NAUTICAL_MILE - } - - public static double MILES2KM(double m) {return ((double)m * 1.609347);} - - public static double KM2MILES(double m) {return ((double)m / 1.609347);} - - public static double MILES2METERS(double m) {return ((double)m * 1609.347);} - public static double METERS2MILES(double m) {return ((double)m / 1609.347);} - - public static double MILES2KNOTS(double m) {return ((double)m / 1.150568);} - public static double KNOTS2MILES(double m) {return ((double)m * 1.150568);} - - public static double MILES2YARDS(double m) {return ((double)m * 1760.0);} - public static double YARDS2MILES(double m) {return ((double)m / 1760.0);} -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.util; + +public class LengthUtils { + public enum UnitOfMeasure { + MM, CM, M, KM, INCH, FOOT, YARD, MILE, NAUTICAL_MILE + } + + public static double MILES2KM(double m) {return ((double)m * 1.609347);} + + public static double KM2MILES(double m) {return ((double)m / 1.609347);} + + public static double MILES2METERS(double m) {return ((double)m * 1609.347);} + public static double METERS2MILES(double m) {return ((double)m / 1609.347);} + + public static double MILES2KNOTS(double m) {return ((double)m / 1.150568);} + public static double KNOTS2MILES(double m) {return ((double)m * 1.150568);} + + public static double MILES2YARDS(double m) {return ((double)m * 1760.0);} + public static double YARDS2MILES(double m) {return ((double)m / 1760.0);} +} diff --git a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/SerializableObjectPool.java b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/SerializableObjectPool.java index 85849305a..d3b1b2976 100644 --- a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/SerializableObjectPool.java +++ b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/SerializableObjectPool.java @@ -1,77 +1,77 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.util; - -import java.io.Serializable; -import java.util.Enumeration; -import java.util.Hashtable; - -public abstract class SerializableObjectPool implements Serializable { - private static final long serialVersionUID = 914977959079989774L; - - private long expirationTime; - - private Hashtable locked, unlocked; - - public SerializableObjectPool() { - expirationTime = 30000; // 30 seconds - locked = new Hashtable(); - unlocked = new Hashtable(); - } - - protected abstract T create(); - - public abstract boolean validate(T o); - - public abstract void expire(T o); - - public synchronized T checkOut() { - long now = System.currentTimeMillis(); - T t; - if (unlocked.size() > 0) { - Enumeration e = unlocked.keys(); - while (e.hasMoreElements()) { - t = e.nextElement(); - if ((now - unlocked.get(t)) > expirationTime) { - // object has expired - unlocked.remove(t); - expire(t); - t = null; //NOSONAR - } else { - if (validate(t)) { - unlocked.remove(t); - locked.put(t, now); - return (t); - } else { - // object failed validation - unlocked.remove(t); - expire(t); - t = null; //NOSONAR - } - } - } - } - // no objects available, create a new one - t = create(); - locked.put(t, now); - return (t); - } - - public synchronized void checkIn(T t) { - locked.remove(t); - unlocked.put(t, System.currentTimeMillis()); - } -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.util; + +import java.io.Serializable; +import java.util.Enumeration; +import java.util.Hashtable; + +public abstract class SerializableObjectPool implements Serializable { + private static final long serialVersionUID = 914977959079989774L; + + private long expirationTime; + + private Hashtable locked, unlocked; + + public SerializableObjectPool() { + expirationTime = 30000; // 30 seconds + locked = new Hashtable(); + unlocked = new Hashtable(); + } + + protected abstract T create(); + + public abstract boolean validate(T o); + + public abstract void expire(T o); + + public synchronized T checkOut() { + long now = System.currentTimeMillis(); + T t; + if (unlocked.size() > 0) { + Enumeration e = unlocked.keys(); + while (e.hasMoreElements()) { + t = e.nextElement(); + if ((now - unlocked.get(t)) > expirationTime) { + // object has expired + unlocked.remove(t); + expire(t); + t = null; //NOSONAR + } else { + if (validate(t)) { + unlocked.remove(t); + locked.put(t, now); + return (t); + } else { + // object failed validation + unlocked.remove(t); + expire(t); + t = null; //NOSONAR + } + } + } + } + // no objects available, create a new one + t = create(); + locked.put(t, now); + return (t); + } + + public synchronized void checkIn(T t) { + locked.remove(t); + unlocked.put(t, System.currentTimeMillis()); + } +} diff --git a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/WebSocketUtils.java b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/WebSocketUtils.java index 1014ee942..2334843c6 100644 --- a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/WebSocketUtils.java +++ b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/WebSocketUtils.java @@ -1,49 +1,49 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.util; - -import java.io.IOException; - -import javax.websocket.Session; - -public class WebSocketUtils { - - /** - * @param session - * @param message - * @throws IOException - */ - public static void send(Session session, String message) throws IOException { - if (session != null) - synchronized (session) { - session.getBasicRemote().sendText(message); - } - } - - public static void sendSync(Session session, String message) throws IOException { - if (session != null) - synchronized (session) { - session.getBasicRemote().sendText(message); - } - } - - public static void sendAsync(Session session, String message) throws IOException { - if (session != null) - synchronized (session) { - session.getAsyncRemote().sendText(message); - } - } -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.util; + +import java.io.IOException; + +import javax.websocket.Session; + +public class WebSocketUtils { + + /** + * @param session + * @param message + * @throws IOException + */ + public static void send(Session session, String message) throws IOException { + if (session != null) + synchronized (session) { + session.getBasicRemote().sendText(message); + } + } + + public static void sendSync(Session session, String message) throws IOException { + if (session != null) + synchronized (session) { + session.getBasicRemote().sendText(message); + } + } + + public static void sendAsync(Session session, String message) throws IOException { + if (session != null) + synchronized (session) { + session.getAsyncRemote().sendText(message); + } + } +} diff --git a/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/inet/InetPacketFunctionalTest.java b/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/inet/InetPacketFunctionalTest.java index e01d0c2ad..5359e8b5c 100644 --- a/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/inet/InetPacketFunctionalTest.java +++ b/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/inet/InetPacketFunctionalTest.java @@ -1,116 +1,116 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.inet; - -import static org.junit.Assert.assertArrayEquals; -import static org.junit.Assert.assertEquals; -import static org.junit.Assert.assertNotNull; -import static org.junit.Assert.assertNull; -import static org.junit.Assert.assertTrue; - -import java.net.DatagramPacket; -import java.net.DatagramSocket; -import java.net.InetAddress; -import java.net.UnknownHostException; -import java.util.Arrays; - -import org.junit.Ignore; -import org.junit.Test; - -import mockit.Capturing; -import us.dot.its.jpo.ode.util.CodecUtils; - -public class InetPacketFunctionalTest { - - @Capturing - DatagramSocket capturingDatagramSocket; - - @Capturing - DatagramPacket capturingDatagramPacket; - - @Capturing - Thread capturingThread; - - private static boolean isVerbose = false; - - @Test - public void testConstrcutor() throws UnknownHostException { - InetPacket pkt = new InetPacket("bah.com", 1111, null); - - assertNull(pkt.getPayload()); - } - - @Test @Ignore - public void test() throws UnknownHostException { - test("127.0.0.1", 12, "01234567890".getBytes()); - test("::1", 47561, "0123456789001234567890".getBytes()); - test("1080:0:0:0:8:800:200C:417A", 345, "".getBytes()); - test("1080:0:0:0:8:800:200C:417A", 345, null); - test("1.0.0", 47561, "".getBytes()); - test("::FFFF:129.144.52.38", 4756, "0".getBytes()); - test("1080::8:800:200C:417A", 4756, new byte[] { (byte)0, (byte)1 }); - test("2001:0:9d38:90d7:3ce3:339d:f5c3:c42b", 11111, new byte[] { (byte)0xde, (byte)0xad, (byte)0xbe, (byte)0xef }); - test(null, 22222, new byte[] { (byte)0xde, (byte)0xad, (byte)0xbe, (byte)0xef }); - test("fdf8:f53b:82e4::53", 11111, new byte[] { (byte)0xca, (byte)0xfe, (byte)0xba, (byte)0xbe }); - } - - public void test(String address, int port, byte[] payload) throws UnknownHostException { - if ( payload == null ) - return; - if ( isVerbose ) - System.out.println("---------- Test ----------"); - DatagramPacket packet = new DatagramPacket(payload, payload.length, InetAddress.getByName(address), port); - InetPacket pbOut = new InetPacket(packet); - test(address, port, payload, pbOut); - } - - public void test(String address, int port, byte[] payload, InetPacket pbOut) throws UnknownHostException { - InetPacket pbIn = new InetPacket(pbOut.getBundle()); - if ( isVerbose ) { - print("From params", pbOut); - print("From bundle", pbIn); - } - InetPoint pointIn = pbIn.getPoint(); - assertNotNull(pointIn); - InetPoint pointOut = pbOut.getPoint(); - assertEquals(pointOut.port, pointIn.port); - assertArrayEquals(pointOut.address, pointIn.address); - byte[] pbOutPayload = pbOut.getPayload(); - byte[] pyInPayload = pbIn.getPayload(); - if ( pbOutPayload != null && pbOutPayload != null ) - assertTrue(Arrays.equals(pbOutPayload, pyInPayload)); - else if (pbOutPayload != null || pbOutPayload != null) - assertTrue(false); - assertTrue(Arrays.equals(pbOut.getBundle(), pbIn.getBundle())); - } - - void print(String header, InetPacket pb) throws UnknownHostException { - assertNotNull(pb); - InetPoint point = pb.getPoint(); - if( point != null ) { - System.out.printf("%s: port: %d (0x%x)\n", header, point.port, point.port ); - System.out.printf("%s: address size: %d value: %s ip: %s\n", header, point.address.length, - CodecUtils.toHex(point.address), InetAddress.getByAddress(point.address).getHostAddress() ); - System.out.printf("%s: forward: %s\n", header, point.forward ? "true" : "false" ); - } else { - System.out.printf("%s: Inet point is null\n", header); - } - byte[] p = pb.getPayload(); - System.out.printf("%s payload: %s\n", header, p != null && p.length > 0 ? CodecUtils.toHex(p) : ""); - System.out.printf("%s bundle: %s\n", header, pb.toHexString()); - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.inet; + +import static org.junit.Assert.assertArrayEquals; +import static org.junit.Assert.assertEquals; +import static org.junit.Assert.assertNotNull; +import static org.junit.Assert.assertNull; +import static org.junit.Assert.assertTrue; + +import java.net.DatagramPacket; +import java.net.DatagramSocket; +import java.net.InetAddress; +import java.net.UnknownHostException; +import java.util.Arrays; + +import org.junit.Ignore; +import org.junit.Test; + +import mockit.Capturing; +import us.dot.its.jpo.ode.util.CodecUtils; + +public class InetPacketFunctionalTest { + + @Capturing + DatagramSocket capturingDatagramSocket; + + @Capturing + DatagramPacket capturingDatagramPacket; + + @Capturing + Thread capturingThread; + + private static boolean isVerbose = false; + + @Test + public void testConstrcutor() throws UnknownHostException { + InetPacket pkt = new InetPacket("bah.com", 1111, null); + + assertNull(pkt.getPayload()); + } + + @Test @Ignore + public void test() throws UnknownHostException { + test("127.0.0.1", 12, "01234567890".getBytes()); + test("::1", 47561, "0123456789001234567890".getBytes()); + test("1080:0:0:0:8:800:200C:417A", 345, "".getBytes()); + test("1080:0:0:0:8:800:200C:417A", 345, null); + test("1.0.0", 47561, "".getBytes()); + test("::FFFF:129.144.52.38", 4756, "0".getBytes()); + test("1080::8:800:200C:417A", 4756, new byte[] { (byte)0, (byte)1 }); + test("2001:0:9d38:90d7:3ce3:339d:f5c3:c42b", 11111, new byte[] { (byte)0xde, (byte)0xad, (byte)0xbe, (byte)0xef }); + test(null, 22222, new byte[] { (byte)0xde, (byte)0xad, (byte)0xbe, (byte)0xef }); + test("fdf8:f53b:82e4::53", 11111, new byte[] { (byte)0xca, (byte)0xfe, (byte)0xba, (byte)0xbe }); + } + + public void test(String address, int port, byte[] payload) throws UnknownHostException { + if ( payload == null ) + return; + if ( isVerbose ) + System.out.println("---------- Test ----------"); + DatagramPacket packet = new DatagramPacket(payload, payload.length, InetAddress.getByName(address), port); + InetPacket pbOut = new InetPacket(packet); + test(address, port, payload, pbOut); + } + + public void test(String address, int port, byte[] payload, InetPacket pbOut) throws UnknownHostException { + InetPacket pbIn = new InetPacket(pbOut.getBundle()); + if ( isVerbose ) { + print("From params", pbOut); + print("From bundle", pbIn); + } + InetPoint pointIn = pbIn.getPoint(); + assertNotNull(pointIn); + InetPoint pointOut = pbOut.getPoint(); + assertEquals(pointOut.port, pointIn.port); + assertArrayEquals(pointOut.address, pointIn.address); + byte[] pbOutPayload = pbOut.getPayload(); + byte[] pyInPayload = pbIn.getPayload(); + if ( pbOutPayload != null && pbOutPayload != null ) + assertTrue(Arrays.equals(pbOutPayload, pyInPayload)); + else if (pbOutPayload != null || pbOutPayload != null) + assertTrue(false); + assertTrue(Arrays.equals(pbOut.getBundle(), pbIn.getBundle())); + } + + void print(String header, InetPacket pb) throws UnknownHostException { + assertNotNull(pb); + InetPoint point = pb.getPoint(); + if( point != null ) { + System.out.printf("%s: port: %d (0x%x)\n", header, point.port, point.port ); + System.out.printf("%s: address size: %d value: %s ip: %s\n", header, point.address.length, + CodecUtils.toHex(point.address), InetAddress.getByAddress(point.address).getHostAddress() ); + System.out.printf("%s: forward: %s\n", header, point.forward ? "true" : "false" ); + } else { + System.out.printf("%s: Inet point is null\n", header); + } + byte[] p = pb.getPayload(); + System.out.printf("%s payload: %s\n", header, p != null && p.length > 0 ? CodecUtils.toHex(p) : ""); + System.out.printf("%s bundle: %s\n", header, pb.toHexString()); + } + +} diff --git a/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/inet/InetPacketSenderTest.java b/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/inet/InetPacketSenderTest.java index b192d6f71..53a52aa82 100644 --- a/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/inet/InetPacketSenderTest.java +++ b/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/inet/InetPacketSenderTest.java @@ -1,480 +1,480 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.inet; - -import static org.junit.Assert.assertArrayEquals; -import static org.junit.Assert.assertEquals; -import static org.junit.Assert.assertFalse; -import static org.junit.Assert.assertNotNull; -import static org.junit.Assert.assertNull; -import static org.junit.Assert.assertTrue; - -import java.io.IOException; -import java.net.DatagramPacket; -import java.net.DatagramSocket; -import java.net.InetAddress; -import java.net.SocketException; -import java.net.SocketTimeoutException; -import java.net.UnknownHostException; -import java.util.Arrays; - -import org.apache.log4j.Logger; -import org.junit.BeforeClass; -import org.junit.Ignore; -import org.junit.Test; - -import mockit.Capturing; -import us.dot.its.jpo.ode.util.CodecUtils; - -public class InetPacketSenderTest { - - @Capturing - DatagramSocket capturingDatagramSocket; - - @Capturing - DatagramPacket capturingDatagramPacket; - - @Capturing - Thread capturingThread; - - static final private boolean isDebugOutput = false; - - private static Logger log = Logger.getLogger(InetPacketSenderTest.class); - - private static final int DEFAULT_MAX_PACKET_SIZE = 65535; - - private static final String TRANSPORT_HOST = "localhost"; - private static final int TRANSPORT_PORT = 46751; - - private static final String FORWARDER_HOST = "localhost"; - private static final int FORWARDER_PORT = 46752; - - private static final String CLIENT_HOST_IPV4 = "localhost"; - private static final String CLIENT_HOST_IPV6 = "::1"; - private static final int CLIENT_PORT = 46753; - - private static final byte[] PAYLOAD = new byte[] { (byte) 0xde, (byte) 0xad, (byte) 0xbe, (byte) 0xef, (byte) 0xca, - (byte) 0xfe, (byte) 0xba, (byte) 0xbe }; - - AssertionError assertionError = null; - - private enum TestCase { - TestForwardPacketInbound, TestSendPacketOutbound, TestIPv6ForwardOutbound, TestIPv4ForwardOutboundForward, TestIPv4ForwardOutboundSend, TestIPv6SendOutbound, TestIPv4SendOutbound, - }; - - @BeforeClass - public static void init() { - } - - @Test - public void testForwardPacketInboundIPV4() throws UnknownHostException, InetPacketException, InterruptedException { - // Use case: Forwarder forwards incoming IPV4 packet to transport - testForwardPacketInbound(CLIENT_HOST_IPV4); - } - - @Test - public void testForwardPacketInboundIPV6() throws UnknownHostException, InetPacketException, InterruptedException { - // Use case: Forwarder forwards incoming IPV6 packet to transport - testForwardPacketInbound(CLIENT_HOST_IPV6); - } - - public void testForwardPacketInbound(String hostname) - throws UnknownHostException, InetPacketException, InterruptedException { - startUdpListener(TRANSPORT_PORT, TestCase.TestForwardPacketInbound); - InetPoint transport = new InetPoint(getAddressBytes(TRANSPORT_HOST), TRANSPORT_PORT); - InetPacketSender sender = new InetPacketSender(transport); - DatagramPacket packet = new DatagramPacket(PAYLOAD, PAYLOAD.length, InetAddress.getByName(hostname), CLIENT_PORT); - sender.forward(packet); - checkBackgroundThreadAssertion(); - } - - @Test @Ignore - public void testSendPacketOutboundIPv4() throws UnknownHostException, InterruptedException, InetPacketException { - // Use case: Forwarder sends outgoing IPv4 packet out - testSendPacketOutbound(CLIENT_HOST_IPV4); - } - - @Test @Ignore - public void testSendPacketOutboundIPv6() throws UnknownHostException, InterruptedException, InetPacketException { - // Use case: Forwarder sends outgoing IPv6 packet out - testSendPacketOutbound(CLIENT_HOST_IPV6); - } - - public void testSendPacketOutbound(String hostname) - throws UnknownHostException, InetPacketException, InterruptedException { - startUdpListener(CLIENT_PORT, TestCase.TestSendPacketOutbound); - InetPoint client = new InetPoint(getAddressBytes(hostname), CLIENT_PORT); - byte[] bundle = new InetPacket(client, PAYLOAD).getBundle(); - InetPacketSender sender = new InetPacketSender(); - DatagramPacket packet = new DatagramPacket(bundle, bundle.length, InetAddress.getByName(FORWARDER_HOST), - FORWARDER_PORT); - sender.send(packet); - checkBackgroundThreadAssertion(); - } - - @Test - public void testIPv6ForwardOutbound() throws UnknownHostException, InetPacketException, InterruptedException { - // Use case: Transport or Data Sink send IPv6 message out via forwarder - startUdpListener(FORWARDER_PORT, TestCase.TestIPv6ForwardOutbound); - InetPoint forwarder = new InetPoint(getAddressBytes(FORWARDER_HOST), FORWARDER_PORT); - InetPacketSender sender = new InetPacketSender(forwarder); - InetPoint client = new InetPoint(getAddressBytes(CLIENT_HOST_IPV6), CLIENT_PORT); - sender.forward(client, PAYLOAD); - checkBackgroundThreadAssertion(); - } - - @Test - public void testIPv4ForwardOutboundForward() throws InterruptedException, UnknownHostException, InetPacketException { - // Use case: Transport or Data Sink send IPv4 message out via forwarder - startUdpListener(FORWARDER_PORT, TestCase.TestIPv4ForwardOutboundForward); - InetPoint forwarder = new InetPoint(getAddressBytes(FORWARDER_HOST), FORWARDER_PORT); - InetPacketSender sender = new InetPacketSender(forwarder); - sender.setForwardAll(true); - InetPoint client = new InetPoint(getAddressBytes(CLIENT_HOST_IPV4), CLIENT_PORT); - sender.forward(client, PAYLOAD); - checkBackgroundThreadAssertion(); - } - - @Test - public void testIPv4ForwardOutboundSend() throws InterruptedException, UnknownHostException, InetPacketException { - // Use case: Transport or Data Sink send IPv4 message out via forwarder - // but it's being send out directly - startUdpListener(CLIENT_PORT, TestCase.TestIPv4ForwardOutboundSend); - InetPoint forwarder = new InetPoint(getAddressBytes(FORWARDER_HOST), FORWARDER_PORT); - InetPacketSender sender = new InetPacketSender(forwarder); - InetPoint client = new InetPoint(getAddressBytes(CLIENT_HOST_IPV4), CLIENT_PORT); - sender.forward(client, PAYLOAD); - checkBackgroundThreadAssertion(); - } - - @Test - public void testIPv6SendOutbound() throws InterruptedException, UnknownHostException, InetPacketException { - // Use case: Transport or Data Sink send IPv6 message out directly - startUdpListener(CLIENT_PORT, TestCase.TestIPv6SendOutbound); - InetPacketSender sender = new InetPacketSender(); - InetPoint client = new InetPoint(getAddressBytes(CLIENT_HOST_IPV6), CLIENT_PORT); - sender.send(client, PAYLOAD); - checkBackgroundThreadAssertion(); - } - - @Test - public void testIPv4SendOutbound() throws InterruptedException, UnknownHostException, InetPacketException { - // Use case: Transport or Data Sink send IPv4 message out directly - startUdpListener(CLIENT_PORT, TestCase.TestIPv4SendOutbound); - InetPacketSender sender = new InetPacketSender(); - InetPoint client = new InetPoint(getAddressBytes(CLIENT_HOST_IPV4), CLIENT_PORT); - sender.send(client, PAYLOAD); - checkBackgroundThreadAssertion(); - } - - private static byte[] getAddressBytes(String host) throws UnknownHostException { - return InetAddress.getByName(host).getAddress(); - } - - private void startUdpListener(int port, TestCase tc) { - final int listenPort = port; - final TestCase testCase = tc; - - Thread listener = new Thread(new Runnable() { - @Override - public void run() { - DatagramSocket socket = null; - try { - socket = new DatagramSocket(listenPort); - DatagramPacket datagramPacket = new DatagramPacket(new byte[DEFAULT_MAX_PACKET_SIZE], - DEFAULT_MAX_PACKET_SIZE); - socket.setSoTimeout(1000); - socket.receive(datagramPacket); - validatePacket(datagramPacket); - } catch (SocketTimeoutException ex) { - log.error( - String.format("Caught socket timeout exception while recieving message on port %d. Max size is %d", - listenPort, DEFAULT_MAX_PACKET_SIZE), - ex); - } catch (SocketException ex) { - log.error(String.format("Caught socket exception while recieving message on port %d. Max size is %d", - listenPort, DEFAULT_MAX_PACKET_SIZE), ex); - } catch (IOException ex) { - log.error( - String.format("Caught IO exception exception while recieving message on port %d. Max size is %d", - listenPort, DEFAULT_MAX_PACKET_SIZE), - ex); - } finally { - if (socket != null && !socket.isClosed()) { - socket.close(); - socket = null; - } - } - } - - private void validatePacket(DatagramPacket packet) throws UnknownHostException { - assertNotNull(packet); - - final byte[] data = packet.getData(); - assertNotNull(data); - - final int length = packet.getLength(); - assertTrue(length > 0); - - final int offset = packet.getOffset(); - - byte[] packetData = Arrays.copyOfRange(data, offset, length); - - try { - switch (testCase) { - case TestForwardPacketInbound: - validateForwardPacketInbound(packetData); - validateForwardPacketInbound(packet); - break; - case TestSendPacketOutbound: - validateSendPacketOutbound(packetData); - validateSendPacketOutbound(packet); - break; - case TestIPv6ForwardOutbound: - validateIPv6ForwardOutbound(packetData); - validateIPv6ForwardOutbound(packet); - break; - case TestIPv4ForwardOutboundForward: - validateIPv4ForwardOutboundForward(packetData); - validateIPv4ForwardOutboundForward(packet); - break; - case TestIPv4ForwardOutboundSend: - validateIPv4ForwardOutboundSend(packetData); - validateIPv4ForwardOutboundSend(packet); - break; - case TestIPv6SendOutbound: - validateIPv6SendOutbound(packetData); - validateIPv6SendOutbound(packet); - break; - case TestIPv4SendOutbound: - validateIPv4SendOutbound(packetData); - validateIPv4SendOutbound(packet); - break; - } - } catch (AssertionError ex) { - assertionError = ex; - } - } - - private void validateForwardPacketInbound(byte[] payload) throws UnknownHostException { - validateForwardPacketInbound("Payload", new InetPacket(payload)); - } - - private void validateForwardPacketInbound(DatagramPacket packet) throws UnknownHostException { - validateForwardPacketInbound("Packet", new InetPacket(packet)); - } - - private void validateForwardPacketInbound(String tail, InetPacket p) throws UnknownHostException { - assertNotNull(p); - if (isDebugOutput) - print("ForwardPacketInbound", p); - assertEquals(TRANSPORT_PORT, listenPort); - InetPoint point = p.getPoint(); - assertNotNull(point); - byte[] srcAddress = point.address; - assertNotNull(srcAddress); - if (point.isIPv6Address()) - assertArrayEquals(getAddressBytes(CLIENT_HOST_IPV6), point.address); - else - assertArrayEquals(getAddressBytes(CLIENT_HOST_IPV4), point.address); - assertEquals(CLIENT_PORT, point.port); - assertTrue(point.forward); - assertArrayEquals(PAYLOAD, p.getPayload()); - } - - private void validateSendPacketOutbound(byte[] payload) throws UnknownHostException { - InetPacket p = new InetPacket(payload); - assertNotNull(p); - if (isDebugOutput) - print("SendPacketOutbound Payload", p); - assertEquals(CLIENT_PORT, listenPort); - InetPoint point = p.getPoint(); - assertNull(point); - assertArrayEquals(p.getPayload(), PAYLOAD); - } - - private void validateSendPacketOutbound(DatagramPacket packet) throws UnknownHostException { - InetPacket p = new InetPacket(packet); - assertNotNull(p); - if (isDebugOutput) - print("SendPacketOutbound Packet", p); - assertEquals(CLIENT_PORT, listenPort); - InetPoint point = p.getPoint(); - assertNotNull(point); - byte[] srcAddress = point.address; - assertNotNull(srcAddress); - if (point.isIPv6Address()) - assertArrayEquals(point.address, getAddressBytes(CLIENT_HOST_IPV6)); - else - assertArrayEquals(point.address, getAddressBytes(CLIENT_HOST_IPV4)); - assertFalse(point.forward); - assertArrayEquals(p.getPayload(), PAYLOAD); - } - - private void validateIPv6ForwardOutbound(byte[] payload) throws UnknownHostException { - validateIPv6ForwardOutbound("Payload", new InetPacket(payload)); - } - - private void validateIPv6ForwardOutbound(DatagramPacket packet) throws UnknownHostException { - validateIPv6ForwardOutbound("Packet", new InetPacket(packet)); - } - - private void validateIPv6ForwardOutbound(String tail, InetPacket p) throws UnknownHostException { - assertNotNull(p); - if (isDebugOutput) - print("IPv6ForwardOutbound " + tail, p); - assertEquals(FORWARDER_PORT, listenPort); - InetPoint point = p.getPoint(); - assertNotNull(point); - byte[] srcAddress = point.address; - assertNotNull(srcAddress); - assertTrue(point.isIPv6Address()); - assertArrayEquals(point.address, getAddressBytes(CLIENT_HOST_IPV6)); - assertEquals(CLIENT_PORT, point.port); - assertTrue(point.forward); - assertArrayEquals(p.getPayload(), PAYLOAD); - } - - private void validateIPv4ForwardOutboundForward(byte[] payload) throws UnknownHostException { - validateIPv4ForwardOutboundForward("Payload", new InetPacket(payload)); - } - - private void validateIPv4ForwardOutboundForward(DatagramPacket packet) throws UnknownHostException { - validateIPv4ForwardOutboundForward("Packet", new InetPacket(packet)); - } - - private void validateIPv4ForwardOutboundForward(String tail, InetPacket p) throws UnknownHostException { - assertNotNull(p); - if (isDebugOutput) - print("IPv4ForwardOutboundForward " + tail, p); - assertEquals(FORWARDER_PORT, listenPort); - InetPoint point = p.getPoint(); - assertNotNull(point); - byte[] srcAddress = point.address; - assertNotNull(srcAddress); - assertFalse(point.isIPv6Address()); - assertArrayEquals(point.address, getAddressBytes(CLIENT_HOST_IPV4)); - assertEquals(CLIENT_PORT, point.port); - assertTrue(point.forward); - assertArrayEquals(p.getPayload(), PAYLOAD); - } - - private void validateIPv4ForwardOutboundSend(byte[] payload) throws UnknownHostException { - InetPacket p = new InetPacket(payload); - assertNotNull(p); - if (isDebugOutput) - print("IPv4ForwardOutboundSend Payload", p); - assertEquals(CLIENT_PORT, listenPort); - InetPoint point = p.getPoint(); - assertNull(point); - assertArrayEquals(p.getPayload(), PAYLOAD); - } - - private void validateIPv4ForwardOutboundSend(DatagramPacket packet) throws UnknownHostException { - InetPacket p = new InetPacket(packet); - assertNotNull(p); - if (isDebugOutput) - print("IPv4ForwardOutboundSend Packet", p); - assertEquals(CLIENT_PORT, listenPort); - InetPoint point = p.getPoint(); - assertNotNull(point); - byte[] srcAddress = point.address; - assertNotNull(srcAddress); - if (point.isIPv6Address()) - assertArrayEquals(point.address, getAddressBytes(CLIENT_HOST_IPV6)); - else - assertArrayEquals(point.address, getAddressBytes(CLIENT_HOST_IPV4)); - assertFalse(point.forward); - assertArrayEquals(p.getPayload(), PAYLOAD); - } - - private void validateIPv6SendOutbound(byte[] payload) throws UnknownHostException { - validateIPvXSendOutboundPayload(new InetPacket(payload)); - } - - private void validateIPv4SendOutbound(byte[] payload) throws UnknownHostException { - validateIPvXSendOutboundPayload(new InetPacket(payload)); - } - - private void validateIPv6SendOutbound(DatagramPacket packet) throws UnknownHostException { - validateIPvXSendOutboundPacket(new InetPacket(packet)); - } - - private void validateIPv4SendOutbound(DatagramPacket packet) throws UnknownHostException { - validateIPvXSendOutboundPacket(new InetPacket(packet)); - } - - private void validateIPvXSendOutboundPayload(InetPacket p) throws UnknownHostException { - assertNotNull(p); - if (isDebugOutput) - print("IPvXSendOutbound Payload", p); - assertEquals(CLIENT_PORT, listenPort); - InetPoint point = p.getPoint(); - assertNull(point); - assertArrayEquals(p.getPayload(), PAYLOAD); - } - - private void validateIPvXSendOutboundPacket(InetPacket p) throws UnknownHostException { - assertNotNull(p); - if (isDebugOutput) - print("IPvXSendOutbound Packet", p); - assertEquals(CLIENT_PORT, listenPort); - InetPoint point = p.getPoint(); - assertNotNull(point); - byte[] srcAddress = point.address; - assertNotNull(srcAddress); - if (point.isIPv6Address()) - assertArrayEquals(point.address, getAddressBytes(CLIENT_HOST_IPV6)); - else - assertArrayEquals(point.address, getAddressBytes(CLIENT_HOST_IPV4)); - assertFalse(point.forward); - assertArrayEquals(p.getPayload(), PAYLOAD); - } - - private void print(String header, InetPacket pb) throws UnknownHostException { - assertNotNull(pb); - InetPoint point = pb.getPoint(); - if (point != null) { - System.out.printf("%s: port: %d (0x%x)\n", header, point.port, point.port); - System.out.printf("%s: address size: %d value: %s ip: %s\n", header, point.address.length, - CodecUtils.toHex(point.address), InetAddress.getByAddress(point.address).getHostAddress()); - System.out.printf("%s: forward: %s\n", header, point.forward ? "true" : "false"); - } else { - System.out.printf("%s: Inet point is null\n", header); - } - byte[] p = pb.getPayload(); - System.out.printf("%s: payload: %s\n", header, p != null && p.length > 0 ? CodecUtils.toHex(p) : ""); - System.out.printf("%s: bundle: %s\n", header, pb.toHexString()); - } - }); - listener.start(); - try { - Thread.sleep(500); - } catch (InterruptedException e) { - } - } - - void checkBackgroundThreadAssertion() { - try { - Thread.sleep(1500); - } catch (InterruptedException unused) { - } - - if (assertionError != null) - throw assertionError; - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.inet; + +import static org.junit.Assert.assertArrayEquals; +import static org.junit.Assert.assertEquals; +import static org.junit.Assert.assertFalse; +import static org.junit.Assert.assertNotNull; +import static org.junit.Assert.assertNull; +import static org.junit.Assert.assertTrue; + +import java.io.IOException; +import java.net.DatagramPacket; +import java.net.DatagramSocket; +import java.net.InetAddress; +import java.net.SocketException; +import java.net.SocketTimeoutException; +import java.net.UnknownHostException; +import java.util.Arrays; + +import org.apache.log4j.Logger; +import org.junit.BeforeClass; +import org.junit.Ignore; +import org.junit.Test; + +import mockit.Capturing; +import us.dot.its.jpo.ode.util.CodecUtils; + +public class InetPacketSenderTest { + + @Capturing + DatagramSocket capturingDatagramSocket; + + @Capturing + DatagramPacket capturingDatagramPacket; + + @Capturing + Thread capturingThread; + + static final private boolean isDebugOutput = false; + + private static Logger log = Logger.getLogger(InetPacketSenderTest.class); + + private static final int DEFAULT_MAX_PACKET_SIZE = 65535; + + private static final String TRANSPORT_HOST = "localhost"; + private static final int TRANSPORT_PORT = 46751; + + private static final String FORWARDER_HOST = "localhost"; + private static final int FORWARDER_PORT = 46752; + + private static final String CLIENT_HOST_IPV4 = "localhost"; + private static final String CLIENT_HOST_IPV6 = "::1"; + private static final int CLIENT_PORT = 46753; + + private static final byte[] PAYLOAD = new byte[] { (byte) 0xde, (byte) 0xad, (byte) 0xbe, (byte) 0xef, (byte) 0xca, + (byte) 0xfe, (byte) 0xba, (byte) 0xbe }; + + AssertionError assertionError = null; + + private enum TestCase { + TestForwardPacketInbound, TestSendPacketOutbound, TestIPv6ForwardOutbound, TestIPv4ForwardOutboundForward, TestIPv4ForwardOutboundSend, TestIPv6SendOutbound, TestIPv4SendOutbound, + }; + + @BeforeClass + public static void init() { + } + + @Test + public void testForwardPacketInboundIPV4() throws UnknownHostException, InetPacketException, InterruptedException { + // Use case: Forwarder forwards incoming IPV4 packet to transport + testForwardPacketInbound(CLIENT_HOST_IPV4); + } + + @Test + public void testForwardPacketInboundIPV6() throws UnknownHostException, InetPacketException, InterruptedException { + // Use case: Forwarder forwards incoming IPV6 packet to transport + testForwardPacketInbound(CLIENT_HOST_IPV6); + } + + public void testForwardPacketInbound(String hostname) + throws UnknownHostException, InetPacketException, InterruptedException { + startUdpListener(TRANSPORT_PORT, TestCase.TestForwardPacketInbound); + InetPoint transport = new InetPoint(getAddressBytes(TRANSPORT_HOST), TRANSPORT_PORT); + InetPacketSender sender = new InetPacketSender(transport); + DatagramPacket packet = new DatagramPacket(PAYLOAD, PAYLOAD.length, InetAddress.getByName(hostname), CLIENT_PORT); + sender.forward(packet); + checkBackgroundThreadAssertion(); + } + + @Test @Ignore + public void testSendPacketOutboundIPv4() throws UnknownHostException, InterruptedException, InetPacketException { + // Use case: Forwarder sends outgoing IPv4 packet out + testSendPacketOutbound(CLIENT_HOST_IPV4); + } + + @Test @Ignore + public void testSendPacketOutboundIPv6() throws UnknownHostException, InterruptedException, InetPacketException { + // Use case: Forwarder sends outgoing IPv6 packet out + testSendPacketOutbound(CLIENT_HOST_IPV6); + } + + public void testSendPacketOutbound(String hostname) + throws UnknownHostException, InetPacketException, InterruptedException { + startUdpListener(CLIENT_PORT, TestCase.TestSendPacketOutbound); + InetPoint client = new InetPoint(getAddressBytes(hostname), CLIENT_PORT); + byte[] bundle = new InetPacket(client, PAYLOAD).getBundle(); + InetPacketSender sender = new InetPacketSender(); + DatagramPacket packet = new DatagramPacket(bundle, bundle.length, InetAddress.getByName(FORWARDER_HOST), + FORWARDER_PORT); + sender.send(packet); + checkBackgroundThreadAssertion(); + } + + @Test + public void testIPv6ForwardOutbound() throws UnknownHostException, InetPacketException, InterruptedException { + // Use case: Transport or Data Sink send IPv6 message out via forwarder + startUdpListener(FORWARDER_PORT, TestCase.TestIPv6ForwardOutbound); + InetPoint forwarder = new InetPoint(getAddressBytes(FORWARDER_HOST), FORWARDER_PORT); + InetPacketSender sender = new InetPacketSender(forwarder); + InetPoint client = new InetPoint(getAddressBytes(CLIENT_HOST_IPV6), CLIENT_PORT); + sender.forward(client, PAYLOAD); + checkBackgroundThreadAssertion(); + } + + @Test + public void testIPv4ForwardOutboundForward() throws InterruptedException, UnknownHostException, InetPacketException { + // Use case: Transport or Data Sink send IPv4 message out via forwarder + startUdpListener(FORWARDER_PORT, TestCase.TestIPv4ForwardOutboundForward); + InetPoint forwarder = new InetPoint(getAddressBytes(FORWARDER_HOST), FORWARDER_PORT); + InetPacketSender sender = new InetPacketSender(forwarder); + sender.setForwardAll(true); + InetPoint client = new InetPoint(getAddressBytes(CLIENT_HOST_IPV4), CLIENT_PORT); + sender.forward(client, PAYLOAD); + checkBackgroundThreadAssertion(); + } + + @Test + public void testIPv4ForwardOutboundSend() throws InterruptedException, UnknownHostException, InetPacketException { + // Use case: Transport or Data Sink send IPv4 message out via forwarder + // but it's being send out directly + startUdpListener(CLIENT_PORT, TestCase.TestIPv4ForwardOutboundSend); + InetPoint forwarder = new InetPoint(getAddressBytes(FORWARDER_HOST), FORWARDER_PORT); + InetPacketSender sender = new InetPacketSender(forwarder); + InetPoint client = new InetPoint(getAddressBytes(CLIENT_HOST_IPV4), CLIENT_PORT); + sender.forward(client, PAYLOAD); + checkBackgroundThreadAssertion(); + } + + @Test + public void testIPv6SendOutbound() throws InterruptedException, UnknownHostException, InetPacketException { + // Use case: Transport or Data Sink send IPv6 message out directly + startUdpListener(CLIENT_PORT, TestCase.TestIPv6SendOutbound); + InetPacketSender sender = new InetPacketSender(); + InetPoint client = new InetPoint(getAddressBytes(CLIENT_HOST_IPV6), CLIENT_PORT); + sender.send(client, PAYLOAD); + checkBackgroundThreadAssertion(); + } + + @Test + public void testIPv4SendOutbound() throws InterruptedException, UnknownHostException, InetPacketException { + // Use case: Transport or Data Sink send IPv4 message out directly + startUdpListener(CLIENT_PORT, TestCase.TestIPv4SendOutbound); + InetPacketSender sender = new InetPacketSender(); + InetPoint client = new InetPoint(getAddressBytes(CLIENT_HOST_IPV4), CLIENT_PORT); + sender.send(client, PAYLOAD); + checkBackgroundThreadAssertion(); + } + + private static byte[] getAddressBytes(String host) throws UnknownHostException { + return InetAddress.getByName(host).getAddress(); + } + + private void startUdpListener(int port, TestCase tc) { + final int listenPort = port; + final TestCase testCase = tc; + + Thread listener = new Thread(new Runnable() { + @Override + public void run() { + DatagramSocket socket = null; + try { + socket = new DatagramSocket(listenPort); + DatagramPacket datagramPacket = new DatagramPacket(new byte[DEFAULT_MAX_PACKET_SIZE], + DEFAULT_MAX_PACKET_SIZE); + socket.setSoTimeout(1000); + socket.receive(datagramPacket); + validatePacket(datagramPacket); + } catch (SocketTimeoutException ex) { + log.error( + String.format("Caught socket timeout exception while recieving message on port %d. Max size is %d", + listenPort, DEFAULT_MAX_PACKET_SIZE), + ex); + } catch (SocketException ex) { + log.error(String.format("Caught socket exception while recieving message on port %d. Max size is %d", + listenPort, DEFAULT_MAX_PACKET_SIZE), ex); + } catch (IOException ex) { + log.error( + String.format("Caught IO exception exception while recieving message on port %d. Max size is %d", + listenPort, DEFAULT_MAX_PACKET_SIZE), + ex); + } finally { + if (socket != null && !socket.isClosed()) { + socket.close(); + socket = null; + } + } + } + + private void validatePacket(DatagramPacket packet) throws UnknownHostException { + assertNotNull(packet); + + final byte[] data = packet.getData(); + assertNotNull(data); + + final int length = packet.getLength(); + assertTrue(length > 0); + + final int offset = packet.getOffset(); + + byte[] packetData = Arrays.copyOfRange(data, offset, length); + + try { + switch (testCase) { + case TestForwardPacketInbound: + validateForwardPacketInbound(packetData); + validateForwardPacketInbound(packet); + break; + case TestSendPacketOutbound: + validateSendPacketOutbound(packetData); + validateSendPacketOutbound(packet); + break; + case TestIPv6ForwardOutbound: + validateIPv6ForwardOutbound(packetData); + validateIPv6ForwardOutbound(packet); + break; + case TestIPv4ForwardOutboundForward: + validateIPv4ForwardOutboundForward(packetData); + validateIPv4ForwardOutboundForward(packet); + break; + case TestIPv4ForwardOutboundSend: + validateIPv4ForwardOutboundSend(packetData); + validateIPv4ForwardOutboundSend(packet); + break; + case TestIPv6SendOutbound: + validateIPv6SendOutbound(packetData); + validateIPv6SendOutbound(packet); + break; + case TestIPv4SendOutbound: + validateIPv4SendOutbound(packetData); + validateIPv4SendOutbound(packet); + break; + } + } catch (AssertionError ex) { + assertionError = ex; + } + } + + private void validateForwardPacketInbound(byte[] payload) throws UnknownHostException { + validateForwardPacketInbound("Payload", new InetPacket(payload)); + } + + private void validateForwardPacketInbound(DatagramPacket packet) throws UnknownHostException { + validateForwardPacketInbound("Packet", new InetPacket(packet)); + } + + private void validateForwardPacketInbound(String tail, InetPacket p) throws UnknownHostException { + assertNotNull(p); + if (isDebugOutput) + print("ForwardPacketInbound", p); + assertEquals(TRANSPORT_PORT, listenPort); + InetPoint point = p.getPoint(); + assertNotNull(point); + byte[] srcAddress = point.address; + assertNotNull(srcAddress); + if (point.isIPv6Address()) + assertArrayEquals(getAddressBytes(CLIENT_HOST_IPV6), point.address); + else + assertArrayEquals(getAddressBytes(CLIENT_HOST_IPV4), point.address); + assertEquals(CLIENT_PORT, point.port); + assertTrue(point.forward); + assertArrayEquals(PAYLOAD, p.getPayload()); + } + + private void validateSendPacketOutbound(byte[] payload) throws UnknownHostException { + InetPacket p = new InetPacket(payload); + assertNotNull(p); + if (isDebugOutput) + print("SendPacketOutbound Payload", p); + assertEquals(CLIENT_PORT, listenPort); + InetPoint point = p.getPoint(); + assertNull(point); + assertArrayEquals(p.getPayload(), PAYLOAD); + } + + private void validateSendPacketOutbound(DatagramPacket packet) throws UnknownHostException { + InetPacket p = new InetPacket(packet); + assertNotNull(p); + if (isDebugOutput) + print("SendPacketOutbound Packet", p); + assertEquals(CLIENT_PORT, listenPort); + InetPoint point = p.getPoint(); + assertNotNull(point); + byte[] srcAddress = point.address; + assertNotNull(srcAddress); + if (point.isIPv6Address()) + assertArrayEquals(point.address, getAddressBytes(CLIENT_HOST_IPV6)); + else + assertArrayEquals(point.address, getAddressBytes(CLIENT_HOST_IPV4)); + assertFalse(point.forward); + assertArrayEquals(p.getPayload(), PAYLOAD); + } + + private void validateIPv6ForwardOutbound(byte[] payload) throws UnknownHostException { + validateIPv6ForwardOutbound("Payload", new InetPacket(payload)); + } + + private void validateIPv6ForwardOutbound(DatagramPacket packet) throws UnknownHostException { + validateIPv6ForwardOutbound("Packet", new InetPacket(packet)); + } + + private void validateIPv6ForwardOutbound(String tail, InetPacket p) throws UnknownHostException { + assertNotNull(p); + if (isDebugOutput) + print("IPv6ForwardOutbound " + tail, p); + assertEquals(FORWARDER_PORT, listenPort); + InetPoint point = p.getPoint(); + assertNotNull(point); + byte[] srcAddress = point.address; + assertNotNull(srcAddress); + assertTrue(point.isIPv6Address()); + assertArrayEquals(point.address, getAddressBytes(CLIENT_HOST_IPV6)); + assertEquals(CLIENT_PORT, point.port); + assertTrue(point.forward); + assertArrayEquals(p.getPayload(), PAYLOAD); + } + + private void validateIPv4ForwardOutboundForward(byte[] payload) throws UnknownHostException { + validateIPv4ForwardOutboundForward("Payload", new InetPacket(payload)); + } + + private void validateIPv4ForwardOutboundForward(DatagramPacket packet) throws UnknownHostException { + validateIPv4ForwardOutboundForward("Packet", new InetPacket(packet)); + } + + private void validateIPv4ForwardOutboundForward(String tail, InetPacket p) throws UnknownHostException { + assertNotNull(p); + if (isDebugOutput) + print("IPv4ForwardOutboundForward " + tail, p); + assertEquals(FORWARDER_PORT, listenPort); + InetPoint point = p.getPoint(); + assertNotNull(point); + byte[] srcAddress = point.address; + assertNotNull(srcAddress); + assertFalse(point.isIPv6Address()); + assertArrayEquals(point.address, getAddressBytes(CLIENT_HOST_IPV4)); + assertEquals(CLIENT_PORT, point.port); + assertTrue(point.forward); + assertArrayEquals(p.getPayload(), PAYLOAD); + } + + private void validateIPv4ForwardOutboundSend(byte[] payload) throws UnknownHostException { + InetPacket p = new InetPacket(payload); + assertNotNull(p); + if (isDebugOutput) + print("IPv4ForwardOutboundSend Payload", p); + assertEquals(CLIENT_PORT, listenPort); + InetPoint point = p.getPoint(); + assertNull(point); + assertArrayEquals(p.getPayload(), PAYLOAD); + } + + private void validateIPv4ForwardOutboundSend(DatagramPacket packet) throws UnknownHostException { + InetPacket p = new InetPacket(packet); + assertNotNull(p); + if (isDebugOutput) + print("IPv4ForwardOutboundSend Packet", p); + assertEquals(CLIENT_PORT, listenPort); + InetPoint point = p.getPoint(); + assertNotNull(point); + byte[] srcAddress = point.address; + assertNotNull(srcAddress); + if (point.isIPv6Address()) + assertArrayEquals(point.address, getAddressBytes(CLIENT_HOST_IPV6)); + else + assertArrayEquals(point.address, getAddressBytes(CLIENT_HOST_IPV4)); + assertFalse(point.forward); + assertArrayEquals(p.getPayload(), PAYLOAD); + } + + private void validateIPv6SendOutbound(byte[] payload) throws UnknownHostException { + validateIPvXSendOutboundPayload(new InetPacket(payload)); + } + + private void validateIPv4SendOutbound(byte[] payload) throws UnknownHostException { + validateIPvXSendOutboundPayload(new InetPacket(payload)); + } + + private void validateIPv6SendOutbound(DatagramPacket packet) throws UnknownHostException { + validateIPvXSendOutboundPacket(new InetPacket(packet)); + } + + private void validateIPv4SendOutbound(DatagramPacket packet) throws UnknownHostException { + validateIPvXSendOutboundPacket(new InetPacket(packet)); + } + + private void validateIPvXSendOutboundPayload(InetPacket p) throws UnknownHostException { + assertNotNull(p); + if (isDebugOutput) + print("IPvXSendOutbound Payload", p); + assertEquals(CLIENT_PORT, listenPort); + InetPoint point = p.getPoint(); + assertNull(point); + assertArrayEquals(p.getPayload(), PAYLOAD); + } + + private void validateIPvXSendOutboundPacket(InetPacket p) throws UnknownHostException { + assertNotNull(p); + if (isDebugOutput) + print("IPvXSendOutbound Packet", p); + assertEquals(CLIENT_PORT, listenPort); + InetPoint point = p.getPoint(); + assertNotNull(point); + byte[] srcAddress = point.address; + assertNotNull(srcAddress); + if (point.isIPv6Address()) + assertArrayEquals(point.address, getAddressBytes(CLIENT_HOST_IPV6)); + else + assertArrayEquals(point.address, getAddressBytes(CLIENT_HOST_IPV4)); + assertFalse(point.forward); + assertArrayEquals(p.getPayload(), PAYLOAD); + } + + private void print(String header, InetPacket pb) throws UnknownHostException { + assertNotNull(pb); + InetPoint point = pb.getPoint(); + if (point != null) { + System.out.printf("%s: port: %d (0x%x)\n", header, point.port, point.port); + System.out.printf("%s: address size: %d value: %s ip: %s\n", header, point.address.length, + CodecUtils.toHex(point.address), InetAddress.getByAddress(point.address).getHostAddress()); + System.out.printf("%s: forward: %s\n", header, point.forward ? "true" : "false"); + } else { + System.out.printf("%s: Inet point is null\n", header); + } + byte[] p = pb.getPayload(); + System.out.printf("%s: payload: %s\n", header, p != null && p.length > 0 ? CodecUtils.toHex(p) : ""); + System.out.printf("%s: bundle: %s\n", header, pb.toHexString()); + } + }); + listener.start(); + try { + Thread.sleep(500); + } catch (InterruptedException e) { + } + } + + void checkBackgroundThreadAssertion() { + try { + Thread.sleep(1500); + } catch (InterruptedException unused) { + } + + if (assertionError != null) + throw assertionError; + } + +} diff --git a/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/inet/InetPacketTest.java b/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/inet/InetPacketTest.java index b66bf931c..b0d22e447 100644 --- a/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/inet/InetPacketTest.java +++ b/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/inet/InetPacketTest.java @@ -1,172 +1,172 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.inet; - -import static org.junit.Assert.assertFalse; -import static org.junit.Assert.assertTrue; -import static org.junit.Assert.fail; - -import java.net.DatagramPacket; -import java.net.DatagramSocket; -import java.net.InetAddress; -import java.net.UnknownHostException; - -import org.junit.Before; -import org.junit.Test; - -import mockit.Capturing; -import mockit.Expectations; -import mockit.Mock; -import mockit.MockUp; -import mockit.Mocked; -import us.dot.its.jpo.ode.util.CrcCccitt; - -public class InetPacketTest { - - @Capturing - DatagramSocket capturingDatagramSocket; - - @Capturing - DatagramPacket capturingDatagramPacket; - - @Capturing - Thread capturingThread; - - @Mocked - DatagramPacket mockDatagramPacket; - byte[] mockPayload; - - @Mocked InetAddress address; - - @Before - public void setup() { - new MockUp() { - @Mock - public InetAddress getByName(String host) { - return address; - } - }; - } - - - @Test - public void testStringConstructorCallsPointConstructor() { - try { - new InetPacket("testHost", 5, new byte[] { 1, 2, 3 }); - } catch (UnknownHostException e) { - fail("Unexpected exception: " + e); - } - } - - @Test - public void testDatagramPacketConstructor() { - new InetPacket(mockDatagramPacket); - } - - @Test - public void testByteConstructor() { - InetPacket testPacket = new InetPacket(new byte[] { 1, 2, 3 }); - testPacket.getPoint(); - testPacket.getPayload(); - testPacket.getBundle(); - testPacket.toHexString(); - - } - - /* - * @Test public void testEvenNum() { boolean ans = false; boolean val; byte[] - * bundle = null; - * - * - * val = InetPacket.parseBundle(bundle); assertEquals(ans,val); } - */ - - @Test - public void parseBundleNulll() { - InetPacket testPacket = new InetPacket(new byte[] { 1, 2, 3 }); - byte[] bundle = null; - - assertFalse(testPacket.parseBundle(bundle)); - } - - @Test - public void parseBundleNotMagic() { - InetPacket testPacket = new InetPacket(new byte[] { 1, 2, 3 }); - byte[] bundle = new byte[] { 1, 2, 3, 4, 5, 6 }; - assertFalse(testPacket.parseBundle(bundle)); - } - - @Test - public void parseBundleMagic() { - InetPacket testPacket = new InetPacket(new byte[] { 1, 2, 3 }); - byte[] bundle = new byte[] { 9, 9, 9, 9, 9, 9, 9, 9, 9, 9 }; - assertFalse(testPacket.parseBundle(bundle)); - } - - @Test - public void parseBundleMagicother() { - InetPacket testPacket = new InetPacket(new byte[] { 1, 2, 3 }); - byte[] bundle = new byte[] { 1, 1, 1, 1, 1 }; - assertFalse(testPacket.parseBundle(bundle)); - } - - @Test - public void parseBundleMaxLength() { - InetPacket testPacket = new InetPacket(new byte[] { 1, 2, 3 }); - byte[] bundle = new byte[] { 1, 2, 3, 4, 5, 6, 7, 8, 9, 1, 2, 3, 4, 5, 6, 7, 8, 9, 1 }; - assertFalse(testPacket.parseBundle(bundle)); - } - - @Test - public void parseBundleMaxMaxLength() { - InetPacket testPacket = new InetPacket(new byte[] { 1, 2, 3 }); - byte[] bundle = new byte[] { 9, 8, 2, 4, 5, 1, 6, 5, 3 }; - assertFalse(testPacket.parseBundle(bundle)); - } - - @Test - public void setByteBuffer() { - InetPacket testPacket = new InetPacket(new byte[] { 1, 2, 3 }); - byte[] bundle = new byte[] { 58, (byte) 143, 5, (byte) 197, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 }; - assertFalse(testPacket.parseBundle(bundle)); - - } - - @Test - public void parseBundleAddressLengthLessThanRemaining() { - InetPacket testPacket = new InetPacket(new byte[] { 1, 2, 3 }); - byte[] bundle = new byte[] { 58, (byte) 143, 5, (byte) 197, 1, 2, 3, 4, 9, 1, 1, 1, 1, 1, 1, 1, 1 }; - - assertFalse(testPacket.parseBundle(bundle)); - - } - - @Test - public void parseBundleCrcCccittReturnsTrue() { - InetPacket testPacket = new InetPacket(new byte[] { 1, 2, 3 }); - byte[] bundle = new byte[] { 58, (byte) 143, 5, (byte) 197, 1, 2, 3, 4, 9, 1, 1, 1, 1, 1, 1, 1, 1 }; - - new Expectations(CrcCccitt.class) { - { - CrcCccitt.isValidMsgCRC((byte[]) any, anyInt, anyInt); - result = true; - } - }; - assertTrue(testPacket.parseBundle(bundle)); - - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.inet; + +import static org.junit.Assert.assertFalse; +import static org.junit.Assert.assertTrue; +import static org.junit.Assert.fail; + +import java.net.DatagramPacket; +import java.net.DatagramSocket; +import java.net.InetAddress; +import java.net.UnknownHostException; + +import org.junit.Before; +import org.junit.Test; + +import mockit.Capturing; +import mockit.Expectations; +import mockit.Mock; +import mockit.MockUp; +import mockit.Mocked; +import us.dot.its.jpo.ode.util.CrcCccitt; + +public class InetPacketTest { + + @Capturing + DatagramSocket capturingDatagramSocket; + + @Capturing + DatagramPacket capturingDatagramPacket; + + @Capturing + Thread capturingThread; + + @Mocked + DatagramPacket mockDatagramPacket; + byte[] mockPayload; + + @Mocked InetAddress address; + + @Before + public void setup() { + new MockUp() { + @Mock + public InetAddress getByName(String host) { + return address; + } + }; + } + + + @Test + public void testStringConstructorCallsPointConstructor() { + try { + new InetPacket("testHost", 5, new byte[] { 1, 2, 3 }); + } catch (UnknownHostException e) { + fail("Unexpected exception: " + e); + } + } + + @Test + public void testDatagramPacketConstructor() { + new InetPacket(mockDatagramPacket); + } + + @Test + public void testByteConstructor() { + InetPacket testPacket = new InetPacket(new byte[] { 1, 2, 3 }); + testPacket.getPoint(); + testPacket.getPayload(); + testPacket.getBundle(); + testPacket.toHexString(); + + } + + /* + * @Test public void testEvenNum() { boolean ans = false; boolean val; byte[] + * bundle = null; + * + * + * val = InetPacket.parseBundle(bundle); assertEquals(ans,val); } + */ + + @Test + public void parseBundleNulll() { + InetPacket testPacket = new InetPacket(new byte[] { 1, 2, 3 }); + byte[] bundle = null; + + assertFalse(testPacket.parseBundle(bundle)); + } + + @Test + public void parseBundleNotMagic() { + InetPacket testPacket = new InetPacket(new byte[] { 1, 2, 3 }); + byte[] bundle = new byte[] { 1, 2, 3, 4, 5, 6 }; + assertFalse(testPacket.parseBundle(bundle)); + } + + @Test + public void parseBundleMagic() { + InetPacket testPacket = new InetPacket(new byte[] { 1, 2, 3 }); + byte[] bundle = new byte[] { 9, 9, 9, 9, 9, 9, 9, 9, 9, 9 }; + assertFalse(testPacket.parseBundle(bundle)); + } + + @Test + public void parseBundleMagicother() { + InetPacket testPacket = new InetPacket(new byte[] { 1, 2, 3 }); + byte[] bundle = new byte[] { 1, 1, 1, 1, 1 }; + assertFalse(testPacket.parseBundle(bundle)); + } + + @Test + public void parseBundleMaxLength() { + InetPacket testPacket = new InetPacket(new byte[] { 1, 2, 3 }); + byte[] bundle = new byte[] { 1, 2, 3, 4, 5, 6, 7, 8, 9, 1, 2, 3, 4, 5, 6, 7, 8, 9, 1 }; + assertFalse(testPacket.parseBundle(bundle)); + } + + @Test + public void parseBundleMaxMaxLength() { + InetPacket testPacket = new InetPacket(new byte[] { 1, 2, 3 }); + byte[] bundle = new byte[] { 9, 8, 2, 4, 5, 1, 6, 5, 3 }; + assertFalse(testPacket.parseBundle(bundle)); + } + + @Test + public void setByteBuffer() { + InetPacket testPacket = new InetPacket(new byte[] { 1, 2, 3 }); + byte[] bundle = new byte[] { 58, (byte) 143, 5, (byte) 197, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 }; + assertFalse(testPacket.parseBundle(bundle)); + + } + + @Test + public void parseBundleAddressLengthLessThanRemaining() { + InetPacket testPacket = new InetPacket(new byte[] { 1, 2, 3 }); + byte[] bundle = new byte[] { 58, (byte) 143, 5, (byte) 197, 1, 2, 3, 4, 9, 1, 1, 1, 1, 1, 1, 1, 1 }; + + assertFalse(testPacket.parseBundle(bundle)); + + } + + @Test + public void parseBundleCrcCccittReturnsTrue() { + InetPacket testPacket = new InetPacket(new byte[] { 1, 2, 3 }); + byte[] bundle = new byte[] { 58, (byte) 143, 5, (byte) 197, 1, 2, 3, 4, 9, 1, 1, 1, 1, 1, 1, 1, 1 }; + + new Expectations(CrcCccitt.class) { + { + CrcCccitt.isValidMsgCRC((byte[]) any, anyInt, anyInt); + result = true; + } + }; + assertTrue(testPacket.parseBundle(bundle)); + + } + +} diff --git a/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/inet/InetPointTest.java b/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/inet/InetPointTest.java index 082541092..5aa56eabc 100644 --- a/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/inet/InetPointTest.java +++ b/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/inet/InetPointTest.java @@ -1,141 +1,141 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.inet; - -import static org.junit.Assert.assertEquals; -import static org.junit.Assert.assertFalse; -import static org.junit.Assert.assertTrue; -import static org.junit.Assert.fail; - -import java.net.DatagramPacket; -import java.net.DatagramSocket; -import java.net.InetAddress; -import java.net.UnknownHostException; - -import org.junit.Test; - -import mockit.Capturing; -import mockit.Expectations; - -public class InetPointTest { - - @Capturing - DatagramSocket capturingDatagramSocket; - - @Capturing - DatagramPacket capturingDatagramPacket; - - @Capturing - Thread capturingThread; - - @Capturing - InetAddress capturingInetAddress; - - @Test - public void testStringConstructorCreatesAddress() { - try { - new Expectations() { - { - InetAddress.getByName(anyString).getAddress(); - } - }; - - new InetPoint("hostString123", 5, true); - } catch (UnknownHostException e) { - fail("Unexpected exception: " + e); - } - } - - @Test(expected = IllegalArgumentException.class) - public void testStringConstructorFailsNullAddress() { - try { - new Expectations() { - { - InetAddress.getByName(anyString).getAddress(); - result = null; - } - }; - new InetPoint("hostString123", 5, true); - } catch (UnknownHostException e) { - fail("Unexpected exception: " + e); - } - } - - @Test - public void testByteConstructorCreatesAddress() { - new InetPoint(new byte[] { 1, 2, 3 }, 5, true); - } - - @Test(expected = IllegalArgumentException.class) - public void testByteConstructorFailsNullAddress() { - new InetPoint((byte[]) null, 5, true); - } - - @Test - public void testBBytePortConstructorCreatesAddress() { - new InetPoint(new byte[] { 1, 2, 3 }, 5); - } - - @Test(expected = IllegalArgumentException.class) - public void testBytePortConstructorFailsNullAddress() { - new InetPoint((byte[]) null, 5); - } - - @Test - public void getInetAddressCallsGetAddress() { - try { - new Expectations() { - { - InetAddress.getByAddress((byte[]) any); - } - }; - new InetPoint(new byte[] { 1, 2, 3 }, 5).getInetAddress(); - } catch (UnknownHostException e) { - fail("Unexpected exception: " + e); - } - } - - @Test - public void testAddressLength16IsIpv6() { - assertTrue(new InetPoint(new byte[16], 5).isIPv6Address()); - } - - @Test - public void testAddressLength4IsNotIpv6() { - assertFalse(new InetPoint(new byte[4], 5).isIPv6Address()); - } - - @Test - public void testToStringMethodIPV6() { - assertEquals( - "InetPoint { port = 5 (0x5); address = 00000000000000000000000000000000 (IPv6, null); forward = false }", - new InetPoint(new byte[16], 5).toString()); - } - - @Test - public void testToStringException() { - assertEquals( - "InetPoint { port = 5 (0x5); address = 00000000000000000000000000000000 (IPv6, null); forward = false }", - new InetPoint(new byte[16], 5).toString()); - } - - @Test - public void testToStringMethodIPV4() { - assertEquals("InetPoint { port = 5 (0x5); address = 00000000 (IPv4, null); forward = false }", - new InetPoint(new byte[4], 5).toString()); - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.inet; + +import static org.junit.Assert.assertEquals; +import static org.junit.Assert.assertFalse; +import static org.junit.Assert.assertTrue; +import static org.junit.Assert.fail; + +import java.net.DatagramPacket; +import java.net.DatagramSocket; +import java.net.InetAddress; +import java.net.UnknownHostException; + +import org.junit.Test; + +import mockit.Capturing; +import mockit.Expectations; + +public class InetPointTest { + + @Capturing + DatagramSocket capturingDatagramSocket; + + @Capturing + DatagramPacket capturingDatagramPacket; + + @Capturing + Thread capturingThread; + + @Capturing + InetAddress capturingInetAddress; + + @Test + public void testStringConstructorCreatesAddress() { + try { + new Expectations() { + { + InetAddress.getByName(anyString).getAddress(); + } + }; + + new InetPoint("hostString123", 5, true); + } catch (UnknownHostException e) { + fail("Unexpected exception: " + e); + } + } + + @Test(expected = IllegalArgumentException.class) + public void testStringConstructorFailsNullAddress() { + try { + new Expectations() { + { + InetAddress.getByName(anyString).getAddress(); + result = null; + } + }; + new InetPoint("hostString123", 5, true); + } catch (UnknownHostException e) { + fail("Unexpected exception: " + e); + } + } + + @Test + public void testByteConstructorCreatesAddress() { + new InetPoint(new byte[] { 1, 2, 3 }, 5, true); + } + + @Test(expected = IllegalArgumentException.class) + public void testByteConstructorFailsNullAddress() { + new InetPoint((byte[]) null, 5, true); + } + + @Test + public void testBBytePortConstructorCreatesAddress() { + new InetPoint(new byte[] { 1, 2, 3 }, 5); + } + + @Test(expected = IllegalArgumentException.class) + public void testBytePortConstructorFailsNullAddress() { + new InetPoint((byte[]) null, 5); + } + + @Test + public void getInetAddressCallsGetAddress() { + try { + new Expectations() { + { + InetAddress.getByAddress((byte[]) any); + } + }; + new InetPoint(new byte[] { 1, 2, 3 }, 5).getInetAddress(); + } catch (UnknownHostException e) { + fail("Unexpected exception: " + e); + } + } + + @Test + public void testAddressLength16IsIpv6() { + assertTrue(new InetPoint(new byte[16], 5).isIPv6Address()); + } + + @Test + public void testAddressLength4IsNotIpv6() { + assertFalse(new InetPoint(new byte[4], 5).isIPv6Address()); + } + + @Test + public void testToStringMethodIPV6() { + assertEquals( + "InetPoint { port = 5 (0x5); address = 00000000000000000000000000000000 (IPv6, null); forward = false }", + new InetPoint(new byte[16], 5).toString()); + } + + @Test + public void testToStringException() { + assertEquals( + "InetPoint { port = 5 (0x5); address = 00000000000000000000000000000000 (IPv6, null); forward = false }", + new InetPoint(new byte[16], 5).toString()); + } + + @Test + public void testToStringMethodIPV4() { + assertEquals("InetPoint { port = 5 (0x5); address = 00000000 (IPv4, null); forward = false }", + new InetPoint(new byte[4], 5).toString()); + } + +} diff --git a/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/util/CodecUtilsTest.java b/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/util/CodecUtilsTest.java index 8bb3e482b..9e44a234c 100644 --- a/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/util/CodecUtilsTest.java +++ b/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/util/CodecUtilsTest.java @@ -1,91 +1,91 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.util; - -import static org.junit.Assert.assertEquals; -import static org.junit.Assert.fail; - -import java.io.IOException; -import java.nio.ByteOrder; -import java.util.Arrays; - -import org.junit.Test; - -public class CodecUtilsTest { - - @Test - public void testShortsToBytes() { - - byte[] expectedValue = new byte[] { 0, 5, 0, -2, 1, 1 }; - - byte[] actualValue = CodecUtils.shortsToBytes(new short[] { (short) 5, (short) 254, (short) 257 }, ByteOrder.BIG_ENDIAN); - - assertEquals(Arrays.toString(expectedValue), Arrays.toString(actualValue)); - } - - @Test - public void testShortToBytes() { - byte[] expectedValue = new byte[] { 1, 37 }; - - byte[] actualValue = CodecUtils.shortToBytes((short) 293, ByteOrder.BIG_ENDIAN); - - assertEquals(Arrays.toString(expectedValue), Arrays.toString(actualValue)); - } - - @Test - public void testBytesToShorts() { - short[] expectedValue = new short[] { (short) 513 }; - - short[] actualValue = CodecUtils.bytesToShorts(new byte[] { 2, 1 }, 0, 2, ByteOrder.BIG_ENDIAN); - - assertEquals(Arrays.toString(expectedValue), Arrays.toString(actualValue)); - } - - @Test - public void testBytesToShort() { - short expectedValue = (short) 258; - - short actualValue = CodecUtils.bytesToShort(new byte[] { 1, 2, 5, 2 }, 0, 4, ByteOrder.BIG_ENDIAN); - - assertEquals(expectedValue, actualValue); - } - - @Test - public void testMergeBytes() { - - byte[] expectedValue = new byte[] { 1, 1, 2, 3, 5, 8 }; - - try { - byte[] actualValue = CodecUtils.mergeBytes(new byte[] { 1 }, new byte[] { 1, 2 }, new byte[] { 3, 5, 8 }); - assertEquals(Arrays.toString(expectedValue), Arrays.toString(actualValue)); - } catch (IOException e) { - fail("Unexpected exception: " + e); - } - } - - @Test - public void bytesToLongs() { - // 598273498 decimal == 23A8EDDA hex == 0, 0, 0, 0, 35, 168, 237, 218 - // 54 decimal = 0, 0, 0, 0, 0, 0, 0, 54 - long[] expectedValue = new long[] { (long) 598273498, (long) 54 }; - long[] actualValue = CodecUtils.bytesToLongs( - new byte[] { (byte) 0, (byte) 0, (byte) 0, (byte) 0, (byte) 35, (byte) 168, (byte) 237, (byte) 218, - (byte) 0, (byte) 0, (byte) 0, (byte) 0, (byte) 0, (byte) 0, (byte) 0, (byte) 54 }, - 0, 16, ByteOrder.BIG_ENDIAN); - assertEquals(Arrays.toString(expectedValue), Arrays.toString(actualValue)); - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.util; + +import static org.junit.Assert.assertEquals; +import static org.junit.Assert.fail; + +import java.io.IOException; +import java.nio.ByteOrder; +import java.util.Arrays; + +import org.junit.Test; + +public class CodecUtilsTest { + + @Test + public void testShortsToBytes() { + + byte[] expectedValue = new byte[] { 0, 5, 0, -2, 1, 1 }; + + byte[] actualValue = CodecUtils.shortsToBytes(new short[] { (short) 5, (short) 254, (short) 257 }, ByteOrder.BIG_ENDIAN); + + assertEquals(Arrays.toString(expectedValue), Arrays.toString(actualValue)); + } + + @Test + public void testShortToBytes() { + byte[] expectedValue = new byte[] { 1, 37 }; + + byte[] actualValue = CodecUtils.shortToBytes((short) 293, ByteOrder.BIG_ENDIAN); + + assertEquals(Arrays.toString(expectedValue), Arrays.toString(actualValue)); + } + + @Test + public void testBytesToShorts() { + short[] expectedValue = new short[] { (short) 513 }; + + short[] actualValue = CodecUtils.bytesToShorts(new byte[] { 2, 1 }, 0, 2, ByteOrder.BIG_ENDIAN); + + assertEquals(Arrays.toString(expectedValue), Arrays.toString(actualValue)); + } + + @Test + public void testBytesToShort() { + short expectedValue = (short) 258; + + short actualValue = CodecUtils.bytesToShort(new byte[] { 1, 2, 5, 2 }, 0, 4, ByteOrder.BIG_ENDIAN); + + assertEquals(expectedValue, actualValue); + } + + @Test + public void testMergeBytes() { + + byte[] expectedValue = new byte[] { 1, 1, 2, 3, 5, 8 }; + + try { + byte[] actualValue = CodecUtils.mergeBytes(new byte[] { 1 }, new byte[] { 1, 2 }, new byte[] { 3, 5, 8 }); + assertEquals(Arrays.toString(expectedValue), Arrays.toString(actualValue)); + } catch (IOException e) { + fail("Unexpected exception: " + e); + } + } + + @Test + public void bytesToLongs() { + // 598273498 decimal == 23A8EDDA hex == 0, 0, 0, 0, 35, 168, 237, 218 + // 54 decimal = 0, 0, 0, 0, 0, 0, 0, 54 + long[] expectedValue = new long[] { (long) 598273498, (long) 54 }; + long[] actualValue = CodecUtils.bytesToLongs( + new byte[] { (byte) 0, (byte) 0, (byte) 0, (byte) 0, (byte) 35, (byte) 168, (byte) 237, (byte) 218, + (byte) 0, (byte) 0, (byte) 0, (byte) 0, (byte) 0, (byte) 0, (byte) 0, (byte) 54 }, + 0, 16, ByteOrder.BIG_ENDIAN); + assertEquals(Arrays.toString(expectedValue), Arrays.toString(actualValue)); + } + +} diff --git a/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/util/CrcCccittTest.java b/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/util/CrcCccittTest.java index 148d13118..2dd4b18a3 100644 --- a/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/util/CrcCccittTest.java +++ b/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/util/CrcCccittTest.java @@ -1,104 +1,104 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.util; - -import static org.junit.Assert.*; - -import java.nio.ByteBuffer; -import java.nio.ByteOrder; - -import org.junit.After; -import org.junit.Before; -import org.junit.BeforeClass; -import org.junit.Test; - -public class CrcCccittTest { - - @BeforeClass - public static void setUpBeforeClass() throws Exception { - } - - @Before - public void setUp() throws Exception { - } - - @After - public void tearDown() throws Exception { - } - - @Test - public void testCalculateCrcCccitt() { - testCalculateCrcCccitt(0x0000, ""); - testCalculateCrcCccitt(0x2672, "1"); - testCalculateCrcCccitt(0x31c3, "123456789"); - testCalculateCrcCccitt(0x69df, "The generating polynomial used is the CRC-CCITT commonly expressed as x^16 + x^12 + x^5 + 1. An initial seed value of zero shall be used."); - testCalculateCrcCccitt(0xd4f9, "MsgCRC ::= OCTET STRING (SIZE(2)) -- created with the CRC-CCITT polynomial"); - } - - @Test - public void testCalculateCrcCccitt2() { - int checkSum = CrcCccitt.calculateCrcCccitt(null); - assertEquals(0, checkSum); - checkSum = CrcCccitt.calculateCrcCccitt(null, 1, 10); - assertEquals(0, checkSum); - checkSum = CrcCccitt.calculateCrcCccitt("".getBytes(), 1, 10); - assertEquals(0, checkSum); - checkSum = CrcCccitt.calculateCrcCccitt("123".getBytes(), -1, 1); - assertEquals(0, checkSum); - checkSum = CrcCccitt.calculateCrcCccitt("1".getBytes(), 0, 10); - assertEquals(0x2672, checkSum); - checkSum = CrcCccitt.calculateCrcCccitt("123".getBytes(), 0, 1); - assertEquals(0x2672, checkSum); - checkSum = CrcCccitt.calculateCrcCccitt("0123456789abcdef".getBytes(), 1, 9); - assertEquals(0x31c3, checkSum); - checkSum = CrcCccitt.calculateCrcCccitt("0123456789abcdef".getBytes(), 5, 4); - assertEquals(0xccf0, checkSum); - } - - @Test - public void testSetMsgCRC() { - byte[] msg = "12345678900".getBytes(); - int checkSum = CrcCccitt.calculateCrcCccitt(msg,0,msg.length-2); - assertEquals(0x31c3, checkSum); - CrcCccitt.setMsgCRC(msg); - assertEquals((byte)0x31, msg[msg.length-2]); - assertEquals((byte)0xc3, msg[msg.length-1]); - assertTrue(CrcCccitt.isValidMsgCRC(msg)); - } - - public void testCalculateCrcCccitt(int expectedCheckSum, String text ) { - byte[] textBytes = text.getBytes(); - int checkSum = CrcCccitt.calculateCrcCccitt(textBytes); - assertEquals(expectedCheckSum, checkSum); - ByteBuffer buffer = ByteBuffer.allocate(2).order(ByteOrder.BIG_ENDIAN); - buffer.putShort((short)checkSum); - byte[] crcBytes = buffer.array(); - byte[] msg = new byte[text.length()+2]; - System.arraycopy(textBytes, 0, msg, 0, textBytes.length); - System.arraycopy(crcBytes, 0, msg, textBytes.length, 2); - boolean isValid = CrcCccitt.isValidMsgCRC(msg); - assertTrue(isValid); - //System.out.printf("0x%04x: %s: %3d %s\n", checkSum, isValid ? "valid" : "invalid", text.length(), text); - System.arraycopy("12".getBytes(), 0, msg, textBytes.length, 2); - isValid = CrcCccitt.isValidMsgCRC(msg); - assertFalse(isValid); - if ( textBytes.length > 0 ) { - isValid = CrcCccitt.isValidMsgCRC(textBytes); - assertFalse(isValid); - } - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.util; + +import static org.junit.Assert.*; + +import java.nio.ByteBuffer; +import java.nio.ByteOrder; + +import org.junit.After; +import org.junit.Before; +import org.junit.BeforeClass; +import org.junit.Test; + +public class CrcCccittTest { + + @BeforeClass + public static void setUpBeforeClass() throws Exception { + } + + @Before + public void setUp() throws Exception { + } + + @After + public void tearDown() throws Exception { + } + + @Test + public void testCalculateCrcCccitt() { + testCalculateCrcCccitt(0x0000, ""); + testCalculateCrcCccitt(0x2672, "1"); + testCalculateCrcCccitt(0x31c3, "123456789"); + testCalculateCrcCccitt(0x69df, "The generating polynomial used is the CRC-CCITT commonly expressed as x^16 + x^12 + x^5 + 1. An initial seed value of zero shall be used."); + testCalculateCrcCccitt(0xd4f9, "MsgCRC ::= OCTET STRING (SIZE(2)) -- created with the CRC-CCITT polynomial"); + } + + @Test + public void testCalculateCrcCccitt2() { + int checkSum = CrcCccitt.calculateCrcCccitt(null); + assertEquals(0, checkSum); + checkSum = CrcCccitt.calculateCrcCccitt(null, 1, 10); + assertEquals(0, checkSum); + checkSum = CrcCccitt.calculateCrcCccitt("".getBytes(), 1, 10); + assertEquals(0, checkSum); + checkSum = CrcCccitt.calculateCrcCccitt("123".getBytes(), -1, 1); + assertEquals(0, checkSum); + checkSum = CrcCccitt.calculateCrcCccitt("1".getBytes(), 0, 10); + assertEquals(0x2672, checkSum); + checkSum = CrcCccitt.calculateCrcCccitt("123".getBytes(), 0, 1); + assertEquals(0x2672, checkSum); + checkSum = CrcCccitt.calculateCrcCccitt("0123456789abcdef".getBytes(), 1, 9); + assertEquals(0x31c3, checkSum); + checkSum = CrcCccitt.calculateCrcCccitt("0123456789abcdef".getBytes(), 5, 4); + assertEquals(0xccf0, checkSum); + } + + @Test + public void testSetMsgCRC() { + byte[] msg = "12345678900".getBytes(); + int checkSum = CrcCccitt.calculateCrcCccitt(msg,0,msg.length-2); + assertEquals(0x31c3, checkSum); + CrcCccitt.setMsgCRC(msg); + assertEquals((byte)0x31, msg[msg.length-2]); + assertEquals((byte)0xc3, msg[msg.length-1]); + assertTrue(CrcCccitt.isValidMsgCRC(msg)); + } + + public void testCalculateCrcCccitt(int expectedCheckSum, String text ) { + byte[] textBytes = text.getBytes(); + int checkSum = CrcCccitt.calculateCrcCccitt(textBytes); + assertEquals(expectedCheckSum, checkSum); + ByteBuffer buffer = ByteBuffer.allocate(2).order(ByteOrder.BIG_ENDIAN); + buffer.putShort((short)checkSum); + byte[] crcBytes = buffer.array(); + byte[] msg = new byte[text.length()+2]; + System.arraycopy(textBytes, 0, msg, 0, textBytes.length); + System.arraycopy(crcBytes, 0, msg, textBytes.length, 2); + boolean isValid = CrcCccitt.isValidMsgCRC(msg); + assertTrue(isValid); + //System.out.printf("0x%04x: %s: %3d %s\n", checkSum, isValid ? "valid" : "invalid", text.length(), text); + System.arraycopy("12".getBytes(), 0, msg, textBytes.length, 2); + isValid = CrcCccitt.isValidMsgCRC(msg); + assertFalse(isValid); + if ( textBytes.length > 0 ) { + isValid = CrcCccitt.isValidMsgCRC(textBytes); + assertFalse(isValid); + } + } + +} diff --git a/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/util/DateTimeUtilsTest.java b/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/util/DateTimeUtilsTest.java index a04bd8e7a..fe1849670 100644 --- a/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/util/DateTimeUtilsTest.java +++ b/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/util/DateTimeUtilsTest.java @@ -1,47 +1,47 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.util; - -import java.text.ParseException; -import java.time.ZoneOffset; -import java.time.ZonedDateTime; -import java.time.format.DateTimeFormatter; - -import org.junit.Test; - -import junit.framework.TestCase; -import us.dot.its.jpo.ode.util.DateTimeUtils; - -public class DateTimeUtilsTest extends TestCase { - - @Test - public void testIsoDateTime() throws ParseException { - ZonedDateTime expectedDate = ZonedDateTime.now(ZoneOffset.UTC); - String sExpectedDate = DateTimeUtils.isoDateTime(expectedDate); - String sdate = DateTimeUtils.isoDateTime( - expectedDate.getYear(), - expectedDate.getMonthValue(), - expectedDate.getDayOfMonth(), - expectedDate.getHour(), - expectedDate.getMinute(), - expectedDate.getSecond(), - expectedDate.getNano()/1000000).format(DateTimeFormatter.ISO_INSTANT); - - assertEquals(sExpectedDate.substring(0, 18), sdate.substring(0, 18)); - ZonedDateTime date2 = DateTimeUtils.isoDateTime("2015-11-30T16:06:15.679Z"); - assertNotNull(date2); - } -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.util; + +import java.text.ParseException; +import java.time.ZoneOffset; +import java.time.ZonedDateTime; +import java.time.format.DateTimeFormatter; + +import org.junit.Test; + +import junit.framework.TestCase; +import us.dot.its.jpo.ode.util.DateTimeUtils; + +public class DateTimeUtilsTest extends TestCase { + + @Test + public void testIsoDateTime() throws ParseException { + ZonedDateTime expectedDate = ZonedDateTime.now(ZoneOffset.UTC); + String sExpectedDate = DateTimeUtils.isoDateTime(expectedDate); + String sdate = DateTimeUtils.isoDateTime( + expectedDate.getYear(), + expectedDate.getMonthValue(), + expectedDate.getDayOfMonth(), + expectedDate.getHour(), + expectedDate.getMinute(), + expectedDate.getSecond(), + expectedDate.getNano()/1000000).format(DateTimeFormatter.ISO_INSTANT); + + assertEquals(sExpectedDate.substring(0, 18), sdate.substring(0, 18)); + ZonedDateTime date2 = DateTimeUtils.isoDateTime("2015-11-30T16:06:15.679Z"); + assertNotNull(date2); + } +} diff --git a/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/util/GeoUtilsTest.java b/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/util/GeoUtilsTest.java index 527e31523..01e066a03 100644 --- a/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/util/GeoUtilsTest.java +++ b/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/util/GeoUtilsTest.java @@ -1,110 +1,110 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.util; - -import java.awt.geom.Line2D; -import java.awt.geom.Point2D; - -import org.junit.Test; - -import junit.framework.TestCase; -import us.dot.its.jpo.ode.util.GeoUtils; -import us.dot.its.jpo.ode.util.LengthUtils; - -public class GeoUtilsTest extends TestCase { - - public void testNearestPointOnLine() { - } - - @Test - public void testPointOffset() { - assertOffset(5.0, 5.0, 10.0, 5.0, 5.0, 8.0); //0 deg - assertOffset(5.0, 5.0, 10.0, 10.0, 2.878, 7.121); //45 deg - assertOffset(5.0, 5.0, 5.0, 10.0, 2.0, 5.0); //90 deg - assertOffset(5.0, 5.0, 0.0, 10.0, 2.878, 2.878); //135 deg - assertOffset(5.0, 5.0, 0.0, 5.0, 5.0, 2.0); //180 deg - assertOffset(5.0, 5.0, 0.0, 0.0, 7.121, 2.878); //225 deg - assertOffset(5.0, 5.0, 5.0, 0.0, 8.0, 5.0); //270 deg - assertOffset(5.0, 5.0, 10.0, 0.0, 7.121, 7.121); //315 deg - } - - @Test - public void assertOffset(double ax, double ay, double bx, double by, double ox, double oy) { - Point2D a = new Point2D.Double(ax, ay); - Point2D b = new Point2D.Double(bx, by); - double k = 3d; - double scale = 1000d; - - Point2D p1 = GeoUtils.pointOffset(a , b , k, null); - long p1x = (long) (p1.getX() * scale); - long p1y = (long) (p1.getY() * scale); - - assertEquals((long) (ox * scale), p1x); - assertEquals((long) (oy * scale), p1y); - } - - @Test - public void testDistanceInMapCoordinates() { - double aLat = 43.652969118285434; - double aLng = -85.94707489013672; - double bLat = 40.96538194577475; - double bLng = -81.03858947753906; - double pLat = 42.0; - double pLng = -83.5; - - Point2D a = GeoUtils.latLngToMap(aLat, aLng); - Point2D b = GeoUtils.latLngToMap(bLat, bLng); - Point2D p = GeoUtils.latLngToMap(pLat, pLng); - Line2D l = new Line2D.Double(a, b); - - double distanceInMeters = GeoUtils.distanceLatLng(aLat, aLng, bLat, bLng, - LengthUtils.UnitOfMeasure.M); - assertEquals(502073, Math.round(distanceInMeters)); - - double distanceInMapCoord = GeoUtils.distance(a, b); - assertEquals(679050, Math.round(distanceInMapCoord)); - - double d1 = GeoUtils.distanceToLine(l, p); - double d2 = GeoUtils.distanceToLine2(l, p); - double d3 = GeoUtils.distanceToLine3(l, p); - - assertEquals(d1, d2, GeoUtils.ERROR_MARGIN); - assertEquals(d1, d3, GeoUtils.ERROR_MARGIN); - } - - @Test - public void testDistanceInLatLng() { - double aLat = 43.652969118285434; - double aLng = -85.94707489013672; - double bLat = 40.96538194577475; - double bLng = -81.03858947753906; - double pLat = 42.0; - double pLng = -83.5; - - Point2D a = new Point2D.Double(aLat, aLng); - Point2D b = new Point2D.Double(bLat, bLng); - Point2D p = new Point2D.Double(pLat, pLng); - Line2D l = new Line2D.Double(a, b); - - double d1 = GeoUtils.distanceToLine(l, p); - double d2 = GeoUtils.distanceToLine2(l, p); - double d3 = GeoUtils.distanceToLine3(l, p); - - assertEquals(d1, d2, GeoUtils.ERROR_MARGIN); - assertEquals(d1, d3, GeoUtils.ERROR_MARGIN); - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.util; + +import java.awt.geom.Line2D; +import java.awt.geom.Point2D; + +import org.junit.Test; + +import junit.framework.TestCase; +import us.dot.its.jpo.ode.util.GeoUtils; +import us.dot.its.jpo.ode.util.LengthUtils; + +public class GeoUtilsTest extends TestCase { + + public void testNearestPointOnLine() { + } + + @Test + public void testPointOffset() { + assertOffset(5.0, 5.0, 10.0, 5.0, 5.0, 8.0); //0 deg + assertOffset(5.0, 5.0, 10.0, 10.0, 2.878, 7.121); //45 deg + assertOffset(5.0, 5.0, 5.0, 10.0, 2.0, 5.0); //90 deg + assertOffset(5.0, 5.0, 0.0, 10.0, 2.878, 2.878); //135 deg + assertOffset(5.0, 5.0, 0.0, 5.0, 5.0, 2.0); //180 deg + assertOffset(5.0, 5.0, 0.0, 0.0, 7.121, 2.878); //225 deg + assertOffset(5.0, 5.0, 5.0, 0.0, 8.0, 5.0); //270 deg + assertOffset(5.0, 5.0, 10.0, 0.0, 7.121, 7.121); //315 deg + } + + @Test + public void assertOffset(double ax, double ay, double bx, double by, double ox, double oy) { + Point2D a = new Point2D.Double(ax, ay); + Point2D b = new Point2D.Double(bx, by); + double k = 3d; + double scale = 1000d; + + Point2D p1 = GeoUtils.pointOffset(a , b , k, null); + long p1x = (long) (p1.getX() * scale); + long p1y = (long) (p1.getY() * scale); + + assertEquals((long) (ox * scale), p1x); + assertEquals((long) (oy * scale), p1y); + } + + @Test + public void testDistanceInMapCoordinates() { + double aLat = 43.652969118285434; + double aLng = -85.94707489013672; + double bLat = 40.96538194577475; + double bLng = -81.03858947753906; + double pLat = 42.0; + double pLng = -83.5; + + Point2D a = GeoUtils.latLngToMap(aLat, aLng); + Point2D b = GeoUtils.latLngToMap(bLat, bLng); + Point2D p = GeoUtils.latLngToMap(pLat, pLng); + Line2D l = new Line2D.Double(a, b); + + double distanceInMeters = GeoUtils.distanceLatLng(aLat, aLng, bLat, bLng, + LengthUtils.UnitOfMeasure.M); + assertEquals(502073, Math.round(distanceInMeters)); + + double distanceInMapCoord = GeoUtils.distance(a, b); + assertEquals(679050, Math.round(distanceInMapCoord)); + + double d1 = GeoUtils.distanceToLine(l, p); + double d2 = GeoUtils.distanceToLine2(l, p); + double d3 = GeoUtils.distanceToLine3(l, p); + + assertEquals(d1, d2, GeoUtils.ERROR_MARGIN); + assertEquals(d1, d3, GeoUtils.ERROR_MARGIN); + } + + @Test + public void testDistanceInLatLng() { + double aLat = 43.652969118285434; + double aLng = -85.94707489013672; + double bLat = 40.96538194577475; + double bLng = -81.03858947753906; + double pLat = 42.0; + double pLng = -83.5; + + Point2D a = new Point2D.Double(aLat, aLng); + Point2D b = new Point2D.Double(bLat, bLng); + Point2D p = new Point2D.Double(pLat, pLng); + Line2D l = new Line2D.Double(a, b); + + double d1 = GeoUtils.distanceToLine(l, p); + double d2 = GeoUtils.distanceToLine2(l, p); + double d3 = GeoUtils.distanceToLine3(l, p); + + assertEquals(d1, d2, GeoUtils.ERROR_MARGIN); + assertEquals(d1, d3, GeoUtils.ERROR_MARGIN); + } + +} diff --git a/jpo-ode-common/src/test/resources/logback-test.xml b/jpo-ode-common/src/test/resources/logback-test.xml index a7a69c483..de5097a2d 100644 --- a/jpo-ode-common/src/test/resources/logback-test.xml +++ b/jpo-ode-common/src/test/resources/logback-test.xml @@ -1,10 +1,10 @@ - - - - %msg%n - - - - - + + + + %msg%n + + + + + \ No newline at end of file diff --git a/jpo-ode-consumer-example/README.md b/jpo-ode-consumer-example/README.md index 311d14ad4..53dae2f6f 100644 --- a/jpo-ode-consumer-example/README.md +++ b/jpo-ode-consumer-example/README.md @@ -1,68 +1,68 @@ -# Kafka Consumer Example - -This project is intended to serve as a sample consumer application to subscribe to a Kafka topic of streams. After the ODE is up and running, this example project will showcase how you can build a Java application to subscribe to the outputs of a Kafka Stream. - -## Quick Run - - -The sample project needs to be compiled with assembly to ensure that that resulting jar is runnable with the Kafka libraries. It will produce a jar under `target/` with a "with-dependencies" tag. - -``` -mvn clean compile assembly:single install -``` - -To run the jar, be sure to include the topic at the end and group id at the end. If this is not a distributed system, the group can be any string. - -``` -java -jar target/consumer-example-0.0.1-SNAPSHOT-jar-with-dependencies.jar - -usage: Consumer Example - -b,--bootstrap-server Endpoint ('ip:port') - -g,--group Consumer Group - -t,--topic Topic Name - -type,--type string|byte message type -``` - -Example Usage As Of: 1/11/17 - -``` -java -jar target/consumer-example-0.0.1-SNAPSHOT-jar-with-dependencies.jar --bootstrap-server localhost:9092 -g group1 -t topic.J2735Bsm -type byte -``` - -It should return the following confirmation - -``` -Subscribed to topic topic.J2735Bsm -``` -Triggering an upload into the ODE, the output should be seen decoded into JSON in the console. - -![CLI-output](images/cli-output.png) - -## Additional Resources - -With the Kafka installed locally on a machine, here are a few additional commands that may be helpful while debugging Kafka topics. - -[Kafka Install Instructions](https://www.cloudera.com/documentation/kafka/latest/topics/kafka_installing.html#concept_ngx_4l4_4r) - -The IP used is the location of the Kafka endpoints. - -####Create, alter, list, and describe topics. - -``` -kafka-topics --zookeeper 192.168.1.151:2181 --list -sink1 -t1 -t2 -``` - -####Read data from a Kafka topic and write it to standard output. - -``` -kafka-console-consumer --zookeeper 192.168.1.151:2181 --topic topic.J2735Bsm -``` - -####Read data from standard output and write it to a Kafka topic. - -``` -kafka-console-producer --broker-list 192.168.1.151:9092 --topic topic.J2735Bsm -``` +# Kafka Consumer Example + +This project is intended to serve as a sample consumer application to subscribe to a Kafka topic of streams. After the ODE is up and running, this example project will showcase how you can build a Java application to subscribe to the outputs of a Kafka Stream. + +## Quick Run + + +The sample project needs to be compiled with assembly to ensure that that resulting jar is runnable with the Kafka libraries. It will produce a jar under `target/` with a "with-dependencies" tag. + +``` +mvn clean compile assembly:single install +``` + +To run the jar, be sure to include the topic at the end and group id at the end. If this is not a distributed system, the group can be any string. + +``` +java -jar target/consumer-example-0.0.1-SNAPSHOT-jar-with-dependencies.jar + +usage: Consumer Example + -b,--bootstrap-server Endpoint ('ip:port') + -g,--group Consumer Group + -t,--topic Topic Name + -type,--type string|byte message type +``` + +Example Usage As Of: 1/11/17 + +``` +java -jar target/consumer-example-0.0.1-SNAPSHOT-jar-with-dependencies.jar --bootstrap-server localhost:9092 -g group1 -t topic.J2735Bsm -type byte +``` + +It should return the following confirmation + +``` +Subscribed to topic topic.J2735Bsm +``` +Triggering an upload into the ODE, the output should be seen decoded into JSON in the console. + +![CLI-output](images/cli-output.png) + +## Additional Resources + +With the Kafka installed locally on a machine, here are a few additional commands that may be helpful while debugging Kafka topics. + +[Kafka Install Instructions](https://www.cloudera.com/documentation/kafka/latest/topics/kafka_installing.html#concept_ngx_4l4_4r) + +The IP used is the location of the Kafka endpoints. + +####Create, alter, list, and describe topics. + +``` +kafka-topics --zookeeper 192.168.1.151:2181 --list +sink1 +t1 +t2 +``` + +####Read data from a Kafka topic and write it to standard output. + +``` +kafka-console-consumer --zookeeper 192.168.1.151:2181 --topic topic.J2735Bsm +``` + +####Read data from standard output and write it to a Kafka topic. + +``` +kafka-console-producer --broker-list 192.168.1.151:9092 --topic topic.J2735Bsm +``` diff --git a/jpo-ode-consumer-example/pom.xml b/jpo-ode-consumer-example/pom.xml index 8d3f26391..8ad267598 100644 --- a/jpo-ode-consumer-example/pom.xml +++ b/jpo-ode-consumer-example/pom.xml @@ -1,64 +1,64 @@ - - 4.0.0 - - com.consumerexample - 0.0.1-SNAPSHOT - consumer-example - jar - consumer-example - - - junit - junit - 4.12 - test - - - - org.apache.kafka - kafka-clients - 0.10.1.0 - - - usdot.jpo.ode - jpo-ode-core - 0.0.1-SNAPSHOT - - - - commons-cli - commons-cli - 1.3 - - - - org.apache.commons - commons-lang3 - 3.0 - - - - - - - - - org.apache.maven.plugins - maven-assembly-plugin - 2.4 - - - - com.consumerexample.app.ConsumerExample - - - - jar-with-dependencies - - - - - - - + + 4.0.0 + + com.consumerexample + 0.0.1-SNAPSHOT + consumer-example + jar + consumer-example + + + junit + junit + 4.12 + test + + + + org.apache.kafka + kafka-clients + 0.10.1.0 + + + usdot.jpo.ode + jpo-ode-core + 0.0.1-SNAPSHOT + + + + commons-cli + commons-cli + 1.3 + + + + org.apache.commons + commons-lang3 + 3.0 + + + + + + + + + org.apache.maven.plugins + maven-assembly-plugin + 2.4 + + + + com.consumerexample.app.ConsumerExample + + + + jar-with-dependencies + + + + + + + diff --git a/jpo-ode-consumer-example/src/main/java/com/consumerexample/app/ConsumerExample.java b/jpo-ode-consumer-example/src/main/java/com/consumerexample/app/ConsumerExample.java index b63be9aab..74967e502 100644 --- a/jpo-ode-consumer-example/src/main/java/com/consumerexample/app/ConsumerExample.java +++ b/jpo-ode-consumer-example/src/main/java/com/consumerexample/app/ConsumerExample.java @@ -1,111 +1,111 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package com.consumerexample.app; - -import java.util.Properties; -import java.util.Arrays; -import org.apache.kafka.clients.consumer.KafkaConsumer; -import org.apache.kafka.clients.consumer.ConsumerRecords; -import org.apache.kafka.clients.consumer.ConsumerRecord; -import org.apache.commons.cli.*; -import us.dot.its.jpo.ode.plugin.j2735.J2735Bsm; -import us.dot.its.jpo.ode.util.SerializationUtils; - -public class ConsumerExample { - - public static void main( String[] args ){ - - // Option parsing - Options options = new Options(); - - Option bootstrap_server = new Option("b", "bootstrap-server", true, "Endpoint ('ip:port')"); - bootstrap_server.setRequired(true); - options.addOption(bootstrap_server); - - Option topic_option = new Option("t", "topic", true, "Topic Name"); - topic_option.setRequired(true); - options.addOption(topic_option); - - Option group_option = new Option("g", "group", true, "Consumer Group"); - group_option.setRequired(true); - options.addOption(group_option); - - Option type_option = new Option("type", "type", true, "string|byte message type"); - type_option.setRequired(true); - options.addOption(type_option); - - CommandLineParser parser = new DefaultParser(); - HelpFormatter formatter = new HelpFormatter(); - CommandLine cmd; - - try { - cmd = parser.parse(options, args); - } catch (ParseException e) { - System.out.println(e.getMessage()); - formatter.printHelp("Consumer Example", options); - - System.exit(1); - return; - } - - String endpoint = cmd.getOptionValue("bootstrap-server"); - String topic = cmd.getOptionValue("topic"); - String group = cmd.getOptionValue("group"); - String type = cmd.getOptionValue("type"); - - // Properties for the kafka topic - Properties props = new Properties(); - props.put("bootstrap.servers", endpoint); - props.put("group.id", group); - props.put("enable.auto.commit", "false"); - props.put("auto.commit.interval.ms", "1000"); - props.put("session.timeout.ms", "30000"); - props.put("key.deserializer", "org.apache.kafka.common.serialization.StringDeserializer"); - if (type.equals("byte")){ - props.put("value.deserializer", "org.apache.kafka.common.serialization.ByteArrayDeserializer"); - } else { - props.put("value.deserializer", "org.apache.kafka.common.serialization.StringDeserializer"); - } - - if (type.equals("byte")) { - KafkaConsumer byteArrayConsumer = new KafkaConsumer(props); - - byteArrayConsumer.subscribe(Arrays.asList(topic)); - System.out.println("Subscribed to topic " + topic); - while (true) { - ConsumerRecords records = byteArrayConsumer.poll(100); - for (ConsumerRecord record : records) { - // Serialize the record value - SerializationUtils serializer = new SerializationUtils(); - J2735Bsm bsm = serializer.deserialize(record.value()); - System.out.println(bsm.toString()); - } - } - } else { - KafkaConsumer stringConsumer = new KafkaConsumer(props); - - stringConsumer.subscribe(Arrays.asList(topic)); - System.out.println("Subscribed to topic " + topic); - while (true) { - ConsumerRecords records = stringConsumer.poll(100); - for (ConsumerRecord record : records) { - System.out.println(record.value()); - } - } - - } - } -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package com.consumerexample.app; + +import java.util.Properties; +import java.util.Arrays; +import org.apache.kafka.clients.consumer.KafkaConsumer; +import org.apache.kafka.clients.consumer.ConsumerRecords; +import org.apache.kafka.clients.consumer.ConsumerRecord; +import org.apache.commons.cli.*; +import us.dot.its.jpo.ode.plugin.j2735.J2735Bsm; +import us.dot.its.jpo.ode.util.SerializationUtils; + +public class ConsumerExample { + + public static void main( String[] args ){ + + // Option parsing + Options options = new Options(); + + Option bootstrap_server = new Option("b", "bootstrap-server", true, "Endpoint ('ip:port')"); + bootstrap_server.setRequired(true); + options.addOption(bootstrap_server); + + Option topic_option = new Option("t", "topic", true, "Topic Name"); + topic_option.setRequired(true); + options.addOption(topic_option); + + Option group_option = new Option("g", "group", true, "Consumer Group"); + group_option.setRequired(true); + options.addOption(group_option); + + Option type_option = new Option("type", "type", true, "string|byte message type"); + type_option.setRequired(true); + options.addOption(type_option); + + CommandLineParser parser = new DefaultParser(); + HelpFormatter formatter = new HelpFormatter(); + CommandLine cmd; + + try { + cmd = parser.parse(options, args); + } catch (ParseException e) { + System.out.println(e.getMessage()); + formatter.printHelp("Consumer Example", options); + + System.exit(1); + return; + } + + String endpoint = cmd.getOptionValue("bootstrap-server"); + String topic = cmd.getOptionValue("topic"); + String group = cmd.getOptionValue("group"); + String type = cmd.getOptionValue("type"); + + // Properties for the kafka topic + Properties props = new Properties(); + props.put("bootstrap.servers", endpoint); + props.put("group.id", group); + props.put("enable.auto.commit", "false"); + props.put("auto.commit.interval.ms", "1000"); + props.put("session.timeout.ms", "30000"); + props.put("key.deserializer", "org.apache.kafka.common.serialization.StringDeserializer"); + if (type.equals("byte")){ + props.put("value.deserializer", "org.apache.kafka.common.serialization.ByteArrayDeserializer"); + } else { + props.put("value.deserializer", "org.apache.kafka.common.serialization.StringDeserializer"); + } + + if (type.equals("byte")) { + KafkaConsumer byteArrayConsumer = new KafkaConsumer(props); + + byteArrayConsumer.subscribe(Arrays.asList(topic)); + System.out.println("Subscribed to topic " + topic); + while (true) { + ConsumerRecords records = byteArrayConsumer.poll(100); + for (ConsumerRecord record : records) { + // Serialize the record value + SerializationUtils serializer = new SerializationUtils(); + J2735Bsm bsm = serializer.deserialize(record.value()); + System.out.println(bsm.toString()); + } + } + } else { + KafkaConsumer stringConsumer = new KafkaConsumer(props); + + stringConsumer.subscribe(Arrays.asList(topic)); + System.out.println("Subscribed to topic " + topic); + while (true) { + ConsumerRecords records = stringConsumer.poll(100); + for (ConsumerRecord record : records) { + System.out.println(record.value()); + } + } + + } + } +} diff --git a/jpo-ode-consumer-example/src/test/java/com/consumerexample/app/ConsumerExampleTest.java b/jpo-ode-consumer-example/src/test/java/com/consumerexample/app/ConsumerExampleTest.java index 866d78a56..803e72531 100644 --- a/jpo-ode-consumer-example/src/test/java/com/consumerexample/app/ConsumerExampleTest.java +++ b/jpo-ode-consumer-example/src/test/java/com/consumerexample/app/ConsumerExampleTest.java @@ -1,53 +1,53 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package com.consumerexample.app; - -import junit.framework.Test; -import junit.framework.TestCase; -import junit.framework.TestSuite; - -/** - * Unit test for simple App. - */ -public class ConsumerExampleTest - extends TestCase -{ - /** - * Create the test case - * - * @param testName name of the test case - */ - public ConsumerExampleTest( String testName ) - { - super( testName ); - } - - /** - * @return the suite of tests being tested - */ - public static Test suite() - { - return new TestSuite( ConsumerExampleTest.class ); - } - - /** - * Rigourous Test :-) - */ - public void testApp() - { - assertTrue( true ); - } -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package com.consumerexample.app; + +import junit.framework.Test; +import junit.framework.TestCase; +import junit.framework.TestSuite; + +/** + * Unit test for simple App. + */ +public class ConsumerExampleTest + extends TestCase +{ + /** + * Create the test case + * + * @param testName name of the test case + */ + public ConsumerExampleTest( String testName ) + { + super( testName ); + } + + /** + * @return the suite of tests being tested + */ + public static Test suite() + { + return new TestSuite( ConsumerExampleTest.class ); + } + + /** + * Rigourous Test :-) + */ + public void testApp() + { + assertTrue( true ); + } +} diff --git a/jpo-ode-core/.mvn/wrapper/maven-wrapper.properties b/jpo-ode-core/.mvn/wrapper/maven-wrapper.properties index c954cec91..5235dd160 100644 --- a/jpo-ode-core/.mvn/wrapper/maven-wrapper.properties +++ b/jpo-ode-core/.mvn/wrapper/maven-wrapper.properties @@ -1 +1 @@ -distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.3.9/apache-maven-3.3.9-bin.zip +distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.3.9/apache-maven-3.3.9-bin.zip diff --git a/jpo-ode-core/LICENSE-2.0.html b/jpo-ode-core/LICENSE-2.0.html index d1055c8ad..16303d2c7 100644 --- a/jpo-ode-core/LICENSE-2.0.html +++ b/jpo-ode-core/LICENSE-2.0.html @@ -1,228 +1,228 @@ - - - - - - Apache License, Version 2.0 - - -
- -

Apache License
- Version 2.0, January 2004
- http://www.apache.org/licenses/

-

TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND - DISTRIBUTION

-

1. - Definitions.

-

"License" shall mean the terms and conditions for use, - reproduction, and distribution as defined by Sections 1 through 9 - of this document.

-

"Licensor" shall mean the copyright owner or entity authorized - by the copyright owner that is granting the License.

-

"Legal Entity" shall mean the union of the acting entity and - all other entities that control, are controlled by, or are under - common control with that entity. For the purposes of this - definition, "control" means (i) the power, direct or indirect, to - cause the direction or management of such entity, whether by - contract or otherwise, or (ii) ownership of fifty percent (50%) - or more of the outstanding shares, or (iii) beneficial ownership - of such entity.

-

"You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License.

-

"Source" form shall mean the preferred form for making - modifications, including but not limited to software source code, - documentation source, and configuration files.

-

"Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but not - limited to compiled object code, generated documentation, and - conversions to other media types.

-

"Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work (an - example is provided in the Appendix below).

-

"Derivative Works" shall mean any work, whether in Source or - Object form, that is based on (or derived from) the Work and for - which the editorial revisions, annotations, elaborations, or - other modifications represent, as a whole, an original work of - authorship. For the purposes of this License, Derivative Works - shall not include works that remain separable from, or merely - link (or bind by name) to the interfaces of, the Work and - Derivative Works thereof.

-

"Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or - additions to that Work or Derivative Works thereof, that is - intentionally submitted to Licensor for inclusion in the Work by - the copyright owner or by an individual or Legal Entity - authorized to submit on behalf of the copyright owner. For the - purposes of this definition, "submitted" means any form of - electronic, verbal, or written communication sent to the Licensor - or its representatives, including but not limited to - communication on electronic mailing lists, source code control - systems, and issue tracking systems that are managed by, or on - behalf of, the Licensor for the purpose of discussing and - improving the Work, but excluding communication that is - conspicuously marked or otherwise designated in writing by the - copyright owner as "Not a Contribution."

-

"Contributor" shall mean Licensor and any individual or Legal - Entity on behalf of whom a Contribution has been received by - Licensor and subsequently incorporated within the Work.

-

2. Grant of - Copyright License. Subject to the terms and - conditions of this License, each Contributor hereby grants to You - a perpetual, worldwide, non-exclusive, no-charge, royalty-free, - irrevocable copyright license to reproduce, prepare Derivative - Works of, publicly display, publicly perform, sublicense, and - distribute the Work and such Derivative Works in Source or Object - form.

-

3. Grant of Patent - License. Subject to the terms and conditions of this - License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have - made, use, offer to sell, sell, import, and otherwise transfer - the Work, where such license applies only to those patent claims - licensable by such Contributor that are necessarily infringed by - their Contribution(s) alone or by combination of their - Contribution(s) with the Work to which such Contribution(s) was - submitted. If You institute patent litigation against any entity - (including a cross-claim or counterclaim in a lawsuit) alleging - that the Work or a Contribution incorporated within the Work - constitutes direct or contributory patent infringement, then any - patent licenses granted to You under this License for that Work - shall terminate as of the date such litigation is filed.

-

4. - Redistribution. You may reproduce and distribute - copies of the Work or Derivative Works thereof in any medium, - with or without modifications, and in Source or Object form, - provided that You meet the following conditions:

-
    -
  1. You must give any other recipients of the Work or - Derivative Works a copy of this License; and
  2. -
  3. You must cause any modified files to carry prominent - notices stating that You changed the files; and
  4. -
  5. You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, excluding - those notices that do not pertain to any part of the Derivative - Works; and
  6. -
  7. If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute - must include a readable copy of the attribution notices - contained within such NOTICE file, excluding those notices that - do not pertain to any part of the Derivative Works, in at least - one of the following places: within a NOTICE text file - distributed as part of the Derivative Works; within the Source - form or documentation, if provided along with the Derivative - Works; or, within a display generated by the Derivative Works, - if and wherever such third-party notices normally appear. The - contents of the NOTICE file are for informational purposes only - and do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed as - modifying the License.
    -
    - You may add Your own copyright statement to Your modifications - and may provide additional or different license terms and - conditions for use, reproduction, or distribution of Your - modifications, or for any such Derivative Works as a whole, - provided Your use, reproduction, and distribution of the Work - otherwise complies with the conditions stated in this - License.
  8. -
-

5. - Submission of Contributions. Unless You explicitly - state otherwise, any Contribution intentionally submitted for - inclusion in the Work by You to the Licensor shall be under the - terms and conditions of this License, without any additional - terms or conditions. Notwithstanding the above, nothing herein - shall supersede or modify the terms of any separate license - agreement you may have executed with Licensor regarding such - Contributions.

-

6. - Trademarks. This License does not grant permission - to use the trade names, trademarks, service marks, or product - names of the Licensor, except as required for reasonable and - customary use in describing the origin of the Work and - reproducing the content of the NOTICE file.

-

7. Disclaimer - of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or - conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or - FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for - determining the appropriateness of using or redistributing the - Work and assume any risks associated with Your exercise of - permissions under this License.

-

8. Limitation - of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, - special, incidental, or consequential damages of any character - arising as a result of this License or out of the use or - inability to use the Work (including but not limited to damages - for loss of goodwill, work stoppage, computer failure or - malfunction, or any and all other commercial damages or losses), - even if such Contributor has been advised of the possibility of - such damages.

-

9. Accepting - Warranty or Additional Liability. While - redistributing the Work or Derivative Works thereof, You may - choose to offer, and charge a fee for, acceptance of support, - warranty, indemnity, or other liability obligations and/or rights - consistent with this License. However, in accepting such - obligations, You may act only on Your own behalf and on Your sole - responsibility, not on behalf of any other Contributor, and only - if You agree to indemnify, defend, and hold each Contributor - harmless for any liability incurred by, or claims asserted - against, such Contributor by reason of your accepting any such - warranty or additional liability.

-

END OF TERMS AND CONDITIONS

-

APPENDIX: How to apply the Apache License to your - work

-

To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a file - or class name and description of purpose be included on the same - "printed page" as the copyright notice for easier identification - within third-party archives.

-
-
Copyright [yyyy] [name of copyright owner]
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-    
-
-
- - - + + + + + + Apache License, Version 2.0 + + +
+ +

Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/

+

TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND + DISTRIBUTION

+

1. + Definitions.

+

"License" shall mean the terms and conditions for use, + reproduction, and distribution as defined by Sections 1 through 9 + of this document.

+

"Licensor" shall mean the copyright owner or entity authorized + by the copyright owner that is granting the License.

+

"Legal Entity" shall mean the union of the acting entity and + all other entities that control, are controlled by, or are under + common control with that entity. For the purposes of this + definition, "control" means (i) the power, direct or indirect, to + cause the direction or management of such entity, whether by + contract or otherwise, or (ii) ownership of fifty percent (50%) + or more of the outstanding shares, or (iii) beneficial ownership + of such entity.

+

"You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License.

+

"Source" form shall mean the preferred form for making + modifications, including but not limited to software source code, + documentation source, and configuration files.

+

"Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but not + limited to compiled object code, generated documentation, and + conversions to other media types.

+

"Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work (an + example is provided in the Appendix below).

+

"Derivative Works" shall mean any work, whether in Source or + Object form, that is based on (or derived from) the Work and for + which the editorial revisions, annotations, elaborations, or + other modifications represent, as a whole, an original work of + authorship. For the purposes of this License, Derivative Works + shall not include works that remain separable from, or merely + link (or bind by name) to the interfaces of, the Work and + Derivative Works thereof.

+

"Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or + additions to that Work or Derivative Works thereof, that is + intentionally submitted to Licensor for inclusion in the Work by + the copyright owner or by an individual or Legal Entity + authorized to submit on behalf of the copyright owner. For the + purposes of this definition, "submitted" means any form of + electronic, verbal, or written communication sent to the Licensor + or its representatives, including but not limited to + communication on electronic mailing lists, source code control + systems, and issue tracking systems that are managed by, or on + behalf of, the Licensor for the purpose of discussing and + improving the Work, but excluding communication that is + conspicuously marked or otherwise designated in writing by the + copyright owner as "Not a Contribution."

+

"Contributor" shall mean Licensor and any individual or Legal + Entity on behalf of whom a Contribution has been received by + Licensor and subsequently incorporated within the Work.

+

2. Grant of + Copyright License. Subject to the terms and + conditions of this License, each Contributor hereby grants to You + a perpetual, worldwide, non-exclusive, no-charge, royalty-free, + irrevocable copyright license to reproduce, prepare Derivative + Works of, publicly display, publicly perform, sublicense, and + distribute the Work and such Derivative Works in Source or Object + form.

+

3. Grant of Patent + License. Subject to the terms and conditions of this + License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have + made, use, offer to sell, sell, import, and otherwise transfer + the Work, where such license applies only to those patent claims + licensable by such Contributor that are necessarily infringed by + their Contribution(s) alone or by combination of their + Contribution(s) with the Work to which such Contribution(s) was + submitted. If You institute patent litigation against any entity + (including a cross-claim or counterclaim in a lawsuit) alleging + that the Work or a Contribution incorporated within the Work + constitutes direct or contributory patent infringement, then any + patent licenses granted to You under this License for that Work + shall terminate as of the date such litigation is filed.

+

4. + Redistribution. You may reproduce and distribute + copies of the Work or Derivative Works thereof in any medium, + with or without modifications, and in Source or Object form, + provided that You meet the following conditions:

+
    +
  1. You must give any other recipients of the Work or + Derivative Works a copy of this License; and
  2. +
  3. You must cause any modified files to carry prominent + notices stating that You changed the files; and
  4. +
  5. You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, excluding + those notices that do not pertain to any part of the Derivative + Works; and
  6. +
  7. If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute + must include a readable copy of the attribution notices + contained within such NOTICE file, excluding those notices that + do not pertain to any part of the Derivative Works, in at least + one of the following places: within a NOTICE text file + distributed as part of the Derivative Works; within the Source + form or documentation, if provided along with the Derivative + Works; or, within a display generated by the Derivative Works, + if and wherever such third-party notices normally appear. The + contents of the NOTICE file are for informational purposes only + and do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed as + modifying the License.
    +
    + You may add Your own copyright statement to Your modifications + and may provide additional or different license terms and + conditions for use, reproduction, or distribution of Your + modifications, or for any such Derivative Works as a whole, + provided Your use, reproduction, and distribution of the Work + otherwise complies with the conditions stated in this + License.
  8. +
+

5. + Submission of Contributions. Unless You explicitly + state otherwise, any Contribution intentionally submitted for + inclusion in the Work by You to the Licensor shall be under the + terms and conditions of this License, without any additional + terms or conditions. Notwithstanding the above, nothing herein + shall supersede or modify the terms of any separate license + agreement you may have executed with Licensor regarding such + Contributions.

+

6. + Trademarks. This License does not grant permission + to use the trade names, trademarks, service marks, or product + names of the Licensor, except as required for reasonable and + customary use in describing the origin of the Work and + reproducing the content of the NOTICE file.

+

7. Disclaimer + of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or + conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or + FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for + determining the appropriateness of using or redistributing the + Work and assume any risks associated with Your exercise of + permissions under this License.

+

8. Limitation + of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, + special, incidental, or consequential damages of any character + arising as a result of this License or out of the use or + inability to use the Work (including but not limited to damages + for loss of goodwill, work stoppage, computer failure or + malfunction, or any and all other commercial damages or losses), + even if such Contributor has been advised of the possibility of + such damages.

+

9. Accepting + Warranty or Additional Liability. While + redistributing the Work or Derivative Works thereof, You may + choose to offer, and charge a fee for, acceptance of support, + warranty, indemnity, or other liability obligations and/or rights + consistent with this License. However, in accepting such + obligations, You may act only on Your own behalf and on Your sole + responsibility, not on behalf of any other Contributor, and only + if You agree to indemnify, defend, and hold each Contributor + harmless for any liability incurred by, or claims asserted + against, such Contributor by reason of your accepting any such + warranty or additional liability.

+

END OF TERMS AND CONDITIONS

+

APPENDIX: How to apply the Apache License to your + work

+

To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a file + or class name and description of purpose be included on the same + "printed page" as the copyright notice for easier identification + within third-party archives.

+
+
Copyright [yyyy] [name of copyright owner]
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+    
+
+
+ + + diff --git a/jpo-ode-core/mvnw b/jpo-ode-core/mvnw index a1ba1bf55..223618a5c 100644 --- a/jpo-ode-core/mvnw +++ b/jpo-ode-core/mvnw @@ -1,233 +1,233 @@ -#!/bin/sh -# ---------------------------------------------------------------------------- -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. -# ---------------------------------------------------------------------------- - -# ---------------------------------------------------------------------------- -# Maven2 Start Up Batch script -# -# Required ENV vars: -# ------------------ -# JAVA_HOME - location of a JDK home dir -# -# Optional ENV vars -# ----------------- -# M2_HOME - location of maven2's installed home dir -# MAVEN_OPTS - parameters passed to the Java VM when running Maven -# e.g. to debug Maven itself, use -# set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000 -# MAVEN_SKIP_RC - flag to disable loading of mavenrc files -# ---------------------------------------------------------------------------- - -if [ -z "$MAVEN_SKIP_RC" ] ; then - - if [ -f /etc/mavenrc ] ; then - . /etc/mavenrc - fi - - if [ -f "$HOME/.mavenrc" ] ; then - . "$HOME/.mavenrc" - fi - -fi - -# OS specific support. $var _must_ be set to either true or false. -cygwin=false; -darwin=false; -mingw=false -case "`uname`" in - CYGWIN*) cygwin=true ;; - MINGW*) mingw=true;; - Darwin*) darwin=true - # - # Look for the Apple JDKs first to preserve the existing behaviour, and then look - # for the new JDKs provided by Oracle. - # - if [ -z "$JAVA_HOME" ] && [ -L /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK ] ; then - # - # Apple JDKs - # - export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Home - fi - - if [ -z "$JAVA_HOME" ] && [ -L /System/Library/Java/JavaVirtualMachines/CurrentJDK ] ; then - # - # Apple JDKs - # - export JAVA_HOME=/System/Library/Java/JavaVirtualMachines/CurrentJDK/Contents/Home - fi - - if [ -z "$JAVA_HOME" ] && [ -L "/Library/Java/JavaVirtualMachines/CurrentJDK" ] ; then - # - # Oracle JDKs - # - export JAVA_HOME=/Library/Java/JavaVirtualMachines/CurrentJDK/Contents/Home - fi - - if [ -z "$JAVA_HOME" ] && [ -x "/usr/libexec/java_home" ]; then - # - # Apple JDKs - # - export JAVA_HOME=`/usr/libexec/java_home` - fi - ;; -esac - -if [ -z "$JAVA_HOME" ] ; then - if [ -r /etc/gentoo-release ] ; then - JAVA_HOME=`java-config --jre-home` - fi -fi - -if [ -z "$M2_HOME" ] ; then - ## resolve links - $0 may be a link to maven's home - PRG="$0" - - # need this for relative symlinks - while [ -h "$PRG" ] ; do - ls=`ls -ld "$PRG"` - link=`expr "$ls" : '.*-> \(.*\)$'` - if expr "$link" : '/.*' > /dev/null; then - PRG="$link" - else - PRG="`dirname "$PRG"`/$link" - fi - done - - saveddir=`pwd` - - M2_HOME=`dirname "$PRG"`/.. - - # make it fully qualified - M2_HOME=`cd "$M2_HOME" && pwd` - - cd "$saveddir" - # echo Using m2 at $M2_HOME -fi - -# For Cygwin, ensure paths are in UNIX format before anything is touched -if $cygwin ; then - [ -n "$M2_HOME" ] && - M2_HOME=`cygpath --unix "$M2_HOME"` - [ -n "$JAVA_HOME" ] && - JAVA_HOME=`cygpath --unix "$JAVA_HOME"` - [ -n "$CLASSPATH" ] && - CLASSPATH=`cygpath --path --unix "$CLASSPATH"` -fi - -# For Migwn, ensure paths are in UNIX format before anything is touched -if $mingw ; then - [ -n "$M2_HOME" ] && - M2_HOME="`(cd "$M2_HOME"; pwd)`" - [ -n "$JAVA_HOME" ] && - JAVA_HOME="`(cd "$JAVA_HOME"; pwd)`" - # TODO classpath? -fi - -if [ -z "$JAVA_HOME" ]; then - javaExecutable="`which javac`" - if [ -n "$javaExecutable" ] && ! [ "`expr \"$javaExecutable\" : '\([^ ]*\)'`" = "no" ]; then - # readlink(1) is not available as standard on Solaris 10. - readLink=`which readlink` - if [ ! `expr "$readLink" : '\([^ ]*\)'` = "no" ]; then - if $darwin ; then - javaHome="`dirname \"$javaExecutable\"`" - javaExecutable="`cd \"$javaHome\" && pwd -P`/javac" - else - javaExecutable="`readlink -f \"$javaExecutable\"`" - fi - javaHome="`dirname \"$javaExecutable\"`" - javaHome=`expr "$javaHome" : '\(.*\)/bin'` - JAVA_HOME="$javaHome" - export JAVA_HOME - fi - fi -fi - -if [ -z "$JAVACMD" ] ; then - if [ -n "$JAVA_HOME" ] ; then - if [ -x "$JAVA_HOME/jre/sh/java" ] ; then - # IBM's JDK on AIX uses strange locations for the executables - JAVACMD="$JAVA_HOME/jre/sh/java" - else - JAVACMD="$JAVA_HOME/bin/java" - fi - else - JAVACMD="`which java`" - fi -fi - -if [ ! -x "$JAVACMD" ] ; then - echo "Error: JAVA_HOME is not defined correctly." >&2 - echo " We cannot execute $JAVACMD" >&2 - exit 1 -fi - -if [ -z "$JAVA_HOME" ] ; then - echo "Warning: JAVA_HOME environment variable is not set." -fi - -CLASSWORLDS_LAUNCHER=org.codehaus.plexus.classworlds.launcher.Launcher - -# For Cygwin, switch paths to Windows format before running java -if $cygwin; then - [ -n "$M2_HOME" ] && - M2_HOME=`cygpath --path --windows "$M2_HOME"` - [ -n "$JAVA_HOME" ] && - JAVA_HOME=`cygpath --path --windows "$JAVA_HOME"` - [ -n "$CLASSPATH" ] && - CLASSPATH=`cygpath --path --windows "$CLASSPATH"` -fi - -# traverses directory structure from process work directory to filesystem root -# first directory with .mvn subdirectory is considered project base directory -find_maven_basedir() { - local basedir=$(pwd) - local wdir=$(pwd) - while [ "$wdir" != '/' ] ; do - if [ -d "$wdir"/.mvn ] ; then - basedir=$wdir - break - fi - wdir=$(cd "$wdir/.."; pwd) - done - echo "${basedir}" -} - -# concatenates all lines of a file -concat_lines() { - if [ -f "$1" ]; then - echo "$(tr -s '\n' ' ' < "$1")" - fi -} - -export MAVEN_PROJECTBASEDIR=${MAVEN_BASEDIR:-$(find_maven_basedir)} -MAVEN_OPTS="$(concat_lines "$MAVEN_PROJECTBASEDIR/.mvn/jvm.config") $MAVEN_OPTS" - -# Provide a "standardized" way to retrieve the CLI args that will -# work with both Windows and non-Windows executions. -MAVEN_CMD_LINE_ARGS="$MAVEN_CONFIG $@" -export MAVEN_CMD_LINE_ARGS - -WRAPPER_LAUNCHER=org.apache.maven.wrapper.MavenWrapperMain - -exec "$JAVACMD" \ - $MAVEN_OPTS \ - -classpath "$MAVEN_PROJECTBASEDIR/.mvn/wrapper/maven-wrapper.jar" \ - "-Dmaven.home=${M2_HOME}" "-Dmaven.multiModuleProjectDirectory=${MAVEN_PROJECTBASEDIR}" \ - ${WRAPPER_LAUNCHER} "$@" +#!/bin/sh +# ---------------------------------------------------------------------------- +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# ---------------------------------------------------------------------------- + +# ---------------------------------------------------------------------------- +# Maven2 Start Up Batch script +# +# Required ENV vars: +# ------------------ +# JAVA_HOME - location of a JDK home dir +# +# Optional ENV vars +# ----------------- +# M2_HOME - location of maven2's installed home dir +# MAVEN_OPTS - parameters passed to the Java VM when running Maven +# e.g. to debug Maven itself, use +# set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000 +# MAVEN_SKIP_RC - flag to disable loading of mavenrc files +# ---------------------------------------------------------------------------- + +if [ -z "$MAVEN_SKIP_RC" ] ; then + + if [ -f /etc/mavenrc ] ; then + . /etc/mavenrc + fi + + if [ -f "$HOME/.mavenrc" ] ; then + . "$HOME/.mavenrc" + fi + +fi + +# OS specific support. $var _must_ be set to either true or false. +cygwin=false; +darwin=false; +mingw=false +case "`uname`" in + CYGWIN*) cygwin=true ;; + MINGW*) mingw=true;; + Darwin*) darwin=true + # + # Look for the Apple JDKs first to preserve the existing behaviour, and then look + # for the new JDKs provided by Oracle. + # + if [ -z "$JAVA_HOME" ] && [ -L /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK ] ; then + # + # Apple JDKs + # + export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Home + fi + + if [ -z "$JAVA_HOME" ] && [ -L /System/Library/Java/JavaVirtualMachines/CurrentJDK ] ; then + # + # Apple JDKs + # + export JAVA_HOME=/System/Library/Java/JavaVirtualMachines/CurrentJDK/Contents/Home + fi + + if [ -z "$JAVA_HOME" ] && [ -L "/Library/Java/JavaVirtualMachines/CurrentJDK" ] ; then + # + # Oracle JDKs + # + export JAVA_HOME=/Library/Java/JavaVirtualMachines/CurrentJDK/Contents/Home + fi + + if [ -z "$JAVA_HOME" ] && [ -x "/usr/libexec/java_home" ]; then + # + # Apple JDKs + # + export JAVA_HOME=`/usr/libexec/java_home` + fi + ;; +esac + +if [ -z "$JAVA_HOME" ] ; then + if [ -r /etc/gentoo-release ] ; then + JAVA_HOME=`java-config --jre-home` + fi +fi + +if [ -z "$M2_HOME" ] ; then + ## resolve links - $0 may be a link to maven's home + PRG="$0" + + # need this for relative symlinks + while [ -h "$PRG" ] ; do + ls=`ls -ld "$PRG"` + link=`expr "$ls" : '.*-> \(.*\)$'` + if expr "$link" : '/.*' > /dev/null; then + PRG="$link" + else + PRG="`dirname "$PRG"`/$link" + fi + done + + saveddir=`pwd` + + M2_HOME=`dirname "$PRG"`/.. + + # make it fully qualified + M2_HOME=`cd "$M2_HOME" && pwd` + + cd "$saveddir" + # echo Using m2 at $M2_HOME +fi + +# For Cygwin, ensure paths are in UNIX format before anything is touched +if $cygwin ; then + [ -n "$M2_HOME" ] && + M2_HOME=`cygpath --unix "$M2_HOME"` + [ -n "$JAVA_HOME" ] && + JAVA_HOME=`cygpath --unix "$JAVA_HOME"` + [ -n "$CLASSPATH" ] && + CLASSPATH=`cygpath --path --unix "$CLASSPATH"` +fi + +# For Migwn, ensure paths are in UNIX format before anything is touched +if $mingw ; then + [ -n "$M2_HOME" ] && + M2_HOME="`(cd "$M2_HOME"; pwd)`" + [ -n "$JAVA_HOME" ] && + JAVA_HOME="`(cd "$JAVA_HOME"; pwd)`" + # TODO classpath? +fi + +if [ -z "$JAVA_HOME" ]; then + javaExecutable="`which javac`" + if [ -n "$javaExecutable" ] && ! [ "`expr \"$javaExecutable\" : '\([^ ]*\)'`" = "no" ]; then + # readlink(1) is not available as standard on Solaris 10. + readLink=`which readlink` + if [ ! `expr "$readLink" : '\([^ ]*\)'` = "no" ]; then + if $darwin ; then + javaHome="`dirname \"$javaExecutable\"`" + javaExecutable="`cd \"$javaHome\" && pwd -P`/javac" + else + javaExecutable="`readlink -f \"$javaExecutable\"`" + fi + javaHome="`dirname \"$javaExecutable\"`" + javaHome=`expr "$javaHome" : '\(.*\)/bin'` + JAVA_HOME="$javaHome" + export JAVA_HOME + fi + fi +fi + +if [ -z "$JAVACMD" ] ; then + if [ -n "$JAVA_HOME" ] ; then + if [ -x "$JAVA_HOME/jre/sh/java" ] ; then + # IBM's JDK on AIX uses strange locations for the executables + JAVACMD="$JAVA_HOME/jre/sh/java" + else + JAVACMD="$JAVA_HOME/bin/java" + fi + else + JAVACMD="`which java`" + fi +fi + +if [ ! -x "$JAVACMD" ] ; then + echo "Error: JAVA_HOME is not defined correctly." >&2 + echo " We cannot execute $JAVACMD" >&2 + exit 1 +fi + +if [ -z "$JAVA_HOME" ] ; then + echo "Warning: JAVA_HOME environment variable is not set." +fi + +CLASSWORLDS_LAUNCHER=org.codehaus.plexus.classworlds.launcher.Launcher + +# For Cygwin, switch paths to Windows format before running java +if $cygwin; then + [ -n "$M2_HOME" ] && + M2_HOME=`cygpath --path --windows "$M2_HOME"` + [ -n "$JAVA_HOME" ] && + JAVA_HOME=`cygpath --path --windows "$JAVA_HOME"` + [ -n "$CLASSPATH" ] && + CLASSPATH=`cygpath --path --windows "$CLASSPATH"` +fi + +# traverses directory structure from process work directory to filesystem root +# first directory with .mvn subdirectory is considered project base directory +find_maven_basedir() { + local basedir=$(pwd) + local wdir=$(pwd) + while [ "$wdir" != '/' ] ; do + if [ -d "$wdir"/.mvn ] ; then + basedir=$wdir + break + fi + wdir=$(cd "$wdir/.."; pwd) + done + echo "${basedir}" +} + +# concatenates all lines of a file +concat_lines() { + if [ -f "$1" ]; then + echo "$(tr -s '\n' ' ' < "$1")" + fi +} + +export MAVEN_PROJECTBASEDIR=${MAVEN_BASEDIR:-$(find_maven_basedir)} +MAVEN_OPTS="$(concat_lines "$MAVEN_PROJECTBASEDIR/.mvn/jvm.config") $MAVEN_OPTS" + +# Provide a "standardized" way to retrieve the CLI args that will +# work with both Windows and non-Windows executions. +MAVEN_CMD_LINE_ARGS="$MAVEN_CONFIG $@" +export MAVEN_CMD_LINE_ARGS + +WRAPPER_LAUNCHER=org.apache.maven.wrapper.MavenWrapperMain + +exec "$JAVACMD" \ + $MAVEN_OPTS \ + -classpath "$MAVEN_PROJECTBASEDIR/.mvn/wrapper/maven-wrapper.jar" \ + "-Dmaven.home=${M2_HOME}" "-Dmaven.multiModuleProjectDirectory=${MAVEN_PROJECTBASEDIR}" \ + ${WRAPPER_LAUNCHER} "$@" diff --git a/jpo-ode-core/mvnw.cmd b/jpo-ode-core/mvnw.cmd index 2b934e89d..beda8f144 100644 --- a/jpo-ode-core/mvnw.cmd +++ b/jpo-ode-core/mvnw.cmd @@ -1,145 +1,145 @@ -@REM ---------------------------------------------------------------------------- -@REM Licensed to the Apache Software Foundation (ASF) under one -@REM or more contributor license agreements. See the NOTICE file -@REM distributed with this work for additional information -@REM regarding copyright ownership. The ASF licenses this file -@REM to you under the Apache License, Version 2.0 (the -@REM "License"); you may not use this file except in compliance -@REM with the License. You may obtain a copy of the License at -@REM -@REM http://www.apache.org/licenses/LICENSE-2.0 -@REM -@REM Unless required by applicable law or agreed to in writing, -@REM software distributed under the License is distributed on an -@REM "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -@REM KIND, either express or implied. See the License for the -@REM specific language governing permissions and limitations -@REM under the License. -@REM ---------------------------------------------------------------------------- - -@REM ---------------------------------------------------------------------------- -@REM Maven2 Start Up Batch script -@REM -@REM Required ENV vars: -@REM JAVA_HOME - location of a JDK home dir -@REM -@REM Optional ENV vars -@REM M2_HOME - location of maven2's installed home dir -@REM MAVEN_BATCH_ECHO - set to 'on' to enable the echoing of the batch commands -@REM MAVEN_BATCH_PAUSE - set to 'on' to wait for a key stroke before ending -@REM MAVEN_OPTS - parameters passed to the Java VM when running Maven -@REM e.g. to debug Maven itself, use -@REM set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000 -@REM MAVEN_SKIP_RC - flag to disable loading of mavenrc files -@REM ---------------------------------------------------------------------------- - -@REM Begin all REM lines with '@' in case MAVEN_BATCH_ECHO is 'on' -@echo off -@REM enable echoing my setting MAVEN_BATCH_ECHO to 'on' -@if "%MAVEN_BATCH_ECHO%" == "on" echo %MAVEN_BATCH_ECHO% - -@REM set %HOME% to equivalent of $HOME -if "%HOME%" == "" (set "HOME=%HOMEDRIVE%%HOMEPATH%") - -@REM Execute a user defined script before this one -if not "%MAVEN_SKIP_RC%" == "" goto skipRcPre -@REM check for pre script, once with legacy .bat ending and once with .cmd ending -if exist "%HOME%\mavenrc_pre.bat" call "%HOME%\mavenrc_pre.bat" -if exist "%HOME%\mavenrc_pre.cmd" call "%HOME%\mavenrc_pre.cmd" -:skipRcPre - -@setlocal - -set ERROR_CODE=0 - -@REM To isolate internal variables from possible post scripts, we use another setlocal -@setlocal - -@REM ==== START VALIDATION ==== -if not "%JAVA_HOME%" == "" goto OkJHome - -echo. -echo Error: JAVA_HOME not found in your environment. >&2 -echo Please set the JAVA_HOME variable in your environment to match the >&2 -echo location of your Java installation. >&2 -echo. -goto error - -:OkJHome -if exist "%JAVA_HOME%\bin\java.exe" goto init - -echo. -echo Error: JAVA_HOME is set to an invalid directory. >&2 -echo JAVA_HOME = "%JAVA_HOME%" >&2 -echo Please set the JAVA_HOME variable in your environment to match the >&2 -echo location of your Java installation. >&2 -echo. -goto error - -@REM ==== END VALIDATION ==== - -:init - -set MAVEN_CMD_LINE_ARGS=%* - -@REM Find the project base dir, i.e. the directory that contains the folder ".mvn". -@REM Fallback to current working directory if not found. - -set MAVEN_PROJECTBASEDIR=%MAVEN_BASEDIR% -IF NOT "%MAVEN_PROJECTBASEDIR%"=="" goto endDetectBaseDir - -set EXEC_DIR=%CD% -set WDIR=%EXEC_DIR% -:findBaseDir -IF EXIST "%WDIR%"\.mvn goto baseDirFound -cd .. -IF "%WDIR%"=="%CD%" goto baseDirNotFound -set WDIR=%CD% -goto findBaseDir - -:baseDirFound -set MAVEN_PROJECTBASEDIR=%WDIR% -cd "%EXEC_DIR%" -goto endDetectBaseDir - -:baseDirNotFound -set MAVEN_PROJECTBASEDIR=%EXEC_DIR% -cd "%EXEC_DIR%" - -:endDetectBaseDir - -IF NOT EXIST "%MAVEN_PROJECTBASEDIR%\.mvn\jvm.config" goto endReadAdditionalConfig - -@setlocal EnableExtensions EnableDelayedExpansion -for /F "usebackq delims=" %%a in ("%MAVEN_PROJECTBASEDIR%\.mvn\jvm.config") do set JVM_CONFIG_MAVEN_PROPS=!JVM_CONFIG_MAVEN_PROPS! %%a -@endlocal & set JVM_CONFIG_MAVEN_PROPS=%JVM_CONFIG_MAVEN_PROPS% - -:endReadAdditionalConfig - -SET MAVEN_JAVA_EXE="%JAVA_HOME%\bin\java.exe" - -set WRAPPER_JAR="".\.mvn\wrapper\maven-wrapper.jar"" -set WRAPPER_LAUNCHER=org.apache.maven.wrapper.MavenWrapperMain - -%MAVEN_JAVA_EXE% %JVM_CONFIG_MAVEN_PROPS% %MAVEN_OPTS% %MAVEN_DEBUG_OPTS% -classpath %WRAPPER_JAR% "-Dmaven.multiModuleProjectDirectory=%MAVEN_PROJECTBASEDIR%" %WRAPPER_LAUNCHER% %MAVEN_CMD_LINE_ARGS% -if ERRORLEVEL 1 goto error -goto end - -:error -set ERROR_CODE=1 - -:end -@endlocal & set ERROR_CODE=%ERROR_CODE% - -if not "%MAVEN_SKIP_RC%" == "" goto skipRcPost -@REM check for post script, once with legacy .bat ending and once with .cmd ending -if exist "%HOME%\mavenrc_post.bat" call "%HOME%\mavenrc_post.bat" -if exist "%HOME%\mavenrc_post.cmd" call "%HOME%\mavenrc_post.cmd" -:skipRcPost - -@REM pause the script if MAVEN_BATCH_PAUSE is set to 'on' -if "%MAVEN_BATCH_PAUSE%" == "on" pause - -if "%MAVEN_TERMINATE_CMD%" == "on" exit %ERROR_CODE% - +@REM ---------------------------------------------------------------------------- +@REM Licensed to the Apache Software Foundation (ASF) under one +@REM or more contributor license agreements. See the NOTICE file +@REM distributed with this work for additional information +@REM regarding copyright ownership. The ASF licenses this file +@REM to you under the Apache License, Version 2.0 (the +@REM "License"); you may not use this file except in compliance +@REM with the License. You may obtain a copy of the License at +@REM +@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM +@REM Unless required by applicable law or agreed to in writing, +@REM software distributed under the License is distributed on an +@REM "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +@REM KIND, either express or implied. See the License for the +@REM specific language governing permissions and limitations +@REM under the License. +@REM ---------------------------------------------------------------------------- + +@REM ---------------------------------------------------------------------------- +@REM Maven2 Start Up Batch script +@REM +@REM Required ENV vars: +@REM JAVA_HOME - location of a JDK home dir +@REM +@REM Optional ENV vars +@REM M2_HOME - location of maven2's installed home dir +@REM MAVEN_BATCH_ECHO - set to 'on' to enable the echoing of the batch commands +@REM MAVEN_BATCH_PAUSE - set to 'on' to wait for a key stroke before ending +@REM MAVEN_OPTS - parameters passed to the Java VM when running Maven +@REM e.g. to debug Maven itself, use +@REM set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000 +@REM MAVEN_SKIP_RC - flag to disable loading of mavenrc files +@REM ---------------------------------------------------------------------------- + +@REM Begin all REM lines with '@' in case MAVEN_BATCH_ECHO is 'on' +@echo off +@REM enable echoing my setting MAVEN_BATCH_ECHO to 'on' +@if "%MAVEN_BATCH_ECHO%" == "on" echo %MAVEN_BATCH_ECHO% + +@REM set %HOME% to equivalent of $HOME +if "%HOME%" == "" (set "HOME=%HOMEDRIVE%%HOMEPATH%") + +@REM Execute a user defined script before this one +if not "%MAVEN_SKIP_RC%" == "" goto skipRcPre +@REM check for pre script, once with legacy .bat ending and once with .cmd ending +if exist "%HOME%\mavenrc_pre.bat" call "%HOME%\mavenrc_pre.bat" +if exist "%HOME%\mavenrc_pre.cmd" call "%HOME%\mavenrc_pre.cmd" +:skipRcPre + +@setlocal + +set ERROR_CODE=0 + +@REM To isolate internal variables from possible post scripts, we use another setlocal +@setlocal + +@REM ==== START VALIDATION ==== +if not "%JAVA_HOME%" == "" goto OkJHome + +echo. +echo Error: JAVA_HOME not found in your environment. >&2 +echo Please set the JAVA_HOME variable in your environment to match the >&2 +echo location of your Java installation. >&2 +echo. +goto error + +:OkJHome +if exist "%JAVA_HOME%\bin\java.exe" goto init + +echo. +echo Error: JAVA_HOME is set to an invalid directory. >&2 +echo JAVA_HOME = "%JAVA_HOME%" >&2 +echo Please set the JAVA_HOME variable in your environment to match the >&2 +echo location of your Java installation. >&2 +echo. +goto error + +@REM ==== END VALIDATION ==== + +:init + +set MAVEN_CMD_LINE_ARGS=%* + +@REM Find the project base dir, i.e. the directory that contains the folder ".mvn". +@REM Fallback to current working directory if not found. + +set MAVEN_PROJECTBASEDIR=%MAVEN_BASEDIR% +IF NOT "%MAVEN_PROJECTBASEDIR%"=="" goto endDetectBaseDir + +set EXEC_DIR=%CD% +set WDIR=%EXEC_DIR% +:findBaseDir +IF EXIST "%WDIR%"\.mvn goto baseDirFound +cd .. +IF "%WDIR%"=="%CD%" goto baseDirNotFound +set WDIR=%CD% +goto findBaseDir + +:baseDirFound +set MAVEN_PROJECTBASEDIR=%WDIR% +cd "%EXEC_DIR%" +goto endDetectBaseDir + +:baseDirNotFound +set MAVEN_PROJECTBASEDIR=%EXEC_DIR% +cd "%EXEC_DIR%" + +:endDetectBaseDir + +IF NOT EXIST "%MAVEN_PROJECTBASEDIR%\.mvn\jvm.config" goto endReadAdditionalConfig + +@setlocal EnableExtensions EnableDelayedExpansion +for /F "usebackq delims=" %%a in ("%MAVEN_PROJECTBASEDIR%\.mvn\jvm.config") do set JVM_CONFIG_MAVEN_PROPS=!JVM_CONFIG_MAVEN_PROPS! %%a +@endlocal & set JVM_CONFIG_MAVEN_PROPS=%JVM_CONFIG_MAVEN_PROPS% + +:endReadAdditionalConfig + +SET MAVEN_JAVA_EXE="%JAVA_HOME%\bin\java.exe" + +set WRAPPER_JAR="".\.mvn\wrapper\maven-wrapper.jar"" +set WRAPPER_LAUNCHER=org.apache.maven.wrapper.MavenWrapperMain + +%MAVEN_JAVA_EXE% %JVM_CONFIG_MAVEN_PROPS% %MAVEN_OPTS% %MAVEN_DEBUG_OPTS% -classpath %WRAPPER_JAR% "-Dmaven.multiModuleProjectDirectory=%MAVEN_PROJECTBASEDIR%" %WRAPPER_LAUNCHER% %MAVEN_CMD_LINE_ARGS% +if ERRORLEVEL 1 goto error +goto end + +:error +set ERROR_CODE=1 + +:end +@endlocal & set ERROR_CODE=%ERROR_CODE% + +if not "%MAVEN_SKIP_RC%" == "" goto skipRcPost +@REM check for post script, once with legacy .bat ending and once with .cmd ending +if exist "%HOME%\mavenrc_post.bat" call "%HOME%\mavenrc_post.bat" +if exist "%HOME%\mavenrc_post.cmd" call "%HOME%\mavenrc_post.cmd" +:skipRcPost + +@REM pause the script if MAVEN_BATCH_PAUSE is set to 'on' +if "%MAVEN_BATCH_PAUSE%" == "on" pause + +if "%MAVEN_TERMINATE_CMD%" == "on" exit %ERROR_CODE% + exit /B %ERROR_CODE% \ No newline at end of file diff --git a/jpo-ode-core/pom.xml b/jpo-ode-core/pom.xml index 7b3d02eb7..acfc39dd3 100644 --- a/jpo-ode-core/pom.xml +++ b/jpo-ode-core/pom.xml @@ -5,7 +5,7 @@ usdot.jpo.ode jpo-ode - 1.0.8-SNAPSHOT + 0.0.9-SNAPSHOT jpo-ode-core @@ -23,12 +23,12 @@ usdot.jpo.ode jpo-ode-common - 1.0.8-SNAPSHOT + 0.0.9-SNAPSHOT usdot.jpo.ode jpo-ode-plugins - 1.0.8-SNAPSHOT + 0.0.9-SNAPSHOT org.apache.httpcomponents diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/context/AppContext.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/context/AppContext.java index fb3a35c3d..a35fda0fc 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/context/AppContext.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/context/AppContext.java @@ -1,149 +1,149 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.context; - -import java.net.InetAddress; -import java.net.UnknownHostException; -import java.util.UUID; - -import org.springframework.beans.factory.annotation.Autowired; -import org.springframework.context.annotation.Configuration; -import org.springframework.core.env.Environment; - -@Configuration -public class AppContext { - // CONSTANTS - public static final String ODE_HOSTNAME = "ODE_HOSTNAME"; - public static final String PAYLOAD_STRING = "payload"; - public static final String METADATA_STRING = "metadata"; - public static final String ODE_ASN1_DATA = "OdeAsn1Data"; - public static final String DATA_STRING = "data"; - public static final String ENCODINGS_STRING = "encodings"; - public static final String PAYLOAD_TYPE_STRING = "payloadType"; - public static final String DATA_TYPE_STRING = "dataType"; - public static final String SERIAL_ID_STRING = "serialId"; - public static final String SANITIZED_STRING = "Sanitized-"; - public static final String DEFAULT_KAFKA_PRODUCER_TYPE = "sync"; - - public static final int DEFAULT_SPARK_ROAD_SEGMENT_SNAPPING_TOLERANCE = 20; - public static final int DEFAULT_METRICS_GRAPHITE_PORT = 2003; - public static final int DEFAULT_METRICS_POLLING_RATE_SECONDS = 10; - - // Kafka Parameters - public static final String KAFKA_METADATA_BROKER_LIST = "kafka.metadata.broker.list"; - public static final String KAFKA_CONSUMER_THREADS = "kafka.consumer.threads"; - public static final String ZK_CONNECTION_STRINGS = "zk.connection.strings"; - public static final int DEFAULT_KAFKA_CONSUMER_THREADS = 1; - - public static final String TOKEN_KEY_RSA_PEM = "token.key.rsa.pem"; - - public static final String METRICS_PREFIX = "metrics.prefix"; - public static final String METRICS_POLLING_RATE_SECONDS = "metrics.polling.rate.seconds"; - public static final String METRICS_GRAPHITE_HOST = "metrics.graphite.host"; - public static final String METRICS_GRAPHITE_PORT = "metrics.graphite.port"; - - private static AppContext instance = null; - - @Autowired - Environment env; - - private String hostId; - - public AppContext() { - } - - public static AppContext getInstance() { - if (null == instance) { - synchronized (AppContext.class) { - if (null == instance) - instance = new AppContext(); - instance.init(); - } - } - return instance; - } - - private void init() { - String hostname; - - try { - hostname = InetAddress.getLocalHost().getHostName(); - } catch (UnknownHostException e) { - // Let's just use a random hostname - hostname = UUID.randomUUID().toString(); - } - hostId = hostname; - } - - public String getHostId() { - return hostId; - } - - public String getParam(String key) { - String result = null; - if (key != null) { - result = env.getProperty(key); - } - - return result; - } - - public String getParam(String key, String defaultValue) { - String result = getParam(key); - if (result != null) { - return result; - } else { - return defaultValue; - } - } - - public int getInt(String key, int defaultValue) { - String result = getParam(key); - if (result != null) { - return Integer.parseInt(result); - } else { - return defaultValue; - } - } - - public long getLong(String key, long defaultValue) { - String result = getParam(key); - if (result != null) { - return Long.parseLong(result); - } else { - return defaultValue; - } - } - - public double getDouble(String key, double defaultValue) { - String result = getParam(key); - if (result != null) { - return Double.parseDouble(result); - } else { - return defaultValue; - } - } - - public boolean getBoolean(String key, boolean defaultValue) { - String result = getParam(key); - if (result != null) { - return Boolean.parseBoolean(result); - } else { - return defaultValue; - } - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.context; + +import java.net.InetAddress; +import java.net.UnknownHostException; +import java.util.UUID; + +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.context.annotation.Configuration; +import org.springframework.core.env.Environment; + +@Configuration +public class AppContext { + // CONSTANTS + public static final String ODE_HOSTNAME = "ODE_HOSTNAME"; + public static final String PAYLOAD_STRING = "payload"; + public static final String METADATA_STRING = "metadata"; + public static final String ODE_ASN1_DATA = "OdeAsn1Data"; + public static final String DATA_STRING = "data"; + public static final String ENCODINGS_STRING = "encodings"; + public static final String PAYLOAD_TYPE_STRING = "payloadType"; + public static final String DATA_TYPE_STRING = "dataType"; + public static final String SERIAL_ID_STRING = "serialId"; + public static final String SANITIZED_STRING = "Sanitized-"; + public static final String DEFAULT_KAFKA_PRODUCER_TYPE = "sync"; + + public static final int DEFAULT_SPARK_ROAD_SEGMENT_SNAPPING_TOLERANCE = 20; + public static final int DEFAULT_METRICS_GRAPHITE_PORT = 2003; + public static final int DEFAULT_METRICS_POLLING_RATE_SECONDS = 10; + + // Kafka Parameters + public static final String KAFKA_METADATA_BROKER_LIST = "kafka.metadata.broker.list"; + public static final String KAFKA_CONSUMER_THREADS = "kafka.consumer.threads"; + public static final String ZK_CONNECTION_STRINGS = "zk.connection.strings"; + public static final int DEFAULT_KAFKA_CONSUMER_THREADS = 1; + + public static final String TOKEN_KEY_RSA_PEM = "token.key.rsa.pem"; + + public static final String METRICS_PREFIX = "metrics.prefix"; + public static final String METRICS_POLLING_RATE_SECONDS = "metrics.polling.rate.seconds"; + public static final String METRICS_GRAPHITE_HOST = "metrics.graphite.host"; + public static final String METRICS_GRAPHITE_PORT = "metrics.graphite.port"; + + private static AppContext instance = null; + + @Autowired + Environment env; + + private String hostId; + + public AppContext() { + } + + public static AppContext getInstance() { + if (null == instance) { + synchronized (AppContext.class) { + if (null == instance) + instance = new AppContext(); + instance.init(); + } + } + return instance; + } + + private void init() { + String hostname; + + try { + hostname = InetAddress.getLocalHost().getHostName(); + } catch (UnknownHostException e) { + // Let's just use a random hostname + hostname = UUID.randomUUID().toString(); + } + hostId = hostname; + } + + public String getHostId() { + return hostId; + } + + public String getParam(String key) { + String result = null; + if (key != null) { + result = env.getProperty(key); + } + + return result; + } + + public String getParam(String key, String defaultValue) { + String result = getParam(key); + if (result != null) { + return result; + } else { + return defaultValue; + } + } + + public int getInt(String key, int defaultValue) { + String result = getParam(key); + if (result != null) { + return Integer.parseInt(result); + } else { + return defaultValue; + } + } + + public long getLong(String key, long defaultValue) { + String result = getParam(key); + if (result != null) { + return Long.parseLong(result); + } else { + return defaultValue; + } + } + + public double getDouble(String key, double defaultValue) { + String result = getParam(key); + if (result != null) { + return Double.parseDouble(result); + } else { + return defaultValue; + } + } + + public boolean getBoolean(String key, boolean defaultValue) { + String result = getParam(key); + if (result != null) { + return Boolean.parseBoolean(result); + } else { + return defaultValue; + } + } + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/dds/DdsDepRequest.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/dds/DdsDepRequest.java index d47658251..c4df9b379 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/dds/DdsDepRequest.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/dds/DdsDepRequest.java @@ -1,104 +1,104 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.dds; - - -/** - * "DEPOSIT: { \"systemDepositName\": \"%s\", \"encodeType\": \"%s\", \"encodedMsg\": \"%s\" }" - * - */ -public class DdsDepRequest extends DdsRequest { - - private static final long serialVersionUID = 6066887685895268828L; - - private String systemDepositName; - private String encodeType; - private String encodedMsg; - - - public String getSystemDepositName() { - return systemDepositName; - } - - public DdsDepRequest setSystemDepositName(String systemDepositName) { - this.systemDepositName = systemDepositName; - return this; - } - - public String getEncodeType() { - return encodeType; - } - - public DdsDepRequest setEncodeType(String encodeType) { - this.encodeType = encodeType; - return this; - } - - public String getEncodedMsg() { - return encodedMsg; - } - - public DdsDepRequest setEncodedMsg(String encodedMsg) { - this.encodedMsg = encodedMsg; - return this; - } - - @Override - public String toString() { - return "DEPOSIT:" + this.toJson(false); - } - - @Override - public int hashCode() { - final int prime = 31; - int result = 1; - result = prime * result - + ((encodeType == null) ? 0 : encodeType.hashCode()); - result = prime * result - + ((encodedMsg == null) ? 0 : encodedMsg.hashCode()); - result = prime * result - + ((systemDepositName == null) ? 0 : systemDepositName.hashCode()); - return result; - } - - @Override - public boolean equals(Object obj) { - if (this == obj) - return true; - if (obj == null) - return false; - if (getClass() != obj.getClass()) - return false; - DdsDepRequest other = (DdsDepRequest) obj; - if (encodeType == null) { - if (other.encodeType != null) - return false; - } else if (!encodeType.equals(other.encodeType)) - return false; - if (encodedMsg == null) { - if (other.encodedMsg != null) - return false; - } else if (!encodedMsg.equals(other.encodedMsg)) - return false; - if (systemDepositName == null) { - if (other.systemDepositName != null) - return false; - } else if (!systemDepositName.equals(other.systemDepositName)) - return false; - return true; - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.dds; + + +/** + * "DEPOSIT: { \"systemDepositName\": \"%s\", \"encodeType\": \"%s\", \"encodedMsg\": \"%s\" }" + * + */ +public class DdsDepRequest extends DdsRequest { + + private static final long serialVersionUID = 6066887685895268828L; + + private String systemDepositName; + private String encodeType; + private String encodedMsg; + + + public String getSystemDepositName() { + return systemDepositName; + } + + public DdsDepRequest setSystemDepositName(String systemDepositName) { + this.systemDepositName = systemDepositName; + return this; + } + + public String getEncodeType() { + return encodeType; + } + + public DdsDepRequest setEncodeType(String encodeType) { + this.encodeType = encodeType; + return this; + } + + public String getEncodedMsg() { + return encodedMsg; + } + + public DdsDepRequest setEncodedMsg(String encodedMsg) { + this.encodedMsg = encodedMsg; + return this; + } + + @Override + public String toString() { + return "DEPOSIT:" + this.toJson(false); + } + + @Override + public int hashCode() { + final int prime = 31; + int result = 1; + result = prime * result + + ((encodeType == null) ? 0 : encodeType.hashCode()); + result = prime * result + + ((encodedMsg == null) ? 0 : encodedMsg.hashCode()); + result = prime * result + + ((systemDepositName == null) ? 0 : systemDepositName.hashCode()); + return result; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + if (getClass() != obj.getClass()) + return false; + DdsDepRequest other = (DdsDepRequest) obj; + if (encodeType == null) { + if (other.encodeType != null) + return false; + } else if (!encodeType.equals(other.encodeType)) + return false; + if (encodedMsg == null) { + if (other.encodedMsg != null) + return false; + } else if (!encodedMsg.equals(other.encodedMsg)) + return false; + if (systemDepositName == null) { + if (other.systemDepositName != null) + return false; + } else if (!systemDepositName.equals(other.systemDepositName)) + return false; + return true; + } + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/dds/DdsRequest.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/dds/DdsRequest.java index 765b3ce9d..c5a4cbc66 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/dds/DdsRequest.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/dds/DdsRequest.java @@ -1,118 +1,118 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.dds; - -import us.dot.its.jpo.ode.model.BaseRequest; - -@SuppressWarnings("serial") -public class DdsRequest extends BaseRequest { - - public enum Dialog { - VSD (154), - ISD (162), - ASD (156), - ALL (-1); - - private final int id; - - Dialog(int id) { - this.id = id; - } - - public int getId() { - return id; - } - - public static Dialog getById(int id) { - Dialog result = null; - for (Dialog d : Dialog.values()) { - if (d.getId() == id) { - result = d; - break; - } - } - return result; - } - } - - public enum SystemName { - SDC ("SDC 2.3"), - SDW ("SDW 2.3"), - SDPC ("SDPC 2.3"); - - private final String name; - - SystemName(String name) { - this.name = name; - } - - public String getName() { - return name; - } - } - - public enum EncodeType {BASE64, HEX} - - private int dialogID; - private String resultEncoding; - - public int getDialogID() { - return dialogID; - } - - public DdsRequest setDialogID(int dialogID) { - this.dialogID = dialogID; - return this; - } - - public String getResultEncoding() { - return resultEncoding; - } - - public DdsRequest setResultEncoding(String resultEncoding) { - this.resultEncoding = resultEncoding; - return this; - } - - @Override - public int hashCode() { - final int prime = 31; - int result = 1; - result = prime * result + dialogID; - result = prime * result + ((resultEncoding == null) ? 0 : resultEncoding.hashCode()); - return result; - } - - @Override - public boolean equals(Object obj) { - if (this == obj) - return true; - if (obj == null) - return false; - if (getClass() != obj.getClass()) - return false; - DdsRequest other = (DdsRequest) obj; - if (dialogID != other.dialogID) - return false; - if (resultEncoding == null) { - if (other.resultEncoding != null) - return false; - } else if (!resultEncoding.equals(other.resultEncoding)) - return false; - return true; - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.dds; + +import us.dot.its.jpo.ode.model.BaseRequest; + +@SuppressWarnings("serial") +public class DdsRequest extends BaseRequest { + + public enum Dialog { + VSD (154), + ISD (162), + ASD (156), + ALL (-1); + + private final int id; + + Dialog(int id) { + this.id = id; + } + + public int getId() { + return id; + } + + public static Dialog getById(int id) { + Dialog result = null; + for (Dialog d : Dialog.values()) { + if (d.getId() == id) { + result = d; + break; + } + } + return result; + } + } + + public enum SystemName { + SDC ("SDC 2.3"), + SDW ("SDW 2.3"), + SDPC ("SDPC 2.3"); + + private final String name; + + SystemName(String name) { + this.name = name; + } + + public String getName() { + return name; + } + } + + public enum EncodeType {BASE64, HEX} + + private int dialogID; + private String resultEncoding; + + public int getDialogID() { + return dialogID; + } + + public DdsRequest setDialogID(int dialogID) { + this.dialogID = dialogID; + return this; + } + + public String getResultEncoding() { + return resultEncoding; + } + + public DdsRequest setResultEncoding(String resultEncoding) { + this.resultEncoding = resultEncoding; + return this; + } + + @Override + public int hashCode() { + final int prime = 31; + int result = 1; + result = prime * result + dialogID; + result = prime * result + ((resultEncoding == null) ? 0 : resultEncoding.hashCode()); + return result; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + if (getClass() != obj.getClass()) + return false; + DdsRequest other = (DdsRequest) obj; + if (dialogID != other.dialogID) + return false; + if (resultEncoding == null) { + if (other.resultEncoding != null) + return false; + } else if (!resultEncoding.equals(other.resultEncoding)) + return false; + return true; + } + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/dds/DdsStatusMessage.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/dds/DdsStatusMessage.java index cc08ff5e0..7891043e3 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/dds/DdsStatusMessage.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/dds/DdsStatusMessage.java @@ -1,91 +1,91 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.dds; - -import us.dot.its.jpo.ode.dds.DdsRequest.Dialog; -import us.dot.its.jpo.ode.model.StatusTag; - -public class DdsStatusMessage implements DdsMessage { - private StatusTag tag; - private String encoding; - private Dialog dialog; - private long recordCount; - private String connectionDetails; - - public DdsStatusMessage() { - super(); - } - - public DdsStatusMessage(StatusTag tag, String encoding, Dialog dialog) { - super(); - this.tag = tag; - this.encoding = encoding; - this.dialog = dialog; - } - - public StatusTag getTag() { - return tag; - } - - public DdsStatusMessage setTag(StatusTag tag) { - this.tag = tag; - return this; - } - - public String getEncoding() { - return encoding; - } - - public DdsStatusMessage setEncoding(String encoding) { - this.encoding = encoding; - return this; - } - - public Dialog getDialog() { - return dialog; - } - - public DdsStatusMessage setDialog(Dialog dialog) { - this.dialog = dialog; - return this; - } - - public long getRecordCount() { - return recordCount; - } - - public DdsStatusMessage setRecordCount(long recordCount) { - this.recordCount = recordCount; - return this; - } - - public String getConnectionDetails() { - return connectionDetails; - } - - public DdsStatusMessage setConnectionDetails(String connectionDetails) { - this.connectionDetails = connectionDetails; - return this; - } - - @Override - public String toString() { - return "DdsStatusMessage [tag=" + tag + ", encoding=" + encoding + ", dialog=" + dialog + ", recordCount=" - + recordCount + ", connectionDetails=" + connectionDetails + "]"; - } - - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.dds; + +import us.dot.its.jpo.ode.dds.DdsRequest.Dialog; +import us.dot.its.jpo.ode.model.StatusTag; + +public class DdsStatusMessage implements DdsMessage { + private StatusTag tag; + private String encoding; + private Dialog dialog; + private long recordCount; + private String connectionDetails; + + public DdsStatusMessage() { + super(); + } + + public DdsStatusMessage(StatusTag tag, String encoding, Dialog dialog) { + super(); + this.tag = tag; + this.encoding = encoding; + this.dialog = dialog; + } + + public StatusTag getTag() { + return tag; + } + + public DdsStatusMessage setTag(StatusTag tag) { + this.tag = tag; + return this; + } + + public String getEncoding() { + return encoding; + } + + public DdsStatusMessage setEncoding(String encoding) { + this.encoding = encoding; + return this; + } + + public Dialog getDialog() { + return dialog; + } + + public DdsStatusMessage setDialog(Dialog dialog) { + this.dialog = dialog; + return this; + } + + public long getRecordCount() { + return recordCount; + } + + public DdsStatusMessage setRecordCount(long recordCount) { + this.recordCount = recordCount; + return this; + } + + public String getConnectionDetails() { + return connectionDetails; + } + + public DdsStatusMessage setConnectionDetails(String connectionDetails) { + this.connectionDetails = connectionDetails; + return this; + } + + @Override + public String toString() { + return "DdsStatusMessage [tag=" + tag + ", encoding=" + encoding + ", dialog=" + dialog + ", recordCount=" + + recordCount + ", connectionDetails=" + connectionDetails + "]"; + } + + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/BaseRequest.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/BaseRequest.java index 7dcd8ad2c..a4f4969f4 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/BaseRequest.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/BaseRequest.java @@ -1,29 +1,29 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -@SuppressWarnings("serial") -public class BaseRequest extends OdeObject { - - public BaseRequest() { - super(); - } - - static BaseRequest create() { - return new BaseRequest(); - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +@SuppressWarnings("serial") +public class BaseRequest extends OdeObject { + + public BaseRequest() { + super(); + } + + static BaseRequest create() { + return new BaseRequest(); + } + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/HasKey.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/HasKey.java index c38a99aad..69e6269a3 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/HasKey.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/HasKey.java @@ -1,20 +1,20 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -public interface HasKey extends OdeFilterable { - String getKey(); -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +public interface HasKey extends OdeFilterable { + String getKey(); +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/HasPosition.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/HasPosition.java index 65b3eca2a..640f69d98 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/HasPosition.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/HasPosition.java @@ -1,24 +1,24 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -import us.dot.its.jpo.ode.plugin.j2735.OdeGeoRegion; -import us.dot.its.jpo.ode.plugin.j2735.OdePosition3D; - -public interface HasPosition extends OdeFilterable { - OdePosition3D getPosition(); - boolean isWithinBounds(OdeGeoRegion region); -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +import us.dot.its.jpo.ode.plugin.j2735.OdeGeoRegion; +import us.dot.its.jpo.ode.plugin.j2735.OdePosition3D; + +public interface HasPosition extends OdeFilterable { + OdePosition3D getPosition(); + boolean isWithinBounds(OdeGeoRegion region); +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeAggregateData.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeAggregateData.java index 296be0dcb..edb52655d 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeAggregateData.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeAggregateData.java @@ -1,138 +1,138 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -import java.math.BigDecimal; - -public final class OdeAggregateData extends OdeData implements HasKey { - - private static final long serialVersionUID = 1595406822366147861L; - - private String key; - private Long count; - private BigDecimal minSpeed; - private BigDecimal avgSpeed; - private BigDecimal maxSpeed; - - public OdeAggregateData() { - super(); - } - - public OdeAggregateData(String key, Long count, BigDecimal minSpeed, BigDecimal avgSpeed, BigDecimal maxSpeed) { - super(); - this.key = key; - this.count = count; - this.minSpeed = minSpeed; - this.avgSpeed = avgSpeed; - this.maxSpeed = maxSpeed; -} - -@Override - public String getKey() { - return key; - } - - public OdeAggregateData setKey(String key) { - this.key = key; - return this; - } - - public Long getCount() { - return count; - } - - public OdeAggregateData setCount(Long count) { - this.count = count; - return this; - } - - public BigDecimal getMinSpeed() { - return minSpeed; - } - - public OdeAggregateData setMinSpeed(BigDecimal minSpeed) { - this.minSpeed = minSpeed; - return this; - } - - public BigDecimal getAvgSpeed() { - return avgSpeed; - } - - public OdeAggregateData setAvgSpeed(BigDecimal avgSpeed) { - this.avgSpeed = avgSpeed; - return this; - } - - public BigDecimal getMaxSpeed() { - return maxSpeed; - } - - public void setMaxSpeed(BigDecimal maxSpeed) { - this.maxSpeed = maxSpeed; - } - - @Override - public int hashCode() { - final int prime = 31; - int result = super.hashCode(); - result = prime * result + ((avgSpeed == null) ? 0 : avgSpeed.hashCode()); - result = prime * result + ((count == null) ? 0 : count.hashCode()); - result = prime * result + ((key == null) ? 0 : key.hashCode()); - result = prime * result + ((maxSpeed == null) ? 0 : maxSpeed.hashCode()); - result = prime * result + ((minSpeed == null) ? 0 : minSpeed.hashCode()); - return result; - } - - @Override - public boolean equals(Object obj) { - if (this == obj) - return true; - if (!super.equals(obj)) - return false; - if (getClass() != obj.getClass()) - return false; - OdeAggregateData other = (OdeAggregateData) obj; - if (avgSpeed == null) { - if (other.avgSpeed != null) - return false; - } else if (!avgSpeed.equals(other.avgSpeed)) - return false; - if (count == null) { - if (other.count != null) - return false; - } else if (!count.equals(other.count)) - return false; - if (key == null) { - if (other.key != null) - return false; - } else if (!key.equals(other.key)) - return false; - if (maxSpeed == null) { - if (other.maxSpeed != null) - return false; - } else if (!maxSpeed.equals(other.maxSpeed)) - return false; - if (minSpeed == null) { - if (other.minSpeed != null) - return false; - } else if (!minSpeed.equals(other.minSpeed)) - return false; - return true; - } - - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +import java.math.BigDecimal; + +public final class OdeAggregateData extends OdeData implements HasKey { + + private static final long serialVersionUID = 1595406822366147861L; + + private String key; + private Long count; + private BigDecimal minSpeed; + private BigDecimal avgSpeed; + private BigDecimal maxSpeed; + + public OdeAggregateData() { + super(); + } + + public OdeAggregateData(String key, Long count, BigDecimal minSpeed, BigDecimal avgSpeed, BigDecimal maxSpeed) { + super(); + this.key = key; + this.count = count; + this.minSpeed = minSpeed; + this.avgSpeed = avgSpeed; + this.maxSpeed = maxSpeed; +} + +@Override + public String getKey() { + return key; + } + + public OdeAggregateData setKey(String key) { + this.key = key; + return this; + } + + public Long getCount() { + return count; + } + + public OdeAggregateData setCount(Long count) { + this.count = count; + return this; + } + + public BigDecimal getMinSpeed() { + return minSpeed; + } + + public OdeAggregateData setMinSpeed(BigDecimal minSpeed) { + this.minSpeed = minSpeed; + return this; + } + + public BigDecimal getAvgSpeed() { + return avgSpeed; + } + + public OdeAggregateData setAvgSpeed(BigDecimal avgSpeed) { + this.avgSpeed = avgSpeed; + return this; + } + + public BigDecimal getMaxSpeed() { + return maxSpeed; + } + + public void setMaxSpeed(BigDecimal maxSpeed) { + this.maxSpeed = maxSpeed; + } + + @Override + public int hashCode() { + final int prime = 31; + int result = super.hashCode(); + result = prime * result + ((avgSpeed == null) ? 0 : avgSpeed.hashCode()); + result = prime * result + ((count == null) ? 0 : count.hashCode()); + result = prime * result + ((key == null) ? 0 : key.hashCode()); + result = prime * result + ((maxSpeed == null) ? 0 : maxSpeed.hashCode()); + result = prime * result + ((minSpeed == null) ? 0 : minSpeed.hashCode()); + return result; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (!super.equals(obj)) + return false; + if (getClass() != obj.getClass()) + return false; + OdeAggregateData other = (OdeAggregateData) obj; + if (avgSpeed == null) { + if (other.avgSpeed != null) + return false; + } else if (!avgSpeed.equals(other.avgSpeed)) + return false; + if (count == null) { + if (other.count != null) + return false; + } else if (!count.equals(other.count)) + return false; + if (key == null) { + if (other.key != null) + return false; + } else if (!key.equals(other.key)) + return false; + if (maxSpeed == null) { + if (other.maxSpeed != null) + return false; + } else if (!maxSpeed.equals(other.maxSpeed)) + return false; + if (minSpeed == null) { + if (other.minSpeed != null) + return false; + } else if (!minSpeed.equals(other.minSpeed)) + return false; + return true; + } + + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeAsdPayload.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeAsdPayload.java index be6e575ac..84f843fa3 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeAsdPayload.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeAsdPayload.java @@ -1,41 +1,41 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -import us.dot.its.jpo.ode.plugin.j2735.DdsAdvisorySituationData; - -public class OdeAsdPayload extends OdeMsgPayload { - - private static final long serialVersionUID = 7061315628111448390L; - - public OdeAsdPayload() { - this(new DdsAdvisorySituationData()); - } - - public OdeAsdPayload(DdsAdvisorySituationData asd) { - super(asd); - this.setData(asd); - } - - public DdsAdvisorySituationData getAsd() { - return (DdsAdvisorySituationData) getData(); - } - - public void setAsd(DdsAdvisorySituationData asd) { - setData(asd); - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +import us.dot.its.jpo.ode.plugin.j2735.DdsAdvisorySituationData; + +public class OdeAsdPayload extends OdeMsgPayload { + + private static final long serialVersionUID = 7061315628111448390L; + + public OdeAsdPayload() { + this(new DdsAdvisorySituationData()); + } + + public OdeAsdPayload(DdsAdvisorySituationData asd) { + super(asd); + this.setData(asd); + } + + public DdsAdvisorySituationData getAsd() { + return (DdsAdvisorySituationData) getData(); + } + + public void setAsd(DdsAdvisorySituationData asd) { + setData(asd); + } + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeAsn1Data.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeAsn1Data.java index e48186239..52a2b0e4c 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeAsn1Data.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeAsn1Data.java @@ -1,29 +1,29 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -public class OdeAsn1Data extends OdeData { - private static final long serialVersionUID = 8844322473807845737L; - - public OdeAsn1Data() { - super(); - } - - public OdeAsn1Data(OdeMsgMetadata metadata, OdeMsgPayload payload) { - super(metadata, payload); - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +public class OdeAsn1Data extends OdeData { + private static final long serialVersionUID = 8844322473807845737L; + + public OdeAsn1Data() { + super(); + } + + public OdeAsn1Data(OdeMsgMetadata metadata, OdeMsgPayload payload) { + super(metadata, payload); + } + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeAuthorization.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeAuthorization.java index 200af90e5..156d9c34c 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeAuthorization.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeAuthorization.java @@ -1,59 +1,59 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -public class OdeAuthorization extends OdeMessage{ - - private static final long serialVersionUID = -8496344900381434672L; - - private String token; - - public String getToken() { - return token; - } - - public OdeAuthorization setToken(String token) { - this.token = token; - return this; - } - - @Override - public int hashCode() { - final int prime = 31; - int result = super.hashCode(); - result = prime * result + ((token == null) ? 0 : token.hashCode()); - return result; - } - - @Override - public boolean equals(Object obj) { - if (this == obj) - return true; - if (!super.equals(obj)) - return false; - if (getClass() != obj.getClass()) - return false; - OdeAuthorization other = (OdeAuthorization) obj; - if (token == null) { - if (other.token != null) - return false; - } else if (!token.equals(other.token)) - return false; - return true; - } - - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +public class OdeAuthorization extends OdeMessage{ + + private static final long serialVersionUID = -8496344900381434672L; + + private String token; + + public String getToken() { + return token; + } + + public OdeAuthorization setToken(String token) { + this.token = token; + return this; + } + + @Override + public int hashCode() { + final int prime = 31; + int result = super.hashCode(); + result = prime * result + ((token == null) ? 0 : token.hashCode()); + return result; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (!super.equals(obj)) + return false; + if (getClass() != obj.getClass()) + return false; + OdeAuthorization other = (OdeAuthorization) obj; + if (token == null) { + if (other.token != null) + return false; + } else if (!token.equals(other.token)) + return false; + return true; + } + + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeControlData.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeControlData.java index a16745cc6..87c56b435 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeControlData.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeControlData.java @@ -1,156 +1,156 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -import us.dot.its.jpo.ode.dds.DdsStatusMessage; - -public class OdeControlData extends OdeMessage { - - private static final long serialVersionUID = 1L; - - private Long dataSourceBundleCount; - private Long receivedRecordCount; - private Long sentRecordCount; - private Long depositCount; - private StatusTag tag; - private String message; - - public OdeControlData() { - super(); - } - - public OdeControlData(StatusTag tag) { - super(); - setTag(tag); - } - - public OdeControlData(DdsStatusMessage controlMessage) { - setTag(controlMessage.getTag()); - if (controlMessage.getTag() == StatusTag.STOP) - setDataSourceBundleCount(controlMessage.getRecordCount()); - else if (controlMessage.getTag() == StatusTag.DEPOSITED) - setDepositCount(controlMessage.getRecordCount()); - } - - public Long getDataSourceBundleCount() { - return dataSourceBundleCount; - } - - public OdeControlData setDataSourceBundleCount(Long dataSourceBundleCount) { - this.dataSourceBundleCount = dataSourceBundleCount; - return this; - } - - public Long getReceivedRecordCount() { - return receivedRecordCount; - } - - public OdeControlData setReceivedRecordCount(Long receivedRecordCount) { - this.receivedRecordCount = receivedRecordCount; - return this; - } - - public Long getSentRecordCount() { - return sentRecordCount; - } - - public OdeControlData setSentRecordCount(Long sentRecordCount) { - this.sentRecordCount = sentRecordCount; - return this; - } - - public Long getDepositCount() { - return depositCount; - } - - public void setDepositCount(Long depositCount) { - this.depositCount = depositCount; - } - - public StatusTag getTag() { - return tag; - } - - public void setTag(StatusTag tag) { - this.tag = tag; - } - - - public String getMessage() { - return message; - } - - public void setMessage(String message) { - this.message = message; - } - - @Override - public int hashCode() { - final int prime = 31; - int result = super.hashCode(); - result = prime * result + ((dataSourceBundleCount == null) ? 0 - : dataSourceBundleCount.hashCode()); - result = prime * result - + ((depositCount == null) ? 0 : depositCount.hashCode()); - result = prime * result + ((message == null) ? 0 : message.hashCode()); - result = prime * result + ((receivedRecordCount == null) ? 0 - : receivedRecordCount.hashCode()); - result = prime * result - + ((sentRecordCount == null) ? 0 : sentRecordCount.hashCode()); - result = prime * result + ((tag == null) ? 0 : tag.hashCode()); - return result; - } - - @Override - public boolean equals(Object obj) { - if (this == obj) - return true; - if (!super.equals(obj)) - return false; - if (getClass() != obj.getClass()) - return false; - OdeControlData other = (OdeControlData) obj; - if (dataSourceBundleCount == null) { - if (other.dataSourceBundleCount != null) - return false; - } else if (!dataSourceBundleCount.equals(other.dataSourceBundleCount)) - return false; - if (depositCount == null) { - if (other.depositCount != null) - return false; - } else if (!depositCount.equals(other.depositCount)) - return false; - if (message == null) { - if (other.message != null) - return false; - } else if (!message.equals(other.message)) - return false; - if (receivedRecordCount == null) { - if (other.receivedRecordCount != null) - return false; - } else if (!receivedRecordCount.equals(other.receivedRecordCount)) - return false; - if (sentRecordCount == null) { - if (other.sentRecordCount != null) - return false; - } else if (!sentRecordCount.equals(other.sentRecordCount)) - return false; - if (tag != other.tag) - return false; - return true; - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +import us.dot.its.jpo.ode.dds.DdsStatusMessage; + +public class OdeControlData extends OdeMessage { + + private static final long serialVersionUID = 1L; + + private Long dataSourceBundleCount; + private Long receivedRecordCount; + private Long sentRecordCount; + private Long depositCount; + private StatusTag tag; + private String message; + + public OdeControlData() { + super(); + } + + public OdeControlData(StatusTag tag) { + super(); + setTag(tag); + } + + public OdeControlData(DdsStatusMessage controlMessage) { + setTag(controlMessage.getTag()); + if (controlMessage.getTag() == StatusTag.STOP) + setDataSourceBundleCount(controlMessage.getRecordCount()); + else if (controlMessage.getTag() == StatusTag.DEPOSITED) + setDepositCount(controlMessage.getRecordCount()); + } + + public Long getDataSourceBundleCount() { + return dataSourceBundleCount; + } + + public OdeControlData setDataSourceBundleCount(Long dataSourceBundleCount) { + this.dataSourceBundleCount = dataSourceBundleCount; + return this; + } + + public Long getReceivedRecordCount() { + return receivedRecordCount; + } + + public OdeControlData setReceivedRecordCount(Long receivedRecordCount) { + this.receivedRecordCount = receivedRecordCount; + return this; + } + + public Long getSentRecordCount() { + return sentRecordCount; + } + + public OdeControlData setSentRecordCount(Long sentRecordCount) { + this.sentRecordCount = sentRecordCount; + return this; + } + + public Long getDepositCount() { + return depositCount; + } + + public void setDepositCount(Long depositCount) { + this.depositCount = depositCount; + } + + public StatusTag getTag() { + return tag; + } + + public void setTag(StatusTag tag) { + this.tag = tag; + } + + + public String getMessage() { + return message; + } + + public void setMessage(String message) { + this.message = message; + } + + @Override + public int hashCode() { + final int prime = 31; + int result = super.hashCode(); + result = prime * result + ((dataSourceBundleCount == null) ? 0 + : dataSourceBundleCount.hashCode()); + result = prime * result + + ((depositCount == null) ? 0 : depositCount.hashCode()); + result = prime * result + ((message == null) ? 0 : message.hashCode()); + result = prime * result + ((receivedRecordCount == null) ? 0 + : receivedRecordCount.hashCode()); + result = prime * result + + ((sentRecordCount == null) ? 0 : sentRecordCount.hashCode()); + result = prime * result + ((tag == null) ? 0 : tag.hashCode()); + return result; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (!super.equals(obj)) + return false; + if (getClass() != obj.getClass()) + return false; + OdeControlData other = (OdeControlData) obj; + if (dataSourceBundleCount == null) { + if (other.dataSourceBundleCount != null) + return false; + } else if (!dataSourceBundleCount.equals(other.dataSourceBundleCount)) + return false; + if (depositCount == null) { + if (other.depositCount != null) + return false; + } else if (!depositCount.equals(other.depositCount)) + return false; + if (message == null) { + if (other.message != null) + return false; + } else if (!message.equals(other.message)) + return false; + if (receivedRecordCount == null) { + if (other.receivedRecordCount != null) + return false; + } else if (!receivedRecordCount.equals(other.receivedRecordCount)) + return false; + if (sentRecordCount == null) { + if (other.sentRecordCount != null) + return false; + } else if (!sentRecordCount.equals(other.sentRecordCount)) + return false; + if (tag != other.tag) + return false; + return true; + } + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeData.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeData.java index 3f0732dec..f9f235425 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeData.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeData.java @@ -1,83 +1,83 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -public class OdeData extends OdeObject implements OdeFilterable { - private static final long serialVersionUID = -7711340868799607662L; - - private OdeMsgMetadata metadata; - private OdeMsgPayload payload; - - public OdeData() { - super(); - } - - public OdeData(OdeMsgMetadata metadata, OdeMsgPayload payload) { - super(); - this.metadata = metadata; - this.payload = payload; - this.metadata.setPayloadType(payload.getClass().getName()); - } - - public OdeMsgMetadata getMetadata() { - return metadata; - } - - public void setMetadata(OdeMsgMetadata metadata) { - this.metadata = metadata; - } - - public OdeMsgPayload getPayload() { - return payload; - } - - public void setPayload(OdeMsgPayload payload) { - this.payload = payload; - } - - @Override - public int hashCode() { - final int prime = 31; - int result = 1; - result = prime * result + ((metadata == null) ? 0 : metadata.hashCode()); - result = prime * result + ((payload == null) ? 0 : payload.hashCode()); - return result; - } - - @Override - public boolean equals(Object obj) { - if (this == obj) - return true; - if (obj == null) - return false; - if (getClass() != obj.getClass()) - return false; - OdeData other = (OdeData) obj; - if (metadata == null) { - if (other.metadata != null) - return false; - } else if (!metadata.equals(other.metadata)) - return false; - if (payload == null) { - if (other.payload != null) - return false; - } else if (!payload.equals(other.payload)) - return false; - return true; - } - - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +public class OdeData extends OdeObject implements OdeFilterable { + private static final long serialVersionUID = -7711340868799607662L; + + private OdeMsgMetadata metadata; + private OdeMsgPayload payload; + + public OdeData() { + super(); + } + + public OdeData(OdeMsgMetadata metadata, OdeMsgPayload payload) { + super(); + this.metadata = metadata; + this.payload = payload; + this.metadata.setPayloadType(payload.getClass().getName()); + } + + public OdeMsgMetadata getMetadata() { + return metadata; + } + + public void setMetadata(OdeMsgMetadata metadata) { + this.metadata = metadata; + } + + public OdeMsgPayload getPayload() { + return payload; + } + + public void setPayload(OdeMsgPayload payload) { + this.payload = payload; + } + + @Override + public int hashCode() { + final int prime = 31; + int result = 1; + result = prime * result + ((metadata == null) ? 0 : metadata.hashCode()); + result = prime * result + ((payload == null) ? 0 : payload.hashCode()); + return result; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + if (getClass() != obj.getClass()) + return false; + OdeData other = (OdeData) obj; + if (metadata == null) { + if (other.metadata != null) + return false; + } else if (!metadata.equals(other.metadata)) + return false; + if (payload == null) { + if (other.payload != null) + return false; + } else if (!payload.equals(other.payload)) + return false; + return true; + } + + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeDataType.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeDataType.java index bf4929ebd..9db394e38 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeDataType.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeDataType.java @@ -1,110 +1,110 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -import java.io.IOException; -import java.util.ArrayList; -import java.util.List; - -import com.fasterxml.jackson.databind.JsonNode; - -import us.dot.its.jpo.ode.plugin.j2735.J2735Bsm; - -public enum OdeDataType { - Status("status", OdeStatus.class), - Control("control", OdeControlData.class), - Authorization("auth", OdeAuthorization.class), - BasicSafetyMessage("bsm", J2735Bsm.class), - TravelerInformationMessage("tim", OdeTravelerInputData.class), - AggregateData("agg", OdeAggregateData.class), - AsnBase64("asnbase64", String.class), - AsnHex("asnhex", String.class), - OtherData("other", OdeMsgPayload.class), - Unknown("unknown", OdeMsgPayload.class); - - private static List shortNames = shortNamesAsList(); - - private final String shortName; - - private final Class clazz; - - private OdeDataType(String shortName, Class clazz) { - this.shortName = shortName; - this.clazz = clazz; - } - - public String getShortName() { - return shortName; - } - - public Class getClazz() { - return clazz; - } - - public static OdeDataType getByShortName(String shortName) { - OdeDataType result = null; - - for (OdeDataType value : OdeDataType.values()) { - if (shortName.equals(value.getShortName())) { - result = value; - break; - } - } - return result; - } - - public static OdeDataType getByClazz(Class clazz) { - OdeDataType result = null; - - for (OdeDataType value : OdeDataType.values()) { - if (clazz == value.getClazz()) { - result = value; - break; - } - } - return result; - } - - public static OdeDataType getByClassName(String className) throws ClassNotFoundException { - return getByClazz(Class.forName(className)); - } - - public static String shortNames() { - return shortNamesAsList().toString(); - } - - public static List shortNamesAsList() { - if (shortNames == null) { - shortNames = new ArrayList(); - for (OdeDataType value : OdeDataType.values()) { - shortNames.add(value.getShortName()); - } - } - return shortNames; - } - - public static OdeDataType getFromJsonNode(JsonNode data, String name) throws IOException { - OdeDataType odeDataType = null; - if (data != null) { - JsonNode dataType = data.get(name); - if (dataType != null) { - odeDataType = OdeDataType.getByShortName(dataType.textValue()); - } - } - return odeDataType; - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +import java.io.IOException; +import java.util.ArrayList; +import java.util.List; + +import com.fasterxml.jackson.databind.JsonNode; + +import us.dot.its.jpo.ode.plugin.j2735.J2735Bsm; + +public enum OdeDataType { + Status("status", OdeStatus.class), + Control("control", OdeControlData.class), + Authorization("auth", OdeAuthorization.class), + BasicSafetyMessage("bsm", J2735Bsm.class), + TravelerInformationMessage("tim", OdeTravelerInputData.class), + AggregateData("agg", OdeAggregateData.class), + AsnBase64("asnbase64", String.class), + AsnHex("asnhex", String.class), + OtherData("other", OdeMsgPayload.class), + Unknown("unknown", OdeMsgPayload.class); + + private static List shortNames = shortNamesAsList(); + + private final String shortName; + + private final Class clazz; + + private OdeDataType(String shortName, Class clazz) { + this.shortName = shortName; + this.clazz = clazz; + } + + public String getShortName() { + return shortName; + } + + public Class getClazz() { + return clazz; + } + + public static OdeDataType getByShortName(String shortName) { + OdeDataType result = null; + + for (OdeDataType value : OdeDataType.values()) { + if (shortName.equals(value.getShortName())) { + result = value; + break; + } + } + return result; + } + + public static OdeDataType getByClazz(Class clazz) { + OdeDataType result = null; + + for (OdeDataType value : OdeDataType.values()) { + if (clazz == value.getClazz()) { + result = value; + break; + } + } + return result; + } + + public static OdeDataType getByClassName(String className) throws ClassNotFoundException { + return getByClazz(Class.forName(className)); + } + + public static String shortNames() { + return shortNamesAsList().toString(); + } + + public static List shortNamesAsList() { + if (shortNames == null) { + shortNames = new ArrayList(); + for (OdeDataType value : OdeDataType.values()) { + shortNames.add(value.getShortName()); + } + } + return shortNames; + } + + public static OdeDataType getFromJsonNode(JsonNode data, String name) throws IOException { + OdeDataType odeDataType = null; + if (data != null) { + JsonNode dataType = data.get(name); + if (dataType != null) { + odeDataType = OdeDataType.getByShortName(dataType.textValue()); + } + } + return odeDataType; + } + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeDepRequest.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeDepRequest.java index d25ac9daf..c3d3cca40 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeDepRequest.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeDepRequest.java @@ -1,75 +1,75 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -public class OdeDepRequest extends OdeRequest { - - private static final long serialVersionUID = -6766743372518752149L; - - private String encodeType; - private String data; - - - public String getEncodeType() { - return encodeType; - } - - public void setEncodeType(String encodeType) { - this.encodeType = encodeType; - } - - public String getData() { - return data; - } - - public void setData(String data) { - this.data = data; - } - - @Override - public int hashCode() { - final int prime = 31; - int result = super.hashCode(); - result = prime * result + ((data == null) ? 0 : data.hashCode()); - result = prime * result - + ((encodeType == null) ? 0 : encodeType.hashCode()); - return result; - } - - @Override - public boolean equals(Object obj) { - if (this == obj) - return true; - if (!super.equals(obj)) - return false; - if (getClass() != obj.getClass()) - return false; - OdeDepRequest other = (OdeDepRequest) obj; - if (data == null) { - if (other.data != null) - return false; - } else if (!data.equals(other.data)) - return false; - if (encodeType == null) { - if (other.encodeType != null) - return false; - } else if (!encodeType.equals(other.encodeType)) - return false; - return true; - } - - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +public class OdeDepRequest extends OdeRequest { + + private static final long serialVersionUID = -6766743372518752149L; + + private String encodeType; + private String data; + + + public String getEncodeType() { + return encodeType; + } + + public void setEncodeType(String encodeType) { + this.encodeType = encodeType; + } + + public String getData() { + return data; + } + + public void setData(String data) { + this.data = data; + } + + @Override + public int hashCode() { + final int prime = 31; + int result = super.hashCode(); + result = prime * result + ((data == null) ? 0 : data.hashCode()); + result = prime * result + + ((encodeType == null) ? 0 : encodeType.hashCode()); + return result; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (!super.equals(obj)) + return false; + if (getClass() != obj.getClass()) + return false; + OdeDepRequest other = (OdeDepRequest) obj; + if (data == null) { + if (other.data != null) + return false; + } else if (!data.equals(other.data)) + return false; + if (encodeType == null) { + if (other.encodeType != null) + return false; + } else if (!encodeType.equals(other.encodeType)) + return false; + return true; + } + + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeDriverAlertData.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeDriverAlertData.java index 0eec5e2f2..ed2d58f15 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeDriverAlertData.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeDriverAlertData.java @@ -1,34 +1,34 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -/** - * Created by anthonychen on 11/4/17. - */ -public class OdeDriverAlertData extends OdeData { - - private static final long serialVersionUID = 2057040404896561615L; - - public OdeDriverAlertData() { - super(); - } - - public OdeDriverAlertData(OdeMsgMetadata metadata, OdeMsgPayload payload) { - super(metadata, payload); - } - - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +/** + * Created by anthonychen on 11/4/17. + */ +public class OdeDriverAlertData extends OdeData { + + private static final long serialVersionUID = 2057040404896561615L; + + public OdeDriverAlertData() { + super(); + } + + public OdeDriverAlertData(OdeMsgMetadata metadata, OdeMsgPayload payload) { + super(metadata, payload); + } + + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeDriverAlertPayload.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeDriverAlertPayload.java index a596c9b4d..fcb44bc91 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeDriverAlertPayload.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeDriverAlertPayload.java @@ -1,37 +1,37 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -/** - * Created by anthonychen on 11/4/17. - */ -public class OdeDriverAlertPayload extends OdeMsgPayload { - - private static final long serialVersionUID = 7061315628111448390L; - private String alert; - - public OdeDriverAlertPayload(String alert) { - this.alert = alert; - } - - public String getAlert() { - return this.alert; - } - - public void setAlert(String alert) { - this.alert = alert; - } -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +/** + * Created by anthonychen on 11/4/17. + */ +public class OdeDriverAlertPayload extends OdeMsgPayload { + + private static final long serialVersionUID = 7061315628111448390L; + private String alert; + + public OdeDriverAlertPayload(String alert) { + this.alert = alert; + } + + public String getAlert() { + return this.alert; + } + + public void setAlert(String alert) { + this.alert = alert; + } +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeException.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeException.java index 6e4387902..9ac25b5d5 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeException.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeException.java @@ -1,67 +1,67 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -import com.fasterxml.jackson.databind.node.ObjectNode; - -import us.dot.its.jpo.ode.util.JsonUtils; - -public class OdeException extends Exception { - - /** - * - */ - private static final long serialVersionUID = -4133732677963262764L; - - OdeStatus.Code code; - - public OdeException() { - super(); - this.code = OdeStatus.Code.FAILURE; - } - - public OdeException(Throwable cause) { - super(cause); - this.code = OdeStatus.Code.FAILURE; - } - - public OdeException (String message) { - super(message); - this.code = OdeStatus.Code.FAILURE; - } - - public OdeException (String message, Throwable cause) { - super(message, cause); - this.code = OdeStatus.Code.FAILURE; - } - - public OdeException (OdeStatus.Code code, String message) { - super(message); - this.code = code; - } - - public OdeException (OdeStatus.Code code, String message, Throwable cause) { - super(message, cause); - this.code = code; - } - - public String toJson() { - ObjectNode jsonObject = JsonUtils.newObjectNode("code", code.name()); - JsonUtils.addNode(jsonObject, "message", getMessage()); - JsonUtils.addNode(jsonObject, "cause", getCause().toString()); - return jsonObject.toString(); - } -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +import com.fasterxml.jackson.databind.node.ObjectNode; + +import us.dot.its.jpo.ode.util.JsonUtils; + +public class OdeException extends Exception { + + /** + * + */ + private static final long serialVersionUID = -4133732677963262764L; + + OdeStatus.Code code; + + public OdeException() { + super(); + this.code = OdeStatus.Code.FAILURE; + } + + public OdeException(Throwable cause) { + super(cause); + this.code = OdeStatus.Code.FAILURE; + } + + public OdeException (String message) { + super(message); + this.code = OdeStatus.Code.FAILURE; + } + + public OdeException (String message, Throwable cause) { + super(message, cause); + this.code = OdeStatus.Code.FAILURE; + } + + public OdeException (OdeStatus.Code code, String message) { + super(message); + this.code = code; + } + + public OdeException (OdeStatus.Code code, String message, Throwable cause) { + super(message, cause); + this.code = code; + } + + public String toJson() { + ObjectNode jsonObject = JsonUtils.newObjectNode("code", code.name()); + JsonUtils.addNode(jsonObject, "message", getMessage()); + JsonUtils.addNode(jsonObject, "cause", getCause().toString()); + return jsonObject.toString(); + } +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeFilterable.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeFilterable.java index fd2ebbb34..39816fde9 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeFilterable.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeFilterable.java @@ -1,20 +1,20 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -public interface OdeFilterable { - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +public interface OdeFilterable { + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeLogMsgMetadataLocation.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeLogMsgMetadataLocation.java index 8fa6eb858..456524dbd 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeLogMsgMetadataLocation.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeLogMsgMetadataLocation.java @@ -1,81 +1,81 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -public class OdeLogMsgMetadataLocation extends OdeObject { - - private static final long serialVersionUID = 3174683494132372801L; - - String latitude; - String longitude; - String elevation; - String speed; - String heading; - - public OdeLogMsgMetadataLocation() { - super(); - } - - public OdeLogMsgMetadataLocation(String latitude, String longitude, String elevation, String speed, String heading) { - super(); - this.latitude = latitude; - this.longitude = longitude; - this.elevation = elevation; - this.speed = speed; - this.heading = heading; - } - - public String getLatitude() { - return latitude; - } - - public void setLatitude(String latitude) { - this.latitude = latitude; - } - - public String getLongitude() { - return longitude; - } - - public void setLongitude(String longitude) { - this.longitude = longitude; - } - - public String getElevation() { - return elevation; - } - - public void setElevation(String elevation) { - this.elevation = elevation; - } - - public String getSpeed() { - return speed; - } - - public void setSpeed(String speed) { - this.speed = speed; - } - - public String getHeading() { - return heading; - } - - public void setHeading(String heading) { - this.heading = heading; - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +public class OdeLogMsgMetadataLocation extends OdeObject { + + private static final long serialVersionUID = 3174683494132372801L; + + String latitude; + String longitude; + String elevation; + String speed; + String heading; + + public OdeLogMsgMetadataLocation() { + super(); + } + + public OdeLogMsgMetadataLocation(String latitude, String longitude, String elevation, String speed, String heading) { + super(); + this.latitude = latitude; + this.longitude = longitude; + this.elevation = elevation; + this.speed = speed; + this.heading = heading; + } + + public String getLatitude() { + return latitude; + } + + public void setLatitude(String latitude) { + this.latitude = latitude; + } + + public String getLongitude() { + return longitude; + } + + public void setLongitude(String longitude) { + this.longitude = longitude; + } + + public String getElevation() { + return elevation; + } + + public void setElevation(String elevation) { + this.elevation = elevation; + } + + public String getSpeed() { + return speed; + } + + public void setSpeed(String speed) { + this.speed = speed; + } + + public String getHeading() { + return heading; + } + + public void setHeading(String heading) { + this.heading = heading; + } + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeMessage.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeMessage.java index 777de37e1..4391924fa 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeMessage.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeMessage.java @@ -1,62 +1,62 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -public class OdeMessage extends OdeObject { - - private static final long serialVersionUID = 6381260328835278701L; - - private Integer schemaVersion; - - public OdeMessage() { - super(); - this.schemaVersion = 3; - } - - public Integer getSchemaVersion() { - return schemaVersion; - } - - public void setSchemaVersion(Integer schemaVersion) { - this.schemaVersion = schemaVersion; - } - - @Override - public int hashCode() { - final int prime = 31; - int result = 1; - result = prime * result + ((schemaVersion == null) ? 0 : schemaVersion.hashCode()); - return result; - } - - @Override - public boolean equals(Object obj) { - if (this == obj) - return true; - if (obj == null) - return false; - if (getClass() != obj.getClass()) - return false; - OdeMessage other = (OdeMessage) obj; - if (schemaVersion == null) { - if (other.schemaVersion != null) - return false; - } else if (!schemaVersion.equals(other.schemaVersion)) - return false; - return true; - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +public class OdeMessage extends OdeObject { + + private static final long serialVersionUID = 6381260328835278701L; + + private Integer schemaVersion; + + public OdeMessage() { + super(); + this.schemaVersion = 3; + } + + public Integer getSchemaVersion() { + return schemaVersion; + } + + public void setSchemaVersion(Integer schemaVersion) { + this.schemaVersion = schemaVersion; + } + + @Override + public int hashCode() { + final int prime = 31; + int result = 1; + result = prime * result + ((schemaVersion == null) ? 0 : schemaVersion.hashCode()); + return result; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + if (getClass() != obj.getClass()) + return false; + OdeMessage other = (OdeMessage) obj; + if (schemaVersion == null) { + if (other.schemaVersion != null) + return false; + } else if (!schemaVersion.equals(other.schemaVersion)) + return false; + return true; + } + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeMsgMetadata.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeMsgMetadata.java index 3605f4959..41e91ca5e 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeMsgMetadata.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeMsgMetadata.java @@ -1,181 +1,181 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -import us.dot.its.jpo.ode.util.DateTimeUtils; - -public class OdeMsgMetadata extends OdeObject { - - public enum GeneratedBy { - TMC, OBU, RSU, TMC_VIA_SAT, TMC_VIA_SNMP, UNKNOWN - } - - private static final long serialVersionUID = 3979762143291085955L; - - private static int staticSchemaVersion; - - private String payloadType; - private SerialId serialId; - private String odeReceivedAt; - private int schemaVersion; - private String recordGeneratedAt; - private GeneratedBy recordGeneratedBy; - private boolean sanitized = false; - - public OdeMsgMetadata() { - this(OdeMsgPayload.class.getName(), new SerialId(), DateTimeUtils.now()); - } - - public OdeMsgMetadata(OdeMsgPayload payload) { - this(payload, new SerialId(), DateTimeUtils.now()); - } - - private OdeMsgMetadata(OdeMsgPayload payload, SerialId serialId, String receivedAt) { - this(payload.getClass().getName(), serialId, receivedAt); - } - - public OdeMsgMetadata(String payloadType, SerialId serialId, String receivedAt) { - super(); - this.schemaVersion = staticSchemaVersion; - this.payloadType = payloadType; - this.serialId = serialId; - this.odeReceivedAt = receivedAt; - } - - public String getPayloadType() { - return payloadType; - } - - public OdeMsgMetadata setPayloadType(OdeDataType payloadType) { - this.payloadType = payloadType.getShortName(); - return this; - } - - public OdeMsgMetadata setPayloadType(String payloadType) { - this.payloadType = payloadType; - return this; - } - - public SerialId getSerialId() { - return serialId; - } - - public void setSerialId(SerialId serialId) { - this.serialId = serialId; - } - - public String getOdeReceivedAt() { - return odeReceivedAt; - } - - public void setOdeReceivedAt(String receivedAt) { - this.odeReceivedAt = receivedAt; - } - - public int getSchemaVersion() { - return schemaVersion; - } - - public void setSchemaVersion(int aSchemaVersion) { - schemaVersion = aSchemaVersion; - } - - public String getRecordGeneratedAt() { - return recordGeneratedAt; - } - - public void setRecordGeneratedAt(String recordGeneratedAt) { - this.recordGeneratedAt = recordGeneratedAt; - } - - public GeneratedBy getRecordGeneratedBy() { - return recordGeneratedBy; - } - - public void setRecordGeneratedBy(GeneratedBy recordGeneratedBy) { - this.recordGeneratedBy = recordGeneratedBy; - } - - public boolean isSanitized() { - return sanitized; - } - - public void setSanitized(boolean sanitized) { - this.sanitized = sanitized; - } - - - public static int getStaticSchemaVersion() { - return staticSchemaVersion; - } - - public static void setStaticSchemaVersion(int aSchemaVersion) { - staticSchemaVersion = aSchemaVersion; - } - - @Override - public int hashCode() { - final int prime = 31; - int result = 1; - result = prime * result + ((odeReceivedAt == null) ? 0 : odeReceivedAt.hashCode()); - result = prime * result + ((payloadType == null) ? 0 : payloadType.hashCode()); - result = prime * result + ((recordGeneratedAt == null) ? 0 : recordGeneratedAt.hashCode()); - result = prime * result + ((recordGeneratedBy == null) ? 0 : recordGeneratedBy.hashCode()); - result = prime * result + (sanitized ? 1231 : 1237); - result = prime * result + schemaVersion; - result = prime * result + ((serialId == null) ? 0 : serialId.hashCode()); - return result; - } - - @Override - public boolean equals(Object obj) { - if (this == obj) - return true; - if (obj == null) - return false; - if (getClass() != obj.getClass()) - return false; - OdeMsgMetadata other = (OdeMsgMetadata) obj; - if (odeReceivedAt == null) { - if (other.odeReceivedAt != null) - return false; - } else if (!odeReceivedAt.equals(other.odeReceivedAt)) - return false; - if (payloadType == null) { - if (other.payloadType != null) - return false; - } else if (!payloadType.equals(other.payloadType)) - return false; - if (recordGeneratedAt == null) { - if (other.recordGeneratedAt != null) - return false; - } else if (!recordGeneratedAt.equals(other.recordGeneratedAt)) - return false; - if (recordGeneratedBy != other.recordGeneratedBy) - return false; - if (sanitized != other.sanitized) - return false; - if (schemaVersion != other.schemaVersion) - return false; - if (serialId == null) { - if (other.serialId != null) - return false; - } else if (!serialId.equals(other.serialId)) - return false; - return true; - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +import us.dot.its.jpo.ode.util.DateTimeUtils; + +public class OdeMsgMetadata extends OdeObject { + + public enum GeneratedBy { + TMC, OBU, RSU, TMC_VIA_SAT, TMC_VIA_SNMP, UNKNOWN + } + + private static final long serialVersionUID = 3979762143291085955L; + + private static int staticSchemaVersion; + + private String payloadType; + private SerialId serialId; + private String odeReceivedAt; + private int schemaVersion; + private String recordGeneratedAt; + private GeneratedBy recordGeneratedBy; + private boolean sanitized = false; + + public OdeMsgMetadata() { + this(OdeMsgPayload.class.getName(), new SerialId(), DateTimeUtils.now()); + } + + public OdeMsgMetadata(OdeMsgPayload payload) { + this(payload, new SerialId(), DateTimeUtils.now()); + } + + private OdeMsgMetadata(OdeMsgPayload payload, SerialId serialId, String receivedAt) { + this(payload.getClass().getName(), serialId, receivedAt); + } + + public OdeMsgMetadata(String payloadType, SerialId serialId, String receivedAt) { + super(); + this.schemaVersion = staticSchemaVersion; + this.payloadType = payloadType; + this.serialId = serialId; + this.odeReceivedAt = receivedAt; + } + + public String getPayloadType() { + return payloadType; + } + + public OdeMsgMetadata setPayloadType(OdeDataType payloadType) { + this.payloadType = payloadType.getShortName(); + return this; + } + + public OdeMsgMetadata setPayloadType(String payloadType) { + this.payloadType = payloadType; + return this; + } + + public SerialId getSerialId() { + return serialId; + } + + public void setSerialId(SerialId serialId) { + this.serialId = serialId; + } + + public String getOdeReceivedAt() { + return odeReceivedAt; + } + + public void setOdeReceivedAt(String receivedAt) { + this.odeReceivedAt = receivedAt; + } + + public int getSchemaVersion() { + return schemaVersion; + } + + public void setSchemaVersion(int aSchemaVersion) { + schemaVersion = aSchemaVersion; + } + + public String getRecordGeneratedAt() { + return recordGeneratedAt; + } + + public void setRecordGeneratedAt(String recordGeneratedAt) { + this.recordGeneratedAt = recordGeneratedAt; + } + + public GeneratedBy getRecordGeneratedBy() { + return recordGeneratedBy; + } + + public void setRecordGeneratedBy(GeneratedBy recordGeneratedBy) { + this.recordGeneratedBy = recordGeneratedBy; + } + + public boolean isSanitized() { + return sanitized; + } + + public void setSanitized(boolean sanitized) { + this.sanitized = sanitized; + } + + + public static int getStaticSchemaVersion() { + return staticSchemaVersion; + } + + public static void setStaticSchemaVersion(int aSchemaVersion) { + staticSchemaVersion = aSchemaVersion; + } + + @Override + public int hashCode() { + final int prime = 31; + int result = 1; + result = prime * result + ((odeReceivedAt == null) ? 0 : odeReceivedAt.hashCode()); + result = prime * result + ((payloadType == null) ? 0 : payloadType.hashCode()); + result = prime * result + ((recordGeneratedAt == null) ? 0 : recordGeneratedAt.hashCode()); + result = prime * result + ((recordGeneratedBy == null) ? 0 : recordGeneratedBy.hashCode()); + result = prime * result + (sanitized ? 1231 : 1237); + result = prime * result + schemaVersion; + result = prime * result + ((serialId == null) ? 0 : serialId.hashCode()); + return result; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + if (getClass() != obj.getClass()) + return false; + OdeMsgMetadata other = (OdeMsgMetadata) obj; + if (odeReceivedAt == null) { + if (other.odeReceivedAt != null) + return false; + } else if (!odeReceivedAt.equals(other.odeReceivedAt)) + return false; + if (payloadType == null) { + if (other.payloadType != null) + return false; + } else if (!payloadType.equals(other.payloadType)) + return false; + if (recordGeneratedAt == null) { + if (other.recordGeneratedAt != null) + return false; + } else if (!recordGeneratedAt.equals(other.recordGeneratedAt)) + return false; + if (recordGeneratedBy != other.recordGeneratedBy) + return false; + if (sanitized != other.sanitized) + return false; + if (schemaVersion != other.schemaVersion) + return false; + if (serialId == null) { + if (other.serialId != null) + return false; + } else if (!serialId.equals(other.serialId)) + return false; + return true; + } + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeMsgPayload.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeMsgPayload.java index 3bd5c32e4..863eabd13 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeMsgPayload.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeMsgPayload.java @@ -1,87 +1,87 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -public class OdeMsgPayload extends OdeObject { - private static final long serialVersionUID = -7711340868799607662L; - - private String dataType; - private OdeObject data; - - public OdeMsgPayload() { - super(); - } - - public OdeMsgPayload(OdeObject data) { - super(); - this.dataType = data.getClass().getName(); - this.data = data; - } - - public OdeMsgPayload(String dataType, OdeObject data) { - super(); - this.dataType = dataType; - this.data = data; - } - - public String getDataType() { - return dataType; - } - - public void setDataType(String dataType) { - this.dataType = dataType; - } - - public OdeObject getData() { - return data; - } - - public void setData(OdeObject data) { - this.data = data; - } - - @Override - public int hashCode() { - final int prime = 31; - int result = super.hashCode(); - result = prime * result + ((data == null) ? 0 : data.hashCode()); - result = prime * result + ((dataType == null) ? 0 : dataType.hashCode()); - return result; - } - - @Override - public boolean equals(Object obj) { - if (this == obj) - return true; - if (!super.equals(obj)) - return false; - if (getClass() != obj.getClass()) - return false; - OdeMsgPayload other = (OdeMsgPayload) obj; - if (data == null) { - if (other.data != null) - return false; - } else if (!data.equals(other.data)) - return false; - if (dataType == null) { - if (other.dataType != null) - return false; - } else if (!dataType.equals(other.dataType)) - return false; - return true; - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +public class OdeMsgPayload extends OdeObject { + private static final long serialVersionUID = -7711340868799607662L; + + private String dataType; + private OdeObject data; + + public OdeMsgPayload() { + super(); + } + + public OdeMsgPayload(OdeObject data) { + super(); + this.dataType = data.getClass().getName(); + this.data = data; + } + + public OdeMsgPayload(String dataType, OdeObject data) { + super(); + this.dataType = dataType; + this.data = data; + } + + public String getDataType() { + return dataType; + } + + public void setDataType(String dataType) { + this.dataType = dataType; + } + + public OdeObject getData() { + return data; + } + + public void setData(OdeObject data) { + this.data = data; + } + + @Override + public int hashCode() { + final int prime = 31; + int result = super.hashCode(); + result = prime * result + ((data == null) ? 0 : data.hashCode()); + result = prime * result + ((dataType == null) ? 0 : dataType.hashCode()); + return result; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (!super.equals(obj)) + return false; + if (getClass() != obj.getClass()) + return false; + OdeMsgPayload other = (OdeMsgPayload) obj; + if (data == null) { + if (other.data != null) + return false; + } else if (!data.equals(other.data)) + return false; + if (dataType == null) { + if (other.dataType != null) + return false; + } else if (!dataType.equals(other.dataType)) + return false; + return true; + } + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdePayloadViolation.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdePayloadViolation.java index 671f7b6d4..8edf7b0c9 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdePayloadViolation.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdePayloadViolation.java @@ -1,113 +1,113 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -public class OdePayloadViolation { - - private String fieldName; - private double fieldValue; - private double validMin; - private double validMax; - - public OdePayloadViolation() { - super(); - fieldName = null; - fieldValue = Double.NaN; - validMin = Double.NaN; - validMax = Double.NaN; - } - - public OdePayloadViolation(String fieldName, double value, double validMin, double validMax) { - super(); - this.fieldName = fieldName; - this.fieldValue = value; - this.validMin = validMin; - this.validMax = validMax; - } - - public String getFieldName() { - return fieldName; - } - - public OdePayloadViolation setFieldName(String fieldName) { - this.fieldName = fieldName; - return this; - } - - public double getFieldValue() { - return fieldValue; - } - - public void setFieldValue(double fieldValue) { - this.fieldValue = fieldValue; - } - - public double getValidMin() { - return validMin; - } - - public OdePayloadViolation setValidMin(double validMin) { - this.validMin = validMin; - return this; - } - - public double getValidMax() { - return validMax; - } - - public OdePayloadViolation setValidMax(double validMax) { - this.validMax = validMax; - return this; - } - - @Override - public int hashCode() { - final int prime = 31; - int result = 1; - result = prime * result + ((fieldName == null) ? 0 : fieldName.hashCode()); - long temp; - temp = Double.doubleToLongBits(validMax); - result = prime * result + (int) (temp ^ (temp >>> 32)); - temp = Double.doubleToLongBits(validMin); - result = prime * result + (int) (temp ^ (temp >>> 32)); - temp = Double.doubleToLongBits(fieldValue); - result = prime * result + (int) (temp ^ (temp >>> 32)); - return result; - } - - @Override - public boolean equals(Object obj) { - if (this == obj) - return true; - if (obj == null) - return false; - if (getClass() != obj.getClass()) - return false; - OdePayloadViolation other = (OdePayloadViolation) obj; - if (fieldName == null) { - if (other.fieldName != null) - return false; - } else if (!fieldName.equals(other.fieldName)) - return false; - if (Double.doubleToLongBits(validMax) != Double.doubleToLongBits(other.validMax)) - return false; - if (Double.doubleToLongBits(validMin) != Double.doubleToLongBits(other.validMin)) - return false; - if (Double.doubleToLongBits(fieldValue) != Double.doubleToLongBits(other.fieldValue)) - return false; - return true; - } -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +public class OdePayloadViolation { + + private String fieldName; + private double fieldValue; + private double validMin; + private double validMax; + + public OdePayloadViolation() { + super(); + fieldName = null; + fieldValue = Double.NaN; + validMin = Double.NaN; + validMax = Double.NaN; + } + + public OdePayloadViolation(String fieldName, double value, double validMin, double validMax) { + super(); + this.fieldName = fieldName; + this.fieldValue = value; + this.validMin = validMin; + this.validMax = validMax; + } + + public String getFieldName() { + return fieldName; + } + + public OdePayloadViolation setFieldName(String fieldName) { + this.fieldName = fieldName; + return this; + } + + public double getFieldValue() { + return fieldValue; + } + + public void setFieldValue(double fieldValue) { + this.fieldValue = fieldValue; + } + + public double getValidMin() { + return validMin; + } + + public OdePayloadViolation setValidMin(double validMin) { + this.validMin = validMin; + return this; + } + + public double getValidMax() { + return validMax; + } + + public OdePayloadViolation setValidMax(double validMax) { + this.validMax = validMax; + return this; + } + + @Override + public int hashCode() { + final int prime = 31; + int result = 1; + result = prime * result + ((fieldName == null) ? 0 : fieldName.hashCode()); + long temp; + temp = Double.doubleToLongBits(validMax); + result = prime * result + (int) (temp ^ (temp >>> 32)); + temp = Double.doubleToLongBits(validMin); + result = prime * result + (int) (temp ^ (temp >>> 32)); + temp = Double.doubleToLongBits(fieldValue); + result = prime * result + (int) (temp ^ (temp >>> 32)); + return result; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + if (getClass() != obj.getClass()) + return false; + OdePayloadViolation other = (OdePayloadViolation) obj; + if (fieldName == null) { + if (other.fieldName != null) + return false; + } else if (!fieldName.equals(other.fieldName)) + return false; + if (Double.doubleToLongBits(validMax) != Double.doubleToLongBits(other.validMax)) + return false; + if (Double.doubleToLongBits(validMin) != Double.doubleToLongBits(other.validMin)) + return false; + if (Double.doubleToLongBits(fieldValue) != Double.doubleToLongBits(other.fieldValue)) + return false; + return true; + } +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdePoint.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdePoint.java index 630d83f77..91ca47302 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdePoint.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdePoint.java @@ -1,80 +1,80 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -import java.math.BigDecimal; - -public class OdePoint extends OdeObject { - - private static final long serialVersionUID = 6030294798158488311L; - - private BigDecimal latitude; - private BigDecimal longitude; - public OdePoint() { - super(); - } - public OdePoint(BigDecimal latitude, BigDecimal longitude) { - super(); - this.latitude = latitude; - this.longitude = longitude; - } - public BigDecimal getLatitude() { - return latitude; - } - public OdePoint setLatitude(BigDecimal latitude) { - this.latitude = latitude; - return this; - } - public BigDecimal getLongitude() { - return longitude; - } - public OdePoint setLongitude(BigDecimal longitude) { - this.longitude = longitude; - return this; - } - @Override - public int hashCode() { - final int prime = 31; - int result = 1; - result = prime * result + ((latitude == null) ? 0 : latitude.hashCode()); - result = prime * result - + ((longitude == null) ? 0 : longitude.hashCode()); - return result; - } - @Override - public boolean equals(Object obj) { - if (this == obj) - return true; - if (obj == null) - return false; - if (getClass() != obj.getClass()) - return false; - OdePoint other = (OdePoint) obj; - if (latitude == null) { - if (other.latitude != null) - return false; - } else if (!latitude.equals(other.latitude)) - return false; - if (longitude == null) { - if (other.longitude != null) - return false; - } else if (!longitude.equals(other.longitude)) - return false; - return true; - } - - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +import java.math.BigDecimal; + +public class OdePoint extends OdeObject { + + private static final long serialVersionUID = 6030294798158488311L; + + private BigDecimal latitude; + private BigDecimal longitude; + public OdePoint() { + super(); + } + public OdePoint(BigDecimal latitude, BigDecimal longitude) { + super(); + this.latitude = latitude; + this.longitude = longitude; + } + public BigDecimal getLatitude() { + return latitude; + } + public OdePoint setLatitude(BigDecimal latitude) { + this.latitude = latitude; + return this; + } + public BigDecimal getLongitude() { + return longitude; + } + public OdePoint setLongitude(BigDecimal longitude) { + this.longitude = longitude; + return this; + } + @Override + public int hashCode() { + final int prime = 31; + int result = 1; + result = prime * result + ((latitude == null) ? 0 : latitude.hashCode()); + result = prime * result + + ((longitude == null) ? 0 : longitude.hashCode()); + return result; + } + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + if (getClass() != obj.getClass()) + return false; + OdePoint other = (OdePoint) obj; + if (latitude == null) { + if (other.latitude != null) + return false; + } else if (!latitude.equals(other.latitude)) + return false; + if (longitude == null) { + if (other.longitude != null) + return false; + } else if (!longitude.equals(other.longitude)) + return false; + return true; + } + + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeRequest.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeRequest.java index e83e3cbe3..98893a0ce 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeRequest.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeRequest.java @@ -1,157 +1,157 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -import us.dot.its.jpo.ode.context.AppContext; -import us.dot.its.jpo.ode.util.JsonUtils; - -@SuppressWarnings("serial") -public class OdeRequest extends BaseRequest { - public static class OdeRequestException extends OdeException { - - public OdeRequestException(String message) { - super(message); - } - - } - - public enum DataSource { - SDC, SDW, SDPC, TEST_UPLOAD, DEPOSIT_SDC, DEPOSIT_SDW - } - - private String id; - private DataSource dataSource; - private OdeRequestType requestType; - private OdeDataType dataType; - - public OdeRequest() { - super(); - } - - public OdeRequest(OdeRequest other) { - super(); - this.setDataSource(other.getDataSource()); - this.setDataType(other.getDataType()); - this.setId(other.getId()); - this.setRequestType(other.getRequestType()); - } - - public static OdeRequest create(String rtype, String dtype, String message) throws OdeRequestException { - OdeRequest odeRequest = null; - OdeRequestType requestType = OdeRequestType.getByShortName(rtype); - if (requestType == OdeRequestType.Deposit) { - odeRequest = (OdeRequest) JsonUtils.fromJson(message, OdeDepRequest.class); -// } else if (requestType == OdeRequestType.Subscription) { -// odeRequest = (OdeRequest) JsonUtils.fromJson(message, OdeSubRequest.class); -// } else if (requestType == OdeRequestType.Query) { -// odeRequest = (OdeRequest) JsonUtils.fromJson(message, OdeQryRequest.class); -// } else if (requestType == OdeRequestType.Test) { -// odeRequest = (OdeRequest) JsonUtils.fromJson(message, OdeTstRequest.class); - } else { - OdeStatus status = new OdeStatus().setCode(OdeStatus.Code.INVALID_REQUEST_TYPE_ERROR).setMessage(String - .format("Invalid request type %s. Valid request types are %s.", rtype, OdeRequestType.shortNames())); - throw new OdeRequestException(status.toString()); - } - odeRequest.setRequestType(requestType); - - OdeDataType dataType = OdeDataType.getByShortName(dtype); - if (dataType == null) { - OdeStatus status = new OdeStatus().setCode(OdeStatus.Code.INVALID_DATA_TYPE_ERROR).setMessage( - String.format("Invalid data type %s. Valid data types are %s.", dtype, OdeDataType.shortNames())); - throw new OdeRequestException(status.toString()); - } - odeRequest.setDataType(dataType); - - odeRequest.setId(buildRequestId(odeRequest)); - return odeRequest; - } - - public static String buildRequestId(OdeRequest odeRequest) { - return AppContext.getInstance().getParam(AppContext.ODE_HOSTNAME) + odeRequest.getClass().getSimpleName() - + String.valueOf(odeRequest.hashCode()); - } - - public String getId() { - return id; - } - - public OdeRequest setId(String id) { - this.id = id; - return this; - } - - public OdeRequestType getRequestType() { - return requestType; - } - - public DataSource getDataSource() { - return dataSource; - } - - public OdeRequest setDataSource(DataSource dataSource) { - this.dataSource = dataSource; - return this; - } - - public OdeRequest setRequestType(OdeRequestType requestType) { - this.requestType = requestType; - return this; - } - - public OdeDataType getDataType() { - return dataType; - } - - public OdeRequest setDataType(OdeDataType dataType) { - this.dataType = dataType; - return this; - } - - @Override - public int hashCode() { - final int prime = 31; - int result = 1; - result = prime * result + ((dataSource == null) ? 0 : dataSource.hashCode()); - result = prime * result + ((dataType == null) ? 0 : dataType.hashCode()); - result = prime * result + ((id == null) ? 0 : id.hashCode()); - result = prime * result + ((requestType == null) ? 0 : requestType.hashCode()); - return result; - } - - @Override - public boolean equals(Object obj) { - if (this == obj) - return true; - if (obj == null) - return false; - if (getClass() != obj.getClass()) - return false; - OdeRequest other = (OdeRequest) obj; - if (dataSource != other.dataSource) - return false; - if (dataType != other.dataType) - return false; - if (id == null) { - if (other.id != null) - return false; - } else if (!id.equals(other.id)) - return false; - if (requestType != other.requestType) - return false; - return true; - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +import us.dot.its.jpo.ode.context.AppContext; +import us.dot.its.jpo.ode.util.JsonUtils; + +@SuppressWarnings("serial") +public class OdeRequest extends BaseRequest { + public static class OdeRequestException extends OdeException { + + public OdeRequestException(String message) { + super(message); + } + + } + + public enum DataSource { + SDC, SDW, SDPC, TEST_UPLOAD, DEPOSIT_SDC, DEPOSIT_SDW + } + + private String id; + private DataSource dataSource; + private OdeRequestType requestType; + private OdeDataType dataType; + + public OdeRequest() { + super(); + } + + public OdeRequest(OdeRequest other) { + super(); + this.setDataSource(other.getDataSource()); + this.setDataType(other.getDataType()); + this.setId(other.getId()); + this.setRequestType(other.getRequestType()); + } + + public static OdeRequest create(String rtype, String dtype, String message) throws OdeRequestException { + OdeRequest odeRequest = null; + OdeRequestType requestType = OdeRequestType.getByShortName(rtype); + if (requestType == OdeRequestType.Deposit) { + odeRequest = (OdeRequest) JsonUtils.fromJson(message, OdeDepRequest.class); +// } else if (requestType == OdeRequestType.Subscription) { +// odeRequest = (OdeRequest) JsonUtils.fromJson(message, OdeSubRequest.class); +// } else if (requestType == OdeRequestType.Query) { +// odeRequest = (OdeRequest) JsonUtils.fromJson(message, OdeQryRequest.class); +// } else if (requestType == OdeRequestType.Test) { +// odeRequest = (OdeRequest) JsonUtils.fromJson(message, OdeTstRequest.class); + } else { + OdeStatus status = new OdeStatus().setCode(OdeStatus.Code.INVALID_REQUEST_TYPE_ERROR).setMessage(String + .format("Invalid request type %s. Valid request types are %s.", rtype, OdeRequestType.shortNames())); + throw new OdeRequestException(status.toString()); + } + odeRequest.setRequestType(requestType); + + OdeDataType dataType = OdeDataType.getByShortName(dtype); + if (dataType == null) { + OdeStatus status = new OdeStatus().setCode(OdeStatus.Code.INVALID_DATA_TYPE_ERROR).setMessage( + String.format("Invalid data type %s. Valid data types are %s.", dtype, OdeDataType.shortNames())); + throw new OdeRequestException(status.toString()); + } + odeRequest.setDataType(dataType); + + odeRequest.setId(buildRequestId(odeRequest)); + return odeRequest; + } + + public static String buildRequestId(OdeRequest odeRequest) { + return AppContext.getInstance().getParam(AppContext.ODE_HOSTNAME) + odeRequest.getClass().getSimpleName() + + String.valueOf(odeRequest.hashCode()); + } + + public String getId() { + return id; + } + + public OdeRequest setId(String id) { + this.id = id; + return this; + } + + public OdeRequestType getRequestType() { + return requestType; + } + + public DataSource getDataSource() { + return dataSource; + } + + public OdeRequest setDataSource(DataSource dataSource) { + this.dataSource = dataSource; + return this; + } + + public OdeRequest setRequestType(OdeRequestType requestType) { + this.requestType = requestType; + return this; + } + + public OdeDataType getDataType() { + return dataType; + } + + public OdeRequest setDataType(OdeDataType dataType) { + this.dataType = dataType; + return this; + } + + @Override + public int hashCode() { + final int prime = 31; + int result = 1; + result = prime * result + ((dataSource == null) ? 0 : dataSource.hashCode()); + result = prime * result + ((dataType == null) ? 0 : dataType.hashCode()); + result = prime * result + ((id == null) ? 0 : id.hashCode()); + result = prime * result + ((requestType == null) ? 0 : requestType.hashCode()); + return result; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + if (getClass() != obj.getClass()) + return false; + OdeRequest other = (OdeRequest) obj; + if (dataSource != other.dataSource) + return false; + if (dataType != other.dataType) + return false; + if (id == null) { + if (other.id != null) + return false; + } else if (!id.equals(other.id)) + return false; + if (requestType != other.requestType) + return false; + return true; + } + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeRequestType.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeRequestType.java index b57b1289d..194405a4a 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeRequestType.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeRequestType.java @@ -1,61 +1,61 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -import java.util.ArrayList; -import java.util.List; - -public enum OdeRequestType { - Subscription("sub"), Query("qry"), Test("tst"), Deposit("dep"); - - private static List shortNames = shortNamesAsList(); - private final String shortName; - - private OdeRequestType(String shortName) { - this.shortName = shortName; - } - - public String getShortName() { - return shortName; - } - - public static OdeRequestType getByShortName(String shortName) { - OdeRequestType result = null; - - for (OdeRequestType value : OdeRequestType.values()) { - if (shortName.equals(value.getShortName())) { - result = value; - break; - } - } - return result; - } - - public static String shortNames() { - return shortNamesAsList().toString(); - } - - public static List shortNamesAsList() { - if (shortNames == null) { - shortNames = new ArrayList(); - - for (OdeRequestType value : OdeRequestType.values()) { - shortNames.add(value.getShortName()); - } - } - return shortNames; - } -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +import java.util.ArrayList; +import java.util.List; + +public enum OdeRequestType { + Subscription("sub"), Query("qry"), Test("tst"), Deposit("dep"); + + private static List shortNames = shortNamesAsList(); + private final String shortName; + + private OdeRequestType(String shortName) { + this.shortName = shortName; + } + + public String getShortName() { + return shortName; + } + + public static OdeRequestType getByShortName(String shortName) { + OdeRequestType result = null; + + for (OdeRequestType value : OdeRequestType.values()) { + if (shortName.equals(value.getShortName())) { + result = value; + break; + } + } + return result; + } + + public static String shortNames() { + return shortNamesAsList().toString(); + } + + public static List shortNamesAsList() { + if (shortNames == null) { + shortNames = new ArrayList(); + + for (OdeRequestType value : OdeRequestType.values()) { + shortNames.add(value.getShortName()); + } + } + return shortNames; + } +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeStatus.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeStatus.java index 96cabd54e..2a05312cd 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeStatus.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeStatus.java @@ -1,104 +1,104 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - - -public class OdeStatus extends OdeMessage { - private static final long serialVersionUID = -8787345244306039604L; - - public static enum Code { - SUCCESS, FAILURE, - SOURCE_CONNECTION_ERROR, INVALID_REQUEST_TYPE_ERROR, - INVALID_DATA_TYPE_ERROR, COMMENT, DATA_TYPE_NOT_SUPPORTED - } - - Code code; - String message; - String requestId; - - public OdeStatus() { - super(); - } - - public OdeStatus(Code code, String message) { - super(); - this.code = code; - this.message = message; - } - - public Code getCode() { - return code; - } - - public OdeStatus setCode(Code code) { - this.code = code; - return this; - } - - public String getMessage() { - return message; - } - - public OdeStatus setMessage(String message) { - this.message = message; - return this; - } - - public String getRequestId() { - return requestId; - } - - public OdeStatus setRequestId(String requestId) { - this.requestId = requestId; - return this; - } - - @Override - public int hashCode() { - final int prime = 31; - int result = super.hashCode(); - result = prime * result + ((code == null) ? 0 : code.hashCode()); - result = prime * result + ((message == null) ? 0 : message.hashCode()); - result = prime * result - + ((requestId == null) ? 0 : requestId.hashCode()); - return result; - } - - @Override - public boolean equals(Object obj) { - if (this == obj) - return true; - if (!super.equals(obj)) - return false; - if (getClass() != obj.getClass()) - return false; - OdeStatus other = (OdeStatus) obj; - if (code != other.code) - return false; - if (message == null) { - if (other.message != null) - return false; - } else if (!message.equals(other.message)) - return false; - if (requestId == null) { - if (other.requestId != null) - return false; - } else if (!requestId.equals(other.requestId)) - return false; - return true; - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + + +public class OdeStatus extends OdeMessage { + private static final long serialVersionUID = -8787345244306039604L; + + public static enum Code { + SUCCESS, FAILURE, + SOURCE_CONNECTION_ERROR, INVALID_REQUEST_TYPE_ERROR, + INVALID_DATA_TYPE_ERROR, COMMENT, DATA_TYPE_NOT_SUPPORTED + } + + Code code; + String message; + String requestId; + + public OdeStatus() { + super(); + } + + public OdeStatus(Code code, String message) { + super(); + this.code = code; + this.message = message; + } + + public Code getCode() { + return code; + } + + public OdeStatus setCode(Code code) { + this.code = code; + return this; + } + + public String getMessage() { + return message; + } + + public OdeStatus setMessage(String message) { + this.message = message; + return this; + } + + public String getRequestId() { + return requestId; + } + + public OdeStatus setRequestId(String requestId) { + this.requestId = requestId; + return this; + } + + @Override + public int hashCode() { + final int prime = 31; + int result = super.hashCode(); + result = prime * result + ((code == null) ? 0 : code.hashCode()); + result = prime * result + ((message == null) ? 0 : message.hashCode()); + result = prime * result + + ((requestId == null) ? 0 : requestId.hashCode()); + return result; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (!super.equals(obj)) + return false; + if (getClass() != obj.getClass()) + return false; + OdeStatus other = (OdeStatus) obj; + if (code != other.code) + return false; + if (message == null) { + if (other.message != null) + return false; + } else if (!message.equals(other.message)) + return false; + if (requestId == null) { + if (other.requestId != null) + return false; + } else if (!requestId.equals(other.requestId)) + return false; + return true; + } + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeTimData.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeTimData.java index 1f1fac5f4..10b38108e 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeTimData.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeTimData.java @@ -1,32 +1,32 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -public class OdeTimData extends OdeData { - - private static final long serialVersionUID = 2057040404896561615L; - - - public OdeTimData() { - super(); - } - - - public OdeTimData(OdeMsgMetadata metadata, OdeMsgPayload payload) { - super(metadata, payload); - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +public class OdeTimData extends OdeData { + + private static final long serialVersionUID = 2057040404896561615L; + + + public OdeTimData() { + super(); + } + + + public OdeTimData(OdeMsgMetadata metadata, OdeMsgPayload payload) { + super(metadata, payload); + } + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeTimPayload.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeTimPayload.java index b3ecd5565..a4adeffb9 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeTimPayload.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeTimPayload.java @@ -1,41 +1,41 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -import us.dot.its.jpo.ode.plugin.j2735.OdeTravelerInformationMessage; - -public class OdeTimPayload extends OdeMsgPayload { - - private static final long serialVersionUID = 7061315628111448390L; - - public OdeTimPayload() { - this(new OdeTravelerInformationMessage()); - } - - public OdeTimPayload(OdeTravelerInformationMessage tim) { - super(tim); - this.setData(tim); - } - - public OdeTravelerInformationMessage getTim() { - return (OdeTravelerInformationMessage) getData(); - } - - public void setTim(OdeTravelerInformationMessage tim) { - setData(tim); - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +import us.dot.its.jpo.ode.plugin.j2735.OdeTravelerInformationMessage; + +public class OdeTimPayload extends OdeMsgPayload { + + private static final long serialVersionUID = 7061315628111448390L; + + public OdeTimPayload() { + this(new OdeTravelerInformationMessage()); + } + + public OdeTimPayload(OdeTravelerInformationMessage tim) { + super(tim); + this.setData(tim); + } + + public OdeTravelerInformationMessage getTim() { + return (OdeTravelerInformationMessage) getData(); + } + + public void setTim(OdeTravelerInformationMessage tim) { + setData(tim); + } + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/ReceivedMessageDetails.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/ReceivedMessageDetails.java index a2ccd752b..491393108 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/ReceivedMessageDetails.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/ReceivedMessageDetails.java @@ -1,50 +1,50 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -public class ReceivedMessageDetails extends OdeObject { - - private static final long serialVersionUID = -122988228561853841L; - - private OdeLogMsgMetadataLocation locationData; - private RxSource rxSource; - - public ReceivedMessageDetails() { - super(); - } - - public ReceivedMessageDetails(OdeLogMsgMetadataLocation locationData, RxSource rxSource) { - super(); - this.setLocationData(locationData); - this.setRxSource(rxSource); - } - - public OdeLogMsgMetadataLocation getLocationData() { - return locationData; - } - - public void setLocationData(OdeLogMsgMetadataLocation locationData) { - this.locationData = locationData; - } - - public RxSource getRxSource() { - return rxSource; - } - - public void setRxSource(RxSource rxSource) { - this.rxSource = rxSource; - } -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +public class ReceivedMessageDetails extends OdeObject { + + private static final long serialVersionUID = -122988228561853841L; + + private OdeLogMsgMetadataLocation locationData; + private RxSource rxSource; + + public ReceivedMessageDetails() { + super(); + } + + public ReceivedMessageDetails(OdeLogMsgMetadataLocation locationData, RxSource rxSource) { + super(); + this.setLocationData(locationData); + this.setRxSource(rxSource); + } + + public OdeLogMsgMetadataLocation getLocationData() { + return locationData; + } + + public void setLocationData(OdeLogMsgMetadataLocation locationData) { + this.locationData = locationData; + } + + public RxSource getRxSource() { + return rxSource; + } + + public void setRxSource(RxSource rxSource) { + this.rxSource = rxSource; + } +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/RxSource.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/RxSource.java index 3491055bb..fca8fa2fe 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/RxSource.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/RxSource.java @@ -1,25 +1,25 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -public enum RxSource { - RSU, - SAT, // XM satellite - RV, // for BSM rx - SNMP,// for SRM payload from back-end/ODE - NA, // Not applicable (for example, Distress Notification or Driver Alert - UNKNOWN -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +public enum RxSource { + RSU, + SAT, // XM satellite + RV, // for BSM rx + SNMP,// for SRM payload from back-end/ODE + NA, // Not applicable (for example, Distress Notification or Driver Alert + UNKNOWN +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/StatusTag.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/StatusTag.java index 7f7af7e07..1c4ef7416 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/StatusTag.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/StatusTag.java @@ -1,20 +1,20 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -public enum StatusTag { - CONNECTED, START, STOP, ERROR, DEPOSITED, CLOSED, OPENED -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +public enum StatusTag { + CONNECTED, START, STOP, ERROR, DEPOSITED, CLOSED, OPENED +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/AbstractSubPubTransformer.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/AbstractSubPubTransformer.java index 36050ccb4..051bf43e0 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/AbstractSubPubTransformer.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/AbstractSubPubTransformer.java @@ -1,70 +1,70 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.wrapper; - -/** - * @author 572682 - * - * This abstract class provides a basic pipeline functionality through the messaging - * framework. The objects of this class subscribe to a topic, process received messages - * and publish the results to another topic. - * - * @param Message Key type - * @param Received Message Value Type - * @param

Published Message Value Type - */ -public abstract class AbstractSubPubTransformer extends AbstractSubscriberProcessor { - - protected int messagesPublished = 0; - protected MessageProducer producer; - protected String outputTopic; - - public AbstractSubPubTransformer(MessageProducer producer, String outputTopic) { - super(); - this.producer = producer; - this.outputTopic = outputTopic; - } - - @Override - public Object call() { - @SuppressWarnings("unchecked") - P toBePublished = (P) super.call(); - - if (null != toBePublished) { - producer.send(outputTopic, getRecord().key(), toBePublished); - } - - return toBePublished; - } - - public MessageProducer getProducer() { - return producer; - } - - public void setProducer(MessageProducer producer) { - this.producer = producer; - } - - public String getOutputTopic() { - return outputTopic; - } - - public void setOutputTopic(String outputTopic) { - this.outputTopic = outputTopic; - } - - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.wrapper; + +/** + * @author 572682 + * + * This abstract class provides a basic pipeline functionality through the messaging + * framework. The objects of this class subscribe to a topic, process received messages + * and publish the results to another topic. + * + * @param Message Key type + * @param Received Message Value Type + * @param

Published Message Value Type + */ +public abstract class AbstractSubPubTransformer extends AbstractSubscriberProcessor { + + protected int messagesPublished = 0; + protected MessageProducer producer; + protected String outputTopic; + + public AbstractSubPubTransformer(MessageProducer producer, String outputTopic) { + super(); + this.producer = producer; + this.outputTopic = outputTopic; + } + + @Override + public Object call() { + @SuppressWarnings("unchecked") + P toBePublished = (P) super.call(); + + if (null != toBePublished) { + producer.send(outputTopic, getRecord().key(), toBePublished); + } + + return toBePublished; + } + + public MessageProducer getProducer() { + return producer; + } + + public void setProducer(MessageProducer producer) { + this.producer = producer; + } + + public String getOutputTopic() { + return outputTopic; + } + + public void setOutputTopic(String outputTopic) { + this.outputTopic = outputTopic; + } + + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/AbstractSubscriberProcessor.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/AbstractSubscriberProcessor.java index 0fda858a1..1249c47d2 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/AbstractSubscriberProcessor.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/AbstractSubscriberProcessor.java @@ -1,69 +1,69 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.wrapper; - -import java.util.Arrays; -import java.util.concurrent.Executors; - -import org.slf4j.Logger; -import org.slf4j.LoggerFactory; - -/** - * @author 572682 - * - * This abstract class provides a basic service that subscribes to one - * or more topics and process the received messages in the derived - * classes. - * - * @param - * Message Key type - * @param - * Received Message Value Type - */ -public abstract class AbstractSubscriberProcessor extends MessageProcessor { - - private Logger logger = LoggerFactory.getLogger(this.getClass()); - protected int messagesConsumed = 0; - - /** - * Starts a Kafka listener that runs call() every time a new msg arrives - * - * @param consumer - * @param inputTopics - */ - public void start(MessageConsumer consumer, String... inputTopics) { - logger.info("Subscribing to {}", Arrays.asList(inputTopics).toString()); - - Executors.newSingleThreadExecutor().submit(new Runnable() { - @Override - public void run() { - consumer.subscribe(inputTopics); - } - }); - } - - @Override - public Object call() { - messagesConsumed++; - - S consumedData = getRecord().value(); - - return process(consumedData); - } - - protected abstract Object process(S consumedData); - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.wrapper; + +import java.util.Arrays; +import java.util.concurrent.Executors; + +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +/** + * @author 572682 + * + * This abstract class provides a basic service that subscribes to one + * or more topics and process the received messages in the derived + * classes. + * + * @param + * Message Key type + * @param + * Received Message Value Type + */ +public abstract class AbstractSubscriberProcessor extends MessageProcessor { + + private Logger logger = LoggerFactory.getLogger(this.getClass()); + protected int messagesConsumed = 0; + + /** + * Starts a Kafka listener that runs call() every time a new msg arrives + * + * @param consumer + * @param inputTopics + */ + public void start(MessageConsumer consumer, String... inputTopics) { + logger.info("Subscribing to {}", Arrays.asList(inputTopics).toString()); + + Executors.newSingleThreadExecutor().submit(new Runnable() { + @Override + public void run() { + consumer.subscribe(inputTopics); + } + }); + } + + @Override + public Object call() { + messagesConsumed++; + + S consumedData = getRecord().value(); + + return process(consumedData); + } + + protected abstract Object process(S consumedData); + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/HttpClientFactory.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/HttpClientFactory.java index 1c425b9d5..43b5f9d01 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/HttpClientFactory.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/HttpClientFactory.java @@ -1,323 +1,323 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.wrapper; - -import org.apache.http.client.ClientProtocolException; -import org.apache.http.client.CookieStore; -import org.apache.http.client.methods.CloseableHttpResponse; -import org.apache.http.client.methods.HttpUriRequest; -import org.apache.http.client.methods.RequestBuilder; -import org.apache.http.conn.ssl.SSLConnectionSocketFactory; -import org.apache.http.cookie.Cookie; -import org.apache.http.entity.StringEntity; -import org.apache.http.impl.client.BasicCookieStore; -import org.apache.http.impl.client.CloseableHttpClient; -import org.apache.http.impl.client.HttpClients; -import org.apache.http.message.BasicNameValuePair; -import org.apache.http.util.EntityUtils; - -import javax.net.ssl.SSLContext; -import javax.ws.rs.core.Response; -import java.io.IOException; -import java.util.Map; -import java.util.concurrent.ConcurrentHashMap; - -/** - * This class provides an abstraction layer for making HTTP and HTTPS - * connections to an HTTP server. Follow the steps below to create an HTTP - * client and send HTTP requests to the HTTP server. - * - *

    - *
  1. Call {@link HttpClientFactory#build(SSLContext)} to create a factory - * instance. This factory can be used to create individual HTTP connections - * to an HTTP Server.
  2. - *
  3. Use the obtained factory from step 1 to create a {@link HttpClient} - * object by calling {@link HttpClientFactory#createHttpClient()} method.
  4. - *
  5. Use {@link HttpClient} object to send HTTP GET, POST and other requests - * to the server using {@link HttpClient#get(String, Map, Map)}, - * {@link HttpClient#post(String, Map, Map, String)} methods.
  6. - *
  7. Use the returned {@link HttpResponse} object to retrieve the various - * components of a response including: {@link HttpResponse#getBody()} and - * {@link HttpResponse#getStatusCode()}
  8. - *
- */ -public class HttpClientFactory { - - private SSLConnectionSocketFactory sslSocketFactory; - - public class HttpClient { - private CloseableHttpClient closeableHttpClient; - private CookieStore cookieStore; - - private HttpClient() { - cookieStore = new BasicCookieStore(); - closeableHttpClient = HttpClientFactory.buildHttpClient(cookieStore, - sslSocketFactory); - } - - /** - * Sends HTTP GET request to server with the given - * headers and specified params. - * - * @param server - to which request will be sent - * @param headers - request headers - * @param params - request query parameters - * @return the server's response. - * @throws HttpException - in case of a problem or the connection was - * aborted or an http protocol error - */ - public HttpResponse get(String server, Map headers, - Map params) throws HttpException { - - try { - RequestBuilder builder = RequestBuilder.get().setUri(server); - - CloseableHttpResponse closeableresponse = executeRequest(headers, - params, builder); - - return new HttpResponse(Response.Status.fromStatusCode(closeableresponse - .getStatusLine().getStatusCode()), - EntityUtils.toString(closeableresponse.getEntity())); - - } catch (Throwable t) { - throw new HttpException(t); - } finally { - } - } - - /** - * Sends HTTP POST request to server with the given - * headers and specified params and body. - * - * @param server - to which request will be sent - * @param headers - request headers - * @param params - request query parameters - * @param body - the body of the post request - * @return the server's response. - * @throws HttpException - in case of a problem or the connection was - * aborted or an http protocol error - */ - public HttpResponse post(String server, Map headers, - Map params, String body) throws HttpException { - - try { - RequestBuilder builder = RequestBuilder.post().setUri(server); - - if (body != null) - builder.setEntity(new StringEntity(body)); - - CloseableHttpResponse closeableresponse = executeRequest(headers, - params, builder); - - return new HttpResponse(Response.Status.fromStatusCode(closeableresponse - .getStatusLine().getStatusCode()), - EntityUtils.toString(closeableresponse.getEntity())); - - } catch (Throwable t) { - throw new HttpException(t); - } finally { - } - } - - /** - * Executes a HTTP Client request using the given parameters. - * - * @param headers - request headers - * @param params - request query parameters - * @param builder - the {@link RequestBuilder} to be used for building the - * request. - * @return the {@link CloseableHttpResponse} returned by the server - * @throws IOException - in case of a problem or the connection was aborted - * @throws ClientProtocolException - in case of an http protocol error - * - */ - private CloseableHttpResponse executeRequest(Map headers, - Map params, RequestBuilder builder) - throws IOException, ClientProtocolException { - if (params != null) { - for (Map.Entry param : params.entrySet()) { - builder.addParameter(new BasicNameValuePair(param.getKey(), param.getValue())); - } - } - - HttpUriRequest request = builder.build(); - - if (headers != null) { - for (Map.Entry header : headers.entrySet()){ - request.setHeader(header.getKey(), header.getValue()); - } - } - - CloseableHttpResponse closeableresponse = - closeableHttpClient.execute(request); - return closeableresponse; - } - - /** - * Returns the cookies. - * - * @return - returning the cookie parameters from the HTTP connection. - */ - public Map getCookies() { - ConcurrentHashMap cookies = new ConcurrentHashMap(); - for (Cookie c : cookieStore.getCookies()) { - cookies.put(c.getName(), c.getValue()); - } - - return cookies; - } - - /** - * Closes the connection. - * - * @throws HttpException - in case an I/O error occurs - */ - public void close() throws HttpException { - try { - closeableHttpClient.close(); - } catch (Exception e) { - throw new HttpException(e); - } - } - } - - /** - * Encapsulates an HTTP Response containing the statusCode and - * body of the response which would be the resource returned - * by a REST call. - */ - public class HttpResponse { - private Response.Status statusCode; - private String body; - - /** - * General constructor. - * - * @param statucCode - response status code - * @param body - response body - */ - private HttpResponse(Response.Status statucCode, String body) { - super(); - this.statusCode = statucCode; - this.body = body; - } - - /** - * @return - status code - */ - public Response.Status getStatusCode() { - return statusCode; - } - - /** - * Sets the status code in the response object - * @param statucCode - the status code - * @return the response object. - */ - public HttpResponse setStatusCode(Response.Status statucCode) { - this.statusCode = statucCode; - return this; - } - - /** - * @return the response body. - */ - public String getBody() { - return body; - } - - /** - * Sets the response body/entity. - * - * @param body - the response body/entity. - * @return - the response object. - */ - public HttpResponse setBody(String body) { - this.body = body; - return this; - } - - } - - public class HttpException extends Exception { - - private static final long serialVersionUID = 1L; - - public HttpException(Throwable t) { - super(t); - } - } - - /** - * Builds {@link HttpClientFactory} object which is used to create {@link HttpClient} object. - * - * @param sslContext with which the client factory to be built. - * @return {@link HttpClientFactory} object - * @throws HttpException if building the socket factory fails. - */ - public static HttpClientFactory build(SSLContext sslContext) - throws HttpException { - HttpClientFactory factory = new HttpClientFactory(); - - try { - factory.sslSocketFactory = buildSSLConnectionSocketFactory(sslContext); - } catch (Throwable t) { - throw factory.new HttpException(t); - } - - return factory; - } - - /** - * Builds a {@link SSLConnectionSocketFactory} object - * - * @param sslContext with which the client factory to be built. - * @return SSL connection factory object that is used to create SSL socket - * connections. - */ - private static SSLConnectionSocketFactory buildSSLConnectionSocketFactory( - SSLContext sslContext) { - SSLConnectionSocketFactory sslsf = new SSLConnectionSocketFactory(sslContext); -// , new String[] { "TLSv1" }, null, -// SSLConnectionSocketFactory.getDefaultHostnameVerifier()); - return sslsf; - } - - /** - * Creates a {@link CloseableHttpClient} object. - * @param cookieStore - * or null if no cookies required - * @param sslSocketFactory - * or null if not using SSL - * @return a {@link CloseableHttpClient} object - */ - private static CloseableHttpClient buildHttpClient(CookieStore cookieStore, - SSLConnectionSocketFactory sslSocketFactory) { - return HttpClients.custom().setDefaultCookieStore(cookieStore) - .setSSLSocketFactory(sslSocketFactory).build(); - } - - /** - * Creates a {@link HttpClient} object. - * @return a new {@link HttpClient} object - */ - public HttpClient createHttpClient() { - HttpClient httpClient = new HttpClient(); - - return httpClient; - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.wrapper; + +import org.apache.http.client.ClientProtocolException; +import org.apache.http.client.CookieStore; +import org.apache.http.client.methods.CloseableHttpResponse; +import org.apache.http.client.methods.HttpUriRequest; +import org.apache.http.client.methods.RequestBuilder; +import org.apache.http.conn.ssl.SSLConnectionSocketFactory; +import org.apache.http.cookie.Cookie; +import org.apache.http.entity.StringEntity; +import org.apache.http.impl.client.BasicCookieStore; +import org.apache.http.impl.client.CloseableHttpClient; +import org.apache.http.impl.client.HttpClients; +import org.apache.http.message.BasicNameValuePair; +import org.apache.http.util.EntityUtils; + +import javax.net.ssl.SSLContext; +import javax.ws.rs.core.Response; +import java.io.IOException; +import java.util.Map; +import java.util.concurrent.ConcurrentHashMap; + +/** + * This class provides an abstraction layer for making HTTP and HTTPS + * connections to an HTTP server. Follow the steps below to create an HTTP + * client and send HTTP requests to the HTTP server. + * + *
    + *
  1. Call {@link HttpClientFactory#build(SSLContext)} to create a factory + * instance. This factory can be used to create individual HTTP connections + * to an HTTP Server.
  2. + *
  3. Use the obtained factory from step 1 to create a {@link HttpClient} + * object by calling {@link HttpClientFactory#createHttpClient()} method.
  4. + *
  5. Use {@link HttpClient} object to send HTTP GET, POST and other requests + * to the server using {@link HttpClient#get(String, Map, Map)}, + * {@link HttpClient#post(String, Map, Map, String)} methods.
  6. + *
  7. Use the returned {@link HttpResponse} object to retrieve the various + * components of a response including: {@link HttpResponse#getBody()} and + * {@link HttpResponse#getStatusCode()}
  8. + *
+ */ +public class HttpClientFactory { + + private SSLConnectionSocketFactory sslSocketFactory; + + public class HttpClient { + private CloseableHttpClient closeableHttpClient; + private CookieStore cookieStore; + + private HttpClient() { + cookieStore = new BasicCookieStore(); + closeableHttpClient = HttpClientFactory.buildHttpClient(cookieStore, + sslSocketFactory); + } + + /** + * Sends HTTP GET request to server with the given + * headers and specified params. + * + * @param server - to which request will be sent + * @param headers - request headers + * @param params - request query parameters + * @return the server's response. + * @throws HttpException - in case of a problem or the connection was + * aborted or an http protocol error + */ + public HttpResponse get(String server, Map headers, + Map params) throws HttpException { + + try { + RequestBuilder builder = RequestBuilder.get().setUri(server); + + CloseableHttpResponse closeableresponse = executeRequest(headers, + params, builder); + + return new HttpResponse(Response.Status.fromStatusCode(closeableresponse + .getStatusLine().getStatusCode()), + EntityUtils.toString(closeableresponse.getEntity())); + + } catch (Throwable t) { + throw new HttpException(t); + } finally { + } + } + + /** + * Sends HTTP POST request to server with the given + * headers and specified params and body. + * + * @param server - to which request will be sent + * @param headers - request headers + * @param params - request query parameters + * @param body - the body of the post request + * @return the server's response. + * @throws HttpException - in case of a problem or the connection was + * aborted or an http protocol error + */ + public HttpResponse post(String server, Map headers, + Map params, String body) throws HttpException { + + try { + RequestBuilder builder = RequestBuilder.post().setUri(server); + + if (body != null) + builder.setEntity(new StringEntity(body)); + + CloseableHttpResponse closeableresponse = executeRequest(headers, + params, builder); + + return new HttpResponse(Response.Status.fromStatusCode(closeableresponse + .getStatusLine().getStatusCode()), + EntityUtils.toString(closeableresponse.getEntity())); + + } catch (Throwable t) { + throw new HttpException(t); + } finally { + } + } + + /** + * Executes a HTTP Client request using the given parameters. + * + * @param headers - request headers + * @param params - request query parameters + * @param builder - the {@link RequestBuilder} to be used for building the + * request. + * @return the {@link CloseableHttpResponse} returned by the server + * @throws IOException - in case of a problem or the connection was aborted + * @throws ClientProtocolException - in case of an http protocol error + * + */ + private CloseableHttpResponse executeRequest(Map headers, + Map params, RequestBuilder builder) + throws IOException, ClientProtocolException { + if (params != null) { + for (Map.Entry param : params.entrySet()) { + builder.addParameter(new BasicNameValuePair(param.getKey(), param.getValue())); + } + } + + HttpUriRequest request = builder.build(); + + if (headers != null) { + for (Map.Entry header : headers.entrySet()){ + request.setHeader(header.getKey(), header.getValue()); + } + } + + CloseableHttpResponse closeableresponse = + closeableHttpClient.execute(request); + return closeableresponse; + } + + /** + * Returns the cookies. + * + * @return - returning the cookie parameters from the HTTP connection. + */ + public Map getCookies() { + ConcurrentHashMap cookies = new ConcurrentHashMap(); + for (Cookie c : cookieStore.getCookies()) { + cookies.put(c.getName(), c.getValue()); + } + + return cookies; + } + + /** + * Closes the connection. + * + * @throws HttpException - in case an I/O error occurs + */ + public void close() throws HttpException { + try { + closeableHttpClient.close(); + } catch (Exception e) { + throw new HttpException(e); + } + } + } + + /** + * Encapsulates an HTTP Response containing the statusCode and + * body of the response which would be the resource returned + * by a REST call. + */ + public class HttpResponse { + private Response.Status statusCode; + private String body; + + /** + * General constructor. + * + * @param statucCode - response status code + * @param body - response body + */ + private HttpResponse(Response.Status statucCode, String body) { + super(); + this.statusCode = statucCode; + this.body = body; + } + + /** + * @return - status code + */ + public Response.Status getStatusCode() { + return statusCode; + } + + /** + * Sets the status code in the response object + * @param statucCode - the status code + * @return the response object. + */ + public HttpResponse setStatusCode(Response.Status statucCode) { + this.statusCode = statucCode; + return this; + } + + /** + * @return the response body. + */ + public String getBody() { + return body; + } + + /** + * Sets the response body/entity. + * + * @param body - the response body/entity. + * @return - the response object. + */ + public HttpResponse setBody(String body) { + this.body = body; + return this; + } + + } + + public class HttpException extends Exception { + + private static final long serialVersionUID = 1L; + + public HttpException(Throwable t) { + super(t); + } + } + + /** + * Builds {@link HttpClientFactory} object which is used to create {@link HttpClient} object. + * + * @param sslContext with which the client factory to be built. + * @return {@link HttpClientFactory} object + * @throws HttpException if building the socket factory fails. + */ + public static HttpClientFactory build(SSLContext sslContext) + throws HttpException { + HttpClientFactory factory = new HttpClientFactory(); + + try { + factory.sslSocketFactory = buildSSLConnectionSocketFactory(sslContext); + } catch (Throwable t) { + throw factory.new HttpException(t); + } + + return factory; + } + + /** + * Builds a {@link SSLConnectionSocketFactory} object + * + * @param sslContext with which the client factory to be built. + * @return SSL connection factory object that is used to create SSL socket + * connections. + */ + private static SSLConnectionSocketFactory buildSSLConnectionSocketFactory( + SSLContext sslContext) { + SSLConnectionSocketFactory sslsf = new SSLConnectionSocketFactory(sslContext); +// , new String[] { "TLSv1" }, null, +// SSLConnectionSocketFactory.getDefaultHostnameVerifier()); + return sslsf; + } + + /** + * Creates a {@link CloseableHttpClient} object. + * @param cookieStore + * or null if no cookies required + * @param sslSocketFactory + * or null if not using SSL + * @return a {@link CloseableHttpClient} object + */ + private static CloseableHttpClient buildHttpClient(CookieStore cookieStore, + SSLConnectionSocketFactory sslSocketFactory) { + return HttpClients.custom().setDefaultCookieStore(cookieStore) + .setSSLSocketFactory(sslSocketFactory).build(); + } + + /** + * Creates a {@link HttpClient} object. + * @return a new {@link HttpClient} object + */ + public HttpClient createHttpClient() { + HttpClient httpClient = new HttpClient(); + + return httpClient; + } + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/SSLBuilder.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/SSLBuilder.java index 571ef5eb6..75b9b03bf 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/SSLBuilder.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/SSLBuilder.java @@ -1,99 +1,99 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.wrapper; - -import java.io.InputStream; -import java.security.KeyStore; - -import javax.net.ssl.SSLContext; - -import org.apache.http.conn.ssl.TrustSelfSignedStrategy; -import org.apache.http.ssl.SSLContexts; - -/** - * This class is used to build a SSL Context - */ -public class SSLBuilder { - - /** - * Creates SSL context. - * To create a custom SSLContext that accepts CA and self-signed certs, - * pass a valid keystoreStream and keystorePass. To create a default SSLContext - * pass null for keystoreStream; - * - * @param keystoreStream - * Input Stream of the keystore file. If null, a default SSL context - * will be created. - * @param keystorePass - * The password required to access the Keystore file. If null, - * blank is passed as password. - * - * @return SSLContext object - * @throws SSLException - * - if no Provider supports a KeyStoreSpi implementation for the specified type. - * - if an I/O error occurs - * - or any other causes will be attached to the exception. - */ - public static SSLContext buildSSLContext( - InputStream keystoreStream, - String keystorePass) throws SSLException { - - SSLContext sslcontext = null; - try { - if (keystoreStream != null) { // Create custom context - KeyStore keystore = KeyStore.getInstance(KeyStore.getDefaultType()); - - - try { - keystore.load(keystoreStream, - keystorePass == null ? "".toCharArray() : - keystorePass.toCharArray()); - } finally { - keystoreStream.close(); - } - - // Trust own CA and all self-signed certs - sslcontext = SSLContexts.custom() - .loadTrustMaterial(keystore, new TrustSelfSignedStrategy()) - .build(); - } else { //get the default context - sslcontext = SSLContexts.createDefault(); - } - } catch (Exception e) { - throw new SSLException(e); - } - return sslcontext; - } - - /** - * The exception thrown when errors occur within this class - */ - public static class SSLException extends Exception { - - - private static final long serialVersionUID = 1L; - - public SSLException(String string) { - super(string); - } - - public SSLException(Exception e) { - super(e); - } - - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.wrapper; + +import java.io.InputStream; +import java.security.KeyStore; + +import javax.net.ssl.SSLContext; + +import org.apache.http.conn.ssl.TrustSelfSignedStrategy; +import org.apache.http.ssl.SSLContexts; + +/** + * This class is used to build a SSL Context + */ +public class SSLBuilder { + + /** + * Creates SSL context. + * To create a custom SSLContext that accepts CA and self-signed certs, + * pass a valid keystoreStream and keystorePass. To create a default SSLContext + * pass null for keystoreStream; + * + * @param keystoreStream + * Input Stream of the keystore file. If null, a default SSL context + * will be created. + * @param keystorePass + * The password required to access the Keystore file. If null, + * blank is passed as password. + * + * @return SSLContext object + * @throws SSLException + * - if no Provider supports a KeyStoreSpi implementation for the specified type. + * - if an I/O error occurs + * - or any other causes will be attached to the exception. + */ + public static SSLContext buildSSLContext( + InputStream keystoreStream, + String keystorePass) throws SSLException { + + SSLContext sslcontext = null; + try { + if (keystoreStream != null) { // Create custom context + KeyStore keystore = KeyStore.getInstance(KeyStore.getDefaultType()); + + + try { + keystore.load(keystoreStream, + keystorePass == null ? "".toCharArray() : + keystorePass.toCharArray()); + } finally { + keystoreStream.close(); + } + + // Trust own CA and all self-signed certs + sslcontext = SSLContexts.custom() + .loadTrustMaterial(keystore, new TrustSelfSignedStrategy()) + .build(); + } else { //get the default context + sslcontext = SSLContexts.createDefault(); + } + } catch (Exception e) { + throw new SSLException(e); + } + return sslcontext; + } + + /** + * The exception thrown when errors occur within this class + */ + public static class SSLException extends Exception { + + + private static final long serialVersionUID = 1L; + + public SSLException(String string) { + super(string); + } + + public SSLException(Exception e) { + super(e); + } + + } + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/WebSocketMessageDecoder.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/WebSocketMessageDecoder.java index ba627e6a3..23dd48ebf 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/WebSocketMessageDecoder.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/WebSocketMessageDecoder.java @@ -1,29 +1,29 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.wrapper; - -import javax.websocket.Decoder; - -/** - * This interface abstracts the use of {@link Decoder.Text} from the rest of - * the application. - * - * @param - the type of object being decoded by this decoder. - */ -public interface WebSocketMessageDecoder extends Decoder.Text { - - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.wrapper; + +import javax.websocket.Decoder; + +/** + * This interface abstracts the use of {@link Decoder.Text} from the rest of + * the application. + * + * @param - the type of object being decoded by this decoder. + */ +public interface WebSocketMessageDecoder extends Decoder.Text { + + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/WebSocketMessageHandler.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/WebSocketMessageHandler.java index 8d9a64ecf..d61c59802 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/WebSocketMessageHandler.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/WebSocketMessageHandler.java @@ -1,37 +1,37 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.wrapper; - -import javax.websocket.CloseReason; -import javax.websocket.EndpointConfig; -import javax.websocket.MessageHandler; -import javax.websocket.Session; - -/** - * This interface abstracts the use of {@link MessageHandler.Whole} from the - * rest of the application. - * - * @param - the type of message being handled by this message handler. - */ -public interface WebSocketMessageHandler extends MessageHandler.Whole { - - void onOpen(Session session, EndpointConfig config); - - void onClose(Session session, CloseReason reason); - - void onError(Session session, Throwable t); - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.wrapper; + +import javax.websocket.CloseReason; +import javax.websocket.EndpointConfig; +import javax.websocket.MessageHandler; +import javax.websocket.Session; + +/** + * This interface abstracts the use of {@link MessageHandler.Whole} from the + * rest of the application. + * + * @param - the type of message being handled by this message handler. + */ +public interface WebSocketMessageHandler extends MessageHandler.Whole { + + void onOpen(Session session, EndpointConfig config); + + void onClose(Session session, CloseReason reason); + + void onError(Session session, Throwable t); + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/serdes/OdeTimDeserializer.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/serdes/OdeTimDeserializer.java index 9cdc0df3a..9cdf91962 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/serdes/OdeTimDeserializer.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/serdes/OdeTimDeserializer.java @@ -1,22 +1,22 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.wrapper.serdes; - -import us.dot.its.jpo.ode.model.OdeTimData; - -public class OdeTimDeserializer extends MessagingDeserializer { - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.wrapper.serdes; + +import us.dot.its.jpo.ode.model.OdeTimData; + +public class OdeTimDeserializer extends MessagingDeserializer { + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/serdes/OdeTimSerializer.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/serdes/OdeTimSerializer.java index 59e508f9e..08e468655 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/serdes/OdeTimSerializer.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/serdes/OdeTimSerializer.java @@ -1,22 +1,22 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.wrapper.serdes; - -import us.dot.its.jpo.ode.model.OdeTimData; - -public class OdeTimSerializer extends MessagingSerializer { - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.wrapper.serdes; + +import us.dot.its.jpo.ode.model.OdeTimData; + +public class OdeTimSerializer extends MessagingSerializer { + +} diff --git a/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/CASClientTest.java b/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/CASClientTest.java index 5d5722f20..0c644f6ab 100644 --- a/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/CASClientTest.java +++ b/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/CASClientTest.java @@ -1,527 +1,527 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.dds; - -import static org.junit.Assert.assertEquals; -import static org.junit.Assert.fail; - -import java.util.Map; -import java.util.concurrent.ConcurrentHashMap; -import java.util.regex.Pattern; - -import javax.net.ssl.SSLContext; -import javax.ws.rs.core.Response.Status; - -import org.junit.Test; -import org.junit.runner.RunWith; - -import mockit.Expectations; -import mockit.Mocked; -import mockit.Verifications; -import mockit.integration.junit4.JMockit; -import us.dot.its.jpo.ode.dds.CASClient.CASException; -import us.dot.its.jpo.ode.wrapper.HttpClientFactory; -import us.dot.its.jpo.ode.wrapper.HttpClientFactory.HttpClient; -import us.dot.its.jpo.ode.wrapper.HttpClientFactory.HttpException; -import us.dot.its.jpo.ode.wrapper.HttpClientFactory.HttpResponse; - -@RunWith(JMockit.class) -public class CASClientTest { - @Mocked HttpClientFactory mockHttpClientFactory; - @Mocked SSLContext sslContext; - @Mocked private HttpResponse mockResponse; - - /* - * For some very odd reason, just having mocked objects of Pattern and Matcher causes - * surefile plug-in to report the following very odd and strange errors on all - * subsequest test cases. Hence, we have to use real values so we don't have to mock - * which is a better approach anyway. - * -------------------------------------------------------- - T E S T S -------------------------------------------------------- -Running us.dot.its.jpo.ode.asn1.j2735.CVMessageTest -Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.673 sec - in us.dot.its.jpo.ode.asn1.j2735.CVMessageTest -Running us.dot.its.jpo.ode.asn1.j2735.J2735UtilTest -01:20:03.199 [main] INFO us.dot.its.jpo.ode.asn1.j2735.J2735UtilTest - Decoded file VehicleSituationDataServiceRequest.uper into object ServiceRequest -01:20:03.227 [main] INFO us.dot.its.jpo.ode.asn1.j2735.J2735UtilTest - Decoded file VehSitDataMessage.uper into object VehSitDataMessage -2017-05-29 05:20:03.239 UTC -2017-05-29 05:21:03.000 UTC -Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.25 sec - in us.dot.its.jpo.ode.asn1.j2735.J2735UtilTest -Running us.dot.its.jpo.ode.asn1.j2735.msg.ids.ConnectedVehicleMessageLookupTest -Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in us.dot.its.jpo.ode.asn1.j2735.msg.ids.ConnectedVehicleMessageLookupTest -Running us.dot.its.jpo.ode.dds.CASClientTest -Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.521 sec - in us.dot.its.jpo.ode.dds.CASClientTest -Running us.dot.its.jpo.ode.dds.DdsClientTest -Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.01 sec <<< FAILURE! - in us.dot.its.jpo.ode.dds.DdsClientTest -us.dot.its.jpo.ode.dds.DdsClientTest Time elapsed: 0.01 sec <<< ERROR! -java.lang.NullPointerException - at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) - at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) - -Running us.dot.its.jpo.ode.dds.DdsDepRequestTest -Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.013 sec <<< FAILURE! - in us.dot.its.jpo.ode.dds.DdsDepRequestTest -us.dot.its.jpo.ode.dds.DdsDepRequestTest Time elapsed: 0.013 sec <<< ERROR! -java.lang.NullPointerException - at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) - at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) - -Running us.dot.its.jpo.ode.dds.DdsRequestTest -Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.002 sec <<< FAILURE! - in us.dot.its.jpo.ode.dds.DdsRequestTest -us.dot.its.jpo.ode.dds.DdsRequestTest Time elapsed: 0.002 sec <<< ERROR! -java.lang.NullPointerException - at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) - at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) - -Running us.dot.its.jpo.ode.dds.DdsStatusMessageDecoderTest -Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.016 sec <<< FAILURE! - in us.dot.its.jpo.ode.dds.DdsStatusMessageDecoderTest -us.dot.its.jpo.ode.dds.DdsStatusMessageDecoderTest Time elapsed: 0.016 sec <<< ERROR! -java.lang.NullPointerException - at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) - at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) - -Running us.dot.its.jpo.ode.dds.DdsStatusMessageTest -Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.004 sec <<< FAILURE! - in us.dot.its.jpo.ode.dds.DdsStatusMessageTest -us.dot.its.jpo.ode.dds.DdsStatusMessageTest Time elapsed: 0.003 sec <<< ERROR! -java.lang.NullPointerException - at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) - at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) - -Running us.dot.its.jpo.ode.dds.DepositResponseDecoderTest -Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.013 sec <<< FAILURE! - in us.dot.its.jpo.ode.dds.DepositResponseDecoderTest -us.dot.its.jpo.ode.dds.DepositResponseDecoderTest Time elapsed: 0.013 sec <<< ERROR! -java.lang.NullPointerException - at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) - at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) - -Running us.dot.its.jpo.ode.dds.StatusMessageHandlerTest -Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.011 sec <<< FAILURE! - in us.dot.its.jpo.ode.dds.StatusMessageHandlerTest -us.dot.its.jpo.ode.dds.StatusMessageHandlerTest Time elapsed: 0.011 sec <<< ERROR! -java.lang.NullPointerException - at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) - at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) - -Running us.dot.its.jpo.ode.model.J2735GeoRegionTest -Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.001 sec <<< FAILURE! - in us.dot.its.jpo.ode.model.J2735GeoRegionTest -us.dot.its.jpo.ode.model.J2735GeoRegionTest Time elapsed: 0.001 sec <<< ERROR! -java.lang.NullPointerException - at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) - at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) - -Running us.dot.its.jpo.ode.snmp.SNMPTest -Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.01 sec <<< FAILURE! - in us.dot.its.jpo.ode.snmp.SNMPTest -us.dot.its.jpo.ode.snmp.SNMPTest Time elapsed: 0.01 sec <<< ERROR! -java.lang.NullPointerException - at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) - at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) - -Running us.dot.its.jpo.ode.util.DateTimeUtilsTest -Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.013 sec <<< FAILURE! - in us.dot.its.jpo.ode.util.DateTimeUtilsTest -us.dot.its.jpo.ode.util.DateTimeUtilsTest Time elapsed: 0.013 sec <<< ERROR! -java.lang.NullPointerException - at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) - at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) - -Running us.dot.its.jpo.ode.util.GeoUtilsTest -Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.004 sec <<< FAILURE! - in us.dot.its.jpo.ode.util.GeoUtilsTest -us.dot.its.jpo.ode.util.GeoUtilsTest Time elapsed: 0.004 sec <<< ERROR! -java.lang.NullPointerException - at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) - at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) - -Running us.dot.its.jpo.ode.util.JsonUtilsTest -Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.003 sec <<< FAILURE! - in us.dot.its.jpo.ode.util.JsonUtilsTest -us.dot.its.jpo.ode.util.JsonUtilsTest Time elapsed: 0.003 sec <<< ERROR! -java.lang.NullPointerException - at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) - at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) - -Running us.dot.its.jpo.ode.util.OdeGeoUtilsTest -Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.005 sec <<< FAILURE! - in us.dot.its.jpo.ode.util.OdeGeoUtilsTest -us.dot.its.jpo.ode.util.OdeGeoUtilsTest Time elapsed: 0.004 sec <<< ERROR! -java.lang.NullPointerException - at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) - at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) - -Running us.dot.its.jpo.ode.wrapper.HttpClientFactoryTest -Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.005 sec <<< FAILURE! - in us.dot.its.jpo.ode.wrapper.HttpClientFactoryTest -us.dot.its.jpo.ode.wrapper.HttpClientFactoryTest Time elapsed: 0.005 sec <<< ERROR! -java.lang.NullPointerException - at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) - at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) - -Running us.dot.its.jpo.ode.wrapper.HttpClientTest -Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.013 sec <<< FAILURE! - in us.dot.its.jpo.ode.wrapper.HttpClientTest -us.dot.its.jpo.ode.wrapper.HttpClientTest Time elapsed: 0.013 sec <<< ERROR! -java.lang.NullPointerException - at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) - at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) - -Running us.dot.its.jpo.ode.wrapper.SSLBuilderTest -Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.015 sec <<< FAILURE! - in us.dot.its.jpo.ode.wrapper.SSLBuilderTest -us.dot.its.jpo.ode.wrapper.SSLBuilderTest Time elapsed: 0.015 sec <<< ERROR! -java.lang.NullPointerException - at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) - at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) - -Running us.dot.its.jpo.ode.wrapper.WebSocketEndpointTest -Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.013 sec <<< FAILURE! - in us.dot.its.jpo.ode.wrapper.WebSocketEndpointTest -us.dot.its.jpo.ode.wrapper.WebSocketEndpointTest Time elapsed: 0.013 sec <<< ERROR! -java.lang.NullPointerException - at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) - at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) - -Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 - -Results : - -Tests in error: - JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer - JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer - JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer - JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer - JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer - JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer - JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer - JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer - JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer - JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer - JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer - JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer - JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer - JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer - JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer - JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer - JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer - -Tests run: 26, Failures: 0, Errors: 17, Skipped: 0 - -[INFO] ------------------------------------------------------------------------ -[INFO] BUILD FAILURE -[INFO] ------------------------------------------------------------------------ -[INFO] Total time: 7.387 s -[INFO] Finished at: 2017-05-29T01:20:05-04:00 -[INFO] Final Memory: 19M/227M -[INFO] ------------------------------------------------------------------------ -[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project jpo-ode-core: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test failed: There was an error in the forked process -[ERROR] org.apache.maven.surefire.testset.TestSetFailedException: java.lang.NullPointerException -[ERROR] at org.apache.maven.surefire.common.junit4.JUnit4RunListener.rethrowAnyTestMechanismFailures(JUnit4RunListener.java:209) -[ERROR] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:169) -[ERROR] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) -[ERROR] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) -[ERROR] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) -[ERROR] Caused by: java.lang.NullPointerException -[ERROR] at org.apache.maven.surefire.common.junit4.JUnit4RunListener.extractClassName(JUnit4RunListener.java:188) -[ERROR] at org.apache.maven.surefire.common.junit4.JUnit4RunListener.getClassName(JUnit4RunListener.java:157) -[ERROR] at org.apache.maven.surefire.common.junit4.JUnit4RunListener.createReportEntry(JUnit4RunListener.java:181) -[ERROR] at org.apache.maven.surefire.common.junit4.JUnit4RunListener.testFinished(JUnit4RunListener.java:143) -[ERROR] at org.junit.runner.notification.SynchronizedRunListener.testFinished(SynchronizedRunListener.java:56) -[ERROR] at org.junit.runner.notification.RunNotifier$7.notifyListener(RunNotifier.java:190) -[ERROR] at org.junit.runner.notification.RunNotifier$SafeNotifier.run(RunNotifier.java:72) -[ERROR] at org.junit.runner.notification.RunNotifier.fireTestFinished(RunNotifier.java:187) -[ERROR] at org.junit.internal.runners.model.EachTestNotifier.fireTestFinished(EachTestNotifier.java:38) -[ERROR] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:331) -[ERROR] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) -[ERROR] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) -[ERROR] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) -[ERROR] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) -[ERROR] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) -[ERROR] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) -[ERROR] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) -[ERROR] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) -[ERROR] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) -[ERROR] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) -[ERROR] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) -[ERROR] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) -[ERROR] ... 3 more -[ERROR] -[ERROR] -> [Help 1] -[ERROR] -[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. -[ERROR] Re-run Maven using the -X switch to enable full debug logging. -[ERROR] -[ERROR] For more information about the errors and possible solutions, please read the following articles: -[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException - * - */ -// @Mocked private Pattern mockPattern; -// @Mocked private Matcher mockMatcher; - - String casUser = "testUser"; - String casPass = "testPass"; - String casUrl = "testUrl"; - - @Test - public void testConfigure() { - CASClient casClient = null; - try { - casClient = CASClient.configure(sslContext, casUrl, casUser, casPass); - } catch (CASException e) { - fail("Unexpected exception: " + e.toString()); - } - assertEquals(casClient.getDdsCasUrl(), casUrl); - assertEquals(casClient.getDdsCasUsername(), casUser); - } - - @Test(expected = CASException.class) - public void testConfigureException() - throws CASException, HttpException { - new Expectations() { - { - HttpClientFactory.build((SSLContext) any); - result = new Exception(); - } - }; - CASClient.configure(sslContext, casUrl, casUser, casPass); - } - - @SuppressWarnings("unchecked") - @Test - public void testLogin() throws HttpException { - String websocketURL = "wss://url.websocket.com"; - Map cookies = new ConcurrentHashMap(); - cookies.put("JSESSIONID", "1bif45f-testSessionId"); - new Expectations() { - { - mockResponse.getStatusCode(); - result = Status.CREATED; - result = Status.OK; - result = Status.OK; - - /* - * For some very odd reason, just having mocked objects of Pattern and Matcher causes - * surefile plug-in to report the followig very odd and strange errors on all - * subsequest test cases. Hence, we have to use real values so we don't have to mock - * which is a better approach anyway. - */ -// Pattern.compile(anyString); -// result = mockPattern; -// -// mockPattern.matcher(anyString); -// result = mockMatcher; -// -// mockMatcher.matches(); -// result = true; -// mockMatcher.group(1); -// result = "TGT-1234-11112222333334444-cas01"; - - mockResponse.getBody(); - result = "action=\"x/TGT-1234-11112222333334444-cas01\""; - result = "ST-1234-1111222233334444-cas01"; - - mockHttpClientFactory.createHttpClient().getCookies(); - result = cookies; - } - }; - - CASClient casClient; - String sessionId = ""; - try { - casClient = CASClient.configure(sslContext, casUrl, casUser, casPass); - sessionId = casClient.login(websocketURL); - assertEquals(casClient.getSessionID(), sessionId); - assertEquals("1bif45f-testSessionId", sessionId); - } catch (CASException e) { - fail("Unexpected exception: " + e.toString()); - } - - new Verifications() { - { - HttpClient httpClient = mockHttpClientFactory.createHttpClient(); - minTimes = 3; - - httpClient.post(anyString, null, (Map) any, anyString); - minTimes = 2; - - httpClient.get(anyString, null, (Map) any); - minTimes = 1; - - httpClient.close(); - minTimes = 3; - - Pattern.compile(anyString); - } - }; - } - - @Test(expected = CASException.class) - public void testLoginExceptionInGetTicket1() throws HttpException, CASException { - String websocketURL = "wss://url.websocket.com"; - Map cookies = new ConcurrentHashMap(); - cookies.put("JSESSIONID", "1bif45f-testSessionId"); - new Expectations() { - { - mockResponse.getStatusCode(); - result = Status.BAD_REQUEST; - } - }; - - CASClient casClient; - - casClient = CASClient.configure(sslContext, casUrl, casUser, casPass); - casClient.login(websocketURL); - } - - @Test(expected = CASException.class) - public void testLoginExceptionInGetTicket2() throws HttpException, CASException { - String websocketURL = "wss://url.websocket.com"; - Map cookies = new ConcurrentHashMap(); - cookies.put("JSESSIONID", "1bif45f-testSessionId"); - new Expectations() { - { - mockResponse.getStatusCode(); - result = Status.CREATED; - - /* - * For some very odd reason, just having mocked objects of Pattern and Matcher causes - * surefile plug-in to report the followig very odd and strange errors on all - * subsequest test cases. Hence, we have to use real values so we don't have to mock - * which is a better approach anyway. - */ -// Pattern.compile(anyString); -// result = mockPattern; -// -// mockPattern.matcher(anyString); -// result = mockMatcher; -// -// mockMatcher.matches(); -// result = false; - } - }; - - CASClient casClient; - - casClient = CASClient.configure(sslContext, casUrl, casUser, casPass); - casClient.login(websocketURL); - } - - @Test(expected = CASException.class) - public void testLoginExceptionInGetServiceTicket() - throws HttpException, CASException { - String websocketURL = "wss://url.websocket.com"; - Map cookies = new ConcurrentHashMap(); - cookies.put("JSESSIONID", "1bif45f-testSessionId"); - new Expectations() { - { - mockResponse.getStatusCode(); - result = Status.CREATED; - result = Status.BAD_REQUEST; - - /* - * For some very odd reason, just having mocked objects of Pattern and Matcher causes - * surefile plug-in to report the followig very odd and strange errors on all - * subsequest test cases. Hence, we have to use real values so we don't have to mock - * which is a better approach anyway. - */ -// Pattern.compile(anyString); -// result = mockPattern; -// -// mockPattern.matcher(anyString); -// result = mockMatcher; -// -// mockMatcher.matches(); -// result = true; -// mockMatcher.group(1); -// result = "TGT-1234-11112222333334444-cas01"; - - mockResponse.getBody(); - result = "action=\"x/TGT-1234-11112222333334444-cas01\""; - result = "ST-1234-1111222233334444-cas01"; - } - }; - - CASClient casClient; - - casClient = CASClient.configure(sslContext, casUrl, casUser, casPass); - casClient.login(websocketURL); - } - - - @Test(expected = CASException.class) - public void testLoginExceptionInGetServiceCall() - throws HttpException, CASException { - String websocketURL = "wss://url.websocket.com"; - Map cookies = new ConcurrentHashMap(); - cookies.put("JSESSIONID", "1bif45f-testSessionId"); - new Expectations() { - { - mockResponse.getStatusCode(); - result = Status.CREATED; - result = Status.OK; - result = Status.BAD_REQUEST; - - /* - * For some very odd reason, just having mocked objects of Pattern and Matcher causes - * surefile plug-in to report the followig very odd and strange errors on all - * subsequest test cases. Hence, we have to use real values so we don't have to mock - * which is a better approach anyway. - */ -// Pattern.compile(anyString); -// result = mockPattern; -// -// mockPattern.matcher(anyString); -// result = mockMatcher; -// -// mockMatcher.matches(); -// result = true; -// mockMatcher.group(1); -// result = "TGT-1234-11112222333334444-cas01"; - - mockResponse.getBody(); - result = "action=\"x/TGT-1234-11112222333334444-cas01\""; - result = "ST-1234-1111222233334444-cas01"; - - } - }; - - CASClient casClient = CASClient.configure(sslContext, casUrl, casUser, casPass); - casClient.login(websocketURL); - } -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.dds; + +import static org.junit.Assert.assertEquals; +import static org.junit.Assert.fail; + +import java.util.Map; +import java.util.concurrent.ConcurrentHashMap; +import java.util.regex.Pattern; + +import javax.net.ssl.SSLContext; +import javax.ws.rs.core.Response.Status; + +import org.junit.Test; +import org.junit.runner.RunWith; + +import mockit.Expectations; +import mockit.Mocked; +import mockit.Verifications; +import mockit.integration.junit4.JMockit; +import us.dot.its.jpo.ode.dds.CASClient.CASException; +import us.dot.its.jpo.ode.wrapper.HttpClientFactory; +import us.dot.its.jpo.ode.wrapper.HttpClientFactory.HttpClient; +import us.dot.its.jpo.ode.wrapper.HttpClientFactory.HttpException; +import us.dot.its.jpo.ode.wrapper.HttpClientFactory.HttpResponse; + +@RunWith(JMockit.class) +public class CASClientTest { + @Mocked HttpClientFactory mockHttpClientFactory; + @Mocked SSLContext sslContext; + @Mocked private HttpResponse mockResponse; + + /* + * For some very odd reason, just having mocked objects of Pattern and Matcher causes + * surefile plug-in to report the following very odd and strange errors on all + * subsequest test cases. Hence, we have to use real values so we don't have to mock + * which is a better approach anyway. + * +------------------------------------------------------- + T E S T S +------------------------------------------------------- +Running us.dot.its.jpo.ode.asn1.j2735.CVMessageTest +Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.673 sec - in us.dot.its.jpo.ode.asn1.j2735.CVMessageTest +Running us.dot.its.jpo.ode.asn1.j2735.J2735UtilTest +01:20:03.199 [main] INFO us.dot.its.jpo.ode.asn1.j2735.J2735UtilTest - Decoded file VehicleSituationDataServiceRequest.uper into object ServiceRequest +01:20:03.227 [main] INFO us.dot.its.jpo.ode.asn1.j2735.J2735UtilTest - Decoded file VehSitDataMessage.uper into object VehSitDataMessage +2017-05-29 05:20:03.239 UTC +2017-05-29 05:21:03.000 UTC +Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.25 sec - in us.dot.its.jpo.ode.asn1.j2735.J2735UtilTest +Running us.dot.its.jpo.ode.asn1.j2735.msg.ids.ConnectedVehicleMessageLookupTest +Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in us.dot.its.jpo.ode.asn1.j2735.msg.ids.ConnectedVehicleMessageLookupTest +Running us.dot.its.jpo.ode.dds.CASClientTest +Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.521 sec - in us.dot.its.jpo.ode.dds.CASClientTest +Running us.dot.its.jpo.ode.dds.DdsClientTest +Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.01 sec <<< FAILURE! - in us.dot.its.jpo.ode.dds.DdsClientTest +us.dot.its.jpo.ode.dds.DdsClientTest Time elapsed: 0.01 sec <<< ERROR! +java.lang.NullPointerException + at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) + at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) + +Running us.dot.its.jpo.ode.dds.DdsDepRequestTest +Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.013 sec <<< FAILURE! - in us.dot.its.jpo.ode.dds.DdsDepRequestTest +us.dot.its.jpo.ode.dds.DdsDepRequestTest Time elapsed: 0.013 sec <<< ERROR! +java.lang.NullPointerException + at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) + at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) + +Running us.dot.its.jpo.ode.dds.DdsRequestTest +Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.002 sec <<< FAILURE! - in us.dot.its.jpo.ode.dds.DdsRequestTest +us.dot.its.jpo.ode.dds.DdsRequestTest Time elapsed: 0.002 sec <<< ERROR! +java.lang.NullPointerException + at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) + at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) + +Running us.dot.its.jpo.ode.dds.DdsStatusMessageDecoderTest +Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.016 sec <<< FAILURE! - in us.dot.its.jpo.ode.dds.DdsStatusMessageDecoderTest +us.dot.its.jpo.ode.dds.DdsStatusMessageDecoderTest Time elapsed: 0.016 sec <<< ERROR! +java.lang.NullPointerException + at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) + at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) + +Running us.dot.its.jpo.ode.dds.DdsStatusMessageTest +Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.004 sec <<< FAILURE! - in us.dot.its.jpo.ode.dds.DdsStatusMessageTest +us.dot.its.jpo.ode.dds.DdsStatusMessageTest Time elapsed: 0.003 sec <<< ERROR! +java.lang.NullPointerException + at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) + at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) + +Running us.dot.its.jpo.ode.dds.DepositResponseDecoderTest +Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.013 sec <<< FAILURE! - in us.dot.its.jpo.ode.dds.DepositResponseDecoderTest +us.dot.its.jpo.ode.dds.DepositResponseDecoderTest Time elapsed: 0.013 sec <<< ERROR! +java.lang.NullPointerException + at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) + at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) + +Running us.dot.its.jpo.ode.dds.StatusMessageHandlerTest +Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.011 sec <<< FAILURE! - in us.dot.its.jpo.ode.dds.StatusMessageHandlerTest +us.dot.its.jpo.ode.dds.StatusMessageHandlerTest Time elapsed: 0.011 sec <<< ERROR! +java.lang.NullPointerException + at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) + at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) + +Running us.dot.its.jpo.ode.model.J2735GeoRegionTest +Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.001 sec <<< FAILURE! - in us.dot.its.jpo.ode.model.J2735GeoRegionTest +us.dot.its.jpo.ode.model.J2735GeoRegionTest Time elapsed: 0.001 sec <<< ERROR! +java.lang.NullPointerException + at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) + at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) + +Running us.dot.its.jpo.ode.snmp.SNMPTest +Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.01 sec <<< FAILURE! - in us.dot.its.jpo.ode.snmp.SNMPTest +us.dot.its.jpo.ode.snmp.SNMPTest Time elapsed: 0.01 sec <<< ERROR! +java.lang.NullPointerException + at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) + at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) + +Running us.dot.its.jpo.ode.util.DateTimeUtilsTest +Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.013 sec <<< FAILURE! - in us.dot.its.jpo.ode.util.DateTimeUtilsTest +us.dot.its.jpo.ode.util.DateTimeUtilsTest Time elapsed: 0.013 sec <<< ERROR! +java.lang.NullPointerException + at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) + at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) + +Running us.dot.its.jpo.ode.util.GeoUtilsTest +Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.004 sec <<< FAILURE! - in us.dot.its.jpo.ode.util.GeoUtilsTest +us.dot.its.jpo.ode.util.GeoUtilsTest Time elapsed: 0.004 sec <<< ERROR! +java.lang.NullPointerException + at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) + at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) + +Running us.dot.its.jpo.ode.util.JsonUtilsTest +Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.003 sec <<< FAILURE! - in us.dot.its.jpo.ode.util.JsonUtilsTest +us.dot.its.jpo.ode.util.JsonUtilsTest Time elapsed: 0.003 sec <<< ERROR! +java.lang.NullPointerException + at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) + at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) + +Running us.dot.its.jpo.ode.util.OdeGeoUtilsTest +Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.005 sec <<< FAILURE! - in us.dot.its.jpo.ode.util.OdeGeoUtilsTest +us.dot.its.jpo.ode.util.OdeGeoUtilsTest Time elapsed: 0.004 sec <<< ERROR! +java.lang.NullPointerException + at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) + at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) + +Running us.dot.its.jpo.ode.wrapper.HttpClientFactoryTest +Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.005 sec <<< FAILURE! - in us.dot.its.jpo.ode.wrapper.HttpClientFactoryTest +us.dot.its.jpo.ode.wrapper.HttpClientFactoryTest Time elapsed: 0.005 sec <<< ERROR! +java.lang.NullPointerException + at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) + at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) + +Running us.dot.its.jpo.ode.wrapper.HttpClientTest +Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.013 sec <<< FAILURE! - in us.dot.its.jpo.ode.wrapper.HttpClientTest +us.dot.its.jpo.ode.wrapper.HttpClientTest Time elapsed: 0.013 sec <<< ERROR! +java.lang.NullPointerException + at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) + at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) + +Running us.dot.its.jpo.ode.wrapper.SSLBuilderTest +Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.015 sec <<< FAILURE! - in us.dot.its.jpo.ode.wrapper.SSLBuilderTest +us.dot.its.jpo.ode.wrapper.SSLBuilderTest Time elapsed: 0.015 sec <<< ERROR! +java.lang.NullPointerException + at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) + at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) + +Running us.dot.its.jpo.ode.wrapper.WebSocketEndpointTest +Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.013 sec <<< FAILURE! - in us.dot.its.jpo.ode.wrapper.WebSocketEndpointTest +us.dot.its.jpo.ode.wrapper.WebSocketEndpointTest Time elapsed: 0.013 sec <<< ERROR! +java.lang.NullPointerException + at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) + at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) + +Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 + +Results : + +Tests in error: + JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer + JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer + JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer + JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer + JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer + JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer + JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer + JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer + JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer + JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer + JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer + JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer + JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer + JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer + JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer + JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer + JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer + +Tests run: 26, Failures: 0, Errors: 17, Skipped: 0 + +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD FAILURE +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 7.387 s +[INFO] Finished at: 2017-05-29T01:20:05-04:00 +[INFO] Final Memory: 19M/227M +[INFO] ------------------------------------------------------------------------ +[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project jpo-ode-core: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test failed: There was an error in the forked process +[ERROR] org.apache.maven.surefire.testset.TestSetFailedException: java.lang.NullPointerException +[ERROR] at org.apache.maven.surefire.common.junit4.JUnit4RunListener.rethrowAnyTestMechanismFailures(JUnit4RunListener.java:209) +[ERROR] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:169) +[ERROR] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) +[ERROR] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) +[ERROR] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) +[ERROR] Caused by: java.lang.NullPointerException +[ERROR] at org.apache.maven.surefire.common.junit4.JUnit4RunListener.extractClassName(JUnit4RunListener.java:188) +[ERROR] at org.apache.maven.surefire.common.junit4.JUnit4RunListener.getClassName(JUnit4RunListener.java:157) +[ERROR] at org.apache.maven.surefire.common.junit4.JUnit4RunListener.createReportEntry(JUnit4RunListener.java:181) +[ERROR] at org.apache.maven.surefire.common.junit4.JUnit4RunListener.testFinished(JUnit4RunListener.java:143) +[ERROR] at org.junit.runner.notification.SynchronizedRunListener.testFinished(SynchronizedRunListener.java:56) +[ERROR] at org.junit.runner.notification.RunNotifier$7.notifyListener(RunNotifier.java:190) +[ERROR] at org.junit.runner.notification.RunNotifier$SafeNotifier.run(RunNotifier.java:72) +[ERROR] at org.junit.runner.notification.RunNotifier.fireTestFinished(RunNotifier.java:187) +[ERROR] at org.junit.internal.runners.model.EachTestNotifier.fireTestFinished(EachTestNotifier.java:38) +[ERROR] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:331) +[ERROR] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) +[ERROR] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) +[ERROR] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) +[ERROR] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) +[ERROR] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) +[ERROR] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) +[ERROR] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) +[ERROR] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) +[ERROR] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) +[ERROR] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) +[ERROR] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) +[ERROR] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) +[ERROR] ... 3 more +[ERROR] +[ERROR] -> [Help 1] +[ERROR] +[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. +[ERROR] Re-run Maven using the -X switch to enable full debug logging. +[ERROR] +[ERROR] For more information about the errors and possible solutions, please read the following articles: +[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException + * + */ +// @Mocked private Pattern mockPattern; +// @Mocked private Matcher mockMatcher; + + String casUser = "testUser"; + String casPass = "testPass"; + String casUrl = "testUrl"; + + @Test + public void testConfigure() { + CASClient casClient = null; + try { + casClient = CASClient.configure(sslContext, casUrl, casUser, casPass); + } catch (CASException e) { + fail("Unexpected exception: " + e.toString()); + } + assertEquals(casClient.getDdsCasUrl(), casUrl); + assertEquals(casClient.getDdsCasUsername(), casUser); + } + + @Test(expected = CASException.class) + public void testConfigureException() + throws CASException, HttpException { + new Expectations() { + { + HttpClientFactory.build((SSLContext) any); + result = new Exception(); + } + }; + CASClient.configure(sslContext, casUrl, casUser, casPass); + } + + @SuppressWarnings("unchecked") + @Test + public void testLogin() throws HttpException { + String websocketURL = "wss://url.websocket.com"; + Map cookies = new ConcurrentHashMap(); + cookies.put("JSESSIONID", "1bif45f-testSessionId"); + new Expectations() { + { + mockResponse.getStatusCode(); + result = Status.CREATED; + result = Status.OK; + result = Status.OK; + + /* + * For some very odd reason, just having mocked objects of Pattern and Matcher causes + * surefile plug-in to report the followig very odd and strange errors on all + * subsequest test cases. Hence, we have to use real values so we don't have to mock + * which is a better approach anyway. + */ +// Pattern.compile(anyString); +// result = mockPattern; +// +// mockPattern.matcher(anyString); +// result = mockMatcher; +// +// mockMatcher.matches(); +// result = true; +// mockMatcher.group(1); +// result = "TGT-1234-11112222333334444-cas01"; + + mockResponse.getBody(); + result = "action=\"x/TGT-1234-11112222333334444-cas01\""; + result = "ST-1234-1111222233334444-cas01"; + + mockHttpClientFactory.createHttpClient().getCookies(); + result = cookies; + } + }; + + CASClient casClient; + String sessionId = ""; + try { + casClient = CASClient.configure(sslContext, casUrl, casUser, casPass); + sessionId = casClient.login(websocketURL); + assertEquals(casClient.getSessionID(), sessionId); + assertEquals("1bif45f-testSessionId", sessionId); + } catch (CASException e) { + fail("Unexpected exception: " + e.toString()); + } + + new Verifications() { + { + HttpClient httpClient = mockHttpClientFactory.createHttpClient(); + minTimes = 3; + + httpClient.post(anyString, null, (Map) any, anyString); + minTimes = 2; + + httpClient.get(anyString, null, (Map) any); + minTimes = 1; + + httpClient.close(); + minTimes = 3; + + Pattern.compile(anyString); + } + }; + } + + @Test(expected = CASException.class) + public void testLoginExceptionInGetTicket1() throws HttpException, CASException { + String websocketURL = "wss://url.websocket.com"; + Map cookies = new ConcurrentHashMap(); + cookies.put("JSESSIONID", "1bif45f-testSessionId"); + new Expectations() { + { + mockResponse.getStatusCode(); + result = Status.BAD_REQUEST; + } + }; + + CASClient casClient; + + casClient = CASClient.configure(sslContext, casUrl, casUser, casPass); + casClient.login(websocketURL); + } + + @Test(expected = CASException.class) + public void testLoginExceptionInGetTicket2() throws HttpException, CASException { + String websocketURL = "wss://url.websocket.com"; + Map cookies = new ConcurrentHashMap(); + cookies.put("JSESSIONID", "1bif45f-testSessionId"); + new Expectations() { + { + mockResponse.getStatusCode(); + result = Status.CREATED; + + /* + * For some very odd reason, just having mocked objects of Pattern and Matcher causes + * surefile plug-in to report the followig very odd and strange errors on all + * subsequest test cases. Hence, we have to use real values so we don't have to mock + * which is a better approach anyway. + */ +// Pattern.compile(anyString); +// result = mockPattern; +// +// mockPattern.matcher(anyString); +// result = mockMatcher; +// +// mockMatcher.matches(); +// result = false; + } + }; + + CASClient casClient; + + casClient = CASClient.configure(sslContext, casUrl, casUser, casPass); + casClient.login(websocketURL); + } + + @Test(expected = CASException.class) + public void testLoginExceptionInGetServiceTicket() + throws HttpException, CASException { + String websocketURL = "wss://url.websocket.com"; + Map cookies = new ConcurrentHashMap(); + cookies.put("JSESSIONID", "1bif45f-testSessionId"); + new Expectations() { + { + mockResponse.getStatusCode(); + result = Status.CREATED; + result = Status.BAD_REQUEST; + + /* + * For some very odd reason, just having mocked objects of Pattern and Matcher causes + * surefile plug-in to report the followig very odd and strange errors on all + * subsequest test cases. Hence, we have to use real values so we don't have to mock + * which is a better approach anyway. + */ +// Pattern.compile(anyString); +// result = mockPattern; +// +// mockPattern.matcher(anyString); +// result = mockMatcher; +// +// mockMatcher.matches(); +// result = true; +// mockMatcher.group(1); +// result = "TGT-1234-11112222333334444-cas01"; + + mockResponse.getBody(); + result = "action=\"x/TGT-1234-11112222333334444-cas01\""; + result = "ST-1234-1111222233334444-cas01"; + } + }; + + CASClient casClient; + + casClient = CASClient.configure(sslContext, casUrl, casUser, casPass); + casClient.login(websocketURL); + } + + + @Test(expected = CASException.class) + public void testLoginExceptionInGetServiceCall() + throws HttpException, CASException { + String websocketURL = "wss://url.websocket.com"; + Map cookies = new ConcurrentHashMap(); + cookies.put("JSESSIONID", "1bif45f-testSessionId"); + new Expectations() { + { + mockResponse.getStatusCode(); + result = Status.CREATED; + result = Status.OK; + result = Status.BAD_REQUEST; + + /* + * For some very odd reason, just having mocked objects of Pattern and Matcher causes + * surefile plug-in to report the followig very odd and strange errors on all + * subsequest test cases. Hence, we have to use real values so we don't have to mock + * which is a better approach anyway. + */ +// Pattern.compile(anyString); +// result = mockPattern; +// +// mockPattern.matcher(anyString); +// result = mockMatcher; +// +// mockMatcher.matches(); +// result = true; +// mockMatcher.group(1); +// result = "TGT-1234-11112222333334444-cas01"; + + mockResponse.getBody(); + result = "action=\"x/TGT-1234-11112222333334444-cas01\""; + result = "ST-1234-1111222233334444-cas01"; + + } + }; + + CASClient casClient = CASClient.configure(sslContext, casUrl, casUser, casPass); + casClient.login(websocketURL); + } +} diff --git a/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/DdsClientTest.java b/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/DdsClientTest.java index 7d349d230..61dc913c6 100644 --- a/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/DdsClientTest.java +++ b/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/DdsClientTest.java @@ -1,142 +1,142 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.dds; - -import java.io.InputStream; -import java.net.URI; -import java.util.List; -import java.util.Map; - -import javax.net.ssl.SSLContext; - -import org.junit.Ignore; -import org.junit.Test; -import org.junit.runner.RunWith; - -import mockit.Expectations; -import mockit.Mocked; -import mockit.Verifications; -import mockit.integration.junit4.JMockit; -import us.dot.its.jpo.ode.dds.CASClient.CASException; -import us.dot.its.jpo.ode.dds.DdsClient.DdsClientException; -import us.dot.its.jpo.ode.wrapper.SSLBuilder; -import us.dot.its.jpo.ode.wrapper.WebSocketEndpoint; -import us.dot.its.jpo.ode.wrapper.WebSocketMessageDecoder; -import us.dot.its.jpo.ode.wrapper.WebSocketMessageHandler; - -@RunWith(JMockit.class) -public class DdsClientTest { - @Mocked private WebSocketMessageHandler mockMessageHandler; - @Mocked private CASClient mockCasClient; - - String ddsCasUrl = "ddsCasUrl"; - String ddsCasUsername = "ddsCasUsername"; - String ddsCasPassword = "ddsCasPassword"; - String websocketURL = "ws://websocket.org"; - String keystoreFile = "keystoreFile"; - String keystorePass = "keystorePass"; - - @Ignore - @Test - public void testConstructor() { - try { - new Expectations() { - { - CASClient.configure((SSLContext) any, anyString, anyString, anyString); - } - }; - } catch (CASException e1) { - e1.printStackTrace(); - } - - try { - new DdsClient(ddsCasUrl, ddsCasUsername, ddsCasPassword, websocketURL, keystoreFile, keystorePass); - } catch (DdsClientException e) { - e.printStackTrace(); - } - - try { - new Verifications() { - { - new URI("websocketURL"); - minTimes = 1; - CASClient.class.getClassLoader().getResourceAsStream("keystoreFile"); - SSLBuilder.buildSSLContext((InputStream) any, "keystorePass"); - } - }; - } catch (Exception e) { - e.printStackTrace(); - } - } - - @Ignore - @Test(expected = DdsClientException.class) - public void testConstructorException() - throws DdsClientException, CASException { - - new Expectations() { - { - CASClient.configure((SSLContext) any, anyString, anyString, anyString); - result = new Exception(); - } - }; - - new DdsClient(ddsCasUrl, ddsCasUsername, ddsCasPassword, websocketURL, keystoreFile, keystorePass); - } - - @SuppressWarnings("unchecked") - @Ignore - @Test - public void testLogin() { - try { - DdsClient ddsClient = new DdsClient(ddsCasUrl, ddsCasUsername, ddsCasPassword, websocketURL, - keystoreFile, keystorePass); - ddsClient.login(null, mockMessageHandler); - - new Verifications() { - { - mockCasClient.login(anyString); - new WebSocketEndpoint((URI) any, (SSLContext) any, null, - (Map>) any, (WebSocketMessageHandler) any, - (List>>) any); - } - }; - - } catch (Exception e) { - e.printStackTrace(); - } - } - - @Ignore - @SuppressWarnings("unchecked") - @Test(expected = DdsClientException.class) - public void testLoginException() - throws DdsClientException, CASException { - - new Expectations() { - { - mockCasClient.login(anyString); - new WebSocketEndpoint((URI) any, (SSLContext) any, null, (Map>) any, - (WebSocketMessageHandler) any, (List>>) any); - result = new DdsClientException(null); - } - }; - - DdsClient ddsClient = new DdsClient(ddsCasUrl, ddsCasUsername, ddsCasPassword, websocketURL, - keystoreFile, keystorePass); - ddsClient.login(null, mockMessageHandler); - } -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.dds; + +import java.io.InputStream; +import java.net.URI; +import java.util.List; +import java.util.Map; + +import javax.net.ssl.SSLContext; + +import org.junit.Ignore; +import org.junit.Test; +import org.junit.runner.RunWith; + +import mockit.Expectations; +import mockit.Mocked; +import mockit.Verifications; +import mockit.integration.junit4.JMockit; +import us.dot.its.jpo.ode.dds.CASClient.CASException; +import us.dot.its.jpo.ode.dds.DdsClient.DdsClientException; +import us.dot.its.jpo.ode.wrapper.SSLBuilder; +import us.dot.its.jpo.ode.wrapper.WebSocketEndpoint; +import us.dot.its.jpo.ode.wrapper.WebSocketMessageDecoder; +import us.dot.its.jpo.ode.wrapper.WebSocketMessageHandler; + +@RunWith(JMockit.class) +public class DdsClientTest { + @Mocked private WebSocketMessageHandler mockMessageHandler; + @Mocked private CASClient mockCasClient; + + String ddsCasUrl = "ddsCasUrl"; + String ddsCasUsername = "ddsCasUsername"; + String ddsCasPassword = "ddsCasPassword"; + String websocketURL = "ws://websocket.org"; + String keystoreFile = "keystoreFile"; + String keystorePass = "keystorePass"; + + @Ignore + @Test + public void testConstructor() { + try { + new Expectations() { + { + CASClient.configure((SSLContext) any, anyString, anyString, anyString); + } + }; + } catch (CASException e1) { + e1.printStackTrace(); + } + + try { + new DdsClient(ddsCasUrl, ddsCasUsername, ddsCasPassword, websocketURL, keystoreFile, keystorePass); + } catch (DdsClientException e) { + e.printStackTrace(); + } + + try { + new Verifications() { + { + new URI("websocketURL"); + minTimes = 1; + CASClient.class.getClassLoader().getResourceAsStream("keystoreFile"); + SSLBuilder.buildSSLContext((InputStream) any, "keystorePass"); + } + }; + } catch (Exception e) { + e.printStackTrace(); + } + } + + @Ignore + @Test(expected = DdsClientException.class) + public void testConstructorException() + throws DdsClientException, CASException { + + new Expectations() { + { + CASClient.configure((SSLContext) any, anyString, anyString, anyString); + result = new Exception(); + } + }; + + new DdsClient(ddsCasUrl, ddsCasUsername, ddsCasPassword, websocketURL, keystoreFile, keystorePass); + } + + @SuppressWarnings("unchecked") + @Ignore + @Test + public void testLogin() { + try { + DdsClient ddsClient = new DdsClient(ddsCasUrl, ddsCasUsername, ddsCasPassword, websocketURL, + keystoreFile, keystorePass); + ddsClient.login(null, mockMessageHandler); + + new Verifications() { + { + mockCasClient.login(anyString); + new WebSocketEndpoint((URI) any, (SSLContext) any, null, + (Map>) any, (WebSocketMessageHandler) any, + (List>>) any); + } + }; + + } catch (Exception e) { + e.printStackTrace(); + } + } + + @Ignore + @SuppressWarnings("unchecked") + @Test(expected = DdsClientException.class) + public void testLoginException() + throws DdsClientException, CASException { + + new Expectations() { + { + mockCasClient.login(anyString); + new WebSocketEndpoint((URI) any, (SSLContext) any, null, (Map>) any, + (WebSocketMessageHandler) any, (List>>) any); + result = new DdsClientException(null); + } + }; + + DdsClient ddsClient = new DdsClient(ddsCasUrl, ddsCasUsername, ddsCasPassword, websocketURL, + keystoreFile, keystorePass); + ddsClient.login(null, mockMessageHandler); + } +} diff --git a/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/DdsDepRequestTest.java b/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/DdsDepRequestTest.java index 256225340..f76f34079 100644 --- a/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/DdsDepRequestTest.java +++ b/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/DdsDepRequestTest.java @@ -1,130 +1,130 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.dds; - -import static org.junit.Assert.*; -import org.junit.Test; - -public class DdsDepRequestTest { - - @Test - public void testSystemDepositName() { - DdsDepRequest ddsDepRequest = new DdsDepRequest(); - String depositName = "test deposit name"; - ddsDepRequest.setSystemDepositName(depositName); - assertEquals(depositName, ddsDepRequest.getSystemDepositName()); - } - - @Test - public void testEncodeType() { - DdsDepRequest ddsDepRequest = new DdsDepRequest(); - String encodeType = "hex"; - ddsDepRequest.setEncodeType(encodeType); - assertEquals(encodeType, ddsDepRequest.getEncodeType()); - assertNotEquals("base64", ddsDepRequest.getEncodeType()); - } - - @Test - public void testEncodedMsg() { - DdsDepRequest ddsDepRequest = new DdsDepRequest(); - String encodedMsg = "Sample Encode Msg"; - ddsDepRequest.setEncodedMsg(encodedMsg); - assertEquals(encodedMsg, ddsDepRequest.getEncodedMsg()); - assertNotEquals("invalid encoded msg", ddsDepRequest.getEncodedMsg()); - } - - @Test - public void testToString() { - DdsDepRequest ddsDepRequest = new DdsDepRequest(); - String encodedMsg = "testEncodeMsg"; - String encodeType = "hex"; - String depositName = "testDepositName"; - - ddsDepRequest.setEncodeType(encodedMsg); - ddsDepRequest.setEncodeType(encodeType); - ddsDepRequest.setSystemDepositName(depositName); - String expectedStr = "DEPOSIT:{\"systemDepositName\":\"testDepositName\",\"encodeType\":\"hex\",\"dialogID\":0}"; - assertEquals(ddsDepRequest.toString(), expectedStr); - } - - @Test - public void testHashCode() { - DdsDepRequest ddsDepRequest1 = new DdsDepRequest(); - DdsDepRequest ddsDepRequest2 = new DdsDepRequest(); - assertEquals(ddsDepRequest1.hashCode(), ddsDepRequest2.hashCode()); - - String encodeType = "hex"; - ddsDepRequest1.setEncodeType(encodeType); - assertNotEquals(ddsDepRequest1.hashCode(), ddsDepRequest2.hashCode()); - - ddsDepRequest2.setEncodeType(encodeType); - assertEquals(ddsDepRequest1.hashCode(), ddsDepRequest2.hashCode()); - - String encodedMsg = "testEncodeMsg"; - ddsDepRequest1.setEncodedMsg(encodedMsg); - ddsDepRequest2.setEncodedMsg(encodedMsg); - - String depositName = "testDepositName"; - ddsDepRequest1.setSystemDepositName(depositName); - ddsDepRequest2.setSystemDepositName(depositName); - - assertEquals(ddsDepRequest1.hashCode(), ddsDepRequest2.hashCode()); - } - - @Test - public void testEquals() { - DdsDepRequest ddsDepRequest1 = new DdsDepRequest(); - DdsDepRequest ddsDepRequest2 = new DdsDepRequest(); - Object randomObject = new Object(); - assertTrue(ddsDepRequest1.equals(ddsDepRequest2)); - assertTrue(ddsDepRequest1.equals(ddsDepRequest1)); - assertFalse(ddsDepRequest1.equals(randomObject)); - assertFalse(ddsDepRequest1.equals(null)); - - ddsDepRequest2.setEncodeType("NotNull"); - assertFalse(ddsDepRequest1.equals(ddsDepRequest2)); - - String encodeType = "hex"; - ddsDepRequest1.setEncodeType(encodeType); - assertFalse(ddsDepRequest1.equals(ddsDepRequest2)); - - ddsDepRequest2.setEncodeType(encodeType); - assertTrue(ddsDepRequest1.equals(ddsDepRequest2)); - - ddsDepRequest2.setEncodedMsg("NotNull"); - assertFalse(ddsDepRequest1.equals(ddsDepRequest2)); - - String encodedMsg = "testEncodeMsg"; - ddsDepRequest1.setEncodedMsg(encodedMsg); - assertFalse(ddsDepRequest1.equals(ddsDepRequest2)); - - ddsDepRequest2.setEncodedMsg(encodedMsg); - assertTrue(ddsDepRequest1.equals(ddsDepRequest2)); - - ddsDepRequest2.setSystemDepositName("NotNull"); - assertFalse(ddsDepRequest1.equals(ddsDepRequest2)); - - String depositName = "testDepositName"; - ddsDepRequest1.setSystemDepositName(depositName); - assertFalse(ddsDepRequest1.equals(ddsDepRequest2)); - - ddsDepRequest2.setSystemDepositName(depositName); - assertTrue(ddsDepRequest1.equals(ddsDepRequest2)); - } - - - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.dds; + +import static org.junit.Assert.*; +import org.junit.Test; + +public class DdsDepRequestTest { + + @Test + public void testSystemDepositName() { + DdsDepRequest ddsDepRequest = new DdsDepRequest(); + String depositName = "test deposit name"; + ddsDepRequest.setSystemDepositName(depositName); + assertEquals(depositName, ddsDepRequest.getSystemDepositName()); + } + + @Test + public void testEncodeType() { + DdsDepRequest ddsDepRequest = new DdsDepRequest(); + String encodeType = "hex"; + ddsDepRequest.setEncodeType(encodeType); + assertEquals(encodeType, ddsDepRequest.getEncodeType()); + assertNotEquals("base64", ddsDepRequest.getEncodeType()); + } + + @Test + public void testEncodedMsg() { + DdsDepRequest ddsDepRequest = new DdsDepRequest(); + String encodedMsg = "Sample Encode Msg"; + ddsDepRequest.setEncodedMsg(encodedMsg); + assertEquals(encodedMsg, ddsDepRequest.getEncodedMsg()); + assertNotEquals("invalid encoded msg", ddsDepRequest.getEncodedMsg()); + } + + @Test + public void testToString() { + DdsDepRequest ddsDepRequest = new DdsDepRequest(); + String encodedMsg = "testEncodeMsg"; + String encodeType = "hex"; + String depositName = "testDepositName"; + + ddsDepRequest.setEncodeType(encodedMsg); + ddsDepRequest.setEncodeType(encodeType); + ddsDepRequest.setSystemDepositName(depositName); + String expectedStr = "DEPOSIT:{\"systemDepositName\":\"testDepositName\",\"encodeType\":\"hex\",\"dialogID\":0}"; + assertEquals(ddsDepRequest.toString(), expectedStr); + } + + @Test + public void testHashCode() { + DdsDepRequest ddsDepRequest1 = new DdsDepRequest(); + DdsDepRequest ddsDepRequest2 = new DdsDepRequest(); + assertEquals(ddsDepRequest1.hashCode(), ddsDepRequest2.hashCode()); + + String encodeType = "hex"; + ddsDepRequest1.setEncodeType(encodeType); + assertNotEquals(ddsDepRequest1.hashCode(), ddsDepRequest2.hashCode()); + + ddsDepRequest2.setEncodeType(encodeType); + assertEquals(ddsDepRequest1.hashCode(), ddsDepRequest2.hashCode()); + + String encodedMsg = "testEncodeMsg"; + ddsDepRequest1.setEncodedMsg(encodedMsg); + ddsDepRequest2.setEncodedMsg(encodedMsg); + + String depositName = "testDepositName"; + ddsDepRequest1.setSystemDepositName(depositName); + ddsDepRequest2.setSystemDepositName(depositName); + + assertEquals(ddsDepRequest1.hashCode(), ddsDepRequest2.hashCode()); + } + + @Test + public void testEquals() { + DdsDepRequest ddsDepRequest1 = new DdsDepRequest(); + DdsDepRequest ddsDepRequest2 = new DdsDepRequest(); + Object randomObject = new Object(); + assertTrue(ddsDepRequest1.equals(ddsDepRequest2)); + assertTrue(ddsDepRequest1.equals(ddsDepRequest1)); + assertFalse(ddsDepRequest1.equals(randomObject)); + assertFalse(ddsDepRequest1.equals(null)); + + ddsDepRequest2.setEncodeType("NotNull"); + assertFalse(ddsDepRequest1.equals(ddsDepRequest2)); + + String encodeType = "hex"; + ddsDepRequest1.setEncodeType(encodeType); + assertFalse(ddsDepRequest1.equals(ddsDepRequest2)); + + ddsDepRequest2.setEncodeType(encodeType); + assertTrue(ddsDepRequest1.equals(ddsDepRequest2)); + + ddsDepRequest2.setEncodedMsg("NotNull"); + assertFalse(ddsDepRequest1.equals(ddsDepRequest2)); + + String encodedMsg = "testEncodeMsg"; + ddsDepRequest1.setEncodedMsg(encodedMsg); + assertFalse(ddsDepRequest1.equals(ddsDepRequest2)); + + ddsDepRequest2.setEncodedMsg(encodedMsg); + assertTrue(ddsDepRequest1.equals(ddsDepRequest2)); + + ddsDepRequest2.setSystemDepositName("NotNull"); + assertFalse(ddsDepRequest1.equals(ddsDepRequest2)); + + String depositName = "testDepositName"; + ddsDepRequest1.setSystemDepositName(depositName); + assertFalse(ddsDepRequest1.equals(ddsDepRequest2)); + + ddsDepRequest2.setSystemDepositName(depositName); + assertTrue(ddsDepRequest1.equals(ddsDepRequest2)); + } + + + +} diff --git a/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/DdsRequestTest.java b/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/DdsRequestTest.java index dd2fac010..b0464a5c2 100644 --- a/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/DdsRequestTest.java +++ b/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/DdsRequestTest.java @@ -1,123 +1,123 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.dds; - -import static org.junit.Assert.*; - -import org.junit.After; -import org.junit.Before; -import org.junit.Test; -import us.dot.its.jpo.ode.dds.DdsRequest.Dialog; -import us.dot.its.jpo.ode.dds.DdsRequest.EncodeType; -import us.dot.its.jpo.ode.dds.DdsRequest.SystemName; - -public class DdsRequestTest { - - private DdsRequest ddsRequest; - - @Before - public void setUp() throws Exception { - ddsRequest = new DdsRequest(); - } - - @After - public void tearDown() throws Exception { - } - - @Test - public void testDialogEnum() { - Dialog dialog = Dialog.ASD; - - assertEquals(Dialog.ISD, Dialog.getById(162)); - assertEquals(156, dialog.getId()); - assertNull(Dialog.getById(999)); - } - - @Test - public void testSystemNameEnum() { - SystemName systemName = SystemName.SDC; - assertEquals("SDC 2.3", systemName.getName()); - } - - @Test - public void testDialogId() { - ddsRequest.setDialogID(156); - assertEquals(156, ddsRequest.getDialogID()); - } - - @Test - public void testResultEncoding() { - String encodingType = "hex"; - ddsRequest.setResultEncoding(encodingType); - assertEquals(encodingType, ddsRequest.getResultEncoding()); - } - - @Test - public void testHashCode() { - int hashCode1, hashCode2; - DdsRequest ddsRequest2 = new DdsRequest(); - hashCode1 = ddsRequest.hashCode(); - hashCode2 = ddsRequest2.hashCode(); - assertEquals(hashCode1, hashCode2); - - ddsRequest2.setResultEncoding("hex"); - - hashCode1 = ddsRequest.hashCode(); - hashCode2 = ddsRequest2.hashCode(); - assertNotEquals(hashCode1, hashCode2); - - ddsRequest.setResultEncoding("hex"); - - hashCode1 = ddsRequest.hashCode(); - hashCode2 = ddsRequest2.hashCode(); - assertEquals(hashCode1, hashCode2); - - ddsRequest2.setDialogID(156); - - hashCode1 = ddsRequest.hashCode(); - hashCode2 = ddsRequest2.hashCode(); - assertNotEquals(hashCode1, hashCode2); - - ddsRequest.setDialogID(156); - - hashCode1 = ddsRequest.hashCode(); - hashCode2 = ddsRequest2.hashCode(); - assertEquals(hashCode1, hashCode2); - } - - @Test - public void testEquals() { - EncodeType encodeType = EncodeType.HEX; - DdsRequest ddsRequest2 = new DdsRequest(); - assertTrue(ddsRequest.equals(ddsRequest2)); - - ddsRequest2.setResultEncoding(encodeType.name()); - assertFalse(ddsRequest.equals(ddsRequest2)); - - ddsRequest.setResultEncoding(encodeType.name()); - assertTrue(ddsRequest.equals(ddsRequest2)); - - ddsRequest2.setDialogID(156); - assertFalse(ddsRequest.equals(ddsRequest2)); - - ddsRequest.setDialogID(156); - assertTrue(ddsRequest.equals(ddsRequest2)); - assertTrue(ddsRequest.equals(ddsRequest)); - - ddsRequest2.setResultEncoding(EncodeType.BASE64.name()); - assertFalse(ddsRequest.equals(ddsRequest2)); - } -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.dds; + +import static org.junit.Assert.*; + +import org.junit.After; +import org.junit.Before; +import org.junit.Test; +import us.dot.its.jpo.ode.dds.DdsRequest.Dialog; +import us.dot.its.jpo.ode.dds.DdsRequest.EncodeType; +import us.dot.its.jpo.ode.dds.DdsRequest.SystemName; + +public class DdsRequestTest { + + private DdsRequest ddsRequest; + + @Before + public void setUp() throws Exception { + ddsRequest = new DdsRequest(); + } + + @After + public void tearDown() throws Exception { + } + + @Test + public void testDialogEnum() { + Dialog dialog = Dialog.ASD; + + assertEquals(Dialog.ISD, Dialog.getById(162)); + assertEquals(156, dialog.getId()); + assertNull(Dialog.getById(999)); + } + + @Test + public void testSystemNameEnum() { + SystemName systemName = SystemName.SDC; + assertEquals("SDC 2.3", systemName.getName()); + } + + @Test + public void testDialogId() { + ddsRequest.setDialogID(156); + assertEquals(156, ddsRequest.getDialogID()); + } + + @Test + public void testResultEncoding() { + String encodingType = "hex"; + ddsRequest.setResultEncoding(encodingType); + assertEquals(encodingType, ddsRequest.getResultEncoding()); + } + + @Test + public void testHashCode() { + int hashCode1, hashCode2; + DdsRequest ddsRequest2 = new DdsRequest(); + hashCode1 = ddsRequest.hashCode(); + hashCode2 = ddsRequest2.hashCode(); + assertEquals(hashCode1, hashCode2); + + ddsRequest2.setResultEncoding("hex"); + + hashCode1 = ddsRequest.hashCode(); + hashCode2 = ddsRequest2.hashCode(); + assertNotEquals(hashCode1, hashCode2); + + ddsRequest.setResultEncoding("hex"); + + hashCode1 = ddsRequest.hashCode(); + hashCode2 = ddsRequest2.hashCode(); + assertEquals(hashCode1, hashCode2); + + ddsRequest2.setDialogID(156); + + hashCode1 = ddsRequest.hashCode(); + hashCode2 = ddsRequest2.hashCode(); + assertNotEquals(hashCode1, hashCode2); + + ddsRequest.setDialogID(156); + + hashCode1 = ddsRequest.hashCode(); + hashCode2 = ddsRequest2.hashCode(); + assertEquals(hashCode1, hashCode2); + } + + @Test + public void testEquals() { + EncodeType encodeType = EncodeType.HEX; + DdsRequest ddsRequest2 = new DdsRequest(); + assertTrue(ddsRequest.equals(ddsRequest2)); + + ddsRequest2.setResultEncoding(encodeType.name()); + assertFalse(ddsRequest.equals(ddsRequest2)); + + ddsRequest.setResultEncoding(encodeType.name()); + assertTrue(ddsRequest.equals(ddsRequest2)); + + ddsRequest2.setDialogID(156); + assertFalse(ddsRequest.equals(ddsRequest2)); + + ddsRequest.setDialogID(156); + assertTrue(ddsRequest.equals(ddsRequest2)); + assertTrue(ddsRequest.equals(ddsRequest)); + + ddsRequest2.setResultEncoding(EncodeType.BASE64.name()); + assertFalse(ddsRequest.equals(ddsRequest2)); + } +} diff --git a/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/DdsStatusMessageDecoderTest.java b/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/DdsStatusMessageDecoderTest.java index d6f0ed2e7..d743b10dc 100644 --- a/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/DdsStatusMessageDecoderTest.java +++ b/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/DdsStatusMessageDecoderTest.java @@ -1,80 +1,80 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.dds; - -import static org.junit.Assert.*; - -import javax.websocket.DecodeException; -import org.junit.Test; - -import us.dot.its.jpo.ode.model.StatusTag; - -public class DdsStatusMessageDecoderTest { - - @Test - public void testGetResponseTag() { - assertEquals(StatusTag.CLOSED, DdsStatusMessageDecoder.getResponseTag("CLOSED")); - assertEquals(StatusTag.DEPOSITED, DdsStatusMessageDecoder.getResponseTag("DEPOSITED")); - assertNotEquals(StatusTag.DEPOSITED, DdsStatusMessageDecoder.getResponseTag("OPENED")); - assertNull(DdsStatusMessageDecoder.getResponseTag("WRONT_TAG")); - } - - @Test - public void testParseFullMsg() { - DdsStatusMessageDecoder ddsStatusMessageDecoder = new DdsStatusMessageDecoder(); - String msg = "DEPOSITED:1"; - String[] msgs = ddsStatusMessageDecoder.parseFullMsg(msg); - assertEquals("DEPOSITED", msgs[0]); - assertEquals("1", msgs[1]); - } - - @Test - public void testWillDecode() { - DdsStatusMessageDecoder ddsStatusMessageDecoder = new DdsStatusMessageDecoder(); - assertFalse(ddsStatusMessageDecoder.willDecode("DEPOSITED:1")); - assertTrue(ddsStatusMessageDecoder.willDecode("START:1")); - } - - @Test - public void testDecode() { - DdsStatusMessageDecoder ddsStatusMessageDecoder = new DdsStatusMessageDecoder(); - DdsMessage ddsMessage; - try { - ddsMessage = ddsStatusMessageDecoder.decode("DEPOSITED:1"); - String expectedDdsMessage = "DdsStatusMessage [tag=DEPOSITED, encoding=null, dialog=null, recordCount=1, connectionDetails=null]"; - assertEquals(ddsMessage.toString(), expectedDdsMessage); - - ddsMessage = ddsStatusMessageDecoder.decode("CONNECTED:testConnectionDetail"); - expectedDdsMessage = "DdsStatusMessage [tag=CONNECTED, encoding=null, dialog=null, recordCount=0, connectionDetails=testConnectionDetail]"; - assertEquals(ddsMessage.toString(), expectedDdsMessage); - - ddsMessage = ddsStatusMessageDecoder.decode("START:{\"dialogID\":156, \"resultEncoding\":\"hex\"}"); - expectedDdsMessage = "DdsStatusMessage [tag=START, encoding=hex, dialog=ASD, recordCount=0, connectionDetails=null]"; - assertEquals(ddsMessage.toString(), expectedDdsMessage); - - ddsMessage = ddsStatusMessageDecoder.decode("STOP:recordCount=2"); - expectedDdsMessage = "DdsStatusMessage [tag=STOP, encoding=null, dialog=null, recordCount=2, connectionDetails=null]"; - assertEquals(ddsMessage.toString(), expectedDdsMessage); - - ddsMessage = ddsStatusMessageDecoder.decode("ERROR:sampleError"); - expectedDdsMessage = "DdsStatusMessage [tag=ERROR, encoding=null, dialog=null, recordCount=0, connectionDetails=null]"; - assertEquals(ddsMessage.toString(), expectedDdsMessage); - - } catch (DecodeException e) { - e.printStackTrace(); - } - } -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.dds; + +import static org.junit.Assert.*; + +import javax.websocket.DecodeException; +import org.junit.Test; + +import us.dot.its.jpo.ode.model.StatusTag; + +public class DdsStatusMessageDecoderTest { + + @Test + public void testGetResponseTag() { + assertEquals(StatusTag.CLOSED, DdsStatusMessageDecoder.getResponseTag("CLOSED")); + assertEquals(StatusTag.DEPOSITED, DdsStatusMessageDecoder.getResponseTag("DEPOSITED")); + assertNotEquals(StatusTag.DEPOSITED, DdsStatusMessageDecoder.getResponseTag("OPENED")); + assertNull(DdsStatusMessageDecoder.getResponseTag("WRONT_TAG")); + } + + @Test + public void testParseFullMsg() { + DdsStatusMessageDecoder ddsStatusMessageDecoder = new DdsStatusMessageDecoder(); + String msg = "DEPOSITED:1"; + String[] msgs = ddsStatusMessageDecoder.parseFullMsg(msg); + assertEquals("DEPOSITED", msgs[0]); + assertEquals("1", msgs[1]); + } + + @Test + public void testWillDecode() { + DdsStatusMessageDecoder ddsStatusMessageDecoder = new DdsStatusMessageDecoder(); + assertFalse(ddsStatusMessageDecoder.willDecode("DEPOSITED:1")); + assertTrue(ddsStatusMessageDecoder.willDecode("START:1")); + } + + @Test + public void testDecode() { + DdsStatusMessageDecoder ddsStatusMessageDecoder = new DdsStatusMessageDecoder(); + DdsMessage ddsMessage; + try { + ddsMessage = ddsStatusMessageDecoder.decode("DEPOSITED:1"); + String expectedDdsMessage = "DdsStatusMessage [tag=DEPOSITED, encoding=null, dialog=null, recordCount=1, connectionDetails=null]"; + assertEquals(ddsMessage.toString(), expectedDdsMessage); + + ddsMessage = ddsStatusMessageDecoder.decode("CONNECTED:testConnectionDetail"); + expectedDdsMessage = "DdsStatusMessage [tag=CONNECTED, encoding=null, dialog=null, recordCount=0, connectionDetails=testConnectionDetail]"; + assertEquals(ddsMessage.toString(), expectedDdsMessage); + + ddsMessage = ddsStatusMessageDecoder.decode("START:{\"dialogID\":156, \"resultEncoding\":\"hex\"}"); + expectedDdsMessage = "DdsStatusMessage [tag=START, encoding=hex, dialog=ASD, recordCount=0, connectionDetails=null]"; + assertEquals(ddsMessage.toString(), expectedDdsMessage); + + ddsMessage = ddsStatusMessageDecoder.decode("STOP:recordCount=2"); + expectedDdsMessage = "DdsStatusMessage [tag=STOP, encoding=null, dialog=null, recordCount=2, connectionDetails=null]"; + assertEquals(ddsMessage.toString(), expectedDdsMessage); + + ddsMessage = ddsStatusMessageDecoder.decode("ERROR:sampleError"); + expectedDdsMessage = "DdsStatusMessage [tag=ERROR, encoding=null, dialog=null, recordCount=0, connectionDetails=null]"; + assertEquals(ddsMessage.toString(), expectedDdsMessage); + + } catch (DecodeException e) { + e.printStackTrace(); + } + } +} diff --git a/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/DdsStatusMessageTest.java b/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/DdsStatusMessageTest.java index b062e9c87..bbf2c39bb 100644 --- a/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/DdsStatusMessageTest.java +++ b/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/DdsStatusMessageTest.java @@ -1,88 +1,88 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.dds; - -import static org.junit.Assert.assertEquals; -import static org.junit.Assert.assertNull; - -import org.junit.Test; - -import mockit.Mocked; -import us.dot.its.jpo.ode.dds.DdsRequest.Dialog; -import us.dot.its.jpo.ode.model.StatusTag; - -public class DdsStatusMessageTest { - - private static final String UPER = "UPER"; - - @Test - public void testConstructor1() { - DdsStatusMessage ddsStatusMessage = new DdsStatusMessage(); - - assertNull(ddsStatusMessage.getTag()); - assertNull(ddsStatusMessage.getEncoding()); - assertNull(ddsStatusMessage.getDialog()); - } - - @Test - public void testConstructor2(@Mocked StatusTag tag, @Mocked Dialog dialog) { - DdsStatusMessage ddsStatusMessage = new DdsStatusMessage(tag, UPER, dialog); - assertEquals(ddsStatusMessage.getTag(), tag); - assertEquals(UPER, ddsStatusMessage.getEncoding()); - assertEquals(ddsStatusMessage.getDialog(), dialog); - - ddsStatusMessage.setTag(null); - ddsStatusMessage.setDialog(null); - ddsStatusMessage.setEncoding(null); - - assertNull(ddsStatusMessage.getTag()); - assertNull(ddsStatusMessage.getEncoding()); - assertNull(ddsStatusMessage.getDialog()); - } - - - @Test - public void testRecordCount() { - DdsStatusMessage ddsStatusMessage = new DdsStatusMessage(); - assertEquals(0, ddsStatusMessage.getRecordCount()); - ddsStatusMessage.setRecordCount(5); - assertEquals(5, ddsStatusMessage.getRecordCount()); - } - - @Test - public void testConnectionDetails() { - DdsStatusMessage ddsStatusMessage = new DdsStatusMessage(); - assertEquals(null, ddsStatusMessage.getConnectionDetails()); - ddsStatusMessage.setConnectionDetails("testConnectionString"); - assertEquals("testConnectionString", ddsStatusMessage.getConnectionDetails()); - } - - @Test - public void testToString() { - StatusTag tag = StatusTag.CONNECTED; - String encoding = "hex"; - Dialog dialog = Dialog.ASD; - long recordCount = 3; - String connectionDetails = "testConnectionString"; - DdsStatusMessage ddsStatusMessage = new DdsStatusMessage(tag, encoding, dialog); - ddsStatusMessage.setConnectionDetails(connectionDetails); - ddsStatusMessage.setRecordCount(recordCount); - String ddsStatusMessageString = "DdsStatusMessage [tag=" + tag + ", encoding=" + encoding + ", dialog=" + dialog + ", recordCount=" - + recordCount + ", connectionDetails=" + connectionDetails + "]"; - assertEquals(ddsStatusMessageString, ddsStatusMessage.toString()); - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.dds; + +import static org.junit.Assert.assertEquals; +import static org.junit.Assert.assertNull; + +import org.junit.Test; + +import mockit.Mocked; +import us.dot.its.jpo.ode.dds.DdsRequest.Dialog; +import us.dot.its.jpo.ode.model.StatusTag; + +public class DdsStatusMessageTest { + + private static final String UPER = "UPER"; + + @Test + public void testConstructor1() { + DdsStatusMessage ddsStatusMessage = new DdsStatusMessage(); + + assertNull(ddsStatusMessage.getTag()); + assertNull(ddsStatusMessage.getEncoding()); + assertNull(ddsStatusMessage.getDialog()); + } + + @Test + public void testConstructor2(@Mocked StatusTag tag, @Mocked Dialog dialog) { + DdsStatusMessage ddsStatusMessage = new DdsStatusMessage(tag, UPER, dialog); + assertEquals(ddsStatusMessage.getTag(), tag); + assertEquals(UPER, ddsStatusMessage.getEncoding()); + assertEquals(ddsStatusMessage.getDialog(), dialog); + + ddsStatusMessage.setTag(null); + ddsStatusMessage.setDialog(null); + ddsStatusMessage.setEncoding(null); + + assertNull(ddsStatusMessage.getTag()); + assertNull(ddsStatusMessage.getEncoding()); + assertNull(ddsStatusMessage.getDialog()); + } + + + @Test + public void testRecordCount() { + DdsStatusMessage ddsStatusMessage = new DdsStatusMessage(); + assertEquals(0, ddsStatusMessage.getRecordCount()); + ddsStatusMessage.setRecordCount(5); + assertEquals(5, ddsStatusMessage.getRecordCount()); + } + + @Test + public void testConnectionDetails() { + DdsStatusMessage ddsStatusMessage = new DdsStatusMessage(); + assertEquals(null, ddsStatusMessage.getConnectionDetails()); + ddsStatusMessage.setConnectionDetails("testConnectionString"); + assertEquals("testConnectionString", ddsStatusMessage.getConnectionDetails()); + } + + @Test + public void testToString() { + StatusTag tag = StatusTag.CONNECTED; + String encoding = "hex"; + Dialog dialog = Dialog.ASD; + long recordCount = 3; + String connectionDetails = "testConnectionString"; + DdsStatusMessage ddsStatusMessage = new DdsStatusMessage(tag, encoding, dialog); + ddsStatusMessage.setConnectionDetails(connectionDetails); + ddsStatusMessage.setRecordCount(recordCount); + String ddsStatusMessageString = "DdsStatusMessage [tag=" + tag + ", encoding=" + encoding + ", dialog=" + dialog + ", recordCount=" + + recordCount + ", connectionDetails=" + connectionDetails + "]"; + assertEquals(ddsStatusMessageString, ddsStatusMessage.toString()); + } + +} diff --git a/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/DepositResponseDecoderTest.java b/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/DepositResponseDecoderTest.java index 845ad213c..d3bf02796 100644 --- a/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/DepositResponseDecoderTest.java +++ b/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/DepositResponseDecoderTest.java @@ -1,62 +1,62 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.dds; - -import static org.junit.Assert.*; - -import javax.websocket.DecodeException; -import org.junit.Test; - -public class DepositResponseDecoderTest { - - @Test - public void testWillDecode() { - DepositResponseDecoder depositResponseDecoder = new DepositResponseDecoder(); - assertTrue(depositResponseDecoder.willDecode("Any String")); - assertTrue(depositResponseDecoder.willDecode("Always returns true")); - } - - @Test - public void testDecode() { - DepositResponseDecoder depositResponseDecoder = new DepositResponseDecoder(); - DdsMessage ddsMessage; - try { - ddsMessage = depositResponseDecoder.decode("DEPOSITED:1"); - String expectedDdsMessage = "DdsStatusMessage [tag=DEPOSITED, encoding=null, dialog=null, recordCount=1, connectionDetails=null]"; - assertEquals(ddsMessage.toString(), expectedDdsMessage); - - ddsMessage = depositResponseDecoder.decode("CONNECTED:testConnectionDetail"); - expectedDdsMessage = "DdsStatusMessage [tag=CONNECTED, encoding=null, dialog=null, recordCount=0, connectionDetails=testConnectionDetail]"; - assertEquals(ddsMessage.toString(), expectedDdsMessage); - - ddsMessage = depositResponseDecoder.decode("START:{\"dialogID\":156, \"resultEncoding\":\"hex\"}"); - expectedDdsMessage = "DdsStatusMessage [tag=START, encoding=hex, dialog=ASD, recordCount=0, connectionDetails=null]"; - assertEquals(ddsMessage.toString(), expectedDdsMessage); - - ddsMessage = depositResponseDecoder.decode("STOP:recordCount=2"); - expectedDdsMessage = "DdsStatusMessage [tag=STOP, encoding=null, dialog=null, recordCount=2, connectionDetails=null]"; - assertEquals(ddsMessage.toString(), expectedDdsMessage); - - ddsMessage = depositResponseDecoder.decode("ERROR:sampleError"); - expectedDdsMessage = "DdsStatusMessage [tag=ERROR, encoding=null, dialog=null, recordCount=0, connectionDetails=null]"; - assertEquals(ddsMessage.toString(), expectedDdsMessage); - - } catch (DecodeException e) { - e.printStackTrace(); - } - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.dds; + +import static org.junit.Assert.*; + +import javax.websocket.DecodeException; +import org.junit.Test; + +public class DepositResponseDecoderTest { + + @Test + public void testWillDecode() { + DepositResponseDecoder depositResponseDecoder = new DepositResponseDecoder(); + assertTrue(depositResponseDecoder.willDecode("Any String")); + assertTrue(depositResponseDecoder.willDecode("Always returns true")); + } + + @Test + public void testDecode() { + DepositResponseDecoder depositResponseDecoder = new DepositResponseDecoder(); + DdsMessage ddsMessage; + try { + ddsMessage = depositResponseDecoder.decode("DEPOSITED:1"); + String expectedDdsMessage = "DdsStatusMessage [tag=DEPOSITED, encoding=null, dialog=null, recordCount=1, connectionDetails=null]"; + assertEquals(ddsMessage.toString(), expectedDdsMessage); + + ddsMessage = depositResponseDecoder.decode("CONNECTED:testConnectionDetail"); + expectedDdsMessage = "DdsStatusMessage [tag=CONNECTED, encoding=null, dialog=null, recordCount=0, connectionDetails=testConnectionDetail]"; + assertEquals(ddsMessage.toString(), expectedDdsMessage); + + ddsMessage = depositResponseDecoder.decode("START:{\"dialogID\":156, \"resultEncoding\":\"hex\"}"); + expectedDdsMessage = "DdsStatusMessage [tag=START, encoding=hex, dialog=ASD, recordCount=0, connectionDetails=null]"; + assertEquals(ddsMessage.toString(), expectedDdsMessage); + + ddsMessage = depositResponseDecoder.decode("STOP:recordCount=2"); + expectedDdsMessage = "DdsStatusMessage [tag=STOP, encoding=null, dialog=null, recordCount=2, connectionDetails=null]"; + assertEquals(ddsMessage.toString(), expectedDdsMessage); + + ddsMessage = depositResponseDecoder.decode("ERROR:sampleError"); + expectedDdsMessage = "DdsStatusMessage [tag=ERROR, encoding=null, dialog=null, recordCount=0, connectionDetails=null]"; + assertEquals(ddsMessage.toString(), expectedDdsMessage); + + } catch (DecodeException e) { + e.printStackTrace(); + } + } + +} diff --git a/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/StatusMessageHandlerTest.java b/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/StatusMessageHandlerTest.java index 9462cde8f..c01ec286e 100644 --- a/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/StatusMessageHandlerTest.java +++ b/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/StatusMessageHandlerTest.java @@ -1,130 +1,130 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.dds; - -import static org.junit.Assert.*; - -import javax.websocket.CloseReason; -import javax.websocket.Session; - -import org.junit.Test; - -import ch.qos.logback.classic.Logger; -import mockit.Expectations; -import mockit.Mocked; -import mockit.Verifications; -import us.dot.its.jpo.ode.model.OdeControlData; -import us.dot.its.jpo.ode.model.OdeStatus; -import us.dot.its.jpo.ode.model.StatusTag; -import us.dot.its.jpo.ode.wrapper.WebSocketClient; - -public class StatusMessageHandlerTest { - - @Mocked - WebSocketClient mockWebSocketClient; - - @Test - public void testOnMessage(@Mocked DdsStatusMessage statusMsg, @Mocked OdeControlData controlData, - @Mocked final Logger logger) { - StatusMessageHandler statusMessageHandler = new StatusMessageHandler(mockWebSocketClient); - statusMessageHandler.onMessage(statusMsg); - - new Verifications() { - { - new OdeControlData(statusMsg); - logger.info(controlData.toJson(false)); - } - }; - } - - @Test - public void testOnMessageException(@Mocked DdsStatusMessage statusMsg, @Mocked OdeControlData controlData, - @Mocked final Logger logger) { - Exception e = new Exception(); - new Expectations() { - { - new OdeControlData(statusMsg); - result = e; - } - }; - - StatusMessageHandler statusMessageHandler = new StatusMessageHandler(mockWebSocketClient); - statusMessageHandler.onMessage(statusMsg); - - new Verifications() { - { - logger.error("Error handling ControlMessage. ", e); - } - }; - } - - @Test - public void testOnClose(@Mocked DdsStatusMessage statusMsg, @Mocked OdeControlData controlData, - @Mocked final Logger logger, @Mocked Session session, @Mocked CloseReason reason) { - - StatusMessageHandler statusMessageHandler = new StatusMessageHandler(mockWebSocketClient); - statusMessageHandler.onClose(session, reason); - - new Verifications() { - { - new OdeControlData(StatusTag.CLOSED); - controlData.setMessage(anyString); - logger.info(controlData.toJson(false)); - } - }; - } - - @Test - public void testOnOpen(@Mocked DdsStatusMessage statusMsg, @Mocked OdeControlData controlData, - @Mocked final Logger logger, @Mocked Session session, @Mocked CloseReason reason) { - - StatusMessageHandler statusMessageHandler = new StatusMessageHandler(mockWebSocketClient); - statusMessageHandler.onOpen(session, null); - - new Verifications() { - { - new OdeControlData(StatusTag.OPENED); - controlData.setMessage("WebSocket Connection to DDS Opened."); - logger.info(controlData.toJson(false)); - } - }; - } - - @Test - public void testOnError(@Mocked DdsStatusMessage statusMsg, @Mocked OdeControlData controlData, - @Mocked final Logger logger, @Mocked Session session, @Mocked CloseReason reason) { - - StatusMessageHandler statusMessageHandler = new StatusMessageHandler(mockWebSocketClient); - statusMessageHandler.onError(session, new Throwable()); - - new Verifications() { - { - new OdeControlData(StatusTag.ERROR); - controlData.setMessage(anyString); - logger.info(controlData.toJson(false)); - } - }; - } - - @Test - public void buildOdeMessage(@Mocked DdsStatusMessage message) { - StatusMessageHandler statusMessageHandler = new StatusMessageHandler(mockWebSocketClient); - OdeStatus status = (OdeStatus) statusMessageHandler.buildOdeMessage(message); - - assertEquals(status.getMessage(), message.toString()); - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.dds; + +import static org.junit.Assert.*; + +import javax.websocket.CloseReason; +import javax.websocket.Session; + +import org.junit.Test; + +import ch.qos.logback.classic.Logger; +import mockit.Expectations; +import mockit.Mocked; +import mockit.Verifications; +import us.dot.its.jpo.ode.model.OdeControlData; +import us.dot.its.jpo.ode.model.OdeStatus; +import us.dot.its.jpo.ode.model.StatusTag; +import us.dot.its.jpo.ode.wrapper.WebSocketClient; + +public class StatusMessageHandlerTest { + + @Mocked + WebSocketClient mockWebSocketClient; + + @Test + public void testOnMessage(@Mocked DdsStatusMessage statusMsg, @Mocked OdeControlData controlData, + @Mocked final Logger logger) { + StatusMessageHandler statusMessageHandler = new StatusMessageHandler(mockWebSocketClient); + statusMessageHandler.onMessage(statusMsg); + + new Verifications() { + { + new OdeControlData(statusMsg); + logger.info(controlData.toJson(false)); + } + }; + } + + @Test + public void testOnMessageException(@Mocked DdsStatusMessage statusMsg, @Mocked OdeControlData controlData, + @Mocked final Logger logger) { + Exception e = new Exception(); + new Expectations() { + { + new OdeControlData(statusMsg); + result = e; + } + }; + + StatusMessageHandler statusMessageHandler = new StatusMessageHandler(mockWebSocketClient); + statusMessageHandler.onMessage(statusMsg); + + new Verifications() { + { + logger.error("Error handling ControlMessage. ", e); + } + }; + } + + @Test + public void testOnClose(@Mocked DdsStatusMessage statusMsg, @Mocked OdeControlData controlData, + @Mocked final Logger logger, @Mocked Session session, @Mocked CloseReason reason) { + + StatusMessageHandler statusMessageHandler = new StatusMessageHandler(mockWebSocketClient); + statusMessageHandler.onClose(session, reason); + + new Verifications() { + { + new OdeControlData(StatusTag.CLOSED); + controlData.setMessage(anyString); + logger.info(controlData.toJson(false)); + } + }; + } + + @Test + public void testOnOpen(@Mocked DdsStatusMessage statusMsg, @Mocked OdeControlData controlData, + @Mocked final Logger logger, @Mocked Session session, @Mocked CloseReason reason) { + + StatusMessageHandler statusMessageHandler = new StatusMessageHandler(mockWebSocketClient); + statusMessageHandler.onOpen(session, null); + + new Verifications() { + { + new OdeControlData(StatusTag.OPENED); + controlData.setMessage("WebSocket Connection to DDS Opened."); + logger.info(controlData.toJson(false)); + } + }; + } + + @Test + public void testOnError(@Mocked DdsStatusMessage statusMsg, @Mocked OdeControlData controlData, + @Mocked final Logger logger, @Mocked Session session, @Mocked CloseReason reason) { + + StatusMessageHandler statusMessageHandler = new StatusMessageHandler(mockWebSocketClient); + statusMessageHandler.onError(session, new Throwable()); + + new Verifications() { + { + new OdeControlData(StatusTag.ERROR); + controlData.setMessage(anyString); + logger.info(controlData.toJson(false)); + } + }; + } + + @Test + public void buildOdeMessage(@Mocked DdsStatusMessage message) { + StatusMessageHandler statusMessageHandler = new StatusMessageHandler(mockWebSocketClient); + OdeStatus status = (OdeStatus) statusMessageHandler.buildOdeMessage(message); + + assertEquals(status.getMessage(), message.toString()); + } + +} diff --git a/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/model/SerialIdTest.java b/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/model/SerialIdTest.java index 30b6a3f03..4193d72b9 100644 --- a/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/model/SerialIdTest.java +++ b/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/model/SerialIdTest.java @@ -1,236 +1,236 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -import static org.junit.Assert.assertEquals; -import static org.junit.Assert.assertFalse; -import static org.junit.Assert.assertNotEquals; -import static org.junit.Assert.assertNotNull; -import static org.junit.Assert.assertTrue; -import static org.junit.Assert.fail; - -import org.junit.Test; - -import com.fasterxml.jackson.databind.node.ObjectNode; - -import us.dot.its.jpo.ode.util.JsonUtils; - -public class SerialIdTest { - - @Test - public void testNoArgConstructor() { - SerialId testSerialId = new SerialId(); - - assertNotNull(testSerialId.getStreamId()); - } - - @Test - public void testFourArgConstructorNullStreamId() { - // streamId = null - // bundleSize = 3 - // bundleId = 6L - // recordId = 12 - SerialId testSerialId = new SerialId(null, 3, 6L, 12); - - assertNotNull(testSerialId.getStreamId()); - assertTrue(testSerialId.getStreamId().endsWith("_null")); - assertEquals(3, testSerialId.getBundleSize()); // bundle size = bundle size - assertEquals(10L, testSerialId.getBundleId()); // bundle id = bundle id + (record id / bundle size) = 6L + ( 12 / - // 3) = 10L - assertEquals(0, testSerialId.getRecordId()); // record id = record id % bundle size = 12 % 3 = 0 - assertEquals(30L, testSerialId.getSerialNumber()); // serial number = (bundle id * bundle size) + record id = (6L - // * 3) + 12 = 30L - } - - @Test - public void testFourArgConstructorWithStreamId() { - SerialId testSerialId = new SerialId("bob", 3, 6L, 12); - - assertEquals("bob", testSerialId.getStreamId()); - assertEquals(3, testSerialId.getBundleSize()); - assertEquals(10L, testSerialId.getBundleId()); - assertEquals(0, testSerialId.getRecordId()); - assertEquals(30L, testSerialId.getSerialNumber()); - - assertEquals("bob_3.10.0#30", testSerialId.toString()); - } - - @Test - public void testSingleArgConstructor() throws Exception { - SerialId testSerialId = new SerialId("bob_3.10.0#30"); - - assertEquals("bob", testSerialId.getStreamId()); - assertEquals(3, testSerialId.getBundleSize()); - assertEquals(10L, testSerialId.getBundleId()); - assertEquals(0, testSerialId.getRecordId()); - assertEquals(30L, testSerialId.getSerialNumber()); - } - - @Test - public void testSingleArgConstructorInvalidSerialId() { - try { - new SerialId("bob_3.10.0"); - fail("Expected Exception for invalid length"); - } catch (Exception e) { - assertEquals("Invalid serialId! Expected length 5 but was 4", e.getMessage()); - } - } - - @Test - public void testFiveArgConstructor() { - SerialId testSerialId = new SerialId("allison", 6, 12L, 24, 15); - - assertEquals("allison", testSerialId.getStreamId()); - assertEquals(6, testSerialId.getBundleSize()); - assertEquals(12L, testSerialId.getBundleId()); - assertEquals(24, testSerialId.getRecordId()); - assertEquals(15L, testSerialId.getSerialNumber()); - - assertEquals("allison_6.12.24#15", testSerialId.toString()); - } - - @Test - public void testJsonNodeConstructor() { - ObjectNode testNode = JsonUtils.newNode(); - JsonUtils.addNode(testNode, "streamId", "bob"); - JsonUtils.addNode(testNode, "bundleSize", 3); - JsonUtils.addNode(testNode, "bundleId", 10); - JsonUtils.addNode(testNode, "recordId", 0); - JsonUtils.addNode(testNode, "serialNumber", 30); - - SerialId testSerialId = new SerialId(testNode); - - assertEquals("bob", testSerialId.getStreamId()); - assertEquals(3, testSerialId.getBundleSize()); - assertEquals(10L, testSerialId.getBundleId()); - assertEquals(0, testSerialId.getRecordId()); - assertEquals(30L, testSerialId.getSerialNumber()); - - assertEquals("bob_3.10.0#30", testSerialId.toString()); - } - - @Test - public void testNextRecordId() { - SerialId testSerialId = new SerialId("bob", 3, 6L, 12); - - assertEquals(1, testSerialId.nextRecordId()); // nextRecordId = (recordId + 1) % bundleSize = (0 + 1) % 3 = 1 - } - - @Test - public void testNextSerialNumber() { - SerialId testSerialId = new SerialId("bob", 3, 6L, 12); - - assertEquals(31L, testSerialId.nextSerialNumber()); // nextSerialNumber = nextSerialNumber + 1 - } - - @Test - public void testNextSerialId() { - SerialId testSerialId = new SerialId("bob", 3, 6L, 12); - - // nextSerialId: - // bundleId = bundleId + ((recordId + 1) / bundleSize) = 10 + ((0 + 1) / 3) = 10 - // recordId = (recordId + 1) % bundleSize = (0 + 1) % 3 = 1 - - SerialId nextSerialId = testSerialId.nextSerialId(); - - assertEquals(10L, nextSerialId.getBundleId()); - assertEquals(1, nextSerialId.getRecordId()); - } - - @Test - public void testIsRightAfter() { - SerialId testSerialId0 = new SerialId("bob", 3, 6L, 12); - SerialId testSerialId1 = new SerialId("bob", 3, 6L, 13); - - assertTrue(testSerialId1.isRightAfter(testSerialId0)); - assertFalse(testSerialId0.isRightAfter(testSerialId1)); - } - - @Test - public void testIsRightBefore() { - SerialId testSerialId0 = new SerialId("bob", 3, 6L, 12); - SerialId testSerialId1 = new SerialId("bob", 3, 6L, 13); - - assertTrue(testSerialId0.isRightBefore(testSerialId1)); - assertFalse(testSerialId1.isRightBefore(testSerialId0)); - } - - @Test - public void testAddBundleId() { - SerialId testSerialId = new SerialId("bob", 3, 6L, 12); - testSerialId.addBundleId(5L); - - assertEquals(15L, testSerialId.getBundleId()); - } - - @Test - public void testAddRecordId() { - SerialId testSerialId = new SerialId("bob", 3, 6L, 12); - testSerialId.addRecordId(7); - - assertEquals(7, testSerialId.getRecordId()); - } - - @Test - public void testHashCode() { - SerialId testSerialId0 = new SerialId("bob", 3, 6L, 12); - SerialId testSerialId1 = new SerialId("bob", 3, 6L, 12); - SerialId testSerialId2 = new SerialId("bob", 3, 6L, 16); - - assertEquals(testSerialId0.hashCode(), testSerialId1.hashCode()); - assertNotEquals(testSerialId0.hashCode(), testSerialId2.hashCode()); - - testSerialId2.setStreamId(null); - assertNotEquals(testSerialId1.hashCode(), testSerialId2.hashCode()); - } - - @Test - public void testEquals() { - SerialId testSerialId0 = new SerialId("bob", 3, 6L, 12); - SerialId testSerialId1 = new SerialId("bob", 3, 6L, 12); - - assertTrue(testSerialId0.equals(testSerialId0)); - assertFalse(testSerialId0.equals(null)); - - assertTrue(testSerialId0.equals(testSerialId1)); - testSerialId1.setBundleId(7L); - assertFalse(testSerialId0.equals(testSerialId1)); - testSerialId1.setBundleId(10L); - - assertTrue(testSerialId0.equals(testSerialId1)); - testSerialId1.setBundleSize(7); - assertFalse(testSerialId0.equals(testSerialId1)); - testSerialId1.setBundleSize(3); - - assertTrue(testSerialId0.equals(testSerialId1)); - testSerialId1.setRecordId(1); - assertFalse(testSerialId0.equals(testSerialId1)); - testSerialId1.setRecordId(0); - - assertTrue(testSerialId0.equals(testSerialId1)); - testSerialId1.setStreamId(null); - assertFalse(testSerialId0.equals(testSerialId1)); - testSerialId0.setStreamId(null); - assertTrue(testSerialId0.equals(testSerialId1)); - - testSerialId0.setStreamId("bob"); - assertFalse(testSerialId1.equals(testSerialId0)); - - testSerialId1.setStreamId("allison"); - assertFalse(testSerialId0.equals(testSerialId1)); - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +import static org.junit.Assert.assertEquals; +import static org.junit.Assert.assertFalse; +import static org.junit.Assert.assertNotEquals; +import static org.junit.Assert.assertNotNull; +import static org.junit.Assert.assertTrue; +import static org.junit.Assert.fail; + +import org.junit.Test; + +import com.fasterxml.jackson.databind.node.ObjectNode; + +import us.dot.its.jpo.ode.util.JsonUtils; + +public class SerialIdTest { + + @Test + public void testNoArgConstructor() { + SerialId testSerialId = new SerialId(); + + assertNotNull(testSerialId.getStreamId()); + } + + @Test + public void testFourArgConstructorNullStreamId() { + // streamId = null + // bundleSize = 3 + // bundleId = 6L + // recordId = 12 + SerialId testSerialId = new SerialId(null, 3, 6L, 12); + + assertNotNull(testSerialId.getStreamId()); + assertTrue(testSerialId.getStreamId().endsWith("_null")); + assertEquals(3, testSerialId.getBundleSize()); // bundle size = bundle size + assertEquals(10L, testSerialId.getBundleId()); // bundle id = bundle id + (record id / bundle size) = 6L + ( 12 / + // 3) = 10L + assertEquals(0, testSerialId.getRecordId()); // record id = record id % bundle size = 12 % 3 = 0 + assertEquals(30L, testSerialId.getSerialNumber()); // serial number = (bundle id * bundle size) + record id = (6L + // * 3) + 12 = 30L + } + + @Test + public void testFourArgConstructorWithStreamId() { + SerialId testSerialId = new SerialId("bob", 3, 6L, 12); + + assertEquals("bob", testSerialId.getStreamId()); + assertEquals(3, testSerialId.getBundleSize()); + assertEquals(10L, testSerialId.getBundleId()); + assertEquals(0, testSerialId.getRecordId()); + assertEquals(30L, testSerialId.getSerialNumber()); + + assertEquals("bob_3.10.0#30", testSerialId.toString()); + } + + @Test + public void testSingleArgConstructor() throws Exception { + SerialId testSerialId = new SerialId("bob_3.10.0#30"); + + assertEquals("bob", testSerialId.getStreamId()); + assertEquals(3, testSerialId.getBundleSize()); + assertEquals(10L, testSerialId.getBundleId()); + assertEquals(0, testSerialId.getRecordId()); + assertEquals(30L, testSerialId.getSerialNumber()); + } + + @Test + public void testSingleArgConstructorInvalidSerialId() { + try { + new SerialId("bob_3.10.0"); + fail("Expected Exception for invalid length"); + } catch (Exception e) { + assertEquals("Invalid serialId! Expected length 5 but was 4", e.getMessage()); + } + } + + @Test + public void testFiveArgConstructor() { + SerialId testSerialId = new SerialId("allison", 6, 12L, 24, 15); + + assertEquals("allison", testSerialId.getStreamId()); + assertEquals(6, testSerialId.getBundleSize()); + assertEquals(12L, testSerialId.getBundleId()); + assertEquals(24, testSerialId.getRecordId()); + assertEquals(15L, testSerialId.getSerialNumber()); + + assertEquals("allison_6.12.24#15", testSerialId.toString()); + } + + @Test + public void testJsonNodeConstructor() { + ObjectNode testNode = JsonUtils.newNode(); + JsonUtils.addNode(testNode, "streamId", "bob"); + JsonUtils.addNode(testNode, "bundleSize", 3); + JsonUtils.addNode(testNode, "bundleId", 10); + JsonUtils.addNode(testNode, "recordId", 0); + JsonUtils.addNode(testNode, "serialNumber", 30); + + SerialId testSerialId = new SerialId(testNode); + + assertEquals("bob", testSerialId.getStreamId()); + assertEquals(3, testSerialId.getBundleSize()); + assertEquals(10L, testSerialId.getBundleId()); + assertEquals(0, testSerialId.getRecordId()); + assertEquals(30L, testSerialId.getSerialNumber()); + + assertEquals("bob_3.10.0#30", testSerialId.toString()); + } + + @Test + public void testNextRecordId() { + SerialId testSerialId = new SerialId("bob", 3, 6L, 12); + + assertEquals(1, testSerialId.nextRecordId()); // nextRecordId = (recordId + 1) % bundleSize = (0 + 1) % 3 = 1 + } + + @Test + public void testNextSerialNumber() { + SerialId testSerialId = new SerialId("bob", 3, 6L, 12); + + assertEquals(31L, testSerialId.nextSerialNumber()); // nextSerialNumber = nextSerialNumber + 1 + } + + @Test + public void testNextSerialId() { + SerialId testSerialId = new SerialId("bob", 3, 6L, 12); + + // nextSerialId: + // bundleId = bundleId + ((recordId + 1) / bundleSize) = 10 + ((0 + 1) / 3) = 10 + // recordId = (recordId + 1) % bundleSize = (0 + 1) % 3 = 1 + + SerialId nextSerialId = testSerialId.nextSerialId(); + + assertEquals(10L, nextSerialId.getBundleId()); + assertEquals(1, nextSerialId.getRecordId()); + } + + @Test + public void testIsRightAfter() { + SerialId testSerialId0 = new SerialId("bob", 3, 6L, 12); + SerialId testSerialId1 = new SerialId("bob", 3, 6L, 13); + + assertTrue(testSerialId1.isRightAfter(testSerialId0)); + assertFalse(testSerialId0.isRightAfter(testSerialId1)); + } + + @Test + public void testIsRightBefore() { + SerialId testSerialId0 = new SerialId("bob", 3, 6L, 12); + SerialId testSerialId1 = new SerialId("bob", 3, 6L, 13); + + assertTrue(testSerialId0.isRightBefore(testSerialId1)); + assertFalse(testSerialId1.isRightBefore(testSerialId0)); + } + + @Test + public void testAddBundleId() { + SerialId testSerialId = new SerialId("bob", 3, 6L, 12); + testSerialId.addBundleId(5L); + + assertEquals(15L, testSerialId.getBundleId()); + } + + @Test + public void testAddRecordId() { + SerialId testSerialId = new SerialId("bob", 3, 6L, 12); + testSerialId.addRecordId(7); + + assertEquals(7, testSerialId.getRecordId()); + } + + @Test + public void testHashCode() { + SerialId testSerialId0 = new SerialId("bob", 3, 6L, 12); + SerialId testSerialId1 = new SerialId("bob", 3, 6L, 12); + SerialId testSerialId2 = new SerialId("bob", 3, 6L, 16); + + assertEquals(testSerialId0.hashCode(), testSerialId1.hashCode()); + assertNotEquals(testSerialId0.hashCode(), testSerialId2.hashCode()); + + testSerialId2.setStreamId(null); + assertNotEquals(testSerialId1.hashCode(), testSerialId2.hashCode()); + } + + @Test + public void testEquals() { + SerialId testSerialId0 = new SerialId("bob", 3, 6L, 12); + SerialId testSerialId1 = new SerialId("bob", 3, 6L, 12); + + assertTrue(testSerialId0.equals(testSerialId0)); + assertFalse(testSerialId0.equals(null)); + + assertTrue(testSerialId0.equals(testSerialId1)); + testSerialId1.setBundleId(7L); + assertFalse(testSerialId0.equals(testSerialId1)); + testSerialId1.setBundleId(10L); + + assertTrue(testSerialId0.equals(testSerialId1)); + testSerialId1.setBundleSize(7); + assertFalse(testSerialId0.equals(testSerialId1)); + testSerialId1.setBundleSize(3); + + assertTrue(testSerialId0.equals(testSerialId1)); + testSerialId1.setRecordId(1); + assertFalse(testSerialId0.equals(testSerialId1)); + testSerialId1.setRecordId(0); + + assertTrue(testSerialId0.equals(testSerialId1)); + testSerialId1.setStreamId(null); + assertFalse(testSerialId0.equals(testSerialId1)); + testSerialId0.setStreamId(null); + assertTrue(testSerialId0.equals(testSerialId1)); + + testSerialId0.setStreamId("bob"); + assertFalse(testSerialId1.equals(testSerialId0)); + + testSerialId1.setStreamId("allison"); + assertFalse(testSerialId0.equals(testSerialId1)); + } + +} diff --git a/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/snmp/SNMPTest.java b/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/snmp/SNMPTest.java index c62e0eb74..e329df51a 100644 --- a/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/snmp/SNMPTest.java +++ b/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/snmp/SNMPTest.java @@ -74,6 +74,6 @@ public void testGettersAndSetters() { @Test public void testSnmpTimestampFromIso() throws ParseException { String snmpTS = SNMP.snmpTimestampFromIso("2017-05-04T21:55:00-05:00"); - assertEquals("050414111537", snmpTS); + assertEquals("07E105041537", snmpTS); } } diff --git a/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/wrapper/SSLBuilderTest.java b/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/wrapper/SSLBuilderTest.java index 7a564eb73..6544f2ad0 100644 --- a/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/wrapper/SSLBuilderTest.java +++ b/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/wrapper/SSLBuilderTest.java @@ -1,110 +1,110 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.wrapper; - -import static org.junit.Assert.fail; - -import java.io.ByteArrayInputStream; -import java.io.InputStream; -import java.security.KeyStore; - -import org.apache.http.conn.ssl.TrustSelfSignedStrategy; -import org.apache.http.ssl.SSLContexts; -import org.junit.Test; -import org.junit.runner.RunWith; - -import mockit.Expectations; -import mockit.Mocked; -import mockit.integration.junit4.JMockit; - -@RunWith(JMockit.class) -public class SSLBuilderTest { - - @Mocked - KeyStore keystore; - - @Mocked - SSLContexts sslContexts; - - @Mocked - TrustSelfSignedStrategy trustSelfSignedStrategy; - - @Test - public void testBuildSSLContext() { - try { - final InputStream keystoreFile = - new ByteArrayInputStream("keystoreFile".getBytes()); - final String keystorePass = "keystorePass"; - - {// BEGIN test custom SSLConext - new Expectations() {{ - KeyStore.getInstance(KeyStore.getDefaultType()); - keystore.load(keystoreFile, keystorePass.toCharArray()); - SSLContexts.custom() - .loadTrustMaterial(keystore, withAny(trustSelfSignedStrategy)) - .build(); - }}; - - - SSLBuilder.buildSSLContext(keystoreFile, keystorePass); - -// new Verifications() {{ -// KeyStore.getInstance(KeyStore.getDefaultType()); times = 1; -// keystore.load(keystoreFile, keystorePass.toCharArray()); times = 1; -// SSLContexts.custom() -// .loadTrustMaterial(keystore, withAny(trustSelfSignedStrategy)) -// .build(); times = 1; -// }}; - } // END test normal path - - {// BEGIN test default SSLContext - new Expectations() {{ - SSLContexts.createDefault(); - }}; - - SSLBuilder.buildSSLContext(null, keystorePass); - -// new Verifications() {{ -// SSLContexts.createDefault(); times = 1; -// }}; - }// END test default path - - {// BEGIN test null password - new Expectations() {{ - KeyStore.getInstance(KeyStore.getDefaultType()); - keystore.load(keystoreFile, "".toCharArray()); - SSLContexts.custom() - .loadTrustMaterial(keystore, withAny(trustSelfSignedStrategy)) - .build(); - }}; - - SSLBuilder.buildSSLContext(keystoreFile, null); - -// new Verifications() {{ -// KeyStore.getInstance(KeyStore.getDefaultType()); times = 1; -// keystore.load(keystoreFile, "".toCharArray()); times = 1; -// SSLContexts.custom() -// .loadTrustMaterial(keystore, withAny(trustSelfSignedStrategy)) -// .build(); times = 1; -// }}; - }// END test null password - - } catch (Exception e) { - fail(e.toString()); - } - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.wrapper; + +import static org.junit.Assert.fail; + +import java.io.ByteArrayInputStream; +import java.io.InputStream; +import java.security.KeyStore; + +import org.apache.http.conn.ssl.TrustSelfSignedStrategy; +import org.apache.http.ssl.SSLContexts; +import org.junit.Test; +import org.junit.runner.RunWith; + +import mockit.Expectations; +import mockit.Mocked; +import mockit.integration.junit4.JMockit; + +@RunWith(JMockit.class) +public class SSLBuilderTest { + + @Mocked + KeyStore keystore; + + @Mocked + SSLContexts sslContexts; + + @Mocked + TrustSelfSignedStrategy trustSelfSignedStrategy; + + @Test + public void testBuildSSLContext() { + try { + final InputStream keystoreFile = + new ByteArrayInputStream("keystoreFile".getBytes()); + final String keystorePass = "keystorePass"; + + {// BEGIN test custom SSLConext + new Expectations() {{ + KeyStore.getInstance(KeyStore.getDefaultType()); + keystore.load(keystoreFile, keystorePass.toCharArray()); + SSLContexts.custom() + .loadTrustMaterial(keystore, withAny(trustSelfSignedStrategy)) + .build(); + }}; + + + SSLBuilder.buildSSLContext(keystoreFile, keystorePass); + +// new Verifications() {{ +// KeyStore.getInstance(KeyStore.getDefaultType()); times = 1; +// keystore.load(keystoreFile, keystorePass.toCharArray()); times = 1; +// SSLContexts.custom() +// .loadTrustMaterial(keystore, withAny(trustSelfSignedStrategy)) +// .build(); times = 1; +// }}; + } // END test normal path + + {// BEGIN test default SSLContext + new Expectations() {{ + SSLContexts.createDefault(); + }}; + + SSLBuilder.buildSSLContext(null, keystorePass); + +// new Verifications() {{ +// SSLContexts.createDefault(); times = 1; +// }}; + }// END test default path + + {// BEGIN test null password + new Expectations() {{ + KeyStore.getInstance(KeyStore.getDefaultType()); + keystore.load(keystoreFile, "".toCharArray()); + SSLContexts.custom() + .loadTrustMaterial(keystore, withAny(trustSelfSignedStrategy)) + .build(); + }}; + + SSLBuilder.buildSSLContext(keystoreFile, null); + +// new Verifications() {{ +// KeyStore.getInstance(KeyStore.getDefaultType()); times = 1; +// keystore.load(keystoreFile, "".toCharArray()); times = 1; +// SSLContexts.custom() +// .loadTrustMaterial(keystore, withAny(trustSelfSignedStrategy)) +// .build(); times = 1; +// }}; + }// END test null password + + } catch (Exception e) { + fail(e.toString()); + } + } + +} diff --git a/jpo-ode-core/src/test/resources/CVMessages/.gitignore b/jpo-ode-core/src/test/resources/CVMessages/.gitignore index 153e27add..b835b6985 100644 --- a/jpo-ode-core/src/test/resources/CVMessages/.gitignore +++ b/jpo-ode-core/src/test/resources/CVMessages/.gitignore @@ -1 +1 @@ -/VehicleSituationDataServiceResponse.uper +/VehicleSituationDataServiceResponse.uper diff --git a/jpo-ode-core/src/test/resources/logback-test.xml b/jpo-ode-core/src/test/resources/logback-test.xml index a7a69c483..de5097a2d 100644 --- a/jpo-ode-core/src/test/resources/logback-test.xml +++ b/jpo-ode-core/src/test/resources/logback-test.xml @@ -1,10 +1,10 @@ - - - - %msg%n - - - - - + + + + %msg%n + + + + + \ No newline at end of file diff --git a/jpo-ode-plugins/LICENSE-2.0.html b/jpo-ode-plugins/LICENSE-2.0.html index d1055c8ad..16303d2c7 100644 --- a/jpo-ode-plugins/LICENSE-2.0.html +++ b/jpo-ode-plugins/LICENSE-2.0.html @@ -1,228 +1,228 @@ - - - - - - Apache License, Version 2.0 - - -
- -

Apache License
- Version 2.0, January 2004
- http://www.apache.org/licenses/

-

TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND - DISTRIBUTION

-

1. - Definitions.

-

"License" shall mean the terms and conditions for use, - reproduction, and distribution as defined by Sections 1 through 9 - of this document.

-

"Licensor" shall mean the copyright owner or entity authorized - by the copyright owner that is granting the License.

-

"Legal Entity" shall mean the union of the acting entity and - all other entities that control, are controlled by, or are under - common control with that entity. For the purposes of this - definition, "control" means (i) the power, direct or indirect, to - cause the direction or management of such entity, whether by - contract or otherwise, or (ii) ownership of fifty percent (50%) - or more of the outstanding shares, or (iii) beneficial ownership - of such entity.

-

"You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License.

-

"Source" form shall mean the preferred form for making - modifications, including but not limited to software source code, - documentation source, and configuration files.

-

"Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but not - limited to compiled object code, generated documentation, and - conversions to other media types.

-

"Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work (an - example is provided in the Appendix below).

-

"Derivative Works" shall mean any work, whether in Source or - Object form, that is based on (or derived from) the Work and for - which the editorial revisions, annotations, elaborations, or - other modifications represent, as a whole, an original work of - authorship. For the purposes of this License, Derivative Works - shall not include works that remain separable from, or merely - link (or bind by name) to the interfaces of, the Work and - Derivative Works thereof.

-

"Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or - additions to that Work or Derivative Works thereof, that is - intentionally submitted to Licensor for inclusion in the Work by - the copyright owner or by an individual or Legal Entity - authorized to submit on behalf of the copyright owner. For the - purposes of this definition, "submitted" means any form of - electronic, verbal, or written communication sent to the Licensor - or its representatives, including but not limited to - communication on electronic mailing lists, source code control - systems, and issue tracking systems that are managed by, or on - behalf of, the Licensor for the purpose of discussing and - improving the Work, but excluding communication that is - conspicuously marked or otherwise designated in writing by the - copyright owner as "Not a Contribution."

-

"Contributor" shall mean Licensor and any individual or Legal - Entity on behalf of whom a Contribution has been received by - Licensor and subsequently incorporated within the Work.

-

2. Grant of - Copyright License. Subject to the terms and - conditions of this License, each Contributor hereby grants to You - a perpetual, worldwide, non-exclusive, no-charge, royalty-free, - irrevocable copyright license to reproduce, prepare Derivative - Works of, publicly display, publicly perform, sublicense, and - distribute the Work and such Derivative Works in Source or Object - form.

-

3. Grant of Patent - License. Subject to the terms and conditions of this - License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have - made, use, offer to sell, sell, import, and otherwise transfer - the Work, where such license applies only to those patent claims - licensable by such Contributor that are necessarily infringed by - their Contribution(s) alone or by combination of their - Contribution(s) with the Work to which such Contribution(s) was - submitted. If You institute patent litigation against any entity - (including a cross-claim or counterclaim in a lawsuit) alleging - that the Work or a Contribution incorporated within the Work - constitutes direct or contributory patent infringement, then any - patent licenses granted to You under this License for that Work - shall terminate as of the date such litigation is filed.

-

4. - Redistribution. You may reproduce and distribute - copies of the Work or Derivative Works thereof in any medium, - with or without modifications, and in Source or Object form, - provided that You meet the following conditions:

-
    -
  1. You must give any other recipients of the Work or - Derivative Works a copy of this License; and
  2. -
  3. You must cause any modified files to carry prominent - notices stating that You changed the files; and
  4. -
  5. You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, excluding - those notices that do not pertain to any part of the Derivative - Works; and
  6. -
  7. If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute - must include a readable copy of the attribution notices - contained within such NOTICE file, excluding those notices that - do not pertain to any part of the Derivative Works, in at least - one of the following places: within a NOTICE text file - distributed as part of the Derivative Works; within the Source - form or documentation, if provided along with the Derivative - Works; or, within a display generated by the Derivative Works, - if and wherever such third-party notices normally appear. The - contents of the NOTICE file are for informational purposes only - and do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed as - modifying the License.
    -
    - You may add Your own copyright statement to Your modifications - and may provide additional or different license terms and - conditions for use, reproduction, or distribution of Your - modifications, or for any such Derivative Works as a whole, - provided Your use, reproduction, and distribution of the Work - otherwise complies with the conditions stated in this - License.
  8. -
-

5. - Submission of Contributions. Unless You explicitly - state otherwise, any Contribution intentionally submitted for - inclusion in the Work by You to the Licensor shall be under the - terms and conditions of this License, without any additional - terms or conditions. Notwithstanding the above, nothing herein - shall supersede or modify the terms of any separate license - agreement you may have executed with Licensor regarding such - Contributions.

-

6. - Trademarks. This License does not grant permission - to use the trade names, trademarks, service marks, or product - names of the Licensor, except as required for reasonable and - customary use in describing the origin of the Work and - reproducing the content of the NOTICE file.

-

7. Disclaimer - of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or - conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or - FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for - determining the appropriateness of using or redistributing the - Work and assume any risks associated with Your exercise of - permissions under this License.

-

8. Limitation - of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, - special, incidental, or consequential damages of any character - arising as a result of this License or out of the use or - inability to use the Work (including but not limited to damages - for loss of goodwill, work stoppage, computer failure or - malfunction, or any and all other commercial damages or losses), - even if such Contributor has been advised of the possibility of - such damages.

-

9. Accepting - Warranty or Additional Liability. While - redistributing the Work or Derivative Works thereof, You may - choose to offer, and charge a fee for, acceptance of support, - warranty, indemnity, or other liability obligations and/or rights - consistent with this License. However, in accepting such - obligations, You may act only on Your own behalf and on Your sole - responsibility, not on behalf of any other Contributor, and only - if You agree to indemnify, defend, and hold each Contributor - harmless for any liability incurred by, or claims asserted - against, such Contributor by reason of your accepting any such - warranty or additional liability.

-

END OF TERMS AND CONDITIONS

-

APPENDIX: How to apply the Apache License to your - work

-

To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a file - or class name and description of purpose be included on the same - "printed page" as the copyright notice for easier identification - within third-party archives.

-
-
Copyright [yyyy] [name of copyright owner]
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-    
-
-
- - - + + + + + + Apache License, Version 2.0 + + +
+ +

Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/

+

TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND + DISTRIBUTION

+

1. + Definitions.

+

"License" shall mean the terms and conditions for use, + reproduction, and distribution as defined by Sections 1 through 9 + of this document.

+

"Licensor" shall mean the copyright owner or entity authorized + by the copyright owner that is granting the License.

+

"Legal Entity" shall mean the union of the acting entity and + all other entities that control, are controlled by, or are under + common control with that entity. For the purposes of this + definition, "control" means (i) the power, direct or indirect, to + cause the direction or management of such entity, whether by + contract or otherwise, or (ii) ownership of fifty percent (50%) + or more of the outstanding shares, or (iii) beneficial ownership + of such entity.

+

"You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License.

+

"Source" form shall mean the preferred form for making + modifications, including but not limited to software source code, + documentation source, and configuration files.

+

"Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but not + limited to compiled object code, generated documentation, and + conversions to other media types.

+

"Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work (an + example is provided in the Appendix below).

+

"Derivative Works" shall mean any work, whether in Source or + Object form, that is based on (or derived from) the Work and for + which the editorial revisions, annotations, elaborations, or + other modifications represent, as a whole, an original work of + authorship. For the purposes of this License, Derivative Works + shall not include works that remain separable from, or merely + link (or bind by name) to the interfaces of, the Work and + Derivative Works thereof.

+

"Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or + additions to that Work or Derivative Works thereof, that is + intentionally submitted to Licensor for inclusion in the Work by + the copyright owner or by an individual or Legal Entity + authorized to submit on behalf of the copyright owner. For the + purposes of this definition, "submitted" means any form of + electronic, verbal, or written communication sent to the Licensor + or its representatives, including but not limited to + communication on electronic mailing lists, source code control + systems, and issue tracking systems that are managed by, or on + behalf of, the Licensor for the purpose of discussing and + improving the Work, but excluding communication that is + conspicuously marked or otherwise designated in writing by the + copyright owner as "Not a Contribution."

+

"Contributor" shall mean Licensor and any individual or Legal + Entity on behalf of whom a Contribution has been received by + Licensor and subsequently incorporated within the Work.

+

2. Grant of + Copyright License. Subject to the terms and + conditions of this License, each Contributor hereby grants to You + a perpetual, worldwide, non-exclusive, no-charge, royalty-free, + irrevocable copyright license to reproduce, prepare Derivative + Works of, publicly display, publicly perform, sublicense, and + distribute the Work and such Derivative Works in Source or Object + form.

+

3. Grant of Patent + License. Subject to the terms and conditions of this + License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have + made, use, offer to sell, sell, import, and otherwise transfer + the Work, where such license applies only to those patent claims + licensable by such Contributor that are necessarily infringed by + their Contribution(s) alone or by combination of their + Contribution(s) with the Work to which such Contribution(s) was + submitted. If You institute patent litigation against any entity + (including a cross-claim or counterclaim in a lawsuit) alleging + that the Work or a Contribution incorporated within the Work + constitutes direct or contributory patent infringement, then any + patent licenses granted to You under this License for that Work + shall terminate as of the date such litigation is filed.

+

4. + Redistribution. You may reproduce and distribute + copies of the Work or Derivative Works thereof in any medium, + with or without modifications, and in Source or Object form, + provided that You meet the following conditions:

+
    +
  1. You must give any other recipients of the Work or + Derivative Works a copy of this License; and
  2. +
  3. You must cause any modified files to carry prominent + notices stating that You changed the files; and
  4. +
  5. You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, excluding + those notices that do not pertain to any part of the Derivative + Works; and
  6. +
  7. If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute + must include a readable copy of the attribution notices + contained within such NOTICE file, excluding those notices that + do not pertain to any part of the Derivative Works, in at least + one of the following places: within a NOTICE text file + distributed as part of the Derivative Works; within the Source + form or documentation, if provided along with the Derivative + Works; or, within a display generated by the Derivative Works, + if and wherever such third-party notices normally appear. The + contents of the NOTICE file are for informational purposes only + and do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed as + modifying the License.
    +
    + You may add Your own copyright statement to Your modifications + and may provide additional or different license terms and + conditions for use, reproduction, or distribution of Your + modifications, or for any such Derivative Works as a whole, + provided Your use, reproduction, and distribution of the Work + otherwise complies with the conditions stated in this + License.
  8. +
+

5. + Submission of Contributions. Unless You explicitly + state otherwise, any Contribution intentionally submitted for + inclusion in the Work by You to the Licensor shall be under the + terms and conditions of this License, without any additional + terms or conditions. Notwithstanding the above, nothing herein + shall supersede or modify the terms of any separate license + agreement you may have executed with Licensor regarding such + Contributions.

+

6. + Trademarks. This License does not grant permission + to use the trade names, trademarks, service marks, or product + names of the Licensor, except as required for reasonable and + customary use in describing the origin of the Work and + reproducing the content of the NOTICE file.

+

7. Disclaimer + of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or + conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or + FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for + determining the appropriateness of using or redistributing the + Work and assume any risks associated with Your exercise of + permissions under this License.

+

8. Limitation + of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, + special, incidental, or consequential damages of any character + arising as a result of this License or out of the use or + inability to use the Work (including but not limited to damages + for loss of goodwill, work stoppage, computer failure or + malfunction, or any and all other commercial damages or losses), + even if such Contributor has been advised of the possibility of + such damages.

+

9. Accepting + Warranty or Additional Liability. While + redistributing the Work or Derivative Works thereof, You may + choose to offer, and charge a fee for, acceptance of support, + warranty, indemnity, or other liability obligations and/or rights + consistent with this License. However, in accepting such + obligations, You may act only on Your own behalf and on Your sole + responsibility, not on behalf of any other Contributor, and only + if You agree to indemnify, defend, and hold each Contributor + harmless for any liability incurred by, or claims asserted + against, such Contributor by reason of your accepting any such + warranty or additional liability.

+

END OF TERMS AND CONDITIONS

+

APPENDIX: How to apply the Apache License to your + work

+

To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a file + or class name and description of purpose be included on the same + "printed page" as the copyright notice for easier identification + within third-party archives.

+
+
Copyright [yyyy] [name of copyright owner]
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+    
+
+
+ + + diff --git a/jpo-ode-plugins/pom.xml b/jpo-ode-plugins/pom.xml index b9997938d..f0cbfa9ff 100644 --- a/jpo-ode-plugins/pom.xml +++ b/jpo-ode-plugins/pom.xml @@ -11,7 +11,7 @@ usdot.jpo.ode jpo-ode - 1.0.8-SNAPSHOT + 0.0.9-SNAPSHOT @@ -27,7 +27,7 @@ usdot.jpo.ode jpo-ode-common - 1.0.8-SNAPSHOT + 0.0.9-SNAPSHOT /)("closed",/<(tag)[\s\S]+?<\/\1>/)("closing",/])*?>/)(/tag/g,block._tag)();block.paragraph=replace(block.paragraph)("hr",block.hr)("heading",block.heading)("lheading",block.lheading)("blockquote",block.blockquote)("tag","<"+block._tag)("def",block.def)();block.normal=merge({},block);block.gfm=merge({},block.normal,{fences:/^ *(`{3,}|~{3,})[ \.]*(\S+)? *\n([\s\S]*?)\s*\1 *(?:\n+|$)/,paragraph:/^/,heading:/^ *(#{1,6}) +([^\n]+?) *#* *(?:\n+|$)/});block.gfm.paragraph=replace(block.paragraph)("(?!","(?!"+block.gfm.fences.source.replace("\\1","\\2")+"|"+block.list.source.replace("\\1","\\3")+"|")();block.tables=merge({},block.gfm,{nptable:/^ *(\S.*\|.*)\n *([-:]+ *\|[-| :]*)\n((?:.*\|.*(?:\n|$))*)\n*/,table:/^ *\|(.+)\n *\|( *[-:]+[-| :]*)\n((?: *\|.*(?:\n|$))*)\n*/});function Lexer(options){this.tokens=[];this.tokens.links={};this.options=options||marked.defaults;this.rules=block.normal;if(this.options.gfm){if(this.options.tables){this.rules=block.tables}else{this.rules=block.gfm}}}Lexer.rules=block;Lexer.lex=function(src,options){var lexer=new Lexer(options);return lexer.lex(src)};Lexer.prototype.lex=function(src){src=src.replace(/\r\n|\r/g,"\n").replace(/\t/g," ").replace(/\u00a0/g," ").replace(/\u2424/g,"\n");return this.token(src,true)};Lexer.prototype.token=function(src,top,bq){var src=src.replace(/^ +$/gm,""),next,loose,cap,bull,b,item,space,i,l;while(src){if(cap=this.rules.newline.exec(src)){src=src.substring(cap[0].length);if(cap[0].length>1){this.tokens.push({type:"space"})}}if(cap=this.rules.code.exec(src)){src=src.substring(cap[0].length);cap=cap[0].replace(/^ {4}/gm,"");this.tokens.push({type:"code",text:!this.options.pedantic?cap.replace(/\n+$/,""):cap});continue}if(cap=this.rules.fences.exec(src)){src=src.substring(cap[0].length);this.tokens.push({type:"code",lang:cap[2],text:cap[3]||""});continue}if(cap=this.rules.heading.exec(src)){src=src.substring(cap[0].length);this.tokens.push({type:"heading",depth:cap[1].length,text:cap[2]});continue}if(top&&(cap=this.rules.nptable.exec(src))){src=src.substring(cap[0].length);item={type:"table",header:cap[1].replace(/^ *| *\| *$/g,"").split(/ *\| */),align:cap[2].replace(/^ *|\| *$/g,"").split(/ *\| */),cells:cap[3].replace(/\n$/,"").split("\n")};for(i=0;i ?/gm,"");this.token(cap,top,true);this.tokens.push({type:"blockquote_end"});continue}if(cap=this.rules.list.exec(src)){src=src.substring(cap[0].length);bull=cap[2];this.tokens.push({type:"list_start",ordered:bull.length>1});cap=cap[0].match(this.rules.item);next=false;l=cap.length;i=0;for(;i1&&b.length>1)){src=cap.slice(i+1).join("\n")+src;i=l-1}}loose=next||/\n\n(?!\s*$)/.test(item);if(i!==l-1){next=item.charAt(item.length-1)==="\n";if(!loose)loose=next}this.tokens.push({type:loose?"loose_item_start":"list_item_start"});this.token(item,false,bq);this.tokens.push({type:"list_item_end"})}this.tokens.push({type:"list_end"});continue}if(cap=this.rules.html.exec(src)){src=src.substring(cap[0].length);this.tokens.push({type:this.options.sanitize?"paragraph":"html",pre:!this.options.sanitizer&&(cap[1]==="pre"||cap[1]==="script"||cap[1]==="style"),text:cap[0]});continue}if(!bq&&top&&(cap=this.rules.def.exec(src))){src=src.substring(cap[0].length);this.tokens.links[cap[1].toLowerCase()]={href:cap[2],title:cap[3]};continue}if(top&&(cap=this.rules.table.exec(src))){src=src.substring(cap[0].length);item={type:"table",header:cap[1].replace(/^ *| *\| *$/g,"").split(/ *\| */),align:cap[2].replace(/^ *|\| *$/g,"").split(/ *\| */),cells:cap[3].replace(/(?: *\| *)?\n$/,"").split("\n")};for(i=0;i])/,autolink:/^<([^ >]+(@|:\/)[^ >]+)>/,url:noop,tag:/^|^<\/?\w+(?:"[^"]*"|'[^']*'|[^'">])*?>/,link:/^!?\[(inside)\]\(href\)/,reflink:/^!?\[(inside)\]\s*\[([^\]]*)\]/,nolink:/^!?\[((?:\[[^\]]*\]|[^\[\]])*)\]/,strong:/^__([\s\S]+?)__(?!_)|^\*\*([\s\S]+?)\*\*(?!\*)/,em:/^\b_((?:[^_]|__)+?)_\b|^\*((?:\*\*|[\s\S])+?)\*(?!\*)/,code:/^(`+)\s*([\s\S]*?[^`])\s*\1(?!`)/,br:/^ {2,}\n(?!\s*$)/,del:noop,text:/^[\s\S]+?(?=[\\?(?:\s+['"]([\s\S]*?)['"])?\s*/;inline.link=replace(inline.link)("inside",inline._inside)("href",inline._href)();inline.reflink=replace(inline.reflink)("inside",inline._inside)();inline.normal=merge({},inline);inline.pedantic=merge({},inline.normal,{strong:/^__(?=\S)([\s\S]*?\S)__(?!_)|^\*\*(?=\S)([\s\S]*?\S)\*\*(?!\*)/,em:/^_(?=\S)([\s\S]*?\S)_(?!_)|^\*(?=\S)([\s\S]*?\S)\*(?!\*)/});inline.gfm=merge({},inline.normal,{escape:replace(inline.escape)("])","~|])")(),url:/^(https?:\/\/[^\s<]+[^<.,:;"')\]\s])/,del:/^~~(?=\S)([\s\S]*?\S)~~/,text:replace(inline.text)("]|","~]|")("|","|https?://|")()});inline.breaks=merge({},inline.gfm,{br:replace(inline.br)("{2,}","*")(),text:replace(inline.gfm.text)("{2,}","*")()});function InlineLexer(links,options){this.options=options||marked.defaults;this.links=links;this.rules=inline.normal;this.renderer=this.options.renderer||new Renderer;this.renderer.options=this.options;if(!this.links){throw new Error("Tokens array requires a `links` property.")}if(this.options.gfm){if(this.options.breaks){this.rules=inline.breaks}else{this.rules=inline.gfm}}else if(this.options.pedantic){this.rules=inline.pedantic}}InlineLexer.rules=inline;InlineLexer.output=function(src,links,options){var inline=new InlineLexer(links,options);return inline.output(src)};InlineLexer.prototype.output=function(src){var out="",link,text,href,cap;while(src){if(cap=this.rules.escape.exec(src)){src=src.substring(cap[0].length);out+=cap[1];continue}if(cap=this.rules.autolink.exec(src)){src=src.substring(cap[0].length);if(cap[2]==="@"){text=cap[1].charAt(6)===":"?this.mangle(cap[1].substring(7)):this.mangle(cap[1]);href=this.mangle("mailto:")+text}else{text=escape(cap[1]);href=text}out+=this.renderer.link(href,null,text);continue}if(!this.inLink&&(cap=this.rules.url.exec(src))){src=src.substring(cap[0].length);text=escape(cap[1]);href=text;out+=this.renderer.link(href,null,text);continue}if(cap=this.rules.tag.exec(src)){if(!this.inLink&&/^/i.test(cap[0])){this.inLink=false}src=src.substring(cap[0].length);out+=this.options.sanitize?this.options.sanitizer?this.options.sanitizer(cap[0]):escape(cap[0]):cap[0];continue}if(cap=this.rules.link.exec(src)){src=src.substring(cap[0].length);this.inLink=true;out+=this.outputLink(cap,{href:cap[2],title:cap[3]});this.inLink=false;continue}if((cap=this.rules.reflink.exec(src))||(cap=this.rules.nolink.exec(src))){src=src.substring(cap[0].length);link=(cap[2]||cap[1]).replace(/\s+/g," ");link=this.links[link.toLowerCase()];if(!link||!link.href){out+=cap[0].charAt(0);src=cap[0].substring(1)+src;continue}this.inLink=true;out+=this.outputLink(cap,link);this.inLink=false;continue}if(cap=this.rules.strong.exec(src)){src=src.substring(cap[0].length);out+=this.renderer.strong(this.output(cap[2]||cap[1]));continue}if(cap=this.rules.em.exec(src)){src=src.substring(cap[0].length);out+=this.renderer.em(this.output(cap[2]||cap[1]));continue}if(cap=this.rules.code.exec(src)){src=src.substring(cap[0].length);out+=this.renderer.codespan(escape(cap[2],true));continue}if(cap=this.rules.br.exec(src)){src=src.substring(cap[0].length);out+=this.renderer.br();continue}if(cap=this.rules.del.exec(src)){src=src.substring(cap[0].length);out+=this.renderer.del(this.output(cap[1]));continue}if(cap=this.rules.text.exec(src)){src=src.substring(cap[0].length);out+=this.renderer.text(escape(this.smartypants(cap[0])));continue}if(src){throw new Error("Infinite loop on byte: "+src.charCodeAt(0))}}return out};InlineLexer.prototype.outputLink=function(cap,link){var href=escape(link.href),title=link.title?escape(link.title):null;return cap[0].charAt(0)!=="!"?this.renderer.link(href,title,this.output(cap[1])):this.renderer.image(href,title,escape(cap[1]))};InlineLexer.prototype.smartypants=function(text){if(!this.options.smartypants)return text;return text.replace(/---/g,"—").replace(/--/g,"–").replace(/(^|[-\u2014/(\[{"\s])'/g,"$1‘").replace(/'/g,"’").replace(/(^|[-\u2014/(\[{\u2018\s])"/g,"$1“").replace(/"/g,"â€").replace(/\.{3}/g,"…")};InlineLexer.prototype.mangle=function(text){if(!this.options.mangle)return text;var out="",l=text.length,i=0,ch;for(;i.5){ch="x"+ch.toString(16)}out+="&#"+ch+";"}return out};function Renderer(options){this.options=options||{}}Renderer.prototype.code=function(code,lang,escaped){if(this.options.highlight){var out=this.options.highlight(code,lang);if(out!=null&&out!==code){escaped=true;code=out}}if(!lang){return"
"+(escaped?code:escape(code,true))+"\n
"}return'
'+(escaped?code:escape(code,true))+"\n
\n"};Renderer.prototype.blockquote=function(quote){return"
\n"+quote+"
\n"};Renderer.prototype.html=function(html){return html};Renderer.prototype.heading=function(text,level,raw){return"'+text+"\n"};Renderer.prototype.hr=function(){return this.options.xhtml?"
\n":"
\n"};Renderer.prototype.list=function(body,ordered){var type=ordered?"ol":"ul";return"<"+type+">\n"+body+"\n"};Renderer.prototype.listitem=function(text){return"
  • "+text+"
  • \n"};Renderer.prototype.paragraph=function(text){return"

    "+text+"

    \n"};Renderer.prototype.table=function(header,body){return"\n"+"\n"+header+"\n"+"\n"+body+"\n"+"
    \n"};Renderer.prototype.tablerow=function(content){return"\n"+content+"\n"};Renderer.prototype.tablecell=function(content,flags){var type=flags.header?"th":"td";var tag=flags.align?"<"+type+' style="text-align:'+flags.align+'">':"<"+type+">";return tag+content+"\n"};Renderer.prototype.strong=function(text){return""+text+""};Renderer.prototype.em=function(text){return""+text+""};Renderer.prototype.codespan=function(text){return""+text+""};Renderer.prototype.br=function(){return this.options.xhtml?"
    ":"
    "};Renderer.prototype.del=function(text){return""+text+""};Renderer.prototype.link=function(href,title,text){if(this.options.sanitize){try{var prot=decodeURIComponent(unescape(href)).replace(/[^\w:]/g,"").toLowerCase()}catch(e){return""}if(prot.indexOf("javascript:")===0||prot.indexOf("vbscript:")===0){return""}}var out='
    ";return out};Renderer.prototype.image=function(href,title,text){var out=''+text+'":">";return out};Renderer.prototype.text=function(text){return text};function Parser(options){this.tokens=[];this.token=null;this.options=options||marked.defaults;this.options.renderer=this.options.renderer||new Renderer;this.renderer=this.options.renderer;this.renderer.options=this.options}Parser.parse=function(src,options,renderer){var parser=new Parser(options,renderer);return parser.parse(src)};Parser.prototype.parse=function(src){this.inline=new InlineLexer(src.links,this.options,this.renderer);this.tokens=src.reverse();var out="";while(this.next()){out+=this.tok()}return out};Parser.prototype.next=function(){return this.token=this.tokens.pop()};Parser.prototype.peek=function(){return this.tokens[this.tokens.length-1]||0};Parser.prototype.parseText=function(){var body=this.token.text;while(this.peek().type==="text"){body+="\n"+this.next().text}return this.inline.output(body)};Parser.prototype.tok=function(){switch(this.token.type){case"space":{return""}case"hr":{return this.renderer.hr()}case"heading":{return this.renderer.heading(this.inline.output(this.token.text),this.token.depth,this.token.text)}case"code":{return this.renderer.code(this.token.text,this.token.lang,this.token.escaped)}case"table":{var header="",body="",i,row,cell,flags,j;cell="";for(i=0;i/g,">").replace(/"/g,""").replace(/'/g,"'")}function unescape(html){return html.replace(/&([#\w]+);/g,function(_,n){n=n.toLowerCase();if(n==="colon")return":";if(n.charAt(0)==="#"){return n.charAt(1)==="x"?String.fromCharCode(parseInt(n.substring(2),16)):String.fromCharCode(+n.substring(1))}return""})}function replace(regex,opt){regex=regex.source;opt=opt||"";return function self(name,val){if(!name)return new RegExp(regex,opt);val=val.source||val;val=val.replace(/(^|[^\[])\^/g,"$1");regex=regex.replace(name,val);return self}}function noop(){}noop.exec=noop;function merge(obj){var i=1,target,key;for(;iAn error occurred:

    "+escape(e.message+"",true)+"
    "}throw e}}marked.options=marked.setOptions=function(opt){merge(marked.defaults,opt);return marked};marked.defaults={gfm:true,tables:true,breaks:false,pedantic:false,sanitize:false,sanitizer:null,mangle:true,smartLists:false,silent:false,highlight:null,langPrefix:"lang-",smartypants:false,headerPrefix:"",renderer:new Renderer,xhtml:false};marked.Parser=Parser;marked.parser=Parser.parse;marked.Renderer=Renderer;marked.Lexer=Lexer;marked.lexer=Lexer.lex;marked.InlineLexer=InlineLexer;marked.inlineLexer=InlineLexer.output;marked.parse=marked;if(typeof module!=="undefined"&&typeof exports==="object"){module.exports=marked}else if(typeof define==="function"&&define.amd){define(function(){return marked})}else{this.marked=marked}}).call(function(){return this||(typeof window!=="undefined"?window:global)}()); - - - - - - - - -
    -
    - -
    -
    -
    -

    ODE REST API

    -
    -
    -
    - -
    -
    -

    LogFile

    -
    -
    -
    -

    uploadObulog

    -

    File upload interface

    -
    -
    -
    -

    -

    Uploads an OBU log file to ODE upload folder to be processed and propaged

    -

    -
    -
    /upload/obulog
    -

    -

    Usage and SDK Samples

    -

    - - -
    -
    -
    curl -X POST "https://yourhostname/upload/obulog"
    -
    -
    -
    import io.swagger.client.*;
    -import io.swagger.client.auth.*;
    -import io.swagger.client.model.*;
    -import io.swagger.client.api.LogFileApi;
    -
    -import java.io.File;
    -import java.util.*;
    -
    -public class LogFileApiExample {
    -
    -    public static void main(String[] args) {
    -        
    -        LogFileApi apiInstance = new LogFileApi();
    -        File file = /path/to/file.txt; // File | The file to upload.
    -        try {
    -            array[Status] result = apiInstance.uploadObulog(file);
    -            System.out.println(result);
    -        } catch (ApiException e) {
    -            System.err.println("Exception when calling LogFileApi#uploadObulog");
    -            e.printStackTrace();
    -        }
    -    }
    -}
    -
    - -
    -
    import io.swagger.client.api.LogFileApi;
    -
    -public class LogFileApiExample {
    -
    -    public static void main(String[] args) {
    -        LogFileApi apiInstance = new LogFileApi();
    -        File file = /path/to/file.txt; // File | The file to upload.
    -        try {
    -            array[Status] result = apiInstance.uploadObulog(file);
    -            System.out.println(result);
    -        } catch (ApiException e) {
    -            System.err.println("Exception when calling LogFileApi#uploadObulog");
    -            e.printStackTrace();
    -        }
    -    }
    -}
    -
    - -
    -
    File *file = /path/to/file.txt; // The file to upload. (optional)
    -
    -LogFileApi *apiInstance = [[LogFileApi alloc] init];
    -
    -// File upload interface
    -[apiInstance uploadObulogWith:file
    -              completionHandler: ^(array[Status] output, NSError* error) {
    -                            if (output) {
    -                                NSLog(@"%@", output);
    -                            }
    -                            if (error) {
    -                                NSLog(@"Error: %@", error);
    -                            }
    -                        }];
    -
    -
    - -
    -
    var OdeRestApi = require('ode_rest_api');
    -
    -var api = new OdeRestApi.LogFileApi()
    -
    -var opts = { 
    -  'file': /path/to/file.txt // {File} The file to upload.
    -};
    -
    -var callback = function(error, data, response) {
    -  if (error) {
    -    console.error(error);
    -  } else {
    -    console.log('API called successfully. Returned data: ' + data);
    -  }
    -};
    -api.uploadObulog(opts, callback);
    -
    -
    - - -
    -
    using System;
    -using System.Diagnostics;
    -using IO.Swagger.Api;
    -using IO.Swagger.Client;
    -using IO.Swagger.Model;
    -
    -namespace Example
    -{
    -    public class uploadObulogExample
    -    {
    -        public void main()
    -        {
    -            
    -            var apiInstance = new LogFileApi();
    -            var file = new File(); // File | The file to upload. (optional) 
    -
    -            try
    -            {
    -                // File upload interface
    -                array[Status] result = apiInstance.uploadObulog(file);
    -                Debug.WriteLine(result);
    -            }
    -            catch (Exception e)
    -            {
    -                Debug.Print("Exception when calling LogFileApi.uploadObulog: " + e.Message );
    -            }
    -        }
    -    }
    -}
    -
    -
    - -
    -
    <?php
    -require_once(__DIR__ . '/vendor/autoload.php');
    -
    -$api_instance = new Swagger\Client\Api\LogFileApi();
    -$file = /path/to/file.txt; // File | The file to upload.
    -
    -try {
    -    $result = $api_instance->uploadObulog($file);
    -    print_r($result);
    -} catch (Exception $e) {
    -    echo 'Exception when calling LogFileApi->uploadObulog: ', $e->getMessage(), PHP_EOL;
    -}
    -?>
    -
    - -
    -
    use Data::Dumper;
    -use WWW::SwaggerClient::Configuration;
    -use WWW::SwaggerClient::LogFileApi;
    -
    -my $api_instance = WWW::SwaggerClient::LogFileApi->new();
    -my $file = /path/to/file.txt; # File | The file to upload.
    -
    -eval { 
    -    my $result = $api_instance->uploadObulog(file => $file);
    -    print Dumper($result);
    -};
    -if ($@) {
    -    warn "Exception when calling LogFileApi->uploadObulog: $@\n";
    -}
    -
    - -
    -
    from __future__ import print_statement
    -import time
    -import swagger_client
    -from swagger_client.rest import ApiException
    -from pprint import pprint
    -
    -# create an instance of the API class
    -api_instance = swagger_client.LogFileApi()
    -file = /path/to/file.txt # File | The file to upload. (optional)
    -
    -try: 
    -    # File upload interface
    -    api_response = api_instance.upload_obulog(file=file)
    -    pprint(api_response)
    -except ApiException as e:
    -    print("Exception when calling LogFileApi->uploadObulog: %s\n" % e)
    -
    -
    - -

    Parameters

    - - - - -
    Form parameters
    - - - - - - - - - -
    NameDescription
    file - - -
    -
    -
    - - File - - -
    - The file to upload. -
    -
    -
    -
    -
    - - -

    Responses

    -

    Status: 200 - File uploaded successfully

    - - - -
    -
    -
    - -
    - -
    -
    - -

    Status: 400 - Bad Request. Issued if request is invalid or failed to be executed. See the response body or ODE User Guide for details.

    - - - -
    -
    -
    - -
    - -
    -
    - -

    Status: 500 - Internal Server Error. See the response body or ODE User Guide for details.

    - - - -
    -
    -
    - -
    - -
    -
    - -
    -
    -
    -
    -
    -

    PDM

    -
    -
    -
    -

    pdmPost

    -

    PDM Interface

    -
    -
    -
    -

    -

    Submits a Probe Data Management message to ODE for distribution to the specified RSUs.

    -

    -
    -
    /pdm
    -

    -

    Usage and SDK Samples

    -

    - - -
    -
    -
    curl -X POST "https://yourhostname/pdm"
    -
    -
    -
    import io.swagger.client.*;
    -import io.swagger.client.auth.*;
    -import io.swagger.client.model.*;
    -import io.swagger.client.api.PDMApi;
    -
    -import java.io.File;
    -import java.util.*;
    -
    -public class PDMApiExample {
    -
    -    public static void main(String[] args) {
    -        
    -        PDMApi apiInstance = new PDMApi();
    -        ProbeDataManagement probeDataManagement = ; // ProbeDataManagement | PDM Message
    -        try {
    -            array[Status] result = apiInstance.pdmPost(probeDataManagement);
    -            System.out.println(result);
    -        } catch (ApiException e) {
    -            System.err.println("Exception when calling PDMApi#pdmPost");
    -            e.printStackTrace();
    -        }
    -    }
    -}
    -
    - -
    -
    import io.swagger.client.api.PDMApi;
    -
    -public class PDMApiExample {
    -
    -    public static void main(String[] args) {
    -        PDMApi apiInstance = new PDMApi();
    -        ProbeDataManagement probeDataManagement = ; // ProbeDataManagement | PDM Message
    -        try {
    -            array[Status] result = apiInstance.pdmPost(probeDataManagement);
    -            System.out.println(result);
    -        } catch (ApiException e) {
    -            System.err.println("Exception when calling PDMApi#pdmPost");
    -            e.printStackTrace();
    -        }
    -    }
    -}
    -
    - -
    -
    ProbeDataManagement *probeDataManagement = ; // PDM Message
    -
    -PDMApi *apiInstance = [[PDMApi alloc] init];
    -
    -// PDM Interface
    -[apiInstance pdmPostWith:probeDataManagement
    -              completionHandler: ^(array[Status] output, NSError* error) {
    -                            if (output) {
    -                                NSLog(@"%@", output);
    -                            }
    -                            if (error) {
    -                                NSLog(@"Error: %@", error);
    -                            }
    -                        }];
    -
    -
    - -
    -
    var OdeRestApi = require('ode_rest_api');
    -
    -var api = new OdeRestApi.PDMApi()
    -
    -var probeDataManagement = ; // {ProbeDataManagement} PDM Message
    -
    -
    -var callback = function(error, data, response) {
    -  if (error) {
    -    console.error(error);
    -  } else {
    -    console.log('API called successfully. Returned data: ' + data);
    -  }
    -};
    -api.pdmPost(probeDataManagement, callback);
    -
    -
    - - -
    -
    using System;
    -using System.Diagnostics;
    -using IO.Swagger.Api;
    -using IO.Swagger.Client;
    -using IO.Swagger.Model;
    -
    -namespace Example
    -{
    -    public class pdmPostExample
    -    {
    -        public void main()
    -        {
    -            
    -            var apiInstance = new PDMApi();
    -            var probeDataManagement = new ProbeDataManagement(); // ProbeDataManagement | PDM Message
    -
    -            try
    -            {
    -                // PDM Interface
    -                array[Status] result = apiInstance.pdmPost(probeDataManagement);
    -                Debug.WriteLine(result);
    -            }
    -            catch (Exception e)
    -            {
    -                Debug.Print("Exception when calling PDMApi.pdmPost: " + e.Message );
    -            }
    -        }
    -    }
    -}
    -
    -
    - -
    -
    <?php
    -require_once(__DIR__ . '/vendor/autoload.php');
    -
    -$api_instance = new Swagger\Client\Api\PDMApi();
    -$probeDataManagement = ; // ProbeDataManagement | PDM Message
    -
    -try {
    -    $result = $api_instance->pdmPost($probeDataManagement);
    -    print_r($result);
    -} catch (Exception $e) {
    -    echo 'Exception when calling PDMApi->pdmPost: ', $e->getMessage(), PHP_EOL;
    -}
    -?>
    -
    - -
    -
    use Data::Dumper;
    -use WWW::SwaggerClient::Configuration;
    -use WWW::SwaggerClient::PDMApi;
    -
    -my $api_instance = WWW::SwaggerClient::PDMApi->new();
    -my $probeDataManagement = WWW::SwaggerClient::Object::ProbeDataManagement->new(); # ProbeDataManagement | PDM Message
    -
    -eval { 
    -    my $result = $api_instance->pdmPost(probeDataManagement => $probeDataManagement);
    -    print Dumper($result);
    -};
    -if ($@) {
    -    warn "Exception when calling PDMApi->pdmPost: $@\n";
    -}
    -
    - -
    -
    from __future__ import print_statement
    -import time
    -import swagger_client
    -from swagger_client.rest import ApiException
    -from pprint import pprint
    -
    -# create an instance of the API class
    -api_instance = swagger_client.PDMApi()
    -probeDataManagement =  # ProbeDataManagement | PDM Message
    -
    -try: 
    -    # PDM Interface
    -    api_response = api_instance.pdm_post(probeDataManagement)
    -    pprint(api_response)
    -except ApiException as e:
    -    print("Exception when calling PDMApi->pdmPost: %s\n" % e)
    -
    -
    - -

    Parameters

    - - - -
    Body parameters
    - - - - - - - - - -
    NameDescription
    probeDataManagement * - - - -
    -
    - - - -

    Responses

    -

    Status: 200 - Probe Data Management message was submitted successfully. See the response body or ODE User Guide for details.

    - - - -
    -
    -
    - -
    - -
    -
    - -

    Status: 400 - Bad Request. Issued if request is invalid or failed to be executed. See the response body or ODE User Guide for details.

    - - - -
    -
    -
    - -
    - -
    -
    - -

    Status: 500 - Internal Server Error. See the response body or ODE User Guide for details.

    - - - -
    -
    -
    - -
    - -
    -
    - -
    -
    -
    -
    -
    -

    SNMP

    -
    -
    -
    -

    snmpGet

    -

    RSU SNMP Query

    -
    -
    -
    -

    -

    Check the health and status of RSU devices through SNMP communication. You should receive a detailed plain text response that looks like the following example. If the device is off, a 4 second timeout will occur and the ODE will indicate this with an "[ERROR] Empty response" message. (This specific OID returns the amount of time since the device was last powered on) "[1.3.6.1.2.1.1.3.0 = 0:05:12.59]"

    -

    -
    -
    /rsuHeartbeat
    -

    -

    Usage and SDK Samples

    -

    - - -
    -
    -
    curl -X GET "https://yourhostname/rsuHeartbeat?ip=&oid="
    -
    -
    -
    import io.swagger.client.*;
    -import io.swagger.client.auth.*;
    -import io.swagger.client.model.*;
    -import io.swagger.client.api.SNMPApi;
    -
    -import java.io.File;
    -import java.util.*;
    -
    -public class SNMPApiExample {
    -
    -    public static void main(String[] args) {
    -        
    -        SNMPApi apiInstance = new SNMPApi();
    -        BigDecimal ip = 8.14; // BigDecimal | IP address of an RSU
    -        BigDecimal oid = 8.14; // BigDecimal | OID of the attribute you wish to check on
    -        try {
    -            Status result = apiInstance.snmpGet(ip, oid);
    -            System.out.println(result);
    -        } catch (ApiException e) {
    -            System.err.println("Exception when calling SNMPApi#snmpGet");
    -            e.printStackTrace();
    -        }
    -    }
    -}
    -
    - -
    -
    import io.swagger.client.api.SNMPApi;
    -
    -public class SNMPApiExample {
    -
    -    public static void main(String[] args) {
    -        SNMPApi apiInstance = new SNMPApi();
    -        BigDecimal ip = 8.14; // BigDecimal | IP address of an RSU
    -        BigDecimal oid = 8.14; // BigDecimal | OID of the attribute you wish to check on
    -        try {
    -            Status result = apiInstance.snmpGet(ip, oid);
    -            System.out.println(result);
    -        } catch (ApiException e) {
    -            System.err.println("Exception when calling SNMPApi#snmpGet");
    -            e.printStackTrace();
    -        }
    -    }
    -}
    -
    - -
    -
    BigDecimal *ip = 8.14; // IP address of an RSU
    -BigDecimal *oid = 8.14; // OID of the attribute you wish to check on
    -
    -SNMPApi *apiInstance = [[SNMPApi alloc] init];
    -
    -// RSU SNMP Query
    -[apiInstance snmpGetWith:ip
    -    oid:oid
    -              completionHandler: ^(Status output, NSError* error) {
    -                            if (output) {
    -                                NSLog(@"%@", output);
    -                            }
    -                            if (error) {
    -                                NSLog(@"Error: %@", error);
    -                            }
    -                        }];
    -
    -
    - -
    -
    var OdeRestApi = require('ode_rest_api');
    -
    -var api = new OdeRestApi.SNMPApi()
    -
    -var ip = 8.14; // {BigDecimal} IP address of an RSU
    -
    -var oid = 8.14; // {BigDecimal} OID of the attribute you wish to check on
    -
    -
    -var callback = function(error, data, response) {
    -  if (error) {
    -    console.error(error);
    -  } else {
    -    console.log('API called successfully. Returned data: ' + data);
    -  }
    -};
    -api.snmpGet(ip, oid, callback);
    -
    -
    - - -
    -
    using System;
    -using System.Diagnostics;
    -using IO.Swagger.Api;
    -using IO.Swagger.Client;
    -using IO.Swagger.Model;
    -
    -namespace Example
    -{
    -    public class snmpGetExample
    -    {
    -        public void main()
    -        {
    -            
    -            var apiInstance = new SNMPApi();
    -            var ip = 8.14;  // BigDecimal | IP address of an RSU
    -            var oid = 8.14;  // BigDecimal | OID of the attribute you wish to check on
    -
    -            try
    -            {
    -                // RSU SNMP Query
    -                Status result = apiInstance.snmpGet(ip, oid);
    -                Debug.WriteLine(result);
    -            }
    -            catch (Exception e)
    -            {
    -                Debug.Print("Exception when calling SNMPApi.snmpGet: " + e.Message );
    -            }
    -        }
    -    }
    -}
    -
    -
    - -
    -
    <?php
    -require_once(__DIR__ . '/vendor/autoload.php');
    -
    -$api_instance = new Swagger\Client\Api\SNMPApi();
    -$ip = 8.14; // BigDecimal | IP address of an RSU
    -$oid = 8.14; // BigDecimal | OID of the attribute you wish to check on
    -
    -try {
    -    $result = $api_instance->snmpGet($ip, $oid);
    -    print_r($result);
    -} catch (Exception $e) {
    -    echo 'Exception when calling SNMPApi->snmpGet: ', $e->getMessage(), PHP_EOL;
    -}
    -?>
    -
    - -
    -
    use Data::Dumper;
    -use WWW::SwaggerClient::Configuration;
    -use WWW::SwaggerClient::SNMPApi;
    -
    -my $api_instance = WWW::SwaggerClient::SNMPApi->new();
    -my $ip = 8.14; # BigDecimal | IP address of an RSU
    -my $oid = 8.14; # BigDecimal | OID of the attribute you wish to check on
    -
    -eval { 
    -    my $result = $api_instance->snmpGet(ip => $ip, oid => $oid);
    -    print Dumper($result);
    -};
    -if ($@) {
    -    warn "Exception when calling SNMPApi->snmpGet: $@\n";
    -}
    -
    - -
    -
    from __future__ import print_statement
    -import time
    -import swagger_client
    -from swagger_client.rest import ApiException
    -from pprint import pprint
    -
    -# create an instance of the API class
    -api_instance = swagger_client.SNMPApi()
    -ip = 8.14 # BigDecimal | IP address of an RSU
    -oid = 8.14 # BigDecimal | OID of the attribute you wish to check on
    -
    -try: 
    -    # RSU SNMP Query
    -    api_response = api_instance.snmp_get(ip, oid)
    -    pprint(api_response)
    -except ApiException as e:
    -    print("Exception when calling SNMPApi->snmpGet: %s\n" % e)
    -
    -
    - -

    Parameters

    - - - - - -
    Query parameters
    - - - - - - - - - - - - - -
    NameDescription
    ip* - - -
    -
    -
    - - BigDecimal - - - (string) - - -
    - IP address of an RSU -
    -
    -
    - Required -
    -
    -
    -
    oid* - - -
    -
    -
    - - BigDecimal - - - (string) - - -
    - OID of the attribute you wish to check on -
    -
    -
    - Required -
    -
    -
    -
    - -

    Responses

    -

    Status: 200 - OID responses

    - - - -
    -
    -
    - -
    - -
    -
    - -

    Status: 400 - Value input error

    - - - -
    -
    -
    - -
    - -
    -
    - -
    -
    -
    -
    -
    -

    TIM

    -
    -
    -
    -

    timDelete

    -

    Delete a TIM message on an RSU.

    -
    -
    -
    -

    -

    Sets the status of a designated message index on an RSU to 6.

    -

    -
    -
    /tim
    -

    -

    Usage and SDK Samples

    -

    - - -
    -
    -
    curl -X DELETE "https://yourhostname/tim?index="
    -
    -
    -
    import io.swagger.client.*;
    -import io.swagger.client.auth.*;
    -import io.swagger.client.model.*;
    -import io.swagger.client.api.TIMApi;
    -
    -import java.io.File;
    -import java.util.*;
    -
    -public class TIMApiExample {
    -
    -    public static void main(String[] args) {
    -        
    -        TIMApi apiInstance = new TIMApi();
    -        BigDecimal index = 8.14; // BigDecimal | Index of message to be deleted
    -        try {
    -            Status result = apiInstance.timDelete(index);
    -            System.out.println(result);
    -        } catch (ApiException e) {
    -            System.err.println("Exception when calling TIMApi#timDelete");
    -            e.printStackTrace();
    -        }
    -    }
    -}
    -
    - -
    -
    import io.swagger.client.api.TIMApi;
    -
    -public class TIMApiExample {
    -
    -    public static void main(String[] args) {
    -        TIMApi apiInstance = new TIMApi();
    -        BigDecimal index = 8.14; // BigDecimal | Index of message to be deleted
    -        try {
    -            Status result = apiInstance.timDelete(index);
    -            System.out.println(result);
    -        } catch (ApiException e) {
    -            System.err.println("Exception when calling TIMApi#timDelete");
    -            e.printStackTrace();
    -        }
    -    }
    -}
    -
    - -
    -
    BigDecimal *index = 8.14; // Index of message to be deleted
    -
    -TIMApi *apiInstance = [[TIMApi alloc] init];
    -
    -// Delete a TIM message on an RSU.
    -[apiInstance timDeleteWith:index
    -              completionHandler: ^(Status output, NSError* error) {
    -                            if (output) {
    -                                NSLog(@"%@", output);
    -                            }
    -                            if (error) {
    -                                NSLog(@"Error: %@", error);
    -                            }
    -                        }];
    -
    -
    - -
    -
    var OdeRestApi = require('ode_rest_api');
    -
    -var api = new OdeRestApi.TIMApi()
    -
    -var index = 8.14; // {BigDecimal} Index of message to be deleted
    -
    -
    -var callback = function(error, data, response) {
    -  if (error) {
    -    console.error(error);
    -  } else {
    -    console.log('API called successfully. Returned data: ' + data);
    -  }
    -};
    -api.timDelete(index, callback);
    -
    -
    - - -
    -
    using System;
    -using System.Diagnostics;
    -using IO.Swagger.Api;
    -using IO.Swagger.Client;
    -using IO.Swagger.Model;
    -
    -namespace Example
    -{
    -    public class timDeleteExample
    -    {
    -        public void main()
    -        {
    -            
    -            var apiInstance = new TIMApi();
    -            var index = 8.14;  // BigDecimal | Index of message to be deleted
    -
    -            try
    -            {
    -                // Delete a TIM message on an RSU.
    -                Status result = apiInstance.timDelete(index);
    -                Debug.WriteLine(result);
    -            }
    -            catch (Exception e)
    -            {
    -                Debug.Print("Exception when calling TIMApi.timDelete: " + e.Message );
    -            }
    -        }
    -    }
    -}
    -
    -
    - -
    -
    <?php
    -require_once(__DIR__ . '/vendor/autoload.php');
    -
    -$api_instance = new Swagger\Client\Api\TIMApi();
    -$index = 8.14; // BigDecimal | Index of message to be deleted
    -
    -try {
    -    $result = $api_instance->timDelete($index);
    -    print_r($result);
    -} catch (Exception $e) {
    -    echo 'Exception when calling TIMApi->timDelete: ', $e->getMessage(), PHP_EOL;
    -}
    -?>
    -
    - -
    -
    use Data::Dumper;
    -use WWW::SwaggerClient::Configuration;
    -use WWW::SwaggerClient::TIMApi;
    -
    -my $api_instance = WWW::SwaggerClient::TIMApi->new();
    -my $index = 8.14; # BigDecimal | Index of message to be deleted
    -
    -eval { 
    -    my $result = $api_instance->timDelete(index => $index);
    -    print Dumper($result);
    -};
    -if ($@) {
    -    warn "Exception when calling TIMApi->timDelete: $@\n";
    -}
    -
    - -
    -
    from __future__ import print_statement
    -import time
    -import swagger_client
    -from swagger_client.rest import ApiException
    -from pprint import pprint
    -
    -# create an instance of the API class
    -api_instance = swagger_client.TIMApi()
    -index = 8.14 # BigDecimal | Index of message to be deleted
    -
    -try: 
    -    # Delete a TIM message on an RSU.
    -    api_response = api_instance.tim_delete(index)
    -    pprint(api_response)
    -except ApiException as e:
    -    print("Exception when calling TIMApi->timDelete: %s\n" % e)
    -
    -
    - -

    Parameters

    - - - - - -
    Query parameters
    - - - - - - - - - -
    NameDescription
    index* - - -
    -
    -
    - - BigDecimal - - - (integer) - - -
    - Index of message to be deleted -
    -
    -
    - Required -
    -
    -
    -
    - -

    Responses

    -

    Status: 200 - Deleted index

    - - - -
    -
    -
    - -
    - -
    -
    - -

    Status: 400 - Error in body request

    - - - -
    -
    -
    - -
    - -
    -
    - -

    Status: 408 - Timeout

    - - - -
    -
    -
    - -
    - -
    -
    - -

    Status: 500 - Misc error

    - - - -
    -
    -
    - -
    - -
    -
    - -
    -
    -
    -
    -
    -
    -

    timPost

    -

    Submit Traveler Information Message (TIM) for broadcast to Connected Vehicles.

    -
    -
    -
    -

    -

    Submits a TIM message to ODE for distribution to the specified RSUs and SDW.

    -

    -
    -
    /tim
    -

    -

    Usage and SDK Samples

    -

    - - -
    -
    -
    curl -X POST "https://yourhostname/tim"
    -
    -
    -
    import io.swagger.client.*;
    -import io.swagger.client.auth.*;
    -import io.swagger.client.model.*;
    -import io.swagger.client.api.TIMApi;
    -
    -import java.io.File;
    -import java.util.*;
    -
    -public class TIMApiExample {
    -
    -    public static void main(String[] args) {
    -        
    -        TIMApi apiInstance = new TIMApi();
    -        TravelerInputData travelerInputData = ; // TravelerInputData | Message containing the parameters for a Traveler Information Message including delivery information.
    -        try {
    -            array[Status] result = apiInstance.timPost(travelerInputData);
    -            System.out.println(result);
    -        } catch (ApiException e) {
    -            System.err.println("Exception when calling TIMApi#timPost");
    -            e.printStackTrace();
    -        }
    -    }
    -}
    -
    - -
    -
    import io.swagger.client.api.TIMApi;
    -
    -public class TIMApiExample {
    -
    -    public static void main(String[] args) {
    -        TIMApi apiInstance = new TIMApi();
    -        TravelerInputData travelerInputData = ; // TravelerInputData | Message containing the parameters for a Traveler Information Message including delivery information.
    -        try {
    -            array[Status] result = apiInstance.timPost(travelerInputData);
    -            System.out.println(result);
    -        } catch (ApiException e) {
    -            System.err.println("Exception when calling TIMApi#timPost");
    -            e.printStackTrace();
    -        }
    -    }
    -}
    -
    - -
    -
    TravelerInputData *travelerInputData = ; // Message containing the parameters for a Traveler Information Message including delivery information.
    -
    -TIMApi *apiInstance = [[TIMApi alloc] init];
    -
    -// Submit Traveler Information Message (TIM) for broadcast to Connected Vehicles.
    -[apiInstance timPostWith:travelerInputData
    -              completionHandler: ^(array[Status] output, NSError* error) {
    -                            if (output) {
    -                                NSLog(@"%@", output);
    -                            }
    -                            if (error) {
    -                                NSLog(@"Error: %@", error);
    -                            }
    -                        }];
    -
    -
    - -
    -
    var OdeRestApi = require('ode_rest_api');
    -
    -var api = new OdeRestApi.TIMApi()
    -
    -var travelerInputData = ; // {TravelerInputData} Message containing the parameters for a Traveler Information Message including delivery information.
    -
    -
    -var callback = function(error, data, response) {
    -  if (error) {
    -    console.error(error);
    -  } else {
    -    console.log('API called successfully. Returned data: ' + data);
    -  }
    -};
    -api.timPost(travelerInputData, callback);
    -
    -
    - - -
    -
    using System;
    -using System.Diagnostics;
    -using IO.Swagger.Api;
    -using IO.Swagger.Client;
    -using IO.Swagger.Model;
    -
    -namespace Example
    -{
    -    public class timPostExample
    -    {
    -        public void main()
    -        {
    -            
    -            var apiInstance = new TIMApi();
    -            var travelerInputData = new TravelerInputData(); // TravelerInputData | Message containing the parameters for a Traveler Information Message including delivery information.
    -
    -            try
    -            {
    -                // Submit Traveler Information Message (TIM) for broadcast to Connected Vehicles.
    -                array[Status] result = apiInstance.timPost(travelerInputData);
    -                Debug.WriteLine(result);
    -            }
    -            catch (Exception e)
    -            {
    -                Debug.Print("Exception when calling TIMApi.timPost: " + e.Message );
    -            }
    -        }
    -    }
    -}
    -
    -
    - -
    -
    <?php
    -require_once(__DIR__ . '/vendor/autoload.php');
    -
    -$api_instance = new Swagger\Client\Api\TIMApi();
    -$travelerInputData = ; // TravelerInputData | Message containing the parameters for a Traveler Information Message including delivery information.
    -
    -try {
    -    $result = $api_instance->timPost($travelerInputData);
    -    print_r($result);
    -} catch (Exception $e) {
    -    echo 'Exception when calling TIMApi->timPost: ', $e->getMessage(), PHP_EOL;
    -}
    -?>
    -
    - -
    -
    use Data::Dumper;
    -use WWW::SwaggerClient::Configuration;
    -use WWW::SwaggerClient::TIMApi;
    -
    -my $api_instance = WWW::SwaggerClient::TIMApi->new();
    -my $travelerInputData = WWW::SwaggerClient::Object::TravelerInputData->new(); # TravelerInputData | Message containing the parameters for a Traveler Information Message including delivery information.
    -
    -eval { 
    -    my $result = $api_instance->timPost(travelerInputData => $travelerInputData);
    -    print Dumper($result);
    -};
    -if ($@) {
    -    warn "Exception when calling TIMApi->timPost: $@\n";
    -}
    -
    - -
    -
    from __future__ import print_statement
    -import time
    -import swagger_client
    -from swagger_client.rest import ApiException
    -from pprint import pprint
    -
    -# create an instance of the API class
    -api_instance = swagger_client.TIMApi()
    -travelerInputData =  # TravelerInputData | Message containing the parameters for a Traveler Information Message including delivery information.
    -
    -try: 
    -    # Submit Traveler Information Message (TIM) for broadcast to Connected Vehicles.
    -    api_response = api_instance.tim_post(travelerInputData)
    -    pprint(api_response)
    -except ApiException as e:
    -    print("Exception when calling TIMApi->timPost: %s\n" % e)
    -
    -
    - -

    Parameters

    - - - -
    Body parameters
    - - - - - - - - - -
    NameDescription
    travelerInputData * - - - -
    -
    - - - -

    Responses

    -

    Status: 200 - Traveleer Information Message was submitted successfully. See the response body or ODE User Guide for details.

    - - - -
    -
    -
    - -
    - -
    -
    - -

    Status: 400 - Bad Request. Issued if request is invalid or failed to be executed. See the response body or ODE User Guide for details.

    - - - -
    -
    -
    - -
    - -
    -
    - -

    Status: 500 - Internal Server Error. See the response body or ODE User Guide for details.

    - - - -
    -
    -
    - -
    - -
    -
    - -
    -
    -
    -
    -
    -
    -

    timPut

    -

    Used to update an existing TIM already present on an RSU.

    -
    -
    -
    -

    -

    Update a Traveler Information Message (TIM) that has already been deposited to an RSU. Parameters and response codes are identical to the POST request. Will also deposit the new message to the SDW, if the SDW field is present.

    -

    -
    -
    /tim
    -

    -

    Usage and SDK Samples

    -

    - - -
    -
    -
    curl -X PUT "https://yourhostname/tim"
    -
    -
    -
    import io.swagger.client.*;
    -import io.swagger.client.auth.*;
    -import io.swagger.client.model.*;
    -import io.swagger.client.api.TIMApi;
    -
    -import java.io.File;
    -import java.util.*;
    -
    -public class TIMApiExample {
    -
    -    public static void main(String[] args) {
    -        
    -        TIMApi apiInstance = new TIMApi();
    -        TravelerInputData travelerInputData = ; // TravelerInputData | Message containing the parameters for a Traveler Information Message including delivery information.
    -        try {
    -            array[Status] result = apiInstance.timPut(travelerInputData);
    -            System.out.println(result);
    -        } catch (ApiException e) {
    -            System.err.println("Exception when calling TIMApi#timPut");
    -            e.printStackTrace();
    -        }
    -    }
    -}
    -
    - -
    -
    import io.swagger.client.api.TIMApi;
    -
    -public class TIMApiExample {
    -
    -    public static void main(String[] args) {
    -        TIMApi apiInstance = new TIMApi();
    -        TravelerInputData travelerInputData = ; // TravelerInputData | Message containing the parameters for a Traveler Information Message including delivery information.
    -        try {
    -            array[Status] result = apiInstance.timPut(travelerInputData);
    -            System.out.println(result);
    -        } catch (ApiException e) {
    -            System.err.println("Exception when calling TIMApi#timPut");
    -            e.printStackTrace();
    -        }
    -    }
    -}
    -
    - -
    -
    TravelerInputData *travelerInputData = ; // Message containing the parameters for a Traveler Information Message including delivery information.
    -
    -TIMApi *apiInstance = [[TIMApi alloc] init];
    -
    -// Used to update an existing TIM already present on an RSU.
    -[apiInstance timPutWith:travelerInputData
    -              completionHandler: ^(array[Status] output, NSError* error) {
    -                            if (output) {
    -                                NSLog(@"%@", output);
    -                            }
    -                            if (error) {
    -                                NSLog(@"Error: %@", error);
    -                            }
    -                        }];
    -
    -
    - -
    -
    var OdeRestApi = require('ode_rest_api');
    -
    -var api = new OdeRestApi.TIMApi()
    -
    -var travelerInputData = ; // {TravelerInputData} Message containing the parameters for a Traveler Information Message including delivery information.
    -
    -
    -var callback = function(error, data, response) {
    -  if (error) {
    -    console.error(error);
    -  } else {
    -    console.log('API called successfully. Returned data: ' + data);
    -  }
    -};
    -api.timPut(travelerInputData, callback);
    -
    -
    - - -
    -
    using System;
    -using System.Diagnostics;
    -using IO.Swagger.Api;
    -using IO.Swagger.Client;
    -using IO.Swagger.Model;
    -
    -namespace Example
    -{
    -    public class timPutExample
    -    {
    -        public void main()
    -        {
    -            
    -            var apiInstance = new TIMApi();
    -            var travelerInputData = new TravelerInputData(); // TravelerInputData | Message containing the parameters for a Traveler Information Message including delivery information.
    -
    -            try
    -            {
    -                // Used to update an existing TIM already present on an RSU.
    -                array[Status] result = apiInstance.timPut(travelerInputData);
    -                Debug.WriteLine(result);
    -            }
    -            catch (Exception e)
    -            {
    -                Debug.Print("Exception when calling TIMApi.timPut: " + e.Message );
    -            }
    -        }
    -    }
    -}
    -
    -
    - -
    -
    <?php
    -require_once(__DIR__ . '/vendor/autoload.php');
    -
    -$api_instance = new Swagger\Client\Api\TIMApi();
    -$travelerInputData = ; // TravelerInputData | Message containing the parameters for a Traveler Information Message including delivery information.
    -
    -try {
    -    $result = $api_instance->timPut($travelerInputData);
    -    print_r($result);
    -} catch (Exception $e) {
    -    echo 'Exception when calling TIMApi->timPut: ', $e->getMessage(), PHP_EOL;
    -}
    -?>
    -
    - -
    -
    use Data::Dumper;
    -use WWW::SwaggerClient::Configuration;
    -use WWW::SwaggerClient::TIMApi;
    -
    -my $api_instance = WWW::SwaggerClient::TIMApi->new();
    -my $travelerInputData = WWW::SwaggerClient::Object::TravelerInputData->new(); # TravelerInputData | Message containing the parameters for a Traveler Information Message including delivery information.
    -
    -eval { 
    -    my $result = $api_instance->timPut(travelerInputData => $travelerInputData);
    -    print Dumper($result);
    -};
    -if ($@) {
    -    warn "Exception when calling TIMApi->timPut: $@\n";
    -}
    -
    - -
    -
    from __future__ import print_statement
    -import time
    -import swagger_client
    -from swagger_client.rest import ApiException
    -from pprint import pprint
    -
    -# create an instance of the API class
    -api_instance = swagger_client.TIMApi()
    -travelerInputData =  # TravelerInputData | Message containing the parameters for a Traveler Information Message including delivery information.
    -
    -try: 
    -    # Used to update an existing TIM already present on an RSU.
    -    api_response = api_instance.tim_put(travelerInputData)
    -    pprint(api_response)
    -except ApiException as e:
    -    print("Exception when calling TIMApi->timPut: %s\n" % e)
    -
    -
    - -

    Parameters

    - - - -
    Body parameters
    - - - - - - - - - -
    NameDescription
    travelerInputData * - - - -
    -
    - - - -

    Responses

    -

    Status: 200 - Traveleer Information Message was submitted successfully. See the response body or ODE User Guide for details.

    - - - -
    -
    -
    - -
    - -
    -
    - -

    Status: 400 - Bad Request. Issued if request is invalid or failed to be executed. See the response body or ODE User Guide for details.

    - - - -
    -
    -
    - -
    - -
    -
    - -

    Status: 500 - Internal Server Error. See the response body or ODE User Guide for details.

    - - - -
    -
    -
    - -
    - -
    -
    - -
    -
    -
    -
    -
    -
    -

    timQuery

    -

    Query an RSU for set TIMs

    -
    -
    -
    -

    -

    Query an RSU for set TIMs

    -

    -
    -
    /tim/query
    -

    -

    Usage and SDK Samples

    -

    - - -
    -
    -
    curl -X POST "https://yourhostname/tim/query"
    -
    -
    -
    import io.swagger.client.*;
    -import io.swagger.client.auth.*;
    -import io.swagger.client.model.*;
    -import io.swagger.client.api.TIMApi;
    -
    -import java.io.File;
    -import java.util.*;
    -
    -public class TIMApiExample {
    -
    -    public static void main(String[] args) {
    -        
    -        TIMApi apiInstance = new TIMApi();
    -        RSU rSU = ; // RSU | 
    -        try {
    -            Status result = apiInstance.timQuery(rSU);
    -            System.out.println(result);
    -        } catch (ApiException e) {
    -            System.err.println("Exception when calling TIMApi#timQuery");
    -            e.printStackTrace();
    -        }
    -    }
    -}
    -
    - -
    -
    import io.swagger.client.api.TIMApi;
    -
    -public class TIMApiExample {
    -
    -    public static void main(String[] args) {
    -        TIMApi apiInstance = new TIMApi();
    -        RSU rSU = ; // RSU | 
    -        try {
    -            Status result = apiInstance.timQuery(rSU);
    -            System.out.println(result);
    -        } catch (ApiException e) {
    -            System.err.println("Exception when calling TIMApi#timQuery");
    -            e.printStackTrace();
    -        }
    -    }
    -}
    -
    - -
    -
    RSU *rSU = ; // 
    -
    -TIMApi *apiInstance = [[TIMApi alloc] init];
    -
    -// Query an RSU for set TIMs
    -[apiInstance timQueryWith:rSU
    -              completionHandler: ^(Status output, NSError* error) {
    -                            if (output) {
    -                                NSLog(@"%@", output);
    -                            }
    -                            if (error) {
    -                                NSLog(@"Error: %@", error);
    -                            }
    -                        }];
    -
    -
    - -
    -
    var OdeRestApi = require('ode_rest_api');
    -
    -var api = new OdeRestApi.TIMApi()
    -
    -var rSU = ; // {RSU} 
    -
    -
    -var callback = function(error, data, response) {
    -  if (error) {
    -    console.error(error);
    -  } else {
    -    console.log('API called successfully. Returned data: ' + data);
    -  }
    -};
    -api.timQuery(rSU, callback);
    -
    -
    - - -
    -
    using System;
    -using System.Diagnostics;
    -using IO.Swagger.Api;
    -using IO.Swagger.Client;
    -using IO.Swagger.Model;
    -
    -namespace Example
    -{
    -    public class timQueryExample
    -    {
    -        public void main()
    -        {
    -            
    -            var apiInstance = new TIMApi();
    -            var rSU = new RSU(); // RSU | 
    -
    -            try
    -            {
    -                // Query an RSU for set TIMs
    -                Status result = apiInstance.timQuery(rSU);
    -                Debug.WriteLine(result);
    -            }
    -            catch (Exception e)
    -            {
    -                Debug.Print("Exception when calling TIMApi.timQuery: " + e.Message );
    -            }
    -        }
    -    }
    -}
    -
    -
    - -
    -
    <?php
    -require_once(__DIR__ . '/vendor/autoload.php');
    -
    -$api_instance = new Swagger\Client\Api\TIMApi();
    -$rSU = ; // RSU | 
    -
    -try {
    -    $result = $api_instance->timQuery($rSU);
    -    print_r($result);
    -} catch (Exception $e) {
    -    echo 'Exception when calling TIMApi->timQuery: ', $e->getMessage(), PHP_EOL;
    -}
    -?>
    -
    - -
    -
    use Data::Dumper;
    -use WWW::SwaggerClient::Configuration;
    -use WWW::SwaggerClient::TIMApi;
    -
    -my $api_instance = WWW::SwaggerClient::TIMApi->new();
    -my $rSU = WWW::SwaggerClient::Object::RSU->new(); # RSU | 
    -
    -eval { 
    -    my $result = $api_instance->timQuery(rSU => $rSU);
    -    print Dumper($result);
    -};
    -if ($@) {
    -    warn "Exception when calling TIMApi->timQuery: $@\n";
    -}
    -
    - -
    -
    from __future__ import print_statement
    -import time
    -import swagger_client
    -from swagger_client.rest import ApiException
    -from pprint import pprint
    -
    -# create an instance of the API class
    -api_instance = swagger_client.TIMApi()
    -rSU =  # RSU | 
    -
    -try: 
    -    # Query an RSU for set TIMs
    -    api_response = api_instance.tim_query(rSU)
    -    pprint(api_response)
    -except ApiException as e:
    -    print("Exception when calling TIMApi->timQuery: %s\n" % e)
    -
    -
    - -

    Parameters

    - - - -
    Body parameters
    - - - - - - - - - -
    NameDescription
    rSU * - - - -
    -
    - - - -

    Responses

    -

    Status: 200 - List of messages in JSON form

    - - - -
    -
    -
    - -
    - -
    -
    - -

    Status: 400 - Error in body request

    - - - -
    -
    -
    - -
    - -
    -
    - -

    Status: 408 - Timeout

    - - - -
    -
    -
    - -
    - -
    -
    - -

    Status: 500 - Misc error

    - - - -
    -
    -
    - -
    - -
    -
    - -
    -
    -
    -
    -
    - -
    -
    - Generated 2018-04-30T22:35:56.953Z -
    -
    -
    -
    -
    - - - - - - - - - - - - - - + + + + + ODE REST API + + + + + + + + + + + + + + + + + +
    +
    + +
    +
    +
    +

    ODE REST API

    +
    +
    +
    + +
    +
    +

    LogFile

    +
    +
    +
    +

    uploadObulog

    +

    File upload interface

    +
    +
    +
    +

    +

    Uploads an OBU log file to ODE upload folder to be processed and propaged

    +

    +
    +
    /upload/obulog
    +

    +

    Usage and SDK Samples

    +

    + + +
    +
    +
    curl -X POST "https://yourhostname/upload/obulog"
    +
    +
    +
    import io.swagger.client.*;
    +import io.swagger.client.auth.*;
    +import io.swagger.client.model.*;
    +import io.swagger.client.api.LogFileApi;
    +
    +import java.io.File;
    +import java.util.*;
    +
    +public class LogFileApiExample {
    +
    +    public static void main(String[] args) {
    +        
    +        LogFileApi apiInstance = new LogFileApi();
    +        File file = /path/to/file.txt; // File | The file to upload.
    +        try {
    +            array[Status] result = apiInstance.uploadObulog(file);
    +            System.out.println(result);
    +        } catch (ApiException e) {
    +            System.err.println("Exception when calling LogFileApi#uploadObulog");
    +            e.printStackTrace();
    +        }
    +    }
    +}
    +
    + +
    +
    import io.swagger.client.api.LogFileApi;
    +
    +public class LogFileApiExample {
    +
    +    public static void main(String[] args) {
    +        LogFileApi apiInstance = new LogFileApi();
    +        File file = /path/to/file.txt; // File | The file to upload.
    +        try {
    +            array[Status] result = apiInstance.uploadObulog(file);
    +            System.out.println(result);
    +        } catch (ApiException e) {
    +            System.err.println("Exception when calling LogFileApi#uploadObulog");
    +            e.printStackTrace();
    +        }
    +    }
    +}
    +
    + +
    +
    File *file = /path/to/file.txt; // The file to upload. (optional)
    +
    +LogFileApi *apiInstance = [[LogFileApi alloc] init];
    +
    +// File upload interface
    +[apiInstance uploadObulogWith:file
    +              completionHandler: ^(array[Status] output, NSError* error) {
    +                            if (output) {
    +                                NSLog(@"%@", output);
    +                            }
    +                            if (error) {
    +                                NSLog(@"Error: %@", error);
    +                            }
    +                        }];
    +
    +
    + +
    +
    var OdeRestApi = require('ode_rest_api');
    +
    +var api = new OdeRestApi.LogFileApi()
    +
    +var opts = { 
    +  'file': /path/to/file.txt // {File} The file to upload.
    +};
    +
    +var callback = function(error, data, response) {
    +  if (error) {
    +    console.error(error);
    +  } else {
    +    console.log('API called successfully. Returned data: ' + data);
    +  }
    +};
    +api.uploadObulog(opts, callback);
    +
    +
    + + +
    +
    using System;
    +using System.Diagnostics;
    +using IO.Swagger.Api;
    +using IO.Swagger.Client;
    +using IO.Swagger.Model;
    +
    +namespace Example
    +{
    +    public class uploadObulogExample
    +    {
    +        public void main()
    +        {
    +            
    +            var apiInstance = new LogFileApi();
    +            var file = new File(); // File | The file to upload. (optional) 
    +
    +            try
    +            {
    +                // File upload interface
    +                array[Status] result = apiInstance.uploadObulog(file);
    +                Debug.WriteLine(result);
    +            }
    +            catch (Exception e)
    +            {
    +                Debug.Print("Exception when calling LogFileApi.uploadObulog: " + e.Message );
    +            }
    +        }
    +    }
    +}
    +
    +
    + +
    +
    <?php
    +require_once(__DIR__ . '/vendor/autoload.php');
    +
    +$api_instance = new Swagger\Client\Api\LogFileApi();
    +$file = /path/to/file.txt; // File | The file to upload.
    +
    +try {
    +    $result = $api_instance->uploadObulog($file);
    +    print_r($result);
    +} catch (Exception $e) {
    +    echo 'Exception when calling LogFileApi->uploadObulog: ', $e->getMessage(), PHP_EOL;
    +}
    +?>
    +
    + +
    +
    use Data::Dumper;
    +use WWW::SwaggerClient::Configuration;
    +use WWW::SwaggerClient::LogFileApi;
    +
    +my $api_instance = WWW::SwaggerClient::LogFileApi->new();
    +my $file = /path/to/file.txt; # File | The file to upload.
    +
    +eval { 
    +    my $result = $api_instance->uploadObulog(file => $file);
    +    print Dumper($result);
    +};
    +if ($@) {
    +    warn "Exception when calling LogFileApi->uploadObulog: $@\n";
    +}
    +
    + +
    +
    from __future__ import print_statement
    +import time
    +import swagger_client
    +from swagger_client.rest import ApiException
    +from pprint import pprint
    +
    +# create an instance of the API class
    +api_instance = swagger_client.LogFileApi()
    +file = /path/to/file.txt # File | The file to upload. (optional)
    +
    +try: 
    +    # File upload interface
    +    api_response = api_instance.upload_obulog(file=file)
    +    pprint(api_response)
    +except ApiException as e:
    +    print("Exception when calling LogFileApi->uploadObulog: %s\n" % e)
    +
    +
    + +

    Parameters

    + + + + +
    Form parameters
    + + + + + + + + + +
    NameDescription
    file + + +
    +
    +
    + + File + + +
    + The file to upload. +
    +
    +
    +
    +
    + + +

    Responses

    +

    Status: 200 - File uploaded successfully

    + + + +
    +
    +
    + +
    + +
    +
    + +

    Status: 400 - Bad Request. Issued if request is invalid or failed to be executed. See the response body or ODE User Guide for details.

    + + + +
    +
    +
    + +
    + +
    +
    + +

    Status: 500 - Internal Server Error. See the response body or ODE User Guide for details.

    + + + +
    +
    +
    + +
    + +
    +
    + +
    +
    +
    +
    +
    +

    PDM

    +
    +
    +
    +

    pdmPost

    +

    PDM Interface

    +
    +
    +
    +

    +

    Submits a Probe Data Management message to ODE for distribution to the specified RSUs.

    +

    +
    +
    /pdm
    +

    +

    Usage and SDK Samples

    +

    + + +
    +
    +
    curl -X POST "https://yourhostname/pdm"
    +
    +
    +
    import io.swagger.client.*;
    +import io.swagger.client.auth.*;
    +import io.swagger.client.model.*;
    +import io.swagger.client.api.PDMApi;
    +
    +import java.io.File;
    +import java.util.*;
    +
    +public class PDMApiExample {
    +
    +    public static void main(String[] args) {
    +        
    +        PDMApi apiInstance = new PDMApi();
    +        ProbeDataManagement probeDataManagement = ; // ProbeDataManagement | PDM Message
    +        try {
    +            array[Status] result = apiInstance.pdmPost(probeDataManagement);
    +            System.out.println(result);
    +        } catch (ApiException e) {
    +            System.err.println("Exception when calling PDMApi#pdmPost");
    +            e.printStackTrace();
    +        }
    +    }
    +}
    +
    + +
    +
    import io.swagger.client.api.PDMApi;
    +
    +public class PDMApiExample {
    +
    +    public static void main(String[] args) {
    +        PDMApi apiInstance = new PDMApi();
    +        ProbeDataManagement probeDataManagement = ; // ProbeDataManagement | PDM Message
    +        try {
    +            array[Status] result = apiInstance.pdmPost(probeDataManagement);
    +            System.out.println(result);
    +        } catch (ApiException e) {
    +            System.err.println("Exception when calling PDMApi#pdmPost");
    +            e.printStackTrace();
    +        }
    +    }
    +}
    +
    + +
    +
    ProbeDataManagement *probeDataManagement = ; // PDM Message
    +
    +PDMApi *apiInstance = [[PDMApi alloc] init];
    +
    +// PDM Interface
    +[apiInstance pdmPostWith:probeDataManagement
    +              completionHandler: ^(array[Status] output, NSError* error) {
    +                            if (output) {
    +                                NSLog(@"%@", output);
    +                            }
    +                            if (error) {
    +                                NSLog(@"Error: %@", error);
    +                            }
    +                        }];
    +
    +
    + +
    +
    var OdeRestApi = require('ode_rest_api');
    +
    +var api = new OdeRestApi.PDMApi()
    +
    +var probeDataManagement = ; // {ProbeDataManagement} PDM Message
    +
    +
    +var callback = function(error, data, response) {
    +  if (error) {
    +    console.error(error);
    +  } else {
    +    console.log('API called successfully. Returned data: ' + data);
    +  }
    +};
    +api.pdmPost(probeDataManagement, callback);
    +
    +
    + + +
    +
    using System;
    +using System.Diagnostics;
    +using IO.Swagger.Api;
    +using IO.Swagger.Client;
    +using IO.Swagger.Model;
    +
    +namespace Example
    +{
    +    public class pdmPostExample
    +    {
    +        public void main()
    +        {
    +            
    +            var apiInstance = new PDMApi();
    +            var probeDataManagement = new ProbeDataManagement(); // ProbeDataManagement | PDM Message
    +
    +            try
    +            {
    +                // PDM Interface
    +                array[Status] result = apiInstance.pdmPost(probeDataManagement);
    +                Debug.WriteLine(result);
    +            }
    +            catch (Exception e)
    +            {
    +                Debug.Print("Exception when calling PDMApi.pdmPost: " + e.Message );
    +            }
    +        }
    +    }
    +}
    +
    +
    + +
    +
    <?php
    +require_once(__DIR__ . '/vendor/autoload.php');
    +
    +$api_instance = new Swagger\Client\Api\PDMApi();
    +$probeDataManagement = ; // ProbeDataManagement | PDM Message
    +
    +try {
    +    $result = $api_instance->pdmPost($probeDataManagement);
    +    print_r($result);
    +} catch (Exception $e) {
    +    echo 'Exception when calling PDMApi->pdmPost: ', $e->getMessage(), PHP_EOL;
    +}
    +?>
    +
    + +
    +
    use Data::Dumper;
    +use WWW::SwaggerClient::Configuration;
    +use WWW::SwaggerClient::PDMApi;
    +
    +my $api_instance = WWW::SwaggerClient::PDMApi->new();
    +my $probeDataManagement = WWW::SwaggerClient::Object::ProbeDataManagement->new(); # ProbeDataManagement | PDM Message
    +
    +eval { 
    +    my $result = $api_instance->pdmPost(probeDataManagement => $probeDataManagement);
    +    print Dumper($result);
    +};
    +if ($@) {
    +    warn "Exception when calling PDMApi->pdmPost: $@\n";
    +}
    +
    + +
    +
    from __future__ import print_statement
    +import time
    +import swagger_client
    +from swagger_client.rest import ApiException
    +from pprint import pprint
    +
    +# create an instance of the API class
    +api_instance = swagger_client.PDMApi()
    +probeDataManagement =  # ProbeDataManagement | PDM Message
    +
    +try: 
    +    # PDM Interface
    +    api_response = api_instance.pdm_post(probeDataManagement)
    +    pprint(api_response)
    +except ApiException as e:
    +    print("Exception when calling PDMApi->pdmPost: %s\n" % e)
    +
    +
    + +

    Parameters

    + + + +
    Body parameters
    + + + + + + + + + +
    NameDescription
    probeDataManagement * + + + +
    +
    + + + +

    Responses

    +

    Status: 200 - Probe Data Management message was submitted successfully. See the response body or ODE User Guide for details.

    + + + +
    +
    +
    + +
    + +
    +
    + +

    Status: 400 - Bad Request. Issued if request is invalid or failed to be executed. See the response body or ODE User Guide for details.

    + + + +
    +
    +
    + +
    + +
    +
    + +

    Status: 500 - Internal Server Error. See the response body or ODE User Guide for details.

    + + + +
    +
    +
    + +
    + +
    +
    + +
    +
    +
    +
    +
    +

    SNMP

    +
    +
    +
    +

    snmpGet

    +

    RSU SNMP Query

    +
    +
    +
    +

    +

    Check the health and status of RSU devices through SNMP communication. You should receive a detailed plain text response that looks like the following example. If the device is off, a 4 second timeout will occur and the ODE will indicate this with an "[ERROR] Empty response" message. (This specific OID returns the amount of time since the device was last powered on) "[1.3.6.1.2.1.1.3.0 = 0:05:12.59]"

    +

    +
    +
    /rsuHeartbeat
    +

    +

    Usage and SDK Samples

    +

    + + +
    +
    +
    curl -X GET "https://yourhostname/rsuHeartbeat?ip=&oid="
    +
    +
    +
    import io.swagger.client.*;
    +import io.swagger.client.auth.*;
    +import io.swagger.client.model.*;
    +import io.swagger.client.api.SNMPApi;
    +
    +import java.io.File;
    +import java.util.*;
    +
    +public class SNMPApiExample {
    +
    +    public static void main(String[] args) {
    +        
    +        SNMPApi apiInstance = new SNMPApi();
    +        BigDecimal ip = 8.14; // BigDecimal | IP address of an RSU
    +        BigDecimal oid = 8.14; // BigDecimal | OID of the attribute you wish to check on
    +        try {
    +            Status result = apiInstance.snmpGet(ip, oid);
    +            System.out.println(result);
    +        } catch (ApiException e) {
    +            System.err.println("Exception when calling SNMPApi#snmpGet");
    +            e.printStackTrace();
    +        }
    +    }
    +}
    +
    + +
    +
    import io.swagger.client.api.SNMPApi;
    +
    +public class SNMPApiExample {
    +
    +    public static void main(String[] args) {
    +        SNMPApi apiInstance = new SNMPApi();
    +        BigDecimal ip = 8.14; // BigDecimal | IP address of an RSU
    +        BigDecimal oid = 8.14; // BigDecimal | OID of the attribute you wish to check on
    +        try {
    +            Status result = apiInstance.snmpGet(ip, oid);
    +            System.out.println(result);
    +        } catch (ApiException e) {
    +            System.err.println("Exception when calling SNMPApi#snmpGet");
    +            e.printStackTrace();
    +        }
    +    }
    +}
    +
    + +
    +
    BigDecimal *ip = 8.14; // IP address of an RSU
    +BigDecimal *oid = 8.14; // OID of the attribute you wish to check on
    +
    +SNMPApi *apiInstance = [[SNMPApi alloc] init];
    +
    +// RSU SNMP Query
    +[apiInstance snmpGetWith:ip
    +    oid:oid
    +              completionHandler: ^(Status output, NSError* error) {
    +                            if (output) {
    +                                NSLog(@"%@", output);
    +                            }
    +                            if (error) {
    +                                NSLog(@"Error: %@", error);
    +                            }
    +                        }];
    +
    +
    + +
    +
    var OdeRestApi = require('ode_rest_api');
    +
    +var api = new OdeRestApi.SNMPApi()
    +
    +var ip = 8.14; // {BigDecimal} IP address of an RSU
    +
    +var oid = 8.14; // {BigDecimal} OID of the attribute you wish to check on
    +
    +
    +var callback = function(error, data, response) {
    +  if (error) {
    +    console.error(error);
    +  } else {
    +    console.log('API called successfully. Returned data: ' + data);
    +  }
    +};
    +api.snmpGet(ip, oid, callback);
    +
    +
    + + +
    +
    using System;
    +using System.Diagnostics;
    +using IO.Swagger.Api;
    +using IO.Swagger.Client;
    +using IO.Swagger.Model;
    +
    +namespace Example
    +{
    +    public class snmpGetExample
    +    {
    +        public void main()
    +        {
    +            
    +            var apiInstance = new SNMPApi();
    +            var ip = 8.14;  // BigDecimal | IP address of an RSU
    +            var oid = 8.14;  // BigDecimal | OID of the attribute you wish to check on
    +
    +            try
    +            {
    +                // RSU SNMP Query
    +                Status result = apiInstance.snmpGet(ip, oid);
    +                Debug.WriteLine(result);
    +            }
    +            catch (Exception e)
    +            {
    +                Debug.Print("Exception when calling SNMPApi.snmpGet: " + e.Message );
    +            }
    +        }
    +    }
    +}
    +
    +
    + +
    +
    <?php
    +require_once(__DIR__ . '/vendor/autoload.php');
    +
    +$api_instance = new Swagger\Client\Api\SNMPApi();
    +$ip = 8.14; // BigDecimal | IP address of an RSU
    +$oid = 8.14; // BigDecimal | OID of the attribute you wish to check on
    +
    +try {
    +    $result = $api_instance->snmpGet($ip, $oid);
    +    print_r($result);
    +} catch (Exception $e) {
    +    echo 'Exception when calling SNMPApi->snmpGet: ', $e->getMessage(), PHP_EOL;
    +}
    +?>
    +
    + +
    +
    use Data::Dumper;
    +use WWW::SwaggerClient::Configuration;
    +use WWW::SwaggerClient::SNMPApi;
    +
    +my $api_instance = WWW::SwaggerClient::SNMPApi->new();
    +my $ip = 8.14; # BigDecimal | IP address of an RSU
    +my $oid = 8.14; # BigDecimal | OID of the attribute you wish to check on
    +
    +eval { 
    +    my $result = $api_instance->snmpGet(ip => $ip, oid => $oid);
    +    print Dumper($result);
    +};
    +if ($@) {
    +    warn "Exception when calling SNMPApi->snmpGet: $@\n";
    +}
    +
    + +
    +
    from __future__ import print_statement
    +import time
    +import swagger_client
    +from swagger_client.rest import ApiException
    +from pprint import pprint
    +
    +# create an instance of the API class
    +api_instance = swagger_client.SNMPApi()
    +ip = 8.14 # BigDecimal | IP address of an RSU
    +oid = 8.14 # BigDecimal | OID of the attribute you wish to check on
    +
    +try: 
    +    # RSU SNMP Query
    +    api_response = api_instance.snmp_get(ip, oid)
    +    pprint(api_response)
    +except ApiException as e:
    +    print("Exception when calling SNMPApi->snmpGet: %s\n" % e)
    +
    +
    + +

    Parameters

    + + + + + +
    Query parameters
    + + + + + + + + + + + + + +
    NameDescription
    ip* + + +
    +
    +
    + + BigDecimal + + + (string) + + +
    + IP address of an RSU +
    +
    +
    + Required +
    +
    +
    +
    oid* + + +
    +
    +
    + + BigDecimal + + + (string) + + +
    + OID of the attribute you wish to check on +
    +
    +
    + Required +
    +
    +
    +
    + +

    Responses

    +

    Status: 200 - OID responses

    + + + +
    +
    +
    + +
    + +
    +
    + +

    Status: 400 - Value input error

    + + + +
    +
    +
    + +
    + +
    +
    + +
    +
    +
    +
    +
    +

    TIM

    +
    +
    +
    +

    timDelete

    +

    Delete a TIM message on an RSU.

    +
    +
    +
    +

    +

    Sets the status of a designated message index on an RSU to 6.

    +

    +
    +
    /tim
    +

    +

    Usage and SDK Samples

    +

    + + +
    +
    +
    curl -X DELETE "https://yourhostname/tim?index="
    +
    +
    +
    import io.swagger.client.*;
    +import io.swagger.client.auth.*;
    +import io.swagger.client.model.*;
    +import io.swagger.client.api.TIMApi;
    +
    +import java.io.File;
    +import java.util.*;
    +
    +public class TIMApiExample {
    +
    +    public static void main(String[] args) {
    +        
    +        TIMApi apiInstance = new TIMApi();
    +        BigDecimal index = 8.14; // BigDecimal | Index of message to be deleted
    +        try {
    +            Status result = apiInstance.timDelete(index);
    +            System.out.println(result);
    +        } catch (ApiException e) {
    +            System.err.println("Exception when calling TIMApi#timDelete");
    +            e.printStackTrace();
    +        }
    +    }
    +}
    +
    + +
    +
    import io.swagger.client.api.TIMApi;
    +
    +public class TIMApiExample {
    +
    +    public static void main(String[] args) {
    +        TIMApi apiInstance = new TIMApi();
    +        BigDecimal index = 8.14; // BigDecimal | Index of message to be deleted
    +        try {
    +            Status result = apiInstance.timDelete(index);
    +            System.out.println(result);
    +        } catch (ApiException e) {
    +            System.err.println("Exception when calling TIMApi#timDelete");
    +            e.printStackTrace();
    +        }
    +    }
    +}
    +
    + +
    +
    BigDecimal *index = 8.14; // Index of message to be deleted
    +
    +TIMApi *apiInstance = [[TIMApi alloc] init];
    +
    +// Delete a TIM message on an RSU.
    +[apiInstance timDeleteWith:index
    +              completionHandler: ^(Status output, NSError* error) {
    +                            if (output) {
    +                                NSLog(@"%@", output);
    +                            }
    +                            if (error) {
    +                                NSLog(@"Error: %@", error);
    +                            }
    +                        }];
    +
    +
    + +
    +
    var OdeRestApi = require('ode_rest_api');
    +
    +var api = new OdeRestApi.TIMApi()
    +
    +var index = 8.14; // {BigDecimal} Index of message to be deleted
    +
    +
    +var callback = function(error, data, response) {
    +  if (error) {
    +    console.error(error);
    +  } else {
    +    console.log('API called successfully. Returned data: ' + data);
    +  }
    +};
    +api.timDelete(index, callback);
    +
    +
    + + +
    +
    using System;
    +using System.Diagnostics;
    +using IO.Swagger.Api;
    +using IO.Swagger.Client;
    +using IO.Swagger.Model;
    +
    +namespace Example
    +{
    +    public class timDeleteExample
    +    {
    +        public void main()
    +        {
    +            
    +            var apiInstance = new TIMApi();
    +            var index = 8.14;  // BigDecimal | Index of message to be deleted
    +
    +            try
    +            {
    +                // Delete a TIM message on an RSU.
    +                Status result = apiInstance.timDelete(index);
    +                Debug.WriteLine(result);
    +            }
    +            catch (Exception e)
    +            {
    +                Debug.Print("Exception when calling TIMApi.timDelete: " + e.Message );
    +            }
    +        }
    +    }
    +}
    +
    +
    + +
    +
    <?php
    +require_once(__DIR__ . '/vendor/autoload.php');
    +
    +$api_instance = new Swagger\Client\Api\TIMApi();
    +$index = 8.14; // BigDecimal | Index of message to be deleted
    +
    +try {
    +    $result = $api_instance->timDelete($index);
    +    print_r($result);
    +} catch (Exception $e) {
    +    echo 'Exception when calling TIMApi->timDelete: ', $e->getMessage(), PHP_EOL;
    +}
    +?>
    +
    + +
    +
    use Data::Dumper;
    +use WWW::SwaggerClient::Configuration;
    +use WWW::SwaggerClient::TIMApi;
    +
    +my $api_instance = WWW::SwaggerClient::TIMApi->new();
    +my $index = 8.14; # BigDecimal | Index of message to be deleted
    +
    +eval { 
    +    my $result = $api_instance->timDelete(index => $index);
    +    print Dumper($result);
    +};
    +if ($@) {
    +    warn "Exception when calling TIMApi->timDelete: $@\n";
    +}
    +
    + +
    +
    from __future__ import print_statement
    +import time
    +import swagger_client
    +from swagger_client.rest import ApiException
    +from pprint import pprint
    +
    +# create an instance of the API class
    +api_instance = swagger_client.TIMApi()
    +index = 8.14 # BigDecimal | Index of message to be deleted
    +
    +try: 
    +    # Delete a TIM message on an RSU.
    +    api_response = api_instance.tim_delete(index)
    +    pprint(api_response)
    +except ApiException as e:
    +    print("Exception when calling TIMApi->timDelete: %s\n" % e)
    +
    +
    + +

    Parameters

    + + + + + +
    Query parameters
    + + + + + + + + + +
    NameDescription
    index* + + +
    +
    +
    + + BigDecimal + + + (integer) + + +
    + Index of message to be deleted +
    +
    +
    + Required +
    +
    +
    +
    + +

    Responses

    +

    Status: 200 - Deleted index

    + + + +
    +
    +
    + +
    + +
    +
    + +

    Status: 400 - Error in body request

    + + + +
    +
    +
    + +
    + +
    +
    + +

    Status: 408 - Timeout

    + + + +
    +
    +
    + +
    + +
    +
    + +

    Status: 500 - Misc error

    + + + +
    +
    +
    + +
    + +
    +
    + +
    +
    +
    +
    +
    +
    +

    timPost

    +

    Submit Traveler Information Message (TIM) for broadcast to Connected Vehicles.

    +
    +
    +
    +

    +

    Submits a TIM message to ODE for distribution to the specified RSUs and SDW.

    +

    +
    +
    /tim
    +

    +

    Usage and SDK Samples

    +

    + + +
    +
    +
    curl -X POST "https://yourhostname/tim"
    +
    +
    +
    import io.swagger.client.*;
    +import io.swagger.client.auth.*;
    +import io.swagger.client.model.*;
    +import io.swagger.client.api.TIMApi;
    +
    +import java.io.File;
    +import java.util.*;
    +
    +public class TIMApiExample {
    +
    +    public static void main(String[] args) {
    +        
    +        TIMApi apiInstance = new TIMApi();
    +        TravelerInputData travelerInputData = ; // TravelerInputData | Message containing the parameters for a Traveler Information Message including delivery information.
    +        try {
    +            array[Status] result = apiInstance.timPost(travelerInputData);
    +            System.out.println(result);
    +        } catch (ApiException e) {
    +            System.err.println("Exception when calling TIMApi#timPost");
    +            e.printStackTrace();
    +        }
    +    }
    +}
    +
    + +
    +
    import io.swagger.client.api.TIMApi;
    +
    +public class TIMApiExample {
    +
    +    public static void main(String[] args) {
    +        TIMApi apiInstance = new TIMApi();
    +        TravelerInputData travelerInputData = ; // TravelerInputData | Message containing the parameters for a Traveler Information Message including delivery information.
    +        try {
    +            array[Status] result = apiInstance.timPost(travelerInputData);
    +            System.out.println(result);
    +        } catch (ApiException e) {
    +            System.err.println("Exception when calling TIMApi#timPost");
    +            e.printStackTrace();
    +        }
    +    }
    +}
    +
    + +
    +
    TravelerInputData *travelerInputData = ; // Message containing the parameters for a Traveler Information Message including delivery information.
    +
    +TIMApi *apiInstance = [[TIMApi alloc] init];
    +
    +// Submit Traveler Information Message (TIM) for broadcast to Connected Vehicles.
    +[apiInstance timPostWith:travelerInputData
    +              completionHandler: ^(array[Status] output, NSError* error) {
    +                            if (output) {
    +                                NSLog(@"%@", output);
    +                            }
    +                            if (error) {
    +                                NSLog(@"Error: %@", error);
    +                            }
    +                        }];
    +
    +
    + +
    +
    var OdeRestApi = require('ode_rest_api');
    +
    +var api = new OdeRestApi.TIMApi()
    +
    +var travelerInputData = ; // {TravelerInputData} Message containing the parameters for a Traveler Information Message including delivery information.
    +
    +
    +var callback = function(error, data, response) {
    +  if (error) {
    +    console.error(error);
    +  } else {
    +    console.log('API called successfully. Returned data: ' + data);
    +  }
    +};
    +api.timPost(travelerInputData, callback);
    +
    +
    + + +
    +
    using System;
    +using System.Diagnostics;
    +using IO.Swagger.Api;
    +using IO.Swagger.Client;
    +using IO.Swagger.Model;
    +
    +namespace Example
    +{
    +    public class timPostExample
    +    {
    +        public void main()
    +        {
    +            
    +            var apiInstance = new TIMApi();
    +            var travelerInputData = new TravelerInputData(); // TravelerInputData | Message containing the parameters for a Traveler Information Message including delivery information.
    +
    +            try
    +            {
    +                // Submit Traveler Information Message (TIM) for broadcast to Connected Vehicles.
    +                array[Status] result = apiInstance.timPost(travelerInputData);
    +                Debug.WriteLine(result);
    +            }
    +            catch (Exception e)
    +            {
    +                Debug.Print("Exception when calling TIMApi.timPost: " + e.Message );
    +            }
    +        }
    +    }
    +}
    +
    +
    + +
    +
    <?php
    +require_once(__DIR__ . '/vendor/autoload.php');
    +
    +$api_instance = new Swagger\Client\Api\TIMApi();
    +$travelerInputData = ; // TravelerInputData | Message containing the parameters for a Traveler Information Message including delivery information.
    +
    +try {
    +    $result = $api_instance->timPost($travelerInputData);
    +    print_r($result);
    +} catch (Exception $e) {
    +    echo 'Exception when calling TIMApi->timPost: ', $e->getMessage(), PHP_EOL;
    +}
    +?>
    +
    + +
    +
    use Data::Dumper;
    +use WWW::SwaggerClient::Configuration;
    +use WWW::SwaggerClient::TIMApi;
    +
    +my $api_instance = WWW::SwaggerClient::TIMApi->new();
    +my $travelerInputData = WWW::SwaggerClient::Object::TravelerInputData->new(); # TravelerInputData | Message containing the parameters for a Traveler Information Message including delivery information.
    +
    +eval { 
    +    my $result = $api_instance->timPost(travelerInputData => $travelerInputData);
    +    print Dumper($result);
    +};
    +if ($@) {
    +    warn "Exception when calling TIMApi->timPost: $@\n";
    +}
    +
    + +
    +
    from __future__ import print_statement
    +import time
    +import swagger_client
    +from swagger_client.rest import ApiException
    +from pprint import pprint
    +
    +# create an instance of the API class
    +api_instance = swagger_client.TIMApi()
    +travelerInputData =  # TravelerInputData | Message containing the parameters for a Traveler Information Message including delivery information.
    +
    +try: 
    +    # Submit Traveler Information Message (TIM) for broadcast to Connected Vehicles.
    +    api_response = api_instance.tim_post(travelerInputData)
    +    pprint(api_response)
    +except ApiException as e:
    +    print("Exception when calling TIMApi->timPost: %s\n" % e)
    +
    +
    + +

    Parameters

    + + + +
    Body parameters
    + + + + + + + + + +
    NameDescription
    travelerInputData * + + + +
    +
    + + + +

    Responses

    +

    Status: 200 - Traveleer Information Message was submitted successfully. See the response body or ODE User Guide for details.

    + + + +
    +
    +
    + +
    + +
    +
    + +

    Status: 400 - Bad Request. Issued if request is invalid or failed to be executed. See the response body or ODE User Guide for details.

    + + + +
    +
    +
    + +
    + +
    +
    + +

    Status: 500 - Internal Server Error. See the response body or ODE User Guide for details.

    + + + +
    +
    +
    + +
    + +
    +
    + +
    +
    +
    +
    +
    +
    +

    timPut

    +

    Used to update an existing TIM already present on an RSU.

    +
    +
    +
    +

    +

    Update a Traveler Information Message (TIM) that has already been deposited to an RSU. Parameters and response codes are identical to the POST request. Will also deposit the new message to the SDW, if the SDW field is present.

    +

    +
    +
    /tim
    +

    +

    Usage and SDK Samples

    +

    + + +
    +
    +
    curl -X PUT "https://yourhostname/tim"
    +
    +
    +
    import io.swagger.client.*;
    +import io.swagger.client.auth.*;
    +import io.swagger.client.model.*;
    +import io.swagger.client.api.TIMApi;
    +
    +import java.io.File;
    +import java.util.*;
    +
    +public class TIMApiExample {
    +
    +    public static void main(String[] args) {
    +        
    +        TIMApi apiInstance = new TIMApi();
    +        TravelerInputData travelerInputData = ; // TravelerInputData | Message containing the parameters for a Traveler Information Message including delivery information.
    +        try {
    +            array[Status] result = apiInstance.timPut(travelerInputData);
    +            System.out.println(result);
    +        } catch (ApiException e) {
    +            System.err.println("Exception when calling TIMApi#timPut");
    +            e.printStackTrace();
    +        }
    +    }
    +}
    +
    + +
    +
    import io.swagger.client.api.TIMApi;
    +
    +public class TIMApiExample {
    +
    +    public static void main(String[] args) {
    +        TIMApi apiInstance = new TIMApi();
    +        TravelerInputData travelerInputData = ; // TravelerInputData | Message containing the parameters for a Traveler Information Message including delivery information.
    +        try {
    +            array[Status] result = apiInstance.timPut(travelerInputData);
    +            System.out.println(result);
    +        } catch (ApiException e) {
    +            System.err.println("Exception when calling TIMApi#timPut");
    +            e.printStackTrace();
    +        }
    +    }
    +}
    +
    + +
    +
    TravelerInputData *travelerInputData = ; // Message containing the parameters for a Traveler Information Message including delivery information.
    +
    +TIMApi *apiInstance = [[TIMApi alloc] init];
    +
    +// Used to update an existing TIM already present on an RSU.
    +[apiInstance timPutWith:travelerInputData
    +              completionHandler: ^(array[Status] output, NSError* error) {
    +                            if (output) {
    +                                NSLog(@"%@", output);
    +                            }
    +                            if (error) {
    +                                NSLog(@"Error: %@", error);
    +                            }
    +                        }];
    +
    +
    + +
    +
    var OdeRestApi = require('ode_rest_api');
    +
    +var api = new OdeRestApi.TIMApi()
    +
    +var travelerInputData = ; // {TravelerInputData} Message containing the parameters for a Traveler Information Message including delivery information.
    +
    +
    +var callback = function(error, data, response) {
    +  if (error) {
    +    console.error(error);
    +  } else {
    +    console.log('API called successfully. Returned data: ' + data);
    +  }
    +};
    +api.timPut(travelerInputData, callback);
    +
    +
    + + +
    +
    using System;
    +using System.Diagnostics;
    +using IO.Swagger.Api;
    +using IO.Swagger.Client;
    +using IO.Swagger.Model;
    +
    +namespace Example
    +{
    +    public class timPutExample
    +    {
    +        public void main()
    +        {
    +            
    +            var apiInstance = new TIMApi();
    +            var travelerInputData = new TravelerInputData(); // TravelerInputData | Message containing the parameters for a Traveler Information Message including delivery information.
    +
    +            try
    +            {
    +                // Used to update an existing TIM already present on an RSU.
    +                array[Status] result = apiInstance.timPut(travelerInputData);
    +                Debug.WriteLine(result);
    +            }
    +            catch (Exception e)
    +            {
    +                Debug.Print("Exception when calling TIMApi.timPut: " + e.Message );
    +            }
    +        }
    +    }
    +}
    +
    +
    + +
    +
    <?php
    +require_once(__DIR__ . '/vendor/autoload.php');
    +
    +$api_instance = new Swagger\Client\Api\TIMApi();
    +$travelerInputData = ; // TravelerInputData | Message containing the parameters for a Traveler Information Message including delivery information.
    +
    +try {
    +    $result = $api_instance->timPut($travelerInputData);
    +    print_r($result);
    +} catch (Exception $e) {
    +    echo 'Exception when calling TIMApi->timPut: ', $e->getMessage(), PHP_EOL;
    +}
    +?>
    +
    + +
    +
    use Data::Dumper;
    +use WWW::SwaggerClient::Configuration;
    +use WWW::SwaggerClient::TIMApi;
    +
    +my $api_instance = WWW::SwaggerClient::TIMApi->new();
    +my $travelerInputData = WWW::SwaggerClient::Object::TravelerInputData->new(); # TravelerInputData | Message containing the parameters for a Traveler Information Message including delivery information.
    +
    +eval { 
    +    my $result = $api_instance->timPut(travelerInputData => $travelerInputData);
    +    print Dumper($result);
    +};
    +if ($@) {
    +    warn "Exception when calling TIMApi->timPut: $@\n";
    +}
    +
    + +
    +
    from __future__ import print_statement
    +import time
    +import swagger_client
    +from swagger_client.rest import ApiException
    +from pprint import pprint
    +
    +# create an instance of the API class
    +api_instance = swagger_client.TIMApi()
    +travelerInputData =  # TravelerInputData | Message containing the parameters for a Traveler Information Message including delivery information.
    +
    +try: 
    +    # Used to update an existing TIM already present on an RSU.
    +    api_response = api_instance.tim_put(travelerInputData)
    +    pprint(api_response)
    +except ApiException as e:
    +    print("Exception when calling TIMApi->timPut: %s\n" % e)
    +
    +
    + +

    Parameters

    + + + +
    Body parameters
    + + + + + + + + + +
    NameDescription
    travelerInputData * + + + +
    +
    + + + +

    Responses

    +

    Status: 200 - Traveleer Information Message was submitted successfully. See the response body or ODE User Guide for details.

    + + + +
    +
    +
    + +
    + +
    +
    + +

    Status: 400 - Bad Request. Issued if request is invalid or failed to be executed. See the response body or ODE User Guide for details.

    + + + +
    +
    +
    + +
    + +
    +
    + +

    Status: 500 - Internal Server Error. See the response body or ODE User Guide for details.

    + + + +
    +
    +
    + +
    + +
    +
    + +
    +
    +
    +
    +
    +
    +

    timQuery

    +

    Query an RSU for set TIMs

    +
    +
    +
    +

    +

    Query an RSU for set TIMs

    +

    +
    +
    /tim/query
    +

    +

    Usage and SDK Samples

    +

    + + +
    +
    +
    curl -X POST "https://yourhostname/tim/query"
    +
    +
    +
    import io.swagger.client.*;
    +import io.swagger.client.auth.*;
    +import io.swagger.client.model.*;
    +import io.swagger.client.api.TIMApi;
    +
    +import java.io.File;
    +import java.util.*;
    +
    +public class TIMApiExample {
    +
    +    public static void main(String[] args) {
    +        
    +        TIMApi apiInstance = new TIMApi();
    +        RSU rSU = ; // RSU | 
    +        try {
    +            Status result = apiInstance.timQuery(rSU);
    +            System.out.println(result);
    +        } catch (ApiException e) {
    +            System.err.println("Exception when calling TIMApi#timQuery");
    +            e.printStackTrace();
    +        }
    +    }
    +}
    +
    + +
    +
    import io.swagger.client.api.TIMApi;
    +
    +public class TIMApiExample {
    +
    +    public static void main(String[] args) {
    +        TIMApi apiInstance = new TIMApi();
    +        RSU rSU = ; // RSU | 
    +        try {
    +            Status result = apiInstance.timQuery(rSU);
    +            System.out.println(result);
    +        } catch (ApiException e) {
    +            System.err.println("Exception when calling TIMApi#timQuery");
    +            e.printStackTrace();
    +        }
    +    }
    +}
    +
    + +
    +
    RSU *rSU = ; // 
    +
    +TIMApi *apiInstance = [[TIMApi alloc] init];
    +
    +// Query an RSU for set TIMs
    +[apiInstance timQueryWith:rSU
    +              completionHandler: ^(Status output, NSError* error) {
    +                            if (output) {
    +                                NSLog(@"%@", output);
    +                            }
    +                            if (error) {
    +                                NSLog(@"Error: %@", error);
    +                            }
    +                        }];
    +
    +
    + +
    +
    var OdeRestApi = require('ode_rest_api');
    +
    +var api = new OdeRestApi.TIMApi()
    +
    +var rSU = ; // {RSU} 
    +
    +
    +var callback = function(error, data, response) {
    +  if (error) {
    +    console.error(error);
    +  } else {
    +    console.log('API called successfully. Returned data: ' + data);
    +  }
    +};
    +api.timQuery(rSU, callback);
    +
    +
    + + +
    +
    using System;
    +using System.Diagnostics;
    +using IO.Swagger.Api;
    +using IO.Swagger.Client;
    +using IO.Swagger.Model;
    +
    +namespace Example
    +{
    +    public class timQueryExample
    +    {
    +        public void main()
    +        {
    +            
    +            var apiInstance = new TIMApi();
    +            var rSU = new RSU(); // RSU | 
    +
    +            try
    +            {
    +                // Query an RSU for set TIMs
    +                Status result = apiInstance.timQuery(rSU);
    +                Debug.WriteLine(result);
    +            }
    +            catch (Exception e)
    +            {
    +                Debug.Print("Exception when calling TIMApi.timQuery: " + e.Message );
    +            }
    +        }
    +    }
    +}
    +
    +
    + +
    +
    <?php
    +require_once(__DIR__ . '/vendor/autoload.php');
    +
    +$api_instance = new Swagger\Client\Api\TIMApi();
    +$rSU = ; // RSU | 
    +
    +try {
    +    $result = $api_instance->timQuery($rSU);
    +    print_r($result);
    +} catch (Exception $e) {
    +    echo 'Exception when calling TIMApi->timQuery: ', $e->getMessage(), PHP_EOL;
    +}
    +?>
    +
    + +
    +
    use Data::Dumper;
    +use WWW::SwaggerClient::Configuration;
    +use WWW::SwaggerClient::TIMApi;
    +
    +my $api_instance = WWW::SwaggerClient::TIMApi->new();
    +my $rSU = WWW::SwaggerClient::Object::RSU->new(); # RSU | 
    +
    +eval { 
    +    my $result = $api_instance->timQuery(rSU => $rSU);
    +    print Dumper($result);
    +};
    +if ($@) {
    +    warn "Exception when calling TIMApi->timQuery: $@\n";
    +}
    +
    + +
    +
    from __future__ import print_statement
    +import time
    +import swagger_client
    +from swagger_client.rest import ApiException
    +from pprint import pprint
    +
    +# create an instance of the API class
    +api_instance = swagger_client.TIMApi()
    +rSU =  # RSU | 
    +
    +try: 
    +    # Query an RSU for set TIMs
    +    api_response = api_instance.tim_query(rSU)
    +    pprint(api_response)
    +except ApiException as e:
    +    print("Exception when calling TIMApi->timQuery: %s\n" % e)
    +
    +
    + +

    Parameters

    + + + +
    Body parameters
    + + + + + + + + + +
    NameDescription
    rSU * + + + +
    +
    + + + +

    Responses

    +

    Status: 200 - List of messages in JSON form

    + + + +
    +
    +
    + +
    + +
    +
    + +

    Status: 400 - Error in body request

    + + + +
    +
    +
    + +
    + +
    +
    + +

    Status: 408 - Timeout

    + + + +
    +
    +
    + +
    + +
    +
    + +

    Status: 500 - Misc error

    + + + +
    +
    +
    + +
    + +
    +
    + +
    +
    +
    +
    +
    + +
    +
    + Generated 2018-04-30T22:35:56.953Z +
    +
    +
    +
    +
    + + + + + + + + + + + + + + diff --git a/docs/timEndpointCurl.sh b/docs/timEndpointCurl.sh index 368dba948..222f38294 100755 --- a/docs/timEndpointCurl.sh +++ b/docs/timEndpointCurl.sh @@ -1,235 +1,235 @@ -curl -X POST -H "Content-Type: application/json" -H "Cache-Control: no-cache" -H "Postman-Token: 4c014aac-3597-a40d-e992-271d377d6d4c" -d '{ - "timContent": { - "msgcnt": "1", - "timestamp": "op", - "packetID": "op", - "urlB": "op", - "travelerDataFrame": [{ - "header": { - "sspindex": "1", - "travelerInfoType": "1", - "msgId": { - "FurtherInfoID": "1", - "RoadSignID": { - "position3D": { - "latitude": "1", - "longitude": "1", - "elevation": "1", - "regional": "op" - }, - "HeadingSlice": "1010011010010100", - "MUTCDCode": "op", - "MsgCRC": "op" - } - }, - "DYear": "op", - "MinuteOfTheYear": "0", - "MinutesDuration": "0", - "SignPriority": "0" - }, - "region": { - "sspindex": "0", - "GeographicalPath": [{ - "name": "op", - "id": "op", - "anchor": "op", - "laneWidth": "op", - "diretionality": "op", - "closedPath": "op", - "direction": "op", - "description": [{ - "path": [{ - "scale": "op", - "offset": [{ - "xy": [{ - "nodes": [{ - "delta": [{ - "node-LL1": [{ - "lon": "20", - "lat": "21" - }], - "node-LL2": [{ - "lon": "20", - "lat": "21" - }], - "node-LL3": [{ - "lon": "20", - "lat": "21" - }], - "node-LL4": [{ - "lon": "20", - "lat": "21" - }], - "node-LL5": [{ - "lon": "20", - "lat": "21" - }], - "node-LL6": [{ - "lon": "20", - "lat": "21" - }] - }], - "attributes": "op" - }], - "computed": [{ - "referenceLaneID": "1", - "offsetXaxis": [{ - "small": "1", - "large": "1" - }], - "offsetYaxis": [{ - "small": "1", - "large": "1" - }] - }] - }], - "ll": [{ - "nodes": [{ - "delta": [{ - "node-LL1": [{ - "lon": "20", - "lat": "21" - }], - "node-LL2": [{ - "lon": "20", - "lat": "21" - }], - "node-LL3": [{ - "lon": "20", - "lat": "21" - }], - "node-LL4": [{ - "lon": "20", - "lat": "21" - }], - "node-LL5": [{ - "lon": "20", - "lat": "21" - }], - "node-LL6": [{ - "lon": "20", - "lat": "21" - }] - }], - "attributes": "op" - }] - }] - }] - }], - "geometry": [{ - "direction": "1001101100100100", - "circle": [{ - "center": [{ - "latitude": "1", - "longitude": "1", - "elevation": "1", - "regional": "op" - }], - "radius": "3", - "units": "4" - }] - }], - "oldRegion": [{ - "direction": "1001101100100100", - "area": [{ - "shapePointSet": [{ - "nodes": [{ - "delta": [{ - "node-LL1": [{ - "lon": "20", - "lat": "21" - }], - "node-LL2": [{ - "lon": "20", - "lat": "21" - }], - "node-LL3": [{ - "lon": "20", - "lat": "21" - }], - "node-LL4": [{ - "lon": "20", - "lat": "21" - }], - "node-LL5": [{ - "lon": "20", - "lat": "21" - }], - "node-LL6": [{ - "lon": "20", - "lat": "21" - }] - }], - "attributes": "op" - }], - "computed": [{ - "referenceLaneID": "1", - "offsetXaxis": [{ - "small": "1", - "large": "1" - }], - "offsetYaxis": [{ - "small": "1", - "large": "1" - }] - }] - }], - "circle": [{ - "center": [{ - "latitude": "1", - "longitude": "1", - "elevation": "1", - "regional": "op" - }], - "radius": "3", - "units": "4" - }], - "regionPointSet": [{ - "nodeList": [{ - "xOffset": "1", - "yOffset": "1" - }] - }] - }] - }] - }] - }] - }, - "content": { - "sspMsgRights1": "1", - "sspMsgRights2": "2", - "contentType": { - "advisory": [{ - "ITISCodes": "268", - "ITIStext": "Speed Limit" - } ], - "workZone": [], - "genericSign": [], - "speedLimit": [], - "exitService": [] - }, - "URL-Short": "op", - "regional": "op" - } - }], - "regional": "op" - }, - "RSUs": [{ - "target": "127.0.0.1", - "username": "v3user", - "password": "password", - "retries": "1", - "timeout": "2000" - }], - "snmp": { - "rsuid": "8300", - "msgid": "31", - "mode": "1", - "channel": "178", - "interval": "1", - "deliverystart": "010114111530", - "deliverystop": "010114130000", - "enable": "1", - "status": "4" - } -}' "http://localhost:8080/tim" +curl -X POST -H "Content-Type: application/json" -H "Cache-Control: no-cache" -H "Postman-Token: 4c014aac-3597-a40d-e992-271d377d6d4c" -d '{ + "timContent": { + "msgcnt": "1", + "timestamp": "op", + "packetID": "op", + "urlB": "op", + "travelerDataFrame": [{ + "header": { + "sspindex": "1", + "travelerInfoType": "1", + "msgId": { + "FurtherInfoID": "1", + "RoadSignID": { + "position3D": { + "latitude": "1", + "longitude": "1", + "elevation": "1", + "regional": "op" + }, + "HeadingSlice": "1010011010010100", + "MUTCDCode": "op", + "MsgCRC": "op" + } + }, + "DYear": "op", + "MinuteOfTheYear": "0", + "MinutesDuration": "0", + "SignPriority": "0" + }, + "region": { + "sspindex": "0", + "GeographicalPath": [{ + "name": "op", + "id": "op", + "anchor": "op", + "laneWidth": "op", + "diretionality": "op", + "closedPath": "op", + "direction": "op", + "description": [{ + "path": [{ + "scale": "op", + "offset": [{ + "xy": [{ + "nodes": [{ + "delta": [{ + "node-LL1": [{ + "lon": "20", + "lat": "21" + }], + "node-LL2": [{ + "lon": "20", + "lat": "21" + }], + "node-LL3": [{ + "lon": "20", + "lat": "21" + }], + "node-LL4": [{ + "lon": "20", + "lat": "21" + }], + "node-LL5": [{ + "lon": "20", + "lat": "21" + }], + "node-LL6": [{ + "lon": "20", + "lat": "21" + }] + }], + "attributes": "op" + }], + "computed": [{ + "referenceLaneID": "1", + "offsetXaxis": [{ + "small": "1", + "large": "1" + }], + "offsetYaxis": [{ + "small": "1", + "large": "1" + }] + }] + }], + "ll": [{ + "nodes": [{ + "delta": [{ + "node-LL1": [{ + "lon": "20", + "lat": "21" + }], + "node-LL2": [{ + "lon": "20", + "lat": "21" + }], + "node-LL3": [{ + "lon": "20", + "lat": "21" + }], + "node-LL4": [{ + "lon": "20", + "lat": "21" + }], + "node-LL5": [{ + "lon": "20", + "lat": "21" + }], + "node-LL6": [{ + "lon": "20", + "lat": "21" + }] + }], + "attributes": "op" + }] + }] + }] + }], + "geometry": [{ + "direction": "1001101100100100", + "circle": [{ + "center": [{ + "latitude": "1", + "longitude": "1", + "elevation": "1", + "regional": "op" + }], + "radius": "3", + "units": "4" + }] + }], + "oldRegion": [{ + "direction": "1001101100100100", + "area": [{ + "shapePointSet": [{ + "nodes": [{ + "delta": [{ + "node-LL1": [{ + "lon": "20", + "lat": "21" + }], + "node-LL2": [{ + "lon": "20", + "lat": "21" + }], + "node-LL3": [{ + "lon": "20", + "lat": "21" + }], + "node-LL4": [{ + "lon": "20", + "lat": "21" + }], + "node-LL5": [{ + "lon": "20", + "lat": "21" + }], + "node-LL6": [{ + "lon": "20", + "lat": "21" + }] + }], + "attributes": "op" + }], + "computed": [{ + "referenceLaneID": "1", + "offsetXaxis": [{ + "small": "1", + "large": "1" + }], + "offsetYaxis": [{ + "small": "1", + "large": "1" + }] + }] + }], + "circle": [{ + "center": [{ + "latitude": "1", + "longitude": "1", + "elevation": "1", + "regional": "op" + }], + "radius": "3", + "units": "4" + }], + "regionPointSet": [{ + "nodeList": [{ + "xOffset": "1", + "yOffset": "1" + }] + }] + }] + }] + }] + }] + }, + "content": { + "sspMsgRights1": "1", + "sspMsgRights2": "2", + "contentType": { + "advisory": [{ + "ITISCodes": "268", + "ITIStext": "Speed Limit" + } ], + "workZone": [], + "genericSign": [], + "speedLimit": [], + "exitService": [] + }, + "URL-Short": "op", + "regional": "op" + } + }], + "regional": "op" + }, + "RSUs": [{ + "target": "127.0.0.1", + "username": "v3user", + "password": "password", + "retries": "1", + "timeout": "2000" + }], + "snmp": { + "rsuid": "8300", + "msgid": "31", + "mode": "1", + "channel": "178", + "interval": "1", + "deliverystart": "010114111530", + "deliverystop": "010114130000", + "enable": "1", + "status": "4" + } +}' "http://localhost:8080/tim" diff --git a/docs/timEndpointPython.py b/docs/timEndpointPython.py index e4927cb0a..73232755e 100644 --- a/docs/timEndpointPython.py +++ b/docs/timEndpointPython.py @@ -1,14 +1,14 @@ -import requests - -url = "http://localhost:8080/tim" - -payload = "{\r\n\t\"timContent\": {\r\n\t\t\"msgcnt\": \"1\",\r\n\t\t\"timestamp\": \"op\",\r\n\t\t\"packetID\": \"op\",\r\n\t\t\"urlB\": \"op\",\r\n\t\t\"travelerDataFrame\": [{\r\n\t\t\t\"header\": {\r\n\t\t\t\t\"sspindex\": \"1\",\r\n\t\t\t\t\"travelerInfoType\": \"1\",\r\n\t\t\t\t\"msgId\": {\r\n\t\t\t\t\t\"FurtherInfoID\": \"1\",\r\n\t\t\t\t\t\"RoadSignID\": {\r\n\t\t\t\t\t\t\"position3D\": {\r\n\t\t\t\t\t\t\t\"latitude\": \"1\",\r\n\t\t\t\t\t\t\t\"longitude\": \"1\",\r\n\t\t\t\t\t\t\t\"elevation\": \"1\",\r\n\t\t\t\t\t\t\t\"regional\": \"op\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"HeadingSlice\": \"1010011010010100\",\r\n\t\t\t\t\t\t\"MUTCDCode\": \"op\",\r\n\t\t\t\t\t\t\"MsgCRC\": \"op\"\r\n\t\t\t\t\t}\r\n\t\t\t\t},\r\n\t\t\t\t\"DYear\": \"op\",\r\n\t\t\t\t\"MinuteOfTheYear\": \"0\",\r\n\t\t\t\t\"MinutesDuration\": \"0\",\r\n\t\t\t\t\"SignPriority\": \"0\"\r\n\t\t\t},\r\n\t\t\t\"region\": {\r\n\t\t\t\t\"sspindex\": \"0\",\r\n\t\t\t\t\"GeographicalPath\": [{\r\n\t\t\t\t\t\"name\": \"op\",\r\n\t\t\t\t\t\"id\": \"op\",\r\n\t\t\t\t\t\"anchor\": \"op\",\r\n\t\t\t\t\t\"laneWidth\": \"op\",\r\n\t\t\t\t\t\"diretionality\": \"op\",\r\n\t\t\t\t\t\"closedPath\": \"op\",\r\n\t\t\t\t\t\"direction\": \"op\",\r\n\t\t\t\t\t\"description\": [{\r\n\t\t\t\t\t\t\"path\": [{\r\n\t\t\t\t\t\t\t\"scale\": \"op\",\r\n\t\t\t\t\t\t\t\"offset\": [{\r\n\t\t\t\t\t\t\t\t\"xy\": [{\r\n\t\t\t\t\t\t\t\t\t\"nodes\": [{\r\n\t\t\t\t\t\t\t\t\t\t\"delta\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL1\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL2\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL3\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL4\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL5\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL6\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\"attributes\": \"op\"\r\n\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\"computed\": [{\r\n\t\t\t\t\t\t\t\t\t\t\"referenceLaneID\": \"1\",\r\n\t\t\t\t\t\t\t\t\t\t\"offsetXaxis\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\"small\": \"1\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"large\": \"1\"\r\n\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\"offsetYaxis\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\"small\": \"1\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"large\": \"1\"\r\n\t\t\t\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\"ll\": [{\r\n\t\t\t\t\t\t\t\t\t\"nodes\": [{\r\n\t\t\t\t\t\t\t\t\t\t\"delta\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL1\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL2\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL3\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL4\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL5\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL6\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\"attributes\": \"op\"\r\n\t\t\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\"geometry\": [{\r\n\t\t\t\t\t\t\t\"direction\": \"1001101100100100\",\r\n\t\t\t\t\t\t\t\"circle\": [{\r\n\t\t\t\t\t\t\t\t\"center\": [{\r\n\t\t\t\t\t\t\t\t\t\"latitude\": \"1\",\r\n\t\t\t\t\t\t\t\t\t\"longitude\": \"1\",\r\n\t\t\t\t\t\t\t\t\t\"elevation\": \"1\",\r\n\t\t\t\t\t\t\t\t\t\"regional\": \"op\"\r\n\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\"radius\": \"3\",\r\n\t\t\t\t\t\t\t\t\"units\": \"4\"\r\n\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\"oldRegion\": [{\r\n\t\t\t\t\t\t\t\"direction\": \"1001101100100100\",\r\n\t\t\t\t\t\t\t\"area\": [{\r\n\t\t\t\t\t\t\t\t\"shapePointSet\": [{\r\n\t\t\t\t\t\t\t\t\t\"nodes\": [{\r\n\t\t\t\t\t\t\t\t\t\t\"delta\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL1\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL2\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL3\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL4\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL5\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL6\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\"attributes\": \"op\"\r\n\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\"computed\": [{\r\n\t\t\t\t\t\t\t\t\t\t\"referenceLaneID\": \"1\",\r\n\t\t\t\t\t\t\t\t\t\t\"offsetXaxis\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\"small\": \"1\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"large\": \"1\"\r\n\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\"offsetYaxis\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\"small\": \"1\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"large\": \"1\"\r\n\t\t\t\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\"circle\": [{\r\n\t\t\t\t\t\t\t\t\t\"center\": [{\r\n\t\t\t\t\t\t\t\t\t\t\"latitude\": \"1\",\r\n\t\t\t\t\t\t\t\t\t\t\"longitude\": \"1\",\r\n\t\t\t\t\t\t\t\t\t\t\"elevation\": \"1\",\r\n\t\t\t\t\t\t\t\t\t\t\"regional\": \"op\"\r\n\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\"radius\": \"3\",\r\n\t\t\t\t\t\t\t\t\t\"units\": \"4\"\r\n\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\"regionPointSet\": [{\r\n\t\t\t\t\t\t\t\t\t\"nodeList\": [{\r\n\t\t\t\t\t\t\t\t\t\t\"xOffset\": \"1\",\r\n\t\t\t\t\t\t\t\t\t\t\"yOffset\": \"1\"\r\n\t\t\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t}]\r\n\t\t\t\t\t}]\r\n\t\t\t\t}]\r\n\t\t\t},\r\n\t\t\t\"content\": {\r\n\t\t\t\t\"sspMsgRights1\": \"1\",\r\n\t\t\t\t\"sspMsgRights2\": \"2\",\r\n\t\t\t\t\"contentType\": {\r\n\t\t\t\t\t\"advisory\": [{\r\n\t\t\t\t\t\t\"ITISCodes\": \"268\",\r\n\t\t\t\t\t\t\"ITIStext\": \"Speed Limit\"\r\n\t\t\t\t\t} ],\r\n\t\t\t\t\t\"workZone\": [],\r\n\t\t\t\t\t\"genericSign\": [],\r\n\t\t\t\t\t\"speedLimit\": [],\r\n\t\t\t\t\t\"exitService\": []\r\n\t\t\t\t},\r\n\t\t\t\t\"URL-Short\": \"op\",\r\n\t\t\t\t\"regional\": \"op\"\r\n\t\t\t}\r\n\t\t}],\r\n\t\t\"regional\": \"op\"\r\n\t},\r\n\t\"RSUs\": [{\r\n\t\t\"target\": \"127.0.0.1\",\r\n\t\t\"username\": \"v3user\",\r\n\t\t\"password\": \"password\",\r\n\t\t\"retries\": \"1\",\r\n\t\t\"timeout\": \"2000\"\r\n\t}], \r\n\t\"snmp\": {\r\n\t\t\"rsuid\": \"8300\",\r\n\t\t\"msgid\": \"31\",\r\n\t\t\"mode\": \"1\",\r\n\t\t\"channel\": \"178\",\r\n\t\t\"interval\": \"1\",\r\n\t\t\"deliverystart\": \"010114111530\",\r\n\t\t\"deliverystop\": \"010114130000\",\r\n\t\t\"enable\": \"1\",\r\n\t\t\"status\": \"4\"\r\n\t}\r\n}" -headers = { - 'content-type': "application/json", - 'cache-control': "no-cache", - 'postman-token': "e3aeeabb-569d-e3e9-0816-2b271aace18d" - } - -response = requests.request("POST", url, data=payload, headers=headers) - -print(response.text) +import requests + +url = "http://localhost:8080/tim" + +payload = "{\r\n\t\"timContent\": {\r\n\t\t\"msgcnt\": \"1\",\r\n\t\t\"timestamp\": \"op\",\r\n\t\t\"packetID\": \"op\",\r\n\t\t\"urlB\": \"op\",\r\n\t\t\"travelerDataFrame\": [{\r\n\t\t\t\"header\": {\r\n\t\t\t\t\"sspindex\": \"1\",\r\n\t\t\t\t\"travelerInfoType\": \"1\",\r\n\t\t\t\t\"msgId\": {\r\n\t\t\t\t\t\"FurtherInfoID\": \"1\",\r\n\t\t\t\t\t\"RoadSignID\": {\r\n\t\t\t\t\t\t\"position3D\": {\r\n\t\t\t\t\t\t\t\"latitude\": \"1\",\r\n\t\t\t\t\t\t\t\"longitude\": \"1\",\r\n\t\t\t\t\t\t\t\"elevation\": \"1\",\r\n\t\t\t\t\t\t\t\"regional\": \"op\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"HeadingSlice\": \"1010011010010100\",\r\n\t\t\t\t\t\t\"MUTCDCode\": \"op\",\r\n\t\t\t\t\t\t\"MsgCRC\": \"op\"\r\n\t\t\t\t\t}\r\n\t\t\t\t},\r\n\t\t\t\t\"DYear\": \"op\",\r\n\t\t\t\t\"MinuteOfTheYear\": \"0\",\r\n\t\t\t\t\"MinutesDuration\": \"0\",\r\n\t\t\t\t\"SignPriority\": \"0\"\r\n\t\t\t},\r\n\t\t\t\"region\": {\r\n\t\t\t\t\"sspindex\": \"0\",\r\n\t\t\t\t\"GeographicalPath\": [{\r\n\t\t\t\t\t\"name\": \"op\",\r\n\t\t\t\t\t\"id\": \"op\",\r\n\t\t\t\t\t\"anchor\": \"op\",\r\n\t\t\t\t\t\"laneWidth\": \"op\",\r\n\t\t\t\t\t\"diretionality\": \"op\",\r\n\t\t\t\t\t\"closedPath\": \"op\",\r\n\t\t\t\t\t\"direction\": \"op\",\r\n\t\t\t\t\t\"description\": [{\r\n\t\t\t\t\t\t\"path\": [{\r\n\t\t\t\t\t\t\t\"scale\": \"op\",\r\n\t\t\t\t\t\t\t\"offset\": [{\r\n\t\t\t\t\t\t\t\t\"xy\": [{\r\n\t\t\t\t\t\t\t\t\t\"nodes\": [{\r\n\t\t\t\t\t\t\t\t\t\t\"delta\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL1\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL2\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL3\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL4\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL5\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL6\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\"attributes\": \"op\"\r\n\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\"computed\": [{\r\n\t\t\t\t\t\t\t\t\t\t\"referenceLaneID\": \"1\",\r\n\t\t\t\t\t\t\t\t\t\t\"offsetXaxis\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\"small\": \"1\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"large\": \"1\"\r\n\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\"offsetYaxis\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\"small\": \"1\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"large\": \"1\"\r\n\t\t\t\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\"ll\": [{\r\n\t\t\t\t\t\t\t\t\t\"nodes\": [{\r\n\t\t\t\t\t\t\t\t\t\t\"delta\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL1\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL2\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL3\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL4\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL5\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL6\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\"attributes\": \"op\"\r\n\t\t\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\"geometry\": [{\r\n\t\t\t\t\t\t\t\"direction\": \"1001101100100100\",\r\n\t\t\t\t\t\t\t\"circle\": [{\r\n\t\t\t\t\t\t\t\t\"center\": [{\r\n\t\t\t\t\t\t\t\t\t\"latitude\": \"1\",\r\n\t\t\t\t\t\t\t\t\t\"longitude\": \"1\",\r\n\t\t\t\t\t\t\t\t\t\"elevation\": \"1\",\r\n\t\t\t\t\t\t\t\t\t\"regional\": \"op\"\r\n\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\"radius\": \"3\",\r\n\t\t\t\t\t\t\t\t\"units\": \"4\"\r\n\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\"oldRegion\": [{\r\n\t\t\t\t\t\t\t\"direction\": \"1001101100100100\",\r\n\t\t\t\t\t\t\t\"area\": [{\r\n\t\t\t\t\t\t\t\t\"shapePointSet\": [{\r\n\t\t\t\t\t\t\t\t\t\"nodes\": [{\r\n\t\t\t\t\t\t\t\t\t\t\"delta\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL1\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL2\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL3\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL4\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL5\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\t\"node-LL6\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lon\": \"20\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"lat\": \"21\"\r\n\t\t\t\t\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\"attributes\": \"op\"\r\n\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\"computed\": [{\r\n\t\t\t\t\t\t\t\t\t\t\"referenceLaneID\": \"1\",\r\n\t\t\t\t\t\t\t\t\t\t\"offsetXaxis\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\"small\": \"1\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"large\": \"1\"\r\n\t\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\t\"offsetYaxis\": [{\r\n\t\t\t\t\t\t\t\t\t\t\t\"small\": \"1\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"large\": \"1\"\r\n\t\t\t\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\"circle\": [{\r\n\t\t\t\t\t\t\t\t\t\"center\": [{\r\n\t\t\t\t\t\t\t\t\t\t\"latitude\": \"1\",\r\n\t\t\t\t\t\t\t\t\t\t\"longitude\": \"1\",\r\n\t\t\t\t\t\t\t\t\t\t\"elevation\": \"1\",\r\n\t\t\t\t\t\t\t\t\t\t\"regional\": \"op\"\r\n\t\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\t\"radius\": \"3\",\r\n\t\t\t\t\t\t\t\t\t\"units\": \"4\"\r\n\t\t\t\t\t\t\t\t}],\r\n\t\t\t\t\t\t\t\t\"regionPointSet\": [{\r\n\t\t\t\t\t\t\t\t\t\"nodeList\": [{\r\n\t\t\t\t\t\t\t\t\t\t\"xOffset\": \"1\",\r\n\t\t\t\t\t\t\t\t\t\t\"yOffset\": \"1\"\r\n\t\t\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t\t}]\r\n\t\t\t\t\t\t}]\r\n\t\t\t\t\t}]\r\n\t\t\t\t}]\r\n\t\t\t},\r\n\t\t\t\"content\": {\r\n\t\t\t\t\"sspMsgRights1\": \"1\",\r\n\t\t\t\t\"sspMsgRights2\": \"2\",\r\n\t\t\t\t\"contentType\": {\r\n\t\t\t\t\t\"advisory\": [{\r\n\t\t\t\t\t\t\"ITISCodes\": \"268\",\r\n\t\t\t\t\t\t\"ITIStext\": \"Speed Limit\"\r\n\t\t\t\t\t} ],\r\n\t\t\t\t\t\"workZone\": [],\r\n\t\t\t\t\t\"genericSign\": [],\r\n\t\t\t\t\t\"speedLimit\": [],\r\n\t\t\t\t\t\"exitService\": []\r\n\t\t\t\t},\r\n\t\t\t\t\"URL-Short\": \"op\",\r\n\t\t\t\t\"regional\": \"op\"\r\n\t\t\t}\r\n\t\t}],\r\n\t\t\"regional\": \"op\"\r\n\t},\r\n\t\"RSUs\": [{\r\n\t\t\"target\": \"127.0.0.1\",\r\n\t\t\"username\": \"v3user\",\r\n\t\t\"password\": \"password\",\r\n\t\t\"retries\": \"1\",\r\n\t\t\"timeout\": \"2000\"\r\n\t}], \r\n\t\"snmp\": {\r\n\t\t\"rsuid\": \"8300\",\r\n\t\t\"msgid\": \"31\",\r\n\t\t\"mode\": \"1\",\r\n\t\t\"channel\": \"178\",\r\n\t\t\"interval\": \"1\",\r\n\t\t\"deliverystart\": \"010114111530\",\r\n\t\t\"deliverystop\": \"010114130000\",\r\n\t\t\"enable\": \"1\",\r\n\t\t\"status\": \"4\"\r\n\t}\r\n}" +headers = { + 'content-type': "application/json", + 'cache-control': "no-cache", + 'postman-token': "e3aeeabb-569d-e3e9-0816-2b271aace18d" + } + +response = requests.request("POST", url, data=payload, headers=headers) + +print(response.text) diff --git a/jpo-ode-common/LICENSE-2.0.html b/jpo-ode-common/LICENSE-2.0.html index 16303d2c7..d1055c8ad 100644 --- a/jpo-ode-common/LICENSE-2.0.html +++ b/jpo-ode-common/LICENSE-2.0.html @@ -1,228 +1,228 @@ - - - - - - Apache License, Version 2.0 - - -
    - -

    Apache License
    - Version 2.0, January 2004
    - http://www.apache.org/licenses/

    -

    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND - DISTRIBUTION

    -

    1. - Definitions.

    -

    "License" shall mean the terms and conditions for use, - reproduction, and distribution as defined by Sections 1 through 9 - of this document.

    -

    "Licensor" shall mean the copyright owner or entity authorized - by the copyright owner that is granting the License.

    -

    "Legal Entity" shall mean the union of the acting entity and - all other entities that control, are controlled by, or are under - common control with that entity. For the purposes of this - definition, "control" means (i) the power, direct or indirect, to - cause the direction or management of such entity, whether by - contract or otherwise, or (ii) ownership of fifty percent (50%) - or more of the outstanding shares, or (iii) beneficial ownership - of such entity.

    -

    "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License.

    -

    "Source" form shall mean the preferred form for making - modifications, including but not limited to software source code, - documentation source, and configuration files.

    -

    "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but not - limited to compiled object code, generated documentation, and - conversions to other media types.

    -

    "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work (an - example is provided in the Appendix below).

    -

    "Derivative Works" shall mean any work, whether in Source or - Object form, that is based on (or derived from) the Work and for - which the editorial revisions, annotations, elaborations, or - other modifications represent, as a whole, an original work of - authorship. For the purposes of this License, Derivative Works - shall not include works that remain separable from, or merely - link (or bind by name) to the interfaces of, the Work and - Derivative Works thereof.

    -

    "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or - additions to that Work or Derivative Works thereof, that is - intentionally submitted to Licensor for inclusion in the Work by - the copyright owner or by an individual or Legal Entity - authorized to submit on behalf of the copyright owner. For the - purposes of this definition, "submitted" means any form of - electronic, verbal, or written communication sent to the Licensor - or its representatives, including but not limited to - communication on electronic mailing lists, source code control - systems, and issue tracking systems that are managed by, or on - behalf of, the Licensor for the purpose of discussing and - improving the Work, but excluding communication that is - conspicuously marked or otherwise designated in writing by the - copyright owner as "Not a Contribution."

    -

    "Contributor" shall mean Licensor and any individual or Legal - Entity on behalf of whom a Contribution has been received by - Licensor and subsequently incorporated within the Work.

    -

    2. Grant of - Copyright License. Subject to the terms and - conditions of this License, each Contributor hereby grants to You - a perpetual, worldwide, non-exclusive, no-charge, royalty-free, - irrevocable copyright license to reproduce, prepare Derivative - Works of, publicly display, publicly perform, sublicense, and - distribute the Work and such Derivative Works in Source or Object - form.

    -

    3. Grant of Patent - License. Subject to the terms and conditions of this - License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have - made, use, offer to sell, sell, import, and otherwise transfer - the Work, where such license applies only to those patent claims - licensable by such Contributor that are necessarily infringed by - their Contribution(s) alone or by combination of their - Contribution(s) with the Work to which such Contribution(s) was - submitted. If You institute patent litigation against any entity - (including a cross-claim or counterclaim in a lawsuit) alleging - that the Work or a Contribution incorporated within the Work - constitutes direct or contributory patent infringement, then any - patent licenses granted to You under this License for that Work - shall terminate as of the date such litigation is filed.

    -

    4. - Redistribution. You may reproduce and distribute - copies of the Work or Derivative Works thereof in any medium, - with or without modifications, and in Source or Object form, - provided that You meet the following conditions:

    -
      -
    1. You must give any other recipients of the Work or - Derivative Works a copy of this License; and
    2. -
    3. You must cause any modified files to carry prominent - notices stating that You changed the files; and
    4. -
    5. You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, excluding - those notices that do not pertain to any part of the Derivative - Works; and
    6. -
    7. If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute - must include a readable copy of the attribution notices - contained within such NOTICE file, excluding those notices that - do not pertain to any part of the Derivative Works, in at least - one of the following places: within a NOTICE text file - distributed as part of the Derivative Works; within the Source - form or documentation, if provided along with the Derivative - Works; or, within a display generated by the Derivative Works, - if and wherever such third-party notices normally appear. The - contents of the NOTICE file are for informational purposes only - and do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed as - modifying the License.
      -
      - You may add Your own copyright statement to Your modifications - and may provide additional or different license terms and - conditions for use, reproduction, or distribution of Your - modifications, or for any such Derivative Works as a whole, - provided Your use, reproduction, and distribution of the Work - otherwise complies with the conditions stated in this - License.
    8. -
    -

    5. - Submission of Contributions. Unless You explicitly - state otherwise, any Contribution intentionally submitted for - inclusion in the Work by You to the Licensor shall be under the - terms and conditions of this License, without any additional - terms or conditions. Notwithstanding the above, nothing herein - shall supersede or modify the terms of any separate license - agreement you may have executed with Licensor regarding such - Contributions.

    -

    6. - Trademarks. This License does not grant permission - to use the trade names, trademarks, service marks, or product - names of the Licensor, except as required for reasonable and - customary use in describing the origin of the Work and - reproducing the content of the NOTICE file.

    -

    7. Disclaimer - of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or - conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or - FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for - determining the appropriateness of using or redistributing the - Work and assume any risks associated with Your exercise of - permissions under this License.

    -

    8. Limitation - of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, - special, incidental, or consequential damages of any character - arising as a result of this License or out of the use or - inability to use the Work (including but not limited to damages - for loss of goodwill, work stoppage, computer failure or - malfunction, or any and all other commercial damages or losses), - even if such Contributor has been advised of the possibility of - such damages.

    -

    9. Accepting - Warranty or Additional Liability. While - redistributing the Work or Derivative Works thereof, You may - choose to offer, and charge a fee for, acceptance of support, - warranty, indemnity, or other liability obligations and/or rights - consistent with this License. However, in accepting such - obligations, You may act only on Your own behalf and on Your sole - responsibility, not on behalf of any other Contributor, and only - if You agree to indemnify, defend, and hold each Contributor - harmless for any liability incurred by, or claims asserted - against, such Contributor by reason of your accepting any such - warranty or additional liability.

    -

    END OF TERMS AND CONDITIONS

    -

    APPENDIX: How to apply the Apache License to your - work

    -

    To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a file - or class name and description of purpose be included on the same - "printed page" as the copyright notice for easier identification - within third-party archives.

    -
    -
    Copyright [yyyy] [name of copyright owner]
    -
    -Licensed under the Apache License, Version 2.0 (the "License");
    -you may not use this file except in compliance with the License.
    -You may obtain a copy of the License at
    -
    -    http://www.apache.org/licenses/LICENSE-2.0
    -
    -Unless required by applicable law or agreed to in writing, software
    -distributed under the License is distributed on an "AS IS" BASIS,
    -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    -See the License for the specific language governing permissions and
    -limitations under the License.
    -    
    -
    -
    - - - + + + + + + Apache License, Version 2.0 + + +
    + +

    Apache License
    + Version 2.0, January 2004
    + http://www.apache.org/licenses/

    +

    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND + DISTRIBUTION

    +

    1. + Definitions.

    +

    "License" shall mean the terms and conditions for use, + reproduction, and distribution as defined by Sections 1 through 9 + of this document.

    +

    "Licensor" shall mean the copyright owner or entity authorized + by the copyright owner that is granting the License.

    +

    "Legal Entity" shall mean the union of the acting entity and + all other entities that control, are controlled by, or are under + common control with that entity. For the purposes of this + definition, "control" means (i) the power, direct or indirect, to + cause the direction or management of such entity, whether by + contract or otherwise, or (ii) ownership of fifty percent (50%) + or more of the outstanding shares, or (iii) beneficial ownership + of such entity.

    +

    "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License.

    +

    "Source" form shall mean the preferred form for making + modifications, including but not limited to software source code, + documentation source, and configuration files.

    +

    "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but not + limited to compiled object code, generated documentation, and + conversions to other media types.

    +

    "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work (an + example is provided in the Appendix below).

    +

    "Derivative Works" shall mean any work, whether in Source or + Object form, that is based on (or derived from) the Work and for + which the editorial revisions, annotations, elaborations, or + other modifications represent, as a whole, an original work of + authorship. For the purposes of this License, Derivative Works + shall not include works that remain separable from, or merely + link (or bind by name) to the interfaces of, the Work and + Derivative Works thereof.

    +

    "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or + additions to that Work or Derivative Works thereof, that is + intentionally submitted to Licensor for inclusion in the Work by + the copyright owner or by an individual or Legal Entity + authorized to submit on behalf of the copyright owner. For the + purposes of this definition, "submitted" means any form of + electronic, verbal, or written communication sent to the Licensor + or its representatives, including but not limited to + communication on electronic mailing lists, source code control + systems, and issue tracking systems that are managed by, or on + behalf of, the Licensor for the purpose of discussing and + improving the Work, but excluding communication that is + conspicuously marked or otherwise designated in writing by the + copyright owner as "Not a Contribution."

    +

    "Contributor" shall mean Licensor and any individual or Legal + Entity on behalf of whom a Contribution has been received by + Licensor and subsequently incorporated within the Work.

    +

    2. Grant of + Copyright License. Subject to the terms and + conditions of this License, each Contributor hereby grants to You + a perpetual, worldwide, non-exclusive, no-charge, royalty-free, + irrevocable copyright license to reproduce, prepare Derivative + Works of, publicly display, publicly perform, sublicense, and + distribute the Work and such Derivative Works in Source or Object + form.

    +

    3. Grant of Patent + License. Subject to the terms and conditions of this + License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have + made, use, offer to sell, sell, import, and otherwise transfer + the Work, where such license applies only to those patent claims + licensable by such Contributor that are necessarily infringed by + their Contribution(s) alone or by combination of their + Contribution(s) with the Work to which such Contribution(s) was + submitted. If You institute patent litigation against any entity + (including a cross-claim or counterclaim in a lawsuit) alleging + that the Work or a Contribution incorporated within the Work + constitutes direct or contributory patent infringement, then any + patent licenses granted to You under this License for that Work + shall terminate as of the date such litigation is filed.

    +

    4. + Redistribution. You may reproduce and distribute + copies of the Work or Derivative Works thereof in any medium, + with or without modifications, and in Source or Object form, + provided that You meet the following conditions:

    +
      +
    1. You must give any other recipients of the Work or + Derivative Works a copy of this License; and
    2. +
    3. You must cause any modified files to carry prominent + notices stating that You changed the files; and
    4. +
    5. You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, excluding + those notices that do not pertain to any part of the Derivative + Works; and
    6. +
    7. If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute + must include a readable copy of the attribution notices + contained within such NOTICE file, excluding those notices that + do not pertain to any part of the Derivative Works, in at least + one of the following places: within a NOTICE text file + distributed as part of the Derivative Works; within the Source + form or documentation, if provided along with the Derivative + Works; or, within a display generated by the Derivative Works, + if and wherever such third-party notices normally appear. The + contents of the NOTICE file are for informational purposes only + and do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed as + modifying the License.
      +
      + You may add Your own copyright statement to Your modifications + and may provide additional or different license terms and + conditions for use, reproduction, or distribution of Your + modifications, or for any such Derivative Works as a whole, + provided Your use, reproduction, and distribution of the Work + otherwise complies with the conditions stated in this + License.
    8. +
    +

    5. + Submission of Contributions. Unless You explicitly + state otherwise, any Contribution intentionally submitted for + inclusion in the Work by You to the Licensor shall be under the + terms and conditions of this License, without any additional + terms or conditions. Notwithstanding the above, nothing herein + shall supersede or modify the terms of any separate license + agreement you may have executed with Licensor regarding such + Contributions.

    +

    6. + Trademarks. This License does not grant permission + to use the trade names, trademarks, service marks, or product + names of the Licensor, except as required for reasonable and + customary use in describing the origin of the Work and + reproducing the content of the NOTICE file.

    +

    7. Disclaimer + of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or + conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or + FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for + determining the appropriateness of using or redistributing the + Work and assume any risks associated with Your exercise of + permissions under this License.

    +

    8. Limitation + of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, + special, incidental, or consequential damages of any character + arising as a result of this License or out of the use or + inability to use the Work (including but not limited to damages + for loss of goodwill, work stoppage, computer failure or + malfunction, or any and all other commercial damages or losses), + even if such Contributor has been advised of the possibility of + such damages.

    +

    9. Accepting + Warranty or Additional Liability. While + redistributing the Work or Derivative Works thereof, You may + choose to offer, and charge a fee for, acceptance of support, + warranty, indemnity, or other liability obligations and/or rights + consistent with this License. However, in accepting such + obligations, You may act only on Your own behalf and on Your sole + responsibility, not on behalf of any other Contributor, and only + if You agree to indemnify, defend, and hold each Contributor + harmless for any liability incurred by, or claims asserted + against, such Contributor by reason of your accepting any such + warranty or additional liability.

    +

    END OF TERMS AND CONDITIONS

    +

    APPENDIX: How to apply the Apache License to your + work

    +

    To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a file + or class name and description of purpose be included on the same + "printed page" as the copyright notice for easier identification + within third-party archives.

    +
    +
    Copyright [yyyy] [name of copyright owner]
    +
    +Licensed under the Apache License, Version 2.0 (the "License");
    +you may not use this file except in compliance with the License.
    +You may obtain a copy of the License at
    +
    +    http://www.apache.org/licenses/LICENSE-2.0
    +
    +Unless required by applicable law or agreed to in writing, software
    +distributed under the License is distributed on an "AS IS" BASIS,
    +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    +See the License for the specific language governing permissions and
    +limitations under the License.
    +    
    +
    +
    + + + diff --git a/jpo-ode-common/pom.xml b/jpo-ode-common/pom.xml index 63e6af4ad..da1882b32 100644 --- a/jpo-ode-common/pom.xml +++ b/jpo-ode-common/pom.xml @@ -5,7 +5,7 @@ usdot.jpo.ode jpo-ode - 0.0.9-SNAPSHOT + 1.0.8-SNAPSHOT jpo-ode-common diff --git a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/inet/InetPacket.java b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/inet/InetPacket.java index d87c7692d..96cf0a25a 100644 --- a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/inet/InetPacket.java +++ b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/inet/InetPacket.java @@ -1,118 +1,118 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.inet; - -import java.net.DatagramPacket; -import java.net.InetAddress; -import java.net.UnknownHostException; -import java.nio.ByteBuffer; -import java.nio.ByteOrder; -import java.util.Arrays; - -import us.dot.its.jpo.ode.util.CodecUtils; -import us.dot.its.jpo.ode.util.CrcCccitt; - -public class InetPacket { - - private static final int MAGIC_NUMBER = 982451653; - private static final int MIN_BUNDLE_LENGTH = 4 + 4 + 1 + 4 + 2; // magic + port + type + ip4 + CRC - - private InetPoint point; - private byte[] payload; - - public InetPacket(String host, int port, byte[] payload) throws UnknownHostException { - this(InetAddress.getByName( host ), port, payload); - } - - public InetPacket(InetAddress ipAddress, int port, byte[] payload) { - this(new InetPoint(ipAddress.getAddress(), port), payload); - } - - public InetPacket(InetPoint point, byte[] payload) { - this.point = point; - if ( !parseBundle(payload) ) - this.payload = payload; - } - - public InetPacket(DatagramPacket packet) { - point = new InetPoint(packet.getAddress().getAddress(), packet.getPort()); - byte[] data = Arrays.copyOfRange(packet.getData(), packet.getOffset(), packet.getLength()); - if ( !parseBundle(data) ) - payload = data; - } - - public InetPacket(byte[] bundle) { - if ( !parseBundle(bundle) ) - payload = bundle; - } - - public InetPoint getPoint() { - return point; - } - - public byte[] getPayload() { - return payload; - } - - public byte[] getBundle() { - if ( point == null ) - return payload; - int payloadLength = payload != null ? payload.length : 0; - int headerLength = MIN_BUNDLE_LENGTH - 4 + point.address.length; - byte [] bundle = new byte[headerLength + payloadLength]; - ByteBuffer buffer = ByteBuffer.allocate(headerLength).order(ByteOrder.BIG_ENDIAN); - buffer.putInt(MAGIC_NUMBER); - buffer.putInt(point.port); - buffer.put((byte)(point.address.length == 16 ? 1 : 0)); - buffer.put(point.address); - byte[] header = buffer.array(); - assert(header.length == headerLength); - CrcCccitt.setMsgCRC(header); - System.arraycopy(header, 0, bundle, 0, headerLength); - if ( payload != null ) - System.arraycopy(payload, 0, bundle, headerLength, payloadLength); - return bundle; - } - - public boolean parseBundle(byte[] bundle) { - if ( bundle == null || bundle.length < MIN_BUNDLE_LENGTH ) - return false; - ByteBuffer buffer = ByteBuffer.wrap(bundle); - int magic = buffer.getInt(); - if ( magic != MAGIC_NUMBER ) - return false; - int port = buffer.getInt(); - byte type = buffer.get(); - int addressLength = type == 1 ? 16 : 4; - if ( buffer.remaining() < addressLength + 2 ) - return false; - if ( !CrcCccitt.isValidMsgCRC(bundle, 0, MIN_BUNDLE_LENGTH - 4 + addressLength) ) - return false; - byte[] address = new byte[addressLength]; - buffer.get(address,0,addressLength); - buffer.getShort(); - point = new InetPoint(address, port, true); - int payloadLength = bundle.length - MIN_BUNDLE_LENGTH + 4 - addressLength; - payload = new byte[payloadLength]; - buffer.get(payload,0,payloadLength); - return true; - } - - public String toHexString() { - return CodecUtils.toHex(getBundle()); - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.inet; + +import java.net.DatagramPacket; +import java.net.InetAddress; +import java.net.UnknownHostException; +import java.nio.ByteBuffer; +import java.nio.ByteOrder; +import java.util.Arrays; + +import us.dot.its.jpo.ode.util.CodecUtils; +import us.dot.its.jpo.ode.util.CrcCccitt; + +public class InetPacket { + + private static final int MAGIC_NUMBER = 982451653; + private static final int MIN_BUNDLE_LENGTH = 4 + 4 + 1 + 4 + 2; // magic + port + type + ip4 + CRC + + private InetPoint point; + private byte[] payload; + + public InetPacket(String host, int port, byte[] payload) throws UnknownHostException { + this(InetAddress.getByName( host ), port, payload); + } + + public InetPacket(InetAddress ipAddress, int port, byte[] payload) { + this(new InetPoint(ipAddress.getAddress(), port), payload); + } + + public InetPacket(InetPoint point, byte[] payload) { + this.point = point; + if ( !parseBundle(payload) ) + this.payload = payload; + } + + public InetPacket(DatagramPacket packet) { + point = new InetPoint(packet.getAddress().getAddress(), packet.getPort()); + byte[] data = Arrays.copyOfRange(packet.getData(), packet.getOffset(), packet.getLength()); + if ( !parseBundle(data) ) + payload = data; + } + + public InetPacket(byte[] bundle) { + if ( !parseBundle(bundle) ) + payload = bundle; + } + + public InetPoint getPoint() { + return point; + } + + public byte[] getPayload() { + return payload; + } + + public byte[] getBundle() { + if ( point == null ) + return payload; + int payloadLength = payload != null ? payload.length : 0; + int headerLength = MIN_BUNDLE_LENGTH - 4 + point.address.length; + byte [] bundle = new byte[headerLength + payloadLength]; + ByteBuffer buffer = ByteBuffer.allocate(headerLength).order(ByteOrder.BIG_ENDIAN); + buffer.putInt(MAGIC_NUMBER); + buffer.putInt(point.port); + buffer.put((byte)(point.address.length == 16 ? 1 : 0)); + buffer.put(point.address); + byte[] header = buffer.array(); + assert(header.length == headerLength); + CrcCccitt.setMsgCRC(header); + System.arraycopy(header, 0, bundle, 0, headerLength); + if ( payload != null ) + System.arraycopy(payload, 0, bundle, headerLength, payloadLength); + return bundle; + } + + public boolean parseBundle(byte[] bundle) { + if ( bundle == null || bundle.length < MIN_BUNDLE_LENGTH ) + return false; + ByteBuffer buffer = ByteBuffer.wrap(bundle); + int magic = buffer.getInt(); + if ( magic != MAGIC_NUMBER ) + return false; + int port = buffer.getInt(); + byte type = buffer.get(); + int addressLength = type == 1 ? 16 : 4; + if ( buffer.remaining() < addressLength + 2 ) + return false; + if ( !CrcCccitt.isValidMsgCRC(bundle, 0, MIN_BUNDLE_LENGTH - 4 + addressLength) ) + return false; + byte[] address = new byte[addressLength]; + buffer.get(address,0,addressLength); + buffer.getShort(); + point = new InetPoint(address, port, true); + int payloadLength = bundle.length - MIN_BUNDLE_LENGTH + 4 - addressLength; + payload = new byte[payloadLength]; + buffer.get(payload,0,payloadLength); + return true; + } + + public String toHexString() { + return CodecUtils.toHex(getBundle()); + } + +} diff --git a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/inet/InetPacketException.java b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/inet/InetPacketException.java index a1f36b5d6..3058b4774 100644 --- a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/inet/InetPacketException.java +++ b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/inet/InetPacketException.java @@ -1,29 +1,29 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.inet; - -public class InetPacketException extends Exception { - - private static final long serialVersionUID = 1L; - - public InetPacketException(String message) { - super(message); - } - - public InetPacketException(String message, Throwable cause) { - super(message, cause); - } -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.inet; + +public class InetPacketException extends Exception { + + private static final long serialVersionUID = 1L; + + public InetPacketException(String message) { + super(message); + } + + public InetPacketException(String message, Throwable cause) { + super(message, cause); + } +} diff --git a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/inet/InetPacketSender.java b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/inet/InetPacketSender.java index f8e352ca9..ced6cc3b5 100644 --- a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/inet/InetPacketSender.java +++ b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/inet/InetPacketSender.java @@ -1,160 +1,160 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.inet; - -import java.io.IOException; -import java.net.DatagramPacket; -import java.net.DatagramSocket; -import java.net.SocketException; - -import org.apache.log4j.Logger; - -/** - * Sender/Forwarder helper class for use by Forwarder, Transport, and Data Sink that need to send packets around - */ -public class InetPacketSender { - - private static final String INVALID_PARAMETERS_MSG = "Invalid Parameters. Parameters destination point and payload can not be null"; - - private static final Logger log = Logger.getLogger(InetPacketSender.class); - - /** - * Inet address and port to forward packets to - */ - private InetPoint frwdPoint; - - /** - * Specifies whether outbound IPv4 messages should be send directly or forwarded. Default is send directly. - * To force forwarding IPv4 messages, set this variable to true. - */ - private boolean forwardAll; - - public InetPacketSender() {} - - /** - * Creates an instance of the forwarder/sender helper class. - * @param frwdPoint is the destination to use for forwarding - */ - public InetPacketSender(InetPoint frwdPoint) { - this.frwdPoint = frwdPoint; - } - - /** - * Forward packet. Intended client is the forwarder that received a packet - * @param inbound UDP packet - * @throws InetPacketException - */ - public void forward(DatagramPacket packet) throws InetPacketException { - if ( packet == null ) { - log.warn("Ignoring forward request for null packet"); - return; - } - if ( frwdPoint == null ) - throw new InetPacketException("Couldn't forward packet. Reason: Forwarding destination is not defined."); - send(frwdPoint, new InetPacket(packet).getBundle()); - } - - /** - * Send packet. Intended client is the forwarder that sends outbound packet - * @param packet outbound packet that contains destination+payload bundle - * @throws InetPacketException - */ - public void send(DatagramPacket packet) throws InetPacketException { - if ( packet == null ) { - log.warn("Ignoring send request for null packet"); - return; - } - InetPacket p = new InetPacket(packet); - InetPoint point = p.getPoint(); - if ( point == null ) - throw new InetPacketException("Couldn't send packet. Reason: Destination is not defined in the packet (not a bundle?)"); - send(point, p.getPayload()); - } - - /** - * Forward payload to be sent to dstPoint. Intended clients are Transport or Data Sink sending via forwarder - * @param dstPoint destination address and port for forwarder to forward to - * @param payload data to forward - * @throws InetPacketException - */ - public void forward(InetPoint dstPoint, byte[] payload) throws InetPacketException { - if ( dstPoint == null || payload == null ) - throw new InetPacketException(INVALID_PARAMETERS_MSG); - if ( frwdPoint == null ) - log.warn("Couldn't forward packet. Reason: Forwarding destination is not defined."); - if ( frwdPoint != null && (dstPoint.isIPv6Address() || isForwardAll()) ) { - send(frwdPoint, new InetPacket(dstPoint, payload).getBundle()); - } else { - log.debug("Using direct send instead of forwarding"); - send(dstPoint, payload); - } - } - - /** - * Forward payload to be sent to dstPoint. Intended clients are Transport or Data Sink sending via forwarder or direct - * @param dstPoint destination address and port of the final destination - * @param payload data to forward or send - * @param fromForwarder whether the original request came through a forwarder - * @throws InetPacketException - */ - public void forward(InetPoint dstPoint, byte[] payload, boolean fromForwarder) throws InetPacketException { - if ( dstPoint == null || payload == null ) - throw new InetPacketException(INVALID_PARAMETERS_MSG); - if ( frwdPoint != null && (dstPoint.isIPv6Address() || isForwardAll() || fromForwarder) ) { - send(frwdPoint, new InetPacket(dstPoint, payload).getBundle()); - } else { - log.debug("Using direct send instead of forwarding"); - send(dstPoint, payload); - } - } - - /** - * Send payload to the destination specified. Intended clients are Transport or Data Sink sending directly to the client - * @param dstPoint destination address and port to send to - * @param payload data to send - * @throws InetPacketException - */ - public void send(InetPoint dstPoint, byte[] payload) throws InetPacketException { - if ( dstPoint == null || payload == null ) - throw new InetPacketException(INVALID_PARAMETERS_MSG); - try(DatagramSocket sock = new DatagramSocket()) { - DatagramPacket packet = new DatagramPacket(payload, payload.length, dstPoint.getInetAddress(), dstPoint.port); - sock.send(packet); - } catch (SocketException ex) { - throw new InetPacketException("Couldn't send packet because socket closed.", ex); - } catch (IOException ex) { - throw new InetPacketException("Couldn't send packet due to IO exception.", ex); - } - } - - /** - * Reports whether outbound IPv4 messages should be send directly or forwarded. - * @return true if IPv4 packets are forwarded in addition to IPv6 packets - */ - public boolean isForwardAll() { - return forwardAll; - } - - /** - * - * @param forwardAll Directs how to handle IPv4 messages. - * Specify true to force forwarding IPv4 messages, and false to always send them directly. - */ - public void setForwardAll(boolean forwardAll) { - this.forwardAll = forwardAll; - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.inet; + +import java.io.IOException; +import java.net.DatagramPacket; +import java.net.DatagramSocket; +import java.net.SocketException; + +import org.apache.log4j.Logger; + +/** + * Sender/Forwarder helper class for use by Forwarder, Transport, and Data Sink that need to send packets around + */ +public class InetPacketSender { + + private static final String INVALID_PARAMETERS_MSG = "Invalid Parameters. Parameters destination point and payload can not be null"; + + private static final Logger log = Logger.getLogger(InetPacketSender.class); + + /** + * Inet address and port to forward packets to + */ + private InetPoint frwdPoint; + + /** + * Specifies whether outbound IPv4 messages should be send directly or forwarded. Default is send directly. + * To force forwarding IPv4 messages, set this variable to true. + */ + private boolean forwardAll; + + public InetPacketSender() {} + + /** + * Creates an instance of the forwarder/sender helper class. + * @param frwdPoint is the destination to use for forwarding + */ + public InetPacketSender(InetPoint frwdPoint) { + this.frwdPoint = frwdPoint; + } + + /** + * Forward packet. Intended client is the forwarder that received a packet + * @param inbound UDP packet + * @throws InetPacketException + */ + public void forward(DatagramPacket packet) throws InetPacketException { + if ( packet == null ) { + log.warn("Ignoring forward request for null packet"); + return; + } + if ( frwdPoint == null ) + throw new InetPacketException("Couldn't forward packet. Reason: Forwarding destination is not defined."); + send(frwdPoint, new InetPacket(packet).getBundle()); + } + + /** + * Send packet. Intended client is the forwarder that sends outbound packet + * @param packet outbound packet that contains destination+payload bundle + * @throws InetPacketException + */ + public void send(DatagramPacket packet) throws InetPacketException { + if ( packet == null ) { + log.warn("Ignoring send request for null packet"); + return; + } + InetPacket p = new InetPacket(packet); + InetPoint point = p.getPoint(); + if ( point == null ) + throw new InetPacketException("Couldn't send packet. Reason: Destination is not defined in the packet (not a bundle?)"); + send(point, p.getPayload()); + } + + /** + * Forward payload to be sent to dstPoint. Intended clients are Transport or Data Sink sending via forwarder + * @param dstPoint destination address and port for forwarder to forward to + * @param payload data to forward + * @throws InetPacketException + */ + public void forward(InetPoint dstPoint, byte[] payload) throws InetPacketException { + if ( dstPoint == null || payload == null ) + throw new InetPacketException(INVALID_PARAMETERS_MSG); + if ( frwdPoint == null ) + log.warn("Couldn't forward packet. Reason: Forwarding destination is not defined."); + if ( frwdPoint != null && (dstPoint.isIPv6Address() || isForwardAll()) ) { + send(frwdPoint, new InetPacket(dstPoint, payload).getBundle()); + } else { + log.debug("Using direct send instead of forwarding"); + send(dstPoint, payload); + } + } + + /** + * Forward payload to be sent to dstPoint. Intended clients are Transport or Data Sink sending via forwarder or direct + * @param dstPoint destination address and port of the final destination + * @param payload data to forward or send + * @param fromForwarder whether the original request came through a forwarder + * @throws InetPacketException + */ + public void forward(InetPoint dstPoint, byte[] payload, boolean fromForwarder) throws InetPacketException { + if ( dstPoint == null || payload == null ) + throw new InetPacketException(INVALID_PARAMETERS_MSG); + if ( frwdPoint != null && (dstPoint.isIPv6Address() || isForwardAll() || fromForwarder) ) { + send(frwdPoint, new InetPacket(dstPoint, payload).getBundle()); + } else { + log.debug("Using direct send instead of forwarding"); + send(dstPoint, payload); + } + } + + /** + * Send payload to the destination specified. Intended clients are Transport or Data Sink sending directly to the client + * @param dstPoint destination address and port to send to + * @param payload data to send + * @throws InetPacketException + */ + public void send(InetPoint dstPoint, byte[] payload) throws InetPacketException { + if ( dstPoint == null || payload == null ) + throw new InetPacketException(INVALID_PARAMETERS_MSG); + try(DatagramSocket sock = new DatagramSocket()) { + DatagramPacket packet = new DatagramPacket(payload, payload.length, dstPoint.getInetAddress(), dstPoint.port); + sock.send(packet); + } catch (SocketException ex) { + throw new InetPacketException("Couldn't send packet because socket closed.", ex); + } catch (IOException ex) { + throw new InetPacketException("Couldn't send packet due to IO exception.", ex); + } + } + + /** + * Reports whether outbound IPv4 messages should be send directly or forwarded. + * @return true if IPv4 packets are forwarded in addition to IPv6 packets + */ + public boolean isForwardAll() { + return forwardAll; + } + + /** + * + * @param forwardAll Directs how to handle IPv4 messages. + * Specify true to force forwarding IPv4 messages, and false to always send them directly. + */ + public void setForwardAll(boolean forwardAll) { + this.forwardAll = forwardAll; + } + +} diff --git a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/inet/InetPoint.java b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/inet/InetPoint.java index e91361c1c..c63db8ed5 100644 --- a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/inet/InetPoint.java +++ b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/inet/InetPoint.java @@ -1,73 +1,73 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.inet; - -import java.net.InetAddress; -import java.net.UnknownHostException; - -import org.slf4j.Logger; -import org.slf4j.LoggerFactory; - -import us.dot.its.jpo.ode.util.CodecUtils; - -public class InetPoint { - private final Logger logger = LoggerFactory.getLogger(this.getClass()); - - public final byte[] address; - public final int port; - public final boolean forward; - - public InetPoint(String host, int port, boolean forward) throws UnknownHostException { - this(InetAddress.getByName(host).getAddress(), port, forward); - } - - public InetPoint(byte[] address, int port) { - this(address, port, false); - } - - public InetPoint(byte[] address, int port, boolean forward ) { - if (address == null) { - throw new IllegalArgumentException("IP Address is required"); - } - this.address = address; - this.port = port; - this.forward = forward; - } - - public InetAddress getInetAddress() throws UnknownHostException { - return InetAddress.getByAddress(address); - } - - public boolean isIPv6Address() { - return address.length == 16; - } - - @Override - public String toString() { - String host = "?"; - try { - host = InetAddress.getByAddress(address).getHostAddress(); - } catch (UnknownHostException e) { - logger.error("Error", e); - } - return String.format("%s { port = %d (0x%x); address = %s (%s, %s); forward = %s }", - getClass().getSimpleName(), - port, port, - CodecUtils.toHex(address), address.length == 4 ? "IPv4" : "IPv6", host, - forward ? "true" : "false" - ); - } -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.inet; + +import java.net.InetAddress; +import java.net.UnknownHostException; + +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import us.dot.its.jpo.ode.util.CodecUtils; + +public class InetPoint { + private final Logger logger = LoggerFactory.getLogger(this.getClass()); + + public final byte[] address; + public final int port; + public final boolean forward; + + public InetPoint(String host, int port, boolean forward) throws UnknownHostException { + this(InetAddress.getByName(host).getAddress(), port, forward); + } + + public InetPoint(byte[] address, int port) { + this(address, port, false); + } + + public InetPoint(byte[] address, int port, boolean forward ) { + if (address == null) { + throw new IllegalArgumentException("IP Address is required"); + } + this.address = address; + this.port = port; + this.forward = forward; + } + + public InetAddress getInetAddress() throws UnknownHostException { + return InetAddress.getByAddress(address); + } + + public boolean isIPv6Address() { + return address.length == 16; + } + + @Override + public String toString() { + String host = "?"; + try { + host = InetAddress.getByAddress(address).getHostAddress(); + } catch (UnknownHostException e) { + logger.error("Error", e); + } + return String.format("%s { port = %d (0x%x); address = %s (%s, %s); forward = %s }", + getClass().getSimpleName(), + port, port, + CodecUtils.toHex(address), address.length == 4 ? "IPv4" : "IPv6", host, + forward ? "true" : "false" + ); + } +} diff --git a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/model/OdeHexByteArray.java b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/model/OdeHexByteArray.java index 285dfe951..43d0d1b89 100644 --- a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/model/OdeHexByteArray.java +++ b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/model/OdeHexByteArray.java @@ -1,52 +1,52 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -import us.dot.its.jpo.ode.util.CodecUtils; - -public class OdeHexByteArray extends OdeObject { - - private static final long serialVersionUID = 6106562581659367345L; - - private String bytes; - - public OdeHexByteArray() { - super(); - } - - public OdeHexByteArray(String bytes) { - super(); - this.bytes = bytes; - } - - public OdeHexByteArray(byte[] bytes) { - setBytes(bytes); - } - - public String getBytes() { - return bytes; - } - - public void setBytes(String bytes) { - this.bytes = bytes; - } - - public void setBytes(byte[] bytes) { - this.bytes = CodecUtils.toHex(bytes); - } - - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +import us.dot.its.jpo.ode.util.CodecUtils; + +public class OdeHexByteArray extends OdeObject { + + private static final long serialVersionUID = 6106562581659367345L; + + private String bytes; + + public OdeHexByteArray() { + super(); + } + + public OdeHexByteArray(String bytes) { + super(); + this.bytes = bytes; + } + + public OdeHexByteArray(byte[] bytes) { + setBytes(bytes); + } + + public String getBytes() { + return bytes; + } + + public void setBytes(String bytes) { + this.bytes = bytes; + } + + public void setBytes(byte[] bytes) { + this.bytes = CodecUtils.toHex(bytes); + } + + +} diff --git a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/model/OdeObject.java b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/model/OdeObject.java index 3233878be..e0e7b15d5 100644 --- a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/model/OdeObject.java +++ b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/model/OdeObject.java @@ -1,46 +1,46 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -import java.io.Serializable; - -import com.fasterxml.jackson.core.JsonProcessingException; - -import us.dot.its.jpo.ode.util.JsonUtils; -import us.dot.its.jpo.ode.util.XmlUtils; -import us.dot.its.jpo.ode.util.XmlUtils.XmlUtilsException; - -public class OdeObject implements Serializable { - private static final long serialVersionUID = 7514526408925039533L; - - public String toJson() { - return JsonUtils.toJson(this, false); - } - - public String toJson(boolean verbose) { - return JsonUtils.toJson(this, verbose); - } - - public String toXml() throws XmlUtilsException, JsonProcessingException { - return XmlUtils.toXmlStatic(this); - } - - @Override - public String toString() { - return this.toJson(true); - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +import java.io.Serializable; + +import com.fasterxml.jackson.core.JsonProcessingException; + +import us.dot.its.jpo.ode.util.JsonUtils; +import us.dot.its.jpo.ode.util.XmlUtils; +import us.dot.its.jpo.ode.util.XmlUtils.XmlUtilsException; + +public class OdeObject implements Serializable { + private static final long serialVersionUID = 7514526408925039533L; + + public String toJson() { + return JsonUtils.toJson(this, false); + } + + public String toJson(boolean verbose) { + return JsonUtils.toJson(this, verbose); + } + + public String toXml() throws XmlUtilsException, JsonProcessingException { + return XmlUtils.toXmlStatic(this); + } + + @Override + public String toString() { + return this.toJson(true); + } + +} diff --git a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/CodecUtils.java b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/CodecUtils.java index c8ad2dccf..a93135061 100644 --- a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/CodecUtils.java +++ b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/CodecUtils.java @@ -1,281 +1,281 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.util; - -import java.io.ByteArrayOutputStream; -import java.io.IOException; -import java.nio.ByteBuffer; -import java.nio.ByteOrder; -import java.util.Arrays; - -import javax.xml.bind.DatatypeConverter; - -public class CodecUtils { - - private CodecUtils() { - } - - /** - * Converts an array of shorts to a byte array. - *

    - * Example: (short) 5 will be stored as {0, 5} since 5 = 00000000 00000101 - *

    - *

    - * Example: (short) 257 will be stored as {1, 1} since 257 = 00000001 00000001 - *

    - * - * @param shorts array of 16 bit integers to be converted to byte array - * @param bo Byte order ByteOrder.BIG_ENDIAN or ByteOrder.LITTLE_ENDIAN - * @return byte array equivalent of the array of 16 bit integers - */ - public static byte[] shortsToBytes(short[] shorts, ByteOrder bo) { - ByteBuffer buffer = ByteBuffer.allocate(shorts.length * 2).order(bo); - for (short num : shorts) { - buffer.putShort(num); - } - return buffer.array(); - } - - /** - * Converts a single short to a byte array length 2. See - * {@link #shortsToBytes(short[])} - * - * @param number a 16 bit integer to be converted to byte array - * @param bo Byte order ByteOrder.BIG_ENDIAN or ByteOrder.LITTLE_ENDIAN - * @return byte array equivalent of the given 16 bit integer number - */ - public static byte[] shortToBytes(short number, ByteOrder bo) { - short[] shorts = new short[] { number }; - return shortsToBytes(shorts, bo); - } - - /** - * Converts an array of bytes to an array of shorts and returns the first - * element. See {@link #bytesToShorts(byte[])} - * - * @param bytes - * @return array of shorts - */ - public static short bytesToShort(byte[] bytes, int offset, int length, ByteOrder bo) { - return bytesToShorts(bytes, offset, length, bo)[0]; - } - - /** - * Converts an array of bytes to an array of shorts. - *

    - * Example: {(byte) 1, (byte) 1} will return {(short) 257} since 257 = - * 00000001 00000001 - *

    - * - * @param bytes - * @return array of shorts - */ - public static short[] bytesToShorts(byte[] bytes, int offset, int length, ByteOrder bo) { - ByteBuffer buffer = ByteBuffer.allocate(length).order(bo); - buffer.put(bytes, offset, length); - buffer.flip(); - int numberOfShorts = length / 2; - short[] shorts = new short[numberOfShorts]; - for (int i = 0; i < numberOfShorts; i++) { - shorts[i] = buffer.getShort(); - } - return shorts; - } - - /** - * Combines byte arrays. - * - * @param bytes - * @return combined array - * @throws IOException - */ - - public static byte[] mergeBytes(byte[]... bytes) throws IOException { - ByteArrayOutputStream outputStream = new ByteArrayOutputStream(); - for (byte[] bArray : bytes) { - outputStream.write(bArray); - } - return outputStream.toByteArray(); - } - - /** - * Converts an array of integers to a byte array. - *

    - * Example: (int) 5 will be stored as {0, 5} since 5 = 00000000 00000000 00000000 00000101 - *

    - *

    - * Example: (int) 257 will be stored as {1, 1} since 257 = 00000000 00000000 00000001 00000001 - *

    - * - * @param ints array of 32 bit integers to be converted to byte array - * @param bo Byte order ByteOrder.BIG_ENDIAN or ByteOrder.LITTLE_ENDIAN - * @return byte array equivalent of the array of 32 bit integers - */ - public static byte[] intsToBytes(int[] ints, ByteOrder bo) { - ByteBuffer buffer = ByteBuffer.allocate(ints.length * 4).order(bo); - for (int num : ints) { - buffer.putInt(num); - } - return buffer.array(); - } - - /** - * Converts a single int to a byte array length 4. See - * {@link #shortsToBytes(short[])} - * - * @param number a 32 bit integer to be converted to byte array - * @param bo Byte order ByteOrder.BIG_ENDIAN or ByteOrder.LITTLE_ENDIAN - * @return byte array equivalent of the given 32 bit integer number - */ - public static byte[] intToBytes(int number, ByteOrder bo) { - int[] ints = new int[] { number }; - return intsToBytes(ints, bo); - } - - public static int bytesToInt(byte[] bytes, int offset, int length, ByteOrder bo) { - return bytesToInts(bytes, offset, length, bo)[0]; - } - - public static int[] bytesToInts(byte[] bytes, int offset, int length, ByteOrder bo) { - ByteBuffer buffer = ByteBuffer.allocate(length).order(bo); - buffer.put(bytes, offset, length); - buffer.flip(); - int numberOfInts = length / 4; - int[] ints = new int[numberOfInts]; - for (int i = 0; i < numberOfInts; i++) { - ints[i] = buffer.getInt(); - } - return ints; - } - - /** - * Converts an array of longs to a byte array. - *

    - * Example: (int) 5 will be stored as {0, 5} since 5 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000101 - *

    - *

    - * Example: (int) 257 will be stored as {1, 1} since 257 = 00000000 00000000 00000000 00000000 00000000 00000000 00000001 00000001 - *

    - * - * @param longs array of 64 bit integers to be converted to byte array - * @param bo Byte order ByteOrder.BIG_ENDIAN or ByteOrder.LITTLE_ENDIAN - * @return byte array equivalent of the array of 64 bit integers - */ - public static byte[] longsToBytes(long[] longs, ByteOrder bo) { - ByteBuffer buffer = ByteBuffer.allocate(longs.length * 8).order(bo); - for (long num : longs) { - buffer.putLong(num); - } - return buffer.array(); - } - - /** - * Converts a single long to a byte array length 8 in a 64 bit machine. See - * {@link #shortsToBytes(short[])} - * - * @param number a 64 bit integer to be converted to byte array - * @param bo Byte order ByteOrder.BIG_ENDIAN or ByteOrder.LITTLE_ENDIAN - * @return byte array equivalent of the given 64 bit integer number - */ - public static byte[] longToBytes(long number, ByteOrder bo) { - long[] longs = new long[] { number }; - return longsToBytes(longs, bo); - } - - public static long bytesToLong(byte[] bytes, int offset, int length, ByteOrder bo) { - return bytesToLongs(bytes, offset, length, bo)[0]; - } - - public static long[] bytesToLongs(byte[] bytes, int offset, int length, ByteOrder bo) { - ByteBuffer buffer = ByteBuffer.allocate(length).order(bo); - buffer.put(bytes, offset, length); - buffer.flip(); - int numberOfLongs = length / 8; - long[] longs = new long[numberOfLongs]; - for (int i = 0; i < numberOfLongs; i++) { - longs[i] = buffer.getLong(); - } - return longs; - } - - public static String toHex(byte[] bytes) { - return bytes != null ? DatatypeConverter.printHexBinary(bytes) : ""; - } - - public static String toHex(byte b) { - return DatatypeConverter.printHexBinary(new byte[]{b}); - } - - public static byte[] fromHex(String hex) { - return DatatypeConverter.parseHexBinary(hex); - } - - public static String toBase64(byte[] bytes) { - return bytes != null ? DatatypeConverter.printBase64Binary(bytes) : ""; - } - - public static byte[] fromBase64(String base64) { - return DatatypeConverter.parseBase64Binary(base64); - } - - /** - * @param strShort - * String representation of a short integer value in binary or hex - * format. If the string is in binary format, the length must be - * exactly 16 1s and zeros. If Hex format, the length must be - * exactly 4 Hex digits. - * - * @return a byte array equivalent of strShort - */ - public static byte[] shortStringToByteArray(String strShort) { - - byte[] byteArrayValue = null; - - int radix = radixOf(strShort); - - if (radix == 0) { - byteArrayValue = new byte[2]; // NOSONAR - } else { - byteArrayValue = Arrays - .copyOfRange(ByteBuffer.allocate(4).putInt(Integer.parseUnsignedInt(strShort, radix)).array(), 2, 4); - } - - return byteArrayValue; - } - - /** - * @param strShort - * String representation of a short integer value in binary or hex - * format. If strShort is in binary format, the length must be - * exactly 16 ones and zeros. If strShort is in Hex format, the - * length must be exactly 4 Hex digits. - * @return The radix of the strShort: Currently supporting only binary and - * hex, therefore the return value is either 2 or 16 - */ - private static int radixOf(String strShort) { - int radix = 0; - if (strShort == null || strShort.length() == 0) { - radix = 0; - } else if (strShort.length() == 16) { - radix = 2; - } else if (strShort.length() == 4) { - radix = 16; - } else { - throw new IllegalArgumentException("Short String length is invalid: " + strShort.length()); - } - return radix; - } -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.util; + +import java.io.ByteArrayOutputStream; +import java.io.IOException; +import java.nio.ByteBuffer; +import java.nio.ByteOrder; +import java.util.Arrays; + +import javax.xml.bind.DatatypeConverter; + +public class CodecUtils { + + private CodecUtils() { + } + + /** + * Converts an array of shorts to a byte array. + *

    + * Example: (short) 5 will be stored as {0, 5} since 5 = 00000000 00000101 + *

    + *

    + * Example: (short) 257 will be stored as {1, 1} since 257 = 00000001 00000001 + *

    + * + * @param shorts array of 16 bit integers to be converted to byte array + * @param bo Byte order ByteOrder.BIG_ENDIAN or ByteOrder.LITTLE_ENDIAN + * @return byte array equivalent of the array of 16 bit integers + */ + public static byte[] shortsToBytes(short[] shorts, ByteOrder bo) { + ByteBuffer buffer = ByteBuffer.allocate(shorts.length * 2).order(bo); + for (short num : shorts) { + buffer.putShort(num); + } + return buffer.array(); + } + + /** + * Converts a single short to a byte array length 2. See + * {@link #shortsToBytes(short[])} + * + * @param number a 16 bit integer to be converted to byte array + * @param bo Byte order ByteOrder.BIG_ENDIAN or ByteOrder.LITTLE_ENDIAN + * @return byte array equivalent of the given 16 bit integer number + */ + public static byte[] shortToBytes(short number, ByteOrder bo) { + short[] shorts = new short[] { number }; + return shortsToBytes(shorts, bo); + } + + /** + * Converts an array of bytes to an array of shorts and returns the first + * element. See {@link #bytesToShorts(byte[])} + * + * @param bytes + * @return array of shorts + */ + public static short bytesToShort(byte[] bytes, int offset, int length, ByteOrder bo) { + return bytesToShorts(bytes, offset, length, bo)[0]; + } + + /** + * Converts an array of bytes to an array of shorts. + *

    + * Example: {(byte) 1, (byte) 1} will return {(short) 257} since 257 = + * 00000001 00000001 + *

    + * + * @param bytes + * @return array of shorts + */ + public static short[] bytesToShorts(byte[] bytes, int offset, int length, ByteOrder bo) { + ByteBuffer buffer = ByteBuffer.allocate(length).order(bo); + buffer.put(bytes, offset, length); + buffer.flip(); + int numberOfShorts = length / 2; + short[] shorts = new short[numberOfShorts]; + for (int i = 0; i < numberOfShorts; i++) { + shorts[i] = buffer.getShort(); + } + return shorts; + } + + /** + * Combines byte arrays. + * + * @param bytes + * @return combined array + * @throws IOException + */ + + public static byte[] mergeBytes(byte[]... bytes) throws IOException { + ByteArrayOutputStream outputStream = new ByteArrayOutputStream(); + for (byte[] bArray : bytes) { + outputStream.write(bArray); + } + return outputStream.toByteArray(); + } + + /** + * Converts an array of integers to a byte array. + *

    + * Example: (int) 5 will be stored as {0, 5} since 5 = 00000000 00000000 00000000 00000101 + *

    + *

    + * Example: (int) 257 will be stored as {1, 1} since 257 = 00000000 00000000 00000001 00000001 + *

    + * + * @param ints array of 32 bit integers to be converted to byte array + * @param bo Byte order ByteOrder.BIG_ENDIAN or ByteOrder.LITTLE_ENDIAN + * @return byte array equivalent of the array of 32 bit integers + */ + public static byte[] intsToBytes(int[] ints, ByteOrder bo) { + ByteBuffer buffer = ByteBuffer.allocate(ints.length * 4).order(bo); + for (int num : ints) { + buffer.putInt(num); + } + return buffer.array(); + } + + /** + * Converts a single int to a byte array length 4. See + * {@link #shortsToBytes(short[])} + * + * @param number a 32 bit integer to be converted to byte array + * @param bo Byte order ByteOrder.BIG_ENDIAN or ByteOrder.LITTLE_ENDIAN + * @return byte array equivalent of the given 32 bit integer number + */ + public static byte[] intToBytes(int number, ByteOrder bo) { + int[] ints = new int[] { number }; + return intsToBytes(ints, bo); + } + + public static int bytesToInt(byte[] bytes, int offset, int length, ByteOrder bo) { + return bytesToInts(bytes, offset, length, bo)[0]; + } + + public static int[] bytesToInts(byte[] bytes, int offset, int length, ByteOrder bo) { + ByteBuffer buffer = ByteBuffer.allocate(length).order(bo); + buffer.put(bytes, offset, length); + buffer.flip(); + int numberOfInts = length / 4; + int[] ints = new int[numberOfInts]; + for (int i = 0; i < numberOfInts; i++) { + ints[i] = buffer.getInt(); + } + return ints; + } + + /** + * Converts an array of longs to a byte array. + *

    + * Example: (int) 5 will be stored as {0, 5} since 5 = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000101 + *

    + *

    + * Example: (int) 257 will be stored as {1, 1} since 257 = 00000000 00000000 00000000 00000000 00000000 00000000 00000001 00000001 + *

    + * + * @param longs array of 64 bit integers to be converted to byte array + * @param bo Byte order ByteOrder.BIG_ENDIAN or ByteOrder.LITTLE_ENDIAN + * @return byte array equivalent of the array of 64 bit integers + */ + public static byte[] longsToBytes(long[] longs, ByteOrder bo) { + ByteBuffer buffer = ByteBuffer.allocate(longs.length * 8).order(bo); + for (long num : longs) { + buffer.putLong(num); + } + return buffer.array(); + } + + /** + * Converts a single long to a byte array length 8 in a 64 bit machine. See + * {@link #shortsToBytes(short[])} + * + * @param number a 64 bit integer to be converted to byte array + * @param bo Byte order ByteOrder.BIG_ENDIAN or ByteOrder.LITTLE_ENDIAN + * @return byte array equivalent of the given 64 bit integer number + */ + public static byte[] longToBytes(long number, ByteOrder bo) { + long[] longs = new long[] { number }; + return longsToBytes(longs, bo); + } + + public static long bytesToLong(byte[] bytes, int offset, int length, ByteOrder bo) { + return bytesToLongs(bytes, offset, length, bo)[0]; + } + + public static long[] bytesToLongs(byte[] bytes, int offset, int length, ByteOrder bo) { + ByteBuffer buffer = ByteBuffer.allocate(length).order(bo); + buffer.put(bytes, offset, length); + buffer.flip(); + int numberOfLongs = length / 8; + long[] longs = new long[numberOfLongs]; + for (int i = 0; i < numberOfLongs; i++) { + longs[i] = buffer.getLong(); + } + return longs; + } + + public static String toHex(byte[] bytes) { + return bytes != null ? DatatypeConverter.printHexBinary(bytes) : ""; + } + + public static String toHex(byte b) { + return DatatypeConverter.printHexBinary(new byte[]{b}); + } + + public static byte[] fromHex(String hex) { + return DatatypeConverter.parseHexBinary(hex); + } + + public static String toBase64(byte[] bytes) { + return bytes != null ? DatatypeConverter.printBase64Binary(bytes) : ""; + } + + public static byte[] fromBase64(String base64) { + return DatatypeConverter.parseBase64Binary(base64); + } + + /** + * @param strShort + * String representation of a short integer value in binary or hex + * format. If the string is in binary format, the length must be + * exactly 16 1s and zeros. If Hex format, the length must be + * exactly 4 Hex digits. + * + * @return a byte array equivalent of strShort + */ + public static byte[] shortStringToByteArray(String strShort) { + + byte[] byteArrayValue = null; + + int radix = radixOf(strShort); + + if (radix == 0) { + byteArrayValue = new byte[2]; // NOSONAR + } else { + byteArrayValue = Arrays + .copyOfRange(ByteBuffer.allocate(4).putInt(Integer.parseUnsignedInt(strShort, radix)).array(), 2, 4); + } + + return byteArrayValue; + } + + /** + * @param strShort + * String representation of a short integer value in binary or hex + * format. If strShort is in binary format, the length must be + * exactly 16 ones and zeros. If strShort is in Hex format, the + * length must be exactly 4 Hex digits. + * @return The radix of the strShort: Currently supporting only binary and + * hex, therefore the return value is either 2 or 16 + */ + private static int radixOf(String strShort) { + int radix = 0; + if (strShort == null || strShort.length() == 0) { + radix = 0; + } else if (strShort.length() == 16) { + radix = 2; + } else if (strShort.length() == 4) { + radix = 16; + } else { + throw new IllegalArgumentException("Short String length is invalid: " + strShort.length()); + } + return radix; + } +} diff --git a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/CommonUtils.java b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/CommonUtils.java index 04ad4e17e..0a4e7f3ed 100644 --- a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/CommonUtils.java +++ b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/CommonUtils.java @@ -1,80 +1,80 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.util; - -import java.lang.reflect.Field; -import java.net.URL; -import java.net.URLClassLoader; -import java.util.ArrayList; -import java.util.List; - -public class CommonUtils { - - private CommonUtils() {} - - /** - * Wrapper method for System.getenv() - * @param name Variable name - */ - public static String getEnvironmentVariable(String name) { - return System.getenv(name); - } - - public static long getPidOfProcess(Process p) { - long pid = -1; - - try { - if (p.getClass().getName().equals("java.lang.UNIXProcess")) { //NOSONAR - Field f = p.getClass().getDeclaredField("pid"); - f.setAccessible(true); - pid = f.getLong(p); - f.setAccessible(false); - } - } catch (Exception e) { - pid = -1; - } - return pid; - } - - public static List getClasspath() { - ArrayList classpath = new ArrayList<>(); - - ClassLoader cl = ClassLoader.getSystemClassLoader(); - - URL[] urls = ((URLClassLoader)cl).getURLs(); - - for(URL url: urls){ - classpath.add(url); - } - - return classpath; - } - - public static String enumToString(Class clazz, String enumNameOrOrdinal) { - - String enumName = null; - try { - Object[] enumConstants = clazz.getEnumConstants(); - if (enumConstants != null) { - int enumOrdinal = Integer.parseInt(enumNameOrOrdinal); - enumName = enumConstants[enumOrdinal].toString(); - } - } catch (NumberFormatException e) { - enumName = enumNameOrOrdinal; - } - return enumName; - } -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.util; + +import java.lang.reflect.Field; +import java.net.URL; +import java.net.URLClassLoader; +import java.util.ArrayList; +import java.util.List; + +public class CommonUtils { + + private CommonUtils() {} + + /** + * Wrapper method for System.getenv() + * @param name Variable name + */ + public static String getEnvironmentVariable(String name) { + return System.getenv(name); + } + + public static long getPidOfProcess(Process p) { + long pid = -1; + + try { + if (p.getClass().getName().equals("java.lang.UNIXProcess")) { //NOSONAR + Field f = p.getClass().getDeclaredField("pid"); + f.setAccessible(true); + pid = f.getLong(p); + f.setAccessible(false); + } + } catch (Exception e) { + pid = -1; + } + return pid; + } + + public static List getClasspath() { + ArrayList classpath = new ArrayList<>(); + + ClassLoader cl = ClassLoader.getSystemClassLoader(); + + URL[] urls = ((URLClassLoader)cl).getURLs(); + + for(URL url: urls){ + classpath.add(url); + } + + return classpath; + } + + public static String enumToString(Class clazz, String enumNameOrOrdinal) { + + String enumName = null; + try { + Object[] enumConstants = clazz.getEnumConstants(); + if (enumConstants != null) { + int enumOrdinal = Integer.parseInt(enumNameOrOrdinal); + enumName = enumConstants[enumOrdinal].toString(); + } + } catch (NumberFormatException e) { + enumName = enumNameOrOrdinal; + } + return enumName; + } +} diff --git a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/CrcCccitt.java b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/CrcCccitt.java index 587fdab75..d4d6160c7 100644 --- a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/CrcCccitt.java +++ b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/CrcCccitt.java @@ -1,70 +1,70 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.util; - -import java.nio.ByteBuffer; -import java.nio.ByteOrder; - -public class CrcCccitt { - // CRC-CCITT polynomial: x^16 + x^12 + x^5 + 1 - final private static int ccittPolynomial = 0x1021; - final private static int ccittTableSize = 256; - final private static int[] ccittTable = new int[ccittTableSize]; - - static { - for (int i = 0; i < ccittTableSize; i++) { - int checkSum = i << 8; - for (int j = 0; j < 8; j++) - checkSum = (checkSum & 0x8000) == 0x8000 ? (checkSum << 1) ^ ccittPolynomial : (checkSum << 1); - ccittTable[i] = checkSum & 0xFFFF; - } - } - - public static boolean isValidMsgCRC(byte[] msgIncludingMsgCRC) { - return calculateCrcCccitt(msgIncludingMsgCRC) == 0; - } - - - public static boolean isValidMsgCRC(byte[] msgIncludingMsgCRC, int offset, int count) { - return calculateCrcCccitt(msgIncludingMsgCRC, offset, count) == 0; - } - - // update last two bytes of the message with CRC of all preceding bytes - public static void setMsgCRC(byte[] msg) { - if ( msg != null && msg.length > 2) { - int checkSum = calculateCrcCccitt(msg, 0, msg.length-2); - ByteBuffer buffer = ByteBuffer.allocate(2).order(ByteOrder.BIG_ENDIAN); - buffer.putShort((short)checkSum); - byte[] crcBytes = buffer.array(); - System.arraycopy(crcBytes, 0, msg, msg.length-2, 2); - } - } - - public static int calculateCrcCccitt(byte[] msg) { - return msg != null ? calculateCrcCccitt(msg, 0, msg.length) : 0; - } - - public static int calculateCrcCccitt(byte[] msg, int offset, int count) { - int checkSum = 0; - if ( msg != null && offset >= 0 ) { - final int size = Math.min(msg.length, count); - for( int i = 0; i < size; i++ ) { - checkSum = (ccittTable[((checkSum >> 8) & 0xFF) ^ (msg[i+offset] & 0xFF)] ^ (checkSum << 8)) & 0xFFFF; - } - } - return checkSum; - } -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.util; + +import java.nio.ByteBuffer; +import java.nio.ByteOrder; + +public class CrcCccitt { + // CRC-CCITT polynomial: x^16 + x^12 + x^5 + 1 + final private static int ccittPolynomial = 0x1021; + final private static int ccittTableSize = 256; + final private static int[] ccittTable = new int[ccittTableSize]; + + static { + for (int i = 0; i < ccittTableSize; i++) { + int checkSum = i << 8; + for (int j = 0; j < 8; j++) + checkSum = (checkSum & 0x8000) == 0x8000 ? (checkSum << 1) ^ ccittPolynomial : (checkSum << 1); + ccittTable[i] = checkSum & 0xFFFF; + } + } + + public static boolean isValidMsgCRC(byte[] msgIncludingMsgCRC) { + return calculateCrcCccitt(msgIncludingMsgCRC) == 0; + } + + + public static boolean isValidMsgCRC(byte[] msgIncludingMsgCRC, int offset, int count) { + return calculateCrcCccitt(msgIncludingMsgCRC, offset, count) == 0; + } + + // update last two bytes of the message with CRC of all preceding bytes + public static void setMsgCRC(byte[] msg) { + if ( msg != null && msg.length > 2) { + int checkSum = calculateCrcCccitt(msg, 0, msg.length-2); + ByteBuffer buffer = ByteBuffer.allocate(2).order(ByteOrder.BIG_ENDIAN); + buffer.putShort((short)checkSum); + byte[] crcBytes = buffer.array(); + System.arraycopy(crcBytes, 0, msg, msg.length-2, 2); + } + } + + public static int calculateCrcCccitt(byte[] msg) { + return msg != null ? calculateCrcCccitt(msg, 0, msg.length) : 0; + } + + public static int calculateCrcCccitt(byte[] msg, int offset, int count) { + int checkSum = 0; + if ( msg != null && offset >= 0 ) { + final int size = Math.min(msg.length, count); + for( int i = 0; i < size; i++ ) { + checkSum = (ccittTable[((checkSum >> 8) & 0xFF) ^ (msg[i+offset] & 0xFF)] ^ (checkSum << 8)) & 0xFFFF; + } + } + return checkSum; + } +} diff --git a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/DateTimeUtils.java b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/DateTimeUtils.java index 65cefb459..40a1ab62f 100644 --- a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/DateTimeUtils.java +++ b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/DateTimeUtils.java @@ -1,93 +1,93 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.util; - -import java.text.ParseException; -import java.time.Instant; -import java.time.ZoneId; -import java.time.ZoneOffset; -import java.time.ZonedDateTime; -import java.time.format.DateTimeFormatter; -import java.util.Date; - -public class DateTimeUtils { - - private DateTimeUtils() { - } - - public static String now() { - return nowZDT().format(DateTimeFormatter.ISO_INSTANT); - } - - public static ZonedDateTime nowZDT() { - return ZonedDateTime.now(ZoneId.of("UTC")); - } - - public static String isoDateTime(ZonedDateTime zonedDateTime) { - return zonedDateTime.format(DateTimeFormatter.ISO_INSTANT); - } - - public static ZonedDateTime - isoDateTime(int year, int month, int dayOfMonth, int hourOfDay, int minute, int second, int millisec) { - return ZonedDateTime.of(year, month, dayOfMonth, hourOfDay, minute, second, millisec * 1000000, ZoneOffset.UTC); - } - - public static ZonedDateTime isoDateTime(String s) throws ParseException { - return ZonedDateTime.parse(s); - } - - public static ZonedDateTime isoDateTime(Date date) { - return ZonedDateTime.from(date.toInstant().atZone(ZoneId.of("UTC"))); - } - - public static ZonedDateTime isoDateTime(long epockMillis) { - return ZonedDateTime.ofInstant(Instant.ofEpochMilli(epockMillis), ZoneId.of("UTC")); - } - - public static boolean - isBetweenTimesInclusive(ZonedDateTime dateTime, ZonedDateTime startDateTime, ZonedDateTime endDateTime) { - - if (dateTime == null) - return true; - - if (startDateTime == null) { - if (endDateTime == null) {// Both startDate and endDate are null, so - // it's false - return true; - } else {// We only have the endDate, so any dateTime not after the - // endDateTime is true - return !dateTime.isAfter(endDateTime); - } - } else { - if (endDateTime == null) {// We only have the startDateTime, so any - // dateTime not before the startDateTime is - // true - return !dateTime.isBefore(startDateTime); - } else {// We have both startDateTime and endDateTime, so any dateTime - // not before the startDate and not after endDateTime is true - return !dateTime.isBefore(startDateTime) && !dateTime.isAfter(endDateTime); - } - } - } - - public static long difference(ZonedDateTime t1, ZonedDateTime t2) { - return t2.toInstant().toEpochMilli() - t1.toInstant().toEpochMilli(); - } - - public static Long elapsedTime(ZonedDateTime zonedDateTime) { - return difference(zonedDateTime, ZonedDateTime.now()); - } -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.util; + +import java.text.ParseException; +import java.time.Instant; +import java.time.ZoneId; +import java.time.ZoneOffset; +import java.time.ZonedDateTime; +import java.time.format.DateTimeFormatter; +import java.util.Date; + +public class DateTimeUtils { + + private DateTimeUtils() { + } + + public static String now() { + return nowZDT().format(DateTimeFormatter.ISO_INSTANT); + } + + public static ZonedDateTime nowZDT() { + return ZonedDateTime.now(ZoneId.of("UTC")); + } + + public static String isoDateTime(ZonedDateTime zonedDateTime) { + return zonedDateTime.format(DateTimeFormatter.ISO_INSTANT); + } + + public static ZonedDateTime + isoDateTime(int year, int month, int dayOfMonth, int hourOfDay, int minute, int second, int millisec) { + return ZonedDateTime.of(year, month, dayOfMonth, hourOfDay, minute, second, millisec * 1000000, ZoneOffset.UTC); + } + + public static ZonedDateTime isoDateTime(String s) throws ParseException { + return ZonedDateTime.parse(s); + } + + public static ZonedDateTime isoDateTime(Date date) { + return ZonedDateTime.from(date.toInstant().atZone(ZoneId.of("UTC"))); + } + + public static ZonedDateTime isoDateTime(long epockMillis) { + return ZonedDateTime.ofInstant(Instant.ofEpochMilli(epockMillis), ZoneId.of("UTC")); + } + + public static boolean + isBetweenTimesInclusive(ZonedDateTime dateTime, ZonedDateTime startDateTime, ZonedDateTime endDateTime) { + + if (dateTime == null) + return true; + + if (startDateTime == null) { + if (endDateTime == null) {// Both startDate and endDate are null, so + // it's false + return true; + } else {// We only have the endDate, so any dateTime not after the + // endDateTime is true + return !dateTime.isAfter(endDateTime); + } + } else { + if (endDateTime == null) {// We only have the startDateTime, so any + // dateTime not before the startDateTime is + // true + return !dateTime.isBefore(startDateTime); + } else {// We have both startDateTime and endDateTime, so any dateTime + // not before the startDate and not after endDateTime is true + return !dateTime.isBefore(startDateTime) && !dateTime.isAfter(endDateTime); + } + } + } + + public static long difference(ZonedDateTime t1, ZonedDateTime t2) { + return t2.toInstant().toEpochMilli() - t1.toInstant().toEpochMilli(); + } + + public static Long elapsedTime(ZonedDateTime zonedDateTime) { + return difference(zonedDateTime, ZonedDateTime.now()); + } +} diff --git a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/FormattedTimer.java b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/FormattedTimer.java index 92696439b..d404b3118 100644 --- a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/FormattedTimer.java +++ b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/FormattedTimer.java @@ -1,69 +1,69 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.util; - -/** - * Timer class with formatting - * - */ -public class FormattedTimer { - /** */ - private long timerStart = 0L; - /** */ - - - /** - * Starts the timer - */ - public FormattedTimer() { - this.timerStart = System.currentTimeMillis(); - } - - /** - * Formats the time lapsed to "{HH} hours {mm} minutes {ss.sss} seconds". - * - * @param time - * @return - */ - protected String format(long time) { - - float seconds; - int minutes; - int hours; - - StringBuilder sb = new StringBuilder(); - float timeInSeconds = ((float) (time)) / 1000; - hours = (int) (timeInSeconds / 3600); - timeInSeconds = timeInSeconds - (hours * 3600); - minutes = (int) (timeInSeconds / 60); - timeInSeconds = timeInSeconds - (minutes * 60); - seconds = timeInSeconds; - sb.append(hours); - sb.append(" hours "); - sb.append(minutes); - sb.append(" minutes "); - sb.append(seconds); - sb.append(" seconds"); - return sb.toString(); - } - - /** - * @return the formatted time lapsed - */ - public String getFormattedTimer() { - return format(System.currentTimeMillis() - timerStart); - } -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.util; + +/** + * Timer class with formatting + * + */ +public class FormattedTimer { + /** */ + private long timerStart = 0L; + /** */ + + + /** + * Starts the timer + */ + public FormattedTimer() { + this.timerStart = System.currentTimeMillis(); + } + + /** + * Formats the time lapsed to "{HH} hours {mm} minutes {ss.sss} seconds". + * + * @param time + * @return + */ + protected String format(long time) { + + float seconds; + int minutes; + int hours; + + StringBuilder sb = new StringBuilder(); + float timeInSeconds = ((float) (time)) / 1000; + hours = (int) (timeInSeconds / 3600); + timeInSeconds = timeInSeconds - (hours * 3600); + minutes = (int) (timeInSeconds / 60); + timeInSeconds = timeInSeconds - (minutes * 60); + seconds = timeInSeconds; + sb.append(hours); + sb.append(" hours "); + sb.append(minutes); + sb.append(" minutes "); + sb.append(seconds); + sb.append(" seconds"); + return sb.toString(); + } + + /** + * @return the formatted time lapsed + */ + public String getFormattedTimer() { + return format(System.currentTimeMillis() - timerStart); + } +} diff --git a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/GeoUtils.java b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/GeoUtils.java index f15cd6b45..dc6e87b2c 100644 --- a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/GeoUtils.java +++ b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/GeoUtils.java @@ -1,342 +1,342 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.util; - -import java.awt.geom.Line2D; -import java.awt.geom.Point2D; - -public class GeoUtils { - public static final double ERROR_MARGIN = 0.0001; - public static final QELLIPSOID ellipsoid = new QELLIPSOID(6378206.4, 6356583.8, 0.08227185423947); - - public static final double EARTH_RADIUS_M = 6370997.0; - public static final double EARTH_RADIUS_MI = 3963.2263272; - - public static final ProjParams proj = new ProjParams(0.0); - - private GeoUtils() { - } - - public static class QELLIPSOID { - private double dEqRadius = 6378206.4; - private double dPolRadius = 6356583.8; - private double dEccentricity = 0.08227185423947; - - public QELLIPSOID() { - super(); - } - - public QELLIPSOID(double dEqRadius, double dPolRadius, double dEccentricity) { - this(); - this.dEqRadius = dEqRadius; - this.dPolRadius = dPolRadius; - this.dEccentricity = dEccentricity; - } - - public double getdEqRadius() { - return dEqRadius; - } - - public void setdEqRadius(double dEqRadius) { - this.dEqRadius = dEqRadius; - } - - public double getdPolRadius() { - return dPolRadius; - } - - public void setdPolRadius(double dPolRadius) { - this.dPolRadius = dPolRadius; - } - - public double getdEccentricity() { - return dEccentricity; - } - - public void setdEccentricity(double dEccentricity) { - this.dEccentricity = dEccentricity; - } - - } - - public static class ProjParams { - private double dCentralMeridian; - - public ProjParams() { - super(); - } - - public ProjParams(double dCentralMeridian) { - this(); - this.dCentralMeridian = dCentralMeridian; - } - - } - - public static Point2D nearestPointOnLine(Line2D l, Point2D p, boolean clampToSegment, Point2D dest) { - if (dest == null) { - dest = new Point2D.Double(); - } - - double apx = p.getX() - l.getX1(); - double apy = p.getY() - l.getY1(); - double abx = l.getX2() - l.getX1(); - double aby = l.getY2() - l.getY1(); - - double ab2 = abx * abx + aby * aby; - double ap_ab = apx * abx + apy * aby; - double t = ap_ab / ab2; - if (clampToSegment) { - if (t < 0) { - t = 0; - } else if (t > 1) { - t = 1; - } - } - dest.setLocation(l.getX1() + abx * t, l.getY1() + aby * t); - return dest; - } - - public static double lineLength(Point2D a, Point2D b) { - double abx = Math.abs(b.getX() - a.getX()); - double aby = Math.abs(b.getY() - a.getY()); - return Math.sqrt(abx * abx + aby * aby); - } - - public static double distanceToLine(Line2D l, Point2D p) { - - return l.ptLineDist(p); - } - - public static double distanceToLine2(Line2D l, Point2D p) { - - Point2D p2 = nearestPointOnLine(l, p, true, null); - return p.distance(p2); - } - - public static double distanceToLine3(Line2D l, Point2D p) - // Calculate the distance between the point (nX, nY) and the line through - // the - // points (nP1X, nP1Y), (nP2X, nP2Y). - { - double dDist = 0; - - if (l.getX1() == l.getX2()) - // Vertical line - dDist = p.getX() - l.getX1(); - else if (l.getY1() == l.getY2()) - // Horizontal line - dDist = p.getY() - l.getY1(); - else { - // Figure out the slope and Y intercept of the line - double dM1 = ((double) l.getY2() - l.getY1()) / ((double) l.getX2() - l.getX1()); - double dB1 = l.getY1() - (dM1 * l.getX1()); - // Figure out the slope and Y intercept of the perpendicular line - // through the third point - double dM2 = -(1 / dM1); - double dB2 = p.getY() - (dM2 * p.getX()); - - // Find the intersection of the two lines - double dXInt, dYInt; - dXInt = (dB2 - dB1) / (dM1 - dM2); - dYInt = (dM2 * dXInt) + dB2; - - // Now calulate the distance between the point and the intesection - // of - // the two lines. - dDist = Math.sqrt(Math.pow(dXInt - p.getX(), 2) + Math.pow(dYInt - p.getY(), 2)); - } - - return Math.abs(dDist); - } - - /** - * This function returns a Point2D that is offset to a point 'a' by distance - * 'k' and perpendicular to the line 'a-b' - * - * b / dest / *--- m ----- / | / l k / | a - * - * @param a - * @param b - * @param k - * @param dest - * @return - */ - public static Point2D pointOffset(Point2D a, Point2D b, double k, Point2D dest) { - if (dest == null) { - dest = new Point2D.Double(); - } - - double tanAlpha = (b.getY() - a.getY()) / (b.getX() - a.getX()); - double alpha = Math.atan(tanAlpha); - double sinAlpha = Math.sin(alpha); - double cosAlpha = Math.cos(alpha); - - double destX; - double destY; - if (b.getX() < a.getX()) { - destX = (a.getX() + k * sinAlpha); - destY = (a.getY() - k * cosAlpha); - } else { - destX = (a.getX() - k * sinAlpha); - destY = (a.getY() + k * cosAlpha); - } - - dest.setLocation(destX, destY); - return dest; - } - - public static double DEG2RAD(double deg) { - return ((double) deg * (Math.PI / 180.0)); - } - - public static double RAD2DEG(double rad) { - return ((double) rad * (180.0 / Math.PI)); - } - - public static Point2D latLngToMap(double dLat, double dLng) { - Point2D p = new Point2D.Double(); - - // Calculate map x - double px = ellipsoid.dEqRadius * DEG2RAD(dLng - proj.dCentralMeridian); - - double onePlusESine, oneMinusESine, tangent; - double eSine; - double divPowerE; - double lnValue; - - eSine = ellipsoid.dEccentricity * Math.sin(DEG2RAD(dLat)); - - onePlusESine = 1 + eSine; - oneMinusESine = 1 - eSine; - - divPowerE = Math.pow((oneMinusESine / onePlusESine), (ellipsoid.dEccentricity / 2.0)); - - tangent = Math.tan(DEG2RAD((45.0 + dLat / 2.0))); - - lnValue = tangent * divPowerE; - double py = ellipsoid.dEqRadius * Math.log(lnValue); - - p.setLocation(px, py); - return p; - } - - public static Point2D mapToLatLng(Point2D d) { - // Calculate the lat - double t; - double onePlusESine, oneMinusESine; - double arcTangent; - double divPowerE; - double error = 0.0; - Point2D p = new Point2D.Double(); - - t = Math.exp(-(d.getY() / ellipsoid.dEqRadius)); - // Initial value far the lat - - double lat0 = 90 - 2 * RAD2DEG(Math.atan(t)); - - int i = 0; - do { - onePlusESine = 1 + (ellipsoid.dEccentricity * Math.sin(DEG2RAD(lat0))); - oneMinusESine = 1 - (ellipsoid.dEccentricity * Math.sin(DEG2RAD(lat0))); - - divPowerE = Math.pow((oneMinusESine / onePlusESine), (ellipsoid.dEccentricity / 2.0)); - arcTangent = RAD2DEG(Math.atan(t * divPowerE)); - double lat = 90 - (2 * arcTangent); - error = Math.abs(lat - lat0); - lat0 = lat; - i++; // to avoid infinite loop; - } while (error > ERROR_MARGIN && i < 5); - - // Calculate the longitude - double lng = RAD2DEG(d.getY() / ellipsoid.dEqRadius) + proj.dCentralMeridian; - p.setLocation(lat0, lng); - - return p; - } - - public static double distance(Point2D a, Point2D b) { - return a.distance(b); - } - - public static double distanceLatLng(double dLat1, double dLng1, double dLat2, double dLng2, - LengthUtils.UnitOfMeasure u) { - double cd; - - // special case - if (dLat1 == dLat2 && dLng1 == dLng2) - return 0.0; - - double dDiff = dLng1 - dLng2; - int nSegs = (int) (Math.abs(dDiff) / 180.0); - double dDistance = 0; - - if (nSegs > 0 && dLat1 == dLat2) { - // if the span is bigger than 180 degrees, adjust the distance - cd = Math.sin(DEG2RAD(dLat1)) * Math.sin(DEG2RAD(dLat2)) - + Math.cos(DEG2RAD(dLat1)) * Math.cos(DEG2RAD(dLat2)) * Math.cos(DEG2RAD(180.0)); - - cd = EARTH_RADIUS_M * Math.acos(cd); // This is in miles - dDistance = nSegs * cd; - dDiff = Math.abs(dDiff) - 180.0 * nSegs; - } - - cd = Math.sin(DEG2RAD(dLat1)) * Math.sin(DEG2RAD(dLat2)) - + Math.cos(DEG2RAD(dLat1)) * Math.cos(DEG2RAD(dLat2)) * Math.cos(DEG2RAD(dDiff)); - - cd = EARTH_RADIUS_M * Math.acos(cd); // This is in meters - - cd += dDistance; - - switch (u) { - case KM: - cd = LengthUtils.MILES2KM(cd); - break; - case YARD: - cd = (LengthUtils.MILES2KM(cd) * 1000.0) / 0.9; // 90cm = 1 yard - break; - case MILE: - cd = LengthUtils.METERS2MILES(cd) * 1000.0; - break; - case NAUTICAL_MILE: - cd = LengthUtils.MILES2KNOTS(cd); - break; - case M: - default: - // already cd is in meters. we don't have to convert. - break; - } - - return cd; - } - - public static double distanceXY(double aLat, double aLng, double bLat, double bLng) { - - Point2D a = GeoUtils.latLngToMap(aLat, aLng); - Point2D b = GeoUtils.latLngToMap(bLat, bLng); - - return a.distance(b); - } - - public static boolean isPointWithinBounds(Point2D p, Line2D l, double tolerance) { - // Make sure the point p is inside the bounding rectangle of the segment - // a-b - return ((p.getX() >= (Math.min(l.getX1(), l.getX2()) - tolerance)) - && (p.getX() <= (Math.max(l.getX1(), l.getX2()) + tolerance)) - && (p.getY() >= (Math.min(l.getY1(), l.getY2()) - tolerance)) - && (p.getY() <= (Math.max(l.getY1(), l.getY2()) + tolerance))); - } -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.util; + +import java.awt.geom.Line2D; +import java.awt.geom.Point2D; + +public class GeoUtils { + public static final double ERROR_MARGIN = 0.0001; + public static final QELLIPSOID ellipsoid = new QELLIPSOID(6378206.4, 6356583.8, 0.08227185423947); + + public static final double EARTH_RADIUS_M = 6370997.0; + public static final double EARTH_RADIUS_MI = 3963.2263272; + + public static final ProjParams proj = new ProjParams(0.0); + + private GeoUtils() { + } + + public static class QELLIPSOID { + private double dEqRadius = 6378206.4; + private double dPolRadius = 6356583.8; + private double dEccentricity = 0.08227185423947; + + public QELLIPSOID() { + super(); + } + + public QELLIPSOID(double dEqRadius, double dPolRadius, double dEccentricity) { + this(); + this.dEqRadius = dEqRadius; + this.dPolRadius = dPolRadius; + this.dEccentricity = dEccentricity; + } + + public double getdEqRadius() { + return dEqRadius; + } + + public void setdEqRadius(double dEqRadius) { + this.dEqRadius = dEqRadius; + } + + public double getdPolRadius() { + return dPolRadius; + } + + public void setdPolRadius(double dPolRadius) { + this.dPolRadius = dPolRadius; + } + + public double getdEccentricity() { + return dEccentricity; + } + + public void setdEccentricity(double dEccentricity) { + this.dEccentricity = dEccentricity; + } + + } + + public static class ProjParams { + private double dCentralMeridian; + + public ProjParams() { + super(); + } + + public ProjParams(double dCentralMeridian) { + this(); + this.dCentralMeridian = dCentralMeridian; + } + + } + + public static Point2D nearestPointOnLine(Line2D l, Point2D p, boolean clampToSegment, Point2D dest) { + if (dest == null) { + dest = new Point2D.Double(); + } + + double apx = p.getX() - l.getX1(); + double apy = p.getY() - l.getY1(); + double abx = l.getX2() - l.getX1(); + double aby = l.getY2() - l.getY1(); + + double ab2 = abx * abx + aby * aby; + double ap_ab = apx * abx + apy * aby; + double t = ap_ab / ab2; + if (clampToSegment) { + if (t < 0) { + t = 0; + } else if (t > 1) { + t = 1; + } + } + dest.setLocation(l.getX1() + abx * t, l.getY1() + aby * t); + return dest; + } + + public static double lineLength(Point2D a, Point2D b) { + double abx = Math.abs(b.getX() - a.getX()); + double aby = Math.abs(b.getY() - a.getY()); + return Math.sqrt(abx * abx + aby * aby); + } + + public static double distanceToLine(Line2D l, Point2D p) { + + return l.ptLineDist(p); + } + + public static double distanceToLine2(Line2D l, Point2D p) { + + Point2D p2 = nearestPointOnLine(l, p, true, null); + return p.distance(p2); + } + + public static double distanceToLine3(Line2D l, Point2D p) + // Calculate the distance between the point (nX, nY) and the line through + // the + // points (nP1X, nP1Y), (nP2X, nP2Y). + { + double dDist = 0; + + if (l.getX1() == l.getX2()) + // Vertical line + dDist = p.getX() - l.getX1(); + else if (l.getY1() == l.getY2()) + // Horizontal line + dDist = p.getY() - l.getY1(); + else { + // Figure out the slope and Y intercept of the line + double dM1 = ((double) l.getY2() - l.getY1()) / ((double) l.getX2() - l.getX1()); + double dB1 = l.getY1() - (dM1 * l.getX1()); + // Figure out the slope and Y intercept of the perpendicular line + // through the third point + double dM2 = -(1 / dM1); + double dB2 = p.getY() - (dM2 * p.getX()); + + // Find the intersection of the two lines + double dXInt, dYInt; + dXInt = (dB2 - dB1) / (dM1 - dM2); + dYInt = (dM2 * dXInt) + dB2; + + // Now calulate the distance between the point and the intesection + // of + // the two lines. + dDist = Math.sqrt(Math.pow(dXInt - p.getX(), 2) + Math.pow(dYInt - p.getY(), 2)); + } + + return Math.abs(dDist); + } + + /** + * This function returns a Point2D that is offset to a point 'a' by distance + * 'k' and perpendicular to the line 'a-b' + * + * b / dest / *--- m ----- / | / l k / | a + * + * @param a + * @param b + * @param k + * @param dest + * @return + */ + public static Point2D pointOffset(Point2D a, Point2D b, double k, Point2D dest) { + if (dest == null) { + dest = new Point2D.Double(); + } + + double tanAlpha = (b.getY() - a.getY()) / (b.getX() - a.getX()); + double alpha = Math.atan(tanAlpha); + double sinAlpha = Math.sin(alpha); + double cosAlpha = Math.cos(alpha); + + double destX; + double destY; + if (b.getX() < a.getX()) { + destX = (a.getX() + k * sinAlpha); + destY = (a.getY() - k * cosAlpha); + } else { + destX = (a.getX() - k * sinAlpha); + destY = (a.getY() + k * cosAlpha); + } + + dest.setLocation(destX, destY); + return dest; + } + + public static double DEG2RAD(double deg) { + return ((double) deg * (Math.PI / 180.0)); + } + + public static double RAD2DEG(double rad) { + return ((double) rad * (180.0 / Math.PI)); + } + + public static Point2D latLngToMap(double dLat, double dLng) { + Point2D p = new Point2D.Double(); + + // Calculate map x + double px = ellipsoid.dEqRadius * DEG2RAD(dLng - proj.dCentralMeridian); + + double onePlusESine, oneMinusESine, tangent; + double eSine; + double divPowerE; + double lnValue; + + eSine = ellipsoid.dEccentricity * Math.sin(DEG2RAD(dLat)); + + onePlusESine = 1 + eSine; + oneMinusESine = 1 - eSine; + + divPowerE = Math.pow((oneMinusESine / onePlusESine), (ellipsoid.dEccentricity / 2.0)); + + tangent = Math.tan(DEG2RAD((45.0 + dLat / 2.0))); + + lnValue = tangent * divPowerE; + double py = ellipsoid.dEqRadius * Math.log(lnValue); + + p.setLocation(px, py); + return p; + } + + public static Point2D mapToLatLng(Point2D d) { + // Calculate the lat + double t; + double onePlusESine, oneMinusESine; + double arcTangent; + double divPowerE; + double error = 0.0; + Point2D p = new Point2D.Double(); + + t = Math.exp(-(d.getY() / ellipsoid.dEqRadius)); + // Initial value far the lat + + double lat0 = 90 - 2 * RAD2DEG(Math.atan(t)); + + int i = 0; + do { + onePlusESine = 1 + (ellipsoid.dEccentricity * Math.sin(DEG2RAD(lat0))); + oneMinusESine = 1 - (ellipsoid.dEccentricity * Math.sin(DEG2RAD(lat0))); + + divPowerE = Math.pow((oneMinusESine / onePlusESine), (ellipsoid.dEccentricity / 2.0)); + arcTangent = RAD2DEG(Math.atan(t * divPowerE)); + double lat = 90 - (2 * arcTangent); + error = Math.abs(lat - lat0); + lat0 = lat; + i++; // to avoid infinite loop; + } while (error > ERROR_MARGIN && i < 5); + + // Calculate the longitude + double lng = RAD2DEG(d.getY() / ellipsoid.dEqRadius) + proj.dCentralMeridian; + p.setLocation(lat0, lng); + + return p; + } + + public static double distance(Point2D a, Point2D b) { + return a.distance(b); + } + + public static double distanceLatLng(double dLat1, double dLng1, double dLat2, double dLng2, + LengthUtils.UnitOfMeasure u) { + double cd; + + // special case + if (dLat1 == dLat2 && dLng1 == dLng2) + return 0.0; + + double dDiff = dLng1 - dLng2; + int nSegs = (int) (Math.abs(dDiff) / 180.0); + double dDistance = 0; + + if (nSegs > 0 && dLat1 == dLat2) { + // if the span is bigger than 180 degrees, adjust the distance + cd = Math.sin(DEG2RAD(dLat1)) * Math.sin(DEG2RAD(dLat2)) + + Math.cos(DEG2RAD(dLat1)) * Math.cos(DEG2RAD(dLat2)) * Math.cos(DEG2RAD(180.0)); + + cd = EARTH_RADIUS_M * Math.acos(cd); // This is in miles + dDistance = nSegs * cd; + dDiff = Math.abs(dDiff) - 180.0 * nSegs; + } + + cd = Math.sin(DEG2RAD(dLat1)) * Math.sin(DEG2RAD(dLat2)) + + Math.cos(DEG2RAD(dLat1)) * Math.cos(DEG2RAD(dLat2)) * Math.cos(DEG2RAD(dDiff)); + + cd = EARTH_RADIUS_M * Math.acos(cd); // This is in meters + + cd += dDistance; + + switch (u) { + case KM: + cd = LengthUtils.MILES2KM(cd); + break; + case YARD: + cd = (LengthUtils.MILES2KM(cd) * 1000.0) / 0.9; // 90cm = 1 yard + break; + case MILE: + cd = LengthUtils.METERS2MILES(cd) * 1000.0; + break; + case NAUTICAL_MILE: + cd = LengthUtils.MILES2KNOTS(cd); + break; + case M: + default: + // already cd is in meters. we don't have to convert. + break; + } + + return cd; + } + + public static double distanceXY(double aLat, double aLng, double bLat, double bLng) { + + Point2D a = GeoUtils.latLngToMap(aLat, aLng); + Point2D b = GeoUtils.latLngToMap(bLat, bLng); + + return a.distance(b); + } + + public static boolean isPointWithinBounds(Point2D p, Line2D l, double tolerance) { + // Make sure the point p is inside the bounding rectangle of the segment + // a-b + return ((p.getX() >= (Math.min(l.getX1(), l.getX2()) - tolerance)) + && (p.getX() <= (Math.max(l.getX1(), l.getX2()) + tolerance)) + && (p.getY() >= (Math.min(l.getY1(), l.getY2()) - tolerance)) + && (p.getY() <= (Math.max(l.getY1(), l.getY2()) + tolerance))); + } +} diff --git a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/JsonUtils.java b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/JsonUtils.java index 3cc01bb5d..1b77fa493 100644 --- a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/JsonUtils.java +++ b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/JsonUtils.java @@ -1,180 +1,180 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.util; - -import java.io.IOException; -import java.math.BigDecimal; -import java.util.HashMap; -import java.util.Iterator; -import java.util.Map.Entry; - -import org.json.JSONObject; -import org.slf4j.Logger; -import org.slf4j.LoggerFactory; - -import com.fasterxml.jackson.core.JsonProcessingException; -import com.fasterxml.jackson.databind.JsonNode; -import com.fasterxml.jackson.databind.ObjectMapper; -import com.fasterxml.jackson.databind.node.ArrayNode; -import com.fasterxml.jackson.databind.node.ObjectNode; -import com.google.gson.Gson; -import com.google.gson.GsonBuilder; - -public class JsonUtils { - - public static class JsonUtilsException extends Exception { - - private static final long serialVersionUID = 1L; - - public JsonUtilsException(String string, Exception e) { - super(string, e); - } - - } - - private static Gson gsonCompact; - private static Gson gsonVerbose; - private static ObjectMapper mapper; - private static Logger logger; - - private JsonUtils() { - logger = LoggerFactory.getLogger(JsonUtils.class); - } - - static { - gsonCompact = new GsonBuilder().create(); - gsonVerbose = new GsonBuilder().serializeNulls().create(); - mapper = new ObjectMapper(); - } - - public static String toJson(Object o, boolean verbose) { - - // convert java object to JSON format, - // and returned as JSON formatted string - return verbose ? gsonVerbose.toJson(o) : gsonCompact.toJson(o); - } - - public static Object fromJson(String s, Class clazz) { - return gsonCompact.fromJson(s, clazz); - } - - public static Object jacksonFromJson(String s, Class clazz) throws JsonUtilsException { - try { - return mapper.readValue(s, clazz); - } catch (IOException e) { - throw new JsonUtilsException("Error deserializing JSON tree to " + clazz.getName(), e); - } - } - - public static String newJson(String key, Object value) { - return newObjectNode(key, value).toString(); - } - - public static ObjectNode cloneObjectNode(ObjectNode src) { - return src.deepCopy(); - } - - public static ObjectNode newObjectNode(String key, Object value) { - ObjectNode json = mapper.createObjectNode(); - json.putPOJO(key, value); - return json; - } - - public static ObjectNode addNode(ObjectNode tree, String fieldName, Object fieldValue) { - tree.putPOJO(fieldName, fieldValue); - return tree; - } - - public static JsonNode getJsonNode(String tree, String fieldName) { - JsonNode node = null; - try { - JsonNode jsonNode = mapper.readTree(tree); - node = jsonNode.get(fieldName); - - } catch (IOException e) { - logger.error("IOException", e); - } - return node; - } - - public static ObjectNode newNode() { - return mapper.createObjectNode(); - } - - public static ArrayNode newArrayNode() { - return mapper.createArrayNode(); - } - - public static ObjectNode toObjectNode(String tree) throws JsonUtilsException { - ObjectNode jsonNode; - try { - jsonNode = (ObjectNode) mapper.readTree(tree); - } catch (Exception e) { - throw new JsonUtilsException("Error converting JSON tree to ObjectNode", e); - } - return jsonNode; - } - - public static JSONObject toJSONObject(String json) throws JsonUtilsException { - try { - return new JSONObject(json); - } catch (Exception e) { - throw new JsonUtilsException("Error decoding " + json + "to JSONObject", e); - } - } - - public static boolean isValid(String tree) throws IOException { - try { - ObjectNode jsonNode = (ObjectNode) mapper.readTree(tree); - return jsonNode != null; - } catch (JsonProcessingException jpe) { - return false; - } - } - - public static HashMap jsonNodeToHashMap(JsonNode jsonNode) { - HashMap nodeProps = new HashMap(); - Iterator> iter = jsonNode.fields(); - - while (iter.hasNext()) { - Entry element = iter.next(); - nodeProps.put(element.getKey(), element.getValue()); - } - return nodeProps; - } - - /** - * Takes in a key, value pair and returns a valid JSON string such as - * {"error":"message"} - * - * @param key - * @param value - * @return - */ - public static String jsonKeyValue(String key, String value) { - return "{\"" + key + "\":\"" + value + "\"}"; - } - - public static BigDecimal decimalValue(JsonNode v) { - BigDecimal result; - if (v.isTextual()) { - result = new BigDecimal(v.textValue()); - } else { - result = v.decimalValue(); - } - return result; - } -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.util; + +import java.io.IOException; +import java.math.BigDecimal; +import java.util.HashMap; +import java.util.Iterator; +import java.util.Map.Entry; + +import org.json.JSONObject; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import com.fasterxml.jackson.core.JsonProcessingException; +import com.fasterxml.jackson.databind.JsonNode; +import com.fasterxml.jackson.databind.ObjectMapper; +import com.fasterxml.jackson.databind.node.ArrayNode; +import com.fasterxml.jackson.databind.node.ObjectNode; +import com.google.gson.Gson; +import com.google.gson.GsonBuilder; + +public class JsonUtils { + + public static class JsonUtilsException extends Exception { + + private static final long serialVersionUID = 1L; + + public JsonUtilsException(String string, Exception e) { + super(string, e); + } + + } + + private static Gson gsonCompact; + private static Gson gsonVerbose; + private static ObjectMapper mapper; + private static Logger logger; + + private JsonUtils() { + logger = LoggerFactory.getLogger(JsonUtils.class); + } + + static { + gsonCompact = new GsonBuilder().create(); + gsonVerbose = new GsonBuilder().serializeNulls().create(); + mapper = new ObjectMapper(); + } + + public static String toJson(Object o, boolean verbose) { + + // convert java object to JSON format, + // and returned as JSON formatted string + return verbose ? gsonVerbose.toJson(o) : gsonCompact.toJson(o); + } + + public static Object fromJson(String s, Class clazz) { + return gsonCompact.fromJson(s, clazz); + } + + public static Object jacksonFromJson(String s, Class clazz) throws JsonUtilsException { + try { + return mapper.readValue(s, clazz); + } catch (IOException e) { + throw new JsonUtilsException("Error deserializing JSON tree to " + clazz.getName(), e); + } + } + + public static String newJson(String key, Object value) { + return newObjectNode(key, value).toString(); + } + + public static ObjectNode cloneObjectNode(ObjectNode src) { + return src.deepCopy(); + } + + public static ObjectNode newObjectNode(String key, Object value) { + ObjectNode json = mapper.createObjectNode(); + json.putPOJO(key, value); + return json; + } + + public static ObjectNode addNode(ObjectNode tree, String fieldName, Object fieldValue) { + tree.putPOJO(fieldName, fieldValue); + return tree; + } + + public static JsonNode getJsonNode(String tree, String fieldName) { + JsonNode node = null; + try { + JsonNode jsonNode = mapper.readTree(tree); + node = jsonNode.get(fieldName); + + } catch (IOException e) { + logger.error("IOException", e); + } + return node; + } + + public static ObjectNode newNode() { + return mapper.createObjectNode(); + } + + public static ArrayNode newArrayNode() { + return mapper.createArrayNode(); + } + + public static ObjectNode toObjectNode(String tree) throws JsonUtilsException { + ObjectNode jsonNode; + try { + jsonNode = (ObjectNode) mapper.readTree(tree); + } catch (Exception e) { + throw new JsonUtilsException("Error converting JSON tree to ObjectNode", e); + } + return jsonNode; + } + + public static JSONObject toJSONObject(String json) throws JsonUtilsException { + try { + return new JSONObject(json); + } catch (Exception e) { + throw new JsonUtilsException("Error decoding " + json + "to JSONObject", e); + } + } + + public static boolean isValid(String tree) throws IOException { + try { + ObjectNode jsonNode = (ObjectNode) mapper.readTree(tree); + return jsonNode != null; + } catch (JsonProcessingException jpe) { + return false; + } + } + + public static HashMap jsonNodeToHashMap(JsonNode jsonNode) { + HashMap nodeProps = new HashMap(); + Iterator> iter = jsonNode.fields(); + + while (iter.hasNext()) { + Entry element = iter.next(); + nodeProps.put(element.getKey(), element.getValue()); + } + return nodeProps; + } + + /** + * Takes in a key, value pair and returns a valid JSON string such as + * {"error":"message"} + * + * @param key + * @param value + * @return + */ + public static String jsonKeyValue(String key, String value) { + return "{\"" + key + "\":\"" + value + "\"}"; + } + + public static BigDecimal decimalValue(JsonNode v) { + BigDecimal result; + if (v.isTextual()) { + result = new BigDecimal(v.textValue()); + } else { + result = v.decimalValue(); + } + return result; + } +} diff --git a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/LengthUtils.java b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/LengthUtils.java index 224a01e54..9143f1ff5 100644 --- a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/LengthUtils.java +++ b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/LengthUtils.java @@ -1,35 +1,35 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.util; - -public class LengthUtils { - public enum UnitOfMeasure { - MM, CM, M, KM, INCH, FOOT, YARD, MILE, NAUTICAL_MILE - } - - public static double MILES2KM(double m) {return ((double)m * 1.609347);} - - public static double KM2MILES(double m) {return ((double)m / 1.609347);} - - public static double MILES2METERS(double m) {return ((double)m * 1609.347);} - public static double METERS2MILES(double m) {return ((double)m / 1609.347);} - - public static double MILES2KNOTS(double m) {return ((double)m / 1.150568);} - public static double KNOTS2MILES(double m) {return ((double)m * 1.150568);} - - public static double MILES2YARDS(double m) {return ((double)m * 1760.0);} - public static double YARDS2MILES(double m) {return ((double)m / 1760.0);} -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.util; + +public class LengthUtils { + public enum UnitOfMeasure { + MM, CM, M, KM, INCH, FOOT, YARD, MILE, NAUTICAL_MILE + } + + public static double MILES2KM(double m) {return ((double)m * 1.609347);} + + public static double KM2MILES(double m) {return ((double)m / 1.609347);} + + public static double MILES2METERS(double m) {return ((double)m * 1609.347);} + public static double METERS2MILES(double m) {return ((double)m / 1609.347);} + + public static double MILES2KNOTS(double m) {return ((double)m / 1.150568);} + public static double KNOTS2MILES(double m) {return ((double)m * 1.150568);} + + public static double MILES2YARDS(double m) {return ((double)m * 1760.0);} + public static double YARDS2MILES(double m) {return ((double)m / 1760.0);} +} diff --git a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/SerializableObjectPool.java b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/SerializableObjectPool.java index d3b1b2976..85849305a 100644 --- a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/SerializableObjectPool.java +++ b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/SerializableObjectPool.java @@ -1,77 +1,77 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.util; - -import java.io.Serializable; -import java.util.Enumeration; -import java.util.Hashtable; - -public abstract class SerializableObjectPool implements Serializable { - private static final long serialVersionUID = 914977959079989774L; - - private long expirationTime; - - private Hashtable locked, unlocked; - - public SerializableObjectPool() { - expirationTime = 30000; // 30 seconds - locked = new Hashtable(); - unlocked = new Hashtable(); - } - - protected abstract T create(); - - public abstract boolean validate(T o); - - public abstract void expire(T o); - - public synchronized T checkOut() { - long now = System.currentTimeMillis(); - T t; - if (unlocked.size() > 0) { - Enumeration e = unlocked.keys(); - while (e.hasMoreElements()) { - t = e.nextElement(); - if ((now - unlocked.get(t)) > expirationTime) { - // object has expired - unlocked.remove(t); - expire(t); - t = null; //NOSONAR - } else { - if (validate(t)) { - unlocked.remove(t); - locked.put(t, now); - return (t); - } else { - // object failed validation - unlocked.remove(t); - expire(t); - t = null; //NOSONAR - } - } - } - } - // no objects available, create a new one - t = create(); - locked.put(t, now); - return (t); - } - - public synchronized void checkIn(T t) { - locked.remove(t); - unlocked.put(t, System.currentTimeMillis()); - } -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.util; + +import java.io.Serializable; +import java.util.Enumeration; +import java.util.Hashtable; + +public abstract class SerializableObjectPool implements Serializable { + private static final long serialVersionUID = 914977959079989774L; + + private long expirationTime; + + private Hashtable locked, unlocked; + + public SerializableObjectPool() { + expirationTime = 30000; // 30 seconds + locked = new Hashtable(); + unlocked = new Hashtable(); + } + + protected abstract T create(); + + public abstract boolean validate(T o); + + public abstract void expire(T o); + + public synchronized T checkOut() { + long now = System.currentTimeMillis(); + T t; + if (unlocked.size() > 0) { + Enumeration e = unlocked.keys(); + while (e.hasMoreElements()) { + t = e.nextElement(); + if ((now - unlocked.get(t)) > expirationTime) { + // object has expired + unlocked.remove(t); + expire(t); + t = null; //NOSONAR + } else { + if (validate(t)) { + unlocked.remove(t); + locked.put(t, now); + return (t); + } else { + // object failed validation + unlocked.remove(t); + expire(t); + t = null; //NOSONAR + } + } + } + } + // no objects available, create a new one + t = create(); + locked.put(t, now); + return (t); + } + + public synchronized void checkIn(T t) { + locked.remove(t); + unlocked.put(t, System.currentTimeMillis()); + } +} diff --git a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/WebSocketUtils.java b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/WebSocketUtils.java index 2334843c6..1014ee942 100644 --- a/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/WebSocketUtils.java +++ b/jpo-ode-common/src/main/java/us/dot/its/jpo/ode/util/WebSocketUtils.java @@ -1,49 +1,49 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.util; - -import java.io.IOException; - -import javax.websocket.Session; - -public class WebSocketUtils { - - /** - * @param session - * @param message - * @throws IOException - */ - public static void send(Session session, String message) throws IOException { - if (session != null) - synchronized (session) { - session.getBasicRemote().sendText(message); - } - } - - public static void sendSync(Session session, String message) throws IOException { - if (session != null) - synchronized (session) { - session.getBasicRemote().sendText(message); - } - } - - public static void sendAsync(Session session, String message) throws IOException { - if (session != null) - synchronized (session) { - session.getAsyncRemote().sendText(message); - } - } -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.util; + +import java.io.IOException; + +import javax.websocket.Session; + +public class WebSocketUtils { + + /** + * @param session + * @param message + * @throws IOException + */ + public static void send(Session session, String message) throws IOException { + if (session != null) + synchronized (session) { + session.getBasicRemote().sendText(message); + } + } + + public static void sendSync(Session session, String message) throws IOException { + if (session != null) + synchronized (session) { + session.getBasicRemote().sendText(message); + } + } + + public static void sendAsync(Session session, String message) throws IOException { + if (session != null) + synchronized (session) { + session.getAsyncRemote().sendText(message); + } + } +} diff --git a/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/inet/InetPacketFunctionalTest.java b/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/inet/InetPacketFunctionalTest.java index 5359e8b5c..e01d0c2ad 100644 --- a/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/inet/InetPacketFunctionalTest.java +++ b/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/inet/InetPacketFunctionalTest.java @@ -1,116 +1,116 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.inet; - -import static org.junit.Assert.assertArrayEquals; -import static org.junit.Assert.assertEquals; -import static org.junit.Assert.assertNotNull; -import static org.junit.Assert.assertNull; -import static org.junit.Assert.assertTrue; - -import java.net.DatagramPacket; -import java.net.DatagramSocket; -import java.net.InetAddress; -import java.net.UnknownHostException; -import java.util.Arrays; - -import org.junit.Ignore; -import org.junit.Test; - -import mockit.Capturing; -import us.dot.its.jpo.ode.util.CodecUtils; - -public class InetPacketFunctionalTest { - - @Capturing - DatagramSocket capturingDatagramSocket; - - @Capturing - DatagramPacket capturingDatagramPacket; - - @Capturing - Thread capturingThread; - - private static boolean isVerbose = false; - - @Test - public void testConstrcutor() throws UnknownHostException { - InetPacket pkt = new InetPacket("bah.com", 1111, null); - - assertNull(pkt.getPayload()); - } - - @Test @Ignore - public void test() throws UnknownHostException { - test("127.0.0.1", 12, "01234567890".getBytes()); - test("::1", 47561, "0123456789001234567890".getBytes()); - test("1080:0:0:0:8:800:200C:417A", 345, "".getBytes()); - test("1080:0:0:0:8:800:200C:417A", 345, null); - test("1.0.0", 47561, "".getBytes()); - test("::FFFF:129.144.52.38", 4756, "0".getBytes()); - test("1080::8:800:200C:417A", 4756, new byte[] { (byte)0, (byte)1 }); - test("2001:0:9d38:90d7:3ce3:339d:f5c3:c42b", 11111, new byte[] { (byte)0xde, (byte)0xad, (byte)0xbe, (byte)0xef }); - test(null, 22222, new byte[] { (byte)0xde, (byte)0xad, (byte)0xbe, (byte)0xef }); - test("fdf8:f53b:82e4::53", 11111, new byte[] { (byte)0xca, (byte)0xfe, (byte)0xba, (byte)0xbe }); - } - - public void test(String address, int port, byte[] payload) throws UnknownHostException { - if ( payload == null ) - return; - if ( isVerbose ) - System.out.println("---------- Test ----------"); - DatagramPacket packet = new DatagramPacket(payload, payload.length, InetAddress.getByName(address), port); - InetPacket pbOut = new InetPacket(packet); - test(address, port, payload, pbOut); - } - - public void test(String address, int port, byte[] payload, InetPacket pbOut) throws UnknownHostException { - InetPacket pbIn = new InetPacket(pbOut.getBundle()); - if ( isVerbose ) { - print("From params", pbOut); - print("From bundle", pbIn); - } - InetPoint pointIn = pbIn.getPoint(); - assertNotNull(pointIn); - InetPoint pointOut = pbOut.getPoint(); - assertEquals(pointOut.port, pointIn.port); - assertArrayEquals(pointOut.address, pointIn.address); - byte[] pbOutPayload = pbOut.getPayload(); - byte[] pyInPayload = pbIn.getPayload(); - if ( pbOutPayload != null && pbOutPayload != null ) - assertTrue(Arrays.equals(pbOutPayload, pyInPayload)); - else if (pbOutPayload != null || pbOutPayload != null) - assertTrue(false); - assertTrue(Arrays.equals(pbOut.getBundle(), pbIn.getBundle())); - } - - void print(String header, InetPacket pb) throws UnknownHostException { - assertNotNull(pb); - InetPoint point = pb.getPoint(); - if( point != null ) { - System.out.printf("%s: port: %d (0x%x)\n", header, point.port, point.port ); - System.out.printf("%s: address size: %d value: %s ip: %s\n", header, point.address.length, - CodecUtils.toHex(point.address), InetAddress.getByAddress(point.address).getHostAddress() ); - System.out.printf("%s: forward: %s\n", header, point.forward ? "true" : "false" ); - } else { - System.out.printf("%s: Inet point is null\n", header); - } - byte[] p = pb.getPayload(); - System.out.printf("%s payload: %s\n", header, p != null && p.length > 0 ? CodecUtils.toHex(p) : ""); - System.out.printf("%s bundle: %s\n", header, pb.toHexString()); - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.inet; + +import static org.junit.Assert.assertArrayEquals; +import static org.junit.Assert.assertEquals; +import static org.junit.Assert.assertNotNull; +import static org.junit.Assert.assertNull; +import static org.junit.Assert.assertTrue; + +import java.net.DatagramPacket; +import java.net.DatagramSocket; +import java.net.InetAddress; +import java.net.UnknownHostException; +import java.util.Arrays; + +import org.junit.Ignore; +import org.junit.Test; + +import mockit.Capturing; +import us.dot.its.jpo.ode.util.CodecUtils; + +public class InetPacketFunctionalTest { + + @Capturing + DatagramSocket capturingDatagramSocket; + + @Capturing + DatagramPacket capturingDatagramPacket; + + @Capturing + Thread capturingThread; + + private static boolean isVerbose = false; + + @Test + public void testConstrcutor() throws UnknownHostException { + InetPacket pkt = new InetPacket("bah.com", 1111, null); + + assertNull(pkt.getPayload()); + } + + @Test @Ignore + public void test() throws UnknownHostException { + test("127.0.0.1", 12, "01234567890".getBytes()); + test("::1", 47561, "0123456789001234567890".getBytes()); + test("1080:0:0:0:8:800:200C:417A", 345, "".getBytes()); + test("1080:0:0:0:8:800:200C:417A", 345, null); + test("1.0.0", 47561, "".getBytes()); + test("::FFFF:129.144.52.38", 4756, "0".getBytes()); + test("1080::8:800:200C:417A", 4756, new byte[] { (byte)0, (byte)1 }); + test("2001:0:9d38:90d7:3ce3:339d:f5c3:c42b", 11111, new byte[] { (byte)0xde, (byte)0xad, (byte)0xbe, (byte)0xef }); + test(null, 22222, new byte[] { (byte)0xde, (byte)0xad, (byte)0xbe, (byte)0xef }); + test("fdf8:f53b:82e4::53", 11111, new byte[] { (byte)0xca, (byte)0xfe, (byte)0xba, (byte)0xbe }); + } + + public void test(String address, int port, byte[] payload) throws UnknownHostException { + if ( payload == null ) + return; + if ( isVerbose ) + System.out.println("---------- Test ----------"); + DatagramPacket packet = new DatagramPacket(payload, payload.length, InetAddress.getByName(address), port); + InetPacket pbOut = new InetPacket(packet); + test(address, port, payload, pbOut); + } + + public void test(String address, int port, byte[] payload, InetPacket pbOut) throws UnknownHostException { + InetPacket pbIn = new InetPacket(pbOut.getBundle()); + if ( isVerbose ) { + print("From params", pbOut); + print("From bundle", pbIn); + } + InetPoint pointIn = pbIn.getPoint(); + assertNotNull(pointIn); + InetPoint pointOut = pbOut.getPoint(); + assertEquals(pointOut.port, pointIn.port); + assertArrayEquals(pointOut.address, pointIn.address); + byte[] pbOutPayload = pbOut.getPayload(); + byte[] pyInPayload = pbIn.getPayload(); + if ( pbOutPayload != null && pbOutPayload != null ) + assertTrue(Arrays.equals(pbOutPayload, pyInPayload)); + else if (pbOutPayload != null || pbOutPayload != null) + assertTrue(false); + assertTrue(Arrays.equals(pbOut.getBundle(), pbIn.getBundle())); + } + + void print(String header, InetPacket pb) throws UnknownHostException { + assertNotNull(pb); + InetPoint point = pb.getPoint(); + if( point != null ) { + System.out.printf("%s: port: %d (0x%x)\n", header, point.port, point.port ); + System.out.printf("%s: address size: %d value: %s ip: %s\n", header, point.address.length, + CodecUtils.toHex(point.address), InetAddress.getByAddress(point.address).getHostAddress() ); + System.out.printf("%s: forward: %s\n", header, point.forward ? "true" : "false" ); + } else { + System.out.printf("%s: Inet point is null\n", header); + } + byte[] p = pb.getPayload(); + System.out.printf("%s payload: %s\n", header, p != null && p.length > 0 ? CodecUtils.toHex(p) : ""); + System.out.printf("%s bundle: %s\n", header, pb.toHexString()); + } + +} diff --git a/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/inet/InetPacketSenderTest.java b/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/inet/InetPacketSenderTest.java index 53a52aa82..b192d6f71 100644 --- a/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/inet/InetPacketSenderTest.java +++ b/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/inet/InetPacketSenderTest.java @@ -1,480 +1,480 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.inet; - -import static org.junit.Assert.assertArrayEquals; -import static org.junit.Assert.assertEquals; -import static org.junit.Assert.assertFalse; -import static org.junit.Assert.assertNotNull; -import static org.junit.Assert.assertNull; -import static org.junit.Assert.assertTrue; - -import java.io.IOException; -import java.net.DatagramPacket; -import java.net.DatagramSocket; -import java.net.InetAddress; -import java.net.SocketException; -import java.net.SocketTimeoutException; -import java.net.UnknownHostException; -import java.util.Arrays; - -import org.apache.log4j.Logger; -import org.junit.BeforeClass; -import org.junit.Ignore; -import org.junit.Test; - -import mockit.Capturing; -import us.dot.its.jpo.ode.util.CodecUtils; - -public class InetPacketSenderTest { - - @Capturing - DatagramSocket capturingDatagramSocket; - - @Capturing - DatagramPacket capturingDatagramPacket; - - @Capturing - Thread capturingThread; - - static final private boolean isDebugOutput = false; - - private static Logger log = Logger.getLogger(InetPacketSenderTest.class); - - private static final int DEFAULT_MAX_PACKET_SIZE = 65535; - - private static final String TRANSPORT_HOST = "localhost"; - private static final int TRANSPORT_PORT = 46751; - - private static final String FORWARDER_HOST = "localhost"; - private static final int FORWARDER_PORT = 46752; - - private static final String CLIENT_HOST_IPV4 = "localhost"; - private static final String CLIENT_HOST_IPV6 = "::1"; - private static final int CLIENT_PORT = 46753; - - private static final byte[] PAYLOAD = new byte[] { (byte) 0xde, (byte) 0xad, (byte) 0xbe, (byte) 0xef, (byte) 0xca, - (byte) 0xfe, (byte) 0xba, (byte) 0xbe }; - - AssertionError assertionError = null; - - private enum TestCase { - TestForwardPacketInbound, TestSendPacketOutbound, TestIPv6ForwardOutbound, TestIPv4ForwardOutboundForward, TestIPv4ForwardOutboundSend, TestIPv6SendOutbound, TestIPv4SendOutbound, - }; - - @BeforeClass - public static void init() { - } - - @Test - public void testForwardPacketInboundIPV4() throws UnknownHostException, InetPacketException, InterruptedException { - // Use case: Forwarder forwards incoming IPV4 packet to transport - testForwardPacketInbound(CLIENT_HOST_IPV4); - } - - @Test - public void testForwardPacketInboundIPV6() throws UnknownHostException, InetPacketException, InterruptedException { - // Use case: Forwarder forwards incoming IPV6 packet to transport - testForwardPacketInbound(CLIENT_HOST_IPV6); - } - - public void testForwardPacketInbound(String hostname) - throws UnknownHostException, InetPacketException, InterruptedException { - startUdpListener(TRANSPORT_PORT, TestCase.TestForwardPacketInbound); - InetPoint transport = new InetPoint(getAddressBytes(TRANSPORT_HOST), TRANSPORT_PORT); - InetPacketSender sender = new InetPacketSender(transport); - DatagramPacket packet = new DatagramPacket(PAYLOAD, PAYLOAD.length, InetAddress.getByName(hostname), CLIENT_PORT); - sender.forward(packet); - checkBackgroundThreadAssertion(); - } - - @Test @Ignore - public void testSendPacketOutboundIPv4() throws UnknownHostException, InterruptedException, InetPacketException { - // Use case: Forwarder sends outgoing IPv4 packet out - testSendPacketOutbound(CLIENT_HOST_IPV4); - } - - @Test @Ignore - public void testSendPacketOutboundIPv6() throws UnknownHostException, InterruptedException, InetPacketException { - // Use case: Forwarder sends outgoing IPv6 packet out - testSendPacketOutbound(CLIENT_HOST_IPV6); - } - - public void testSendPacketOutbound(String hostname) - throws UnknownHostException, InetPacketException, InterruptedException { - startUdpListener(CLIENT_PORT, TestCase.TestSendPacketOutbound); - InetPoint client = new InetPoint(getAddressBytes(hostname), CLIENT_PORT); - byte[] bundle = new InetPacket(client, PAYLOAD).getBundle(); - InetPacketSender sender = new InetPacketSender(); - DatagramPacket packet = new DatagramPacket(bundle, bundle.length, InetAddress.getByName(FORWARDER_HOST), - FORWARDER_PORT); - sender.send(packet); - checkBackgroundThreadAssertion(); - } - - @Test - public void testIPv6ForwardOutbound() throws UnknownHostException, InetPacketException, InterruptedException { - // Use case: Transport or Data Sink send IPv6 message out via forwarder - startUdpListener(FORWARDER_PORT, TestCase.TestIPv6ForwardOutbound); - InetPoint forwarder = new InetPoint(getAddressBytes(FORWARDER_HOST), FORWARDER_PORT); - InetPacketSender sender = new InetPacketSender(forwarder); - InetPoint client = new InetPoint(getAddressBytes(CLIENT_HOST_IPV6), CLIENT_PORT); - sender.forward(client, PAYLOAD); - checkBackgroundThreadAssertion(); - } - - @Test - public void testIPv4ForwardOutboundForward() throws InterruptedException, UnknownHostException, InetPacketException { - // Use case: Transport or Data Sink send IPv4 message out via forwarder - startUdpListener(FORWARDER_PORT, TestCase.TestIPv4ForwardOutboundForward); - InetPoint forwarder = new InetPoint(getAddressBytes(FORWARDER_HOST), FORWARDER_PORT); - InetPacketSender sender = new InetPacketSender(forwarder); - sender.setForwardAll(true); - InetPoint client = new InetPoint(getAddressBytes(CLIENT_HOST_IPV4), CLIENT_PORT); - sender.forward(client, PAYLOAD); - checkBackgroundThreadAssertion(); - } - - @Test - public void testIPv4ForwardOutboundSend() throws InterruptedException, UnknownHostException, InetPacketException { - // Use case: Transport or Data Sink send IPv4 message out via forwarder - // but it's being send out directly - startUdpListener(CLIENT_PORT, TestCase.TestIPv4ForwardOutboundSend); - InetPoint forwarder = new InetPoint(getAddressBytes(FORWARDER_HOST), FORWARDER_PORT); - InetPacketSender sender = new InetPacketSender(forwarder); - InetPoint client = new InetPoint(getAddressBytes(CLIENT_HOST_IPV4), CLIENT_PORT); - sender.forward(client, PAYLOAD); - checkBackgroundThreadAssertion(); - } - - @Test - public void testIPv6SendOutbound() throws InterruptedException, UnknownHostException, InetPacketException { - // Use case: Transport or Data Sink send IPv6 message out directly - startUdpListener(CLIENT_PORT, TestCase.TestIPv6SendOutbound); - InetPacketSender sender = new InetPacketSender(); - InetPoint client = new InetPoint(getAddressBytes(CLIENT_HOST_IPV6), CLIENT_PORT); - sender.send(client, PAYLOAD); - checkBackgroundThreadAssertion(); - } - - @Test - public void testIPv4SendOutbound() throws InterruptedException, UnknownHostException, InetPacketException { - // Use case: Transport or Data Sink send IPv4 message out directly - startUdpListener(CLIENT_PORT, TestCase.TestIPv4SendOutbound); - InetPacketSender sender = new InetPacketSender(); - InetPoint client = new InetPoint(getAddressBytes(CLIENT_HOST_IPV4), CLIENT_PORT); - sender.send(client, PAYLOAD); - checkBackgroundThreadAssertion(); - } - - private static byte[] getAddressBytes(String host) throws UnknownHostException { - return InetAddress.getByName(host).getAddress(); - } - - private void startUdpListener(int port, TestCase tc) { - final int listenPort = port; - final TestCase testCase = tc; - - Thread listener = new Thread(new Runnable() { - @Override - public void run() { - DatagramSocket socket = null; - try { - socket = new DatagramSocket(listenPort); - DatagramPacket datagramPacket = new DatagramPacket(new byte[DEFAULT_MAX_PACKET_SIZE], - DEFAULT_MAX_PACKET_SIZE); - socket.setSoTimeout(1000); - socket.receive(datagramPacket); - validatePacket(datagramPacket); - } catch (SocketTimeoutException ex) { - log.error( - String.format("Caught socket timeout exception while recieving message on port %d. Max size is %d", - listenPort, DEFAULT_MAX_PACKET_SIZE), - ex); - } catch (SocketException ex) { - log.error(String.format("Caught socket exception while recieving message on port %d. Max size is %d", - listenPort, DEFAULT_MAX_PACKET_SIZE), ex); - } catch (IOException ex) { - log.error( - String.format("Caught IO exception exception while recieving message on port %d. Max size is %d", - listenPort, DEFAULT_MAX_PACKET_SIZE), - ex); - } finally { - if (socket != null && !socket.isClosed()) { - socket.close(); - socket = null; - } - } - } - - private void validatePacket(DatagramPacket packet) throws UnknownHostException { - assertNotNull(packet); - - final byte[] data = packet.getData(); - assertNotNull(data); - - final int length = packet.getLength(); - assertTrue(length > 0); - - final int offset = packet.getOffset(); - - byte[] packetData = Arrays.copyOfRange(data, offset, length); - - try { - switch (testCase) { - case TestForwardPacketInbound: - validateForwardPacketInbound(packetData); - validateForwardPacketInbound(packet); - break; - case TestSendPacketOutbound: - validateSendPacketOutbound(packetData); - validateSendPacketOutbound(packet); - break; - case TestIPv6ForwardOutbound: - validateIPv6ForwardOutbound(packetData); - validateIPv6ForwardOutbound(packet); - break; - case TestIPv4ForwardOutboundForward: - validateIPv4ForwardOutboundForward(packetData); - validateIPv4ForwardOutboundForward(packet); - break; - case TestIPv4ForwardOutboundSend: - validateIPv4ForwardOutboundSend(packetData); - validateIPv4ForwardOutboundSend(packet); - break; - case TestIPv6SendOutbound: - validateIPv6SendOutbound(packetData); - validateIPv6SendOutbound(packet); - break; - case TestIPv4SendOutbound: - validateIPv4SendOutbound(packetData); - validateIPv4SendOutbound(packet); - break; - } - } catch (AssertionError ex) { - assertionError = ex; - } - } - - private void validateForwardPacketInbound(byte[] payload) throws UnknownHostException { - validateForwardPacketInbound("Payload", new InetPacket(payload)); - } - - private void validateForwardPacketInbound(DatagramPacket packet) throws UnknownHostException { - validateForwardPacketInbound("Packet", new InetPacket(packet)); - } - - private void validateForwardPacketInbound(String tail, InetPacket p) throws UnknownHostException { - assertNotNull(p); - if (isDebugOutput) - print("ForwardPacketInbound", p); - assertEquals(TRANSPORT_PORT, listenPort); - InetPoint point = p.getPoint(); - assertNotNull(point); - byte[] srcAddress = point.address; - assertNotNull(srcAddress); - if (point.isIPv6Address()) - assertArrayEquals(getAddressBytes(CLIENT_HOST_IPV6), point.address); - else - assertArrayEquals(getAddressBytes(CLIENT_HOST_IPV4), point.address); - assertEquals(CLIENT_PORT, point.port); - assertTrue(point.forward); - assertArrayEquals(PAYLOAD, p.getPayload()); - } - - private void validateSendPacketOutbound(byte[] payload) throws UnknownHostException { - InetPacket p = new InetPacket(payload); - assertNotNull(p); - if (isDebugOutput) - print("SendPacketOutbound Payload", p); - assertEquals(CLIENT_PORT, listenPort); - InetPoint point = p.getPoint(); - assertNull(point); - assertArrayEquals(p.getPayload(), PAYLOAD); - } - - private void validateSendPacketOutbound(DatagramPacket packet) throws UnknownHostException { - InetPacket p = new InetPacket(packet); - assertNotNull(p); - if (isDebugOutput) - print("SendPacketOutbound Packet", p); - assertEquals(CLIENT_PORT, listenPort); - InetPoint point = p.getPoint(); - assertNotNull(point); - byte[] srcAddress = point.address; - assertNotNull(srcAddress); - if (point.isIPv6Address()) - assertArrayEquals(point.address, getAddressBytes(CLIENT_HOST_IPV6)); - else - assertArrayEquals(point.address, getAddressBytes(CLIENT_HOST_IPV4)); - assertFalse(point.forward); - assertArrayEquals(p.getPayload(), PAYLOAD); - } - - private void validateIPv6ForwardOutbound(byte[] payload) throws UnknownHostException { - validateIPv6ForwardOutbound("Payload", new InetPacket(payload)); - } - - private void validateIPv6ForwardOutbound(DatagramPacket packet) throws UnknownHostException { - validateIPv6ForwardOutbound("Packet", new InetPacket(packet)); - } - - private void validateIPv6ForwardOutbound(String tail, InetPacket p) throws UnknownHostException { - assertNotNull(p); - if (isDebugOutput) - print("IPv6ForwardOutbound " + tail, p); - assertEquals(FORWARDER_PORT, listenPort); - InetPoint point = p.getPoint(); - assertNotNull(point); - byte[] srcAddress = point.address; - assertNotNull(srcAddress); - assertTrue(point.isIPv6Address()); - assertArrayEquals(point.address, getAddressBytes(CLIENT_HOST_IPV6)); - assertEquals(CLIENT_PORT, point.port); - assertTrue(point.forward); - assertArrayEquals(p.getPayload(), PAYLOAD); - } - - private void validateIPv4ForwardOutboundForward(byte[] payload) throws UnknownHostException { - validateIPv4ForwardOutboundForward("Payload", new InetPacket(payload)); - } - - private void validateIPv4ForwardOutboundForward(DatagramPacket packet) throws UnknownHostException { - validateIPv4ForwardOutboundForward("Packet", new InetPacket(packet)); - } - - private void validateIPv4ForwardOutboundForward(String tail, InetPacket p) throws UnknownHostException { - assertNotNull(p); - if (isDebugOutput) - print("IPv4ForwardOutboundForward " + tail, p); - assertEquals(FORWARDER_PORT, listenPort); - InetPoint point = p.getPoint(); - assertNotNull(point); - byte[] srcAddress = point.address; - assertNotNull(srcAddress); - assertFalse(point.isIPv6Address()); - assertArrayEquals(point.address, getAddressBytes(CLIENT_HOST_IPV4)); - assertEquals(CLIENT_PORT, point.port); - assertTrue(point.forward); - assertArrayEquals(p.getPayload(), PAYLOAD); - } - - private void validateIPv4ForwardOutboundSend(byte[] payload) throws UnknownHostException { - InetPacket p = new InetPacket(payload); - assertNotNull(p); - if (isDebugOutput) - print("IPv4ForwardOutboundSend Payload", p); - assertEquals(CLIENT_PORT, listenPort); - InetPoint point = p.getPoint(); - assertNull(point); - assertArrayEquals(p.getPayload(), PAYLOAD); - } - - private void validateIPv4ForwardOutboundSend(DatagramPacket packet) throws UnknownHostException { - InetPacket p = new InetPacket(packet); - assertNotNull(p); - if (isDebugOutput) - print("IPv4ForwardOutboundSend Packet", p); - assertEquals(CLIENT_PORT, listenPort); - InetPoint point = p.getPoint(); - assertNotNull(point); - byte[] srcAddress = point.address; - assertNotNull(srcAddress); - if (point.isIPv6Address()) - assertArrayEquals(point.address, getAddressBytes(CLIENT_HOST_IPV6)); - else - assertArrayEquals(point.address, getAddressBytes(CLIENT_HOST_IPV4)); - assertFalse(point.forward); - assertArrayEquals(p.getPayload(), PAYLOAD); - } - - private void validateIPv6SendOutbound(byte[] payload) throws UnknownHostException { - validateIPvXSendOutboundPayload(new InetPacket(payload)); - } - - private void validateIPv4SendOutbound(byte[] payload) throws UnknownHostException { - validateIPvXSendOutboundPayload(new InetPacket(payload)); - } - - private void validateIPv6SendOutbound(DatagramPacket packet) throws UnknownHostException { - validateIPvXSendOutboundPacket(new InetPacket(packet)); - } - - private void validateIPv4SendOutbound(DatagramPacket packet) throws UnknownHostException { - validateIPvXSendOutboundPacket(new InetPacket(packet)); - } - - private void validateIPvXSendOutboundPayload(InetPacket p) throws UnknownHostException { - assertNotNull(p); - if (isDebugOutput) - print("IPvXSendOutbound Payload", p); - assertEquals(CLIENT_PORT, listenPort); - InetPoint point = p.getPoint(); - assertNull(point); - assertArrayEquals(p.getPayload(), PAYLOAD); - } - - private void validateIPvXSendOutboundPacket(InetPacket p) throws UnknownHostException { - assertNotNull(p); - if (isDebugOutput) - print("IPvXSendOutbound Packet", p); - assertEquals(CLIENT_PORT, listenPort); - InetPoint point = p.getPoint(); - assertNotNull(point); - byte[] srcAddress = point.address; - assertNotNull(srcAddress); - if (point.isIPv6Address()) - assertArrayEquals(point.address, getAddressBytes(CLIENT_HOST_IPV6)); - else - assertArrayEquals(point.address, getAddressBytes(CLIENT_HOST_IPV4)); - assertFalse(point.forward); - assertArrayEquals(p.getPayload(), PAYLOAD); - } - - private void print(String header, InetPacket pb) throws UnknownHostException { - assertNotNull(pb); - InetPoint point = pb.getPoint(); - if (point != null) { - System.out.printf("%s: port: %d (0x%x)\n", header, point.port, point.port); - System.out.printf("%s: address size: %d value: %s ip: %s\n", header, point.address.length, - CodecUtils.toHex(point.address), InetAddress.getByAddress(point.address).getHostAddress()); - System.out.printf("%s: forward: %s\n", header, point.forward ? "true" : "false"); - } else { - System.out.printf("%s: Inet point is null\n", header); - } - byte[] p = pb.getPayload(); - System.out.printf("%s: payload: %s\n", header, p != null && p.length > 0 ? CodecUtils.toHex(p) : ""); - System.out.printf("%s: bundle: %s\n", header, pb.toHexString()); - } - }); - listener.start(); - try { - Thread.sleep(500); - } catch (InterruptedException e) { - } - } - - void checkBackgroundThreadAssertion() { - try { - Thread.sleep(1500); - } catch (InterruptedException unused) { - } - - if (assertionError != null) - throw assertionError; - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.inet; + +import static org.junit.Assert.assertArrayEquals; +import static org.junit.Assert.assertEquals; +import static org.junit.Assert.assertFalse; +import static org.junit.Assert.assertNotNull; +import static org.junit.Assert.assertNull; +import static org.junit.Assert.assertTrue; + +import java.io.IOException; +import java.net.DatagramPacket; +import java.net.DatagramSocket; +import java.net.InetAddress; +import java.net.SocketException; +import java.net.SocketTimeoutException; +import java.net.UnknownHostException; +import java.util.Arrays; + +import org.apache.log4j.Logger; +import org.junit.BeforeClass; +import org.junit.Ignore; +import org.junit.Test; + +import mockit.Capturing; +import us.dot.its.jpo.ode.util.CodecUtils; + +public class InetPacketSenderTest { + + @Capturing + DatagramSocket capturingDatagramSocket; + + @Capturing + DatagramPacket capturingDatagramPacket; + + @Capturing + Thread capturingThread; + + static final private boolean isDebugOutput = false; + + private static Logger log = Logger.getLogger(InetPacketSenderTest.class); + + private static final int DEFAULT_MAX_PACKET_SIZE = 65535; + + private static final String TRANSPORT_HOST = "localhost"; + private static final int TRANSPORT_PORT = 46751; + + private static final String FORWARDER_HOST = "localhost"; + private static final int FORWARDER_PORT = 46752; + + private static final String CLIENT_HOST_IPV4 = "localhost"; + private static final String CLIENT_HOST_IPV6 = "::1"; + private static final int CLIENT_PORT = 46753; + + private static final byte[] PAYLOAD = new byte[] { (byte) 0xde, (byte) 0xad, (byte) 0xbe, (byte) 0xef, (byte) 0xca, + (byte) 0xfe, (byte) 0xba, (byte) 0xbe }; + + AssertionError assertionError = null; + + private enum TestCase { + TestForwardPacketInbound, TestSendPacketOutbound, TestIPv6ForwardOutbound, TestIPv4ForwardOutboundForward, TestIPv4ForwardOutboundSend, TestIPv6SendOutbound, TestIPv4SendOutbound, + }; + + @BeforeClass + public static void init() { + } + + @Test + public void testForwardPacketInboundIPV4() throws UnknownHostException, InetPacketException, InterruptedException { + // Use case: Forwarder forwards incoming IPV4 packet to transport + testForwardPacketInbound(CLIENT_HOST_IPV4); + } + + @Test + public void testForwardPacketInboundIPV6() throws UnknownHostException, InetPacketException, InterruptedException { + // Use case: Forwarder forwards incoming IPV6 packet to transport + testForwardPacketInbound(CLIENT_HOST_IPV6); + } + + public void testForwardPacketInbound(String hostname) + throws UnknownHostException, InetPacketException, InterruptedException { + startUdpListener(TRANSPORT_PORT, TestCase.TestForwardPacketInbound); + InetPoint transport = new InetPoint(getAddressBytes(TRANSPORT_HOST), TRANSPORT_PORT); + InetPacketSender sender = new InetPacketSender(transport); + DatagramPacket packet = new DatagramPacket(PAYLOAD, PAYLOAD.length, InetAddress.getByName(hostname), CLIENT_PORT); + sender.forward(packet); + checkBackgroundThreadAssertion(); + } + + @Test @Ignore + public void testSendPacketOutboundIPv4() throws UnknownHostException, InterruptedException, InetPacketException { + // Use case: Forwarder sends outgoing IPv4 packet out + testSendPacketOutbound(CLIENT_HOST_IPV4); + } + + @Test @Ignore + public void testSendPacketOutboundIPv6() throws UnknownHostException, InterruptedException, InetPacketException { + // Use case: Forwarder sends outgoing IPv6 packet out + testSendPacketOutbound(CLIENT_HOST_IPV6); + } + + public void testSendPacketOutbound(String hostname) + throws UnknownHostException, InetPacketException, InterruptedException { + startUdpListener(CLIENT_PORT, TestCase.TestSendPacketOutbound); + InetPoint client = new InetPoint(getAddressBytes(hostname), CLIENT_PORT); + byte[] bundle = new InetPacket(client, PAYLOAD).getBundle(); + InetPacketSender sender = new InetPacketSender(); + DatagramPacket packet = new DatagramPacket(bundle, bundle.length, InetAddress.getByName(FORWARDER_HOST), + FORWARDER_PORT); + sender.send(packet); + checkBackgroundThreadAssertion(); + } + + @Test + public void testIPv6ForwardOutbound() throws UnknownHostException, InetPacketException, InterruptedException { + // Use case: Transport or Data Sink send IPv6 message out via forwarder + startUdpListener(FORWARDER_PORT, TestCase.TestIPv6ForwardOutbound); + InetPoint forwarder = new InetPoint(getAddressBytes(FORWARDER_HOST), FORWARDER_PORT); + InetPacketSender sender = new InetPacketSender(forwarder); + InetPoint client = new InetPoint(getAddressBytes(CLIENT_HOST_IPV6), CLIENT_PORT); + sender.forward(client, PAYLOAD); + checkBackgroundThreadAssertion(); + } + + @Test + public void testIPv4ForwardOutboundForward() throws InterruptedException, UnknownHostException, InetPacketException { + // Use case: Transport or Data Sink send IPv4 message out via forwarder + startUdpListener(FORWARDER_PORT, TestCase.TestIPv4ForwardOutboundForward); + InetPoint forwarder = new InetPoint(getAddressBytes(FORWARDER_HOST), FORWARDER_PORT); + InetPacketSender sender = new InetPacketSender(forwarder); + sender.setForwardAll(true); + InetPoint client = new InetPoint(getAddressBytes(CLIENT_HOST_IPV4), CLIENT_PORT); + sender.forward(client, PAYLOAD); + checkBackgroundThreadAssertion(); + } + + @Test + public void testIPv4ForwardOutboundSend() throws InterruptedException, UnknownHostException, InetPacketException { + // Use case: Transport or Data Sink send IPv4 message out via forwarder + // but it's being send out directly + startUdpListener(CLIENT_PORT, TestCase.TestIPv4ForwardOutboundSend); + InetPoint forwarder = new InetPoint(getAddressBytes(FORWARDER_HOST), FORWARDER_PORT); + InetPacketSender sender = new InetPacketSender(forwarder); + InetPoint client = new InetPoint(getAddressBytes(CLIENT_HOST_IPV4), CLIENT_PORT); + sender.forward(client, PAYLOAD); + checkBackgroundThreadAssertion(); + } + + @Test + public void testIPv6SendOutbound() throws InterruptedException, UnknownHostException, InetPacketException { + // Use case: Transport or Data Sink send IPv6 message out directly + startUdpListener(CLIENT_PORT, TestCase.TestIPv6SendOutbound); + InetPacketSender sender = new InetPacketSender(); + InetPoint client = new InetPoint(getAddressBytes(CLIENT_HOST_IPV6), CLIENT_PORT); + sender.send(client, PAYLOAD); + checkBackgroundThreadAssertion(); + } + + @Test + public void testIPv4SendOutbound() throws InterruptedException, UnknownHostException, InetPacketException { + // Use case: Transport or Data Sink send IPv4 message out directly + startUdpListener(CLIENT_PORT, TestCase.TestIPv4SendOutbound); + InetPacketSender sender = new InetPacketSender(); + InetPoint client = new InetPoint(getAddressBytes(CLIENT_HOST_IPV4), CLIENT_PORT); + sender.send(client, PAYLOAD); + checkBackgroundThreadAssertion(); + } + + private static byte[] getAddressBytes(String host) throws UnknownHostException { + return InetAddress.getByName(host).getAddress(); + } + + private void startUdpListener(int port, TestCase tc) { + final int listenPort = port; + final TestCase testCase = tc; + + Thread listener = new Thread(new Runnable() { + @Override + public void run() { + DatagramSocket socket = null; + try { + socket = new DatagramSocket(listenPort); + DatagramPacket datagramPacket = new DatagramPacket(new byte[DEFAULT_MAX_PACKET_SIZE], + DEFAULT_MAX_PACKET_SIZE); + socket.setSoTimeout(1000); + socket.receive(datagramPacket); + validatePacket(datagramPacket); + } catch (SocketTimeoutException ex) { + log.error( + String.format("Caught socket timeout exception while recieving message on port %d. Max size is %d", + listenPort, DEFAULT_MAX_PACKET_SIZE), + ex); + } catch (SocketException ex) { + log.error(String.format("Caught socket exception while recieving message on port %d. Max size is %d", + listenPort, DEFAULT_MAX_PACKET_SIZE), ex); + } catch (IOException ex) { + log.error( + String.format("Caught IO exception exception while recieving message on port %d. Max size is %d", + listenPort, DEFAULT_MAX_PACKET_SIZE), + ex); + } finally { + if (socket != null && !socket.isClosed()) { + socket.close(); + socket = null; + } + } + } + + private void validatePacket(DatagramPacket packet) throws UnknownHostException { + assertNotNull(packet); + + final byte[] data = packet.getData(); + assertNotNull(data); + + final int length = packet.getLength(); + assertTrue(length > 0); + + final int offset = packet.getOffset(); + + byte[] packetData = Arrays.copyOfRange(data, offset, length); + + try { + switch (testCase) { + case TestForwardPacketInbound: + validateForwardPacketInbound(packetData); + validateForwardPacketInbound(packet); + break; + case TestSendPacketOutbound: + validateSendPacketOutbound(packetData); + validateSendPacketOutbound(packet); + break; + case TestIPv6ForwardOutbound: + validateIPv6ForwardOutbound(packetData); + validateIPv6ForwardOutbound(packet); + break; + case TestIPv4ForwardOutboundForward: + validateIPv4ForwardOutboundForward(packetData); + validateIPv4ForwardOutboundForward(packet); + break; + case TestIPv4ForwardOutboundSend: + validateIPv4ForwardOutboundSend(packetData); + validateIPv4ForwardOutboundSend(packet); + break; + case TestIPv6SendOutbound: + validateIPv6SendOutbound(packetData); + validateIPv6SendOutbound(packet); + break; + case TestIPv4SendOutbound: + validateIPv4SendOutbound(packetData); + validateIPv4SendOutbound(packet); + break; + } + } catch (AssertionError ex) { + assertionError = ex; + } + } + + private void validateForwardPacketInbound(byte[] payload) throws UnknownHostException { + validateForwardPacketInbound("Payload", new InetPacket(payload)); + } + + private void validateForwardPacketInbound(DatagramPacket packet) throws UnknownHostException { + validateForwardPacketInbound("Packet", new InetPacket(packet)); + } + + private void validateForwardPacketInbound(String tail, InetPacket p) throws UnknownHostException { + assertNotNull(p); + if (isDebugOutput) + print("ForwardPacketInbound", p); + assertEquals(TRANSPORT_PORT, listenPort); + InetPoint point = p.getPoint(); + assertNotNull(point); + byte[] srcAddress = point.address; + assertNotNull(srcAddress); + if (point.isIPv6Address()) + assertArrayEquals(getAddressBytes(CLIENT_HOST_IPV6), point.address); + else + assertArrayEquals(getAddressBytes(CLIENT_HOST_IPV4), point.address); + assertEquals(CLIENT_PORT, point.port); + assertTrue(point.forward); + assertArrayEquals(PAYLOAD, p.getPayload()); + } + + private void validateSendPacketOutbound(byte[] payload) throws UnknownHostException { + InetPacket p = new InetPacket(payload); + assertNotNull(p); + if (isDebugOutput) + print("SendPacketOutbound Payload", p); + assertEquals(CLIENT_PORT, listenPort); + InetPoint point = p.getPoint(); + assertNull(point); + assertArrayEquals(p.getPayload(), PAYLOAD); + } + + private void validateSendPacketOutbound(DatagramPacket packet) throws UnknownHostException { + InetPacket p = new InetPacket(packet); + assertNotNull(p); + if (isDebugOutput) + print("SendPacketOutbound Packet", p); + assertEquals(CLIENT_PORT, listenPort); + InetPoint point = p.getPoint(); + assertNotNull(point); + byte[] srcAddress = point.address; + assertNotNull(srcAddress); + if (point.isIPv6Address()) + assertArrayEquals(point.address, getAddressBytes(CLIENT_HOST_IPV6)); + else + assertArrayEquals(point.address, getAddressBytes(CLIENT_HOST_IPV4)); + assertFalse(point.forward); + assertArrayEquals(p.getPayload(), PAYLOAD); + } + + private void validateIPv6ForwardOutbound(byte[] payload) throws UnknownHostException { + validateIPv6ForwardOutbound("Payload", new InetPacket(payload)); + } + + private void validateIPv6ForwardOutbound(DatagramPacket packet) throws UnknownHostException { + validateIPv6ForwardOutbound("Packet", new InetPacket(packet)); + } + + private void validateIPv6ForwardOutbound(String tail, InetPacket p) throws UnknownHostException { + assertNotNull(p); + if (isDebugOutput) + print("IPv6ForwardOutbound " + tail, p); + assertEquals(FORWARDER_PORT, listenPort); + InetPoint point = p.getPoint(); + assertNotNull(point); + byte[] srcAddress = point.address; + assertNotNull(srcAddress); + assertTrue(point.isIPv6Address()); + assertArrayEquals(point.address, getAddressBytes(CLIENT_HOST_IPV6)); + assertEquals(CLIENT_PORT, point.port); + assertTrue(point.forward); + assertArrayEquals(p.getPayload(), PAYLOAD); + } + + private void validateIPv4ForwardOutboundForward(byte[] payload) throws UnknownHostException { + validateIPv4ForwardOutboundForward("Payload", new InetPacket(payload)); + } + + private void validateIPv4ForwardOutboundForward(DatagramPacket packet) throws UnknownHostException { + validateIPv4ForwardOutboundForward("Packet", new InetPacket(packet)); + } + + private void validateIPv4ForwardOutboundForward(String tail, InetPacket p) throws UnknownHostException { + assertNotNull(p); + if (isDebugOutput) + print("IPv4ForwardOutboundForward " + tail, p); + assertEquals(FORWARDER_PORT, listenPort); + InetPoint point = p.getPoint(); + assertNotNull(point); + byte[] srcAddress = point.address; + assertNotNull(srcAddress); + assertFalse(point.isIPv6Address()); + assertArrayEquals(point.address, getAddressBytes(CLIENT_HOST_IPV4)); + assertEquals(CLIENT_PORT, point.port); + assertTrue(point.forward); + assertArrayEquals(p.getPayload(), PAYLOAD); + } + + private void validateIPv4ForwardOutboundSend(byte[] payload) throws UnknownHostException { + InetPacket p = new InetPacket(payload); + assertNotNull(p); + if (isDebugOutput) + print("IPv4ForwardOutboundSend Payload", p); + assertEquals(CLIENT_PORT, listenPort); + InetPoint point = p.getPoint(); + assertNull(point); + assertArrayEquals(p.getPayload(), PAYLOAD); + } + + private void validateIPv4ForwardOutboundSend(DatagramPacket packet) throws UnknownHostException { + InetPacket p = new InetPacket(packet); + assertNotNull(p); + if (isDebugOutput) + print("IPv4ForwardOutboundSend Packet", p); + assertEquals(CLIENT_PORT, listenPort); + InetPoint point = p.getPoint(); + assertNotNull(point); + byte[] srcAddress = point.address; + assertNotNull(srcAddress); + if (point.isIPv6Address()) + assertArrayEquals(point.address, getAddressBytes(CLIENT_HOST_IPV6)); + else + assertArrayEquals(point.address, getAddressBytes(CLIENT_HOST_IPV4)); + assertFalse(point.forward); + assertArrayEquals(p.getPayload(), PAYLOAD); + } + + private void validateIPv6SendOutbound(byte[] payload) throws UnknownHostException { + validateIPvXSendOutboundPayload(new InetPacket(payload)); + } + + private void validateIPv4SendOutbound(byte[] payload) throws UnknownHostException { + validateIPvXSendOutboundPayload(new InetPacket(payload)); + } + + private void validateIPv6SendOutbound(DatagramPacket packet) throws UnknownHostException { + validateIPvXSendOutboundPacket(new InetPacket(packet)); + } + + private void validateIPv4SendOutbound(DatagramPacket packet) throws UnknownHostException { + validateIPvXSendOutboundPacket(new InetPacket(packet)); + } + + private void validateIPvXSendOutboundPayload(InetPacket p) throws UnknownHostException { + assertNotNull(p); + if (isDebugOutput) + print("IPvXSendOutbound Payload", p); + assertEquals(CLIENT_PORT, listenPort); + InetPoint point = p.getPoint(); + assertNull(point); + assertArrayEquals(p.getPayload(), PAYLOAD); + } + + private void validateIPvXSendOutboundPacket(InetPacket p) throws UnknownHostException { + assertNotNull(p); + if (isDebugOutput) + print("IPvXSendOutbound Packet", p); + assertEquals(CLIENT_PORT, listenPort); + InetPoint point = p.getPoint(); + assertNotNull(point); + byte[] srcAddress = point.address; + assertNotNull(srcAddress); + if (point.isIPv6Address()) + assertArrayEquals(point.address, getAddressBytes(CLIENT_HOST_IPV6)); + else + assertArrayEquals(point.address, getAddressBytes(CLIENT_HOST_IPV4)); + assertFalse(point.forward); + assertArrayEquals(p.getPayload(), PAYLOAD); + } + + private void print(String header, InetPacket pb) throws UnknownHostException { + assertNotNull(pb); + InetPoint point = pb.getPoint(); + if (point != null) { + System.out.printf("%s: port: %d (0x%x)\n", header, point.port, point.port); + System.out.printf("%s: address size: %d value: %s ip: %s\n", header, point.address.length, + CodecUtils.toHex(point.address), InetAddress.getByAddress(point.address).getHostAddress()); + System.out.printf("%s: forward: %s\n", header, point.forward ? "true" : "false"); + } else { + System.out.printf("%s: Inet point is null\n", header); + } + byte[] p = pb.getPayload(); + System.out.printf("%s: payload: %s\n", header, p != null && p.length > 0 ? CodecUtils.toHex(p) : ""); + System.out.printf("%s: bundle: %s\n", header, pb.toHexString()); + } + }); + listener.start(); + try { + Thread.sleep(500); + } catch (InterruptedException e) { + } + } + + void checkBackgroundThreadAssertion() { + try { + Thread.sleep(1500); + } catch (InterruptedException unused) { + } + + if (assertionError != null) + throw assertionError; + } + +} diff --git a/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/inet/InetPacketTest.java b/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/inet/InetPacketTest.java index b0d22e447..b66bf931c 100644 --- a/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/inet/InetPacketTest.java +++ b/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/inet/InetPacketTest.java @@ -1,172 +1,172 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.inet; - -import static org.junit.Assert.assertFalse; -import static org.junit.Assert.assertTrue; -import static org.junit.Assert.fail; - -import java.net.DatagramPacket; -import java.net.DatagramSocket; -import java.net.InetAddress; -import java.net.UnknownHostException; - -import org.junit.Before; -import org.junit.Test; - -import mockit.Capturing; -import mockit.Expectations; -import mockit.Mock; -import mockit.MockUp; -import mockit.Mocked; -import us.dot.its.jpo.ode.util.CrcCccitt; - -public class InetPacketTest { - - @Capturing - DatagramSocket capturingDatagramSocket; - - @Capturing - DatagramPacket capturingDatagramPacket; - - @Capturing - Thread capturingThread; - - @Mocked - DatagramPacket mockDatagramPacket; - byte[] mockPayload; - - @Mocked InetAddress address; - - @Before - public void setup() { - new MockUp() { - @Mock - public InetAddress getByName(String host) { - return address; - } - }; - } - - - @Test - public void testStringConstructorCallsPointConstructor() { - try { - new InetPacket("testHost", 5, new byte[] { 1, 2, 3 }); - } catch (UnknownHostException e) { - fail("Unexpected exception: " + e); - } - } - - @Test - public void testDatagramPacketConstructor() { - new InetPacket(mockDatagramPacket); - } - - @Test - public void testByteConstructor() { - InetPacket testPacket = new InetPacket(new byte[] { 1, 2, 3 }); - testPacket.getPoint(); - testPacket.getPayload(); - testPacket.getBundle(); - testPacket.toHexString(); - - } - - /* - * @Test public void testEvenNum() { boolean ans = false; boolean val; byte[] - * bundle = null; - * - * - * val = InetPacket.parseBundle(bundle); assertEquals(ans,val); } - */ - - @Test - public void parseBundleNulll() { - InetPacket testPacket = new InetPacket(new byte[] { 1, 2, 3 }); - byte[] bundle = null; - - assertFalse(testPacket.parseBundle(bundle)); - } - - @Test - public void parseBundleNotMagic() { - InetPacket testPacket = new InetPacket(new byte[] { 1, 2, 3 }); - byte[] bundle = new byte[] { 1, 2, 3, 4, 5, 6 }; - assertFalse(testPacket.parseBundle(bundle)); - } - - @Test - public void parseBundleMagic() { - InetPacket testPacket = new InetPacket(new byte[] { 1, 2, 3 }); - byte[] bundle = new byte[] { 9, 9, 9, 9, 9, 9, 9, 9, 9, 9 }; - assertFalse(testPacket.parseBundle(bundle)); - } - - @Test - public void parseBundleMagicother() { - InetPacket testPacket = new InetPacket(new byte[] { 1, 2, 3 }); - byte[] bundle = new byte[] { 1, 1, 1, 1, 1 }; - assertFalse(testPacket.parseBundle(bundle)); - } - - @Test - public void parseBundleMaxLength() { - InetPacket testPacket = new InetPacket(new byte[] { 1, 2, 3 }); - byte[] bundle = new byte[] { 1, 2, 3, 4, 5, 6, 7, 8, 9, 1, 2, 3, 4, 5, 6, 7, 8, 9, 1 }; - assertFalse(testPacket.parseBundle(bundle)); - } - - @Test - public void parseBundleMaxMaxLength() { - InetPacket testPacket = new InetPacket(new byte[] { 1, 2, 3 }); - byte[] bundle = new byte[] { 9, 8, 2, 4, 5, 1, 6, 5, 3 }; - assertFalse(testPacket.parseBundle(bundle)); - } - - @Test - public void setByteBuffer() { - InetPacket testPacket = new InetPacket(new byte[] { 1, 2, 3 }); - byte[] bundle = new byte[] { 58, (byte) 143, 5, (byte) 197, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 }; - assertFalse(testPacket.parseBundle(bundle)); - - } - - @Test - public void parseBundleAddressLengthLessThanRemaining() { - InetPacket testPacket = new InetPacket(new byte[] { 1, 2, 3 }); - byte[] bundle = new byte[] { 58, (byte) 143, 5, (byte) 197, 1, 2, 3, 4, 9, 1, 1, 1, 1, 1, 1, 1, 1 }; - - assertFalse(testPacket.parseBundle(bundle)); - - } - - @Test - public void parseBundleCrcCccittReturnsTrue() { - InetPacket testPacket = new InetPacket(new byte[] { 1, 2, 3 }); - byte[] bundle = new byte[] { 58, (byte) 143, 5, (byte) 197, 1, 2, 3, 4, 9, 1, 1, 1, 1, 1, 1, 1, 1 }; - - new Expectations(CrcCccitt.class) { - { - CrcCccitt.isValidMsgCRC((byte[]) any, anyInt, anyInt); - result = true; - } - }; - assertTrue(testPacket.parseBundle(bundle)); - - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.inet; + +import static org.junit.Assert.assertFalse; +import static org.junit.Assert.assertTrue; +import static org.junit.Assert.fail; + +import java.net.DatagramPacket; +import java.net.DatagramSocket; +import java.net.InetAddress; +import java.net.UnknownHostException; + +import org.junit.Before; +import org.junit.Test; + +import mockit.Capturing; +import mockit.Expectations; +import mockit.Mock; +import mockit.MockUp; +import mockit.Mocked; +import us.dot.its.jpo.ode.util.CrcCccitt; + +public class InetPacketTest { + + @Capturing + DatagramSocket capturingDatagramSocket; + + @Capturing + DatagramPacket capturingDatagramPacket; + + @Capturing + Thread capturingThread; + + @Mocked + DatagramPacket mockDatagramPacket; + byte[] mockPayload; + + @Mocked InetAddress address; + + @Before + public void setup() { + new MockUp() { + @Mock + public InetAddress getByName(String host) { + return address; + } + }; + } + + + @Test + public void testStringConstructorCallsPointConstructor() { + try { + new InetPacket("testHost", 5, new byte[] { 1, 2, 3 }); + } catch (UnknownHostException e) { + fail("Unexpected exception: " + e); + } + } + + @Test + public void testDatagramPacketConstructor() { + new InetPacket(mockDatagramPacket); + } + + @Test + public void testByteConstructor() { + InetPacket testPacket = new InetPacket(new byte[] { 1, 2, 3 }); + testPacket.getPoint(); + testPacket.getPayload(); + testPacket.getBundle(); + testPacket.toHexString(); + + } + + /* + * @Test public void testEvenNum() { boolean ans = false; boolean val; byte[] + * bundle = null; + * + * + * val = InetPacket.parseBundle(bundle); assertEquals(ans,val); } + */ + + @Test + public void parseBundleNulll() { + InetPacket testPacket = new InetPacket(new byte[] { 1, 2, 3 }); + byte[] bundle = null; + + assertFalse(testPacket.parseBundle(bundle)); + } + + @Test + public void parseBundleNotMagic() { + InetPacket testPacket = new InetPacket(new byte[] { 1, 2, 3 }); + byte[] bundle = new byte[] { 1, 2, 3, 4, 5, 6 }; + assertFalse(testPacket.parseBundle(bundle)); + } + + @Test + public void parseBundleMagic() { + InetPacket testPacket = new InetPacket(new byte[] { 1, 2, 3 }); + byte[] bundle = new byte[] { 9, 9, 9, 9, 9, 9, 9, 9, 9, 9 }; + assertFalse(testPacket.parseBundle(bundle)); + } + + @Test + public void parseBundleMagicother() { + InetPacket testPacket = new InetPacket(new byte[] { 1, 2, 3 }); + byte[] bundle = new byte[] { 1, 1, 1, 1, 1 }; + assertFalse(testPacket.parseBundle(bundle)); + } + + @Test + public void parseBundleMaxLength() { + InetPacket testPacket = new InetPacket(new byte[] { 1, 2, 3 }); + byte[] bundle = new byte[] { 1, 2, 3, 4, 5, 6, 7, 8, 9, 1, 2, 3, 4, 5, 6, 7, 8, 9, 1 }; + assertFalse(testPacket.parseBundle(bundle)); + } + + @Test + public void parseBundleMaxMaxLength() { + InetPacket testPacket = new InetPacket(new byte[] { 1, 2, 3 }); + byte[] bundle = new byte[] { 9, 8, 2, 4, 5, 1, 6, 5, 3 }; + assertFalse(testPacket.parseBundle(bundle)); + } + + @Test + public void setByteBuffer() { + InetPacket testPacket = new InetPacket(new byte[] { 1, 2, 3 }); + byte[] bundle = new byte[] { 58, (byte) 143, 5, (byte) 197, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 }; + assertFalse(testPacket.parseBundle(bundle)); + + } + + @Test + public void parseBundleAddressLengthLessThanRemaining() { + InetPacket testPacket = new InetPacket(new byte[] { 1, 2, 3 }); + byte[] bundle = new byte[] { 58, (byte) 143, 5, (byte) 197, 1, 2, 3, 4, 9, 1, 1, 1, 1, 1, 1, 1, 1 }; + + assertFalse(testPacket.parseBundle(bundle)); + + } + + @Test + public void parseBundleCrcCccittReturnsTrue() { + InetPacket testPacket = new InetPacket(new byte[] { 1, 2, 3 }); + byte[] bundle = new byte[] { 58, (byte) 143, 5, (byte) 197, 1, 2, 3, 4, 9, 1, 1, 1, 1, 1, 1, 1, 1 }; + + new Expectations(CrcCccitt.class) { + { + CrcCccitt.isValidMsgCRC((byte[]) any, anyInt, anyInt); + result = true; + } + }; + assertTrue(testPacket.parseBundle(bundle)); + + } + +} diff --git a/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/inet/InetPointTest.java b/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/inet/InetPointTest.java index 5aa56eabc..082541092 100644 --- a/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/inet/InetPointTest.java +++ b/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/inet/InetPointTest.java @@ -1,141 +1,141 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.inet; - -import static org.junit.Assert.assertEquals; -import static org.junit.Assert.assertFalse; -import static org.junit.Assert.assertTrue; -import static org.junit.Assert.fail; - -import java.net.DatagramPacket; -import java.net.DatagramSocket; -import java.net.InetAddress; -import java.net.UnknownHostException; - -import org.junit.Test; - -import mockit.Capturing; -import mockit.Expectations; - -public class InetPointTest { - - @Capturing - DatagramSocket capturingDatagramSocket; - - @Capturing - DatagramPacket capturingDatagramPacket; - - @Capturing - Thread capturingThread; - - @Capturing - InetAddress capturingInetAddress; - - @Test - public void testStringConstructorCreatesAddress() { - try { - new Expectations() { - { - InetAddress.getByName(anyString).getAddress(); - } - }; - - new InetPoint("hostString123", 5, true); - } catch (UnknownHostException e) { - fail("Unexpected exception: " + e); - } - } - - @Test(expected = IllegalArgumentException.class) - public void testStringConstructorFailsNullAddress() { - try { - new Expectations() { - { - InetAddress.getByName(anyString).getAddress(); - result = null; - } - }; - new InetPoint("hostString123", 5, true); - } catch (UnknownHostException e) { - fail("Unexpected exception: " + e); - } - } - - @Test - public void testByteConstructorCreatesAddress() { - new InetPoint(new byte[] { 1, 2, 3 }, 5, true); - } - - @Test(expected = IllegalArgumentException.class) - public void testByteConstructorFailsNullAddress() { - new InetPoint((byte[]) null, 5, true); - } - - @Test - public void testBBytePortConstructorCreatesAddress() { - new InetPoint(new byte[] { 1, 2, 3 }, 5); - } - - @Test(expected = IllegalArgumentException.class) - public void testBytePortConstructorFailsNullAddress() { - new InetPoint((byte[]) null, 5); - } - - @Test - public void getInetAddressCallsGetAddress() { - try { - new Expectations() { - { - InetAddress.getByAddress((byte[]) any); - } - }; - new InetPoint(new byte[] { 1, 2, 3 }, 5).getInetAddress(); - } catch (UnknownHostException e) { - fail("Unexpected exception: " + e); - } - } - - @Test - public void testAddressLength16IsIpv6() { - assertTrue(new InetPoint(new byte[16], 5).isIPv6Address()); - } - - @Test - public void testAddressLength4IsNotIpv6() { - assertFalse(new InetPoint(new byte[4], 5).isIPv6Address()); - } - - @Test - public void testToStringMethodIPV6() { - assertEquals( - "InetPoint { port = 5 (0x5); address = 00000000000000000000000000000000 (IPv6, null); forward = false }", - new InetPoint(new byte[16], 5).toString()); - } - - @Test - public void testToStringException() { - assertEquals( - "InetPoint { port = 5 (0x5); address = 00000000000000000000000000000000 (IPv6, null); forward = false }", - new InetPoint(new byte[16], 5).toString()); - } - - @Test - public void testToStringMethodIPV4() { - assertEquals("InetPoint { port = 5 (0x5); address = 00000000 (IPv4, null); forward = false }", - new InetPoint(new byte[4], 5).toString()); - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.inet; + +import static org.junit.Assert.assertEquals; +import static org.junit.Assert.assertFalse; +import static org.junit.Assert.assertTrue; +import static org.junit.Assert.fail; + +import java.net.DatagramPacket; +import java.net.DatagramSocket; +import java.net.InetAddress; +import java.net.UnknownHostException; + +import org.junit.Test; + +import mockit.Capturing; +import mockit.Expectations; + +public class InetPointTest { + + @Capturing + DatagramSocket capturingDatagramSocket; + + @Capturing + DatagramPacket capturingDatagramPacket; + + @Capturing + Thread capturingThread; + + @Capturing + InetAddress capturingInetAddress; + + @Test + public void testStringConstructorCreatesAddress() { + try { + new Expectations() { + { + InetAddress.getByName(anyString).getAddress(); + } + }; + + new InetPoint("hostString123", 5, true); + } catch (UnknownHostException e) { + fail("Unexpected exception: " + e); + } + } + + @Test(expected = IllegalArgumentException.class) + public void testStringConstructorFailsNullAddress() { + try { + new Expectations() { + { + InetAddress.getByName(anyString).getAddress(); + result = null; + } + }; + new InetPoint("hostString123", 5, true); + } catch (UnknownHostException e) { + fail("Unexpected exception: " + e); + } + } + + @Test + public void testByteConstructorCreatesAddress() { + new InetPoint(new byte[] { 1, 2, 3 }, 5, true); + } + + @Test(expected = IllegalArgumentException.class) + public void testByteConstructorFailsNullAddress() { + new InetPoint((byte[]) null, 5, true); + } + + @Test + public void testBBytePortConstructorCreatesAddress() { + new InetPoint(new byte[] { 1, 2, 3 }, 5); + } + + @Test(expected = IllegalArgumentException.class) + public void testBytePortConstructorFailsNullAddress() { + new InetPoint((byte[]) null, 5); + } + + @Test + public void getInetAddressCallsGetAddress() { + try { + new Expectations() { + { + InetAddress.getByAddress((byte[]) any); + } + }; + new InetPoint(new byte[] { 1, 2, 3 }, 5).getInetAddress(); + } catch (UnknownHostException e) { + fail("Unexpected exception: " + e); + } + } + + @Test + public void testAddressLength16IsIpv6() { + assertTrue(new InetPoint(new byte[16], 5).isIPv6Address()); + } + + @Test + public void testAddressLength4IsNotIpv6() { + assertFalse(new InetPoint(new byte[4], 5).isIPv6Address()); + } + + @Test + public void testToStringMethodIPV6() { + assertEquals( + "InetPoint { port = 5 (0x5); address = 00000000000000000000000000000000 (IPv6, null); forward = false }", + new InetPoint(new byte[16], 5).toString()); + } + + @Test + public void testToStringException() { + assertEquals( + "InetPoint { port = 5 (0x5); address = 00000000000000000000000000000000 (IPv6, null); forward = false }", + new InetPoint(new byte[16], 5).toString()); + } + + @Test + public void testToStringMethodIPV4() { + assertEquals("InetPoint { port = 5 (0x5); address = 00000000 (IPv4, null); forward = false }", + new InetPoint(new byte[4], 5).toString()); + } + +} diff --git a/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/util/CodecUtilsTest.java b/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/util/CodecUtilsTest.java index 9e44a234c..8bb3e482b 100644 --- a/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/util/CodecUtilsTest.java +++ b/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/util/CodecUtilsTest.java @@ -1,91 +1,91 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.util; - -import static org.junit.Assert.assertEquals; -import static org.junit.Assert.fail; - -import java.io.IOException; -import java.nio.ByteOrder; -import java.util.Arrays; - -import org.junit.Test; - -public class CodecUtilsTest { - - @Test - public void testShortsToBytes() { - - byte[] expectedValue = new byte[] { 0, 5, 0, -2, 1, 1 }; - - byte[] actualValue = CodecUtils.shortsToBytes(new short[] { (short) 5, (short) 254, (short) 257 }, ByteOrder.BIG_ENDIAN); - - assertEquals(Arrays.toString(expectedValue), Arrays.toString(actualValue)); - } - - @Test - public void testShortToBytes() { - byte[] expectedValue = new byte[] { 1, 37 }; - - byte[] actualValue = CodecUtils.shortToBytes((short) 293, ByteOrder.BIG_ENDIAN); - - assertEquals(Arrays.toString(expectedValue), Arrays.toString(actualValue)); - } - - @Test - public void testBytesToShorts() { - short[] expectedValue = new short[] { (short) 513 }; - - short[] actualValue = CodecUtils.bytesToShorts(new byte[] { 2, 1 }, 0, 2, ByteOrder.BIG_ENDIAN); - - assertEquals(Arrays.toString(expectedValue), Arrays.toString(actualValue)); - } - - @Test - public void testBytesToShort() { - short expectedValue = (short) 258; - - short actualValue = CodecUtils.bytesToShort(new byte[] { 1, 2, 5, 2 }, 0, 4, ByteOrder.BIG_ENDIAN); - - assertEquals(expectedValue, actualValue); - } - - @Test - public void testMergeBytes() { - - byte[] expectedValue = new byte[] { 1, 1, 2, 3, 5, 8 }; - - try { - byte[] actualValue = CodecUtils.mergeBytes(new byte[] { 1 }, new byte[] { 1, 2 }, new byte[] { 3, 5, 8 }); - assertEquals(Arrays.toString(expectedValue), Arrays.toString(actualValue)); - } catch (IOException e) { - fail("Unexpected exception: " + e); - } - } - - @Test - public void bytesToLongs() { - // 598273498 decimal == 23A8EDDA hex == 0, 0, 0, 0, 35, 168, 237, 218 - // 54 decimal = 0, 0, 0, 0, 0, 0, 0, 54 - long[] expectedValue = new long[] { (long) 598273498, (long) 54 }; - long[] actualValue = CodecUtils.bytesToLongs( - new byte[] { (byte) 0, (byte) 0, (byte) 0, (byte) 0, (byte) 35, (byte) 168, (byte) 237, (byte) 218, - (byte) 0, (byte) 0, (byte) 0, (byte) 0, (byte) 0, (byte) 0, (byte) 0, (byte) 54 }, - 0, 16, ByteOrder.BIG_ENDIAN); - assertEquals(Arrays.toString(expectedValue), Arrays.toString(actualValue)); - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.util; + +import static org.junit.Assert.assertEquals; +import static org.junit.Assert.fail; + +import java.io.IOException; +import java.nio.ByteOrder; +import java.util.Arrays; + +import org.junit.Test; + +public class CodecUtilsTest { + + @Test + public void testShortsToBytes() { + + byte[] expectedValue = new byte[] { 0, 5, 0, -2, 1, 1 }; + + byte[] actualValue = CodecUtils.shortsToBytes(new short[] { (short) 5, (short) 254, (short) 257 }, ByteOrder.BIG_ENDIAN); + + assertEquals(Arrays.toString(expectedValue), Arrays.toString(actualValue)); + } + + @Test + public void testShortToBytes() { + byte[] expectedValue = new byte[] { 1, 37 }; + + byte[] actualValue = CodecUtils.shortToBytes((short) 293, ByteOrder.BIG_ENDIAN); + + assertEquals(Arrays.toString(expectedValue), Arrays.toString(actualValue)); + } + + @Test + public void testBytesToShorts() { + short[] expectedValue = new short[] { (short) 513 }; + + short[] actualValue = CodecUtils.bytesToShorts(new byte[] { 2, 1 }, 0, 2, ByteOrder.BIG_ENDIAN); + + assertEquals(Arrays.toString(expectedValue), Arrays.toString(actualValue)); + } + + @Test + public void testBytesToShort() { + short expectedValue = (short) 258; + + short actualValue = CodecUtils.bytesToShort(new byte[] { 1, 2, 5, 2 }, 0, 4, ByteOrder.BIG_ENDIAN); + + assertEquals(expectedValue, actualValue); + } + + @Test + public void testMergeBytes() { + + byte[] expectedValue = new byte[] { 1, 1, 2, 3, 5, 8 }; + + try { + byte[] actualValue = CodecUtils.mergeBytes(new byte[] { 1 }, new byte[] { 1, 2 }, new byte[] { 3, 5, 8 }); + assertEquals(Arrays.toString(expectedValue), Arrays.toString(actualValue)); + } catch (IOException e) { + fail("Unexpected exception: " + e); + } + } + + @Test + public void bytesToLongs() { + // 598273498 decimal == 23A8EDDA hex == 0, 0, 0, 0, 35, 168, 237, 218 + // 54 decimal = 0, 0, 0, 0, 0, 0, 0, 54 + long[] expectedValue = new long[] { (long) 598273498, (long) 54 }; + long[] actualValue = CodecUtils.bytesToLongs( + new byte[] { (byte) 0, (byte) 0, (byte) 0, (byte) 0, (byte) 35, (byte) 168, (byte) 237, (byte) 218, + (byte) 0, (byte) 0, (byte) 0, (byte) 0, (byte) 0, (byte) 0, (byte) 0, (byte) 54 }, + 0, 16, ByteOrder.BIG_ENDIAN); + assertEquals(Arrays.toString(expectedValue), Arrays.toString(actualValue)); + } + +} diff --git a/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/util/CrcCccittTest.java b/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/util/CrcCccittTest.java index 2dd4b18a3..148d13118 100644 --- a/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/util/CrcCccittTest.java +++ b/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/util/CrcCccittTest.java @@ -1,104 +1,104 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.util; - -import static org.junit.Assert.*; - -import java.nio.ByteBuffer; -import java.nio.ByteOrder; - -import org.junit.After; -import org.junit.Before; -import org.junit.BeforeClass; -import org.junit.Test; - -public class CrcCccittTest { - - @BeforeClass - public static void setUpBeforeClass() throws Exception { - } - - @Before - public void setUp() throws Exception { - } - - @After - public void tearDown() throws Exception { - } - - @Test - public void testCalculateCrcCccitt() { - testCalculateCrcCccitt(0x0000, ""); - testCalculateCrcCccitt(0x2672, "1"); - testCalculateCrcCccitt(0x31c3, "123456789"); - testCalculateCrcCccitt(0x69df, "The generating polynomial used is the CRC-CCITT commonly expressed as x^16 + x^12 + x^5 + 1. An initial seed value of zero shall be used."); - testCalculateCrcCccitt(0xd4f9, "MsgCRC ::= OCTET STRING (SIZE(2)) -- created with the CRC-CCITT polynomial"); - } - - @Test - public void testCalculateCrcCccitt2() { - int checkSum = CrcCccitt.calculateCrcCccitt(null); - assertEquals(0, checkSum); - checkSum = CrcCccitt.calculateCrcCccitt(null, 1, 10); - assertEquals(0, checkSum); - checkSum = CrcCccitt.calculateCrcCccitt("".getBytes(), 1, 10); - assertEquals(0, checkSum); - checkSum = CrcCccitt.calculateCrcCccitt("123".getBytes(), -1, 1); - assertEquals(0, checkSum); - checkSum = CrcCccitt.calculateCrcCccitt("1".getBytes(), 0, 10); - assertEquals(0x2672, checkSum); - checkSum = CrcCccitt.calculateCrcCccitt("123".getBytes(), 0, 1); - assertEquals(0x2672, checkSum); - checkSum = CrcCccitt.calculateCrcCccitt("0123456789abcdef".getBytes(), 1, 9); - assertEquals(0x31c3, checkSum); - checkSum = CrcCccitt.calculateCrcCccitt("0123456789abcdef".getBytes(), 5, 4); - assertEquals(0xccf0, checkSum); - } - - @Test - public void testSetMsgCRC() { - byte[] msg = "12345678900".getBytes(); - int checkSum = CrcCccitt.calculateCrcCccitt(msg,0,msg.length-2); - assertEquals(0x31c3, checkSum); - CrcCccitt.setMsgCRC(msg); - assertEquals((byte)0x31, msg[msg.length-2]); - assertEquals((byte)0xc3, msg[msg.length-1]); - assertTrue(CrcCccitt.isValidMsgCRC(msg)); - } - - public void testCalculateCrcCccitt(int expectedCheckSum, String text ) { - byte[] textBytes = text.getBytes(); - int checkSum = CrcCccitt.calculateCrcCccitt(textBytes); - assertEquals(expectedCheckSum, checkSum); - ByteBuffer buffer = ByteBuffer.allocate(2).order(ByteOrder.BIG_ENDIAN); - buffer.putShort((short)checkSum); - byte[] crcBytes = buffer.array(); - byte[] msg = new byte[text.length()+2]; - System.arraycopy(textBytes, 0, msg, 0, textBytes.length); - System.arraycopy(crcBytes, 0, msg, textBytes.length, 2); - boolean isValid = CrcCccitt.isValidMsgCRC(msg); - assertTrue(isValid); - //System.out.printf("0x%04x: %s: %3d %s\n", checkSum, isValid ? "valid" : "invalid", text.length(), text); - System.arraycopy("12".getBytes(), 0, msg, textBytes.length, 2); - isValid = CrcCccitt.isValidMsgCRC(msg); - assertFalse(isValid); - if ( textBytes.length > 0 ) { - isValid = CrcCccitt.isValidMsgCRC(textBytes); - assertFalse(isValid); - } - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.util; + +import static org.junit.Assert.*; + +import java.nio.ByteBuffer; +import java.nio.ByteOrder; + +import org.junit.After; +import org.junit.Before; +import org.junit.BeforeClass; +import org.junit.Test; + +public class CrcCccittTest { + + @BeforeClass + public static void setUpBeforeClass() throws Exception { + } + + @Before + public void setUp() throws Exception { + } + + @After + public void tearDown() throws Exception { + } + + @Test + public void testCalculateCrcCccitt() { + testCalculateCrcCccitt(0x0000, ""); + testCalculateCrcCccitt(0x2672, "1"); + testCalculateCrcCccitt(0x31c3, "123456789"); + testCalculateCrcCccitt(0x69df, "The generating polynomial used is the CRC-CCITT commonly expressed as x^16 + x^12 + x^5 + 1. An initial seed value of zero shall be used."); + testCalculateCrcCccitt(0xd4f9, "MsgCRC ::= OCTET STRING (SIZE(2)) -- created with the CRC-CCITT polynomial"); + } + + @Test + public void testCalculateCrcCccitt2() { + int checkSum = CrcCccitt.calculateCrcCccitt(null); + assertEquals(0, checkSum); + checkSum = CrcCccitt.calculateCrcCccitt(null, 1, 10); + assertEquals(0, checkSum); + checkSum = CrcCccitt.calculateCrcCccitt("".getBytes(), 1, 10); + assertEquals(0, checkSum); + checkSum = CrcCccitt.calculateCrcCccitt("123".getBytes(), -1, 1); + assertEquals(0, checkSum); + checkSum = CrcCccitt.calculateCrcCccitt("1".getBytes(), 0, 10); + assertEquals(0x2672, checkSum); + checkSum = CrcCccitt.calculateCrcCccitt("123".getBytes(), 0, 1); + assertEquals(0x2672, checkSum); + checkSum = CrcCccitt.calculateCrcCccitt("0123456789abcdef".getBytes(), 1, 9); + assertEquals(0x31c3, checkSum); + checkSum = CrcCccitt.calculateCrcCccitt("0123456789abcdef".getBytes(), 5, 4); + assertEquals(0xccf0, checkSum); + } + + @Test + public void testSetMsgCRC() { + byte[] msg = "12345678900".getBytes(); + int checkSum = CrcCccitt.calculateCrcCccitt(msg,0,msg.length-2); + assertEquals(0x31c3, checkSum); + CrcCccitt.setMsgCRC(msg); + assertEquals((byte)0x31, msg[msg.length-2]); + assertEquals((byte)0xc3, msg[msg.length-1]); + assertTrue(CrcCccitt.isValidMsgCRC(msg)); + } + + public void testCalculateCrcCccitt(int expectedCheckSum, String text ) { + byte[] textBytes = text.getBytes(); + int checkSum = CrcCccitt.calculateCrcCccitt(textBytes); + assertEquals(expectedCheckSum, checkSum); + ByteBuffer buffer = ByteBuffer.allocate(2).order(ByteOrder.BIG_ENDIAN); + buffer.putShort((short)checkSum); + byte[] crcBytes = buffer.array(); + byte[] msg = new byte[text.length()+2]; + System.arraycopy(textBytes, 0, msg, 0, textBytes.length); + System.arraycopy(crcBytes, 0, msg, textBytes.length, 2); + boolean isValid = CrcCccitt.isValidMsgCRC(msg); + assertTrue(isValid); + //System.out.printf("0x%04x: %s: %3d %s\n", checkSum, isValid ? "valid" : "invalid", text.length(), text); + System.arraycopy("12".getBytes(), 0, msg, textBytes.length, 2); + isValid = CrcCccitt.isValidMsgCRC(msg); + assertFalse(isValid); + if ( textBytes.length > 0 ) { + isValid = CrcCccitt.isValidMsgCRC(textBytes); + assertFalse(isValid); + } + } + +} diff --git a/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/util/DateTimeUtilsTest.java b/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/util/DateTimeUtilsTest.java index fe1849670..a04bd8e7a 100644 --- a/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/util/DateTimeUtilsTest.java +++ b/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/util/DateTimeUtilsTest.java @@ -1,47 +1,47 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.util; - -import java.text.ParseException; -import java.time.ZoneOffset; -import java.time.ZonedDateTime; -import java.time.format.DateTimeFormatter; - -import org.junit.Test; - -import junit.framework.TestCase; -import us.dot.its.jpo.ode.util.DateTimeUtils; - -public class DateTimeUtilsTest extends TestCase { - - @Test - public void testIsoDateTime() throws ParseException { - ZonedDateTime expectedDate = ZonedDateTime.now(ZoneOffset.UTC); - String sExpectedDate = DateTimeUtils.isoDateTime(expectedDate); - String sdate = DateTimeUtils.isoDateTime( - expectedDate.getYear(), - expectedDate.getMonthValue(), - expectedDate.getDayOfMonth(), - expectedDate.getHour(), - expectedDate.getMinute(), - expectedDate.getSecond(), - expectedDate.getNano()/1000000).format(DateTimeFormatter.ISO_INSTANT); - - assertEquals(sExpectedDate.substring(0, 18), sdate.substring(0, 18)); - ZonedDateTime date2 = DateTimeUtils.isoDateTime("2015-11-30T16:06:15.679Z"); - assertNotNull(date2); - } -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.util; + +import java.text.ParseException; +import java.time.ZoneOffset; +import java.time.ZonedDateTime; +import java.time.format.DateTimeFormatter; + +import org.junit.Test; + +import junit.framework.TestCase; +import us.dot.its.jpo.ode.util.DateTimeUtils; + +public class DateTimeUtilsTest extends TestCase { + + @Test + public void testIsoDateTime() throws ParseException { + ZonedDateTime expectedDate = ZonedDateTime.now(ZoneOffset.UTC); + String sExpectedDate = DateTimeUtils.isoDateTime(expectedDate); + String sdate = DateTimeUtils.isoDateTime( + expectedDate.getYear(), + expectedDate.getMonthValue(), + expectedDate.getDayOfMonth(), + expectedDate.getHour(), + expectedDate.getMinute(), + expectedDate.getSecond(), + expectedDate.getNano()/1000000).format(DateTimeFormatter.ISO_INSTANT); + + assertEquals(sExpectedDate.substring(0, 18), sdate.substring(0, 18)); + ZonedDateTime date2 = DateTimeUtils.isoDateTime("2015-11-30T16:06:15.679Z"); + assertNotNull(date2); + } +} diff --git a/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/util/GeoUtilsTest.java b/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/util/GeoUtilsTest.java index 01e066a03..527e31523 100644 --- a/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/util/GeoUtilsTest.java +++ b/jpo-ode-common/src/test/java/us/dot/its/jpo/ode/util/GeoUtilsTest.java @@ -1,110 +1,110 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.util; - -import java.awt.geom.Line2D; -import java.awt.geom.Point2D; - -import org.junit.Test; - -import junit.framework.TestCase; -import us.dot.its.jpo.ode.util.GeoUtils; -import us.dot.its.jpo.ode.util.LengthUtils; - -public class GeoUtilsTest extends TestCase { - - public void testNearestPointOnLine() { - } - - @Test - public void testPointOffset() { - assertOffset(5.0, 5.0, 10.0, 5.0, 5.0, 8.0); //0 deg - assertOffset(5.0, 5.0, 10.0, 10.0, 2.878, 7.121); //45 deg - assertOffset(5.0, 5.0, 5.0, 10.0, 2.0, 5.0); //90 deg - assertOffset(5.0, 5.0, 0.0, 10.0, 2.878, 2.878); //135 deg - assertOffset(5.0, 5.0, 0.0, 5.0, 5.0, 2.0); //180 deg - assertOffset(5.0, 5.0, 0.0, 0.0, 7.121, 2.878); //225 deg - assertOffset(5.0, 5.0, 5.0, 0.0, 8.0, 5.0); //270 deg - assertOffset(5.0, 5.0, 10.0, 0.0, 7.121, 7.121); //315 deg - } - - @Test - public void assertOffset(double ax, double ay, double bx, double by, double ox, double oy) { - Point2D a = new Point2D.Double(ax, ay); - Point2D b = new Point2D.Double(bx, by); - double k = 3d; - double scale = 1000d; - - Point2D p1 = GeoUtils.pointOffset(a , b , k, null); - long p1x = (long) (p1.getX() * scale); - long p1y = (long) (p1.getY() * scale); - - assertEquals((long) (ox * scale), p1x); - assertEquals((long) (oy * scale), p1y); - } - - @Test - public void testDistanceInMapCoordinates() { - double aLat = 43.652969118285434; - double aLng = -85.94707489013672; - double bLat = 40.96538194577475; - double bLng = -81.03858947753906; - double pLat = 42.0; - double pLng = -83.5; - - Point2D a = GeoUtils.latLngToMap(aLat, aLng); - Point2D b = GeoUtils.latLngToMap(bLat, bLng); - Point2D p = GeoUtils.latLngToMap(pLat, pLng); - Line2D l = new Line2D.Double(a, b); - - double distanceInMeters = GeoUtils.distanceLatLng(aLat, aLng, bLat, bLng, - LengthUtils.UnitOfMeasure.M); - assertEquals(502073, Math.round(distanceInMeters)); - - double distanceInMapCoord = GeoUtils.distance(a, b); - assertEquals(679050, Math.round(distanceInMapCoord)); - - double d1 = GeoUtils.distanceToLine(l, p); - double d2 = GeoUtils.distanceToLine2(l, p); - double d3 = GeoUtils.distanceToLine3(l, p); - - assertEquals(d1, d2, GeoUtils.ERROR_MARGIN); - assertEquals(d1, d3, GeoUtils.ERROR_MARGIN); - } - - @Test - public void testDistanceInLatLng() { - double aLat = 43.652969118285434; - double aLng = -85.94707489013672; - double bLat = 40.96538194577475; - double bLng = -81.03858947753906; - double pLat = 42.0; - double pLng = -83.5; - - Point2D a = new Point2D.Double(aLat, aLng); - Point2D b = new Point2D.Double(bLat, bLng); - Point2D p = new Point2D.Double(pLat, pLng); - Line2D l = new Line2D.Double(a, b); - - double d1 = GeoUtils.distanceToLine(l, p); - double d2 = GeoUtils.distanceToLine2(l, p); - double d3 = GeoUtils.distanceToLine3(l, p); - - assertEquals(d1, d2, GeoUtils.ERROR_MARGIN); - assertEquals(d1, d3, GeoUtils.ERROR_MARGIN); - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.util; + +import java.awt.geom.Line2D; +import java.awt.geom.Point2D; + +import org.junit.Test; + +import junit.framework.TestCase; +import us.dot.its.jpo.ode.util.GeoUtils; +import us.dot.its.jpo.ode.util.LengthUtils; + +public class GeoUtilsTest extends TestCase { + + public void testNearestPointOnLine() { + } + + @Test + public void testPointOffset() { + assertOffset(5.0, 5.0, 10.0, 5.0, 5.0, 8.0); //0 deg + assertOffset(5.0, 5.0, 10.0, 10.0, 2.878, 7.121); //45 deg + assertOffset(5.0, 5.0, 5.0, 10.0, 2.0, 5.0); //90 deg + assertOffset(5.0, 5.0, 0.0, 10.0, 2.878, 2.878); //135 deg + assertOffset(5.0, 5.0, 0.0, 5.0, 5.0, 2.0); //180 deg + assertOffset(5.0, 5.0, 0.0, 0.0, 7.121, 2.878); //225 deg + assertOffset(5.0, 5.0, 5.0, 0.0, 8.0, 5.0); //270 deg + assertOffset(5.0, 5.0, 10.0, 0.0, 7.121, 7.121); //315 deg + } + + @Test + public void assertOffset(double ax, double ay, double bx, double by, double ox, double oy) { + Point2D a = new Point2D.Double(ax, ay); + Point2D b = new Point2D.Double(bx, by); + double k = 3d; + double scale = 1000d; + + Point2D p1 = GeoUtils.pointOffset(a , b , k, null); + long p1x = (long) (p1.getX() * scale); + long p1y = (long) (p1.getY() * scale); + + assertEquals((long) (ox * scale), p1x); + assertEquals((long) (oy * scale), p1y); + } + + @Test + public void testDistanceInMapCoordinates() { + double aLat = 43.652969118285434; + double aLng = -85.94707489013672; + double bLat = 40.96538194577475; + double bLng = -81.03858947753906; + double pLat = 42.0; + double pLng = -83.5; + + Point2D a = GeoUtils.latLngToMap(aLat, aLng); + Point2D b = GeoUtils.latLngToMap(bLat, bLng); + Point2D p = GeoUtils.latLngToMap(pLat, pLng); + Line2D l = new Line2D.Double(a, b); + + double distanceInMeters = GeoUtils.distanceLatLng(aLat, aLng, bLat, bLng, + LengthUtils.UnitOfMeasure.M); + assertEquals(502073, Math.round(distanceInMeters)); + + double distanceInMapCoord = GeoUtils.distance(a, b); + assertEquals(679050, Math.round(distanceInMapCoord)); + + double d1 = GeoUtils.distanceToLine(l, p); + double d2 = GeoUtils.distanceToLine2(l, p); + double d3 = GeoUtils.distanceToLine3(l, p); + + assertEquals(d1, d2, GeoUtils.ERROR_MARGIN); + assertEquals(d1, d3, GeoUtils.ERROR_MARGIN); + } + + @Test + public void testDistanceInLatLng() { + double aLat = 43.652969118285434; + double aLng = -85.94707489013672; + double bLat = 40.96538194577475; + double bLng = -81.03858947753906; + double pLat = 42.0; + double pLng = -83.5; + + Point2D a = new Point2D.Double(aLat, aLng); + Point2D b = new Point2D.Double(bLat, bLng); + Point2D p = new Point2D.Double(pLat, pLng); + Line2D l = new Line2D.Double(a, b); + + double d1 = GeoUtils.distanceToLine(l, p); + double d2 = GeoUtils.distanceToLine2(l, p); + double d3 = GeoUtils.distanceToLine3(l, p); + + assertEquals(d1, d2, GeoUtils.ERROR_MARGIN); + assertEquals(d1, d3, GeoUtils.ERROR_MARGIN); + } + +} diff --git a/jpo-ode-common/src/test/resources/logback-test.xml b/jpo-ode-common/src/test/resources/logback-test.xml index de5097a2d..a7a69c483 100644 --- a/jpo-ode-common/src/test/resources/logback-test.xml +++ b/jpo-ode-common/src/test/resources/logback-test.xml @@ -1,10 +1,10 @@ - - - - %msg%n - - - - - + + + + %msg%n + + + + + \ No newline at end of file diff --git a/jpo-ode-consumer-example/README.md b/jpo-ode-consumer-example/README.md index 53dae2f6f..311d14ad4 100644 --- a/jpo-ode-consumer-example/README.md +++ b/jpo-ode-consumer-example/README.md @@ -1,68 +1,68 @@ -# Kafka Consumer Example - -This project is intended to serve as a sample consumer application to subscribe to a Kafka topic of streams. After the ODE is up and running, this example project will showcase how you can build a Java application to subscribe to the outputs of a Kafka Stream. - -## Quick Run - - -The sample project needs to be compiled with assembly to ensure that that resulting jar is runnable with the Kafka libraries. It will produce a jar under `target/` with a "with-dependencies" tag. - -``` -mvn clean compile assembly:single install -``` - -To run the jar, be sure to include the topic at the end and group id at the end. If this is not a distributed system, the group can be any string. - -``` -java -jar target/consumer-example-0.0.1-SNAPSHOT-jar-with-dependencies.jar - -usage: Consumer Example - -b,--bootstrap-server Endpoint ('ip:port') - -g,--group Consumer Group - -t,--topic Topic Name - -type,--type string|byte message type -``` - -Example Usage As Of: 1/11/17 - -``` -java -jar target/consumer-example-0.0.1-SNAPSHOT-jar-with-dependencies.jar --bootstrap-server localhost:9092 -g group1 -t topic.J2735Bsm -type byte -``` - -It should return the following confirmation - -``` -Subscribed to topic topic.J2735Bsm -``` -Triggering an upload into the ODE, the output should be seen decoded into JSON in the console. - -![CLI-output](images/cli-output.png) - -## Additional Resources - -With the Kafka installed locally on a machine, here are a few additional commands that may be helpful while debugging Kafka topics. - -[Kafka Install Instructions](https://www.cloudera.com/documentation/kafka/latest/topics/kafka_installing.html#concept_ngx_4l4_4r) - -The IP used is the location of the Kafka endpoints. - -####Create, alter, list, and describe topics. - -``` -kafka-topics --zookeeper 192.168.1.151:2181 --list -sink1 -t1 -t2 -``` - -####Read data from a Kafka topic and write it to standard output. - -``` -kafka-console-consumer --zookeeper 192.168.1.151:2181 --topic topic.J2735Bsm -``` - -####Read data from standard output and write it to a Kafka topic. - -``` -kafka-console-producer --broker-list 192.168.1.151:9092 --topic topic.J2735Bsm -``` +# Kafka Consumer Example + +This project is intended to serve as a sample consumer application to subscribe to a Kafka topic of streams. After the ODE is up and running, this example project will showcase how you can build a Java application to subscribe to the outputs of a Kafka Stream. + +## Quick Run + + +The sample project needs to be compiled with assembly to ensure that that resulting jar is runnable with the Kafka libraries. It will produce a jar under `target/` with a "with-dependencies" tag. + +``` +mvn clean compile assembly:single install +``` + +To run the jar, be sure to include the topic at the end and group id at the end. If this is not a distributed system, the group can be any string. + +``` +java -jar target/consumer-example-0.0.1-SNAPSHOT-jar-with-dependencies.jar + +usage: Consumer Example + -b,--bootstrap-server Endpoint ('ip:port') + -g,--group Consumer Group + -t,--topic Topic Name + -type,--type string|byte message type +``` + +Example Usage As Of: 1/11/17 + +``` +java -jar target/consumer-example-0.0.1-SNAPSHOT-jar-with-dependencies.jar --bootstrap-server localhost:9092 -g group1 -t topic.J2735Bsm -type byte +``` + +It should return the following confirmation + +``` +Subscribed to topic topic.J2735Bsm +``` +Triggering an upload into the ODE, the output should be seen decoded into JSON in the console. + +![CLI-output](images/cli-output.png) + +## Additional Resources + +With the Kafka installed locally on a machine, here are a few additional commands that may be helpful while debugging Kafka topics. + +[Kafka Install Instructions](https://www.cloudera.com/documentation/kafka/latest/topics/kafka_installing.html#concept_ngx_4l4_4r) + +The IP used is the location of the Kafka endpoints. + +####Create, alter, list, and describe topics. + +``` +kafka-topics --zookeeper 192.168.1.151:2181 --list +sink1 +t1 +t2 +``` + +####Read data from a Kafka topic and write it to standard output. + +``` +kafka-console-consumer --zookeeper 192.168.1.151:2181 --topic topic.J2735Bsm +``` + +####Read data from standard output and write it to a Kafka topic. + +``` +kafka-console-producer --broker-list 192.168.1.151:9092 --topic topic.J2735Bsm +``` diff --git a/jpo-ode-consumer-example/pom.xml b/jpo-ode-consumer-example/pom.xml index 8ad267598..8d3f26391 100644 --- a/jpo-ode-consumer-example/pom.xml +++ b/jpo-ode-consumer-example/pom.xml @@ -1,64 +1,64 @@ - - 4.0.0 - - com.consumerexample - 0.0.1-SNAPSHOT - consumer-example - jar - consumer-example - - - junit - junit - 4.12 - test - - - - org.apache.kafka - kafka-clients - 0.10.1.0 - - - usdot.jpo.ode - jpo-ode-core - 0.0.1-SNAPSHOT - - - - commons-cli - commons-cli - 1.3 - - - - org.apache.commons - commons-lang3 - 3.0 - - - - - - - - - org.apache.maven.plugins - maven-assembly-plugin - 2.4 - - - - com.consumerexample.app.ConsumerExample - - - - jar-with-dependencies - - - - - - - + + 4.0.0 + + com.consumerexample + 0.0.1-SNAPSHOT + consumer-example + jar + consumer-example + + + junit + junit + 4.12 + test + + + + org.apache.kafka + kafka-clients + 0.10.1.0 + + + usdot.jpo.ode + jpo-ode-core + 0.0.1-SNAPSHOT + + + + commons-cli + commons-cli + 1.3 + + + + org.apache.commons + commons-lang3 + 3.0 + + + + + + + + + org.apache.maven.plugins + maven-assembly-plugin + 2.4 + + + + com.consumerexample.app.ConsumerExample + + + + jar-with-dependencies + + + + + + + diff --git a/jpo-ode-consumer-example/src/main/java/com/consumerexample/app/ConsumerExample.java b/jpo-ode-consumer-example/src/main/java/com/consumerexample/app/ConsumerExample.java index 74967e502..b63be9aab 100644 --- a/jpo-ode-consumer-example/src/main/java/com/consumerexample/app/ConsumerExample.java +++ b/jpo-ode-consumer-example/src/main/java/com/consumerexample/app/ConsumerExample.java @@ -1,111 +1,111 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package com.consumerexample.app; - -import java.util.Properties; -import java.util.Arrays; -import org.apache.kafka.clients.consumer.KafkaConsumer; -import org.apache.kafka.clients.consumer.ConsumerRecords; -import org.apache.kafka.clients.consumer.ConsumerRecord; -import org.apache.commons.cli.*; -import us.dot.its.jpo.ode.plugin.j2735.J2735Bsm; -import us.dot.its.jpo.ode.util.SerializationUtils; - -public class ConsumerExample { - - public static void main( String[] args ){ - - // Option parsing - Options options = new Options(); - - Option bootstrap_server = new Option("b", "bootstrap-server", true, "Endpoint ('ip:port')"); - bootstrap_server.setRequired(true); - options.addOption(bootstrap_server); - - Option topic_option = new Option("t", "topic", true, "Topic Name"); - topic_option.setRequired(true); - options.addOption(topic_option); - - Option group_option = new Option("g", "group", true, "Consumer Group"); - group_option.setRequired(true); - options.addOption(group_option); - - Option type_option = new Option("type", "type", true, "string|byte message type"); - type_option.setRequired(true); - options.addOption(type_option); - - CommandLineParser parser = new DefaultParser(); - HelpFormatter formatter = new HelpFormatter(); - CommandLine cmd; - - try { - cmd = parser.parse(options, args); - } catch (ParseException e) { - System.out.println(e.getMessage()); - formatter.printHelp("Consumer Example", options); - - System.exit(1); - return; - } - - String endpoint = cmd.getOptionValue("bootstrap-server"); - String topic = cmd.getOptionValue("topic"); - String group = cmd.getOptionValue("group"); - String type = cmd.getOptionValue("type"); - - // Properties for the kafka topic - Properties props = new Properties(); - props.put("bootstrap.servers", endpoint); - props.put("group.id", group); - props.put("enable.auto.commit", "false"); - props.put("auto.commit.interval.ms", "1000"); - props.put("session.timeout.ms", "30000"); - props.put("key.deserializer", "org.apache.kafka.common.serialization.StringDeserializer"); - if (type.equals("byte")){ - props.put("value.deserializer", "org.apache.kafka.common.serialization.ByteArrayDeserializer"); - } else { - props.put("value.deserializer", "org.apache.kafka.common.serialization.StringDeserializer"); - } - - if (type.equals("byte")) { - KafkaConsumer byteArrayConsumer = new KafkaConsumer(props); - - byteArrayConsumer.subscribe(Arrays.asList(topic)); - System.out.println("Subscribed to topic " + topic); - while (true) { - ConsumerRecords records = byteArrayConsumer.poll(100); - for (ConsumerRecord record : records) { - // Serialize the record value - SerializationUtils serializer = new SerializationUtils(); - J2735Bsm bsm = serializer.deserialize(record.value()); - System.out.println(bsm.toString()); - } - } - } else { - KafkaConsumer stringConsumer = new KafkaConsumer(props); - - stringConsumer.subscribe(Arrays.asList(topic)); - System.out.println("Subscribed to topic " + topic); - while (true) { - ConsumerRecords records = stringConsumer.poll(100); - for (ConsumerRecord record : records) { - System.out.println(record.value()); - } - } - - } - } -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package com.consumerexample.app; + +import java.util.Properties; +import java.util.Arrays; +import org.apache.kafka.clients.consumer.KafkaConsumer; +import org.apache.kafka.clients.consumer.ConsumerRecords; +import org.apache.kafka.clients.consumer.ConsumerRecord; +import org.apache.commons.cli.*; +import us.dot.its.jpo.ode.plugin.j2735.J2735Bsm; +import us.dot.its.jpo.ode.util.SerializationUtils; + +public class ConsumerExample { + + public static void main( String[] args ){ + + // Option parsing + Options options = new Options(); + + Option bootstrap_server = new Option("b", "bootstrap-server", true, "Endpoint ('ip:port')"); + bootstrap_server.setRequired(true); + options.addOption(bootstrap_server); + + Option topic_option = new Option("t", "topic", true, "Topic Name"); + topic_option.setRequired(true); + options.addOption(topic_option); + + Option group_option = new Option("g", "group", true, "Consumer Group"); + group_option.setRequired(true); + options.addOption(group_option); + + Option type_option = new Option("type", "type", true, "string|byte message type"); + type_option.setRequired(true); + options.addOption(type_option); + + CommandLineParser parser = new DefaultParser(); + HelpFormatter formatter = new HelpFormatter(); + CommandLine cmd; + + try { + cmd = parser.parse(options, args); + } catch (ParseException e) { + System.out.println(e.getMessage()); + formatter.printHelp("Consumer Example", options); + + System.exit(1); + return; + } + + String endpoint = cmd.getOptionValue("bootstrap-server"); + String topic = cmd.getOptionValue("topic"); + String group = cmd.getOptionValue("group"); + String type = cmd.getOptionValue("type"); + + // Properties for the kafka topic + Properties props = new Properties(); + props.put("bootstrap.servers", endpoint); + props.put("group.id", group); + props.put("enable.auto.commit", "false"); + props.put("auto.commit.interval.ms", "1000"); + props.put("session.timeout.ms", "30000"); + props.put("key.deserializer", "org.apache.kafka.common.serialization.StringDeserializer"); + if (type.equals("byte")){ + props.put("value.deserializer", "org.apache.kafka.common.serialization.ByteArrayDeserializer"); + } else { + props.put("value.deserializer", "org.apache.kafka.common.serialization.StringDeserializer"); + } + + if (type.equals("byte")) { + KafkaConsumer byteArrayConsumer = new KafkaConsumer(props); + + byteArrayConsumer.subscribe(Arrays.asList(topic)); + System.out.println("Subscribed to topic " + topic); + while (true) { + ConsumerRecords records = byteArrayConsumer.poll(100); + for (ConsumerRecord record : records) { + // Serialize the record value + SerializationUtils serializer = new SerializationUtils(); + J2735Bsm bsm = serializer.deserialize(record.value()); + System.out.println(bsm.toString()); + } + } + } else { + KafkaConsumer stringConsumer = new KafkaConsumer(props); + + stringConsumer.subscribe(Arrays.asList(topic)); + System.out.println("Subscribed to topic " + topic); + while (true) { + ConsumerRecords records = stringConsumer.poll(100); + for (ConsumerRecord record : records) { + System.out.println(record.value()); + } + } + + } + } +} diff --git a/jpo-ode-consumer-example/src/test/java/com/consumerexample/app/ConsumerExampleTest.java b/jpo-ode-consumer-example/src/test/java/com/consumerexample/app/ConsumerExampleTest.java index 803e72531..866d78a56 100644 --- a/jpo-ode-consumer-example/src/test/java/com/consumerexample/app/ConsumerExampleTest.java +++ b/jpo-ode-consumer-example/src/test/java/com/consumerexample/app/ConsumerExampleTest.java @@ -1,53 +1,53 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package com.consumerexample.app; - -import junit.framework.Test; -import junit.framework.TestCase; -import junit.framework.TestSuite; - -/** - * Unit test for simple App. - */ -public class ConsumerExampleTest - extends TestCase -{ - /** - * Create the test case - * - * @param testName name of the test case - */ - public ConsumerExampleTest( String testName ) - { - super( testName ); - } - - /** - * @return the suite of tests being tested - */ - public static Test suite() - { - return new TestSuite( ConsumerExampleTest.class ); - } - - /** - * Rigourous Test :-) - */ - public void testApp() - { - assertTrue( true ); - } -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package com.consumerexample.app; + +import junit.framework.Test; +import junit.framework.TestCase; +import junit.framework.TestSuite; + +/** + * Unit test for simple App. + */ +public class ConsumerExampleTest + extends TestCase +{ + /** + * Create the test case + * + * @param testName name of the test case + */ + public ConsumerExampleTest( String testName ) + { + super( testName ); + } + + /** + * @return the suite of tests being tested + */ + public static Test suite() + { + return new TestSuite( ConsumerExampleTest.class ); + } + + /** + * Rigourous Test :-) + */ + public void testApp() + { + assertTrue( true ); + } +} diff --git a/jpo-ode-core/.mvn/wrapper/maven-wrapper.properties b/jpo-ode-core/.mvn/wrapper/maven-wrapper.properties index 5235dd160..c954cec91 100644 --- a/jpo-ode-core/.mvn/wrapper/maven-wrapper.properties +++ b/jpo-ode-core/.mvn/wrapper/maven-wrapper.properties @@ -1 +1 @@ -distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.3.9/apache-maven-3.3.9-bin.zip +distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.3.9/apache-maven-3.3.9-bin.zip diff --git a/jpo-ode-core/LICENSE-2.0.html b/jpo-ode-core/LICENSE-2.0.html index 16303d2c7..d1055c8ad 100644 --- a/jpo-ode-core/LICENSE-2.0.html +++ b/jpo-ode-core/LICENSE-2.0.html @@ -1,228 +1,228 @@ - - - - - - Apache License, Version 2.0 - - -
    - -

    Apache License
    - Version 2.0, January 2004
    - http://www.apache.org/licenses/

    -

    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND - DISTRIBUTION

    -

    1. - Definitions.

    -

    "License" shall mean the terms and conditions for use, - reproduction, and distribution as defined by Sections 1 through 9 - of this document.

    -

    "Licensor" shall mean the copyright owner or entity authorized - by the copyright owner that is granting the License.

    -

    "Legal Entity" shall mean the union of the acting entity and - all other entities that control, are controlled by, or are under - common control with that entity. For the purposes of this - definition, "control" means (i) the power, direct or indirect, to - cause the direction or management of such entity, whether by - contract or otherwise, or (ii) ownership of fifty percent (50%) - or more of the outstanding shares, or (iii) beneficial ownership - of such entity.

    -

    "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License.

    -

    "Source" form shall mean the preferred form for making - modifications, including but not limited to software source code, - documentation source, and configuration files.

    -

    "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but not - limited to compiled object code, generated documentation, and - conversions to other media types.

    -

    "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work (an - example is provided in the Appendix below).

    -

    "Derivative Works" shall mean any work, whether in Source or - Object form, that is based on (or derived from) the Work and for - which the editorial revisions, annotations, elaborations, or - other modifications represent, as a whole, an original work of - authorship. For the purposes of this License, Derivative Works - shall not include works that remain separable from, or merely - link (or bind by name) to the interfaces of, the Work and - Derivative Works thereof.

    -

    "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or - additions to that Work or Derivative Works thereof, that is - intentionally submitted to Licensor for inclusion in the Work by - the copyright owner or by an individual or Legal Entity - authorized to submit on behalf of the copyright owner. For the - purposes of this definition, "submitted" means any form of - electronic, verbal, or written communication sent to the Licensor - or its representatives, including but not limited to - communication on electronic mailing lists, source code control - systems, and issue tracking systems that are managed by, or on - behalf of, the Licensor for the purpose of discussing and - improving the Work, but excluding communication that is - conspicuously marked or otherwise designated in writing by the - copyright owner as "Not a Contribution."

    -

    "Contributor" shall mean Licensor and any individual or Legal - Entity on behalf of whom a Contribution has been received by - Licensor and subsequently incorporated within the Work.

    -

    2. Grant of - Copyright License. Subject to the terms and - conditions of this License, each Contributor hereby grants to You - a perpetual, worldwide, non-exclusive, no-charge, royalty-free, - irrevocable copyright license to reproduce, prepare Derivative - Works of, publicly display, publicly perform, sublicense, and - distribute the Work and such Derivative Works in Source or Object - form.

    -

    3. Grant of Patent - License. Subject to the terms and conditions of this - License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have - made, use, offer to sell, sell, import, and otherwise transfer - the Work, where such license applies only to those patent claims - licensable by such Contributor that are necessarily infringed by - their Contribution(s) alone or by combination of their - Contribution(s) with the Work to which such Contribution(s) was - submitted. If You institute patent litigation against any entity - (including a cross-claim or counterclaim in a lawsuit) alleging - that the Work or a Contribution incorporated within the Work - constitutes direct or contributory patent infringement, then any - patent licenses granted to You under this License for that Work - shall terminate as of the date such litigation is filed.

    -

    4. - Redistribution. You may reproduce and distribute - copies of the Work or Derivative Works thereof in any medium, - with or without modifications, and in Source or Object form, - provided that You meet the following conditions:

    -
      -
    1. You must give any other recipients of the Work or - Derivative Works a copy of this License; and
    2. -
    3. You must cause any modified files to carry prominent - notices stating that You changed the files; and
    4. -
    5. You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, excluding - those notices that do not pertain to any part of the Derivative - Works; and
    6. -
    7. If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute - must include a readable copy of the attribution notices - contained within such NOTICE file, excluding those notices that - do not pertain to any part of the Derivative Works, in at least - one of the following places: within a NOTICE text file - distributed as part of the Derivative Works; within the Source - form or documentation, if provided along with the Derivative - Works; or, within a display generated by the Derivative Works, - if and wherever such third-party notices normally appear. The - contents of the NOTICE file are for informational purposes only - and do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed as - modifying the License.
      -
      - You may add Your own copyright statement to Your modifications - and may provide additional or different license terms and - conditions for use, reproduction, or distribution of Your - modifications, or for any such Derivative Works as a whole, - provided Your use, reproduction, and distribution of the Work - otherwise complies with the conditions stated in this - License.
    8. -
    -

    5. - Submission of Contributions. Unless You explicitly - state otherwise, any Contribution intentionally submitted for - inclusion in the Work by You to the Licensor shall be under the - terms and conditions of this License, without any additional - terms or conditions. Notwithstanding the above, nothing herein - shall supersede or modify the terms of any separate license - agreement you may have executed with Licensor regarding such - Contributions.

    -

    6. - Trademarks. This License does not grant permission - to use the trade names, trademarks, service marks, or product - names of the Licensor, except as required for reasonable and - customary use in describing the origin of the Work and - reproducing the content of the NOTICE file.

    -

    7. Disclaimer - of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or - conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or - FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for - determining the appropriateness of using or redistributing the - Work and assume any risks associated with Your exercise of - permissions under this License.

    -

    8. Limitation - of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, - special, incidental, or consequential damages of any character - arising as a result of this License or out of the use or - inability to use the Work (including but not limited to damages - for loss of goodwill, work stoppage, computer failure or - malfunction, or any and all other commercial damages or losses), - even if such Contributor has been advised of the possibility of - such damages.

    -

    9. Accepting - Warranty or Additional Liability. While - redistributing the Work or Derivative Works thereof, You may - choose to offer, and charge a fee for, acceptance of support, - warranty, indemnity, or other liability obligations and/or rights - consistent with this License. However, in accepting such - obligations, You may act only on Your own behalf and on Your sole - responsibility, not on behalf of any other Contributor, and only - if You agree to indemnify, defend, and hold each Contributor - harmless for any liability incurred by, or claims asserted - against, such Contributor by reason of your accepting any such - warranty or additional liability.

    -

    END OF TERMS AND CONDITIONS

    -

    APPENDIX: How to apply the Apache License to your - work

    -

    To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a file - or class name and description of purpose be included on the same - "printed page" as the copyright notice for easier identification - within third-party archives.

    -
    -
    Copyright [yyyy] [name of copyright owner]
    -
    -Licensed under the Apache License, Version 2.0 (the "License");
    -you may not use this file except in compliance with the License.
    -You may obtain a copy of the License at
    -
    -    http://www.apache.org/licenses/LICENSE-2.0
    -
    -Unless required by applicable law or agreed to in writing, software
    -distributed under the License is distributed on an "AS IS" BASIS,
    -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    -See the License for the specific language governing permissions and
    -limitations under the License.
    -    
    -
    -
    - - - + + + + + + Apache License, Version 2.0 + + +
    + +

    Apache License
    + Version 2.0, January 2004
    + http://www.apache.org/licenses/

    +

    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND + DISTRIBUTION

    +

    1. + Definitions.

    +

    "License" shall mean the terms and conditions for use, + reproduction, and distribution as defined by Sections 1 through 9 + of this document.

    +

    "Licensor" shall mean the copyright owner or entity authorized + by the copyright owner that is granting the License.

    +

    "Legal Entity" shall mean the union of the acting entity and + all other entities that control, are controlled by, or are under + common control with that entity. For the purposes of this + definition, "control" means (i) the power, direct or indirect, to + cause the direction or management of such entity, whether by + contract or otherwise, or (ii) ownership of fifty percent (50%) + or more of the outstanding shares, or (iii) beneficial ownership + of such entity.

    +

    "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License.

    +

    "Source" form shall mean the preferred form for making + modifications, including but not limited to software source code, + documentation source, and configuration files.

    +

    "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but not + limited to compiled object code, generated documentation, and + conversions to other media types.

    +

    "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work (an + example is provided in the Appendix below).

    +

    "Derivative Works" shall mean any work, whether in Source or + Object form, that is based on (or derived from) the Work and for + which the editorial revisions, annotations, elaborations, or + other modifications represent, as a whole, an original work of + authorship. For the purposes of this License, Derivative Works + shall not include works that remain separable from, or merely + link (or bind by name) to the interfaces of, the Work and + Derivative Works thereof.

    +

    "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or + additions to that Work or Derivative Works thereof, that is + intentionally submitted to Licensor for inclusion in the Work by + the copyright owner or by an individual or Legal Entity + authorized to submit on behalf of the copyright owner. For the + purposes of this definition, "submitted" means any form of + electronic, verbal, or written communication sent to the Licensor + or its representatives, including but not limited to + communication on electronic mailing lists, source code control + systems, and issue tracking systems that are managed by, or on + behalf of, the Licensor for the purpose of discussing and + improving the Work, but excluding communication that is + conspicuously marked or otherwise designated in writing by the + copyright owner as "Not a Contribution."

    +

    "Contributor" shall mean Licensor and any individual or Legal + Entity on behalf of whom a Contribution has been received by + Licensor and subsequently incorporated within the Work.

    +

    2. Grant of + Copyright License. Subject to the terms and + conditions of this License, each Contributor hereby grants to You + a perpetual, worldwide, non-exclusive, no-charge, royalty-free, + irrevocable copyright license to reproduce, prepare Derivative + Works of, publicly display, publicly perform, sublicense, and + distribute the Work and such Derivative Works in Source or Object + form.

    +

    3. Grant of Patent + License. Subject to the terms and conditions of this + License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have + made, use, offer to sell, sell, import, and otherwise transfer + the Work, where such license applies only to those patent claims + licensable by such Contributor that are necessarily infringed by + their Contribution(s) alone or by combination of their + Contribution(s) with the Work to which such Contribution(s) was + submitted. If You institute patent litigation against any entity + (including a cross-claim or counterclaim in a lawsuit) alleging + that the Work or a Contribution incorporated within the Work + constitutes direct or contributory patent infringement, then any + patent licenses granted to You under this License for that Work + shall terminate as of the date such litigation is filed.

    +

    4. + Redistribution. You may reproduce and distribute + copies of the Work or Derivative Works thereof in any medium, + with or without modifications, and in Source or Object form, + provided that You meet the following conditions:

    +
      +
    1. You must give any other recipients of the Work or + Derivative Works a copy of this License; and
    2. +
    3. You must cause any modified files to carry prominent + notices stating that You changed the files; and
    4. +
    5. You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, excluding + those notices that do not pertain to any part of the Derivative + Works; and
    6. +
    7. If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute + must include a readable copy of the attribution notices + contained within such NOTICE file, excluding those notices that + do not pertain to any part of the Derivative Works, in at least + one of the following places: within a NOTICE text file + distributed as part of the Derivative Works; within the Source + form or documentation, if provided along with the Derivative + Works; or, within a display generated by the Derivative Works, + if and wherever such third-party notices normally appear. The + contents of the NOTICE file are for informational purposes only + and do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed as + modifying the License.
      +
      + You may add Your own copyright statement to Your modifications + and may provide additional or different license terms and + conditions for use, reproduction, or distribution of Your + modifications, or for any such Derivative Works as a whole, + provided Your use, reproduction, and distribution of the Work + otherwise complies with the conditions stated in this + License.
    8. +
    +

    5. + Submission of Contributions. Unless You explicitly + state otherwise, any Contribution intentionally submitted for + inclusion in the Work by You to the Licensor shall be under the + terms and conditions of this License, without any additional + terms or conditions. Notwithstanding the above, nothing herein + shall supersede or modify the terms of any separate license + agreement you may have executed with Licensor regarding such + Contributions.

    +

    6. + Trademarks. This License does not grant permission + to use the trade names, trademarks, service marks, or product + names of the Licensor, except as required for reasonable and + customary use in describing the origin of the Work and + reproducing the content of the NOTICE file.

    +

    7. Disclaimer + of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or + conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or + FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for + determining the appropriateness of using or redistributing the + Work and assume any risks associated with Your exercise of + permissions under this License.

    +

    8. Limitation + of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, + special, incidental, or consequential damages of any character + arising as a result of this License or out of the use or + inability to use the Work (including but not limited to damages + for loss of goodwill, work stoppage, computer failure or + malfunction, or any and all other commercial damages or losses), + even if such Contributor has been advised of the possibility of + such damages.

    +

    9. Accepting + Warranty or Additional Liability. While + redistributing the Work or Derivative Works thereof, You may + choose to offer, and charge a fee for, acceptance of support, + warranty, indemnity, or other liability obligations and/or rights + consistent with this License. However, in accepting such + obligations, You may act only on Your own behalf and on Your sole + responsibility, not on behalf of any other Contributor, and only + if You agree to indemnify, defend, and hold each Contributor + harmless for any liability incurred by, or claims asserted + against, such Contributor by reason of your accepting any such + warranty or additional liability.

    +

    END OF TERMS AND CONDITIONS

    +

    APPENDIX: How to apply the Apache License to your + work

    +

    To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a file + or class name and description of purpose be included on the same + "printed page" as the copyright notice for easier identification + within third-party archives.

    +
    +
    Copyright [yyyy] [name of copyright owner]
    +
    +Licensed under the Apache License, Version 2.0 (the "License");
    +you may not use this file except in compliance with the License.
    +You may obtain a copy of the License at
    +
    +    http://www.apache.org/licenses/LICENSE-2.0
    +
    +Unless required by applicable law or agreed to in writing, software
    +distributed under the License is distributed on an "AS IS" BASIS,
    +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    +See the License for the specific language governing permissions and
    +limitations under the License.
    +    
    +
    +
    + + + diff --git a/jpo-ode-core/mvnw b/jpo-ode-core/mvnw index 223618a5c..a1ba1bf55 100644 --- a/jpo-ode-core/mvnw +++ b/jpo-ode-core/mvnw @@ -1,233 +1,233 @@ -#!/bin/sh -# ---------------------------------------------------------------------------- -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. -# ---------------------------------------------------------------------------- - -# ---------------------------------------------------------------------------- -# Maven2 Start Up Batch script -# -# Required ENV vars: -# ------------------ -# JAVA_HOME - location of a JDK home dir -# -# Optional ENV vars -# ----------------- -# M2_HOME - location of maven2's installed home dir -# MAVEN_OPTS - parameters passed to the Java VM when running Maven -# e.g. to debug Maven itself, use -# set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000 -# MAVEN_SKIP_RC - flag to disable loading of mavenrc files -# ---------------------------------------------------------------------------- - -if [ -z "$MAVEN_SKIP_RC" ] ; then - - if [ -f /etc/mavenrc ] ; then - . /etc/mavenrc - fi - - if [ -f "$HOME/.mavenrc" ] ; then - . "$HOME/.mavenrc" - fi - -fi - -# OS specific support. $var _must_ be set to either true or false. -cygwin=false; -darwin=false; -mingw=false -case "`uname`" in - CYGWIN*) cygwin=true ;; - MINGW*) mingw=true;; - Darwin*) darwin=true - # - # Look for the Apple JDKs first to preserve the existing behaviour, and then look - # for the new JDKs provided by Oracle. - # - if [ -z "$JAVA_HOME" ] && [ -L /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK ] ; then - # - # Apple JDKs - # - export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Home - fi - - if [ -z "$JAVA_HOME" ] && [ -L /System/Library/Java/JavaVirtualMachines/CurrentJDK ] ; then - # - # Apple JDKs - # - export JAVA_HOME=/System/Library/Java/JavaVirtualMachines/CurrentJDK/Contents/Home - fi - - if [ -z "$JAVA_HOME" ] && [ -L "/Library/Java/JavaVirtualMachines/CurrentJDK" ] ; then - # - # Oracle JDKs - # - export JAVA_HOME=/Library/Java/JavaVirtualMachines/CurrentJDK/Contents/Home - fi - - if [ -z "$JAVA_HOME" ] && [ -x "/usr/libexec/java_home" ]; then - # - # Apple JDKs - # - export JAVA_HOME=`/usr/libexec/java_home` - fi - ;; -esac - -if [ -z "$JAVA_HOME" ] ; then - if [ -r /etc/gentoo-release ] ; then - JAVA_HOME=`java-config --jre-home` - fi -fi - -if [ -z "$M2_HOME" ] ; then - ## resolve links - $0 may be a link to maven's home - PRG="$0" - - # need this for relative symlinks - while [ -h "$PRG" ] ; do - ls=`ls -ld "$PRG"` - link=`expr "$ls" : '.*-> \(.*\)$'` - if expr "$link" : '/.*' > /dev/null; then - PRG="$link" - else - PRG="`dirname "$PRG"`/$link" - fi - done - - saveddir=`pwd` - - M2_HOME=`dirname "$PRG"`/.. - - # make it fully qualified - M2_HOME=`cd "$M2_HOME" && pwd` - - cd "$saveddir" - # echo Using m2 at $M2_HOME -fi - -# For Cygwin, ensure paths are in UNIX format before anything is touched -if $cygwin ; then - [ -n "$M2_HOME" ] && - M2_HOME=`cygpath --unix "$M2_HOME"` - [ -n "$JAVA_HOME" ] && - JAVA_HOME=`cygpath --unix "$JAVA_HOME"` - [ -n "$CLASSPATH" ] && - CLASSPATH=`cygpath --path --unix "$CLASSPATH"` -fi - -# For Migwn, ensure paths are in UNIX format before anything is touched -if $mingw ; then - [ -n "$M2_HOME" ] && - M2_HOME="`(cd "$M2_HOME"; pwd)`" - [ -n "$JAVA_HOME" ] && - JAVA_HOME="`(cd "$JAVA_HOME"; pwd)`" - # TODO classpath? -fi - -if [ -z "$JAVA_HOME" ]; then - javaExecutable="`which javac`" - if [ -n "$javaExecutable" ] && ! [ "`expr \"$javaExecutable\" : '\([^ ]*\)'`" = "no" ]; then - # readlink(1) is not available as standard on Solaris 10. - readLink=`which readlink` - if [ ! `expr "$readLink" : '\([^ ]*\)'` = "no" ]; then - if $darwin ; then - javaHome="`dirname \"$javaExecutable\"`" - javaExecutable="`cd \"$javaHome\" && pwd -P`/javac" - else - javaExecutable="`readlink -f \"$javaExecutable\"`" - fi - javaHome="`dirname \"$javaExecutable\"`" - javaHome=`expr "$javaHome" : '\(.*\)/bin'` - JAVA_HOME="$javaHome" - export JAVA_HOME - fi - fi -fi - -if [ -z "$JAVACMD" ] ; then - if [ -n "$JAVA_HOME" ] ; then - if [ -x "$JAVA_HOME/jre/sh/java" ] ; then - # IBM's JDK on AIX uses strange locations for the executables - JAVACMD="$JAVA_HOME/jre/sh/java" - else - JAVACMD="$JAVA_HOME/bin/java" - fi - else - JAVACMD="`which java`" - fi -fi - -if [ ! -x "$JAVACMD" ] ; then - echo "Error: JAVA_HOME is not defined correctly." >&2 - echo " We cannot execute $JAVACMD" >&2 - exit 1 -fi - -if [ -z "$JAVA_HOME" ] ; then - echo "Warning: JAVA_HOME environment variable is not set." -fi - -CLASSWORLDS_LAUNCHER=org.codehaus.plexus.classworlds.launcher.Launcher - -# For Cygwin, switch paths to Windows format before running java -if $cygwin; then - [ -n "$M2_HOME" ] && - M2_HOME=`cygpath --path --windows "$M2_HOME"` - [ -n "$JAVA_HOME" ] && - JAVA_HOME=`cygpath --path --windows "$JAVA_HOME"` - [ -n "$CLASSPATH" ] && - CLASSPATH=`cygpath --path --windows "$CLASSPATH"` -fi - -# traverses directory structure from process work directory to filesystem root -# first directory with .mvn subdirectory is considered project base directory -find_maven_basedir() { - local basedir=$(pwd) - local wdir=$(pwd) - while [ "$wdir" != '/' ] ; do - if [ -d "$wdir"/.mvn ] ; then - basedir=$wdir - break - fi - wdir=$(cd "$wdir/.."; pwd) - done - echo "${basedir}" -} - -# concatenates all lines of a file -concat_lines() { - if [ -f "$1" ]; then - echo "$(tr -s '\n' ' ' < "$1")" - fi -} - -export MAVEN_PROJECTBASEDIR=${MAVEN_BASEDIR:-$(find_maven_basedir)} -MAVEN_OPTS="$(concat_lines "$MAVEN_PROJECTBASEDIR/.mvn/jvm.config") $MAVEN_OPTS" - -# Provide a "standardized" way to retrieve the CLI args that will -# work with both Windows and non-Windows executions. -MAVEN_CMD_LINE_ARGS="$MAVEN_CONFIG $@" -export MAVEN_CMD_LINE_ARGS - -WRAPPER_LAUNCHER=org.apache.maven.wrapper.MavenWrapperMain - -exec "$JAVACMD" \ - $MAVEN_OPTS \ - -classpath "$MAVEN_PROJECTBASEDIR/.mvn/wrapper/maven-wrapper.jar" \ - "-Dmaven.home=${M2_HOME}" "-Dmaven.multiModuleProjectDirectory=${MAVEN_PROJECTBASEDIR}" \ - ${WRAPPER_LAUNCHER} "$@" +#!/bin/sh +# ---------------------------------------------------------------------------- +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# ---------------------------------------------------------------------------- + +# ---------------------------------------------------------------------------- +# Maven2 Start Up Batch script +# +# Required ENV vars: +# ------------------ +# JAVA_HOME - location of a JDK home dir +# +# Optional ENV vars +# ----------------- +# M2_HOME - location of maven2's installed home dir +# MAVEN_OPTS - parameters passed to the Java VM when running Maven +# e.g. to debug Maven itself, use +# set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000 +# MAVEN_SKIP_RC - flag to disable loading of mavenrc files +# ---------------------------------------------------------------------------- + +if [ -z "$MAVEN_SKIP_RC" ] ; then + + if [ -f /etc/mavenrc ] ; then + . /etc/mavenrc + fi + + if [ -f "$HOME/.mavenrc" ] ; then + . "$HOME/.mavenrc" + fi + +fi + +# OS specific support. $var _must_ be set to either true or false. +cygwin=false; +darwin=false; +mingw=false +case "`uname`" in + CYGWIN*) cygwin=true ;; + MINGW*) mingw=true;; + Darwin*) darwin=true + # + # Look for the Apple JDKs first to preserve the existing behaviour, and then look + # for the new JDKs provided by Oracle. + # + if [ -z "$JAVA_HOME" ] && [ -L /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK ] ; then + # + # Apple JDKs + # + export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Home + fi + + if [ -z "$JAVA_HOME" ] && [ -L /System/Library/Java/JavaVirtualMachines/CurrentJDK ] ; then + # + # Apple JDKs + # + export JAVA_HOME=/System/Library/Java/JavaVirtualMachines/CurrentJDK/Contents/Home + fi + + if [ -z "$JAVA_HOME" ] && [ -L "/Library/Java/JavaVirtualMachines/CurrentJDK" ] ; then + # + # Oracle JDKs + # + export JAVA_HOME=/Library/Java/JavaVirtualMachines/CurrentJDK/Contents/Home + fi + + if [ -z "$JAVA_HOME" ] && [ -x "/usr/libexec/java_home" ]; then + # + # Apple JDKs + # + export JAVA_HOME=`/usr/libexec/java_home` + fi + ;; +esac + +if [ -z "$JAVA_HOME" ] ; then + if [ -r /etc/gentoo-release ] ; then + JAVA_HOME=`java-config --jre-home` + fi +fi + +if [ -z "$M2_HOME" ] ; then + ## resolve links - $0 may be a link to maven's home + PRG="$0" + + # need this for relative symlinks + while [ -h "$PRG" ] ; do + ls=`ls -ld "$PRG"` + link=`expr "$ls" : '.*-> \(.*\)$'` + if expr "$link" : '/.*' > /dev/null; then + PRG="$link" + else + PRG="`dirname "$PRG"`/$link" + fi + done + + saveddir=`pwd` + + M2_HOME=`dirname "$PRG"`/.. + + # make it fully qualified + M2_HOME=`cd "$M2_HOME" && pwd` + + cd "$saveddir" + # echo Using m2 at $M2_HOME +fi + +# For Cygwin, ensure paths are in UNIX format before anything is touched +if $cygwin ; then + [ -n "$M2_HOME" ] && + M2_HOME=`cygpath --unix "$M2_HOME"` + [ -n "$JAVA_HOME" ] && + JAVA_HOME=`cygpath --unix "$JAVA_HOME"` + [ -n "$CLASSPATH" ] && + CLASSPATH=`cygpath --path --unix "$CLASSPATH"` +fi + +# For Migwn, ensure paths are in UNIX format before anything is touched +if $mingw ; then + [ -n "$M2_HOME" ] && + M2_HOME="`(cd "$M2_HOME"; pwd)`" + [ -n "$JAVA_HOME" ] && + JAVA_HOME="`(cd "$JAVA_HOME"; pwd)`" + # TODO classpath? +fi + +if [ -z "$JAVA_HOME" ]; then + javaExecutable="`which javac`" + if [ -n "$javaExecutable" ] && ! [ "`expr \"$javaExecutable\" : '\([^ ]*\)'`" = "no" ]; then + # readlink(1) is not available as standard on Solaris 10. + readLink=`which readlink` + if [ ! `expr "$readLink" : '\([^ ]*\)'` = "no" ]; then + if $darwin ; then + javaHome="`dirname \"$javaExecutable\"`" + javaExecutable="`cd \"$javaHome\" && pwd -P`/javac" + else + javaExecutable="`readlink -f \"$javaExecutable\"`" + fi + javaHome="`dirname \"$javaExecutable\"`" + javaHome=`expr "$javaHome" : '\(.*\)/bin'` + JAVA_HOME="$javaHome" + export JAVA_HOME + fi + fi +fi + +if [ -z "$JAVACMD" ] ; then + if [ -n "$JAVA_HOME" ] ; then + if [ -x "$JAVA_HOME/jre/sh/java" ] ; then + # IBM's JDK on AIX uses strange locations for the executables + JAVACMD="$JAVA_HOME/jre/sh/java" + else + JAVACMD="$JAVA_HOME/bin/java" + fi + else + JAVACMD="`which java`" + fi +fi + +if [ ! -x "$JAVACMD" ] ; then + echo "Error: JAVA_HOME is not defined correctly." >&2 + echo " We cannot execute $JAVACMD" >&2 + exit 1 +fi + +if [ -z "$JAVA_HOME" ] ; then + echo "Warning: JAVA_HOME environment variable is not set." +fi + +CLASSWORLDS_LAUNCHER=org.codehaus.plexus.classworlds.launcher.Launcher + +# For Cygwin, switch paths to Windows format before running java +if $cygwin; then + [ -n "$M2_HOME" ] && + M2_HOME=`cygpath --path --windows "$M2_HOME"` + [ -n "$JAVA_HOME" ] && + JAVA_HOME=`cygpath --path --windows "$JAVA_HOME"` + [ -n "$CLASSPATH" ] && + CLASSPATH=`cygpath --path --windows "$CLASSPATH"` +fi + +# traverses directory structure from process work directory to filesystem root +# first directory with .mvn subdirectory is considered project base directory +find_maven_basedir() { + local basedir=$(pwd) + local wdir=$(pwd) + while [ "$wdir" != '/' ] ; do + if [ -d "$wdir"/.mvn ] ; then + basedir=$wdir + break + fi + wdir=$(cd "$wdir/.."; pwd) + done + echo "${basedir}" +} + +# concatenates all lines of a file +concat_lines() { + if [ -f "$1" ]; then + echo "$(tr -s '\n' ' ' < "$1")" + fi +} + +export MAVEN_PROJECTBASEDIR=${MAVEN_BASEDIR:-$(find_maven_basedir)} +MAVEN_OPTS="$(concat_lines "$MAVEN_PROJECTBASEDIR/.mvn/jvm.config") $MAVEN_OPTS" + +# Provide a "standardized" way to retrieve the CLI args that will +# work with both Windows and non-Windows executions. +MAVEN_CMD_LINE_ARGS="$MAVEN_CONFIG $@" +export MAVEN_CMD_LINE_ARGS + +WRAPPER_LAUNCHER=org.apache.maven.wrapper.MavenWrapperMain + +exec "$JAVACMD" \ + $MAVEN_OPTS \ + -classpath "$MAVEN_PROJECTBASEDIR/.mvn/wrapper/maven-wrapper.jar" \ + "-Dmaven.home=${M2_HOME}" "-Dmaven.multiModuleProjectDirectory=${MAVEN_PROJECTBASEDIR}" \ + ${WRAPPER_LAUNCHER} "$@" diff --git a/jpo-ode-core/mvnw.cmd b/jpo-ode-core/mvnw.cmd index beda8f144..2b934e89d 100644 --- a/jpo-ode-core/mvnw.cmd +++ b/jpo-ode-core/mvnw.cmd @@ -1,145 +1,145 @@ -@REM ---------------------------------------------------------------------------- -@REM Licensed to the Apache Software Foundation (ASF) under one -@REM or more contributor license agreements. See the NOTICE file -@REM distributed with this work for additional information -@REM regarding copyright ownership. The ASF licenses this file -@REM to you under the Apache License, Version 2.0 (the -@REM "License"); you may not use this file except in compliance -@REM with the License. You may obtain a copy of the License at -@REM -@REM http://www.apache.org/licenses/LICENSE-2.0 -@REM -@REM Unless required by applicable law or agreed to in writing, -@REM software distributed under the License is distributed on an -@REM "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -@REM KIND, either express or implied. See the License for the -@REM specific language governing permissions and limitations -@REM under the License. -@REM ---------------------------------------------------------------------------- - -@REM ---------------------------------------------------------------------------- -@REM Maven2 Start Up Batch script -@REM -@REM Required ENV vars: -@REM JAVA_HOME - location of a JDK home dir -@REM -@REM Optional ENV vars -@REM M2_HOME - location of maven2's installed home dir -@REM MAVEN_BATCH_ECHO - set to 'on' to enable the echoing of the batch commands -@REM MAVEN_BATCH_PAUSE - set to 'on' to wait for a key stroke before ending -@REM MAVEN_OPTS - parameters passed to the Java VM when running Maven -@REM e.g. to debug Maven itself, use -@REM set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000 -@REM MAVEN_SKIP_RC - flag to disable loading of mavenrc files -@REM ---------------------------------------------------------------------------- - -@REM Begin all REM lines with '@' in case MAVEN_BATCH_ECHO is 'on' -@echo off -@REM enable echoing my setting MAVEN_BATCH_ECHO to 'on' -@if "%MAVEN_BATCH_ECHO%" == "on" echo %MAVEN_BATCH_ECHO% - -@REM set %HOME% to equivalent of $HOME -if "%HOME%" == "" (set "HOME=%HOMEDRIVE%%HOMEPATH%") - -@REM Execute a user defined script before this one -if not "%MAVEN_SKIP_RC%" == "" goto skipRcPre -@REM check for pre script, once with legacy .bat ending and once with .cmd ending -if exist "%HOME%\mavenrc_pre.bat" call "%HOME%\mavenrc_pre.bat" -if exist "%HOME%\mavenrc_pre.cmd" call "%HOME%\mavenrc_pre.cmd" -:skipRcPre - -@setlocal - -set ERROR_CODE=0 - -@REM To isolate internal variables from possible post scripts, we use another setlocal -@setlocal - -@REM ==== START VALIDATION ==== -if not "%JAVA_HOME%" == "" goto OkJHome - -echo. -echo Error: JAVA_HOME not found in your environment. >&2 -echo Please set the JAVA_HOME variable in your environment to match the >&2 -echo location of your Java installation. >&2 -echo. -goto error - -:OkJHome -if exist "%JAVA_HOME%\bin\java.exe" goto init - -echo. -echo Error: JAVA_HOME is set to an invalid directory. >&2 -echo JAVA_HOME = "%JAVA_HOME%" >&2 -echo Please set the JAVA_HOME variable in your environment to match the >&2 -echo location of your Java installation. >&2 -echo. -goto error - -@REM ==== END VALIDATION ==== - -:init - -set MAVEN_CMD_LINE_ARGS=%* - -@REM Find the project base dir, i.e. the directory that contains the folder ".mvn". -@REM Fallback to current working directory if not found. - -set MAVEN_PROJECTBASEDIR=%MAVEN_BASEDIR% -IF NOT "%MAVEN_PROJECTBASEDIR%"=="" goto endDetectBaseDir - -set EXEC_DIR=%CD% -set WDIR=%EXEC_DIR% -:findBaseDir -IF EXIST "%WDIR%"\.mvn goto baseDirFound -cd .. -IF "%WDIR%"=="%CD%" goto baseDirNotFound -set WDIR=%CD% -goto findBaseDir - -:baseDirFound -set MAVEN_PROJECTBASEDIR=%WDIR% -cd "%EXEC_DIR%" -goto endDetectBaseDir - -:baseDirNotFound -set MAVEN_PROJECTBASEDIR=%EXEC_DIR% -cd "%EXEC_DIR%" - -:endDetectBaseDir - -IF NOT EXIST "%MAVEN_PROJECTBASEDIR%\.mvn\jvm.config" goto endReadAdditionalConfig - -@setlocal EnableExtensions EnableDelayedExpansion -for /F "usebackq delims=" %%a in ("%MAVEN_PROJECTBASEDIR%\.mvn\jvm.config") do set JVM_CONFIG_MAVEN_PROPS=!JVM_CONFIG_MAVEN_PROPS! %%a -@endlocal & set JVM_CONFIG_MAVEN_PROPS=%JVM_CONFIG_MAVEN_PROPS% - -:endReadAdditionalConfig - -SET MAVEN_JAVA_EXE="%JAVA_HOME%\bin\java.exe" - -set WRAPPER_JAR="".\.mvn\wrapper\maven-wrapper.jar"" -set WRAPPER_LAUNCHER=org.apache.maven.wrapper.MavenWrapperMain - -%MAVEN_JAVA_EXE% %JVM_CONFIG_MAVEN_PROPS% %MAVEN_OPTS% %MAVEN_DEBUG_OPTS% -classpath %WRAPPER_JAR% "-Dmaven.multiModuleProjectDirectory=%MAVEN_PROJECTBASEDIR%" %WRAPPER_LAUNCHER% %MAVEN_CMD_LINE_ARGS% -if ERRORLEVEL 1 goto error -goto end - -:error -set ERROR_CODE=1 - -:end -@endlocal & set ERROR_CODE=%ERROR_CODE% - -if not "%MAVEN_SKIP_RC%" == "" goto skipRcPost -@REM check for post script, once with legacy .bat ending and once with .cmd ending -if exist "%HOME%\mavenrc_post.bat" call "%HOME%\mavenrc_post.bat" -if exist "%HOME%\mavenrc_post.cmd" call "%HOME%\mavenrc_post.cmd" -:skipRcPost - -@REM pause the script if MAVEN_BATCH_PAUSE is set to 'on' -if "%MAVEN_BATCH_PAUSE%" == "on" pause - -if "%MAVEN_TERMINATE_CMD%" == "on" exit %ERROR_CODE% - +@REM ---------------------------------------------------------------------------- +@REM Licensed to the Apache Software Foundation (ASF) under one +@REM or more contributor license agreements. See the NOTICE file +@REM distributed with this work for additional information +@REM regarding copyright ownership. The ASF licenses this file +@REM to you under the Apache License, Version 2.0 (the +@REM "License"); you may not use this file except in compliance +@REM with the License. You may obtain a copy of the License at +@REM +@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM +@REM Unless required by applicable law or agreed to in writing, +@REM software distributed under the License is distributed on an +@REM "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +@REM KIND, either express or implied. See the License for the +@REM specific language governing permissions and limitations +@REM under the License. +@REM ---------------------------------------------------------------------------- + +@REM ---------------------------------------------------------------------------- +@REM Maven2 Start Up Batch script +@REM +@REM Required ENV vars: +@REM JAVA_HOME - location of a JDK home dir +@REM +@REM Optional ENV vars +@REM M2_HOME - location of maven2's installed home dir +@REM MAVEN_BATCH_ECHO - set to 'on' to enable the echoing of the batch commands +@REM MAVEN_BATCH_PAUSE - set to 'on' to wait for a key stroke before ending +@REM MAVEN_OPTS - parameters passed to the Java VM when running Maven +@REM e.g. to debug Maven itself, use +@REM set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000 +@REM MAVEN_SKIP_RC - flag to disable loading of mavenrc files +@REM ---------------------------------------------------------------------------- + +@REM Begin all REM lines with '@' in case MAVEN_BATCH_ECHO is 'on' +@echo off +@REM enable echoing my setting MAVEN_BATCH_ECHO to 'on' +@if "%MAVEN_BATCH_ECHO%" == "on" echo %MAVEN_BATCH_ECHO% + +@REM set %HOME% to equivalent of $HOME +if "%HOME%" == "" (set "HOME=%HOMEDRIVE%%HOMEPATH%") + +@REM Execute a user defined script before this one +if not "%MAVEN_SKIP_RC%" == "" goto skipRcPre +@REM check for pre script, once with legacy .bat ending and once with .cmd ending +if exist "%HOME%\mavenrc_pre.bat" call "%HOME%\mavenrc_pre.bat" +if exist "%HOME%\mavenrc_pre.cmd" call "%HOME%\mavenrc_pre.cmd" +:skipRcPre + +@setlocal + +set ERROR_CODE=0 + +@REM To isolate internal variables from possible post scripts, we use another setlocal +@setlocal + +@REM ==== START VALIDATION ==== +if not "%JAVA_HOME%" == "" goto OkJHome + +echo. +echo Error: JAVA_HOME not found in your environment. >&2 +echo Please set the JAVA_HOME variable in your environment to match the >&2 +echo location of your Java installation. >&2 +echo. +goto error + +:OkJHome +if exist "%JAVA_HOME%\bin\java.exe" goto init + +echo. +echo Error: JAVA_HOME is set to an invalid directory. >&2 +echo JAVA_HOME = "%JAVA_HOME%" >&2 +echo Please set the JAVA_HOME variable in your environment to match the >&2 +echo location of your Java installation. >&2 +echo. +goto error + +@REM ==== END VALIDATION ==== + +:init + +set MAVEN_CMD_LINE_ARGS=%* + +@REM Find the project base dir, i.e. the directory that contains the folder ".mvn". +@REM Fallback to current working directory if not found. + +set MAVEN_PROJECTBASEDIR=%MAVEN_BASEDIR% +IF NOT "%MAVEN_PROJECTBASEDIR%"=="" goto endDetectBaseDir + +set EXEC_DIR=%CD% +set WDIR=%EXEC_DIR% +:findBaseDir +IF EXIST "%WDIR%"\.mvn goto baseDirFound +cd .. +IF "%WDIR%"=="%CD%" goto baseDirNotFound +set WDIR=%CD% +goto findBaseDir + +:baseDirFound +set MAVEN_PROJECTBASEDIR=%WDIR% +cd "%EXEC_DIR%" +goto endDetectBaseDir + +:baseDirNotFound +set MAVEN_PROJECTBASEDIR=%EXEC_DIR% +cd "%EXEC_DIR%" + +:endDetectBaseDir + +IF NOT EXIST "%MAVEN_PROJECTBASEDIR%\.mvn\jvm.config" goto endReadAdditionalConfig + +@setlocal EnableExtensions EnableDelayedExpansion +for /F "usebackq delims=" %%a in ("%MAVEN_PROJECTBASEDIR%\.mvn\jvm.config") do set JVM_CONFIG_MAVEN_PROPS=!JVM_CONFIG_MAVEN_PROPS! %%a +@endlocal & set JVM_CONFIG_MAVEN_PROPS=%JVM_CONFIG_MAVEN_PROPS% + +:endReadAdditionalConfig + +SET MAVEN_JAVA_EXE="%JAVA_HOME%\bin\java.exe" + +set WRAPPER_JAR="".\.mvn\wrapper\maven-wrapper.jar"" +set WRAPPER_LAUNCHER=org.apache.maven.wrapper.MavenWrapperMain + +%MAVEN_JAVA_EXE% %JVM_CONFIG_MAVEN_PROPS% %MAVEN_OPTS% %MAVEN_DEBUG_OPTS% -classpath %WRAPPER_JAR% "-Dmaven.multiModuleProjectDirectory=%MAVEN_PROJECTBASEDIR%" %WRAPPER_LAUNCHER% %MAVEN_CMD_LINE_ARGS% +if ERRORLEVEL 1 goto error +goto end + +:error +set ERROR_CODE=1 + +:end +@endlocal & set ERROR_CODE=%ERROR_CODE% + +if not "%MAVEN_SKIP_RC%" == "" goto skipRcPost +@REM check for post script, once with legacy .bat ending and once with .cmd ending +if exist "%HOME%\mavenrc_post.bat" call "%HOME%\mavenrc_post.bat" +if exist "%HOME%\mavenrc_post.cmd" call "%HOME%\mavenrc_post.cmd" +:skipRcPost + +@REM pause the script if MAVEN_BATCH_PAUSE is set to 'on' +if "%MAVEN_BATCH_PAUSE%" == "on" pause + +if "%MAVEN_TERMINATE_CMD%" == "on" exit %ERROR_CODE% + exit /B %ERROR_CODE% \ No newline at end of file diff --git a/jpo-ode-core/pom.xml b/jpo-ode-core/pom.xml index acfc39dd3..7b3d02eb7 100644 --- a/jpo-ode-core/pom.xml +++ b/jpo-ode-core/pom.xml @@ -5,7 +5,7 @@ usdot.jpo.ode jpo-ode - 0.0.9-SNAPSHOT + 1.0.8-SNAPSHOT jpo-ode-core @@ -23,12 +23,12 @@ usdot.jpo.ode jpo-ode-common - 0.0.9-SNAPSHOT + 1.0.8-SNAPSHOT usdot.jpo.ode jpo-ode-plugins - 0.0.9-SNAPSHOT + 1.0.8-SNAPSHOT org.apache.httpcomponents diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/context/AppContext.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/context/AppContext.java index a35fda0fc..fb3a35c3d 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/context/AppContext.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/context/AppContext.java @@ -1,149 +1,149 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.context; - -import java.net.InetAddress; -import java.net.UnknownHostException; -import java.util.UUID; - -import org.springframework.beans.factory.annotation.Autowired; -import org.springframework.context.annotation.Configuration; -import org.springframework.core.env.Environment; - -@Configuration -public class AppContext { - // CONSTANTS - public static final String ODE_HOSTNAME = "ODE_HOSTNAME"; - public static final String PAYLOAD_STRING = "payload"; - public static final String METADATA_STRING = "metadata"; - public static final String ODE_ASN1_DATA = "OdeAsn1Data"; - public static final String DATA_STRING = "data"; - public static final String ENCODINGS_STRING = "encodings"; - public static final String PAYLOAD_TYPE_STRING = "payloadType"; - public static final String DATA_TYPE_STRING = "dataType"; - public static final String SERIAL_ID_STRING = "serialId"; - public static final String SANITIZED_STRING = "Sanitized-"; - public static final String DEFAULT_KAFKA_PRODUCER_TYPE = "sync"; - - public static final int DEFAULT_SPARK_ROAD_SEGMENT_SNAPPING_TOLERANCE = 20; - public static final int DEFAULT_METRICS_GRAPHITE_PORT = 2003; - public static final int DEFAULT_METRICS_POLLING_RATE_SECONDS = 10; - - // Kafka Parameters - public static final String KAFKA_METADATA_BROKER_LIST = "kafka.metadata.broker.list"; - public static final String KAFKA_CONSUMER_THREADS = "kafka.consumer.threads"; - public static final String ZK_CONNECTION_STRINGS = "zk.connection.strings"; - public static final int DEFAULT_KAFKA_CONSUMER_THREADS = 1; - - public static final String TOKEN_KEY_RSA_PEM = "token.key.rsa.pem"; - - public static final String METRICS_PREFIX = "metrics.prefix"; - public static final String METRICS_POLLING_RATE_SECONDS = "metrics.polling.rate.seconds"; - public static final String METRICS_GRAPHITE_HOST = "metrics.graphite.host"; - public static final String METRICS_GRAPHITE_PORT = "metrics.graphite.port"; - - private static AppContext instance = null; - - @Autowired - Environment env; - - private String hostId; - - public AppContext() { - } - - public static AppContext getInstance() { - if (null == instance) { - synchronized (AppContext.class) { - if (null == instance) - instance = new AppContext(); - instance.init(); - } - } - return instance; - } - - private void init() { - String hostname; - - try { - hostname = InetAddress.getLocalHost().getHostName(); - } catch (UnknownHostException e) { - // Let's just use a random hostname - hostname = UUID.randomUUID().toString(); - } - hostId = hostname; - } - - public String getHostId() { - return hostId; - } - - public String getParam(String key) { - String result = null; - if (key != null) { - result = env.getProperty(key); - } - - return result; - } - - public String getParam(String key, String defaultValue) { - String result = getParam(key); - if (result != null) { - return result; - } else { - return defaultValue; - } - } - - public int getInt(String key, int defaultValue) { - String result = getParam(key); - if (result != null) { - return Integer.parseInt(result); - } else { - return defaultValue; - } - } - - public long getLong(String key, long defaultValue) { - String result = getParam(key); - if (result != null) { - return Long.parseLong(result); - } else { - return defaultValue; - } - } - - public double getDouble(String key, double defaultValue) { - String result = getParam(key); - if (result != null) { - return Double.parseDouble(result); - } else { - return defaultValue; - } - } - - public boolean getBoolean(String key, boolean defaultValue) { - String result = getParam(key); - if (result != null) { - return Boolean.parseBoolean(result); - } else { - return defaultValue; - } - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.context; + +import java.net.InetAddress; +import java.net.UnknownHostException; +import java.util.UUID; + +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.context.annotation.Configuration; +import org.springframework.core.env.Environment; + +@Configuration +public class AppContext { + // CONSTANTS + public static final String ODE_HOSTNAME = "ODE_HOSTNAME"; + public static final String PAYLOAD_STRING = "payload"; + public static final String METADATA_STRING = "metadata"; + public static final String ODE_ASN1_DATA = "OdeAsn1Data"; + public static final String DATA_STRING = "data"; + public static final String ENCODINGS_STRING = "encodings"; + public static final String PAYLOAD_TYPE_STRING = "payloadType"; + public static final String DATA_TYPE_STRING = "dataType"; + public static final String SERIAL_ID_STRING = "serialId"; + public static final String SANITIZED_STRING = "Sanitized-"; + public static final String DEFAULT_KAFKA_PRODUCER_TYPE = "sync"; + + public static final int DEFAULT_SPARK_ROAD_SEGMENT_SNAPPING_TOLERANCE = 20; + public static final int DEFAULT_METRICS_GRAPHITE_PORT = 2003; + public static final int DEFAULT_METRICS_POLLING_RATE_SECONDS = 10; + + // Kafka Parameters + public static final String KAFKA_METADATA_BROKER_LIST = "kafka.metadata.broker.list"; + public static final String KAFKA_CONSUMER_THREADS = "kafka.consumer.threads"; + public static final String ZK_CONNECTION_STRINGS = "zk.connection.strings"; + public static final int DEFAULT_KAFKA_CONSUMER_THREADS = 1; + + public static final String TOKEN_KEY_RSA_PEM = "token.key.rsa.pem"; + + public static final String METRICS_PREFIX = "metrics.prefix"; + public static final String METRICS_POLLING_RATE_SECONDS = "metrics.polling.rate.seconds"; + public static final String METRICS_GRAPHITE_HOST = "metrics.graphite.host"; + public static final String METRICS_GRAPHITE_PORT = "metrics.graphite.port"; + + private static AppContext instance = null; + + @Autowired + Environment env; + + private String hostId; + + public AppContext() { + } + + public static AppContext getInstance() { + if (null == instance) { + synchronized (AppContext.class) { + if (null == instance) + instance = new AppContext(); + instance.init(); + } + } + return instance; + } + + private void init() { + String hostname; + + try { + hostname = InetAddress.getLocalHost().getHostName(); + } catch (UnknownHostException e) { + // Let's just use a random hostname + hostname = UUID.randomUUID().toString(); + } + hostId = hostname; + } + + public String getHostId() { + return hostId; + } + + public String getParam(String key) { + String result = null; + if (key != null) { + result = env.getProperty(key); + } + + return result; + } + + public String getParam(String key, String defaultValue) { + String result = getParam(key); + if (result != null) { + return result; + } else { + return defaultValue; + } + } + + public int getInt(String key, int defaultValue) { + String result = getParam(key); + if (result != null) { + return Integer.parseInt(result); + } else { + return defaultValue; + } + } + + public long getLong(String key, long defaultValue) { + String result = getParam(key); + if (result != null) { + return Long.parseLong(result); + } else { + return defaultValue; + } + } + + public double getDouble(String key, double defaultValue) { + String result = getParam(key); + if (result != null) { + return Double.parseDouble(result); + } else { + return defaultValue; + } + } + + public boolean getBoolean(String key, boolean defaultValue) { + String result = getParam(key); + if (result != null) { + return Boolean.parseBoolean(result); + } else { + return defaultValue; + } + } + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/dds/DdsDepRequest.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/dds/DdsDepRequest.java index c4df9b379..d47658251 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/dds/DdsDepRequest.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/dds/DdsDepRequest.java @@ -1,104 +1,104 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.dds; - - -/** - * "DEPOSIT: { \"systemDepositName\": \"%s\", \"encodeType\": \"%s\", \"encodedMsg\": \"%s\" }" - * - */ -public class DdsDepRequest extends DdsRequest { - - private static final long serialVersionUID = 6066887685895268828L; - - private String systemDepositName; - private String encodeType; - private String encodedMsg; - - - public String getSystemDepositName() { - return systemDepositName; - } - - public DdsDepRequest setSystemDepositName(String systemDepositName) { - this.systemDepositName = systemDepositName; - return this; - } - - public String getEncodeType() { - return encodeType; - } - - public DdsDepRequest setEncodeType(String encodeType) { - this.encodeType = encodeType; - return this; - } - - public String getEncodedMsg() { - return encodedMsg; - } - - public DdsDepRequest setEncodedMsg(String encodedMsg) { - this.encodedMsg = encodedMsg; - return this; - } - - @Override - public String toString() { - return "DEPOSIT:" + this.toJson(false); - } - - @Override - public int hashCode() { - final int prime = 31; - int result = 1; - result = prime * result - + ((encodeType == null) ? 0 : encodeType.hashCode()); - result = prime * result - + ((encodedMsg == null) ? 0 : encodedMsg.hashCode()); - result = prime * result - + ((systemDepositName == null) ? 0 : systemDepositName.hashCode()); - return result; - } - - @Override - public boolean equals(Object obj) { - if (this == obj) - return true; - if (obj == null) - return false; - if (getClass() != obj.getClass()) - return false; - DdsDepRequest other = (DdsDepRequest) obj; - if (encodeType == null) { - if (other.encodeType != null) - return false; - } else if (!encodeType.equals(other.encodeType)) - return false; - if (encodedMsg == null) { - if (other.encodedMsg != null) - return false; - } else if (!encodedMsg.equals(other.encodedMsg)) - return false; - if (systemDepositName == null) { - if (other.systemDepositName != null) - return false; - } else if (!systemDepositName.equals(other.systemDepositName)) - return false; - return true; - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.dds; + + +/** + * "DEPOSIT: { \"systemDepositName\": \"%s\", \"encodeType\": \"%s\", \"encodedMsg\": \"%s\" }" + * + */ +public class DdsDepRequest extends DdsRequest { + + private static final long serialVersionUID = 6066887685895268828L; + + private String systemDepositName; + private String encodeType; + private String encodedMsg; + + + public String getSystemDepositName() { + return systemDepositName; + } + + public DdsDepRequest setSystemDepositName(String systemDepositName) { + this.systemDepositName = systemDepositName; + return this; + } + + public String getEncodeType() { + return encodeType; + } + + public DdsDepRequest setEncodeType(String encodeType) { + this.encodeType = encodeType; + return this; + } + + public String getEncodedMsg() { + return encodedMsg; + } + + public DdsDepRequest setEncodedMsg(String encodedMsg) { + this.encodedMsg = encodedMsg; + return this; + } + + @Override + public String toString() { + return "DEPOSIT:" + this.toJson(false); + } + + @Override + public int hashCode() { + final int prime = 31; + int result = 1; + result = prime * result + + ((encodeType == null) ? 0 : encodeType.hashCode()); + result = prime * result + + ((encodedMsg == null) ? 0 : encodedMsg.hashCode()); + result = prime * result + + ((systemDepositName == null) ? 0 : systemDepositName.hashCode()); + return result; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + if (getClass() != obj.getClass()) + return false; + DdsDepRequest other = (DdsDepRequest) obj; + if (encodeType == null) { + if (other.encodeType != null) + return false; + } else if (!encodeType.equals(other.encodeType)) + return false; + if (encodedMsg == null) { + if (other.encodedMsg != null) + return false; + } else if (!encodedMsg.equals(other.encodedMsg)) + return false; + if (systemDepositName == null) { + if (other.systemDepositName != null) + return false; + } else if (!systemDepositName.equals(other.systemDepositName)) + return false; + return true; + } + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/dds/DdsRequest.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/dds/DdsRequest.java index c5a4cbc66..765b3ce9d 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/dds/DdsRequest.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/dds/DdsRequest.java @@ -1,118 +1,118 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.dds; - -import us.dot.its.jpo.ode.model.BaseRequest; - -@SuppressWarnings("serial") -public class DdsRequest extends BaseRequest { - - public enum Dialog { - VSD (154), - ISD (162), - ASD (156), - ALL (-1); - - private final int id; - - Dialog(int id) { - this.id = id; - } - - public int getId() { - return id; - } - - public static Dialog getById(int id) { - Dialog result = null; - for (Dialog d : Dialog.values()) { - if (d.getId() == id) { - result = d; - break; - } - } - return result; - } - } - - public enum SystemName { - SDC ("SDC 2.3"), - SDW ("SDW 2.3"), - SDPC ("SDPC 2.3"); - - private final String name; - - SystemName(String name) { - this.name = name; - } - - public String getName() { - return name; - } - } - - public enum EncodeType {BASE64, HEX} - - private int dialogID; - private String resultEncoding; - - public int getDialogID() { - return dialogID; - } - - public DdsRequest setDialogID(int dialogID) { - this.dialogID = dialogID; - return this; - } - - public String getResultEncoding() { - return resultEncoding; - } - - public DdsRequest setResultEncoding(String resultEncoding) { - this.resultEncoding = resultEncoding; - return this; - } - - @Override - public int hashCode() { - final int prime = 31; - int result = 1; - result = prime * result + dialogID; - result = prime * result + ((resultEncoding == null) ? 0 : resultEncoding.hashCode()); - return result; - } - - @Override - public boolean equals(Object obj) { - if (this == obj) - return true; - if (obj == null) - return false; - if (getClass() != obj.getClass()) - return false; - DdsRequest other = (DdsRequest) obj; - if (dialogID != other.dialogID) - return false; - if (resultEncoding == null) { - if (other.resultEncoding != null) - return false; - } else if (!resultEncoding.equals(other.resultEncoding)) - return false; - return true; - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.dds; + +import us.dot.its.jpo.ode.model.BaseRequest; + +@SuppressWarnings("serial") +public class DdsRequest extends BaseRequest { + + public enum Dialog { + VSD (154), + ISD (162), + ASD (156), + ALL (-1); + + private final int id; + + Dialog(int id) { + this.id = id; + } + + public int getId() { + return id; + } + + public static Dialog getById(int id) { + Dialog result = null; + for (Dialog d : Dialog.values()) { + if (d.getId() == id) { + result = d; + break; + } + } + return result; + } + } + + public enum SystemName { + SDC ("SDC 2.3"), + SDW ("SDW 2.3"), + SDPC ("SDPC 2.3"); + + private final String name; + + SystemName(String name) { + this.name = name; + } + + public String getName() { + return name; + } + } + + public enum EncodeType {BASE64, HEX} + + private int dialogID; + private String resultEncoding; + + public int getDialogID() { + return dialogID; + } + + public DdsRequest setDialogID(int dialogID) { + this.dialogID = dialogID; + return this; + } + + public String getResultEncoding() { + return resultEncoding; + } + + public DdsRequest setResultEncoding(String resultEncoding) { + this.resultEncoding = resultEncoding; + return this; + } + + @Override + public int hashCode() { + final int prime = 31; + int result = 1; + result = prime * result + dialogID; + result = prime * result + ((resultEncoding == null) ? 0 : resultEncoding.hashCode()); + return result; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + if (getClass() != obj.getClass()) + return false; + DdsRequest other = (DdsRequest) obj; + if (dialogID != other.dialogID) + return false; + if (resultEncoding == null) { + if (other.resultEncoding != null) + return false; + } else if (!resultEncoding.equals(other.resultEncoding)) + return false; + return true; + } + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/dds/DdsStatusMessage.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/dds/DdsStatusMessage.java index 7891043e3..cc08ff5e0 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/dds/DdsStatusMessage.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/dds/DdsStatusMessage.java @@ -1,91 +1,91 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.dds; - -import us.dot.its.jpo.ode.dds.DdsRequest.Dialog; -import us.dot.its.jpo.ode.model.StatusTag; - -public class DdsStatusMessage implements DdsMessage { - private StatusTag tag; - private String encoding; - private Dialog dialog; - private long recordCount; - private String connectionDetails; - - public DdsStatusMessage() { - super(); - } - - public DdsStatusMessage(StatusTag tag, String encoding, Dialog dialog) { - super(); - this.tag = tag; - this.encoding = encoding; - this.dialog = dialog; - } - - public StatusTag getTag() { - return tag; - } - - public DdsStatusMessage setTag(StatusTag tag) { - this.tag = tag; - return this; - } - - public String getEncoding() { - return encoding; - } - - public DdsStatusMessage setEncoding(String encoding) { - this.encoding = encoding; - return this; - } - - public Dialog getDialog() { - return dialog; - } - - public DdsStatusMessage setDialog(Dialog dialog) { - this.dialog = dialog; - return this; - } - - public long getRecordCount() { - return recordCount; - } - - public DdsStatusMessage setRecordCount(long recordCount) { - this.recordCount = recordCount; - return this; - } - - public String getConnectionDetails() { - return connectionDetails; - } - - public DdsStatusMessage setConnectionDetails(String connectionDetails) { - this.connectionDetails = connectionDetails; - return this; - } - - @Override - public String toString() { - return "DdsStatusMessage [tag=" + tag + ", encoding=" + encoding + ", dialog=" + dialog + ", recordCount=" - + recordCount + ", connectionDetails=" + connectionDetails + "]"; - } - - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.dds; + +import us.dot.its.jpo.ode.dds.DdsRequest.Dialog; +import us.dot.its.jpo.ode.model.StatusTag; + +public class DdsStatusMessage implements DdsMessage { + private StatusTag tag; + private String encoding; + private Dialog dialog; + private long recordCount; + private String connectionDetails; + + public DdsStatusMessage() { + super(); + } + + public DdsStatusMessage(StatusTag tag, String encoding, Dialog dialog) { + super(); + this.tag = tag; + this.encoding = encoding; + this.dialog = dialog; + } + + public StatusTag getTag() { + return tag; + } + + public DdsStatusMessage setTag(StatusTag tag) { + this.tag = tag; + return this; + } + + public String getEncoding() { + return encoding; + } + + public DdsStatusMessage setEncoding(String encoding) { + this.encoding = encoding; + return this; + } + + public Dialog getDialog() { + return dialog; + } + + public DdsStatusMessage setDialog(Dialog dialog) { + this.dialog = dialog; + return this; + } + + public long getRecordCount() { + return recordCount; + } + + public DdsStatusMessage setRecordCount(long recordCount) { + this.recordCount = recordCount; + return this; + } + + public String getConnectionDetails() { + return connectionDetails; + } + + public DdsStatusMessage setConnectionDetails(String connectionDetails) { + this.connectionDetails = connectionDetails; + return this; + } + + @Override + public String toString() { + return "DdsStatusMessage [tag=" + tag + ", encoding=" + encoding + ", dialog=" + dialog + ", recordCount=" + + recordCount + ", connectionDetails=" + connectionDetails + "]"; + } + + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/BaseRequest.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/BaseRequest.java index a4f4969f4..7dcd8ad2c 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/BaseRequest.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/BaseRequest.java @@ -1,29 +1,29 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -@SuppressWarnings("serial") -public class BaseRequest extends OdeObject { - - public BaseRequest() { - super(); - } - - static BaseRequest create() { - return new BaseRequest(); - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +@SuppressWarnings("serial") +public class BaseRequest extends OdeObject { + + public BaseRequest() { + super(); + } + + static BaseRequest create() { + return new BaseRequest(); + } + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/HasKey.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/HasKey.java index 69e6269a3..c38a99aad 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/HasKey.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/HasKey.java @@ -1,20 +1,20 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -public interface HasKey extends OdeFilterable { - String getKey(); -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +public interface HasKey extends OdeFilterable { + String getKey(); +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/HasPosition.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/HasPosition.java index 640f69d98..65b3eca2a 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/HasPosition.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/HasPosition.java @@ -1,24 +1,24 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -import us.dot.its.jpo.ode.plugin.j2735.OdeGeoRegion; -import us.dot.its.jpo.ode.plugin.j2735.OdePosition3D; - -public interface HasPosition extends OdeFilterable { - OdePosition3D getPosition(); - boolean isWithinBounds(OdeGeoRegion region); -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +import us.dot.its.jpo.ode.plugin.j2735.OdeGeoRegion; +import us.dot.its.jpo.ode.plugin.j2735.OdePosition3D; + +public interface HasPosition extends OdeFilterable { + OdePosition3D getPosition(); + boolean isWithinBounds(OdeGeoRegion region); +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeAggregateData.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeAggregateData.java index edb52655d..296be0dcb 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeAggregateData.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeAggregateData.java @@ -1,138 +1,138 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -import java.math.BigDecimal; - -public final class OdeAggregateData extends OdeData implements HasKey { - - private static final long serialVersionUID = 1595406822366147861L; - - private String key; - private Long count; - private BigDecimal minSpeed; - private BigDecimal avgSpeed; - private BigDecimal maxSpeed; - - public OdeAggregateData() { - super(); - } - - public OdeAggregateData(String key, Long count, BigDecimal minSpeed, BigDecimal avgSpeed, BigDecimal maxSpeed) { - super(); - this.key = key; - this.count = count; - this.minSpeed = minSpeed; - this.avgSpeed = avgSpeed; - this.maxSpeed = maxSpeed; -} - -@Override - public String getKey() { - return key; - } - - public OdeAggregateData setKey(String key) { - this.key = key; - return this; - } - - public Long getCount() { - return count; - } - - public OdeAggregateData setCount(Long count) { - this.count = count; - return this; - } - - public BigDecimal getMinSpeed() { - return minSpeed; - } - - public OdeAggregateData setMinSpeed(BigDecimal minSpeed) { - this.minSpeed = minSpeed; - return this; - } - - public BigDecimal getAvgSpeed() { - return avgSpeed; - } - - public OdeAggregateData setAvgSpeed(BigDecimal avgSpeed) { - this.avgSpeed = avgSpeed; - return this; - } - - public BigDecimal getMaxSpeed() { - return maxSpeed; - } - - public void setMaxSpeed(BigDecimal maxSpeed) { - this.maxSpeed = maxSpeed; - } - - @Override - public int hashCode() { - final int prime = 31; - int result = super.hashCode(); - result = prime * result + ((avgSpeed == null) ? 0 : avgSpeed.hashCode()); - result = prime * result + ((count == null) ? 0 : count.hashCode()); - result = prime * result + ((key == null) ? 0 : key.hashCode()); - result = prime * result + ((maxSpeed == null) ? 0 : maxSpeed.hashCode()); - result = prime * result + ((minSpeed == null) ? 0 : minSpeed.hashCode()); - return result; - } - - @Override - public boolean equals(Object obj) { - if (this == obj) - return true; - if (!super.equals(obj)) - return false; - if (getClass() != obj.getClass()) - return false; - OdeAggregateData other = (OdeAggregateData) obj; - if (avgSpeed == null) { - if (other.avgSpeed != null) - return false; - } else if (!avgSpeed.equals(other.avgSpeed)) - return false; - if (count == null) { - if (other.count != null) - return false; - } else if (!count.equals(other.count)) - return false; - if (key == null) { - if (other.key != null) - return false; - } else if (!key.equals(other.key)) - return false; - if (maxSpeed == null) { - if (other.maxSpeed != null) - return false; - } else if (!maxSpeed.equals(other.maxSpeed)) - return false; - if (minSpeed == null) { - if (other.minSpeed != null) - return false; - } else if (!minSpeed.equals(other.minSpeed)) - return false; - return true; - } - - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +import java.math.BigDecimal; + +public final class OdeAggregateData extends OdeData implements HasKey { + + private static final long serialVersionUID = 1595406822366147861L; + + private String key; + private Long count; + private BigDecimal minSpeed; + private BigDecimal avgSpeed; + private BigDecimal maxSpeed; + + public OdeAggregateData() { + super(); + } + + public OdeAggregateData(String key, Long count, BigDecimal minSpeed, BigDecimal avgSpeed, BigDecimal maxSpeed) { + super(); + this.key = key; + this.count = count; + this.minSpeed = minSpeed; + this.avgSpeed = avgSpeed; + this.maxSpeed = maxSpeed; +} + +@Override + public String getKey() { + return key; + } + + public OdeAggregateData setKey(String key) { + this.key = key; + return this; + } + + public Long getCount() { + return count; + } + + public OdeAggregateData setCount(Long count) { + this.count = count; + return this; + } + + public BigDecimal getMinSpeed() { + return minSpeed; + } + + public OdeAggregateData setMinSpeed(BigDecimal minSpeed) { + this.minSpeed = minSpeed; + return this; + } + + public BigDecimal getAvgSpeed() { + return avgSpeed; + } + + public OdeAggregateData setAvgSpeed(BigDecimal avgSpeed) { + this.avgSpeed = avgSpeed; + return this; + } + + public BigDecimal getMaxSpeed() { + return maxSpeed; + } + + public void setMaxSpeed(BigDecimal maxSpeed) { + this.maxSpeed = maxSpeed; + } + + @Override + public int hashCode() { + final int prime = 31; + int result = super.hashCode(); + result = prime * result + ((avgSpeed == null) ? 0 : avgSpeed.hashCode()); + result = prime * result + ((count == null) ? 0 : count.hashCode()); + result = prime * result + ((key == null) ? 0 : key.hashCode()); + result = prime * result + ((maxSpeed == null) ? 0 : maxSpeed.hashCode()); + result = prime * result + ((minSpeed == null) ? 0 : minSpeed.hashCode()); + return result; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (!super.equals(obj)) + return false; + if (getClass() != obj.getClass()) + return false; + OdeAggregateData other = (OdeAggregateData) obj; + if (avgSpeed == null) { + if (other.avgSpeed != null) + return false; + } else if (!avgSpeed.equals(other.avgSpeed)) + return false; + if (count == null) { + if (other.count != null) + return false; + } else if (!count.equals(other.count)) + return false; + if (key == null) { + if (other.key != null) + return false; + } else if (!key.equals(other.key)) + return false; + if (maxSpeed == null) { + if (other.maxSpeed != null) + return false; + } else if (!maxSpeed.equals(other.maxSpeed)) + return false; + if (minSpeed == null) { + if (other.minSpeed != null) + return false; + } else if (!minSpeed.equals(other.minSpeed)) + return false; + return true; + } + + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeAsdPayload.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeAsdPayload.java index 84f843fa3..be6e575ac 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeAsdPayload.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeAsdPayload.java @@ -1,41 +1,41 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -import us.dot.its.jpo.ode.plugin.j2735.DdsAdvisorySituationData; - -public class OdeAsdPayload extends OdeMsgPayload { - - private static final long serialVersionUID = 7061315628111448390L; - - public OdeAsdPayload() { - this(new DdsAdvisorySituationData()); - } - - public OdeAsdPayload(DdsAdvisorySituationData asd) { - super(asd); - this.setData(asd); - } - - public DdsAdvisorySituationData getAsd() { - return (DdsAdvisorySituationData) getData(); - } - - public void setAsd(DdsAdvisorySituationData asd) { - setData(asd); - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +import us.dot.its.jpo.ode.plugin.j2735.DdsAdvisorySituationData; + +public class OdeAsdPayload extends OdeMsgPayload { + + private static final long serialVersionUID = 7061315628111448390L; + + public OdeAsdPayload() { + this(new DdsAdvisorySituationData()); + } + + public OdeAsdPayload(DdsAdvisorySituationData asd) { + super(asd); + this.setData(asd); + } + + public DdsAdvisorySituationData getAsd() { + return (DdsAdvisorySituationData) getData(); + } + + public void setAsd(DdsAdvisorySituationData asd) { + setData(asd); + } + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeAsn1Data.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeAsn1Data.java index 52a2b0e4c..e48186239 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeAsn1Data.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeAsn1Data.java @@ -1,29 +1,29 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -public class OdeAsn1Data extends OdeData { - private static final long serialVersionUID = 8844322473807845737L; - - public OdeAsn1Data() { - super(); - } - - public OdeAsn1Data(OdeMsgMetadata metadata, OdeMsgPayload payload) { - super(metadata, payload); - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +public class OdeAsn1Data extends OdeData { + private static final long serialVersionUID = 8844322473807845737L; + + public OdeAsn1Data() { + super(); + } + + public OdeAsn1Data(OdeMsgMetadata metadata, OdeMsgPayload payload) { + super(metadata, payload); + } + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeAuthorization.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeAuthorization.java index 156d9c34c..200af90e5 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeAuthorization.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeAuthorization.java @@ -1,59 +1,59 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -public class OdeAuthorization extends OdeMessage{ - - private static final long serialVersionUID = -8496344900381434672L; - - private String token; - - public String getToken() { - return token; - } - - public OdeAuthorization setToken(String token) { - this.token = token; - return this; - } - - @Override - public int hashCode() { - final int prime = 31; - int result = super.hashCode(); - result = prime * result + ((token == null) ? 0 : token.hashCode()); - return result; - } - - @Override - public boolean equals(Object obj) { - if (this == obj) - return true; - if (!super.equals(obj)) - return false; - if (getClass() != obj.getClass()) - return false; - OdeAuthorization other = (OdeAuthorization) obj; - if (token == null) { - if (other.token != null) - return false; - } else if (!token.equals(other.token)) - return false; - return true; - } - - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +public class OdeAuthorization extends OdeMessage{ + + private static final long serialVersionUID = -8496344900381434672L; + + private String token; + + public String getToken() { + return token; + } + + public OdeAuthorization setToken(String token) { + this.token = token; + return this; + } + + @Override + public int hashCode() { + final int prime = 31; + int result = super.hashCode(); + result = prime * result + ((token == null) ? 0 : token.hashCode()); + return result; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (!super.equals(obj)) + return false; + if (getClass() != obj.getClass()) + return false; + OdeAuthorization other = (OdeAuthorization) obj; + if (token == null) { + if (other.token != null) + return false; + } else if (!token.equals(other.token)) + return false; + return true; + } + + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeControlData.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeControlData.java index 87c56b435..a16745cc6 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeControlData.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeControlData.java @@ -1,156 +1,156 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -import us.dot.its.jpo.ode.dds.DdsStatusMessage; - -public class OdeControlData extends OdeMessage { - - private static final long serialVersionUID = 1L; - - private Long dataSourceBundleCount; - private Long receivedRecordCount; - private Long sentRecordCount; - private Long depositCount; - private StatusTag tag; - private String message; - - public OdeControlData() { - super(); - } - - public OdeControlData(StatusTag tag) { - super(); - setTag(tag); - } - - public OdeControlData(DdsStatusMessage controlMessage) { - setTag(controlMessage.getTag()); - if (controlMessage.getTag() == StatusTag.STOP) - setDataSourceBundleCount(controlMessage.getRecordCount()); - else if (controlMessage.getTag() == StatusTag.DEPOSITED) - setDepositCount(controlMessage.getRecordCount()); - } - - public Long getDataSourceBundleCount() { - return dataSourceBundleCount; - } - - public OdeControlData setDataSourceBundleCount(Long dataSourceBundleCount) { - this.dataSourceBundleCount = dataSourceBundleCount; - return this; - } - - public Long getReceivedRecordCount() { - return receivedRecordCount; - } - - public OdeControlData setReceivedRecordCount(Long receivedRecordCount) { - this.receivedRecordCount = receivedRecordCount; - return this; - } - - public Long getSentRecordCount() { - return sentRecordCount; - } - - public OdeControlData setSentRecordCount(Long sentRecordCount) { - this.sentRecordCount = sentRecordCount; - return this; - } - - public Long getDepositCount() { - return depositCount; - } - - public void setDepositCount(Long depositCount) { - this.depositCount = depositCount; - } - - public StatusTag getTag() { - return tag; - } - - public void setTag(StatusTag tag) { - this.tag = tag; - } - - - public String getMessage() { - return message; - } - - public void setMessage(String message) { - this.message = message; - } - - @Override - public int hashCode() { - final int prime = 31; - int result = super.hashCode(); - result = prime * result + ((dataSourceBundleCount == null) ? 0 - : dataSourceBundleCount.hashCode()); - result = prime * result - + ((depositCount == null) ? 0 : depositCount.hashCode()); - result = prime * result + ((message == null) ? 0 : message.hashCode()); - result = prime * result + ((receivedRecordCount == null) ? 0 - : receivedRecordCount.hashCode()); - result = prime * result - + ((sentRecordCount == null) ? 0 : sentRecordCount.hashCode()); - result = prime * result + ((tag == null) ? 0 : tag.hashCode()); - return result; - } - - @Override - public boolean equals(Object obj) { - if (this == obj) - return true; - if (!super.equals(obj)) - return false; - if (getClass() != obj.getClass()) - return false; - OdeControlData other = (OdeControlData) obj; - if (dataSourceBundleCount == null) { - if (other.dataSourceBundleCount != null) - return false; - } else if (!dataSourceBundleCount.equals(other.dataSourceBundleCount)) - return false; - if (depositCount == null) { - if (other.depositCount != null) - return false; - } else if (!depositCount.equals(other.depositCount)) - return false; - if (message == null) { - if (other.message != null) - return false; - } else if (!message.equals(other.message)) - return false; - if (receivedRecordCount == null) { - if (other.receivedRecordCount != null) - return false; - } else if (!receivedRecordCount.equals(other.receivedRecordCount)) - return false; - if (sentRecordCount == null) { - if (other.sentRecordCount != null) - return false; - } else if (!sentRecordCount.equals(other.sentRecordCount)) - return false; - if (tag != other.tag) - return false; - return true; - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +import us.dot.its.jpo.ode.dds.DdsStatusMessage; + +public class OdeControlData extends OdeMessage { + + private static final long serialVersionUID = 1L; + + private Long dataSourceBundleCount; + private Long receivedRecordCount; + private Long sentRecordCount; + private Long depositCount; + private StatusTag tag; + private String message; + + public OdeControlData() { + super(); + } + + public OdeControlData(StatusTag tag) { + super(); + setTag(tag); + } + + public OdeControlData(DdsStatusMessage controlMessage) { + setTag(controlMessage.getTag()); + if (controlMessage.getTag() == StatusTag.STOP) + setDataSourceBundleCount(controlMessage.getRecordCount()); + else if (controlMessage.getTag() == StatusTag.DEPOSITED) + setDepositCount(controlMessage.getRecordCount()); + } + + public Long getDataSourceBundleCount() { + return dataSourceBundleCount; + } + + public OdeControlData setDataSourceBundleCount(Long dataSourceBundleCount) { + this.dataSourceBundleCount = dataSourceBundleCount; + return this; + } + + public Long getReceivedRecordCount() { + return receivedRecordCount; + } + + public OdeControlData setReceivedRecordCount(Long receivedRecordCount) { + this.receivedRecordCount = receivedRecordCount; + return this; + } + + public Long getSentRecordCount() { + return sentRecordCount; + } + + public OdeControlData setSentRecordCount(Long sentRecordCount) { + this.sentRecordCount = sentRecordCount; + return this; + } + + public Long getDepositCount() { + return depositCount; + } + + public void setDepositCount(Long depositCount) { + this.depositCount = depositCount; + } + + public StatusTag getTag() { + return tag; + } + + public void setTag(StatusTag tag) { + this.tag = tag; + } + + + public String getMessage() { + return message; + } + + public void setMessage(String message) { + this.message = message; + } + + @Override + public int hashCode() { + final int prime = 31; + int result = super.hashCode(); + result = prime * result + ((dataSourceBundleCount == null) ? 0 + : dataSourceBundleCount.hashCode()); + result = prime * result + + ((depositCount == null) ? 0 : depositCount.hashCode()); + result = prime * result + ((message == null) ? 0 : message.hashCode()); + result = prime * result + ((receivedRecordCount == null) ? 0 + : receivedRecordCount.hashCode()); + result = prime * result + + ((sentRecordCount == null) ? 0 : sentRecordCount.hashCode()); + result = prime * result + ((tag == null) ? 0 : tag.hashCode()); + return result; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (!super.equals(obj)) + return false; + if (getClass() != obj.getClass()) + return false; + OdeControlData other = (OdeControlData) obj; + if (dataSourceBundleCount == null) { + if (other.dataSourceBundleCount != null) + return false; + } else if (!dataSourceBundleCount.equals(other.dataSourceBundleCount)) + return false; + if (depositCount == null) { + if (other.depositCount != null) + return false; + } else if (!depositCount.equals(other.depositCount)) + return false; + if (message == null) { + if (other.message != null) + return false; + } else if (!message.equals(other.message)) + return false; + if (receivedRecordCount == null) { + if (other.receivedRecordCount != null) + return false; + } else if (!receivedRecordCount.equals(other.receivedRecordCount)) + return false; + if (sentRecordCount == null) { + if (other.sentRecordCount != null) + return false; + } else if (!sentRecordCount.equals(other.sentRecordCount)) + return false; + if (tag != other.tag) + return false; + return true; + } + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeData.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeData.java index f9f235425..3f0732dec 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeData.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeData.java @@ -1,83 +1,83 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -public class OdeData extends OdeObject implements OdeFilterable { - private static final long serialVersionUID = -7711340868799607662L; - - private OdeMsgMetadata metadata; - private OdeMsgPayload payload; - - public OdeData() { - super(); - } - - public OdeData(OdeMsgMetadata metadata, OdeMsgPayload payload) { - super(); - this.metadata = metadata; - this.payload = payload; - this.metadata.setPayloadType(payload.getClass().getName()); - } - - public OdeMsgMetadata getMetadata() { - return metadata; - } - - public void setMetadata(OdeMsgMetadata metadata) { - this.metadata = metadata; - } - - public OdeMsgPayload getPayload() { - return payload; - } - - public void setPayload(OdeMsgPayload payload) { - this.payload = payload; - } - - @Override - public int hashCode() { - final int prime = 31; - int result = 1; - result = prime * result + ((metadata == null) ? 0 : metadata.hashCode()); - result = prime * result + ((payload == null) ? 0 : payload.hashCode()); - return result; - } - - @Override - public boolean equals(Object obj) { - if (this == obj) - return true; - if (obj == null) - return false; - if (getClass() != obj.getClass()) - return false; - OdeData other = (OdeData) obj; - if (metadata == null) { - if (other.metadata != null) - return false; - } else if (!metadata.equals(other.metadata)) - return false; - if (payload == null) { - if (other.payload != null) - return false; - } else if (!payload.equals(other.payload)) - return false; - return true; - } - - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +public class OdeData extends OdeObject implements OdeFilterable { + private static final long serialVersionUID = -7711340868799607662L; + + private OdeMsgMetadata metadata; + private OdeMsgPayload payload; + + public OdeData() { + super(); + } + + public OdeData(OdeMsgMetadata metadata, OdeMsgPayload payload) { + super(); + this.metadata = metadata; + this.payload = payload; + this.metadata.setPayloadType(payload.getClass().getName()); + } + + public OdeMsgMetadata getMetadata() { + return metadata; + } + + public void setMetadata(OdeMsgMetadata metadata) { + this.metadata = metadata; + } + + public OdeMsgPayload getPayload() { + return payload; + } + + public void setPayload(OdeMsgPayload payload) { + this.payload = payload; + } + + @Override + public int hashCode() { + final int prime = 31; + int result = 1; + result = prime * result + ((metadata == null) ? 0 : metadata.hashCode()); + result = prime * result + ((payload == null) ? 0 : payload.hashCode()); + return result; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + if (getClass() != obj.getClass()) + return false; + OdeData other = (OdeData) obj; + if (metadata == null) { + if (other.metadata != null) + return false; + } else if (!metadata.equals(other.metadata)) + return false; + if (payload == null) { + if (other.payload != null) + return false; + } else if (!payload.equals(other.payload)) + return false; + return true; + } + + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeDataType.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeDataType.java index 9db394e38..bf4929ebd 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeDataType.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeDataType.java @@ -1,110 +1,110 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -import java.io.IOException; -import java.util.ArrayList; -import java.util.List; - -import com.fasterxml.jackson.databind.JsonNode; - -import us.dot.its.jpo.ode.plugin.j2735.J2735Bsm; - -public enum OdeDataType { - Status("status", OdeStatus.class), - Control("control", OdeControlData.class), - Authorization("auth", OdeAuthorization.class), - BasicSafetyMessage("bsm", J2735Bsm.class), - TravelerInformationMessage("tim", OdeTravelerInputData.class), - AggregateData("agg", OdeAggregateData.class), - AsnBase64("asnbase64", String.class), - AsnHex("asnhex", String.class), - OtherData("other", OdeMsgPayload.class), - Unknown("unknown", OdeMsgPayload.class); - - private static List shortNames = shortNamesAsList(); - - private final String shortName; - - private final Class clazz; - - private OdeDataType(String shortName, Class clazz) { - this.shortName = shortName; - this.clazz = clazz; - } - - public String getShortName() { - return shortName; - } - - public Class getClazz() { - return clazz; - } - - public static OdeDataType getByShortName(String shortName) { - OdeDataType result = null; - - for (OdeDataType value : OdeDataType.values()) { - if (shortName.equals(value.getShortName())) { - result = value; - break; - } - } - return result; - } - - public static OdeDataType getByClazz(Class clazz) { - OdeDataType result = null; - - for (OdeDataType value : OdeDataType.values()) { - if (clazz == value.getClazz()) { - result = value; - break; - } - } - return result; - } - - public static OdeDataType getByClassName(String className) throws ClassNotFoundException { - return getByClazz(Class.forName(className)); - } - - public static String shortNames() { - return shortNamesAsList().toString(); - } - - public static List shortNamesAsList() { - if (shortNames == null) { - shortNames = new ArrayList(); - for (OdeDataType value : OdeDataType.values()) { - shortNames.add(value.getShortName()); - } - } - return shortNames; - } - - public static OdeDataType getFromJsonNode(JsonNode data, String name) throws IOException { - OdeDataType odeDataType = null; - if (data != null) { - JsonNode dataType = data.get(name); - if (dataType != null) { - odeDataType = OdeDataType.getByShortName(dataType.textValue()); - } - } - return odeDataType; - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +import java.io.IOException; +import java.util.ArrayList; +import java.util.List; + +import com.fasterxml.jackson.databind.JsonNode; + +import us.dot.its.jpo.ode.plugin.j2735.J2735Bsm; + +public enum OdeDataType { + Status("status", OdeStatus.class), + Control("control", OdeControlData.class), + Authorization("auth", OdeAuthorization.class), + BasicSafetyMessage("bsm", J2735Bsm.class), + TravelerInformationMessage("tim", OdeTravelerInputData.class), + AggregateData("agg", OdeAggregateData.class), + AsnBase64("asnbase64", String.class), + AsnHex("asnhex", String.class), + OtherData("other", OdeMsgPayload.class), + Unknown("unknown", OdeMsgPayload.class); + + private static List shortNames = shortNamesAsList(); + + private final String shortName; + + private final Class clazz; + + private OdeDataType(String shortName, Class clazz) { + this.shortName = shortName; + this.clazz = clazz; + } + + public String getShortName() { + return shortName; + } + + public Class getClazz() { + return clazz; + } + + public static OdeDataType getByShortName(String shortName) { + OdeDataType result = null; + + for (OdeDataType value : OdeDataType.values()) { + if (shortName.equals(value.getShortName())) { + result = value; + break; + } + } + return result; + } + + public static OdeDataType getByClazz(Class clazz) { + OdeDataType result = null; + + for (OdeDataType value : OdeDataType.values()) { + if (clazz == value.getClazz()) { + result = value; + break; + } + } + return result; + } + + public static OdeDataType getByClassName(String className) throws ClassNotFoundException { + return getByClazz(Class.forName(className)); + } + + public static String shortNames() { + return shortNamesAsList().toString(); + } + + public static List shortNamesAsList() { + if (shortNames == null) { + shortNames = new ArrayList(); + for (OdeDataType value : OdeDataType.values()) { + shortNames.add(value.getShortName()); + } + } + return shortNames; + } + + public static OdeDataType getFromJsonNode(JsonNode data, String name) throws IOException { + OdeDataType odeDataType = null; + if (data != null) { + JsonNode dataType = data.get(name); + if (dataType != null) { + odeDataType = OdeDataType.getByShortName(dataType.textValue()); + } + } + return odeDataType; + } + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeDepRequest.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeDepRequest.java index c3d3cca40..d25ac9daf 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeDepRequest.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeDepRequest.java @@ -1,75 +1,75 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -public class OdeDepRequest extends OdeRequest { - - private static final long serialVersionUID = -6766743372518752149L; - - private String encodeType; - private String data; - - - public String getEncodeType() { - return encodeType; - } - - public void setEncodeType(String encodeType) { - this.encodeType = encodeType; - } - - public String getData() { - return data; - } - - public void setData(String data) { - this.data = data; - } - - @Override - public int hashCode() { - final int prime = 31; - int result = super.hashCode(); - result = prime * result + ((data == null) ? 0 : data.hashCode()); - result = prime * result - + ((encodeType == null) ? 0 : encodeType.hashCode()); - return result; - } - - @Override - public boolean equals(Object obj) { - if (this == obj) - return true; - if (!super.equals(obj)) - return false; - if (getClass() != obj.getClass()) - return false; - OdeDepRequest other = (OdeDepRequest) obj; - if (data == null) { - if (other.data != null) - return false; - } else if (!data.equals(other.data)) - return false; - if (encodeType == null) { - if (other.encodeType != null) - return false; - } else if (!encodeType.equals(other.encodeType)) - return false; - return true; - } - - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +public class OdeDepRequest extends OdeRequest { + + private static final long serialVersionUID = -6766743372518752149L; + + private String encodeType; + private String data; + + + public String getEncodeType() { + return encodeType; + } + + public void setEncodeType(String encodeType) { + this.encodeType = encodeType; + } + + public String getData() { + return data; + } + + public void setData(String data) { + this.data = data; + } + + @Override + public int hashCode() { + final int prime = 31; + int result = super.hashCode(); + result = prime * result + ((data == null) ? 0 : data.hashCode()); + result = prime * result + + ((encodeType == null) ? 0 : encodeType.hashCode()); + return result; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (!super.equals(obj)) + return false; + if (getClass() != obj.getClass()) + return false; + OdeDepRequest other = (OdeDepRequest) obj; + if (data == null) { + if (other.data != null) + return false; + } else if (!data.equals(other.data)) + return false; + if (encodeType == null) { + if (other.encodeType != null) + return false; + } else if (!encodeType.equals(other.encodeType)) + return false; + return true; + } + + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeDriverAlertData.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeDriverAlertData.java index ed2d58f15..0eec5e2f2 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeDriverAlertData.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeDriverAlertData.java @@ -1,34 +1,34 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -/** - * Created by anthonychen on 11/4/17. - */ -public class OdeDriverAlertData extends OdeData { - - private static final long serialVersionUID = 2057040404896561615L; - - public OdeDriverAlertData() { - super(); - } - - public OdeDriverAlertData(OdeMsgMetadata metadata, OdeMsgPayload payload) { - super(metadata, payload); - } - - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +/** + * Created by anthonychen on 11/4/17. + */ +public class OdeDriverAlertData extends OdeData { + + private static final long serialVersionUID = 2057040404896561615L; + + public OdeDriverAlertData() { + super(); + } + + public OdeDriverAlertData(OdeMsgMetadata metadata, OdeMsgPayload payload) { + super(metadata, payload); + } + + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeDriverAlertPayload.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeDriverAlertPayload.java index fcb44bc91..a596c9b4d 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeDriverAlertPayload.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeDriverAlertPayload.java @@ -1,37 +1,37 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -/** - * Created by anthonychen on 11/4/17. - */ -public class OdeDriverAlertPayload extends OdeMsgPayload { - - private static final long serialVersionUID = 7061315628111448390L; - private String alert; - - public OdeDriverAlertPayload(String alert) { - this.alert = alert; - } - - public String getAlert() { - return this.alert; - } - - public void setAlert(String alert) { - this.alert = alert; - } -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +/** + * Created by anthonychen on 11/4/17. + */ +public class OdeDriverAlertPayload extends OdeMsgPayload { + + private static final long serialVersionUID = 7061315628111448390L; + private String alert; + + public OdeDriverAlertPayload(String alert) { + this.alert = alert; + } + + public String getAlert() { + return this.alert; + } + + public void setAlert(String alert) { + this.alert = alert; + } +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeException.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeException.java index 9ac25b5d5..6e4387902 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeException.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeException.java @@ -1,67 +1,67 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -import com.fasterxml.jackson.databind.node.ObjectNode; - -import us.dot.its.jpo.ode.util.JsonUtils; - -public class OdeException extends Exception { - - /** - * - */ - private static final long serialVersionUID = -4133732677963262764L; - - OdeStatus.Code code; - - public OdeException() { - super(); - this.code = OdeStatus.Code.FAILURE; - } - - public OdeException(Throwable cause) { - super(cause); - this.code = OdeStatus.Code.FAILURE; - } - - public OdeException (String message) { - super(message); - this.code = OdeStatus.Code.FAILURE; - } - - public OdeException (String message, Throwable cause) { - super(message, cause); - this.code = OdeStatus.Code.FAILURE; - } - - public OdeException (OdeStatus.Code code, String message) { - super(message); - this.code = code; - } - - public OdeException (OdeStatus.Code code, String message, Throwable cause) { - super(message, cause); - this.code = code; - } - - public String toJson() { - ObjectNode jsonObject = JsonUtils.newObjectNode("code", code.name()); - JsonUtils.addNode(jsonObject, "message", getMessage()); - JsonUtils.addNode(jsonObject, "cause", getCause().toString()); - return jsonObject.toString(); - } -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +import com.fasterxml.jackson.databind.node.ObjectNode; + +import us.dot.its.jpo.ode.util.JsonUtils; + +public class OdeException extends Exception { + + /** + * + */ + private static final long serialVersionUID = -4133732677963262764L; + + OdeStatus.Code code; + + public OdeException() { + super(); + this.code = OdeStatus.Code.FAILURE; + } + + public OdeException(Throwable cause) { + super(cause); + this.code = OdeStatus.Code.FAILURE; + } + + public OdeException (String message) { + super(message); + this.code = OdeStatus.Code.FAILURE; + } + + public OdeException (String message, Throwable cause) { + super(message, cause); + this.code = OdeStatus.Code.FAILURE; + } + + public OdeException (OdeStatus.Code code, String message) { + super(message); + this.code = code; + } + + public OdeException (OdeStatus.Code code, String message, Throwable cause) { + super(message, cause); + this.code = code; + } + + public String toJson() { + ObjectNode jsonObject = JsonUtils.newObjectNode("code", code.name()); + JsonUtils.addNode(jsonObject, "message", getMessage()); + JsonUtils.addNode(jsonObject, "cause", getCause().toString()); + return jsonObject.toString(); + } +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeFilterable.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeFilterable.java index 39816fde9..fd2ebbb34 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeFilterable.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeFilterable.java @@ -1,20 +1,20 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -public interface OdeFilterable { - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +public interface OdeFilterable { + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeLogMsgMetadataLocation.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeLogMsgMetadataLocation.java index 456524dbd..8fa6eb858 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeLogMsgMetadataLocation.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeLogMsgMetadataLocation.java @@ -1,81 +1,81 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -public class OdeLogMsgMetadataLocation extends OdeObject { - - private static final long serialVersionUID = 3174683494132372801L; - - String latitude; - String longitude; - String elevation; - String speed; - String heading; - - public OdeLogMsgMetadataLocation() { - super(); - } - - public OdeLogMsgMetadataLocation(String latitude, String longitude, String elevation, String speed, String heading) { - super(); - this.latitude = latitude; - this.longitude = longitude; - this.elevation = elevation; - this.speed = speed; - this.heading = heading; - } - - public String getLatitude() { - return latitude; - } - - public void setLatitude(String latitude) { - this.latitude = latitude; - } - - public String getLongitude() { - return longitude; - } - - public void setLongitude(String longitude) { - this.longitude = longitude; - } - - public String getElevation() { - return elevation; - } - - public void setElevation(String elevation) { - this.elevation = elevation; - } - - public String getSpeed() { - return speed; - } - - public void setSpeed(String speed) { - this.speed = speed; - } - - public String getHeading() { - return heading; - } - - public void setHeading(String heading) { - this.heading = heading; - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +public class OdeLogMsgMetadataLocation extends OdeObject { + + private static final long serialVersionUID = 3174683494132372801L; + + String latitude; + String longitude; + String elevation; + String speed; + String heading; + + public OdeLogMsgMetadataLocation() { + super(); + } + + public OdeLogMsgMetadataLocation(String latitude, String longitude, String elevation, String speed, String heading) { + super(); + this.latitude = latitude; + this.longitude = longitude; + this.elevation = elevation; + this.speed = speed; + this.heading = heading; + } + + public String getLatitude() { + return latitude; + } + + public void setLatitude(String latitude) { + this.latitude = latitude; + } + + public String getLongitude() { + return longitude; + } + + public void setLongitude(String longitude) { + this.longitude = longitude; + } + + public String getElevation() { + return elevation; + } + + public void setElevation(String elevation) { + this.elevation = elevation; + } + + public String getSpeed() { + return speed; + } + + public void setSpeed(String speed) { + this.speed = speed; + } + + public String getHeading() { + return heading; + } + + public void setHeading(String heading) { + this.heading = heading; + } + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeMessage.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeMessage.java index 4391924fa..777de37e1 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeMessage.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeMessage.java @@ -1,62 +1,62 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -public class OdeMessage extends OdeObject { - - private static final long serialVersionUID = 6381260328835278701L; - - private Integer schemaVersion; - - public OdeMessage() { - super(); - this.schemaVersion = 3; - } - - public Integer getSchemaVersion() { - return schemaVersion; - } - - public void setSchemaVersion(Integer schemaVersion) { - this.schemaVersion = schemaVersion; - } - - @Override - public int hashCode() { - final int prime = 31; - int result = 1; - result = prime * result + ((schemaVersion == null) ? 0 : schemaVersion.hashCode()); - return result; - } - - @Override - public boolean equals(Object obj) { - if (this == obj) - return true; - if (obj == null) - return false; - if (getClass() != obj.getClass()) - return false; - OdeMessage other = (OdeMessage) obj; - if (schemaVersion == null) { - if (other.schemaVersion != null) - return false; - } else if (!schemaVersion.equals(other.schemaVersion)) - return false; - return true; - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +public class OdeMessage extends OdeObject { + + private static final long serialVersionUID = 6381260328835278701L; + + private Integer schemaVersion; + + public OdeMessage() { + super(); + this.schemaVersion = 3; + } + + public Integer getSchemaVersion() { + return schemaVersion; + } + + public void setSchemaVersion(Integer schemaVersion) { + this.schemaVersion = schemaVersion; + } + + @Override + public int hashCode() { + final int prime = 31; + int result = 1; + result = prime * result + ((schemaVersion == null) ? 0 : schemaVersion.hashCode()); + return result; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + if (getClass() != obj.getClass()) + return false; + OdeMessage other = (OdeMessage) obj; + if (schemaVersion == null) { + if (other.schemaVersion != null) + return false; + } else if (!schemaVersion.equals(other.schemaVersion)) + return false; + return true; + } + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeMsgMetadata.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeMsgMetadata.java index 41e91ca5e..3605f4959 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeMsgMetadata.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeMsgMetadata.java @@ -1,181 +1,181 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -import us.dot.its.jpo.ode.util.DateTimeUtils; - -public class OdeMsgMetadata extends OdeObject { - - public enum GeneratedBy { - TMC, OBU, RSU, TMC_VIA_SAT, TMC_VIA_SNMP, UNKNOWN - } - - private static final long serialVersionUID = 3979762143291085955L; - - private static int staticSchemaVersion; - - private String payloadType; - private SerialId serialId; - private String odeReceivedAt; - private int schemaVersion; - private String recordGeneratedAt; - private GeneratedBy recordGeneratedBy; - private boolean sanitized = false; - - public OdeMsgMetadata() { - this(OdeMsgPayload.class.getName(), new SerialId(), DateTimeUtils.now()); - } - - public OdeMsgMetadata(OdeMsgPayload payload) { - this(payload, new SerialId(), DateTimeUtils.now()); - } - - private OdeMsgMetadata(OdeMsgPayload payload, SerialId serialId, String receivedAt) { - this(payload.getClass().getName(), serialId, receivedAt); - } - - public OdeMsgMetadata(String payloadType, SerialId serialId, String receivedAt) { - super(); - this.schemaVersion = staticSchemaVersion; - this.payloadType = payloadType; - this.serialId = serialId; - this.odeReceivedAt = receivedAt; - } - - public String getPayloadType() { - return payloadType; - } - - public OdeMsgMetadata setPayloadType(OdeDataType payloadType) { - this.payloadType = payloadType.getShortName(); - return this; - } - - public OdeMsgMetadata setPayloadType(String payloadType) { - this.payloadType = payloadType; - return this; - } - - public SerialId getSerialId() { - return serialId; - } - - public void setSerialId(SerialId serialId) { - this.serialId = serialId; - } - - public String getOdeReceivedAt() { - return odeReceivedAt; - } - - public void setOdeReceivedAt(String receivedAt) { - this.odeReceivedAt = receivedAt; - } - - public int getSchemaVersion() { - return schemaVersion; - } - - public void setSchemaVersion(int aSchemaVersion) { - schemaVersion = aSchemaVersion; - } - - public String getRecordGeneratedAt() { - return recordGeneratedAt; - } - - public void setRecordGeneratedAt(String recordGeneratedAt) { - this.recordGeneratedAt = recordGeneratedAt; - } - - public GeneratedBy getRecordGeneratedBy() { - return recordGeneratedBy; - } - - public void setRecordGeneratedBy(GeneratedBy recordGeneratedBy) { - this.recordGeneratedBy = recordGeneratedBy; - } - - public boolean isSanitized() { - return sanitized; - } - - public void setSanitized(boolean sanitized) { - this.sanitized = sanitized; - } - - - public static int getStaticSchemaVersion() { - return staticSchemaVersion; - } - - public static void setStaticSchemaVersion(int aSchemaVersion) { - staticSchemaVersion = aSchemaVersion; - } - - @Override - public int hashCode() { - final int prime = 31; - int result = 1; - result = prime * result + ((odeReceivedAt == null) ? 0 : odeReceivedAt.hashCode()); - result = prime * result + ((payloadType == null) ? 0 : payloadType.hashCode()); - result = prime * result + ((recordGeneratedAt == null) ? 0 : recordGeneratedAt.hashCode()); - result = prime * result + ((recordGeneratedBy == null) ? 0 : recordGeneratedBy.hashCode()); - result = prime * result + (sanitized ? 1231 : 1237); - result = prime * result + schemaVersion; - result = prime * result + ((serialId == null) ? 0 : serialId.hashCode()); - return result; - } - - @Override - public boolean equals(Object obj) { - if (this == obj) - return true; - if (obj == null) - return false; - if (getClass() != obj.getClass()) - return false; - OdeMsgMetadata other = (OdeMsgMetadata) obj; - if (odeReceivedAt == null) { - if (other.odeReceivedAt != null) - return false; - } else if (!odeReceivedAt.equals(other.odeReceivedAt)) - return false; - if (payloadType == null) { - if (other.payloadType != null) - return false; - } else if (!payloadType.equals(other.payloadType)) - return false; - if (recordGeneratedAt == null) { - if (other.recordGeneratedAt != null) - return false; - } else if (!recordGeneratedAt.equals(other.recordGeneratedAt)) - return false; - if (recordGeneratedBy != other.recordGeneratedBy) - return false; - if (sanitized != other.sanitized) - return false; - if (schemaVersion != other.schemaVersion) - return false; - if (serialId == null) { - if (other.serialId != null) - return false; - } else if (!serialId.equals(other.serialId)) - return false; - return true; - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +import us.dot.its.jpo.ode.util.DateTimeUtils; + +public class OdeMsgMetadata extends OdeObject { + + public enum GeneratedBy { + TMC, OBU, RSU, TMC_VIA_SAT, TMC_VIA_SNMP, UNKNOWN + } + + private static final long serialVersionUID = 3979762143291085955L; + + private static int staticSchemaVersion; + + private String payloadType; + private SerialId serialId; + private String odeReceivedAt; + private int schemaVersion; + private String recordGeneratedAt; + private GeneratedBy recordGeneratedBy; + private boolean sanitized = false; + + public OdeMsgMetadata() { + this(OdeMsgPayload.class.getName(), new SerialId(), DateTimeUtils.now()); + } + + public OdeMsgMetadata(OdeMsgPayload payload) { + this(payload, new SerialId(), DateTimeUtils.now()); + } + + private OdeMsgMetadata(OdeMsgPayload payload, SerialId serialId, String receivedAt) { + this(payload.getClass().getName(), serialId, receivedAt); + } + + public OdeMsgMetadata(String payloadType, SerialId serialId, String receivedAt) { + super(); + this.schemaVersion = staticSchemaVersion; + this.payloadType = payloadType; + this.serialId = serialId; + this.odeReceivedAt = receivedAt; + } + + public String getPayloadType() { + return payloadType; + } + + public OdeMsgMetadata setPayloadType(OdeDataType payloadType) { + this.payloadType = payloadType.getShortName(); + return this; + } + + public OdeMsgMetadata setPayloadType(String payloadType) { + this.payloadType = payloadType; + return this; + } + + public SerialId getSerialId() { + return serialId; + } + + public void setSerialId(SerialId serialId) { + this.serialId = serialId; + } + + public String getOdeReceivedAt() { + return odeReceivedAt; + } + + public void setOdeReceivedAt(String receivedAt) { + this.odeReceivedAt = receivedAt; + } + + public int getSchemaVersion() { + return schemaVersion; + } + + public void setSchemaVersion(int aSchemaVersion) { + schemaVersion = aSchemaVersion; + } + + public String getRecordGeneratedAt() { + return recordGeneratedAt; + } + + public void setRecordGeneratedAt(String recordGeneratedAt) { + this.recordGeneratedAt = recordGeneratedAt; + } + + public GeneratedBy getRecordGeneratedBy() { + return recordGeneratedBy; + } + + public void setRecordGeneratedBy(GeneratedBy recordGeneratedBy) { + this.recordGeneratedBy = recordGeneratedBy; + } + + public boolean isSanitized() { + return sanitized; + } + + public void setSanitized(boolean sanitized) { + this.sanitized = sanitized; + } + + + public static int getStaticSchemaVersion() { + return staticSchemaVersion; + } + + public static void setStaticSchemaVersion(int aSchemaVersion) { + staticSchemaVersion = aSchemaVersion; + } + + @Override + public int hashCode() { + final int prime = 31; + int result = 1; + result = prime * result + ((odeReceivedAt == null) ? 0 : odeReceivedAt.hashCode()); + result = prime * result + ((payloadType == null) ? 0 : payloadType.hashCode()); + result = prime * result + ((recordGeneratedAt == null) ? 0 : recordGeneratedAt.hashCode()); + result = prime * result + ((recordGeneratedBy == null) ? 0 : recordGeneratedBy.hashCode()); + result = prime * result + (sanitized ? 1231 : 1237); + result = prime * result + schemaVersion; + result = prime * result + ((serialId == null) ? 0 : serialId.hashCode()); + return result; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + if (getClass() != obj.getClass()) + return false; + OdeMsgMetadata other = (OdeMsgMetadata) obj; + if (odeReceivedAt == null) { + if (other.odeReceivedAt != null) + return false; + } else if (!odeReceivedAt.equals(other.odeReceivedAt)) + return false; + if (payloadType == null) { + if (other.payloadType != null) + return false; + } else if (!payloadType.equals(other.payloadType)) + return false; + if (recordGeneratedAt == null) { + if (other.recordGeneratedAt != null) + return false; + } else if (!recordGeneratedAt.equals(other.recordGeneratedAt)) + return false; + if (recordGeneratedBy != other.recordGeneratedBy) + return false; + if (sanitized != other.sanitized) + return false; + if (schemaVersion != other.schemaVersion) + return false; + if (serialId == null) { + if (other.serialId != null) + return false; + } else if (!serialId.equals(other.serialId)) + return false; + return true; + } + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeMsgPayload.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeMsgPayload.java index 863eabd13..3bd5c32e4 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeMsgPayload.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeMsgPayload.java @@ -1,87 +1,87 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -public class OdeMsgPayload extends OdeObject { - private static final long serialVersionUID = -7711340868799607662L; - - private String dataType; - private OdeObject data; - - public OdeMsgPayload() { - super(); - } - - public OdeMsgPayload(OdeObject data) { - super(); - this.dataType = data.getClass().getName(); - this.data = data; - } - - public OdeMsgPayload(String dataType, OdeObject data) { - super(); - this.dataType = dataType; - this.data = data; - } - - public String getDataType() { - return dataType; - } - - public void setDataType(String dataType) { - this.dataType = dataType; - } - - public OdeObject getData() { - return data; - } - - public void setData(OdeObject data) { - this.data = data; - } - - @Override - public int hashCode() { - final int prime = 31; - int result = super.hashCode(); - result = prime * result + ((data == null) ? 0 : data.hashCode()); - result = prime * result + ((dataType == null) ? 0 : dataType.hashCode()); - return result; - } - - @Override - public boolean equals(Object obj) { - if (this == obj) - return true; - if (!super.equals(obj)) - return false; - if (getClass() != obj.getClass()) - return false; - OdeMsgPayload other = (OdeMsgPayload) obj; - if (data == null) { - if (other.data != null) - return false; - } else if (!data.equals(other.data)) - return false; - if (dataType == null) { - if (other.dataType != null) - return false; - } else if (!dataType.equals(other.dataType)) - return false; - return true; - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +public class OdeMsgPayload extends OdeObject { + private static final long serialVersionUID = -7711340868799607662L; + + private String dataType; + private OdeObject data; + + public OdeMsgPayload() { + super(); + } + + public OdeMsgPayload(OdeObject data) { + super(); + this.dataType = data.getClass().getName(); + this.data = data; + } + + public OdeMsgPayload(String dataType, OdeObject data) { + super(); + this.dataType = dataType; + this.data = data; + } + + public String getDataType() { + return dataType; + } + + public void setDataType(String dataType) { + this.dataType = dataType; + } + + public OdeObject getData() { + return data; + } + + public void setData(OdeObject data) { + this.data = data; + } + + @Override + public int hashCode() { + final int prime = 31; + int result = super.hashCode(); + result = prime * result + ((data == null) ? 0 : data.hashCode()); + result = prime * result + ((dataType == null) ? 0 : dataType.hashCode()); + return result; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (!super.equals(obj)) + return false; + if (getClass() != obj.getClass()) + return false; + OdeMsgPayload other = (OdeMsgPayload) obj; + if (data == null) { + if (other.data != null) + return false; + } else if (!data.equals(other.data)) + return false; + if (dataType == null) { + if (other.dataType != null) + return false; + } else if (!dataType.equals(other.dataType)) + return false; + return true; + } + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdePayloadViolation.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdePayloadViolation.java index 8edf7b0c9..671f7b6d4 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdePayloadViolation.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdePayloadViolation.java @@ -1,113 +1,113 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -public class OdePayloadViolation { - - private String fieldName; - private double fieldValue; - private double validMin; - private double validMax; - - public OdePayloadViolation() { - super(); - fieldName = null; - fieldValue = Double.NaN; - validMin = Double.NaN; - validMax = Double.NaN; - } - - public OdePayloadViolation(String fieldName, double value, double validMin, double validMax) { - super(); - this.fieldName = fieldName; - this.fieldValue = value; - this.validMin = validMin; - this.validMax = validMax; - } - - public String getFieldName() { - return fieldName; - } - - public OdePayloadViolation setFieldName(String fieldName) { - this.fieldName = fieldName; - return this; - } - - public double getFieldValue() { - return fieldValue; - } - - public void setFieldValue(double fieldValue) { - this.fieldValue = fieldValue; - } - - public double getValidMin() { - return validMin; - } - - public OdePayloadViolation setValidMin(double validMin) { - this.validMin = validMin; - return this; - } - - public double getValidMax() { - return validMax; - } - - public OdePayloadViolation setValidMax(double validMax) { - this.validMax = validMax; - return this; - } - - @Override - public int hashCode() { - final int prime = 31; - int result = 1; - result = prime * result + ((fieldName == null) ? 0 : fieldName.hashCode()); - long temp; - temp = Double.doubleToLongBits(validMax); - result = prime * result + (int) (temp ^ (temp >>> 32)); - temp = Double.doubleToLongBits(validMin); - result = prime * result + (int) (temp ^ (temp >>> 32)); - temp = Double.doubleToLongBits(fieldValue); - result = prime * result + (int) (temp ^ (temp >>> 32)); - return result; - } - - @Override - public boolean equals(Object obj) { - if (this == obj) - return true; - if (obj == null) - return false; - if (getClass() != obj.getClass()) - return false; - OdePayloadViolation other = (OdePayloadViolation) obj; - if (fieldName == null) { - if (other.fieldName != null) - return false; - } else if (!fieldName.equals(other.fieldName)) - return false; - if (Double.doubleToLongBits(validMax) != Double.doubleToLongBits(other.validMax)) - return false; - if (Double.doubleToLongBits(validMin) != Double.doubleToLongBits(other.validMin)) - return false; - if (Double.doubleToLongBits(fieldValue) != Double.doubleToLongBits(other.fieldValue)) - return false; - return true; - } -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +public class OdePayloadViolation { + + private String fieldName; + private double fieldValue; + private double validMin; + private double validMax; + + public OdePayloadViolation() { + super(); + fieldName = null; + fieldValue = Double.NaN; + validMin = Double.NaN; + validMax = Double.NaN; + } + + public OdePayloadViolation(String fieldName, double value, double validMin, double validMax) { + super(); + this.fieldName = fieldName; + this.fieldValue = value; + this.validMin = validMin; + this.validMax = validMax; + } + + public String getFieldName() { + return fieldName; + } + + public OdePayloadViolation setFieldName(String fieldName) { + this.fieldName = fieldName; + return this; + } + + public double getFieldValue() { + return fieldValue; + } + + public void setFieldValue(double fieldValue) { + this.fieldValue = fieldValue; + } + + public double getValidMin() { + return validMin; + } + + public OdePayloadViolation setValidMin(double validMin) { + this.validMin = validMin; + return this; + } + + public double getValidMax() { + return validMax; + } + + public OdePayloadViolation setValidMax(double validMax) { + this.validMax = validMax; + return this; + } + + @Override + public int hashCode() { + final int prime = 31; + int result = 1; + result = prime * result + ((fieldName == null) ? 0 : fieldName.hashCode()); + long temp; + temp = Double.doubleToLongBits(validMax); + result = prime * result + (int) (temp ^ (temp >>> 32)); + temp = Double.doubleToLongBits(validMin); + result = prime * result + (int) (temp ^ (temp >>> 32)); + temp = Double.doubleToLongBits(fieldValue); + result = prime * result + (int) (temp ^ (temp >>> 32)); + return result; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + if (getClass() != obj.getClass()) + return false; + OdePayloadViolation other = (OdePayloadViolation) obj; + if (fieldName == null) { + if (other.fieldName != null) + return false; + } else if (!fieldName.equals(other.fieldName)) + return false; + if (Double.doubleToLongBits(validMax) != Double.doubleToLongBits(other.validMax)) + return false; + if (Double.doubleToLongBits(validMin) != Double.doubleToLongBits(other.validMin)) + return false; + if (Double.doubleToLongBits(fieldValue) != Double.doubleToLongBits(other.fieldValue)) + return false; + return true; + } +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdePoint.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdePoint.java index 91ca47302..630d83f77 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdePoint.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdePoint.java @@ -1,80 +1,80 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -import java.math.BigDecimal; - -public class OdePoint extends OdeObject { - - private static final long serialVersionUID = 6030294798158488311L; - - private BigDecimal latitude; - private BigDecimal longitude; - public OdePoint() { - super(); - } - public OdePoint(BigDecimal latitude, BigDecimal longitude) { - super(); - this.latitude = latitude; - this.longitude = longitude; - } - public BigDecimal getLatitude() { - return latitude; - } - public OdePoint setLatitude(BigDecimal latitude) { - this.latitude = latitude; - return this; - } - public BigDecimal getLongitude() { - return longitude; - } - public OdePoint setLongitude(BigDecimal longitude) { - this.longitude = longitude; - return this; - } - @Override - public int hashCode() { - final int prime = 31; - int result = 1; - result = prime * result + ((latitude == null) ? 0 : latitude.hashCode()); - result = prime * result - + ((longitude == null) ? 0 : longitude.hashCode()); - return result; - } - @Override - public boolean equals(Object obj) { - if (this == obj) - return true; - if (obj == null) - return false; - if (getClass() != obj.getClass()) - return false; - OdePoint other = (OdePoint) obj; - if (latitude == null) { - if (other.latitude != null) - return false; - } else if (!latitude.equals(other.latitude)) - return false; - if (longitude == null) { - if (other.longitude != null) - return false; - } else if (!longitude.equals(other.longitude)) - return false; - return true; - } - - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +import java.math.BigDecimal; + +public class OdePoint extends OdeObject { + + private static final long serialVersionUID = 6030294798158488311L; + + private BigDecimal latitude; + private BigDecimal longitude; + public OdePoint() { + super(); + } + public OdePoint(BigDecimal latitude, BigDecimal longitude) { + super(); + this.latitude = latitude; + this.longitude = longitude; + } + public BigDecimal getLatitude() { + return latitude; + } + public OdePoint setLatitude(BigDecimal latitude) { + this.latitude = latitude; + return this; + } + public BigDecimal getLongitude() { + return longitude; + } + public OdePoint setLongitude(BigDecimal longitude) { + this.longitude = longitude; + return this; + } + @Override + public int hashCode() { + final int prime = 31; + int result = 1; + result = prime * result + ((latitude == null) ? 0 : latitude.hashCode()); + result = prime * result + + ((longitude == null) ? 0 : longitude.hashCode()); + return result; + } + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + if (getClass() != obj.getClass()) + return false; + OdePoint other = (OdePoint) obj; + if (latitude == null) { + if (other.latitude != null) + return false; + } else if (!latitude.equals(other.latitude)) + return false; + if (longitude == null) { + if (other.longitude != null) + return false; + } else if (!longitude.equals(other.longitude)) + return false; + return true; + } + + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeRequest.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeRequest.java index 98893a0ce..e83e3cbe3 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeRequest.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeRequest.java @@ -1,157 +1,157 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -import us.dot.its.jpo.ode.context.AppContext; -import us.dot.its.jpo.ode.util.JsonUtils; - -@SuppressWarnings("serial") -public class OdeRequest extends BaseRequest { - public static class OdeRequestException extends OdeException { - - public OdeRequestException(String message) { - super(message); - } - - } - - public enum DataSource { - SDC, SDW, SDPC, TEST_UPLOAD, DEPOSIT_SDC, DEPOSIT_SDW - } - - private String id; - private DataSource dataSource; - private OdeRequestType requestType; - private OdeDataType dataType; - - public OdeRequest() { - super(); - } - - public OdeRequest(OdeRequest other) { - super(); - this.setDataSource(other.getDataSource()); - this.setDataType(other.getDataType()); - this.setId(other.getId()); - this.setRequestType(other.getRequestType()); - } - - public static OdeRequest create(String rtype, String dtype, String message) throws OdeRequestException { - OdeRequest odeRequest = null; - OdeRequestType requestType = OdeRequestType.getByShortName(rtype); - if (requestType == OdeRequestType.Deposit) { - odeRequest = (OdeRequest) JsonUtils.fromJson(message, OdeDepRequest.class); -// } else if (requestType == OdeRequestType.Subscription) { -// odeRequest = (OdeRequest) JsonUtils.fromJson(message, OdeSubRequest.class); -// } else if (requestType == OdeRequestType.Query) { -// odeRequest = (OdeRequest) JsonUtils.fromJson(message, OdeQryRequest.class); -// } else if (requestType == OdeRequestType.Test) { -// odeRequest = (OdeRequest) JsonUtils.fromJson(message, OdeTstRequest.class); - } else { - OdeStatus status = new OdeStatus().setCode(OdeStatus.Code.INVALID_REQUEST_TYPE_ERROR).setMessage(String - .format("Invalid request type %s. Valid request types are %s.", rtype, OdeRequestType.shortNames())); - throw new OdeRequestException(status.toString()); - } - odeRequest.setRequestType(requestType); - - OdeDataType dataType = OdeDataType.getByShortName(dtype); - if (dataType == null) { - OdeStatus status = new OdeStatus().setCode(OdeStatus.Code.INVALID_DATA_TYPE_ERROR).setMessage( - String.format("Invalid data type %s. Valid data types are %s.", dtype, OdeDataType.shortNames())); - throw new OdeRequestException(status.toString()); - } - odeRequest.setDataType(dataType); - - odeRequest.setId(buildRequestId(odeRequest)); - return odeRequest; - } - - public static String buildRequestId(OdeRequest odeRequest) { - return AppContext.getInstance().getParam(AppContext.ODE_HOSTNAME) + odeRequest.getClass().getSimpleName() - + String.valueOf(odeRequest.hashCode()); - } - - public String getId() { - return id; - } - - public OdeRequest setId(String id) { - this.id = id; - return this; - } - - public OdeRequestType getRequestType() { - return requestType; - } - - public DataSource getDataSource() { - return dataSource; - } - - public OdeRequest setDataSource(DataSource dataSource) { - this.dataSource = dataSource; - return this; - } - - public OdeRequest setRequestType(OdeRequestType requestType) { - this.requestType = requestType; - return this; - } - - public OdeDataType getDataType() { - return dataType; - } - - public OdeRequest setDataType(OdeDataType dataType) { - this.dataType = dataType; - return this; - } - - @Override - public int hashCode() { - final int prime = 31; - int result = 1; - result = prime * result + ((dataSource == null) ? 0 : dataSource.hashCode()); - result = prime * result + ((dataType == null) ? 0 : dataType.hashCode()); - result = prime * result + ((id == null) ? 0 : id.hashCode()); - result = prime * result + ((requestType == null) ? 0 : requestType.hashCode()); - return result; - } - - @Override - public boolean equals(Object obj) { - if (this == obj) - return true; - if (obj == null) - return false; - if (getClass() != obj.getClass()) - return false; - OdeRequest other = (OdeRequest) obj; - if (dataSource != other.dataSource) - return false; - if (dataType != other.dataType) - return false; - if (id == null) { - if (other.id != null) - return false; - } else if (!id.equals(other.id)) - return false; - if (requestType != other.requestType) - return false; - return true; - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +import us.dot.its.jpo.ode.context.AppContext; +import us.dot.its.jpo.ode.util.JsonUtils; + +@SuppressWarnings("serial") +public class OdeRequest extends BaseRequest { + public static class OdeRequestException extends OdeException { + + public OdeRequestException(String message) { + super(message); + } + + } + + public enum DataSource { + SDC, SDW, SDPC, TEST_UPLOAD, DEPOSIT_SDC, DEPOSIT_SDW + } + + private String id; + private DataSource dataSource; + private OdeRequestType requestType; + private OdeDataType dataType; + + public OdeRequest() { + super(); + } + + public OdeRequest(OdeRequest other) { + super(); + this.setDataSource(other.getDataSource()); + this.setDataType(other.getDataType()); + this.setId(other.getId()); + this.setRequestType(other.getRequestType()); + } + + public static OdeRequest create(String rtype, String dtype, String message) throws OdeRequestException { + OdeRequest odeRequest = null; + OdeRequestType requestType = OdeRequestType.getByShortName(rtype); + if (requestType == OdeRequestType.Deposit) { + odeRequest = (OdeRequest) JsonUtils.fromJson(message, OdeDepRequest.class); +// } else if (requestType == OdeRequestType.Subscription) { +// odeRequest = (OdeRequest) JsonUtils.fromJson(message, OdeSubRequest.class); +// } else if (requestType == OdeRequestType.Query) { +// odeRequest = (OdeRequest) JsonUtils.fromJson(message, OdeQryRequest.class); +// } else if (requestType == OdeRequestType.Test) { +// odeRequest = (OdeRequest) JsonUtils.fromJson(message, OdeTstRequest.class); + } else { + OdeStatus status = new OdeStatus().setCode(OdeStatus.Code.INVALID_REQUEST_TYPE_ERROR).setMessage(String + .format("Invalid request type %s. Valid request types are %s.", rtype, OdeRequestType.shortNames())); + throw new OdeRequestException(status.toString()); + } + odeRequest.setRequestType(requestType); + + OdeDataType dataType = OdeDataType.getByShortName(dtype); + if (dataType == null) { + OdeStatus status = new OdeStatus().setCode(OdeStatus.Code.INVALID_DATA_TYPE_ERROR).setMessage( + String.format("Invalid data type %s. Valid data types are %s.", dtype, OdeDataType.shortNames())); + throw new OdeRequestException(status.toString()); + } + odeRequest.setDataType(dataType); + + odeRequest.setId(buildRequestId(odeRequest)); + return odeRequest; + } + + public static String buildRequestId(OdeRequest odeRequest) { + return AppContext.getInstance().getParam(AppContext.ODE_HOSTNAME) + odeRequest.getClass().getSimpleName() + + String.valueOf(odeRequest.hashCode()); + } + + public String getId() { + return id; + } + + public OdeRequest setId(String id) { + this.id = id; + return this; + } + + public OdeRequestType getRequestType() { + return requestType; + } + + public DataSource getDataSource() { + return dataSource; + } + + public OdeRequest setDataSource(DataSource dataSource) { + this.dataSource = dataSource; + return this; + } + + public OdeRequest setRequestType(OdeRequestType requestType) { + this.requestType = requestType; + return this; + } + + public OdeDataType getDataType() { + return dataType; + } + + public OdeRequest setDataType(OdeDataType dataType) { + this.dataType = dataType; + return this; + } + + @Override + public int hashCode() { + final int prime = 31; + int result = 1; + result = prime * result + ((dataSource == null) ? 0 : dataSource.hashCode()); + result = prime * result + ((dataType == null) ? 0 : dataType.hashCode()); + result = prime * result + ((id == null) ? 0 : id.hashCode()); + result = prime * result + ((requestType == null) ? 0 : requestType.hashCode()); + return result; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + if (getClass() != obj.getClass()) + return false; + OdeRequest other = (OdeRequest) obj; + if (dataSource != other.dataSource) + return false; + if (dataType != other.dataType) + return false; + if (id == null) { + if (other.id != null) + return false; + } else if (!id.equals(other.id)) + return false; + if (requestType != other.requestType) + return false; + return true; + } + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeRequestType.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeRequestType.java index 194405a4a..b57b1289d 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeRequestType.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeRequestType.java @@ -1,61 +1,61 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -import java.util.ArrayList; -import java.util.List; - -public enum OdeRequestType { - Subscription("sub"), Query("qry"), Test("tst"), Deposit("dep"); - - private static List shortNames = shortNamesAsList(); - private final String shortName; - - private OdeRequestType(String shortName) { - this.shortName = shortName; - } - - public String getShortName() { - return shortName; - } - - public static OdeRequestType getByShortName(String shortName) { - OdeRequestType result = null; - - for (OdeRequestType value : OdeRequestType.values()) { - if (shortName.equals(value.getShortName())) { - result = value; - break; - } - } - return result; - } - - public static String shortNames() { - return shortNamesAsList().toString(); - } - - public static List shortNamesAsList() { - if (shortNames == null) { - shortNames = new ArrayList(); - - for (OdeRequestType value : OdeRequestType.values()) { - shortNames.add(value.getShortName()); - } - } - return shortNames; - } -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +import java.util.ArrayList; +import java.util.List; + +public enum OdeRequestType { + Subscription("sub"), Query("qry"), Test("tst"), Deposit("dep"); + + private static List shortNames = shortNamesAsList(); + private final String shortName; + + private OdeRequestType(String shortName) { + this.shortName = shortName; + } + + public String getShortName() { + return shortName; + } + + public static OdeRequestType getByShortName(String shortName) { + OdeRequestType result = null; + + for (OdeRequestType value : OdeRequestType.values()) { + if (shortName.equals(value.getShortName())) { + result = value; + break; + } + } + return result; + } + + public static String shortNames() { + return shortNamesAsList().toString(); + } + + public static List shortNamesAsList() { + if (shortNames == null) { + shortNames = new ArrayList(); + + for (OdeRequestType value : OdeRequestType.values()) { + shortNames.add(value.getShortName()); + } + } + return shortNames; + } +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeStatus.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeStatus.java index 2a05312cd..96cabd54e 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeStatus.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeStatus.java @@ -1,104 +1,104 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - - -public class OdeStatus extends OdeMessage { - private static final long serialVersionUID = -8787345244306039604L; - - public static enum Code { - SUCCESS, FAILURE, - SOURCE_CONNECTION_ERROR, INVALID_REQUEST_TYPE_ERROR, - INVALID_DATA_TYPE_ERROR, COMMENT, DATA_TYPE_NOT_SUPPORTED - } - - Code code; - String message; - String requestId; - - public OdeStatus() { - super(); - } - - public OdeStatus(Code code, String message) { - super(); - this.code = code; - this.message = message; - } - - public Code getCode() { - return code; - } - - public OdeStatus setCode(Code code) { - this.code = code; - return this; - } - - public String getMessage() { - return message; - } - - public OdeStatus setMessage(String message) { - this.message = message; - return this; - } - - public String getRequestId() { - return requestId; - } - - public OdeStatus setRequestId(String requestId) { - this.requestId = requestId; - return this; - } - - @Override - public int hashCode() { - final int prime = 31; - int result = super.hashCode(); - result = prime * result + ((code == null) ? 0 : code.hashCode()); - result = prime * result + ((message == null) ? 0 : message.hashCode()); - result = prime * result - + ((requestId == null) ? 0 : requestId.hashCode()); - return result; - } - - @Override - public boolean equals(Object obj) { - if (this == obj) - return true; - if (!super.equals(obj)) - return false; - if (getClass() != obj.getClass()) - return false; - OdeStatus other = (OdeStatus) obj; - if (code != other.code) - return false; - if (message == null) { - if (other.message != null) - return false; - } else if (!message.equals(other.message)) - return false; - if (requestId == null) { - if (other.requestId != null) - return false; - } else if (!requestId.equals(other.requestId)) - return false; - return true; - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + + +public class OdeStatus extends OdeMessage { + private static final long serialVersionUID = -8787345244306039604L; + + public static enum Code { + SUCCESS, FAILURE, + SOURCE_CONNECTION_ERROR, INVALID_REQUEST_TYPE_ERROR, + INVALID_DATA_TYPE_ERROR, COMMENT, DATA_TYPE_NOT_SUPPORTED + } + + Code code; + String message; + String requestId; + + public OdeStatus() { + super(); + } + + public OdeStatus(Code code, String message) { + super(); + this.code = code; + this.message = message; + } + + public Code getCode() { + return code; + } + + public OdeStatus setCode(Code code) { + this.code = code; + return this; + } + + public String getMessage() { + return message; + } + + public OdeStatus setMessage(String message) { + this.message = message; + return this; + } + + public String getRequestId() { + return requestId; + } + + public OdeStatus setRequestId(String requestId) { + this.requestId = requestId; + return this; + } + + @Override + public int hashCode() { + final int prime = 31; + int result = super.hashCode(); + result = prime * result + ((code == null) ? 0 : code.hashCode()); + result = prime * result + ((message == null) ? 0 : message.hashCode()); + result = prime * result + + ((requestId == null) ? 0 : requestId.hashCode()); + return result; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (!super.equals(obj)) + return false; + if (getClass() != obj.getClass()) + return false; + OdeStatus other = (OdeStatus) obj; + if (code != other.code) + return false; + if (message == null) { + if (other.message != null) + return false; + } else if (!message.equals(other.message)) + return false; + if (requestId == null) { + if (other.requestId != null) + return false; + } else if (!requestId.equals(other.requestId)) + return false; + return true; + } + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeTimData.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeTimData.java index 10b38108e..1f1fac5f4 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeTimData.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeTimData.java @@ -1,32 +1,32 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -public class OdeTimData extends OdeData { - - private static final long serialVersionUID = 2057040404896561615L; - - - public OdeTimData() { - super(); - } - - - public OdeTimData(OdeMsgMetadata metadata, OdeMsgPayload payload) { - super(metadata, payload); - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +public class OdeTimData extends OdeData { + + private static final long serialVersionUID = 2057040404896561615L; + + + public OdeTimData() { + super(); + } + + + public OdeTimData(OdeMsgMetadata metadata, OdeMsgPayload payload) { + super(metadata, payload); + } + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeTimPayload.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeTimPayload.java index a4adeffb9..b3ecd5565 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeTimPayload.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/OdeTimPayload.java @@ -1,41 +1,41 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -import us.dot.its.jpo.ode.plugin.j2735.OdeTravelerInformationMessage; - -public class OdeTimPayload extends OdeMsgPayload { - - private static final long serialVersionUID = 7061315628111448390L; - - public OdeTimPayload() { - this(new OdeTravelerInformationMessage()); - } - - public OdeTimPayload(OdeTravelerInformationMessage tim) { - super(tim); - this.setData(tim); - } - - public OdeTravelerInformationMessage getTim() { - return (OdeTravelerInformationMessage) getData(); - } - - public void setTim(OdeTravelerInformationMessage tim) { - setData(tim); - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +import us.dot.its.jpo.ode.plugin.j2735.OdeTravelerInformationMessage; + +public class OdeTimPayload extends OdeMsgPayload { + + private static final long serialVersionUID = 7061315628111448390L; + + public OdeTimPayload() { + this(new OdeTravelerInformationMessage()); + } + + public OdeTimPayload(OdeTravelerInformationMessage tim) { + super(tim); + this.setData(tim); + } + + public OdeTravelerInformationMessage getTim() { + return (OdeTravelerInformationMessage) getData(); + } + + public void setTim(OdeTravelerInformationMessage tim) { + setData(tim); + } + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/ReceivedMessageDetails.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/ReceivedMessageDetails.java index 491393108..a2ccd752b 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/ReceivedMessageDetails.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/ReceivedMessageDetails.java @@ -1,50 +1,50 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -public class ReceivedMessageDetails extends OdeObject { - - private static final long serialVersionUID = -122988228561853841L; - - private OdeLogMsgMetadataLocation locationData; - private RxSource rxSource; - - public ReceivedMessageDetails() { - super(); - } - - public ReceivedMessageDetails(OdeLogMsgMetadataLocation locationData, RxSource rxSource) { - super(); - this.setLocationData(locationData); - this.setRxSource(rxSource); - } - - public OdeLogMsgMetadataLocation getLocationData() { - return locationData; - } - - public void setLocationData(OdeLogMsgMetadataLocation locationData) { - this.locationData = locationData; - } - - public RxSource getRxSource() { - return rxSource; - } - - public void setRxSource(RxSource rxSource) { - this.rxSource = rxSource; - } -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +public class ReceivedMessageDetails extends OdeObject { + + private static final long serialVersionUID = -122988228561853841L; + + private OdeLogMsgMetadataLocation locationData; + private RxSource rxSource; + + public ReceivedMessageDetails() { + super(); + } + + public ReceivedMessageDetails(OdeLogMsgMetadataLocation locationData, RxSource rxSource) { + super(); + this.setLocationData(locationData); + this.setRxSource(rxSource); + } + + public OdeLogMsgMetadataLocation getLocationData() { + return locationData; + } + + public void setLocationData(OdeLogMsgMetadataLocation locationData) { + this.locationData = locationData; + } + + public RxSource getRxSource() { + return rxSource; + } + + public void setRxSource(RxSource rxSource) { + this.rxSource = rxSource; + } +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/RxSource.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/RxSource.java index fca8fa2fe..3491055bb 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/RxSource.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/RxSource.java @@ -1,25 +1,25 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -public enum RxSource { - RSU, - SAT, // XM satellite - RV, // for BSM rx - SNMP,// for SRM payload from back-end/ODE - NA, // Not applicable (for example, Distress Notification or Driver Alert - UNKNOWN -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +public enum RxSource { + RSU, + SAT, // XM satellite + RV, // for BSM rx + SNMP,// for SRM payload from back-end/ODE + NA, // Not applicable (for example, Distress Notification or Driver Alert + UNKNOWN +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/StatusTag.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/StatusTag.java index 1c4ef7416..7f7af7e07 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/StatusTag.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/model/StatusTag.java @@ -1,20 +1,20 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -public enum StatusTag { - CONNECTED, START, STOP, ERROR, DEPOSITED, CLOSED, OPENED -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +public enum StatusTag { + CONNECTED, START, STOP, ERROR, DEPOSITED, CLOSED, OPENED +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/AbstractSubPubTransformer.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/AbstractSubPubTransformer.java index 051bf43e0..36050ccb4 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/AbstractSubPubTransformer.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/AbstractSubPubTransformer.java @@ -1,70 +1,70 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.wrapper; - -/** - * @author 572682 - * - * This abstract class provides a basic pipeline functionality through the messaging - * framework. The objects of this class subscribe to a topic, process received messages - * and publish the results to another topic. - * - * @param Message Key type - * @param Received Message Value Type - * @param

    Published Message Value Type - */ -public abstract class AbstractSubPubTransformer extends AbstractSubscriberProcessor { - - protected int messagesPublished = 0; - protected MessageProducer producer; - protected String outputTopic; - - public AbstractSubPubTransformer(MessageProducer producer, String outputTopic) { - super(); - this.producer = producer; - this.outputTopic = outputTopic; - } - - @Override - public Object call() { - @SuppressWarnings("unchecked") - P toBePublished = (P) super.call(); - - if (null != toBePublished) { - producer.send(outputTopic, getRecord().key(), toBePublished); - } - - return toBePublished; - } - - public MessageProducer getProducer() { - return producer; - } - - public void setProducer(MessageProducer producer) { - this.producer = producer; - } - - public String getOutputTopic() { - return outputTopic; - } - - public void setOutputTopic(String outputTopic) { - this.outputTopic = outputTopic; - } - - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.wrapper; + +/** + * @author 572682 + * + * This abstract class provides a basic pipeline functionality through the messaging + * framework. The objects of this class subscribe to a topic, process received messages + * and publish the results to another topic. + * + * @param Message Key type + * @param Received Message Value Type + * @param

    Published Message Value Type + */ +public abstract class AbstractSubPubTransformer extends AbstractSubscriberProcessor { + + protected int messagesPublished = 0; + protected MessageProducer producer; + protected String outputTopic; + + public AbstractSubPubTransformer(MessageProducer producer, String outputTopic) { + super(); + this.producer = producer; + this.outputTopic = outputTopic; + } + + @Override + public Object call() { + @SuppressWarnings("unchecked") + P toBePublished = (P) super.call(); + + if (null != toBePublished) { + producer.send(outputTopic, getRecord().key(), toBePublished); + } + + return toBePublished; + } + + public MessageProducer getProducer() { + return producer; + } + + public void setProducer(MessageProducer producer) { + this.producer = producer; + } + + public String getOutputTopic() { + return outputTopic; + } + + public void setOutputTopic(String outputTopic) { + this.outputTopic = outputTopic; + } + + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/AbstractSubscriberProcessor.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/AbstractSubscriberProcessor.java index 1249c47d2..0fda858a1 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/AbstractSubscriberProcessor.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/AbstractSubscriberProcessor.java @@ -1,69 +1,69 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.wrapper; - -import java.util.Arrays; -import java.util.concurrent.Executors; - -import org.slf4j.Logger; -import org.slf4j.LoggerFactory; - -/** - * @author 572682 - * - * This abstract class provides a basic service that subscribes to one - * or more topics and process the received messages in the derived - * classes. - * - * @param - * Message Key type - * @param - * Received Message Value Type - */ -public abstract class AbstractSubscriberProcessor extends MessageProcessor { - - private Logger logger = LoggerFactory.getLogger(this.getClass()); - protected int messagesConsumed = 0; - - /** - * Starts a Kafka listener that runs call() every time a new msg arrives - * - * @param consumer - * @param inputTopics - */ - public void start(MessageConsumer consumer, String... inputTopics) { - logger.info("Subscribing to {}", Arrays.asList(inputTopics).toString()); - - Executors.newSingleThreadExecutor().submit(new Runnable() { - @Override - public void run() { - consumer.subscribe(inputTopics); - } - }); - } - - @Override - public Object call() { - messagesConsumed++; - - S consumedData = getRecord().value(); - - return process(consumedData); - } - - protected abstract Object process(S consumedData); - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.wrapper; + +import java.util.Arrays; +import java.util.concurrent.Executors; + +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +/** + * @author 572682 + * + * This abstract class provides a basic service that subscribes to one + * or more topics and process the received messages in the derived + * classes. + * + * @param + * Message Key type + * @param + * Received Message Value Type + */ +public abstract class AbstractSubscriberProcessor extends MessageProcessor { + + private Logger logger = LoggerFactory.getLogger(this.getClass()); + protected int messagesConsumed = 0; + + /** + * Starts a Kafka listener that runs call() every time a new msg arrives + * + * @param consumer + * @param inputTopics + */ + public void start(MessageConsumer consumer, String... inputTopics) { + logger.info("Subscribing to {}", Arrays.asList(inputTopics).toString()); + + Executors.newSingleThreadExecutor().submit(new Runnable() { + @Override + public void run() { + consumer.subscribe(inputTopics); + } + }); + } + + @Override + public Object call() { + messagesConsumed++; + + S consumedData = getRecord().value(); + + return process(consumedData); + } + + protected abstract Object process(S consumedData); + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/HttpClientFactory.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/HttpClientFactory.java index 43b5f9d01..1c425b9d5 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/HttpClientFactory.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/HttpClientFactory.java @@ -1,323 +1,323 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.wrapper; - -import org.apache.http.client.ClientProtocolException; -import org.apache.http.client.CookieStore; -import org.apache.http.client.methods.CloseableHttpResponse; -import org.apache.http.client.methods.HttpUriRequest; -import org.apache.http.client.methods.RequestBuilder; -import org.apache.http.conn.ssl.SSLConnectionSocketFactory; -import org.apache.http.cookie.Cookie; -import org.apache.http.entity.StringEntity; -import org.apache.http.impl.client.BasicCookieStore; -import org.apache.http.impl.client.CloseableHttpClient; -import org.apache.http.impl.client.HttpClients; -import org.apache.http.message.BasicNameValuePair; -import org.apache.http.util.EntityUtils; - -import javax.net.ssl.SSLContext; -import javax.ws.rs.core.Response; -import java.io.IOException; -import java.util.Map; -import java.util.concurrent.ConcurrentHashMap; - -/** - * This class provides an abstraction layer for making HTTP and HTTPS - * connections to an HTTP server. Follow the steps below to create an HTTP - * client and send HTTP requests to the HTTP server. - * - *

      - *
    1. Call {@link HttpClientFactory#build(SSLContext)} to create a factory - * instance. This factory can be used to create individual HTTP connections - * to an HTTP Server.
    2. - *
    3. Use the obtained factory from step 1 to create a {@link HttpClient} - * object by calling {@link HttpClientFactory#createHttpClient()} method.
    4. - *
    5. Use {@link HttpClient} object to send HTTP GET, POST and other requests - * to the server using {@link HttpClient#get(String, Map, Map)}, - * {@link HttpClient#post(String, Map, Map, String)} methods.
    6. - *
    7. Use the returned {@link HttpResponse} object to retrieve the various - * components of a response including: {@link HttpResponse#getBody()} and - * {@link HttpResponse#getStatusCode()}
    8. - *
    - */ -public class HttpClientFactory { - - private SSLConnectionSocketFactory sslSocketFactory; - - public class HttpClient { - private CloseableHttpClient closeableHttpClient; - private CookieStore cookieStore; - - private HttpClient() { - cookieStore = new BasicCookieStore(); - closeableHttpClient = HttpClientFactory.buildHttpClient(cookieStore, - sslSocketFactory); - } - - /** - * Sends HTTP GET request to server with the given - * headers and specified params. - * - * @param server - to which request will be sent - * @param headers - request headers - * @param params - request query parameters - * @return the server's response. - * @throws HttpException - in case of a problem or the connection was - * aborted or an http protocol error - */ - public HttpResponse get(String server, Map headers, - Map params) throws HttpException { - - try { - RequestBuilder builder = RequestBuilder.get().setUri(server); - - CloseableHttpResponse closeableresponse = executeRequest(headers, - params, builder); - - return new HttpResponse(Response.Status.fromStatusCode(closeableresponse - .getStatusLine().getStatusCode()), - EntityUtils.toString(closeableresponse.getEntity())); - - } catch (Throwable t) { - throw new HttpException(t); - } finally { - } - } - - /** - * Sends HTTP POST request to server with the given - * headers and specified params and body. - * - * @param server - to which request will be sent - * @param headers - request headers - * @param params - request query parameters - * @param body - the body of the post request - * @return the server's response. - * @throws HttpException - in case of a problem or the connection was - * aborted or an http protocol error - */ - public HttpResponse post(String server, Map headers, - Map params, String body) throws HttpException { - - try { - RequestBuilder builder = RequestBuilder.post().setUri(server); - - if (body != null) - builder.setEntity(new StringEntity(body)); - - CloseableHttpResponse closeableresponse = executeRequest(headers, - params, builder); - - return new HttpResponse(Response.Status.fromStatusCode(closeableresponse - .getStatusLine().getStatusCode()), - EntityUtils.toString(closeableresponse.getEntity())); - - } catch (Throwable t) { - throw new HttpException(t); - } finally { - } - } - - /** - * Executes a HTTP Client request using the given parameters. - * - * @param headers - request headers - * @param params - request query parameters - * @param builder - the {@link RequestBuilder} to be used for building the - * request. - * @return the {@link CloseableHttpResponse} returned by the server - * @throws IOException - in case of a problem or the connection was aborted - * @throws ClientProtocolException - in case of an http protocol error - * - */ - private CloseableHttpResponse executeRequest(Map headers, - Map params, RequestBuilder builder) - throws IOException, ClientProtocolException { - if (params != null) { - for (Map.Entry param : params.entrySet()) { - builder.addParameter(new BasicNameValuePair(param.getKey(), param.getValue())); - } - } - - HttpUriRequest request = builder.build(); - - if (headers != null) { - for (Map.Entry header : headers.entrySet()){ - request.setHeader(header.getKey(), header.getValue()); - } - } - - CloseableHttpResponse closeableresponse = - closeableHttpClient.execute(request); - return closeableresponse; - } - - /** - * Returns the cookies. - * - * @return - returning the cookie parameters from the HTTP connection. - */ - public Map getCookies() { - ConcurrentHashMap cookies = new ConcurrentHashMap(); - for (Cookie c : cookieStore.getCookies()) { - cookies.put(c.getName(), c.getValue()); - } - - return cookies; - } - - /** - * Closes the connection. - * - * @throws HttpException - in case an I/O error occurs - */ - public void close() throws HttpException { - try { - closeableHttpClient.close(); - } catch (Exception e) { - throw new HttpException(e); - } - } - } - - /** - * Encapsulates an HTTP Response containing the statusCode and - * body of the response which would be the resource returned - * by a REST call. - */ - public class HttpResponse { - private Response.Status statusCode; - private String body; - - /** - * General constructor. - * - * @param statucCode - response status code - * @param body - response body - */ - private HttpResponse(Response.Status statucCode, String body) { - super(); - this.statusCode = statucCode; - this.body = body; - } - - /** - * @return - status code - */ - public Response.Status getStatusCode() { - return statusCode; - } - - /** - * Sets the status code in the response object - * @param statucCode - the status code - * @return the response object. - */ - public HttpResponse setStatusCode(Response.Status statucCode) { - this.statusCode = statucCode; - return this; - } - - /** - * @return the response body. - */ - public String getBody() { - return body; - } - - /** - * Sets the response body/entity. - * - * @param body - the response body/entity. - * @return - the response object. - */ - public HttpResponse setBody(String body) { - this.body = body; - return this; - } - - } - - public class HttpException extends Exception { - - private static final long serialVersionUID = 1L; - - public HttpException(Throwable t) { - super(t); - } - } - - /** - * Builds {@link HttpClientFactory} object which is used to create {@link HttpClient} object. - * - * @param sslContext with which the client factory to be built. - * @return {@link HttpClientFactory} object - * @throws HttpException if building the socket factory fails. - */ - public static HttpClientFactory build(SSLContext sslContext) - throws HttpException { - HttpClientFactory factory = new HttpClientFactory(); - - try { - factory.sslSocketFactory = buildSSLConnectionSocketFactory(sslContext); - } catch (Throwable t) { - throw factory.new HttpException(t); - } - - return factory; - } - - /** - * Builds a {@link SSLConnectionSocketFactory} object - * - * @param sslContext with which the client factory to be built. - * @return SSL connection factory object that is used to create SSL socket - * connections. - */ - private static SSLConnectionSocketFactory buildSSLConnectionSocketFactory( - SSLContext sslContext) { - SSLConnectionSocketFactory sslsf = new SSLConnectionSocketFactory(sslContext); -// , new String[] { "TLSv1" }, null, -// SSLConnectionSocketFactory.getDefaultHostnameVerifier()); - return sslsf; - } - - /** - * Creates a {@link CloseableHttpClient} object. - * @param cookieStore - * or null if no cookies required - * @param sslSocketFactory - * or null if not using SSL - * @return a {@link CloseableHttpClient} object - */ - private static CloseableHttpClient buildHttpClient(CookieStore cookieStore, - SSLConnectionSocketFactory sslSocketFactory) { - return HttpClients.custom().setDefaultCookieStore(cookieStore) - .setSSLSocketFactory(sslSocketFactory).build(); - } - - /** - * Creates a {@link HttpClient} object. - * @return a new {@link HttpClient} object - */ - public HttpClient createHttpClient() { - HttpClient httpClient = new HttpClient(); - - return httpClient; - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.wrapper; + +import org.apache.http.client.ClientProtocolException; +import org.apache.http.client.CookieStore; +import org.apache.http.client.methods.CloseableHttpResponse; +import org.apache.http.client.methods.HttpUriRequest; +import org.apache.http.client.methods.RequestBuilder; +import org.apache.http.conn.ssl.SSLConnectionSocketFactory; +import org.apache.http.cookie.Cookie; +import org.apache.http.entity.StringEntity; +import org.apache.http.impl.client.BasicCookieStore; +import org.apache.http.impl.client.CloseableHttpClient; +import org.apache.http.impl.client.HttpClients; +import org.apache.http.message.BasicNameValuePair; +import org.apache.http.util.EntityUtils; + +import javax.net.ssl.SSLContext; +import javax.ws.rs.core.Response; +import java.io.IOException; +import java.util.Map; +import java.util.concurrent.ConcurrentHashMap; + +/** + * This class provides an abstraction layer for making HTTP and HTTPS + * connections to an HTTP server. Follow the steps below to create an HTTP + * client and send HTTP requests to the HTTP server. + * + *
      + *
    1. Call {@link HttpClientFactory#build(SSLContext)} to create a factory + * instance. This factory can be used to create individual HTTP connections + * to an HTTP Server.
    2. + *
    3. Use the obtained factory from step 1 to create a {@link HttpClient} + * object by calling {@link HttpClientFactory#createHttpClient()} method.
    4. + *
    5. Use {@link HttpClient} object to send HTTP GET, POST and other requests + * to the server using {@link HttpClient#get(String, Map, Map)}, + * {@link HttpClient#post(String, Map, Map, String)} methods.
    6. + *
    7. Use the returned {@link HttpResponse} object to retrieve the various + * components of a response including: {@link HttpResponse#getBody()} and + * {@link HttpResponse#getStatusCode()}
    8. + *
    + */ +public class HttpClientFactory { + + private SSLConnectionSocketFactory sslSocketFactory; + + public class HttpClient { + private CloseableHttpClient closeableHttpClient; + private CookieStore cookieStore; + + private HttpClient() { + cookieStore = new BasicCookieStore(); + closeableHttpClient = HttpClientFactory.buildHttpClient(cookieStore, + sslSocketFactory); + } + + /** + * Sends HTTP GET request to server with the given + * headers and specified params. + * + * @param server - to which request will be sent + * @param headers - request headers + * @param params - request query parameters + * @return the server's response. + * @throws HttpException - in case of a problem or the connection was + * aborted or an http protocol error + */ + public HttpResponse get(String server, Map headers, + Map params) throws HttpException { + + try { + RequestBuilder builder = RequestBuilder.get().setUri(server); + + CloseableHttpResponse closeableresponse = executeRequest(headers, + params, builder); + + return new HttpResponse(Response.Status.fromStatusCode(closeableresponse + .getStatusLine().getStatusCode()), + EntityUtils.toString(closeableresponse.getEntity())); + + } catch (Throwable t) { + throw new HttpException(t); + } finally { + } + } + + /** + * Sends HTTP POST request to server with the given + * headers and specified params and body. + * + * @param server - to which request will be sent + * @param headers - request headers + * @param params - request query parameters + * @param body - the body of the post request + * @return the server's response. + * @throws HttpException - in case of a problem or the connection was + * aborted or an http protocol error + */ + public HttpResponse post(String server, Map headers, + Map params, String body) throws HttpException { + + try { + RequestBuilder builder = RequestBuilder.post().setUri(server); + + if (body != null) + builder.setEntity(new StringEntity(body)); + + CloseableHttpResponse closeableresponse = executeRequest(headers, + params, builder); + + return new HttpResponse(Response.Status.fromStatusCode(closeableresponse + .getStatusLine().getStatusCode()), + EntityUtils.toString(closeableresponse.getEntity())); + + } catch (Throwable t) { + throw new HttpException(t); + } finally { + } + } + + /** + * Executes a HTTP Client request using the given parameters. + * + * @param headers - request headers + * @param params - request query parameters + * @param builder - the {@link RequestBuilder} to be used for building the + * request. + * @return the {@link CloseableHttpResponse} returned by the server + * @throws IOException - in case of a problem or the connection was aborted + * @throws ClientProtocolException - in case of an http protocol error + * + */ + private CloseableHttpResponse executeRequest(Map headers, + Map params, RequestBuilder builder) + throws IOException, ClientProtocolException { + if (params != null) { + for (Map.Entry param : params.entrySet()) { + builder.addParameter(new BasicNameValuePair(param.getKey(), param.getValue())); + } + } + + HttpUriRequest request = builder.build(); + + if (headers != null) { + for (Map.Entry header : headers.entrySet()){ + request.setHeader(header.getKey(), header.getValue()); + } + } + + CloseableHttpResponse closeableresponse = + closeableHttpClient.execute(request); + return closeableresponse; + } + + /** + * Returns the cookies. + * + * @return - returning the cookie parameters from the HTTP connection. + */ + public Map getCookies() { + ConcurrentHashMap cookies = new ConcurrentHashMap(); + for (Cookie c : cookieStore.getCookies()) { + cookies.put(c.getName(), c.getValue()); + } + + return cookies; + } + + /** + * Closes the connection. + * + * @throws HttpException - in case an I/O error occurs + */ + public void close() throws HttpException { + try { + closeableHttpClient.close(); + } catch (Exception e) { + throw new HttpException(e); + } + } + } + + /** + * Encapsulates an HTTP Response containing the statusCode and + * body of the response which would be the resource returned + * by a REST call. + */ + public class HttpResponse { + private Response.Status statusCode; + private String body; + + /** + * General constructor. + * + * @param statucCode - response status code + * @param body - response body + */ + private HttpResponse(Response.Status statucCode, String body) { + super(); + this.statusCode = statucCode; + this.body = body; + } + + /** + * @return - status code + */ + public Response.Status getStatusCode() { + return statusCode; + } + + /** + * Sets the status code in the response object + * @param statucCode - the status code + * @return the response object. + */ + public HttpResponse setStatusCode(Response.Status statucCode) { + this.statusCode = statucCode; + return this; + } + + /** + * @return the response body. + */ + public String getBody() { + return body; + } + + /** + * Sets the response body/entity. + * + * @param body - the response body/entity. + * @return - the response object. + */ + public HttpResponse setBody(String body) { + this.body = body; + return this; + } + + } + + public class HttpException extends Exception { + + private static final long serialVersionUID = 1L; + + public HttpException(Throwable t) { + super(t); + } + } + + /** + * Builds {@link HttpClientFactory} object which is used to create {@link HttpClient} object. + * + * @param sslContext with which the client factory to be built. + * @return {@link HttpClientFactory} object + * @throws HttpException if building the socket factory fails. + */ + public static HttpClientFactory build(SSLContext sslContext) + throws HttpException { + HttpClientFactory factory = new HttpClientFactory(); + + try { + factory.sslSocketFactory = buildSSLConnectionSocketFactory(sslContext); + } catch (Throwable t) { + throw factory.new HttpException(t); + } + + return factory; + } + + /** + * Builds a {@link SSLConnectionSocketFactory} object + * + * @param sslContext with which the client factory to be built. + * @return SSL connection factory object that is used to create SSL socket + * connections. + */ + private static SSLConnectionSocketFactory buildSSLConnectionSocketFactory( + SSLContext sslContext) { + SSLConnectionSocketFactory sslsf = new SSLConnectionSocketFactory(sslContext); +// , new String[] { "TLSv1" }, null, +// SSLConnectionSocketFactory.getDefaultHostnameVerifier()); + return sslsf; + } + + /** + * Creates a {@link CloseableHttpClient} object. + * @param cookieStore + * or null if no cookies required + * @param sslSocketFactory + * or null if not using SSL + * @return a {@link CloseableHttpClient} object + */ + private static CloseableHttpClient buildHttpClient(CookieStore cookieStore, + SSLConnectionSocketFactory sslSocketFactory) { + return HttpClients.custom().setDefaultCookieStore(cookieStore) + .setSSLSocketFactory(sslSocketFactory).build(); + } + + /** + * Creates a {@link HttpClient} object. + * @return a new {@link HttpClient} object + */ + public HttpClient createHttpClient() { + HttpClient httpClient = new HttpClient(); + + return httpClient; + } + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/SSLBuilder.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/SSLBuilder.java index 75b9b03bf..571ef5eb6 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/SSLBuilder.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/SSLBuilder.java @@ -1,99 +1,99 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.wrapper; - -import java.io.InputStream; -import java.security.KeyStore; - -import javax.net.ssl.SSLContext; - -import org.apache.http.conn.ssl.TrustSelfSignedStrategy; -import org.apache.http.ssl.SSLContexts; - -/** - * This class is used to build a SSL Context - */ -public class SSLBuilder { - - /** - * Creates SSL context. - * To create a custom SSLContext that accepts CA and self-signed certs, - * pass a valid keystoreStream and keystorePass. To create a default SSLContext - * pass null for keystoreStream; - * - * @param keystoreStream - * Input Stream of the keystore file. If null, a default SSL context - * will be created. - * @param keystorePass - * The password required to access the Keystore file. If null, - * blank is passed as password. - * - * @return SSLContext object - * @throws SSLException - * - if no Provider supports a KeyStoreSpi implementation for the specified type. - * - if an I/O error occurs - * - or any other causes will be attached to the exception. - */ - public static SSLContext buildSSLContext( - InputStream keystoreStream, - String keystorePass) throws SSLException { - - SSLContext sslcontext = null; - try { - if (keystoreStream != null) { // Create custom context - KeyStore keystore = KeyStore.getInstance(KeyStore.getDefaultType()); - - - try { - keystore.load(keystoreStream, - keystorePass == null ? "".toCharArray() : - keystorePass.toCharArray()); - } finally { - keystoreStream.close(); - } - - // Trust own CA and all self-signed certs - sslcontext = SSLContexts.custom() - .loadTrustMaterial(keystore, new TrustSelfSignedStrategy()) - .build(); - } else { //get the default context - sslcontext = SSLContexts.createDefault(); - } - } catch (Exception e) { - throw new SSLException(e); - } - return sslcontext; - } - - /** - * The exception thrown when errors occur within this class - */ - public static class SSLException extends Exception { - - - private static final long serialVersionUID = 1L; - - public SSLException(String string) { - super(string); - } - - public SSLException(Exception e) { - super(e); - } - - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.wrapper; + +import java.io.InputStream; +import java.security.KeyStore; + +import javax.net.ssl.SSLContext; + +import org.apache.http.conn.ssl.TrustSelfSignedStrategy; +import org.apache.http.ssl.SSLContexts; + +/** + * This class is used to build a SSL Context + */ +public class SSLBuilder { + + /** + * Creates SSL context. + * To create a custom SSLContext that accepts CA and self-signed certs, + * pass a valid keystoreStream and keystorePass. To create a default SSLContext + * pass null for keystoreStream; + * + * @param keystoreStream + * Input Stream of the keystore file. If null, a default SSL context + * will be created. + * @param keystorePass + * The password required to access the Keystore file. If null, + * blank is passed as password. + * + * @return SSLContext object + * @throws SSLException + * - if no Provider supports a KeyStoreSpi implementation for the specified type. + * - if an I/O error occurs + * - or any other causes will be attached to the exception. + */ + public static SSLContext buildSSLContext( + InputStream keystoreStream, + String keystorePass) throws SSLException { + + SSLContext sslcontext = null; + try { + if (keystoreStream != null) { // Create custom context + KeyStore keystore = KeyStore.getInstance(KeyStore.getDefaultType()); + + + try { + keystore.load(keystoreStream, + keystorePass == null ? "".toCharArray() : + keystorePass.toCharArray()); + } finally { + keystoreStream.close(); + } + + // Trust own CA and all self-signed certs + sslcontext = SSLContexts.custom() + .loadTrustMaterial(keystore, new TrustSelfSignedStrategy()) + .build(); + } else { //get the default context + sslcontext = SSLContexts.createDefault(); + } + } catch (Exception e) { + throw new SSLException(e); + } + return sslcontext; + } + + /** + * The exception thrown when errors occur within this class + */ + public static class SSLException extends Exception { + + + private static final long serialVersionUID = 1L; + + public SSLException(String string) { + super(string); + } + + public SSLException(Exception e) { + super(e); + } + + } + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/WebSocketMessageDecoder.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/WebSocketMessageDecoder.java index 23dd48ebf..ba627e6a3 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/WebSocketMessageDecoder.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/WebSocketMessageDecoder.java @@ -1,29 +1,29 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.wrapper; - -import javax.websocket.Decoder; - -/** - * This interface abstracts the use of {@link Decoder.Text} from the rest of - * the application. - * - * @param - the type of object being decoded by this decoder. - */ -public interface WebSocketMessageDecoder extends Decoder.Text { - - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.wrapper; + +import javax.websocket.Decoder; + +/** + * This interface abstracts the use of {@link Decoder.Text} from the rest of + * the application. + * + * @param - the type of object being decoded by this decoder. + */ +public interface WebSocketMessageDecoder extends Decoder.Text { + + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/WebSocketMessageHandler.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/WebSocketMessageHandler.java index d61c59802..8d9a64ecf 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/WebSocketMessageHandler.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/WebSocketMessageHandler.java @@ -1,37 +1,37 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.wrapper; - -import javax.websocket.CloseReason; -import javax.websocket.EndpointConfig; -import javax.websocket.MessageHandler; -import javax.websocket.Session; - -/** - * This interface abstracts the use of {@link MessageHandler.Whole} from the - * rest of the application. - * - * @param - the type of message being handled by this message handler. - */ -public interface WebSocketMessageHandler extends MessageHandler.Whole { - - void onOpen(Session session, EndpointConfig config); - - void onClose(Session session, CloseReason reason); - - void onError(Session session, Throwable t); - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.wrapper; + +import javax.websocket.CloseReason; +import javax.websocket.EndpointConfig; +import javax.websocket.MessageHandler; +import javax.websocket.Session; + +/** + * This interface abstracts the use of {@link MessageHandler.Whole} from the + * rest of the application. + * + * @param - the type of message being handled by this message handler. + */ +public interface WebSocketMessageHandler extends MessageHandler.Whole { + + void onOpen(Session session, EndpointConfig config); + + void onClose(Session session, CloseReason reason); + + void onError(Session session, Throwable t); + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/serdes/OdeTimDeserializer.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/serdes/OdeTimDeserializer.java index 9cdf91962..9cdc0df3a 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/serdes/OdeTimDeserializer.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/serdes/OdeTimDeserializer.java @@ -1,22 +1,22 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.wrapper.serdes; - -import us.dot.its.jpo.ode.model.OdeTimData; - -public class OdeTimDeserializer extends MessagingDeserializer { - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.wrapper.serdes; + +import us.dot.its.jpo.ode.model.OdeTimData; + +public class OdeTimDeserializer extends MessagingDeserializer { + +} diff --git a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/serdes/OdeTimSerializer.java b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/serdes/OdeTimSerializer.java index 08e468655..59e508f9e 100644 --- a/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/serdes/OdeTimSerializer.java +++ b/jpo-ode-core/src/main/java/us/dot/its/jpo/ode/wrapper/serdes/OdeTimSerializer.java @@ -1,22 +1,22 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.wrapper.serdes; - -import us.dot.its.jpo.ode.model.OdeTimData; - -public class OdeTimSerializer extends MessagingSerializer { - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.wrapper.serdes; + +import us.dot.its.jpo.ode.model.OdeTimData; + +public class OdeTimSerializer extends MessagingSerializer { + +} diff --git a/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/CASClientTest.java b/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/CASClientTest.java index 0c644f6ab..5d5722f20 100644 --- a/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/CASClientTest.java +++ b/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/CASClientTest.java @@ -1,527 +1,527 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.dds; - -import static org.junit.Assert.assertEquals; -import static org.junit.Assert.fail; - -import java.util.Map; -import java.util.concurrent.ConcurrentHashMap; -import java.util.regex.Pattern; - -import javax.net.ssl.SSLContext; -import javax.ws.rs.core.Response.Status; - -import org.junit.Test; -import org.junit.runner.RunWith; - -import mockit.Expectations; -import mockit.Mocked; -import mockit.Verifications; -import mockit.integration.junit4.JMockit; -import us.dot.its.jpo.ode.dds.CASClient.CASException; -import us.dot.its.jpo.ode.wrapper.HttpClientFactory; -import us.dot.its.jpo.ode.wrapper.HttpClientFactory.HttpClient; -import us.dot.its.jpo.ode.wrapper.HttpClientFactory.HttpException; -import us.dot.its.jpo.ode.wrapper.HttpClientFactory.HttpResponse; - -@RunWith(JMockit.class) -public class CASClientTest { - @Mocked HttpClientFactory mockHttpClientFactory; - @Mocked SSLContext sslContext; - @Mocked private HttpResponse mockResponse; - - /* - * For some very odd reason, just having mocked objects of Pattern and Matcher causes - * surefile plug-in to report the following very odd and strange errors on all - * subsequest test cases. Hence, we have to use real values so we don't have to mock - * which is a better approach anyway. - * -------------------------------------------------------- - T E S T S -------------------------------------------------------- -Running us.dot.its.jpo.ode.asn1.j2735.CVMessageTest -Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.673 sec - in us.dot.its.jpo.ode.asn1.j2735.CVMessageTest -Running us.dot.its.jpo.ode.asn1.j2735.J2735UtilTest -01:20:03.199 [main] INFO us.dot.its.jpo.ode.asn1.j2735.J2735UtilTest - Decoded file VehicleSituationDataServiceRequest.uper into object ServiceRequest -01:20:03.227 [main] INFO us.dot.its.jpo.ode.asn1.j2735.J2735UtilTest - Decoded file VehSitDataMessage.uper into object VehSitDataMessage -2017-05-29 05:20:03.239 UTC -2017-05-29 05:21:03.000 UTC -Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.25 sec - in us.dot.its.jpo.ode.asn1.j2735.J2735UtilTest -Running us.dot.its.jpo.ode.asn1.j2735.msg.ids.ConnectedVehicleMessageLookupTest -Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in us.dot.its.jpo.ode.asn1.j2735.msg.ids.ConnectedVehicleMessageLookupTest -Running us.dot.its.jpo.ode.dds.CASClientTest -Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.521 sec - in us.dot.its.jpo.ode.dds.CASClientTest -Running us.dot.its.jpo.ode.dds.DdsClientTest -Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.01 sec <<< FAILURE! - in us.dot.its.jpo.ode.dds.DdsClientTest -us.dot.its.jpo.ode.dds.DdsClientTest Time elapsed: 0.01 sec <<< ERROR! -java.lang.NullPointerException - at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) - at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) - -Running us.dot.its.jpo.ode.dds.DdsDepRequestTest -Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.013 sec <<< FAILURE! - in us.dot.its.jpo.ode.dds.DdsDepRequestTest -us.dot.its.jpo.ode.dds.DdsDepRequestTest Time elapsed: 0.013 sec <<< ERROR! -java.lang.NullPointerException - at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) - at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) - -Running us.dot.its.jpo.ode.dds.DdsRequestTest -Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.002 sec <<< FAILURE! - in us.dot.its.jpo.ode.dds.DdsRequestTest -us.dot.its.jpo.ode.dds.DdsRequestTest Time elapsed: 0.002 sec <<< ERROR! -java.lang.NullPointerException - at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) - at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) - -Running us.dot.its.jpo.ode.dds.DdsStatusMessageDecoderTest -Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.016 sec <<< FAILURE! - in us.dot.its.jpo.ode.dds.DdsStatusMessageDecoderTest -us.dot.its.jpo.ode.dds.DdsStatusMessageDecoderTest Time elapsed: 0.016 sec <<< ERROR! -java.lang.NullPointerException - at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) - at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) - -Running us.dot.its.jpo.ode.dds.DdsStatusMessageTest -Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.004 sec <<< FAILURE! - in us.dot.its.jpo.ode.dds.DdsStatusMessageTest -us.dot.its.jpo.ode.dds.DdsStatusMessageTest Time elapsed: 0.003 sec <<< ERROR! -java.lang.NullPointerException - at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) - at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) - -Running us.dot.its.jpo.ode.dds.DepositResponseDecoderTest -Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.013 sec <<< FAILURE! - in us.dot.its.jpo.ode.dds.DepositResponseDecoderTest -us.dot.its.jpo.ode.dds.DepositResponseDecoderTest Time elapsed: 0.013 sec <<< ERROR! -java.lang.NullPointerException - at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) - at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) - -Running us.dot.its.jpo.ode.dds.StatusMessageHandlerTest -Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.011 sec <<< FAILURE! - in us.dot.its.jpo.ode.dds.StatusMessageHandlerTest -us.dot.its.jpo.ode.dds.StatusMessageHandlerTest Time elapsed: 0.011 sec <<< ERROR! -java.lang.NullPointerException - at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) - at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) - -Running us.dot.its.jpo.ode.model.J2735GeoRegionTest -Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.001 sec <<< FAILURE! - in us.dot.its.jpo.ode.model.J2735GeoRegionTest -us.dot.its.jpo.ode.model.J2735GeoRegionTest Time elapsed: 0.001 sec <<< ERROR! -java.lang.NullPointerException - at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) - at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) - -Running us.dot.its.jpo.ode.snmp.SNMPTest -Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.01 sec <<< FAILURE! - in us.dot.its.jpo.ode.snmp.SNMPTest -us.dot.its.jpo.ode.snmp.SNMPTest Time elapsed: 0.01 sec <<< ERROR! -java.lang.NullPointerException - at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) - at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) - -Running us.dot.its.jpo.ode.util.DateTimeUtilsTest -Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.013 sec <<< FAILURE! - in us.dot.its.jpo.ode.util.DateTimeUtilsTest -us.dot.its.jpo.ode.util.DateTimeUtilsTest Time elapsed: 0.013 sec <<< ERROR! -java.lang.NullPointerException - at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) - at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) - -Running us.dot.its.jpo.ode.util.GeoUtilsTest -Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.004 sec <<< FAILURE! - in us.dot.its.jpo.ode.util.GeoUtilsTest -us.dot.its.jpo.ode.util.GeoUtilsTest Time elapsed: 0.004 sec <<< ERROR! -java.lang.NullPointerException - at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) - at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) - -Running us.dot.its.jpo.ode.util.JsonUtilsTest -Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.003 sec <<< FAILURE! - in us.dot.its.jpo.ode.util.JsonUtilsTest -us.dot.its.jpo.ode.util.JsonUtilsTest Time elapsed: 0.003 sec <<< ERROR! -java.lang.NullPointerException - at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) - at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) - -Running us.dot.its.jpo.ode.util.OdeGeoUtilsTest -Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.005 sec <<< FAILURE! - in us.dot.its.jpo.ode.util.OdeGeoUtilsTest -us.dot.its.jpo.ode.util.OdeGeoUtilsTest Time elapsed: 0.004 sec <<< ERROR! -java.lang.NullPointerException - at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) - at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) - -Running us.dot.its.jpo.ode.wrapper.HttpClientFactoryTest -Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.005 sec <<< FAILURE! - in us.dot.its.jpo.ode.wrapper.HttpClientFactoryTest -us.dot.its.jpo.ode.wrapper.HttpClientFactoryTest Time elapsed: 0.005 sec <<< ERROR! -java.lang.NullPointerException - at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) - at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) - -Running us.dot.its.jpo.ode.wrapper.HttpClientTest -Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.013 sec <<< FAILURE! - in us.dot.its.jpo.ode.wrapper.HttpClientTest -us.dot.its.jpo.ode.wrapper.HttpClientTest Time elapsed: 0.013 sec <<< ERROR! -java.lang.NullPointerException - at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) - at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) - -Running us.dot.its.jpo.ode.wrapper.SSLBuilderTest -Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.015 sec <<< FAILURE! - in us.dot.its.jpo.ode.wrapper.SSLBuilderTest -us.dot.its.jpo.ode.wrapper.SSLBuilderTest Time elapsed: 0.015 sec <<< ERROR! -java.lang.NullPointerException - at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) - at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) - -Running us.dot.its.jpo.ode.wrapper.WebSocketEndpointTest -Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.013 sec <<< FAILURE! - in us.dot.its.jpo.ode.wrapper.WebSocketEndpointTest -us.dot.its.jpo.ode.wrapper.WebSocketEndpointTest Time elapsed: 0.013 sec <<< ERROR! -java.lang.NullPointerException - at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) - at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) - at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) - -Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 - -Results : - -Tests in error: - JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer - JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer - JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer - JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer - JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer - JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer - JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer - JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer - JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer - JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer - JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer - JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer - JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer - JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer - JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer - JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer - JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer - -Tests run: 26, Failures: 0, Errors: 17, Skipped: 0 - -[INFO] ------------------------------------------------------------------------ -[INFO] BUILD FAILURE -[INFO] ------------------------------------------------------------------------ -[INFO] Total time: 7.387 s -[INFO] Finished at: 2017-05-29T01:20:05-04:00 -[INFO] Final Memory: 19M/227M -[INFO] ------------------------------------------------------------------------ -[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project jpo-ode-core: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test failed: There was an error in the forked process -[ERROR] org.apache.maven.surefire.testset.TestSetFailedException: java.lang.NullPointerException -[ERROR] at org.apache.maven.surefire.common.junit4.JUnit4RunListener.rethrowAnyTestMechanismFailures(JUnit4RunListener.java:209) -[ERROR] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:169) -[ERROR] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) -[ERROR] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) -[ERROR] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) -[ERROR] Caused by: java.lang.NullPointerException -[ERROR] at org.apache.maven.surefire.common.junit4.JUnit4RunListener.extractClassName(JUnit4RunListener.java:188) -[ERROR] at org.apache.maven.surefire.common.junit4.JUnit4RunListener.getClassName(JUnit4RunListener.java:157) -[ERROR] at org.apache.maven.surefire.common.junit4.JUnit4RunListener.createReportEntry(JUnit4RunListener.java:181) -[ERROR] at org.apache.maven.surefire.common.junit4.JUnit4RunListener.testFinished(JUnit4RunListener.java:143) -[ERROR] at org.junit.runner.notification.SynchronizedRunListener.testFinished(SynchronizedRunListener.java:56) -[ERROR] at org.junit.runner.notification.RunNotifier$7.notifyListener(RunNotifier.java:190) -[ERROR] at org.junit.runner.notification.RunNotifier$SafeNotifier.run(RunNotifier.java:72) -[ERROR] at org.junit.runner.notification.RunNotifier.fireTestFinished(RunNotifier.java:187) -[ERROR] at org.junit.internal.runners.model.EachTestNotifier.fireTestFinished(EachTestNotifier.java:38) -[ERROR] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:331) -[ERROR] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) -[ERROR] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) -[ERROR] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) -[ERROR] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) -[ERROR] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) -[ERROR] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) -[ERROR] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) -[ERROR] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) -[ERROR] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) -[ERROR] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) -[ERROR] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) -[ERROR] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) -[ERROR] ... 3 more -[ERROR] -[ERROR] -> [Help 1] -[ERROR] -[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. -[ERROR] Re-run Maven using the -X switch to enable full debug logging. -[ERROR] -[ERROR] For more information about the errors and possible solutions, please read the following articles: -[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException - * - */ -// @Mocked private Pattern mockPattern; -// @Mocked private Matcher mockMatcher; - - String casUser = "testUser"; - String casPass = "testPass"; - String casUrl = "testUrl"; - - @Test - public void testConfigure() { - CASClient casClient = null; - try { - casClient = CASClient.configure(sslContext, casUrl, casUser, casPass); - } catch (CASException e) { - fail("Unexpected exception: " + e.toString()); - } - assertEquals(casClient.getDdsCasUrl(), casUrl); - assertEquals(casClient.getDdsCasUsername(), casUser); - } - - @Test(expected = CASException.class) - public void testConfigureException() - throws CASException, HttpException { - new Expectations() { - { - HttpClientFactory.build((SSLContext) any); - result = new Exception(); - } - }; - CASClient.configure(sslContext, casUrl, casUser, casPass); - } - - @SuppressWarnings("unchecked") - @Test - public void testLogin() throws HttpException { - String websocketURL = "wss://url.websocket.com"; - Map cookies = new ConcurrentHashMap(); - cookies.put("JSESSIONID", "1bif45f-testSessionId"); - new Expectations() { - { - mockResponse.getStatusCode(); - result = Status.CREATED; - result = Status.OK; - result = Status.OK; - - /* - * For some very odd reason, just having mocked objects of Pattern and Matcher causes - * surefile plug-in to report the followig very odd and strange errors on all - * subsequest test cases. Hence, we have to use real values so we don't have to mock - * which is a better approach anyway. - */ -// Pattern.compile(anyString); -// result = mockPattern; -// -// mockPattern.matcher(anyString); -// result = mockMatcher; -// -// mockMatcher.matches(); -// result = true; -// mockMatcher.group(1); -// result = "TGT-1234-11112222333334444-cas01"; - - mockResponse.getBody(); - result = "action=\"x/TGT-1234-11112222333334444-cas01\""; - result = "ST-1234-1111222233334444-cas01"; - - mockHttpClientFactory.createHttpClient().getCookies(); - result = cookies; - } - }; - - CASClient casClient; - String sessionId = ""; - try { - casClient = CASClient.configure(sslContext, casUrl, casUser, casPass); - sessionId = casClient.login(websocketURL); - assertEquals(casClient.getSessionID(), sessionId); - assertEquals("1bif45f-testSessionId", sessionId); - } catch (CASException e) { - fail("Unexpected exception: " + e.toString()); - } - - new Verifications() { - { - HttpClient httpClient = mockHttpClientFactory.createHttpClient(); - minTimes = 3; - - httpClient.post(anyString, null, (Map) any, anyString); - minTimes = 2; - - httpClient.get(anyString, null, (Map) any); - minTimes = 1; - - httpClient.close(); - minTimes = 3; - - Pattern.compile(anyString); - } - }; - } - - @Test(expected = CASException.class) - public void testLoginExceptionInGetTicket1() throws HttpException, CASException { - String websocketURL = "wss://url.websocket.com"; - Map cookies = new ConcurrentHashMap(); - cookies.put("JSESSIONID", "1bif45f-testSessionId"); - new Expectations() { - { - mockResponse.getStatusCode(); - result = Status.BAD_REQUEST; - } - }; - - CASClient casClient; - - casClient = CASClient.configure(sslContext, casUrl, casUser, casPass); - casClient.login(websocketURL); - } - - @Test(expected = CASException.class) - public void testLoginExceptionInGetTicket2() throws HttpException, CASException { - String websocketURL = "wss://url.websocket.com"; - Map cookies = new ConcurrentHashMap(); - cookies.put("JSESSIONID", "1bif45f-testSessionId"); - new Expectations() { - { - mockResponse.getStatusCode(); - result = Status.CREATED; - - /* - * For some very odd reason, just having mocked objects of Pattern and Matcher causes - * surefile plug-in to report the followig very odd and strange errors on all - * subsequest test cases. Hence, we have to use real values so we don't have to mock - * which is a better approach anyway. - */ -// Pattern.compile(anyString); -// result = mockPattern; -// -// mockPattern.matcher(anyString); -// result = mockMatcher; -// -// mockMatcher.matches(); -// result = false; - } - }; - - CASClient casClient; - - casClient = CASClient.configure(sslContext, casUrl, casUser, casPass); - casClient.login(websocketURL); - } - - @Test(expected = CASException.class) - public void testLoginExceptionInGetServiceTicket() - throws HttpException, CASException { - String websocketURL = "wss://url.websocket.com"; - Map cookies = new ConcurrentHashMap(); - cookies.put("JSESSIONID", "1bif45f-testSessionId"); - new Expectations() { - { - mockResponse.getStatusCode(); - result = Status.CREATED; - result = Status.BAD_REQUEST; - - /* - * For some very odd reason, just having mocked objects of Pattern and Matcher causes - * surefile plug-in to report the followig very odd and strange errors on all - * subsequest test cases. Hence, we have to use real values so we don't have to mock - * which is a better approach anyway. - */ -// Pattern.compile(anyString); -// result = mockPattern; -// -// mockPattern.matcher(anyString); -// result = mockMatcher; -// -// mockMatcher.matches(); -// result = true; -// mockMatcher.group(1); -// result = "TGT-1234-11112222333334444-cas01"; - - mockResponse.getBody(); - result = "action=\"x/TGT-1234-11112222333334444-cas01\""; - result = "ST-1234-1111222233334444-cas01"; - } - }; - - CASClient casClient; - - casClient = CASClient.configure(sslContext, casUrl, casUser, casPass); - casClient.login(websocketURL); - } - - - @Test(expected = CASException.class) - public void testLoginExceptionInGetServiceCall() - throws HttpException, CASException { - String websocketURL = "wss://url.websocket.com"; - Map cookies = new ConcurrentHashMap(); - cookies.put("JSESSIONID", "1bif45f-testSessionId"); - new Expectations() { - { - mockResponse.getStatusCode(); - result = Status.CREATED; - result = Status.OK; - result = Status.BAD_REQUEST; - - /* - * For some very odd reason, just having mocked objects of Pattern and Matcher causes - * surefile plug-in to report the followig very odd and strange errors on all - * subsequest test cases. Hence, we have to use real values so we don't have to mock - * which is a better approach anyway. - */ -// Pattern.compile(anyString); -// result = mockPattern; -// -// mockPattern.matcher(anyString); -// result = mockMatcher; -// -// mockMatcher.matches(); -// result = true; -// mockMatcher.group(1); -// result = "TGT-1234-11112222333334444-cas01"; - - mockResponse.getBody(); - result = "action=\"x/TGT-1234-11112222333334444-cas01\""; - result = "ST-1234-1111222233334444-cas01"; - - } - }; - - CASClient casClient = CASClient.configure(sslContext, casUrl, casUser, casPass); - casClient.login(websocketURL); - } -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.dds; + +import static org.junit.Assert.assertEquals; +import static org.junit.Assert.fail; + +import java.util.Map; +import java.util.concurrent.ConcurrentHashMap; +import java.util.regex.Pattern; + +import javax.net.ssl.SSLContext; +import javax.ws.rs.core.Response.Status; + +import org.junit.Test; +import org.junit.runner.RunWith; + +import mockit.Expectations; +import mockit.Mocked; +import mockit.Verifications; +import mockit.integration.junit4.JMockit; +import us.dot.its.jpo.ode.dds.CASClient.CASException; +import us.dot.its.jpo.ode.wrapper.HttpClientFactory; +import us.dot.its.jpo.ode.wrapper.HttpClientFactory.HttpClient; +import us.dot.its.jpo.ode.wrapper.HttpClientFactory.HttpException; +import us.dot.its.jpo.ode.wrapper.HttpClientFactory.HttpResponse; + +@RunWith(JMockit.class) +public class CASClientTest { + @Mocked HttpClientFactory mockHttpClientFactory; + @Mocked SSLContext sslContext; + @Mocked private HttpResponse mockResponse; + + /* + * For some very odd reason, just having mocked objects of Pattern and Matcher causes + * surefile plug-in to report the following very odd and strange errors on all + * subsequest test cases. Hence, we have to use real values so we don't have to mock + * which is a better approach anyway. + * +------------------------------------------------------- + T E S T S +------------------------------------------------------- +Running us.dot.its.jpo.ode.asn1.j2735.CVMessageTest +Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.673 sec - in us.dot.its.jpo.ode.asn1.j2735.CVMessageTest +Running us.dot.its.jpo.ode.asn1.j2735.J2735UtilTest +01:20:03.199 [main] INFO us.dot.its.jpo.ode.asn1.j2735.J2735UtilTest - Decoded file VehicleSituationDataServiceRequest.uper into object ServiceRequest +01:20:03.227 [main] INFO us.dot.its.jpo.ode.asn1.j2735.J2735UtilTest - Decoded file VehSitDataMessage.uper into object VehSitDataMessage +2017-05-29 05:20:03.239 UTC +2017-05-29 05:21:03.000 UTC +Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.25 sec - in us.dot.its.jpo.ode.asn1.j2735.J2735UtilTest +Running us.dot.its.jpo.ode.asn1.j2735.msg.ids.ConnectedVehicleMessageLookupTest +Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in us.dot.its.jpo.ode.asn1.j2735.msg.ids.ConnectedVehicleMessageLookupTest +Running us.dot.its.jpo.ode.dds.CASClientTest +Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.521 sec - in us.dot.its.jpo.ode.dds.CASClientTest +Running us.dot.its.jpo.ode.dds.DdsClientTest +Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.01 sec <<< FAILURE! - in us.dot.its.jpo.ode.dds.DdsClientTest +us.dot.its.jpo.ode.dds.DdsClientTest Time elapsed: 0.01 sec <<< ERROR! +java.lang.NullPointerException + at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) + at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) + +Running us.dot.its.jpo.ode.dds.DdsDepRequestTest +Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.013 sec <<< FAILURE! - in us.dot.its.jpo.ode.dds.DdsDepRequestTest +us.dot.its.jpo.ode.dds.DdsDepRequestTest Time elapsed: 0.013 sec <<< ERROR! +java.lang.NullPointerException + at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) + at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) + +Running us.dot.its.jpo.ode.dds.DdsRequestTest +Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.002 sec <<< FAILURE! - in us.dot.its.jpo.ode.dds.DdsRequestTest +us.dot.its.jpo.ode.dds.DdsRequestTest Time elapsed: 0.002 sec <<< ERROR! +java.lang.NullPointerException + at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) + at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) + +Running us.dot.its.jpo.ode.dds.DdsStatusMessageDecoderTest +Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.016 sec <<< FAILURE! - in us.dot.its.jpo.ode.dds.DdsStatusMessageDecoderTest +us.dot.its.jpo.ode.dds.DdsStatusMessageDecoderTest Time elapsed: 0.016 sec <<< ERROR! +java.lang.NullPointerException + at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) + at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) + +Running us.dot.its.jpo.ode.dds.DdsStatusMessageTest +Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.004 sec <<< FAILURE! - in us.dot.its.jpo.ode.dds.DdsStatusMessageTest +us.dot.its.jpo.ode.dds.DdsStatusMessageTest Time elapsed: 0.003 sec <<< ERROR! +java.lang.NullPointerException + at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) + at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) + +Running us.dot.its.jpo.ode.dds.DepositResponseDecoderTest +Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.013 sec <<< FAILURE! - in us.dot.its.jpo.ode.dds.DepositResponseDecoderTest +us.dot.its.jpo.ode.dds.DepositResponseDecoderTest Time elapsed: 0.013 sec <<< ERROR! +java.lang.NullPointerException + at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) + at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) + +Running us.dot.its.jpo.ode.dds.StatusMessageHandlerTest +Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.011 sec <<< FAILURE! - in us.dot.its.jpo.ode.dds.StatusMessageHandlerTest +us.dot.its.jpo.ode.dds.StatusMessageHandlerTest Time elapsed: 0.011 sec <<< ERROR! +java.lang.NullPointerException + at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) + at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) + +Running us.dot.its.jpo.ode.model.J2735GeoRegionTest +Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.001 sec <<< FAILURE! - in us.dot.its.jpo.ode.model.J2735GeoRegionTest +us.dot.its.jpo.ode.model.J2735GeoRegionTest Time elapsed: 0.001 sec <<< ERROR! +java.lang.NullPointerException + at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) + at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) + +Running us.dot.its.jpo.ode.snmp.SNMPTest +Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.01 sec <<< FAILURE! - in us.dot.its.jpo.ode.snmp.SNMPTest +us.dot.its.jpo.ode.snmp.SNMPTest Time elapsed: 0.01 sec <<< ERROR! +java.lang.NullPointerException + at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) + at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) + +Running us.dot.its.jpo.ode.util.DateTimeUtilsTest +Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.013 sec <<< FAILURE! - in us.dot.its.jpo.ode.util.DateTimeUtilsTest +us.dot.its.jpo.ode.util.DateTimeUtilsTest Time elapsed: 0.013 sec <<< ERROR! +java.lang.NullPointerException + at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) + at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) + +Running us.dot.its.jpo.ode.util.GeoUtilsTest +Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.004 sec <<< FAILURE! - in us.dot.its.jpo.ode.util.GeoUtilsTest +us.dot.its.jpo.ode.util.GeoUtilsTest Time elapsed: 0.004 sec <<< ERROR! +java.lang.NullPointerException + at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) + at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) + +Running us.dot.its.jpo.ode.util.JsonUtilsTest +Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.003 sec <<< FAILURE! - in us.dot.its.jpo.ode.util.JsonUtilsTest +us.dot.its.jpo.ode.util.JsonUtilsTest Time elapsed: 0.003 sec <<< ERROR! +java.lang.NullPointerException + at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) + at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) + +Running us.dot.its.jpo.ode.util.OdeGeoUtilsTest +Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.005 sec <<< FAILURE! - in us.dot.its.jpo.ode.util.OdeGeoUtilsTest +us.dot.its.jpo.ode.util.OdeGeoUtilsTest Time elapsed: 0.004 sec <<< ERROR! +java.lang.NullPointerException + at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) + at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) + +Running us.dot.its.jpo.ode.wrapper.HttpClientFactoryTest +Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.005 sec <<< FAILURE! - in us.dot.its.jpo.ode.wrapper.HttpClientFactoryTest +us.dot.its.jpo.ode.wrapper.HttpClientFactoryTest Time elapsed: 0.005 sec <<< ERROR! +java.lang.NullPointerException + at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) + at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) + +Running us.dot.its.jpo.ode.wrapper.HttpClientTest +Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.013 sec <<< FAILURE! - in us.dot.its.jpo.ode.wrapper.HttpClientTest +us.dot.its.jpo.ode.wrapper.HttpClientTest Time elapsed: 0.013 sec <<< ERROR! +java.lang.NullPointerException + at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) + at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) + +Running us.dot.its.jpo.ode.wrapper.SSLBuilderTest +Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.015 sec <<< FAILURE! - in us.dot.its.jpo.ode.wrapper.SSLBuilderTest +us.dot.its.jpo.ode.wrapper.SSLBuilderTest Time elapsed: 0.015 sec <<< ERROR! +java.lang.NullPointerException + at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) + at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) + +Running us.dot.its.jpo.ode.wrapper.WebSocketEndpointTest +Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.013 sec <<< FAILURE! - in us.dot.its.jpo.ode.wrapper.WebSocketEndpointTest +us.dot.its.jpo.ode.wrapper.WebSocketEndpointTest Time elapsed: 0.013 sec <<< ERROR! +java.lang.NullPointerException + at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) + at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) + at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) + +Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 + +Results : + +Tests in error: + JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer + JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer + JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer + JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer + JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer + JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer + JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer + JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer + JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer + JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer + JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer + JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer + JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer + JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer + JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer + JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer + JUnit4Provider.invoke:161->executeTestSet:238->executeWithRerun:274->execute:365 â•— NullPointer + +Tests run: 26, Failures: 0, Errors: 17, Skipped: 0 + +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD FAILURE +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 7.387 s +[INFO] Finished at: 2017-05-29T01:20:05-04:00 +[INFO] Final Memory: 19M/227M +[INFO] ------------------------------------------------------------------------ +[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project jpo-ode-core: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test failed: There was an error in the forked process +[ERROR] org.apache.maven.surefire.testset.TestSetFailedException: java.lang.NullPointerException +[ERROR] at org.apache.maven.surefire.common.junit4.JUnit4RunListener.rethrowAnyTestMechanismFailures(JUnit4RunListener.java:209) +[ERROR] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:169) +[ERROR] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) +[ERROR] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) +[ERROR] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) +[ERROR] Caused by: java.lang.NullPointerException +[ERROR] at org.apache.maven.surefire.common.junit4.JUnit4RunListener.extractClassName(JUnit4RunListener.java:188) +[ERROR] at org.apache.maven.surefire.common.junit4.JUnit4RunListener.getClassName(JUnit4RunListener.java:157) +[ERROR] at org.apache.maven.surefire.common.junit4.JUnit4RunListener.createReportEntry(JUnit4RunListener.java:181) +[ERROR] at org.apache.maven.surefire.common.junit4.JUnit4RunListener.testFinished(JUnit4RunListener.java:143) +[ERROR] at org.junit.runner.notification.SynchronizedRunListener.testFinished(SynchronizedRunListener.java:56) +[ERROR] at org.junit.runner.notification.RunNotifier$7.notifyListener(RunNotifier.java:190) +[ERROR] at org.junit.runner.notification.RunNotifier$SafeNotifier.run(RunNotifier.java:72) +[ERROR] at org.junit.runner.notification.RunNotifier.fireTestFinished(RunNotifier.java:187) +[ERROR] at org.junit.internal.runners.model.EachTestNotifier.fireTestFinished(EachTestNotifier.java:38) +[ERROR] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:331) +[ERROR] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) +[ERROR] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) +[ERROR] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) +[ERROR] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) +[ERROR] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) +[ERROR] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) +[ERROR] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) +[ERROR] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) +[ERROR] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) +[ERROR] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) +[ERROR] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) +[ERROR] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) +[ERROR] ... 3 more +[ERROR] +[ERROR] -> [Help 1] +[ERROR] +[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. +[ERROR] Re-run Maven using the -X switch to enable full debug logging. +[ERROR] +[ERROR] For more information about the errors and possible solutions, please read the following articles: +[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException + * + */ +// @Mocked private Pattern mockPattern; +// @Mocked private Matcher mockMatcher; + + String casUser = "testUser"; + String casPass = "testPass"; + String casUrl = "testUrl"; + + @Test + public void testConfigure() { + CASClient casClient = null; + try { + casClient = CASClient.configure(sslContext, casUrl, casUser, casPass); + } catch (CASException e) { + fail("Unexpected exception: " + e.toString()); + } + assertEquals(casClient.getDdsCasUrl(), casUrl); + assertEquals(casClient.getDdsCasUsername(), casUser); + } + + @Test(expected = CASException.class) + public void testConfigureException() + throws CASException, HttpException { + new Expectations() { + { + HttpClientFactory.build((SSLContext) any); + result = new Exception(); + } + }; + CASClient.configure(sslContext, casUrl, casUser, casPass); + } + + @SuppressWarnings("unchecked") + @Test + public void testLogin() throws HttpException { + String websocketURL = "wss://url.websocket.com"; + Map cookies = new ConcurrentHashMap(); + cookies.put("JSESSIONID", "1bif45f-testSessionId"); + new Expectations() { + { + mockResponse.getStatusCode(); + result = Status.CREATED; + result = Status.OK; + result = Status.OK; + + /* + * For some very odd reason, just having mocked objects of Pattern and Matcher causes + * surefile plug-in to report the followig very odd and strange errors on all + * subsequest test cases. Hence, we have to use real values so we don't have to mock + * which is a better approach anyway. + */ +// Pattern.compile(anyString); +// result = mockPattern; +// +// mockPattern.matcher(anyString); +// result = mockMatcher; +// +// mockMatcher.matches(); +// result = true; +// mockMatcher.group(1); +// result = "TGT-1234-11112222333334444-cas01"; + + mockResponse.getBody(); + result = "action=\"x/TGT-1234-11112222333334444-cas01\""; + result = "ST-1234-1111222233334444-cas01"; + + mockHttpClientFactory.createHttpClient().getCookies(); + result = cookies; + } + }; + + CASClient casClient; + String sessionId = ""; + try { + casClient = CASClient.configure(sslContext, casUrl, casUser, casPass); + sessionId = casClient.login(websocketURL); + assertEquals(casClient.getSessionID(), sessionId); + assertEquals("1bif45f-testSessionId", sessionId); + } catch (CASException e) { + fail("Unexpected exception: " + e.toString()); + } + + new Verifications() { + { + HttpClient httpClient = mockHttpClientFactory.createHttpClient(); + minTimes = 3; + + httpClient.post(anyString, null, (Map) any, anyString); + minTimes = 2; + + httpClient.get(anyString, null, (Map) any); + minTimes = 1; + + httpClient.close(); + minTimes = 3; + + Pattern.compile(anyString); + } + }; + } + + @Test(expected = CASException.class) + public void testLoginExceptionInGetTicket1() throws HttpException, CASException { + String websocketURL = "wss://url.websocket.com"; + Map cookies = new ConcurrentHashMap(); + cookies.put("JSESSIONID", "1bif45f-testSessionId"); + new Expectations() { + { + mockResponse.getStatusCode(); + result = Status.BAD_REQUEST; + } + }; + + CASClient casClient; + + casClient = CASClient.configure(sslContext, casUrl, casUser, casPass); + casClient.login(websocketURL); + } + + @Test(expected = CASException.class) + public void testLoginExceptionInGetTicket2() throws HttpException, CASException { + String websocketURL = "wss://url.websocket.com"; + Map cookies = new ConcurrentHashMap(); + cookies.put("JSESSIONID", "1bif45f-testSessionId"); + new Expectations() { + { + mockResponse.getStatusCode(); + result = Status.CREATED; + + /* + * For some very odd reason, just having mocked objects of Pattern and Matcher causes + * surefile plug-in to report the followig very odd and strange errors on all + * subsequest test cases. Hence, we have to use real values so we don't have to mock + * which is a better approach anyway. + */ +// Pattern.compile(anyString); +// result = mockPattern; +// +// mockPattern.matcher(anyString); +// result = mockMatcher; +// +// mockMatcher.matches(); +// result = false; + } + }; + + CASClient casClient; + + casClient = CASClient.configure(sslContext, casUrl, casUser, casPass); + casClient.login(websocketURL); + } + + @Test(expected = CASException.class) + public void testLoginExceptionInGetServiceTicket() + throws HttpException, CASException { + String websocketURL = "wss://url.websocket.com"; + Map cookies = new ConcurrentHashMap(); + cookies.put("JSESSIONID", "1bif45f-testSessionId"); + new Expectations() { + { + mockResponse.getStatusCode(); + result = Status.CREATED; + result = Status.BAD_REQUEST; + + /* + * For some very odd reason, just having mocked objects of Pattern and Matcher causes + * surefile plug-in to report the followig very odd and strange errors on all + * subsequest test cases. Hence, we have to use real values so we don't have to mock + * which is a better approach anyway. + */ +// Pattern.compile(anyString); +// result = mockPattern; +// +// mockPattern.matcher(anyString); +// result = mockMatcher; +// +// mockMatcher.matches(); +// result = true; +// mockMatcher.group(1); +// result = "TGT-1234-11112222333334444-cas01"; + + mockResponse.getBody(); + result = "action=\"x/TGT-1234-11112222333334444-cas01\""; + result = "ST-1234-1111222233334444-cas01"; + } + }; + + CASClient casClient; + + casClient = CASClient.configure(sslContext, casUrl, casUser, casPass); + casClient.login(websocketURL); + } + + + @Test(expected = CASException.class) + public void testLoginExceptionInGetServiceCall() + throws HttpException, CASException { + String websocketURL = "wss://url.websocket.com"; + Map cookies = new ConcurrentHashMap(); + cookies.put("JSESSIONID", "1bif45f-testSessionId"); + new Expectations() { + { + mockResponse.getStatusCode(); + result = Status.CREATED; + result = Status.OK; + result = Status.BAD_REQUEST; + + /* + * For some very odd reason, just having mocked objects of Pattern and Matcher causes + * surefile plug-in to report the followig very odd and strange errors on all + * subsequest test cases. Hence, we have to use real values so we don't have to mock + * which is a better approach anyway. + */ +// Pattern.compile(anyString); +// result = mockPattern; +// +// mockPattern.matcher(anyString); +// result = mockMatcher; +// +// mockMatcher.matches(); +// result = true; +// mockMatcher.group(1); +// result = "TGT-1234-11112222333334444-cas01"; + + mockResponse.getBody(); + result = "action=\"x/TGT-1234-11112222333334444-cas01\""; + result = "ST-1234-1111222233334444-cas01"; + + } + }; + + CASClient casClient = CASClient.configure(sslContext, casUrl, casUser, casPass); + casClient.login(websocketURL); + } +} diff --git a/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/DdsClientTest.java b/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/DdsClientTest.java index 61dc913c6..7d349d230 100644 --- a/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/DdsClientTest.java +++ b/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/DdsClientTest.java @@ -1,142 +1,142 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.dds; - -import java.io.InputStream; -import java.net.URI; -import java.util.List; -import java.util.Map; - -import javax.net.ssl.SSLContext; - -import org.junit.Ignore; -import org.junit.Test; -import org.junit.runner.RunWith; - -import mockit.Expectations; -import mockit.Mocked; -import mockit.Verifications; -import mockit.integration.junit4.JMockit; -import us.dot.its.jpo.ode.dds.CASClient.CASException; -import us.dot.its.jpo.ode.dds.DdsClient.DdsClientException; -import us.dot.its.jpo.ode.wrapper.SSLBuilder; -import us.dot.its.jpo.ode.wrapper.WebSocketEndpoint; -import us.dot.its.jpo.ode.wrapper.WebSocketMessageDecoder; -import us.dot.its.jpo.ode.wrapper.WebSocketMessageHandler; - -@RunWith(JMockit.class) -public class DdsClientTest { - @Mocked private WebSocketMessageHandler mockMessageHandler; - @Mocked private CASClient mockCasClient; - - String ddsCasUrl = "ddsCasUrl"; - String ddsCasUsername = "ddsCasUsername"; - String ddsCasPassword = "ddsCasPassword"; - String websocketURL = "ws://websocket.org"; - String keystoreFile = "keystoreFile"; - String keystorePass = "keystorePass"; - - @Ignore - @Test - public void testConstructor() { - try { - new Expectations() { - { - CASClient.configure((SSLContext) any, anyString, anyString, anyString); - } - }; - } catch (CASException e1) { - e1.printStackTrace(); - } - - try { - new DdsClient(ddsCasUrl, ddsCasUsername, ddsCasPassword, websocketURL, keystoreFile, keystorePass); - } catch (DdsClientException e) { - e.printStackTrace(); - } - - try { - new Verifications() { - { - new URI("websocketURL"); - minTimes = 1; - CASClient.class.getClassLoader().getResourceAsStream("keystoreFile"); - SSLBuilder.buildSSLContext((InputStream) any, "keystorePass"); - } - }; - } catch (Exception e) { - e.printStackTrace(); - } - } - - @Ignore - @Test(expected = DdsClientException.class) - public void testConstructorException() - throws DdsClientException, CASException { - - new Expectations() { - { - CASClient.configure((SSLContext) any, anyString, anyString, anyString); - result = new Exception(); - } - }; - - new DdsClient(ddsCasUrl, ddsCasUsername, ddsCasPassword, websocketURL, keystoreFile, keystorePass); - } - - @SuppressWarnings("unchecked") - @Ignore - @Test - public void testLogin() { - try { - DdsClient ddsClient = new DdsClient(ddsCasUrl, ddsCasUsername, ddsCasPassword, websocketURL, - keystoreFile, keystorePass); - ddsClient.login(null, mockMessageHandler); - - new Verifications() { - { - mockCasClient.login(anyString); - new WebSocketEndpoint((URI) any, (SSLContext) any, null, - (Map>) any, (WebSocketMessageHandler) any, - (List>>) any); - } - }; - - } catch (Exception e) { - e.printStackTrace(); - } - } - - @Ignore - @SuppressWarnings("unchecked") - @Test(expected = DdsClientException.class) - public void testLoginException() - throws DdsClientException, CASException { - - new Expectations() { - { - mockCasClient.login(anyString); - new WebSocketEndpoint((URI) any, (SSLContext) any, null, (Map>) any, - (WebSocketMessageHandler) any, (List>>) any); - result = new DdsClientException(null); - } - }; - - DdsClient ddsClient = new DdsClient(ddsCasUrl, ddsCasUsername, ddsCasPassword, websocketURL, - keystoreFile, keystorePass); - ddsClient.login(null, mockMessageHandler); - } -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.dds; + +import java.io.InputStream; +import java.net.URI; +import java.util.List; +import java.util.Map; + +import javax.net.ssl.SSLContext; + +import org.junit.Ignore; +import org.junit.Test; +import org.junit.runner.RunWith; + +import mockit.Expectations; +import mockit.Mocked; +import mockit.Verifications; +import mockit.integration.junit4.JMockit; +import us.dot.its.jpo.ode.dds.CASClient.CASException; +import us.dot.its.jpo.ode.dds.DdsClient.DdsClientException; +import us.dot.its.jpo.ode.wrapper.SSLBuilder; +import us.dot.its.jpo.ode.wrapper.WebSocketEndpoint; +import us.dot.its.jpo.ode.wrapper.WebSocketMessageDecoder; +import us.dot.its.jpo.ode.wrapper.WebSocketMessageHandler; + +@RunWith(JMockit.class) +public class DdsClientTest { + @Mocked private WebSocketMessageHandler mockMessageHandler; + @Mocked private CASClient mockCasClient; + + String ddsCasUrl = "ddsCasUrl"; + String ddsCasUsername = "ddsCasUsername"; + String ddsCasPassword = "ddsCasPassword"; + String websocketURL = "ws://websocket.org"; + String keystoreFile = "keystoreFile"; + String keystorePass = "keystorePass"; + + @Ignore + @Test + public void testConstructor() { + try { + new Expectations() { + { + CASClient.configure((SSLContext) any, anyString, anyString, anyString); + } + }; + } catch (CASException e1) { + e1.printStackTrace(); + } + + try { + new DdsClient(ddsCasUrl, ddsCasUsername, ddsCasPassword, websocketURL, keystoreFile, keystorePass); + } catch (DdsClientException e) { + e.printStackTrace(); + } + + try { + new Verifications() { + { + new URI("websocketURL"); + minTimes = 1; + CASClient.class.getClassLoader().getResourceAsStream("keystoreFile"); + SSLBuilder.buildSSLContext((InputStream) any, "keystorePass"); + } + }; + } catch (Exception e) { + e.printStackTrace(); + } + } + + @Ignore + @Test(expected = DdsClientException.class) + public void testConstructorException() + throws DdsClientException, CASException { + + new Expectations() { + { + CASClient.configure((SSLContext) any, anyString, anyString, anyString); + result = new Exception(); + } + }; + + new DdsClient(ddsCasUrl, ddsCasUsername, ddsCasPassword, websocketURL, keystoreFile, keystorePass); + } + + @SuppressWarnings("unchecked") + @Ignore + @Test + public void testLogin() { + try { + DdsClient ddsClient = new DdsClient(ddsCasUrl, ddsCasUsername, ddsCasPassword, websocketURL, + keystoreFile, keystorePass); + ddsClient.login(null, mockMessageHandler); + + new Verifications() { + { + mockCasClient.login(anyString); + new WebSocketEndpoint((URI) any, (SSLContext) any, null, + (Map>) any, (WebSocketMessageHandler) any, + (List>>) any); + } + }; + + } catch (Exception e) { + e.printStackTrace(); + } + } + + @Ignore + @SuppressWarnings("unchecked") + @Test(expected = DdsClientException.class) + public void testLoginException() + throws DdsClientException, CASException { + + new Expectations() { + { + mockCasClient.login(anyString); + new WebSocketEndpoint((URI) any, (SSLContext) any, null, (Map>) any, + (WebSocketMessageHandler) any, (List>>) any); + result = new DdsClientException(null); + } + }; + + DdsClient ddsClient = new DdsClient(ddsCasUrl, ddsCasUsername, ddsCasPassword, websocketURL, + keystoreFile, keystorePass); + ddsClient.login(null, mockMessageHandler); + } +} diff --git a/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/DdsDepRequestTest.java b/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/DdsDepRequestTest.java index f76f34079..256225340 100644 --- a/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/DdsDepRequestTest.java +++ b/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/DdsDepRequestTest.java @@ -1,130 +1,130 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.dds; - -import static org.junit.Assert.*; -import org.junit.Test; - -public class DdsDepRequestTest { - - @Test - public void testSystemDepositName() { - DdsDepRequest ddsDepRequest = new DdsDepRequest(); - String depositName = "test deposit name"; - ddsDepRequest.setSystemDepositName(depositName); - assertEquals(depositName, ddsDepRequest.getSystemDepositName()); - } - - @Test - public void testEncodeType() { - DdsDepRequest ddsDepRequest = new DdsDepRequest(); - String encodeType = "hex"; - ddsDepRequest.setEncodeType(encodeType); - assertEquals(encodeType, ddsDepRequest.getEncodeType()); - assertNotEquals("base64", ddsDepRequest.getEncodeType()); - } - - @Test - public void testEncodedMsg() { - DdsDepRequest ddsDepRequest = new DdsDepRequest(); - String encodedMsg = "Sample Encode Msg"; - ddsDepRequest.setEncodedMsg(encodedMsg); - assertEquals(encodedMsg, ddsDepRequest.getEncodedMsg()); - assertNotEquals("invalid encoded msg", ddsDepRequest.getEncodedMsg()); - } - - @Test - public void testToString() { - DdsDepRequest ddsDepRequest = new DdsDepRequest(); - String encodedMsg = "testEncodeMsg"; - String encodeType = "hex"; - String depositName = "testDepositName"; - - ddsDepRequest.setEncodeType(encodedMsg); - ddsDepRequest.setEncodeType(encodeType); - ddsDepRequest.setSystemDepositName(depositName); - String expectedStr = "DEPOSIT:{\"systemDepositName\":\"testDepositName\",\"encodeType\":\"hex\",\"dialogID\":0}"; - assertEquals(ddsDepRequest.toString(), expectedStr); - } - - @Test - public void testHashCode() { - DdsDepRequest ddsDepRequest1 = new DdsDepRequest(); - DdsDepRequest ddsDepRequest2 = new DdsDepRequest(); - assertEquals(ddsDepRequest1.hashCode(), ddsDepRequest2.hashCode()); - - String encodeType = "hex"; - ddsDepRequest1.setEncodeType(encodeType); - assertNotEquals(ddsDepRequest1.hashCode(), ddsDepRequest2.hashCode()); - - ddsDepRequest2.setEncodeType(encodeType); - assertEquals(ddsDepRequest1.hashCode(), ddsDepRequest2.hashCode()); - - String encodedMsg = "testEncodeMsg"; - ddsDepRequest1.setEncodedMsg(encodedMsg); - ddsDepRequest2.setEncodedMsg(encodedMsg); - - String depositName = "testDepositName"; - ddsDepRequest1.setSystemDepositName(depositName); - ddsDepRequest2.setSystemDepositName(depositName); - - assertEquals(ddsDepRequest1.hashCode(), ddsDepRequest2.hashCode()); - } - - @Test - public void testEquals() { - DdsDepRequest ddsDepRequest1 = new DdsDepRequest(); - DdsDepRequest ddsDepRequest2 = new DdsDepRequest(); - Object randomObject = new Object(); - assertTrue(ddsDepRequest1.equals(ddsDepRequest2)); - assertTrue(ddsDepRequest1.equals(ddsDepRequest1)); - assertFalse(ddsDepRequest1.equals(randomObject)); - assertFalse(ddsDepRequest1.equals(null)); - - ddsDepRequest2.setEncodeType("NotNull"); - assertFalse(ddsDepRequest1.equals(ddsDepRequest2)); - - String encodeType = "hex"; - ddsDepRequest1.setEncodeType(encodeType); - assertFalse(ddsDepRequest1.equals(ddsDepRequest2)); - - ddsDepRequest2.setEncodeType(encodeType); - assertTrue(ddsDepRequest1.equals(ddsDepRequest2)); - - ddsDepRequest2.setEncodedMsg("NotNull"); - assertFalse(ddsDepRequest1.equals(ddsDepRequest2)); - - String encodedMsg = "testEncodeMsg"; - ddsDepRequest1.setEncodedMsg(encodedMsg); - assertFalse(ddsDepRequest1.equals(ddsDepRequest2)); - - ddsDepRequest2.setEncodedMsg(encodedMsg); - assertTrue(ddsDepRequest1.equals(ddsDepRequest2)); - - ddsDepRequest2.setSystemDepositName("NotNull"); - assertFalse(ddsDepRequest1.equals(ddsDepRequest2)); - - String depositName = "testDepositName"; - ddsDepRequest1.setSystemDepositName(depositName); - assertFalse(ddsDepRequest1.equals(ddsDepRequest2)); - - ddsDepRequest2.setSystemDepositName(depositName); - assertTrue(ddsDepRequest1.equals(ddsDepRequest2)); - } - - - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.dds; + +import static org.junit.Assert.*; +import org.junit.Test; + +public class DdsDepRequestTest { + + @Test + public void testSystemDepositName() { + DdsDepRequest ddsDepRequest = new DdsDepRequest(); + String depositName = "test deposit name"; + ddsDepRequest.setSystemDepositName(depositName); + assertEquals(depositName, ddsDepRequest.getSystemDepositName()); + } + + @Test + public void testEncodeType() { + DdsDepRequest ddsDepRequest = new DdsDepRequest(); + String encodeType = "hex"; + ddsDepRequest.setEncodeType(encodeType); + assertEquals(encodeType, ddsDepRequest.getEncodeType()); + assertNotEquals("base64", ddsDepRequest.getEncodeType()); + } + + @Test + public void testEncodedMsg() { + DdsDepRequest ddsDepRequest = new DdsDepRequest(); + String encodedMsg = "Sample Encode Msg"; + ddsDepRequest.setEncodedMsg(encodedMsg); + assertEquals(encodedMsg, ddsDepRequest.getEncodedMsg()); + assertNotEquals("invalid encoded msg", ddsDepRequest.getEncodedMsg()); + } + + @Test + public void testToString() { + DdsDepRequest ddsDepRequest = new DdsDepRequest(); + String encodedMsg = "testEncodeMsg"; + String encodeType = "hex"; + String depositName = "testDepositName"; + + ddsDepRequest.setEncodeType(encodedMsg); + ddsDepRequest.setEncodeType(encodeType); + ddsDepRequest.setSystemDepositName(depositName); + String expectedStr = "DEPOSIT:{\"systemDepositName\":\"testDepositName\",\"encodeType\":\"hex\",\"dialogID\":0}"; + assertEquals(ddsDepRequest.toString(), expectedStr); + } + + @Test + public void testHashCode() { + DdsDepRequest ddsDepRequest1 = new DdsDepRequest(); + DdsDepRequest ddsDepRequest2 = new DdsDepRequest(); + assertEquals(ddsDepRequest1.hashCode(), ddsDepRequest2.hashCode()); + + String encodeType = "hex"; + ddsDepRequest1.setEncodeType(encodeType); + assertNotEquals(ddsDepRequest1.hashCode(), ddsDepRequest2.hashCode()); + + ddsDepRequest2.setEncodeType(encodeType); + assertEquals(ddsDepRequest1.hashCode(), ddsDepRequest2.hashCode()); + + String encodedMsg = "testEncodeMsg"; + ddsDepRequest1.setEncodedMsg(encodedMsg); + ddsDepRequest2.setEncodedMsg(encodedMsg); + + String depositName = "testDepositName"; + ddsDepRequest1.setSystemDepositName(depositName); + ddsDepRequest2.setSystemDepositName(depositName); + + assertEquals(ddsDepRequest1.hashCode(), ddsDepRequest2.hashCode()); + } + + @Test + public void testEquals() { + DdsDepRequest ddsDepRequest1 = new DdsDepRequest(); + DdsDepRequest ddsDepRequest2 = new DdsDepRequest(); + Object randomObject = new Object(); + assertTrue(ddsDepRequest1.equals(ddsDepRequest2)); + assertTrue(ddsDepRequest1.equals(ddsDepRequest1)); + assertFalse(ddsDepRequest1.equals(randomObject)); + assertFalse(ddsDepRequest1.equals(null)); + + ddsDepRequest2.setEncodeType("NotNull"); + assertFalse(ddsDepRequest1.equals(ddsDepRequest2)); + + String encodeType = "hex"; + ddsDepRequest1.setEncodeType(encodeType); + assertFalse(ddsDepRequest1.equals(ddsDepRequest2)); + + ddsDepRequest2.setEncodeType(encodeType); + assertTrue(ddsDepRequest1.equals(ddsDepRequest2)); + + ddsDepRequest2.setEncodedMsg("NotNull"); + assertFalse(ddsDepRequest1.equals(ddsDepRequest2)); + + String encodedMsg = "testEncodeMsg"; + ddsDepRequest1.setEncodedMsg(encodedMsg); + assertFalse(ddsDepRequest1.equals(ddsDepRequest2)); + + ddsDepRequest2.setEncodedMsg(encodedMsg); + assertTrue(ddsDepRequest1.equals(ddsDepRequest2)); + + ddsDepRequest2.setSystemDepositName("NotNull"); + assertFalse(ddsDepRequest1.equals(ddsDepRequest2)); + + String depositName = "testDepositName"; + ddsDepRequest1.setSystemDepositName(depositName); + assertFalse(ddsDepRequest1.equals(ddsDepRequest2)); + + ddsDepRequest2.setSystemDepositName(depositName); + assertTrue(ddsDepRequest1.equals(ddsDepRequest2)); + } + + + +} diff --git a/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/DdsRequestTest.java b/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/DdsRequestTest.java index b0464a5c2..dd2fac010 100644 --- a/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/DdsRequestTest.java +++ b/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/DdsRequestTest.java @@ -1,123 +1,123 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.dds; - -import static org.junit.Assert.*; - -import org.junit.After; -import org.junit.Before; -import org.junit.Test; -import us.dot.its.jpo.ode.dds.DdsRequest.Dialog; -import us.dot.its.jpo.ode.dds.DdsRequest.EncodeType; -import us.dot.its.jpo.ode.dds.DdsRequest.SystemName; - -public class DdsRequestTest { - - private DdsRequest ddsRequest; - - @Before - public void setUp() throws Exception { - ddsRequest = new DdsRequest(); - } - - @After - public void tearDown() throws Exception { - } - - @Test - public void testDialogEnum() { - Dialog dialog = Dialog.ASD; - - assertEquals(Dialog.ISD, Dialog.getById(162)); - assertEquals(156, dialog.getId()); - assertNull(Dialog.getById(999)); - } - - @Test - public void testSystemNameEnum() { - SystemName systemName = SystemName.SDC; - assertEquals("SDC 2.3", systemName.getName()); - } - - @Test - public void testDialogId() { - ddsRequest.setDialogID(156); - assertEquals(156, ddsRequest.getDialogID()); - } - - @Test - public void testResultEncoding() { - String encodingType = "hex"; - ddsRequest.setResultEncoding(encodingType); - assertEquals(encodingType, ddsRequest.getResultEncoding()); - } - - @Test - public void testHashCode() { - int hashCode1, hashCode2; - DdsRequest ddsRequest2 = new DdsRequest(); - hashCode1 = ddsRequest.hashCode(); - hashCode2 = ddsRequest2.hashCode(); - assertEquals(hashCode1, hashCode2); - - ddsRequest2.setResultEncoding("hex"); - - hashCode1 = ddsRequest.hashCode(); - hashCode2 = ddsRequest2.hashCode(); - assertNotEquals(hashCode1, hashCode2); - - ddsRequest.setResultEncoding("hex"); - - hashCode1 = ddsRequest.hashCode(); - hashCode2 = ddsRequest2.hashCode(); - assertEquals(hashCode1, hashCode2); - - ddsRequest2.setDialogID(156); - - hashCode1 = ddsRequest.hashCode(); - hashCode2 = ddsRequest2.hashCode(); - assertNotEquals(hashCode1, hashCode2); - - ddsRequest.setDialogID(156); - - hashCode1 = ddsRequest.hashCode(); - hashCode2 = ddsRequest2.hashCode(); - assertEquals(hashCode1, hashCode2); - } - - @Test - public void testEquals() { - EncodeType encodeType = EncodeType.HEX; - DdsRequest ddsRequest2 = new DdsRequest(); - assertTrue(ddsRequest.equals(ddsRequest2)); - - ddsRequest2.setResultEncoding(encodeType.name()); - assertFalse(ddsRequest.equals(ddsRequest2)); - - ddsRequest.setResultEncoding(encodeType.name()); - assertTrue(ddsRequest.equals(ddsRequest2)); - - ddsRequest2.setDialogID(156); - assertFalse(ddsRequest.equals(ddsRequest2)); - - ddsRequest.setDialogID(156); - assertTrue(ddsRequest.equals(ddsRequest2)); - assertTrue(ddsRequest.equals(ddsRequest)); - - ddsRequest2.setResultEncoding(EncodeType.BASE64.name()); - assertFalse(ddsRequest.equals(ddsRequest2)); - } -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.dds; + +import static org.junit.Assert.*; + +import org.junit.After; +import org.junit.Before; +import org.junit.Test; +import us.dot.its.jpo.ode.dds.DdsRequest.Dialog; +import us.dot.its.jpo.ode.dds.DdsRequest.EncodeType; +import us.dot.its.jpo.ode.dds.DdsRequest.SystemName; + +public class DdsRequestTest { + + private DdsRequest ddsRequest; + + @Before + public void setUp() throws Exception { + ddsRequest = new DdsRequest(); + } + + @After + public void tearDown() throws Exception { + } + + @Test + public void testDialogEnum() { + Dialog dialog = Dialog.ASD; + + assertEquals(Dialog.ISD, Dialog.getById(162)); + assertEquals(156, dialog.getId()); + assertNull(Dialog.getById(999)); + } + + @Test + public void testSystemNameEnum() { + SystemName systemName = SystemName.SDC; + assertEquals("SDC 2.3", systemName.getName()); + } + + @Test + public void testDialogId() { + ddsRequest.setDialogID(156); + assertEquals(156, ddsRequest.getDialogID()); + } + + @Test + public void testResultEncoding() { + String encodingType = "hex"; + ddsRequest.setResultEncoding(encodingType); + assertEquals(encodingType, ddsRequest.getResultEncoding()); + } + + @Test + public void testHashCode() { + int hashCode1, hashCode2; + DdsRequest ddsRequest2 = new DdsRequest(); + hashCode1 = ddsRequest.hashCode(); + hashCode2 = ddsRequest2.hashCode(); + assertEquals(hashCode1, hashCode2); + + ddsRequest2.setResultEncoding("hex"); + + hashCode1 = ddsRequest.hashCode(); + hashCode2 = ddsRequest2.hashCode(); + assertNotEquals(hashCode1, hashCode2); + + ddsRequest.setResultEncoding("hex"); + + hashCode1 = ddsRequest.hashCode(); + hashCode2 = ddsRequest2.hashCode(); + assertEquals(hashCode1, hashCode2); + + ddsRequest2.setDialogID(156); + + hashCode1 = ddsRequest.hashCode(); + hashCode2 = ddsRequest2.hashCode(); + assertNotEquals(hashCode1, hashCode2); + + ddsRequest.setDialogID(156); + + hashCode1 = ddsRequest.hashCode(); + hashCode2 = ddsRequest2.hashCode(); + assertEquals(hashCode1, hashCode2); + } + + @Test + public void testEquals() { + EncodeType encodeType = EncodeType.HEX; + DdsRequest ddsRequest2 = new DdsRequest(); + assertTrue(ddsRequest.equals(ddsRequest2)); + + ddsRequest2.setResultEncoding(encodeType.name()); + assertFalse(ddsRequest.equals(ddsRequest2)); + + ddsRequest.setResultEncoding(encodeType.name()); + assertTrue(ddsRequest.equals(ddsRequest2)); + + ddsRequest2.setDialogID(156); + assertFalse(ddsRequest.equals(ddsRequest2)); + + ddsRequest.setDialogID(156); + assertTrue(ddsRequest.equals(ddsRequest2)); + assertTrue(ddsRequest.equals(ddsRequest)); + + ddsRequest2.setResultEncoding(EncodeType.BASE64.name()); + assertFalse(ddsRequest.equals(ddsRequest2)); + } +} diff --git a/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/DdsStatusMessageDecoderTest.java b/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/DdsStatusMessageDecoderTest.java index d743b10dc..d6f0ed2e7 100644 --- a/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/DdsStatusMessageDecoderTest.java +++ b/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/DdsStatusMessageDecoderTest.java @@ -1,80 +1,80 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.dds; - -import static org.junit.Assert.*; - -import javax.websocket.DecodeException; -import org.junit.Test; - -import us.dot.its.jpo.ode.model.StatusTag; - -public class DdsStatusMessageDecoderTest { - - @Test - public void testGetResponseTag() { - assertEquals(StatusTag.CLOSED, DdsStatusMessageDecoder.getResponseTag("CLOSED")); - assertEquals(StatusTag.DEPOSITED, DdsStatusMessageDecoder.getResponseTag("DEPOSITED")); - assertNotEquals(StatusTag.DEPOSITED, DdsStatusMessageDecoder.getResponseTag("OPENED")); - assertNull(DdsStatusMessageDecoder.getResponseTag("WRONT_TAG")); - } - - @Test - public void testParseFullMsg() { - DdsStatusMessageDecoder ddsStatusMessageDecoder = new DdsStatusMessageDecoder(); - String msg = "DEPOSITED:1"; - String[] msgs = ddsStatusMessageDecoder.parseFullMsg(msg); - assertEquals("DEPOSITED", msgs[0]); - assertEquals("1", msgs[1]); - } - - @Test - public void testWillDecode() { - DdsStatusMessageDecoder ddsStatusMessageDecoder = new DdsStatusMessageDecoder(); - assertFalse(ddsStatusMessageDecoder.willDecode("DEPOSITED:1")); - assertTrue(ddsStatusMessageDecoder.willDecode("START:1")); - } - - @Test - public void testDecode() { - DdsStatusMessageDecoder ddsStatusMessageDecoder = new DdsStatusMessageDecoder(); - DdsMessage ddsMessage; - try { - ddsMessage = ddsStatusMessageDecoder.decode("DEPOSITED:1"); - String expectedDdsMessage = "DdsStatusMessage [tag=DEPOSITED, encoding=null, dialog=null, recordCount=1, connectionDetails=null]"; - assertEquals(ddsMessage.toString(), expectedDdsMessage); - - ddsMessage = ddsStatusMessageDecoder.decode("CONNECTED:testConnectionDetail"); - expectedDdsMessage = "DdsStatusMessage [tag=CONNECTED, encoding=null, dialog=null, recordCount=0, connectionDetails=testConnectionDetail]"; - assertEquals(ddsMessage.toString(), expectedDdsMessage); - - ddsMessage = ddsStatusMessageDecoder.decode("START:{\"dialogID\":156, \"resultEncoding\":\"hex\"}"); - expectedDdsMessage = "DdsStatusMessage [tag=START, encoding=hex, dialog=ASD, recordCount=0, connectionDetails=null]"; - assertEquals(ddsMessage.toString(), expectedDdsMessage); - - ddsMessage = ddsStatusMessageDecoder.decode("STOP:recordCount=2"); - expectedDdsMessage = "DdsStatusMessage [tag=STOP, encoding=null, dialog=null, recordCount=2, connectionDetails=null]"; - assertEquals(ddsMessage.toString(), expectedDdsMessage); - - ddsMessage = ddsStatusMessageDecoder.decode("ERROR:sampleError"); - expectedDdsMessage = "DdsStatusMessage [tag=ERROR, encoding=null, dialog=null, recordCount=0, connectionDetails=null]"; - assertEquals(ddsMessage.toString(), expectedDdsMessage); - - } catch (DecodeException e) { - e.printStackTrace(); - } - } -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.dds; + +import static org.junit.Assert.*; + +import javax.websocket.DecodeException; +import org.junit.Test; + +import us.dot.its.jpo.ode.model.StatusTag; + +public class DdsStatusMessageDecoderTest { + + @Test + public void testGetResponseTag() { + assertEquals(StatusTag.CLOSED, DdsStatusMessageDecoder.getResponseTag("CLOSED")); + assertEquals(StatusTag.DEPOSITED, DdsStatusMessageDecoder.getResponseTag("DEPOSITED")); + assertNotEquals(StatusTag.DEPOSITED, DdsStatusMessageDecoder.getResponseTag("OPENED")); + assertNull(DdsStatusMessageDecoder.getResponseTag("WRONT_TAG")); + } + + @Test + public void testParseFullMsg() { + DdsStatusMessageDecoder ddsStatusMessageDecoder = new DdsStatusMessageDecoder(); + String msg = "DEPOSITED:1"; + String[] msgs = ddsStatusMessageDecoder.parseFullMsg(msg); + assertEquals("DEPOSITED", msgs[0]); + assertEquals("1", msgs[1]); + } + + @Test + public void testWillDecode() { + DdsStatusMessageDecoder ddsStatusMessageDecoder = new DdsStatusMessageDecoder(); + assertFalse(ddsStatusMessageDecoder.willDecode("DEPOSITED:1")); + assertTrue(ddsStatusMessageDecoder.willDecode("START:1")); + } + + @Test + public void testDecode() { + DdsStatusMessageDecoder ddsStatusMessageDecoder = new DdsStatusMessageDecoder(); + DdsMessage ddsMessage; + try { + ddsMessage = ddsStatusMessageDecoder.decode("DEPOSITED:1"); + String expectedDdsMessage = "DdsStatusMessage [tag=DEPOSITED, encoding=null, dialog=null, recordCount=1, connectionDetails=null]"; + assertEquals(ddsMessage.toString(), expectedDdsMessage); + + ddsMessage = ddsStatusMessageDecoder.decode("CONNECTED:testConnectionDetail"); + expectedDdsMessage = "DdsStatusMessage [tag=CONNECTED, encoding=null, dialog=null, recordCount=0, connectionDetails=testConnectionDetail]"; + assertEquals(ddsMessage.toString(), expectedDdsMessage); + + ddsMessage = ddsStatusMessageDecoder.decode("START:{\"dialogID\":156, \"resultEncoding\":\"hex\"}"); + expectedDdsMessage = "DdsStatusMessage [tag=START, encoding=hex, dialog=ASD, recordCount=0, connectionDetails=null]"; + assertEquals(ddsMessage.toString(), expectedDdsMessage); + + ddsMessage = ddsStatusMessageDecoder.decode("STOP:recordCount=2"); + expectedDdsMessage = "DdsStatusMessage [tag=STOP, encoding=null, dialog=null, recordCount=2, connectionDetails=null]"; + assertEquals(ddsMessage.toString(), expectedDdsMessage); + + ddsMessage = ddsStatusMessageDecoder.decode("ERROR:sampleError"); + expectedDdsMessage = "DdsStatusMessage [tag=ERROR, encoding=null, dialog=null, recordCount=0, connectionDetails=null]"; + assertEquals(ddsMessage.toString(), expectedDdsMessage); + + } catch (DecodeException e) { + e.printStackTrace(); + } + } +} diff --git a/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/DdsStatusMessageTest.java b/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/DdsStatusMessageTest.java index bbf2c39bb..b062e9c87 100644 --- a/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/DdsStatusMessageTest.java +++ b/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/DdsStatusMessageTest.java @@ -1,88 +1,88 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.dds; - -import static org.junit.Assert.assertEquals; -import static org.junit.Assert.assertNull; - -import org.junit.Test; - -import mockit.Mocked; -import us.dot.its.jpo.ode.dds.DdsRequest.Dialog; -import us.dot.its.jpo.ode.model.StatusTag; - -public class DdsStatusMessageTest { - - private static final String UPER = "UPER"; - - @Test - public void testConstructor1() { - DdsStatusMessage ddsStatusMessage = new DdsStatusMessage(); - - assertNull(ddsStatusMessage.getTag()); - assertNull(ddsStatusMessage.getEncoding()); - assertNull(ddsStatusMessage.getDialog()); - } - - @Test - public void testConstructor2(@Mocked StatusTag tag, @Mocked Dialog dialog) { - DdsStatusMessage ddsStatusMessage = new DdsStatusMessage(tag, UPER, dialog); - assertEquals(ddsStatusMessage.getTag(), tag); - assertEquals(UPER, ddsStatusMessage.getEncoding()); - assertEquals(ddsStatusMessage.getDialog(), dialog); - - ddsStatusMessage.setTag(null); - ddsStatusMessage.setDialog(null); - ddsStatusMessage.setEncoding(null); - - assertNull(ddsStatusMessage.getTag()); - assertNull(ddsStatusMessage.getEncoding()); - assertNull(ddsStatusMessage.getDialog()); - } - - - @Test - public void testRecordCount() { - DdsStatusMessage ddsStatusMessage = new DdsStatusMessage(); - assertEquals(0, ddsStatusMessage.getRecordCount()); - ddsStatusMessage.setRecordCount(5); - assertEquals(5, ddsStatusMessage.getRecordCount()); - } - - @Test - public void testConnectionDetails() { - DdsStatusMessage ddsStatusMessage = new DdsStatusMessage(); - assertEquals(null, ddsStatusMessage.getConnectionDetails()); - ddsStatusMessage.setConnectionDetails("testConnectionString"); - assertEquals("testConnectionString", ddsStatusMessage.getConnectionDetails()); - } - - @Test - public void testToString() { - StatusTag tag = StatusTag.CONNECTED; - String encoding = "hex"; - Dialog dialog = Dialog.ASD; - long recordCount = 3; - String connectionDetails = "testConnectionString"; - DdsStatusMessage ddsStatusMessage = new DdsStatusMessage(tag, encoding, dialog); - ddsStatusMessage.setConnectionDetails(connectionDetails); - ddsStatusMessage.setRecordCount(recordCount); - String ddsStatusMessageString = "DdsStatusMessage [tag=" + tag + ", encoding=" + encoding + ", dialog=" + dialog + ", recordCount=" - + recordCount + ", connectionDetails=" + connectionDetails + "]"; - assertEquals(ddsStatusMessageString, ddsStatusMessage.toString()); - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.dds; + +import static org.junit.Assert.assertEquals; +import static org.junit.Assert.assertNull; + +import org.junit.Test; + +import mockit.Mocked; +import us.dot.its.jpo.ode.dds.DdsRequest.Dialog; +import us.dot.its.jpo.ode.model.StatusTag; + +public class DdsStatusMessageTest { + + private static final String UPER = "UPER"; + + @Test + public void testConstructor1() { + DdsStatusMessage ddsStatusMessage = new DdsStatusMessage(); + + assertNull(ddsStatusMessage.getTag()); + assertNull(ddsStatusMessage.getEncoding()); + assertNull(ddsStatusMessage.getDialog()); + } + + @Test + public void testConstructor2(@Mocked StatusTag tag, @Mocked Dialog dialog) { + DdsStatusMessage ddsStatusMessage = new DdsStatusMessage(tag, UPER, dialog); + assertEquals(ddsStatusMessage.getTag(), tag); + assertEquals(UPER, ddsStatusMessage.getEncoding()); + assertEquals(ddsStatusMessage.getDialog(), dialog); + + ddsStatusMessage.setTag(null); + ddsStatusMessage.setDialog(null); + ddsStatusMessage.setEncoding(null); + + assertNull(ddsStatusMessage.getTag()); + assertNull(ddsStatusMessage.getEncoding()); + assertNull(ddsStatusMessage.getDialog()); + } + + + @Test + public void testRecordCount() { + DdsStatusMessage ddsStatusMessage = new DdsStatusMessage(); + assertEquals(0, ddsStatusMessage.getRecordCount()); + ddsStatusMessage.setRecordCount(5); + assertEquals(5, ddsStatusMessage.getRecordCount()); + } + + @Test + public void testConnectionDetails() { + DdsStatusMessage ddsStatusMessage = new DdsStatusMessage(); + assertEquals(null, ddsStatusMessage.getConnectionDetails()); + ddsStatusMessage.setConnectionDetails("testConnectionString"); + assertEquals("testConnectionString", ddsStatusMessage.getConnectionDetails()); + } + + @Test + public void testToString() { + StatusTag tag = StatusTag.CONNECTED; + String encoding = "hex"; + Dialog dialog = Dialog.ASD; + long recordCount = 3; + String connectionDetails = "testConnectionString"; + DdsStatusMessage ddsStatusMessage = new DdsStatusMessage(tag, encoding, dialog); + ddsStatusMessage.setConnectionDetails(connectionDetails); + ddsStatusMessage.setRecordCount(recordCount); + String ddsStatusMessageString = "DdsStatusMessage [tag=" + tag + ", encoding=" + encoding + ", dialog=" + dialog + ", recordCount=" + + recordCount + ", connectionDetails=" + connectionDetails + "]"; + assertEquals(ddsStatusMessageString, ddsStatusMessage.toString()); + } + +} diff --git a/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/DepositResponseDecoderTest.java b/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/DepositResponseDecoderTest.java index d3bf02796..845ad213c 100644 --- a/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/DepositResponseDecoderTest.java +++ b/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/DepositResponseDecoderTest.java @@ -1,62 +1,62 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.dds; - -import static org.junit.Assert.*; - -import javax.websocket.DecodeException; -import org.junit.Test; - -public class DepositResponseDecoderTest { - - @Test - public void testWillDecode() { - DepositResponseDecoder depositResponseDecoder = new DepositResponseDecoder(); - assertTrue(depositResponseDecoder.willDecode("Any String")); - assertTrue(depositResponseDecoder.willDecode("Always returns true")); - } - - @Test - public void testDecode() { - DepositResponseDecoder depositResponseDecoder = new DepositResponseDecoder(); - DdsMessage ddsMessage; - try { - ddsMessage = depositResponseDecoder.decode("DEPOSITED:1"); - String expectedDdsMessage = "DdsStatusMessage [tag=DEPOSITED, encoding=null, dialog=null, recordCount=1, connectionDetails=null]"; - assertEquals(ddsMessage.toString(), expectedDdsMessage); - - ddsMessage = depositResponseDecoder.decode("CONNECTED:testConnectionDetail"); - expectedDdsMessage = "DdsStatusMessage [tag=CONNECTED, encoding=null, dialog=null, recordCount=0, connectionDetails=testConnectionDetail]"; - assertEquals(ddsMessage.toString(), expectedDdsMessage); - - ddsMessage = depositResponseDecoder.decode("START:{\"dialogID\":156, \"resultEncoding\":\"hex\"}"); - expectedDdsMessage = "DdsStatusMessage [tag=START, encoding=hex, dialog=ASD, recordCount=0, connectionDetails=null]"; - assertEquals(ddsMessage.toString(), expectedDdsMessage); - - ddsMessage = depositResponseDecoder.decode("STOP:recordCount=2"); - expectedDdsMessage = "DdsStatusMessage [tag=STOP, encoding=null, dialog=null, recordCount=2, connectionDetails=null]"; - assertEquals(ddsMessage.toString(), expectedDdsMessage); - - ddsMessage = depositResponseDecoder.decode("ERROR:sampleError"); - expectedDdsMessage = "DdsStatusMessage [tag=ERROR, encoding=null, dialog=null, recordCount=0, connectionDetails=null]"; - assertEquals(ddsMessage.toString(), expectedDdsMessage); - - } catch (DecodeException e) { - e.printStackTrace(); - } - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.dds; + +import static org.junit.Assert.*; + +import javax.websocket.DecodeException; +import org.junit.Test; + +public class DepositResponseDecoderTest { + + @Test + public void testWillDecode() { + DepositResponseDecoder depositResponseDecoder = new DepositResponseDecoder(); + assertTrue(depositResponseDecoder.willDecode("Any String")); + assertTrue(depositResponseDecoder.willDecode("Always returns true")); + } + + @Test + public void testDecode() { + DepositResponseDecoder depositResponseDecoder = new DepositResponseDecoder(); + DdsMessage ddsMessage; + try { + ddsMessage = depositResponseDecoder.decode("DEPOSITED:1"); + String expectedDdsMessage = "DdsStatusMessage [tag=DEPOSITED, encoding=null, dialog=null, recordCount=1, connectionDetails=null]"; + assertEquals(ddsMessage.toString(), expectedDdsMessage); + + ddsMessage = depositResponseDecoder.decode("CONNECTED:testConnectionDetail"); + expectedDdsMessage = "DdsStatusMessage [tag=CONNECTED, encoding=null, dialog=null, recordCount=0, connectionDetails=testConnectionDetail]"; + assertEquals(ddsMessage.toString(), expectedDdsMessage); + + ddsMessage = depositResponseDecoder.decode("START:{\"dialogID\":156, \"resultEncoding\":\"hex\"}"); + expectedDdsMessage = "DdsStatusMessage [tag=START, encoding=hex, dialog=ASD, recordCount=0, connectionDetails=null]"; + assertEquals(ddsMessage.toString(), expectedDdsMessage); + + ddsMessage = depositResponseDecoder.decode("STOP:recordCount=2"); + expectedDdsMessage = "DdsStatusMessage [tag=STOP, encoding=null, dialog=null, recordCount=2, connectionDetails=null]"; + assertEquals(ddsMessage.toString(), expectedDdsMessage); + + ddsMessage = depositResponseDecoder.decode("ERROR:sampleError"); + expectedDdsMessage = "DdsStatusMessage [tag=ERROR, encoding=null, dialog=null, recordCount=0, connectionDetails=null]"; + assertEquals(ddsMessage.toString(), expectedDdsMessage); + + } catch (DecodeException e) { + e.printStackTrace(); + } + } + +} diff --git a/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/StatusMessageHandlerTest.java b/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/StatusMessageHandlerTest.java index c01ec286e..9462cde8f 100644 --- a/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/StatusMessageHandlerTest.java +++ b/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/dds/StatusMessageHandlerTest.java @@ -1,130 +1,130 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.dds; - -import static org.junit.Assert.*; - -import javax.websocket.CloseReason; -import javax.websocket.Session; - -import org.junit.Test; - -import ch.qos.logback.classic.Logger; -import mockit.Expectations; -import mockit.Mocked; -import mockit.Verifications; -import us.dot.its.jpo.ode.model.OdeControlData; -import us.dot.its.jpo.ode.model.OdeStatus; -import us.dot.its.jpo.ode.model.StatusTag; -import us.dot.its.jpo.ode.wrapper.WebSocketClient; - -public class StatusMessageHandlerTest { - - @Mocked - WebSocketClient mockWebSocketClient; - - @Test - public void testOnMessage(@Mocked DdsStatusMessage statusMsg, @Mocked OdeControlData controlData, - @Mocked final Logger logger) { - StatusMessageHandler statusMessageHandler = new StatusMessageHandler(mockWebSocketClient); - statusMessageHandler.onMessage(statusMsg); - - new Verifications() { - { - new OdeControlData(statusMsg); - logger.info(controlData.toJson(false)); - } - }; - } - - @Test - public void testOnMessageException(@Mocked DdsStatusMessage statusMsg, @Mocked OdeControlData controlData, - @Mocked final Logger logger) { - Exception e = new Exception(); - new Expectations() { - { - new OdeControlData(statusMsg); - result = e; - } - }; - - StatusMessageHandler statusMessageHandler = new StatusMessageHandler(mockWebSocketClient); - statusMessageHandler.onMessage(statusMsg); - - new Verifications() { - { - logger.error("Error handling ControlMessage. ", e); - } - }; - } - - @Test - public void testOnClose(@Mocked DdsStatusMessage statusMsg, @Mocked OdeControlData controlData, - @Mocked final Logger logger, @Mocked Session session, @Mocked CloseReason reason) { - - StatusMessageHandler statusMessageHandler = new StatusMessageHandler(mockWebSocketClient); - statusMessageHandler.onClose(session, reason); - - new Verifications() { - { - new OdeControlData(StatusTag.CLOSED); - controlData.setMessage(anyString); - logger.info(controlData.toJson(false)); - } - }; - } - - @Test - public void testOnOpen(@Mocked DdsStatusMessage statusMsg, @Mocked OdeControlData controlData, - @Mocked final Logger logger, @Mocked Session session, @Mocked CloseReason reason) { - - StatusMessageHandler statusMessageHandler = new StatusMessageHandler(mockWebSocketClient); - statusMessageHandler.onOpen(session, null); - - new Verifications() { - { - new OdeControlData(StatusTag.OPENED); - controlData.setMessage("WebSocket Connection to DDS Opened."); - logger.info(controlData.toJson(false)); - } - }; - } - - @Test - public void testOnError(@Mocked DdsStatusMessage statusMsg, @Mocked OdeControlData controlData, - @Mocked final Logger logger, @Mocked Session session, @Mocked CloseReason reason) { - - StatusMessageHandler statusMessageHandler = new StatusMessageHandler(mockWebSocketClient); - statusMessageHandler.onError(session, new Throwable()); - - new Verifications() { - { - new OdeControlData(StatusTag.ERROR); - controlData.setMessage(anyString); - logger.info(controlData.toJson(false)); - } - }; - } - - @Test - public void buildOdeMessage(@Mocked DdsStatusMessage message) { - StatusMessageHandler statusMessageHandler = new StatusMessageHandler(mockWebSocketClient); - OdeStatus status = (OdeStatus) statusMessageHandler.buildOdeMessage(message); - - assertEquals(status.getMessage(), message.toString()); - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.dds; + +import static org.junit.Assert.*; + +import javax.websocket.CloseReason; +import javax.websocket.Session; + +import org.junit.Test; + +import ch.qos.logback.classic.Logger; +import mockit.Expectations; +import mockit.Mocked; +import mockit.Verifications; +import us.dot.its.jpo.ode.model.OdeControlData; +import us.dot.its.jpo.ode.model.OdeStatus; +import us.dot.its.jpo.ode.model.StatusTag; +import us.dot.its.jpo.ode.wrapper.WebSocketClient; + +public class StatusMessageHandlerTest { + + @Mocked + WebSocketClient mockWebSocketClient; + + @Test + public void testOnMessage(@Mocked DdsStatusMessage statusMsg, @Mocked OdeControlData controlData, + @Mocked final Logger logger) { + StatusMessageHandler statusMessageHandler = new StatusMessageHandler(mockWebSocketClient); + statusMessageHandler.onMessage(statusMsg); + + new Verifications() { + { + new OdeControlData(statusMsg); + logger.info(controlData.toJson(false)); + } + }; + } + + @Test + public void testOnMessageException(@Mocked DdsStatusMessage statusMsg, @Mocked OdeControlData controlData, + @Mocked final Logger logger) { + Exception e = new Exception(); + new Expectations() { + { + new OdeControlData(statusMsg); + result = e; + } + }; + + StatusMessageHandler statusMessageHandler = new StatusMessageHandler(mockWebSocketClient); + statusMessageHandler.onMessage(statusMsg); + + new Verifications() { + { + logger.error("Error handling ControlMessage. ", e); + } + }; + } + + @Test + public void testOnClose(@Mocked DdsStatusMessage statusMsg, @Mocked OdeControlData controlData, + @Mocked final Logger logger, @Mocked Session session, @Mocked CloseReason reason) { + + StatusMessageHandler statusMessageHandler = new StatusMessageHandler(mockWebSocketClient); + statusMessageHandler.onClose(session, reason); + + new Verifications() { + { + new OdeControlData(StatusTag.CLOSED); + controlData.setMessage(anyString); + logger.info(controlData.toJson(false)); + } + }; + } + + @Test + public void testOnOpen(@Mocked DdsStatusMessage statusMsg, @Mocked OdeControlData controlData, + @Mocked final Logger logger, @Mocked Session session, @Mocked CloseReason reason) { + + StatusMessageHandler statusMessageHandler = new StatusMessageHandler(mockWebSocketClient); + statusMessageHandler.onOpen(session, null); + + new Verifications() { + { + new OdeControlData(StatusTag.OPENED); + controlData.setMessage("WebSocket Connection to DDS Opened."); + logger.info(controlData.toJson(false)); + } + }; + } + + @Test + public void testOnError(@Mocked DdsStatusMessage statusMsg, @Mocked OdeControlData controlData, + @Mocked final Logger logger, @Mocked Session session, @Mocked CloseReason reason) { + + StatusMessageHandler statusMessageHandler = new StatusMessageHandler(mockWebSocketClient); + statusMessageHandler.onError(session, new Throwable()); + + new Verifications() { + { + new OdeControlData(StatusTag.ERROR); + controlData.setMessage(anyString); + logger.info(controlData.toJson(false)); + } + }; + } + + @Test + public void buildOdeMessage(@Mocked DdsStatusMessage message) { + StatusMessageHandler statusMessageHandler = new StatusMessageHandler(mockWebSocketClient); + OdeStatus status = (OdeStatus) statusMessageHandler.buildOdeMessage(message); + + assertEquals(status.getMessage(), message.toString()); + } + +} diff --git a/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/model/SerialIdTest.java b/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/model/SerialIdTest.java index 4193d72b9..30b6a3f03 100644 --- a/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/model/SerialIdTest.java +++ b/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/model/SerialIdTest.java @@ -1,236 +1,236 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.model; - -import static org.junit.Assert.assertEquals; -import static org.junit.Assert.assertFalse; -import static org.junit.Assert.assertNotEquals; -import static org.junit.Assert.assertNotNull; -import static org.junit.Assert.assertTrue; -import static org.junit.Assert.fail; - -import org.junit.Test; - -import com.fasterxml.jackson.databind.node.ObjectNode; - -import us.dot.its.jpo.ode.util.JsonUtils; - -public class SerialIdTest { - - @Test - public void testNoArgConstructor() { - SerialId testSerialId = new SerialId(); - - assertNotNull(testSerialId.getStreamId()); - } - - @Test - public void testFourArgConstructorNullStreamId() { - // streamId = null - // bundleSize = 3 - // bundleId = 6L - // recordId = 12 - SerialId testSerialId = new SerialId(null, 3, 6L, 12); - - assertNotNull(testSerialId.getStreamId()); - assertTrue(testSerialId.getStreamId().endsWith("_null")); - assertEquals(3, testSerialId.getBundleSize()); // bundle size = bundle size - assertEquals(10L, testSerialId.getBundleId()); // bundle id = bundle id + (record id / bundle size) = 6L + ( 12 / - // 3) = 10L - assertEquals(0, testSerialId.getRecordId()); // record id = record id % bundle size = 12 % 3 = 0 - assertEquals(30L, testSerialId.getSerialNumber()); // serial number = (bundle id * bundle size) + record id = (6L - // * 3) + 12 = 30L - } - - @Test - public void testFourArgConstructorWithStreamId() { - SerialId testSerialId = new SerialId("bob", 3, 6L, 12); - - assertEquals("bob", testSerialId.getStreamId()); - assertEquals(3, testSerialId.getBundleSize()); - assertEquals(10L, testSerialId.getBundleId()); - assertEquals(0, testSerialId.getRecordId()); - assertEquals(30L, testSerialId.getSerialNumber()); - - assertEquals("bob_3.10.0#30", testSerialId.toString()); - } - - @Test - public void testSingleArgConstructor() throws Exception { - SerialId testSerialId = new SerialId("bob_3.10.0#30"); - - assertEquals("bob", testSerialId.getStreamId()); - assertEquals(3, testSerialId.getBundleSize()); - assertEquals(10L, testSerialId.getBundleId()); - assertEquals(0, testSerialId.getRecordId()); - assertEquals(30L, testSerialId.getSerialNumber()); - } - - @Test - public void testSingleArgConstructorInvalidSerialId() { - try { - new SerialId("bob_3.10.0"); - fail("Expected Exception for invalid length"); - } catch (Exception e) { - assertEquals("Invalid serialId! Expected length 5 but was 4", e.getMessage()); - } - } - - @Test - public void testFiveArgConstructor() { - SerialId testSerialId = new SerialId("allison", 6, 12L, 24, 15); - - assertEquals("allison", testSerialId.getStreamId()); - assertEquals(6, testSerialId.getBundleSize()); - assertEquals(12L, testSerialId.getBundleId()); - assertEquals(24, testSerialId.getRecordId()); - assertEquals(15L, testSerialId.getSerialNumber()); - - assertEquals("allison_6.12.24#15", testSerialId.toString()); - } - - @Test - public void testJsonNodeConstructor() { - ObjectNode testNode = JsonUtils.newNode(); - JsonUtils.addNode(testNode, "streamId", "bob"); - JsonUtils.addNode(testNode, "bundleSize", 3); - JsonUtils.addNode(testNode, "bundleId", 10); - JsonUtils.addNode(testNode, "recordId", 0); - JsonUtils.addNode(testNode, "serialNumber", 30); - - SerialId testSerialId = new SerialId(testNode); - - assertEquals("bob", testSerialId.getStreamId()); - assertEquals(3, testSerialId.getBundleSize()); - assertEquals(10L, testSerialId.getBundleId()); - assertEquals(0, testSerialId.getRecordId()); - assertEquals(30L, testSerialId.getSerialNumber()); - - assertEquals("bob_3.10.0#30", testSerialId.toString()); - } - - @Test - public void testNextRecordId() { - SerialId testSerialId = new SerialId("bob", 3, 6L, 12); - - assertEquals(1, testSerialId.nextRecordId()); // nextRecordId = (recordId + 1) % bundleSize = (0 + 1) % 3 = 1 - } - - @Test - public void testNextSerialNumber() { - SerialId testSerialId = new SerialId("bob", 3, 6L, 12); - - assertEquals(31L, testSerialId.nextSerialNumber()); // nextSerialNumber = nextSerialNumber + 1 - } - - @Test - public void testNextSerialId() { - SerialId testSerialId = new SerialId("bob", 3, 6L, 12); - - // nextSerialId: - // bundleId = bundleId + ((recordId + 1) / bundleSize) = 10 + ((0 + 1) / 3) = 10 - // recordId = (recordId + 1) % bundleSize = (0 + 1) % 3 = 1 - - SerialId nextSerialId = testSerialId.nextSerialId(); - - assertEquals(10L, nextSerialId.getBundleId()); - assertEquals(1, nextSerialId.getRecordId()); - } - - @Test - public void testIsRightAfter() { - SerialId testSerialId0 = new SerialId("bob", 3, 6L, 12); - SerialId testSerialId1 = new SerialId("bob", 3, 6L, 13); - - assertTrue(testSerialId1.isRightAfter(testSerialId0)); - assertFalse(testSerialId0.isRightAfter(testSerialId1)); - } - - @Test - public void testIsRightBefore() { - SerialId testSerialId0 = new SerialId("bob", 3, 6L, 12); - SerialId testSerialId1 = new SerialId("bob", 3, 6L, 13); - - assertTrue(testSerialId0.isRightBefore(testSerialId1)); - assertFalse(testSerialId1.isRightBefore(testSerialId0)); - } - - @Test - public void testAddBundleId() { - SerialId testSerialId = new SerialId("bob", 3, 6L, 12); - testSerialId.addBundleId(5L); - - assertEquals(15L, testSerialId.getBundleId()); - } - - @Test - public void testAddRecordId() { - SerialId testSerialId = new SerialId("bob", 3, 6L, 12); - testSerialId.addRecordId(7); - - assertEquals(7, testSerialId.getRecordId()); - } - - @Test - public void testHashCode() { - SerialId testSerialId0 = new SerialId("bob", 3, 6L, 12); - SerialId testSerialId1 = new SerialId("bob", 3, 6L, 12); - SerialId testSerialId2 = new SerialId("bob", 3, 6L, 16); - - assertEquals(testSerialId0.hashCode(), testSerialId1.hashCode()); - assertNotEquals(testSerialId0.hashCode(), testSerialId2.hashCode()); - - testSerialId2.setStreamId(null); - assertNotEquals(testSerialId1.hashCode(), testSerialId2.hashCode()); - } - - @Test - public void testEquals() { - SerialId testSerialId0 = new SerialId("bob", 3, 6L, 12); - SerialId testSerialId1 = new SerialId("bob", 3, 6L, 12); - - assertTrue(testSerialId0.equals(testSerialId0)); - assertFalse(testSerialId0.equals(null)); - - assertTrue(testSerialId0.equals(testSerialId1)); - testSerialId1.setBundleId(7L); - assertFalse(testSerialId0.equals(testSerialId1)); - testSerialId1.setBundleId(10L); - - assertTrue(testSerialId0.equals(testSerialId1)); - testSerialId1.setBundleSize(7); - assertFalse(testSerialId0.equals(testSerialId1)); - testSerialId1.setBundleSize(3); - - assertTrue(testSerialId0.equals(testSerialId1)); - testSerialId1.setRecordId(1); - assertFalse(testSerialId0.equals(testSerialId1)); - testSerialId1.setRecordId(0); - - assertTrue(testSerialId0.equals(testSerialId1)); - testSerialId1.setStreamId(null); - assertFalse(testSerialId0.equals(testSerialId1)); - testSerialId0.setStreamId(null); - assertTrue(testSerialId0.equals(testSerialId1)); - - testSerialId0.setStreamId("bob"); - assertFalse(testSerialId1.equals(testSerialId0)); - - testSerialId1.setStreamId("allison"); - assertFalse(testSerialId0.equals(testSerialId1)); - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.model; + +import static org.junit.Assert.assertEquals; +import static org.junit.Assert.assertFalse; +import static org.junit.Assert.assertNotEquals; +import static org.junit.Assert.assertNotNull; +import static org.junit.Assert.assertTrue; +import static org.junit.Assert.fail; + +import org.junit.Test; + +import com.fasterxml.jackson.databind.node.ObjectNode; + +import us.dot.its.jpo.ode.util.JsonUtils; + +public class SerialIdTest { + + @Test + public void testNoArgConstructor() { + SerialId testSerialId = new SerialId(); + + assertNotNull(testSerialId.getStreamId()); + } + + @Test + public void testFourArgConstructorNullStreamId() { + // streamId = null + // bundleSize = 3 + // bundleId = 6L + // recordId = 12 + SerialId testSerialId = new SerialId(null, 3, 6L, 12); + + assertNotNull(testSerialId.getStreamId()); + assertTrue(testSerialId.getStreamId().endsWith("_null")); + assertEquals(3, testSerialId.getBundleSize()); // bundle size = bundle size + assertEquals(10L, testSerialId.getBundleId()); // bundle id = bundle id + (record id / bundle size) = 6L + ( 12 / + // 3) = 10L + assertEquals(0, testSerialId.getRecordId()); // record id = record id % bundle size = 12 % 3 = 0 + assertEquals(30L, testSerialId.getSerialNumber()); // serial number = (bundle id * bundle size) + record id = (6L + // * 3) + 12 = 30L + } + + @Test + public void testFourArgConstructorWithStreamId() { + SerialId testSerialId = new SerialId("bob", 3, 6L, 12); + + assertEquals("bob", testSerialId.getStreamId()); + assertEquals(3, testSerialId.getBundleSize()); + assertEquals(10L, testSerialId.getBundleId()); + assertEquals(0, testSerialId.getRecordId()); + assertEquals(30L, testSerialId.getSerialNumber()); + + assertEquals("bob_3.10.0#30", testSerialId.toString()); + } + + @Test + public void testSingleArgConstructor() throws Exception { + SerialId testSerialId = new SerialId("bob_3.10.0#30"); + + assertEquals("bob", testSerialId.getStreamId()); + assertEquals(3, testSerialId.getBundleSize()); + assertEquals(10L, testSerialId.getBundleId()); + assertEquals(0, testSerialId.getRecordId()); + assertEquals(30L, testSerialId.getSerialNumber()); + } + + @Test + public void testSingleArgConstructorInvalidSerialId() { + try { + new SerialId("bob_3.10.0"); + fail("Expected Exception for invalid length"); + } catch (Exception e) { + assertEquals("Invalid serialId! Expected length 5 but was 4", e.getMessage()); + } + } + + @Test + public void testFiveArgConstructor() { + SerialId testSerialId = new SerialId("allison", 6, 12L, 24, 15); + + assertEquals("allison", testSerialId.getStreamId()); + assertEquals(6, testSerialId.getBundleSize()); + assertEquals(12L, testSerialId.getBundleId()); + assertEquals(24, testSerialId.getRecordId()); + assertEquals(15L, testSerialId.getSerialNumber()); + + assertEquals("allison_6.12.24#15", testSerialId.toString()); + } + + @Test + public void testJsonNodeConstructor() { + ObjectNode testNode = JsonUtils.newNode(); + JsonUtils.addNode(testNode, "streamId", "bob"); + JsonUtils.addNode(testNode, "bundleSize", 3); + JsonUtils.addNode(testNode, "bundleId", 10); + JsonUtils.addNode(testNode, "recordId", 0); + JsonUtils.addNode(testNode, "serialNumber", 30); + + SerialId testSerialId = new SerialId(testNode); + + assertEquals("bob", testSerialId.getStreamId()); + assertEquals(3, testSerialId.getBundleSize()); + assertEquals(10L, testSerialId.getBundleId()); + assertEquals(0, testSerialId.getRecordId()); + assertEquals(30L, testSerialId.getSerialNumber()); + + assertEquals("bob_3.10.0#30", testSerialId.toString()); + } + + @Test + public void testNextRecordId() { + SerialId testSerialId = new SerialId("bob", 3, 6L, 12); + + assertEquals(1, testSerialId.nextRecordId()); // nextRecordId = (recordId + 1) % bundleSize = (0 + 1) % 3 = 1 + } + + @Test + public void testNextSerialNumber() { + SerialId testSerialId = new SerialId("bob", 3, 6L, 12); + + assertEquals(31L, testSerialId.nextSerialNumber()); // nextSerialNumber = nextSerialNumber + 1 + } + + @Test + public void testNextSerialId() { + SerialId testSerialId = new SerialId("bob", 3, 6L, 12); + + // nextSerialId: + // bundleId = bundleId + ((recordId + 1) / bundleSize) = 10 + ((0 + 1) / 3) = 10 + // recordId = (recordId + 1) % bundleSize = (0 + 1) % 3 = 1 + + SerialId nextSerialId = testSerialId.nextSerialId(); + + assertEquals(10L, nextSerialId.getBundleId()); + assertEquals(1, nextSerialId.getRecordId()); + } + + @Test + public void testIsRightAfter() { + SerialId testSerialId0 = new SerialId("bob", 3, 6L, 12); + SerialId testSerialId1 = new SerialId("bob", 3, 6L, 13); + + assertTrue(testSerialId1.isRightAfter(testSerialId0)); + assertFalse(testSerialId0.isRightAfter(testSerialId1)); + } + + @Test + public void testIsRightBefore() { + SerialId testSerialId0 = new SerialId("bob", 3, 6L, 12); + SerialId testSerialId1 = new SerialId("bob", 3, 6L, 13); + + assertTrue(testSerialId0.isRightBefore(testSerialId1)); + assertFalse(testSerialId1.isRightBefore(testSerialId0)); + } + + @Test + public void testAddBundleId() { + SerialId testSerialId = new SerialId("bob", 3, 6L, 12); + testSerialId.addBundleId(5L); + + assertEquals(15L, testSerialId.getBundleId()); + } + + @Test + public void testAddRecordId() { + SerialId testSerialId = new SerialId("bob", 3, 6L, 12); + testSerialId.addRecordId(7); + + assertEquals(7, testSerialId.getRecordId()); + } + + @Test + public void testHashCode() { + SerialId testSerialId0 = new SerialId("bob", 3, 6L, 12); + SerialId testSerialId1 = new SerialId("bob", 3, 6L, 12); + SerialId testSerialId2 = new SerialId("bob", 3, 6L, 16); + + assertEquals(testSerialId0.hashCode(), testSerialId1.hashCode()); + assertNotEquals(testSerialId0.hashCode(), testSerialId2.hashCode()); + + testSerialId2.setStreamId(null); + assertNotEquals(testSerialId1.hashCode(), testSerialId2.hashCode()); + } + + @Test + public void testEquals() { + SerialId testSerialId0 = new SerialId("bob", 3, 6L, 12); + SerialId testSerialId1 = new SerialId("bob", 3, 6L, 12); + + assertTrue(testSerialId0.equals(testSerialId0)); + assertFalse(testSerialId0.equals(null)); + + assertTrue(testSerialId0.equals(testSerialId1)); + testSerialId1.setBundleId(7L); + assertFalse(testSerialId0.equals(testSerialId1)); + testSerialId1.setBundleId(10L); + + assertTrue(testSerialId0.equals(testSerialId1)); + testSerialId1.setBundleSize(7); + assertFalse(testSerialId0.equals(testSerialId1)); + testSerialId1.setBundleSize(3); + + assertTrue(testSerialId0.equals(testSerialId1)); + testSerialId1.setRecordId(1); + assertFalse(testSerialId0.equals(testSerialId1)); + testSerialId1.setRecordId(0); + + assertTrue(testSerialId0.equals(testSerialId1)); + testSerialId1.setStreamId(null); + assertFalse(testSerialId0.equals(testSerialId1)); + testSerialId0.setStreamId(null); + assertTrue(testSerialId0.equals(testSerialId1)); + + testSerialId0.setStreamId("bob"); + assertFalse(testSerialId1.equals(testSerialId0)); + + testSerialId1.setStreamId("allison"); + assertFalse(testSerialId0.equals(testSerialId1)); + } + +} diff --git a/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/snmp/SNMPTest.java b/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/snmp/SNMPTest.java index e329df51a..c62e0eb74 100644 --- a/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/snmp/SNMPTest.java +++ b/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/snmp/SNMPTest.java @@ -74,6 +74,6 @@ public void testGettersAndSetters() { @Test public void testSnmpTimestampFromIso() throws ParseException { String snmpTS = SNMP.snmpTimestampFromIso("2017-05-04T21:55:00-05:00"); - assertEquals("07E105041537", snmpTS); + assertEquals("050414111537", snmpTS); } } diff --git a/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/wrapper/SSLBuilderTest.java b/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/wrapper/SSLBuilderTest.java index 6544f2ad0..7a564eb73 100644 --- a/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/wrapper/SSLBuilderTest.java +++ b/jpo-ode-core/src/test/java/us/dot/its/jpo/ode/wrapper/SSLBuilderTest.java @@ -1,110 +1,110 @@ -/******************************************************************************* - * Copyright 2018 572682 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy - * of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ -package us.dot.its.jpo.ode.wrapper; - -import static org.junit.Assert.fail; - -import java.io.ByteArrayInputStream; -import java.io.InputStream; -import java.security.KeyStore; - -import org.apache.http.conn.ssl.TrustSelfSignedStrategy; -import org.apache.http.ssl.SSLContexts; -import org.junit.Test; -import org.junit.runner.RunWith; - -import mockit.Expectations; -import mockit.Mocked; -import mockit.integration.junit4.JMockit; - -@RunWith(JMockit.class) -public class SSLBuilderTest { - - @Mocked - KeyStore keystore; - - @Mocked - SSLContexts sslContexts; - - @Mocked - TrustSelfSignedStrategy trustSelfSignedStrategy; - - @Test - public void testBuildSSLContext() { - try { - final InputStream keystoreFile = - new ByteArrayInputStream("keystoreFile".getBytes()); - final String keystorePass = "keystorePass"; - - {// BEGIN test custom SSLConext - new Expectations() {{ - KeyStore.getInstance(KeyStore.getDefaultType()); - keystore.load(keystoreFile, keystorePass.toCharArray()); - SSLContexts.custom() - .loadTrustMaterial(keystore, withAny(trustSelfSignedStrategy)) - .build(); - }}; - - - SSLBuilder.buildSSLContext(keystoreFile, keystorePass); - -// new Verifications() {{ -// KeyStore.getInstance(KeyStore.getDefaultType()); times = 1; -// keystore.load(keystoreFile, keystorePass.toCharArray()); times = 1; -// SSLContexts.custom() -// .loadTrustMaterial(keystore, withAny(trustSelfSignedStrategy)) -// .build(); times = 1; -// }}; - } // END test normal path - - {// BEGIN test default SSLContext - new Expectations() {{ - SSLContexts.createDefault(); - }}; - - SSLBuilder.buildSSLContext(null, keystorePass); - -// new Verifications() {{ -// SSLContexts.createDefault(); times = 1; -// }}; - }// END test default path - - {// BEGIN test null password - new Expectations() {{ - KeyStore.getInstance(KeyStore.getDefaultType()); - keystore.load(keystoreFile, "".toCharArray()); - SSLContexts.custom() - .loadTrustMaterial(keystore, withAny(trustSelfSignedStrategy)) - .build(); - }}; - - SSLBuilder.buildSSLContext(keystoreFile, null); - -// new Verifications() {{ -// KeyStore.getInstance(KeyStore.getDefaultType()); times = 1; -// keystore.load(keystoreFile, "".toCharArray()); times = 1; -// SSLContexts.custom() -// .loadTrustMaterial(keystore, withAny(trustSelfSignedStrategy)) -// .build(); times = 1; -// }}; - }// END test null password - - } catch (Exception e) { - fail(e.toString()); - } - } - -} +/******************************************************************************* + * Copyright 2018 572682 + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + ******************************************************************************/ +package us.dot.its.jpo.ode.wrapper; + +import static org.junit.Assert.fail; + +import java.io.ByteArrayInputStream; +import java.io.InputStream; +import java.security.KeyStore; + +import org.apache.http.conn.ssl.TrustSelfSignedStrategy; +import org.apache.http.ssl.SSLContexts; +import org.junit.Test; +import org.junit.runner.RunWith; + +import mockit.Expectations; +import mockit.Mocked; +import mockit.integration.junit4.JMockit; + +@RunWith(JMockit.class) +public class SSLBuilderTest { + + @Mocked + KeyStore keystore; + + @Mocked + SSLContexts sslContexts; + + @Mocked + TrustSelfSignedStrategy trustSelfSignedStrategy; + + @Test + public void testBuildSSLContext() { + try { + final InputStream keystoreFile = + new ByteArrayInputStream("keystoreFile".getBytes()); + final String keystorePass = "keystorePass"; + + {// BEGIN test custom SSLConext + new Expectations() {{ + KeyStore.getInstance(KeyStore.getDefaultType()); + keystore.load(keystoreFile, keystorePass.toCharArray()); + SSLContexts.custom() + .loadTrustMaterial(keystore, withAny(trustSelfSignedStrategy)) + .build(); + }}; + + + SSLBuilder.buildSSLContext(keystoreFile, keystorePass); + +// new Verifications() {{ +// KeyStore.getInstance(KeyStore.getDefaultType()); times = 1; +// keystore.load(keystoreFile, keystorePass.toCharArray()); times = 1; +// SSLContexts.custom() +// .loadTrustMaterial(keystore, withAny(trustSelfSignedStrategy)) +// .build(); times = 1; +// }}; + } // END test normal path + + {// BEGIN test default SSLContext + new Expectations() {{ + SSLContexts.createDefault(); + }}; + + SSLBuilder.buildSSLContext(null, keystorePass); + +// new Verifications() {{ +// SSLContexts.createDefault(); times = 1; +// }}; + }// END test default path + + {// BEGIN test null password + new Expectations() {{ + KeyStore.getInstance(KeyStore.getDefaultType()); + keystore.load(keystoreFile, "".toCharArray()); + SSLContexts.custom() + .loadTrustMaterial(keystore, withAny(trustSelfSignedStrategy)) + .build(); + }}; + + SSLBuilder.buildSSLContext(keystoreFile, null); + +// new Verifications() {{ +// KeyStore.getInstance(KeyStore.getDefaultType()); times = 1; +// keystore.load(keystoreFile, "".toCharArray()); times = 1; +// SSLContexts.custom() +// .loadTrustMaterial(keystore, withAny(trustSelfSignedStrategy)) +// .build(); times = 1; +// }}; + }// END test null password + + } catch (Exception e) { + fail(e.toString()); + } + } + +} diff --git a/jpo-ode-core/src/test/resources/CVMessages/.gitignore b/jpo-ode-core/src/test/resources/CVMessages/.gitignore index b835b6985..153e27add 100644 --- a/jpo-ode-core/src/test/resources/CVMessages/.gitignore +++ b/jpo-ode-core/src/test/resources/CVMessages/.gitignore @@ -1 +1 @@ -/VehicleSituationDataServiceResponse.uper +/VehicleSituationDataServiceResponse.uper diff --git a/jpo-ode-core/src/test/resources/logback-test.xml b/jpo-ode-core/src/test/resources/logback-test.xml index de5097a2d..a7a69c483 100644 --- a/jpo-ode-core/src/test/resources/logback-test.xml +++ b/jpo-ode-core/src/test/resources/logback-test.xml @@ -1,10 +1,10 @@ - - - - %msg%n - - - - - + + + + %msg%n + + + + + \ No newline at end of file diff --git a/jpo-ode-plugins/LICENSE-2.0.html b/jpo-ode-plugins/LICENSE-2.0.html index 16303d2c7..d1055c8ad 100644 --- a/jpo-ode-plugins/LICENSE-2.0.html +++ b/jpo-ode-plugins/LICENSE-2.0.html @@ -1,228 +1,228 @@ - - - - - - Apache License, Version 2.0 - - -
    - -

    Apache License
    - Version 2.0, January 2004
    - http://www.apache.org/licenses/

    -

    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND - DISTRIBUTION

    -

    1. - Definitions.

    -

    "License" shall mean the terms and conditions for use, - reproduction, and distribution as defined by Sections 1 through 9 - of this document.

    -

    "Licensor" shall mean the copyright owner or entity authorized - by the copyright owner that is granting the License.

    -

    "Legal Entity" shall mean the union of the acting entity and - all other entities that control, are controlled by, or are under - common control with that entity. For the purposes of this - definition, "control" means (i) the power, direct or indirect, to - cause the direction or management of such entity, whether by - contract or otherwise, or (ii) ownership of fifty percent (50%) - or more of the outstanding shares, or (iii) beneficial ownership - of such entity.

    -

    "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License.

    -

    "Source" form shall mean the preferred form for making - modifications, including but not limited to software source code, - documentation source, and configuration files.

    -

    "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but not - limited to compiled object code, generated documentation, and - conversions to other media types.

    -

    "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work (an - example is provided in the Appendix below).

    -

    "Derivative Works" shall mean any work, whether in Source or - Object form, that is based on (or derived from) the Work and for - which the editorial revisions, annotations, elaborations, or - other modifications represent, as a whole, an original work of - authorship. For the purposes of this License, Derivative Works - shall not include works that remain separable from, or merely - link (or bind by name) to the interfaces of, the Work and - Derivative Works thereof.

    -

    "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or - additions to that Work or Derivative Works thereof, that is - intentionally submitted to Licensor for inclusion in the Work by - the copyright owner or by an individual or Legal Entity - authorized to submit on behalf of the copyright owner. For the - purposes of this definition, "submitted" means any form of - electronic, verbal, or written communication sent to the Licensor - or its representatives, including but not limited to - communication on electronic mailing lists, source code control - systems, and issue tracking systems that are managed by, or on - behalf of, the Licensor for the purpose of discussing and - improving the Work, but excluding communication that is - conspicuously marked or otherwise designated in writing by the - copyright owner as "Not a Contribution."

    -

    "Contributor" shall mean Licensor and any individual or Legal - Entity on behalf of whom a Contribution has been received by - Licensor and subsequently incorporated within the Work.

    -

    2. Grant of - Copyright License. Subject to the terms and - conditions of this License, each Contributor hereby grants to You - a perpetual, worldwide, non-exclusive, no-charge, royalty-free, - irrevocable copyright license to reproduce, prepare Derivative - Works of, publicly display, publicly perform, sublicense, and - distribute the Work and such Derivative Works in Source or Object - form.

    -

    3. Grant of Patent - License. Subject to the terms and conditions of this - License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have - made, use, offer to sell, sell, import, and otherwise transfer - the Work, where such license applies only to those patent claims - licensable by such Contributor that are necessarily infringed by - their Contribution(s) alone or by combination of their - Contribution(s) with the Work to which such Contribution(s) was - submitted. If You institute patent litigation against any entity - (including a cross-claim or counterclaim in a lawsuit) alleging - that the Work or a Contribution incorporated within the Work - constitutes direct or contributory patent infringement, then any - patent licenses granted to You under this License for that Work - shall terminate as of the date such litigation is filed.

    -

    4. - Redistribution. You may reproduce and distribute - copies of the Work or Derivative Works thereof in any medium, - with or without modifications, and in Source or Object form, - provided that You meet the following conditions:

    -
      -
    1. You must give any other recipients of the Work or - Derivative Works a copy of this License; and
    2. -
    3. You must cause any modified files to carry prominent - notices stating that You changed the files; and
    4. -
    5. You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, excluding - those notices that do not pertain to any part of the Derivative - Works; and
    6. -
    7. If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute - must include a readable copy of the attribution notices - contained within such NOTICE file, excluding those notices that - do not pertain to any part of the Derivative Works, in at least - one of the following places: within a NOTICE text file - distributed as part of the Derivative Works; within the Source - form or documentation, if provided along with the Derivative - Works; or, within a display generated by the Derivative Works, - if and wherever such third-party notices normally appear. The - contents of the NOTICE file are for informational purposes only - and do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed as - modifying the License.
      -
      - You may add Your own copyright statement to Your modifications - and may provide additional or different license terms and - conditions for use, reproduction, or distribution of Your - modifications, or for any such Derivative Works as a whole, - provided Your use, reproduction, and distribution of the Work - otherwise complies with the conditions stated in this - License.
    8. -
    -

    5. - Submission of Contributions. Unless You explicitly - state otherwise, any Contribution intentionally submitted for - inclusion in the Work by You to the Licensor shall be under the - terms and conditions of this License, without any additional - terms or conditions. Notwithstanding the above, nothing herein - shall supersede or modify the terms of any separate license - agreement you may have executed with Licensor regarding such - Contributions.

    -

    6. - Trademarks. This License does not grant permission - to use the trade names, trademarks, service marks, or product - names of the Licensor, except as required for reasonable and - customary use in describing the origin of the Work and - reproducing the content of the NOTICE file.

    -

    7. Disclaimer - of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or - conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or - FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for - determining the appropriateness of using or redistributing the - Work and assume any risks associated with Your exercise of - permissions under this License.

    -

    8. Limitation - of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, - special, incidental, or consequential damages of any character - arising as a result of this License or out of the use or - inability to use the Work (including but not limited to damages - for loss of goodwill, work stoppage, computer failure or - malfunction, or any and all other commercial damages or losses), - even if such Contributor has been advised of the possibility of - such damages.

    -

    9. Accepting - Warranty or Additional Liability. While - redistributing the Work or Derivative Works thereof, You may - choose to offer, and charge a fee for, acceptance of support, - warranty, indemnity, or other liability obligations and/or rights - consistent with this License. However, in accepting such - obligations, You may act only on Your own behalf and on Your sole - responsibility, not on behalf of any other Contributor, and only - if You agree to indemnify, defend, and hold each Contributor - harmless for any liability incurred by, or claims asserted - against, such Contributor by reason of your accepting any such - warranty or additional liability.

    -

    END OF TERMS AND CONDITIONS

    -

    APPENDIX: How to apply the Apache License to your - work

    -

    To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a file - or class name and description of purpose be included on the same - "printed page" as the copyright notice for easier identification - within third-party archives.

    -
    -
    Copyright [yyyy] [name of copyright owner]
    -
    -Licensed under the Apache License, Version 2.0 (the "License");
    -you may not use this file except in compliance with the License.
    -You may obtain a copy of the License at
    -
    -    http://www.apache.org/licenses/LICENSE-2.0
    -
    -Unless required by applicable law or agreed to in writing, software
    -distributed under the License is distributed on an "AS IS" BASIS,
    -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    -See the License for the specific language governing permissions and
    -limitations under the License.
    -    
    -
    -
    - - - + + + + + + Apache License, Version 2.0 + + +
    + +

    Apache License
    + Version 2.0, January 2004
    + http://www.apache.org/licenses/

    +

    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND + DISTRIBUTION

    +

    1. + Definitions.

    +

    "License" shall mean the terms and conditions for use, + reproduction, and distribution as defined by Sections 1 through 9 + of this document.

    +

    "Licensor" shall mean the copyright owner or entity authorized + by the copyright owner that is granting the License.

    +

    "Legal Entity" shall mean the union of the acting entity and + all other entities that control, are controlled by, or are under + common control with that entity. For the purposes of this + definition, "control" means (i) the power, direct or indirect, to + cause the direction or management of such entity, whether by + contract or otherwise, or (ii) ownership of fifty percent (50%) + or more of the outstanding shares, or (iii) beneficial ownership + of such entity.

    +

    "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License.

    +

    "Source" form shall mean the preferred form for making + modifications, including but not limited to software source code, + documentation source, and configuration files.

    +

    "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but not + limited to compiled object code, generated documentation, and + conversions to other media types.

    +

    "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work (an + example is provided in the Appendix below).

    +

    "Derivative Works" shall mean any work, whether in Source or + Object form, that is based on (or derived from) the Work and for + which the editorial revisions, annotations, elaborations, or + other modifications represent, as a whole, an original work of + authorship. For the purposes of this License, Derivative Works + shall not include works that remain separable from, or merely + link (or bind by name) to the interfaces of, the Work and + Derivative Works thereof.

    +

    "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or + additions to that Work or Derivative Works thereof, that is + intentionally submitted to Licensor for inclusion in the Work by + the copyright owner or by an individual or Legal Entity + authorized to submit on behalf of the copyright owner. For the + purposes of this definition, "submitted" means any form of + electronic, verbal, or written communication sent to the Licensor + or its representatives, including but not limited to + communication on electronic mailing lists, source code control + systems, and issue tracking systems that are managed by, or on + behalf of, the Licensor for the purpose of discussing and + improving the Work, but excluding communication that is + conspicuously marked or otherwise designated in writing by the + copyright owner as "Not a Contribution."

    +

    "Contributor" shall mean Licensor and any individual or Legal + Entity on behalf of whom a Contribution has been received by + Licensor and subsequently incorporated within the Work.

    +

    2. Grant of + Copyright License. Subject to the terms and + conditions of this License, each Contributor hereby grants to You + a perpetual, worldwide, non-exclusive, no-charge, royalty-free, + irrevocable copyright license to reproduce, prepare Derivative + Works of, publicly display, publicly perform, sublicense, and + distribute the Work and such Derivative Works in Source or Object + form.

    +

    3. Grant of Patent + License. Subject to the terms and conditions of this + License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have + made, use, offer to sell, sell, import, and otherwise transfer + the Work, where such license applies only to those patent claims + licensable by such Contributor that are necessarily infringed by + their Contribution(s) alone or by combination of their + Contribution(s) with the Work to which such Contribution(s) was + submitted. If You institute patent litigation against any entity + (including a cross-claim or counterclaim in a lawsuit) alleging + that the Work or a Contribution incorporated within the Work + constitutes direct or contributory patent infringement, then any + patent licenses granted to You under this License for that Work + shall terminate as of the date such litigation is filed.

    +

    4. + Redistribution. You may reproduce and distribute + copies of the Work or Derivative Works thereof in any medium, + with or without modifications, and in Source or Object form, + provided that You meet the following conditions:

    +
      +
    1. You must give any other recipients of the Work or + Derivative Works a copy of this License; and
    2. +
    3. You must cause any modified files to carry prominent + notices stating that You changed the files; and
    4. +
    5. You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, excluding + those notices that do not pertain to any part of the Derivative + Works; and
    6. +
    7. If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute + must include a readable copy of the attribution notices + contained within such NOTICE file, excluding those notices that + do not pertain to any part of the Derivative Works, in at least + one of the following places: within a NOTICE text file + distributed as part of the Derivative Works; within the Source + form or documentation, if provided along with the Derivative + Works; or, within a display generated by the Derivative Works, + if and wherever such third-party notices normally appear. The + contents of the NOTICE file are for informational purposes only + and do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed as + modifying the License.
      +
      + You may add Your own copyright statement to Your modifications + and may provide additional or different license terms and + conditions for use, reproduction, or distribution of Your + modifications, or for any such Derivative Works as a whole, + provided Your use, reproduction, and distribution of the Work + otherwise complies with the conditions stated in this + License.
    8. +
    +

    5. + Submission of Contributions. Unless You explicitly + state otherwise, any Contribution intentionally submitted for + inclusion in the Work by You to the Licensor shall be under the + terms and conditions of this License, without any additional + terms or conditions. Notwithstanding the above, nothing herein + shall supersede or modify the terms of any separate license + agreement you may have executed with Licensor regarding such + Contributions.

    +

    6. + Trademarks. This License does not grant permission + to use the trade names, trademarks, service marks, or product + names of the Licensor, except as required for reasonable and + customary use in describing the origin of the Work and + reproducing the content of the NOTICE file.

    +

    7. Disclaimer + of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or + conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or + FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for + determining the appropriateness of using or redistributing the + Work and assume any risks associated with Your exercise of + permissions under this License.

    +

    8. Limitation + of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, + special, incidental, or consequential damages of any character + arising as a result of this License or out of the use or + inability to use the Work (including but not limited to damages + for loss of goodwill, work stoppage, computer failure or + malfunction, or any and all other commercial damages or losses), + even if such Contributor has been advised of the possibility of + such damages.

    +

    9. Accepting + Warranty or Additional Liability. While + redistributing the Work or Derivative Works thereof, You may + choose to offer, and charge a fee for, acceptance of support, + warranty, indemnity, or other liability obligations and/or rights + consistent with this License. However, in accepting such + obligations, You may act only on Your own behalf and on Your sole + responsibility, not on behalf of any other Contributor, and only + if You agree to indemnify, defend, and hold each Contributor + harmless for any liability incurred by, or claims asserted + against, such Contributor by reason of your accepting any such + warranty or additional liability.

    +

    END OF TERMS AND CONDITIONS

    +

    APPENDIX: How to apply the Apache License to your + work

    +

    To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a file + or class name and description of purpose be included on the same + "printed page" as the copyright notice for easier identification + within third-party archives.

    +
    +
    Copyright [yyyy] [name of copyright owner]
    +
    +Licensed under the Apache License, Version 2.0 (the "License");
    +you may not use this file except in compliance with the License.
    +You may obtain a copy of the License at
    +
    +    http://www.apache.org/licenses/LICENSE-2.0
    +
    +Unless required by applicable law or agreed to in writing, software
    +distributed under the License is distributed on an "AS IS" BASIS,
    +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    +See the License for the specific language governing permissions and
    +limitations under the License.
    +    
    +
    +
    + + + diff --git a/jpo-ode-plugins/pom.xml b/jpo-ode-plugins/pom.xml index f0cbfa9ff..b9997938d 100644 --- a/jpo-ode-plugins/pom.xml +++ b/jpo-ode-plugins/pom.xml @@ -11,7 +11,7 @@ usdot.jpo.ode jpo-ode - 0.0.9-SNAPSHOT + 1.0.8-SNAPSHOT @@ -27,7 +27,7 @@ usdot.jpo.ode jpo-ode-common - 0.0.9-SNAPSHOT + 1.0.8-SNAPSHOT 1.4.1.11.3 = 4 - // rsuSRMTxChannel.3 = 3 - // --> 1.4.1.5.3 = 178 - // rsuSRMTxMode.3 = 1 - // --> 1.4.1.4.3 = 1 - // rsuSRMPsid.3 x "8300" - // --> 1.4.1.2.3 x "8300" - // rsuSRMDsrcMsgId.3 = 31 - // --> 1.4.1.3.3 = 31 - // rsuSRMTxInterval.3 = 1 - // --> 1.4.1.6.3 = 1 - // rsuSRMDeliveryStart.3 x "010114111530" - // --> 1.4.1.7.3 = "010114111530" - // rsuSRMDeliveryStop.3 x "010114130000" - // --> 1.4.1.8.3 = "010114130000" - // rsuSRMPayload.3 x "0EFF82445566778899000000AABBCCDDEEFF00E00EA0C12A00" - // --> 1.4.1.9.3 = "0EFF82445566778899000000AABBCCDDEEFF00E00EA0C12A00" - // rsuSRMEnable.3 = 1 - // --> 1.4.1.10.3 = 1 - ////////////////////////////// - - VariableBinding rsuSRMPsid = new VariableBinding(new OID("1.0.15628.4.1.4.1.2.".concat(Integer.toString(index))), new OctetString(DatatypeConverter.parseHexBinary(snmp.getRsuid()))); - VariableBinding rsuSRMDsrcMsgId = new VariableBinding(new OID("1.0.15628.4.1.4.1.3.".concat(Integer.toString(index))), new Integer32(snmp.getMsgid())); - VariableBinding rsuSRMTxMode = new VariableBinding(new OID("1.0.15628.4.1.4.1.4.".concat(Integer.toString(index))), new Integer32(snmp.getMode())); - VariableBinding rsuSRMTxChannel = new VariableBinding(new OID("1.0.15628.4.1.4.1.5.".concat(Integer.toString(index))), new Integer32(snmp.getChannel())); - VariableBinding rsuSRMTxInterval = new VariableBinding(new OID("1.0.15628.4.1.4.1.6.".concat(Integer.toString(index))), new Integer32(snmp.getInterval())); - VariableBinding rsuSRMDeliveryStart = new VariableBinding(new OID("1.0.15628.4.1.4.1.7.".concat(Integer.toString(index))), new OctetString(DatatypeConverter.parseHexBinary(SNMP.snmpTimestampFromIso(snmp.getDeliverystart())))); - VariableBinding rsuSRMDeliveryStop = new VariableBinding(new OID("1.0.15628.4.1.4.1.8.".concat(Integer.toString(index))), new OctetString(DatatypeConverter.parseHexBinary(SNMP.snmpTimestampFromIso(snmp.getDeliverystop())))); - VariableBinding rsuSRMPayload = new VariableBinding(new OID("1.0.15628.4.1.4.1.9.".concat(Integer.toString(index))), new OctetString(DatatypeConverter.parseHexBinary(payload))); - VariableBinding rsuSRMEnable = new VariableBinding(new OID("1.0.15628.4.1.4.1.10.".concat(Integer.toString(index))), new Integer32(snmp.getEnable())); - VariableBinding rsuSRMStatus = new VariableBinding(new OID("1.0.15628.4.1.4.1.11.".concat(Integer.toString(index))), new Integer32(snmp.getStatus())); - - ScopedPDU pdu = new ScopedPDU(); - pdu.add(rsuSRMPsid); - pdu.add(rsuSRMDsrcMsgId); - pdu.add(rsuSRMTxMode); - pdu.add(rsuSRMTxChannel); - pdu.add(rsuSRMTxInterval); - pdu.add(rsuSRMDeliveryStart); - pdu.add(rsuSRMDeliveryStop); - pdu.add(rsuSRMPayload); - pdu.add(rsuSRMEnable); - if (verb == ServiceRequest.OdeInternal.RequestVerb.POST) { - pdu.add(rsuSRMStatus); - } - pdu.setType(PDU.SET); - - return pdu; - } -} + public static ScopedPDU createPDU(SNMP snmp, String payload, int index, RequestVerb verb) throws ParseException { + + ////////////////////////////// + // - OID examples - // + ////////////////////////////// + // rsuSRMStatus.3 = 4 + // --> 1.4.1.11.3 = 4 + // rsuSRMTxChannel.3 = 3 + // --> 1.4.1.5.3 = 178 + // rsuSRMTxMode.3 = 1 + // --> 1.4.1.4.3 = 1 + // rsuSRMPsid.3 x "8300" + // --> 1.4.1.2.3 x "8300" + // rsuSRMDsrcMsgId.3 = 31 + // --> 1.4.1.3.3 = 31 + // rsuSRMTxInterval.3 = 1 + // --> 1.4.1.6.3 = 1 + // rsuSRMDeliveryStart.3 x "010114111530" + // --> 1.4.1.7.3 = "010114111530" + // rsuSRMDeliveryStop.3 x "010114130000" + // --> 1.4.1.8.3 = "010114130000" + // rsuSRMPayload.3 x "0EFF82445566778899000000AABBCCDDEEFF00E00EA0C12A00" + // --> 1.4.1.9.3 = "0EFF82445566778899000000AABBCCDDEEFF00E00EA0C12A00" + // rsuSRMEnable.3 = 1 + // --> 1.4.1.10.3 = 1 + ////////////////////////////// + + VariableBinding rsuSRMPsid = SnmpSession.getPEncodedVariableBinding("1.0.15628.4.1.4.1.2.".concat(Integer.toString(index)), + snmp.getRsuid()); + VariableBinding rsuSRMDsrcMsgId = new VariableBinding( + new OID("1.0.15628.4.1.4.1.3.".concat(Integer.toString(index))), new Integer32(snmp.getMsgid())); + VariableBinding rsuSRMTxMode = new VariableBinding( + new OID("1.0.15628.4.1.4.1.4.".concat(Integer.toString(index))), new Integer32(snmp.getMode())); + VariableBinding rsuSRMTxChannel = new VariableBinding( + new OID("1.0.15628.4.1.4.1.5.".concat(Integer.toString(index))), new Integer32(snmp.getChannel())); + VariableBinding rsuSRMTxInterval = new VariableBinding( + new OID("1.0.15628.4.1.4.1.6.".concat(Integer.toString(index))), new Integer32(snmp.getInterval())); + VariableBinding rsuSRMDeliveryStart = new VariableBinding( + new OID("1.0.15628.4.1.4.1.7.".concat(Integer.toString(index))), + new OctetString(DatatypeConverter.parseHexBinary(SNMP.snmpTimestampFromIso(snmp.getDeliverystart())))); + VariableBinding rsuSRMDeliveryStop = new VariableBinding( + new OID("1.0.15628.4.1.4.1.8.".concat(Integer.toString(index))), + new OctetString(DatatypeConverter.parseHexBinary(SNMP.snmpTimestampFromIso(snmp.getDeliverystop())))); + VariableBinding rsuSRMPayload = new VariableBinding( + new OID("1.0.15628.4.1.4.1.9.".concat(Integer.toString(index))), + new OctetString(DatatypeConverter.parseHexBinary(payload))); + VariableBinding rsuSRMEnable = new VariableBinding( + new OID("1.0.15628.4.1.4.1.10.".concat(Integer.toString(index))), new Integer32(snmp.getEnable())); + VariableBinding rsuSRMStatus = new VariableBinding( + new OID("1.0.15628.4.1.4.1.11.".concat(Integer.toString(index))), new Integer32(snmp.getStatus())); + + ScopedPDU pdu = new ScopedPDU(); + pdu.add(rsuSRMPsid); + pdu.add(rsuSRMDsrcMsgId); + pdu.add(rsuSRMTxMode); + pdu.add(rsuSRMTxChannel); + pdu.add(rsuSRMTxInterval); + pdu.add(rsuSRMDeliveryStart); + pdu.add(rsuSRMDeliveryStop); + pdu.add(rsuSRMPayload); + pdu.add(rsuSRMEnable); + if (verb == ServiceRequest.OdeInternal.RequestVerb.POST) { + pdu.add(rsuSRMStatus); + } + pdu.setType(PDU.SET); + + return pdu; + } + + public static VariableBinding getPEncodedVariableBinding(String oid, String val) { + Integer intVal = Integer.parseInt(val, 16); + Integer additionValue = null; + + if (intVal >= 0 && intVal <= 127) { + // P = V + // here we must instantiate the OctetString directly with the hex string to avoid inadvertently creating the ASCII character codes + // for instance OctetString.fromString("20", 16) produces the space character (" ") rather than hex 20 + return new VariableBinding(new OID(oid), new OctetString(Integer.toHexString(intVal))); + } else if (intVal >= 128 && intVal <= 16511) { + // P = V + 0x7F80 + additionValue = 0x7F80; + } else if (intVal >= 016512 && intVal <= 2113663) { + // P = V + 0xBFBF80 + additionValue = 0xBFBF80; + } else if (intVal >= 2113664 && intVal <= 270549119) { + // P = V + 0xDFDFBF80 + additionValue = 0xDFDFBF80; + } + + if (additionValue != null) { + return new VariableBinding(new OID(oid), + OctetString.fromString(Integer.toHexString(intVal + additionValue), 16)); + } + return null; + } +} \ No newline at end of file diff --git a/jpo-ode-svcs/src/test/java/us/dot/its/jpo/ode/snmp/SnmpSessionTest.java b/jpo-ode-svcs/src/test/java/us/dot/its/jpo/ode/snmp/SnmpSessionTest.java index 79942d9c0..a6df840de 100644 --- a/jpo-ode-svcs/src/test/java/us/dot/its/jpo/ode/snmp/SnmpSessionTest.java +++ b/jpo-ode-svcs/src/test/java/us/dot/its/jpo/ode/snmp/SnmpSessionTest.java @@ -30,6 +30,7 @@ import org.snmp4j.TransportMapping; import org.snmp4j.UserTarget; import org.snmp4j.security.USM; +import org.snmp4j.smi.VariableBinding; import org.snmp4j.transport.DefaultUdpTransportMapping; import mockit.Expectations; @@ -43,8 +44,9 @@ public class SnmpSessionTest { RSU testProps; SnmpSession snmpSession; - @Injectable USM mockUSM; - + @Injectable + USM mockUSM; + @Before public void setUp() throws Exception { String testUsername = "testUser"; @@ -104,7 +106,7 @@ public void testGetSetMethods(@Mocked Snmp mockSnmp, @Mocked TransportMapping mo assertEquals(mockUserTarget, snmpSession.getTarget()); } - @Test(expected = IOException.class) + @Test(expected = IOException.class) public void testResponseEventUDPException(@Mocked Snmp mockSnmp, @Mocked TransportMapping mockTransportMapping, @Mocked UserTarget mockUserTarget, @Mocked PDU mockPDU) throws IOException { @@ -119,8 +121,8 @@ public void testResponseEventUDPException(@Mocked Snmp mockSnmp, @Mocked Transpo } @Test(expected = IOException.class) - public void testResponseEventSNMPException(@Mocked Snmp mockSnmp, - @Mocked UserTarget mockUserTarget, @Mocked PDU mockPDU) throws IOException { + public void testResponseEventSNMPException(@Mocked Snmp mockSnmp, @Mocked UserTarget mockUserTarget, + @Mocked PDU mockPDU) throws IOException { new Expectations() { { @@ -131,35 +133,51 @@ public void testResponseEventSNMPException(@Mocked Snmp mockSnmp, snmpSession.set(mockPDU, mockSnmp, mockUserTarget, false); } - @Test - public void shouldCreatePDU() throws ParseException { + @Test + public void shouldCreatePDU() throws ParseException { + + String expectedResult = "[1.0.15628.4.1.4.1.2.3 = 80:03, 1.0.15628.4.1.4.1.3.3 = 2, 1.0.15628.4.1.4.1.4.3 = 3, 1.0.15628.4.1.4.1.5.3 = 4, 1.0.15628.4.1.4.1.6.3 = 5, 1.0.15628.4.1.4.1.7.3 = 07:e1:0c:02:11:2f, 1.0.15628.4.1.4.1.8.3 = 07:e1:0c:02:11:2f, 1.0.15628.4.1.4.1.9.3 = 88, 1.0.15628.4.1.4.1.10.3 = 9, 1.0.15628.4.1.4.1.11.3 = 10]"; + String expectedResult2 = "[1.0.15628.4.1.4.1.2.3 = 80:03, 1.0.15628.4.1.4.1.3.3 = 2, 1.0.15628.4.1.4.1.4.3 = 3, 1.0.15628.4.1.4.1.5.3 = 4, 1.0.15628.4.1.4.1.6.3 = 5, 1.0.15628.4.1.4.1.7.3 = 07:e1:0c:02:11:2f, 1.0.15628.4.1.4.1.8.3 = 07:e1:0c:02:11:2f, 1.0.15628.4.1.4.1.9.3 = 88, 1.0.15628.4.1.4.1.10.3 = 9]"; - String expectedResult = "[1.0.15628.4.1.4.1.2.3 = 11, 1.0.15628.4.1.4.1.3.3 = 2, 1.0.15628.4.1.4.1.4.3 = 3, 1.0.15628.4.1.4.1.5.3 = 4, 1.0.15628.4.1.4.1.6.3 = 5, 1.0.15628.4.1.4.1.7.3 = 07:e1:0c:02:11:2f, 1.0.15628.4.1.4.1.8.3 = 07:e1:0c:02:11:2f, 1.0.15628.4.1.4.1.9.3 = 88, 1.0.15628.4.1.4.1.10.3 = 9, 1.0.15628.4.1.4.1.11.3 = 10]"; - String expectedResult2 = "[1.0.15628.4.1.4.1.2.3 = 11, 1.0.15628.4.1.4.1.3.3 = 2, 1.0.15628.4.1.4.1.4.3 = 3, 1.0.15628.4.1.4.1.5.3 = 4, 1.0.15628.4.1.4.1.6.3 = 5, 1.0.15628.4.1.4.1.7.3 = 07:e1:0c:02:11:2f, 1.0.15628.4.1.4.1.8.3 = 07:e1:0c:02:11:2f, 1.0.15628.4.1.4.1.9.3 = 88, 1.0.15628.4.1.4.1.10.3 = 9]"; + String rsuSRMPsid = "00000083"; + int rsuSRMDsrcMsgId = 2; + int rsuSRMTxMode = 3; + int rsuSRMTxChannel = 4; + int rsuSRMTxInterval = 5; + String rsuSRMPayload = "88"; + int rsuSRMEnable = 9; + int rsuSRMStatus = 10; - - String rsuSRMPsid = "11"; - int rsuSRMDsrcMsgId = 2; - int rsuSRMTxMode = 3; - int rsuSRMTxChannel = 4; - int rsuSRMTxInterval = 5; - String rsuSRMPayload = "88"; - int rsuSRMEnable = 9; - int rsuSRMStatus = 10; + SNMP testParams = new SNMP(rsuSRMPsid, rsuSRMDsrcMsgId, rsuSRMTxMode, rsuSRMTxChannel, rsuSRMTxInterval, + "2017-12-02T17:47:11-05:00", "2017-12-02T17:47:11-05:00", rsuSRMEnable, rsuSRMStatus); - SNMP testParams = new SNMP( - rsuSRMPsid, rsuSRMDsrcMsgId, rsuSRMTxMode, rsuSRMTxChannel, - rsuSRMTxInterval, "2017-12-02T17:47:11-05:00", "2017-12-02T17:47:11-05:00", - rsuSRMEnable, rsuSRMStatus); + ScopedPDU result = SnmpSession.createPDU(testParams, rsuSRMPayload, 3, RequestVerb.POST); - ScopedPDU result = SnmpSession.createPDU(testParams, rsuSRMPayload, 3, RequestVerb.POST); + assertEquals("Incorrect type, expected PDU.SET (-93)", -93, result.getType()); + assertEquals(expectedResult, result.getVariableBindings().toString()); - assertEquals("Incorrect type, expected PDU.SET (-93)", -93, result.getType()); - assertEquals(expectedResult, result.getVariableBindings().toString()); + ScopedPDU result2 = SnmpSession.createPDU(testParams, rsuSRMPayload, 3, RequestVerb.GET); - ScopedPDU result2 = SnmpSession.createPDU(testParams, rsuSRMPayload, 3, RequestVerb.GET); + assertEquals("Incorrect type, expected PDU.SET (-93)", -93, result2.getType()); + assertEquals(expectedResult2, result2.getVariableBindings().toString()); + } - assertEquals("Incorrect type, expected PDU.SET (-93)", -93, result2.getType()); - assertEquals(expectedResult2, result2.getVariableBindings().toString()); - } -} + @Test + public void shouldProperlyPEncode(){ + String oid = "1.0.15628.4.1.4.1.2.3"; + String hex1="00000083"; + String hex2="00000020"; + String hex3="0020408E"; + String hex4 = "0020408F"; + + VariableBinding vb1 = SnmpSession.getPEncodedVariableBinding(oid, hex1); + VariableBinding vb2 = SnmpSession.getPEncodedVariableBinding(oid, hex2); + VariableBinding vb3 = SnmpSession.getPEncodedVariableBinding(oid, hex3); + VariableBinding vb4 = SnmpSession.getPEncodedVariableBinding(oid, hex4); + + assertEquals("P-Encoding failed for " + hex1,"80:03", vb1.toValueString()); + assertEquals("P-Encoding failed for " + hex2,"20", vb2.toValueString()); + assertEquals("P-Encoding failed for " + hex3,"e0:00:00:0e", vb3.toValueString()); + assertEquals("P-Encoding failed for " + hex4,"e0:00:00:0f", vb4.toValueString()); + } +} \ No newline at end of file From c7beceb4c38316359b9d0419596ae5428914439a Mon Sep 17 00:00:00 2001 From: "TRIHYDRO\\bpayne" Date: Wed, 31 Jul 2019 14:46:08 -0600 Subject: [PATCH 4/4] Unit test naming clarifications --- .../dot/its/jpo/ode/snmp/SnmpSessionTest.java | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/jpo-ode-svcs/src/test/java/us/dot/its/jpo/ode/snmp/SnmpSessionTest.java b/jpo-ode-svcs/src/test/java/us/dot/its/jpo/ode/snmp/SnmpSessionTest.java index a6df840de..23c3da503 100644 --- a/jpo-ode-svcs/src/test/java/us/dot/its/jpo/ode/snmp/SnmpSessionTest.java +++ b/jpo-ode-svcs/src/test/java/us/dot/its/jpo/ode/snmp/SnmpSessionTest.java @@ -165,19 +165,19 @@ public void shouldCreatePDU() throws ParseException { @Test public void shouldProperlyPEncode(){ String oid = "1.0.15628.4.1.4.1.2.3"; - String hex1="00000083"; - String hex2="00000020"; - String hex3="0020408E"; - String hex4 = "0020408F"; + String tim_hex="00000083"; + String bsm_hex="00000020"; + String data_log_transfer_hex="0020408E"; + String ota_update_hex = "0020408F"; - VariableBinding vb1 = SnmpSession.getPEncodedVariableBinding(oid, hex1); - VariableBinding vb2 = SnmpSession.getPEncodedVariableBinding(oid, hex2); - VariableBinding vb3 = SnmpSession.getPEncodedVariableBinding(oid, hex3); - VariableBinding vb4 = SnmpSession.getPEncodedVariableBinding(oid, hex4); + VariableBinding vb1 = SnmpSession.getPEncodedVariableBinding(oid, tim_hex); + VariableBinding vb2 = SnmpSession.getPEncodedVariableBinding(oid, bsm_hex); + VariableBinding vb3 = SnmpSession.getPEncodedVariableBinding(oid, data_log_transfer_hex); + VariableBinding vb4 = SnmpSession.getPEncodedVariableBinding(oid, ota_update_hex); - assertEquals("P-Encoding failed for " + hex1,"80:03", vb1.toValueString()); - assertEquals("P-Encoding failed for " + hex2,"20", vb2.toValueString()); - assertEquals("P-Encoding failed for " + hex3,"e0:00:00:0e", vb3.toValueString()); - assertEquals("P-Encoding failed for " + hex4,"e0:00:00:0f", vb4.toValueString()); + assertEquals("P-Encoding failed for " + tim_hex,"80:03", vb1.toValueString()); + assertEquals("P-Encoding failed for " + bsm_hex,"20", vb2.toValueString()); + assertEquals("P-Encoding failed for " + data_log_transfer_hex,"e0:00:00:0e", vb3.toValueString()); + assertEquals("P-Encoding failed for " + ota_update_hex,"e0:00:00:0f", vb4.toValueString()); } } \ No newline at end of file